﻿
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat",sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}

p {
    color: #19232b;
    line-height: 2;
    font-weight: 400;
    /* text-align: justify; */
}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000;
    /* font-weight: 700; */
    /* font-size: 16px; */
}

ul, ol {
    margin: 0;
}

    ul li, ol li {
        list-style: none;
    }

img {
    height: auto;
    max-width: 100%;
    /* width: 30px; */
}

.post-news-area .container {
    max-width: 1300px;
    padding: 3% 2%;
    -webkit-box-shadow: 0 0 30px -10px #1c0d66;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-50-0 {
    /* padding-top: 30px; */
    /* padding-bottom: 0px; */
    padding: 50px 0px 0px;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.preloader {
    background-color: #e75339;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

    .preloader .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
    }

        .preloader .lds-ellipsis div {
            position: absolute;
            top: 27px;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #ffbb38;
            animation-timing-function: cubic-bezier(0,1,1,0);
        }

            .preloader .lds-ellipsis div:nth-child(1) {
                left: 6px;
                -webkit-animation: lds-ellipsis1 .6s infinite;
                animation: lds-ellipsis1 .6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(2) {
                left: 6px;
                -webkit-animation: lds-ellipsis2 .6s infinite;
                animation: lds-ellipsis2 .6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(3) {
                left: 26px;
                -webkit-animation: lds-ellipsis2 .6s infinite;
                animation: lds-ellipsis2 .6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(4) {
                left: 45px;
                -webkit-animation: lds-ellipsis3 .6s infinite;
                animation: lds-ellipsis3 .6s infinite;
            }

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    100% {
        -webkit-transform: translate(19px,0);
        transform: translate(19px,0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    100% {
        -webkit-transform: translate(19px,0);
        transform: translate(19px,0);
    }
}

.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .section-heading .line {
        width: 25px;
        height: 5px;
        border-radius: 3px;
        background-color: #ffbb38;
        margin-bottom: 20px;
    }

    .section-heading p {
        font-size: 12px;
        margin-bottom: 0;
        letter-spacing: 2px;
        color: #a5a5a5;
        text-transform: uppercase;
    }

    .section-heading h2 {
        font-size: 36px;
        color: #212121;
        font-weight: 700;
        margin-bottom: 0;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-heading h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading.white .line {
    background-color: #fff;
}

.section-heading.white p, .section-heading.white h2 {
    color: #fff;
}

.section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto;
}

.box-shadow {
    position: relative;
    z-index: 1;
}

    .box-shadow:hover {
        box-shadow: 0 0 24px rgba(0,0,0,.2);
    }

.tooltip-inner {
    background-color: #ffbb38;
    box-shadow: 0 0 24px rgba(0,0,0,.2);
}

.tooltip .arrow::before {
    border-bottom-color: #ffbb38;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #f1f7f9;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay::after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

.bg-fixed {
    background-attachment: fixed !important;
}

#scrollUp {
    background-color: #c10404;
    border-radius: 5px;
    bottom: 70px;
    color: #fff;
    font-size: 10px;
    padding: 12px 0;
    height: 55px;
    line-height: 1.5;
    right: 14px;
    text-align: center;
    width: 55px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.15);
    text-transform: uppercase;
}

    #scrollUp i {
        font-size: 22px;
        display: block;
    }

    #scrollUp:hover {
        background-color: #ffbb38;
        color: #fff;
    }

.credit-btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffbb38;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 175px;
    height: 48px;
    color: #fff;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

    .credit-btn:hover, .credit-btn:focus {
        font-size: 14px;
        font-weight: 700;
        background-color: #e75339;
        color: #fff;
    }

    .credit-btn.btn-2 {
        background-color: #e75339;
        color: #fff;
    }

        .credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
            background-color: #ffbb38;
            color: #fff;
        }

    .credit-btn.btn-3 {
        background-color: transparent;
        color: #e75339;
        border: 2px solid #e75339;
        line-height: 44px;
    }

        .credit-btn.btn-3:hover, .credit-btn.btn-3:focus {
            border: 2px solid #e75339;
            background-color: #e75339;
            color: #fff;
        }

.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
}

    .header-area .top-header-area {
        position: relative;
        z-index: 1;
        width: 100%;
    }

        .header-area .top-header-area .top-contact-info {
            position: relative;
            z-index: 1;
        }

            .header-area .top-header-area .top-contact-info a {
                display: inline-block;
                color: #838383;
                font-size: 14px;
                margin-bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -ms-grid-row-align: center;
                align-items: center;
                font-weight: 600;
            }

                .header-area .top-header-area .top-contact-info a img {
                    margin-right: 10px;
                }

@media only screen and (max-width:767px) {
    .header-area .top-header-area .top-contact-info a span {
        display: none;
    }
}

.header-area .top-header-area .top-contact-info a:first-child {
    margin-right: 30px;
}

.header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
    color: #e75339;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .top-header-area .top-contact-info a {
        font-size: 13px;
    }
}

.header-area .credit-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background: #a50000;
    background: -moz-linear-gradient(top,#a50000 0%,#cf0404 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a50000),color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,#a50000 0%,#cf0404 100%);
    background: -o-linear-gradient(top,#a50000 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,#a50000 0%,#cf0404 100%);
    background: linear-gradient(top,#a50000 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50000',endColorstr='#cf0404',GradientType=0);
    background-color: #a50000;
    border-color: #c00;
}

    .header-area .credit-main-menu .classy-nav-container {
        background-color: transparent;
    }

    .header-area .credit-main-menu .classy-navbar {
        height: 35px;
        padding: 0;
    }

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar {
        height: 45px;
        margin-left: 20px;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 12px;
    color: #fff;
}

    .header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
        color: #ffbb38;
        background-color: #000;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        color: #e75339;
    }
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        color: #000;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 15px;
    }
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 15px;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #ffffff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #e75339;
    }
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #e75339;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
    color: #000;
    font-size: 14px;
}

.header-area .is-sticky .credit-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0,0,0,.3);
}

.hero-area {
    position: relative;
    z-index: 1;
}

    .hero-area .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        z-index: 100;
        bottom: 30px;
        left: 0;
        right: 0;
    }

        .hero-area .owl-dots .owl-dot {
            width: 8px;
            height: 8px;
            background-color: #d2d2d2;
            border-radius: 50%;
            margin: 0 6px;
        }

            .hero-area .owl-dots .owl-dot.active {
                background-color: #ffbb38;
            }

    .hero-area .owl-prev, .hero-area .owl-next {
        position: absolute;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        top: 50%;
        margin-top: -23px;
        font-size: 18px;
        color: #fff;
        background-color: #e75339;
        left: 20px;
        text-align: center;
        -webkit-transition-duration: 900ms;
        transition-duration: 900ms;
        line-height: 46px;
        opacity: 0;
        visibility: hidden;
    }

@media only screen and (max-width:767px) {
    .hero-area .owl-prev, .hero-area .owl-next {
        left: 10px;
    }
}

.hero-area .owl-prev:hover, .hero-area .owl-next:hover {
    background-color: #ffbb38;
    color: #fff;
}

.hero-area .owl-next {
    left: auto;
    right: 20px;
}

@media only screen and (max-width:767px) {
    .hero-area .owl-next {
        right: 10px;
    }
}

.hero-area:hover .owl-next, .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible;
}

.single-slide {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 450px;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slide {
        height: 600px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slide {
        height: 600px;
    }
}

@media only screen and (max-width:767px) {
    .single-slide {
        height: 600px;
    }

    .footer_copyright {
        text-align: center;
    }

    .copy-one-to p {
        text-align: center !important;
    }

    .single-latest-news-area:last-child {
        padding-left: 10px;
    }

    .footer-area .single-footer-widget .widget-title {
        margin-bottom: 16px !important;
    }

    .credit-tabs-content {
        padding: 0px 20px;
    }

    .header-top .inner-container {
        display: flex;
        justify-content: center;
    }

    .header_info-list {
        display: none !important;
    }

    .icon-box {
        font-size: 11px !important;
    }

    .feature-item {
        margin-bottom: 20px;
        min-height: 290px !important;
    }

    .py-120 {
        padding: 30px 0 !important;
    }

    .about-img .img-2 {
        display: none;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .pt-80 {
        padding-top: 30px;
    }

    .about-left {
        margin-right: 0px !important;!i;!;
    }

    .contact-form-header h2 {
        font-size: 22px;
    }
}

.single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite;
}

.single-slide .slide-du-indicator {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background-color: #ffbb38;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite;
}

.single-slide .welcome-text {
    position: relative;
    z-index: 1;
}

    .single-slide .welcome-text h6 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 15px;
    }

    .single-slide .welcome-text h2 {
        font-size: 70px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        .single-slide .welcome-text h2 span {
            color: #ffbb38;
        }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slide .welcome-text h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slide .welcome-text h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width:767px) {
    .single-slide .welcome-text h2 {
        font-size: 24px;
    }
}

.single-slide .welcome-text p {
    font-size: 16px;
    color: #fff;
}

@-webkit-keyframes slide-du-indicator {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes slide-du-indicator {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.single-features-area {
    position: relative;
    z-index: 1;
}

    .single-features-area h6 {
        font-size: 18px;
        color: #6e6e6e;
        margin-bottom: 0;
        font-family: "Open Sans",sans-serif;
        font-weight: 600;
        line-height: 1.8;
    }

    .single-features-area img {
        margin-bottom: 15px;
    }

    .single-features-area h5 {
        font-size: 18px;
        margin-bottom: 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-features-area h5 {
        font-size: 15px;
    }
}

.single-features-area:hover h5 {
    color: #ffbb38;
}

.special-feature-area {
    position: relative;
    z-index: 1;
}

    .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        background-color: #ffbb38;
    }

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.special-feature-area .special-feature-content .feature-text {
    position: relative;
    z-index: 1;
    max-width: 555px;
    margin-left: auto;
    padding-right: 70px;
}

    .special-feature-area .special-feature-content .feature-text h6 {
        color: #fff;
        line-height: 1.7;
        margin-bottom: 50px;
        font-weight: 600;
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .special-feature-area .special-feature-content .feature-text h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-content .feature-text h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .special-feature-area .special-feature-content .feature-text {
        max-width: 465px;
        padding-right: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .special-feature-area .special-feature-content .feature-text {
        max-width: 350px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-content .feature-text {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px;
    }
}

.special-feature-area.style-2 .special-feature-content {
    background-color: #e75339;
}

    .special-feature-area.style-2 .special-feature-content .feature-text {
        margin-left: 0;
        margin-right: auto;
        padding-right: 0;
        padding-left: 70px;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 20px;
    }
}

@media only screen and (max-width:767px) {
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cta-area {
    position: relative;
    z-index: 1;
}

    .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width:767px) {
    .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px;
    }
}

.cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #ffbb38;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.cta-area .cta-content h6 {
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    line-height: 1.8;
}

.cta-area .cta-content .single-skils-area .skills-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.cta-area .cta-content .single-skils-area p {
    margin-bottom: 0;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

.cta-2-area {
    position: relative;
    z-index: 1;
    background-color: #e75339;
    padding-top: 50px;
}

    .cta-2-area .cta-content .cta-text {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

        .cta-2-area .cta-content .cta-text h4 {
            color: #fff;
            font-family: "Open Sans",sans-serif;
            margin-bottom: 0;
            font-weight: 600;
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-2-area .cta-content .cta-text h4 {
        font-size: 18px;
    }
}

.cta-2-area .cta-content .cta-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (max-width:767px) {
    .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

@media only screen and (max-width:767px) {
    .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.contact--area .section-heading h2, .news--area .section-heading h2 {
    font-size: 24px;
}

.news--area {
    position: relative;
    z-index: 1;
}

.single-news-area {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

    .single-news-area:last-child {
        margin-bottom: 0;
    }

    .single-news-area .news-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        width: 10%;
    }

    .single-news-area .news-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
        width: 73%;
        padding-left: 15px;
    }

        .single-news-area .news-content span {
            font-size: 10px;
            color: #fff;
            background-color: #ffbb38;
            padding: 3px 15px;
            border-radius: 30px;
            display: inline-block;
            margin-bottom: 5px;
        }

        .single-news-area .news-content a {
            display: block;
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0;
        }

            .single-news-area .news-content a:hover, .single-news-area .news-content a:focus {
                color: #ffbb38;
            }

        .single-news-area .news-content .news-meta a {
            position: relative;
            z-index: 1;
            display: inline-block;
            font-size: 12px;
            color: #838383;
            font-weight: 600;
            margin-bottom: 0;
            line-height: 1;
        }

            .single-news-area .news-content .news-meta a img {
                margin-right: 5px;
            }

            .single-news-area .news-content .news-meta a:last-child {
                margin-left: 31px;
            }

                .single-news-area .news-content .news-meta a:last-child::after {
                    content: '|';
                    position: absolute;
                    top: 0;
                    left: -20px;
                    z-index: 1;
                }

            .single-news-area .news-content .news-meta a:hover, .single-news-area .news-content .news-meta a:focus {
                color: #ffbb38;
            }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-news-area .news-content .news-meta a {
        font-size: 10px;
    }
}

@media only screen and (max-width:767px) {
    .single-news-area .news-content .news-meta a {
        font-size: 10px;
    }
}

.contact--area {
    position: relative;
    z-index: 1;
}

    .contact--area .contact-content {
        padding: 55px 45px;
        background-color: #fff;
        border: 1px solid #afbace;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact--area .contact-content {
        padding: 30px;
    }
}

@media only screen and (max-width:767px) {
    .contact--area .contact-content {
        padding: 20px;
    }
}

.contact--area .contact-content .single-contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

    .contact--area .contact-content .single-contact-content:last-child {
        margin-bottom: 0;
    }

    .contact--area .contact-content .single-contact-content .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        margin-right: 15px;
        background-color: #ffbb38;
    }

    .contact--area .contact-content .single-contact-content .text p {
        font-weight: 600;
        color: #212121;
        margin-bottom: 0;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact--area .contact-content .single-contact-content .text p {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .contact--area .contact-content .single-contact-content .text p {
        font-size: 12px;
    }
}

.contact--area .contact-content .single-contact-content .text span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #838383;
}

.contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #e75339;
}

    .contact--area.contact-page .contact-content h5 {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 35px;
    }

    .contact--area.contact-page .contact-content .single-contact-content .text p, .contact--area.contact-page .contact-content .single-contact-content .text span {
        color: #fff;
    }

.newsletter-area {
    position: relative;
    z-index: 3;
}

    .newsletter-area::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,54,121,.7);
        z-index: -1;
    }

    .newsletter-area .nl-content {
        position: relative;
        z-index: 1;
    }

        .newsletter-area .nl-content h2 {
            color: #fff;
            margin-bottom: 25px;
            display: block;
            font-weight: 400;
            font-size: 30px;
        }

@media only screen and (max-width:767px) {
    .newsletter-area .nl-content h2 {
        font-size: 18px;
    }
}

.newsletter-area .nl-content form {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .newsletter-area .nl-content form input {
        width: 100%;
        height: 45px;
        background-color: #fff;
        border-radius: 30px;
        border: none;
        font-size: 12px;
        font-style: italic;
        padding: 0 20px;
    }

    .newsletter-area .nl-content form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 130px;
        height: 45px;
        background-color: #ffbb38;
        border: none;
        border-radius: 0 30px 30px 0;
        top: 0;
        right: 0;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        z-index: 20;
    }

        .newsletter-area .nl-content form button:hover {
            background-color: #e75339;
        }

        .newsletter-area .nl-content form button:focus {
            outline: none;
            box-shadow: none;
        }

@media only screen and (max-width:767px) {
    .newsletter-area .nl-content form button {
        width: 100px;
    }
}

.newsletter-area .nl-content p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.single-team-member-area {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .single-team-member-area .team-thumb {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: relative;
        z-index: 1;
        width: 180px;
        border-radius: 50%;
        margin: 0 auto 40px;
        height: 180px;
    }

        .single-team-member-area .team-thumb::after {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            content: '';
            width: 100%;
            height: 100%;
            background-color: transparent;
            border: 8px solid #e75339;
            top: 0;
            left: 0;
            position: absolute;
            z-index: 100;
            border-radius: 50%;
            opacity: 0;
            visibility: hidden;
        }

        .single-team-member-area .team-thumb img {
            border-radius: 50%;
        }

        .single-team-member-area .team-thumb .view-more a {
            position: absolute;
            width: 62px;
            height: 62px;
            border-radius: 15px;
            background-color: #ffbb38;
            text-align: center;
            bottom: -10px;
            right: 0;
            z-index: 300;
            color: #fff;
            line-height: 62px;
            font-size: 18px;
        }

            .single-team-member-area .team-thumb .view-more a:hover {
                background-color: #e75339;
            }

        .single-team-member-area .team-thumb:hover {
            box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
        }

            .single-team-member-area .team-thumb:hover::after {
                opacity: 1;
                visibility: visible;
            }

    .single-team-member-area .team-info {
        position: relative;
        z-index: 1;
    }

        .single-team-member-area .team-info h5 {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .single-team-member-area .team-info h6 {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 0;
            color: #6e6e6e;
        }

    .single-team-member-area:hover .team-info h5 {
        color: #ffbb38;
    }

.footer-area {
    background-image: url('../images/about/section-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, bottom;
    position: relative;
}

    .footer-area::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(11 28 57 / 84%);
    }

    .footer-area .single-footer-widget {
        position: relative;
        z-index: 1;
    }

        .footer-area .single-footer-widget img {
            width: 250px;
            height: auto;
            margin-left: 0px;
        }

        .footer-area .single-footer-widget p {
            color: #fff;
            line-height: 26px;
            font-size: 13px;
        }

        .footer-area .single-footer-widget .widget-title {
            font-size: 18px;
            color: #ffbb38;
            margin-bottom: 20px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .footer-area .single-footer-widget ul li a {
            display: block;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
            padding-left: 23px;
        }

            .footer-area .single-footer-widget ul li a::before {
                content: '';
                width: 8px;
                height: 8px;
                top: 7px;
                left: 0;
                border-radius: 50%;
                background-color: #ffbb38;
                position: absolute;
                z-index: 1;
            }

            .footer-area .single-footer-widget ul li a:hover, .footer-area .single-footer-widget ul li a:focus {
                color: #ffbb38;
            }

        .footer-area .single-footer-widget ul li:last-child a {
            margin-bottom: 0;
        }

    .footer-area .copywrite-area {
        position: relative;
        z-index: 1;
        border-top: 1px solid #3c4450;
        padding: 30px 0;
    }

        .footer-area .copywrite-area .copywrite-text {
            font-size: 14px;
            margin-bottom: 0;
            color: #636b75;
            font-weight: 400;
        }

@media only screen and (max-width:767px) {
    .footer-area .copywrite-area .copywrite-text {
        margin-top: 30px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .copywrite-area .copywrite-text {
        margin-top: 0;
    }
}

.footer-area .copywrite-area .copywrite-text a {
    color: #636b75;
    font-size: 14px;
    font-weight: 400;
}

    .footer-area .copywrite-area .copywrite-text a:hover, .footer-area .copywrite-area .copywrite-text a:focus {
        color: #ffbb38;
    }

.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 255px;
}

@media only screen and (max-width:767px) {
    .breadcrumb-area {
        height: 180px;
    }
}

.breadcrumb-area .breadcrumb-content h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width:767px) {
    .breadcrumb-area .breadcrumb-content h2 {
        font-size: 24px;
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
        color: #fff;
    }

    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
        color: #ffbb38;
        font-size: 16px;
        font-weight: 600;
    }

    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }

        .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
            color: #ffbb38;
        }

.single-latest-news-area {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

    .single-latest-news-area:last-child {
        margin-bottom: 0;
    }

    .single-latest-news-area .news-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }

    .single-latest-news-area .news-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%;
        padding-left: 0px;
    }

        .single-latest-news-area .news-content a {
            display: block;
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 0;
            color: #fff;
        }

            .single-latest-news-area .news-content a:hover, .single-latest-news-area .news-content a:focus {
                color: #ffbb38;
            }

        .single-latest-news-area .news-content .news-meta a {
            position: relative;
            z-index: 1;
            display: inline-block;
            font-size: 12px;
            color: #838383;
            font-weight: 600;
            margin-bottom: 0;
        }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-latest-news-area .news-content .news-meta a {
        font-size: 9px;
    }
}

.single-latest-news-area .news-content .news-meta a img {
    margin-right: 2px;
}

.single-latest-news-area .news-content .news-meta a:last-child {
    margin-left: 21px;
}

    .single-latest-news-area .news-content .news-meta a:last-child::after {
        content: '|';
        position: absolute;
        top: 0;
        left: -15px;
        z-index: 1;
    }

.single-latest-news-area .news-content .news-meta a:hover, .single-latest-news-area .news-content .news-meta a:focus {
    color: #ffbb38;
}

.single-blog-area {
    position: relative;
    z-index: 1;
}

    .single-blog-area .blog-thumbnail {
        position: relative;
        z-index: 1;
        margin-bottom: 35px;
    }

        .single-blog-area .blog-thumbnail a {
            display: block;
        }

            .single-blog-area .blog-thumbnail a img {
                border-radius: 5px;
            }

    .single-blog-area .blog-content {
        position: relative;
        z-index: 1;
    }

        .single-blog-area .blog-content span {
            font-size: 10px;
            color: #fff;
            background-color: #ffbb38;
            padding: 3px 15px;
            border-radius: 30px;
            display: inline-block;
            margin-bottom: 5px;
        }

        .single-blog-area .blog-content .post-title {
            display: block;
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 0;
            color: #212121;
        }

            .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
                color: #ffbb38;
            }

        .single-blog-area .blog-content .blog-meta {
            margin-bottom: 30px;
        }

            .single-blog-area .blog-content .blog-meta a {
                position: relative;
                z-index: 1;
                display: inline-block;
                font-size: 12px;
                color: #838383;
                font-weight: 600;
                margin-bottom: 0;
            }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-blog-area .blog-content .blog-meta a {
        font-size: 9px;
    }
}

.single-blog-area .blog-content .blog-meta a img {
    margin-right: 2px;
}

.single-blog-area .blog-content .blog-meta a:last-child {
    margin-left: 21px;
}

    .single-blog-area .blog-content .blog-meta a:last-child::after {
        content: '|';
        position: absolute;
        top: 0;
        left: -15px;
        z-index: 1;
    }

.single-blog-area .blog-content .blog-meta a:hover, .single-blog-area .blog-content .blog-meta a:focus {
    color: #ffbb38;
}

.single-blog-area .blog-content p {
    margin-bottom: 0;
}

.post-details-content {
    position: relative;
    z-index: 1;
    padding: 15px 15px;
    min-height: 295px;
}

    .post-details-content img {
        /* border-radius: 10px; */
        margin-bottom: 30px;
        border-radius: 0px;
    }

    .post-details-content p {
        margin-bottom: 5px;
    }

.pagination {
    position: relative;
    z-index: 1;
}

    .pagination .page-item .page-link {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 5px;
        line-height: 40px;
        font-weight: 600;
        font-size: 16px;
        color: #212121;
        padding: 0;
        border: none;
        text-align: center;
        margin-right: 2px;
    }

        .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
            color: #fff;
            background-color: #ffbb38;
        }

    .pagination .page-item.active .page-link {
        color: #fff;
        background-color: #ffbb38;
    }

.sidebar-area {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
    /* border: 1px solid #000; */
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width:767px) {
    .sidebar-area {
        margin-top: 30px;
    }
}

.single-widget-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .single-widget-area:last-child {
        margin-bottom: 0;
    }

    .single-widget-area .widget-heading {
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
    }

        .single-widget-area .widget-heading .line {
            width: 30px;
            height: 8px;
            background-color: #ffbb38;
            border-radius: 5px;
            display: block;
            margin-bottom: 15px;
        }

    .single-widget-area.search-widget {
        position: relative;
        z-index: 1;
    }

        .single-widget-area.search-widget form {
            position: relative;
            z-index: 1;
        }

            .single-widget-area.search-widget form input {
                width: 100%;
                height: 50px;
                border-radius: 5px;
                border: none;
                background-color: #f1f7f9;
                padding: 0 20px;
                font-size: 12px;
                font-style: italic;
            }

            .single-widget-area.search-widget form button {
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                position: absolute;
                width: 125px;
                height: 50px;
                border: none;
                top: 0;
                right: 0;
                z-index: 99;
                background-color: #e75339;
                color: #ffbb38;
                font-weight: 600;
                font-size: 14px;
                text-transform: uppercase;
                border-radius: 5px;
                cursor: pointer;
            }

                .single-widget-area.search-widget form button:hover {
                    background-color: #ffbb38;
                    color: #e75339;
                }

    .single-widget-area.cata-widget ul {
        padding-left: 0;
    }

        .single-widget-area.cata-widget ul li {
            border-bottom: 1px solid #eee;
            padding-left: 5px;
        }

            .single-widget-area.cata-widget ul li a {
                display: block;
                font-size: 15px;
                padding: 7px 0;
                font-weight: 600;
                color: #e75339;
            }

                .single-widget-area.cata-widget ul li a:hover, .single-widget-area.cata-widget ul li a:focus {
                    color: #ffbb38;
                }

.comment_area {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px;
}

    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51px;
        flex: 0 0 51px;
        min-width: 51px;
        margin-right: 30px;
        height: 51px;
        border-radius: 50%;
    }

@media only screen and (max-width:767px) {
    .comment_area .comment-content .comment-author {
        margin-right: 15px;
    }
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px;
}

    .comment_area .comment-content .comment-meta .post-author, .comment_area .comment-content .comment-meta .post-date, .comment_area .comment-content .comment-meta .reply {
        position: relative;
        z-index: 1;
        margin-bottom: 5px;
        display: inline-block;
        font-size: 14px;
        color: #212121;
        margin-right: 30px;
    }

@media only screen and (max-width:767px) {
    .comment_area .comment-content .comment-meta .post-author, .comment_area .comment-content .comment-meta .post-date, .comment_area .comment-content .comment-meta .reply {
        font-size: 12px;
        margin-right: 15px;
    }
}

.comment_area .comment-content .comment-meta .post-author::after, .comment_area .comment-content .comment-meta .post-date::after, .comment_area .comment-content .comment-meta .reply::after {
    position: absolute;
    top: 0;
    right: -16px;
    content: '|';
    z-index: 1;
}

@media only screen and (max-width:767px) {
    .comment_area .comment-content .comment-meta .post-author::after, .comment_area .comment-content .comment-meta .post-date::after, .comment_area .comment-content .comment-meta .reply::after {
        right: -8px;
    }
}

.comment_area .comment-content .comment-meta .post-author:hover, .comment_area .comment-content .comment-meta .post-date:hover, .comment_area .comment-content .comment-meta .reply:hover {
    color: #e75339;
}

.comment_area .comment-content .comment-meta .reply {
    margin-right: 0;
}

    .comment_area .comment-content .comment-meta .reply::after {
        display: none;
    }

.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

.comment_area .single_comment_area {
    margin-bottom: 30px;
}

    .comment_area .single_comment_area:last-of-type {
        margin-bottom: 0;
    }

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px;
}

.contact-advisor {
    position: relative;
    z-index: 1;
    background-color: #ffbb38;
    padding: 35px;
}

    .contact-advisor h5 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .contact-advisor .single-advisor {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }

        .contact-advisor .single-advisor:last-child {
            margin-bottom: 0;
        }

        .contact-advisor .single-advisor .advisor-img {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            max-width: 80px;
            width: 80px;
            margin-right: 30px;
        }

        .contact-advisor .single-advisor .advisor-info h6 {
            color: #fff;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .contact-advisor .single-advisor .advisor-info span {
            font-size: 12px;
            text-transform: capitalize;
            margin-bottom: 15px;
            display: block;
            color: #fff;
        }

        .contact-advisor .single-advisor .advisor-info p {
            font-size: 14px;
            margin-bottom: 0;
            line-height: 1;
            font-weight: 700;
            color: #fff;
        }

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 54px;
    width: 100%;
    background-color: #f1f7f9;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 500;
    color: #aeaeae;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .contact-form-area .form-control:focus {
        box-shadow: none;
    }

.contact-form-area textarea.form-control {
    height: 250px;
}

.map-area {
    position: relative;
    z-index: 2;
    height: 960px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-area {
        height: 1200px;
    }
}

@media only screen and (max-width:767px) {
    .map-area {
        height: 1200px;
    }
}

.map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0;
}

.map-area .contact---area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .map-area .contact---area .contact-page {
        background-color: #e75339;
        padding: 70px 45px;
    }

@media only screen and (max-width:767px) {
    .map-area .contact---area .contact-page {
        padding: 40px 30px;
    }
}

.map-area .contact---area .contact-page h4 {
    color: #fff;
    font-weight: 600;
}

.elements-title {
    position: relative;
    z-index: 1;
}

    .elements-title .line {
        width: 30px;
        height: 8px;
        background-color: #ffbb38;
        border-radius: 5px;
        display: block;
        margin-bottom: 15px;
    }

    .elements-title h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

.single-service-area {
    position: relative;
    z-index: 1;
}

    .single-service-area .icon {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #e75339;
        text-align: center;
        margin-right: 20px;
        line-height: 60px;
        color: #fff;
        font-size: 30px;
    }

    .single-service-area .text h5 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        font-size: 18px;
    }

    .single-service-area .text p {
        margin-bottom: 0;
    }

    .single-service-area:hover .icon, .single-service-area:focus .icon {
        background-color: #ffbb38;
    }

    .single-service-area:hover .text h5, .single-service-area:focus .text h5 {
        color: #ffbb38;
    }

.single-cool-fact {
    position: relative;
    z-index: 1;
}

    .single-cool-fact .scf-icon {
        position: relative;
        z-index: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
    }

        .single-cool-fact .scf-icon i {
            color: #ffbb38;
            font-size: 65px;
        }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
    }

        .single-cool-fact .scf-icon i {
            font-size: 40px;
        }
}

.single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width:767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 24px;
    }
}

.single-cool-fact .scf-text p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #212121;
    line-height: 1;
}

.single-cool-fact.white .scf-icon i, .single-cool-fact.white .scf-text h2, .single-cool-fact.white .scf-text p {
    color: #fff;
}

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
}

    .single-accordion h6 a {
        font-family: "Open Sans",sans-serif;
        background-color: #e75339;
        border-radius: 5px;
        color: #fff;
        display: block;
        margin: 0;
        padding: 20px 70px 20px 30px;
        position: relative;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
    }

        .single-accordion h6 a span {
            background: transparent;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-size: 10px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 58px;
            height: 100%;
            color: #fff;
            line-height: 58px;
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0;
            }

        .single-accordion h6 a.collapsed {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            background-color: #ffbb38;
            color: #fff;
        }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

    .single-accordion .accordion-content p {
        padding: 15px 15px 0;
        margin-bottom: 0;
    }

.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .single-skils-area .circle {
        position: relative;
        z-index: 10;
        margin-bottom: 15px;
    }

    .single-skils-area .skills-text {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .single-skils-area .skills-text span {
            font-size: 18px;
            color: #212121;
            font-weight: 600;
        }

    .single-skils-area p {
        margin-bottom: 0;
        font-family: "Open Sans",sans-serif;
        letter-spacing: 2px;
        color: #212121;
        text-transform: uppercase;
    }

.credit-tabs-content {
    position: relative;
    z-index: 1;
}

    .credit-tabs-content .nav-tabs {
        border-bottom: none;
        margin-bottom: 15px;
    }

        .credit-tabs-content .nav-tabs .nav-link {
            background-color: #f1f7f9;
            padding: 0 15px;
            height: 40px;
            line-height: 40px;
            color: #212121;
            margin: 0 2px;
            border-radius: 5px 5px 0 0;
            font-size: 16px;
            font-weight: 600;
        }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px;
    }
}

.credit-tabs-content .nav-tabs .nav-link.active {
    background-color: #e75339;
    color: #fff;
}

.credit-tabs-content .credit-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

    .credit-tabs-content .credit-tab-text p {
        margin-bottom: 0;
    }

.credit-tabs-content .tab-content h6 {
    font-size: 18px;
}

.single-icons {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    min-height: 110px;
}

    .single-icons img {
        max-width: 100px;
    }

    .single-icons i {
        font-size: 50px;
        margin-bottom: 30px;
        display: block;
        color: #fff;
    }

    .single-icons span {
        display: block;
        color: #a50000;
    }

.carousel-control-prev {
    left: 0;
    background: transparent;
    border: none;
}

.carousel-control-next {
    right: 0;
    background: transparent;
    border: none;
}

.top-header {
    position: relative;
    padding: 8px 0px;
    border-bottom: 1px solid #e3e3e3;
}

.dropdown-menu {
    z-index: 5000;
}

.navbar {
    padding: 1px 1px;
}

.nav-link {
    padding: 1px 1px;
}

.auto-container {
    position: static;
    max-width: 1300px;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-top {
    position: relative;
    padding: 2px 0px;
    background-color: rgb(88 21 15);
    color: #58150f;
}

.header_info-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .header_info-list li a {
        position: relative;
        color: #fff;
        font-size: 15px;
    }

    .header_info-list li {
        position: relative;
        display: inline-block;
        color: #fff;
        margin-right: 15px;
        padding-left: 25px;
        padding-right: 25px;
        border-right: 1px solid #fff;
    }

        .header_info-list li .icon {
            position: absolute;
            left: 0px;
            top: 5px;
            line-height: 1em;
            color: #fff;
        }

.header-social_box-two li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

    .header-social_box-two li a {
        position: relative;
        color: #fff;
        font-size: 14px;
    }

.header-top .inner-container {
    position: relative;
    /* padding-left: 350px; */
    padding-right: 20px;
}

.about-head {
    color: #a50303;
}

.linered {
    border-color: #a50303;
}

.main-footer_contact-list li {
    position: relative;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 6px;
}

.main-footer_contact-list {
    position: relative;
}

    .main-footer_contact-list li .icon {
        position: absolute;
        left: 0px;
        top: 10px;
        line-height: 1em;
        color: rgb(255 255 255);
    }

.main-footer_bottom {
    position: relative;
    background-color: #430903;
    padding: 10px 0px;
    color: #fff;
    border-top: 1px solid #453d3d;
}

.footer_copyright {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

.copy-one-to p {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

    .copy-one-to p a {
        color: #fff;
    }

.icon-box {
    transition: all 0.1s ease-in-out;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 0px;
    font-family: "Open Sans", sans-serif !important;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 0;
}

    .icon-box.iconbox-border {
        border: 1px solid #dcdcdc;
        margin: 1px;
        background: #ffffff;
        background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
        background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
        background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    }

    .icon-box img:first-child {
        height: 55px;
        width: 55px;
        margin-bottom: 10px;
    }

.tab-content {
    padding: 10px 10px;
    min-height: 294px;
}

.news-thumbnail img {
    width: auto;
    height: 18px;
}

.whatsapp {
    display: inline-block;
    position: fixed;
    right: 17px;
    bottom: 150px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 63px;
    z-index: 2;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 2rem;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

#rum_sst_tab {
    /* font-family: Tahoma, sans-serif; */
    bottom: 20%;
    color: #fff;
    background: linear-gradient(to bottom, #cf0404 0%, #990505 100%);
    border-style: solid;
    z-index: 99999999;
    border-width: 0;
}

.rum_sst_contents {
    position: fixed;
    margin: 0;
    padding: 6px 13px 8px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-style: solid;
    display: block;
    z-index: 100000;
}

.rum_sst_left {
    left: -2px;
    cursor: pointer;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}



/*====================
22. Feature css 
======================*/

.feature-area {
    position: relative;
    z-index: 1;
}

.fa-negative {
    /*margin-top: -150px;*/
    margin-right: 20px;
    padding: 0px 0px 30px;
}

.feature-item {
    position: relative;
    padding: 20px 15px;
    background: #ffffff;
    border-radius: 50px 50px 50px 0px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
    z-index: 1;
    min-height: 290px;
    transition: all .5s ease-in-out;
}

    .feature-item:hover {
        transform: translateY(-10px);
    }

    .feature-item .count {
        position: absolute;
        right: 20px;
        top: 0px;
        font-size: 50px;
        font-weight: 800;
        -webkit-text-stroke: 2px #f2a447;
        -webkit-text-fill-color: transparent;
    }

.feature-icon {
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    background: -webkit-linear-gradient(top, #990505 0%,#cf0404 100%);
    margin-bottom: 16px;
    box-shadow: 5px 5px 0 #f2f3f5;
    position: relative;
    transition: all .5s ease-in-out;
}

.feature-item:hover .feature-icon {
    transform: rotateY(360deg);
}

.feature-icon img {
    width: 48px;
    filter: brightness(0) invert(1);
}

.feature-content {
    flex: 1;
}

    .feature-content h4 {
        color: #19232b;
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .feature-content p {
        color: #19232b;
        line-height: 22px;
        text-align: left;
    }

@media all and (max-width: 1199px) {
    .fa-negative {
        margin-top: -30px;
        /* margin-left: 20px; */
    }

    .feature-item.active::before {
        transform: scale(1);
    }
}



/* ========================
23. Portfolio css 
=========================== */

.portfolio-area {
    position: relative;
}

.portfolio-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
/*.portfolio-item:hover {
    transform: translateY(-10px);
}*/
.portfolio-img {
    height: 100%;
    position: relative;
}

.portfolio-item:hover .portfolio-img::before {
    opacity: 0.5;
    visibility: visible;
}

.portfolio-item:hover .portfolio-img a:hover {
    background: none;
    color: #fda31b;
}

.portfolio-item:hover .portfolio-img a {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.explore .portfolio-img img {
    width: 100%;
    border-radius: 0px;
}

.explore .portfolio-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 100%; */
    /* height: 100%; */
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #ffffff;
    background: none;
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
}

.explore .portfolio-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    background: #19232b;
    transition: all .5s ease-in-out;
}

.portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.portfolio-info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #ffffff;
    border-radius: 50px 50px 50px 0;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.portfolio-item:hover .portfolio-info {
    bottom: 30px;
}

.portfolio-subtitle {
    font-size: 14px;
    color: #116e63;
    margin-bottom: 7px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .portfolio-subtitle span {
        color: #116e63;
    }

.portfolio-title {
    color: #19232b;
    font-size: 18px;
    margin-bottom: 0px;
}

.portfolio-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(top, #990505 0%,#cf0404 100%);
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    border-radius: 50px;
}

    .portfolio-btn:hover {
        background: #fda31b;
        color: #ffffff;
    }


/*====================
58. Facility css 
======================*/

.facility-area {
    position: relative;
    display: block;
    overflow: hidden;
}

.facility-item {
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #ffffff;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
    z-index: 1;
    padding: 10px;
    min-height: 170px;
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #fda31b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.facility-arrow .theme-btn {
    padding: 12px 22px;
}

.theme-btn {
    font-size: 12px;
    color: #ffffff;
    padding: 8px 20px;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: -webkit-linear-gradient(top,#990505 0%,#cf0404 100%);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}


.facility-item:hover {
    transform: translateY(-10px);
}

.facility-img {
    position: relative;
    z-index: 1;
}

    .facility-img img {
        border-radius: 10px;
    }

.facility-content {
    position: relative;
    padding: 10px 20px 0px 20px;
    text-align: center;
}

.facility-arrow {
    margin-top: 12px;
}

.facility-content p {
    font-size: 13px;
    line-height: 24px;
}

.facility-title a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-dark);
}

    .facility-title a:hover {
        color: var(--theme-color);
    }

.facility-arrow .theme-btn {
    padding: 6px 12px;
}



.vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: #195c90;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vs-btn:before,
    .vs-btn:after {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        background-color: #195c90;
        transform: scale(0);
        z-index: -1;
        border-radius: inherit;
        transform-origin: right bottom;
        transition: all ease 0.4s;
        opacity: 0;
        visibility: hidden;
        background: -webkit-linear-gradient(top, #990505 0%,#cf0404 100%);
    }

    .vs-btn:before {
        transform-origin: left top;
    }

    .vs-btn i {
        display: inline-block;
        vertical-align: middle;
        transition: all ease 0.4s;
    }

    .vs-btn:hover {
        color: #fff;
    }

        .vs-btn:hover:before,
        .vs-btn:hover:after {
            transform: scale(1);
            opacity: 1;
            visibility: visible;
        }

    .vs-btn.style2 {
        background-color: #185e92;
        color: #ffffff;
        padding: 0 35px 0 0;
        background: -webkit-linear-gradient(top, #990505 0%,#cf0404 100%);
    }

        .vs-btn.style2 i {
            background-color: #ffbb38;
            color: #fff;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 22px;
            margin: 0 15px 0 0;
            border-radius: 50%;
        }

        .vs-btn.style2:after {
            transform: scale(1);
            background-color: #ffbb38;
            z-index: -2;
            border-radius: inherit;
            border: 2px solid #ffbb38;
        }

        .vs-btn.style2:hover {
            color: #fff;
        }

            .vs-btn.style2:hover:before {
                transform: scale(1);
            }

            .vs-btn.style2:hover i {
                background-color: #f5bb29;
            }

.play-btn {
    background-color: #c10404;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

    .play-btn > i {
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        background-color: #c10404;
        color: #fff;
        border-radius: 50%;
        z-index: 1;
        transition: all ease 0.4s;
        margin: -6px -8px;
    }

    .play-btn:after,
    .play-btn:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0);
        border: 4px solid #c10404;
        transition: all ease 0.4s;
    }

    .play-btn:after {
        animation-delay: 2s;
    }

    .play-btn:hover:after,
    .play-btn:hover::before,
    .play-btn:hover i {
        background-color: #c10404;
        color: #fff;
    }

.py-120 {
    padding: 60px 0;
}

.photo-gallery {
    overflow: hidden;
}

    .photo-gallery img {
        border-radius: 40px 40px 40px 0;
    }

.sts-gallery .card {
    border: none;
}

.photo-btn {
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    margin: 10px 10px 10px 0px;
}

.top-notice marquee {
    height: 35px;
    display: flex;
    align-items: center;
    background-color: #f6df65;
    line-height: 35px;
    font-size: 11px;
}

.online-text {
    height: 35px;
    background-color: #300603;
    text-align: center;
    padding: 0px 2px;
    color: #fff;
}

    .online-text a {
        padding: 3px 3px;
        line-height: 29px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

.about-right h5 {
    margin-bottom: 10px;
}

.about-right .content-list i {
    color: #c10404;
    margin-right: 8px;
    font-size: 18px;
}

.contact-text {
    padding: 25px;
}

    .contact-text p {
        margin: 0 0 15px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        color: black;
    }

    .contact-text h5 {
        margin: 0 0 -2px 0;
        padding-bottom: 7px;
        display: inline-block;
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    .contact-text .v-heading-v2 {
        display: block;
        margin-bottom: 25px;
        border-bottom: 1px dotted #e4e4e4;
    }


.back-arrow {
    margin-top: 10px;
    position: absolute;
    left: 20px;
    top: 0px;
}

    .back-arrow a {
        font-size: 16px;
        color: #000000 !important;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .back-arrow a i {
            margin-right: 5px !important;
            color: #000 !important;
            margin-top: -2px;
        }

.fee-listing li {
    margin-bottom: 5px;
}

.fee-listing h5 {
    margin-top: 10px;
}

.mob_top-services a {
    display: grid;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
    margin-top: 10px;
}

.mob_top-services img {
    filter: brightness(0.5);
    width: 70px;
    height: 70px;
}

.mob_top-services .text {
    font-size: 18px;
    font-weight: 600;
}

.mobcontact li a::before {
    display: none
}

.mobicon {
    display: flex;
}

    .mobicon a {
        padding-left: 0px !important;
    }

@media(max-width:1082px) {
    .mobicon {
        display: block;
    }
}









@media only screen and (max-width: 600px) {
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    color: var(--color-dark);
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
}}












