@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700&display=swap');


.f18{font-size: 18.5px}
.f25{font-size: 25px}
.f1{font-size: 1rem;}
.f2{font-size: 2rem;}

.submit_btn{font-size: 20px;}

body{
    font-size: 16px;
    line-height: 24px;
}

.bg-red{background-color: #D9000C;}
.bg-grey{background-color: #ebebeb;}
.grey-bg{background-color: #EBEBEB;}
.bg-1tab{background-color: #e53332 !important;}
.bg-2tab{background-color: #b90529 !important;}
.bg-3tab{background-color: #76210c !important;}
.bg-price{background-color: #4c4d56 !important;}

.pricing-area-2::after{background: #e13231;opacity: 1 !important;}

.white{color: #fff;}
.red-sifact{color: #D9000C;}
.color-1tab{color: #e53332 !important;}
.color-2tab{color: #b90529 !important;}
.color-3tab{color: #76210c !important;}

.border-red{border: 2px solid #D9000C;padding: 25px}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bw-regular {
    font-family: "Barlow", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
  
.bw-semibold {
    font-family: "Barlow", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}
  
.bw-bold {
    font-family: "Barlow", sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.select2-container--default .select2-selection--single{border: none !important;border-radius: 0 !important;}
.select2-container .select2-selection--single{height: 50px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 50px !important;}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.schedule-area-2 .schedule-top-nav .nav-link:nth-child(1){background-color: #e53332;}
.schedule-area-2 .schedule-top-nav .nav-link.active::after{border-color: #e53332 transparent transparent transparent;}
.schedule-area-2 .schedule-top-nav .nav-link:nth-child(2){background-color: #b90529;}
.schedule-area-2 .schedule-top-nav .nav-link.active:nth-child(2)::after{border-color: #b90529 transparent transparent transparent;}
.schedule-area-2 .schedule-top-nav .nav-link:nth-child(3){background-color: #76210c;}
.schedule-area-2 .schedule-top-nav .nav-link.active:nth-child(3)::after{border-color: #76210c transparent transparent transparent;}


.hero-form, .login-register-form{padding-top: 60px;}


.img-programma-custom{max-width: 125px;border-radius: 15% !important;}
.img-programma-location{max-width: 55px;border-radius: 15% !important;margin-top: -25px;}