body{
  font-family: 'Open Sans', sans-serif;
}

ul{
  margin-bottom: 0;
}
a:hover{
  text-decoration: none;
}
.page-wraper{
    padding-bottom: 600px;
}
@media (max-width: 991px) {
  .page-wraper{
      padding-bottom: 0px;
  }
}
.page-content{
    position: relative; 
    z-index: 1;
    background: #fff;
}


.ab-head:before,.ab-head:after{
  display: none;
}
.heading{
  font-size: 41px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
}
.heading:before{
  position: absolute;
  content: '';
  width: 80px;
  height: 3px;
  background: #006caa;
  left:50%;
  bottom: -9px;
  transform: translateX(-50%);
}
.heading:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #006caa;
  left:50%;
  bottom: -17px;
  transform: translateX(-50%);
}

.pera{
  font-size: 15px;
  line-height: 32px;
  color: #000000;
}






/*==================
    scroll to top
===================*/
#top{
    /*background: #ad1626;*/
    color: white;
    padding: 15px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 11;
    display:none;
    transition: .5s all ease;
}


/*top-header*/
.top-header{
  background: #e00000;
  height: 35px;
  line-height: 35px;
  position: relative;
}
.top-header:before{
  position: absolute;
  content: '';
  background: #006aa8;
  width:27%;
  top: 0;
  left: -10px;
  height: 100%;
  transform: skew(31deg);
  border-right: 4px solid #fff;
}
.top-header ul a{
  color: #fff;
   
}
.top-right-side .list-inline-item{
  margin-right: 13px!important
}




/*header*/
header{
  height: 100px;
    background: #fff;
  box-shadow: 0 0 30px #00000024;
}
.navigation{
}
.list-inline-item:not(:last-child) {
    margin-right: 35px;
}
@media(max-width: 991px) {
  .list-inline-item:not(:last-child) {
    margin-right: 9px;
  }
}
@media(max-width: 767px) {
    .navigation{
      display: none;
    }
    .logo{
      text-align: center;
    }
}
.navigation ul li a{
  height: 100px;
  line-height: 100px;
  display: block;
  color: #333;
  font-size: 16px;
}
.navigation ul .current>a{
    color: #006aa8;
    transition: .7s all ease-in-out;
}


.sticky{
  position: fixed!important;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease;
  background: #fff;
  background-image: url(../images/header-texture.html);
  background-repeat: repeat;
  z-index: 999!important;
  background-position: center left;
  box-shadow: 0px 13px 15px -5px rgba(0,0,0,0.15) !important;
}
/*dropdown-menu*/
.dropdown-menu{
  display: inherit;
  width: 250px;
  padding: 0;
  margin:0;
  background: #006aa8;
  transform: scaleX(0);
  transform-origin: top;
  transition: .7s all ease-in-out;
}
.dropdown:hover .dropdown-menu{
    transition: all 0.35s ease;
    transform: scaleX(1);
}
.dropdown-menu li{
  border-bottom: 1px solid #fff;
  border-left: 2px solid transparent
}
.aa{
  border-bottom: none!important
}
.dropdown-menu li a{
  height: 40px!important;
  line-height: 40px!important;
  display: block;
  color: #fff!important;
  font-size: 16px!important;
  transition: .7s all ease-in-out;
}
.dropdown-menu li:hover{
  background: #e00000;
  border-left: 2px solid #006aa8;
  transition: .7s all ease-in-out;
}
.dropdown-menu li:hover a{
  color: #fff;
  transition: .7s all ease-in-out;
}



/*==================================
     mobile hearder 
====================================*/
.navbar{
    height: 61px;
    border-radius: 0;
    position: relative;
    margin-top: 0;
    background: #006aa8;
}
.navbar.on{
    display: block;
    width: 100%;
    /*height: 100%;*/
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 999999;
}
.navbar .nav-toggle{
    width: 34px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 25px;
    cursor: pointer;
}
.navbar .first,
.navbar .second,
.navbar .third{
    width: 100%;
    height: 4px;
    background: #ffffff;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.navbar .nav-toggle.on .first{
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}
.navbar .nav-toggle.on .second{
    opacity: 0;
}
.navbar .nav-toggle.on .third{
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
}
.navbar .menu{
    padding: 0;
    list-style: none;
    margin: 53px 0;
    text-align: center;
    background: rgba(6, 25, 21, 0.97);
    /* padding-bottom: 30px; */
     
}
.navbar .menu.hidden{
    display: none;
}
.navbar .menu a{
    display: block;
    width: 100%;
    font-size: 21px;
    color: #fff;
    line-height: 3em;
    text-decoration: none;
    text-transform: capitalize;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-bottom: 1px solid;
}
.navbar .menu a:hover{
    color: #484848;
    /* background-color: #fff; */
}
 




/*footer*/
footer{
    position: fixed;
    /*height: 600px;*/
    background: #191717;
    bottom: 0;
    width: 100%;
    padding: 100px 0 0px;
}
@media (max-width: 991px) {
   footer{
    position: relative;
   } 
}
.footer-logo{
  margin-top: -25px;
}
.footer-pera{
    font-size: 15px;
    line-height: 30px;
    color: #fff;
     
}
.footer-header{
    font-size: 27px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    width: fit-content;
     
}
.footer-header:before{
  position: absolute;
  content: '';
  height: 3px;
  width: 50px;
  left: 0;
  bottom: -11px;
  background: #fff;
  z-index: 1;
}
.footer-header:after{
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -11px;
  background: red;
}
footer ul li{
    position:relative;
    padding-left:15px;
    padding-bottom:19px;
    font-size:15px;
}
.footer-links{
  margin-top: 35px;
}
.icon-maker{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.6);
}
.icon-header a{
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
     
    font-size: 15px
}
.address li{
  padding-left: 26px;
  padding-bottom: 15px;
}
.address .icon-header{
  line-height: 30px;
}
.email .icon-maker{
  font-size:  20px!important;
  margin-top: px;
}
.email a{
  text-transform: lowercase!important
}
.address .icon-maker{
  font-size: 23px;
}
.index-map{
  margin-top: 40px;
}
.bottom-footer{
  background: #0064a7;
  padding: 10px 0 5px;
  color: #fff;
  font-size: 15px;
  margin-top: -10px;
}
.bottom-footer-pera{
  font-size: 15px;
}
.bottom-footer a{
  color: #fff;
}
.social-icon{
  margin-right: 1!important;
  padding-left: 0!important;
  /*padding-right: 30px;*/
  margin-top: 10px;
}
.social-icon a{
  color: #fff;
  font-size: 17px;
  background: red;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 11px 0;
  font-weight: bold;
}




/*index-about*/
.index-about{
  padding: 80px 0;
}
.feature-list{
  line-height: 32px;
  font-size: 15px;
  color: #000000;
}
.about-img{
  float: right;
}
.about-img img{
  border: 15px solid #fff;
  box-shadow:0 0 10px #000000;
}
@media (max-width: 991px) {
    .about-img{
      margin-top: 50px;
      float: none;
    }
}
.read-btn{
    color: #000000;
    padding: 15px 35px;
    position: relative;
    transition: .6s all ease-in-out;
    box-shadow: inset 0 0 8px #0000003d;
     
    font-size: 18px;
}
.read-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #006aa8;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .6s all ease-in-out;
}
.read-btn:hover{
  color: #fff;
  transition: .6s all ease-in-out;
}
.read-btn:hover:before{
  width: 100%;
  transition: .6s all ease-in-out;
}



/*index-products*/
.index-products{
  padding: 0px 0 80px;
}
.prodcuts-box{
  position: relative;
  overflow: hidden;
}
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #7b7b7bd1;
  opacity: 0;
  transition: .6s all ease-in-out;
}
.top-content{
  position: absolute;
  right: 30px;
  top: 20px;
  transform: translateY(-40px);
  transition: .6s all ease-in-out;
}
.top-content a{
  color: #fff;
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  display: block;
  text-align: center;
  background: #000
}
.bottom-content{
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(40px);
  transition: .6s all ease-in-out;
}
.bottom-content a{
  color: #fff;
  font-size: 19px;
  font-weight: 550;
   
}
.outer-products:hover .top-content{
  transform: translateY(10px);
  transition: .6s all ease-in-out;
}
.outer-products:hover .bottom-content{
  transform: translateY(-40px);
  transition: .6s all ease-in-out;
}
.outer-products:hover .overlay{
  opacity: .8;
  transition: .6s all ease-in-out;
}
.products-btn{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.products-btn a{
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  /* text-shadow: 1px 1px 0px #000; */
   
}
.prodcuts-box{
  border:7px solid #fff;
  box-shadow: 0 0 10px #000
}
.sticky-t{
  margin-top:60px;
  position: sticky;
  top: 20%;
  transition: .7s all ease-in-out;
}




/*index-client*/
.index-client{
  padding: 80px 0 120px;
}
.index-client .item{
  height: 150px;
  padding:5px 0 0;
  cursor: pointer;
  box-shadow: inset 0 0 10px #0000006b
}
@media (max-width: 767px) {
  .index-client .item{
    height: 113px;
  }
}
.index-client a img{
  filter: grayscale(0);
  transition: .6s all ease-in-out;
}
.index-client .item:hover img{
  filter: grayscale(1);
  transition: .6s all ease-in-out;
}




/*index-counter*/
.index-counter{
  padding: 120px 0;
  background:url(../images/counter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-position: center center;*/
  position: relative;
}
.index-counter:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  top: 0;
  left: 0;
}
.milestone-counter{
    padding: 61px 0;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 21px 0;
}
@media (max-width: 991px){
  .milestone-counter{
      margin-bottom: 40px;   
  }
}
.milestone-counter i{
  color: #df090b;
  text-shadow: 0 0 5px #000000ab;
}
.highlight {
   color:#fff;
   padding: 5px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size: 51px;
    
}
.milestone-details {
   font-weight: 550;
   font-size: 25px;
   color: #fff;
    
}



/*clients-logo*/
.clients-logo{
  padding-top: 100px;
  padding-bottom: 60px;
}
.inner-logo{
  height: 150px;
  padding-top: 20px;
  box-shadow: inset 0 0 10px #00000045
}



/*contact-us*/
.contact-us{
    padding: 80px 0 130px;
}
.inner-contact{
    margin-top: 50px;
}
@media(max-width: 991px){
    .inner-contact{
        margin-top: 40px;
    }
}
.inner-contact ul{
    list-style-type: none!important;
    padding-left: 0;
}
.inner-contact ul li{
       
margin: 45px 0px;
       
color: #000;
       
text-decoration: none;
       
font-size: 15px;
       
line-height: 27px;
}
.inner-contact ul li i{
       display: inline-block;
       color: #fff;
       font-size: 25px;
       float: left;
       height: 45px;
       width: 45px;
       line-height: 45px;
       border: 1px solid #fff;
       box-shadow: 0 0 0 4px #dc0a06;
       /*border-radius: 10px;*/
       position: relative;
       text-align: center;
       margin-right: 10px;
       background: #df0909;
  }
.inner-contact ul li a{
   
  color: #000;
  text-decoration: none;
  font-size: 17px;
}
.contact-email{
    margin-top: 60px!important;
}
.contact-us .form-control{
    margin-bottom: 20px;
    height: 45px;
     
}
.addd i{
    margin-top: 10px;
}
.contact-us textarea{
    height: 150px!important;
    width: 100%;
}
.contact-us .button{
    background: #df0909;
    color: #fff;
    padding: 11px 25px;
    transition: .5s all ease;
    font-size: 17px;
    border: #826439;
}
.contact-us .button:hover{
    background: #000;
    transition: .5s all ease;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.contact-us form{
    margin-top: 90px;
}
@media(max-width: 767px){
    .contact-us form{
        margin-top: 30px;
    }
}
.inner-contact-section{
    padding: 60px 80px 80px;
    /*border: 1px dashed;*/
    box-shadow: 0 0 10px 0; 
}
.inner-contact span{
  
}


/*extra-one*/
.extra-one{
  padding-bottom: 60px;
}





.marquee-text ul li{list-style: none;  
                    float: left;
                    display: contents;
                    margin-top: 15px;}

.marquee-text ul li a{color: #fff;
        font-weight: 500;
        font-size: 15px;
        font-family: 'Gabriela', serif;}                    

.marquee-ul li{color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Gabriela', serif;} 