@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

body {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
     
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
/*--------------------------------------------------------------
 * Preloader CSS MS
 *--------------------------------------------------------------
 */

.wp-smart-loader {
    text-indent: -12345px;
}

/*--------------------------------------------------------------
 * Preloader One
 *--------------------------------------------------------------
 */

.smart-loader-one {
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
 * Preloader Two
 *--------------------------------------------------------------
 */

.smart-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear;
}

    .smart-loader-two span {
        width: 40px;
        height: 40px;
        position: absolute;
        background: red;
        display: block;
        -webkit-animation: spinner-two 1s infinite linear;
        animation: spinner-two 1s infinite linear;
    }

        .smart-loader-two span:nth-child(1) {
            background: #2ecc71;
        }

        .smart-loader-two span:nth-child(2) {
            left: 44px;
            background: #9b59b6;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-two span:nth-child(3) {
            top: 44px;
            background: #3498db;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-two span:nth-child(4) {
            top: 44px;
            left: 44px;
            background: #f1c40f;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

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

@keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

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

/*--------------------------------------------------------------
 * Preloader Three
 *--------------------------------------------------------------
 */

.smart-loader-three {
    position: relative;
}

    .smart-loader-three span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #9b59b6;
        position: absolute;
        -webkit-animation: spinner-three 1.5s infinite ease-in-out;
        animation: spinner-three 1.5s infinite ease-in-out;
    }

        .smart-loader-three span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-three span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-three span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .smart-loader-three span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

    .smart-loader-four .spinner-cube {
        width: 33%;
        height: 33%;
        background-color: #9b59b6;
        float: left;
        -webkit-animation: spinner-four 1.3s infinite ease-in-out;
        animation: spinner-four 1.3s infinite ease-in-out;
    }

    .smart-loader-four .spinner-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .smart-loader-four .spinner-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .smart-loader-four .spinner-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*--------------------------------------------------------------
 * Preloader Five
 *--------------------------------------------------------------
 */

.smart-loader-five {
    width: 80px;
    height: 80px;
    position: relative;
}

    .smart-loader-five .spinner-cube {
        border: 2px solid transparent;
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .smart-loader-five .spinner-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #9b59b6;
            -webkit-animation: spinner-five 2.4s infinite linear both;
            animation: spinner-five 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .smart-loader-five .spinner-cube-2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .smart-loader-five .spinner-cube-3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .smart-loader-five .spinner-cube-4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .smart-loader-five .spinner-cube-2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-five .spinner-cube-3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .smart-loader-five .spinner-cube-4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
 * Preloader Six
 *--------------------------------------------------------------
 */

.smart-loader-six {
    width: 70px;
    height: 70px;
    position: relative;
}

    .smart-loader-six .spinner-cube-1,
    .smart-loader-six .spinner-cube-2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #3498db;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: spinner-six 2.0s infinite ease-in-out;
        animation: spinner-six 2.0s infinite ease-in-out;
    }

    .smart-loader-six .spinner-cube-2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes spinner-six {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes spinner-six {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.wp-smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}


.wp-smart-body {
    visibility: hidden;
}
/*--------------------------------------------------------------
 * Preloader Seven
 *--------------------------------------------------------------
 */
.main-slider h2 {
    position: relative;
    display: block;
    font-size: 54px;
    color: #ffffff;
    font-weight: 600;
    line-height: 66px;
    z-index: 1;
}
.main-slider h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 64px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}
.btn-style-one {
    background: #e22726;
    display: block;
    float: left;
    border-radius: 8px;
    width: 80px;
    height: 80px;
     
}
.bootom-box{ position:relative;}
    .bootom-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(10 10 10 / 73%);
    }

.min-img{ width:100%;}
.po-b-box {
    position: absolute;
    padding: 20px;
    top: 0;
}
    .po-b-box span {
        position: relative;
        color: #e22726;
        font-size: 35px;
        font-weight: 700; padding-left:1.5em
    }
        .po-b-box span:before {
            content: "";
            width: 40px;
            height: 1px;
            background: #e22726;
            position: absolute;
            left: 0;
            top: 38%;
        }
        .po-b-box span:after {
            content: "";
            width: 40px;
            height: 1px;
            background: #e22726;
            position: absolute;
            left: 0;
            top: 55%;
        }
    .po-b-box h3 {
        color: #e22726;
        font-size: 22px;
        margin: 20px 0;
    }
    .po-b-box h5 {
        color: #dfdfdf;
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
    }
    .po-b-box a {
        background: #385dab;
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 7px;
        text-align: center;
        line-height: 60px;
        margin-top: 15px;
    }
        .po-b-box a img {
            width: 75%;
        }
        .bottom-s {
            position: relative;
        }
    .bottom-s:before {
        content: "";
        background: #C69453!important;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
    }
.about-t{}
.small-t {
    font-size: 17px;
    font-weight: 600;
    
    margin-bottom: 20px;
}
.heading-t {
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-t p {
    font-size: 18px;
    color: #343434;
    font-weight: 400;
    line-height: 28px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.btn-extended-lines {
    display: inline-grid;
    border: 1px solid;
    border-color: #18181833;
    padding: 15px 30px;
    position: relative;
    margin-top: 20px;
}
.btn-extended-lines i{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #18181833;
    transition: transform .3s cubic-bezier(.22,.665,.34,.875);
}
.btn-extended-line-tl {
    border-right: none !important;
    border-bottom: none !important;
    transform-origin: top left;
}

.btn-extended-line-bl, .btn-extended-line-tl {
    left: 0;
}

.btn-extended-line-tl, .btn-extended-line-tr {
    top: 0;
}

.btn-extended-line {
    width: var(--extended-line-size);
    height: var(--extended-line-size);
    border: 1px solid var(--color-primary);
    transform: rotate(180deg);
    transition: inherit;
}
.btn-extended-line-bl, .btn-extended-line-tl {
    left: 0;
}
.btn-extended-line-bl {
    border-top: none !important;
    border-right: none !important;
    transform-origin: bottom left;
}
.pos-abs {
    position: absolute;
    --extended-line-size: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    fill: #FFFFFF;
    --btn-pt: 1.2em;
    --btn-pe: 5.2em;
    --btn-pb: 1.2em;
    --btn-ps: 5.2em;
    padding: 6px;
}

.pointer-events-none {
    pointer-events: none;
}

.d-inline-block {
    display: inline-block;
}
.btn-extended-line-tr {
    border-bottom: none !important;
    border-left: none !important;
    transform-origin: top right;
}

.btn-extended-line-br, .btn-extended-line-tr {
    right: 0;
}

.btn-extended-line-tl, .btn-extended-line-tr {
    top: 0;
}
.btn-extended-line-br {
    border-top: none !important;
    border-left: none !important;
    transform-origin: bottom right;
}

.btn-extended-line-br, .btn-extended-line-tr {
    right: 0;
}

.btn-extended-line-bl, .btn-extended-line-br {
    bottom: 0;
}



.btn-extended-lines:hover{
    background: #C69453 !important;
    color: #fff;
}
    .btn-extended-lines:hover .btn-extended-line {
       border-color: #C69453 !important;
        
    }
.btn-extended-lines {
    color: #e22726
}
.red-line .btn-extended-line {
    border-color: #C69453 !important;
}
.red-line {
    border-color: #C69453!important;
}
.white-line .btn-extended-line {
    border-color: #fff !important;
}
.white-line {
    border-color: #fff !important;
}
    .white-line .btn-txt {
        color: #fff !important;
    }
.about-img {
    position: relative;
}
.tag-img {
    position: absolute;
    bottom: 0;
    left: -4em;
    transition: transform 1200ms ease-out;
    transform: translateY(0);
    transition: transform 1200ms ease-out;
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear;
}
.download-img:after {
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear
}

@-webkit-keyframes download-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

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

@keyframes download-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.btn-txt {
    font-size: 19px;
    font-weight: 500;
}
.news-sub {
    position: relative;
    background-image: url(../images/service-bg.png);
    background-attachment: fixed;
    background-position: bottom;
}
    .news-sub:before {
        content: "";
        background: rgb(226 39 38 / 81%);
        position: absolute;
        top: 0;
        left: 0px;
        right: 0px;
        bottom: 0;
    }
    .service {
        position: relative;
        background-image: url(../images/service-bg.png);
        background-attachment: fixed;
        background-position: top;
        min-height: 761px;
    }
.recent{min-height: 761px;}
.service:before {
    content: "";
    background:#594431ba;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu > li > a {
    position: relative;
    display: block;
    color: #1b1b1b;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    padding: 15px 0px;
    font-size: 18px !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu > li > a:before {
                    position: absolute;
                    content: '';
                    left: 0px;
                    bottom: 12px;
                    height: 2px;
                    width: 0%;
                    background-color: #C69453 !important;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }
.post, .page {
    margin: 0 !important;
}
            .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.current-menu-item > a:before,
            .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li:hover > a:before {
                width: 100%;opacity:1 !important;
            }

            .main-menu .navigation > li:hover > a,
            .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.current-menu-item > a,
            .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li:hover > a,
            .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.current-menu-item > a {
                opacity: 1;
                color: #e22726;
            }
.ser-it p {
    color: #fbfbfb;
    line-height: 32px;
    font-size: 17px;
    text-decoration: overline;
    font-weight: normal;
}
.fl-r {
    float: right;margin-top: 0px !IMPORTANT;
}
.white-line:hover {
    background: #ffffff;
    color: #e22726 !IMPORTANT;
}
    .white-line:hover .btn-txt {
        color: #e22726 !important;
    }
.min-slider-ser {
    position: relative;
}
.carousel-cell img {
    width: 100%;
}
.carousel-cell {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
}
.carousel-cell {
    width: 100%;
}
.carousel-cell:nth-child(2n+1) {
   padding-top:2em;
}

.po-ser {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 20px;
    background: #0a0a0a85;
    height: 60px;
    line-height: 60px;
    color: #fff;
}
.link-text {
    color: #fff;
    font-size: 23px;
}
    .link-text:hover {
        color: #e22726;
    }
    .icon-click {
        height: 60px;
        width: 60px;
        position: absolute;
        right: 0;
        background: #385dab;
    }
.min-ser {
    position: relative;
}
.min-draw {
    position: relative;
    padding-left: 4em;
}
    .min-draw span {
        position: absolute;
        left: 0;
        font-size: 35px;
        color: #e22726;
        line-height: 37px;
        top: 0;
    }
    .min-draw p {
        font-size: 16px;
        color: #333333;
        margin-bottom: 0px;
    }
.po-dr {
    font-size: 26px;
    color: #171717;
}
    .po-dr i {
        font-weight: 300;
        font-size: 23px;
        font-family: 'Jost', headline;
    }
.form-request{ position:relative;}
    .form-request:before {
        content: "";
        position: absolute;
        background-color: #C69453;
        width: 64%;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .form-request:after {
        content: "";
        position: absolute;
        
        top: 0;
        bottom: 0;
        width: 36%;
        background-size: cover;
        background-position: top center;
    }
.fill-box {
    width: 100%;
    padding: 13px;
    border: none !important;
}
.fill-mess {
    width: 100%;
    padding: 13px;
    border: none !important;min-height:100px; max-height:100px;
}
.call-b {
    display: block;
    float: left;
    background: #323232;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.button-re {
    background-color: #e22726;
    cursor: pointer;
}
.flot-r{ float:right}
.blog-list {
    background: #f5f5f5;
    position: relative;
    border: 1px solid #e3e3e3;
    display: block;
    float: left;
    width: 100%;
}
.bl-img {
    display: block;
    float: left;
    width: 100%;
}
.bl-img img{}
.blog-con {
    padding: 20px;
    padding-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}
.category {
    margin-bottom: 15px;
    display: block;
    display: block;
    float: left;
    width: 100%;
}
    .category a {
        font-size: 14px;
    }
.blog-con h3 {
    font-size: 20px;
    line-height: 27px;
}
    .blog-con h3 a {
        font-size: 20px;
        line-height: 27px;
            display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    }
.bottom-link {
    border-top: 1px solid #e3e3e3;
    margin-top: 25px;
    display: block;
    padding-top: 10px;
    float: left;
    width: 100%;
}
.left-l {
    padding-top: 10px;
    float: left;
    color: #C69453;
    font-size: 14px;
}
    .left-l i {
        font-size: 19px;
        margin-right: 10px;
        float: left;
    }
.right-cl{}
    .right-cl a {
        height: 50px;
        width: 50px;
        
        right: 0;
        background: #C69453;
        float: right;
    }
.right-cl a img{}

.min-news span {
    float: left;
    margin-right: 20px;
}
.min-news h3 {
    color: #fff;
}
.min-news p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

/* CSS About Us Start
-----------------------------------*/

.sub-banner {
    background-image: url(../images/subbanner.png);
    background-size: cover;
    background-attachment: fixed; position:relative;
    background-position: top;
}
    .sub-banner:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgb(26 26 26 / 64%);
    }
.text-line h1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 130px !important;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    
    font-weight: 800;
}
.text-line ul li {
    float: left;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.text-c {
    display: inline-block;
    color: #fff;
    text-align: center;
}
.color-t {
    color: #C69453;
}

.po-click {
    position: absolute;
    bottom: -7.5em;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #e22726;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}
.po-click a img{ width:40px;}
    .po-click:before {
        content: "";
        width: 80px;
        height: 80px;
        position: absolute;
        left: -10px;
        right: 0;
        top: -10px;
        bottom: 0;
        background: #C69453;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 1;
    }
    .po-click:after {
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: -20px;
        right: 0;
        top: -20px;
        bottom: 0;
        background: #594431ba;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 1;
       
    }
    .po-click a {
        z-index: 9;
        position: relative;
        display: block;
        background: #262525;
        border-radius: 50%;
    }

.recent{ position:relative;}
    .recent:before {
        content: "";
        background: #C69453;
        position: absolute;
        top: 0;
        left: 0px;
        right: 0px;
        bottom: 0;
        height: 55%;
         
    }
    .owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.recent .container {
    position: relative;
    z-index: 4;
}
    .recent:after {
        content: "";
        background-image: url(../images/recent.png);
        position: absolute;
        top: 0;
        left: 0px;
        right: 0px;
        bottom: 0;
        height: 55%;z-index: -1;
    }
.min-w-list {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.min-w-list span {
    float: left;
    margin-right: 30px;
}
.min-w-list img {
    width: 80px;
}
    .min-w-list h3 {
        font-size: 22px;
    }
    .min-w-list p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 23px;
    }
.first-box{ padding:20px}
    .first-box img {
        width: 80px;
        margin-bottom: 20px
    }
    .first-box h3 {
        color: #fff; font-size:27px;
    }
    .first-box p {
        color: #fff;
        font-size: 16px;
    }
/* CSS About Us End
-----------------------------------*/
/* CSS Services Start
-----------------------------------*/
.before-l:before {
    content: "";
    width: 59%;
    height: 125%;
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
    top: -14%;
    margin: auto;
    border: 8px solid #333;
    z-index: -1;
}
.gray-bg{ background-color:#f5f5f5;}
.con-ser-des {
    background: #fff;
    padding: 20px;
    padding-top: 50px;
}
    .con-ser-des h3 {
        font-size: 22px;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
    }
    .con-ser-des h3 a {
        font-size: 22px;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
    }
    .con-ser-des p {
        font-size: 17px;
        line-height: 25px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
    }
.ser-list .con-ser-des .btn-extended-lines {
    margin-left: 15px;
    margin-bottom: 20px;
}
.ser-list {
    margin-bottom: 30px;
}
.min-ser-list{ position:relative}
.min-ser-list span {
    background: #fff;
    position: absolute;
    bottom: -36px;
    left: 15px;
    border-radius: 50%;
    box-shadow: 1px 2px 13px 2px rgb(0 0 0 / 46%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
    .min-ser-list span:before {
        content: "";
        background: #f5f5f5;
        position: absolute;
        bottom: 0px;
        left: 0;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        right: 0;
        margin: auto;
        top: 0;
        z-index: 1;
    }
    .min-ser-list span img {
        width: 51px;
        position: relative;
        z-index: 3;
    }
.min-details{}
    .min-details h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
.min-details h3{}
    .min-details h4 {
        font-size: 17px;
        line-height: 25px;
        color: #303030;
    }
    .min-details p {
        font-size: 17px;
    }
    .min-details ul {
        padding-left: 2em;
    }
        .min-details ul li {
            list-style: decimal-leading-zero;
            margin-bottom: 20px;
            color: #e22726;
        }

/* CSS Services End
-----------------------------------*/
/* CSS Blogs Start
-----------------------------------*/
.ser-list:hover .con-ser-des h3 a {
    color: #C69453;
}
.ser-list:hover .btn-extended-lines{
    background: #C69453;
    color: #fff;
}
div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ser-list:hover{     
    box-shadow: -1px 3px 10px 1px #00000040;
    /* border: 1px solid #e1dddd; */
}
.gr-bg {
    background-color: #f5f5f5;
    padding-top: 20px;
}
.cat-date span {
    color: #282828; font-size:15px;
}
.cat-date a {
    color: #282828;
    font-size: 15px;
}
.cat-date {
    margin-bottom: 14px;
}
.gr-bg h3 {
    margin-bottom: 16px;
}

.min-recent {
    background: #f5f5f5;
    padding: 20px;
    top: 150px;
    z-index: 8;
    position: sticky;
}
.blog-list-recent {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}
.head-t .heading-t2 {font-size:32px; margin-bottom:20px;}
.head-t .heading-t2 span{ font-weight:normal;}
.blog-list-recent span {
    float: left;
    margin-right: 15px;
    width: 100px;
    height: 100px;
}
    .blog-list-recent span img {
        height: 100%;
    }
.date {
    margin-top: 18px;
    font-size: 15px;
    margin-bottom: 5px;
}
.m-c {
    margin: auto;
    float: none;
    display: block;
    text-align: center;
}
.bl-d {
    font-size: 16px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.bl-d a {
    font-size: 16px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}





/* CSS Blogs End
-----------------------------------*/

/* CSS Contact us Start
-----------------------------------*/
.fill-in {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    height: 50px;
}
.fill-text {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    height: 150px;
}
.send-btn {
    width: 100%;
    font-size: 22px;
    background: #e22726;
    color: #fff;
    border: none;
    padding: 11px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}
.men{}
.send-btn:hover {
    background: #385dab;
}
    .min-form {
        background: #f5f5f5;
        padding: 30px;
        border: 1px solid #e2e2e2;
    }

.cont-text {
    background-color: #21252a;
    padding: 30px 20px;
    text-align: center;
}
    .cont-text span i {
        color: #e22726;
        font-size: 40px;
        margin-bottom: 2px;
        display: block;
        height: 61px;
    }
.min-t{}
    .min-t p {
        color: #999999;
        font-size: 16px;
        margin-bottom: 0;
    }

 
.po-b-box-so span {
            position: relative;
    color: #C69453 !IMPORTANT;
    font-size: 35px;
    font-weight: 700 !IMPORTANT;
    padding-left: 1.5em;
}
    
        .po-b-box-so span:before {
            content: "";
            width: 40px;
            height: 1px;
            background: #C69453;
            position: absolute;
            left: 0;
            top: 38%;
        }
        .po-b-box-so span:after {
            content: "";
            width: 40px;
            height: 1px;
            background: #C69453;
            position: absolute;
            left: 0;
            top: 55%;
        }
    .po-b-box-so h3 {
        color: #C69453 !important;
        font-size: 22px;
        margin: 20px 0; margin-bottom: 0px !important;
    }
    .po-b-box-so h5 {
        color: #dfdfdf !important;
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
    }


.form-fill input {
    width: 100% !IMPORTANT;
    padding: 13px !IMPORTANT;
    border: none !important;
    background: #fff !important;
    border-radius: 0px !IMPORTANT;
    height: 50px !IMPORTANT;
}
.form-fill .select2-selection.select2-selection--single {
    width: 100% !IMPORTANT;
    padding: 13px !IMPORTANT;
    border: none !important;
    background: #fff !important;
    border-radius: 0px !IMPORTANT;
    height: 50px !IMPORTANT;
}
.form-fill textarea {
    width: 100% !IMPORTANT;
    padding: 13px !IMPORTANT;
    border: none !important;
    background: #fff !important;
    border-radius: 0px !IMPORTANT;
    min-height: 100px;
    max-height: 100px;
}

.form-fill button {
    font-size: 22px !IMPORTANT;
    background-color: #222222 !IMPORTANT;
    color: #fff;
    border: none;
    padding: 11px !IMPORTANT;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100% !IMPORTANT;}
.po-click span {
    display: block;
    line-height: 60px;
    /* padding-left: 3px; */
    background: #3a3a3a;
    width: 60px;
    border-radius: 50px;
    font-size: 29px;
}


/* CSS Contact us End
-----------------------------------*/

.subscribe input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    background: #cccccc;
    padding: 10px 20px !important;   
    border-radius: 3px;
    padding: 3px;
}

.subscribe.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:last-child, .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:last-child {
    margin-right: 0;
    background: #C69453;
    width: 100%;
    padding: 13px;
    color: #fff;
    font-size: 19px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff!important;
}