

@font-face {
  font-family: poppins-regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins-semiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}





body{
  font-family: poppins-regular;
  /*overflow-y: hidden;*/
}

h1,h2,h3,h4,h5{
  font-family: poppins-semiBold;
}




h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {

}

.container{
  max-width: 1175px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */

@media (max-width:575px) {
    .logo-main img {
        width: 25% !important;
    }
}
.logo-main img {
    width: 100%;
}
.right-header-wrap ul {display: flex;align-items: center;list-style: none;justify-content: right;}

.right-header-wrap ul li {margin: 0 0 0 20px;    display: flex;
    align-items: center;}
.right-header-wrap ul li i {font-size: 32px;margin: 0 20px 0 0px;}

.top-header {background: #162e44;padding: 10px 0px;}

.inner-top-header ul {display: flex;align-items: center;}

.inner-top-header ul li {margin: 0 25px 0 0px;list-style: none;color: #fff;}

.main-header {
    padding: 15px 0px;
}

.btn-main {
    background: #162e44;
    color: #fff;
    padding: 5px 30px;
    border-radius: 6px;
}
.btn-main:hover {
    color: #fff;
}

/*banner-sec*/
section.main-banner-wrapper {height: 70vh;}

.item {height: 70vh;background-size: cover;background-position: center;display: flex;
    align-items: center;}
.inner-ban {width: 75%;margin: auto;color: #fff;}

.inner-ban h2 {font-size: 68px;margin-bottom: 20px;}

.inner-ban a {border: 1px solid #fff;padding: 10px 40px;color: #fff;}

section.main-banner-wrapper .owl-dots {position: absolute;bottom: 0;left: 0;right: 0;margin: auto;background: #162e4473;display: flex;align-items: center;justify-content: center;padding: 5px 0px 2px;}

/*end*/


/*tabs*/
.right-wrap-sec h2 {font-size: 28px;text-transform: uppercase;font-weight: bold;}

.tabs-wrap {width: 100%;padding: 20px 0px;}
.tabs-wrap ul.nav.nav-tabs {border-bottom: 1px solid #000;justify-content: space-between;}




.tabs-wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #162e44;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    border-bottom: 2px solid #162e44;
font-weight: bold;}
.right-wrap-sec {
    padding: 40px;
}
.tabs-wrap .tab-content p {padding: 20px 0px;}


.tabs-wrap .btns-tabs a {background: #162e44;color: #fff;padding: 10px 40px;margin: 0 10px 0 0px;border-radius: 6px;}

.tabs-wrap .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    border: none;
}
ul.nav.nav-tabs li a {
    color: #162e44;
}



/*end*/


/*our-services*/

.heading {
    width: 100%;
    text-align: center;
    padding: 20px 0px 40px;
}
.service-box {display: flex;align-items: flex-start;}

.service-box i {
    font-size: 50px;
    margin: 0 15px 0 0px;
}
.inner-service-box h6 {font-size: 20px;font-weight: bold;padding-bottom: 5px;}
section.our-process {
    padding: 0 0 60px;
}
.service-box {padding: 50px 20px;border: 5px solid #eeebeb;margin-bottom: 10px;}


/*end*/




/*logo-slider*/

section.logo-wrapper {
    padding: 0 0 60px;
}
.inner-logo-wrap h2 {
    text-align: center;
    padding: 0 0 40px;
}
.inner-wrapper-logo ul li {
    border: 1px solid #000;
    padding: 20px;
    list-style: none;
height: 170px;display: flex;align-items: center;}

.inner-wrapper-logo ul li img {
    width: 100%;
}








/*end*/


/*footer*/

footer {padding: 90px 0px;background: #162e44;}

.footer-inner {width: 100%;}

.footer-inner ul {display: flex;list-style: none;justify-content: space-between;}

.footer-inner ul li {color: #fff;}

.footer-inner ul li a {color: #fff;margin: 0 0 0 10px;}

.footer-inner ul li:last-child{
  width: 20%;
}

/*end*/



/*modal*/

.modal-header {justify-content: center;border: none;padding: 0;}

.modal-header h2 {font-size: 20px !important;}

.modal-header h5 {font-size: 38px !important;}

button.close {text-align: right;padding: 0px 20px 0px;font-size: 32px;color: #0b1722;opacity: 1;outline: none;}
.form-btn a {background: #162e44;padding: 7px 30px;border-radius: 6px;color: #fff;}
.form-btn button {background: #162e44;padding: 7px 30px;border-radius: 6px;color: #fff;}

.form-btn {text-align: right;margin: 40px 0px 20px;}

.modal-content {border: 2px solid #000;border-radius: 10px;padding: 20px;}

/*end*/

.left-wrap-sec img {
    width: 100%;
}






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

.top-header {
    background: #162e44;
    padding: 10px 15px;
}


footer {
    padding: 90px 10px;
    background: #162e44;
overflow: hidden;}

.right-wrap-sec {
    padding: 40px 0px;
}
.tabs-wrap .btns-tabs a {
    padding: 10px 20px;}



 }

@media only screen and  (max-width: 576px)  {  }

@media only screen and  (max-width: 475px)  {

.inner-top-header ul {
    display: block;
    text-align: center;
}
.inner-top-header ul li {
    margin: 0 25px 10px 0px;
    
}

.inner-top-header ul li:nth-child(2) {
    margin: 0;
    
}
.right-header-wrap ul {
    display: block;}

.right-header-wrap ul li {
    margin: 10px 0 0px 0px;}

.right-header-wrap ul li a {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.inner-ban h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.right-wrap-sec {
    padding: 40px 0px;
}
.tabs-wrap ul.nav.nav-tabs {
    border-bottom: 0;
    justify-content: center;
}
.tabs-wrap .btns-tabs a {
    background: #162e44;
    color: #fff;
    padding: 10px 20px;}

.heading {  
    padding: 0px 0px 40px;
}
.footer-inner ul {
    display: inline-block;}

.footer-inner ul li {
    color: #fff;
    margin: 0 0 15px 20px;
}

.footer-inner ul li:last-child {
    width: 100%;
}
.footer-inner ul {
    display: block;}





    

  }

