@use "sass:math";

.indicator {
    position: absolute;
    top: var(--pos-y);
    left: var(--pos-x);
    height: var(--height-set);
    width: var(--width-set);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}



:root {
    --theme-color: #d52127;
    --gr-color2: #d52127;
    --title-color: #003f8a;
    --body-color: #666666;
    --smoke-color: #F8F8F8;
    --smoke-color2: #ECF1FF;
    --black-color: #000000;
    --black-color2: #101018;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --body-bg: #E1E4E5;
    --light-color: #E1E4E5;
    --yellow-color: #E2B93B;
    --success-color: #27AE60;
    --error-color: #EB5757;
    --th-border-color: #fff;
    --title-font: "Exo", sans-serif;
    --body-font: "Inter", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 100px;
    --section-space-mobile: 60px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --btn-radius:30px;
    --theme-radius:24px;
}

.home-electrician {
    --body-bg: #fff;
     --color1: #FA2D39;
    --th-border-color: #E1E4E5
}
.blog-single-area .page-single p > img{
    border-radius:var(--theme-radius);
}
html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--body-bg);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color)
}

th {
    font-weight: 700;
    color: var(--color2)
}

td,
th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px
}

a {
    color: var( --color1);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--color2)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.625
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--color2);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 48px;
    line-height: 1.208
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.2
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3
    }

    .h2,
    h2 {
        font-size: 36px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35
    }

    .h2,
    h2 {
        font-size: 28px
    }
}

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}


/*section-padding*/
.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

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

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

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

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-28 {
    margin-bottom: 28px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.45rem
}

.mt-n3 {
    margin-top: -0.8rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.45rem
}

.mb-n3 {
    margin-bottom: -0.8rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 17px 32px 17px 0;
    font-size: 16px;
    line-height: 1.313;
    color: var(--color2);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-bottom: 1px solid var(--th-border-color)
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
    content: '\f061';
    position: absolute;
    right: 0;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: inherit
}

.widget_nav_menu a img,
.widget_meta a img,
.widget_pages a img,
.widget_archive a img,
.widget_categories a img,
.wp-block-categories a img {
    margin-top: -3px;
    margin-right: 6px
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.wp-block-categories li>span {
    color: var(--color2);
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
    background-color: var(--body-bg)
}

.widget_nav_menu .menu>li:last-child>a,
.widget_nav_menu>ul>li:last-child>a,
.widget_meta .menu>li:last-child>a,
.widget_meta>ul>li:last-child>a,
.widget_pages .menu>li:last-child>a,
.widget_pages>ul>li:last-child>a,
.widget_archive .menu>li:last-child>a,
.widget_archive>ul>li:last-child>a,
.widget_categories .menu>li:last-child>a,
.widget_categories>ul>li:last-child>a,
.wp-block-categories .menu>li:last-child>a,
.wp-block-categories>ul>li:last-child>a {
    border-bottom: none
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
    color: var( --color1);
    box-shadow: none
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.wp-block-categories a:hover~span {
    color: var( --color1)
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
    margin-left: 10px
}

@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }

    .space-extra2,
    .space-extra2-top {
        padding-top: 70px
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 70px
    }
}

/*common button css*/
.th-btn.load-more-btn {
    width: 225px;
    margin: auto;
    display: block;
}
.th-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var( --color1);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 20.5px 32px;
    min-width: 170px;
    border-radius: var(--btn-radius);
    -webkit-perspective: 320px;
    perspective: 320px
}



.th-btn i {
    font-size: 1em
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color);
    box-shadow: none;
    background:var(--color2);
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
    top: 0;
    height: 100%;
    width: 100%;
    right: unset;
    left: 0
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 40px;
    box-shadow: none
}

.th-btn.style2:hover {
    color: var(--color2);
    border-color: var(--white-color);
    background-color: var(--white-color)
}

.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
    background-color: var(--white-color)
}

.th-btn.style3:hover {
    color: var(--color2)
}

.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
    background-color: var(--white-color)
}

.th-btn.style4 {
    background-color: var(--color2)
}

.th-btn.style4:before,
.th-btn.style4:after {
    background-color: var( --color1)
}

.th-btn.style4:hover {
    background-color: var( --color1)
}

.th-btn.style5 {
    background-color: var( --color1);
    color: var(--white-color)
}

.th-btn.style5:hover {
    color: var( --color1)
}

.th-btn.style5:hover:before,
.th-btn.style5:hover:after {
    background-color: var(--white-color)
}

.th-btn.style6 {
    background-color: var(--color2)
}

.th-btn.style6:hover {
    color: var( --color1)
}

.th-btn.style6:hover:before,
.th-btn.style6:hover:after {
    background-color: var(--white-color)
}

.th-btn.btn-fw {
    width: 100%
}

.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
    display: none
}

.th-btn.btn-fw:hover {
    background-color: var(--color2)
}

.th-btn.btn-sm {
    padding: 16.5px 25px;
    min-width: 150px
}

.th-btn2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--color2);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 20.5px 20px 20.5px 24px;
    min-width: 193px;
    border-radius: 0
}

.th-btn2:before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    width: 56px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%)
}

.th-btn2 i {
    color: var(--color2);
    font-size: 1em;
    margin-left: 25px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-btn2:hover,
.th-btn2.active {
    color: var(--color2);
    padding-right: 24px
}

.th-btn2:hover::before,
.th-btn2.active::before {
    width: calc(100% + 18px)
}

.th-btn2:hover i,
.th-btn2.active i {
    margin-left: 11px
}

.th-btn2.style2 {
    background-color: transparent;
    color: var(--color2);
    border: 1px solid var(--light-color);
    padding: 20px 20px 20px 24px
}

.th-btn2.style2 i {
    color: var(--white-color)
}

.th-btn2.style2:before {
    background-color: var(--color2)
}

.th-btn2.style2:hover {
    color: var(--white-color);
    border-color: var(--color2)
}

.th-btn2.style3 {
    background-color: var( --color1)
}

.th-btn2.style3 i {
    color: var(--color2)
}

.th-btn2.style3:before {
    background-color: var(--white-color)
}

.th-btn2.style4 {
    background-color: var( --color1)
}

.th-btn2.style4 i {
    color: var(--white-color)
}

.th-btn2.style4:before {
    background-color: var(--color2)
}

.th-btn2.style4:hover {
    color: var(--white-color)
}

.th-btn2.btn-sm {
    padding: 16px 20px 16px 24px;
    min-width: 150px
}

.hexa-btn {
    display: inline-block;
    width: 68px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2
}

.hexa-btn:after,
.hexa-btn:before {
    content: '';
    -webkit-mask-image: url('data:image/svg+xml,<svg width="70" height="79" viewBox="0 0 70 79" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.1276 1.74806C33.437 0.401037 36.2817 0.401036 38.5912 1.74806L65.1237 17.2235C67.4338 18.5709 68.8594 21.0628 68.8594 23.7623V54.7133C68.8594 57.4128 67.4338 59.9047 65.1237 61.252L38.5912 76.7275C36.2817 78.0746 33.437 78.0746 31.1276 76.7275L4.595 61.252C2.28495 59.9047 0.859375 57.4128 0.859375 54.7133V23.7623C0.859375 21.0628 2.28495 18.5709 4.595 17.2235L31.1276 1.74806Z" stroke="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="70" height="79" viewBox="0 0 70 79" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.1276 1.74806C33.437 0.401037 36.2817 0.401036 38.5912 1.74806L65.1237 17.2235C67.4338 18.5709 68.8594 21.0628 68.8594 23.7623V54.7133C68.8594 57.4128 67.4338 59.9047 65.1237 61.252L38.5912 76.7275C36.2817 78.0746 33.437 78.0746 31.1276 76.7275L4.595 61.252C2.28495 59.9047 0.859375 57.4128 0.859375 54.7133V23.7623C0.859375 21.0628 2.28495 18.5709 4.595 17.2235L31.1276 1.74806Z" stroke="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--white-color);
    position: absolute;
    inset: 0;
    z-index: -2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.hexa-btn:after {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="70" height="79" viewBox="0 0 70 79" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.1276 1.74806C33.437 0.401037 36.2817 0.401036 38.5912 1.74806L65.1237 17.2235C67.4338 18.5709 68.8594 21.0628 68.8594 23.7623V54.7133C68.8594 57.4128 67.4338 59.9047 65.1237 61.252L38.5912 76.7275C36.2817 78.0746 33.437 78.0746 31.1276 76.7275L4.595 61.252C2.28495 59.9047 0.859375 57.4128 0.859375 54.7133V23.7623C0.859375 21.0628 2.28495 18.5709 4.595 17.2235L31.1276 1.74806Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="70" height="79" viewBox="0 0 70 79" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.1276 1.74806C33.437 0.401037 36.2817 0.401036 38.5912 1.74806L65.1237 17.2235C67.4338 18.5709 68.8594 21.0628 68.8594 23.7623V54.7133C68.8594 57.4128 67.4338 59.9047 65.1237 61.252L38.5912 76.7275C36.2817 78.0746 33.437 78.0746 31.1276 76.7275L4.595 61.252C2.28495 59.9047 0.859375 57.4128 0.859375 54.7133V23.7623C0.859375 21.0628 2.28495 18.5709 4.595 17.2235L31.1276 1.74806Z" fill="white"/></svg>');
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    background-color: var( --color1);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.hexa-btn:hover {
    color: var( --color1)
}

.hexa-btn:hover:after {
    background-color: var(--white-color)
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #f7f7f7);
    color: var(--color2);
    text-align: center;
    border-radius: 99px;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.icon-btn:hover {
    background-color: var( --color1);
    color: var(--white-color);
    border-color: var( --color1)
}

.icon-btn.style2 {
    background-color: var( --color1);
    color: var(--white-color);
    border: none;
    border-radius: 99px
}

.icon-btn.style2:hover {
    background-color: var( --color1);
    color: var(--white-color)
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: var( --color1);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

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

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

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--color2);
    color: var(--white-color)
}

.play-btn.gr-style1>i {
    background-image: -webkit-linear-gradient(left, var( --color1) 0%, var( --color2) 100%);
    background-image: linear-gradient(to right, var( --color1) 0%, var( --color2) 100%);
    color: var(--white-color) !important
}

.play-btn.gr-style1:before,
.play-btn.gr-style1:after {
    background-color: rgba(255, 255, 255, 0.5)
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style3>i {
    background-color: var(--white-color);
    color: var( --color1)
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-color)
}

.play-btn.style3:hover>i {
    background-color: var( --color1);
    color: var(--white-color)
}

.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
    background-color: var( --color1)
}

.play-btn.style4 {
    --icon-size: 120px
}

.play-btn.style4>i {
    font-size: 28px;
    color: var(--white-color);
    background-color: rgba(255, 255, 255, 0.3)
}

.play-btn.style4:before,
.play-btn.style4:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style4:hover>i {
    background-color: var( --color1)
}

.play-btn.style4:hover:before,
.play-btn.style4:hover:after {
    border-color: var( --color1)
}

.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var( --color1)
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var( --color1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var( --color1)
}

.link-btn:hover::before {
    width: 100%
}

.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--color2)
}

.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color2);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.line-btn:hover {
    color: var( --color1)
}

.line-btn:hover::before {
    background-color: var( --color1);
    width: 45px
}

.scroll-top {
    position: fixed;
    right: 50px;
    bottom: 120px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var( --color1);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var( --color1);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var( --color1);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var( --color1);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

/*.scroll-top.show {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    -webkit-transform: translateY(0);*/
/*    -ms-transform: translateY(0);*/
/*    transform: translateY(0)*/
/*}*/

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.18em;
    text-transform: capitalize
}

.sub-title {
    font-family: var(--title-font);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var( --color1);
    margin-bottom: 31px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -0.2em;
    position: relative
}

.sub-title:before {
    content: '';
    height: 10px;
    width: 100%;
    background-color: var(--color2);
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="430" height="9" viewBox="0 0 430 9" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M429.017 0.5H40.5546C37.8036 0.5 36.4282 0.5 35.1536 0.942471C33.8791 1.38494 32.7995 2.23725 30.6403 3.94188L29.8597 4.55813C27.7006 6.26275 26.6209 7.11506 25.3464 7.55753C24.0719 8 22.6964 8 19.9454 8H1" stroke="%23D9D9D9" stroke-linecap="round"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="430" height="9" viewBox="0 0 430 9" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M429.017 0.5H40.5546C37.8036 0.5 36.4282 0.5 35.1536 0.942471C33.8791 1.38494 32.7995 2.23725 30.6403 3.94188L29.8597 4.55813C27.7006 6.26275 26.6209 7.11506 25.3464 7.55753C24.0719 8 22.6964 8 19.9454 8H1" stroke="%23D9D9D9" stroke-linecap="round"/></svg>');
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.sub-title .line {
    display: inline-block;
    height: 10px;
    width: 100%;
    background-color: var(--color2);
    position: absolute;
    top: -10px;
    left: 0;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="430" height="9" viewBox="0 0 430 9" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M429.017 0.5H40.5546C37.8036 0.5 36.4282 0.5 35.1536 0.942471C33.8791 1.38494 32.7995 2.23725 30.6403 3.94188L29.8597 4.55813C27.7006 6.26275 26.6209 7.11506 25.3464 7.55753C24.0719 8 22.6964 8 19.9454 8H1" stroke="%23D9D9D9" stroke-linecap="round"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="430" height="9" viewBox="0 0 430 9" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M429.017 0.5H40.5546C37.8036 0.5 36.4282 0.5 35.1536 0.942471C33.8791 1.38494 32.7995 2.23725 30.6403 3.94188L29.8597 4.55813C27.7006 6.26275 26.6209 7.11506 25.3464 7.55753C24.0719 8 22.6964 8 19.9454 8H1" stroke="%23D9D9D9" stroke-linecap="round"/></svg>');
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.sub-title.shape-white:before {
    background-color: var(--white-color)
}

.sub-title.shape-white .line {
    background-color: var(--white-color)
}

.sub-title:has(img) {
    margin-top: 0
}

.sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em
}

.sub-title img {
    margin: -3px 10px 0 0;
        width: 30px;
}

.sub-title i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .sub-title i {
        font-size: 24px
    }
}

.sub-title2 {
    font-family: var(--title-font);
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var( --color1);
    margin-bottom: 31px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -0.2em;
    position: relative
}

.sub-title2 img {
    margin: -4px 8px 0 0
}

@media (max-width: 1199px) {
    .sub-title2 {
        margin-bottom: 22px
    }
}

.sub-title2 i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .sub-title2 i {
        font-size: 24px
    }
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.24em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var( --color1)
}

.box-subtitle {
    margin-bottom: 8px
}

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em
}

.box-title2 a {
    color: inherit
}

.box-title2 a:hover {
    color: var( --color1)
}


.shape-mockup-wrap {
    z-index: 1;
    position: relative;
    background: #fff;
 
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none
}

.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none
}

.shape-mockup .svg-img {
    height: 110px;
    width: 110px
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.color-scheme {
    position: fixed;
    right: -1px;
    top: calc(50% - 100px);
    z-index: 99;
    background: var(--black-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    max-width: 300px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.color-scheme-title {
    font-size: 22px;
    border-bottom: 1px solid var(--th-border-color);
    padding-bottom: 6px;
    color: var(--white-color);
    margin-bottom: 20px
}

.color-scheme-title i {
    font-size: 18px;
    margin-right: 3px
}

.color-scheme-text {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 6px
}

.color-scheme .switchIcon {
    position: absolute;
    left: 0;
    top: 10px;
    border: 0;
    background: var( --color1);
    color: var(--white-color);
    height: 45px;
    width: 45px;
    border-radius: 5px 0 0 5px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.color-scheme .color-switch-btns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 20px
}

.color-scheme .color-switch-btns button {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    color: var( --color1);
    text-align: left
}

.color-scheme #thcolorpicker {
    padding: 0 !important;
    border: 2px solid var(--white-color);
    border-radius: 0;
    height: 25px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 170px
}

.color-scheme.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var( --color1);
    color: var(--white-color);
    padding: 0.23em 0.43em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 7px;
    right: 7px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 45px);
    background-color: var(--smoke-color);
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px
}
.th-social svg {
    width: 19px;
}

.th-social path {
    fill: #fff;
}
.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var( --color1);
    color: var(--white-color)
}

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var( --color1)
}

.multi-social a:has(.fa-facebook-f) {
     --color1: #3b5997
}

.multi-social a:has(.fa-twitter) {
     --color1: #54abf0
}

.multi-social a:has(.fa-pinterest-p) {
     --color1: #c8232c
}

.multi-social a:has(.fa-linkedin-in) {
     --color1: #0077b5
}

.multi-social a:has(.fa-vimeo-v) {
     --color1: #86c9ef
}

.multi-social a:has(.fa-youtube) {
     --color1: #ff0000
}

.multi-social a:has(.fa-instagram) {
     --color1: #d63084
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.box-text {
    margin-bottom: -0.4em
}

.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.btn-group.style2 {
    gap: 20px 70px
}

@media (max-width: 767px) {
    .btn-group.style2 {
        gap: 20px 30px
    }
}

@media (max-width: 767px) {
    .btn-group {
        gap: 20px
    }
}

.th-bg-img {
    position: absolute;
    inset: 0
}

.th-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.ff-title {
    font-family: var(--title-font)
}

.fw-extrabold {
    font-weight: 800
}

.fs-18 {
    font-size: 18px
}

.fs-16 {
    font-size: 16px !important
}

.fs-xs {
    font-size: 14px
}

.bg-theme {
    background-color: var( --color1) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-black2 {
    background-color: var(--black-color2) !important
}

.bg-title {
    background-color: var(--color2) !important
}

.gr-bg1 {
    background-image: -webkit-linear-gradient(left, var( --color1) 0%, var( --color2) 100%);
    background-image: linear-gradient(to right, var( --color1) 0%, var( --color2) 100%)
}

.gr-bg2 {
    background-image: -webkit-linear-gradient(left, var( --color1) 0%, var( --color2) 100%);
    background-image: linear-gradient(to right, var( --color1) 0%, var( --color2) 100%)
}

.bg-body {
    background-color: var(--body-bg) !important
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fixed {
    background-attachment: fixed;
    scroll-behavior: smooth
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.bg-top-left {
    background-size: auto;
    background-position: top left
}

.text-theme {
    color: var( --color1) !important
}

.text-title {
    color: var(--color2) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var( --color1)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

.hero-img1 {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

/*Banner*/

.hero-3 {
    overflow: hidden;
    background-color: var(--white-color);
    max-width: 1832px;
    margin: 0 auto 0 auto;
    border-radius: 64px
}

.hero-3 .hero-img {
    bottom: 8%;
    right: 6%;
    z-index: 3;
    width: 100%;
    max-width: 615px;
    text-align: center
}

.hero-3 .hero-img>img {
    border-radius: var(--theme-radius)
}

@media (max-width: 1500px) {
    .hero-3 .hero-img {
        right: 1%
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-img {
        max-width: 500px
    }
}

@media (max-width: 1299px) {
    .hero-3 .hero-img {
        max-width: 500px
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-img {
        max-width: 450px
    }
    .hero-inner{
        margin:0 !important;
    }
}

.hero-3 .hero-img .box-badge {
    position: absolute;
    bottom: 15%;
    left: -10px
}

.hero-3 .hero-img .box-badge .spin-text {
    color: var(--white-color);
    position: absolute;
    left: -100%;
    top: -100%;
    -webkit-animation: spinText 8s linear infinite;
    animation: spinText 8s linear infinite
}

.hero-3 .hero-img .box-badge .spin-text svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.hero-3 .hero-img .play-btn>i {
    --icon-size: 100px;
    background-color: var(--white-color);
    color: var( --color1)
}

.hero-3 .swiper-pagination-bullets {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 3;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    width: auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.hero-3 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--light-color);
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: transparent
}

.hero-3 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var( --color1)
}

.hero-3 .slider-arrow {
    --pos-x: 80px;
    position: absolute;
    background-color: rgba(16, 24, 64, 0.7);
    color: var(--white-color);
    border: none
}

.hero-3 .slider-arrow:hover {
    background-color: var(--color2)
}

@media (max-width: 1500px) {
    .hero-3 .slider-arrow {
        --pos-x: 5px
    }
}

@media (max-width: 991px) {
    .hero-3 .slider-arrow {
        display: none
    }
    .hero-3 .hero-inner {
    padding-top: 10px
}

}



@media (max-width: 1500px) {
    .hero-3 {
        border-radius: var(--theme-radius)
    }

    .hero-3 .swiper-pagination-bullets {
        left: -70px
    }
}

@media (max-width: 991px) {
    .hero-3 .swiper-pagination-bullets {
        display: none
    }

    .hero-3 .hero-img .box-badge {
        left: 10%
    }
}

.hero-style3 {
    position: relative;
    z-index: 6;
}
.hero-inner {
    margin: 150px 0 120px;
}

.hero-style3 .hero-subtitle {
    margin-bottom: 35px
}

.hero-style3 .hero-text {
    max-width: 530px;
    margin-bottom: 20px
}
.header-links {
    margin-bottom: 15px;
}
.hero-style3 .hero-arrow {
    position: absolute;
    left: 34%;
    bottom: 10px
}
.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}
@media (max-width: 991px) {
    .hero-style3 .hero-arrow {
        display: none
    }
    .breadcumb-menu{
        text-align:center;
    }
    .author .breadcumb-menu {
        text-align: left;
    }
    .author .hero-text{
        display:block !important;
    }
}

.hero-style3 .sub-title {
    text-transform: uppercase;
    color: var(--color2);
    padding-top: 3px
}

.hero-style3 .sub-title:before {
    background-color: var( --color1);
    -webkit-mask-image: url('data:image/svg+xml,<svg width="467" height="10" viewBox="0 0 467 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M465.736 1H40.8401C37.9508 1 36.5061 1 35.1776 1.48487C33.849 1.96974 32.744 2.9003 30.5339 4.76141L29.9673 5.23858C27.7572 7.09969 26.6522 8.03025 25.3236 8.51512C23.9951 8.99999 22.5505 8.99999 19.6611 8.99999H1.00058" stroke="%23F47629" stroke-linecap="round"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="467" height="10" viewBox="0 0 467 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M465.736 1H40.8401C37.9508 1 36.5061 1 35.1776 1.48487C33.849 1.96974 32.744 2.9003 30.5339 4.76141L29.9673 5.23858C27.7572 7.09969 26.6522 8.03025 25.3236 8.51512C23.9951 8.99999 22.5505 8.99999 19.6611 8.99999H1.00058" stroke="%23F47629" stroke-linecap="round"/></svg>');
    bottom: -9px
}

.hero-style3 .sub-title .line {
    background-color: var( --color1);
    -webkit-mask-image: url('data:image/svg+xml,<svg width="467" height="10" viewBox="0 0 467 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M465.736 1H40.8401C37.9508 1 36.5061 1 35.1776 1.48487C33.849 1.96974 32.744 2.9003 30.5339 4.76141L29.9673 5.23858C27.7572 7.09969 26.6522 8.03025 25.3236 8.51512C23.9951 8.99999 22.5505 8.99999 19.6611 8.99999H1.00058" stroke="%23F47629" stroke-linecap="round"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="467" height="10" viewBox="0 0 467 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M465.736 1H40.8401C37.9508 1 36.5061 1 35.1776 1.48487C33.849 1.96974 32.744 2.9003 30.5339 4.76141L29.9673 5.23858C27.7572 7.09969 26.6522 8.03025 25.3236 8.51512C23.9951 8.99999 22.5505 8.99999 19.6611 8.99999H1.00058" stroke="%23F47629" stroke-linecap="round"/></svg>')
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero-title {
    font-size: 36px;
    text-align: left;
    margin-bottom: 10px;
}
    .hero-3 .hero-img {
        padding: 85px 0 0 0;
    }
.hero-style3{
    text-align:left !important
}
.hero-style3 .checklist li:not(:last-child) {
    margin-bottom: 5px !important;
}
.hero-style3 .hero-text{
    margin-bottom: 10px;
}
.hero-style3 .hero-text, .btn-group {
        display: none;
    }

}
@media (min-width: 991px) and (max-width: 1199px) {
    .th-hero-wrapper {
        padding: 120px 0
    }
    .main-menu ul.sub-menu {
    padding: 18px 10px 18px 10px;
    left: -100%;
    margin-left:0 !important;
    border-radius: 0 0 24px 24px;
    max-width: 250px;
}
}

@media (max-width: 991px) {
    .hero-3 .hero-img {
        text-align: center;
        margin: 0 auto 40px auto;
        padding-left: 12px;
        padding-right: 12px;
        right: unset
    }

    .hero-style3 {
        margin: 90px 0 40px 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .hero-style3 .hero-text,
    .hero-style3 .hero-title>span {
        margin-left: auto;
        margin-right: auto
    }
}

/*Service section*/


.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 1
}

.title-area .sec-title {
    margin-bottom: 14px
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-37 {
    margin-bottom: 37px
}

hr.title-line {
    margin-top: 0;
    background-color: var(--th-border-color);
    opacity: 1
}

.sec-btn {
    text-align: center
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space)
}

.shadow-title {
    font-family: var(--title-font);
    font-size: 144px;
    font-weight: 700;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, #27282E 0%, rgba(39, 40, 46, 0) 112.38%);
    background-image: linear-gradient(180deg, #27282E 0%, rgba(39, 40, 46, 0) 112.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.18em 0 -0.4em 0
}

@media (max-width: 1299px) {
    .shadow-title {
        font-size: 100px
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 80px
    }
}

@media (max-width: 767px) {
        .author .breadcumb-menu {
        text-align: center;
    }
    .shadow-title {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .shadow-title {
        font-size: 40px
    }
}

.title-area2 {
    padding: 50px 100px
}

.title-area2 .subtitle {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 5px;
    display: block
}

.title-area2 .title {
    color: var(--white-color);
    max-width: 430px;
    margin-bottom: -0.26em
}

@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px
    }
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }

    .title-area,
    .sec-title {
        --section-title-space: 60px
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px
    }

    .sec-btn,
    .title-line {
        --section-title-space: 55px
    }

    .title-area2 .title {
        max-width: 300px
    }
}

@media (max-width: 991px) {

    .title-area,
    .sec-title {
        --section-title-space: 50px
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px
    }

    .sec-btn,
    .title-line {
        --section-title-space: 50px
    }

    .sub-title.h4 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .title-area2 {
        text-align: center
    }

    .title-area2 .title {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .title-area2 {
        padding: 40px 20px
    }
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
    display: inline-block
}

.checklist.list-two-column ul {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0 40px
}

@media (max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns: auto
    }

    .checklist.list-two-column ul li {
        text-align: initial
    }
}

.checklist li {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500;
    color: var(--color2);
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.checklist li:before {
    content: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.421 9.87878C19.0047 9.87878 18.6673 10.2162 18.6673 10.6326C18.6673 15.3155 14.8577 19.125 10.1748 19.125C5.49215 19.125 1.68234 15.3155 1.68234 10.6326C1.68234 5.94991 5.49215 2.14011 10.1748 2.14011C10.5911 2.14011 10.9286 1.80269 10.9286 1.38636C10.9286 0.96999 10.5911 0.632568 10.1748 0.632568C4.66074 0.632568 0.174805 5.11851 0.174805 10.6326C0.174805 16.1464 4.66074 20.6326 10.1748 20.6326C15.6886 20.6326 20.1748 16.1464 20.1748 10.6326C20.1748 10.2162 19.8374 9.87878 19.421 9.87878Z" fill=\'%23currentColor\'/><path d="M19.6032 3.36678C19.309 3.07205 18.8316 3.07154 18.5374 3.36553L9.4947 12.3844L6.23212 8.84088C5.9502 8.53486 5.47356 8.51502 5.16704 8.79689C4.86075 9.07881 4.84114 9.55568 5.12306 9.86197L8.91704 13.9823C9.05599 14.1333 9.25044 14.221 9.45548 14.2253C9.46099 14.2255 9.4663 14.2255 9.47157 14.2255C9.67083 14.2255 9.86251 14.1464 10.0037 14.0057L19.6017 4.43283C19.8967 4.13889 19.8972 3.6615 19.6032 3.36678Z" fill=\'%23currentColor\'/></svg>');
    position: relative;
    color: var(--color1);
    background-color: var(--color1); /* Variable سے رنگ لیں */
    mask-image: url("data:image/svg+xml;charset=UTF-8,<svg width='21' height='21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'><path d='M19.421 9.87878C19.0047 9.87878 18.6673 10.2162 18.6673 10.6326C18.6673 15.3155 14.8577 19.125 10.1748 19.125C5.49215 19.125 1.68234 15.3155 1.68234 10.6326C1.68234 5.94991 5.49215 2.14011 10.1748 2.14011C10.5911 2.14011 10.9286 1.80269 10.9286 1.38636C10.9286 0.96999 10.5911 0.632568 10.1748 0.632568C4.66074 0.632568 0.174805 5.11851 0.174805 10.6326C0.174805 16.1464 4.66074 20.6326 10.1748 20.6326C15.6886 20.6326 20.1748 16.1464 20.1748 10.6326C20.1748 10.2162 19.8374 9.87878 19.421 9.87878Z'/><path d='M19.6032 3.36678C19.309 3.07205 18.8316 3.07154 18.5374 3.36553L9.4947 12.3844L6.23212 8.84088C5.9502 8.53486 5.47356 8.51502 5.16704 8.79689C4.86075 9.07881 4.84114 9.55568 5.12306 9.86197L8.91704 13.9823C9.05599 14.1333 9.25044 14.221 9.45548 14.2253C9.46099 14.2255 9.4663 14.2255 9.47157 14.2255C9.67083 14.2255 9.86251 14.1464 10.0037 14.0057L19.6017 4.43283C19.8967 4.13889 19.8972 3.6615 19.6032 3.36678Z'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.checklist li>i {
    color: var( --color1)
}

.checklist li:not(:last-child) {
    margin-bottom: 15px
}

.checklist.fw-regular li {
    font-weight: 400
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px
    }
}

.check-list ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.check-list li {
    margin-bottom: 10px
}

.check-list li:last-child {
    margin-bottom: 0
}

.check-list li>i {
    color: var( --color1);
    margin-right: 5px
}
.rounded-img1 img {
    border-radius: 999px;
    max-height: 555px;
    object-fit: cover;
    object-position: center
}
.contact-process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 78px
}

.contact-process-wrap {
    background-color: #101840;
    padding: 48px;
    border-radius: var(--theme-radius);
    max-width: 495px;
    position: relative;
    z-index: 1
}

.contact-process-wrap:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 92px;
    height: calc(100% - 160px);
    border-left: 1px dashed var(--light-color)
}

.contact-process-wrap.no-bg {
    padding: 0;
    background-color: transparent
}

.contact-process-wrap.no-bg:before {
    top: 70px;
    left: 44px;
    height: calc(100% - 150px);
    border-left: 1px dashed #666
}

@media (max-width: 1199px) {
    .contact-process-wrap.no-bg {
        margin-left: auto;
        margin-right: auto
    }

    .contact-process-wrap.no-bg:before {
        display: none
    }

    .contact-process-wrap.no-bg .contact-process {
        margin-bottom: 32px !important
    }

    .contact-process-wrap.no-bg .contact-process:last-child {
        margin-bottom: 0 !important
    }
}

.contact-process:last-child {
    margin-bottom: 0
}

.contact-process .box-number {
    width: 88px;
    height: 88px;
    line-height: 88px;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    border-radius: 99px;
    background-color: #cecece;
    position: relative;
    z-index: 1
}

.contact-process .box-number:before {
    content: '';
    position: absolute;
    inset: 18px;
    background-color: var( --color1);
    border-radius: inherit;
    z-index: -1
}

.contact-process .box-title {
    color: var(--white-color);
    margin-bottom: 12px
}

.contact-process .box-text {
    font-size: 14px;
    color: var(--light-color)
}
.form-btn.col-12 .th-btn:focus {
    background-color: var( --color1);
}
.mobile-icon {
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 9999;
}
span.text_ph {
    right: 50px;
    color: var(--color2);
    font-size: 21px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    text-align: start;
    font-weight: 400;
}
.d-md-none.d-lg-none.ph_responsive.mobile-icon.th-btn {
    display: flex;
    align-items: center;
    padding: 14px 25px;
    border: 2px solid #fff;
    background: var(--color2);
    border-radius: 54px;
}
section.banner_section .row {
    align-items: center;
}

.d-md-none.d-lg-none.ph_responsive.mobile-icon.th-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.d-md-none.d-lg-none.ph_responsive.mobile-icon.th-btn i {
    font-size: 24px;
    margin-right: 15px;
}
address{
    margin-bottom:0 !important;
}
.media-body address a {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 1199px) {
    .contact-process {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 0;
        gap: 24px
    }
    .testi-box-tab{
        display:none !important;
    }
}


/*what we do*/


.service-box {
    position: relative;
    z-index: 2;
    border-radius: var(--theme-radius);
    text-align: center;
    overflow: hidden
}
.box-img img {
    width: 100%;
     -webkit-transition: 0.4s ease-in-out; 
     transition: 0.4s ease-in-out; 
}


.service-box .box-content {
    padding: 20px  32px;
    background-color: var(--white-color);
    min-height:190px;
}

.updated-service-box .service-box .box-title{
    margin-bottom:0;
  
}
.updated-service-box .box-content{
    padding: 20px; 
    background-color:var(--body-bg);
     margin-top: 0px; 
     -webkit-mask-image:unset; 
     mask-image: unset; 
     -webkit-mask-size: 100% 100%; 
     mask-size: unset; 
    min-height: 100px;
}

.service-box .box-title {
    margin-bottom: 8px
    
}

.service-box .box-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 999px;
    background-color: var(--color2);
    border: 2px solid var(--white-color);
    margin: -52px auto 0 auto;
    position: relative;
    z-index: 3
}

.service-box .th-btn {
    margin-top: 24px;
    border-color: var(--light-color);
    color: var(--color2)
}

.service-box .th-btn:hover {
    color: var(--white-color);
    border-color: var( --color1);
    background-color: var( --color1)
}

.service-box .th-btn:hover:before {
    background-color: var( --color1)
}

.service-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-box:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-grid {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    padding: 32px;
    background-color: var(--white-color);
    text-align: left
}

.service-grid .box-number {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--title-font);
    color: #E1E4E5;
    position: absolute;
    right: 32px;
    top: 32px
}

.service-grid .box-img {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="360" height="220" viewBox="0 0 360 220" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 72C0 66.8071 1.68427 61.7543 4.8 57.6L40.8 9.6C45.3325 3.55666 52.4458 0 60 0H360V220H0V72Z" fill="%23D9D9D9"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="360" height="220" viewBox="0 0 360 220" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 72C0 66.8071 1.68427 61.7543 4.8 57.6L40.8 9.6C45.3325 3.55666 52.4458 0 60 0H360V220H0V72Z" fill="%23D9D9D9"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-top: 32px;
    border-radius: 12px
}

.service-grid .box-img img {
    width: 100%
}

.service-grid .box-title {
    margin-bottom: 8px
}

.service-grid .box-icon {
    margin-bottom: 21px
}

.service-grid:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-grid:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1199px) {
    .sec-shape1 {
        max-width: 80px
    }
}

.service-block {
    --body-bg: #101943;
    position: relative;
    z-index: 2;
    text-align: center
}

.service-block:after,
.service-block:before {
    content: "";
    box-shadow: inset 25px 25px 0 0 var(--body-bg);
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 16px;
    top: 38px;
    right: -25px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3
}

.service-block:before {
    top: -25px;
    right: 38px
}

.service-block .box-img {
    border-radius: var(--theme-radius)
}

.service-block .box-img img {
    width: 100%
}

.service-block .box-title {
    margin-bottom: -0.2em
}

.service-block .box-content {
    background-color: var(--white-color);
    border-radius: 16px;
    position: relative;
    z-index: 3;
    margin: -60px 16px 0 16px;
    padding: 0 32px 24px 32px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .box-icon {
    width: 72px;
    height: 72px;
    line-height: 70px;
    text-align: center;
    background-color: var(--color2);
    border: 2px solid var(--white-color);
    border-radius: 99px;
    margin: -36px auto -20px auto;
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .icon-btn {
    --btn-size: 56px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4
}

.service-block .icon-btn:after {
    content: '';
    position: absolute;
    inset: -8px;
    background-color: var(--light-color);
    border: 8px solid var(--body-bg);
    border-radius: 99px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .icon-btn:hover:after {
    background-color: var( --color1)
}

.service-block:hover .box-icon {
    border-color: var( --color1);
    background-color: var(--white-color)
}

.service-block:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: none;
    filter: none
}

.service-block:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block:hover .box-content {
    background-color: var( --color1)
}

.service-block:hover .box-title {
    color: var(--white-color)
}

.service-block:hover .box-title a:hover {
    color: var(--white-color);
    text-decoration: underline
}
.tab-menu1 {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--body-color);
    border-radius: 35px;
    padding: 8px
}

@media (max-width: 1199px) {
    .tab-menu1 {
        margin-top: -15px
    }
}

.tab-menu1 .tab-btn {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    background-color: transparent;
    border: none;
    padding: 0 28px;
    color: var(--color2);
    position: relative;
    z-index: 2;
    overflow: hidden
}

.tab-menu1 .tab-btn.active {
    color: var(--white-color)
}

@media (max-width: 767px) {
    .tab-menu1 .tab-btn {
        padding: 0 15px
    }
}

.tab-menu1 .indicator {
    position: absolute;
    top: var(--pos-y);
    left: var(--pos-x);
    height: var(--height-set);
    width: var(--width-set);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var( --color1);
    border-radius: 35px
}

.tab-menu2 {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    margin-bottom: 60px;
    margin-top: -20px
}

@media (max-width: 1199px) {
    .tab-menu2 {
        margin-top: -15px
    }
}

.tab-menu2 .tab-btn {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    background-color: transparent;
    border: none;
    padding: 0 32px;
    color: var(--color2);
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid var(--th-border-color);
    border-right: 0;
    border-left: 0;
    background-color: var(--body-bg);
    border-radius: 32px 32px 32px 32px / 24px 24px 24px 24px;
    position: relative;
    z-index: 2;
    margin: 0 -2px
}

.tab-menu2 .tab-btn:before {
    content: '';
    position: absolute;
    inset: 8px;
    background-color: var(--light-color);
    border-radius: inherit;
    background-color: var(--light-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu2 .tab-btn:last-of-type {
    border-right: 1px solid var(--th-border-color)
}

.tab-menu2 .tab-btn:first-of-type {
    border-left: 1px solid var(--th-border-color)
}

.tab-menu2 .tab-btn.active {
    color: var(--white-color)
}

.tab-menu2 .tab-btn.active:before {
    background-color: var( --color1)
}

@media (max-width: 767px) {
    .tab-menu2 .tab-btn {
        padding: 0 18px
    }
}

.tab-menu2 .indicator {
    display: none
}
.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: left
}

.call-btn .play-btn {
    --icon-size: 48px
}

.call-btn .box-label {
    color: var( --color1);
    font-weight: 500;
    margin-bottom: 0
}

.call-btn .box-link {
    margin-bottom: 0
}

.call-btn .box-link a {
    color: inherit
}

.call-btn .box-link a:hover {
    color: var( --color1)
}

.about-feature {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.about-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    max-width: 650px
}

@media (max-width: 1199px) {
    .about-feature-wrap {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {
    .about-feature-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.about-feature .box-title {
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: -0.3em
}

@media (max-width: 1199px) {
    .about-feature .box-title {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }
}

.about-feature .box-icon {
    margin-bottom: 16px
}

.about-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.project-grid {
    position: relative;
    z-index: 2;
    background-color: var(--white-color);
    text-align: left
}

.project-grid .box-content {
    padding: 32px
}

@media (max-width: 1199px) {
    .project-grid .box-content {
        padding: 24px
    }
}

@media (max-width: 767px) {
    .project-grid .box-content {
        padding: 32px
    }
}

@media (max-width: 375px) {
    .project-grid .box-content {
        padding: 24px
    }
}

.project-grid .box-title {
    margin-bottom: 8px
}

.project-grid .th-btn2,
.project-grid .th-btn {
    margin-top: 31px
}

.project-grid .th-btn.style2 {
    font-weight: 500;
    color: var(--color2);
    border-color: var(--color2)
}

.project-grid:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-box {
    position: relative;
    z-index: 2;
    border-radius: var(--theme-radius);
    text-align: center;
    overflow: hidden
}

.project-box .box-content {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="648" height="342" viewBox="0 0 648 342" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V0C194.429 136.52 453.571 136.52 648 0V0V342H0V0Z" fill="%23D9D9D9"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="648" height="342" viewBox="0 0 648 342" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V0C194.429 136.52 453.571 136.52 648 0V0V342H0V0Z" fill="%23D9D9D9"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 140px 12px 32px 12px;
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    background-color: var(--white-color);
    margin-top: -86px;
    min-height:340px;
}

@media (max-width: 575px) {
    .project-box .box-content {
        -webkit-mask-size: 127% 103%;
        mask-size: 127% 103%
    }
}

.project-box .box-title {
    margin-bottom: 8px
}

.project-box .box-img {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="648" height="370" viewBox="0 0 648 370" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 265.318L12.1908 273.616C204.812 404.739 458.867 401.423 648 265.318V265.318V0H0V265.318Z" fill="%23D9D9D9"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="648" height="370" viewBox="0 0 648 370" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 265.318L12.1908 273.616C204.812 404.739 458.867 401.423 648 265.318V265.318V0H0V265.318Z" fill="%23D9D9D9"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: bottom center;
    mask-position: bottom center
}

.project-box .th-btn {
    margin-top: 32px
}

.project-box:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 1500px) {
    .project-slider3 {
        padding-right: 1200px !important;
        margin-right: -1200px !important
    }
}
.swiper-pagination-fraction {
    text-align: center;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    color: var( --color1)
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
    color: var(--color2);
    font-weight: 600;
    display: inline-block;
    width: 31px
}

.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

.swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 2px;
    background: var(--th-border-color);
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .swiper-pagination-progressbar {
        margin-top: 20px
    }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var( --color1)
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0
}



.white-color .swiper-pagination-current {
    color: var(--white-color)
}

.slider-controller {
    margin-top: 60px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.slider-controller .button {
    width: calc(100% - 204px)
}

.slider-controller .slider-arrow {
    min-width: 56px
}

@media (max-width: 1199px) {
    .slider-controller {
        margin-top: 45px
    }
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.swiper-fade .swiper-slide-prev {
    opacity: 0
}

.swiper-fade:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color2);
    z-index: 3;
    pointer-events: none
}

.swiper-fade.fade-ani:after {
    -webkit-animation: swiperFade 0.8s linear 0.2s forwards;
    animation: swiperFade 0.8s linear 0.2s forwards
}

@-webkit-keyframes swiperFade {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes swiperFade {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 40px 0 22px 0;
    line-height: 4px;
    height: 4px
}

@media (max-width: 1199px) {
    .swiper-pagination-bullets {
        margin: 25px 0 22px 0
    }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 50px;
    height: 4px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--white-color);
    position: relative;
    border-radius: 0;
    cursor: pointer;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    color: transparent
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var( --color1)
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: var(--color2);
    position: absolute;
    top: 50%;
    border: 1px solid;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    border-radius: 99px
}

.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto
}

.slider-arrow:hover {
    background-color: var( --color1);
    color: var(--white-color);
    border-color: var( --color1)
}

.arrow-margin .slider-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap {
    position: relative
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4)
}



.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 991px) {
    .slick-dots {
        margin: 40px 0 0 0
    }

    .icon-box .slider-arrow {
        margin-right: 0
    }
}



/*conter section*/

.counter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.counter-card-wrap .divider {
    width: 1px;
    height: 66px;
    background-color: var(--th-border-color)
}

.counter-card-wrap .divider:last-of-type {
    display: none
}

.counter-card .box-number {
    font-size: 40px;
    color: var(--color2);
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -0.2em
}

.counter-card .box-text {
    font-size: 18px;
    color: var(--color2)
}

.counter-card .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.counter-card-wrap.style2 {
    background-color: var(--color2);
    padding: 42px 60px
}

.counter-card-wrap.style2 .divider {
    background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 1299px) {
    .counter-card-wrap.style2 {
        padding: 40px 30px
    }
}

@media (max-width: 767px) {
    .counter-card-wrap.style2 {
        padding: 40px 12px
    }
}

.counter-card-wrap.style3 {
    background-color: var( --color1);
    padding: 42px 8px;
    text-align: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="1320" height="144" viewBox="0 0 1320 144" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 144H1320V97.5685C1320 86.9599 1315.79 76.7857 1308.28 69.2843L1250.72 11.7157C1243.21 4.21428 1233.04 0 1222.43 0H16C7.16345 0 0 7.16344 0 16V144Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="1320" height="144" viewBox="0 0 1320 144" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 144H1320V97.5685C1320 86.9599 1315.79 76.7857 1308.28 69.2843L1250.72 11.7157C1243.21 4.21428 1233.04 0 1222.43 0H16C7.16345 0 0 7.16344 0 16V144Z" fill="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.counter-card-wrap.style3 .divider {
    background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 991px) {
    .counter-card-wrap.style3 .divider {
        height: 60px
    }
}

@media (max-width: 767px) {
    .counter-card-wrap.style3 {
        -webkit-mask-image: url('data:image/svg+xml,<svg width="401" height="281" viewBox="0 0 401 281" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88351e-05 281H400V190.717C400 171.004 400.071 81.3476 400.078 60.3992C400.078 58.7419 399.735 57.156 399.07 55.6379L380.371 12.9499C376.172 1.40337 368.889 1.00017 365.674 1.00017H16.3201C13.6423 1.00017 0 -0.0974007 0 17.0848L1.88351e-05 281Z" fill="white"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="401" height="281" viewBox="0 0 401 281" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88351e-05 281H400V190.717C400 171.004 400.071 81.3476 400.078 60.3992C400.078 58.7419 399.735 57.156 399.07 55.6379L380.371 12.9499C376.172 1.40337 368.889 1.00017 365.674 1.00017H16.3201C13.6423 1.00017 0 -0.0974007 0 17.0848L1.88351e-05 281Z" fill="white"/></svg>')
    }
}

.counter-card-wrap.style3 .counter-card {
    display: block
}

.counter-card-wrap.style4 {
    background-color: #e1e4e5;
    padding: 42px 8px;
    text-align: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-radius: var(--theme-radius)
}

.counter-card-wrap.style4 .divider {
    background-color: rgb(0 63 138)
}

@media (max-width: 991px) {
    .counter-card-wrap.style4 .divider {
        height: 60px
    }
}

.counter-card-wrap.style4 .counter-card {
    display: block
}

@media (max-width: 991px) {
    .counter-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 20px
    }

    .counter-card-wrap .divider {
        height: 155px
    }

    .counter-card .box-number {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .counter-card {
        -webkit-box-flex: calc(50% - 18px);
        -webkit-flex: calc(50% - 18px);
        -ms-flex: calc(50% - 18px);
        flex: calc(50% - 18px);
        padding-left: 10px;
        padding-right: 10px
    }

    .counter-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        gap: 32px
    }

    .counter-card-wrap .divider {
        display: none
    }
}

@media (max-width: 575px) {
    .counter-card {
        -webkit-box-flex: calc(50% - 10px);
        -webkit-flex: calc(50% - 10px);
        -ms-flex: calc(50% - 10px);
        flex: calc(50% - 10px)
    }

    .counter-card-wrap {
        gap: 36px 20px
    }
}

.blog-card {
    padding: 16px;
    border-radius: var(--theme-radius);
    background-color: var(--white-color);
    position: relative;
    z-index: 1
}

.blog-card .blog-img {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    z-index: 1
}


.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-card .box-date {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -19px 19px 15px auto;
    color: var(--white-color);
    padding: 0 24px;
    border-radius: var(--theme-radius);
    line-height: 38px;
    z-index: 1;
    position: relative;
    z-index: 3
}

.blog-card .box-date:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var( --color1);
    border-radius: inherit;
    z-index: -1
}

.blog-card .blog-content {
    padding: 0 8px 12px 8px
}

.blog-card .box-title {
    margin-bottom: 15px;
    font-weight: 600
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var( --color1), var( --color1));
    background-image: linear-gradient(to left, var( --color1), var( --color1));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-card .box-title a:hover {
    background-size: 100% 2px
}

.blog-card .blog-meta {
    margin: -0.4em 0 15px 0
}

.blog-card .blog-meta span>i,
.blog-card .blog-meta a>i {
    color: var( --color1)
}

.blog-card.style2 {
    border-radius: 0
}

.blog-card.style2 .blog-img {
    border-radius: 0
}

.blog-card.style2 .box-date:before {
    border-radius: 0;
    -webkit-transform: skew(-15deg) translateX(-10px);
    -ms-transform: skew(-15deg) translateX(-10px);
    transform: skew(-15deg) translateX(-10px)
}

.blog-card.style3 .box-date {
    position: absolute;
    margin: 0;
    top: 0;
    right: 32px;
    line-height: 1.1;
    text-align: center;
    border-radius: 0 0 90px 90px;
    padding: 24px 10px 32px 10px;
    font-size: 14px
}

.blog-card.style3 .box-date .date {
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font)
}

.blog-card.style3 .blog-img {
    margin-bottom: 30px;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="392" height="269" viewBox="0 0 392 269" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H392V226.361C392 228.937 390.425 231.252 388.028 232.198V232.198C264.642 280.904 127.358 280.904 3.97161 232.198V232.198C1.57492 231.252 0 228.937 0 226.361V0Z" fill="%23D9D9D9"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="392" height="269" viewBox="0 0 392 269" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H392V226.361C392 228.937 390.425 231.252 388.028 232.198V232.198C264.642 280.904 127.358 280.904 3.97161 232.198V232.198C1.57492 231.252 0 228.937 0 226.361V0Z" fill="%23D9D9D9"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1299px) {
    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 1199px) {
    .blog-card .box-title {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .blog-card .box-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .blog-card .box-title {
        font-size: 24px
    }
}

@media (max-width: 410px) {
    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 350px) {
    .blog-card .box-title {
        font-size: 20px
    }
}

.blog-box {
    position: relative;
    z-index: 2;
    padding-bottom: 130px;
    margin-bottom: 39px
}

.blog-box .blog-img {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="424" height="495" viewBox="0 0 424 495" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H118H271H333.475C342.415 0 350.947 3.73938 357.005 10.3127L415.53 73.8103C420.976 79.7194 424 87.4614 424 95.4976V495H0V0Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="424" height="495" viewBox="0 0 424 495" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H118H271H333.475C342.415 0 350.947 3.73938 357.005 10.3127L415.53 73.8103C420.976 79.7194 424 87.4614 424 95.4976V495H0V0Z" fill="white"/></svg>');
    -webkit-mask-size: 100%;
    mask-size: 100%
}

.blog-box .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-box .blog-content {
    padding: 32px 28px 64px 32px;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    z-index: 3
}

.blog-box .blog-content:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 64, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    z-index: -1
}

.blog-box .box-title {
    font-size: 22px;
    color: var(--white-color);
    margin-bottom: -0.2em;
    font-weight: 600
}

.blog-box .box-title a {
    background-image: -webkit-linear-gradient(right, var( --color1), var( --color1));
    background-image: linear-gradient(to left, var( --color1), var( --color1));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-box .box-title a:hover {
    background-size: 100% 2px
}

.blog-box .blog-meta {
    margin: -0.4em 0 15px 0
}

.blog-box .blog-meta span,
.blog-box .blog-meta a {
    color: var(--white-color)
}

.blog-box .blog-meta span>i,
.blog-box .blog-meta a>i {
    color: var( --color1)
}

.blog-box .blog-meta span:after,
.blog-box .blog-meta a:after {
    display: none
}

.blog-box .box-btn {
    position: absolute;
    bottom: -39px;
    left: calc(50% - 34px)
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

/*testimonial css*/
.testi-sec3 {
    background-color: var(--color2);
    background-size: auto;
    background-position: top left;
    overflow: hidden
}
.testi-sec3 svg {
    width: 100%;
    height: auto;
}
.testi-sec3 svg g {
    fill: var(--color2);
}

.testi-sec3 path.icon {
    fill: var(--color1);
}
.testi-img1 {
    margin-right: -300px
}
.testi-sec3.style2 .testi-box .box-text {
    color: #000;
}
.testi-sec3.style2 .testi-box .box-title {
    color: var(--color1);
}
@media (max-width: 1199px) {
    .testi-img1 {
        margin-right: 0
    }
    section.testi-sec3.style2 .testi-box-area {
        top: 55px;
        padding: 10px;
        text-align: left;
        left: 40px;
        right: 40px;
    }
    .testi-sec3.style2 .testi-box .box-text {
        font-weight: normal;
        font-size: 16px;
    }
    .style2 .btn-group a.th-btn {
        margin-right: 10px !important;
    }
}

.testi-img1 img {
    width: 100%
}

.testi-grid {
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 48px;
    margin-bottom: 25px;
    height:95%;
}
.wikibox img {
    width: 100%;
    margin: 0 0 32px;
}
.testi-grid:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--white-color);
    border-radius: 16px;
    z-index: -1;

}
.updated-reviews .title-area .sec-title {
    color: #000 !important;!i;!;
}

.updated-reviews .title-area {
    margin-bottom: 20px;
}
.testi-grid .box-profile {
    margin-bottom: 30px
}

.testi-grid .box-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: -8px
}

.testi-grid .box-review {
    color: var( --color1);
    font-size: 18px;
    margin-bottom: 21px;
    margin-top: -4px
}

.testi-grid .box-review i {
    margin-right: 8px
}

.testi-grid .box-review i:last-child {
    margin-right: 0
}

.testi-grid .box-title {
    font-size: 22px;
    margin-bottom: 5px;
    color:var(--color2);
}

.testi-grid .box-desig {
    color: var(--color2);
    margin-bottom: -0.45em
}

.testi-grid .box-avater {
    border-radius: 99px;
    overflow: hidden
}

.testi-grid .box-icon {
    position: absolute;
    bottom: 0;
    right: 0
}

.testi-grid .box-logo {
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: -1
}

@media (max-width: 1199px) {
    .testi-grid {
        padding: 40px
    }

    .testi-grid .box-logo {
        right: 40px;
        top: 40px
    }
}

@media (max-width: 575px) {
    .testi-grid {
        padding: 32px
    }

    .testi-grid .box-logo {
        right: 26px;
        top: 50px;
        max-width: 60px
    }

    .testi-grid .box-title {
        font-size: 24px
    }

    .testi-grid .box-profile {
        margin-bottom: 30px
    }

    .testi-grid .box-text {
        font-size: 18px
    }
}

@media (max-width: 375px) {
    .testi-grid {
        padding: 20px
    }

    .testi-grid .box-logo {
        display: none
    }

    .testi-grid .box-avater {
        max-width: 70px
    }
}

.testi-grid.style2:before {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="649" height="370" viewBox="0 0 649 370" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M648.5 4.85994e-07V260.053C648.5 277.726 634.173 292.053 616.5 292.053H614.159C588.33 292.053 567.391 312.992 567.391 338.821C567.391 356.041 553.432 370 536.212 370H0.5L0.500004 0L648.5 4.85994e-07Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="649" height="370" viewBox="0 0 649 370" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M648.5 4.85994e-07V260.053C648.5 277.726 634.173 292.053 616.5 292.053H614.159C588.33 292.053 567.391 312.992 567.391 338.821C567.391 356.041 553.432 370 536.212 370H0.5L0.500004 0L648.5 4.85994e-07Z" fill="white"/></svg>');
    -webkit-mask-position: bottom right;
    mask-position: bottom right
}

@media (max-width: 575px) {
    .testi-grid.style2:before {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.testi-grid.style2 .box-review {
    color: #F47629
}

.testi-grid.style2 .box-icon svg {
    max-width: 70px
}

@media (max-width: 1299px) {
    .testi-grid.style2 .box-icon svg {
        max-width: 60px
    }
}

@media (max-width: 575px) {
    .testi-grid.style2 .box-icon {
        display: none
    }
}
.testi-box {
    position: relative;
    min-height:250px;
}


.testi-box-area {
    position: relative;
    z-index: 1;
    padding: 40px 35px 40px 0
}
section.testi-sec3.space.style2 .col-xl-7 {
    position: relative;
}
section.testi-sec3.style2 .testi-box-area {
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 108px;
    left: 69px;
    max-width: -webkit-fill-available;
}
.style2 h2.sec-title.text-white {
    text-align: center;
    color: var(--color2) !important;
}
.style2 .title-area {
    margin-bottom: 10px;
}
.testi-sec3.style2 {
    background-color: #fff !important;
    padding-bottom: 170px !important;
}
.testi-sec3.style2 .slider-arrow {
    color: var(--color2) !important;
}
.testi-sec3.style2 .slider-controller {
    margin-top: 160px;
}
.style2 .btn-group {
    margin: 30px auto 0;
    display: block;
    text-align: center;
}

.style2 .btn-group a.th-btn {
    margin-right: 14px;
}
.slider-controller button:hover i {
    color: #fff;
}
@media (max-width: 1199px) {
    .testi-box-area {
        text-align: center;
        padding: 80px 0 60px 0
    }
}

.testi-box-tab {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: -70px;
    z-index: 3;
    background-color: var(--color2);
    padding: 36px 10px 10px 10px;
    border-radius: 99px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.testi-box-tab .tab-btn {
    border-radius: 99px;
    overflow: hidden;
    cursor: pointer;
    margin-top: -26px;
    position: relative;
    z-index: 1;
    padding: 3px;
    background-color: var(--color2);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.testi-box-tab .tab-btn img {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.testi-box-tab .tab-btn.active {
    background-color: var(--white-color);
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.testi-box-tab .tab-btn.active img {
    -webkit-filter: none;
    filter: none
}

.testi-box-tab .tab-btn img {
    border-radius: 99px
}
.testi-box .box-review {
    color: var( --color1);
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -4px
}

.testi-box .box-review i {
    margin-right: 8px
}

.testi-box .box-review i:last-child {
    margin-right: 0
}

.testi-box .box-title {
    font-size: 28px;
    color: var(--white-color);
    margin-bottom: 5px
}
.testi-box .box-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 32px;
    color: var(--white-color);
    max-width: 650px;
}
/*Form section*/

.contact-area {
    background-color: var(--white-color);
    padding: 80px
}
.contact-form2 .form-control, .contact-form2 .form-select {

    border: 1px solid var(--light-color) !important;
    border-radius: 0;
}
.contact-form2 .form-control, .contact-form2 .form-select {

    border: 1px solid var(--light-color);
    border-radius: 0;
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--th-border-color);
    color: var(--body-color);
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--th-border-color);
    background-color: var(--smoke-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
textarea#message {
    height: 84px;
    padding: 15px 34px;
}
@media (max-width: 767px) {
    .contact-area {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .contact-area {
        padding: 20px
    }
}

.contact-area.area-rounded {
    border-radius: 0 0 40px 40px
}

.contact-area.area-rounded .contact-media-area {
    border-radius: var(--theme-radius)
}

@media (max-width: 991px) {
    .contact-area.area-rounded {
        border-radius: 0 0 20px 20px
    }

    .contact-area.area-rounded .contact-media-area {
        border-radius: 16px
    }
}

.contact-area.area-rounded .contact-form2 .form-control,
.contact-area.area-rounded .contact-form2 .form-select {
    border-radius: 8px
}

.contact-area.area-shape1 {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="1320" height="699" viewBox="0 0 1320 699" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H1320V699H124.155C114.997 699 106.115 695.857 98.9955 690.096L14.8402 622.007C5.45379 614.413 0 602.985 0 590.911V0Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="1320" height="699" viewBox="0 0 1320 699" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H1320V699H124.155C114.997 699 106.115 695.857 98.9955 690.096L14.8402 622.007C5.45379 614.413 0 602.985 0 590.911V0Z" fill="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    border-radius: 0 0 16px 0
}

.contact-area.area-shape1 .contact-media-area {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="424" height="539" viewBox="0 0 424 539" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H424V539H212H106H80.0591C74.8298 539 69.7437 537.292 65.5742 534.136L9.5151 491.702C3.52172 487.166 0 480.083 0 472.566V0Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="424" height="539" viewBox="0 0 424 539" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H424V539H212H106H80.0591C74.8298 539 69.7437 537.292 65.5742 534.136L9.5151 491.702C3.52172 487.166 0 480.083 0 472.566V0Z" fill="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    border-radius: 16px
}

.contact-area.area-shape1 .contact-form2 .form-control,
.contact-area.area-shape1 .contact-form2 .form-select {
    border-radius: 8px
}

@media (max-width: 991px) {
    .contact-area.area-shape1 {
        -webkit-mask-image: none;
        mask-image: none;
        border-radius: 0 0 16px 16px
    }

    .contact-area.area-shape1 .contact-media-area {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.contact-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.contact-media-area {
    background-color: var(--color2);
    padding: 48px;
    height: 100%
}

.contact-media-area .contact-info-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: -0.2em;
    max-width: 280px
}

@media (max-width: 575px) {
    .contact-media-area {
        padding: 20px
    }
}

.contact-media-wrap {
    margin-bottom: 48px
}

.contact-media-wrap .box-title {
    font-size: 20px;
    color: var( --color1);
    text-transform: uppercase;
    margin-bottom: 26px
}

.contact-media .icon-btn {
    --btn-size: 40px;
    min-width: 40px;
    background-color: transparent;
    color: var( --color1);
    border: 1px solid var(--white-color);
    border-radius: 8px;
    font-size: 16px
}

.contact-media .box-text {
    color: var(--white-color);
    max-width: 206px;
    margin-top: -0.4em
}

.contact-media .box-text a {
    color: inherit
}

.contact-media .box-text a:hover {
    color: var( --color1)
}

.contact-media .box-label {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: -0.2em
}

@media (min-width: 1922px) {
    .contact-sec5 {
        background-size: 100% 100%
    }
}

@media (max-width: 1199px) {
    .contact-sec5 {
        background-position: right -300px center
    }
}

.input-transparent .form-control,
.input-transparent .form-select {
    border: 1px solid var(--white-color);
    border-radius: 8px;
    background-color: transparent;
    color: var(--white-color)
}

.input-transparent .form-control::-moz-placeholder,
.input-transparent .form-select::-moz-placeholder {
    color: var(--white-color)
}

.input-transparent .form-control::-webkit-input-placeholder,
.input-transparent .form-select::-webkit-input-placeholder {
    color: var(--white-color)
}

.input-transparent .form-control:-ms-input-placeholder,
.input-transparent .form-select:-ms-input-placeholder {
    color: var(--white-color)
}

.input-transparent .form-control::-webkit-input-placeholder,
.input-transparent .form-select::-webkit-input-placeholder {
    color: var(--white-color)
}

.input-transparent .form-control::-moz-placeholder,
.input-transparent .form-select::-moz-placeholder {
    color: var(--white-color)
}

.input-transparent .form-control:-ms-input-placeholder,
.input-transparent .form-select:-ms-input-placeholder {
    color: var(--white-color)
}

.input-transparent .form-control::-ms-input-placeholder,
.input-transparent .form-select::-ms-input-placeholder {
    color: var(--white-color)
}

.input-transparent .form-control::placeholder,
.input-transparent .form-select::placeholder {
    color: var(--white-color)
}

.input-transparent .form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

.input-transparent .form-select option {
    background-color: var(--color2)
}

.contact-form {
    border-radius: 16px;
    background-color: var(--white-color);
    padding: 40px
}

@media (max-width: 375px) {
    .contact-form {
        padding: 20px
    }
}

.contact-form .sec-title {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .contact-form .sec-title {
        margin-bottom: 25px;
        text-align: center
    }
}

.contact-form .row {
    --bs-gutter-x: 24px
}

.contact-form .form-control,
.contact-form .form-select {
    border: 1px solid var(--light-color);
}

.contact-form .form-group>i {
    background-color: transparent
}

.rounded-20 {
    border-radius: 20px;
    overflow: hidden
}

.form-text {
    font-size: 16px
}

.contact-map {
    line-height: 0px
}

.contact-map iframe {
    width: 100%;
    height: 400px
}
@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display: none
    }
    section.testi-sec3.style2 .testi-box-area {
        top: 55px;
    }
    .testi-sec3.style2 .slider-controller {
        margin-top: 115px;
    }
}
@media (max-width: 1199px) {
    .contact-map iframe {
        height: 400px
    }
}

@media (max-width: 991px) {
    .contact-map iframe {
        height: 350px
    }
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color)
}

.form-group.has-label>i {
    top: 50px
}

[class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

.video-content2 {
    padding: 120px 0;
    width: 100%;
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testi-box .box-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 32px;
    color: var(--white-color);
    max-width: 650px;
}

/*blog.css*/

.blog-meta span.author-name {
    color: var(--body-color);
}
.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--color2);
    font-family: var(--body-font);
    position: relative;
    margin-right: 10px
}
section.article-btm.author-new-articles {
    margin-bottom: 100px;
}
.blog-meta span i,
.blog-meta a i {
    margin-right: 6px
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
    padding-right: 15px
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: var(--color2);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px
}

.blog-meta span img,
.blog-meta a img {
    max-width: 16px;
    margin-top: -3px;
    margin-right: 4px
}

.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-meta a:hover {
    color: var( --color1)
}

@media (max-width: 575px) {

    .blog-meta span,
    .blog-meta a {
        margin-right: 20px
    }

    .blog-meta span:not(:last-child),
    .blog-meta a:not(:last-child) {
        padding-right: 0
    }

    .blog-meta span:not(:last-child):after,
    .blog-meta a:not(:last-child):after {
        display: none
    }
}

.blog-audio,
.blog-img,
.blog-video {
    line-height: 1px
}

.blog-audio img,
.blog-img img,
.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var( --color1)
}

.th-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    margin-top: -0.25em;
    margin-bottom: 25px
}

.blog-inner-title i {
    color: var( --color1);
    margin-right: 4px
}

@media (min-width: 1300px) {

    .search-active-wrap,
    .blog-author,
    .search-wrap,
    .page-single,
    .blog-single,
    .th-comments-wrap,
    .th-comment-form {
        margin-right: 8px
    }
}

.blog-single {
    position: relative;
    margin-bottom: 40px
}

.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600
}

.blog-single .blog-text {
    margin-bottom: 27px
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    position: relative;
    z-index: 3
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color);
    margin-bottom: 30px;
    border-radius: var(--theme-radius)
}

.blog-single .blog-audio:hover img,
.blog-single .blog-video:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.blog-single .blog-img .slider-arrow {
    --pos-x: 30px;
    --icon-size: 44px;
    border: none;
    background-color: var(--white-color);
    color: var( --color1);
    box-shadow: none;
    visibility: visible;
    opacity: 1
}

.blog-single .blog-img .slider-arrow:hover {
    background-color: var( --color1);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 42%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px
}

/*about us*/
.breadcumb-wrapper {
    background-color: var(--color2);
    overflow: hidden;
    text-align: center;
    max-width: 1832px;
    margin: 0 auto;
    border-radius: var(--theme-radius);
    min-height: 403px;
    display: flex;
    align-items: center;
    padding: 50px 0 0;
}

/*inner pages*/
.breadcumb-wrapper.background-image {
    position:relative;
}

.breadcumb-wrapper.background-image.inner-banner {
    min-height: 500px;
    background-image: none !important;
    background: #fff;
}
.breadcumb-content p {
    color: #fff;
    margin-top: 20px;
}
.breadcumb-wrapper.background-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
    content: "";
}
.breadcumb-content p {
    font-size: 20px;
    color: #000;
    font-family: var(--title-font);
}
.content-main.bg-custom-white img {
    border-radius: var(--theme-radius);
}
.breadcumb-content {
    position: sticky;
}


.sidebar-wrapper .form-control {
    border-radius: 0.25rem;
}

.sidebar-wrapper .th-btn{
    background:var(--color1);
    border: 1px solid var(--color1) !important;
}
input.submit-btn {
    background: var(--color2);
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 19px 15px;
    font-size: 14px;
}
.wikibox h3 {
    display: none;
}
section.padding-50px-tb.btm-cities , section.service-details-area{
    background: #f7f7f7;
}
ul.ul3 {
    column-count: 4;
    padding-left: 0;
    margin: 0 0 40px;
}

.accordion-card {
    background: #fff;
}
.btm-cities h3 {
    text-align: center;
    background: var(--color2);
    color: #fff;
}
section.ul-manage.btm-cities h2 , section.service-details-area h2{
    text-align: center;
        margin-bottom: 30px;
}
ul.ul3 li a {
   position:relative;
    margin-bottom: 20px;
  
}
ul.ul3 li a:before {
    content: "\f054";
    font-weight: 700;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 15px;
    margin-right: 8px;
    border: none;
    color: inherit;
    font-family: var(--icon-font);
}
.services_area h3 {
    margin-bottom: 50px;
        border-radius: var(--theme-radius);
        padding:4px 0
}
ul.ul3 li a:hover {
    text-decoration:underline;
}
ul.ul3 li {
    list-style: none;
    display: block;
    margin-bottom: 14px;
}
button.btn.btn-primary.style3.th-btn.style2 {
    background: var(--color1);
}

form.contact-form .th-btn , .contact-form2  .th-btn{
    width: fit-content;
}
input.th-btn.updated-form-btn {
    background: var(--color1);
}

input.th-btn.updated-form-btn:hover {
    background: var(--color2);
    border-color: var(--color2);
}
.grecaptcha-badge {
    display: none !important;
}
.error-page-area .title {
    font-size: 82px;
    line-height: 120px;
}
label.error {
    display: none !important;
}
input.form-control.required.error , textarea.form-control.required.error {
    border-color: #ff0000 !important;
}
.hurricane-box {
    box-shadow: 0px 0px 1px 0px;
    margin-bottom: 30px;
    border-radius: var(--theme-radius) ;
}
.lift-relevent-commercial .hurricane-box a.hurricane-box_txt:hover {
    text-decoration:underline;
}
.product-right-thumbnail img {
    width: 100%;
    border-radius: var(--theme-radius);
}
section.product-slider-section-4.space .title {
    margin-bottom: 30px;
}
.lift-relevent-commercial .hurricane-box a.hurricane-box_txt {
    font-size: 18px;
    padding: 10px  15px ;
    color: var(--color1);
    display: flex;
}
.article-btm.product-relative.lift-relevent-commercial {
    background: #fff;
    padding: 60px 0;
}
.section-heading-4:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    background-color: var(--color1);
    height: 2px;
    width: 50px;
}
.section-heading-4{
    position: relative;
    margin-top: 30px;
    border-bottom: 1px solid rgb(215, 215, 215);
    margin-bottom: 30px;
    padding-bottom: 3px;
}
section.article-btm.product-relative.lift-relevent-commercial h4 {

    color: #000;
}
.hurricane-box img {
    max-width: 100%;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0; 
}
.content-main.bg-custom-white {
    padding: 30px;
    background: #fff;
    border-radius: var(--theme-radius);
}
.page-img img {
    border-radius: var(--theme-radius);
}
.recent-post-meta i {
    margin-right: 7px;
}


section.author-banner {
    padding: 145px 0 0 0;
    border-radius: 8px;
}

.author_inner {
    background: #fff;
    border-radius: var(--theme-radius);
    padding: 40px;
    box-shadow: none;
    display: flex;
    text-align: left;
    gap: 30px;
    align-items: center;
}

.author_inner img {
    border-radius: var(--theme-radius);
    margin-bottom: 0;
    min-width: 22%;
    max-width: max-content;
}

@media (max-width:767px){
	.author_inner {
        text-align: center;
        flex-direction: column-reverse;
        display: flex;
    }
}
.author_inner .author {
    color: #000;
    margin-bottom: 25px;
}
.widget.bg-light {
    background: #fff !important;
}
.ul-manage ul {
    padding-left: 0;
}
.btn-group.mt-30.justify-content-center .th-btn2 {
    border-radius: var(--btn-radius);
}
.call-btn .box-link a {
    margin-bottom: 0;
    color: var(--color2);
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
    color: var(--color2);
    text-transform: none;
    font-weight: 700;
    font-family: var(--title-font);
}
.before-after-sec{
    background:#fff;
}
.title-area.mb-37.new-content-flowing {
    max-height: 600px;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: none; 
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color1); 
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color2); 
  }
  .title-area.mb-37.new-content-flowing h2 {
    font-size: 30px;
    line-height: 40px;
}

.title-area.mb-37.new-content-flowing h3 {
    font-size: 26px;
}
.satisfy-guaranteed {
    margin-top: 25px;
}
.lift-inner-img {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 90%;
    background: #fff;
    border-radius: var(--theme-radius);
    border: 5px solid var(--color1);
    margin-bottom: 20px;
}

.lift-inner-img img {
    max-width: 267px;
}

.lift-mast-imgss {
    background: var(--color2);
    border-radius: var(--theme-radius);
    padding: 50px 30px;
}
section.article-btm.product-relative.lift-relevent-commercial.bg-2 {
    background: #f7f7f7;
}
.lift-mast-imgss .th-btn {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #fff;
}
.why-choose-banner-lift {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    border-radius: var(--theme-radius);
    display: flex;
    align-items: center;
    background:var(--color2);
}
.why-choose-banner-lift .container {
    padding:0;
}
.why-choose-banner-lift .row {
    align-items: center;
}

.choose-lift-bnr {
    background: var(--color2);
    position:relative;
    justify-content: end;
    display: flex;
}
.choose-lift-bnr img {
    border-radius: 0px !important;
}
.why-choose-content .th-btn{
    border:1px solid #fff;
}
.why-choose-content p{
    color: #fff;
}

.why-choose-content {
    padding-left: 60px;
}
.page-content-box {
    background: var(--color2);
    border-radius: var(--theme-radius);
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.page-content-box p {
    color: #fff;
    margin: 0 10px 0px;
}

.page-content-box a {
    border: 1px solid #fff;
    min-width: fit-content;
}
.page-content h2 {
    font-size: 34px;
}

.page-content h3 {
    font-size: 28px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 25px;
}
.feature-box p {
    margin: 0;
}
.feature-box {
  background-color: #f9fafc;
  border-left: 4px solid var(--color2);
  padding: 15px;
  border-radius: var(--theme-radius);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}
.feature-box h4 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
ul.ul_keyword {
    column-count: 2;
}
ul.ul_keyword li {
    background: var(--color2);
    margin: 0 0 10px;
    border-radius: var(--theme-radius);
    padding: 10px;
    color: #fff;
    transition: 0.5s;
    padding-left: 40px;}

ul.ul_keyword li::before {
    top: 11px;
    left: 18px;
}
ul.ul_keyword li:hover {
    transform: translateY(-2px);
    transition: 0.5s;
}
.updtd-brd.text-center {
    display: flex;
    justify-content: center;
}
.breadcumb-content .breadcumb-title {
    margin-bottom: 20px !important;
}
.blog-content td, th {
    border: 1px solid #000000;
    padding: 9px 12px;
}
.our-brnds.sec-title {
    font-size: 40px;
    font-family: var(--title-font);
    font-weight: 600;
}
section.service-details-area.space h3 {
    background: var(--color2);
    text-align: center;
    border-radius: var(--theme-radius);
    color: #fff;
    padding: 5px;
    margin-bottom: 40px;
    font-size: 26px;
}
.service-sections {
    background: var(--color2);
    background-repeat:no-repeat;
}
.service-sections h2 {
    color: #fff;
}
.img-box5 .img1 img {
    border-radius: var(--theme-radius);
}
section.why-choose-us .col-md-12 {
    margin-top: 0;
}
.associated-logos .brand-card {
      background: #fff;
    border-radius: var(--theme-radius);
    display: flex;
    align-items: center;
    height: auto;
    padding: 10px;
    overflow: hidden;
}
.associated-logos .swiper-slide {
    width: 20%;
}
.associated-logos .brand-card img {
    width: auto;
    display: block;
    max-width: unset !important;
    height: 130px;
}
.our-brnds.sec-title.text-white.text-center.mb-35 h3 {
    color: #fff;
}
.why-choose-box.new-choose-box .why-choose-icon {
    min-width:80px;
    max-width:80px;
}
.why-choose-box.new-choose-box {
    padding: 15px;
}
.new-table tr td {
    border-color: var(--body-color) !important;
    border-bottom: none;
}

.new-table .thead th {
    background: var(--color2);
    border-color: var(--color2);
    color: #fff;
}

.new-table .thead th:first-child {
    border-radius: 10px 0 0 0;
     border-top-left-radius: 10px;
}
.new-table table {
    border-collapse: separate;
    border-spacing: 0;
    border:none;
}
.new-table .thead th:last-child {
    border-radius: 0 10px 0 0;
     border-top-right-radius: 10px;
    border-left: 1px solid var(--body-color) !important;
}
.new-table tr:last-child td {
    border-bottom: 1px solid var(--body-color) !important;
}

.new-table tr td:first-child {
    border-right: none;
}
.page-content li:before , .accordion-body li:before{
        content: "\f054";
    font-weight: 700;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 15px;
    margin-right: 8px;
    border: none;
    color: inherit;
    position:absolute;
    font-family: var(--icon-font);
}
.page-content  ul{
    padding-left:10px;
}
.page-content li , .accordion-body li{
    position:relative;
    list-style:none;
    padding-left: 20px;
}
section.new-association-brans .why-choose-box.new-choose-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--color2);
    min-height: 200px;
}

section.new-association-brans .why-choose-box.new-choose-box p {
    color: #fff;
    text-align: center;
}

section.new-association-brans .why-choose-box.new-choose-box .why-choose-icon {
    margin-bottom: 15px;
    min-width: 100px;
    max-width: 100px;
}
section.new-association-brans.space {
    background: #fff;
}

section.new-association-brans.space h2 {
    text-align: center;
    margin-bottom: 25px;
}
section.new-association-brans.space .why-choose-icon {
    border: 3px solid var(--color1);
    border-radius: var(--theme-radius);
    overflow: hidden;
}
.related-services {
    background: var(--color2);
    background-repeat:no-repeat;
}
.related-services p , .related-services h2 {
 color:#fff;   
}
.service-sections p {
    color: #fff;
}


.updated-service-box .slider-controller .slider-arrow {
    background: var(--color1) !important;
}
.other-servic-child{
    position:relavent;
    padding-top:24px;
}
.other-servic-child ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    column-count: 3;
    gap: 24px;
}
.other-servic-child ul li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
}
.other-servic-child ul li a {
    font-size: 15px;
    color: var(--color1);
    padding: 14px 20px;
    display: block;
    border-radius: var(--theme-radius);
    position: relative;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    transition: .2s cubic-bezier(0.05, 0.81, 0.86, 0.39);
}
.other-servic-child ul li a img {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 9px;
    width: 35px;
}
 .other-servic-child ul li a:hover {
    background-color: var(--color1);
    color: #fff;
    margin-left: -5px;
    transition:.2s cubic-bezier(0.05, 0.81, 0.86, 0.39);
    box-shadow: 10px 12px 10px rgba(77, 77, 77, 0.5);
}
.blog-meta i {
    color: var(--color1);
    margin-right: 3px;
    font-size: 15px;
}

.blog-card .blog-content , .blog-card .blog-meta{
    color: var(--body-color);
    font-size: 14px;
}
.shape-mockup-wrap .box-icon img {
    max-width: 50px;
    width: 100%;
}
.th-social svg {
    fill: #fff;
    width: 18px;
}
@media (max-width:991px){
    .other-servic-child ul {
        column-count: 2;
    }
      .why-choose-content{
        padding-left:0;
    }
    .lift-mast-imgss{
        margin-bottom:30px;
    }
    .col-lg-6.product-area-content .row {
        flex-direction: column-reverse;
    }
    .get-quote-btn {
        margin: 30px 0px;
    }
    section.testi-sec3.style2 .testi-box-area {
        top: 135px;
    }
    .style2 .testi-img {
        margin-top: 100px;
    }
    .testi-sec3.style2 .slider-controller {
        margin-top: 140px;
    }
    .testi-sec3.style2 {
        padding-bottom: 70px !important;
    }
}
.accordion-header h3 {
    margin-bottom: 0;
}
.rating-header img.mb-1 {
    margin-left: 8px;
}
.related-services .box-title {
    margin-top: 0;
}
.scroll-top.show {
    visibility: visible;
}
section.th-blog-wrapper.blog-details.space-top.space-extra-bottom table p {
    margin-bottom: 0;
}

.blog-details .share-links .th-social a svg path {
    fill: var(--body-color) !important;
}
.blog-details .share-links .th-social a:hover svg path {
    fill:#fff !important;
}
@media (max-width:767px){
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 20px;
    }
    ul.ul_keyword {
        column-count: 1;
        padding: 0 !important;
    }
    section.testi-sec3.style2 .testi-box-area {
        top: 30px;
        left: 25px;
        right: 20px;
    }
    .why-choose-us .row {
    flex-direction: column-reverse;
}
    .scroll-top {

    bottom: 200px;
        
    }
    .video-sec2.space-mobile.background-image {
    padding: 50px 0px;
}
.bg-title.space-extra.brands-areas {
    padding: 50px 10px;
}
.why-choose-us .th-btn.style4 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-top: 10px;
}
    .bg-title.space-extra.associated-logos .row {
    flex-wrap: wrap;
}
.associated-logos .swiper-slide {
    width: 100%;
    margin-bottom:20px;
}
    section.testi-sec3.style2  .testi-box .box-review {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .testi-sec3.style2 .testi-box .box-text {
        font-weight: normal;
        font-size: 14px;
    }
    .testi-sec3.style2 .testi-box .box-title {
        margin-top: 72px;
    }
    .testi-sec3.style2 .slider-controller {
        display: none;
    }
    .style2 .testi-img {
        margin-top: 75px;
    }
    section.testi-sec3.space.style2 .col-xl-7 {
        max-width: 375px;
        margin: 0 auto;
    }
    .style2 .btn-group a.th-btn {
        margin-right: 0px !important;
        margin-bottom: 10px;
        min-width: 244px;
    }
    .testi-box .box-text {
        margin-bottom: 10px;
    }
    .other-servic-child ul {
        column-count: 1;
    }
    
      ul.ul3 {
        column-count: 2 !important;
        margin-bottom: 30px;
        padding: 0;
    }
    .why-choose-txt ul {
    text-align: left;
}
    .th-widget-about{
        max-width:100% !important;
    }
    section.why-choose-us h2 {
    font-size: 26px;
}
.why-choose-txt {
    text-align: center;
    margin-top: 25px;
}
.why-choose-box {
    flex-direction: column;
    justify-content: center;
}
        .updated-faqs h2 {
        font-size: 26px;
    }
    .accordion-card .accordion-button {
    padding: 15px 45px 15px 15px;
        
    }
    .accordion-card .accordion-body {
    padding: 0px 15px 15px 15px;
}

    .our-brnds.sec-title {
    font-size: 28px;
}
    .page-content-box {
   display: inline-block;
}
.page-content-box p {
    margin-bottom: 20px;
}
    .hero-style3 .hero-text, .btn-group {
    display: none;
}
    .btn-group.banner-btn-group.justify-content-center.hdr-btn-sticky {
    position: fixed;
    top: 90px;
    display: flex;
    justify-content: center !important;
    text-align: center;
    width: 100%;
    z-index: 99999;
    left: 0;
}
.banner-btn-group.hdr-btn-sticky .th-btn {
    z-index: 3 !important;
}


.hero-img.hero-img-sticky {
    padding-top: 98px;
}
    .page-content h2 {
    font-size: 28px;
}

.page-content h3 {
    font-size: 24px;
}

    .th-mobile-menu ul .menu-item-has-children span:after{
        right:-17px;
    }
    .title-area.mb-37.new-content-flowing h2 {
    font-size: 26px;
    line-height: 40px;
}

.title-area.mb-37.new-content-flowing h3 {
    font-size: 22px;
}
.blog-card{
    margin-bottom:20px;
}

.article-btm.product-relative.lift-relevent-commercial{
    padding:30px 0;
}
.breadcumb-wrapper {
   min-height: 250px;
    
}
.testi-img1 {
    display: none;
}

.video-content2 {

    padding:5px 0;
}
section.padding-50px-tb.btm-cities , section.service-details-area{
    background: #f7f7f7;
}
.breadcumb-wrapper.background-image.inner-banner {
    min-height: 350px;
}
.project-box .box-content , .service-box .box-content {
    min-height:auto;
}
}
@media (max-width:374px){
     .testi-sec3.style2 .testi-box .box-text {
        font-size: 12px;
    }  
    section.testi-sec3.style2 .testi-box .box-review {
        margin-top: -12px;
    }
    .testi-sec3.style2 .testi-box .box-title {
        margin-top: 55px;
    }
    .style2 .btn-group a.th-btn {
        padding: 20px;
        min-width: auto;
    }
    section.testi-sec3.space.style2 .col-xl-7 {
        max-width: 315px;
        margin: 0 auto;
    }
    .testi-box .box-review i {
font-size: 12px;
    margin-top: 10px;
}
}