@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* :root {
    --color: rgb(100, 154, 201);
    --white: white;
    --red: rgb(77, 194, 107);
    --light: rgb(218, 218, 218);
    --gray: rgb(179, 179, 179);
    --black: black;
    --light-blue: rgb(252, 243, 240);
} */
body{
    background-image: url(../IMAGES/BANNER/BANNER-3.jpg);
    background-attachment: fixed;
}

header {
    width: 100%;
    height: 70vh;
    background-image: url(../IMAGES/BANNER/BBBB.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
}


.dexter-background {
    width: 100%;
    height: 60vh;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
}

.dexter-background .about-banner {
    width: 100%;
    height: 100%;
    position: relative;


}


.dexter-background .about-overlay {
    width: 30%;
    height: 80%;
    position: absolute;
    right: 10%;
    top: 10%;
}

.header-content {
    /* text-align: justify !important; */
    left: 10%;
    top: 30%;
    transform: translate(0);
}

.header-content h3 {
    /*  font-family: 'Poppins', sans-serif; */

}

.header-content h1 {
    color: var(--white);
    /*  font-family: 'Poppins', sans-serif; */

}


.header-content p {
    color: var(--white);
    /*  font-family: 'Poppins', sans-serif; */
}



.form-section {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 5%;
    justify-content: space-around;
}

.form-title {
    width: 55%;
    height: auto;
    padding: 2%;
}

.form-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--color);
}

.form-title h1 span{
    color: var(--white);
}

.form-title p {
    color: var(--gray);
}

.form-title .contact-form {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;

}

.form-title .contact-form .contact-address {
    width: 49%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    background-color: var(--light-blue);
    border-radius: 15px;
    transition: 0.5s;
    padding: 1%;
    text-align: center;

}

.form-title .contact-form .contact-address .address-content {
    margin-top: 3%;
    width: 100%;
}

.form-title .contact-form .contact-address:hover {
    box-shadow: rgb(100, 154, 201) 0px 3px 8px;
}

.form-title .contact-form .contact-address .address-content a {
    color: var(--black);
    font-weight: 500;
    transition: 0.5s;
}

.form-title .contact-form .contact-address .address-content a:hover {
    color: var(--red);
}

.form-title .contact-form .contact-address .contact-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    border-radius: 50%;
}

.form-title .contact-form .contact-address .contact-icon i {
    color: var(--white);
    font-size: 20px;
}

.form-title .contact-form .contact-address .address-content a {
    text-decoration: none;
    font-size: 12px;

}

.form-container {
    width: 40%;
    height: auto;
    padding: 2%;
}

.form-container form {
    width: 100%;

}


.form-container form input {
    width: 100%;
    margin-bottom: 2%;
    padding: 2%;
    border: none;
    background: var(--light-blue);
    font-family: 'Poppins', sans-serif;;
    font-weight: 500;
}

.form-container form textarea {
    width: 100%;
    padding: 2%;
    margin-bottom: 3%;
    background: var(--light-blue);
    border: none;
    font-family: 'Poppins', sans-serif;;
    font-weight: 500;
}

.form-container form button {
    width: 100%;
    padding: 2%;
    background: none;
    border: none;
    background: var(--color);
    color: var(--white);
    font-family: 'Poppins', sans-serif;;
    font-weight: 500;
    transition: 1s;
}


.form-container form button:hover {
    background: var(--red);
}

.solution {
    background-image: none;
    padding: 2%;

}

.after-footer h6{
    color: var(--white);
}


.location{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.location iframe{
    border-radius: 10px;
}















































@media screen and (max-width:320px) {

    header{
        height: 50vh;
    }

    .header-content{
        top: 30% !important;
    }

    .dexter-background {
        width: 100%;
        height: 60vh;
        background-position: center center;
        background-size: cover;
        position: relative;
        margin-bottom: 5%;
        overflow: hidden;
    }
    

    .dexter-background .about-overlay {
        width: 70%;
        height: 60%;
        position: absolute;
        right: 0;
        top: 0%;
    }

    .header-content {
        text-align: justify !important;
        left: 5%;
        height: auto !important;
        top: 60%;
        transform: translate(0);
    }

    .form-section {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
        justify-content: space-around;
    }

    .form-title {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: var(--color);
    }

    .form-title p {
        color: var(--gray);
    }

    .form-title .contact-form {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;

    }

    .form-title .contact-form .contact-address {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: start;
        background-color: var(--light-blue);
        border-radius: 15px;
        transition: 0.5s;
        padding: 1%;
        text-align: center;
        margin-bottom: 5%;

    }


    .form-container {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-container form {
        width: 100%;
    }

    .form-container form input {
        width: 100%;
        margin-bottom: 3%;
        padding: 2%;
        border: none;
        background: var(--light-blue);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form textarea {
        width: 100%;
        padding: 2%;
        margin-bottom: 3%;
        background: var(--light-blue);
        border: none;
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form button {
        width: 100%;
        padding: 2%;
        background: none;
        border: none;
        background: var(--color);
        color: var(--white);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
        transition: 1s;
    }

}

@media screen and (min-width:321px) and (max-width:425px) {

    header{
        height: 50vh;
    }

    .header-content{
        top: 30% !important;
    }
    
    .dexter-background {
        width: 100%;
        height: 50vh;
        background-position: center center;
        background-size: cover;
        position: relative;
        margin-bottom: 5%;
        overflow: hidden;
    }
    

    .dexter-background .about-overlay {
        width: 60%;
        height: 60%;
        position: absolute;
        right: 0;
        top: 0%;
    }


    .header-content {
        text-align: justify !important;
        left: 5%;
        height: auto !important;
        top: 60%;
        transform: translate(0);
    }

    .form-section {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
        justify-content: space-around;
    }

    .form-title {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: var(--color);
    }

    .form-title p {
        color: var(--gray);
    }

    .form-title .contact-form {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;

    }

    .form-title .contact-form .contact-address {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: start;
        background-color: var(--light-blue);
        border-radius: 15px;
        transition: 0.5s;
        padding: 1%;
        text-align: center;
        margin-bottom: 5%;

    }


    .form-container {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-container form {
        width: 100%;
    }

    .form-container form input {
        width: 100%;
        margin-bottom: 3%;
        padding: 2%;
        border: none;
        background: var(--light-blue);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form textarea {
        width: 100%;
        padding: 2%;
        margin-bottom: 3%;
        background: var(--light-blue);
        border: none;
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form button {
        width: 100%;
        padding: 2%;
        background: none;
        border: none;
        background: var(--color);
        color: var(--white);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
        transition: 1s;
    }

    .location iframe{
        height: 350px;
    }
}

@media screen and (min-width:426px) and (max-width:600px) {

    .location iframe{
        height: 300px;
    }

    header{
        height: 50vh;
    }

    .header-content{
        top: 30% !important;
    }
    
    .dexter-background {
        width: 100%;
        height: 50vh;
        background-position: center center;
        background-size: cover;
        position: relative;
        margin-bottom: 5%;
        overflow: hidden;
    }
    

    .dexter-background .about-overlay {
        width: 70%;
        height: 60%;
        position: absolute;
        right: 0;
        top: 0%;
    }


    .header-content {
        text-align: justify !important;
        left: 5%;
        height: auto !important;
        top: 60%;
        transform: translate(0);
    }

    .form-section {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
        justify-content: space-around;
    }

    .form-title {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: var(--color);
    }

    .form-title p {
        color: var(--gray);
    }

    .form-title .contact-form {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;

    }

    .form-title .contact-form .contact-address {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: start;
        background-color: var(--light-blue);
        border-radius: 15px;
        transition: 0.5s;
        padding: 1%;
        text-align: center;
        margin-bottom: 5%;

    }


    .form-container {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-container form {
        width: 100%;
    }

    .form-container form input {
        width: 100%;
        margin-bottom: 3%;
        padding: 2%;
        border: none;
        background: var(--light-blue);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form textarea {
        width: 100%;
        padding: 2%;
        margin-bottom: 3%;
        background: var(--light-blue);
        border: none;
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form button {
        width: 100%;
        padding: 2%;
        background: none;
        border: none;
        background: var(--color);
        color: var(--white);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
        transition: 1s;
    }

}

@media screen and (min-width:601px) and (max-width:768px) {

    .dexter-background {
        width: 100%;
        height: 40vh;
        background-position: center center;
        background-size: cover;
        position: relative;
        margin-bottom: 5%;
        overflow: hidden;
    }
    
    .dexter-background .about-overlay {
        width: 70%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0%;
    }


    .form-section {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 5%;
        justify-content: space-around;
    }

    .form-title {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: var(--color);
    }

    .form-title p {
        color: var(--gray);
    }

    .form-title .contact-form {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;

    }

    .form-title .contact-form .contact-address {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: start;
        background-color: var(--light-blue);
        border-radius: 15px;
        transition: 0.5s;
        padding: 1%;
        text-align: center;
        margin-bottom: 5%;

    }


    .form-container {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    .form-container form {
        width: 100%;
    }

    .form-container form input {
        width: 100%;
        margin-bottom: 3%;
        padding: 2%;
        border: none;
        background: var(--light-blue);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form textarea {
        width: 100%;
        padding: 2%;
        margin-bottom: 3%;
        background: var(--light-blue);
        border: none;
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
    }

    .form-container form button {
        width: 100%;
        padding: 2%;
        background: none;
        border: none;
        background: var(--color);
        color: var(--white);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
        transition: 1s;
    }


}

@media screen and (min-width:769px) and (max-width:900px) {

    .dexter-background {
        width: 100%;
        height: 40vh;
        background-position: center center;
        background-size: cover;
        position: relative;
        margin-bottom: 5%;
        overflow: hidden;
    }
    
    .dexter-background .about-overlay {
        width: 70%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0%;
    }


    .form-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: var(--color);
        font-size: 15px;
    }

    .form-title h1 br {
        display: none;
    }


    .form-title p {
        font-family: 'Poppins', sans-serif;

        font-size: 8px;
    }

    .form-title .contact-form .contact-address .address-content a {
        color: var(--black);
        font-weight: 500;
        transition: 0.5s;
        font-size: 9px;
    }

}

@media screen and (min-width:901px) and (max-width:992px) {
    .dexter-background {
        width: 100%;
        height: 40vh;
        background-position: center center;
        background-size: cover;
        position: relative;
        margin-bottom: 5%;
        overflow: hidden;
    }
    
    .dexter-background .about-overlay {
        width: 70%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0%;
    }

    .form-title h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: var(--color);
        font-size: 15px;
    }

    .form-title h1 br {
        display: none;
    }


    .form-title p {
        font-family: 'Poppins', sans-serif;

        font-size: 8px;
    }

    .form-title .contact-form .contact-address .address-content a {
        color: var(--black);
        font-weight: 500;
        transition: 0.5s;
        font-size: 9px;
    }

}

@media screen and (min-width:993px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1140px) {}