a {
  color: #000;
  text-decoration: none;
}
.header-top {
  background-color: #0e719a;
  padding: 5px 10px;
  color: #fff;
}
.header-top a {
  color: #fff;
}
.header-top i {
  color: #fff;
  font-size: 20px;
}
.top_enquiry span {
  padding-left: 21px;
}
.top_enquiry a:hover {
  color: #17a958;
}
@media screen and (max-width: 765px) {
  .header-top {
    display: none;
  }
  header{
    padding: 17px 0;
  }
}

header {
  width: 100%;
  /* height: 80px; */
  /* display: table; */
  /* position: absolute;
  background: #fff;
  z-index: 2; */
  align-items: center;
    display: flex;
    padding: 7px 0;
}
.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
 
  background-color: #fff;
  padding: 5px 10px;
  box-shadow: -8px 0px 8px #000;
  z-index: 2;
}

header .logo {
  width: 100%;
}
header .logo img {
  width: 250px;

}
header ul {
  display: flex;
  margin-bottom: 0;
  justify-content: end;
}
header .nav-item {
  list-style: none;
  padding: 0px 28px;
  text-transform: uppercase;
}
header .nav-item:last-child {
  padding-right: 0px;
  padding-left: 28px;
}
header .nav-item a {
  color: #0e719a;
}
header .nav-item a:hover {
  color: #17a958;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu {
  /* background: #17a958; */
  border: none;
  border-radius: 0;
  margin-top: 10px !important;
  padding: 0;
}
.dropdown-item {
  padding-left: 16px !important;
  padding-bottom: 10px !important;
  color: #035da9 !important;
}
.dropdown-item:hover {
  background: #0e719a;
  color: #fff !important;
}

.nav-link {
  padding: 0;
}
header .nav-link {
  position: relative;
}


@media screen and (min-width:992px) {
  .magnific-img.full_img {
    margin-bottom: 24px;
  }
header ul .nav-item .nav-link.active:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #035da9;
  position: absolute;
  top: 120%;
  left: 0;
  transition: all 0.5s;
}

header ul .nav-item .nav-link.active:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #17a958;
  position: absolute;
  top: 120%;
  right: 0;
  transition: all 0.5s;
  border: none !important;
}

header ul .nav-item .nav-link.active:before {
  width: 50%;
  transform: translateX(100%);
}

header ul .nav-item .nav-link.active:after {
  width: 50%;
  transform: translateX(-100%);
}
}
/*  */
@media (min-width:992px){
  
header ul .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #035da9;
  position: absolute;
  top: 120%;
  left: 0;
  transition: all 0.5s;
}

header ul .nav-item .nav-link:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #17a958;
  position: absolute;
  top: 120%;
  right: 0;
  transition: all 0.5s;
  border: none !important;
}

header ul .nav-item .nav-link:hover:before {
  width: 50%;
  transform: translateX(100%);
}

header ul .nav-item .nav-link:hover:after {
  width: 50%;
  transform: translateX(-100%);
}
}
.slider-image {
  height: 84vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
@media screen and (max-width: 992px) {
  .slider-image {
    height: 56vh;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.header-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.header-content h2 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  margin-bottom: 19px;
}
.header-content p {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .header-content p {
    color: #fff;
    font-size: 15px;
  }
  .header-content h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 19px;
  }
  
}
@media screen and (max-width: 398px) {
  .header-content p {
    color: #fff;
    font-size: 11px;
  }
  .header-content h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 992px) {
  .header-content p {
    width: 60%;
  }
}

.section_1 {
  padding: 50px 0;
}
.section_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
}

/* button */

.custom-btn {
  text-align: center;
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.read_more {
  background-color: #f0ecfc;
  background-image: linear-gradient(315deg, #17a958 0%, #0e719a 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.read_more span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.read_more:before,
.read_more:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #0e719a;

  transition: all 0.3s ease;
}
.read_more:before {
  height: 0%;
  width: 2px;
}
.read_more:after {
  width: 0%;
  height: 2px;
}
.read_more:hover:before {
  height: 100%;
}
.read_more:hover:after {
  width: 100%;
}
.read_more:hover {
  background: transparent;
}
.read_more span:hover {
  color: #0e719a;
}
.read_more span:before,
.read_more span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #0e719a;

  transition: all 0.3s ease;
}
.read_more span:before {
  width: 2px;
  height: 0%;
}
.read_more span:after {
  height: 2px;
  width: 0%;
}
.read_more span:hover:before {
  height: 100%;
}
.read_more span:hover:after {
  width: 100%;
}

/* button */

.service_box {
  margin: 6px;
}

.content {
  position: relative;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.section_2,
.section_3 {
  padding-bottom: 50px;
}

#client-slider .item-box {
  --c: #0e719a;
  --b: 2px;
  --g: 10px;
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--c) 0;
  background: conic-gradient(
        from 180deg at top var(--b) right var(--b),
        var(--_g)
      )
      var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
    conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0
      var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  cursor: pointer;
}
#client-slider .item-box:hover {
  --_i: 100%;
  transition: 0.3s, background-size 0.3s 0.3s;
}
.section_4 {
  padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
    url(../images/service7.jpg) center center;
  background-size: cover;
  color: #fff;
}
.view_more span:hover {
  color: #fff !important;
}
.form-data {
  padding-top: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 765px) {
  .form-data {
    padding-top: 0px;
    margin-bottom: 10px;
  }
}

.form-data label {
  padding-bottom: 10px;
}
.form-data .form-control {
  border-radius: 0;
  color: #242424;
  padding: 9px 15px;
  font-weight: 400;
  font-size: 13px;
  /* padding: 17px 24px 16px; */
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #0e719a;
  outline: 0;
  box-shadow: none;
}
footer {
 padding-top: 50px;
 
  color: #035da9;
  background-color: #f0ecfc3b;
}
.footer-top{
  padding-bottom: 50px;
}
footer .logo img {
  width: 327px;
  height: auto;
  display: block;
  margin: auto;
}
footer ul {
  /* display: flex; */
  /* padding-top: 25px; */
  padding: 0;
}
footer li {
  list-style: none;
  padding-bottom: 10px;
}
footer a {
  color: #035da9;
  transition: all 0.3s ease-in-out;
}
.footer-top .quick-links a:hover,.footer-top .address a:hover {
  color: #17a958;
  margin-left: 10px;
}
.address p{
  margin-bottom: 10px;
}
.address div{
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  footer ul {
    padding-left: 0;
    display: block !important;
    margin: 0;
  }
  footer .nav-item {
    list-style: none;
    padding: 7px 0;
    text-transform: uppercase;
  }
  footer .logo img {
    width: 279px;
    /* height: auto; */
    display: block;
    margin: auto;
  }
  .magnific-img {
    display: inline-block;
    margin-bottom: 13px;
   
}
}
footer .nav-item a {
  color: #fff;
}
.contact-links div {
  padding-bottom: 10px;
}
footer i {
  padding-right: 10px;
}
footer .fa-mobile {
  font-size: 26px;
  padding-left: 3px;
}
.footer-bottom {
  background-color: #0e719a;
  color: #fff;
  padding: 10px 0;
}
.footer-bottom a{
  color: #fff;
}
.quick-links {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .quick-links {
    padding-left: 12px !important;
    padding-bottom: 20px !important;
    padding-top: 20px;
  }
  .contact-links {
    padding-top: 20px;
  }
}
@media (min-width: 767px) {
  .small {
    background-color: #fff;
  }
}

/* ... */
#mob_menu {
  display: none;
}
@media only screen and (max-width: 993px) and (min-width: 768px) {
  header ul {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    padding-left: 0;
  }
}
@media(max-width:768px){
    .col-md-8.service-content {
    width: 100%;
}
header .nav-item {
    padding: 0px 15px;
}
.banner {
    height: 35vh;
}
}
.magnific-img.full_img {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
  .logo a {
    display: inline-block;
    width: 135px;
  }
  .logo a img {
    width: 100%;
  }
  span#mob_menu {
    display: inline-block !important;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 24px;
    /* top: 15px; */
    border-radius: 30px;
    right: 15px;
    position: relative;
    padding: 10px;
        float: right;
    color: #035da9;
  }
  span#mob_menu i {
    font-size: 30px;
  }
  /* header {
      background-color: #e3e3e3;
      width: 100%;
      top: 0;
      position: fixed;
      z-index: 9999;
      box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    } */
  .mob-hidden {
    display: none;
  }
  .mob-hidden.show {
    z-index: 9999;
    width: 100%;
    position: fixed;
    display: block;
    top: 75px;
    left: 0;
    height: 100%;
    background: #0e719a;
    padding: 0;
  }
  .mob-hidden.show .nav-item {
    text-align: left;
    padding: 0;
    border-top: solid 1px #ffffff54;
  }
  .mob-hidden.show .dropdown-item {
    border-bottom: solid 1px #ffffff54;
  }
  .mob-hidden.show .nav-item a {
    color: #fff !important;
  }
  header .nav-item a {
    display: inline-block;
    padding: 12px 15px 12px 26px !important;
  }
  .dropdown-menu {
    position: relative !important;
    transform: none !important;
    background-color: #17a958;
    padding: 0;
  }
}

h1.banner-top-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
.banner{
  height: 50vh;
  padding: 30px 0px;
  align-items: center;
  display: flex;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.banner .breadcrumb li a, .banner .breadcrumb li{
  color: #fff;
}


/* services */
.services{
  padding: 50px 0;
}

.sidebar h3{
  text-transform: uppercase;
  font-size: 29px;
  font-weight:  400;
  margin-bottom: 27px;
}
.sidebar ul{
  padding-left: 0;
}
.sidebar li a{
 padding: 10px 16px;
    display: block;
}
.sidebar li{
  list-style: none;
 
    color: #035da9 !important;
 
}
.sidebar li a:hover {
  background: #0e719a;
  color: #fff !important;
}
.sidebar li .active  {
  background: #0e719a;
  color: #fff !important;
}
.service-content h2{
  margin-bottom: 27px;
    font-size: 40px;
    margin-top: 15px;
}


/*  */

.why-choose-us .container{
  max-width: 100%;
  background-image: linear-gradient(315deg, #17a958 0%, #0e719a 74%);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.box{
  background: #fff;
    padding: 10px 6px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box img{
  width: 92px;
}
.box h6{
  font-size: 21px;
  padding-top: 10px;
}
.founder{
  height: 20vh;
    align-items: center;
    display: flex;
    /* padding: 50px 0; */
    background: url(../images/Engineering3.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (min-width:992px){
  .founder{
    height: 46vh;
     
  }
}
.box_01{
  padding: 22px 21px;
 border: 5px solid #0e719a; 
  outline: 5px solid #17a958;
  outline-offset: -14px;
  margin: 6px;
}
.box_01 p{
  font-weight: 500;
    font-size: 19px;
    line-height: 30px;
}
@media screen and (min-width:992px) {
  .box_01{
    min-height: 175px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .client-box img {
  width:180px;
  }
}
@media screen and (max-width:768px) {
  .box_01{
   margin-bottom: 5px;
  }
}
.client-box{
  display: flex;
  justify-content: center;
}
.dotted-border {
  border-top-style: dotted;
  border-color: #17a958;
}
.address_box {
  border: 1px solid #0e719a;
  margin: 5px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and(min-width:768px) {
 
}
.icon_01 i{
  font-size: 30px;
   justify-content: center;
    display: flex;
    padding-bottom: 8px;
 background: linear-gradient(to bottom, #0e719a 0%,#17a958 100%);
    -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color:transparent;
}
.box02{
  background: linear-gradient(to bottom, #0e719a 0%,#17a958 100%);
  color: #fff;
  padding: 15px;
  margin: 6px;
}
.box02 h6{
  text-transform: uppercase;
  font-size: 25px;
}
.box02 ul{

}
.box02 li{
 
  padding: 7px 0;
  line-height: 34px;
}
@media screen and (min-width:992px){
  img.mfp-img {
    width: auto;
    max-width: 768px !important;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
  }
}


/* 
.address_box:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.2);
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  z-index: 1;
} */
.address_box a,.address{
  transition: all 0.3s ease-in-out;
}
.address_box a:hover{
  color: #17a958;
    margin-left: 10px;
}
.address_box .address:hover{
  color: #17a958;
    margin-left: 10px;
    cursor: pointer;
}
.address_box h5{
  font-size: 34px;
}


.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
          
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.box03{
  min-height: 150px;
  cursor: pointer;
}
.box03 h6{
  transition: all 0.3s ease-in-out;

}
.box03:hover h6{
  color: #17a958;
  font-size: 22px;
}

@media (max-width:768px) {
  .tab-content > .tab-pane {
    display: block !important; 
    opacity: 1 !important;
    margin-bottom: 50px;
}
.sidebar
{
  display: none;
}
.service-content h2 {
  margin-bottom: 15px;
  font-size: 32px;
  margin-top: 15px;
}
}
.download{
  height: 51px;
    width: 221px;
}
.download span{
  align-items: center;
    display: flex;
    justify-content: center;
}
.alert button.close
{
  display: none;
} 