
@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');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

:root{
  --primary : #01789C;

}

html,body{
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Header Contact */

.header_contact{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
  background-color: var(--primary);
}
.header_contact span{
color: #D3CECE;
}
@media(max-width:445px){
  .header_contact{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background-color: var(--primary);
  }
  .header_contact span{
    font-size: 9px;
  
  }
}


/* Contact Hero */
.contactHero img{
  width: 100%;
  height: 50%;
}
.addressBox img{
  width: 300px;
}

.addressBox{
    width: 350px;
    height: 520px;
    background-color: #00226C;
    color: #ffff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
    margin-left: 20%;
    border-radius: 20px;

}
.addTitle{
    font-weight: 600;
}

.twoBox{
   
    margin-top: 5%;
}
/* Form */
.formBox{
    margin-top: 5%;
}

input{
    padding: 15px 95px;
    border: 2px solid black;
    /* margin: 20px; */
    margin-top: 20px;
}
textarea{
    border: 2px solid black;
    /* margin: 20px; */
    padding-top: 10px;
    padding-left: 40px;
    width: 53.5%;
    margin-top: 20px;
}
input::placeholder,textarea::placeholder{
    font-size: small;
    color: black;
    padding: 0px 0px;
}
.formBox a{
    padding: 10px 20px;
    background-color: #00226C;
    border-radius: 5px;
    display: block;
    width: 145px;
    margin-left: 20% !important;
    text-decoration: none;
    color: #fff;
    font-size: small;
}

/* Responsive */

@media(max-width:445px){
  .contactHero img{
    height: 250px;
  }
 
  .addressBox{
    margin-left: 15px !important;
  }
 
    .twoBox{
        width: 95%;
        /* margin: auto; */
      
    } 
    .formBox{
      margin: 10px;
    }
    .contactDiv{
      display: flex;
      justify-content: center;
      align-items: center;
    
    }
    input{
        padding: 15px 20px;
        border: 2px solid black;
        margin: 10px;
   
        width: 280px;
    }
    .form-group{
      margin: 10px;
    }
    textarea{
        border: 2px solid black;
        margin: 10px;
        width: 280px;
        padding-top: 20px;
        padding-left: 20px;
    }
}

/* Map */

.map{
    
    margin-top: 5%;
}
.map iframe{
    width: 100vw;
}


/*-------------------------
    Footer
--------------------------*/
.footer {
  overflow-x: hidden;
}
.footer .footer-primary {
  position: relative;
  padding: 123px 0 100px;
  background-color: #298899;
}
.footer .footer-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 377px;
  z-index: 1;
  background-image: url(../images/backgrounds/pattern.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.footer .footer-secondary {
  position: relative;
  padding: 46px 0;
  background-color: #fff;
}
.footer .footer-secondary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 5px;
  background-color: var(--color-primary);
}
.footer [class*=footer-widget] {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.footer .footer-widget-title {
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 33px;
}
.footer .contact-list li {
  margin-bottom: 17px;
}
.footer .contact-list li:last-child {
  margin-bottom: 0;
}
.footer .contact-list li a{
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: hsl(238, 91%, 13%);
}
.footer .contact-list li i{
  color: white;
}
.footer .contact-list li a .contact-icon {
  margin-right: 15px;
}
.footer .contact-list li a:hover {
  color: #fff;
}
.footer .contact-list li p {
  margin-bottom: 7px;
}
.footer .footer-widget-contact p {
  color: var(--color-gray-100);
}
.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-bottom: 11px;
}
.footer .footer-widget-nav li a:hover {
  color:hsl(238, 91%, 13%);
  margin-left: 10px;
}
.footer .footer-copyright-links li a {
  position: relative;
  color: var(--color-secondary);
  display: block;
  margin-right: 25px;
  padding: 3px 0;
}
.footer .footer-copyright-links li a:before {
  content: "-";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  color: var(--color-secondary);
}
.footer .footer-copyright-links li a:hover {
  color: var(--color-primary);
}
.footer .footer-copyright-links li:last-child a {
  margin-right: 0;
}
.footer .footer-copyright-links li:last-child a:before {
  display: none;
}
.footer .social-icons li {
  margin-right: 30px;
}
.footer .social-icons li a {
  width: auto;
  height: auto;
  box-shadow: none;
}
.footer .social-icons li a i {
  font-size: 17px;
}
.footer .social-icons li a .social-title {
  font-weight: 700;
  color: var(--bs-gray);
  margin-left: 10px;
  transition: all 0.4s linear;
}
.footer .social-icons li a:hover {
  background-color: transparent;
}
.footer .social-icons li a:hover i {
  color: var(--color-primary);
}
.footer .social-icons li a:hover .social-title {
  color: var(--color-primary);
}
.footer .social-icons li:last-of-type {
  margin-right: 0;
}

/* Scroll Top Button */
#scrollTopBtn {
  color: var(--color-primary);
  transition: all 0.4s linear;
}
#scrollTopBtn .btn-text {
  font-weight: 700;
}
#scrollTopBtn:hover {
  color: var(--color-secondary);
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .footer-secondary {
    padding: 20px 0;
  }
  .footer .footer-secondary:after {
    left: 20px;
    right: 20px;
    height: 3px;
  }
  .footer .footer-widget {
    margin-bottom: 20px;
  }
  .footer .footer-widget-title {
    margin-bottom: 15px;
  }
  .footer .footer-widget-nav li a {
    font-size: 13px;
  }
  .footer .phone-number {
    margin: 10px 0;
  }
}
/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
  .footer .social-icons {
    margin: 10px 0;
  }
  .footer .social-icons li:not(:last-child) {
    margin-right: 20px;
  }
  
}
@media(max-width:445px){
  .list-unstyled li a{
    font-size: 10px !important;
  }
  .footMail{
    font-size: 12px !important;
  }
  .footP{
    font-size: 10px !important;
  }
}

/* Container styling */
#why-choose-us {
  background-color: #0B3A75;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

#why-choose-us h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00FF96; /* Green color */
  margin-bottom: 10px;
}

#why-choose-us h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Card container */
.why-choose-us-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

/* Card styling */
.why-choose-us-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
  width: 250px;
  text-align: center;
  transition: transform 0.3s ease;
}

.why-choose-us-card:hover {
  transform: translateY(-10px);
}

.why-choose-us-card i {
  font-size: 50px;
  color: #00FF96; /* Icon color */
  margin-bottom: 15px;
}

.why-choose-us-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-choose-us-card p {
  font-size: 0.9rem;
  color: #ddd;
}
.bg_img {
  background-image: url(./pics/banner.jpg);
  height: 300px;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
 
  background-size: cover;
}
.bg_img h1{
  padding-top: 150px;
  color: #312d2d;
  padding-left: 360px;
}

@media(max-width:445px){
  .bg_img{
    height: 150px;
  }
  .bg_img h1{
  /* color: #fff; */
 padding-top: 60px;
 padding-left: 30px;
}
}


