.logo{
    width: 78px;
    height: 80px;
    border-radius: 7px;
}
.main-bg{
    background-color: #F2F5FF;
}
.nav-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 18.8px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #181A20;
}

body{
    background: #FFFFFF;

}
*{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.montserrat {
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
 font-style: normal;
}

.topics{
    margin-bottom: 30px;
    font-weight: bold;
}


.custom-text{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

    color: #666666 !important;
    font-size: 20px;
    line-height: 30.8px;
    letter-spacing: 0.03em;

}

.custom-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.006em;
    text-align: left;
}
.label-span{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.006em;
    text-align: left;
    color: #868C98 !important;
}

input::placeholder,
textarea::placeholder {
    height: 44px;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.006em;
    text-align: left;

}

input {
    height: 53px !important;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*color: #868C98 !important;*/
    padding: 5px;
    border: 1px solid #ccc;
}

.custome-circle{
    border-radius: 130px;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
    font-size: 24px;
    border: 14px solid white;
    padding: 20px;
    padding-left: 27px;
    padding-right: 27px;
    color: white;
}
.custom-border{
    border: none;
    /*border-bottom: 2px solid rgba(128, 128, 128, 0.33);*/
}

.btn-primary{
    /*width: 175px;*/
    height: 56px !important;
    padding: 16px 25px 16px 25px !important;
    gap: 6px !important;
    border-radius: 7px !important;
    background: #054C73 !important;
    border: 0 !important;
}

.footer-topic{
    font-size: 18px;
    font-weight: 700;
}

.footer-hr{
    opacity: 100 !important;
    border: 1px solid white;
}

.footer-bg{
    background-color: #0A0D14 !important;

}
.footer-bg p ,.footer-bg a{
    color: #FFFFFF !important;

}
.footer-bg h4{
    color: #FFFFFF !important;

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .foot-service{
        margin-left: 5px;
    }
    .ipad-footer{
        margin-left: 5px;
        margin-right: 5px;
    }
}

.footer_name{
    color: #054C73 !important;
}

.footer-logo{
    width: 134px;
    height: 123px;
}

.header-image {
    position: relative;
    background-image: url('https://scontent.febl2-1.fna.fbcdn.net/v/t39.30808-6/458990778_836115108706935_931508572687971432_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=cc71e4&_nc_ohc=nlsPxnXl-soQ7kNvgGZ7BSI&_nc_ht=scontent.febl2-1.fna&_nc_gid=AK6cgMey52VlN2wwE38qyyb&oh=00_AYDjTfuXmyLwztfa0J3KCKBtoGy8gRS7MF_GOaX6WWRuJQ&oe=671D690E'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 100vh; /* Full screen height */
}
.header-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    background-color: #DFE9F4; /* Black with 80% opacity */
    /*color: #054C73;*/
    padding: 20px;
    opacity: 93%;
    border-radius: 10px;
}

.header-topic{
    color: #054C73 !important;
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;

}

.head-paragraph{
    font-size: 20px;
    color: #333333 !important;
    line-height: 40.8px;
    letter-spacing: 0.03em;
}

.custom-width-for-location{
    width: 25%;
}
.custom-vision-width{
    width: 40%;
}
.service-image{
    width: 100% ;
    height: 445px ;
    object-fit: cover;
    border-radius: 7px ;
}

@media (max-width: 768px) {
    .service-image{
        height: 386px ;

    }
    .custom-width-for-location{
        width: 100%;
    }
    .custom-text{
        font-size: 16px;
    }
    .custom-vision-width{
        width: 100%;
    }
    .header-text {
        position: absolute;
        top: 50%;
        left: 36%;
    }
    .header-topic {
        color: #054C73 !important;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;

    }
    .head-paragraph {
        font-size: 14px;
        color: #333333 !important;
        line-height: 20.8px;
        letter-spacing: 0.03em;
    }
    .icons{
        width: 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .header-text {
        top: 55%;
    }
    .header-topic {
        font-size: 36px;
    }
    .head-paragraph {
        font-size: 15px;
    }
    .custom-width-for-location {
        width: 33%;
    }
}







