
*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: 0.03rem;
    list-style-type: none;
}



html{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body{
    margin: 0;
    padding: 0;  
}

a{
    text-decoration: none;
}


.about-title a{
color: #239775;
font-weight: 700;
}

.about-title a:visited{
    color: none;
}


.list-highlights li{
    list-style-position: inside;
    list-style-type: none;
    line-height: 2.5rem;
}



.div li{
    padding: 2px 0;
}



footer{
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
    padding-top: 90px;
}

.copyright{
    font-size: 11px;
}

.footer-highlights{
    padding: 0;
}

.footer-highlights li a{
    color: white;
}

.footer-highlights li a:visited{
    color: white;
}

.footer-highlights li a:active{
    color: white;
}

.footer-highlights li{
    list-style-position: inside;
    list-style-type: none;
    line-height: 1.75rem;
    font-weight: 500;
    text-align: left;
    text-align: center;
}


.footer-highlights h6{
    font-weight: 600;
}




.contact-banner::before{
    content: '';
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);;
    clip-path: polygon(0 0, 100% 0%, 100% 61%, 0 100%);
}

.form-shadow{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.65); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.65);
}

.card-anim{
    cursor: pointer;
    transition: all 0.25s;
}

.card-anim:hover{
    transform: translateY(-5%);
}

.zoom-anim{
    cursor: pointer;
    transition: all 0.25s;
}

.zoom-anim:hover{
    transform: scale(105%);
}

.contact-us-form{
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
}

textarea{
    color: black;
    height: 100px;
}

.con-form-bg{
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
}

.contact-form{
    height: 600px;
    margin-top: 54px;
}

.e-mail-support{
    margin-top: auto;
}

.call_integration a:visited{
    color: none;
}




@media screen and (min-width:993px) {
    .address-con{
        position: absolute;
        right: 0.5rem;
        top: 15%;
    }
    
    .square{
        position: absolute;
        transform: translate(-50%,-50%);
        background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
        width: 30px;
        height: 30px;
        top: 0;
        left: -12%;
    }
    
    footer{
        padding-top: 10px;
    }

    .footer{
        margin-top: 200px;
    }

    .contact-form .form-content{
        padding-left: 120px;
    }
   
    
}


@media screen and (max-width:993px) {
    .contact-banner{
        background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
    }

    .address-con{
        position: static;
    }

    
    .footer{
        margin-top: 0px;
    }

}

@media screen and (max-width:572px) {
    .contact-form{
        margin-bottom: 300px;
        margin-top: 116px;
    }

    .e-mail-support{
        margin-top: 470px;
    }
}

@media screen and (min-width:572px) {
    .contact-form{
        margin-top: 116px;
    }
}

@media screen and (max-width:326px) {
    .contact-form{
        margin-bottom: 400px;
    }

    .e-mail-support{
        margin-top: 600px;
    }
}