@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;600;700&family=Poppins:wght@500;600;700;800&family=Rufina:wght@400;700&family=Work+Sans:wght@400;500&display=swap");


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


p {
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}


.banner {
    background: linear-gradient(rgba(0, 0, 5, 0.8), #00010590),
        url("../images/Contact_Banner.jpg")no-repeat center center;
    background-size: contain;
    position: relative;
    height: 572px;
    color: white;
    /* text-align: start; */
    /* justify-content: center; */
    align-items: center;
    display: flex;
    margin-top: 95px;
    background-attachment: fixed;
    /* background-attachment: fixed; */
}

.banner hr {
    width: 30%;
    border-width: 6px;
    border-radius: 50%;
}

.banner h1 {
    font-size: 55px;
    color: white;
    line-height: 1.4em;
    font-weight: 800;
    /* text-align: center; */
    margin-bottom: 0px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    font-family: "Freeman", sans-serif;
}


/* .section h1 {
    color: rgb(16, 75, 55);
    font-size: 6rem;
    font-weight: 600;
} */

/* .section p {
    color: rgb(16, 75, 55);
    line-height: 1.6;
    font-size: 1.8rem;
} */



.btn {
    /* background: -webkit-linear-gradient(
      0deg,
      rgb(132 144 255) 0%,
      rgb(98 189 252) 100%
    ); */

    padding: 10px 20px;
    font-size: 24px;
    color: #727272;
    border: 1px solid gray;
    font-family: "Outfit", sans-serif;
    /* border: none;
    color: rgb(255 255 255);
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative; */
}

.btn:hover {
    background-color: #0e8889;
    color: rgb(255 255 255);
    transition: all 300ms ease;
    box-shadow: 0px 10px 15px 0px rgb(24 103 126 / 50%);
}

/* .section {
    padding: 4rem 0;
}

.section .container {
    max-width: 140rem;
    margin: 0 auto;
}

.section .grid {
    display: grid;
    gap: 9rem;
}

.section .grid-two-col {
    grid-template-columns: repeat(2, 1fr);
}

.section .grid-three-col {
    grid-template-columns: repeat(3, 1fr);
}

.section .grid-four-col {
    grid-template-columns: repeat(4, 1fr);
} */

/* ===========================================
  contact Section
  ======================================= */

.contact-middle {
    margin: 80px auto;
}

.contact-middle .heading-box {
    margin-bottom: 60px;
}

.contact-middle .heading-box h1 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 50px;
    color: #487fe1;
    font-weight: 800;
    font-family: "Freeman", sans-serif;
}

.contact-middle .main-cont {
    display: grid;
    grid-template-columns: 55% 45%;
}

.contact-middle .main-cont .left {
    align-self: center;
}


.contact-middle .main-cont .left form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-middle .image-container {
    height: 860px;
}

.contact-middle .image-container img {
    padding-left: 30px;
    width: -webkit-fill-available;
    height: -webkit-fill-available
}

/* .main-cont .grid {
    gap: 2.4rem;
} */

.contact-middle .main-cont .left input,
.contact-middle .main-cont .left textarea {
    border: 1px solid #a4a4a4;
    padding: 15px 20px;
    /* border: 0.1rem solid #c9c9c9; */
    border-radius: 5px;
    width: 80%;
    font-size: 22px;
    font-family: "work sans";
    font-family: "Outfit", sans-serif;
    /* border: 1px solid #1d751d; */
}

.contact-middle .main-cont .left textarea {
    height: 15rem;
}

::placeholder {
    font-size: 23px;
    /* font-family: "work sans"; */
    /* color: rgb(16, 75, 55) !important; */
    font-family: "Outfit", sans-serif;
    color: #727272;
}

.contact-middle .main-cont .left input[type="submit"] {
    max-width: 30%;
    border: none;
}


.map-cont {
    margin-bottom: 20px;
}





.company-information {
    /* background: #f9f9f9f0; */
    background: white;
    padding: 75px 0px;
}


.company-information .main-cont {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 20px;
}


.company-information .main-cont .column-1 {
    background-color: #ffffff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px;
    position: relative;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    gap: 32px;
}


.column-1:hover .icon-cont i {
    /* transform: rotateZ(180deg); */
    transition: all 600ms linear;
    transform: rotateY(360deg);
}

.company-information i {
    background: aliceblue;
    font-size: 30px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    color: #0e8889;
    place-content: center;
}

.icon-cont {
    margin-bottom: 32px;
}


.heading-cont {
    padding-bottom: 25px;
    border-bottom: 1px solid #E7E7E7;
}


.heading-cont h4 {
    margin-bottom: 0px;
}

.para-cont {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.para-cont p {
    font-size: 18px;
    margin-bottom: 0px;
}






.section-3 .heading-box,
.find-us .heading-box {
    text-align: center;
}

.section-3 .heading-box p {
    color: #939499;
}


.section-3 h3 {
    font-size: 33px;
    color: black;
    font-weight: 400;
    font-family: "Freeman", sans-serif;
}

.section-3 .main-cont {
    display: grid;
    grid-template-columns: 43% 38%;
    justify-content: center;
    grid-gap: 3%;
}

.section-3 h3 strong {
    color: black;
}


iframe {
    height: -webkit-fill-available;
    border-radius: 15px;
}

.section-3 {
    padding: 75px 0px;
    margin-bottom: 75px;
    background-color: #bbe0e4;
}

.input-containers {
    padding: 50px;
    background: white;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    border-radius: 15px;
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;

}

.input-containers .btn-cont {
    text-align: center;
    padding-top: 20px;
}

.input-containers button {
    /* padding: 0px; */
    border: 0px;
    /* border-radius: 5px; */
    margin-top: 15px;
    background-color: #ffffff;
}

.input-containers button a {
    color: white;
    padding: 8px 20px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    font-family: "Lato", sans-serif;

    /* padding: 10px 20px; */
    background: #00888a;
    /* transform: skewX(165deg); */
    font-weight: 500;
    border: 0px;
    color: white;
    border-radius: 5px;

}

.input-containers .row {
    padding-bottom: 30px;
}

input {
    height: 45px;
}

/* Responsive */
@media (max-width: 991px) {
    .company-information .main-cont {
        grid-template-columns: 42% 42%;
        justify-content: center;
    }
    .section-3 .main-cont {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        grid-gap: 3%;
    }
}
@media (max-width: 768px) {
    .banner h1 {
        font-size: 30px;
    }
    .company-information .main-cont {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .section-3 .main-cont {
        grid-template-columns: 1fr;
    }
    .para-cont p {
        font-size: 15px;
    }

}