/* @import url('https://fonts.cdnfonts.com/css/avenir'); */

.bg-blue-1 {
    background-color: #3F62A4;
}

.bg-blue-2 {
    background-color: #CAD7F3;
}

.bg-blue-3 {
    background-color: #91A4CA;
}

.text-blue-1 {
    color: #3F62A4 !important;
}

.text-blue-2 {
    color: #CAD7F3 !important;
}

.text-primary {
    color: #3F62A4 !important;
}

.bg-primary {
    background-color: #3F62A4 !important;
}

.btn-primary {
    color: #FFFFFF !important;
    border-color: #3F62A4;
    background-color: #3F62A4;
}

.btn-primary:hover {
    border-color: #91A4CA !important;
    background-color: #91A4CA !important;
}

.btn-outline-primary {
    color: #FFFFFF;
    border-color: #3F62A4;
    background-color: #91A4CA;
}

.btn-outline-primary:hover {
    border-color: #3F62A4 !important;
    background-color: #3F62A4 !important;
}

.navbar {
    background-color: rgb(255 255 255 / 30%);
    backdrop-filter: blur(15px);
}

.ic-about {
    top: -50px;
    right: -30px;
}

.bg-blue-4 {
    background-color: #072459;
}

.text-grad-green {
    background: linear-gradient(90deg, #4971BB 0%, #075859 100%);
    background-clip: text;
    color: transparent;

}

.text-size-70 {
    font-size: 70px;
}

.round-custom-x {
    height: 200px;
    background: red;
    margin: 10px;
    padding-bottom: 70px;
    /* curved edge at the bottom */
    mask: radial-gradient(60% 70px at bottom, #0000 98%, #000);
    /* rounded edge at the top */
    clip-path: ellipse(80% 100% at bottom);
}

.round-custom-1 {
    height: 300px;
    background: #072459;
    clip-path: ellipse(60% 100% at bottom);
    margin-bottom: -160px;

}
.round-custom-2 {
    height: 300px;
    background: #91A4CA;
    clip-path: ellipse(60% 100% at bottom);
    margin-bottom: -160px;

}


@media only screen and (max-width: 762px) {
    .round-custom-1 {
        height: 200px;
        background: #072459;
        clip-path: ellipse(60% 100% at bottom);
        margin-bottom: -60px;
    
    }
}

.section-lob {

    z-index: 2 !important;
    position: relative;
}

.sec-addon-1 {
    z-index: 1 !important;
    position: relative;

}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 400;
}

.section-teo {

    z-index: 2 !important;
    position: relative;
}

  
 

  
/* --------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    /* font-family: "Roboto", sans-serif; */
    font-family: 'Avenir', sans-serif;
    font-style: normal;
}

/* *{
    font-family: 'Avenir', sans-serif !important;
} */

span{
    font-family: 'Avenir', sans-serif !important;
}

h1, h2, h3, h4, h5, p{
    font-family: 'Avenir', sans-serif !important;
}

.hero-img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.hero-img .h1-title {
    font-weight: 500;
    font-size: 40px;
}

body {
    overflow-x: hidden;
}

.ul-li-1 li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.icon-brand{
    height: 70px; 
    width: !important;
}

@media only screen and (max-width: 768px) {
.icon-brand{
    height: 40px; 
    width: auto !important;
}
}