

.hs-title-1 {
    font-size: 3rem;
}
.section-title h2 {
    font-size: 2.5rem;
}
.home-section .owl-pagination{
    left: 30px !important;
    text-align:left !important;
}

h1, h2, h3, h4, .section-title {
    font-weight: 600;
    font-size: 36px;
}

.color-cc, #about .section-title, #about h2, #about h3, #about h4, #about h5 {
    color: #cc0000;
}

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.hs-title-11 {
    font-size: 70px;
}
.owl-page span {
    width: 20px;
    height: 20px;
}
.hs-title-12 {
    font-size: 60px;
}
.section-title-strong {
    font-size: 40px;
}

.alt-features-item.border-left {
    border-left: 0px;
}
.hs-social {
    z-index: 999;
    bottom: 120px;
}

.ser_hover h4:hover, .ser_hover p:hover {

}
.ser_hover h4, .ser_hover p {
    margin-bottom: 5px;
}

.fnpser:hover .ser_hover {
    left: 55px;
}
.ser_hover {
    transition: .3s;
    position: absolute;
    z-index: 9999;
    bottom: 25px;
    left: 35px;
    color: #ffffff;
}
.scroll-down-4 {
    width: 50px;
    height: 50px;
}
.hs-social-link {
    color: #ffffff;
    border-color: #ffffff;
    width: 50px;
    height: 50px;
}
.hs-social-link:hover {
    color: #999999;
    border-color: #999999;
}

.color-black {
    color: #000000 !important;
}
.mn-sub {
    background-color: #efefef;
}
.inner-nav ul li .mn-sub li a:hover, .mn-group-title:hover {
    color: #000000 !important;
}
.inner-nav ul li .mn-sub li a, .mn-group-title {
    color: #333333 !important;
}
.fw-menu li a  {
    transition: .1s;
}
.fw-menu li a:hover {
    border-bottom: 1px solid #333333;
}

.inner-nav > ul.items-end,
.inner-nav > ul
{
    margin-top: 20px;
}

.main-nav {
    min-height: 100px;
}
.nav-logo-wrap img {
    width: 100px;
    height: auto;
    margin: 15px 0;
}

.logo-dark {
    width: 100px !important;
    height: auto !important;
    margin: 5px 0 !important;
}

.footer-logo {
    width: 200px !important;
}

.spot-box-text span{
    font-size: 1.2rem;
    font-weight: 600;
}

.spot-box-text p{
    font-size: 1.1rem;
}

.spot-box-text ul{
    padding-left: 1rem;
}

.spot-box-text ul li{
    font-size: 1.1rem;
}

.fnp_det {
    font-size: 20px;
}

.spot-box-icon{
    animation: pulse 2s infinite;
}

.spot-box-icon:after{
    background: #b30d18;
}

.services-6-caption{
    font-size: 20px;
    color: #000000;
}

.sec-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.home-img-wrap{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 5;
    max-height: 100%;
}

.home-img-wrap img{
    max-height: 100%;
    max-width: 100%;
}

.map-section2{
    position: relative;
}

.spot-map{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fee00c;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.spot-map:hover + .info-box-fnp {
    opacity: 1!important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.alt-features-icon img{
    filter: contrast(44) grayscale(1);
}

#contact .custom-contact{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
    padding-left: 0;
}

.contact-title{
    font-size: 25px!important;
}

.format-wrapper{
    border-left: 5px solid #999999;
    border-bottom: 1px solid #E0DADF;
    padding: 30px;
    aspect-ratio: 1/0.45;
}

.format-wrapper ul{
    margin-bottom: 0!important;
}

.fnpbg {
    background-color: #f6f6f6;
}

.modul_102 li{
    list-style: none;
}

.c-footer-bg{
    background: #b30d18;
}

.footer .fw-menu li a{
    color: white;
}

.footer a{
    color: white!important;
}

.footer .fw-title{
    color: white!important;
}

.link-to-top i, .link-to-top span{
    color: #000;
}

.scroll-btn{
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1111;
}

.boxshadow{
    box-shadow: 0px 0px 46px -17px rgba(0,0,0,0.75);
}

.team-item .team-item-descr{
    padding: 0 25px 25px 25px;
}

.border-left2{
    border-left: 1px solid #999999!important;
}

.fnp:hover {
    color: #efefef;
}
.fnp {
    transition: .3s;
    color: #ffffff;
}
.fw-menu.clearlist li{
    margin-right: 15px;
}
.pt80 {
    padding-top: 80px;
}
.fw-menu.clearlist li:last-child{
    margin-right: 0;
}

.fw-menu a {
    text-decoration: none;
    transition: .3s;
    margin-bottom: 5px;
}
.fw-menu a:hover {
    color: #efefef;
    text-decoration: underline;
}

.fw-menu.clearlist li a{
    font-size: 16px;
}

.fw-menu.clearlist li a:hover{
    text-decoration: none!important;
    color: #efefef!important;
    border-bottom: 0!important;
}

.privacy li a{
    font-weight: 400!important;
    color: #ececec!important;
    font-size: 16px!important;
}

.team-item-detail{
    opacity: 1!important;
    left: auto!important;
    right: 5px!important;
}

.team-social-links a{
    font-size: 20px!important;
}

p:last-child{
    margin-bottom: 0!important;
}

.fnp_fs{
    font-weight: 600!important;
    font-size: 24px!important;
}

.section-title {
    font-size:40px;
}

.slogan_title{
    font-size: 54px!important;
}

.parallax_detail{
    font-size: 24px!important;
}

.team-item-image{
    aspect-ratio: 1/1;
}

.team-item-image img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item-desc{
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text_size_fnp p{
    font-size: 20px!important;
}

.team-item-name{
    font-size: 24px;
}

.crop_line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ls_none ul{
    padding-left: 0;
}

.ls_none ul li{
    list-style: none;
    padding-left: 0;
}


.flag_card{
    display: none;
    background: #ffffff;
    height: max-content;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    box-shadow: 0px -7px 30px -4px rgba(0,0,0,0.1);
    z-index: 99;
}

.flag_card .card_wrapper{
    position: relative;
    padding: 40px;

}

.flag_card .card_wrapper .row{
    align-items: center;
}

.card_wrapper .flag_carousel img{
    object-fit: cover;
    aspect-ratio: 1/0.7;
}

.slick-arrow{
    border: none;
    outline: none;
    appearance: none;
    background: #000;
    padding: 10px 15px;
    position: absolute;
    color: #fff;
}

.slick-prev{
    bottom: 30px;
    left: -60px;
}

.slick-next{
    bottom: 30px;
    right: -55px;
}

.card_wrapper .image_wrapper {
    padding: 20px 10px;
    background: gainsboro;
    text-align: center;
}

.card_wrapper .image_wrapper .flag_desc{
    margin-top: 10px;
    font-size: 14px;
}

.card_wrapper .image_wrapper img{
    width: 40px;
    margin:  0 auto;
}
.exit{
    background-color: #000;
    border-radius: 0;
    padding: 15px 20px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
}
.exit i {
    color: white;
    font-size: 18px;
    font-family: 'FontAwesome' !important;
}

.text_flag{
    font-size: 16px!important;
}

.flag_title{
    font-size: 30px;
}

.logo_flag{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

.text-red{
    color: #e10614;
}