


.hovereffect {
  width: 100%;

  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background:#4468b3;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



















/*about-banner*/
#about-banner{background:url(../images/succe.png) center top no-repeat; height: auto; padding-bottom: 110px; margin-top: 1%}
#about-banner h2{font-size: 40px; font-weight: 600; color: #fff; text-align: center; margin-top: 18%; text-transform: uppercase; width: 100%;}
#about-banner .container-fluid{width: 70%}




/*vision*/
#vision {padding-top: 100px; padding-bottom: 100px; border-top: 1px solid #ebebeb}
#vision .container-fluid {width: 75%;}
#vision h2{font-size: 30px; text-align: left; color: #000}
#vision p{font-size: 16px; text-align: left; color: #000; line-height: 28px;}
#vision .top {margin-top: 25px;}
#vision ul li{list-style-type:none; font-size: 16px; line-height: 30px}
#vision ul li i{margin-right: 20px; font-size: 9px; color: #4369b2; }


/*Solutions*/
#solutions {padding-top: 60px; padding-bottom:60px; background: #f2f2f2;}
#solutions .container-fluid {width: 75%;}
#solutions h2{font-size: 30px; text-align: center; color: #000}
#solutions p{font-size: 16px; text-align: center; color: #000; width: 70%; margin: auto; display: block;}

#solutions .top .pad{margin-bottom: 30px}

#solutions .top .box{background: #fff; padding: 20px; border: 1px solid #d0d0d0; text-align: left;min-height: 120px; }
#solutions .top :hover .box{background: #4368b4; padding: 15px 30px 20px 30px; border: 1px solid #4368b4; color: #fff }
#solutions .top .box:hover h2{color: #fff }
#solutions .top .box:hover p{color: #fff; cursor: pointer;}
#solutions .top :hover img{opacity: .4; color: #fff;}
#solutions .top :hover .box h2{color: #fff}
#solutions .top :hover .box p{color: #fff}
#solutions .top .box h2{text-align: left; font-size: 20px; color: #4468b3;margin-top: 0px; }
#solutions .top .box p{text-align: left; width: 100% }
#solutions .top .read{border: 2px solid #4468b2; padding: 12px; color:#4468b2;  width: 15%; margin: auto; margin-top: 5%; text-align: center;}
#solutions .top .read:hover{border: 2px solid #4468b2; color:#fff; background: #4468b2; cursor:pointer;}


.arrow{ position: absolute; top: 58%; left: 48%; border: 1px solid #f6cd27; border-radius: 45px 45px 45px 45px; width: 45px;
 height: 12%;}
.arrow .arrow1{margin-top: 40px}
.arrow span{ display: block; width: 10px; height: 10px; border-bottom: 2px solid #fff; border-right: 2px solid #fff;
 transform: rotate(45deg); margin: -10px auto; animation: animate 2s infinite;}
.arrow span:nth-child(2){ animation-delay: -0.2s;}
.arrow span:nth-child(3){ animation-delay: -0.4s;}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}








@media only screen and (min-width : 1920px) and (max-width : 2559px){ 
  
  
  
}
@media only screen and (min-width : 1600px) and (max-width : 1919px){ 
  #vision .container-fluid {width: 87%;}
#clients .container-fluid {width: 87%;}
#solutions .container-fluid {width: 80%;}

}
@media only screen and (min-width : 1440px) and (max-width : 1599px){ 
 #vision .container-fluid {width: 92%;}
#clients .container-fluid {width: 87%;}
#solutions .container-fluid {width: 80%;}





}
@media only screen and (min-width : 1366px) and (max-width : 1439px){
  
  #vision .container-fluid {width: 92%;}
#clients .container-fluid {width: 87%;}
#solutions .container-fluid {width: 80%;}
#solutions .top .box{    min-height: 120px;}
}
@media only screen and (min-width : 1200px) and (max-width : 1365px){ 


  #vision .container-fluid {width: 92%;}
#clients .container-fluid {width: 87%;}
#solutions .container-fluid {width: 80%;}
 #about-banner i{width:8%;} 
.arrow {top: 60%;}  


}

@media only screen and (min-width : 1024px) and (max-width : 1199px){ 
  
  
  
  #clients .container-fluid {width: 95%;}
#solutions .container-fluid { width: 90%;}
#vision .container-fluid{width: 90%;}
#services .container-fluid{width: 90%;}
  
  #solutions {padding-top: 50px; padding-bottom: 50px;}
  #vision {padding-top: 50px; padding-bottom: 60px;}





#about-banner i {width: 10%;}


}

@media only screen and (min-width : 768px) and (max-width : 1023px){ 
  

  #clients .container-fluid {width: 95%;}
#solutions .container-fluid { width: 90%;}

  #solutions {padding-top: 50px; padding-bottom:50px;}
  
 
#clients .carousel img{width: 120%}
#clients .carousel-control.left{    margin-top: -20px;}
#clients .carousel-control.right{    margin-top: -20px;}
#clients {padding-top: 20px; padding-bottom: 30px;}
#solutions .top .read{width: 30%;}
#solutions .top .box{border: 1px solid #d0d0d0;}

#about-banner i {width: 13%;}

#vision {padding-top: 50px; padding-bottom: 50px;}
.col-md-4{flex: none; max-width: none}

.arrow {top: 50%;width: 42px;}  
.arrow .arrow1 {margin-top: 35px;}



}
@media only screen and (min-width : 150px) and (max-width : 767px){ 

.kb_wrapper {overflow: hidden; height: 260px;}
.kb_wrapper>.carousel-inner>.item>img, .kb_wrapper>.carousel-inner>.item>a>img{height: 260px}

#solutions .top .read{width: 100%}

#solutions {padding-top: 40px; padding-bottom: 40px;}
#solutions p{width: 100%}
#solutions .container-fluid {width: 90%;}
#solutions .top .box{min-height: auto;}
#solutions .top .pad{margin-bottom: 20px}
#solutions .top .box h2{padding-top: 0px;padding-bottom: 0px;}

#about-banner i {width: 20%; padding: 8px; font-size: 16px;}
#vision ul {padding: 0px;}
#vision{padding-top: 20px; padding-bottom: 30px}
#vision .container-fluid { width: 90%;}
#about-banner h2 { font-size: 30px; margin-top: 40%;}

.arrow {top: 47%;width: 42px; left: 45%;}  
.arrow .arrow1 {margin-top: 35px;}



  }
  
  
@media only screen and (max-width: 375px) {
  .topnav{margin-top: -5%}
#clients1 .carousel-control.left{margin-top: 14px;}
#clients1 .carousel-control.right{margin-top: 14px;}
.arrow {top: 45%;}


} 
@media only screen and (max-width: 320px) {
  
  #company h2 {font-size: 24px;}
#services .top a{font-size: 20px; line-height: 42px;}
#clients1 .carousel-control.left{margin-top: 4px;}
#clients1 .carousel-control.right{margin-top: 4px;}
.arrow {top: 40%;}



}

