@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');   
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');    
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-image: url('assets/images/background-scaled-e1643729168621.jpeg');
    background-repeat: repeat;
}
p{
    /* font-family: "poppins"; */
    font-family: "Work Sans", sans-serif;
}
body {
    font-family: "Poppins";
    font-size: 3vh;
}
  /* #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 32%;
    margin: auto;
  }
  
  #logo {
    text-decoration: none;
    color: white;
    font-size: 5vh;
    font-weight: bold;
    position: relative;
    z-index: 9;
  }
  #logo img{
    width:38%;
  }
  #logo p{
    position: relative;
    z-index: 999999999;
    font-size: 10px;
  } */


  #header {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center;
    width: 100%; /* Make the header full width */
    margin: auto;
}

#logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: column; /* Stack children vertically */
    text-align: center; /* Center text */
}

#logo img {
    margin-bottom: 10px; /* Adjust the margin as needed */
    max-width: 64px; /* Limit the maximum width of the logo */
    position: relative;
    z-index: 9;
    max-width: 42vw;
}

#logo p {
    margin: 0; /* Remove default margin */
    font-size: 1.5rem; /* Adjust font size as needed */
    position: relative;
    z-index: 9;
    position: relative;
    top: -16px;
}


  
  #menu-icon {
    font-family: Geneva, sans-serif;
    font-size: 6vh;
  }
  
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 53vh;
    padding: 1em;
    box-sizing: border-box;
    color: white;
    background: url("assets/images/fetchpik.com-Y1hr6v7Lte.jpg") center center fixed no-repeat;
    background-size: cover;
  }
  .hero {
    position: relative;
    overflow: hidden;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1; /* Ensure the overlay appears above other content */
  }

  .hero-header {
    position: relative;
    z-index: 2; /* Ensure the header appears above the overlay */
  }

  
  .hero-title {
    margin: 0;
    font-size: 29px;
    font-weight: bold;
    line-height: 39px;
    position: relative;
    bottom: 8%;
}
  @media only screen and (min-width: 576px){
    .hero-title {
        font-size: 44px;
        line-height: 48px;
        bottom: 15%;
    }
    #logo img {
      max-width:26vw;
    }
  }
  @media only screen and (min-width: 768px){
    .hero-title {
      font-size: 51px;
      bottom: 16%;
      line-height: 64px;
    }
    #bannerIconbox{
      position: relative;
      top: -12%;
    }
  }
  @media only screen and (min-width: 992px){
    .hero-title {
        margin: 0;
        font-size: 66px;
        font-weight: bold;
        line-height: 84px;
        position: relative;
        bottom: 30vh;
        padding: 17% 7%;
        }
    .hero {
        height: 67vh;
    }
    #logo img {
      max-width:16vw;
    }
    #bannerIconbox{
      position: relative;
      top: -50%;
      width: 70%;
      margin: auto;
    }
}
@media(min-width:1200px){
  #logo img {
    max-width:16vw;
  }
  #bannerIconbox {
    position: relative;
    top: -52%;
  }
}
@media(max-width:323px){
  .checkbox-tile {
      width: 70%;
      margin: auto;
      min-height: 64px;
  }
  span.checkbox-label.mb-4 {
    font-size: 10px;
  }
}
.checkbox-tile:hover{
   box-shadow: rgba(218, 153, 15, 0.772) 0px 5px 15px;
}
/* Welcome Section */
#welcomeBox{
    background-color: aliceblue;
    width: 80%;
    margin: auto;
}
.innercont{
    padding: 4% 6%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.innercont p{
    font-family: "poppins";
    font-size: 14px;
}
@media(min-width:768px){
    .innercont p{
        font-size: 17px;
    }
}
@media(min-width:992px){
    .innercont p{
        font-size: 18px;
    }
}
/* Services Section */

/* #services {
    background-color:#253c59;
  } */
  #services h2{
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size:22px;
    color: #365f77;
  }
  .servicebox{
    border-radius: 6px 6px 6px 6px;
  }
  .servicebox .card{
    background-color: #ffffff;
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
  }
  .servicesOverlay{
    position: relative;
     top: 0; 
     left: 0; 
     width: 100%; 
     height: 100%; 
     background-color: rgba(37, 60, 89, 0.5);
  }
  .servicebox h5{
    font-family: "Work Sans", sans-serif;
    color: #122A48;
    font-weight: 800;
    font-size: 23px;
  }
  .servicebox p{
    color: #181010;
    font-family: "Work Sans", sans-serif;
    font-size: 19px;
  }
  .servicebox a{
    background-color:#ff9046;
    color: aliceblue;
    border: 1px solid #ff9046;
  }
  @media(min-width:768px){
    #services h2 {
        font-size: 38px;
    }
    
  }
  @media(min-width:992px){
    #services h2 {
      font-size: 62px;
      width: 68%;
      margin: auto;
      color: #365f77;
    }
    #services .card{
        height: 630px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    #services .card:hover{
        /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }
    
  }
  /* Whychoose us section */
  #whychoose h4{
    color : #253C59;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
  }
  #whychoose p {
    color: #181010;
    font-family: "Work Sans", sans-serif;
    font-size: 19px;
    line-height: 32px;
  }
  @media(min-width:992px){
    #whychoose h4{
        font-size: 59px;
    }
  }
  #whychoose .accordion{
    padding: 16px 16px;
  }
  #whychoose button{
    color: aliceblue;
    background-color: #ff9046;
    border: 1px solid #ff9046;
  }
  #whychoose .accordion-item{
    border: 1px solid #ff9046;
  }

  /* #whychoose .accordion-body strong{
    color: #6D7988;
    font-family: "Work Sans", sans-serif;
    font-size: 17px;
  } */


  /* Get In Touch */
  #getintouch{
    background: url("assets/images/footer-bg.jpg") center center fixed no-repeat;
    background-size: cover;
  }
  #getintouch h2{
    font-family: "Work Sans", sans-serif;
  }
  #getintouch p{
    font-family: "Work Sans", sans-serif;
  }
  
  #getintouch form {
    /* width: 600px;
    margin: 48px auto 36px auto; */
    background-color: #e9e8eacc;
    padding: 48px 36px;
    border-radius: 10px;
  }
  
  #getintouch form label:first-of-type {
    margin-top: 0;
  }
  
  #getintouch label {
    display: block;
    margin: 24px 0;
    font-size: 18px;
  }
  
  #getintouch input,
  #getintouch select,
  #getintouch textarea,
  #getintouch button {
    width: 100%;
    max-width: 600px;
    min-height: 32px;
    margin-top: 8px;
    padding: 8px 8px;
    border-radius: 4px;
    border: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
  }
  
  #getintouch fieldset {
    border: 0;
    padding: 0;
    margin: 0;
  }
  
  #getintouch fieldset input {
    min-height: unset;
    width: 15px;
    height: 15px;
    vertical-align: text-line;
  }
  
  #getintouch fieldset label {
    margin: 4px 0;
  }
  
  #getintouch legend {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  #getintouch button {
    padding: 12px;
    background-color: rgb(0, 170, 0);
    color: white;
  }
  
  @media(min-width:992px){
    #getintouch h2{
       font-size: 62px;
       font-weight: 700;
      }
    #getintouch p{
       font-size:19px;
    }
  }


  
ul {
  list-style: none;
}

input {
  overflow: hidden;
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}

.sec-pad {
  /* padding: 60px 0 0; */
  margin: 50px 0;
}

.contact-sec {
  align-item: center;
  display: flex;
  background-color: #00000000;
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
  color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #FF9046;
  border: 2px solid #FF9046;
}

.contact-sec .contact-ul li .fa-phone {
  color: #00b055;
  border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
  color: #FF9046;
  border: 2px solid #FF9046;
}

.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}
.contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}
.contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}
.contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}
.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

form.contFrm {
  /* max-width: 396px; */
  margin: auto;
}


.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
  height: 50px;
  border: 0;
  background: #FF9046;;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}


/* Responcive css Start */

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}






#excellence {
  background-color: #365F77;
}
#excellence h2{
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
}
#excellence .cards {
  display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 2.5rem; */
    width: 90%;
    /* max-width: 1000px; */
    margin: 3vh auto;
}

#excellence .card {
  border-radius: 16px;
  box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
}

#excellence .information {
  background-color:#fff;
  padding: 1.5rem;
}
#excellence .information .tag {
  display: inline-block;
  background-color: #f1eeff;
  color: #6558d3;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5em 0.75em;
  line-height: 1;
  border-radius: 6px;
}
#excellence .information .tag + * {
  margin-top: 1rem;
}
#excellence .information .title {
  font-size: 1.5rem;
  color: #122A48;
  line-height: 1.25;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
#excellence .information .title + * {
  margin-top: 1rem;
}
#excellence .information .info {
    color: #181010;
    font-family: "Work Sans", sans-serif;
    font-size: 19px;
}
/* #excellence .information .info + * {
  margin-top: 1.25rem;
}
#excellence .information .button {
  font: inherit;
  line-height: 1;
  background-color:#fff;
  border: 2px solid #6558d3;
  color: #6558d3;
  padding: 0.5em 1em;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
} */
/* #excellence .information .button:hover, .information .button:focus {
  background-color: #6558d3;
  color:#fff;
} */
#excellence .information .details {
  display: flex;
  gap: 1rem;
}
#excellence .information .details div {
  padding: 0.75em 1em;
  background-color: #f1eeff;
  border-radius: 8px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.125em;
  flex-basis: 50%;
}
#excellence .information .details dt {
  font-size: 0.875rem;
  color: #a69fd6;
}
#excellence .information .details dd {
  color: #6558d3;
  font-weight: 600;
  font-size: 1.25rem;
}

@media(min-width:992px){
  #excellence .card{
    height: 250px;
  }
  #excellence h2{
    font-size: 62px;
    font-family: "Work Sans", sans-serif;
  }
  #excellence button{
    font-size: 22px;
    width:100%!important;
  }
  .call-us-btn{
    width: 50%!important;
    margin: auto!important;
  }
}


#footer{
  background-color: #365f77;
  color: #fff;
}

.whatsappimg img {
  width: 63px;
    position: fixed;
    bottom: -4px;
    left: 2%;
}
.callImage img{
  width: 49px;
  position: fixed;
  bottom: 1%;
  right: 2%;
}
@media(min-width:768px){
  .whatsappimg img {
    width: 58px;
    bottom: 3%;
  }
  .callImage img{
    width: 52px;
    bottom: 3%;
  }
}
@media(min-width:768px){
  .whatsappimg img {
    width: 64px;
  }
  .callImage img{
    width: 58px;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 
  #excellence .card {
      height: 280px;
  }
  #services .card {
    height: 728px;
  }
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.shake-image {
  animation: tilt-shaking 0.1s infinite alternate;
}

#callusnow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 5%;
  background-color: #ff9046;
}
#callusnow button{
  width: 100%;
}
#callusnow h5{
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
@media(min-width:576px){
  #callusnow h5 {
    font-size: 28px;
}
}
@media(min-width:992px){
  #callusnow h5 {
    font-size: 38px;
    font-family: "Work Sans", sans-serif;
}
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.shake-button {
  animation: tilt-shaking 0.5s infinite alternate;
}

#callbtn{
  width: 40%;
  margin: auto;
  /* background-color: #ff9046; */
}



.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-group > * {
  margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.checkbox-input:checked {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}
.checkbox-input:checked {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}
.checkbox-input:checked {
  color: #2260ff;
}
.checkbox-input:focus {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-input:focus{
  transform: scale(1);
  opacity: 1;
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-height: 3rem;
  margin: auto;
  border-radius: 0.5rem;
  border: 2px solid #ff9046;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}
/* .checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
} */

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}

.checkbox-label {
  color: #ff9046;
  transition: 0.375s ease;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media(min-width:576px){
  .checkbox-tile{
    width: 4rem;
  } 
}
@media(min-width:992px){
  .checkbox-tile {
    width: 6rem;
    min-height: 5rem;
  }
  #servicebox:nth-child(2) .card-img-top {
    height: 32vh;;
  }
}
/* @media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 
  #servicebox:nth-child(2) .card-img-top {
    height: 44vh;;
  }
} */
