@charset "utf-8";
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* <--Basics Start */
*{
    outline: none;
    text-shadow: 0 0 black;
}
html, body{
	margin:0px;
        overflow-x: hidden;
        outline: none;
        transition: all 0.3s ease-in 0s;
}
h1, h2, h3 {
	margin: 0;
        padding: 0;
}


img, img a, img a:hover, img a:visited, img a:link{
	border:  0px;
}
a{/*font:Tahoma, Geneva, sans-serif; color:#fff2dd;*/}
a, a:hover, a:visited, a:link{
	text-decoration:none;
        outline: none;
        border:  0px;
}

p {
        font-size: 16px;
	font-family: 'robotodraftregular', sans-serif;
}
/*hr{
	background: url(images/intro-stroke.png) repeat-x;
	height:1px;
}*/



a{color:#9d9d9d;}
a, a:hover, a:link, a:active{text-decoration:none;}
.right{float:right;}
.left{float:left;}
.center{margin:0% auto;}
.block{display:block;}
.absolute{position:absolute;}
.relative{position:relative;}
.noMove{margin:0 !important; padding:0 !important;}
.noPadding{padding:0 !important;}
.curved{-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;}

/**** homepage ****/


#homeslider{
    position: relative;
    transition: all 0.3s ease-in 0s;
}



#homeslider:hover .slider-button-left{
    left: 0;
    opacity: 1;
}
#homeslider:hover .slider-button-right{
    right: 0;
    opacity: 1;
}



    
.slider-buttons{
    position: absolute;
    z-index: 999999;
    top: 47%;
    width: 100%;
    padding: 0px 15px;
}

.slider-button-left{
    position: absolute;
    left: -120px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.slider-button-right{
    position: absolute;
    right: -120px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.slider-content{
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slider-content button.mainBtn{
    width: 145px;
    height: 45px;
    background-color: #fff;
    color: #1671a2;
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
    font-family: 'robotodraftregular', sans-serif;
    margin: 0 auto;
    border: none;
    padding: 10px 15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slider-content h2{
  font-family: 'robotodraftbold', sans-serif  !important;
  color: #fff !important;
  font-size: 35px;
  margin-bottom: 25px  !important;
  transition: all 0.3s ease-in 0s  !important;
}


.slider-content h3{
  font-family: 'robotodraftregular', sans-serif  !important;  
  color: #fff;
  font-size: 30px;
      margin-bottom: 55px  !important;
  transition: all 0.3s ease-in 0s  !important;
}



.about-section{
    
    width: 100%;
    padding: 80px 15px 120px 15px;
}
.about-section h2{
    font-size: 35px;
    font-weight: 100;
    font-family: 'robotodraft_lightregular', sans-serif;
}

.about-section p{
    text-align: left;
    margin: 25px auto 0px auto;
    /*width: 71%;*/
    display: block;
    font-size: 19px;
    font-family: 'robotodraftregular', sans-serif;
}
.about-section ul{
    padding: 20px;
}
.about-section ul li{
color: #1671a2;
margin-bottom: 30px;
}
.about-section ul li p{
color: #000;
}
.offers-sections{  
    width: 100%;
    padding: 0 0 50px 0;
    transition: all 0.3s ease-in 0s;
}

.offer-sec{
    margin: 0 auto 50px auto;
    //padding: 0 20px;
}
.offer-sec h4{
    font-size: 18px;
    font-family: 'robotodraftbold', sans-serif;
}
.offer-sec img, .offer-sec h4{
    margin-bottom: 28px;
    
}
.offer-sec h3{
   margin: 30px 0 20px 0;
   font-weight: bold;
   font-size: 20px;
   text-align: left;
   line-height: 1.3;
}


.offer-sec p{
    font-size: 14px;
    padding-right: 31px;
    color:#000;
}

.offer-sec small{font-weight: bold;}

.offer-sec ul li{
    color:red;
}
.offer-sec ul li {
    font-size: 30px;
    color: #1671a2;
    margin-bottom: 10px;
    top: -12px;
    left: -15px;
    position: relative;
    /* list-style-position: outside; */
    padding-left: 0px;
    margin-left: 0;
}
.offer-sec ul li p {
    top: -5px;
    position: relative;
}

.services-sections{
    width: 100%;
    margin: 0 auto;
    /* display: inline-block; */
    height: auto;
    background-color: #f8f8f8;
    padding: 100px 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.services-sections h2{
    margin: 0px 0 25px 0;
    font-family: 'robotodraft_lightregular', sans-serif;
    font-size: 35px;
    text-align: center;
}

.services-sections p{
    font-size: 19px;
   text-align: center;
    font-family: 'robotodraftregular', sans-serif;
    margin-bottom: 80px;
}

.services-sections p > a{
    font-size:17px;
    color:#ff5f2d;
    display: block;
    margin-top: 27px;
}

.services-sec{
    width: 100%;
    color: #1a1a1a;
    //min-height: 255px;
    padding-bottom: 20px;
    margin: 10px auto;
    background-color: #fff;
    display: block;
    transition: all 0.3s ease-in 0s;
}

.center-services{
    max-width: 850px;
    margin: 0 auto;
}

.center-services a{
    text-align: center;
}
.services-sec:hover{
/*-moz-box-shadow: 0 10px 25px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 25px 5px rgba(0,0,0,0.2);
    box-shadow: 0 10px 25px 5px rgba(0,0,0,0.2);
    transform: translateY(-8px)!important;*/
}
.services-sec img{
    margin: 0 auto;
    padding: 30px 30px 17px 30px;
    position: relative;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    
}
.services-sec:hover img{
    top: -10px;
}

.services-sec h4{
    font-size: 17.5px;
    font-family: 'robotodraftbold', sans-serif;
    text-align: center;
	color: #333 !important;
}.services-sec a{color: #333 !important;}

.ourPortfolio-sections{
    min-height: 482px;
    width: 100%;
    margin: 0 auto;
    /* display: inline-block; */
    /* height: auto; */
    background-color: #1671a2;
}

.ourPortfolio-sections .container-fluid{
    padding: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.ourPortfolio-sections .hover{
    min-height: 482px;
        background: #fff;
}
.ourPortfolio{
    position: relative;
    padding: 35% 0px 0px 65px;
    margin: 0px !important;
    width: 90%;
    
}

.ourPortfolio-sections h2{
    color: #fff;
    margin: 0 0 50px 0;
    font-family: 'robotodraft_lightregular', sans-serif;
    font-size: 35px;
    
}

.ourPortfolio h4{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ourPortfolio p{
    text-align: left !important;
    color: #fff;
    font-size: 15px;
    margin-bottom: 55px;
}

.ourPortfolio a{
    background-color: #fff;
    color: #1671a2;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    font-family: 'robotodraftregular', sans-serif;
    padding: 10px 19px;
    transition: all 0.1s ease-in 0.1s;
    min-width: 104px;
}

.ourPortfolio a.portfolioLink:hover{background-color: #0f5b83;color: #fff;}


.local-link{
    border: none;
    background-color:  #0f5b83;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    min-width: 104px;
    font-family: 'robotodraftregular', sans-serif;
    padding: 10px 19px;
    transition: all 0.1s ease-in 0.1s;
}
.local-link:hover{background-color: #f0f0f0;color: #0f5b83;}

.ourPortfolio p > a{
    background-color: transparent;
    color: #f0f0f0;
    font-size: 12px;
    text-decoration: underline;
}



.carousel-control{
    position: relative;
        opacity: 1 !important;
}

.slider-nav{
    position: absolute;
    top: 22%;
    right: 7%;
    width: 65px;
    height: 27px;
    padding: 0;
    transition: all 0.3s ease-in 0s; 

}
.ourPortfolio .slider-nav a.arrowright{
    width: 27px;
    height: 27px;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    float: right;
    transition: all 0.3s ease-in 0s;
}
.ourPortfolio .slider-nav a.arrowleft{
    width: 27px;
    height: 27px;
    float: left;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    transition: all 0.3s ease-in 0s;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  /* height: 100%; */
}
.item:nth-child(1) {
  background:none;
}
.item:nth-child(2) {
  background:none;
}
.item:nth-child(3) {
  background: none;
}




.blog-sections{
    width: 100%;
    min-height: 415px;
    display: inline-block;
    padding: 100px 0 75px 0;
}

.blog-section{
    background-color: #fefefe;
    padding: 1px 1px 5px 1px;
    min-height: 310px;
    max-width: 405px;
    width: 100%;
    margin: 0px auto 25px auto;
    border:1px solid #efefef;
}




.blog-sections p{
    font-size: 15.5px;
    margin: 30px 0 35px 0;
}

.blog-sections a{
    font-size:17px;
    color:#ff5f2d;
}
.blog-sections h2{
font-family: 'robotodraft_lightregular', sans-serif;
font-size: 35px;
}
.blog-section .hover img{
    margin: 0 auto 0px auto;
    width: 100%;
}

.blog-section h4{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.blog-inner{
    height: auto;
    display: inline-block;
    padding: 5% 7%;
    position: relative;
}
.blog-inner{
  text-align: left !important; 
}

.blog-inner a{color: #333!important; }
.blog-section span.date{
    font-size: 11.5px;
    font-family: 'robotodraft_mediumregular', sans-serif;
}

.blog-section p{
    text-align: left;
    font-size: 17px;
    margin: 13px 0 0px 0;
    font-family: 'robotodraftregular', sans-serif;
}.blog-section p:hover{color:#1671A2;}

.blog-link{
    font-size: 24px !important;
    color: #323131 !important; 
    position: absolute;
    right: 5%;
    top: 39%;
}


.testmeionals{
    background-image: url(../images/testimonials-bg.png);
    background-position: top center;
    background-repeat: repeat;
    background-color: #0377b5;
    min-height: 400px;
    width: 100%;
    /* height: auto; */
    padding: 70px 0px 70px 0px;
    position: relative;
    margin-top: 0px;
}


.testmeionals .carousel-inner{/* padding-bottom: 0px !important;  min-height: 380px; border: 1px solid #fff; */}

.testmeionals h2{
    font-size: 30px;
    text-align: center;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #fff;
    margin: 0px auto 20px auto;
}


.testmeionals-img{
    margin: 20px auto 13px auto;
    display: block;
    border:4px solid #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    behavior: url(border-radius.htc);
    width: 100px;
    height: 100px;
    overflow: hidden;
}


.testmeionals .box {
    margin: 10px auto 0px;
    background: #fff;
    display: block;
    border-radius: 20px;
    padding: 30px 30px; 
    width: 70%;
    min-height: 70px;
    color: #000;
}


.testmeionals img{
    margin: 0px auto;
    position: relative;
}

.testmeionals h3{
    font-size: 16px;
    text-align: center;
    font-family: 'robotodraft_mediumregular', sans-serif;
    color: #1671a2;
    margin: 22px auto 10px;
}
.testmeionals h4{
    font-size: 13px;
    text-align: center;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #000;
    margin-bottom: 22px;
}
.testmeionals p{
    text-align: center;
    font-size: 17px;
    margin: 10px auto 0px;
    display: block;
    width: 80%;
    min-height: 70px;
    color: #000;
    font-family: 'robotodraft_lightregular', sans-serif;
}.testmeionals p a{color: #f0f0f0;}

.testimonials-dots{
    /*position: relative;*/
    top: 50px;
    margin: 0px auto; 
    width: 94px;
    font-size: 18px;
    width: 102px;
    /*//position: absolute;
   // left: 47.3%;
    //bottom: 18%;
     top: 4px; */
}
.testimonials-dots a{color: #fff;float: right;
    margin: 0px 3px;font-size: 60px;}

.footer-inner{
    min-height: 85px;
    width: 100%;
    padding: 2% 0;
    border-bottom: 1px solid #f8f8f8;
}

.footer-links a{
    text-align: center !important;
    font-size: 17px;
    font-family: 'robotodraftregular', sans-serif;
    color: #1a1a1a;
}



footer {
    border-top:1px solid #f0f0f0;
    padding: 80px 3%;
    background: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.socials{
    width: 220px;
    margin: 0px 0 0px 0;
}

.socials a img{
    margin: 0 5px 0 0;
}

.copyright{
    padding-top:70px;
    border-top: 1px solid #eee;
}

footer p.info-data{
    font-family: 'robotodraftregular', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color:#697788;
}p.info-data a{color: #1a1a1a;}footer p.info-data b{color:#0977b2;font-weight: 500;}

.info-data br.breaklink{
    display: none;
}


footer p strong{font-size: 20px;line-height: 2;margin: 0px 10px;}

footer  p.copy {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'robotodraftregular', sans-serif;
    font-size: 13px;
    color: #777;
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.footer-inner .nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #0377B5;
}


/******** PAGES *********/
.header_page{

    position: relative;
    z-index: 2;
    background-color: rgba(3, 119, 181, 1);
    width: 100%;
    min-height: 477px;
    position: relative;
   
   
}

.header_page h1{
    font-size: 60px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    padding-top: 210px;
    font-family: 'robotodraftregular', sans-serif;
}

.header_page h3{
    font-size: 27px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    text-shadow: 1px 1px 1px rgba(27, 97, 138, 0.25);
    font-family: 'robotodraft_lightregular', sans-serif;
    margin: 0;
}

.header_contact::after{
    width: 100%;
    background-image: url(../images/contact/contactheader.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    min-height: 477px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    display: block;
    opacity: 0.1;
}
.header_company::after{
    width: 100%;
    background-image: url(../images/company/company.png);
    background-position:  top center;
    background-repeat: no-repeat;
    min-height: 477px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    display: block;
    opacity: 0.7;
}
.header_services::after{
    width: 100%;
    background-image:url(../images/consultation/consultation.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    min-height: 477px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    display: block;
    opacity: 0.1;
}
.header_customers::after{
    width: 100%;
    background-image: url(../images/careers/careerheader.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    min-height: 477px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    display: block;
    opacity: 0.1;
}
.header_products::after{
    width: 100%;
    background-image:url(../images/consultation/consultation.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    min-height: 477px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    display: block;
    opacity: 0.1;
}
.header_careers::after{
    width: 100%;
    background-image: url(../images/careers/careerheader.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    min-height: 477px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    display: block;
    opacity: 0.1;
}



.link{
    display: block;
    width: 180px;
    padding: 10px 20px;
    margin: 55px auto 0 auto ;
    background-color: #fff;
    color: #1671a2;
    text-align: center;
    font-size: 17px;
    font-family: 'robotodraftregular', sans-serif;
    border: none;
    transition: all 0.1s ease-in 0.1s;
}a.link:hover{    
    background-color: #0f5b83;
    color: #fff;
    font-weight: bold;
}

.slogan{color: #2082bb;font-weight: bold;}

.con-about{
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 100px 0 0px 0;
}
.con-about h1{
    text-align: center;
    font-size: 40px !important;
    font-family: 'robotodraftregular', sans-serif;
    color: #828282;
}

.con-about h4{
    margin: 80px 0;
    padding: 0;
    text-align: center;
    font-size: 24px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #4f4f4f;
}
.con-about h3 > span{
    font-size: 48px;
}

.con-about p{
    padding: 0px 35px;
    text-align: center;
    font-size: 22px;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #393939;
    word-spacing: -1px;
}
.con-about strong{font-family: 'robotodraft_mediumregular' !important;}

.con-line{
    margin: 50px 0 0 0;
    padding: 0;
}


.con-line-icon{
    width: 90px;
    height: 90px;
    background-image: url(../images/consultation/abc-icon.png);
    text-align: center;
    margin: 0 auto 28px auto;
    padding: 0;color: #2082bb;
}.con-line-icon:hover{background-image: url(../images/consultation/abc-icon-hover.png);color: #fff;}



.con-line-icon span{
    font-size: 27px;
    text-align: center;
    line-height: 3.45;
    
}
.con-line p{
    text-align: center;
    font-size: 16.2px;
    font-family: 'robotodraft_mediumregular', sans-serif;
    color: #4f4f4f;
}

.con-line-carousel{
    width: 100%;
    min-height: 260px;
    position: relative;
}

.con-dots-right, .con-dots-left{
    width: 97px;
    height: 6px;
    position: relative;
    bottom: -100px;
    z-index: 1;
    background-image: url(../images/consultation/dots.png);
    background-position: center center;
    background-repeat: no-repeat;
}.con-dots-left{left: 29%;}.con-dots-right{right: -63%;bottom: -94px;}



.con-arrows{width: 100%;height: 27px;}
.con-arrow-in{width: 70px;height: 27px;margin: 15px auto 0 auto;}

.benefits{
    width: 100%;
    background-color: #f8f8f8;
    padding: 100px 0;
    
}
.benefits h1{
    text-align: center;
    font-size: 36px !important;
    font-family: 'robotodraftregular', sans-serif;
    color: #1a1a1a;
}

.benefits h3{
    margin: 30px 0px 90px 0px;
    text-align: center;
    font-size: 24px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #393939;
}
.benefits h3 > span{
    font-size: 24px;
    font-family: 'robotodraft_lightregular', sans-serif;
}

.benefits ul li{
    margin-bottom: 15px;
}
.benefit-inner{
    /*padding-left: 80px;*/
    padding-bottom: 50px;
}

.ben-icon{
    width: 19%;
    height: 68px;
    margin-bottom: 20px;
}
.ben-icon img{min-width: 32px;}
.benefits .row h4{
    margin: 0;
    font-size: 20px !important;
    font-family: 'robotodraftbold', sans-serif;
    color: #1671a2;
}

.benefits .row p{
    
    margin-top: 15px;
    font-family: 'robotodraftregular', sans-serif;
    font-size: 16px;
    
    color: #393939;
}
.benefits button{
    border: none;
    margin: 60px auto 0 auto;
    width: 385px;
    height: auto;
    display: block;
    padding: 12px 20px;
    background-color: #54c8b1;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
        transition: all 0.1s ease-in 0.1s;
}.benefits button:hover{color: #fff;background-color: #34a38d;}



.cons-about{
    width: 100%;
    background-color: #fff;
    padding: 0px 0 100px 0;
}
.cons-about h1{
    font-family: 'robotodraftregular', sans-serif;
    font-size: 48px;
    color: #54c9b3;
    text-align: center;
}
.cons-about h2{
    font-size: 27px;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #8dccc0;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 90px;
}
.cons-about h2 text{font-family: 'robotodraft_mediumregular', sans-serif !important; font-size: 23px !important;}

.cons-about-feature{
    width: 100%;
    min-height: 55px;
    color: #4f4f4f !important;
    font-size: 27px;
    margin: 0px 0px 40px 0px;
}

.cons-about-feature-num{
    display: block;
    width: 15%;
    min-height: 55px;
    text-align: center;
    margin-bottom: 15px;
    background-image: url(../images/consultation/feature-num.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.con-about-inner{
    width: 84%;
}



.cons-about-feature span{
    text-align: center;
    line-height: 2.7;
    color: #097AB7;
    font-size: 20px;
    font-family: 'robotodraftregular', sans-serif;
}

.cons-about-feature p{
    color: #53c9b3;
    margin: 0;
    padding:  5px 0 0 0;
    font-size: 20px !important;
    font-family: 'robotodraftbold', sans-serif;
    line-height: 1;
}
p.cons-feature-content{
    color: #393939 !important;
    margin: 0;
    padding: 5px 0px 0 10px;
    font-size: 14.5px !important;
    font-family: 'robotodraftregular', sans-serif !important;
    line-height: 1.5;

}



.reasons{
    width: 100%;
    background-color: #fff;
    min-height: 490px;
    padding: 100px 0 70px 0;
}
.reasons h1{
    font-family: 'robotodraftregular', sans-serif;
    font-size: 48px;
    color: #5AD4BD;
    text-align: center;
}
.reasons h2{
    font-size: 27px;
    font-family: 'robotodraft_lightregular', sans-serif;
     color: #5AD4BD;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 90px;
}
.reasons h2 text{font-family: 'robotodraft_mediumregular', sans-serif !important; font-size: 23px !important;}

.feature{
    width: 100%;
    min-height: 130px;
    color: #4f4f4f !important;
    font-size: 27px;
    margin: 0px 0px 30px 0px;
    clear: both;
        display: inline-block;
}

.feature-num{
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background-image: url(../images/consultation/feature-num-.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.feature-numb{
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background-image: url(../images/consultation/feature-numb-.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.feature span{
    text-align: center;
    line-height: 2.6;
    color: #5AD4BD;
    font-size: 27px;
    font-family: 'robotodraftregular', sans-serif;
}

.feature p{
    color: #5AD4BD;
    margin: 0;
    padding:  5px 0 0 0;
    font-size: 20px !important;
    font-family: 'robotodraftbold', sans-serif;
    line-height: 1;
}
p.feature-content{
    padding-top: 20px !important;
    color: #393939 !important;
    margin: 0;
    padding: 0;
    font-size: 14.5px !important;
    font-family: 'robotodraftregular', sans-serif !important;
    line-height: 22px;

}
.processing{
    width: 100%;
    background-color: #0377b5;
    min-height: 340px;
    padding: 100px 0;
}
.processing h1{
    font-family: 'robotodraftregular', sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 38px;
}
.processing h2{
    font-family: 'robotodraft_lightregular', sans-serif;
    font-size: 24px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 38px;
}
.processing h2 text{font-family: 'robotodraft_mediumregular', sans-serif !important; font-size: 24px !important;}
.processing-plan{
    width: 100%;
    margin: 93px auto 0 auto;
    max-height: 161px; 
}



.hiring{
    width: 100%;
    min-height: 345px;
    padding: 0px 0 100px 0;
    background-color: #f8f8f8;
}
.hiring-bg{
    width: 100%;
    min-height: 300px;
    padding: 48px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px #f0f0f0;
    -moz-box-shadow: 0px 0px 5px #f0f0f0;
    box-shadow: 0px 0px 7px #f0f0f0; 
}

.hiring-bg h2{
    margin: 45px 0;
    padding: 0;
    font-size: 27px !important;
    font-family: 'robotodraftbold', sans-serif;
    font-weight: normal !important;
    color: #4f4f4f;
    text-align: center;
}
.hiring-bg form{
    padding: 0 14%;
}

.hiring-bg form input{
    border: 1px solid #e3e3e3 !important;
    margin-right: 30px;
    padding: 22px;
    min-width: 260px;
}
.hiring-bg form input::-moz-placeholder{font-size: 15px !important;color:#989898 !important;font-family: 'robotodraftregular', sans-serif !important;}
.hiring-bg form input::-webkit-input-placeholder{font-size: 15px !important;color:#989898 !important;font-family: 'robotodraftregular', sans-serif !important;} 
.hiring-bg form input::-ms-input-placeholder{font-size: 15px !important;color:#989898 !important;font-family: 'robotodraftregular', sans-serif !important;}

.hiring-bg form button{
    margin: 0 auto;
    border: none;
    height: auto;
    padding: 10px 30px;
    background-color: #54c8b1;
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    transition: all 0.1s ease-in 0.1s;
}.hiring-bg form button:hover{color: #fff;background-color: #34a38d;}  

.more-hidden {
	display: none;
}
a.more-link {
	font-size: 12px !important;
        color: #fff !important;
        text-decoration: underline;
        background-color: transparent;
}
.more-link img {
	border: none;
}

.owl-carousel .owl-nav{
    position: absolute;
    bottom: 25px;
    right: 5%;
    width: 55px;
    transition: all 0.3s ease-in 0s;
}

.arrowR {
    background-image: url(../images/portfolio-arrows-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in 0s;
}

.arrowL {
    background-image: url(../images/portfolio-arrows-left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    /*position: absolute;
    bottom: 5%;
    right: 7.5%;
    z-index: 100;*/
    cursor: pointer;
    transition: all 0.3s ease-in 0s;
}

.owl-carousel .slider-content{
    display: none;
    position: absolute;
    width: 100%;
    left: 0.5%;
    top: 45%;
    z-index: 999999;
    transition: all 0.3s ease-in 0s;
}

.carousel .carousel-inner .item video{
    width: 100%;
    display: block;
}

.videoBg{
    background-image: url(../images/slider/gridtile.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    
}

#homeslider .carousel-inner{
    height: 670px;overflow: hidden;position: relative;
    transition: all 0.3s ease-in 0s;
}

.owl-carousel button.mainBtn{
    width: 145px;
    height: 45px;
    background-color: #fff;
    color: #1671a2;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    font-family: 'robotodraftregular', sans-serif;
    float: left;
    border: none;
    padding: 10px 15px;
    transition: all 0.3s ease-in 0s;
}

.owl-carousel h2{
  font-family: 'robotodraftbold', sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: left;
  margin-bottom: 15px;
  transition: all 0.3s ease-in 0s;
}


.owl-carousel h3{
  font-family: 'robotodraftregular', sans-serif;  
  color: #fff;
  font-size: 26px;
  text-align: left;
  margin-bottom: 30px;
  transition: all 0.3s ease-in 0s;
}



/****contact page***/








.contactwelcome{
    width: 100%;
    min-height: 300px;
    padding: 100px 0;
    position: relative;
    background-color: #fff;
}

.contactwelcome h1{
    text-align: center;
    font-size: 36px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #1a1a1a;
}

.contactwelcome h3{
    margin-top: 25px;
    text-align: center;
    font-size: 18px !important;
    font-family: 'robotodraftregular', sans-serif;
    color: #393939;
    line-height: 35px;
}
.contactwelcome h1 > span{
    color: #1671a2;

}

.contactform{
    width: 100%;
    min-height: 383px;
    padding: 0px 0 100px 0;
    position: relative;
    background-color: #fff;
    //background-image: url(../images/contact/form-bg.png);
}


.contactform .form-control{
    border-bottom: 1px solid #e0e0e0 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background-color: transparent !important;
    margin: 0px 0 25px 0;
    box-shadow:none;
    color: #101010 !important;
    font-size: 15px;
}.contactform .form-control:focus, .contactform .form-control:hover{border-bottom: 1px solid #0F7DB7 !important;}

.contact-btn{
    display: block;
    width: 180px;
    padding: 10px 20px;
    margin: 40px 0 0 0 ;
    background-color: #0377b5;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'robotodraftregular', sans-serif;
    border: none;
    transition: all 0.1s ease-in 0.1s;
}.contact-btn:hover{color: #a1a1a1;background-color: #f8f8f8;}


.contact-inner{
    padding: 0px 50px 35px 50px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.contact-info{
    padding: 50px 0% 0px 0%;
}
.contact-info span{
    float: left;
    margin-right: 10px;
    font-size: 25px;
    font-size: 20px;
    
    color: #0F7DB7;
}
.contact-info h4{
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'robotodraftregular', sans-serif;
    font-size: 20px;
    color: #101010;
}

.contact-info p{
    font-size: 15px;
    margin-left: 30px;
}

.contact-feedback{
    width: 100%;
    background-color: #1671a2;
    margin:0;
    padding: 100px 0px;
    border-bottom: 1px solid #eee;
    display: none;
}

.contact-feedback h2{
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 32px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
}
.contact-feedback h2 text{font-family: 'robotodraft_mediumregular', sans-serif !important;}

.contact-feedback p{
    font-family: 'robotodraftregular', sans-serif !important;
    font-size: 20px !important;
    color: #fff;
    text-align: center;
    margin: 0 0 40px 0;
}


.contact-item{
    width: 100%;
    padding-bottom: 35px;
}

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 100%;
}
/* Optional: Makes the sample page fill the window. */



button.feedback{
    text-align: center;
    width: 215px !important;
    border: 1px solid #fff;
    padding: 8px 25px;
    font-family: 'robotodraftregular', sans-serif !important;
    font-size: 20px !important;
    color: #fff;
    margin: 0 auto;
    display: block;
    background-color: transparent;  
    transition: all 0.1s ease-in 0.1s;
    
}button.feedback:hover{background-color: #fff;color: #1671a2;}

.modal-dialog{
    margin: 80px auto !important;
}

.contact-feedback h4{
    margin: 0;
    padding: 0;
    font-family: 'robotodraftbold', sans-serif;
    font-size: 21px;
    color: #fff;
}
.contact-feedback button{width: 100%;margin-top: 15px; }
.contact-feedback p{
    font-size: 17px;
    margin-top: 15px;
    color: #f0f0f0;
    font-family: 'robotodraftregular', sans-serif;
}


/*
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder  {
color: #2178A6 !important;
font-family: 'Pacifico', cursive !important;
font-size: 17px;
}
 
input:-moz-placeholder , textarea::-webkit-input-placeholder  {
color: #2178A6 !important;
font-family: 'Pacifico', cursive !important;
font-size: 17px;
}
 
input::-moz-placeholder , textarea::-webkit-input-placeholder  {
color: #2178A6 !important;
font-family: 'Pacifico', cursive !important; 
font-size: 17px;
}
 
input:-ms-input-placeholder , textarea::-webkit-input-placeholder  {  
color: #2178A6 !important;
font-family: 'Pacifico', cursive !important;
font-size: 17px;
}
*/

/****careers page***/


.careers-intro{
    width: 100%;
    //min-height: 300px;
    padding: 100px 0 50px 0;
    position: relative;
    background-color: #fff;
}
.careers-intro p{
    font-family: 'robotodraftregular', sans-serif;
    font-size: 18px;
    text-align:  center;
    
}.owl-carousel-careers{margin-bottom: 20px;}

.careers-intro span{
    line-height: 25px;
    padding-top: 30px;
    font-size: 16px;
    font-family: 'robotodraft_lightregular', sans-serif;
}

.careers-intro h1{
    text-align: center;
    font-size: 36px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #1a1a1a;
}

.careers-intro h3{
    margin: 20px 0 50px 0;
    text-align: center;
    font-size: 18px !important;
    font-family: 'robotodraftregular', sans-serif;
    color: #393939;
    font-weight: normal;
}
.careers-intro h1 > span, .bcs{
    font-size: 36px;
    color: #1671a2 !important;

}

.careers-intro ul{
    list-style: circle;
}


.careers-data{
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    position: relative;
    
}


.careers-data h4{
    margin: 0;
    padding: 0;
    font-family: 'robotodraftregular', sans-serif;
    font-size: 22px;
    color: #101010;
    text-align: center;
}



.career{
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 15% 9%;
    transition: all 0.4s ease-in 0s;
    position: relative;
}

.career h2 i{
    color: #1671a2;
    font-size: 37px;
position: relative;
top: 22px;
left: -12px;    
    
}  
.career h2 i b{position: absolute;top:1px;left:12px;text-align: center;line-height: 1;font-size: 10px;color: #fff;font-family: 'robotodraft_lightregular', sans-serif;}
.career h2{
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: 21px;
    font-family: 'robotodraft_lightregular', sans-serif;
}

.career h3{
    padding-left: 0px;
    margin: 40px 0 20px 0;
    font-size: 21px;
    font-family: 'robotodraft_lightregular', sans-serif;
}


.career span{
    padding-top: 5px;
    font-size: 12px;
    font-family: 'robotodraft_lightregular', sans-serif;
    margin-left: 38px;
top: -4px;
position: relative;
}

.career ul{
    list-style: circle;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.career ul li{
    margin-bottom: 20px;
    line-height: 20px;
    list-style-position: outside;
}







.career p{
    color: #777;
}

.career p i{color: #1671a2;font-size: 13px;padding-left: 5px;}

.modal.in .modal-dialog{
   width: 90% !important;
}

.career:hover{
    background-color: #1671A2;
}
.career:hover p, .career:hover ul, .career:hover p i, .career:hover h2, .career:hover h2 i, .career:hover h3, .career:hover span{
    color: #fff;
}

.career:hover h2 i b{
    color: #1671a2;
}

.career:hover .btn-primary{
    color: #1671a2;
    background-color: #fff;
}


/****blog page***/

.blogBg{
    width: 100%;
    background-image: url(../images/blog/bg.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    height: 477px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
}

header.headerblog{

    position: relative;
    z-index: 1;
    background-color: rgba(3, 119, 181, 0.88);
    width: 100%;
    min-height: 477px;
    position: relative;
    
   
}

header.headerblog h1{
    font-size: 60px;
    color: #fff;
    padding-top: 208px;
    font-family: 'robotodraftregular', sans-serif;
    text-align: center;
}
header.headerblog h4{
    margin: 25px 0 0  0;
    padding: 0;
    font-size: 27px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

.blog-content{
    padding: 100px 0;
    border-bottom: 1px solid #f8f8f8;
    background-color: #fff;
}

.posts{
    min-height: 500px;
    margin-bottom: 50px;
}


.sidebar{
    min-height: 500px;
   margin-bottom: 50px;
}

.widget{
    margin-bottom: 80px;
}

.widget h1{
    font-family: 'robotodraftregular', sans-serif;
    font-size: 21px;
    color: #000;
}
.widget hr{
    margin: 12px 0 45px 0;
    width: 53px;
    height: 1px;
    border: none;
    background-color: #0377b5;
    clear: both;
}

.widget ul.links{
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}
.widget ul.links li{
    color: #9d9d9d;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #9d9d9d;
    font-family: 'robotodraftregular', sans-serif;
    font-size: 18px;
}.widget ul.links li:hover{color: #0377b5;}

.postin{
    margin-bottom: 45px;
    background-color: #fff;
    min-height: 300px;
    max-width: 855px;
    margin: 0px auto 25px auto;
    border:1px solid #efefef;
}
.postin a{
    font-size:17px;
    color:#ff5f2d;
}
.postin img{
    margin: 0 auto 0px auto;
}
.post-inner{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 25px 30px 20px 30px;
    position: relative;
}
.post-inner{
  text-align: left !important; 
}
.post-inner p{margin-top: 10px;font-size:26px;color: #1a1a1a;font-family: 'robotodraftregular', sans-serif;}
.post-inner a{color: #333!important; }
.postin span.date{
    font-size: 15px;
    font-family: 'robotodraftregular', sans-serif;
}

.post-link{font-size: 24px !important;color: #323131 !important; position: absolute;right: 25px;top: 40%;}


a.load-more{
    display: block;
    margin-top: 60px;
    background-color: #0377B5;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    transition: all 0.1s ease-in 0.1s;
}a.load-more:hover{color: #a1a1a1;background-color: #f8f8f8;}

.post-content{
    width: 77.5% !important;
    margin: 0 auto 0px auto;
} 

.post-content img{
    width: 100%;
    margin: 0 auto 25px auto;
}

.post-content h2{
    font-family: 'robotodraft_mediumregular';
    filter: drop-shadow(0px 0px 0.5px rgba(0,0,0,0.16 ));
    font-size: 22px;
    font-weight: 500;
    color: #0078b4;
    margin: 70px 0 35px 0;
    display: block;
}
}
.post-content span.date{margin-bottom: 25px;display: block;}
.post-content h3{
    margin-bottom: 25px;
    font-size: 25px !important;
    font-family: 'robotodraftregular', sans-serif;
    color: #0078b4;
}

.post-content p{
    margin-bottom: 50px;
    font-size: 16px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #000;
}
.post-content ul{
    padding: 20px 0;
    padding-left: 15px;
    
}.post-content ul li{color: #0078b4;}.post-content ul li p{color: #000;padding: 20px 0 0 0;}

.post-text{padding: 30px 0;}

.post-text ul li{
    margin-bottom: 15px;
    font-size: 16px;
}

.comments h1{
    margin-top: 40px;
    font-family: 'robotodraftbold', sans-serif;
    font-size: 22px;
    color: #000;
}
.comments hr{
    margin: 12px 0 45px 0;
    width: 53px;
    height: 1px;
    border: none;
    background-color: #0377b5;
    clear: both;
}

.comment{
    width: 100%;

   display: inline-block;
    border-bottom: 1px solid #f8f8f8;
    margin: 0 0 25px 0;
    transition: all 0.3s ease-in 0s;
}

.comment h2{
    width: 100%;
    clear: both;
    font-size: 18px !important;
    font-family: 'robotodraftbold', sans-serif;
    color: #337ab7;
    margin: 40px 0 7px 0;
    transition: all 0.3s ease-in 0s;
    
}
.comment span{
    font-size: 12px;
    font-style: italic;
    color: #858585;
    
}
.comment p{
    margin-top: 50px;
    font-size: 12px;
    color: #858585;
    display: block;
    width: 100%;
    margin-bottom: 15px !important;
    transition: all 0.3s ease-in 0s;
}


.comment img.author{
    width: 80%;
    
    -moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;
}

.comment a{
   padding: 0 5px; 
}


/****trainings page***/

.trainingBg{
    width: 100%;
    background-image: url(../images/training/headertrainings.png);
    background-position:  top center;
    background-repeat: no-repeat;
    height: 477px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
}

header.headertraining{

    position: relative;
    z-index: 1;
    background-color: rgba(3, 119, 181, 0.88);
    width: 100%;
    min-height: 477px;
    position: relative;
    
   
}

header.headertraining h1{
    font-size: 60px;
    color: #fff;
    padding-top: 208px;
    font-family: 'robotodraftregular', sans-serif;
    text-align: center;
}
header.headertraining h4{
    margin: 25px 0 0  0;
    padding: 0;
    font-size: 27px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}


.intro{
    color: #1a1a1a;
    padding: 100px 0;
    font-size: 20px;
    font-family: 'robotodraft_lightregular', sans-serif;
    text-align: center;
}.intro strong{color: #1671a2;}

.trainingsBlock{
    background-color: #f2f4f5;
    width: 100%;
    margin-bottom: 50px;
}

.blockhead{
    background-color: #f9f9f9;
    width: 100%;
    padding: 30px;
}

.blockhead h2{
    display: block;
    height: 39px;
    line-height: 1.9;
    font-family: 'robotodraftregular', sans-serif;
    font-size: 21px;
    width: 100%;
    padding-left: 55px;
    color: #1671a2;
    background-image: url(../images/training/icon.png);
    background-repeat: no-repeat;
}

.blockbody{
    padding: 90px 30px;
}

.blockbody h3{
    
    color: #1a1a1a;
    font-size: 27px;
    font-family: 'robotodraft_lightregular', sans-serif;
}

.blockbody ul{
    padding-left: 25px;
    margin-top: 35px;
    display: block;
    width: 100%;
    list-style-type: circle;
}

.blockbody ul li{
    padding-left: 10px;
    font-size: 14px;
    color:#1a1a1a ;
    font-family: 'robotodraftregular', sans-serif;
    margin-top: 35px;
}

.blockbody a.join{
    display: block;
    margin-top: 60px;
    background-color: #1671a2;
    width: 150px;
    padding: 12px  25px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 1 !important;
    font-family: 'robotodraftregular', sans-serif;
    transition: all 0.1s ease-in 0.1s;
}.blockbody a.join:hover{color: #a1a1a1;background-color: #fff;}



/****company page***/

.companywelcome{
    width: 100%;
    min-height: 300px;
    padding: 100px 0 100px 0;
    position: relative;
    background-color: #fff;
}

.companywelcome h1{
    text-align: center;
    font-size: 36px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #1a1a1a;
}

.companywelcome h3{
    margin-top: 10px;
    text-align: center;
    font-size: 18px !important;
    font-family: 'robotodraftregular', sans-serif;
    color: #393939;
    font-weight: normal;
}
.companytwelcome h1 > span, .bcs{
    font-size: inherit;
    color: #1671a2 !important;

}

.companyblocks{
    width: 100%;
    clear: both;
    padding: 75px 0 0px 0;
}

.companyblock{
    margin: 0 0 25px 0;
}
.companyblock a{color: #1671a2;}
.companyblock ul{
    font-size: 25px;
    list-style-type: circle;
}
.companyblock ul li p{
    font-size: 15px !important;
}
.companyblocks button{
    border: none;
    margin: 50px auto 0 auto;
    width: auto;
    height: auto;
    display: block;
    padding: 9px 30px;
    background-color: #0377B5;
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    transition: all 0.1s ease-in 0.1s;
}.companyblocks button:hover{color: #a1a1a1;background-color: #f8f8f8;}

.companvideoBg{
    background-color: rgba(51, 122, 183, 0.77);
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 99;
    top: 0;
}

.companyvideo{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.companyvideo video{
    position: relative;
    bottom: 90px;
}

.companyvideo h1{
    position: relative;
    margin-top: 15%;
    text-align: center;
    font-size: 36px !important;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #fff;
    z-index: 999;
}
.clients{
    padding: 35px 0 0px 0;
    width: 100%;
}
.client{
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 360px;
    height: 300px;
    border: 1px solid #ededed !important;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px 20px;
    //-webkit-transition: all .2s ease-in;
    //-moz-transition: all .2s ease-in;
    //-ms-transition: all .2s ease-in;
    //-o-transition: all .2s ease-in;
    //transition: all .2s ease-in;
   /* border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;*/
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #f5f5f5;
}
.client p{text-align: left;}
.client{
    text-align: center;
}
.clientlink{
    position: relative;
    top:200px;
    color: #000;
    font-size: 25px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.img-client{
    width: 100%;
    min-height: 98px;
}

.clientimg{
    width: auto;
    min-height: 70px;
    overflow: hidden !important;
}
.img-client img{
    
    position: relative;
    margin: 0 auto;
    top: 0px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.client:hover{
    background-color: #0377b5;
    cursor: pointer;
    padding: 10px 20px;
}

.client:hover h2, .client:hover p, .client:hover a{
    color: #fff;
}
.client:hover .clientlink{
    top:0px;
    color: #fff;
}

.div1 img{
    max-height: 125px;
    position: relative;
    top: 0;
    -webkit-transition: all 10s ease-in-out;
    -moz-transition: all 10s ease-in-out;
    -ms-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
}

.client:hover .img-client img{
    top: -1000px;
    opacity: 0;
}

.div2 h2{
    margin: 0px 0 25px 0 !important;
}


.client h2{
    text-align: center;
    overflow: hidden;
    color: #464646;
    font-size: 20px;
    font-family: 'robotodraft_lightregular', sans-serif;
    margin: 20px 0 20px 0;
    transition: all 0.3s ease-in 0s;
}
.client p{
    color: #464646;
    font-size: 15px;
    font-family: 'robotodraft_lightregular', sans-serif;
    /*text-transform: lowercase;*/
    transition: all 0.3s ease-in 0s;
}
.client a{text-transform: uppercase}
.div1{display: block;}
.div2{display: none;padding: 30px 0 0 0;}
.div2 p{margin: 0  0 30px 0;}
.client:hover .div2{
  display:block;
  
}
.client:hover .div1{
    display: none;
    -webkit-transition: all 10s ease-in-out;
    -moz-transition: all 10s ease-in-out;
    -ms-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
}
.client:hover{
    
}
.hover {
    position: relative;
    cursor: default;
}
.hover, .hover .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hover, .hover h2 {
    text-align: center;
    line-height: 1.5;
}

.ourPortfolio-sections .hover h2{font-size: 18px;}

/* Preloader */

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#logo {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /*background-image: url(../images/log-menu.png);*/
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  z-index: 99;
  /* is width and height divided by two */
}

svg{display: none;}

.global-btn{
        border: none;
    margin: 50px auto 0 auto;
    width: auto;
    height: auto;
    display: block;
    padding: 9px 30px;
    background-color: #0377B5;
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    transition: all 0.1s ease-in 0.1s;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}.global-btn:hover{color: #fff;background-color: #0e4e70;}

.commentform .form-control{
    border-bottom: 1px solid #e0e0e0 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background-color: transparent !important;
    margin: 0px 0 25px 0;
    box-shadow:none;
    color: #101010 !important;
    font-size: 15px;
}.commentform .form-control:focus, .commentform .form-control:hover{border-bottom: 1px solid #0F7DB7 !important;}

.comment-btn{
    display: block;
    width: 180px;
    padding: 10px 20px;
    margin: 20px 0 0 0 ;
    background-color: #0377b5;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'robotodraftregular', sans-serif;
    border: none;
    transition: all 0.1s ease-in 0.1s;
}.comment-btn:hover{color: #a1a1a1;background-color: #f8f8f8;}


.comments textarea{
    max-width: 100%;
}

.mini-form .container{
    width: 65%;
    margin: 0 auto;
}

.mini-form{
   // width: 60%;
margin: 150px auto 0 auto;
}

.solutions{
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 40px 30px 40px;
}

.solution-con {
    background-color: #1671A2;
    width: 100%;
    color: #fff;
    height: 198px;
    max-height: 198px;
    padding: 20px 15px 25px 15px;
    position: relative;
}

.solution-con h4{
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'robotodraftbold';
}

.solution-con p{
    font-size: 13px;
    color: #f0f0f0;
    text-align: left;
    margin-bottom: 20px;
}

.solution-con a{
    
    color: #fff;
    text-align: left;
    ;
}

.col-lg-6 .ehover1 h2{
    top: 38%;
}

.one-solution{
    margin-bottom: 30px;
}

.contact-inner h1 img{
    max-width: 50px;
}




.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Upload your Cv';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}




/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.scrollToTop{
	width: 40px;
height: 40px;
padding: 9px;
text-align: center;
background: #1671A2;
font-weight: bold;
color: whiteSmoke;
text-decoration: none;
position: fixed;
bottom: 1%;
right: 1%;
display: none;
z-index: 3;
box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 
              0px 4px 12px -7px rgba(0, 0, 0, 0.15);
}
.scrollToTop:hover, .scrollToTop:focus{
	text-decoration:none;
        color: whiteSmoke;
}

.strip-slider{
z-index: 23;
    position: absolute;
    background-color: rgba(3, 119, 181, 0.60);
    width: 300%;
    height: 100%;
    left: -100%;
}

input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:0 0 3px white;
}

a.serv-link{
    font-size: 17px;color: #ff5f2d;text-align: center;margin-top: 35px;
}

.clientslink{
    font-size: 17px;color: #ff5f2d;float:right;margin-right: 30%;margin-top: 15px;
}

.cv-form{
    width:70%;margin: 150px auto 0 auto;display: block;
}


/* SHARE MOBILE BTN */



nav.container {
  bottom: 60px;
  position: fixed;
  /*margin: 1em;*/
  right: 3px;
  padding: 0;
  width: auto;
  z-index: 999;
}

.buttons {
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 
              0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto 0;
  position: relative;
  -webkit-transition: all .1s ease-out;
          transition: all .1s ease-out;  
}

.buttons:active, 
.buttons:focus, 
.buttons:hover {
  box-shadow: 0 0 4px rgba(0,0,0,.14),
    0 4px 8px rgba(0,0,0,.28);
}

.buttons:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

nav.container:hover 
.buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 15px auto 0;
}

/* Unessential styling for sliding up buttons at differnt speeds */

.buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
  background-image: url('../images/share/Share.svg');
  background-size: contain;
}

.buttons:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 20ms;
  background-image: url('../images/share/Facebook-Flat.png');
  background-size: contain;
}

.buttons:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
          transition-delay: 40ms;
  background-image: url('../images/share/Twitter-Flat.png');
  background-size: contain;
}

.buttons:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
          transition-delay: 60ms;
  background-image: url('../images/share/Google%20Plus.svg');
  background-size: contain;
}

/* Show tooltip content on hover */

[tooltip]:before {
  bottom: 25%;
  font-family: arial;
  font-weight: 600;
  border-radius: 2px;
  background: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.wrapper-content{
	padding-left:25px;
}


.our-clients {
    background-color: #f8f8f8;
    min-height: 440px;
    width: 100%;
    padding: 100px 0 100px;
}
.our-clients h2{
    display: grid;
    float:left;
    padding-bottom: 50px;
    margin-left: 0;font-family: 'robotodraft_lightregular', sans-serif;font-size: 35px;
}

.our-clients .carousel-inner{
    overflow: visible;
    min-height: 270px;
}



.our-clients-slider{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.our-clients-slider .tab-slider--nav{
    width: 80%;
    margin: 0 auto;
}

.our-clients .slider-nav{position: relative !important;top:0 !important;right:0 !important;margin: 0 auto;}

.our-clients-slider a.lft{/*padding-right: 14px;text-align: center   !important;*/width: 27px;height: 27px;float: left;/*background-color: #dad9d9 !important;*//*-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;behavior: url(border-radius.htc);*/}
.our-clients-slider a.rit{/*padding-right: 15px;text-align: center   !important;*/width: 27px;height: 27px;float: right;/*background-color: #dad9d9 !important;*//*-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;behavior: url(border-radius.htc);*/}
/*.our-clients-slider a.lft span.carousel-control, a.rit span.carousel-control{font-size: 17px;color: #fff  !important;text-align: center   !important;    position: relative   !important;line-height: 1.7;}
*/


.client-img {
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 10px;
    min-height: 100px;
    min-width: 53px;
    padding: 10px 5px 5px 5px;
    background-color: #fff;
    border: 1px solid #ededed;
    transition: all 0.3s ease-in 0s;
}

.client-img img{
    max-height: 75px;
    margin: 0 auto;
    /*min-height: 57px;*/
}

.carousel-inner .row  .col-sm-2{
        padding-right: 5px;
    padding-left: 5px;
    
}

a.cl-img{;transition: all 0.3s ease-in 0s;}
a.cl-black-img{display: block;transition: all 0.3s ease-in 0s;}



.client-img:hover{
    -moz-box-shadow: 0 10px 25px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 25px 5px rgba(0,0,0,0.2);
    box-shadow: 0 10px 25px 5px rgba(0,0,0,0.2);
    transform: translateY(-8px)!important;
}




.tp-banner, .tp-banner-container{
                width:100%;
                overflow: hidden !important;
            }



.tab-slider--nav-inside{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.tab-slider--tabs-inside {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    width: fit-content;
    width: max-content;
    overflow: hidden;
	background: #e2e4eb;
	height: auto;
	user-select: none; 
	border-radius: 35px;
	padding: 7px;
}


.tab-slider--nav{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.tab-slider--tabs{
	display: block;
	float: right;
	margin: 0;
	margin-top: 20px;
	padding: 7px;
	list-style: none;
	position: relative;
	overflow: hidden;
	background: #e2e4eb;
	height: auto;
	user-select: none; 
	border-radius: 35px;
	&:after{
		content: "";
		width: 50%;
		background: $blue;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 250ms ease-in-out;
		
	}
	&.slide:after{
		left: 50%;
	}
}

.tab-slider--trigger {
    
    color: #1671a2;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    font-family: 'robotodraftregular', sans-serif;
    padding: 10px 25px;
    transition: all 0.1s ease-in 0.1s;
    min-width: 104px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	user-select: none; 
	border-radius: 35px;
	min-width: 150px;
    padding: 11px 40px;
    font-size: 15px;
}

.tab-slider--tabs-inside .tab-slider--trigger, .tab-slider--tabs .tab-slider--trigger {
    min-width: 150px;
    padding: 11px 40px;
    font-size: 15px;
}

.tab-slider--body{
	margin-bottom: 20px;
	padding-top: 25px;
}

.tab-slider--trigger.active {
    color: #fff;
    font-weight: bold;
    background-color: #0e6eaa;
}



/**********/


.tabs-slider--nav-inside{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.tabs-slider--tabs-inside {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    width: fit-content;
    width: max-content;
    overflow: hidden;
    background: #e2e4eb;
    height: auto;
    user-select: none; 
    border-radius: 35px;
    padding: 7px;
}


.tabs-slider--nav{
    width: 80%;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
}
.tabs-slider--tabs{
    display: block;
    float: right;
    margin: 0;
    margin-top: 20px;
    padding: 7px;
    list-style: none;
    position: relative;
    overflow: hidden;
    background: #e2e4eb;
    height: auto;
    user-select: none; 
    border-radius: 35px;
    &:after{
        content: "";
        width: 50%;
        background: $blue;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        
    }
    &.slide:after{
        left: 50%;
    }
}

.tabs-slider--trigger {
    
    color: #1671a2;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    font-family: 'robotodraftregular', sans-serif;
    padding: 10px 25px;
    transition: all 0.1s ease-in 0.1s;
    min-width: 104px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none; 
    border-radius: 35px;
    min-width: 150px;
    padding: 11px 40px;
    font-size: 15px;
}

.tabs-slider--tabs-inside .tabs-slider--trigger, .tabs-slider--tabs .tabs-slider--trigger {
    min-width: 150px;
    padding: 11px 40px;
    font-size: 15px;
}

.tabs-slider--body{
    margin-bottom: 20px;
    padding-top: 25px;
}

.tabs-slider--trigger.active {
    color: #fff;
    font-weight: bold;
    background-color: #0e6eaa;
}


.w3-bar{
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    width: fit-content;
    width: max-content;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: #e2e4eb;
    height: auto;
    user-select: none;
    border-radius: 35px;
}.w3-bar button{background-color: transparent;border: none;}

.w3-button1.active {
    color: #fff;
    font-weight: bold;
    background-color: #0e6eaa;
    border-radius: 35px;
    padding: 7px;
}
.w3-button2.activated {
    color: #fff;
    font-weight: bold;
    background-color: #0e6eaa;
    border-radius: 35px;
    padding: 7px;
}

/**********/

.bcs-terms-h{
    font-family: 'robotodraft_mediumregular';
    filter: drop-shadow(0px 0px 0.5px rgba(0,0,0,0.16 ));
    font-size: 22px;
    font-weight: 500;
    color: #0078b4;
    margin: 70px 0 35px 0;
    display: block;
}

.dvider{
    margin: 13px 0 13px 0;
    width: 100%;
    height: 1px;
    background-color: #c0cee0;
    clear: both;
}
.ol {
    margin-left: 0;
    margin-bottom: 0;
    list-style-position: inside;
    padding-left: 15px;
}

.ol li a{
    font-size: 18px;
    /*text-shadow: 0px 0 1px black;*/
    font-family: 'robotodraft_mediumregular';
    font-style: normal;
    color: #19202f;
}
.ol li{
    line-height: 35px;
    letter-spacing: 1px;
}

.ol li a:focus{
    color: #1671a2;
}
.ol li a:focus{
    .ol li{
    color: #1671a2;
    }
}

.ol li::marker {
    font-size: 18px;
    font-family: 'robotodraft_mediumregular';
}
.button-pdf {
    border: none;
    margin: 20px auto 0 auto !important;
    width: auto;
    height: auto;
    display: block;
    padding: 9px 30px;
    background-color: #0076b3 !important;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    font-family: 'robotodraft_mediumregular';
    transition: all 0.1s ease-in 0.1s;
    border-radius: 35px !important;
    width:360px !important;
}

    .benefit-inner h2 {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 1;
    color: #19202f;
    margin-bottom: 32px;
    }

    .benefit-inner p{
    font-size: 16px !important;
    line-height: 24px;
    color: #19202f !important;
    margin-bottom: 30px;
    }

    p.note {
        margin-bottom:0;
    border-color: #C0CEE0;
    border-width: 1px;
    border-style: solid;
    background: #f4f7ff;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    color: #19202f !important;
    } p.note span{color: red;}

ol.main-list {
    
    list-style: none;
    padding: 0px 0 0 25px;
}
ol.main-list > li {
    counter-increment: list-number;
    vertical-align:middle;
    margin-bottom:45px;
}

ol.main-list li::before {
        margin-top: -2px;
    content: counter(list-number, upper-alpha);
    width:30px;
    height:30px;
    border-radius:50%;
    background: #C0CEE0;    
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    text-align:center;
    color: #19202f !important;
    font-size: 16px;
    line-height:30px;
    float:left;
    font-family: 'robotodraft_mediumregular';
}

ol.main-list li p{
    display: flex;
}
ol.main-list li p span{
    font-family: 'robotodraft_mediumregular';
    display: contents;
}

ol.main-list li ul {
    padding-left: 9%;
    position: relative;
    list-style-type: disc;
        margin-top: -10px;
}

ol.main-list li ul li:before{
    display: none;
}

ol.main-list li ul li::marker {
    font-size: 16px;
    
}
/*
footer{
    z-index: 4;
}
*/
#sticky.stick {
    background: #f8f8f8;
    margin-top: 0;
    position: fixed;
    top: 105px;
    z-index: 10;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 40px;
}
#footer {
  z-index:999
}
@media (max-width: 992px){
    #boxThis.box {
        margin-bottom: 40px;
        position: relative;
        top: auto;
        z-index: 9;
      }
      ol.main-list {
    list-style: none;
    padding: 0px 0 0 10px;
    }
    .benefits ul li {
    margin-bottom: 10px;
}
.benefits .row p {
    font-size: 16px !important;
}
}

ol.main-list li ul li span{
    color: #19202f !important;
    font-size: 15.5px;
    line-height:20px;
}



    .our-clients h2 {
    display: block;
    float: none;
    text-align:center;
    width: 100%;
    padding-bottom: 25px;
    margin: 0 auto;
    }
    .tab-slider--tabs {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    width: fit-content;
    width: max-content;
    }
    .tabs-slider--tabs {
    display: block;
    float: none;
    margin: 0 auto;
    /*margin-bottom: 40px;*/
    width: fit-content;
    width: max-content;
    }
   .benefit-inner{
       padding-right: 15px;
   } 
@media (max-width: 1200px){
    ol.main-list {
    padding: 0px 0 0 5px;
    }
}


@media (max-width: 992px){
    ol.main-list li ul {
    padding-left: 6.4%;
    }
    .benefit-inner{
       padding-right: 0px;
   }
}


@media (max-width: 767px){
    ol.main-list li ul {
    padding-left: 60px;
    }
    ol.main-list {
    padding: 0px 0 0 0px;
    }
}

@media (max-width: 500px){
    .client-img {
        min-height: auto !important;
        margin-bottom: 15px !important;
    }
}
@media (max-width: 450px){
    .our-clients-slider .tab-slider--nav, .tab-slider--nav{
        width: 100%;
    }
    .button-pdf{
        max-width: 95%;
    }
    .logo {
    width: 175px !important;
    height: 65px !important;
    background-image: url(../images/logo-bcs.png) !important;
    }
}
@media (max-width: 500px){
    .client-img {
        min-height: 100px !important;
        margin-bottom: 0px !important;
    }
    .our-clients-slider .row .item .col-xs-6{
    padding: 10px  !important;
    }
}
@media (max-width: 340px){
    .benefit-inner h2 {
    margin-bottom: 25px;
    }
    .up-p{
        font-size: 13px !important;
    }
    .tab-slider--tabs {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    /* width: fit-content; */
    /* width: max-content; */
    width: 100%;
}
    
}
@media (max-width: 300px){
    .tab-slider--tabs-inside .tab-slider--trigger, .tab-slider--tabs .tab-slider--trigger {
    min-width: 30%;
    padding: 11px 13%;
    font-size: 15px;
    }
    .tab-slider--tabs-inside {
    width: 90%;
    display: flex;
    }
    
}


/*****Filter****/
.buttonsi {
    width: fit-content;
    width: max-content;
    padding: 0px 0 60px;
    margin: 0 auto;
}

.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin: 0 auto 80px;
    max-width: 100%;
    grid-gap: 20px;
    display: grid;
    width: 100%;
}
.buttoni {
  transition: all .2s ease-in-out;
  -webkit-appearance: none;
  font-family: inherit;
  appearance: none;
  background: none;
  font-size: 13.5px;
    padding-top: 25px;
    margin-right: 7px;
  cursor: pointer;
  padding: 10px;
  outline: none;
  opacity: 0.9;
  border: none;
  color: #000;
  -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-bottom: 3px solid transparent;
}

.buttoni:hover,
.buttoni.active {
  opacity: 1;
  color:#0377b5;
  border-bottom: 1px solid #0377b5;
}
.itemi {
  border-radius: 4px;
  height: 100px;
  width: 100%;
}
.hide { display: none; }

/******************/
/*****Filter #2****/
.buttonix {
  transition: all .2s ease-in-out;
  -webkit-appearance: none;
  font-family: inherit;
  appearance: none;
  background: none;
  font-size: 13.5px;
    padding-top: 25px;
    margin-right: 7px;
  cursor: pointer;
  padding: 10px;
  outline: none;
  opacity: 0.9;
  border: none;
  color: #000;
  -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-bottom: 3px solid transparent;
}

.buttonix:hover,
.buttonix.activex {
  opacity: 1;
  color:#0377b5;
  border-bottom: 1px solid #0377b5;
}
.itemix {
  border-radius: 4px;
  height: 100px;
  width: 100%;
}
.hidex { display: none; }
/*****************/

footer ul.links-footer-bcs{
    list-style: none;
    padding-left: 0;
}
footer ul li{margin-bottom: 7px;}
footer {
    border-top: 1px solid #f0f0f0;
    padding: 80px 3% 0 3%;
    background: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1;
} 

footer h4{padding-bottom: 20px;}
.padin-block{
    display:none;
   }
   .wts-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wts-my-float{
	margin-top:16px;
}