@charset "UTF-8";

:root {
    --theme-color: #8F0007;
    --section-space: 60px;
    --section-space-mobile: 40px;
}

.header-layout2 .header-top::before {
    height: 51px;
}

.header-layout2 .header-logo img {
    max-width: 32%;
}

.service-title {
    min-height: 60px;
}

.service-title a{
    font-size: 16px;
}

.header-layout2 .main-menu {
    padding-left: 10px;
}

.about-logo img {
    width: 32%;
}

.th-widget-about .about-logo {
    text-align: center;
}

.hero-style2 .hero-subtitle {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase ;
}

.hero-2 .hero-bg {
    right: 3%;
}

.main-menu a {
    text-transform: uppercase;
}

/*********************language**********************/

.header-layout2 .header-right .langauge {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 5px;
    z-index: 999;
    border: 1px solid #BA0913;
    border-radius: 5px;
}

.header-layout2 .header-right .langauge img {
    /*min-height: 12px;*/
}

.same-style {
    position: relative;
    /*z-index: 4;*/
    /*right: 8px;*/
}

.same-style.same-style-mrg-2:last-child {
    /*! margin-right: 0px; */
}

.same-style.same-style-mrg-2 a {
    /*color: #666;*/
    color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style {
        margin-right: 25px;
    }
}

.same-style:last-child {
    /*! margin-right: 0px; */
}

.same-style a {
    color: #000000;
    display: inline-block;
}

.same-style a i {
    font-size: 12px;
    margin: 0 0 0 3px;
}

.same-style .language-dropdown {
    background: white none repeat scroll 0 0;
    position: absolute;
    right: -6px;
    top: 130%;
    /*z-index: 9;*/
    -webkit-box-shadow: 0 3px 14px 2px rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 14px 2px rgba(225, 255, 255, 0.9);
    display: none;
    border-radius: 5px;
    cursor: pointer;
}

.same-style .language-dropdown ul{
    padding: 0;
    margin-top: revert;
}

.fa-angle-down:after{
    color: #fff0ff;
}

.same-style .language-dropdown ul li{
    display: block;
    padding-bottom: 5px;
}

.same-style .language-dropdown ul li:last-child {
    padding-bottom: 0;
}

.same-style .language-dropdown ul li a{
    color: black;
    display: ruby !important;
    font-size: 12px;
    padding: 0 12px;
}

.same-style .language-dropdown ul li a:hover {
    color: #BA0913;
}

/**************************************************************/

.th-menu-wrapper .mobile-logo a img {
    max-height: 45px;
}

@media (max-width: 991px) {
    .header-layout2 .header-logo img {
        max-height: 80px;
        max-width: 95px;
        padding-left: 5px;
    }
}

.half-line-btn::before {
    bottom: -7px;
    width: 20px;
    height: 3px;
}

.half-line-btn:hover::before {
    width: 100%;
}

.about-counter1 .counter-title{
    font-weight: 900;
    color: #05237C;
}

.about-counter1 .counter-text{
    font-weight: 900;
    color: #05237C;
    text-transform: uppercase;
}

.service-box_text {
    font-size: 12px;
    min-height: 110px;
}

.request-area {
    margin-top: 40px;
    margin-bottom: 40px;
}

#contact-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

#contact-sec, #about-sec {
    position: relative;
    background-color: var(--smoke-color);
    z-index: 2;
}


.brand-box {
    width: 50%;
    padding: 0;
    height: initial;
}

.testi-item.style2 .testi-item_img img {
    border-radius: initial;
}

.testi-item_img img {
    border-radius: initial;
}

.title-area .sec-title {
    font-size: 20px;
}

.process-card_title {
    text-transform: uppercase;
}


.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(109, 30, 35,0.8);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '\f062';
    font-family: var(--icon-font);
    text-align: center;
    line-height: 46px;
    font-size: 25px;
    color: #E3000E;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}



.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #E3000E;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}

.info-box {
    margin-bottom: 15px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
    margin-bottom: 5px;
}

.footer-layout2 .copyright-wrap .copyright-text {
    text-align: center;
}

.widget-area {
    padding-top: 40px;
    padding-bottom: 20px;
}

.copyright-wrap {
    padding: 16px 0;
}

.service-box_icon > i {
    font-size: 45px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.contact-form textarea{
    padding-top: 10px;
}

.testi-box_avater img{
    border-radius: initial;
}

.main-menu ul.sub-menu li a {
    text-transform: inherit;
}

.blog-wrap{
    position: relative;
    overflow: hidden;
    padding: 5px;
    background-color: #fff;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /*opacity: 0.8;*/
}

.blog-wrap img{
    max-height: 200px;
    object-fit: contain;
}


.gallery-thumb{
    position: relative;
    overflow: hidden;
    padding: 5px;
    background-color: #fff;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /*opacity: 0.8;*/
}

.gallery-thumb img{
    max-height: 80px;
    object-fit: contain;
}



.service-box_icon {
     line-height: normal;
    /*background-color: white;*/
    /*border: 1px solid var(--border-color);*/

}

/*.service-box_icon img{*/
/*    width: 53px;*/
/*    height: 53px;*/
/*}*/


.service-box_wrapper .service-title {
    min-height: 80px;
}

.service-box_wrapper .service-title {
    min-height: 80px;
    margin-top: -5px;
}

.service-title a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bolder;
}

.box-title {
    font-weight: 900;
    line-height: 0.8em;

}


.service-grid {
    border: 2px solid #8F0007;
}


.service-grid_icon img{
    width: 32px;
    height: 32px;
}

.service-grid_img{
    height: 170px;
    width: 270px;
}

.newsletter-area {
    background-color: #8F0007;
}

.brand-title {
    font-weight: 900;
}
.brand-sec1{
    background-color: #8F0007;
    margin-top: 60px;
    margin-bottom: 80px;
}
.brand-sec1 .title-area {
    position: relative;
    font-family: var(--body-font);
    font-weight: 900;
    font-size: 24px;
    color: #05237C;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.brand-box {
    border: 2px solid #05237C;
}

    @media (max-width: 575px) {
        .about-counter1 {
            min-width: 45%;
            text-align: center;
            margin:0 auto;
            display: block;
        }
    }
    @media (max-width: 767px) {
        .about-counter1 {
            max-width: 45%;
            text-align: center;
            margin:0 auto;
            display: block;
        }
    }

    @media (max-width: 575px) {
        .about-counter1 .counter-title {
            font-size: 30px;
            line-height: 40px;
            margin-top: 42px;
        }
    }

    @media (max-width: 767px) {
        #about-sec .btn-group {
            text-align: center;
            margin:0 auto;
            display: block;
        }
    }

    @media (max-width: 767px) {
        .brand-sec1 .title-area {
            font-size: 16px;
        }
    }

    @media (max-width: 767px) {
        .slick-slider {
            text-align: -moz-center;
            margin-top: -20px;
            margin-bottom: -20px;
        }
    }


.contact-form-wrapper{
    background-color: #8F0007;
}

.contact-form-wrapper .form-title{
    color: var(--white-color);
}

.contact-form-wrapper .th-btn {
    font-family: var(--body-font);
    background-color: var(--title-color);
    color: var(--white-color);

}

contact-form-wrapper .th-btn:hover {
    color: var(--title-color);

}

.contact-form-wrapper .th-btn::before{
    background-color: var(--white-color);
    color: #8F0007;
}

.contact-form-wrapper .th-btn::after {
    background-color: var(--white-color);
    color: #8F0007;
}

.invalid-feedback {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
}

.contact-wrapper .info-title {
    font-weight: 900;
    font-size: 25px;
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 25px;
}

.request-shape {
    position: absolute;
    left: 51%;
    bottom: 2%;
}

@media (max-width: 1199px) {
    .request-shape {
        display: none;
    }
}

.map-sec{
    margin-top: 40px;
}

.contact-wrapper {

    max-width: initial;
}

.th-counterup .content .counter-card_text {
    font-size: 14px;
}

.process-card_title {
    font-size: 16px;
}

.newsletter-form span{
    font-size: 10px;
}


.testi-item.style2,
.testi-item_wrapper,
.testi-box_text {
    min-height: 172px;
}


.brand-sec1  .brand-title {
    color:  #05237C;

}


#contact-sec .sub-title,
#about-sec .sub-title{
    margin-left: 45px;
}


@media (max-width: 767px)  {
    .service-grid_img {
        height: auto;
        width: auto;
    }
}


.title-area .sub-title {
    margin-left: 45px;
}

@media (max-width: 1199px) {
    .title-area .sub-title {
        margin-left: 0;
    }
}

.header-layout2 .header-logo img {
    margin-bottom: -40px;
}

.will-sticky .header-logo img {
    /*margin-bottom: 0;*/
}


@media (max-width: 991px) {
    .header-layout2 .header-logo img {
        margin-bottom: 0;
    }
}

.sticky-wrapper.sticky .header-logo {
    margin-top: -40px;
}


@media (max-width: 991px) {
    .sticky-wrapper.sticky .header-logo {
         margin-top: 0;
    }
}