@import url(../fonts/all-fonts.css);
.no-transition ~ .wrapper-box *, .no-transition ~ .wrapper-box{
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}
::-webkit-scrollbar{width:7px;height:7px;background:#ddd}
::-webkit-scrollbar-track{border-radius:0px}
::-webkit-scrollbar-thumb{border-radius:0px;background-color:#424a5d}
.l{box-shadow: inset 0px 0px 5px red}
.navbar-dark .navbar-toggler{
  border-color: #fff;
}
.minheight-300{min-height: 300px!important;}
.minheight-330{min-height: 330px!important;}
.minheight-350{min-height: 350px!important;}
.minheight-380{min-height: 380px!important;}
.minheight-400{min-height: 400px!important;}
.minheight-430{min-height: 430px!important;}
.minheight-450{min-height: 450px!important;}
.minheight-480{min-height: 480px!important;}
.minheight-500{min-height: 500px!important;}

.top-header{
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

.btn-login{
  border-radius: 50px;
  background: #3147b6;
  color: #fff;
}
.icon{
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.12em;
  transform-origin: center;
}
.icon-1x{transform:scale(1.1)}.icon-2x{transform:scale(1.2)}.icon-3x{transform:scale(1.3)}.icon-4x{transform:scale(1.4)}
.icon-5x{transform:scale(1.5)}.icon-6x{transform:scale(1.6)}.icon-7x{transform:scale(1.7)}.icon-8x{transform:scale(1.8)}

.navbar-toggler-icon{
  background: #fff;
  padding: 20px;
}
.navbar-light .navbar-toggler:focus{
  outline: none!important;
}
a:hover{text-decoration: none;}
.container{
  width: 100%; 
  max-width: 1170px;
}
.navbar-light{
  border: none;
  background: #ffffff;
  box-shadow: 0px 1px 2px #ddd;
  padding: 12px 0;
  transition: 350ms;
}
.navbar-light .navbar-nav .nav-link{
  color: #3147b6;
}
.navbar-light .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-light .navbar-nav > li > a:hover{
  color: #3147b6!important;
}
.navbar-light .navbar-nav .show .dropdown-toggle{color: #3147b6!important;}
.dropdown-menu{
  border-radius: 0px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.show > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
}
.dropdown-menu:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #3147b6;
  top: -3px;
}
.navbar-brand img{
  height: 50px;
  margin-top: 0px;
  transition: 350ms;
}
.navbar-brand{
  height: auto;
  display: block;
  padding: 0px;
  position: relative;
}
.navbar-home{
  width: 100%;
  z-index: 1000;
  box-shadow: none;
}
.navbar-home .navbar-nav > li > a {
  margin-left: 25px;
}
.navbar-fixed{padding: 7px 0; box-shadow: 0 2px 4px #ccc}
.navbar-fixed .navbar-brand img{height: 40px!important}
/*End | Common navigation design*/





/*Start | Home Slider Section*/

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel-item{
  width: 100%;
  min-height: 95vh;
  max-height: 100vh;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center center!important;
}
.carousel-fade .carousel-item:before{
  content: '';
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  transition: all 0.2s ease-out;
}
.carousel-box{
  width: 100%;
  max-width: 1170px;
  position: absolute;
  height: 100%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 25px 15px 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.carousel-text{
  width: 100%;
  width: 550px!important;
  display: block;
  width: 100%;
  color: #fff;
  padding-left: 40px;
}
.carousel-text h2{
  font-weight: 400;
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
}
.banner-design{
  margin-top: 70px;
  position: relative;
  box-sizing: border-box;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(rgba(0,0,0,0.99), rgba(255,255,255,0.0));
  background-size: auto!important;
  background-repeat: no-repeat!important;
  background-position: top center!important;
  background-attachment: fixed!important;
}
.banner-design:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0.99), rgba(0,0,0,0.0));
}
.banner-design h2{
  position: absolute;
  top: 42%;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  text-shadow: 0px 1px 1px #333;
  z-index: 1;
}
.process-section{
  background: #f5f5f5;
  position: relative;
  padding: 50px 0px;
}
.four-process{
  padding: 30px 15px 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px #eee;
 min-height: 190px;
}
.four-process p{
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.four-process a{
  border: 2px solid #ddd; 
  border-radius: 25px;
  padding: 6px 25px;
  display: inline-block;
  margin-top: 10px;
}
.four-process a:hover{
  background: #3147b6;
  color: #fff;
  box-shadow: 0px 0px 6px #3147b6;
}

.four-process img{
  width: 80px;
}
.read-mores{
  background: #3147b6;
  color: #fff;
  padding: 5px 20px 7px 20px;
  border-radius: 25px;
  border-color: #3147b6;
}
.who-we-are h2, .gallery-head{
  color: #3147b6;
  font-size: 35px;
  font-weight: 700;
}
.read-mores:hover{
  border-color: #3147b6;
  color: #fff;
}
.four-solution{
  margin-bottom: 45px;
}
.four-solution h4{
  font-weight: 700;
  font-size: 24px;
}
.texstimonial-text p{
  font-size: 22px!important;
}
.common-para{
  font-size: 20px;
}
 .contact-bg{
    background: #eee;
    padding: 20px;
  }
  .addrss-box{
    background: #eee;
    padding: 15px 30px;
  }


footer{
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;

  background: #905DB2 url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%; 
}
footer h5{
  color: #fff;
  font-size: 17px;
}
.footer-icon{
  border: 1px solid rgba(255,255,255,0.5);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  display: inline-flex;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}

.footer-link{
  margin: 0px;
  padding: 0px;
}
.footer-link li{
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
}
.footer-link li a{
  color: #fff;
}
.bottom-social{
  margin: 0px;
  padding: 0px;
}
.bottom-social a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  color: #555;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 50%;
}
.bottom-social a:hover{
  color: #fff;
  background-color: #3147b6;
  border: 1px solid #3147b6;
}
.copyright{
  background: #fff;
  padding-top: 11px;
  padding-bottom: 10px;
}
.copyright p{
  font-size: 14px;
  color: #666;
}
.client-testimonials{
  position: relative;
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}






@media(max-width: 420px){ 
.four-process {
  margin-top: 0px;
  margin-bottom: 30px;
  }
  .carousel-text h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}
.who-we-are {
  padding-bottom: 60px;
}
.navbar-home{
  margin-top: 5px;
}
}

@media (max-width: 992px){
  .navbar-expand-lg .navbar-collapse {
  background: rgba(49,71,182,0.95);
  padding-top: 20px;
  padding-bottom: 20px;
}

}
