* {
    font-family: 'Inter', sans-serif;
  }
  
/* Sub-Navbar */
.sub-nav {
    width: 1350px;
   }
   .sub-nav-items {
     padding-top: px;
     padding-bottom: 5px;
     text-decoration: none;
     color: #015368;
   }
   .sub-nav-icon {
     padding-left: 70px;
     font-size: 12px;
   }
   #sub-nav-icon3 {
     padding-left: 210px;
   }
   .sub-nav-text {
     text-decoration: none;
     color: #015368;
    
   }
   .sub-nav-text:hover{
     color: #212529;
   }
   #sub-nav-icon2 {
     padding-left: 70px;
   }
/* Navbar */
.navbar{
   font-size: 22px;
   background-color: #D6F9E5;
}
.navbar-brands {
    font-size: 50px;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    padding-left: 4%;
}
.navbar-brands:hover {
    color: 	#5AA47F;
}
.nav-iteam {
 
  color: #4B4B4B;
  text-decoration: none;
  padding-right: 60px;
}
#nav-iteam3 {
  padding-right: 60px;
  margin-left: 20px;
}
.nav-iteam:hover {
  color: #5AA47F;
}
 /* Banner */
 .banner {
     background-color: #D6F9E5;
     display: flex; 
    
 }
 .banner-img {
    width:600px ;
    padding: 10px;
 }
 .banner-container {
    margin: auto;
    margin-left: 80px;
    padding-left: 40px;
 }
 .banner-button {
     border: none;
     background: #5AA47F;
     width: 130px;
     height: 45px;
     font-size: 20px;
     color: #C0EAF0;
     margin-left: 55px;
     text-align: center;
     
 }
 .banner-button:hover {
     background: #C0EAF0;
     color: #5AA47F;
 }
 .banner-heading {
     font-size: 60px;
     font-weight: bolder;
     margin-left: 55px
 }
 .banner-text {
     margin-left: 55px;
     font-size: 22px;
     line-height: 30px;
 }
 .banner-subheading {
    color: #5AA47F;
    font-weight: bolder;
    line-height: 22px;
 }
 /* Contact Detail */
.contact-detail-container {
    margin: 40px auto;
    background-color: #FFB236;
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 1150px;
    margin-top: 60px;
}
.contact-detail-heading {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding-top: 20px;
}
.contact-detail-icon {
    color: #fff;
    font-size: 25px;
    padding-left: 10px;
}
.contact-detail-text {
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.border-style {
    border-right: 1px solid #fff;
}
 /* Reach out */
 .reach-out {
   background-color: #4EC6A2;
   color: #fff;
   display: flex;
   padding-top: 70px;
   padding-bottom: 60px;
 }
 .reach-out-text {
   text-align: center;
    width: 900px;
 }
 .reach-out-heading {
    font-size: 40px;
    font-weight: bolder;
 }
 .reach-out-paragraph {
    font-size: 20px;
    text-align: left;
    padding-left: 108px;
 }
 .reach-out-btn {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    padding: 10px 40px;
    background-color: #FFB236;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
    margin: 70px auto;
    border-radius: 30px;

 }
 .reach-out-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px -1px rgba(182, 157, 230, .65);
 }
 .reach-out-btn:hover:active {
    transform: scale(0.99);
}
.reach-out-btn a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.reach-out-btn a:hover {
    color: #000;
}
 /* Form */
 @media screen and (max-width: 800px) {
    .main-container.img-container.form {
        width: 100%;
    }
}
.main-container {
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;  
}
.contact-form-heading {
    padding-top: 20px;
}
.img {
    margin: 40px auto;
    margin-left: 8px;
    width: 500px;   
}
.img-container {
    border-radius: 20px 0 0 20px;
}

label {
    font-size: 12.5px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
}
.contact-form {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    width: 300px;
}
form h4 {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .5);
}
form h4 span {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}
form p {
    line-height: 155%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    opacity: 0.65;
    font-weight: 400;
    max-width: 200px;
    margin-bottom: 40px;
}


button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    padding: 15px 40px;
    background-color: #4EC6A2;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
}
button:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px -1px rgba(182, 157, 230, .65);
}
button:hover:active {
    transform: scale(0.99);
}
input {
    font-size: 16px;
    padding: 20px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #fff;
    width: 500px;
    box-sizing: border-box;
    transition: all 0.3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
}
input:focus {
    border-bottom: solid 1px #b69de6;
    outline: 0;
    box-shadow: 0 2px 6px -8px rgba(182, 157, 230, .45);
}
textarea {
    border: solid 1px rgba(0, 0, 0, .1) ;
}
textarea:focus {
   border: none;
}
.floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 150%;
}
.floating-label label {
    position: absolute;
    top: calc(40% - 9px);
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 15px;
}
.floating-label input {
    width: calc(100% - 44px);
    /* margin-left: auto; */
    display: flex;
}
.floating-label .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 44px;
    display: flex;
} */
.floating-label .icon svg {
    height: 30px;
    width: 30px;
    margin: auto;
    opacity: 0.15;
    transition: all 0.3s ease;
} 
.floating-label .icon svg path {
    transition: all 0.3s ease;
} 
.floating-label input:not(:placeholder-shown) {
    padding: 28px 0px 0px 0px;
}
.floating-label input:not(:placeholder-shown) + label {
    transform: translateY(-2px);
    opacity: 0.7;
}
.floating-label input:valid:not(:placeholder-shown) + label + .icon svg {
    opacity: 1;
}
.floating-label input:valid:not(:placeholder-shown) + label + .icon svg path {
    fill: #b69de6;
}
.floating-label input:not(:valid):not(:focus) + label + .icon {
    animation-name: shake-shake;
    animation-duration: 0.3s;
}

@keyframes shake-shake {
    0% {
        transform: translateX(-3px);
   }
    20% {
        transform: translateX(3px);
   }
    40% {
        transform: translateX(-3px);
   }
    60% {
        transform: translateX(3px);
   }
    80% {
        transform: translateX(-3px);
   }
    100% {
        transform: translateX(0px);
   }
} 
.map{
    width: 1345px;
   margin-bottom: -3px;
}
/* Footer */

.form-control {
    background: #212529;
    border-color: #545454;
  }
  
  .form-control:focus {
    background: #212529;
  }
  
  footer {
    background: #212529;
  }
  .footer-iteam {
    color: #707070;
    text-decoration: none;
    font-size: 15px;
  }
  .footer-iteam:hover {
    color: whitesmoke;
  }
.py-4 {
  width: 1200px;
  padding: 3.5rem;
}
.footer-name {
  padding-left: 50px;
}

.social-icon {
  color: #707070;
  text-decoration: none;
  font-size: 25px;
  padding-right: 20px;
}
.social-icon1 {
    padding-left: 15px;
}
.social-icon:hover {
    color: whitesmoke;
}
.footer-icon {
  font-size: 12px;
}
.copy-right {
  color: #015368;
  text-align: center;
  background-color: #D9EAF4;
  font-size: 12px;
  padding: 6px;
}
.footer-heading {
  padding-top: 50px;
  font-weight: bold;
}
#nav-iteam3 {
    padding-right: 60px;
    margin-left: 0px !important;
}
.sub-nav {
    display: flex !important;
    align-items: center !important;
}