@import url('https://db.onlinewebfonts.com/c/2eccf178aa2ce410df13a179ba3b3761?family=Nexa-Book');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
}
a{
    text-decoration: none;
    display: inline-block;
}
.section-padding{
    padding: 50px 0px;
}
.heading h2 {
        font-size: 42px;
    font-weight: bold;
    text-align: center;
    font-family: "Nexa";
   text-transform: uppercase;
   color: #176c96;
}
img{
  width: 100%;
  height: 100%;
   object-fit: cover;
}
/* ================top nav================ */
.top-nav-section{
    background-color: #4a4a4a;
    padding: 15px 0px !important;
}
.top-left-item{
    margin-top: 9px;
}
.top-left-item a{
    display: flex;
    align-items: center;
   gap: 8px;
   font-size: 14px;
   color: #ffffff;
    font-family: "Nexa-Book";
    transition: 0.5s;
}
.top-left-item a:hover{
    color: #9ad5db;
}
.top-left-item  i{
    color: #9ad5db;
    font-size: 20px;
    transition: 0.5s;
}
.top-left-item  i:hover{
    color: #ffffff;
}
/* .top-btn{
background-color: #9ad5db;
border-radius: 20px;
margin-left: 4px;
width: 100%;
text-align: center;
a{
    padding: 5px 0px;
    font-family: "Nexa";
font-weight: 400;
color: #000;
font-size: 18px;
text-align: center;
}
} */
.sm-icon ul {
  display: flex;
  position: absolute;
  top: 17px;
left: 74%;
  transform: translate(-50%, -50%);
}

.sm-icon ul li {
  list-style: none;
margin-right: 5px !important;
}

.sm-icon ul li a {
  width: 35px;
  height: 35px;
  background-color: #000;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #4a4a4a;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sm-icon ul li a .icon {
  position: relative;
  color: #ffffff;
  transition: .5s;
  z-index: 3;
}

.sm-icon ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.sm-icon ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.sm-icon ul li a:hover:before {
  top: 0;
}

.sm-icon ul li:nth-child(1) a:before{
  background: #3b5999;
}

.sm-icon ul li:nth-child(2) a:before{
 background: linear-gradient(90deg, #ff2a2a, #ff6a00, #ffc300);
}

/* ======btn===== */

.top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #000;
}
.top-btn{
  width: 300px;
  height: 35px;
  background-color: #9ad5db;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s ease;
  
border-radius: 20px;
width: 100%;
text-align: center;
}
.top-btn a{
  position: relative;
  z-index: 2;
      padding: 5px 0px;
    font-family: "Nexa";
font-weight: 500;
color: #000;
font-size: 18px;
text-align: center;
}
.top-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
   #ffffff
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
.top-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0,255,255,0.5);
}
.top-btn:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

/* ============nav============== */
.navbar{
    padding: 0px !important;
}
.nav-section{
    background-color: #ffffff;
    padding: 6px 0px;
     box-shadow: 0 0px 8px #c2c3c4;
}
nav.scrolled {
padding: 6px 0px!important;
  }
.logo img{
max-width: 72px;
height: auto;
}
ul{
    margin-bottom: 0px !important;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
   margin-bottom: 0px !important;
}
.nav-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-menu ul li{
    list-style: none;
    display:block;
    padding-top: 2px;
}
.nav-menu ul li a{
    margin-left: 50px;
    font-size: 17px;
    color: #000;
    font-family: "Nexa-Book";
 font-weight: 600;
  font-style: normal;
  transition: 0.5s;
  text-decoration: none;
}
.nav-menu ul li a:hover{
    color: #000000;
    text-shadow: 0px 1px 2px #ffffff;
}

.btn{
      margin-left: 50px;
    font-size: 17px;
    color: #000;
    font-family: "Nexa-Book";
 font-weight: 600;
  font-style: normal;  
  box-shadow: none;
    transition: 0.5s;
   box-shadow: none !important;
   padding-left: 0px !important;
   padding-right: 0px !important;
}
.btn:hover{
    color: #000000;
  text-shadow: 0px 1px 2px #ffffff;
}
.dropdown-menu{
    width: 320px;
   background-color: #ffffff;
    border-radius: 0px !important;
    padding-top: 25px;
    padding-bottom: 15px;
}
.dropdown-menu li{
    display: block;
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 1.350rem;
}
.dropdown-menu li a{
    color: #000;
    font-size: 15px;
   font-family: "Nexa-Book";
    font-weight: 400;
    font-style: normal; 
    transition: 0.5s;
    display: block;
}
.nav-menu li .dropdown-menu li a{
    margin-left: 20px;
    font-size: 15px;
    display: block;
  margin-bottom: 8px;
   font-family: "Nexa-Book";
}
.bar{
    display: none;
}

button:focus{
    border: 0px !important;
}
.top-sub-icon{
  display: none;
}
/* ================banner================= */
.carousel-item img{
    width: 100%;
    height: 100%;
    container: cover;
}

/* =====================services===================== */
#services_id{
  margin-top: 50px;
}
.ser-col{
    background-image: url("../images/services_back.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px;
    height: 100%;
    /* opacity: 1; */
}
/* .ser-col:hover{
    opacity:0.5;
} */
.ser-img{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;  
    margin: 0 auto;
}
.ser-img img{
    position: relative;
    overflow: hidden;
    transition: 0.5s;
      width: 210px;
    height: 210px;
    border-radius: 50%;
}
/* .ser-img img:hover{
    transform: scale(1.2);
    overflow: hidden;
} */
.ser-img img {
        width: 210px;
    height: 210px;
    border-radius: 50%;
  --s: 210px;   /* the size of the image */
  --b: 3px;     /* the border thickness*/
  --g: 14px;    /* the gap */
  --c: #4ECDC4; /* the color */
  aspect-ratio: 1;
  outline: calc(var(--s)/2) solid #0009;
  outline-offset: calc(var(--s)/-2);
  cursor: pointer;
  transition: .4s;
}
.ser-img img:hover {
  outline: var(--b) solid var(--c);
  outline-offset: var(--g);
}
.ser-text{
  text-align: center;
}
.ser-text a{
margin-top: 15px;
font-family: "Nexa";
font-weight: 400;
font-size: 22px;
color: #ffffff; 
text-align: center;  
display: inline-block;
}
/* =============gallery============== */
.gallery-item{
margin-top: 50px;
}
.item .col{
    overflow: hidden;
}
.item .col img{
        transition: 0.5s;
   overflow: hidden;
}
.item .col img:hover{
    transform: scale(1.2);
    overflow: hidden;
}
.gallery-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
   /* ===============footer==================  */
.footer-section{
  background-image: url("../images/footer.png");  
  background-size: 100%   auto;
  background-position:bottom;
  background-repeat: no-repeat;
 height: 100%;
}
.foot-item{
    padding: 20px 0px 100px;
}
.foot-logo a img{
    width: 80px;
}
.foot-para p{
    margin-top: 20px;
    font-family: "Nexa";
    color: #000;
    font-size: 15px;
}
.foot1 a{
    display: block;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #000;
    font-size: 16px;
    font-family: "Nexa-Book";
    font-weight: 600;
}
.foot1 a i{
    color: #176c96;
    font-size: 24px;
}
.foot-heading h4{
 font-family: "Nexa";
font-weight: 500;
font-size: 20px;
color: #000;  
margin-bottom: 20px !important;  
}
.foot-list a{
    display: block;
        font-family: "Nexa-Book";
    font-weight: 600;
font-size: 16px;
color: #000;    
margin-bottom: 5px !important;   
transition: 0.5s;  
}

.foot-list i{
font-weight: 600;
font-size: 20px;
color: #176c96; 
margin-right: 12px;      
}
/* ================sub footer================ */
.sub-footer-section{
    background-color: #176c96;
    padding: 22px 0px 5px !important;
}
.sub-title p{
    color: #ffffff;
    font-family: "Nexa";
    font-style: italic; 
    font-size: 16px;
    font-weight: 400;
}
.sub-icon a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 10px;
}
.sub-footer-section{
    position: relative;
}
.sub-icon ul {
  display: flex;
  position: absolute;
bottom: 10px;
right: 80px;
  transform: translate(-50%, -50%);
}

.sub-icon ul li {
  list-style: none;
margin-right: 5px !important;
}

.sub-icon ul li a {
  text-align: center;
  font-size: 17px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
    width: 25px;
    height: 24px;
    border-radius: 2px;
    color: #ffffff;
    border: 1px solid #ffffff;
      display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.sub-icon ul li a .icon {
  position: relative;
  color: #ffffff;
  transition: .5s;
  z-index: 3;
}

.sub-icon ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.sub-icon ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
}

.sub-icon ul li a:hover:before {
  top: 0;
}

.sub-icon ul li:nth-child(1) a:before{
  background: #3b5999;
 position: absolute;
 z-index: -1;
}

.sub-icon ul li:nth-child(2) a:before{
 background: #0077b5;
  position: absolute;
 z-index: -1;
}

.sub-icon ul li:nth-child(3) a:before {
   background: linear-gradient(90deg, #ff2a2a, #ff6a00, #ffc300);
    position: absolute;
 z-index: -1;
}

.sub-icon ul li:nth-child(4) a:before {
  background: #f00;
   position: absolute;
 z-index: -1;
}

/* ================top button================== */

#scrollToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1000;
  display: none;
  background-color: #176c96;
  color: #fff;
  border: none;
  font-size: 32px;
  padding: 0px 14px;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
border: 2px solid #ffffff;
}

#scrollToTopBtn:hover {
  background-color: #032a3d;
  color: #ffffff;
}

/* =================inner-services-part==================== */
.banner_images{
  position: relative;
}
.banner-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
h1{
font-size: 50px;
color: #ffffff;
 font-family: "Nexa";
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
}
.banner_images img{
  width: 100%;
}
.services-images{
  overflow: hidden;
   padding: 10px;
}
.services-images img{
  width: 100%;

    transition: .4s;
      overflow: hidden;
}
.services-images img:hover{
  transform: scale(1.2);
}
.services-para h3{
  font-size: 28px;
  margin-bottom: 15px !important;
  font-family: "Nexa";
  font-weight: 400;
}
.services-para P{
  font-size: 15px;
  font-family: "Poppins";
}
/* .ser_details-section{
  border-bottom: 1px solid #c2c3c4;
} */

/* ================gallery page====================== */
.gallery-img{
  overflow: hidden;
}
.gallery-img img{
   transition: .4s;
}
.gallery-img img:hover{
  transform: scale(1.2);
}
/* ==================contact page========================= */

.foot11 a{
        font-size: 20px;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 14px;
        color: #000;
        font-family: "Nexa-Book";
        margin-bottom: 10px;
      }
      .form-control{
        border: 1px solid #176c96;
      }
      label{
        font-size: 17px;
        font-family: 'Nexa-Book';
        margin-bottom: 4px;
        text-transform: uppercase;
        font-weight: 900;
        color: #000;
      }
      input{
        margin-bottom: 15px;
      }
.con-item span{
font-size: 26px;
color: #0077b5;
}
.con-item h6{
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 19px;
  text-transform: uppercase;
      font-family: 'Nexa';
      font-weight: 900;
      color: #000;
}
.con-item a{
  margin-left: 0px !important;
  font-size: 20px;
   font-family: 'Nexa-Book';
}
.con-item{
  margin-bottom: 35px;
}
#contact_id .heading h2{
font-size: 30px;
margin-bottom: 45px !important;
}
#contact_id{
margin: 50px 0px 50px!important;
}

.map iframe{
  width: 100%;
  height: 350px;
}








 /* =====================992px======================= */

 @media screen and (max-width: 992px) {
  .nav-item{
  position: relative;
  }
  .top-sub-icon{
  display: block;
  position: absolute;
  right: 60px;
  top: 20px;
  i{
    font-size: 20px;
    color: #0077b5;
  }
}
.sub-icon{
  display: none !important;
}
.carousel-item img{
  width: 100%;
}
    .top-nav-section{
    padding: 4px 0px 15px!important;
}
.top-left-item{
    display: flex;
    flex-direction: column;
}
.gap-4 {
    gap: 0.5rem !important;
}
.sm-icon{
    display: none;
}
.top-btn{
    margin-top: 15px;
    margin-left: 0px !important;
}
.top-side-btn{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}
.top-btn a {
    font-weight: 400;
    font-size: 15px;
}
.logo img{
max-width: 60px;
height: auto;
}
.btn{
 font-size: 14px;
  margin-left: 20px;
}
   .bar {
      display: block;
      font-size: 22px;
      color: #fff;
      background: #000;
      padding: 0px 10px;
    }
    .nav-menu {
      display: none;
      position: absolute;
     top: 64px;
      right: -15px;
      left: -15px;
      background-color: #ffffff;
      z-index: 11;
      border-bottom: 1px solid #000 !important;
      padding-bottom: 30px;
    }
    .nav-menu ul {
      padding-left: 0px !important;
      padding: 0px 0px 0px;
    }
    .nav-menu ul li{
        display: inline;
        padding-top: 0px;
    }
    .nav-menu li .dropdown-menu li a {
    font-size: 15px;
}
    .nav-menu ul li a{
     color: #000;
     display:block;
     font-size: 14px;
     padding-top: 10px;
    margin-left: 20px;
    }
.dropdown-menu{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    border-top: 0px solid #e8ae34;
    border-bottom: 0px !important;
}
.nav-menu ul{
    padding: 10px 0px;
}
    .show{
display: block!important;
    }
    .dropdown-menu[data-bs-popper] {
    margin-top: 0px !important;
}

.section-padding{
    padding: 40px 0px 0px !important;
}
.heading h2 {
    font-size: 17px;
}
.ser-text h3 {
    font-size: 18px;
}
.top-left-item a {
    gap: 8px;
    font-size: 12px;
}
.ser-img img{
  width: 100%;
}
#ser-side{
  margin-bottom: 20px;
}
.mt-5{
  margin-top: 0px !important;
}
.col img{
  width: 100%;
}
.ps-5{
  padding-left: 10px !important;
  padding-top: 10px;
  padding-bottom: 20px;
}
.ser-text a {
    font-size: 16px;
}
.foot-para p {
   font-size: 14px;

}
.foot-heading h4 {
    font-size: 16px;
    margin-bottom: 10px !important;
    font-weight: 400;
}
.foot-list i {
    font-size: 18px;
}
.foot-list a {
    font-size: 14px;
    font-weight: 400;
    }
.footer-section{
  background-size: auto;
 height: 100%;
}
.foot1 a {
font-size: 14px;
font-weight: 400;
}
.foot1 a i {
    font-size: 18px;
}
.sub-title p {
    font-size: 14px;
}
.sub-footer-section {
    padding: 14px 0px 0px !important;
}
.sub-title p{
text-align: left;
font-size: 12px;
max-width: 250px;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 10px;
  right: 4px;
  font-size: 28px;
  padding: 0px 12px;
}

.banner_images img{
  width: 100%;
}
.services-images img{
  padding: 0px;
}
.services-para h3{
  font-size: 18px;
  margin-top: 25px !important;
}
.services-para P{
  font-size: 12px;
}
.banner-title
h1{
font-size: 14px;
}
#album .gallery-img{
  margin-bottom: 15px !important;
}
.map iframe{
  width: 100%;
  height: 100%;
}
.map{
  margin-top: 40px;
}
#contact_id .heading h2 {
    font-size: 17px;
margin-bottom: 20px !important;
}
.con-item h6 {
    gap: 7px;
    font-size: 15px;
    font-weight: 600;
}
.con-item span{
font-size: 20px;
}
.con-item a{
  margin-left: 0px !important;
  font-size: 15px;
}

.con-item {
    margin-bottom: 18px;
}
  label{
        font-size: 14px;
        font-weight: 600;
      }

#contact_id {
    margin: 0px 0px 50px !important;
}



}

.btn:first-child:active {
    border: none!important;
}
.btn.show{
    border: none!important;
}









