:root {
    --primary-color: #025196;
    --secondary-color: #ffc107;
}
section {
    padding: 76px 0px;
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color);
}
.bg-skylight {
    background:#edf3f8 
}
.btn {
    font-family: unset;
}

#banner .title {
    font-size: 32px !important;
}

.brand_block {
    height: 100%;
    display: block;
}
.brand_block h2 {
    font-size: 1.4rem;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #a5a5a5;
    padding: .5rem .5rem;
}
a:focus {
    color: #333;
}
.text-overflow-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
    }
.footer_btn {
    font-size: 14px;
}
.footer_btn_outline_secondary {
    border: 1px solid #ffc107;
    color: white;
    padding: 6px 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    transition: 0.3s all;
}
.footer_btn_outline_secondary:hover {
    background-color: var(--secondary-color);
    color: black;
}

.footer_btn_large {
    padding: 8px 36px;
    font-size: 17px;
}

.custom_nav_btn_filled {
    background-color: orange;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 3rem;
    transition: 0.3s all;
}
.custom_nav_btn_filled:hover {
    background-color: #facf4e;
    color: black !important;
}
@media screen and (max-width:480px) {
    #inner_banner {
        padding-top: 300px !important;
    }  
    
    .footer_btn_large {
        padding: 8px 16px;
        font-size: 15px;
    }

}


.question {
font-weight: 600;
font-size: 17px;
color: var(--primary-color);
}


/* start home page  */
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff9500;
}
.banner-height {
    height: 600px;
}
.start-50 {
    left: 50%;
}
.top-50 {
    top: 50%;
}
.translate-middle {
    transform: translate(-50%,-50%)!important;
}
.translate-X {
    transform: translateX(-50%)!important;
}
.translate-Y {
    transform: translateY(-50%)!important;
}
.banner-content-container {
    padding-left: 60px ;
}

.banner-text-container {
    /* background-color: black; */
    /* background-color: var(--primary-color); */
    /* padding: 12px 28px; */
    color: white;
    font-family: 'poppins', sans-serif;
}
.banner-btn-container {
    /* background-color: black; */
    /* padding: 12px 28px; */
}
.banner-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: normal;
}
.accent-color {
    
}
.banner-subtitle {
    font-size: 22px;
    font-weight: 400;
}
@media screen and (max-width: 480px) {
    .banner-subtitle {
        font-size: 16px;
    }
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    /* right: 0; */
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: black;
    font-size: 22px;
    background: #6868681f;
    opacity: 1;
    justify-content: end;
    padding-right: 20px;
    width: 80px;
}
.carousel-control-prev {
    position: absolute;
    top: 50%;
    /* right: 0; */
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.63);
    font-size: 22px;
    background: #6868681f;
    opacity: 1;
    justify-content: start;
    padding-left: 20px;
    width: 80px;
}
@media screen and (min-width:1700px) {
    .banner-height {
        background-position: center !important;
        height: 760px;
    }
    .banner-title {
        font-size: 50px;
    }
    .banner-subtitle {
        font-size: 20px;
    }
    .banner-content-container {
        padding-left: 160px;
    }
    .ct-tags
}
@media screen and (max-width:480px) {
    .banner-content-container {
        padding-left: 24px;
    }
    .banner-title {
        font-size: 24px;
    }
    .banner-height {
        height: 400px;
    }
    .banner-subtitle {
        display: none;
    }
    .banner-content-container {
        top: unset !important;
        bottom: 15%;
        transform: unset !important;
    }
    .carousel-control-prev , .carousel-control-next {
        top: 24%;
        color: rgba(255, 255, 255, 0.322);
    }


}
/* end banner  */
/* end home page  */

/* start call to action  */
.cta-text-container {
    width: 60%;
}
.cta-title {
    font-size: 38px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    color: white;
}
.cta-subtitle {
    font-size: 22px;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
    color: white;
}

.cta-tags span i {
    font-size: 5px;
    margin-right: 22px;
}
.cta-tags span {
    font-size: 18px;
    font-weight: 500;
    font-family: 'poppins';
    /* background-color: white; */
    /* color: black; */
    /* color: var(--secondary-color); */
    color: white;
    /* text-decoration: underline; */
    /* padding: 8px 26px; */
    /* border-radius: 8px; */
    margin-right: 22px;
    display: flex;
    align-items:center;
}
.cta-tags span:first-child {
    /* padding-left: 0px; */
}
@media screen and (max-width:480px) {
    .cta-text-container {
        width: 100%;
    }   
    .cta-title {
        font-size: 28px;
    }
    .cta-subtitle {
        font-size: 18px;
    }
    .cta-tags span {
        margin-bottom: 12px;
        display: block;
        font-size: 14px;
    }
}

/* endcall to action  */


/* . start jp-language-class */
.jp-language-class-img {
    width: 100%;
}
@media screen and (max-width: 600px) {
    .jp-language-class-img {
    min-height: 400%;
    width: auto;
    height: 400px;
    object-fit: cover;
    }
    .jp-language-class-img-container {
        max-height: 600px;
        overflow: scroll;
    }
}
/* . END jp-language-class */