@import "header.css";
@import "footer.css";
@import "forms.css";

:root {
    /* //color Variables */
    --primary: #132169;
    --secondary: #285c4d;
    /* --secondary: #0fcf99; */
    --secondaryhover: #5dbda2;
    /* --secondarylight: #c7ffef; */
    --secondarylight: #285c4d;
    --white: #ffffff;

    /* Font-size */
    --font-size-base: 16px;
    --font-size-mediam: 18px;
    --font-size-large: 22px
}

* {
    font-family: "Lato", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Lato", sans-serif;
}

.section-gap {
    padding: 80px 0;
    @media only screen and (max-width:580px) { 
        padding: 40px 0; 
    }
}

.line-height-35 {
    line-height: 35px;
}

.line-height-45 {
    line-height: 45px;
}


.text-secondary {
    color: var(--secondary) !important;
}

.primary-color {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--secondary) !important;
    background: linear-gradient(160deg, #285c4d 0%, #132169 100%);
}

.bg-card {
    border-radius: 12px;
    /* border: 1px solid var(--secondaryhover); */
    background: var(--white);
    padding: 25px;
    box-shadow: 0px 4px 24px 0px #01010199;
    transition:all .3s ease-out 0s;
}
.bg-card:hover{
    background-color: #62dbb8;
    padding: 25px 35px;
}

.main-title {
    color: #1A1A1A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;

    @media only screen and (max-width:500px) {
        font-size: 28px;
    }
}

.title-24 {
    color: var(--secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: capitalize;

    @media only screen and (max-width:500px) {
        font-size: 20px;
    }
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.text-justify {
    text-align: justify;
}

.align-center {
    display: flex;
    align-items: center;
}

.banner-section {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%), url('../images/home/bg.jpg'); */
    background: linear-gradient(160deg, #285c4dbd 0%, #132169cc 100%), url(../images/home/bg.jpg);
    background-size: 110% 110%;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center; transition: background-position 0.5s ease;
    @media only screen and (max-width:580px) {  
        min-height: 350px; 
    }
}
.banner-section:hover {
    background-position: right center;
  }
.banner-section.pages {
    min-height: 200px !important;
}

.banner-section.pages h1 {
    margin-bottom: 0;
}

.banner-section h1 {
    color: var(--white);
    margin-bottom: 40px;
}

button.filled-primary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    padding: 10px;
    color: var(--white);
}

button.filled-primary:hover,
button.filled-primary:focus-visible {
    background-color: var(--secondaryhover);
    border-color: var(--secondaryhover);
    padding: 10px;
}

.detail-section ul {
    padding-left: 15px;
}

.why-we-are {
    background-color: var(--secondary);
}

.why-we-are .bg-card img {
    margin-bottom: 40px;
    width: 52px;
    height: 52px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(42%) saturate(3846%) hue-rotate(219deg) brightness(88%) contrast(101%);
}

.why-we-are .bg-card:hover {
   background-color: #132169 !important;
}
.why-we-are .bg-card:hover img, 
.why-we-are .bg-card:hover h4,
.why-we-are .bg-card:hover p {
    filter: brightness(0) saturate(100%) invert(90%) sepia(94%) saturate(22%) hue-rotate(324deg) brightness(106%) contrast(105%);
    color: #ffffff;
 } 
.why-we-are .bg-card h4 {
    color: #1A1A1A;

    font-size: 18px;
    font-weight: bold;
}

.why-we-are .bg-card p {
    line-height: 25px;
    min-height: 50px;
}

.services .with-flex-box {
    display: flex;
    justify-content: center;
    align-items: center;

    @media only screen and (max-width:580px) {
        border-bottom: 2px solid rgba(255, 255, 255, 0.44);
        padding-bottom: 25px !important;
        margin-bottom: 25px !important;
    }
}

.services .with-flex-box .pr-0 {
    padding-right: 0;
}

.services .with-flex-box .pl-0 {
    padding-left: 0;
}

.services .with-flex-box .details {
    padding: 30px 50px;

    @media only screen and (max-width:580px) {
        padding: 0;
    }
}

.services .with-flex-box .details h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    /* 208.333% */
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    justify-content: start;

    @media only screen and (max-width:580px) {
        font-size: 18px;
        line-height: 40px;
        margin-top: 15px;
    }
}

.services .with-flex-box .details p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.4px;

    @media only screen and (max-width:580px) {
        line-height: 30px;
    }
}

.services .with-flex-box .details h3 span {
    background: linear-gradient(278deg, #0c6f52 0%, #67d1b2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    padding-right: 10px;
}

.services .with-flex-box img {
    border-radius: 50px;
}

.services .with-flex-box img.br-b {
    border-bottom-right-radius: 0;
}

.services .with-flex-box img.bl-tb {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.services .with-flex-box img.br-bt {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.services .with-flex-box img.bl-t {
    border-top-left-radius: 0;
}

@media only screen and (max-width:580px) {
    .services .with-flex-box img.br-b {
        border-bottom-right-radius: 50px;
    }

    .services .with-flex-box img.bl-tb {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .services .with-flex-box img.br-bt {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .services .with-flex-box img.bl-t {
        border-top-left-radius: 50px;
    }

    .services .with-flex-box .pr-0 {
        padding-right: calc(1.5rem * .5);
    }

    .services .with-flex-box .pl-0 {
        padding-left: calc(1.5rem * .5);
    }
}

.key-elements .details {
    border-radius: 8px;
    border: 1px solid #EBEDED;
    padding: 10px;
    box-shadow: 2px -4px 8.4px 0px rgba(0, 0, 0, 0.23);
    text-align: center;
    transition:all .3s ease-out 0s;
}
.key-elements .details:hover { 
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.key-elements .details:hover h5 { 
    color: var(--white);
  }

.key-elements .with-felx-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-elements .details h5 {
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.contact-section button {
    width: 100%;
}

.founder .with-flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: -50px 4px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.founder .with-flex-box .img-box {
    border-radius: 8px;
    background: #D7CACA;
    width: 100%;
    height: 350px;
}

.mission-vission img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(68%) saturate(0%) hue-rotate(325deg) brightness(117%) contrast(100%);
}

.status-section .details {
    border-radius: 12px;
    /* background: linear-gradient(160deg, #285c4dbd 0%, #132169cc 100%); */
    background-color: #285c4d;
    padding: 20px;
    box-shadow: 0px 4px 24px 0px #01010199;
    transition:all .3s ease-out 0s
}
.status-section .details:hover {
    background: linear-gradient(160deg, #132169 0%, #285c4d 100%);
    padding: 20px 25px;
}

.status-section .details img {
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(68%) saturate(0%) hue-rotate(325deg) brightness(117%) contrast(100%);
}

.status-section .details div {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px;
}

.status-section .details h5 {
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
}

.contact-section .contact-details div.font-16 {
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 25px;
}

.contact-section .contact-details ul {
    list-style: none;
    padding-left: 0;
}

.contact-section .contact-details ul li {
    font-size: 16px;
    font-style: normal;
    margin: 25px 0;
}

.contact-section .contact-details ul li img {
    margin-right: 10px;
}