html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #666666;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #f68b29;
}

h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 15px 0px;
    color: #666666;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 20px;
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: 15px;
    font-weight: 400;
}

a {
    font-size: 15px;
    font-weight: 600;
}

li {
    font-size: 15px;
}

section {
    padding: 60px 0px;
}

@media(max-width: 480px) {
    section {
        padding: 60px 15px;
    }
}

.bg-light{
    background: #CCCCCC;
}
.bg-orange{
    background: #F68B29;
}

/*Buttons CSS BEGINS*/

.btn.btn-brand{
    background: #1E4D5A;
    border-radius: 10px;
    color: #fff;
    padding: 3px 15px;
    border: 1px solid #1E4D5A;
    font-weight: 400;
    font-size: 18px;
}
.btn.btn-brand:hover{
    background: #fff;
    color: #1E4D5A;
}
.btn.btn-brand a{
    color: #fff;
    font-weight: 100;
}
.btn.btn-brand:hover a{
    color: #1E4D5A;
}

.btn.btn-brand-orange{
    background: #F68B29;
    border-radius: 10px;
    color: #fff;
    padding: 3px 15px;
    border: 1px solid #F68B29;
    font-weight: 400;
    font-size: 20px;
}
.btn.btn-brand-orange:hover{
    background: #fff;
    color: #F68B29;
}
.btn.btn-brand-orange a{
    color: #fff;
    font-weight: 100;
}
.btn.btn-brand-orange:hover a{
    color: #F68B29;
}

.btn.btn-brand i{
    font-size: 24px;
}
.btn.btn-brand-orange i{
    font-size: 30px;
}


@media(max-width: 480px){
    .btn.btn-brand{
        padding: 3px 10px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .btn.btn-brand i{
        font-size: 18px;
    }
    .btn.btn-brand-orange{
        padding: 3px 10px;
        font-size: 14px;
    }
    .btn.btn-brand-orange i{
        font-size: 18px;
    }
}

/*Buttons CSS ENDS*/


/* header  CSS START */
header{
    transition: .3s all ease-in-out;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
}
.nav-logo{
    width: 125px;
}
.navbar-nav{
    width: 100%;
    justify-content: end;
}

.nav-link{
    color: #000;
    padding: 0.5rem 1rem !important;
}
.nav-item{
    position: relative;
}

.nav-item:hover .nav-link{
    color: #000;
}
@media(min-width: 991px){
    .nav-link{
        padding-bottom: 0 !important;
    }
    .nav-item:hover:after{
        content: '';
        position: absolute;
        bottom: -5px;
        width: 20px;
        height: 2px;
        background: #000;
        left: 0;
        right: 0;
        margin: auto;
    }

}
.dropdown-menu{
    border: 0;
    box-shadow: 1px 1px 1px 1px #ddd;
    border-radius: 0;
}

.navbar-toggler:focus,.navbar-toggler:active{
    outline: 0;
    box-shadow: none;
}

.stickymain {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 99;
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    background: #fff;
    transition: .3s all ease-in-out;
}

@media(max-width: 480px){
    .nav-logo {
        width: 100px;
    }
}

/* header  CSS END */


/*Slick CSS Begin*/

.slick-slide {
    height: auto;
}

.slider-container {
    position: relative
}

.slick-arrow {
    background: transparent;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #092759;
    z-index: 1;
    border: 0;
    font-size: 0;
    outline: 0;
    border: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    outline: 0;
    cursor: pointer;
}

button {
    outline: 0 !important;
}

.slick-arrow.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    color: #fff;
    font-size: 26px;
    line-height: 2.2;
    font-weight: 600;
}

.slick-arrow.slick-prev {
    left: 30px;
}

.slick-arrow.slick-next {
    right: 30px;
}

.slick-arrow.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #fff;
    font-size: 26px;
    line-height: 2.2;
    font-weight: 600;
}

@media(max-width: 480px) {
    .slick-arrow.slick-prev {
        left: 0px;
    }
    .slick-arrow.slick-next {
        right: 0px;
    }
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li:only-child {
    opacity: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button::before,
.slick-dots li button:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto auto;
    width: 12px;
    height: 12px;
    background: 0 0;
    background: #D7D4CF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button:before {
    background: #060606;
    width: 12px;
    height: 12px;
}

.slick-track {
    margin-left: initial;
    margin-right: initial;
}

@media(max-width: 480px) {
    .slick-arrow {
        top: 4%;
    }
}


/*Slick Css END*/

/*Home Page CSS BEGINS*/

.explanation-video video{
    border-radius: 10px;
    background: #214d5a;
    padding: 10px 0px 0px;
}
p.banner-leadin{
    color: #f68b29;
    font-size: 26px;
    font-weight: 500;
}
@media(min-width: 991px){
   .features-list{
        width: 70%;
    } 
}
@media(max-width: 480px){
    .explanation-video video{
        height: 100%;
    }
}

.features-list li{
    color: #fff;
    margin-bottom: 10px;
}
.border-bottom-grey{
    border-bottom: 1px solid #666666;
}
.partner-card{
    width: 16.5%;
    float: left;
    text-align: center;
}
.partner-card img{
    width: 140px;
    margin-bottom: 10px;
}
.partner-card p{
    font-size: 16px;
}
@media(max-width: 768px){
    .partner-card{
        width: 33.3%;
        float: left;
    }
}
@media(min-width: 991px){
    .width-80-desktop{
        width: 80%;
        margin: auto;
    }
}
@media(max-width: 480px){
    .partner-card{
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        padding: 0px 10px;
    }
}
/*Home page CSS ENDS*/

/*Footer CSS BEGINS*/
footer{
    background: #666666;
    padding: 30px 0px;
}
.footer-call{
    display: flex;
    align-items: center;
    width: 100%;
}
.footer-call img{
    width: 35px;
}
.footer-call a{
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin-left: 10px;
}
.social-links{
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
}
.social-links li{
    display: inline-block;
    padding: 0 10px;
}
.social-links li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}
@media(max-width: 480px){
    .footer-call{
        margin-bottom: 0;
        justify-content: center;
    }
    .social-div{
        text-align: center;
    }
}
/*Footer CSS ENDS*/

.content-page ul{
    padding-left: 20px;
}

.content-page h4{
    margin-top: 30px;
    margin-bottom: 12px;
}
#accordion .card{
    margin-bottom: 10px;
}
#accordion .card-header{
    background: #fff;
    border: 0;
    padding: 15px 18px;
}
#accordion .card-header .btn-link{
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #666666;
    text-decoration: none;
    padding: 0;
    white-space: initial;
    padding-right: 25px;
}

#accordion .card .card-header .btn-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f146";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #F68B29;
    display: block;
    transition: .3s all ease-in-out;
}

#accordion .card .card-header .btn-link.collapsed:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0fe";
    transition: .3s all ease-in-out;
}

#accordion .card .card-body{
    padding-top: 0;
}

.modal-header .close{
    position: absolute;
    right: 0;
    top: 0;
    background: #1E4D5A;
    z-index: 999;
    opacity: 1;
    color: #fff;
    border-radius: 50px;
    padding: 0;
    width: 50px;
    height: 50px;
}
.modal-body{
    padding: 0;
}
.boliyo-logo{
    width: 100px;
    margin-bottom: 100px;
}
.bg-light{
    background: #E6E7E9 !important;
}
@media (max-width: 480px){
    .mobile-btns .btn.btn-brand {
        padding: 6px 20px;
        font-size: 22px;
        margin: auto;
        margin-bottom: 23px;
        display: block;
        width: fit-content;
    }
    .mobile-btns .btn.btn-brand i {
        font-size: 28px;
        margin-right: 3px;
    }
}