@charset "UTF-8";

:root{
    --theme-color: #0052c7;
    --second-color: #001c45;
    --title-color: #0E121D;
    --body-color: #4D5765;
    --smoke-color: #F8F8F8;
    --smoke-color2: #F3F4F6;
    --gray-color: #888C97;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E9EDF5;
    --title-font:  "Funnel Display", sans-serif;
    --body-font: "Zalando Sans SemiExpanded", sans-serif;
    --style-font: "Overlock", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1230px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  background-color: var(--second-color);
}

body {
    position: relative;
    background: white;
    font-size: 15px;
/*    line-height: normal;*/
overflow-x: hidden;
}
img{
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: var(--title-font);
}
@media (min-width: 1300px) {
    .header-layout3 .th-container {
        max-width: 1230px;
    }
}
.fw-medium {
    font-weight: 500 !important;
}
.text-primary{
    color: var(--theme-color) !important;
}
.text-theme{
    color: var(--theme-color) !important;
}
.bg-primary{
    background-color: var(--theme-color) !important;
}
.bg-theme{
    background-color: var(--theme-color) !important;
}
.theme-color{
    color: var(--theme-color);
}


h1 {
    font-size: calc(26px + (50 - 26) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.001em;
    line-height: 32px;
    text-transform: capitalize;
}

h3 {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

h4 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: capitalize;
}

h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

h6 {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    font-size: 16px;
    letter-spacing: 0.03em;
}

p {
    font-size: 16px;
    color: #141414;
    letter-spacing: 0.03em;
}

a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: var(--second-color);
}

a:focus {
    outline: none;
}

label {
    letter-spacing: 0.03em;
}

button:focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section {
    padding: 35px 0;
}
@media(max-width:768px){
    section{
        padding: 25px 0;
    }
}

.section_space {
    padding-top: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.section-b-space {
    padding-bottom: 50px;
}

.medium-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.small-section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.xs-section {
    padding: 30px 0;
}

.parallax-img {
    background-attachment: fixed;
}

.radius-cls {
    border-radius: 20px;
}

.radius-cls .social-box {
    border-radius: 6px;
}

/*.bg-inner {
    background-color: #f9f9f9;
}*/

.lh-cls {
    line-height: 1 !important;
}

.w-80 {
    width: 80%;
}





.rounded5 {
    border-radius: 5px;
}

.rounded10 {
    border-radius: 10px;
}

.rounded15 {
    border-radius: 15px;
}

.rounded20 {
    border-radius: 20px;
}

.rounded25 {
    border-radius: 25px;
}

.breadcrumb {
    padding: 0.75rem 1rem;
}

.zindex-1 {
    z-index: 1;
}

.row div[class*="col-"],
.row .col {
    position: relative;
}


.ul-section-title {
    font-weight: 700;
    font-size: clamp(25px, 2.1vw, 40px);
    color: var(--ul-black);
    margin-bottom: clamp(5px, 0.42vw, 8px);
}
/*=====================
1.1. Button start
==========================*/

.btn-theme{
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    text-transform: capitalize;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 28px;
    border-radius: 8px;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    display: inline-block;
    width: auto;
    height: auto;
    min-width: unset;
    aspect-ratio: unset;
    --th-move-x: 110%;
    --th-move-y: 100%;
    stroke-width: 2;
    fill: none;
}
.btn-theme.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}
.btn-theme:hover {
    color: var(--theme-color);
    background-color: var(--white-color);
}
.btn-theme:hover i {
    color: var(--white-color);
}

.btn-theme span {
    display: inline-block;
    font-weight: 700;
    margin-left: 1px;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out
}

.btn-theme:before,.btn-theme:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 0;
    background-color: var(--title-color);
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1
}

.btn-theme:before {
    top: 0;
    left: 0;
    right: auto
}

.btn-theme:after {
    bottom: 0;
    right: 0;
    left: auto
}

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

.btn-theme:hover.th-icon i,.btn-theme.active.th-icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.btn-theme:hover:before,.btn-theme.active:before {
    width: 100%;
    right: 0;
    left: auto
}

.btn-theme:hover:after,.btn-theme.active:after {
    width: 100%;
    left: 0;
    right: auto
}


figure{
    margin-bottom: 0;
}
/**************Header*************/




.header-layout3 {
    --icon-bg: #F2F2F2;
    --btn-size: 40px;
    position: relative;
    z-index: 100;
}

.header-layout3 .header-top {
    border-bottom: 1px solid var(--th-border-color);
    position: relative;
    padding: 9px 0;
    z-index: 2
}

.header-layout3 .header-top:before {
    content: "";
    height: calc(100% + 1px);
    width: 44%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
    z-index: -1
}

@media (max-width: 1299px) {
    .header-layout3 .header-top:before {
        -webkit-clip-path:path("M1.34242e-05 0H1200V38L1182.44 56H17.561L6.71208e-06 38L1.34242e-05 0Z");
        clip-path: path("M1.34242e-05 0H1200V38L1182.44 56H17.561L6.71208e-06 38L1.34242e-05 0Z")
    }
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
    padding: 0px 0;
    background: var(--white-color)
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
    padding-block: 3px;
}

.header-layout3 .sticky-wrapper.sticky .menu-area:before {
    height: 100%;

    z-index: 1;
}

@media (max-width: 991px) {
    .header-layout3 .sticky-wrapper.sticky .menu-area:before {
        height:96px
    }
}

@media (max-width: 375px) {
    .header-layout3 .sticky-wrapper.sticky .menu-area:before {
        height:96px
    }
}

.header-layout3 .sticky-wrapper.sticky .main-menu-area {
    display: none
}

.header-layout3 .sticky-wrapper.sticky .sticky-d-block {
    display: block
}

.header-layout3 .sticky-wrapper.sticky .main-menu>ul>li>a {
    color: var(--title-color)
}

.header-layout3 .sticky-wrapper.sticky .main-menu>ul>li>a:after {
    color: var(--title-color) !important
}

.header-layout3 .sticky-wrapper.sticky .sticky-d-none {
    display: none !important
}

.header-layout3 .sticky-wrapper.sticky .sticky-d-block {
    display: block !important
}

.header-layout3 .menu-area {
    position: relative
}


@media (min-width: 1930px) {
    .header-layout3 .menu-area:before {
        width: 20%
    }
}

@media (max-width: 1399px) {
    .header-layout3 .menu-area:before {
        width:18%
    }
}

@media (max-width: 1199px) {
    .header-layout3 .menu-area:before {
        width: 18%
    }
}

@media (max-width: 991px) {
    .header-layout3 .menu-area:before {
        width: 19%;
        height: 100%
    }
}

@media (max-width: 767px) {
    .header-layout3 .menu-area:before {
        width:60%
    }
}

.header-layout3 .header-social .social-title {
    color: var(--title-color)
}

.header-layout3 .header-social a:not(:hover) {
    color: var(--title-color)
}

.header-layout3 .header-notice {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .header-layout3 .header-notice {
        font-size:14px;
        text-align: center
    }
}

.header-layout3 .header-links li:not(:last-child):before {
    background-color: #FF444C
}

.header-layout3 .header-links li a {
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.header-layout3 .header-links li a:hover {
    color: var(--theme-color)
}
.header-layout3 .header-logo{
    padding: 3px 0;
}
.header-layout3 .header-logo a{
    display: flex;
    align-items: center;
    justify-content: start;
}
.header-layout3 .header-logo img{
    width: 90px;
}
.site_name{
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    max-width: 163px;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.mobile-logo .site_name{
    width: 100%;
    color: #222;
    max-width: 100%;
    font-size: 29px;
    margin-top: 10px;
}
.ul-footer-about a{
    display: flex;
    align-items: center;
    justify-content: start;
}
.ul-footer-about img{
    background: #fff;
    border-radius: 10px;
    width: 106px;
    padding: 4px;
}
@media (max-width: 991px) {
    .header-layout3 .header-logo {
        padding:0
    }
    .site_name{
        font-size: 20px;
        max-width: 128px;
    }
}

.header-layout3 .header-button .btn-theme {
    margin-right: -18px;
    margin-left: 0;
    background-color: #262A36;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
     clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%); 
     -webkit-filter: drop-shadow(0px 8px 20px rgba(160, 206, 78, 0.3)); 
     filter: drop-shadow(0px 8px 20px rgba(160, 206, 78, 0.3));
}
.header-layout3 .header-button .btn-theme:hover i{
    background-color: transparent;
}
.header-layout3 .main-menu-area {
    position: relative;
    padding: 0 0 0 30px;
    margin-top: -33px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2
}

.header-layout3 .main-menu-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius:40px;
}

.header-layout3 .menu-area .dropdown-link>a {
    color: var(--white-color)
}

.header-layout3 .menu-area .icon-btn {
    background-color: var(--white-color)
}

.header-layout3 .menu-area .icon-btn:hover {
    background-color: var(--title-color)
}

.header-layout3 .main-menu ul li.menu-item-has-children>a:after {
    color: #000
}

.header-layout3 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--title-color)
}

.header-layout3 .th-menu-toggle {
    color: var(--white-color)
}
.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
}
.header-layout3 .th-menu-toggle {
    color: var(--white-color);
}
.th-menu-toggle:hover {
    background-color: var(--title-color);
}

.header-layout3 .header-button {
    gap: 30px
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@media (max-width: 1499px) {
    .header-layout3 .header-button .btn-theme {
        display:block
    }
}

.header-layout3 .header-button .simple-btn {
    background-color: transparent;
    color: var(--white-color);
    border: none;
    font-size: 18px
}
.btn-theme.style6

.header-layout3 .main-menu>ul>li>a {
    padding: 14px 0;
    font-weight: 500;
    color: var(--white-color)
}

.header-layout3 .main-menu>ul>li>a:hover {
    color: var(--title-color)
}

.header-layout3.unittest-header .sticky-wrapper.sticky .menu-area {
    padding: 12px 0
}

.header-layout3.unittest-header .sticky-wrapper.sticky .header-logo {
    padding: 0
}

.header-layout3.unittest-header .main-menu>ul>li>a {
    color: var(--title-color)
}

.header-layout3.unittest-header .header-logo {
    padding: 15px 0
}

@media (max-width: 991px) {
    .header-layout3.unittest-header .menu-area {
        padding:0px 0
    }
}

@media (max-width: 575px) {
    .header-layout3.unittest-header .menu-area {
        padding:10px 0
    }
}

@media (max-width: 1199px) {
    .th-header .info-card:last-child {
        display:none
    }

    .header-layout3 .header-top:before {
        width: 50%
    }
}

@media (max-width: 991px) {
    .header-layout3 .header-top:before {
        width:58%
    }

    .header-layout3 .menu-top {
        padding: 12px 0
    }

    .header-layout3 .menu-area {
        padding: 5px 0px 5px 0
    }

    .header-layout3 .header-button .dropdown-link {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .header-layout3 .header-top:before {
        width:100%
    }
}

@media (max-width: 575px) {
    .header-layout3 .header-logo {
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0
    }
}

@media (min-width: 1300px) {
    .header-layout3 .th-container {
        --main-container: 1230px
    }
}
.header-layout3 .th-container{
    position: relative;
    z-index: 1;
}

.info-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: 10px
}

.info-card_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.12);
    color: var(--theme-color);
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.info-card_icon i {
    color: var(--theme-color);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.info-card_icon img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.info-card_icon:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.info-card_icon:hover i {
    color: var(--white-color)
}

.info-card_icon:hover img {
    -webkit-filter: brightness(9);
    filter: brightness(9)
}

.info-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 40px
}

@media (max-width: 1299px) {
    .info-card-wrap {
        gap:15px 40px
    }
}

@media (max-width: 767px) {
    .info-card-wrap {
        display:block
    }
}

@media (max-width: 767px) {
    .info-card {
        margin-bottom:20px
    }
}

.info-card_icon {
    color: var(--theme-color)
}

.info-card_icon i {
    background-color: var(--icon-bg, #fff);
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 500;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.info-card_icon i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.info-card_text {
    font-family: var(--body-font);
    font-size: 14px;
    color: var(--body-color);
    margin-bottom: 0
}

.info-card_link {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 0;
    -webkit-transition: all 0.6sease-in-out;
    transition: all 0.6sease-in-out;
    letter-spacing: -0.02em;
}

.info-card_link:hover {
    color: var(--theme-color)
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--white-color);
    text-transform: capitalize;
}
.sticky .main-menu a {
    color: var(--title-color);
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 14px
}


.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--title-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "-";
    color: var(--theme-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    border-bottom: 3px solid var(--theme-color);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
    max-height: 300px;
    overflow: auto;
    max-height: 350px;
    border-bottom: 3px solid var(--theme-color);
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize;
    color: var(--title-color);
}

.main-menu ul.sub-menu li a:before {
    content: "\f1ba";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin:0 10px
    }
}

.menu-style1>ul>li {
    margin: 0 14px
}

@media (max-width: 1299px) {
    .menu-style1>ul>li {
        margin:0 10px
    }
}

.menu-style1>ul>li>a {
    padding: 17px 0;
    color: var(--white-color)
}

.menu-style1>ul>li>a:hover {
    color: var(--theme-color)
}

.menu-style1 ul li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 24px;
    position: relative
}

.simple-icon:has(.badge) {
    padding-right: 8px
}

.simple-icon .badge {
    top: -8px;
    right: 0;
    font-size: 12px
}

.header-button {
    height: 100%;
    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
}

.header-button .btn-theme {
    margin-left: 15px;
    font-weight: 500
}

@media (max-width: 1299px) {
    .header-button .btn-theme {
        display:none
    }
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0
}

.header-button .icon-btn:hover .badge {
    background-color: var(--title-color)
}

.social-links .social-title {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: var(--body-font);
    color: var(--body-color)
}

@media (max-width: 1599px) {
    .social-links .social-title {
        display:none
    }
}

.social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.social-links a:last-child {
    margin-right: 0 !important
}

.social-links a:hover {
    color: var(--theme-color)
}

.social-links a:hover i {
    -webkit-animation: slideTop 0.5s;
    animation: slideTop 0.5s
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}


.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    margin: 0 58px 0 0
}

.header-links li:not(:last-child):after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: #888C97;
    position: absolute;
    top: 5px;
    right: -32px
}

.header-links li>i {
    color: var(--theme-color);
    margin-right: 8px
}

.header-links li,.header-links span,.header-links p,.header-links a {
    color: var(--body-color)
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links b,.header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-links .social-links a {
    font-size: 14px
}

.header-notice {
    margin: 0
}

@media (max-width: 1199px) {
    .header-notice {
        display:none
    }
}

.header-top {
    padding: 10px 0;
    background-color: var(--smoke-color);
    --body-color: #888C97
}

.header-top a:hover {
    color: var(--theme-color)
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .menu-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .menu-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block
}

.th-menu-toggle:hover {
    background-color: var(--title-color)
}

.th-menu-toggle.style-text,.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 95%
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }
}

































/******index_slider******/

.slider {
    position: relative;
    width: 100%;
    height: 550px;
    background-color: #fff;
    padding-block: 40px;
    border-bottom: 2px solid var(--theme-color);
}
.slider:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/sliders/sliders.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.slides {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide .content {
    width: 50%;
    padding: 0 0% 0 5%;
    color: #333;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 700px;
}
.slider_shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px);
}
@media (max-width: 1499px) {
  .slider_shape-1 {
    left: -100px;
    top: -100px;
}
}
@media (max-width: 1199px) {
  .slider_shape-1 {
    display: none;
}
}
.slider_shape-1 img {
  animation: float-bob-x 3s infinite linear;
}
.slider_shape-2 {
  position: absolute;
  right: -30px;
  top: 0;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(300px);
}
@media (max-width: 1199px) {
  .slider_shape-2 {
    display: none;
}
}
.slider_shape-2 img {
  animation: float-bob-x 3s infinite linear;
}
.slider .active .slider_shape-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
.slider .active .slider_shape-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}

.slide h6{
    font-size: 16px;
    font-weight: 900;
    color: var(--theme-color);
    margin-bottom: 6px;
}

.slide p {
    margin-bottom: 0;
    animation: fadeUp 0.5s ease-in-out;
    color: #000;
    font-weight: 600;
}

.slide button {
    cursor: pointer;
    animation: fadeDown 0.5s ease-in-out;
}

.slide .image {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.slide .image .background_image{
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0.2;
    filter: brightness(0);
}

.slide .image .main-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    position: relative;
    margin: 0;
    filter: brightness(0.8);
}
.slide.active .image .main-image {
  animation: effectMoveHorizontalZoom 7s ease, opacityEffect 7s ease;
}

.slide.active .image.odd .main-image {
  animation: effectMoveHorizontalscale 7s ease, opacityEffect 7s ease;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
}

50% {
    transform: translateX(-10px);
}

100% {
    transform: translateX(-30px);
}
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


@keyframes effectMoveHorizontalZoom {
  0% {
    transform: scale(1);
    opacity: 1;
}

50% {
    transform: scale(1.1);
    opacity: 0.8;
}

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

@keyframes effectMoveHorizontalscale {
  0% {
    transform: scale(1.2);
    opacity: 1;
}

50% {
    transform: scale(1.1);
    opacity: 0.8;
}

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

@keyframes opacityEffect {
  0% {
    opacity: 1;
}

50% {
    opacity: 0.8;
}

100% {
    opacity: 1;
}
}

.slider .slider_btn span{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.slider_btns{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 38px;
    gap: 68px;
}
.slider .slider_btn{
}
.slider .slider_btn a{
    font-size: 29px;
    color: #fff;
    font-weight: 900;
    display: block;
}
.slider .slider_btn a:hover{
    cursor: pointer;
    color: var(--theme-color);
}
.slider .nav-dots{
    text-align: center;
    padding-top: 20px;
    position: absolute;
    bottom: 16px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    .dot{
        width: 13px;
        height: 13px;
        background-color: #fff;
    }
    .dot.active{
        background-color: var(--theme-color);
    }
}
.slider .nav-icons {
    position: absolute;
    left: 50%;
    bottom: -3%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    z-index: 5;
}


.slider .nav-icon {
    background-color: var(--theme-color);
    color: white;
    border: none;
    padding: 20px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    border: 2px solid var(--theme-color);
}

.slider .nav-icon i {
    pointer-events: none;
}

.slider .nav-icon:hover {
    background-color: #fff;
    i{
        color: var(--theme-color);
    }
}
@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media(max-width:768px){
    .slider .dots-container{
        top: 50%;
    }
}
@keyframes effectMoveHorizontalZoom {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1.2)
    }
}
@keyframes effectMoveHorizontalscale {
    0% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.hero-meta {
    margin-bottom: 7px;
    margin-top: -0.4em;
    display: inline-block;
    background: #001c457a;
    padding: 5px 20px;
    line-height: 1;
    border-radius: 30px;
    border: 1px solid #fff;
    backdrop-filter: blur(2px);
}

.hero-meta span {
    display: inline-block;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative
}

@media (max-width: 375px) {
    .hero-meta span {
        font-size:15px
    }
}
@media (max-width: 500px) {
    .hero-meta span {
        font-size:13px
    }
}

.hero-meta span:after {
    content: "";
    height: 1px;
    width: 23px;
    background-color: #fff;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: -4px
}

.hero-meta span img {
    margin-right: 10px
}

.hero-meta span:first-child::after {
    display: none
}

.hero-meta span:last-child::after {
    display: none
}

.hero-style3 {
    position: relative;
    max-width: 660px;
    display: block;
    z-index: 4
}

.hero-style3 .hero-title {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--style-font);
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 30px;
    margin-top: 15px;
}

@media (max-width: 1299px) {
    .hero-style3 .hero-title {
        font-size:55px;
        line-height: 1.2
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-title {
        font-size:29px;
        line-height: 1
    }
    .slide .image .background_image{
        display: none;
    }
    .slider{
        height: 350px;
    }
    .hero-meta span:after{
        width: 12px;
    }
}

.hero-style3 .hero-text {
    color: var(--white-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color)
}


/*************SErvice************/
.bg-light-theme{
    position: relative;
    z-index: 1;
}
.bg-light-theme::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ul-c4);
    opacity: 96%;
    z-index: -1;
}
.ul-food {
    --image-space: clamp(50px, 5.25vw, 100px);
    margin-top: var(--image-space);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #FFFFFF 100%);
    background-color: var(--white-color);
    text-align: center;
    border-radius: 0 clamp(20px, 2.63vw, 50px);
    padding: clamp(15px, 1.58vw, 30px) clamp(17px, 1.05vw, 20px);
    padding-top: 0;
    box-shadow: 0px 6px 25px transparent;
    transition: 0.4s ease;
    position: relative;
    padding-top: 80px;
    box-shadow: 0 0 19px #aeaeae;
    margin-bottom: 18px;
}
.ul-food-img {
    width: max-content;
    margin: auto;
    margin-bottom: clamp(16px, 1.68vw, 32px);
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.ul-food-img img {
    display: inline-block;
    margin-top: calc(0px - var(--image-space));
    width: clamp(120px, 9.46vw, 180px);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.ul-food-title {
    display: inline-block;
    font-size: clamp(17px, 1.05vw, 20px);
    font-weight: 600;
    margin-bottom: clamp(8px, 0.79vw, 15px);
    color: #000;
    line-height: 1;
}
.ul-food-sub-title {
    color: #d1d1d1;
    font-size: clamp(13px, 0.84vw, 16px);
    margin-bottom: clamp(15px, 1.58vw, 30px);
}

/*Taxi sErvices******************/
.service-area {
    padding: 120px 0;
    position: relative;
    background-color: var(--theme-color);
    z-index: 1;
}
.service-area:before{
    background-image: url(../images/bg/bg-what-we-offer-min.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background-attachment: fixed;
    content: '';
    z-index: -1;
}
.service-area    .form-title {
    color: var(--white-color);
}
.ul-menus-title-slider {
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-menus-title-slider .splide__slide{
    display:block;
    padding-block: 8px;
}
.ul-menus-title-slider .splide__slide:nth-child(odd) .ul-menus-title-txt {
  text-decoration: 4px underline;
  text-underline-offset: 8px;
}
.ul-menus-title-txt {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(40px, 4.2vw, 80px);
  margin-bottom: 0;
}

.ul-menus-tabs-wrapper {
  background-color: var(--white-color);
  border-radius: 20px;
  max-width: clamp(1141px, 75.35vw, 1434px);
  margin: auto;
}
.ul-menu-tab{
    display: none;
}
.ul-menu-tab.active{
    display: block;
}
@media screen and (max-width: 1199px) {
  .ul-menus-tabs-wrapper {
    margin: 0 15px;
}
}
.ul-menus-tabs-wrapper .tabs {
  padding: clamp(20px, 1.58vw, 30px) clamp(15px, 6.83vw, 130px);
}
@media screen and (max-width: 767px) {
  .ul-menus-tabs-wrapper .tabs {
    padding: clamp(20px, 1.58vw, 30px) 15px;
}
}
.ul-menus-tab-navs {
  display: flex;
  justify-content: center;
  padding: clamp(15px, 1.58vw, 30px);
  border-bottom: 1px solid #d1d1d1;
  gap: clamp(15px, 1.58vw, 30px);
  flex-wrap: wrap;
}
.ul-menus-tab-navs button {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: clamp(4px, 0.37vw, 7px) clamp(12px, 0.79vw, 15px);
  border-radius: 99px;
}
.ul-menus-tab-navs button:hover, .ul-menus-tab-navs button.active {
  color: var(--second-color);
  border-color: var(--second-color);
}
.ul-menus-vectors > * {
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 1399px) {
  .ul-menus-vectors > * {
    z-index: -1;
}
}
.ul-menus-vectors .vector-1 {
  top: clamp(130px, 16.08vw, 306px);
  left: 0;
  max-width: clamp(150px, 15.92vw, 303px);
}
.ul-menus-vectors .vector-2 {
  bottom: clamp(114px, 12.93vw, 246px);
  right: 0;
  max-width: clamp(130px, 15.34vw, 292px);
}

.ul-menu-item {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.84vw, 16px);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: clamp(12px, 1.05vw, 20px);
  padding: 10px;
}
@media screen and (max-width: 479px) {
  .ul-menu-item {
    flex-wrap: wrap;
}
}
.ul-menu-item:hover .ul-menu-item-img img {
  border-color: var(--theme-color);
}
.ul-menu-item-img img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px dashed transparent;
  padding: clamp(0px, 0.11vw, 2px);
  border-radius: 50%;
  object-fit: cover;
}
.ul-menu-item-txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.ul-menu-item .btn-theme{
    padding: 15px;
    width: 90px;
}
.ul-menu-item-title {
    font-weight: 700;
    font-size: clamp(18px, 1.26vw, 24px);
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.ul-menu-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-menu-item-sub-title{
    font-size: 12px;
    line-height: 1.2;
    display: block;
    color: #d1d1d1;
}
@media screen and (max-width: 479px) {
  .ul-menu-item .bottom {
    flex-direction: column;
    align-items: flex-start;
}
}
.ul-menu-item .stroke {
  border-top: 1px dashed var(--theme-color);
  width: 100%;
}
@media screen and (max-width: 479px) {
  .ul-menu-item .stroke {
    display: none;
}
}

/**************Testimonials****************/
.ul-testimonial {
  background-color: var(--second-color);
  position: relative;
  z-index: 1;
}
.ul-testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--second-color);
  top: 90%;
  height: clamp(155px, 13.4vw, 255px);
  clip-path: polygon(2.733% 0%, 99.071% 0%, 99.071% 0%, 99.222% 0.14%, 99.364% 0.545%, 99.498% 1.193%, 99.62% 2.062%, 99.728% 3.129%, 99.821% 4.374%, 99.896% 5.774%, 99.953% 7.307%, 99.988% 8.951%, 100% 10.684%, 100% 39.035%, 100% 39.035%, 99.99% 42.001%, 99.961% 44.932%, 99.913% 47.818%, 99.846% 50.646%, 99.762% 53.406%, 99.659% 56.084%, 99.539% 58.67%, 99.402% 61.152%, 99.249% 63.519%, 99.08% 65.757%, 97.701% 82.635%, 97.701% 82.635%, 97.303% 86.752%, 96.864% 89.954%, 96.394% 92.242%, 95.903% 93.614%, 95.402% 94.072%, 94.901% 93.614%, 94.411% 92.242%, 93.94% 89.954%, 93.501% 86.752%, 93.104% 82.635%, 93.104% 82.635%, 92.706% 78.517%, 92.267% 75.315%, 91.797% 73.028%, 91.306% 71.655%, 90.805% 71.198%, 90.304% 71.655%, 89.813% 73.028%, 89.343% 75.315%, 88.904% 78.517%, 88.506% 82.635%, 88.506% 82.635%, 88.108% 86.752%, 87.669% 89.954%, 87.199% 92.242%, 86.708% 93.614%, 86.207% 94.072%, 85.706% 93.614%, 85.215% 92.242%, 84.745% 89.954%, 84.306% 86.752%, 83.908% 82.635%, 83.908% 82.635%, 83.51% 78.517%, 83.071% 75.315%, 82.601% 73.028%, 82.11% 71.655%, 81.609% 71.198%, 81.108% 71.655%, 80.617% 73.028%, 80.147% 75.315%, 79.708% 78.517%, 79.31% 82.635%, 79.31% 82.635%, 78.913% 86.752%, 78.473% 89.954%, 78.003% 92.242%, 77.513% 93.614%, 77.011% 94.072%, 76.51% 93.614%, 76.02% 92.242%, 75.549% 89.954%, 75.11% 86.752%, 74.713% 82.635%, 74.713% 82.635%, 74.315% 78.517%, 73.876% 75.315%, 73.406% 73.028%, 72.915% 71.655%, 72.414% 71.198%, 71.913% 71.655%, 71.422% 73.028%, 70.952% 75.315%, 70.513% 78.517%, 70.115% 82.635%, 70.115% 82.635%, 69.717% 86.752%, 69.278% 89.954%, 68.808% 92.242%, 68.317% 93.614%, 67.816% 94.072%, 67.315% 93.614%, 66.824% 92.242%, 66.354% 89.954%, 65.915% 86.752%, 65.517% 82.635%, 65.517% 82.635%, 65.119% 78.517%, 64.68% 75.315%, 64.21% 73.028%, 63.72% 71.655%, 63.218% 71.198%, 62.717% 71.655%, 62.227% 73.028%, 61.757% 75.315%, 61.318% 78.517%, 60.92% 82.635%, 60.92% 82.635%, 60.522% 86.752%, 60.083% 89.954%, 59.613% 92.242%, 59.122% 93.614%, 58.621% 94.072%, 58.12% 93.614%, 57.629% 92.242%, 57.159% 89.954%, 56.72% 86.752%, 56.322% 82.635%, 56.322% 82.635%, 55.924% 78.517%, 55.485% 75.315%, 55.015% 73.028%, 54.524% 71.655%, 54.023% 71.198%, 53.522% 71.655%, 53.031% 73.028%, 52.561% 75.315%, 52.122% 78.517%, 51.724% 82.635%, 51.724% 82.635%, 51.326% 86.752%, 50.887% 89.954%, 50.417% 92.242%, 49.926% 93.614%, 49.425% 94.072%, 48.924% 93.614%, 48.433% 92.242%, 47.963% 89.954%, 47.524% 86.752%, 47.126% 82.635%, 47.126% 82.635%, 46.729% 78.517%, 46.29% 75.315%, 45.819% 73.028%, 45.329% 71.655%, 44.828% 71.198%, 44.326% 71.655%, 43.836% 73.028%, 43.366% 75.315%, 42.927% 78.517%, 42.529% 82.635%, 42.529% 82.635%, 42.131% 86.752%, 41.692% 89.954%, 41.222% 92.242%, 40.731% 93.614%, 40.23% 94.072%, 39.729% 93.614%, 39.238% 92.242%, 38.768% 89.954%, 38.329% 86.752%, 37.931% 82.635%, 37.931% 82.635%, 37.533% 78.517%, 37.094% 75.315%, 36.624% 73.028%, 36.133% 71.655%, 35.632% 71.198%, 35.131% 71.655%, 34.64% 73.028%, 34.17% 75.315%, 33.731% 78.517%, 33.333% 82.635%, 33.333% 82.635%, 32.936% 86.752%, 32.496% 89.954%, 32.026% 92.242%, 31.536% 93.614%, 31.034% 94.072%, 30.533% 93.614%, 30.043% 92.242%, 29.573% 89.954%, 29.133% 86.752%, 28.736% 82.635%, 28.736% 82.635%, 28.338% 78.517%, 27.899% 75.315%, 27.429% 73.028%, 26.938% 71.655%, 26.437% 71.198%, 25.936% 71.655%, 25.445% 73.028%, 24.975% 75.315%, 24.536% 78.517%, 24.138% 82.635%, 24.138% 82.635%, 23.74% 86.752%, 23.301% 89.954%, 22.831% 92.242%, 22.34% 93.614%, 21.839% 94.072%, 21.338% 93.614%, 20.847% 92.242%, 20.377% 89.954%, 19.938% 86.752%, 19.54% 82.635%, 19.54% 82.635%, 19.142% 78.517%, 18.703% 75.315%, 18.233% 73.028%, 17.742% 71.655%, 17.241% 71.198%, 16.74% 71.655%, 16.25% 73.028%, 15.779% 75.315%, 15.34% 78.517%, 14.943% 82.635%, 14.632% 86.435%, 14.632% 86.435%, 14.264% 90.351%, 13.861% 93.58%, 13.429% 96.112%, 12.975% 97.936%, 12.505% 99.041%, 12.027% 99.417%, 11.546% 99.053%, 11.071% 97.94%, 10.608% 96.065%, 10.162% 93.419%, 5.993% 64.251%, 5.993% 64.251%, 5.743% 62.764%, 5.482% 61.71%, 5.215% 61.084%, 4.945% 60.879%, 4.676% 61.091%, 4.412% 61.712%, 4.156% 62.737%, 3.913% 64.161%, 3.686% 65.977%, 3.48% 68.178%, 3.48% 68.178%, 3.079% 72.015%, 2.638% 74.413%, 2.178% 75.46%, 1.716% 75.244%, 1.272% 73.852%, 0.865% 71.373%, 0.516% 67.895%, 0.242% 63.504%, 0.064% 58.29%, 0% 52.339%, 0% 31.421%, 0% 31.421%, 0.036% 26.324%, 0.139% 21.489%, 0.305% 16.981%, 0.527% 12.864%, 0.8% 9.203%, 1.119% 6.062%, 1.477% 3.507%, 1.869% 1.602%, 2.29% 0.411%, 2.733% 0%);
}
@media screen and (max-width: 767px) {
  .ul-testimonial .ul-section-heading {
    text-align: left;
}
}
.ul-testimonial-img {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ul-testimonial-img {
    margin: auto;
}
}
.ul-testimonial-img .main-img {
  clip-path: polygon(94.357% 37.189%, 94.357% 37.189%, 94.184% 38.409%, 94.105% 39.632%, 94.116% 40.856%, 94.213% 42.076%, 94.394% 43.291%, 94.653% 44.496%, 94.989% 45.69%, 95.398% 46.868%, 95.875% 48.028%, 96.417% 49.167%, 96.417% 49.167%, 99.012% 56.259%, 99.767% 63.412%, 98.832% 70.435%, 96.358% 77.139%, 92.495% 83.332%, 87.393% 88.826%, 81.203% 93.43%, 74.075% 96.953%, 66.16% 99.207%, 57.609% 100%, 57.609% 100%, 48.264% 99.346%, 39.4% 97.451%, 31.134% 94.419%, 23.586% 90.353%, 16.873% 85.355%, 11.115% 79.529%, 6.43% 72.978%, 2.937% 65.804%, 0.754% 58.11%, 0% 50%, 0% 50%, 0.754% 41.89%, 2.937% 34.196%, 6.43% 27.022%, 11.115% 20.471%, 16.873% 14.645%, 23.586% 9.647%, 31.134% 5.581%, 39.4% 2.549%, 48.264% 0.654%, 57.609% 0%, 57.609% 0%, 65.787% 0.469%, 72.934% 1.833%, 79.059% 4.026%, 84.176% 6.985%, 88.297% 10.645%, 91.432% 14.941%, 93.593% 19.807%, 94.793% 25.181%, 95.044% 30.997%, 94.357% 37.189%);
  width: 300px;
  background-color: #FEDE67;
  height: 300px;
}
.ul-testimonial-img .sm-img {
  position: absolute;
  object-fit: cover;
}
.ul-testimonial-img .sm-img:first-child {
  top: -20px;
  right: -3px;    background-size: cover;
  z-index: 1;
  mask-image: url(../images/testimonials/sm-1.png);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-position: center center;
  width: 79px;
  height: 91px;
}
.ul-testimonial-img .sm-img:nth-child(2) {
  top: 45%;
  transform: translateY(-50%);
  left: -30px;
  background-size: cover;
  z-index: 1;
  mask-image: url(../images/testimonials/sm-2.png);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-position: center center;
  width: 77px;
  height: 91px;
}
.ul-testimonial-img .sm-img:nth-child(3) {
  bottom: -18px;
  right: 0;
  background-size: cover;
  z-index: 1;
  mask-image: url(../images/testimonials/sm-3.png);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-position: center center;

  width: 70px;
  height: 74px;

}
.ul-testimonial-img .vector-1 {
  position: absolute;
  bottom: 44%;
  right: -56px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ul-testimonial-img .vector-1 {
    display: none;
}
}
.ul-testimonial-img .vector-2 {
  position: absolute;
  bottom: clamp(23px, 2.52vw, 48px);
  left: -42px;
  z-index: -1;
}
.ul-testimonial-img .vector-3 {
  position: absolute;
  bottom: 4px;
  left: -38px;
  z-index: -1;
}
.ul-testimonial-vectors > * {
  position: absolute;
  z-index: 0;
}
.ul-testimonial-vectors .vector-1 {
  top: clamp(17px, 3vw, 57px);
  left: clamp(4px, 2.31vw, 44px);
  max-width: clamp(243px, 15.4vw, 293px);
  max-height: clamp(243px, 15.4vw, 293px);
}
.ul-testimonial-vectors .vector-2 {
  max-width: clamp(109px, 7.3vw, 139px);
  left: clamp(84px, 5.47vw, 104px);
}
@media screen and (max-width: 991px) {
  .ul-testimonial-vectors .vector-2 {
    display: none;
}
}
.ul-testimonial-vectors .vector-3 {
  max-width: clamp(132px, 7.62vw, 145px);
  right: clamp(232px, 14.29vw, 272px);
  top: 16px;
}
@media screen and (max-width: 991px) {
  .ul-testimonial-vectors .vector-3 {
    display: none;
}
}
.ul-testimonial-vectors .vector-4 {
  right: 0;
  top: clamp(160px, 14.4vw, 274px);
  max-width: clamp(169px, 9.93vw, 189px);
}
@media screen and (max-width: 1199px) {
  .ul-testimonial-vectors .vector-4 {
    display: none;
}
}
.ul-testimonial .form-title,
.ul-testimonial .ul-section-title {
  color: var(--white-color);
}
.ul-testimonial-slider {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: clamp(15px, 1.58vw, 30px);
}
.ul-testimonial-slider-nav {
  display: flex;
}
.ul-testimonial-slider-nav button {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--white-color);
  display: flex;
}
.ul-testimonial-slider-nav button:hover {
  color: var(--theme-color);
}
.ul-testimonial-slider .owl-nav{
    display: none !important;
}
.ul-testimonial .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
  margin-top: clamp(17px, 1.05vw, 20px);
}
@media screen and (max-width: 479px) {
  .ul-testimonial .bottom {
    flex-direction: column;
    gap: 10px;
}
}
.ul-testimonial .bottom > * {
  flex-shrink: 0;
}
.ul-testimonial .stroke {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  flex-shrink: 1;
}
@media screen and (max-width: 479px) {
  .ul-testimonial .stroke {
    display: none;
}
}
.ul-testimonial-reviewer-slider {
  max-width: 42.1%;
}
@media screen and (max-width: 479px) {
  .ul-testimonial-reviewer-slider {
    max-width: 70%;
}
}
.ul-testimonial-reviewer {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
    height: 70px;
    width: 70px;
}

.ul-testimonial-reviewer-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; /* Ensures rounded edges */
}

/* Sync effect for active reviewer */
.center .ul-testimonial-reviewer {
    padding: 5px; /* Creates a soft border effect */
    padding: 5px;
    background-color: #fff; /* Highlight active reviewer */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Background effect for slides */
.ul-testimonial-reviewer-slider .owl-item {
    background: url(../img/testimonial-reviewer-img-bg.png) no-repeat center center;
    background-size: contain;
    position: relative;
    z-index: 1;
}
.ul-testimonial-slider-nav .owl-nav{
    display: flex;
}


/* Custom navigation buttons */
.ul-testimonial-slider-nav button {
    background-color: transparent;
    border: none;
    padding: 8px 12px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: background 0.3s ease;
}

.ul-testimonial-slider-nav button:hover {
    background-color: transparent;
}


.ul-testimony {
  color: var(--white-color);
}
.ul-testimony-reviewer-img {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.ul-testimony-reviewer-img img {
  object-fit: cover;
  width: clamp(60px, 5.25vw, 100px);
  aspect-ratio: 1/1;
}
.ul-testimony .icon {
  font-size: clamp(27px, 1.68vw, 32px);
  display: block;
  margin-bottom: clamp(3px, 0.42vw, 8px);
}
.ul-testimony-txt {
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
  color: #fff;
}
.ul-cta-wrapper {
  position: relative;
  z-index: 2;
  background-color: var(--ul-c3);
  border-radius: 20px;
  overflow: hidden;
}

.ul-cta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(25px, 2.63vw, 50px);
}
@media screen and (max-width: 767px) {
  .ul-cta {
    flex-direction: column;
    gap: 0;
}
}
.ul-cta-txt {
  padding: clamp(15px, 1.58vw, 30px) clamp(15px, 5.57vw, 106px);
}
@media screen and (max-width: 767px) {
  .ul-cta-txt {
    padding: clamp(40px, 3.15vw, 60px) clamp(15px, 5.57vw, 106px);
    text-align: center;
}
}
.ul-cta-txt .btn-theme {
  margin-top: clamp(20px, 2.1vw, 40px);
}
.ul-cta-imgs {
  position: relative;
}
.ul-cta-imgs .main-img {
  max-width: clamp(300px, 25.43vw, 484px);
  aspect-ratio: 484/424;
  object-fit: cover;
  border-radius: 999px 0 0 999px;
}
@media screen and (max-width: 767px) {
  .ul-cta-imgs .main-img {
    border-radius: 999px 999px 0 0;
}
}
.ul-cta-imgs .sm-img {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateX(-50%);
  max-width: clamp(142px, 9.04vw, 172px);
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .ul-cta-imgs .sm-img {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
}
@media screen and (max-width: 767px) {
  .ul-cta-imgs .sm-img {
    transform: translateX(60px);
    top: 0;
    right: 0;
    left: auto;
}
}
@media screen and (max-width: 479px) {
  .ul-cta-imgs .sm-img {
    display: none;
}
}
.ul-cta-vectors > * {
  position: absolute;
}
.ul-cta-vectors .vector-1 {
  bottom: clamp(16px, 1.68vw, 32px);
  left: clamp(16px, 1.68vw, 32px);
}
.ul-cta-vectors .vector-2 {
  top: clamp(35px, 2vw, 38px);
  right: clamp(465px, 24.59vw, 468px);
}
.ul-cta-vectors .vector-3 {
  bottom: clamp(20px, 2.15vw, 41px);
  right: 50%;
}

.ul-inner-cta {
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ul-inner-cta-container {
  max-width: clamp(0px, 77.25vw, 1470px);
  margin: auto;
}
.ul-inner-cta-txt {
  color: var(--white-color);
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .ul-inner-cta-txt {
    padding-bottom: 15px;
}
}
.ul-inner-cta-txt .form-title {
  color: var(--theme-color);
  margin-bottom: clamp(8px, 0.95vw, 18px);
}
.ul-inner-cta-txt .ul-section-title {
  color: var(--white-color);
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-inner-cta-descr {
  color: var(--theme-color);
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  display: block;
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-inner-cta-img {
  position: relative;
  text-align: end;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ul-inner-cta-img {
    margin: auto;
    margin-bottom: 50px;
}
}
.ul-inner-cta-img::before {
  position: absolute;
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--theme-color);
  background: #FC791A;
  filter: blur(150px);
  right: clamp(22px, 2.21vw, 42px);
  z-index: -1;
}
.ul-inner-cta-img .main-img {
  max-width: clamp(240px, 47.98vw, 913px);
}
.ul-inner-cta-img .discount-tag {
  top: clamp(-7px, 1.94vw, 37px);
  left: 0;
  position: absolute;
  max-width: clamp(70px, 9.62vw, 183px);
}
.ul-inner-cta-img .img-vector {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
.ul-inner-cta-vectors > * {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.ul-inner-cta-vectors .vector-1 {
  top: 0;
  left: 0;
  max-width: clamp(69px, 6.94vw, 132px);
}
.ul-inner-cta-vectors .vector-2 {
  bottom: 5px;
  left: 0;
  max-width: clamp(60px, 6.04vw, 115px);
}
.ul-inner-cta-vectors .vector-3 {
  bottom: clamp(-15px, 0.95vw, 18px);
  right: clamp(-15px, 0.95vw, 18px);
  max-width: clamp(117px, 10.88vw, 207px);
}


/*****************Blogs****************/

.blog-card {
    background-color: var(--white-color);
    position: relative;
    z-index: 3;
    border-radius: 30px;
    border: 1px solid #E3E8F5
}

.blog-card.style2 {
    border-radius: 20px
}

.blog-card.style2 .box-title {
    font-size: 20px
}

.blog-card.style2 .blog-content {
    padding: 15px 30px 35px 30px
}

@media (max-width: 1299px) {
    .blog-card.style2 .blog-content {
        padding:20px
    }
}

.blog-card.style2 .blog-tags {
    padding-bottom: 10px;
    margin-bottom: 25px
}

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

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

.blog-card.style2 .box-title {
    margin-bottom: 15px
}

.blog-card .blog-img {
    position: relative;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden
}

.blog-card .blog-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2
}

.blog-card .blog-img img {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.blog-card .blog-content {
    padding: 15px 30px 30px 40px
}

@media (max-width: 1299px) {
    .blog-card .blog-content {
        padding:20px
    }
}

.blog-card .blog-tags {
    font-size: 12px;
    font-weight: 700;
    color: var(--theme-color);
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: -0.3rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E1E5EB
}

.blog-card .box-title {
    font-weight: 600;
    letter-spacing: -0.24px;
    margin-bottom: 5px
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    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_text {
    margin-bottom: 8px
}

.blog-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.blog-card_author {
    min-width: 40px;
    height: 40px;
    border-radius: 50%
}

.blog-card_author img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.blog-card_info a {
    font-size: 12px;
    color: var(--body-color);
    font-weight: 400
}

.blog-card_name {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.16px;
    margin-bottom: -0.3rem
}

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

.blog-card:hover .blog-img:before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s
}

.blog-card .blog-btn {
    border-bottom: 1px solid #E1E5EB;
    margin-bottom: 25px;
    padding-bottom: 30px
}

.blog-card .line-btn {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.16px
}

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

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding:30px
    }

    .blog-card .box-title {
        font-size: 24px
    }
}

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

@media (max-width: 350px) {
    .blog-card .blog-content {
        padding:18px
    }

    .blog-card .box-title {
        font-size: 20px
    }
}

.blog-box {
    position: relative;
    background-color: var(--smoke-color)
}

.blog-box.style2 .box-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 22px
}

@media (max-width: 991px) {
    .blog-box.style2 .box-title {
        font-size:24px;
        line-height: 34px
    }
}

.blog-box.style2 .blog-meta {
    margin: -0.4rem 0 18px 0
}

.blog-box.style3 .line-btn {
    color: var(--body-color)
}

.blog-box.style3 .line-btn:before {
    background-color: var(--body-color)
}

.blog-box.style3 .line-btn:hover {
    color: var(--theme-color)
}

.blog-box.style3 .line-btn:hover:before {
    background-color: var(--theme-color)
}

@media (max-width: 1199px) {
    .blog-box.style3 .blog-box_content {
        padding:30px 20px
    }
}

.blog-box_content {
    padding: 40px
}

@media (max-width: 1199px) {
    .blog-box_content {
        padding:30px
    }
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.blog-box .blog-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2
}

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

.blog-box_wrapper {
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.blog-box .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    padding: 24px 8px 15px;
    color: var(--white-color);
    text-align: center;
    font-size: 12px;
    width: 70px;
    height: 126px;
    -webkit-clip-path: path("M70 0H0V126L70 107V0Z");
    clip-path: path("M70 0H0V126L70 107V0Z");
    z-index: 2
}

.blog-box .blog-date .date {
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    display: block;
    margin-bottom: 10px
}

.blog-box .blog-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
    height: 134px;
    background-color: var(--white-color);
    -webkit-clip-path: path("M78 0H0V134L78 113.794V0Z");
    clip-path: path("M78 0H0V134L78 113.794V0Z")
}

.blog-box .box-title {
    line-height: 34px;
    margin-bottom: 13px
}

.blog-box .blog-meta {
    margin: -0.3rem 0 18px 0
}

@media (max-width: 375px) {
    .blog-box .blog-meta span,.blog-box .blog-meta a {
        font-size:14px
    }
}

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

.blog-box:hover .blog-img:before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s
}

.blog-grid {
    background-color: var(--white-color)
}

.blog-grid.style2 {
    background-color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .blog-grid.style2 {
        display:block
    }
}

.blog-grid.style2 .blog-content {
    padding: 47px 40px 51px 40px
}

@media (max-width: 375px) {
    .blog-grid.style2 .blog-content {
        padding:30px
    }
}

.blog-grid.style2 .blog-img {
    min-width: 312px
}

@media (max-width: 767px) {
    .blog-grid.style2 .blog-img {
        min-width:100%
    }
}

.blog-grid .blog-img {
    position: relative;
    overflow: hidden
}

.blog-grid .blog-content {
    padding: 20px;
}

@media (max-width: 375px) {
    .blog-grid .blog-content {
        padding:30px
    }
}

.blog-grid .blog-meta {
    margin: -0.3rem 0 20px 0
}

.blog-grid .blog-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color);
    padding: 9px 20px;
    color: var(--white-color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.blog-grid .box-title {
    margin-bottom: 22px
}

.blog-grid .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    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-grid .box-title a:hover {
    background-size: 100% 2px
}

.blog-grid .line-btn:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.blog-grid .blog-img {
    overflow: hidden;
    height: 300px;
}

.blog-grid .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-grid .blog-meta {
    margin: -0.4em 0 18px 0
}

@media (max-width: 375px) {
    .blog-grid .blog-meta span,.blog-grid .blog-meta a {
        font-size:14px
    }
}

.blog-grid .blog-meta span>i,.blog-grid .blog-meta a>i {
    color: var(--theme-color);
    font-size: 14px
}

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

.blog-title-area {
    max-width: 613px;
    margin: auto;
    display: block;
    text-align: center
}

.blog-area {
    padding-bottom: 60px
}


.ul-footer {
  position: relative;
  z-index: 1;
  background-color: var(--ul-black);
}
.ul-footer-top {
  padding: 40px 0;
  position: relative;
  background-image: url(../images/bg/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.ul-footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .ul-footer-top-wrapper {
    flex-wrap: wrap;
}
}
.ul-footer-about {
  max-width: clamp(267px, 14.19vw, 270px);
}
.ul-footer-about > * {
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-footer-about > *:last-child {
  margin-bottom: 0;
}
.ul-footer-about-txt {
  font-size: 15px;
  color: #d1d1d1;
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-footer-socials a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  width: clamp(33px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-footer-socials a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.ul-footer-widget {
  min-width: clamp(110px, 10.51vw, 200px);
}
@media screen and (max-width: 1199px) {
  .ul-footer-widget {
    max-width: 290px;
    flex-grow: 1;
}
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: 23px;
  color: var(--white-color);
  margin-bottom: clamp(13px, 1.37vw, 26px);
  padding-bottom: clamp(8px, 0.68vw, 13px);
  position: relative;
}
.ul-footer-widget-title::before, .ul-footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 18px;
  background-color: var(--theme-color);
}
.ul-footer-widget-title::after {
  left: 24px;
  width: 63px;
  background-color: var(--theme-color);
}
.ul-footer-widget-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 0.95vw, 18px);
}
.ul-footer-widget-links > * {
  display: inline-block;
  color: #d1d1d1;
  font-size: 16px;
  position: relative;
}
.ul-footer-widget-links > *::before {
  content: "\f101";
  font-family: fontAwesome !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(9px, 0.63vw, 12px);
  padding-right: 10px;
}
.contact_widget .ul-footer-widget-links > *::before{
    display: none;
}
.ul-footer-widget-links > *:hover {
  color: var(--theme-color);
}
.ul-footer .ul-nwsltr-form {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-footer .ul-nwsltr-form .top {
  background-color: var(--white-color);
  padding: clamp(2px, 0.26vw, 5px);
  border-radius: 8px;
  height: clamp(45px, 2.94vw, 56px);
  display: flex;
}
.ul-footer .ul-nwsltr-form .top input {
  border: none;
  padding: 0 clamp(7px, 0.53vw, 10px);
  font-size: clamp(13px, 0.84vw, 16px);
  width: 100%;
}
.ul-footer .ul-nwsltr-form .top button {
  background-color: var(--theme-color);
  color: var(--white-color);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer .ul-nwsltr-form .top button:hover {
  background-color: var(--theme-color);
}
.ul-footer .ul-nwsltr-form .agreement {
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.6);
  margin-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer .ul-nwsltr-form .agreement a {
  color: var(--white-color);
  text-decoration: underline;
}
.ul-footer .ul-nwsltr-form .agreement a:hover {
  color: var(--theme-color);
}
.ul-footer-bottom {
    padding: 8px 0;
    background-color: var(--theme-color);
    border-top: 1px solid #fff;
}
.ul-footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.ul-footer-bottom .copyright-txt a {
  color: var(--white-color);
}
.ul-footer-bottom .copyright-txt a:hover {
  color: var(--second-color);
}
.ul-footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.ul-footer-bottom a:hover {
  color: var(--second-color);
}
.ul-footer-bottom-nav {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}
footer a:hover{
    color: var(--theme-color);
}
.ul-footer-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-footer-vector-1 {
  bottom: clamp(54px, 8.09vw, 154px);
  left: 0;
}
@media screen and (max-width: 1199px) {
  .ul-footer-vector-1 {
    display: none;
}
}
.ul-footer-vector-2 {
  top: -10px;
  right: clamp(17px, 1.94vw, 37px);
  max-width: clamp(58px, 5.15vw, 98px);
}
@media screen and (max-width: 767px) {
  .ul-footer-vector-2 {
    display: none;
}
}
.ul-footer-vector-3 {
  bottom: clamp(25px, 2.42vw, 46px);
  right: clamp(134px, 12.3vw, 234px);
}

/*************Form Section*************/
.form_section {
    background-color: #fff;
    padding: 20px 20px 0;
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 5;
}
.form-title {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
    font-family: var(--style-font);
    margin-bottom: 0;
}
.form_section h4{
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}
.form_section .form-title {
  color: var(--theme-color);
}
.form_section .ul-section-title {
  color: #000;
  margin-bottom: 16px;
}
 .form_section .form-control {
    padding: 10px;
    height: 45px;
    border-radius: 6px;
    border-color: #d6d6d6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
 }
.ul-booking-form .row {
  --bs-gutter-x: clamp(8px, 0.79vw, 15px);
  --bs-gutter-y: clamp(8px, 0.79vw, 15px);
}
.ul-booking-form label {
  color: var(--white-color);
  font-size: clamp(13px, 0.84vw, 16px);
  display: block;
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-booking-form input,
.ul-booking-form .ss-main,
.ul-booking-form textarea {
  background-color: #fff;
  border: none;
  height: clamp(45px, 2.94vw, 56px);
  border-radius: 10px;
  font-size: clamp(11px, 0.74vw, 14px);
  width: 100%;
  padding: 0 clamp(12px, 1.05vw, 20px);
}
.ul-booking-form textarea {
  padding-top: clamp(12px, 1.05vw, 20px);
  height: 147px;
  vertical-align: top;
}
.ul-booking-form textarea:focus, .ul-booking-form textarea:focus-visible, .ul-booking-form textarea:focus-within {
  outline: none;
}
.ul-booking-form .ul-btn {
  margin-top: clamp(10px, 0.79vw, 15px);
}

.ul-booking-2 {
  background: url(../img/booking-2-bg.jpg) no-repeat center top/cover;
}
.ul-booking-2-wrapper {
  background-color: var(--ul-black);
  border-radius: 20px;
  overflow: hidden;
}
.ul-booking-2-form-wrapper {
  background: var(--white-color) url(../img/booking-2-form-bg.svg) no-repeat center center/contain;
  height: 100%;
  padding: clamp(25px, 3.15vw, 60px);
}
.ul-booking-2-form-heading {
  text-align: center;
}
.ul-booking-2-form input,
.ul-booking-2-form textarea,
.ul-booking-2-form select,
.ul-booking-2-form .ss-main {
  background-color: transparent !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(92, 101, 116, 0.25);
  padding: clamp(10px, 0.68vw, 13px) clamp(12px, 1.05vw, 20px);
  font-size: clamp(13px, 0.84vw, 16px);
  border-radius: 0;
  vertical-align: top;
}
.ul-booking-2-form input:focus, .ul-booking-2-form input:focus-visible, .ul-booking-2-form input:focus-within,
.ul-booking-2-form textarea:focus,
.ul-booking-2-form textarea:focus-visible,
.ul-booking-2-form textarea:focus-within,
.ul-booking-2-form select:focus,
.ul-booking-2-form select:focus-visible,
.ul-booking-2-form select:focus-within,
.ul-booking-2-form .ss-main:focus,
.ul-booking-2-form .ss-main:focus-visible,
.ul-booking-2-form .ss-main:focus-within {
  outline: none;
  border-color: var(--theme-color);
}
.ul-booking-2-form .ul-btn {
  width: 100%;
  margin-top: clamp(10px, 0.79vw, 15px);
}
.ul-booking-2-opening-time {
  text-align: center;
}
.ul-booking-2-opening-time .heading {
  padding: clamp(30px, 3.15vw, 60px) clamp(12px, 1.05vw, 20px);
}
.ul-booking-2-opening-time .ul-section-title {
  color: var(--white-color);
}
.ul-booking-2-opening-time-table {
  color: var(--white-color);
  border: 1px solid rgba(237, 237, 237, 0.5);
  border-width: 1px 0;
  width: 100%;
}
.ul-booking-2-opening-time-table td,
.ul-booking-2-opening-time-table th {
  border: 1px solid rgba(237, 237, 237, 0.5);
  border-left: 0;
}
.ul-booking-2-opening-time-table td:last-child,
.ul-booking-2-opening-time-table th:last-child {
  border-right: 0px;
}
.ul-booking-2-opening-time-table th {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 700;
  padding: clamp(8px, 0.79vw, 15px) 10px;
}
.ul-booking-2-opening-time-table td {
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 700;
  padding: clamp(5px, 0.53vw, 10px);
}
.ul-booking-2-opening-time-call {
  color: var(--white-color);
  margin: clamp(15px, 1.58vw, 30px) 0;
}
.ul-booking-2-opening-time-call:hover {
  color: var(--theme-color);
}
.ul-booking-2-vector {
  max-width: clamp(73px, 4.36vw, 83px);
}
.form-group i {
    position: absolute;
    z-index: 2;
    right: clamp(12px, 1.05vw, 20px);
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    color: var(--theme-color);
}
.form-group {
    position: relative;
    z-index: 1;
}
.form-group{
    margin-bottom: 8px;
    position: relative;
}



/*float buttons*/

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:15px;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  line-height: 60px;
  z-index: 100000;
}

.float-call{
  background-color:var(--second-color);
  left: 15px;
  font-size: 22px;
  border: 2px solid #fff;
}
.float-call:hover i{
    color: var(--theme-color);
}

.my-float{
  margin-top:5px;
  color: #25d366;
}
.my-call{
  margin-top:5px;
}

.phone_res-float-btn {
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0 !important;
  z-index: 111;
  background-color: transparent;
}
.phone_res-float-btn a{
  width: 50% !important;
  border-radius: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bababa;
  font-size: 17px;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  color: #000;
  i{
    font-size: 25px;
    color: var(--theme-color);
    line-height: 25px;
}
}

.phone_res-float-btn .button__1{
  position: relative;
  left: 0 !important;
  border-top-left-radius: 20px;
}
.phone_res-float-btn .button__2{
  position: relative;
  border-top-right-radius: 20px;
  right: 0 !important;
}
.phone_res-float-btn img{
  width: 25px;
  height: 25px;
}


/***contact*/
.ul-contact-info {
  border: 1px solid rgba(255, 0, 0, 0.1);
  padding: clamp(15px, 1.58vw, 30px);
  border-radius: 16px;
  text-align: center;
  height: 100%;
    word-wrap: break-word;
}
.ul-contact-info .icon {
  border: 1px solid rgba(255, 0, 0, 0.1);
  border-radius: 8px;
  width: clamp(55px, 3.68vw, 70px);
  aspect-ratio: 1/1;
  margin: auto;
  padding: 5px;
  color: var(--ttRed);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(25px, 1.84vw, 35px);
  margin-bottom: clamp(10px, 0.84vw, 16px);
  background-color: rgba(235, 0, 41, 0.05);
}
.ul-contact-info .title {
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-contact-info .title a {
  color: #000;
}
.ul-contact-info .title a:hover {
  color: var(--ttRed);
}
.ul-contact-info .descr {
  margin-bottom: 0;
  color: #3e3e3e;
  font-size: clamp(13px, 0.84vw, 16px);
}

.ul-inner-contact-form-section {
  background-color: rgba(255, 0, 0, 0.05);
  padding-top: clamp(50px, 5.25vw, 100px);
}
.ul-inner-contact-from-left-title {
  font-weight: 700;
  font-size: clamp(25px, 2.1vw, 40px);
  margin-bottom: clamp(33px, 3.05vw, 58px);
}
.ul-inner-contact-img {
  display: flex;
  justify-content: flex-end;
  margin-right: clamp(0px, 1.84vw, 35px);
}
.ul-inner-contact-img img {
  object-fit: cover;
  border-radius: 0 999px 999px 0;
  max-height: 500px;
}
@media screen and (max-width: 991px) {
  .ul-inner-contact-img img {
    border-radius: 999px 999px 0 0;
    max-width: 100%;
  }
}
.ul-inner-contact-form-title {
  font-weight: 700;
  font-size: clamp(24px, 1.58vw, 30px);
  margin-bottom: clamp(17px, 1.68vw, 32px);
}
.ul-inner-contact-form input,
.ul-inner-contact-form textarea,
.ul-inner-contact-form .ss-main {
  height: clamp(45px, 3.15vw, 60px);
  border: 1px solid rgba(255, 0, 0, 0.1);
  border-radius: 8px;
  width: 100%;
  padding: 0 clamp(15px, 1.05vw, 20px);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-inner-contact-form input:focus, .ul-inner-contact-form input:focus-visible, .ul-inner-contact-form input:focus-within,
.ul-inner-contact-form textarea:focus,
.ul-inner-contact-form textarea:focus-visible,
.ul-inner-contact-form textarea:focus-within,
.ul-inner-contact-form .ss-main:focus,
.ul-inner-contact-form .ss-main:focus-visible,
.ul-inner-contact-form .ss-main:focus-within {
  outline: none;
  box-shadow: none;
}
.ul-inner-contact-form textarea {
  padding: clamp(15px, 1.05vw, 20px);
  height: 150px;
  vertical-align: top;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-inner-contact-form .submit-btn {
  height: clamp(45px, 3.15vw, 60px);
  background-color: var(--theme-color);
  border-radius: 8px;
  width: 100%;
  color: var(--white-color);
  font-weight: 600;
  display: flex;
  outline: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.ul-inner-contact-form .submit-btn:hover {
  background-color: #000;
  color: var(--white-color);
}
.ul-inner-contact-form .submit-btn i {
  font-size: 12px;
  padding-top: 3px;
}
.ul-inner-contact-form .ss-list .ss-option {
  font-size: clamp(13px, 0.84vw, 16px);
  padding: clamp(5px, 0.42vw, 8px) clamp(15px, 0.95vw, 18px);
}
.ul-inner-contact-form .ss-list .ss-option:hover, .ul-inner-contact-form .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: var(--theme-color);
}


.breadcrumb-option{
    background-image: url(../images/bg/bg-what-we-offer-min.webp) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcrumb-option::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1, 15, 28, 0.7);
    z-index: -1;
    pointer-events: none;
}
.breadcrumb-option h2 {
    font-weight: 900;
    font-size: clamp(26px, 3.36vw, 64px);
    color: var(--white-color);
    line-height: 1.3;
    margin-bottom: clamp(10px, 0.95vw, 18px);
    margin-bottom: clamp(1px, 0.21vw, 4px);
    text-transform: uppercase;
}
.breadcrumb__links {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    font-size: clamp(13px, 0.84vw, 16px);
    font-weight: 500;
    gap: 3px;
    color: var(--white-color);
}
.breadcrumb__links a {
    color: var(--white-color);
}
.breadcrumb__links span {
    color: #fff;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.breadcrumb__links span:before{
    position: absolute;
    content: '/';
    color: #fff;
    left: 0;
    font-size: inherit;
}
.single-service-details{
    padding: 10px 15px;
    background-color:  #f4f4f4;
    img{
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        margin-bottom: 12px;
    }
    ul{
        padding-left: 20px;
        margin-bottom: 1rem;
    }
}

.sidebar-item {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
}

.sidebar-item>h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 2px solid var(--theme-color);
}
/*.sidebar-item h3:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  content: "";
  background-color: var(--theme-color);
}*/

.sidebar-category {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.sidebar-category li {
    list-style: none;
    margin-bottom: 1px;
    width: 100%;
}

.sidebar-category li .active {
    background: var(--theme-color);
    color: #FFF;
}

.sidebar-category li a {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: capitalize;
    box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
    border-radius: 6px;
    margin-bottom: 12px;
}
.sidebar-category li a:hover {
    background: var(--theme-color);
    color: #fff;
}
.sidebar-category li a:after{
    content: "\f061";
    font-family: FontAwesome;
    float: right;
}
.common-booking-form .form_section .form-title {
    text-align: center;
    margin-top: 10px;
}

.form-control:focus{
    box-shadow: none;
    border-color: var(--theme-color);
}
.common-booking-form .form-group{
    margin-bottom: 15px;
}
@media(max-width:768px){
    .single-section .row{
        flex-direction: column-reverse;
    }
    .common-booking-form .form_section .row{
        flex-direction: column;
    }
    .common-booking-form .form_section .form-title{
        margin: 0;
        padding: 0;
    }
}



.services-section.style-two {
    background-repeat: no-repeat;
    background-size: cover;
    padding:135px 0 214px;
    position: relative;
    z-index: 1;
}
.services-section.altrenate{
  padding: 169px 0 149px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-section.altrenate .inner-container {
    max-width: 1580px;
    margin: 0 auto;
}

.services-section .services-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left: -90px;
    width: 115.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: -1;
}

.services-section .services-carousel .owl-nav .owl-prev {
    float: left;
}

.services-section .services-carousel .owl-nav .owl-next {
    float: right;
}
.services-section .services-carousel .owl-nav .owl-prev,
.services-section .services-carousel .owl-nav .owl-next{
  border: 1px solid var(--theme-color);
  padding: 3px 15px !important;
  color: var(--theme-color);
  font-size: 30px;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.services-section .services-carousel .owl-nav .owl-prev:hover,
.services-section .services-carousel .owl-nav .owl-next:hover{
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.service-block-five {
    background-color: var(--white-color);
    height: auto;
    padding: 12px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.service-block-five p{
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.service-block-five .inner-box {
    transform-style: unset;
   transition: auto;
}
.service-block-five img{
    height: 150px;
    object-fit: contain;
    margin: auto;
}
.service-block-five .lower-content {
    margin-top: 10px;
}
.service-block-five .lower-content h4 a {
    color: #000;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    font-size: 19px;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-in-out;
}
.services-section .upper-box {
    margin-bottom: 30px;
}
.service-block-five:hover .inner-box{
    transform: rotateY(0deg);
    transition: transform 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.btn__grid{
    display: flex;
    align-items: center;
    gap: 4px;
}
.btn__grid a{
    padding: 8px 2px;
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -0.01em;
}
.btn__grid a:nth-child(2){
    background-color: var(--second-color);
}
.btn__grid a:nth-child(3){
    background-color: #42c454;
}

/*******New About************/

.img-box4 {
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .img-box4 {
        margin-bottom:50px
    }
}

.img-box4 .img1 {
    position: relative;
    height: 578px;
    width: 100%;
}

.img-box4 .img1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 20px;
    top: 0;
    object-fit: cover;
}

.img-box4 .img1 .about-text {
    text-transform: uppercase;
    color: var(--white-color);
    -webkit-text-fill-color: var(--white-color);
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 900;
    font-size: 129px;
    line-height: 210px;
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: -19%;
    margin: 0;
    display: block;
    line-height: 0;
}


@media (max-width: 767px) {
    .img-box4 .img1 .about-text {
        left: -76px;
        font-size: 75px;
        line-height: 0;
    }
    .img-box4 .img1{
        height: 400px;
    }
    .img-box4 .th-experience .experience-year{
        font-size: 50px;
    }
    .img-box4 .th-experience{
        height: 200px;
        width: 200px;
        padding: 20px 10px ;
    }
}
.img-box4 .th-experience {
    width: 235px;
    height: 250px;
    background-color: var(--theme-color);
    border-radius: 0;
    padding: 46px 25px;
    right: 7px;
    bottom: 0px;
    -webkit-clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0% 28%);
    clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0% 28%);
    text-align: center;
    position: absolute;
}

@media (max-width: 1199px) {
    .img-box4 .th-experience {
        right:0
    }
}


.img-box4 .th-experience .experience-year {
    font-weight: 700;
    font-size: 74px;
    line-height: 84px;
    color: var(--white-color);
    margin-bottom: 10px
}

.img-box4 .th-experience .experience-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    margin-bottom: 0
}

.about-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px
}

.about-item {
    background-color: var(--smoke-color);
    padding: 15px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    p{
        line-height: 1.2;
        letter-spacing: -0.02em;
    }
}

.about-item.style2 .box-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 3px;
}

@media (max-width: 1299px) {
    .about-item.style2 .box-title {
        font-size:20px
    }
}

.about-item.style2 .about-item_text {
    font-size: 15px;
    line-height: 1.2;
    font-family: var(--style-font);
    font-weight: 600;
}

.about-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px
}

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

.about-item_img {
    margin-bottom: 25px
}

.about-item_img img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.about-item .box-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px
}

.about-item_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -0.3rem
}

.about-item:hover .about-item_img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.sub-title, .subtitle {
    margin-bottom: 15px;
    margin-top: -0.4em;
    display: inline-block;
    background: var(--theme-color);
    padding: 6px 20px;
    line-height: 1;
    border-radius: 30px;
    backdrop-filter: blur(2px);
    color: #fff;
    font-family: var(--style-font);
    border-bottom: 2px solid ;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #afbace;
}
.sub-title::before,.sub-title:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 2px;
    width: 40px

}

.sec-title, .sec-title h2 {
    font-size: 35px;
    font-family: var(--body-font);
    color: var(--second-color);
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.sec-title:before, .sec-title h2:before{
    content: '';
    position: absolute;
    width: 100%;
    background: var(--second-color);
    height: 2px;
    bottom: -8px;
    max-width: 400px;
}
.text-center .sec-title:before, .sec-title.text-center h2:before, .text-center .sec-title h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.sub-title.style2 img{
    margin-inline: 8px;
}

/*******Faq*****/

.accordion-card.style3 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
}

.accordion-card.style3:not(:last-child) {
    margin-bottom: 16px
}
.accordion-card.style3 .accordion-button {
    background-color: var(--white-color);
    min-height: 60px;
    padding: 7px 16px;
    font-weight: 700;
    font-family: var(--style-font);
    font-size: 18px;
}

.accordion-card.style3 .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #E4E4E4;
    box-shadow: none;
    color: var(--title-color)
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
    content: "\f068";
    color: var(--theme-color);
    background-color: transparent;
    font-family: var(--icon-font);
}

.accordion-card.style3 .accordion-button:after {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--theme-color);
    content: "\2b";
    inset: 0px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: var(--white-color);
    padding: 0;
    background-image: none;
    -webkit-clip-path: none;
    clip-path: none
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    display: flex;
}

@media (max-width: 767px) {
    .accordion-card.style3 .accordion-button:after {
        width:35px;
        height: 100%
    }
}

.accordion-card.style3 .accordion-body {
    background-color: var(--white-color);
    padding: 10px 20px 0
}

.faq-img1 {
    margin-left: -180px;
    width: 817px;
    height: 617px
}

.faq-img1.style2 {
    margin-left: -280px
}

@media (max-width: 1399px) {
    .faq-img1.style2 {
        margin-left:0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1399px) {
    .faq-img1 {
        margin-left:0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1199px) {
    .faq-img1 {
        margin-bottom:30px
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size:16px
    }
}

.faq-bg-image {
    position: absolute;
    top: 0;
    right: -30px;
    width: 737px;
    height: 100%;
    z-index: 1
}

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

@media (max-width: 1299px) {
    .faq-bg-image {
        display:none
    }
}

.faq-area {
    position: relative;
    overflow: hidden
}

.faq-area2 {
    max-width: 1720px;
    display: block;
    margin: auto;
    background-color: #F8F8F8
}
.faq-area2 .sec-title{
    font-size: 40px;
}

.faq-img2 {
    position: relative;
    z-index: 2;
    margin-left: -80px
}

@media (max-width: 1500px) {
    .faq-img2 {
        margin-left:0;
        margin-right: 40px
    }
}

@media (max-width: 1199px) {
    .faq-img2 {
        margin:0 0 50px 0
    }
}

.faq-img2 .img1 {
    width: 100%;
    height: 500px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
}

.about-company-since-wrap .experience-wrap {
    position: absolute;
    left: 8%;
    top: 7%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 74px;
    line-height: 60px;
    color: var(--white-color);
    display: block;
    -webkit-transform: rotate(334deg);
    -ms-transform: rotate(334deg);
    transform: rotate(334deg)
}

@media (max-width: 575px) {
    .about-company-since-wrap .experience-wrap {
        top: unset;
        bottom: 18%;
        left: 22%;
    }
}

@media (max-width: 375px) {
    .about-company-since-wrap .experience-wrap {
        bottom:15%;
        left: 25%
    }
}

.about-company-since-wrap .experience-wrap span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block
}

.about-tag {
    background: var(--white-color);
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -50px;
    height: 338px;
    width: 338px;
    border-radius: 50%;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 12px;
    text-align: center;
    animation: spin 10s infinite alternate-reverse;
    z-index: -1
}


@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media (max-width: 575px) {
    .about-tag {
        position:relative;
        top: 30px
    }
}

.about-tag:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: var(--theme-color);
    height: 70%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.about-tag span {
    --rotate-letter: 8deg;
    height: 145px;
    position: absolute;
    width: 20px;
    left: 44%;
    top: 4%;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}
.about-tag span.char1 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 1));
    -ms-transform: rotate(calc(var(--rotate-letter) * 1));
    transform: rotate(calc(var(--rotate-letter) * 1))
}

.about-tag span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2))
}

.about-tag span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.about-tag span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4))
}

.about-tag span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.about-tag span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6))
}

.about-tag span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.about-tag span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8))
}

.about-tag span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.about-tag span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10))
}

.about-tag span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.about-tag span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12))
}

.about-tag span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.about-tag span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14))
}

.about-tag span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.about-tag span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16))
}

.about-tag span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.about-tag span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18))
}

.about-tag span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19))
}

.about-tag span.char20 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
    -ms-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20))
}

.about-tag span.char21 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
    -ms-transform: rotate(calc(var(--rotate-letter) * 21));
    transform: rotate(calc(var(--rotate-letter) * 21))
}

.about-tag span.char22 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
    -ms-transform: rotate(calc(var(--rotate-letter) * 22));
    transform: rotate(calc(var(--rotate-letter) * 22))
}

.about-tag span.char23 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
    -ms-transform: rotate(calc(var(--rotate-letter) * 23));
    transform: rotate(calc(var(--rotate-letter) * 23))
}

.about-tag span.char24 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
    -ms-transform: rotate(calc(var(--rotate-letter) * 24));
    transform: rotate(calc(var(--rotate-letter) * 24))
}

.about-tag span.char25 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
    -ms-transform: rotate(calc(var(--rotate-letter) * 25));
    transform: rotate(calc(var(--rotate-letter) * 25))
}

.about-tag span.char26 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
    -ms-transform: rotate(calc(var(--rotate-letter) * 26));
    transform: rotate(calc(var(--rotate-letter) * 26))
}

.about-tag span.char27 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
    -ms-transform: rotate(calc(var(--rotate-letter) * 27));
    transform: rotate(calc(var(--rotate-letter) * 27))
}

.about-tag span.char28 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
    -ms-transform: rotate(calc(var(--rotate-letter) * 28));
    transform: rotate(calc(var(--rotate-letter) * 28))
}

.about-tag span.char29 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
    -ms-transform: rotate(calc(var(--rotate-letter) * 29));
    transform: rotate(calc(var(--rotate-letter) * 29))
}

.about-tag span.char30 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
    -ms-transform: rotate(calc(var(--rotate-letter) * 30));
    transform: rotate(calc(var(--rotate-letter) * 30))
}

.about-tag span.char31 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
    -ms-transform: rotate(calc(var(--rotate-letter) * 31));
    transform: rotate(calc(var(--rotate-letter) * 31))
}

.about-tag span.char32 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
    -ms-transform: rotate(calc(var(--rotate-letter) * 32));
    transform: rotate(calc(var(--rotate-letter) * 32))
}

.about-tag span.char33 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
    -ms-transform: rotate(calc(var(--rotate-letter) * 33));
    transform: rotate(calc(var(--rotate-letter) * 33))
}

.about-tag span.char34 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
    -ms-transform: rotate(calc(var(--rotate-letter) * 34));
    transform: rotate(calc(var(--rotate-letter) * 34))
}

.about-tag span.char35 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
    -ms-transform: rotate(calc(var(--rotate-letter) * 35));
    transform: rotate(calc(var(--rotate-letter) * 35))
}
.about-tag span.char36 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
    -ms-transform: rotate(calc(var(--rotate-letter) * 36));
    transform: rotate(calc(var(--rotate-letter) * 36))
}

/*==========Testimonial CSS Start==========*/
.testimonials {
    padding: var(--content-space) 0 var(--box-space);
    position: relative;
    background-image: url(../images/testimonials/shape_bg_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.home2-testimonials:before, .home2-testimonials:after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: -109px;
    width: 292px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--second-color);
    filter: blur(172px);
    opacity: .4;
}

.home2-testimonials:after {
    inset: 159px -87px 0 auto;
}

.bg-glob {
    position: absolute;
    right: 0;
    top: 0;
}

.sec-title {
    font-size: 48px;
    line-height: 1.227;
}
@media(max-width:768px){
    .sec-title{
        font-size: 28px;
    }
}
.testimonial-box {
    --spacer: -10px;
    --border: 293px;
    position: relative;
    padding: 30px;
    box-shadow: var(--box-shadow);
    background-color: var(--white-color);
    margin-block: 30px;
    margin-inline: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-box:before {
    content: '';
    position: absolute;
    height: 8px;
    width: var(--border);
    bottom: 0;
    left: 0;
    background-color: var(--second-color);
}

.testimonial-box:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 36px;
    bottom: 0;
    left: var(--border);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 94, 21, 1) 25%, rgba(255, 94, 21, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 94, 21, 1) 75%);
}

.testimonial-box>span {
    position: absolute;
    display: inline-block;
    --mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%22103%22%20height%3D%2274%22%20viewBox%3D%220%200%20103%2074%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.7434%2053.7026C18.0169%2058.954%2010.9731%2064.6072%201.38377%2069.3135C-1.10825%2070.5365%200.0159648%2074.3273%202.76688%2073.9773C22.915%2071.4138%2035.9741%2062.5381%2043.1054%2049.3389C45.7578%2044.4297%2047.4242%2039.2044%2048.3116%2033.8703C48.8967%2030.3534%2049.0513%2027.714%2049.0513%2024.6656C49.0513%2011.0432%2038.0723%200%2024.5291%200C10.9859%200%200.00694485%2011.0432%200.00694485%2024.6656C0.00694485%2038.288%2011.1611%2049.3389%2023.9789%2049.3389C23.3027%2051.2064%2023.1403%2051.7342%2021.7434%2053.7026ZM75.6922%2053.7026C71.9656%2058.954%2064.9218%2064.6072%2055.3325%2069.3135C52.8405%2070.5365%2053.9647%2074.3273%2056.7156%2073.9773C76.8637%2071.4138%2089.9228%2062.5381%2097.0542%2049.3389C99.7065%2044.4297%20101.373%2039.2044%20102.26%2033.8703C102.845%2030.3534%20103%2027.714%20103%2024.6656C103%2011.0432%2092.0211%200%2078.4778%200C64.9346%200%2053.9557%2011.0432%2053.9557%2024.6656C53.9557%2038.288%2065.1098%2049.3389%2077.9277%2049.3389C77.2514%2051.2064%2077.089%2051.7342%2075.6922%2053.7026Z%22%20fill%3D%22%23FF5E15%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 103px;
    height: 74px;
    background-color: var(--second-color);
    top: 30px;
    right: 30px;
    opacity: .2;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: calc(calc(var(--spacer) * -1) + 20px);
    margin: calc(var(--spacer) * -1) 0 28px calc(var(--spacer) * -1);
}

.author-img {
    position: relative;
    width: 100px;
    aspect-ratio: 1/1;
}
.testimonials .author-img img{
    max-width: 100px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.author-img .back-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

.author-img:before, .author-img:after {
    content: '';
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: var(--spacer);
    left: var(--spacer);
    background-color: var(--second-color);
    opacity: .2;
}

.author-img:after {
    inset: auto var(--spacer) var(--spacer) auto;
}

.author-content span {
    font-size: 15px;
    line-height: 1.66666667;
    color: var(--second-color);
    display: inline-flex;
}

.star-rating-wp {
    margin-top: 6px;
}

.star-rating {
    --font: 18px;
    --spacing: 5px;
    margin: 0;
    position: relative;
    display: inline-flex;
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: var(--icon-font);
    font-weight: 900;
    color: #e5e5e5;
    letter-spacing: var(--spacing);
    font-size: var(--font);
}

.star-rating__fill {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: fill-star 2s ease-in-out;
}

.star-rating__fill:before {
    content: "\f005\f005\f005\f005\f005";
    color: #ffc107;
    font-family: var(--icon-font);
    font-weight: 900;
    letter-spacing: var(--spacing);
    font-size: var(--font);
}

.testimonial-text.overflow-text {
    margin-bottom: 4px;
    p{
        margin-bottom: 0;
    }
}
.bg-glob{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
}
.testimonials .container{
    position: relative;
    z-index: 1;
}

.testi-card {
    position: relative;
    background-color: var(--white-color);
    padding: 25px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid var(--theme-color);
    padding-top: 0;
    margin-top: 50px;
}

.testi-card.style2 {
    border-radius: 20px
}

.testi-card.style2 .testi-card_avater {
    border-radius: 50%
}

.testi-card.style2 .testi-card_avater img {
    border-radius: 50%
}

.testi-card_profile {
    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;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
    gap: 20px;
    margin-bottom: 24px
}
.testi-card-quote{

}
.testi-card_avater {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border-top: 6px solid var(--theme-color);
    border-bottom: 6px solid var(--theme-color);
    border-left: 0px solid var(--theme-color);
    margin-top: -40px;
    img{
        height: 100%;
        object-fit: cover;
    }
}

.testi-card_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0
}

.testi-card_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 22px;
    font-family: var(--style-font);
}

.testi-card_text img {
    margin-left: 5px;
    max-width: 16px;
    display: inline !important;
}

.testi-card_desig {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px
}

.testi-card_review {
    font-size: 14px;
    color: #FFC107;
    line-height: 14px
}

@media (max-width: 375px) {
    .testi-card_review {
        margin-top:10px
    }
}

.testi-card .box-title {
    font-weight: 700;
    letter-spacing: -0.48px;
    margin-bottom: -0.2rem
}

.testi-card_content {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -0.2rem
}

@media (max-width: 375px) {
    .testi-card_content {
        display:block
    }
}

.testi-grid {
    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: 80px;
    margin-left: 60px
}

@media (max-width: 1199px) {
    .testi-grid {
        margin:0;
        display: block
    }
}

.testi-grid_author {
    min-width: 432px;
    height: 540px
}

@media (max-width: 1199px) {
    .testi-grid_author {
        min-width:100%;
        height: 100%;
        margin-bottom: 40px
    }
}

.testi-grid_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 42px
}

.testi-grid_text {
    font-family: var(--title-font);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: var(--title-color);
    margin-bottom: 42px
}

.testi-grid_name {
    margin-bottom: 0
}

.testi-grid_desig {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color)
}

.testi-thumb2 {
    height: 340px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

@media (max-width: 1199px) {
    .testi-thumb2 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100px
    }
}

.testi-thumb2 {
    margin-top: 40px
}

@media (max-width: 1199px) {
    .testi-thumb2 {
        margin-top:0
    }
}

.testi-thumb2 .tab-btn {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    position: relative;
    cursor: pointer;
    z-index: 3
}

.testi-thumb2 .tab-btn:after {
    content: '';
    width: 2px;
    height: 70px;
    background-color: var(--title-color);
    position: absolute;
    left: -9px;
    top: 8px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.testi-thumb2 .tab-btn.active {
    color: var(--theme-color)
}

.testi-thumb2 .tab-btn.active:after {
    background-color: var(--theme-color)
}
/**************CAb SEction*************/
.team-section{
    background-image: url(../images/bg/team_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.team-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -57px;
    z-index: -1;
    background-size: contain;
}
.team-box {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
}
.team-box:hover img{
    transform: scale(1.3);
}
.team-box .team-img {
    overflow: hidden;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-box .team-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}
.team-box .team-content {
    padding: 17px 10px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 12px 12px;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.box-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: -0.32em;
    letter-spacing: -0.02em;
}
.team-box .box-title {
    margin-bottom: 0;
    letter-spacing: -0.48px;
}
.box-title a {
    color: inherit;
}
.team-box .team-desig {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.th-team .team-desig {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: -0.45em;
    color: var(--theme-color);
}
.blog-single.blog-grid .blog-content .line-btn {
    color: var(--theme-color);
}
.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px;
}

.line-btn {
    font-family: var(--body-font);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color);
}
.blog-single.blog-grid .blog-content .line-btn:before {
    background-color: var(--theme-color);
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.line-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-grid .line-btn:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.line-btn:hover::before {
    width: 45px;
}
@media (max-width: 767px) {
    .img-box4 .img1{
        height: 400px;
    }
    .img-box4 .th-experience .experience-year{
        font-size: 50px;
        margin-bottom: 0;
    }
    .img-box4 .th-experience{
        height: 200px;
        width: 200px;
        padding: 20px 10px ;
    }
    .services-section.style-two{
        padding: 80px 0 55px;
    }
    .faq-area2 .sec-title{
        font-size: 28px;
        line-height: 1;
    }
}
.content-box a{
    color: var(--theme-color);
    font-weight: normal;
}
.single-section .col-lg-10.mx-auto a{
    color: var(--theme-color);
}
.form_section{
    margin-bottom: 35px !important;
}
.form_section button{
    display: block;
    margin-bottom: -24px;
    margin-inline: auto;
    width: auto !important;
}
@media only screen and (min-width: 768px) {
   .form_section {
      position: relative;
      width: 84%;
   }
   main {
      margin-top: -48px;
   }
   .fixed__btns {
    height: 0;
 }
 .home_form .form_section {
        padding: 15px 20px 0;
        width: 32%;
        right: 5%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        height: max-content;
 }
 .home_form .form_section .row .col-md-4:first-child .form-control {
    border-radius: 10px 0 0 10px !important;
    border-right: 1px solid var(--theme-color);
 }
 .home_form .form_section .row .col-md-4:last-child .form-control {
    border-radius: 0 10px 10px 0 !important;
    border-left: 1px solid var(--theme-color) !important;
 }

 .form_section .form-group label {
    display: none;
 }
 .common-booking-form .form_section {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    top: 0;
    right: 0;
 }
 .common-booking-form .form_section .border-style {
    border: none;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
 }
 .single-section .detail p {
    margin-bottom: 0;
 }
 .testimonial_section .sec-title {
    font-size: 64px;
 }
}

@media only screen and (max-width: 768px) {
   .main-header .header-top-one .container{
      padding-inline: 7px;
   }
   .header-top-outer{
      gap: 6px;
   }
   .header-top-info{
      gap: 4px;
      i{
         font-size: 11px;
      }
      p{
         font-size: 11px;
      }
   }
   .header-top-social-icon ul{
      gap: 10px;
   }
   .header-top-social-icon ul li strong{
      font-size: 13px;
   }
   .header-top-social-icon ul li a{
      font-size: 13px;
   }
   .slide .content{
        width: 97%;
        position: absolute;
        z-index: 3;
        top: 39%;
        transform: none;
        bottom: 10%;
        max-width: 387px;
        left: 50%;
        max-width: 380px;
        transform: translate(-50%, -50%);
   }
   .slide h1{
      font-size: 35px;
      img{
        width: 126.8px;
        height: 36px;
      }
   }
   .slider .nav-dots{
        bottom: auto;
        top: auto;
        bottom: 30%;
   }
   .home_form .form_section{
      margin-top: -75px;
      width: 96%;
      margin-inline: auto;
      display: block;
   }
    
   .ul-booking-form-wrapper{
      position: relative;
    width: 91%;
    background: #fff;
    border-color: #222;
    bottom: 0;
    margin-top: -25px;
   }
   .ul-about-list{
      flex-direction: column;
   }
   .ul-about-list-item{
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
      padding-bottom: 10px;
      margin-right: 0;
   }
   .ul-about-list-item::before{
      width: 100%;
      height: 1px;
      bottom: 0;
      right: 0;
      left: 0;
      top: auto;
      transform: none;
   }
   .ul-about-list-item:last-child{
      margin-bottom: 0;
      padding-bottom: 0;
   }
   .ul-food{
    max-width: 90%;
    margin-inline: auto;
    padding-top: 96px;
 }
 .ul-menus-title-txt{
   font-size: 20px;
 }
 .ul-inner-faq-imgs img:last-child{
   bottom: 0;
 }
 .ul-footer-bottom{

    padding-bottom: 56px;
    text-align: center;
 }
 .ul-footer-bottom-wrapper{
   justify-content: center;
 }
 .ul-footer-bottom-nav{
   gap: 0;
 }
 .faq-img2 .img1{
   height: 280px;
 }
}
.main-menu a{
    color: #000;
}


.single-service-wrap {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #c6c6c6;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

.single-service-wrap .destination {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    line-height: 157.143%;
    letter-spacing: 0.42px;
    margin-top: -7px;

    i {
        font-size: 18px;
        color: var(--theme-color);
    }
}

.single-service-wrap:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.single-service-wrap:hover .details .btn-wrap .read-more-text span {
    background: #fff;
    color: #fa4318;
    color: var(--theme-color);
}

.single-service-wrap .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 220px;
    border-radius: 0;
    transition: 0.3s;
    margin-inline: auto;
}

.single-service-wrap:hover .thumb {
    border-color: var(--theme-base);
}

.single-service-wrap:hover .thumb img {
    transition: 0.3s;
}

.single-service-wrap .thumb:after {
    left: -30px;
}

.single-service-wrap .thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.single-service-wrap .details .icon {
    background: #fff;
    height: 39px;
    line-height: 50px;
    margin-left: auto;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    width: 40px;
    top: 0px;
    right: 15px;
    font-size: 20px;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid var(--second-color);
}

.single-service-wrap .details {
    padding: 15px 15px 12px;
    text-align: justify;
}

.single-service-wrap .detailes_top {}

.single-service-wrap h5 {
    margin-block: 0 12px;
    transition: all 0.3s ease-in;
    font-weight: 800;
    position: relative;
    color: #222;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    font-family: var(--style-font);
}

.single-service-wrap .btn__grid a{
    padding: 11px 2px;
    font-size: 13px;
}


.single-service-wrap .details p {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 20px;
}

.single-service-wrap .details .btn-wrap .read-more-text {
    color: #080c24;
    color: #222;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in;
}

.single-service-wrap .details .btn-wrap .read-more-text:after {
    display: none;
}

.single-service-wrap .details .btn-wrap .read-more-text span {
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    transition: all 0.3s ease-in;
    width: 26px;
}

.service-details-wrap .thumb .icon,
.single-service-wrap .details .btn-wrap .read-more-text span {
    background: #fa4318;
    background: var(--theme-color);
    border-radius: 50%;
    margin-left: auto;
    text-align: center;
}

.service-details-wrap .thumb .icon {
    height: 70px;
    line-height: 68px;
    margin-bottom: -70px;
    position: relative;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
}

.service-details-wrap .thumb .icon img {
    width: auto;
}

@media(max-width: 768px){
    .header-layout3 .col-auto .btn-theme{
        padding: 10px 8px;
        font-size: 14px;
    }
    .header-layout3 .col-auto {
        padding: 0 8px;
    }
    .img-box4 .img1 img{
        position: relative;
    }
    .img-box4{
        margin-bottom: 15px;
    }
    .img-box4 .img1{

        height: 291px;
    }
}
.header_top{
    position: relative;
    z-index: 1;
    padding-block: 0px;
    line-height: 1;
    background-color: var(--second-color);
}
.top_grid,
.header_top .left_side,
.header_top .right_side{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_grid{
    justify-content: space-between;
}
.header_top .left_side,
.header_top .right_side{
    gap: 25px;
}
.header_top .data_put a{
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    letter-spacing: 0;
}
.header_top .data_put a:hover{
    color: var(--theme-color);
}
.header_socials{
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--theme-color);
    margin-left: 50px;
    gap: 8px;
}
.header_socials a{
    background-color: #fff;
    height: 34px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header_socials a i{
    transition: 0.5s;
}
.header_socials a i.fa-facebook{
    color: #1877F2;
}
.header_socials a i.fa-x-twitter{
    color: #000;
}
.header_socials a i.fa-instagram{
    color: #C13584;
}
.header_socials a i.fa-youtube{
    color: #ff0000;
}

.header_socials a:hover{
    background-color: var(--theme-color);
    i{
        color: #fff;
    }
}
.container{
    max-width: 1320px;
}
.slider_nav{

    position: absolute;
    z-index: 5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 15px;
}
.slider_nav .nav_btn{

    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-color: var(--theme-color);
    outline-color: var(--second-color);
    background: #ddd;
    color: #000;
}
.cabs__btn{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 7px;
}
.cabs__btn a{
    padding: 13px 8px;
    width: 100%;
}
.cabs__btn a:nth-child(2){
    background-color: #42c454;
}
@media(max-width: 768px){
    .header_top .right_side{
        display: none;
    }
    .header_top .left_side .data_put:first-child{
        display: none;
    }
    .top_grid{
        justify-content: center;
        padding: 8px 0;
    }
    .slider{
        height: 400px;
    }
    .slider_nav{
        bottom: 25%;
    }
    .slide .content{
        padding-inline: 0;
        width: 96%;
    }
    .sec-title, .sec-title h2{
        font-size: 28px;
        line-height: 1;
    }
    .sec-title:before, .sec-title h2:before{
        max-width: 250px;
    }
    .services-section .services-carousel .owl-nav{
        display: none;
    }
    .accordion-card.style3 .accordion-button{
        line-height: 1.2;
    }
}
    .services-section .services-carousel .owl-dot{
        display: none;
    }