﻿@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600&family=Montserrat:wght@400;600&family=Mukta:wght@400;600&family=Open+Sans:wght@400;600&family=PT+Sans&family=Poppins:wght@400;600&family=Roboto&family=Roboto+Condensed&family=Roboto+Slab:wght@400;600&family=Rubik:wght@400;600&family=Mukta+Vaani:wght@400;600&display=swap');

.ffoonnttss {
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Mukta', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Karla', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Mukta Vaani', sans-serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    font-size: 15px;
    line-height: 24px;
}

a, a:hover {
    text-decoration: none;
    font-weight: 400;
}

p, div {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, span, p, sup {
    color: var(--ftcolor);
    transition: all 0.4s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: 0.4px;
}

    h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, span:hover, p:hover, sup:hover {
        color: var(--hftcolor);
    }

.material-symbols {
    font-size: inherit;
    line-height: inherit;
}

.material-symbols-outlined {
    font-size: inherit;
    line-height: inherit;
    vertical-align: bottom;
    font-weight: 600;
}

.p-15 {
    padding: 15px;
}

.porl {
    position: relative;
}

.iconbg {
    font-size: 30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    background-color: var(--bgcolor);
    color: var(--ftcolor);
    transition-property: all !important;
}

    .iconbg:hover {
        background-color: var(--hbgcolor);
        color: var(--hftcolor);
    }

.sqiconbg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ftcolor);
    background-color: var(--bgcolor);
    transition: all 0.4s ease-in-out;
}

    .sqiconbg:hover {
        background-color: var(--hbgcolor);
        color: var(--hftcolor);
    }

a.ctbgcl {
    background-color: var(--bgcolor);
    color: var(--ftcolor);
    border-color: var(--bdcolor);
    transition: all 0.4s ease-in-out;
}

    a.ctbgcl:hover {
        background-color: var(--hbgcolor);
        color: var(--hftcolor) !important;
        border-color: var(--hbdcolor);
    }

.comimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/*--------------------------------------------------------------
Features Elements Style
--------------------------------------------------------------*/
.feature-design1 .fcnt1:hover .iconbg {
    background-color: var(--hbgcolor);
    color: var(--hftcolor);
    transition: all 0.4s ease-in-out;
}

.feature-design2 .fcnt2 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.feature-design2 .cticon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: var(--ftcolor);
    background-color: var(--bgcolor);
    transition: all 0.4s ease-in-out;
}

.feature-design2 .fcnt2:hover .cticon {
    background-color: var(--hbgcolor);
    color: var(--hftcolor);
    transform: scale(1.1);
}

.feature-design3 .fcnt3:hover .iconbg {
    background-color: var(--hbgcolor);
    color: var(--hftcolor);
    transform: scale(1.1);
}

.feature-design6 .im6 {
    width: 70%;
    display: inline-block;
}

.feature-design7 .im7 {
    width: 70%;
    display: inline-block;
    float: right;
}

.feature-design6 .tx6 {
    display: inline-block;
    position: absolute;
    width: 50%;
    bottom: -50px;
    z-index: 1;
    right: 0;
    padding: 70px;
}

.feature-design7 .tx7 {
    display: inline-block;
    position: absolute;
    width: 50%;
    bottom: -50px;
    z-index: 1;
    left: 0;
    padding: 70px;
}

.feature-design6 .lk6, .feature-design7 .lk7 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 50px;
    padding: 0 24px;
    text-align: center;
    line-height: 50px;
    z-index: 2;
}

.feature-design8 .feim8 img {
    max-width: 100%;
    transition: all 0.5s ease-in-out;
}

.feature-design8 .fepr8 {
    overflow: hidden;
}

.feature-design8 .fepa8 {
    top: -105%;
}

.feature-design8 .fepr8:hover .fepa8 * {
    opacity: 1 !important;
    transition: all 0.5s ease-in-out;
}

.feature-design8 .fepr8:hover .feim8 img {
    transform: scale(1.2);
    opacity: 0.6;
}

.feature-design8 .fepr8:hover .fepa8 {
    top: 50%;
    transform: translateY(-50%);
    z-index: 112;
    transition: all 0.5s ease-in-out;
}

.feature-design8 .fepr8:hover .imt .sim-row-edit-hover {
    z-index: 99999;
}

.feature-design12 .fe12wp {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
}

    .feature-design12 .fe12wp img {
        max-width: 100%;
        max-height: 100%;
    }

.feature-design12 .fe12bx {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: #262626;
    width: 100%;
    padding: 10px;
    clip-path: circle(20px at 26px 26px);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    height: 100%;
}

.feature-design12 .fe12cn {
    padding: 15px 25px;
}

.feature-design12 .fe12bx:hover {
    clip-path: circle(75%);
    background: darkorange;
}

.feature-design12 .fe12bx > span {
    color: white;
    font-weight: bold;
    transition: color .5s;
    position: absolute;
    left: 15px;
    top: 14px;
}

.feature-design12 .fe12bx:hover > span {
    color: rgba(255,255,255,0);
}

.feature-design13 .fe13sn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

    .feature-design13 .fe13sn *,
    .feature-design13 .fe13sn:before,
    .feature-design13 .fe13sn:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .feature-design13 .fe13sn img {
        max-width: 100%;
        vertical-align: top;
    }

    .feature-design13 .fe13sn:before,
    .feature-design13 .fe13sn:after {
        position: absolute;
        top: 20px;
        right: 20px;
        content: '';
        background-color: #fff;
        z-index: 1;
        opacity: 0;
    }

    .feature-design13 .fe13sn:before {
        width: 0;
        height: 1px;
    }

    .feature-design13 .fe13sn:after {
        height: 0;
        width: 1px;
    }

    .feature-design13 .fe13sn .figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 15px 20px;
    }

.feature-design13 .fe13tl {
    margin: 0 0 10px 0;
    font-weight: normal;
    opacity: 0 !important;
}

.feature-design13 .fe13sn a {
    z-index: 1;
    opacity: 0 !important;
    border-bottom: 1px solid #fff;
}

.feature-design13 .fe13sn:hover img {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    opacity: 0.4;
}

.feature-design13 .fe13sn:hover:before,
.feature-design13 .fe13sn:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.feature-design13 .fe13sn:hover:before {
    width: 40px;
}

.feature-design13 .fe13sn:hover:after {
    height: 40px;
}

.feature-design13 .fe13sn:hover .fe13tl,
.feature-design13 .fe13sn:hover a {
    opacity: 1 !important;
}

.feature-design13 .fe13sn:hover .fe13tl {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.feature-design13 .fe13sn:hover a {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.feature-design14 .fe14sb {
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.feature-design14 .fe14si {
    position: relative;
    margin: -50px 0 25px 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    transition: all 0.5s ease-in-out;
}

.feature-design14 .fe14sb:hover .fe14si {
    background-color: var(--hbgcolor);
    color: var(--hftcolor);
}

.feature-design15 .fe15bd {
    position: relative;
    padding-left: 50px;
    margin-left: 60px;
}

    .feature-design15 .fe15bd:not(:last-child) {
        padding-bottom: 15px;
        border-left: 2px solid #adb5bd;
    }

.feature-design15 .fe15nm {
    position: absolute;
    left: -22px;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    color: var(--ftcolor);
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.feature-design15 .fe15bd:hover .fe15nm, .feature-design15 .fe15bd:hover .fe15tl {
    color: var(--hftcolor);
}

.feature-design15 .fe15bd .fe15tl {
    transition: all 0.5s ease-in-out;
}

.feature-design16 .fe16im {
    max-width: 70%;
}

.feature-design18 .fe18dv {
    position: relative;
    border: 1px solid #e9ecef;
    transition: all 0.5s ease-in-out;
}

.feature-design18 .fe18nm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e9ecef;
    background-color: #fff;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.feature-design18 .fe18dv:hover .fe18tl, .feature-design18 .fe18dv:hover span {
    color: var(--hftcolor);
}

.feature-design18 .fe18dv:hover .fe18nm {
    transform: translateX(-50%) scale(1.2);
}

.feature-design18 .fe18dv:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

.feature-design19 .card img {
    transition: all 0.4s ease-in-out;
    max-width: 100%;
}

.feature-design19 .card:hover img {
    transform: scale(0.9);
}

.feature-design19 .card:hover .fe19tl {
    color: var(--hftcolor);
}

.feature-design20 .fe20dv {
    color: var(--ftcolor);
}

.feature-design20 .fe20im:hover .fe20dv, .feature-design20 .fe20im:hover .fe20tl {
    color: var(--hftcolor);
}

.feature-design20, .fe20im img {
    transition: all 0.5s ease-in-out;
    transform: scale(0.9);
}

.feature-design20, .fe20im:hover img {
    transform: scale(1);
}

.feature-design25 .fe25dv {
    transition: all 0.4s ease-in-out;
}

    .feature-design25 .fe25dv:hover {
        box-shadow: 0 0 35px rgba(56,56,56,0.2);
        transform: translateY(-4px);
    }

    .feature-design25 .fe25dv img {
        max-width: 70px;
        transform: scale(0.9);
        transition: all 0.4s ease-in-out;
    }

    .feature-design25 .fe25dv:hover img {
        transform: scale(1.1);
    }

.feature-design26 .fe26dv:hover .fe26tl {
    color: var(--hftcolor);
}

.feature-design27 .fe27dv {
    padding: 35px 18px 40px 40px;
}

    .feature-design27 .fe27dv img {
        max-width: 60px;
        transition: .4s;
    }

    .feature-design27 .fe27dv:hover img {
        transform: scale(1.1);
    }

    .feature-design27 .fe27dv div {
        color: var(--ftcolor);
    }

    .feature-design27 .fe27dv .position-absolute {
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .feature-design27 .fe27dv:hover .position-absolute div {
        color: var(--hftcolor);
    }

.feature-design28 .fe28po .sim-row-edit-hover i {
    top: 16px;
}

.feature-design28 .fe28dv1 {
    float: right;
    padding: 0 0 40px 40px;
}

.feature-design28 .fe28dv2 {
    float: left;
    padding: 0 40px 40px 0;
}

.feature-design28 .fe28ab1 {
    left: 0;
    bottom: 0;
    max-width: 300px;
}

.feature-design28 .fe28ab2 {
    right: 0;
    bottom: 0;
    max-width: 300px;
}

.feature-design28 .fe28lk {
    height: 40px;
    padding: 0 20px;
    text-align: center;
    line-height: 36px;
    z-index: 2;
    float: right;
}

.feature-design29 .fe29im {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-design29 .fe29ic {
    max-width: 40px;
}

.feature-design30 .fe30dv:before, .feature-design31 .fe31dv:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    border-left: 2px solid #000;
    opacity: .15;
    content: '';
}

.feature-design30 .fe30ds, .feature-design31 .fe31ds {
    position: absolute;
    width: 100px;
    height: 40px;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
    z-index: 99;
}

.feature-design30 .fe30dt, .feature-design31 .fe31dt {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 25px;
}

.feature-design30 .fe30dv2, .feature-design31 .fe31dv2 {
    padding-top: 64px;
}

.feature-design32 .fe32im {
    width: 100%;
    height: 450px;
    object-position: 50% 0%;
    object-fit: cover;
}

.feature-design32 .fe32ai {
    margin-top: -300px;
}

.feature-design32 .fe32po .sim-row-edit-hover i {
    top: 16px;
}

.feature-design33 .fe33dv {
    width: 80%;
}

.feature-design33 .fe33im {
    max-width: 420px;
    margin: -410px auto 0 240px;
}

.feature-design33 .fe33bg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 5px;
}

.feature-design34 .fe34dv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    max-width: 90%;
}

.feature-design34 .fe34po .sim-row-edit-hover i {
    top: 16px;
}

.feature-design35 .fe35bg {
    height: 200px;
}

.feature-design35 .fe35sp {
    margin-top: -100px;
}

.feature-design35 .fe35mt {
    display: block;
    position: relative;
    margin: -100px auto 0 auto;
    width: 80%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.feature-design36 .fe36im {
    position: relative;
    display: inline-block;
    float: left;
    width: 630px;
    height: 630px;
    margin-top: 60px;
    border-radius: 50%;
}

    .feature-design36 .fe36im img {
        max-width: 100%;
        clip-path: circle(50% at 50% 50%);
    }

.feature-design36 .fe36mt {
    display: inline-block;
    position: relative;
    margin: 380px 0 120px -100px;
    width: 585px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.feature-design36 .fe36ab {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: 520px;
    bottom: 60px;
}

.feature-design37 .fe37mt {
    margin-top: -100px;
}

.feature-design37 .fe37im {
    max-width: 65px;
}

.feature-design38 .fe38dv {
    padding: 0 0 80px 50px;
}

.feature-design38 .fe38ab {
    left: 0;
    bottom: 0;
    width: 350px;
}

.feature-design38 .fe38gd {
    display: grid;
    position: relative;
    margin: -500px 0 0 auto;
    padding-bottom: 50px;
    width: 550px;
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 10px;
}

.feature-design38 .fe38im {
    max-width: 65px;
}

.feature-design39 .fe39d1 {
    height: 250px;
    width: 100%;
}

.feature-design39 .fe39m1 {
    margin-top: -120px;
}

.feature-design39 .fe39im {
    max-width: 65px;
}

.feature-design40 .fe40d1 {
    position: absolute;
    top: 60px;
    left: 60px;
    height: calc(100%);
    width: calc(100% - 60px);
    z-index: 0;
}

.feature-design40 .fe40il {
    max-width: calc(100% - 60px);
    position: relative;
}

.feature-design40 .fe40sp {
    padding: 80px 0 0 60px;
}

.feature-design40 .fe40fx {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 70%;
    margin: -100px 0 0 auto;
}

    .feature-design40 .fe40fx > div {
        flex-basis: 25%;
        width: 25%;
    }

.feature-design40 .fe40im {
    max-width: 65px;
}

.feature-design41 .fe41d1 {
    border: 1px solid rgba(255,255,255,0.4);
}

.feature-design41 .fe41d2 {
    height: 100%;
}

.feature-design41 .fe41im {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.feature-design41 .fe41gd {
    display: grid;
    grid-template-columns: 50% 50%;
}

.feature-design41 .fe41g1 {
    grid-area: 1 / 1 / 3 / 2;
}

.feature-design41 .fe41g2 {
    grid-area: 1 / 2 / 2 / 2;
}

.feature-design41 .fe41g3 {
    grid-area: 2 / 2 / 3 / 2;
}

.feature-design42 .fe42gd {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.feature-design42 .fe42d1 {
    width: 90%;
    height: 250px;
}

.feature-design42 .fe42im {
    margin: 20px auto 0 auto;
    max-width: 65px;
    display: inline-block;
}

    .feature-design42 .fe42im img {
        max-width: 65px;
    }

.feature-design42 .fe42d2 {
    width: 90%;
    height: calc(100% - 105px);
    display: inline-block;
    margin: -145px auto 0 0;
}

.feature-design43 .fe43bg {
    margin-top: 250px;
    height: 200px;
}

.feature-design43 .fe43sp {
    position: relative;
    margin-top: -400px;
}

.feature-design43 .fe43d1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.feature-design44 .fe44im, .feature-design45 .fe45im {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.feature-design44 .fe44dv {
    width: 50%;
    margin-top: -160px;
    z-index: 99;
    position: relative;
}

.feature-design45 .fe45dv {
    width: 50%;
    margin-top: -160px;
    z-index: 99;
    position: relative;
}

.feature-design46 .fe46im {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.feature-design46 .fe46dv {
    width: 100%;
    margin-top: -160px;
    z-index: 99;
    position: relative;
}

.feature-design47 .fe47d1 {
    min-height: 700px;
    display: flex;
}

.feature-design47 .fe47i1 {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    overflow: hidden;
}

.feature-design47 .fe47im {
    max-width: 100%;
}

.feature-design47 .fe47dv {
    width: 35%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.feature-design48 .fe48bg, .feature-design49 .fe49bg {
    height: 200px;
}

.feature-design48 .fe48sp, .feature-design49 .fe49sp {
    margin-top: -200px;
}

.feature-design48 .fe48im, .feature-design49 .fe49im {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feature-design50 .fe50d1 {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index:0;
    left: 50%;
    transform: translateX(-50%);
}

.feature-design50 .fe50i1 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%) !important;
}

.feature-design51 .fe51bg {
    height: 350px;
}

.feature-design51 .fe51sp {
    margin-top: -350px;
}

.feature-design51 .fe51i1 {
    width: 400px;
    height: 400px;
    display: inline-block;
}

.feature-design51 .feid2 {
    margin: -320px auto 0 0;
}

.feature-design51 .fe51i2 {
    width: 600px;
    height: 600px;
    display: inline-block;
    margin-bottom: 50px;
}

    .feature-design51 .fe51i2 img {
        border: 8px solid #fff;
    }

.feature-design52 .fe52d1 {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    padding-top: 200px;
}

.feature-design52 .fe52d2 {
    position: absolute;
    left: 0;
    top: 50px;
    width: 500px;
    height: 400px;
}

.feature-design52 .fe52d3 {
    position: absolute;
    left: 50px;
    top: 0;
    width: 400px;
    padding: 30px 20px 30px 20px;
    text-align: center;
}

.feature-design52 .fe52d4 {
    width: 50%;
    position: relative;
    margin: -150px 0 0 auto;
}

.feature-design52 .fe52i2 {
    object-fit: cover;
    height: 100%;
    object-position: center center;
}

.feature-design53 .fe53i1 {
    height: 500px;
}

.feature-design53 .fe53sp {
    margin-top: -350px;
}

.feature-design53 .fe53i1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.feature-design53 .fe53dv {
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px, rgba(0, 0, 0, 0.23) 0px 3px 6px 0px;
}

    .feature-design53 .fe53dv img {
        max-width: 65px;
        transition: transform 0.4s ease-in-out;
    }

    .feature-design53 .fe53dv:hover img {
        transform: scale(1.1);
    }

    .feature-design53 .fe53dv:hover h4 {
        color: var(--hftcolor);
    }

.feature-design53 .fe53d1 {
    margin: 450px 30px 30px 30px;
    text-align: center;
}

.feature-design54 .fe54dv {
    width: 600px;
    max-width: 90%;
    padding: 50px;
}

.feature-design55 .fe55i1 {
    height: 500px;
}

    .feature-design55 .fe55i1 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

.feature-design55 .fe55sp {
    margin-top: -100px;
}

.feature-design55 .fe55d1 {
    width: 100%;
    margin: -50px auto 0 auto;
    height: 200px;
}

.feature-design55 .fe55d2 {
    width: 80%;
    min-height: 300px;
    position: relative;
    margin-top: -250px;
}

.feature-design56 .fe56i1 {
    height: 400px;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

    .feature-design56 .fe56i1 img.g-0 {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

.feature-design56 .fe56d1 {
    position: relative;
    width: 70%;
    margin: -400px auto 0 auto;
    min-height: 600px;
    padding: 460px 30px 50px 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.feature-design57 .fe57sc {
    padding-bottom: 50px;
}

.feature-design57 .fe57i1 {
    height: 500px;
}

    .feature-design57 .fe57i1 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

.feature-design57 .fe57sp {
    margin-top: -150px;
}

.feature-design57 .fe57dv {
    padding: 35px 25px;
}

.feature-design57 .fe57i2 {
    height: 450px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .feature-design57 .fe57i2 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

.feature-design58 .fe58sp {
    padding-top: 100px;
}

.feature-design58 .fe58pt {
    height: 100px;
    width: 100%;
}

.feature-design58 .fe58i1 {
    height: 300px;
}

.feature-design58 .fe58mt {
    margin-top: -200px;
}

.feature-design58 .gd4cl {
    gap: 0;
}

.feature-design58 .fe58dv {
    padding: 20px;
}

.feature-design59, .feature-design60 {
    position: relative;
}

    .feature-design59 .fe59ab {
        width: 70%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .feature-design59 .fe59rt, .feature-design60 .fe60rt {
        position: relative;
    }

    .feature-design59 .fe59i1, .feature-design60 .fe60i1 {
        height: 100%;
        min-height: 450px;
    }

    .feature-design60 .fe60ab {
        width: 70%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

.feature-design60, .feature-design61, .feature-design62 {
    position: relative;
}

    .feature-design61 .fe61ab, .feature-design62 .fe62ab {
        width: 400px;
        position: absolute;
        top: 0;
        left: calc(50% - 200px);
        bottom: 0;
    }

    .feature-design61 .fe61i1 {
        width: 75%;
        height: 500px;
        position: relative;
    }

    .feature-design61 .fe61d1 {
        width: 50%;
        position: relative;
        margin: -250px 0 0 auto;
        padding: 45px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    .feature-design62 .fe62i1 {
        width: 75%;
        height: 500px;
        margin: 0 0 0 auto;
        position: relative;
    }

    .feature-design62 .fe62d1 {
        width: 50%;
        position: relative;
        margin: -250px auto 0 0;
        padding: 45px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

.feature-design63 .fe63ab,
.feature-design64 .fe64ab,
.feature-design65 .fe65ab {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.feature-design63 .fe63re,
.feature-design64 .fe64re,
.feature-design65 .fe65re {
        z-index: 11;
    position: relative;
    padding: 50px 0;
}

.feature-design63 .fe63i1,
.feature-design64 .fe64i1,
.feature-design65 .fe65i1 {
    width: 450px;
    height: 450px;
    display: inline-block;
}

.feature-design63 .fe63dv,
.feature-design64 .fe64dv {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.feature-design65 .fe65im {
    max-width: 65px;
}

.feature-design65 .gd3cl {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.feature-design66 .fe66dv {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
}

    .feature-design66 .fe66dv img {
        max-width: 100%;
    }

    .feature-design66 .fe66dv:before {
        content: '';
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        transition: .5s;
        transform: perspective(400px) scaleX(0);
        transform-origin: bottom;
        z-index: 2;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 22%, rgba(0,0,0,0.5) 51%, rgba(0,0,0,1) 100%);
    }

.feature-design66 .fe66im {
    z-index: 8;
    transition: all 500ms linear;
}

.feature-design66 .fe66dv:hover > .fe66im {
    opacity: 0.3;
}

.feature-design66 .fe66dv:hover::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.feature-design66 .fe66ln {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    transform: rotateX(90deg);
    transform-origin: bottom;
    transition: all 500ms linear;
    transition-delay: 0.2s;
    z-index: 9;
}

.feature-design66 .fe66dv:hover .fe66ln {
    opacity: 1;
    transform: rotateX(0deg);
}

.feature-design66 .fe66ln h3 {
    text-align: center;
    margin: 0;
    font-weight: 600;
}

    .feature-design66 .fe66ln h3:hover {
        font-weight: 600;
    }

.feature-design67 .fe67dv {
    position: relative;
    overflow: hidden;
}

.feature-design67 .fe67im {
    max-width: 100%;
    transition: transform 5s ease 0s;
}

.feature-design67 .fe67ln {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.feature-design67 .fe67dv:hover .fe67im {
    transform: rotate(3deg) scale(1.14);
}

.feature-design68 .fe68im {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.feature-design68 .fe68ab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.feature-design68 .fe68re {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

.feature-design68 .fe68i2 {
    max-width: 65px;
}

.feature-design70 .fe70d1 {
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    transition: all 0.5s ease-in-out;
}

.feature-design70 .fe70d2 {
    clip-path: polygon(0 70px, 100% 0%, 100% 100%, 0 100%);
    width: 90%;
    margin: -125px auto 0 auto;
    padding: 100px 15px 25px 15px;
    transition: all 0.5s ease-in-out;
}

.feature-design70 .fe70dv:hover .fe70d1 {
    transform: translateY(-5px);
}

.feature-design70 .fe70dv:hover .fe70d2 {
    transform: translateY(5px);
}

.feature-design71 .fe71dv img {
    max-width: 65px;
}

.feature-design71 .fe71dv {
    max-width: 250px;
    width: 100%;
    padding: 70px 0 0 0;
}

.feature-design72 .fe72dv {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px 20px;
}

.feature-design72 h3 {
    margin-top: 20px;
}

.feature-design72 .fe72nm {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    transform: scale(0.9);
    line-height: 20px;
}

.feature-design72 .fe72dv:hover h4 {
    color: var(--hftcolor);
}

.feature-design72 .fe72dv:hover .fe72nm {
    transform: scale(1);
}

.feature-design73 .fe73dv {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 35px;
    padding: 30px 20px;
}

.feature-design73 .fe73a4 {
    position: absolute;
    left: 15px;
    top: 15px;
    transform: scale(0.9);
    transition: all 0.4s ease-in-out;
}

.feature-design73 .fe73im {
    max-width: 80px;
}

.feature-design73 .fe73dv:hover .fe73a4 {
    transform: scale(1.0);
    color: var(--hftcolor);
}

.feature-design74 .fe74dv {
    padding: 100px 19%;
}

.feature-design75 .fe75dv {
    padding: 45px 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    width: 100%;
}

.feature-design75 .fe75im {
    max-width: 70px;
}

.feature-design76 .fe76im {
    max-width: 45px;
}

.feature-design76 hr {
    background-color: #b3b3b3;
}

.feature-design77 .tm1 {
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
}

    .feature-design77 .tm1 .member-img {
        position: relative;
        overflow: hidden;
        background-color: rgba(0,0,0,1);
    }

    .feature-design77 .tm1 .social {
        position: absolute;
        left: 0;
        bottom: 30px;
        right: 0;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        text-align: center;
    }

        .feature-design77 .tm1 .social div {
            display: inline-block;
            align-items: center;
            justify-content: center;
        }

            .feature-design77 .tm1 .social div img {
                max-width: 32px;
                max-height: 32px;
                margin: 0 3px;
                transition: all 0.4s ease-in-out;
            }

                .feature-design77 .tm1 .social div img:hover {
                    transform: scale(1.1);
                }

    .feature-design77 .tm1 .member-info {
        padding: 25px 15px;
    }

        .feature-design77 .tm1 .member-info span {
            color: var(--ftcolor);
        }

            .feature-design77 .tm1 .member-info span:hover {
                color: var(--hftcolor);
                transition: all 0.4s ease-in-out;
            }

    .feature-design77 .tm1 .team1-img {
        transition: all 0.4s ease-in-out;
    }

    .feature-design77 .tm1:hover .team1-img {
        opacity: 0.5;
    }

    .feature-design77 .tm1:hover .social {
        opacity: 1;
        bottom: 15px;
    }

.feature-design78 .tm2 {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

    .feature-design78 .tm2:hover {
        transition: all 0.4s ease-in-out;
    }

    .feature-design78 .tm2 .team2-img {
        border-radius: 50%;
        max-width: 65%;
    }

    .feature-design78 .tm2:hover .tm2tl {
        color: var(--hftcolor);
        transition: all 0.4s ease-in-out;
    }

    .feature-design78 .tm2 .member-info span {
        color: var(--ftcolor);
    }

        .feature-design78 .tm2 .member-info span:hover {
            color: var(--hftcolor);
            transition: all 0.4s ease-in-out;
        }

    .feature-design78 .tm2 .social2 div img {
        max-width: 32px;
        max-height: 32px;
        margin: 0 3px;
        transition: all 0.4s ease-in-out;
    }

        .feature-design78 .tm2 .social2 div img:hover {
            transform: scale(1.1);
        }

.feature-design79 {
    position: relative;
}

    .feature-design79 .fe79ab {
        width: 60%;
        position: absolute;
        top: 0;
        left: 0;
        height: 300px;
        z-index: 0;
    }

.feature-design80 .fe80im {
    width: 100%;
    height: 550px;
    object-position: 50% 0%;
    object-fit: cover;
}

.feature-design80 .fe80po .sim-row-edit-hover i {
    top: 16px;
}

.feature-design80 .fe80dv {
    margin: -400px 0 0 auto;
    padding: 30px;
    position: relative;
    width: 400px;
    max-width: 100%;
}

.feature-design80 .fe80cr {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

    .feature-design80 .fe80cr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.feature-design81 .fe81cr {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

    .feature-design81 .fe81cr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.feature-design83 .fe83dv {
    width: 100%;
    padding: 25px;
}

.feature-design84 .container, .feature-design84 .container-fluid {
    position: relative;
}

.feature-design84 .fe84ab {
    width: 60%;
    height: 150px;
    position: absolute;
    right: 0;
    top: 100px;
}

.feature-design84 .fe84gd {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-design84 .fe84sh {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.feature-design84 .fe84dv {
    width: 100%;
    padding: 25px;
}

.feature-design84 .fe84im {
    max-width: 100px;
    transform: scale(0.9);
    transition: transform 0.4s ease-in-out;
}

.feature-design84 .fe84dv:hover .fe84im {
    transform: scale(1);
}

.feature-design86 .fe86dv {
    height: calc(100% - 70px);
    margin-top: 30px;
    padding: 130px 20px 70px 20px;
    position: relative;
}

.feature-design86 .fe86id {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
    background-color: #fff;
}

    .feature-design86 .fe86id img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 50%;
    }

.feature-design90 .fe90tn {
    display: block;
    width: 100%;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    cursor: default;
}

.feature-design90 .fe90br {
    border: 1px solid #dddddd;
    text-align: center;
}

.feature-design90 .fe90im {
    display: inline-block;
    padding: 8px;
}

.feature-design90 .fe90if {
    border: 1px solid #dddddd;
}

.feature-design90 table {
    width: 100%;
    margin-bottom: 6px;
}

    .feature-design90 table tr td {
        padding: 6px 6px 0 6px;
        text-align: left;
        font-size: 14px;
    }

.feature-design90 .fe90bf {
    border-top: 1px dashed #dddddd;
    margin: 8px;
    padding-top: 8px;
}


.feature-design91 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    margin: 0;
}

    .feature-design91 .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background: #dddddd;
        left: 50%;
        margin-left: -1.5px;
    }

    .feature-design91 .timeline > li {
        position: relative;
        width: 50%;
        float: left;
        clear: left;
    }

        .feature-design91 .timeline > li > .timeline-panel {
            width: calc(100% - 25px);
            border: 1px solid #dcdcdc;
            position: relative;
        }

            .feature-design91 .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #dcdcdc;
                border-right: 0 solid #dcdcdc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .feature-design91 .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #ffffff;
                border-right: 0 solid #ffffff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .feature-design91 .timeline > li > .timeline-badge {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 30px;
            right: -12px;
            z-index: 1;
        }

            .feature-design91 .timeline > li > .timeline-badge:before {
                content: '';
                width: 16px;
                height: 16px;
                display: inline-block;
                background-color: #dcdcdc;
                border-radius: 8px;
                position: absolute;
                left: 4px;
                top: 4px;
            }

.feature-design91 .timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    display: inline-block;
    margin: 15px 0 10px;
}

.feature-design91 .timeline-body {
    padding: 0 15px 15px;
}

.feature-design91 .timeline-footer {
    padding: 5px 15px;
    background-color: #f4f4f4;
}

    .feature-design91 .timeline-footer p {
        margin: 0;
    }

.feature-design91 .timeline > li:nth-child(2) {
    margin-top: 60px;
}

.feature-design92 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    margin: 0;
}

    .feature-design92 .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background: #dddddd;
        left: 50%;
        margin-left: -1.5px;
    }

    .feature-design92 .timeline > li {
        position: relative;
        width: 50%;
        float: left;
        clear: left;
    }

        .feature-design92 .timeline > li > .timeline-panel {
            width: calc(100% - 25px);
            border: 1px solid #dcdcdc;
            position: relative;
        }

            .feature-design92 .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #dcdcdc;
                border-right: 0 solid #dcdcdc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .feature-design92 .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #ffffff;
                border-right: 0 solid #ffffff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .feature-design92 .timeline > li > .timeline-badge {
            color: #dddddd;
            width: 24px;
            height: 24px;
            line-height: 50px;
            text-align: center;
            position: absolute;
            top: 16px;
            z-index: 1;
        }

            .feature-design92 .timeline > li > .timeline-badge:before {
                content: '';
                width: 16px;
                height: 16px;
                display: inline-block;
                background-color: #dcdcdc;
                border-radius: 8px;
                position: absolute;
                left: 4px;
                top: 18px;
            }

        .feature-design92 .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .feature-design92 .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .feature-design92 .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.feature-design92 .timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    display: inline-block;
    margin: 15px 0 10px;
}

.feature-design92 .timeline-body {
    padding: 0 15px 15px;
}

.feature-design92 .timeline-footer {
    padding: 5px 15px;
    background-color: #f4f4f4;
}

    .feature-design92 .timeline-footer p {
        margin: 0;
    }

.feature-design92 .timeline > li.timeline-inverted {
    float: right;
    clear: right;
}

.feature-design92 .timeline > li:nth-child(2) {
    margin-top: 60px;
}

.feature-design92 .timeline > li.timeline-inverted > .timeline-badge {
    left: -13px;
}

.feature-design94 .fe94dv {
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.16);
    border-radius: 10px;
}

.feature-design94 .fe94id {
    width: 45px;
    margin-right: 12px;
}

    .feature-design94 .fe94id img {
        max-width: 45px;
    }

.feature-design94 h3 {
    margin: 0;
}

.feature-design95 .fe95gd {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-design95 .fe95dv {
    width: 100%;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.feature-design96 .fe96sp {
    margin-top: -120px;
    position: relative;
}

.feature-design96 .fe96id {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
}

    .feature-design96 .fe96id img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.feature-design96 .fe96dv {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 60px 0 auto;
}

.feature-design97 .fe97dv {
    position: relative;
    padding: 20px 0 20px 50px;
    z-index: 0;
}

.feature-design97 .fe97ab {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: -1;
}

.feature-design97 .fe97bd {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    width: 5px;
}

.feature-design98 .fe98dv {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.feature-design98 .fe98id {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.feature-design98 .fe98dt {
    width: 100%;
    padding: 15px;
}

.feature-design99 .fe99dv {
    padding: 30px 20px;
    border-radius: 8px;
}

.feature-design100 .fe100dv {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    overflow: hidden;
}

.feature-design101 .fe101grid {
    max-height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    grid-template-areas:
        "fe101div1 fe101div23 fe101div456"
        "fe101div1 fe101div23 fe101div456"
        "fe101div1 fe101div23 fe101div456";
}

    .feature-design101 .fe101grid a img {
        object-fit: cover;
        object-position: center center;
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

.feature-design101 .fe101gddiv {
    transition: all 0.2s ease-in-out;
}

    .feature-design101 .fe101gddiv:hover {
        transform: scale(1.03);
    }

.feature-design101 .fe101div1 {
    grid-area: fe101div1;
    overflow: hidden;
}

.feature-design101 .fe101div23 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "fe101div2"
        "fe101div3";
    grid-area: fe101div23;
}

.feature-design101 .fe101div2 {
    grid-area: fe101div2;
    overflow: hidden;
}

.feature-design101 .fe101div3 {
    grid-area: fe101div3;
    overflow: hidden;
}

.feature-design101 .fe101div456 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 0px;
    grid-template-areas:
        "fe101div4"
        "fe101div5"
        "fe101div6";
    grid-area: fe101div456;
    grid-auto-flow: row dense;
}

.feature-design101 .fe101div4 {
    grid-area: fe101div4;
    overflow: hidden;
}

.feature-design101 .fe101div5 {
    grid-area: fe101div5;
    overflow: hidden;
}

.feature-design101 .fe101div6 {
    grid-area: fe101div6;
    overflow: hidden;
}

.feature-design101 .fe101abs {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
}

.feature-design101 .fe101brd {
    width: 50px;
    height: 3px;
    display: inline-block;
    float: left;
}

.feature-design102 .fe102img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
}

.feature-design102 .position-relative {
    transition: transform 0.4s ease;
}

    .feature-design102 .position-relative:hover {
        transform: scale(1.04);
    }

.feature-design102 .fe102abs {
    position: absolute;
    left: 25px;
    top: 25px;
    right: 40px;
    z-index: 99;
}

.feature-design103 .fe103re {
    position: relative;
    overflow: hidden;
}

    .feature-design103 .fe103re:hover .img-fluid {
        filter: grayscale(1);
    }

.feature-design103 .fe103abs {
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    width: 85%;
    overflow: hidden;
    transition: 0.8s;
}

.feature-design103 .fe103re:hover .fe103abs {
    bottom: 20px;
}

.feature-design104 .fe104im {
    max-width: 80px;
}

.feature-design105 .c-table {
    display: table;
    margin-top: 30px;
}

.feature-design105 .ci-cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.feature-design105 .ct-cell {
    display: table-cell;
    vertical-align: top;
}

    .feature-design105 .ct-cell h5 {
        margin: 0 0 8px 0;
    }

.feature-design105 .sl_image {
    max-width: 50px;
}

.feature-design105 .sl_icon {
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.feature-design105 .sl_cell h5, .sl_cell p {
    text-align: right !important;
}

















/*--------------------------------------------------------------
Header Elements Style
--------------------------------------------------------------*/
.header-3, .header-4, .header-5 {
    background-size: cover;
    background-attachment: fixed;
}

    .header-3 .he3dv {
        width: 90%;
    }

    .header-3 .he3lk {
        padding: 12px 32px;
        min-width: 140px;
        text-align: center;
    }

.header-6 .he6dv {
    width: 50%;
    padding: 30px;
}

.header-8 .he8ab {
    left: -50px;
    top: -50px;
    bottom: -50px;
    width: 300px;
}

.header-8 .he8rl {
    width: 600px;
}

.header-10 .he10im {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.header-10 .he10ab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.header-10 .he10re {
    position: relative;
    padding: 50px;
    width: 70%;
}

.header-10 .he10lk {
    padding: 12px 32px;
    min-width: 140px;
    text-align: center;
}










/*--------------------------------------------------------------
Title Elements Style
--------------------------------------------------------------*/
.title-1 h1, .title-2 h2, .title-3 h3 {
    margin: 0;
}

.title-5 .t5h3dv,
.title-6 .t6h3dv {
    height: 3px;
    position: relative;
    padding-top: 1px;
    width: auto;
}

.title-5 .t5abdv {
    position: absolute;
    height: 3px;
    width: 100px;
    left: calc(50% - 50px);
    top: 0px;
}

.title-6 .t6h3dv {
    margin-top: 10px;
}

.title-6 .t6abdv {
    position: absolute;
    height: 3px;
    width: 60px;
    left: calc(50% - 30px);
    bottom: 0px;
}












/*--------------------------------------------------------------
Testimonial Elements Style
--------------------------------------------------------------*/

.ts-hide {
    max-width: 100%;
}

/* Next Previous button design - 1 */
.tsnp1 .slick-prev, .tsnp1 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

    .tsnp1 .slick-prev:hover, .tsnp1 .slick-prev:focus, .tsnp1 .slick-next:hover, .tsnp1 .slick-next:focus {
        color: #fff;
        outline: none;
        background: #fff;
    }

        .tsnp1 .slick-prev:hover:before, .tsnp1 .slick-prev:focus:before, .tsnp1 .slick-next:hover:before, .tsnp1 .slick-next:focus:before {
            opacity: 1;
        }

    .tsnp1 .slick-prev:before, .tsnp1 .slick-next:before {
        font-family: "Material Icons";
        font-size: 25px;
        line-height: 1;
        opacity: 1;
        color: #333;
    }

.tsnp1 .slick-prev {
    left: 10px;
}

    .tsnp1 .slick-prev:before {
        content: "\e5e0";
        left: 12px;
        top: 8px;
        position: absolute;
    }

.tsnp1 .slick-next {
    right: 10px;
}

    .tsnp1 .slick-next:before {
        content: "\e5e1";
    }

/* Next Previous button design - 2 */
.tsnp2 .slick-prev:before, .tsnp2 .slick-next:before {
    font-family: "Material Icons";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tsnp2 .slick-prev:before {
    left: 56%;
}

.tsnp2 .slick-prev, .tsnp2 .slick-next {
    position: absolute;
    font-size: 0;
    border: 0;
    background: #020d26;
    display: block;
    outline: 0;
    width: 34px;
    height: 34px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.tsnp2 .slick-prev {
    top: 165px;
    right: 42px;
    z-index: 9;
}

    .tsnp2 .slick-prev:before {
        content: "\e5e0";
    }

.tsnp2 .slick-next {
    top: 165px;
    right: 5px;
}

    .tsnp2 .slick-next:before {
        content: "\e5e1";
    }

/* Next Previous button design - 3 */
.tsnp3 .slick-prev:before, .tsnp3 .slick-next:before {
    font-family: "Material Icons";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tsnp3 .slick-prev:before {
    left: 56%;
}

.tsnp3 .slick-prev, .tsnp3 .slick-next {
    position: absolute;
    font-size: 0;
    border: 0;
    background: #020d26;
    display: block;
    outline: 0;
    width: 34px;
    height: 34px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.tsnp3 .slick-prev {
    top: -20px;
    right: 42px;
}

    .tsnp3 .slick-prev:before {
        content: "\e5e0";
    }

.tsnp3 .slick-next {
    top: -20px;
    right: 5px;
}

    .tsnp3 .slick-next:before {
        content: "\e5e1";
    }


/*-------------------------------------------------*/

.test-design1 .td1dv {
    text-align: center;
    width: 95%;
    padding: 40px 20px;
    margin: 0 auto;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.test-design1 .td1sc {
    margin: 2rem auto 0 auto;
    position: relative;
    overflow: hidden;
}

.test-design1 .td1sb {
    padding: 0 70px;
}


.test-design1 .td1cm {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 22px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 400;
}

    .test-design1 .td1cm::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -10px;
        height: 20px;
        width: 20px;
        background-color: #000;
        transform: translateX(-50%) rotate(45deg);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    }

.test-design1 .d-flex img {
    max-width: 60px;
    border-radius: 50%;
}

.test-design1 .td1nm {
    font-size: 26px;
    color: #000;
}

.test-design1 .td1jb {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.test-design2 .td2sc {
    margin: 2rem auto 0 auto;
    position: relative;
    overflow: hidden;
}

.test-design2 .td2sb {
    padding: 0 70px;
}

.test-design2 .td2cm {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

.test-design2 .d-flex img {
    max-width: 60px;
    border-radius: 50%;
}

.test-design2 .td2nm {
    font-size: 26px;
    color: #fff;
}

.test-design2 .td2jb {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.test-design3 {
    display: block;
    overflow: hidden;
}

    .test-design3 .ts3ab {
        padding-top: 50px;
        padding-right: 210px;
        padding-bottom: 50px;
        position: relative;
    }

    .test-design3 .ts3abg {
        margin-left: -200px;
        position: absolute;
        height: 100%;
        width: calc(100% + 200px);
        top: 0;
        left: 0;
        z-index: 0;
    }

    .test-design3 .ts3tbx {
        margin-top: 60px !important;
        position: relative;
    }

    .test-design3 .ts3tco {
        margin-left: -170px !important;
        position: relative;
    }

    .test-design3 .ts3tbg {
        width: auto;
        margin-right: -200px;
        right: 0;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }

    .test-design3 .ts3lc {
        position: relative;
        z-index: 9;
        height: 100%;
    }

    .test-design3 .ts3ts {
        margin: 10px 0 10px 0;
        padding: 60px 0px 30px 50px;
        position: relative;
        text-align: center;
    }

    .test-design3 .ts3td {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
        margin-left: 150px;
        margin-top: 70px;
        padding: 45px 20px 35px 20px;
        z-index: 1;
        position: relative;
        background-color: #fff;
        transition: all 0.5s ease-in-out 0s;
    }

    .test-design3 .ts3cap {
        margin-bottom: 15px;
        position: relative;
    }

        .test-design3 .ts3cap h6 {
            padding-top: 0;
            margin-bottom: -5px;
            font-size: 19px;
            font-weight: 600;
            line-height: 24px;
            color: #020d26;
        }

        .test-design3 .ts3cap span {
            font-size: 12px;
            color: #9f9f9f;
            margin: 0;
        }

    .test-design3 .ts3td p {
        padding: 0;
        margin: 0;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #5d6576;
    }

    .test-design3 .ts3img {
        border: none;
        position: absolute;
        left: 40px;
        top: 20px;
        width: 175px;
        height: 175px;
    }

        .test-design3 .ts3img img {
            border: 5px solid #fff;
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            max-width: 100%;
            object-fit: cover;
            object-position: center center;
        }

.test-design4 .ts4qt {
    max-width: 55px;
}

.test-design4 .ts4ts {
    padding: 20px 0;
}

    .test-design4 .ts4ts p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #5d6576;
        font-style: italic;
    }

.test-design4 .d-flex img {
    max-width: 80px;
    border-radius: 50%;
}

.test-design4 .td4nm {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.test-design4 .td4jb {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.test-design5 .ts5dv {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background-image: url(../images/ts-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 15px 20px 150px 20px;
    border-radius: 10px;
}

.test-design5 .ts5qt {
    max-width: 45px;
}

.test-design5 .ts5sp {
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 75%;
    transform: translateX(-50%);
}

.test-design5 .ts5im {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
}

    .test-design5 .ts5im img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.test-design5 h4 {
    margin: 10px auto 6px auto;
    letter-spacing: 0.5px;
}

.test-design6 .ts6dv {
    height: 100%;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 10px;
}

    .test-design6 .ts6dv:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

.test-design6 .ts6im {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .test-design6 .ts6im img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.test-design6 h4 {
    margin: 0 0 -2px 0;
    letter-spacing: 0.5px;
}

.test-design6 .ts6st {
    max-height: 25px;
}

.test-design7 .ts7ts {
    padding: 20px;
}

.test-design7 .ts7dv {
    background-color: #f1f1f1;
    padding: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

    .test-design7 .ts7dv:before {
        content: '';
        position: absolute;
        left: 30px;
        bottom: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 13px 0 13px;
        border-color: #f1f1f1 transparent transparent transparent;
    }

    .test-design7 .ts7dv p {
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        color: #5d6576;
        font-style: italic;
        text-align: justify;
    }

.test-design7 .d-flex img {
    max-width: 80px;
    border-radius: 50%;
}

.test-design7 .td7nm {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: left;
}

.test-design7 .td7jb {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.test-design7 .tsnp3 .slick-prev {
    top: 0px;
    right: 58px;
}

.test-design7 .tsnp3 .slick-next {
    top: 0px;
    right: 20px;
}

.test-design7 .ts7h3dv {
    height: 3px;
    position: relative;
    padding-top: 1px;
    width: auto;
    margin-top: 10px;
}

.test-design7 .ts7abdv {
    position: absolute;
    height: 3px;
    width: 60px;
    left: calc(50% - 30px);
    bottom: 0px;
}






/*--------------------------------------------------------------
Footer Elements Style
--------------------------------------------------------------*/
.footer-design1 .fo1im {
    max-width: 60px;
    transition: transform 0.4s ease-in-out;
}

.footer-design1 .fodv1:hover .fo1im {
    transform: scale(1.1);
}

.footer-design3 .fo3im img {
    max-width: 32px;
    transition: all 0.4s ease-in-out;
}

.footer-design3 .fo3im:hover img {
    transform: scale(1.2);
}

.footer-design4 .fo4dv, .footer-design5 .fo5dv, .footer-design6 .fo6dv {
    width: 70px;
    height: 2px;
    margin-bottom: 25px;
}

.footer-design4 .fo4ul, .footer-design5 .fo5ul, .footer-design6 .fo6ul, .footer-design8 .fo8ul, .footer-design9 .fo9ul {
    list-style: none;
    padding: 0;
}

    .footer-design4 .fo4ul li, .footer-design5 .fo5ul li, .footer-design8 .fo8ul li, .footer-design9 .fo9ul li {
        padding-bottom: 8px;
    }

.footer-design5 .fo5im, .footer-design6 .fo6im {
    max-width: 32px;
    transition: transform 0.4s ease-in-out;
}

.footer-design5 .fo5ce:hover .fo5im, .footer-design6 .fo6ce:hover .fo6im, .footer-design8 .fo8ce:hover .fo8im {
    transform: scale(1.1) rotate(360deg);
}

.footer-design5 .fo5ce p, .footer-design6 .fo6ce p, .footer-design8 .fo8ce p {
    margin: 0;
}

.footer-design6 .fo6ul li {
    position: relative;
    padding: 0 0 8px 25px;
}

    .footer-design6 .fo6ul li a {
        transition: all 0.4s ease-in-out;
    }

    .footer-design6 .fo6ul li:hover a {
        padding-left: 8px;
    }

    .footer-design6 .fo6ul li:before {
        font-family: "Material Icons";
        content: '\e409';
        position: absolute;
        left: 0;
        top: -4px;
        color: #fff;
        font-size: 22px;
    }

.footer-design6 .fo6im img {
    max-width: 45px;
    transition: all 0.4s ease-in-out;
}

.footer-design6 .fo6im:hover img {
    transform: scale(1.2);
}

.footer-design7 .fo7lg {
    max-width: 400px;
}

.footer-design7 .fo7ul {
    list-style: none;
}

    .footer-design7 .fo7ul li {
        display: inline-block;
        float: left;
        padding: 10px 20px;
    }

        .footer-design7 .fo7ul li a {
            font-size: 15px;
        }

.footer-design8 .fo8lg, .footer-design9 .fo9lg {
    max-width: 200px;
}

.footer-design8 .fo8im img, .footer-design8 .fo8im, .footer-design10 .fo10im img, .footer-design10 .fo10im {
    max-width: 40px;
    transition: all 0.4s ease-in-out;
}

    .footer-design8 .fo8im:hover img, .footer-design10 .fo10im:hover img {
        transform: scale(1.2);
    }

.footer-design8 .fo8dv, .footer-design9 .fo9smdv {
    width: 40px;
    height: 2px;
}

.footer-design8 .fo8vdv {
    width: 3px;
    height: 30px;
}

.footer-design9 .fo9dv {
    width: 100%;
    height: 1px;
}

.footer-design9 p {
    margin: 0;
}
.footer-design11 .fo11dv {
    height: calc(100% - 70px);
    margin-top: 50px;
    padding: 50px 20px 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    border-radius: 12px;
}

.footer-design11 .fo11id {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-design11 .fo11id img {
        max-width: 50px;
    }

.footer-design12 .footer_div {
    border-left: 1px solid #fff;
    padding-left: 40px;
}

.footer-design12 .footer_row {
    margin-top: 40px;
}

.footer-design12 .footer_div ul.social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-design13 .mapdiv {
    flex-basis: 33.33%;
}

    .footer-design13 .mapdiv iframe {
        width: 100% !important;
        height: 100% !important;
    }

.footer-design13 .contactdiv {
    flex-basis: 57.68%;
    padding: 30px 0 10px 40px;
}

.footer-design13 .topspace > div {
    padding-top: 5px;
}

.footer-design13 .contactdiv h4 {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.footer-design13 .contactdiv p, .footer-design13 .contactdiv a {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-decoration: none;
}

.footer-design13 hr {
    background-color: rgba(255,255,255,0.4);
}

.footer-design13 .copyright {
    float: left;
    padding-bottom: 10px;
}






/*--------------------------------------------------------------
Counter Elements Style
--------------------------------------------------------------*/
.gd4cl {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.gd3cl {
    display: inline-grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gd2cl {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.counter-design1 .co1mn {
    padding: 50px 20px 70px 20px;
}

.counter-design1 .iconbg,
.counter-design2 .iconbg {
    font-size: 50px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
}

.counter-design1 .co1dv {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: rgba(255,255,255,0.3);
}

.counter-design1 .co1mn .co1sp {
    color: var(--ftcolor);
}

.counter-design1 .co1mn:hover .iconbg, .counter-design1 .co1mn:hover .co1sp, .counter-design1 .co1mn:hover .co1tl,
.counter-design2 .co2sh:hover .iconbg, .counter-design2 .co2sh:hover .co2st, .counter-design2 .co2sh:hover .co2tl {
    color: var(--hftcolor);
    background-color: var(--hbgcolor);
}

.counter-design1 .co1mn:hover .iconbg,
.counter-design2 .co2sh:hover .iconbg {
    transform: scale(1.1);
}

.counter-design2 .co2im {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.counter-design2 .co2ic {
    max-width: 64px;
}

.counter-design2 .co2sp {
    margin-top: -120px;
}

.counter-design2 .co2sh {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.counter-design3 .co3dv {
    padding: 0;
}

.counter-design3 .co3ab {
    width: 500px;
}

.counter-design3 .co3gd {
    display: grid;
    position: relative;
    margin: -500px 0 0 auto;
    width: 550px;
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 10px;
}

.counter-design3 .co3im, .counter-design4 .co4in, .counter-design8 .co8im {
    max-width: 65px;
}

.counter-design4 .co4im {
    overflow: hidden;
    height: 100%;
}

    .counter-design4 .co4im img {
        max-width: 100%;
    }

.counter-design4 .gd2cl > div:hover h4 {
    color: var(--hftcolor);
}

.counter-design5 .co5sh {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.counter-design5 .co5dv, .counter-design6 .co6dv {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
    transform: scale(0.9);
}

.counter-design5 .co5sh:hover h4, .counter-design5 .co5sh:hover span {
    color: var(--hftcolor);
}

.counter-design5 .co5sh:hover .co5dv, .counter-design6 .co6bd:hover .co6dv {
    transform: scale(1);
}

.counter-design6 .co6bd {
    border: 1px solid #fff;
}

.counter-design6 .co6dv {
    border: 2px solid #fff;
}

.counter-design6 .co6bd:hover h4, .counter-design6 .co6bd:hover span,
.counter-design7 .co7dv:hover h4, .counter-design7 .co7dv:hover span,
.counter-design9 .co9dv:hover h4, .counter-design9 .co9dv:hover span,
.counter-design10 .co10dv:hover h4 {
    color: var(--hftcolor);
}

.counter-design7 .co7im {
    width: 850px;
    height: 850px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

    .counter-design7 .co7im img {
        max-width: 100%;
        max-height: 100%;
    }

.counter-design7 .gd4cl {
    margin-top: -150px;
}

.counter-design7 .co7dv {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
}

.counter-design7 h4 {
    font-weight: bolder;
}

.counter-design7 span {
    font-weight: 600;
}

.counter-design8 .gd2cl {
    padding: 15px 0;
    gap: 30px;
}

    .counter-design8 .gd2cl > div:hover h4 {
        color: var(--hftcolor);
    }

.counter-design9 .gd4cl {
    padding-top: 50px;
}

.counter-design9 .co9dv {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
}

.counter-design9 h4 {
    font-weight: bolder;
}

.counter-design9 span {
    font-weight: 600;
}

.counter-design10 .co10dv img {
    max-width: 65px;
    transition: transform 0.4s ease-in-out;
}

.counter-design10 .co10dv:hover img {
    transform: scale(1.1);
}

.counter-design11 .co11i1 {
    height: 200px;
}

.counter-design11 .co11sp {
    margin-top: -150px;
}

.counter-design11 h4 {
    font-weight: bolder;
}

.counter-design11 .co11dv {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;
    border-radius: 12px;
}

.counter-design11 .co11ic {
    max-width: 64px;
}

.counter-design11 .gd4cl {
    margin-bottom: 15px;
}








/*--------------------------------------------------------------
Pricing Elements Style
--------------------------------------------------------------*/
.pricing-1 .pr1div {
    padding: 25px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

.pricing-1 .pr1price {
    white-space: nowrap;
    padding-bottom: 15px;
}

.pricing-1 .pr1amt {
    font-weight: 600;
}

.pricing-1 .pr1chk {
    max-width: 20px;
    top: -2px;
    position: relative;
}

.pricing-1 .align-items-start span {
    text-align: left;
}

.pricing-2 .pr2div {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.pricing-2 .pr2spc {
    padding: 30px;
}

.pricing-2 .pr2price {
    white-space: nowrap;
}

.pricing-2 .pr2list {
    padding: 0 20px 10px 20px;
}

.pricing-2 .pr2ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pricing-2 .pr2ul li {
        width: 100%;
        padding: 15px 18px;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        border-top: 1px solid #ccc;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .pricing-2 .pr2ul li:first-child {
            border: none;
        }









/*--------------------------------------------------------------
Contact Elements Style
--------------------------------------------------------------*/
.contact-design1 .ct1bg {
    height: 400px;
}

.contact-design1 .ct1sp {
    margin-top: -400px;
    position: relative;
}

.contact-design1 .ct1im {
    max-width: 40px;
    transition: transform 0.4s ease-in-out;
}

.contact-design1 .ct1dv:hover .ct1im {
    transform: scale(1.1);
}

.contact-design1 .ct1dv:hover h4 {
    color: var(--hftcolor);
}

.contact-design1 .ct1cr {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 0 0 auto;
}

.contact-design1 .ct1mp {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: -100px 100px 0 auto;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px 0px;
    margin-bottom: 20px;
}

.contact-design2 .ct2mp {
    position: relative;
    width: 60%;
    height: 600px;
    margin: 0 0 0 auto;
}

.contact-design2 .ct2dv {
    position: absolute;
    left: 20px;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.contact-design2 p {
    margin: 0;
    padding: 0;
}

.contact-design2 .ct2si, .contact-design2 .ct2im {
    max-width: 32px;
    transition: transform 0.4s ease-in-out;
}

    .contact-design2 .ct2si:hover, .contact-design2 .ct2ce:hover .ct2im {
        transform: scale(1.1) rotate(360deg);
    }

.contact-design3 .ct3ts {
    margin-top: 50px;
}

.contact-design3 .ct3d1 {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 0 160px;
}

.contact-design3 .ct3d2 {
    width: 600px;
    height: 600px;
    position: relative;
    margin: -300px 40px 0 auto;
    overflow: hidden;
}

.contact-design3 .ct3d3 {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: -400px auto 0 40px;
}

.contact-design3 .ct33d {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.contact-design3 .ct3im {
    max-width: 40px;
    transition: transform 0.4s ease-in-out;
}

.contact-design3 .ct33d:hover .ct3im {
    transform: scale(1.1);
}

.contact-design4 .ct4si, .contact-design4 .ct4im {
    max-width: 32px;
    transition: transform 0.4s ease-in-out;
}

    .contact-design4 .ct4si:hover, .contact-design4 .ct4ce:hover .ct4im {
        transform: scale(1.1) rotate(360deg);
    }

.contact-design4 p {
    margin: 0;
    padding: 0;
}

.contact-design4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .contact-design4 ul li {
        padding-bottom: 10px;
    }

.contact-design4 .ct4mp {
    height: 300px;
}

.contact-design5 .ct5im {
    max-width: 70px;
}

.contact-design6 .ct6im {
    max-width: 60px;
}

.contact-design7 .co41gd {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.contact-design7 .co41g1 {
    grid-area: 1 / 1 / 3 / 2;
}

.contact-design7 .co41g2 {
    grid-area: 1 / 2 / 2 / 2;
}

.contact-design7 .co41g3 {
    grid-area: 2 / 2 / 3 / 2;
}

.contact-design7 .co41ng {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    min-height: 230px;
}

    .contact-design7 .co41ng img {
        max-width: 64px;
    }

    .contact-design7 .co41ng p {
        margin: 0;
        padding: 0;
        text-align: center;
    }

.contact-design8 .ct8im {
    max-width: 60px;
}

.contact-design8 .ct8sp {
    margin-top: -400px;
}

.contact-design8 .ct8h4 {
    height: 400px;
}

.contact-design9 .ct9dv {
    padding: 25px 0 20px 0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px, rgba(0, 0, 0, 0.23) 0px 3px 6px 0px;
}

    .contact-design9 .ct9dv img {
        max-width: 65px;
        transition: transform 0.4s ease-in-out;
    }

    .contact-design9 .ct9dv:hover img {
        transform: scale(1.1);
    }

    .contact-design9 .ct9dv:hover h4 {
        color: var(--hftcolor);
    }

.contact-design10 .ct10im {
    max-width: 32px;
    transition: transform 0.4s ease-in-out;
}

.contact-design10 .ct10dv:hover .ct10im {
    transform: scale(1.1);
}

.contact-design10 .ct10dv:hover h4 {
    color: var(--hftcolor);
}

.contact-design11 .ct11dv {
    height: calc(100% - 70px);
    margin-top: 50px;
    padding: 50px 20px 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    border-radius: 12px;
}

.contact-design11 .ct11id {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0px;
    background-color: transparent;
}

    .contact-design11 .ct11id img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 50%;
    }

.contact-design12 .ct12im {
    max-width: 50px;
    transition: transform .4s ease-in-out;
}

.contact-design12 .fo12dv {
    width: 100%;
    height: 1px;
}

.contact-design12 p {
    margin: 0;
}

.contact-design12 .ct12sd:hover .ct12im {
    transform: scale(1.1);
}







/*--------------------------------------------------------------
Call To Action Elements Style
--------------------------------------------------------------*/
.cta-design1 .cta1img {
    max-width: 100px;
}








/*--------------------------------------------------------------
Menu Elements Style
--------------------------------------------------------------*/
.menu-1 ul.social {
    margin: 10px 10px 8px 0;
    padding: 0;
}

    .menu-1 ul.social li {
        display: inline-block;
        margin-right: 10px;
    }

        .menu-1 ul.social li img {
            max-width: 32px;
            max-height: 32px;
            min-width: 20px;
            min-height: 20px;
            transition: all 0.4s ease-in-out;
            transform: scale(0.9);
        }

        .menu-1 ul.social li:hover img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

.menu-1 ul.contact {
    margin: 8px 10px 5px 0;
}

    .menu-1 ul.contact li {
        display: inline-block;
        margin-right: 15px;
    }

        .menu-1 ul.contact li .icondiv {
            display: table-cell;
            vertical-align: middle;
        }

            .menu-1 ul.contact li .icondiv img {
                max-width: 30px;
            }

            .menu-1 ul.contact li .icondiv .icon {
                height: 32px;
                width: 32px;
                display: inline-block;
                line-height: 32px;
                text-align: center;
                font-size: 18px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
            }

                .menu-1 ul.contact li .icondiv .icon i {
                    line-height: 32px;
                }

        .menu-1 ul.contact li .textdiv {
            display: table-cell;
            vertical-align: middle;
            padding-left: 8px;
        }

.menu-2 .image,
.menu-3 .image,
.menu-7 .image {
    max-width: 260px;
    display: inline-block;
}

    .menu-2 .image img,
    .menu-3 .image img,
    .menu-7 .image img {
        max-width: 100%;
    }
.menu-4 {
    position: relative;
}
.menu-4 .lg-div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    width: 30%;
    z-index: 99;
}

    .menu-4 .lg-div img {
        max-width: 100%;
    }

.menu-4 .menudiv {
    width: 70%;
    float: right;
}
.menu-4:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    z-index: 0;
    background: #000000 !important;
}
.menu-4 .h6im {
    max-width: 45px;
}

.menu-4 p {
    margin: 0;
}

.menu-8 .image img,
.campheader-1 .image img {
    max-width: 260px;
}

.menu-9 .m9ul,
.campheader-2 .m9ul {
    list-style: none;
    float: right;
}

    .menu-9 .m9ul li,
    .campheader-2 .m9ul li {
        display: inline-flex;
        align-items: center;
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #f7f7f7;
        padding-top: 4px;
        padding-bottom: 2px;
        margin-top: 15px;
    }

        .menu-9 .m9ul li:last-child,
        .campheader-2 .m9ul li:last-child {
            margin-right: 0;
            border-right: none;
            padding-right: 0;
        }

.menu-9 .m9img img,
.campheader-2 .m9img img {
    max-width: 55px;
}

.menu-10 p {
    margin: 0;
}

.menu-13 .imgwithbg {
    min-height: 100vh;
}

.menu-13 .me13dv {
    width: 90%;
    margin: 0 auto;
    padding-top: 150px;
}

.menu-13 .me13lk {
    padding: 12px 32px;
    min-width: 140px;
    text-align: center;
}









/*--------------------------------------------------------------
Clients Elements Style
--------------------------------------------------------------*/

.client-design1 .cl1im {
    display: inline-flex;
    flex-flow: column;
    width: 20%;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .client-design1 .cl1im img {
        max-width: 100%;
    }

.client-design2 .cl2im, .client-design3 .cl3im {
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.client-design2 .cl2im {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    width: 19%;
    margin: 5px 0;
}

    .client-design2 .cl2im img {
        max-width: 100%;
    }

.client-design3 h3 {
    border-bottom: 1px solid #000;
    padding-right: 100px;
}

.client-design3 .cl3im {
    padding: 10px 20px;
    height: 120px;
}

    .client-design3 .cl3im img {
        width: 100%;
        height: auto;
        max-height: 100px;
        max-width: 180px;
    }





/*--------------------------------------------------------------
Calculator Elements Style
--------------------------------------------------------------*/
label.error {
    color: red;
    font-size: 14px;
}

.calculator-design1 .cal1gd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.calculator-design1 .cal1dv {
    padding: 25px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}

.calculator-design1 .cal1im {
    max-width: 64px;
    transition: all 0.4s ease-in-out;
}

.calculator-design1 .cal1dv:hover .cal1im {
    transform: scale(1.15);
}

.calculator-design2 .cal2dv {
    padding: 45px 15px;
    border-radius: 16px;
    margin-bottom: 30px;
    width: 100%;
}

.calculator-design2 .cal2im {
    max-width: 60px;
}

.calculator-design3 .cal3h3 {
    line-height: 40px;
}

.calculator-design3 .cal3gd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.calculator-design3 .cal3dv {
    padding: 35px 12px;
    width: 100%;
}

.calculator-design3 .cal3im {
    max-width: 80px;
}

.calculator-design3 a h3 {
    font-weight: 400;
}

.calculator-design4 .cal4im {
    position: relative;
    display: inline-block;
    float: left;
    width: 530px;
    height: 530px;
    border-radius: 50%;
}

    .calculator-design4 .cal4im img {
        width: 100%;
        clip-path: circle(50% at 50% 50%);
    }

.calculator-design4 .cal4tdv {
    padding: 15px;
    display: inline-block;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.calculator-design4 .cal4dv {
    height: 100%;
    padding: 35px 15px;
    border-radius: 16px;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.calculator-design4 .cal4cim {
    max-width: 60px;
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
}

.calculator-design4 .cal4dv:hover .cal4cim {
    transform: scale(1);
}

.calculator-design5 .cal5bg {
    height: 350px;
}

.calculator-design5 .cal5sp {
    margin-top: -350px;
}

.calculator-design5 .cal5dv {
    padding: 25px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}

.calculator-design5 .cal5im {
    max-width: 64px;
    transition: all 0.4s ease-in-out;
}

.calculator-design5 .cal5dv:hover .cal5im {
    transform: scale(1.1);
}








/*--------------------------------------------------------------
Single Page Head Elements Style
--------------------------------------------------------------*/
.sp-head1 ul.social {
    margin: 10px 10px 8px 0;
}

    .sp-head1 ul.social li {
        display: inline-block;
        margin-right: 10px;
    }

        .sp-head1 ul.social li img {
            max-width: 32px;
            max-height: 32px;
            min-width: 20px;
            min-height: 20px;
            transition: all 0.4s ease-in-out;
            transform: scale(0.9);
        }

        .sp-head1 ul.social li:hover img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

.sp-head1 ul.contact {
    margin: 8px 10px 5px 0;
}

    .sp-head1 ul.contact li {
        display: inline-block;
        margin-right: 15px;
    }

        .sp-head1 ul.contact li .icondiv {
            display: table-cell;
            vertical-align: middle;
        }

            .sp-head1 ul.contact li .icondiv .icon {
                height: 32px;
                width: 32px;
                display: inline-block;
                line-height: 32px;
                text-align: center;
                font-size: 18px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
            }

                .sp-head1 ul.contact li .icondiv .icon i {
                    line-height: 32px;
                }

        .sp-head1 ul.contact li .textdiv {
            display: table-cell;
            vertical-align: middle;
            padding-left: 8px;
        }

.sp-head2 .image,
.sp-head5 .image {
    max-width: 220px;
    display: inline-block;
}

    .sp-head2 .image img,
    .sp-head2 .image img {
        max-width: 100%;
    }









/*--------------------------------------------------------------
Slider Elements Style
--------------------------------------------------------------*/

/* Next Previous button design - 1 */
.npd1 .slick-prev, .npd1 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.5);
    z-index: 11;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

    .npd1 .slick-prev:hover, .npd1 .slick-prev:focus, .npd1 .slick-next:hover, .npd1 .slick-next:focus {
        color: transparent;
        outline: none;
        background: rgba(255,255,255,0.5);
    }

        .npd1 .slick-prev:hover:before, .npd1 .slick-prev:focus:before, .npd1 .slick-next:hover:before, .npd1 .slick-next:focus:before {
            opacity: 1;
        }

    .npd1 .slick-prev:before, .npd1 .slick-next:before {
        font-family: "Material Icons";
        font-size: 25px;
        line-height: 1;
        opacity: 1;
        color: #fff;
    }

.npd1 .slick-prev {
    left: 10px;
}

    .npd1 .slick-prev:before {
        content: "\e5e0";
        left: 12px;
        top: 8px;
        position: absolute;
    }

.npd1 .slick-next {
    right: 10px;
}

    .npd1 .slick-next:before {
        content: "\e5e1";
    }


/* Next Previous button design - 2 */
.npd2 .slick-prev, .npd2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: #000;
    z-index: 11;
}

.npd2 .slick-prev {
    left: 10px;
}

.npd2 .slick-next {
    right: 10px;
}

    .npd2 .slick-prev:hover, .npd2 .slick-prev:focus, .npd2 .slick-next:hover, .npd2 .slick-next:focus {
        outline: none;
    }

        .npd2 .slick-prev:hover:before, .npd2 .slick-prev:focus:before, .npd2 .slick-next:hover:before, .npd2 .slick-next:focus:before {
            opacity: 1;
        }

    .npd2 .slick-prev:before, .npd2 .slick-next:before {
        font-family: "Material Icons";
        font-size: 20px;
        opacity: 1;
        color: #fff;
    }

.npd2 .slick-prev:before {
    content: "\e5e0";
    left: 12px;
    top: 20px;
    position: absolute;
}

.npd2 .slick-next:before {
    content: "\e5e1";
    left: 10px;
    top: 20px;
    position: absolute;
}



.client-3.npd2 .slick-prev {
    left: auto;
    right: 42px;
    top: -32px
}

.client-3.npd2 .slick-next {
    right: 0px;
    top: -32px;
}
/*--------------------------------------------------------*/



/* Slider Bottom Dots design - 1 */
.sbtd1 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 0 0 0;
    list-style-type: none;
}

    .sbtd1 .slick-dots li:not(:last-child) {
        margin: 0 12px 0 0;
    }

    .sbtd1 .slick-dots button {
        display: inline-block;
        width: 30px;
        height: 3px;
        padding: 0;
        background-color: rgba(255,255,255,0.4);
        border: none;
        outline: none;
        text-indent: -9999px;
    }

    .sbtd1 .slick-dots li.slick-active button {
        background-color: rgba(255,255,255,0.9);
    }

/* Slider Bottom Dots design - 2 */
.sbtd2 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 0 0 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

    .sbtd2 .slick-dots li:not(:last-child) {
        margin: 0 12px 0 0;
    }

    .sbtd2 .slick-dots button {
        display: inline-block;
        width: 13px;
        height: 5px;
        border-radius: 20px;
        padding: 0;
        background-color: rgba(90,90,90,0.3);
        border: none;
        outline: none;
        text-indent: -9999px;
        -webkit-transition: opacity .5s, background-color .5s, width .5s;
        -o-transition: opacity .5s, background-color .5s, width .5s;
        transition: opacity .5s, background-color .5s, width .5s;
        -webkit-transition-delay: .5s, .5s, 0s;
        -o-transition-delay: .5s, .5s, 0s;
        transition-delay: .5s, .5s, 0s;
    }

    .sbtd2 .slick-dots li.slick-active button {
        background-color: rgba(90,90,90,1);
        width: 70px;
    }
/*--------------------------------------------------------*/



.sldr-design1 .slick-slide .fixslider, .sldr-design3 .slick-slide .fixslider {
    display: block !important;
    height: 100%;
}

.sldr-design1 .slick-slide > div, .sldr-design3 .slick-slide > div {
    height: 100%;
}

.sldr-design1 .sldv1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 80px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sldr-design1 .sltitle1 {
    margin-bottom: 30px;
}

.sldr-design1 .slbt1 {
    padding: 10px 34px;
    margin: 10px;
    display: inline-block;
}

.sldr-design1 .sldv1 a:hover {
    transition: all 0.4s ease-in-out !important;
}

.sldr-design2 .sltitle2 {
    margin-bottom: 30px;
}

.sldr-design2 .slbt2 {
    padding: 10px 34px;
    display: inline-block;
}

.sldr-design2 .sldv2 a:hover {
    transition: all 0.4s ease-in-out !important;
}

.sldr-design2 .slick-track,
.sldr-design2 .d-flex {
    min-height: 500px;
}
/*.slick-track {
    transform: translate3d(0px, 0px, 0px) !important
}*/
.sldr-design3 .sldv3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: auto;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
}

.sldr-design3 .sltitle3 {
    margin-bottom: 30px;
}

.sldr-design3 .slbt3 {
    padding: 10px 34px;
    margin: 10px;
    display: inline-block;
}

.sldr-design3 .sldv3 a:hover {
    transition: all 0.4s ease-in-out !important;
}

.sldr-design4 .sldv4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 150px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.sldr-design4 .sltitle4 {
    margin-bottom: 30px;
}

.sldr-design4 .slbt4 {
    padding: 10px 34px;
    margin: 10px;
    display: inline-block;
}

.sldr-design4 .sldv4 a:hover {
    transition: all 0.4s ease-in-out !important;
}

.slider-4 img[data-animation-in] {
    opacity: 1 !important;
    animation-duration: 6s;
}

@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.5, 1.5, 1.5);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.5, 1.5, 1.5);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

.sldr-design5 .sldv5new {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    text-align: left;
    background-color: transparent !important;
}

.sldr-design5 .sldv5 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 55px;
    top: 0;
    text-align: left;
    background-color: transparent !important;
}

.sldr-design5 .sldv5new > div.container > .sl5content {
    width: 50%;
}

.sldr-design5 .sltitle5 {
    margin-bottom: 30px;
}

.sldr-design5 .slbt5 {
    padding: 10px 34px;
    margin: 10px 20px 10px 0 !important;
    display: inline-block;
}

.sldr-design5 .sldv5 a:hover,
.sldr-design5 .sldv5new a:hover {
    transition: all 0.4s ease-in-out !important;
}

.sldr-design5 .slick-slide > div {
    height: 100%;
}







/*--------------------------------------------------------------
Other Elements Style
--------------------------------------------------------------*/
.other-design3 .ot3lk {
    padding: 8px 22px 10px 22px;
    min-width: 120px;
    text-align: center;
    position: relative;
}

.other-design3 .ot3blk {
    padding: 10px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

    .other-design3 .ot3blk .ot3img {
        max-width: 34px;
        margin-right: 15px;
        transition: transform 0.2s cubic-bezier(0.20,0.6,0.44,2.18);
    }

    .other-design3 .ot3blk p {
        margin: 0;
        padding: 0;
    }

    .other-design3 .ot3blk:hover {
        transition: all 0.4s ease;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .other-design3 .ot3blk:hover .ot3img {
            transform: translate3d(0,-5px,0);
        }









/*--------------------------------------------------------------
Popup Elements Style
--------------------------------------------------------------*/
.popup-design1 .nospce {
    padding: 0;
}

.popup-design1 .nobrdr {
    border-radius: 0;
}

.popup-design1 .pop-flex1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}

.popup-design1 .pop-form1 {
    width: 50%;
    padding: 20px;
    position: relative;
}

.popup-design1 .form-grp1 {
    margin: 20px 0;
}

.popup-design1 .form-ele1 {
    display: block;
    width: 100%;
    padding: 10px 12px;
    line-height: 14px;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 6px;
}

.popup-design1 .form-sub1 {
    display: block;
    width: 100%;
    padding: 12px;
}

.popup-design1 .pop-div2 {
    width: 50%;
    padding: 30px 15px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.popup-design1 .absrtbg {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.popup-design1 .pop-link1 {
    display: inline-block;
    padding: 12px 24px;
    margin: 20px auto;
}

.popup-design1 .close-link1 {
    position: absolute;
    top: -28px;
    right: 0;
    display: inline-block;
    padding: 2px 10px;
    background-color: rgba(0,0,0,0.8);
    border: none;
    outline: none;
    color: #ffffff;
}

.popup-design1 .pop-div22 {
    width: 50%;
    position: relative;
}

.popup-design1 .form2-title {
    margin: 0px auto;
    padding: 10px 0 20px 0;
    text-align: center;
}

.popup-design1 .pop-bg2 {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
}

@media screen and (max-width: 767px) {
    .popup-design1 .pop-form1, .popup-design1 .pop-div2, .popup-design1 .pop-div22 {
        display: block;
        width: 100%;
    }
}

.popup-design3 .nospce {
    padding: 0;
}

.popup-design3 .nobrdr {
    border-radius: 0;
}

.popup-design3 .close-link1 {
    position: absolute;
    top: 100%;
    right: 0;
    display: inline-block;
    padding: 2px 10px;
    background-color: rgba(0,0,0,0.8);
    border: none;
    outline: none;
    color: #ffffff;
}

.popup-design3 p {
    margin: 0;
    padding: 10px;
}





/*--------------------------------------------------------------
Blog Elements Style
--------------------------------------------------------------*/
.blog-design1 .blog1grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.blog-design1 .blog1div {
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
    padding-bottom: 71px;
}

    .blog-design1 .blog1div:hover {
        transform: translateY(-10px);
    }

.blog-design1 .blog1img {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
}

.blog-design1 .blog1cat {
    position: absolute;
    bottom: -12px;
    left: 20px;
    z-index: 2;
}

    .blog-design1 .blog1cat a {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        display: inline-block;
        color: var(--ctextcolor);
        background: var(--cbgcolor);
        padding: 7px 12px 6px;
        margin-right: 6px;
        border-radius: 12px;
    }

.blog-design1 .blog1content {
    padding: 30px 20px 0 20px;
}

.blog-design1 .blog1title {
    color: #333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 auto 15px 0;
    cursor: pointer;
    border-width: 0;
    background-image: linear-gradient(var(--cbgcolor), var(--cbgcolor));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.4s ease-in-out;
    position: relative;
    display: inline;
}

.blog1title:hover {
    color: var(--cbgcolor);
    background-size: 100% 1px;
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.blog-design1 .blog1bottom {
    border-top: 1px solid #cfcfcf;
    margin-top: 10px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
}

.blog-design1 .blog1date {
    display: inline-block;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 26px;
}

    .blog-design1 .blog1date svg {
        position: absolute;
        left: 0;
        top: 0;
    }

.blog-design1 .blog1link {
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(220, 219, 219, 0.5);
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

    .blog-design1 .blog1link span {
        color: #333;
    }

    .blog-design1 .blog1link:hover {
        border-color: var(--cbgcolor);
    }

        .blog-design1 .blog1link:hover span {
            color: var(--cbgcolor);
        }


.blog1-details {
    padding-top: 25px;
}

.blog1-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 0;
}

.blog1-boxes {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #cac3c3;
}

.blog1-boxes-title, .blog1-boxes-title:hover {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    color: var(--cbgcolor);
}

    .blog1-boxes-title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 40px;
        height: 3px;
        background: var(--cbgcolor);
        z-index: 2;
    }

    .blog1-boxes-title:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 57px;
        height: 3px;
        background: #fff;
        z-index: 1;
    }

.blog1-cat-ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .blog1-cat-ul li {
        font-size: 14px;
        position: relative;
        line-height: 24px;
    }

        .blog1-cat-ul li:not(:last-child) {
            margin-bottom: 11px;
        }

        .blog1-cat-ul li a {
            font-weight: 500;
            color: #1b1d21;
            display: inline-block;
            position: relative;
            padding-left: 15px;
            transition: all 0.4s ease-in-out;
        }

            .blog1-cat-ul li a:before {
                content: "";
                position: absolute;
                left: 0;
                top: 8px;
                width: 5px;
                height: 5px;
                background: var(--cbgcolor);
                border-radius: 50%;
            }

            .blog1-cat-ul li a:hover {
                color: var(--cbgcolor);
            }

.blog1-flex {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.blog1-image {
    width: 100px;
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;
}

.blog1-smtitle {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #333;
    vertical-align: top;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

    .blog1-smtitle:hover {
        color: var(--cbgcolor);
        font-weight: 500;
    }











.category-design1 {
    font-family: var(--product-font-family);
}

    .category-design1 .cd1dv {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 5px;
        overflow: hidden;
        transition: all .3s;
    }

        .category-design1 .cd1dv:hover {
            transform: translateY(-3px);
        }

    .category-design1 .cd1link {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        border-radius: 4px;
        border: 1px solid var(--pbordercolor);
        padding: 10px 14px;
        background-color: var( --pbtnbgcolor);
        color: var(--pbtntextcolor);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }

        .category-design1 .cd1link:hover {
            background-color: var( --pbtnbghcolor);
            color: var(--pbtntexthcolor);
            border-color: var(--pborderhcolor);
        }

    .category-design1 .cd1dv:hover .cd1link {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
    }

    .category-design1 .cd1dv h4 {
        color: #333;
        font-size: 15px;
        line-height: 22px;
        margin: 0;
        display: inline-block;
    }

        .category-design1 .cd1dv h4:hover {
            color: var(--cbgcolor);
        }

    .category-design1 .dc1prt,
    .product-design1 .pd1prt {
        position: relative;
        padding: 30px 20px 10px 20px;
        font-size: 30px;
        border-bottom: 1px solid #333;
    }

        .category-design1 .dc1prt:before,
        .product-design1 .pd1prt:before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -2px;
            width: 50px;
            height: 3px;
            background-color: var(--cbgcolor);
        }



.product-design1 {
    font-family: var(--product-font-family);
}

    .product-design1 .pd1img {
        padding: 5px;
        border: 4px solid #abadb0;
        transition: all 0.4s;
        display: inline-block;
    }

    .product-design1 .pd1allimg {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        padding: 0px;
        margin-bottom: 30px;
    }

    .product-design1 .pd1smimg {
        padding: 5px;
        border: 4px solid #abadb0;
        transition: all 0.4s;
        display: inline-block;
        width: 140px;
        height: 120px;
        cursor: pointer;
        margin: 0 10px 10px 0;
    }

        .product-design1 .pd1smimg:last-child {
            margin: 0 0 10px 0;
        }

        .product-design1 .pd1img:hover,
        .product-design1 .pd1smimg:hover {
            border-color: var(--cbgcolor);
        }

        .product-design1 .pd1smimg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

    .product-design1 .pd1price {
        font-size: 16px;
    }

        .product-design1 .pd1price b {
            font-weight: 600;
        }

    .product-design1 .pd1link {
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        border-radius: 4px;
        border: 1px solid var(--pbordercolor);
        padding: 12px 18px;
        background-color: var(--pbtnbgcolor);
        color: var(--pbtntextcolor);
        transition: all .3s;
    }

        .product-design1 .pd1link:hover {
            background-color: var(--pbtnbgcolor);
            color: var(--pbtntexthcolor);
            border-color: var(--pborderhcolor);
        }

    .product-design1 .pd1icon {
        font-size: 32px;
        line-height: 36px;
    }

    .product-design1 .pd1share {
        border-radius: 6px;
        margin-top: 40px;
        background-color: #ffffff;
        border-top: 2px solid var(--cbgcolor);
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .product-design1 .pd1share h3 {
            font-size: 20px;
            line-height: 20px;
            margin: 0 0 15px 0;
            font-weight: 600;
        }









.allnews-1, .newsdetails-1 {
    font-family: var(--news-font-family);
}

    .allnews-1 .slick-list {
        margin: 0 -10px;
    }

    .allnews-1 .news-border1 {
        padding: 10px;
    }

.allnewsslider-1 {
    padding-top: 25px;
}

.allnews-1 .news-image1 {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

    .allnews-1 .news-image1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.allnews-1 .news-date1, .newsdetails-1 .news-date1 {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: var(--newsbgcolor);
    vertical-align: top;
}

.allnews-1 .news-title1, .allnews-1 .news-title1:hover, .newsdetails-1 .news-title1 {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin: 0px 0 8px 0;
}

.mynews-image {
    max-width: 100%;
    display: block;
}

.news-link1 {
    display: inline-block;
    font-size: var(--newsfontsize);
    line-height: var(--newsfontsize);
    border: 1px solid var(--newsbordercolor);
    padding: 10px 14px;
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
    border-radius: var(--newsborderradius);
    transition: all .3s;
}

    .news-link1:hover {
        background-color: var(--newshbgcolor);
        color: var(--newshfontcolor);
        border-color: var(--newshbordercolor);
    }

.allnews-1 .tsnp3 .slick-next,
.allnews-1 .tsnp3 .slick-prev {
    top: 15px;
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
    border: 1px solid var(--newshbordercolor);
}

.allnews-2 .news-div2 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    height: auto;
}

.allnews-2 .slick-list {
    margin: 0 -10px;
}

.allnews-2 .news-image2 {
    width: 100%;
    position: relative;
}


.allnews-2 .news-date1, .allnews-2 .news-date1:hover {
    font-size: 12px;
    color: #fff;
}

.allnews-2 .news-date1 {
    position: absolute;
    padding: 0px 10px 2px 16px;
    left: 0;
    bottom:0;
    padding-inline: .25em;
    line-height: 22px;
    background: var(--newsbgcolor);
   width:100%;
}

.news-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.news-div2 .news-title1 {
    margin: 20px auto !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #333 !important;
    display: block;
}


.allnewsslider-2 .slick-track {
    display: flex;
    align-items: stretch;
}

.myallnewsslider .slick-track {
    display: flex;
    align-items: stretch;
}

.allnews-2 .tsnp3 .slick-next,
.allnews-2 .tsnp3 .slick-prev {
    top: -10px;
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
    border: 1px solid var(--newshbordercolor);
}






.newsdetails-1 .news-space1 img {
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.newsdetails-1 .news-imgdiv1 {
    padding: 3px;
}

    .newsdetails-1 .news-imgdiv1 a {
        width: 100%;
        padding: 7px;
        background-color: #fff;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        display: block;
        box-sizing: border-box;
    }

.newsdetails-1 .npd1 .slick-prev, .newsdetails-1 .npd1 .slick-next {
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
}

.newsdetails-1 .npd1 .slick-disabled {
    opacity: 0.7;
}

.newsdetails-1 .news1share {
    border-radius: 6px;
    margin-top: 40px;
    background-color: #ffffff;
    border-top: 2px solid var(--newsbgcolor);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .newsdetails-1 .news1share h3 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px 0;
        font-weight: 600;
    }

.allnews-3 .news-div3 {
    padding: 12px;
    height: 100%;
}

.allnews-3 .news-flex3 {
    display: block !important;
    align-items: stretch;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
    background-color: var(--white);
    height: 100%;
    position: relative;
}

.allnews-3 .news-date {
    padding: 10px !important;
    background-color: var(--newsdivbgcolor);
    color: var(--newsdivtextcolor);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.allnews-3 .news-title3 {
    padding: 10px !important;
    display:block;
    color: black;
}

.allnews-3 .news3-date {
    border: 1px solid #efefef;
    border-radius: 12px;
    overflow: hidden;
    width: 70px;
    flex-basis: 70px;
    flex-grow: 0;
    flex-shrink: 0;
}

.allnews-3 .news-flex3 .position-relative {
    flex: 1 1 auto !important;
}

.news3-date .month3 {
    color: var(--newsfontcolor);
    background: var(--newsbgcolor);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 5px;
}

.news3-date .day3 {
    background-color: #fff;
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    padding: 7px;
    font-weight: 600;
}

.news3-date .year3 {
    background-color: #bababa;
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
}



/*Inquiry Form Elements CSS*/
.inquiry-design1 .inq1dv {
    padding: 30px 30px 100px 30px;
}

.inquiry-design1 .inq2dv {
    padding: 30px;
}

.inquiry-design1 .inq1fe {
    width: 100%;
    border: none;
    outline: none;
    padding: 12px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    margin-bottom: 15px;
}

.inquiry-design1 .inq1sb {
    display: inline-block;
    padding: 8px 30px;
    border: none;
    outline: none;
    background: white;
    color: black;
}

.inquiry-design1 .inq1block {
    padding: 0 30px;
    margin-top: -60px;
}

.inquiry-design1 .inq1gd {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inquiry-design1 .inq1info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.inquiry-design1 .inq1icon {
    max-width: 50px;
}

.inquiry-design3 .inq3im {
    max-width: 32px;
    transition: transform 0.4s ease-in-out;
}

.inquiry-design3 .inq3dv:hover .inq3im {
    transform: scale(1.1);
}

.inquiry-design3 .inq3dv:hover h4 {
    color: var(--hftcolor);
}





/*Fixed Header CSS*/
.topbgcolor2fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}











.kgf {
    display: inline-block;
    position: relative;
    float: right;
}

    .kgf a {
        font-size: 16px;
        padding: 10px 14px;
        background-color: #00b33c;
        color: #fff;
    }

    .kgf ul {
        display: none;
        background: #efefef;
        position: absolute;
        top: 30px;
        right: 0;
        margin: 0;
        padding: 0px;
        border-radius: 5px;
        z-index: 1000;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
    }

        .kgf ul li {
            list-style: none;
            padding: 8px;
            margin: 0;
        }

    .kgf:hover ul {
        display: block;
    }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

    input:checked + .slider:before {
        transform: translateX(14px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }











/*--------------------------------------------------------------
Video embed Style
--------------------------------------------------------------*/
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}






/*--------------------------------------------------------------
Left Inquiry Style
--------------------------------------------------------------*/
.linquiry {
    position: fixed;
    bottom: 50px;
    left: -255px;
    z-index: 99;
    transition: all .6s ease;
    box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
}

    .linquiry.lihover {
        left: 0;
    }

    .linquiry .lispan {
        background-color: var(--inq-lbl-bg-color);
        color: var(--inq-lbl-txt-color);
        font-size: 16px;
        position: absolute;
        left: 240px;
        top: 20px;
        white-space: nowrap;
        transform-origin: 39px 19px;
        padding: 12px 26px;
        transform: rotate(90deg);
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
    }

    .linquiry .lidiv {
        background-color: var(--inq-frm-bg-color);
        border: 1px solid var(--inq-lbl-bg-color);
        width: 250px;
        min-height: 300px;
        padding: 15px;
    }

        .linquiry .lidiv h4 {
            font-size: 18px;
            color: var(--inq-frm-title-color);
            margin: 0 0 15px 0;
        }

        .linquiry .lidiv input[type="text"], .linquiry .lidiv textarea {
            width: 100%;
            padding: 4px 8px;
            border: 1px solid #000;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .linquiry .lidiv input[type="submit"] {
            width: 100%;
            background-color: var(--inq-lbl-bg-color);
            color: var(--inq-lbl-txt-color);
            margin-top: -6px;
            padding: 4px;
            border: none;
            outline: none;
        }




.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    display: block;
}

    .loading img {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        width:25%;
        transform: translate(-50%,-50%);
    }
#custompopup1 .modal-dialog {
    margin: 2.75rem auto !important;
}



.bmode {
    background-color: #000 !important;
    color: yellow !important;
    border-color: yellow !important;
}

.Bindallsliderimages {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0px 10px 0px 10px;
    margin-top:20px;
    margin-bottom:20px;
    height:300px;
    overflow:auto;
}
.c-s {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

.dwnld-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--btn-bg-color);
    color: var(--btn-text-color);
    border-radius: 4px;
    border: 2px solid var(--btn-bg-color);
    transition: all 0.4s ease-in-out;
}

    .dwnld-btn:hover {
        background-color: rgba(0,0,0,0);
        color: var(--btn-bg-color);
    }