@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;
    font-family: 'Poppins', sans-serif;
}

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;
}

.marquee-wrapper {
    overflow: hidden;
    width: 400px;
    margin: 0 auto;
    border: 1px solid red;
}

.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);
    border-color: var(--hbdcolor);
}

.comimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/*.topfixedheader{
    overflow-x: hidden;
}*/

/*--------------------------------------------------------------
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: -100%;
}

.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: 1;
}

.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;
    left: 50%;
    transform: translateX(-50%);
}

.feature-design50 .fe50i1{
    position: absolute;
    top: 50%;
    left: 0;
    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;
    z-index: 9;
}

.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;
    z-index: 9;
}

.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{
    z-index: 11;
    position: relative;
}

.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{
    width: 100%;
    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;
    margin-top: 12px;
}

.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-design79 .col-md-5, .feature-design79 .col-md-4, .feature-design79 .col-md-3{
    position: relative;
    z-index: 1;
}

.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;
}

.feature-design106 hr{
    margin: 2rem 0;
    background-color: #cbcbcb;
    opacity: 1;
}

.feature-design106 .f106grid{
    display: inline-grid;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-design106 .fe106im{
    max-width: 45px;
}

.feature-design107 .fe107cr{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.6);
}

.feature-design107 .fe107cr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.feature-design108 .fe108im{
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feature-design108 .fe108ic{
    max-width: 36px;
}

.feature-design109 .fe109im{
    max-width: 200px;
}

.feature-design109 .fe109dv{
    padding: 30px;
}

.feature-design110 .fe110gd{
    height: 100%;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-design110 .fe110gd>div{
    height: 50%;
}

.feature-design110 .fe110im{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.feature-design111 .fe111im{
    width: 100%;
}

.feature-design111 .fe111dv{
    width: 100%;
    margin-top: -160px;
    z-index: 99;
    position: relative;
}

.feature-design111 .fe111gd{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-design111 .fe111gd>div{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.feature-design111 .fe111im2{
    max-width: 65px;
}

.feature-design112 .fe112dv{
    position: relative;
    padding: 0 200px 0 0;
}

.feature-design112 .fe112con{
    padding: 50px 300px 60px 60px;
    border-radius: 30px;
}

.feature-design112 .fe112im{
    max-width: 450px;
    position: relative;
    border-radius: 30px;
    background-color: #efefef;
    overflow: hidden;
    margin-left: auto;
    margin-top: -200px;
}

.feature-design112 .fe112im img{
    max-width: 100%;
}

.feature-design113 .fe113gd{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.feature-design113 .fe113w75{
    width: 75%;
    height: 300px;
    padding: 5px;
}

.feature-design113 .fe113w50{
    width: 50%;
    height: 300px;
    padding: 5px;
}

.feature-design113 .fe113w25{
    width: 25%;
    height: 300px;
    padding: 5px;
}

.feature-design113 .fe113w75 img,
.feature-design113 .fe113w50 img,
.feature-design113 .fe113w25 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.feature-design114 .fe114img{
    max-width: 100%;
    border-top-left-radius: 60px;
}

.feature-design114 .fe114dv:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.feature-design115 .h300{
    height: 500px;
}

.feature-design115 .fe115img{
    width: 100%;
    border: 10px solid transparent;
}

.feature-design115 .fe115img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.feature-design115 .fe115img>div{
    width: 100%;
    height: 100%;
}

.feature-design115 .fe115dv{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    max-width: 90%;
}

.feature-design116 .fe116dv{
    width: 90%;
    margin: -50px auto 0 auto;
    position: relative;
}

.feature-design117 .fe117ln{
    width: 100%;
    height: 2px;
    margin: 15px auto 25px auto;
}

.feature-design118 .fe18gd{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-design118 .fe118dv{
    background: #ffffff;
    position: relative;
    box-shadow: 0px 5px 14px -3px rgba(71,71,71,0.4);
}

.feature-design118 .fe118im{
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.feature-design118 .fe118dv:hover .fe118img {
    transform: translateY(calc(-100% + 350px));
}

.feature-design118 .fe118im .fe118img {
    width: 100%;
    position: absolute;
    transform: translateY(0%);
    transition: all 3s ease-in-out;
}

.feature-design118 .fe118dt {
    padding: 15px;
    border-top: 1px solid #dddddd;
    position: relative;
}

.feature-design118 .fe118dt p{
    margin: 0;
}

.feature-design119 .fe119img{
    width: 40%;
}

.feature-design119 .fe119con{
    width: 50%;
    margin-left: 10%;
}

.feature-design120 .fe119smdv{
    width: 40px;
    height: 2px;
}

.feature-design121 .fe121div{
    box-shadow: 0px 5px 24.25px 0.75px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.feature-design121 .fe121icon{
    max-width: 50px;
}

.feature-design122 .fe122div{
    box-shadow: 0px 5px 24.25px 0.75px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 5px 5px 25px 25px;
    height: 100%;
    overflow: hidden;
}

.feature-design122 .fe122img{
    vertical-align: top;
    display: block;
    text-align: right;
}

.feature-design122 .fe122img img{
    max-height: 160px;
}

.feature-design122 .fe122smdv{
    width: 80px;
    height: 2px;
}

.feature-design122 .fe122info{
    position: relative;
}

.feature-design123 .fe123prdiv{
    padding: 30px 50px;
}

.feature-design123 .fe123txdiv{
    padding: 30px 50px;
}

.feature-design124 .fe123smdv{
    width: 60px;
    height: 2px;
}

.feature-design124 .c-div{
    border: 1px solid #efefef;
    padding: 20px 20px 10px 20px;
    margin: 20px 0;
}

.feature-design124 .c-table
{
    display: table;
}

.feature-design124 .ci-cell
{
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.feature-design124 .ct-cell
{
    display: table-cell;
    vertical-align: top;
}

.feature-design124 .ct-cell h5
{
    margin: 0 0 8px 0;
}

.feature-design124 .sl_image
{
    max-width: 50px;
}

.feature-design125 .fe125shdiv{
    padding: 6px 18px;
    border-radius: 12px;
    display: inline-block;
}

.feature-design125 .fe125gd{
    margin-top: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-design125 .fe125div{
    border: 1px solid #efefef;
    padding: 15px;
}

.feature-design125 .fe125img{
    max-width: 35px;
}


















/*--------------------------------------------------------------
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;
    position: relative;
}

.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, .counter-design12 .co12im{
    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: 600px;
    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: 1fr 1fr;
    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 .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{
    position: relative;
}

.menu-4:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    z-index: 0;
    background: #333333;
}

.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{
    /*    background: url(../images/top-bg.jpg) no-repeat center center;
        background-size: cover;*/
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    height: 500px;
/*    min-height: 100px;
    height: auto;
    overflow: visible;*/
}

.menu13logo{
    max-width: 100%;
}

.menu13-slider .ts-hide{
    object-fit: contain;
}

.menu-13:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 200px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
/*    display: none;*/
}

.menu-13 .imgwithbg{
    width: 100%;
    height: 100%;
}

.menu13-slider{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
/*    display: none;*/
}

.menu13-slider *{
    height: 100%;
}

.menu13-slider .m13slcontent, .menu13-slider .m13slcontent *{
    height: auto;
}

.menu13-slider .m13sldiv{
    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;
}

.menu13-slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.menu13-slider .m13slcontent{
    width: 50%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    padding-left: 15px;
}

.menu13-slider .m13title{
    margin-bottom: 30px;
}

.menu13-slider .m13slbtn{
    padding: 10px 34px;
    margin: 10px 20px 10px 0 !important;
    display: inline-block;
}

.menu13-slider .sldv5 a:hover,
.menu13-slider .sldv5new a:hover{
    transition: all 0.4s ease-in-out !important;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-50 .he50ic {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.menu-50 .blind-block{
    position: relative;
    display: inline-block;
}

.menu-50 .blind-block .hde-div{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    z-index: 99;
}

.menu-50 .blind-block .hde-div ul{
    list-style: none;
}

.menu-50 .blind-block .hde-div ul li {
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
    color: #000000;
    width: 100%;
    text-align: center;
    margin: 4px 0;
}

.menu-50 .blind-block .hde-div ul li a, .menu-50 .blind-block .hde-div ul li a:hover {
    background: #eeeeee;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-top: 9px;
    width: 22px;
    text-align: center;
    margin-top: 0;
    padding: 0;
    float: none;
    color: #000000;
    text-decoration: none;
}

.menu-50 .blind-block .hde-div ul li a#btn-sblack {
    background: #000000;
    color: #ffffff;
}

.menu-50 .blind-block:hover .hde-div{
    display: block;
}

.menu-50 .btn.btn-sm.btn-primary{
    color: #fff !important;
    background-color: #696cff !important;
    border-color: #696cff !important;
    box-shadow: none !important;
    transform: translateY(0);
}









/*--------------------------------------------------------------
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);
}




.livecalculator .credit {
    position: absolute;
    bottom: 5px;
    right: 10px;
    opacity: 0.8;
    font-size: 12px
}
.livecalculator #myChart {
    max-height: 460px;
}
.livecalculator .chartDiv {
    max-height: 493px;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
}
.livecalculator .display_result {
    font-size: 22px;
    color: var(--cal-btn-color);
    font-weight: 600;
}

.livecalculator .form-range {
    width: inherit !important;
    margin: 10px 0;
}

.livecalculator .text_input {
    height: 40px;
    float: right;
    outline: 0;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}

.livecalculator .outer_div {
    min-height: 100px;
    padding: 20px;
    margin-bottom: 2px;
}
.livecalculator .outer_div2 {
    padding: 20px 70px 20px 30px;
}
.livecalculator .hide-span {
    opacity: 1;
    z-index: 9;
}

.livecalculator .inner_div {
    /* border-left: 5px solid #0ebeff; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
}

.livecalculator .slider_box {
    /*     position: absolute;
        right: 20px;
        align-items: center; */
}

.livecalculator input[type="range"]:focus {
    outline: none;
}

.livecalculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #fff;
    height: 30px;
    width: 15px;
    border-radius: 3px;
    background: var(--cal-btn-color);
    cursor: pointer;
    margin-top: -10px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 0px 0px 0px #000000, 0px 0px 3px #0d0d0d;
    outline: 0;
    position: relative;
}

/*.livecalculator #showValue, .livecalculator #showValue2, .livecalculator #showValue3 {
    position: absolute;
    border: 1px solid var(--cal-btn-color);
    width: 60px;
    height: 25px;
    background: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cal-btn-color);
    top: 96%;
    left: 0px;
    transition: all 0s ease-in-out;
}*/

.livecalculator .hide-span {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cal-btn-color);
    transition: all 0s ease-in-out;
    font-weight: 500;
}

.livecalculator #showValue:before, .livecalculator #showValue2:before, .livecalculator #showValue3:before {
    /*    content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 7px solid var(--cal-btn-color);
        height: 0px;
        width: 0px;
        position: absolute;
         left: 0; 
        top: -12px;*/
}

.livecalculator .thisthis {
    font-weight: 300;
    font-size: 11px;
    float: right;
    line-height: 2;
}

.livecalculator .text-center {
    text-align: center;
    padding: 10px 0;
}

@media only screen and (max-width: 500px) {
    .livecalculator .text_input {
        margin-left: 10px;
        font-size: 16px;
        padding: 5px;
        width: 100%;
    }
    .livecalculator #textValue, .livecalculator #textValue2 {
        font-size: 16px;
        padding: 2px;
    }
    .livecalculator .outer_div2, .livecalculator .outer_div {
        padding: 10px;
    }
    .livecalculator .inner_div {
        margin: 0;
    }
    .livecalculator .slider_box {
        padding-right: 0;
    }
    .livecalculator .inner_div {
        padding: 0;
    }
    .livecalculator .thisthis {
        width: 95px;
        line-height: 2;
    }
}
@media only screen and (max-width: 300px) {
    .livecalculator .result_text {
        font-size: 10px
    }
    .livecalculator .display_result {
        font-size: 13px;
    }
    .livecalculator #textValue, .livecalculator #textValue2, .livecalculator #textValue3 {
        font-size: 12px;
    }
    .livecalculator .col-4 {
        font-size: 12px;
    }
}








/*--------------------------------------------------------------
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;
    background-color: transparent !important;
}

.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;
}

.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;
    background-color: transparent !important;
}

.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%;
}


.sldr-design10 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio = 9 / 16 = 0.5625 */
    overflow: hidden;
}

.sldr-design10 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sldr-design10 .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
}

.sldr-design10 .video-overlay .d-flex{
    width: 70%;
}

.sldr-design10 .sl10lk{
    padding: 12px 32px;
    min-width: 140px;
    text-align: center;
}

.sldr-design11 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sldr-design11 .custom-video-bg {    
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.sldr-design11 .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
}

.sldr-design11 .video-overlay .d-flex{
    width: 70%;
}

.sldr-design11 .slbt11{
    padding: 12px 32px;
    min-width: 140px;
    text-align: center;
}






/*--------------------------------------------------------------
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 .pop-div22 .sim-row-edit{
    height: 100%;
}

.popup-design1 .pop-div22 .sim-row-edit img.img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.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 .blog1div>.blog1img{
    box-shadow: none !important;
    padding: 0 !important;
}

.blog-design1 .blog1img{
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
}

.blog-design1 .blog1img>img,
.blog-design1 .blog-image{
    width: 100% !important;
}

.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;
}

.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(--cbdcolor);
    padding: 10px 14px;
    background-color: var(--cbgcolor);
    color: var(--cftcolor);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.category-design1 .cd1link:hover{
    background-color: var(--chbgcolor);
    color: var(--chftcolor);
    border-color: var(--chbdcolor);
}

.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(--cbdcolor);
    padding: 12px 18px;
    background-color: var(--cbgcolor);
    color: var(--cftcolor);
    transition: all .3s;
}

.product-design1 .pd1link:hover{
    background-color: var(--chbgcolor);
    color: var(--chftcolor);
    border-color: var(--chbdcolor);
}

.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, .allnews-2, .allnews-3 {
    font-family: var(--news-font-family) !important;
}

.allnews-1, .newsdetails-1,
.allnews-1, .newsdetails-3{
    font-family: var(--news-font-family) !important;
}

.allnews-1  .slick-list,
.allnews-3  .slick-list{
    margin: 0 -10px;
}

.allnews-1 .news-border1{
    padding: 10px;
}

.allnewsslider-1,
.allnewsslider-3{
    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 {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: var(--newsdatefontcolor);
    vertical-align: top;
}

.allnews-3 .news-div3{
    padding: 12px;
    height: 100%;
}

.allnews-3 .news-flex3{
    display: flex !important;
    align-items: stretch;
    gap: 15px;
    padding: 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-space3{
    padding: 15px !important;
}

.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(--newsdatefontcolor);
    background: var(--newsdatebgcolor);
    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: #efefef;
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
}

.newsdetails-1 .news-date1,
.newsdetails-2 .news-date2{
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: gray;
    vertical-align: top;
}

.allnews-1 .news-title1, .allnews-1 .news-title1:hover,
.newsdetails-1 .news-title1,
.newsdetails-2 .news-title2{
    color: #333;
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin: 0px 0 8px 0;
}
.newsdetails-1 .news-title1,
.newsdetails-2 .news-title2{
    display: none !important;
}
.allnews-3 .news-title3, .allnews-3 .news-title3:hover{
    color: #333;
    font-size: 16px;
    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: 14px;
    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,
.allnews-3 .tsnp3 .slick-next,
.allnews-3 .tsnp3 .slick-prev{
    top: 15px;
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
    border: 1px solid var(--newsbordercolor);
    transition: all .3s;
}

.allnews-1 .tsnp3 .slick-next:before,
.allnews-1 .tsnp3 .slick-prev:before,
.allnews-3 .tsnp3 .slick-next:before,
.allnews-3 .tsnp3 .slick-prev:before{
    color: var(--newsfontcolor);
    transition: all .3s;
}

.allnews-1 .tsnp3 .slick-next:hover,
.allnews-1 .tsnp3 .slick-prev:hover,
.allnews-3 .tsnp3 .slick-next:hover,
.allnews-3 .tsnp3 .slick-prev:hover{
    background-color: var(--newshbgcolor);
    color: var(--newshfontcolor);
    border-color: var(--newshbordercolor);
}

.allnews-1 .tsnp3 .slick-next:hover:before,
.allnews-1 .tsnp3 .slick-prev:hover:before,
.allnews-3 .tsnp3 .slick-next:hover:before,
.allnews-3 .tsnp3 .slick-prev:hover:before{
    color: var(--newshfontcolor);
}

.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;
    height: 200px;
    /*    overflow: hidden;*/
}

.allnews-2 .news-ovdiv2{
    overflow: hidden;
    position: relative;
    height: 100%;
}

.allnews-2 .news-date1, .allnews-2 .news-date1:hover {
    font-size: 12px;
    color: var(--newsdatefontcolor);
}

.allnews-2 .news-date1 {
    --f: .5em;
    --r: .8em;
    position: absolute;
    top: 8px;
    z-index: 1;
    padding: 0px 10px 2px 16px;
    left: calc(-1* .5em);
    padding-inline: .25em;
    line-height: 22px;
    background: var(--newsdatebgcolor);
    border-bottom: .5em solid #0005;
    border-right: .8em solid #0000;
    clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2), 100% 0);
}

.allnews-2 .news-image2 img{
    width: 100%;
    height: auto !important;

    max-width: 100%;
    position: absolute;
    transform: translateY(0%);
    transition: all 1.5s ease-in-out;
}

.news-div2:hover img {
    transform: translateY(calc(-100% + 200px));
}

.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;
}

.allnews-2 .tsnp3 .slick-next,
.allnews-2 .tsnp3 .slick-prev{
    top: -10px;
    background-color: var(--newsbgcolor);
    border: 1px solid var(--newsbordercolor);
    transition: all .3s;
}

.allnews-2 .tsnp3 .slick-next:before,
.allnews-2 .tsnp3 .slick-prev:before{
    color: var(--newsfontcolor);
    transition: all .3s;
}

.allnews-2 .tsnp3 .slick-next:hover,
.allnews-2 .tsnp3 .slick-prev:hover{
    background-color: var(--newshbgcolor);
    border-color: var(--newshbordercolor);
}

.allnews-2 .tsnp3 .slick-next:hover:before,
.allnews-2 .tsnp3 .slick-prev:hover:before{
    color: var(--newshfontcolor);
}

.allnewsslider-3 .slick-track{
    display: flex;
    align-items: stretch;
}

.allnewsslider-3 .slick-track .slick-slide{
    height: auto;
}

.allnews-link4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid var(--newsbordercolor);
    width: 36px;
    height: 36px;
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
    border-radius: 50%;
    transition: all .3s;
    position: absolute;
    right: 0;
    bottom: 0;
}

.allnews-link4:hover{
    background-color: var(--newshbgcolor);
    border-color: var(--newshbordercolor);
}

.allnews-link4:hover span{
    color: var(--newshfontcolor);
}

.allnews-space4{
    padding-bottom: 36px;
}

.news5div{
    padding: 0 25px 0 15px;
    position: relative;
}

.news5div:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}

.news5link{
    color: #fff;
}

.news5date{
    color: #fff;
}

.allnewevents-1 .ane1grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.allnewevents-1 .ane1div{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
    padding: 20px 20px 80px 20px;
    position: relative;
}

.allnewevents-1 .ane1br{
    height: 3px;
    position: relative;
    padding-top: 1px;
    width: auto;
}

.allnewevents-1 .ane1abs{
    position: absolute;
    height: 3px;
    width: 50px;
    left: 0;
    top: 0px;
    background-color: var(--newsbgcolor);
}

.allnewevents-1 .ane1nwdiv{
    padding: 8px 0;
    border-bottom: 1px dashed #919191 !important;
}

.allnewevents-1 .ane1date{
    position: relative;
    font-size: 14px;
    color: #919191;
    padding: 0 0 2px 20px;
}

.allnewevents-1 .ane1date:before {
    font-family: "Material Icons";
    content: "\ebcc";
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #919191;
}

.allnewevents-1 .ane1news{
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.ane1alllink {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    font-size: var(--newsfontsize);
    line-height: 14px;
    border: 1px solid var(--newsbordercolor);
    padding: 10px 14px;
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
    border-radius: var(--newsborderradius);
    transition: all .3s;
}

.ane1alllink:hover{
    background-color: var(--newshbgcolor);
    color: var(--newshfontcolor);
    border-color: var(--newshbordercolor);
}

.allne1btn .slick-prev:before, .allne1btn .slick-next:before {
    font-family: "Material Icons";
    font-size: 16px;
    position: absolute;
    color: var(--newsfontcolor);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.allne1btn .slick-prev:before{
    left: 56%;
}

.allne1btn .slick-prev, .allne1btn .slick-next{
    position: absolute;
    font-size: 0;
    border: 0;
    border: 1px solid var(--newsbordercolor);
    background-color: var(--newsbgcolor);
    color: var(--newsfontcolor);
    display: block;
    outline: 0;
    width: 34px;
    height: 34px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.allne1btn .slick-prev:hover, .allne1btn .slick-next:hover{
    background-color: var(--newshbgcolor);
    color: var(--newshfontcolor);
    border-color: var(--newshbordercolor);
}

.allne1btn .slick-prev:hover:before, .allne1btn .slick-next:hover:before{
    color: var(--newshfontcolor);
}

.allne1btn .slick-prev {
    top: -20px;
    right: 37px;
}

.allne1btn .slick-prev:before {
    content: "\e5e0";
}

.allne1btn .slick-next {
    top: -20px;
    right: 0px;
}

.allne1btn .slick-next:before {
    content: "\e5e1";
}




.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%; /* Start from outside the visible area */
    animation: marquee linear infinite;
}

.marquee-container:hover .marquee-text {
    animation-play-state: paused; /* Pause on hover */
}

@keyframes marquee {
    0% {
        transform: translateX(0); /* Start at original position */
    }
    100% {
        transform: translateX(-100%); /* Move all the way to the left */
    }
}




.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,
.newsdetails-2 .news2share{
    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-2 .news2share{
    margin-top: 20px;
}

.newsdetails-1 .news1share h3{
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}





/*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;
}

.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%;
    transform: translate(-50%,-50%);
}


#custompopup1 .modal-dialog{
    margin: 2.75rem auto !important;
}


.notshow img{
    max-width: 100%;
}


.bmode {
    background-color: #000 !important;
    color: yellow !important;
    border-color: yellow !important;
}