@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: #e22726;
        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: #e22726;
    color: #fff;
}
    .btn-extended-lines:hover .btn-extended-line {
       border-color: #e22726;
        
    }
.btn-extended-lines {
    color: #e22726
}
.red-line .btn-extended-line {
    border-color: #e22726 !important;
}
.red-line {
    border-color: #e22726 !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: rgb(226 39 38 / 81%);
    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: #e22726 !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: #e22726;
        width: 64%;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .form-request:after {
        content: "";
        position: absolute;
        background-image: url(../images/request.png);
        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}

.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: #385dab;
    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: #385dab;
        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;
}
.min-bg-s .eae-info-circle-item__content-wrap:before{ content:"";}
.eae-info-circle .eae-info-circle-item__content-wrap:after {
    content: "";
    background: #00000094;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.eae-info-circle .eae-info-circle-item__content-wrap p{ color:#fff !important}
/* CSS About Us Start
-----------------------------------*/
.blog-caption {
    padding: 20px;
    background: #07B5C1;
    
}
.blog-caption p{
     color:#FFF;
}
.blog-caption h3 a {
    color:#FFF;
}
.btn1 {
    color: #FFF;
}
.blog-event.text-center {
    margin-bottom: 25px;
}
.blog-caption h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.event-content {
    padding: 15px;
    background:#07B5C1;
}
.event-content p {
   color:#FFF;
}
.event-content span {
   color:#FFF;
}
.event-content h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    color:#FFF;
}
.event {
    margin-bottom: 25px;
}
.cause-middle {
    margin-bottom: 25px;
}
.cause-middle h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
button.forminator-button.forminator-button-submit {
    background: #07B5C1;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color:#FFF;
}

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


.bdha-blog {
    float: left;
    width: 100%;
}

.blog-caption h3 {
    font-size: 20px;
    font-weight: 600;
	display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;

}

.text-center {
    text-align: center;
}

figure {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}




figure img {
    float: left;
    width: 100%;
}

img {
    max-width: 100%;
	vertical-align: middle;
	border: 0;
}

.blog-caption {
    width: 90%;
    top: -30px;
    float: none;
   
    position: relative;
    margin: 0px auto 0px;
    display: inline-block;
    padding: 20px 18px 25px;
	    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}

.blog-caption .btn1 {
    background: #07B5C1;
}

.btn1:hover {
    color: white;
}

.form-submit .submit, .btn1 {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    background-color: #000;
    padding: 12px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}

.blog-caption:hover {
    background-color: #000;
    color: #fff;
}

.blog-caption:hover p {
       color: #fff;
}

a.btn1:hover {
    color: #000;
    background-color: #fff;
}

.heading h1 {
    color: #fff;
}

.forminator-ui#forminator-module-591.forminator-design--default .forminator-button-submit {
    background-color: #07B5C1 !important;
    color: #FFFFFF;
	width:100%;
}

.event {
    display: flex;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 4.222rem rgb(75 182 220 / 20%);
	margin-top: 30px;
}

.event-img img {
       display: inline-block;
    width: 358px;
    vertical-align: top;
    position: relative;
	border-radius: 5px;
    overflow: hidden;
}

.event-content h3 {
    font-weight: 600;
    font-size: 25px;
}

.event-content {
    display: inline-block;
    width: calc(100% - 270px);
    vertical-align: top;

    box-sizing: border-box;
    margin-top: 0;
    /* padding: 0.6799999999999997rem 3.6rem; */
    padding: 27px;
}

.event-content span {
    color: #07B5C1;
    font-size: 17px;
    font-family: 'jost';
}

.event-content h3 {
    font-weight: 600;
    font-size: 25px;
    font-family: 'jost';
}

.event-content p {
    font-size: 17px;
    font-family: 'jost';
    font-weight: normal;
   
}

.icon-img {
    width: 100%;
	padding: 2px 0px 20px 0px;
}

.cause-bg img {
    width: 100%;
}

.cause-middle {
    margin-top: -50%;
    text-align: center;
}

.causes {
    box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 19%);
    margin-bottom: 50px;
}

h3.cause-title a {
    color: #fff;
    font-weight: 600;
    font-family: 'jost';
    font-size: 30px;
	text-decoration: none;
	
}

.cause-button span {
    background-color: #07B5C1;
    padding: 14px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    /* margin-top: 68px; */
    font-family: 'jost';
}

.cause-button span:hover {
    background-color: #000;
}

.cause-button {
    margin-top: 37px;
}

.cause-content {
    margin: 21px 0px 125px 0px;
}

.cause-button span a {
    color: #fff;
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
	
	.event-img img {
    display: inline-block;
    width: 118px;
    vertical-align: top;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
		margin: 31px 0px 0px 15px;
 }
	
.event {
    display: flex;
    margin-bottom: -11px;
    background-color: #ffffff;
    box-shadow: 0 0 4.222rem rgb(75 182 220 / 20%);
    margin-top: -11px;
}
	
	.event-content {
    display: inline-block;
    width: calc(31% - -268px);
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 0;
    /* padding: 0.6799999999999997rem 3.6rem; */
    padding: -18px;
}
	
	.event-content span {
    color: #07B5C1;
    font-size: 14px;
    font-family: 'jost';
}
	
	.event-content h3 {
    font-weight: 600;
    font-size: 13px;
    font-family: 'jost';
}
	
	.event-content p {
    font-size: 13px;
    font-family: 'jost';
    font-weight: normal;
    line-height: 1.8;
}
	
	.text-line ul li {
    list-style: none;
    float: left;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px !important;
    padding-bottom: 20px;
}
	
.cause-content {
    margin: 18px 0px 58px 0px;
}
	
	.cause-middle {
    margin-top: -61%;
    text-align: center;
    /* margin-top: 10px; */
}
	
	h3.cause-title a {
    color: #fff;
    font-weight: 600;
    font-family: 'jost';
    font-size: 20px;
    text-decoration: none;
}
	
}

@media only screen and (min-width: 360px) and (max-width: 740px) {
.event-img img {
    display: inline-block;
    width: 115px;
    vertical-align: top;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 27px 18px 0px 14px;
}
	
	.event-content {
    display: inline-block;
    width: calc(142% - 2px);
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 0;
    /* padding: 0.6799999999999997rem 3.6rem; */
    padding: 27px;
}
	
	.event-content span {
    color: #07B5C1;
    font-size: 10px;
    font-family: 'jost';
}
	
	.event-content h3 {
    font-weight: 600;
    font-size: 19px;
    font-family: 'jost';
}
}

@media only screen and (min-width: 280px) and (max-width: 653px) {
.event-img img {
    display: inline-block;
    width: 50px;
    vertical-align: top;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 31px 37px 0px 19px;
}
	
	.event-content {
    display: inline-block;
    width: calc(218% - 211px);
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 0;
    /* padding: 0.6799999999999997rem 3.6rem; */
    padding: 22px;
}
	.event-content span {
    color: #07B5C1;
    font-size: 10px;
    font-family: 'jost';
}
	.event-content h3 {
    font-weight: 600;
    font-size: 12px;
    font-family: 'jost';
}
	
	h3.cause-title a {
    color: #fff;
    font-weight: 600;
    font-family: 'jost';
    font-size: 15px;
    text-decoration: none;
}
	
	.cause-button span {
    background-color: #07B5C1;
    padding: 14px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    /* margin-top: 68px; */
    font-family: 'jost';
}
	
	.cause-middle {
    margin-top: -65%;
    text-align: center;
}
	
	.cause-content {
    margin: 21px 0px 27px 0px;
}
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
.text-center.text-line {
    margin-top: 58px;
}


p.date {
   
    font-weight: 600;
    color: #828282;
    margin-top: -12px;
}
	
	h3.cause-title a {
    color: #fff;
    font-weight: 600;
    font-family: 'jost';
    font-size: 25px;
    text-decoration: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.text-center.text-line {
    margin-top: 78px;
}
	.text-line h1 {
    color: #fff;
    position: relative;
    font-size: 45px !important;
    font-weight: 600;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
	

	p.date {
   
    font-weight: 600;
    color: #828282;
    font-size: 7px !important;
    
}
	
	h3.cause-title a {
    color: #fff;
    font-weight: 600;
    font-family: 'jost';
    font-size: 20px;
    text-decoration: none;
}
	
	.cause-content {
    margin: 7px 0px 54px 0px !important;
}
}


@media only screen and (min-width: 414px) and (max-width: 896px) {


}

@media only screen and (min-width: 360px) and (max-width: 740px) {

	
	.cause-middle {
    margin-top: -59%;
    text-align: center;
   
}
	.cause-content {
    margin: 12px 0px 56px 0px;
}
h3.cause-title a {
    color: #fff;
    font-weight: 600;
    font-family: 'jost';
    font-size: 19px;
    text-decoration: none;
}
}

@media only screen and (min-width: 412px) and (max-width: 915px) {

	.cause-content {
    margin: 12px 0px 83px 0px;
}
}

@media only screen and (min-width: 912px) and (max-width: 1368px) {

}

@media only screen and (min-width: 540px) and (max-width: 720px) {
.cause-content {
    margin: 12px 0px 150px 0px !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 600px) {
.cause-content {
    margin: 21px 0px 88px 0px !important;
}
}

@media only screen and (min-width: 1280px) and (max-width: 800px) {

	.cause-content {
    margin: 21px 0px 125px 0px !important;
}
}

@media only screen and (min-width: 393px) and (max-width: 851px) {
.cause-content {
    margin: 12px 0px 75px 0px;
}
}