:root {
    --theme-color1: #D12121;
    --theme-color2: #D12121;
    --theme-color3: #faf7f2;
    --theme-color4: #cab293;
    --review-color: #fdc009;
}
.main-header .logo img {
    max-width: 245px;
}
.fixed-header.header-style-one .mobile-nav-toggler span{
    color: #000;
}
.strategic-choices-sec{

}
.strategic-choices-sec .content-column .inner-column{
    margin-left: 0;
}
.one-stop-solution-sec{

}
.one-stop-solution-sec.home4-style .content-column .inner-column{
    padding-left: 0;
}
.service-sub-details .product-description__list ul li p{
    display: flex;
}
.booking-form-column .inner-column .bk-form .frm-field textarea{
    width: 100%;
    height: 120px;
    color: #222222;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #adadad;
    background: #fff;
}
/* .about-section-two.study-analysis.home4-style:before {
    background-image: url(../images/background/home-04554.png);
    bottom: 0;
    content: "";
    height: 400px;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 570px;
} */
.about-section-five .image-column .exp-info {
    border: 2px solid var(--theme-color-white);
}
.about-section-five .image-column .exp-info-text,
.about-section-five .image-column .exp-info .inner-info {
    color: var(--theme-color-white);
}
.contact-details__info li .icon span{
    color: var(--theme-color-white);
}
.main-header{
    background: var(--theme-color-white);
    margin-top: 0;
    padding: 15px 0px;
}
.header-style-one .main-menu .navigation > li > a {
    font-size: 18px;
    /* font-size: 18px; */
    font-weight: 500;
}
.header-style-one .main-box{
    padding-bottom: 0;
    border-bottom: none;
}
.sticky-header .main-menu .navigation > li {
    margin-left: 40px;
    margin-right: 0px !important;
}
.header-style-one .main-menu .navigation > li {
    margin-right: 18px;
    /* margin-right: 30px; */
}
.header-style-one .mobile-nav-toggler span{
    color: #000;
}
.main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    content: "\f104";
    left: -15px;
    right: auto;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul{
    padding-top: 0;
}
.services-details__content p,
.product-discription .product-description__text1,
.about-section-two.home4-style .content-column .inner-column .sec-title .text,
.about-section-two.home4-style .content-column p, 
.about-section-two.home4-style .content-column .text{
    font-size: 20px;
}
.news-block .inner-box .image-box .image img{
    height: 320px;
}
.accordion-box .block .acc-btn{
    font-family: var(--text-font2);
}
.contact-details__info li .icon{
    flex: 0 0 85px;
}
.contact-details__info li:hover .icon span {
    color: #000;
}
@media only screen and (max-width: 767px){
    .main-header .logo img {
        max-width: 180px;
    }
}

.banner-section .slick-prev{
    left: 0 !important
}
.banner-section .slick-prev:before{
content: "\f104";
font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-size: 28px;
}

.banner-section .slick-next:before{
content: "\f105";
font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-size: 28px;
}

.banner-section .slick-next{
    right: 0 !important
}
.banner-section .slick-prev, .slick-next{
    
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #d22424c9 !important;
    z-index: 999;
    color: #fff !important;
}


@media(max-width:991px){
    .sec-title-md-white h2,
    .sec-title-md-white p,
    .sec-title-md-white{
        color: white !important
    }
}

.fs-18{
    font-size: 18px;
}

@media(max-width:991px){
    .mobile-menu .navigation li.dropdown a{
        display: flex;
        justify-content: space-between
    }
}



.contact_btn {
    margin-right: 42px;
    border: 0;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    text-transform: uppercase;
    padding: 17px 42px 18px;
}