@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: sticky;
  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: 2px;
}
.navbar-light .navbar-toggler:focus{
  outline: none!important;
}
a:hover{text-decoration: none;}
.container{
  width: 100%; 
  max-width: 1230px;
}
.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;
  padding-left: 0px;
  padding-right: 0px;
}
.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;
}
.navbar-nav .dropdown-menu{
    position: none;
}
.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: 45px;
  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: 21px;
}
.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{
  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;
  background-size: cover !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;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px #eee;
  min-height: 688px;
  margin-bottom: 30px;

}
.four-process ul{
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  position: relative;
}

.four-process ul li:before{
  content:'\2713';
  display:inline-block;
  color:#3147b6;
  padding:0 6px 0 0;
  position: absolute;
  left: 0px;
}
 .four-process ul li.ticknone:before{
  display: none;
}



.asset-list ul{
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  position: relative;
}
.asset-list ul li{
  list-style-type: none;
  margin-bottom: 10px;
}
.asset-list ul li:before{
  content:'\2713';
  display:inline-block;
  color:#3147b6;
  padding:0 6px 0 0;
  position: absolute;
  left: 0px;
}
 .asset-list ul li.ticknone:before{
  display: none;
}
.font-22{
  font-size: 22px;
}




.four-process ul li{
  margin-bottom: 10px;
  list-style-type: none;
}
.four-process h5{
  text-transform: uppercase;
  color: #3147b6;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}
.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;
  display: block;
  margin: 0px auto;
}
.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;
}
.min-height380{
  min-height: 380px;
}

.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;
  }
 .download-btn a >.btn-primary {
  color: #fff;
  background-color: #3147b6;
  border-color: #3147b6;
}

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;
}

.vendors-box img {
  border: 1px solid #3e53bc;
  box-shadow: 0px 0px 10px #ccc;
  object-fit: contain;
  height: 150px;
  width: 100% !important;
  margin-bottom: 20px;
}

.top-header-container {
  background: #3147b6;
  color: #fff;
  padding: 5px;
}
.top-header-box li a {
  color: #fff;
}
.top-header-box ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.top-header-box li {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
}

.sales-team{
  min-height: 160px;
  background: rgba(255,255,255,0.05);
}
.sales-team .card-body{
  padding: 15px;
}

.sales-team .card-body h5{
  font-size: 20px;
}
.sales-team .card-body p{
  position: relative;
}
.sales-team .card-body p a {
  position: absolute;
  left: 50px;
  color: #555;
}

.logo-delta img {
    max-width: 367px;
    width: auto !important;
    object-fit: contain;
    margin-bottom: 30px;
}

@media (max-width:991px){
  .navbar-light .navbar-nav .nav-link {
    color: #fbfbfb;
}

.navbar-light .navbar-nav > li > a:hover, .navbar-light .navbar-nav > li > a:focus{
  color: #fff!important;
}
.navbar-brand img{
  height: 40px;
}
}


@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;
}
.navbar-toggler{
    margin-right: 15px;
    margin-bottom: 5px;
}
.navbar-brand img {
   
    margin-left: 20px;

}
.navbar-light .navbar-nav .show .dropdown-toggle {
    color: #fff !important;
}
}
@media (max-width: 768px){
  .min-height380 {
    min-height: 380px !important;
}
  .four-process {
    padding: 30px 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px #eee;
    min-height: 514px;
    margin-bottom: 30px;
}

}
@media (max-width: 576px){
  .min-height380 {
    min-height: 380px !important;
}
  .four-process {
    padding: 30px 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px #eee;
    min-height: 390px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px!important;
    padding-left: 0px!important;
}


}
