
.pt-100 {
    padding-top: 80px;
}
:root {
    --light-yellow: #f1f6f7;
    --primery-light: #ecf8fd;
    --primery: #36bcfa;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.banner_section .banner_text h1{
    font-size: 50px !important;
}
.banner_section{
    position: relative;
    background-color: #065387;
    background-image: url('/frontend/tcul-img/bg/line_pattern_light.png');
    background-repeat: repeat;
}
.download_app .task_block{
    background-color: #065387;
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    background-color: #36bcfa;
}
.banner_section .banner_text h1 {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
}
.banner_section .banner_text .type-wrap span {
    color: #ffffff;
}
footer
 {
    background-color: #065387;
    padding: 100px 0px 0px;
}
.blue_badge{
    background-color: #36bcfa !important;
}
footer .news_letter form .note {
    color: #fff;
}
.footer_bottom {
    background-color: #36bcfa;
}
.footer_bottom .ft_inner p {
    color: #fff;
}
.footer_bottom .ft_inner .links li a {
    color: #fff;
}
.footer_bottom .ft_inner .links li:not(:last-child)::after {
    color: #fff;
}
h3 {
    font-size: 22px;
    font-weight: 1000;
}
.title_badge {
    background-color: #065387;
}
.navbar-brand img {
    width: 160px;
}
.footer-logo {
    width: 200px;
}
.title_badge {
    padding: 6px 20px;
    margin-bottom: 20px;
}
.task_app_section .task_text .section_title h2 {
    margin-bottom: 20px;
}
.banner_section .banner_slider #frmae_slider::before {
    height: 80.5%;
}
.banner_section .owl-dots {
    margin-top: 40px;
    margin-bottom: 40px;
}
header.fixed{
    background-color: #065387;
}
.right_icon img {
    filter: brightness(0) invert(1);
}
.left_icon img {
    filter: brightness(0) invert(1);
}
html {
    scroll-behavior: smooth;
}
.toggle-bar{
    border-top: 4px solid #fff;
}
.toggle-bar::before, .toggle-bar::after{
    background: #fff;
}
/* Mobile Resp */
@media screen and (max-width:767px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #065387;
    }
    header{
        background-color: #065387;
    }
}