@charset "UTF-8";
html, body {
  height: 100%;
  background-color: #fff;
  direction: ltr;
  font-size: 15px;
  letter-spacing: 0.01rem;
  padding: 110px 0px 0px;
  margin: 0;
  font-family: Archivo-Regular;
}

.text-red {
    color:red;
    margin-left:5px;
}
.list-item-ul {
    display: flex;
    justify-content: center;
}
.list-item-ul ul {
   display: inline-block;
    margin-bottom: 0px;
}


.list-item-ul ul li {
    display: inline-block;
    padding: 0px 10px !important;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
}
.list-item-ul ul li:last-child {
    border-right: none;
}
.mobile-plus {
    display:none;
}
@media screen and (max-width: 1023px) {
    .mobile-plus {
            display: inline-block;
    margin-top: 22px;
    }
    .menu-item a {
        display: inline-block !important;
    }
    .mobile-plus{
        position: absolute;
        right: 0;
        color: white;
    }
    .sub-menu .mobile-plus {
        display: none;
        margin-top: 0px !important;
    }
    .menu-main > .menu-item {
    }
    .sub-menu li a:not(.mfn-megamenu-title) {
        color:white !important;
    }
    .open-menu ul.sub-menu{
        display:block !important;
        position: relative !important;
        
    }
    .menu-main > .menu-item > ul.mfn-megamenu > li {
        display: inline !important;
    }
    .menu-main > .open-menu.menu-item > ul.mfn-megamenu, .sub-menu {
            
        width: 100% !important;
        background: black !important;
        padding: 0px !important;
    }
    .menu-main > .open-menu.menu-item > ul.mfn-megamenu > li .sub-menu {
        
    }
}
html{
  overflow-x: hidden;
}

.product-item-container:hover .product-list{
   
    display: flex; 
}
.product-list
{
    left: 0px;
    position: fixed;
    top: 110px;
    z-index: 30000;
    width: 100%;
    display: none;
    justify-content: center;
}

.product-list .block-container {
    display:inline-block;
    background:#000;
    padding:10px;
}
.no-margin {
    margin:0px !important;
}
.product-list .block-container h6
{
   color: #999;
    text-transform: uppercase;
    font-size: 17px;
}
.block-container .list-item {
    padding: 0px 10px;
}
.product-list .block-container .list-unstyled li a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px;
}
.product-list .block-container .list-unstyled li:hover a{
    color: #fff;
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.woff2) format('woff2'), url(../fonts/Poppins-Regular.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.woff2) format('woff2'), url(../fonts/Poppins-Bold.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.woff2) format('woff2'), url(../fonts/Poppins-SemiBold.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.woff2) format('woff2'), url(../fonts/Poppins-Medium.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: Poppins-Black;
  src: url(../fonts/Poppins-Black.woff2) format('woff2'), url(../fonts/Poppins-Black.woff) format('woff');
  font-style: normal
}

@font-face {
    font-family: Archivo-Bold;
    src: url(../fonts/Archivo-Bold.woff2) format('woff2'), url(../fonts/Archivo-Bold.woff) format('woff');
    font-style: normal
}
@font-face {
    font-family: Archivo-Regular;
    src: url(../fonts/Archivo-Regular.woff2) format('woff2'), url(../fonts/Archivo-Regular.woff) format('woff');
    font-style: normal
}
@font-face {
    font-family: Archivo-Medium;
    src: url(../fonts/Archivo-Medium.woff2) format('woff2'), url(../fonts/Archivo-Medium.woff) format('woff');
    font-style: normal
}
@font-face {
    font-family: Archivo-SemiBold;
    src: url(../fonts/Archivo-SemiBold.woff2) format('woff2'), url(../fonts/Archivo-SemiBold.woff) format('woff');
    font-style: normal
}
@font-face {
    font-family: ArchivoBlack-Regular;
    src: url(../fonts/ArchivoBlack-Regular.woff2) format('woff2'), url(../fonts/ArchivoBlack-Regular.woff) format('woff');
    font-style: normal
}
@font-face {
    font-family: Archivo-SemiBoldItalic;
    src: url(../fonts/Archivo-SemiBoldItalic.woff2) format('woff2'), url(../fonts/Archivo-SemiBoldItalic.woff) format('woff');
    font-style: normal
}
@font-face {
    font-family: Archivo-Italic;
    src: url(../fonts/Archivo-Italic.woff2) format('woff2'), url(../fonts/Archivo-Italic.woff) format('woff');
    font-style: normal
}

.bold {
    font-weight:bold;
}

/*CAROSEL SLIDER*/
.indicators-line .carousel-indicators {
    right: 0%;
    bottom: 3%;
    left: 0;
    width: auto;
    height: auto;
    font-size: 0;
    /*overflow-x: auto;*/
    text-align: center;
    /*overflow-y: hidden;*/
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line .carousel-indicators li {
    padding: 0;
    /*width: 15px;
    height: 15px;*/
    width: 30px;
    height: 3px;
    border-radius: 0px;
    border: 1px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    /*-webkit-border-radius: 50%;
    border-radius: 50%;*/
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
    opacity: 1;
}
.indicators-line .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    margin-top: 0px;
    box-shadow: 0 0 0 2px #fff;
    background-color: #fff;
    position: relative;
    width:40px;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.bs-slider {
    overflow: hidden;
    position: relative;
}
.indicators-line .carousel-indicators .active:before {
    transform: scale(0.5);
    /*background-color: #fff;*/
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width:50px;
    height: 3px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



#header-top{
  background: #111111;
  /*background-image: linear-gradient(to top, #082b39 0%, #0f4c63 100%);*/
  padding: 10px 0px 0px;
  /*background-image: linear-gradient(to right, #00809d 0%, #000000 51%, #000000 100%);*/
}
#header-top .navbar{
  /*background: #111111;*/
  padding: 0rem 0rem;
}
#header-top .logo-img{
  padding: 0px;
  position: relative;
  display: block;
  margin-right: 0.5rem;
}
.navbar .nav {
  list-style-type: none;
  margin: 0 0 0 auto;
  /*height: 50px;*/
  /*-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);*/
}
#header-top .navbar-light .navbar-nav .active>.nav-link, #header-top .navbar-light .navbar-nav .nav-link.active, #header-top .navbar-light .navbar-nav .nav-link.show, #header-top .navbar-light .navbar-nav .show>.nav-link {
    color: #01b2dc;
}
.navbar .nav .nav-item {
  display: block;
  float: left;
  position: relative;
  /*background-color: #010101;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #5c79bc), color-stop(10%, #6c9ddd));
  background-image: -moz-linear-gradient(top, #5c79bc 10%, #6c9ddd 10%);
  background-image: -webkit-linear-gradient(top, #5c79bc 10%, #6c9ddd 10%);
  background-image: linear-gradient(to bottom, #5c79bc 10%, #6c9ddd 10%);*/
  background-position: 0 -5px;
  background-size: 100% 110%;
  transition: all 0.3s;
}
.navbar .nav .nav-item:hover {
  background-position: 0 0;
}
.navbar .nav .nav-item:before {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  left: 8%;
  bottom: 0%;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  margin-left: -10px;
  margin-top: 0px;
  /* border-left: 10px solid transparent; */
  /* border-right: 10px solid transparent; */
  border-bottom: 4px solid #00c6f5;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #555555;
    color: #fff;
}
.navbar .nav .nav-item:last-child:before{
  display: none;
}
.navbar .nav .nav-item:hover:before {
  bottom: 0px;
  opacity: 1;
}
.navbar .nav .nav-item a {
  display: block;
  padding: 19px 20px;
  text-decoration: none;
  color: #EEE;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Archivo-SemiBold', sans-serif;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}
#sub-menu .dropdown-item{
  color: #fff;
  padding: 12px 25px;
}
#sub-menu .dropdown-item.active, #sub-menu .dropdown-item:active {
    background-color: #555555;
    color: #010101;
}
#sub-menu .dropdown-item:hover{
  color: #fff;
}
.navbar .nav .nav-item a:hover {
  color: #d7d7d7;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
}
.dropdown:hover .dropdown-menu {
    transform: translate3d(0px, 0px, 10px);
    transition: 0.3s;
    /*background: #082936;*/
    background: #010101;
}
.dropdown-menu1{
  border:none;
  display: block;
  transform: scale(1)!important;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  top: 180px;
  transition: all .3s;
}
.dropdown:hover .dropdown-menu1{
  display: block;
  top: 100%;
  height: inherit;
}
.btn-live-demo{
    background: #007db8;
    padding: 4px 6px 1px 6px !important;
    margin: 14px 0px 14px 20px;
}
.dropdown-toggle::after{
  display: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
}
.clip-whit {
  /*background-color: #d70000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);*/
  text-align: center;
  width: 70%;
  margin: 0 0 0 auto;
  padding-left: 6px;
  /*height: 30px;*/
}
.logo-tops ul{
  padding: 0;
  margin: 0;
}
.logo-tops ul li{
  display: inline-block;
  width: 200px;
}
.logo-tops{
  position: relative;
  /*width: 22%;*/
  display: block;
}
.logo-tops .logo-img img{
  position: relative;
  top: -18px;
  left: -50px;
  /*width: 100%;*/
  width: 500px;
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.contact-head{
    text-align: right;
    float: right;
    display: block;
    margin: 0 auto;
    padding: 6px 0px;
}
.social-media-head{
  display: inline-block;
}
.social-media-head ul{
  list-style: none;
  padding: 0 10px;
  text-align: left;
  margin: 0;
  position: relative;
}
.social-media-head ul > li{
    display: inline-block;
  padding: 6px 10px;
  /*border-right: 2px solid #ddd;*/
}
/*.social-media-head ul > li:after{
  content: '';
  border-right: 1px solid #ddd;
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-22deg);
  zoom: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0px 36px;
}*/
.social-media-head ul > li > a{
  color: #fff;
  text-decoration: none;
  background: #234775;
  padding: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
}
.social-media-head ul > li > .hd-phone span{
  padding-right: 10px;
}

.contact-head ul{
  list-style: none;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 0;
}
.contact-head ul > li{
  display: inline-block;
  padding: 4px 10px 4px;
  /*border-right: 2px solid #ddd;*/
}
.contact-head ul > li:last-child{
  padding: 4px 1px 4px 10px;
}
.contact-head ul > li > a{
  color: #fff;
  text-decoration: none;
  font-family: 'Archivo-Medium', sans-serif;
}
.contact-head ul > li > .hd-phone span{
  padding-right: 10px;
}

/*NAV_BTN/*/

/*.btn-live-demo.button {
  display: inline-block;
  border-radius: 0.2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-color: #007db8;
}
.btn-live-demo.button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007db8;
  border-radius: 0.2rem;
  z-index: -2;
}
.btn-live-demo.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all .3s;
  border-radius: 0.2rem;
  z-index: -1;
}*/
.btn-live-demo.button:hover {
  color: #fff;
}
.btn-live-demo.button:hover:before {
  width: 100%;
}

/*INDEX BANNER CSS*/
#banner-slider{
  position: relative;
  /*padding-top: 110px;*/
}
#banner-slider .banner-content{
  position: absolute;
  top: 0;
  left: 0px;
  color: #fff;
  max-width: 43%;
  padding: 110px 0px;
}
#banner-slider .content-index-banner{
  position: relative;
}
#banner-slider .banner-content h3{
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}
#banner-slider .banner-content h3:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    border-radius: 65px;
    width: 8px;
    height: 8px;
    background: #fff;
}
#banner-slider .banner-content p{
    max-width: 500px;
    min-width: 200px;
    font-size: 16px;
    padding-left: 30px;
}
#banner-slider .banner-content ul{
  padding-left: 30px;
}
#banner-slider .banner-content ul > li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#banner-slider .banner-content ul > li > .btn-banner{
  background: #007db8;
  color: #fff;
  font-size: 14px;
  border:1px solid #007db8;
  padding: 8px 20px;
  max-width: 500px;
  min-width: 120px;
}
#banner-slider .banner-content ul > li > .btn-banner:hover{
  border:1px solid #fff;
  background: transparent;
  transition: 0.2s;
}
#banner-slider .banner-content ul > li > .btn-banner1{
  border:1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  max-width: 500px;
  min-width: 120px;
}
#banner-slider .banner-content ul > li > .btn-banner1:hover{
  background: #007db8;
  transition: 0.2s;
  border:1px solid #007db8;
}

/*THE LATEST CSS*/

#latest{
  padding: 50px 0px;
  position: relative;
  background: #f3f3f3;
}
#latest .latest_title{
  position: relative;
}
#latest .latest_title h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  line-height: 2;
  margin-bottom: 1rem;
}
#latest .latest_title h3:after{
  position: absolute;
  border-bottom: 2px solid #001aff;
  content: '';
  bottom: 0;
  left: 0;
  width: 10%;
  margin: 3px auto;
}
#latest .product_cat_title p{
  font-size: 15px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
  color: #565656;
}
#latest .product_content{
  position: relative;
}
#latest .product_mobile_img{
  text-align: center;
  margin: 0 auto
}
#latest .product_mobile_img img{
  width: 220px;
}
#latest .product_content_img::before{
  position: absolute;
  content: " ";
  bottom: -12px;
  width: 0;
  height: 0;
  right: 0;
  border-bottom: 12px solid transparent;
  border-left: 8px solid #000;
}
#latest .product_content_img::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  width: 0;
  height: 0;
  left: 0px;
  border-bottom: 12px solid transparent;
  border-right: 8px solid #000;
}
#latest .product_content_detail{
  background: #fff;
  padding: 10px;
  max-width: 240px;
  min-width: 200px;
  margin: 0 auto;
}
#latest .product_content_detail h3{
  font-size: 18px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  line-height: 1.4;
}
#latest .product_content_detail p{
  font-size: 15px;
  color: #565656;
  font-weight: 400;
}
#latest .product_content_detail a{
  color: #2c42ff;
  text-transform:uppercase;
  font-size: 13px;
  font-family: 'Archivo-Medium', sans-serif;
  text-decoration: none;
  padding-bottom: 0.5rem;
  display: block;
}
#latest .product_content_detail a:hover{
  transition: 0.3s;
  color: #ce0000;
}
#latest .product_content_detail a span{
  margin-left: 10px;
}
#latest .product_mobile_img{
  position: relative;
}
#latest .product_mobile_img .visit-link{
    position: absolute;
    bottom: 24px;
    right: 0;
    left: 0;
}
#latest .product_mobile_img .visit-link .visit_btn{
    background: #001aff;
    color: #fff;
    border-radius: 65px;
    padding: 3px 10px;
    font-size: 13px;
    width: 100px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Archivo-SemiBold',sans-serif;
}
#latest .product_mobile_img .visit-link .visit_btn:hover{
    background: #007db8;
    color: #fff;
    transition: 0.3s;
}
#latest .product_mobile_img .visit-link .visit_btn span {
    margin-left: 6px;
}

/*AUDIT_TOOLS*/
#audit_tools{
  background: url(../images/aoab_bg.jpg);
  background-repeat: no-repeat;
  /*background-size: cover;
  background-position: center;*/
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; 
  padding: 50px 0px;
  display: flex;
  align-items: center;
}
#audit_tools .audit_tools_content{
  background: #fff;
  padding: 50px 10px 40px;
}
#audit_tools .audit_tools_content h3{
  font-size: 18px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  text-transform: uppercase;
  color: #010101;
  text-align: center;
  margin-bottom: 1rem;
}
#audit_tools .audit_tools_content img{
  width: 65px;
  margin-bottom: 1.5rem;
}
#audit_tools .audit_tools_content p{
  font-size: 15px;
}
#audit_tools .audit_tools_title .btn-tools{
  width: 65%;
  background: #007db8;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  font-size: 18px;
  font-family: 'Archivo-SemiBold',sans-serif;
  line-height: 1.6;
}
#audit_tools .audit_tools_title .btn-tools:hover{
  background: #fff;
  color: #007db8;
  transition: 0.3s;
}
#audit_tools .audit_tools_title h3{
  font-size: 18px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

/*OUR CLIENTS*/
#our_client{
  /*background: #032d64;*/
  background: #4b51c3;
  padding: 50px 0px;
  border-bottom: 1px solid #ddd;
}
#our_client .our-client-title{
  position: relative;
}
#our_client .our-client-title h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  line-height: 2;
  margin-bottom: 2rem;
  color: #fff;
}
#our_client .our-client-title h3:after{
  position: absolute;
  /*border-bottom: 2px solid #001aff;*/
  border-bottom: 2px solid #fff;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  width: 10%;
  margin: 3px auto;
}

/* Zoom In #1 */
#our_client .hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .8s ease-in-out;
  cursor: pointer;
}
#our_client .hover01 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#our_client figure {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  /*border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 12px 12px 102px -20px rgba(209,209,209,1);
  -moz-box-shadow: 12px 12px 102px -20px rgba(209,209,209,1);
  box-shadow: 12px 12px 102px -20px rgba(209,209,209,1);*/
  border: 1px solid #000000;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.65);
}
#our_client figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

/*CERTIFICATE LINK*/
#certificate-audit{
  background: #f3f3f3;
  padding: 40px 0px;
  border-bottom: 1px solid #ddd;
}
#certificate-audit .certificate-content{
  background: #dee1ff;
  padding: 15px 10px
}
#certificate-audit .certificate-content:hover{
  box-shadow: 0 0 11px rgb(0, 0, 0, 0.48);
  transition: box-shadow .3s;
}
#certificate-audit .certificate-content h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  line-height: 2;
}
#certificate-audit .certificate-content img{
  width: 80%;
  margin: 0 auto;
}
#certificate-audit .certificate-content .click-link{
  color: #001aff;
  font-family: 'Archivo-Medium',sans-serif;
  display: block;
  padding: 10px 0px 0px;
  font-size: 15px;
  text-decoration: none;
}
#certificate-audit .certificate-call{
  background: #dee1ff;
  padding: 15px 10px;
}
#certificate-audit .certificate-call:hover{
  box-shadow: 0 0 11px rgb(0, 0, 0, 0.48);
  transition: box-shadow .3s;
}
#certificate-audit .certificate-call h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  line-height: 1.5;
}
#certificate-audit .certificate-call p{
  font-size: 15px;
  font-family: 'Archivo-Medium', sans-serif;
  line-height: 1.7;
}
#certificate-audit .certificate-call ul{
  padding: 0;
}
#certificate-audit .certificate-call ul > li{
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
#certificate-audit .certificate-call ul > li:last-child{
  margin-right: 0;
}
#certificate-audit .certificate-call ul > li > a{
  color: #001aff;
  font-family: 'Archivo-Medium',sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #001aff;
  padding: 6px 15px;
}
#certificate-audit .certifiate_img li{
  list-style: none;
  display: inline-block;
  border: 1px solid #0066ff;
}
#certificate-audit .certifiate_img li > a >img{
  width: 154px;
}


/*CUSTOMER TESTIMONIAL*/
#customer-testimonial{
  padding: 50px 0px;
  position: relative;
  background: #f3f3f3;
}
#customer-testimonial .testimonial_title{
  position: relative;
}
#customer-testimonial .testimonial_title h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  /*text-decoration: underline;
  text-decoration-color: #001aff;*/
  line-height: 2;
  margin-bottom: 1rem;
}
#customer-testimonial .testimonial_title h3:after{
  position: absolute;
  border-bottom: 2px solid #001aff;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  width: 19%;
  margin: 3px auto;
}
#customer-testimonial .testimonial_content{
  position: relative;
}
/*#customer-testimonial .testimonial_content_img::before{
  position: absolute;
  content: " ";
  bottom: -12px;
  width: 0;
  height: 0;
  right: 0;
  border-bottom: 12px solid transparent;
  border-left: 8px solid #fff;
}*/
#customer-testimonial .testimonial_content_img::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  width: 0;
  height: 0;
  left: 0px;
  border-bottom: 12px solid transparent;
  border-right: 8px solid #a3a3a3;
}
#customer-testimonial .testimonial_content_img{
  background: #fff;
  padding: 10px 10px;
}
#customer-testimonial .testimonial_content_img img{
    width: 80%;
    margin: 0 auto;
}
#customer-testimonial .testimonial_content_detail{
  background: #e9e9e9;
  padding: 10px;
  max-width: 262px;
  min-width: 200px;
  margin: 0 0 0 auto;
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transition: box-shadow .3s;
  max-height: 500px;
  min-height: 245px;
}
#customer-testimonial .testimonial_content_detail h3{
  font-size: 18px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  line-height: 1.4;
}
#customer-testimonial .testimonial_content_detail p{
  font-size: 15px;
  color: #353535;
  margin-bottom: 0;
}
#customer-testimonial .testimonial_content_detail a{
  color: #2c42ff;
  text-transform:uppercase;
  font-size: 13px;
  font-family: 'Archivo-Medium', sans-serif;
  text-decoration: none;
  padding-bottom: 0.5rem;
  display: block;
}
#customer-testimonial .testimonial_content_detail a span{
  margin-left: 10px;
}

/*INDEX_GET_IN TOUCH*/

#index-get-touch{
  background: url(../images/aoab_bg.jpg);
  background-repeat: no-repeat;
  /*background-size: 100%;
  background-position: top;*/
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
  display: flex;
  align-items: center;
}
#index-get-touch .get-touch-title h3{
  font-size: 20px;
  font-family: 'Archivo-Medium',sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
}
#index-get-touch .btn-submit{
   width: 100px;
  background: #007db8;
}

#banner-slider .auto-banner-slider{
  position: relative;
}

#banner-slider .auto-banner-slider .owl-dots{
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}

/*INNER PRODUCT BANNER CSS*/
#banner-top{
  position: relative;
  padding-bottom: 70px;
  padding-top: 70px;
  margin-top: 53px;
  margin-bottom: 50px;
  background: url(../images/banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*#banner-top .banner-content{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  margin: 5.3rem 0;
}*/
#banner-top .bnner_img img{
   border-radius: 10px;
}
#banner-top .banner-content h3{
  font-size: 2rem;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#banner-top .banner-content p{
  font-size: 15px;
  font-family: 'Archivo-Medium', sans-serif;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
}

/*Significan*/
#significan_auto{
  padding-bottom: 50px;
}
#significan_auto .signfican-title h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  line-height: 1.5;
}
#significan_auto .signfican-title h3 > span{
   display: block;
}
#significan_auto .significan-content p{
  font-size: 15px;
  color: #565656;
  padding: 0;
  margin: 0;
  line-height: 2;
  font-family: 'Archivo-Medium',sans-serif;
}

/*CHALLENGE*/
#challenge_auto{
  padding-bottom: 50px;
}
#challenge_auto .challenge-img img{
  border-radius: 6px;
}
#challenge_auto .challenge-content h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  line-height: 1.5;
  padding-bottom: 20px;
}
#challenge_auto .challenge-content h3 > span{
  display: block;
}
#challenge_auto .challenge-content ul > li{
  list-style: disc;
  font-size: 15px;
  font-family: 'Archivo-Medium', sans-serif;
  padding-left: 10px;
  padding-bottom: 30px;
  color: #565656;
  line-height: 2;
}
#challenge_auto .challenge-content ul > li:last-child{
  padding-bottom: 0px;
}

/*VIDEO BANNER*/
#video-sec{
  padding-bottom: 50px;
}
#video-sec .video-poster {
    position: relative;
}
#video-sec .video-poster img {
    border-radius: .4rem;
}
#video-sec .video-poster-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#video-sec .video-poster-title {
    font-family: 'Archivo-SemiBold', sans-serif;
    margin-bottom: 0.2rem;
    letter-spacing: -.025em;
    font-size: 1.5rem;
}
#video-sec .video-poster-content p {
    font-size: 1rem;
    margin-bottom: 0rem;
    letter-spacing: -.025em;
    color: #fff;
    font-family: 'Archivo-Medium', sans-serif;
}
#video-sec .btn-video {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #fe0000;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1.5rem rgba(255,255,255,0.2);
    transition: all .35s ease;
    margin-bottom: 3rem;
    margin-top: 1rem;
}
#video-sec .btn-video:hover{
  color: #fe0000;
  text-decoration: none;
}

/*OUR SOLUTION*/
#our-solution{
  padding-bottom: 50px;
}
#our-solution .solution-content{
  padding-bottom: 30px;
}
#our-solution .solution-content h2{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  line-height: 1.5;
  padding-bottom: 5px;
}
#our-solution .solution-content p{
  font-size: 16px;
  margin-bottom: 0rem;
  letter-spacing: -.025em;
  color: #565656;
  line-height: 2;
  font-family: 'Archivo-Medium',sans-serif;
}
#our-solution .solution-points ul{
  padding-left:20px;
}
#our-solution .solution-points ul li{
  list-style: disc;
  position: relative;
  /*padding-left: 30px;*/
  padding-bottom: 25px;
  font-size: 15px;
  color: #565656;
  font-family: 'Archivo-Medium',sans-serif;
}
#our-solution .solution-points ul li:last-child{
  padding-bottom: 0px;
}
#our-solution .solution-points ul > li > span > img{
  width: 20px;
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
#our-solution .solution-points h3{
  font-family: 'ArchivoBlack-Regular',sans-serif;
  font-size: 20px;
  padding-bottom: 15px;
}
#our-solution .solution-bg img{
  border-radius: 10px;
}

.sol-bg-gray{
  background: #f2f2f2;
  padding: 30px 20px;
  border-radius: 6px;
  margin-top: 15px;
}
.solution-btns p{
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: 'Archivo-Medium',sans-serif;
}
/*BUTTON*/
.solution-btns .button {
  /*min-width: 240px;
  min-height: 60px;*/
  font-family: 'Archivo-SemiBold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #ffff;
  background: #00b3dc;
  background: linear-gradient(90deg, #2ed8ff 0%, #00b3dc 100%);
  border: none;
  border-radius: 6px;
  box-shadow: 12px 12px 24px #00b3dc30;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 15px 12px !important;
  margin: 0;
  }

.solution-btns button::before {
  content: '';
  min-width: 240px;
  min-height: 60px;
  border-radius: 6px;
  box-shadow: 12px 12px 24px #00b3dc61;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.solution-btns .button:hover, .solution-btns .button:focus {
  color: #fff;
  transform: translateY(-6px);
}

.solution-btns button:hover::before, .solution-btns button:focus::before {
  opacity: 1;
}

.solution-btns button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #00b3dc;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.solution-btns button:hover::after, .solution-btns button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

/*KEY BENEFITS*/
#key-benefits{
  padding: 30px 0px;
}
#key-benefits .key-bene-1{
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px 0px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: box-shadow .3s;
  max-height: 500px;
  min-height: 175px;
}
#key-benefits .key-bene-1:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transition: box-shadow .3s;
}
.key-benefit-title h2{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  margin-bottom: 1.5rem;
}
#key-benefits .key-bene-1 h3{
  background: #00b3dc;
  padding: 15px;
  border-radius: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0px auto 15px;
}
#key-benefits .key-bene-1 p{
    /*max-width: 250px;*/
    margin: 0 auto;
    font-size: 15px;
    padding: 0px 15px;
}

/*SAVING*/
#saving{
  margin: 0px 0px 0px;
}
#saving .saving-bg{
  /*background: #00b3dc;*/
  background-image: linear-gradient(to top, #082b39 0%, #0f4b63 100%);
  /*border-radius: 6px;*/
  padding: 20px;
}
#saving .saving-bg img{
  border-radius: 0px;
}
#saving .im-saving-list img{
  width: 60px;
  height: 60px;
}
#saving .imediate-title h3{
    font-size: 20px;
    margin: 20px 0 20px;
    color: #fff;
    font-family: 'ArchivoBlack-Regular',sans-serif;
}
#saving .im-saving-list p{
    max-width: 100%;
    margin: 15px auto;
    color: #fff;
    font-size: 15px;
    font-family: 'Archivo-Medium',sans-serif;
}
#saving .im-saving-list{
   padding: 20px 0px 30px;
}
#saving .sav_icons{
    background: #fff;
    border-radius: 65px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#saving .sav_icons img{
    width: 45px;
    display: block;
}

/*TEAM*/
#team{
  padding: 50px 0px;
}
#team .tem-details img{
  border-radius: 10px;
  margin-bottom: 10px;
}

#team .team-bg{
  background: #f2f2f2;
  padding: 40px 50px;
  border-radius: 6px;
}
#team .tem-details h3{
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-family: 'Archivo-SemiBold',sans-serif;
  font-weight: 400;
}
#team .tem-details p{
  margin-bottom: 0;
  font-size: 15px;
  color: #353535;
  /*font-weight: 600;*/
  line-height: 2;
}

/*TESTIMONIAL START*/
#testimonial {
    padding: 50px 0px 30px;
    background: #f2f2f2;
    margin-top: 50px;
}
#testimonial .section-title {
  font-size: 20px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-family: 'ArchivoBlack-Regular',sans-serif;
}


/* CAROUSEL STARTS */
#testimonial .customer-feedback .owl-item img {
  width: 85px !important;
  height: 85px;
  margin: 0 auto;
}

#testimonial .feedback-slider-item {
  position: relative;
  padding: 60px 60px 55px;
  margin-top: -40px;
}

#testimonial .customer-name {
  margin-top: 13px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
#testimonial .customer-name span {
  font-family: 'Archivo-SemiBold', sans-serif;
}
#testimonial .customer-name:before{
  content: '';
  position: absolute;
  border-top: 1px solid rgb(0, 0, 0, 0.28);
  width: 30%;
  right: 0;
  left: 0;
  margin: -5px auto;
}
#testimonial .feedback-slider-item p {
  line-height: 1.875;
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
}
#testimonial .feedback-slider-item h2 {
  margin: 20px 0px 0px;
  color: #01aaf4;
}

#testimonial .customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

#testimonial .thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

#testimonial .thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

#testimonial .customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
#testimonial .feedback-slider-item:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  max-width: 80%;
  margin: 0 auto;
  bottom: 0;
  top: 155px;
  background-color: #ffffff;
  border: 1px solid rgb(191, 191, 191);
  border-radius: 10px;
  z-index: -1;
}

#testimonial .thumb-prev,
#testimonial .thumb-next {
  position: absolute;
  z-index: 99;
  top: 40px;
  width: 60px;
  height: 60px;
  left: 35%;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#testimonial .thumb-next {
  left: auto;
  right: 35%;
}

#testimonial .feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

#testimonial .feedback-slider-thumb:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#testimonial .customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all .2s ease-in;
}

#testimonial .customer-feedback .owl-nav i {
  background-color: transparent;
  color: #09a1e2;
  font-size: 25px;
}

#testimonial .customer-feedback .owl-prev {
  left: -15px;
}

#testimonial .customer-feedback .owl-prev:hover {
  left: -20px;
}

#testimonial .customer-feedback .owl-next {
  right: -15px;
}

#testimonial .customer-feedback .owl-next:hover {
  right: -20px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/* DOTS */
#testimonial .customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
#testimonial .customer-feedback .owl-dot {
  /*display: inline-block;*/
  display: none;
}

#testimonial .customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(1, 170, 244);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

#testimonial .customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(1, 170, 244);
}



/* RESPONSIVE */
@media screen and (max-width: 767px) {
  #testimonial .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  #testimonial .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  #testimonial .customer-feedback .owl-prev {
    left: 0;
  }
  #testimonial .customer-feedback .owl-next {
    right: 0;
  }
  
}

/*TESTIMONIAL END*/

/*#our-blog .owl-theme .owl-nav .owl-next, #our-blog .owl-theme .owl-nav .owl-prev {
    width: 38px;
    height: 38px;
    border-radius: 64px !important;
    background: #00000047 !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#our-blog .owl-theme .owl-nav .owl-next {
    position: relative;
}
*/
#our-blog .owl-next{
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  font-size: 3rem;
}

#our-blog .owl-prev{
  position: absolute;
  top: 0;
  left: -35px;
  bottom: 0;
  font-size: 3rem;
}


#our-blog .owl-theme .owl-nav .owl-next span, #our-blog .owl-theme .owl-nav .owl-prev span {
    font-size: 36px;
    line-height: 30px;
}
/*#our-blog .owl-theme .owl-nav {
  position: absolute;
  left: 0px;
  bottom: -55px;
  right: 0;
  width: 100%;
}*/
#our-blog .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #000;
}

/*CUSTOMER TESTIMONIAL NAV*/

#customer-testimonial .owl-theme .owl-nav .owl-next, #customer-testimonial .owl-theme .owl-nav .owl-prev {
    width: 38px;
    height: 38px;
    border-radius: 64px !important;
    background: #00000047 !important;
    color: #fff !important;
}
#customer-testimonial .owl-theme .owl-nav .owl-next {
    position: relative;
}
#customer-testimonial .owl-theme .owl-nav .owl-next span, #customer-testimonial .owl-theme .owl-nav .owl-prev span {
    font-size: 36px;
    line-height: 30px;
}
#customer-testimonial .owl-theme .owl-nav {
  position: absolute;
  left: 0px;
  top: -65px;
  right: 0;
  width: 100%;
  text-align: right;
}
#customer-testimonial .owl-theme .owl-nav [class*='owl-']:hover {
    background: #001aff !important;
}



/*FOOTER*/
#footer{
      /*background-image: linear-gradient(to top, #082b39 0%, #0f4b63 100%);*/
      background: #010101;
  padding: 50px 0px 0px;
  /*background-image: url(../images/footer-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;*/
  border-top-right-radius: 200px;

}
#footer .links-quick h3{
  color: #00c6f5;
  font-family: 'Archivo-Bold', sans-serif;
  font-size: 16px;
  padding-bottom: 15px;
  margin: 0;
  min-height:34px;
}
#footer .links-quick ul{
  padding: 0;
  list-style: none;
}
#footer .links-quick ul > li{
  padding-bottom: 10px;
}
#footer .links-quick ul > li > a{
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}
#footer .links-quick ul > li > a:hover{
  color: #00c6f5;
}
#footer .custom-contacts h5{
  color: #fff;
  font-family: 'Archivo-SemiBold', sans-serif;
  font-size: 14px;
  padding-bottom: 0px;
  position: relative;
}
#footer .custom-contacts p{
  font-size: 13px;
  padding-bottom: 0px;
  color: #fff;
  line-height: 2;
}
#footer .custom-contacts a{
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
#footer .links-quick .social-media li{
  display: inline-block;
  list-style: none;
}

.so-media{
  background: #fff;
  border-radius: 65%;
  margin: 0px 10px;
  padding: 0px !important
}
.so-media a{
  color: #010101 !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-media1{
  position: relative;
  margin: 0px 20px 0px 10px;
}
.so-media1:after{
  border-right: 2px solid #fff;
  position: absolute;
  top: 4px;
  right: -18px;
  bottom: 0;
  content: '';
  min-width: 0px;
  max-height: 20px;
}

/*#footer .links-quick .social-media li > .linked-in{
  background: #006dc0;
  padding: 6px 10px;
  border-radius: 2px;
  color:#fff;
}
#footer .links-quick .social-media li > .youtube{
  background: #de332c;
  padding: 6px 10px;
  border-radius: 2px;
  color:#fff;
}
#footer .links-quick .social-media li > .twiters{
  background: #29c5f6;
  padding: 6px 10px;
  border-radius: 2px;
  color:#fff;
}
#footer .links-quick .social-media li > .facebooks{
  background: #3b5999;
  padding: 6px 10px;
  border-radius: 2px;
  color:#fff;
}*/
#footer .links-quick .social-media li > a{
  font-size: 18px;
  background: #fff;
  /*padding: 5px 10px;*/
  border-radius: 65%;
  color:#010101;
  margin-right: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#footer .links-quick .social-media li > a:hover{
  color:#fff;
  background: #0cf;
  transition: 0.3s;
}
/*#footer .links-quick .social-media li > .facebooks{
  padding: 5px 13px;
}*/
.chat-whats .icon-whatsapp{
  background: #fff;
  border-radius: 65px;
  padding: 10px 25px;
  color: #010101;
}
.chat-whats .icon-whatsapp:hover{
  color: #010101;
  text-decoration: unset;
}
.chat-whats .icon-whatsapp img{
    width: 15px;
    margin-right: 10px;
}
.chat-whats a img{
    width: 200px;
    margin: 15px 0px;
}
.custom-contacts .mobil_no{
  display: block;
  margin-bottom: 5px;
}
.footer-copyright{
  border-top: 1px solid #565656;
}
.footer-copyright p{
  color: #fff;
  font-size: 12.6px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-align: justify;
}
#footer .custom-contacts{
    margin-left: 38px;
}
#footer .custom-contacts h5 span{
    position: absolute;
    left: -38px;
    top: -3px;
}
#footer .custom-contacts h5 span img{
    color: #010101;
    width: 28px;
    background: #fff;
    border-radius: 60px;
    padding: 5px;
}

/*FORM*/
.custom_admin_form {
    color: #fff;
    padding-right: 10px;
    /*background-color: rgb(233 236 239 / 45%);*/
    background-color: rgb(0 0 0 / 45%);
    border: 1px solid #80808030;
    border-radius: 0px;
    padding-left: 10px;
    font-weight: 400;
    max-height: 100px;
    min-height: 45px;
    opacity: 1;
}
#Modal_1 input::placeholder, 
#Modal_1_git input::placeholder  {
  color: #fff;
  /*font-weight: 400;*/
}
#Modal_1 ::-webkit-input-placeholder, 
#Modal_1_git ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#Modal_1 ::-moz-placeholder,
#Modal_1_git ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#Modal_1 :-ms-input-placeholder,
#Modal_1_git :-ms-input-placeholder  { /* IE 10+ */
  color: #fff;
}
#Modal_1 :-moz-placeholder,
#Modal_1_git :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#Modal_1_git
{
  background: #000000b8;
}

#Modal_1_git  #btn_submittouch
{
  padding: 6px 10px;
  margin-top: 5px;
}

#Modal_1_git .form-control
{
  color: #fff;
    padding-right: 10px;
    /* background-color: rgb(233 236 239 / 45%); */
    background-color: rgb(0 0 0 / 45%);
    border: 1px solid #80808030;
    border-radius: 0px;
    padding-left: 10px;
    font-weight: 400;
    max-height: 100px;
    min-height: 45px;
    opacity: 1;
}

.modal-header.white .close {
    color: #000;
}
.modal-header .close {
    color: #fff;
}
.custom_admin_form:focus {
    /*background-color: rgb(233 236 239 / 45%);*/
    background-color:rgb(0 0 0 / 45%);
    border: 1px solid #80808030;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.custom_admin_form span{
  text-align: left;
  display: block;
}
.sol-title-frm{
  display: block;
  margin-bottom: 6px;
}


.modal-live .modal-dialog {
    max-width: 635px;
}
.modal-live button{
  margin: 0 auto;
}
.modal-live textarea.form-control{
    min-height: 85px;
    max-height: 100px;
}

#Modal_1 .modal-content, 
#Modal_1_git .modal-content  {
    background-color: #082936;
    color: #fff;
}

/*Modal VIDEO*/
#Modal_2 .modal-body iframe {
    width: 100%;
    height: 350px;
}
#Modal_2 .modal-content{
  position: relative;
}
#Modal_2 .modal-content .close{
    position: absolute;
    top: -12px;
    right: -12px;
    background: #00b8ff;
    color: #fff;
    border-radius: 65px;
    width: 35px;
    height: 35px;
    z-index: 1;
    opacity: 1;
}

/*MODAL IMAGE*/
#Modal_3 .modal-content{
  position: relative;
}
#Modal_3 .modal-content .close{
    position: absolute;
    top: -12px;
    right: -12px;
    background: #f1ab00;
    color: #fff;
    border-radius: 65px;
    width: 35px;
    height: 35px;
    z-index: 1;
    opacity: 1;
}
#Modal_3 .modal-dialog {
    max-width: 450px;
}

/*Home Css New*/
#audibot_abap_sol{
  padding: 20px 0px;
  position: relative;
}
#audibot_abap_sol .ab_title_sol h3{
  font-size:25px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  color: #224775;
  padding-bottom: 15px;
}
#audibot_abap_sol .ab-tools-sol{
  background: url(../images/home/2-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 15px;
  max-height: 500px;
  min-height: 240px;
  transition: 0.5s;
}
.ab-tools-sol:hover{
  transform: scale(1.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
  margin-right: -30px;
}
.ab-color-1:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(243, 0, 0, .70);
  z-index: 0;
}
.ab-color-2:before{
  background: rgb(9, 0, 144, .70);
}
.ab-color-3:before{
  background: rgb(0, 144, 24, .70);
}
.ab-color-4:before{
  background: rgb(0, 47, 86, .70);
}
.ab-color-5:before{
  background: rgb(181, 134, 0, .70);
}
.ab-color-6:before{
  background: rgb(131, 37, 255, .70);
}
#audibot_abap_sol .ab-tools-sol img{
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  position: relative;
}
#audibot_abap_sol .ab-tools-sol h3{
  color: #fff;
  font-size: 18px;
  font-family: 'Archivo-SemiBold',sans-serif;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 0px 0px;
}
#audibot_abap_sol .auditbot-btn-ttols{
  background: #fff;
  border-radius: 65px;
  border: 1px solid #234775;
  position: absolute;
  top: 250px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 3px;
  display: block;
  max-width: 250px;
  max-height: 50px;
}
#audibot_abap_sol .auditbot-btn-ttols .btn-tools-cent{
  border: 2px solid #234775;
  border-radius: 65px;
  padding: 4px 14px;
  width: 100%;
  display: block;
  text-align: center;
  color: #234775;
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
}

/*OUR CLIENTS*/
.gray-color-bg{
  background: #4a4a4a;
  padding: 20px 0px;
}
.gray-color-bg1{
  background: #4a4a4a;
  padding: 10px 0px;
}
#our_clients{
  /*padding:50px 0px;*/
  /*padding: 15px 0px 60px;
  position: relative;
  background: url(../images/home/map.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;*/
  padding: 20px 0px 30px;
  position: relative;
  background: url(../images/home/client-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: initial;
}
#our_clients .our-clients-title h3{
  font-size: 22px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  color: #fff;
  margin-bottom: 7px;
}
#our_clients .clien-img{
  text-align: center;
}
#our_clients .clien-img img{
  width: 70%;
  margin: 25px 0px 0px;
}

/*Certifications & Recognitions*/
#our_clients .certficate-recog{
  margin-top: 25px;
}
#our_clients .certficate-recog img{
  width: 260px;
  margin: 0 auto;
  display: block;
}
#our_clients .certficate-recog h3{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  color: #134584;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
#our_clients .certifiate-content-img:hover {
    box-shadow: 0 0 11px rgb(0, 0, 0, 0.48);
    transition: box-shadow .3s;
}
#our_clients .certifiate-content-img{
  /*background: #fff;*/
  background-image: linear-gradient(to top, #082b38 0%, #0f4b62 100%);
  display: block;
  position: relative;
  padding:10px;
  box-shadow: 0 0 11px rgb(0, 0, 0, 0.48);
  max-width: 310px;
  margin: 0 auto;
}
#our_clients .certifiate-content-img ul{
  padding:0;
}
#our_clients .certifiate-content-img ul > li{
  list-style: none;
}
#our_clients .certifiate-content-img ul > li > a > img{
  width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
}
#our_clients .certifiate-content-img .click-link{
  font-size: 14px;
  font-family: 'Archivo-SemiBold',sans-serif;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #00c6f5;
  border: 1px solid #00c6f5;
  padding: 8px 0px;
  width: 100%;
  display: block;
}
#our_clients .certifiate-content-img .click-link:hover{
  background: #00c6f5;
  color: #fff;
  transition: 0.3s;
}
#our_clients .certificate-call{
  background: #fff;
  display: block;
  position: relative;
  padding:10px;
  /*margin: 15px 0px 10px;*/
  box-shadow: 0 0 11px rgb(0, 0, 0, 0.48);
  max-width: 310px;
  margin: 15px auto 0px;
}
#our_clients .certificate-call:hover {
    box-shadow: 0 0 11px rgb(0, 0, 0, 0.48);
    transition: box-shadow .3s;
}
#our_clients .certificate-call{
  text-align: center;
}

#our_clients .certificate-call h3 {
    font-size: 20px;
    font-family: 'ArchivoBlack-Regular', sans-serif;
    line-height: 1.5;
}
#our_clients .certificate-call p {
    font-size: 15px;
    font-family: 'Archivo-Medium', sans-serif;
    line-height: 1.7;
}
#our_clients .certificate-call ul {
  padding: 0;
  width: 100%;
}
#our_clients .certificate-call ul > li {
  list-style: none;
  display: inline-block;
  /*margin-right: 20px;*/
}

#our_clients .certificate-call ul > li > a {
    color: #001aff;
    font-family: 'Archivo-SemiBold',sans-serif;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #001aff;
    padding: 10px 8px;
}
#our_clients .certificate-call ul > li > a:hover{
  background: #001aff;
  color: #fff;
  transition: 0.3s;
}

/* Counter */
#client-happy{
  padding: 0px 0px;
}
#client-happy .company-awards-count{
    /*background-image: linear-gradient(to top, #0f4a62 0%, #082c3a 100%);*/
    border:2px solid #082c3a;
    color: #fff;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    /*margin: 20px auto;*/
    /*padding: 26px 10px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.awardslist {
    font-size: 18px;
    font-weight: 600;
}
.awardslist h3 {
    font-size: 18px;
    margin-bottom: 40px;
}
#client-happy .company-awards-count{
    width:100px;
}
/*#client-happy .company-awards-count:before{*/
/*      content: '';*/
/*    border: 2px solid #092d3b;*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    bottom: 0;*/
/*    right: 0px;*/
/*    left: -5px;*/
/*    border-radius: 100px;*/
/*    width: 145px;*/
/*    height: 145px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
#client-happy .mr-rght-1.mr-rght-padding{
      padding: 40px 10px;
}
#client-happy .mr-rght-1{
  margin: 20px 0 20px auto;
}
#client-happy .mr-rght-2{
  margin: 20px auto 20px 0;
}
#client-happy .company-awards-count .stat-number{
  color: #00f3f8;;
  font-family: 'ArchivoBlack-Regular';
  font-size: 25px;
}
#client-happy .company-awards-count .million{
  color: #00f3f8;;
  font-family: 'ArchivoBlack-Regular';
  font-size: 23px;
}
#client-happy .company-awards-count p{
  margin: 0;
  display: inline-block;
  color: #00f3f8;
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular';
}
#client-happy .company-awards-count h3{
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'Archivo-Medium';
  line-height: 1.4;
  color:black;
}

/*Process Controls*/
#process-controls{
  padding: 70px 0px;
  background: url(../images/home/process-control-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  width: 100%;
}
#process-controls .process-con-content h3{
  color: #fff;
  font-family: 'ArchivoBlack-Regular';
  font-size: 25px;
  position: relative;
}
/*#process-controls .process-con-content h3:after{
  position: absolute;
  bottom: 0;
  border:1px solid #fff;
  left: 0;
  content: '';
  width: 100px;
}*/
#process-controls .process-con-content p{
  color: #fff;
  font-size: 14px;
  font-family: 'Archivo-Medium';
  line-height: 1.5;
  padding-top: 10px;
  max-width: 320px;
  
  text-align:justify;
}
#process-controls .btn-explore{
    background: #007db8;
    color: #fff;
    font-size: 14px;
    border: 1px solid #007db8;
    padding: 8px 30px;
}
#process-controls .btn-explore:hover{
  background: #00c6f5;
}
#process-controls .pr-control-c1 h4{
  background: #ffcdcb;
  color: #010101;
  font-size: 20px;
  font-family: 'Archivo-SemiBold';
  text-align: center;
  max-width: 300px;
  padding: 10px;
  margin: 0;
}
#process-controls .pr-control-c2 h4{
  background: #ffc5ed;
  color: #010101;
  font-size: 20px;
  font-family: 'Archivo-SemiBold';
  text-align: center;
  max-width: 300px;
  padding: 10px;
  margin: 0;
}
#process-controls .pr-control-c3 h4{
  background: #a4fdff;
  color: #010101;
  font-size: 20px;
  font-family: 'Archivo-SemiBold';
  text-align: center;
  max-width: 300px;
  padding: 10px;
  margin: 0;
}
#process-controls .pr-control-c4 h4{
  background: #ffe19a;
  color: #010101;
  font-size: 20px;
  font-family: 'Archivo-SemiBold';
  text-align: center;
  max-width: 300px;
  padding: 10px;
  margin: 0;
}

/*Button Style Process Control*/
#process-controls .bubble {
  position: relative;
  /*width: 120px;
  height: 80px;
  background: #32557f;
  border-radius: 10px;*/
  background: -webkit-linear-gradient(90deg, #008880 50%, #00a19a 50%);
  background: -o-linear-gradient(90deg, #008880 50%, #00a19a 50%);
  background: -moz-linear-gradient(90deg, #008880 50%, #00a19a 50%);
  background: linear-gradient(90deg, #008880 50%, #00a19a 50%);
  border-radius: 15px;
  box-shadow: 0px 4px 0px 0px rgb(0 97 91);
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  padding: 8px 10px;
}
#process-controls .bubble h4{
  text-align: center;
  max-width: 280px;
  font-size: 18px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
}
#process-controls .bubble_1 {
  background: -webkit-linear-gradient(90deg, #f39200 50%, #ee7800 50%);
  background: -o-linear-gradient(90deg, #f39200 50%, #ee7800 50%);
  background: -moz-linear-gradient(90deg, #f39200 50%, #ee7800 50%);
  background: linear-gradient(90deg, #f39200 50%, #ee7800 50%);
  box-shadow: 0px 4px 0px 0px rgb(206 104 0);
}
#process-controls .bubble_2 {
  background: -webkit-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
  background: -o-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
  background: -moz-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
  background: linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
  box-shadow: 0px 4px 0px 0px rgb(132 2 56);
}
#process-controls .bubble_3 {
  background: -webkit-linear-gradient(90deg, #95c11f 50%, #65a615 50%);
  background: -o-linear-gradient(90deg, #95c11f 50%, #65a615 50%);
  background: -moz-linear-gradient(90deg, #95c11f 50%, #65a615 50%);
  background: linear-gradient(90deg, #95c11f 50%, #65a615 50%);
  box-shadow: 0px 4px 0px 0px rgb(83 150 0);
}

#process-controls .bubble2::after {
  display: block;
 height: 30px;
 width: 30px;
 background-color: inherit;
 border: inherit;
 position: absolute;
 transform: rotate(-45deg);
 border-radius: 0 0 0 0.20em;
 bottom: -15px;
 left: 18px;
 content: '';
 background: #f39200;
 box-shadow: 0px 4px 0px 0px rgb(206 104 0);
}

#process-controls .bubble3::after {
   display: block;
 height: 30px;
 width: 30px;
 background-color: inherit;
 border: inherit;
 position: absolute;
 transform: rotate(-45deg);
 border-radius: 0 0 0 0.20em;
 bottom: -15px;
 right: 18px;
 content: '';
  background: #a3195b;
  box-shadow: 0px 4px 0px 0px rgb(132 2 56);
}

#process-controls .bubble4::after {
   display: block;
 height: 30px;
 width: 30px;
 background-color: inherit;
 border: inherit;
 position: absolute;
 transform: rotate(-45deg);
 border-radius: 0 0 0 0.20em;
 bottom: -15px;
 left: 18px;
 content: '';
 background: #95c11f;
  box-shadow: 0px 4px 0px 0px rgb(83 150 0);
}

/*#process-controls .bubble4::after {
    content: '';
    position: absolute;
    bottom: -13px;
    right: 0%;
    width: 0;
    height: 0;
    border-top: 28px solid #00a19a;
    border-left: 28px solid transparent;
}*/
#process-controls .bubble1::after{
  display: block;
 height: 30px;
 width: 30px;
 background-color: inherit;
 border: inherit;
 position: absolute;
 /*clip-path: polygon(0% 0%, 100% 100%, 0% 100%);*/
 transform: rotate(-45deg);
 border-radius: 0 0 0 0.20em;
 bottom: -15px;
 right: 18px;
 content: '';
 background: #00a19a;
 box-shadow: 0px 4px 0px 0px rgb(0 97 91);
}

/*TESTIMONIAL NEW*/
#testi-monial-ho{
/*background-color: #ffffff;*/
 position: relative;
 padding: 30px 0px;
 background: url(../images/home/testimonial-bg.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 width: 100%;
}
/*#testi-monial-ho:after{
    background: url(../images/home/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: absolute;
  top: -3px;
  right: 0;
  content: '';
  width: 100%;
  height: 600px;
}*/
#testimonial-title{
  background: #f3f3f3;
  text-align: center;
  padding: 25px 0px;
}
/*#testimonial-title .section-title{
  font-family: 'ArchivoBlack-Regular', sans-serif;
  font-size: 25px;
  color: #224775;
}*/
#testimonial-title .section-title{
  font-family: 'ArchivoBlack-Regular';
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
#testi-monial-ho .feed_img_logo img{
  border-radius: 65%;
  padding: 40px 10px;
  width: 140px;
  height: 140px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 10px rgb(0 0 0 / 17%);
  background: #fff;
  border: 1px solid #f1f1f1;
  margin: 10px 6px;
}
#testi-monial-ho .feedback-slider-item .feed-contents{
  position: relative;
  background: #f3f3f3;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 27%);
}
#testi-monial-ho .feedback-slider-item .feed-contents p{
  text-align: center;
  padding: 15px 10px;
  font-family: 'Archivo-SemiBold';
  font-size: 15px;
  /*background: #f3f3f3;
  margin-bottom: 0;
  position: relative;
  box-shadow: 10px 10px 5px grey;*/
}
#testi-monial-ho .feedback-slider-item .feed-contents:after{
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translateZ(30px);
  transform: translateZ(30px);
  border: 1px solid #ddd;
  transition: border .4s ease;
  content: '';
}
#icon-quote-1 img {
  width: 40px;
  margin: 5px auto 5px 0px;
  z-index: 1;
  position: relative;
  background: #f3f3f3;
  padding: 7px;
}
#icon-quote-2 img {
  width: 40px;
  margin: 0 5px 5px auto;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  padding: 7px;
}
#testi-monial-ho .owl-dots{
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}

/*Ribbon*/
#testi-monial-ho .right-ribbon {
  border-top: 24px solid #224876;
  border-bottom: 24px solid #224876;
  border-left: 10px solid #224876;
  border-right: 25px solid transparent;
  transition: all ease .3s;
  width: auto;
  height: 48px;
  padding: 0px 15px;
  min-height: auto;
  max-height: 100px;
  background: transparent;
  text-align: center;
  color: #fe346e;
  position: absolute;
  top: 60px;
  left: 135px;
  z-index: 0;
  /* box-shadow: 0 10px 15px -7px rgba(0,0,0,0.2); */
  display: flex;
  align-items: center;
  justify-content: center;
}
#testi-monial-ho .right-ribbon:after{
  content: '';
  position: absolute;
  top: -21px;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid transparent;
  width: 100%;
  height: 42px;
  left: 5px;
  background: transparent;
}
#testi-monial-ho .right-ribbon:before{
   content: '';
  position: absolute;
  top: -21px;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid transparent;
  width: 100%;
  height: 42px;
  left: 5px;
  background: transparent;
}
#testi-monial-ho .border-ribbon:after{
  content: '';
  position: absolute;
  top: 14px;
  right: -2px;
  height: 28px;
  width: 0px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border: 1px solid #fff;
}
#testi-monial-ho .border-ribbon:before{
  content: '';
  position: absolute;
  bottom: 26px;
  right: -16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-46deg);
  border: 1px solid #fff;
  width: 30px;

}
#testi-monial-ho .right-ribbon h3{
  color: #fff;
  font-size: 18px;
  font-family: 'Archivo-SemiBold',sans-serif;
  margin-bottom: 0;
  padding-right: 6px;
}
#testi-monial-ho .border-ribbon{
  transition: all ease .3s;
  /*border: 1px solid #fff;*/
  width: auto;
  height: 35px;
  padding: 0px 15px;
  min-height: auto;
  max-height: 100px;
  background: transparent;
  text-align: center;
  color: #fe346e;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 6px;
}
#testi-monial-ho .traingle-cust-img{
  position: relative;
}
#testi-monial-ho .traingle-cust-img img{
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 35px;
  z-index: 1
}


/*TESTIMONIAL NEW*/
#testimonial-title{
  background: url(../images/testimonials-bg.jpg);
  text-align: center;
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  margin: 20px 0px;
}
#testimonial-title .testmonials-slider .feed_img_logo img{
      /* border-radius: 65%; */
    padding: 0px 0px;
    width: 240px;
    height: 110px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 0px 6px rgb(0 0 0 / 17%); */
    background: #fff;
    /* border: 1px solid #f1f1f1; */
    margin: 10px auto;
}
#testimonial-title .testmonials-slider{
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
#testimonial-title .testmonials-slider .feed-contents p{
  line-height: 1.875;
  /*max-width: 900px;*/
  margin: 0 auto;
  font-size: 15px;
  font-family: 'Archivo-Medium';
}
#testimonial-title .testmonials-slider .feed-contents h3{
    color: #254087;
    font-family: 'ArchivoBlack-Regular';
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#testimonial-title .testmonials-slider .item{
  padding: 0px 15px;
}
#testimonial-title .owl-next{
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 3rem;
}
#testimonial-title .owl-prev{
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  font-size: 3rem;
}
#testimonial-title .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #000;
}
#testimonial-title .owl-theme .owl-prev [class*='owl-']:hover {
    background: transparent;
    color: #000;
}


/*SAP License Saver*/
#sap-licence{
  padding: 50px 0px;
  /*background: url(../images/home/license-saver.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  width: 100%;
 /* margin-bottom: 20px;*/
  margin-bottom: 0px;
}
#sap-licence .bg-icon-box-1 h3{
    height: auto;
    width: 100%;
    /*background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    color: #ffffff;
    opacity: 0.95;
    font-size: 15px;
    text-align: center;
    font-family: 'Archivo-Bold', sans-serif;
    display: table-cell;
    vertical-align: middle;
    /*box-shadow: 0 4px 8px 0 rgba(0,136,128,0.8);*/
    padding: 8px 10px;
}
#sap-licence .bg-icon-box-1 {
     background: -webkit-linear-gradient(90deg, #008880 50%, #00a19a 50%);
    background: -o-linear-gradient(90deg, #008880 50%, #00a19a 50%);
    background: -moz-linear-gradient(90deg, #008880 50%, #00a19a 50%);
    background: linear-gradient(90deg, #008880 50%, #00a19a 50%);
    border-radius: 65px;
    box-shadow: 0px 4px 0px 0px rgb(0 97 91);
    padding: 10px;
}
#sap-licence .bg-icon-box-2 {
     background: -webkit-linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    background: -o-linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    background: -moz-linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    background: linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    border-radius: 65px;
    box-shadow: 0px 4px 0px 0px rgb(202 102 0);
}
#sap-licence .bg-icon-box-3 {
     background: -webkit-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    background: -o-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    background: -moz-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    background: linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    border-radius: 65px;
   box-shadow:  0px 4px 0px 0px rgb(90 0 38);
}
#sap-licence .bg-icon-box-4 {
     background: -webkit-linear-gradient(90deg, #65a615 50%, #95c11f 50%);
    background: -o-linear-gradient(90deg, #65a615 50%, #95c11f 50%);
    background: -moz-linear-gradient(90deg, #65a615 50%, #95c11f 50%);
    background: linear-gradient(90deg, #65a615  50%, #95c11f 50%);
    border-radius: 65px;
    box-shadow: 0px 4px 0px 0px rgb(51 93 0);
}
#sap-licence .license-saver h3{
  color: #fff;
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 10px;
}
/*#sap-licence .license-saver h3:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 2px solid #fff;
} */
#sap-licence .license-saver p{
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
#sap-licence .btn-explore {
    background: #007db8;
    color: #fff;
    font-size: 14px;
    border: 1px solid #007db8;
    padding: 8px 30px;
    margin-bottom: 20px;
}
#sap-licence .btn-explore:hover{
  background: #00c6f5;
  transition: 0.3s;
}

/*Custom CRC Solution*/
#custom-grc{
  padding: 50px 0px;
  background: url(../images/home/custom-src.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
#custom-grc .bg-icon-box-1 h3{
    height: auto;
    width: 100%;
    /*background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    color: #ffffff;
    opacity: 0.95;
    font-size: 15px;
    text-align: center;
    font-family: 'Archivo-Bold',sans-serif;
    display: table-cell;
    vertical-align: middle;
    /*box-shadow: 0 4px 8px 0 rgba(0,136,128,0.8);*/
    padding: 8px 10px;
}
#custom-grc .bg-icon-box-1 {
     background: -webkit-linear-gradient(90deg, #008880 50%, #00a19a 50%);
    background: -o-linear-gradient(90deg, #008880 50%, #00a19a 50%);
    background: -moz-linear-gradient(90deg, #008880 50%, #00a19a 50%);
    background: linear-gradient(90deg, #008880 50%, #00a19a 50%);
    border-radius: 65px;
    box-shadow: 0px 4px 0px 0px rgb(0 97 91);
    padding:10px;
}
#custom-grc .bg-icon-box-2 {
     background: -webkit-linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    background: -o-linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    background: -moz-linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    background: linear-gradient(90deg, #ee7800 50%, #f39200 50%);
    border-radius: 65px;
    box-shadow: 0px 4px 0px 0px rgb(202 102 0);
}
#custom-grc .bg-icon-box-3 {
     background: -webkit-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    background: -o-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    background: -moz-linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    background: linear-gradient(90deg, #8a0f42 50%, #a3195b 50%);
    border-radius: 65px;
   box-shadow:  0px 4px 0px 0px rgb(90 0 38);
}
#custom-grc .bg-icon-box-4 {
     background: -webkit-linear-gradient(90deg, #65a615 50%, #95c11f 50%);
    background: -o-linear-gradient(90deg, #65a615 50%, #95c11f 50%);
    background: -moz-linear-gradient(90deg, #65a615 50%, #95c11f 50%);
    background: linear-gradient(90deg, #65a615  50%, #95c11f 50%);
    border-radius: 65px;
    box-shadow: 0px 4px 0px 0px rgb(51 93 0);
}
#custom-grc .cutom-content h3{
  color: #fff;
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 10px;
}
#custom-grc .cutom-content a{
  text-decoration: none;
}
/*#custom-grc .cutom-content h3:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 2px solid #fff;
} */
#custom-grc .cutom-content p{
  color: #fff;
  font-size: 14px;
  max-width: 420px;
  font-family: 'Archivo-Medium',sans-serif;
  text-align:justify;
}
#custom-grc .btn-explore {
    background: #007db8;
    color: #fff;
    font-size: 14px;
    border: 1px solid #007db8;
    padding: 8px 30px;
    margin-bottom: 20px;
}
#custom-grc .btn-explore:hover {
    background: #00c6f5;
}

#our-customer .hovereffect {
  width:100%;
  height:100%;
  /*float:left;*/
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:pointer;
}

#our-customer .hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

#our-customer .hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}


#partners-content .hovereffect {
  width:100%;
  height:100%;
  /*float:left;*/
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:pointer;
}

#partners-content .hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

#partners-content .hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.blog-img .hovereffect {
  width:100%;
  height:100%;
  /*float:left;*/
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:pointer;
}

.blog-img .hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

.blog-img .hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

/*NEW CSS*/
#audibot_abap_sol .post-list-style-5 .content {
    height: 278px;
    position: relative;
    color: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-color: #111111;
}
#audibot_abap_sol .post-list-style-5 .content a, #audibot_abap_sol .post-list-style-5 .content a:visited {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 4;
    position: absolute;
}
#audibot_abap_sol .post-list-style-5 .inner {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 2.308rem;
  right: 2.308rem;
  z-index: 3;
  padding: 75px 0px;
  text-align: center;
}
/*#audibot_abap_sol .blog-slider .item .content:before, #audibot_abap_sol .content-slider .content:before, #audibot_abap_sol .post-list-style-9 .content:before, #audibot_abap_sol .feature-box .item .hover .content:after, #audibot_abap_sol .post-list-style-5 .content:after {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=1 );
}*/
#audibot_abap_sol .post-list-style-5 .content:after {
    content: '';
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#audibot_abap_sol .post-list-style-5 .title-text {
    font-size: 1.2rem;
    font-family: 'Archivo-SemiBold';
    margin-top: 0.07692rem;
}
#audibot_abap_sol .post-list-style-5 .title {
    font-size: 1rem;
    font-family: 'Archivo-Medium';
    margin-bottom: 0.07692rem;
}
#audibot_abap_sol .feature-box .item .hover {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 22rem;
    height: 22rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    /*z-index: 15;*/
    z-index: 1111;
    -webkit-box-shadow: 0 0 3.846rem 0 rgba(0,0,0,0.50);
    -moz-box-shadow: 0 0 3.846rem 0 rgba(0,0,0,0.50);
    box-shadow: 0 0 3.846rem 0 rgba(0,0,0,0.50);
    cursor: pointer;
}
#audibot_abap_sol .feature-box .item .hover .content:before {
    width: 100%;
    height: 100%;
    display: block;
    /*background: #000000;
    opacity: 0.1;*/
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#audibot_abap_sol .feature-box .item .hover .content>a, #audibot_abap_sol .feature-box .item .hover .content>a:visited {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}
#audibot_abap_sol .feature-box .item .hover .content .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 4;
    padding: 0 0.846rem;
}
#audibot_abap_sol .feature-box .item .hover .content .title-text {
    font-size: 1.4231rem;
    margin-bottom: 0.8923rem;
    font-family: 'ArchivoBlack-Regular';
}
#audibot_abap_sol .feature-box .item .hover .content .title {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.8462rem;
}
#audibot_abap_sol .feature-box .item .hover .content {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    display: table;
    position: relative;
    background-color: #111111;
}
#audibot_abap_sol .feature-box .item:hover .hover, #audibot_abap_sol .feature-box .item:focus .hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#audibot_abap_sol .post-list-style-5 img{
  width: 80px;
}
#audibot_abap_sol .feature-box .item .hover .content img{
  width: 100px;
}
#audibot_abap_sol .item .ab-colorse-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(243, 0, 0, .70);*/
    z-index: 0;
    background-image: linear-gradient(to right top, #f30000, #ff4d53, #ff7e8d, #fbabbb, #ebd5dc);
}
#audibot_abap_sol .item .ab-colorse-2:before {
    /*background: rgb(9, 0, 144, .70);*/
        background-image: linear-gradient(to left top, #090090, #2a20a8, #4139c1, #5651d9, #6a6af2);
}
#audibot_abap_sol .item .ab-colorse-3:before {
    /*background: rgb(0, 144, 24, .70);*/
        background-image: linear-gradient(to right bottom, #009018, #3ea844, #63c16a, #86d990, #a9f2b5);
}
#audibot_abap_sol .item .ab-colorse-4:before{
  /*background: rgb(0, 47, 86, .70);*/
  background-image: linear-gradient(to left bottom, #002f56, #415d7e, #788fa7, #b3c3d2, #f3faff);
}
#audibot_abap_sol .item .ab-colorse-5:before{
  /*background: rgb(181, 134, 0, .70);*/
  background-image: linear-gradient(to right top, #b58600, #c7a248, #d9bd7c, #ead9b0, #fbf5e5);
}
#audibot_abap_sol .item .ab-colorse-6:before{
  /*background: rgb(131, 37, 255, .70);*/
  background-image: linear-gradient(to left top, #8325ff, #9958f5, #ab7ee9, #baa0db, #c6c2cb);
}

.no-pad {

    padding:0px !important;
}
.mt-50 {
    margin-top:50px;
}

.key-benifit-layout .key-bene-1{
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
    
}

.key-bene-1 .image-holder{
    
       background: #017189;
    display: inline-block;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    text-align: center;
    margin-left: 15px;

}

.product-slider img {
    cursor: zoom-in !important;
}
.list-job
{
    padding: 10px;
    border: 1px solid #dedede;
    background: #f5f5f5;
    cursor: pointer;
    user-select: none;
}
.accordian {
    margin-bottom:5px;
}
.accordian.item-close .job-desc{
    display:none;
    
}
.margin-bt-20{
    margin-bottom:20px;
}
.col-md-4.dep-col {
    padding:10px;
}
.col-md-4 .department {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor:pointer;
    text-align:center;
    color: black;
}
.col-md-4 a:hover{
   text-decoration: none;
}
.apply{
        float: right;
    padding: 0;
    line-height: 21px;
    border: 0;
    color: #009cfc;
}
.accordian .job-desc
{
        padding: 10px;
    border: 1px solid #dedede;
    border-top: none;
}
.col-md-4.dep-col.active .department
{
  border:1px solid #009cfc;  
}
/*.contact-form-page .custom_admin_form {
    background-color: white;
    color: #000;
}*/
.product-new {
}
#pro-cat-head, .product-new {
    background:#fff;
}

.image-holder{
    height:180px;
    overflow: hidden;
}
.list-item-product{
    padding:15px;
}
.list-item-product:hover img{
    transform: scale(1.10);
    transition: all 0.3s ease-in-out 0s;
    cursor:pointer;
}
.inner{
    margin-top: 10px;
    position:relative;
}
.category-icon{
    color: #fff;
    background-color: #ff431e;
    width: 52px;
    height: 52px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -105%);
    -ms-transform: translate(-50%, -105%);
    -o-transform: translate(-50%, -105%);
    transform: translate(-50%, -105%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.list-item-product .card {
    
        border: 1px solid #eaeff5;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.list-item-product .card  .description {
    color: #626a70;
    text-align: center;
}
.list-item-product:hover {
    cursor:pointer;
}
.list-item-product:hover .btn-forwarded {
    background-color: #ff431e;
    border-color: #ff431e;
    color: #fff;
}
.bottom-link{
    text-align: center;
    margin: 15px 0px;
}
.list-item-product .btn-forwarded {
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    text-align: center;
    color: black;
    font-size: 16px;
    border: 1px solid #eaeff5;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.u-section-1 .u-sheet-1 {
  min-height: 777px;
}

.u-section-1 .u-list-1 {
  min-height: 659px;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, auto);
  grid-gap: 0px;
  /*margin: 59px auto 59px 0;*/
}

.u-section-1 .u-image-1 {
  /*background-image: url("../images/pexels-photo-325185.jpeg");*/
  background-image: url(../images/pexels-photo-325185.jpeg);
  background-position: 50% 29.42%;
      color: white;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  /*margin: 0 0 0 321px;*/
}

.u-section-1 .u-btn-1 {
  background-image: none;
  border-style: none none solid;
  text-transform: uppercase;
  letter-spacing: 2px;
      font-size: 1rem;
    margin: 20px 0 0 auto;
    padding: 0;
        color: white;
    padding-bottom: 4px;
}

.u-section-1 .u-image-2 {
  /*background-image: url("../images/pexels-photo-532568.jpeg");*/
  background-image: url(../images/pexels-photo-532568.jpeg);
  background-position: 50% 33.78%;
      color: white;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px;
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  /*margin: 0 0 0 346px;*/
}

.u-section-1 .u-btn-2 {
  background-image: none;
  border-style: none none solid;
  text-transform: uppercase;
  letter-spacing: 2px;
      font-size: 1rem;
    margin: 20px 0 0 auto;
    padding: 0;
    padding-bottom: 4px;
        color: white;
}

.u-section-1 .u-image-3 {
  /*background-image: url("../images/pexels-photo-1029615.jpeg");*/
  background-image: url(../images/pexels-photo-1029615.jpeg);
  background-position: 50% 50%;
      color: white;
}

.u-section-1 .u-container-layout-3 {
  padding: 30px;
}

.u-section-1 .u-text-3 {
  font-weight: 700;
  /*margin: 0 0 0 318px;*/
}

.u-section-1 .u-btn-3 {
  background-image: none;
  border-style: none none solid;
  text-transform: uppercase;
  letter-spacing: 2px;
      font-size: 1rem;
    margin: 20px 0 0 auto;
    padding: 0;
    padding-bottom: 4px;
        color: white;
}

.u-section-1 .u-image-4 {
  /*background-image: url("../images/pexelsphoto911738.jpeg");*/
  background-image: url(../images/pexelsphoto911738.jpeg);
  background-position: 50% 50%;
      color: white;
}

.u-section-1 .u-container-layout-4 {
  padding: 30px;
}

.u-section-1 .u-text-4 {
  font-weight: 700;
  /*margin: 0 0 0 316px;*/
}

.u-section-1 .u-btn-4 {
  background-image: none;
  border-style: none none solid;
  text-transform: uppercase;
  letter-spacing: 2px;
      font-size: 1rem;
    margin: 20px 0 0 auto;
    padding: 0;
        color: white;
    padding-bottom: 4px;
}

.u-section-1 .u-image-5 {
  margin-left: 0;
  /*background-image: url("../images/pexels-photo-323705.jpeg");*/
  background-image: url(../images/pexels-photo-323705.jpeg);
  background-position: 50% 50%;
      color: white;
}

.u-section-1 .u-container-layout-5 {
  padding: 30px;
}

.u-section-1 .u-text-5 {
  font-weight: 700;
  /*margin: 0 0 0 296px;*/
}

.u-section-1 .u-btn-5 {
  background-image: none;
  border-style: none none solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
    margin: 20px 0 0 auto;
    padding: 0;
    padding-bottom: 4px;
        color: white;
}


.u-section-1 .u-image-6 {
  margin-left: 0;
  /*background-image: url("../images/pexels-photo-136419.jpeg");*/
  background-image: url(../images/pexels-photo-136419.jpeg);
  background-position: 50% 32.28%;
      color: white;
}

.u-section-1 .u-container-layout-6 {
  padding: 30px;
}

.u-section-1 .u-text-6 {
  font-weight: 700;
  /*margin: 0 0 0 308px;*/
}

.u-section-1 .u-btn-6 {
  background-image: none;
  border-style: none none solid;
  text-transform: uppercase;
  letter-spacing: 2px;
      font-size: 1rem;
    margin: 20px 0 0 auto;
    padding: 0;
    padding-bottom: 4px;
        color: white;
}
.u-repeater {
    display: grid;
    /*grid-template-columns: repeat(3, 33.33333333%);*/
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}
.u-container-layout p {
    font-size: 16px;
    margin-bottom: 5px;
}
.contentImages {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    min-width: 70px;
    padding: 10px;
    border-radius: 100px;
    margin-right: 10px;
}
.contentset h4 {
    font-size: 16px;
    color: white;
}
.client-section {
    background: #01131c;
    color: white;
    padding: 50px 0px;
    margin-bottom: 20px;
}
.trustworthy {
    font-size: 35px;
    font-weight: 600;
    margin-top: 10px;
}
.countnumber .stat-number {
    font-size: 65px;
    font-weight: 100;
    letter-spacing: -2px;
}
.countnumplus {
    font-size: 30px;
    font-weight: 200;
}
.client-section hr {
    border-color: #6c6c6c;
}
.client-section h4 {
    font-size: 20px;
    font-weight: 100 !important;
    color: #eeeeee;
}
.countnumber .million {
    letter-spacing: -4px;
}
@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 661px;
  }

  .u-section-1 .u-list-1 {
    min-height: 543px;
    height: auto;
    margin-right: initial;
    margin-left: initial;
  }

  /*.u-section-1 .u-text-1 {*/
  /*  margin-left: 121px;*/
  /*}*/

  .u-section-1 .u-text-2 {
  /*  margin-left: 146px;*/
  /*}*/

  /*.u-section-1 .u-text-3 {*/
  /*  margin-left: 118px;*/
  /*}*/

  /*.u-section-1 .u-text-4 {*/
  /*  margin-left: 116px;*/
  /*}*/

  /*.u-section-1 .u-text-5 {*/
  /*  margin-left: 96px;*/
  /*}*/

  /*.u-section-1 .u-text-6 {*/
  /*  margin-left: 108px;*/
  /*}*/
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 907px;
  }

  .u-section-1 .u-list-1 {
    min-height: 840px;
    grid-template-columns: 100%;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-image-1 {
    background-position: 50% 42.66%;
  }

  .u-section-1 .u-text-1 {
    margin-left: 0;
  }

  .u-section-1 .u-image-2 {
    background-position: 50% 29.36%;
  }

  .u-section-1 .u-text-2 {
    margin-left: 0;
  }

  .u-section-1 .u-text-3 {
    margin-left: 0;
  }

  .u-section-1 .u-text-4 {
    margin-left: 0;
  }

  .u-section-1 .u-text-5 {
    margin-left: 0;
  }

  .u-section-1 .u-text-6 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 710px;
  }

  .u-section-1 .u-list-1 {
    min-height: 630px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 491px;
  }

  .u-section-1 .u-list-1 {
    min-height: 397px;
    margin-right: initial;
    margin-left: initial;
  }
}


#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	z-index: 9999;
	/* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
	display: none;
	left:0px;
	font-weight:300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding:5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none;
}
.cli-plugin-main-link {
	margin-left:0px;
	font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
    margin-left: 5px;
}
.cli-tab-section {
    margin-top: 5px;
}
.wt-cli-necessary-checkbox {
    display: none !important;
}
.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color: #f2f2f2;
}
.cli-tab-header {
    display: flex;
    justify-content: space-between;
}
.cli-tab-content {
    display:none;
}
.cli-tab-content.show {
    display:block;
}
.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px 20px;
}