body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}
.page-wrapper{
    padding-top: 141px;
}

header{
    position: fixed;
    height: 141px;
    margin-top: -141px;
    width: 100vw;
    z-index: 99;
}
.header-top{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: rgb(11, 11, 71);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: 999;
    width: 100vw;
    height: 57px;
    /*background-image: url(../img/bg-lines.webp);*/
}
.header-top-left{
    max-width: 150px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.header-social{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-social a{
    position: relative;
    color:white;
    font-size: 12px;
}
.header-social .feather{
    width: 14px;
    height: 14px;
    stroke: var(--white);
}
.header-social .font-awesome{
    width: 14px;
    height: 14px;
    fill: var(--white);
}
.header-social a:after{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 24px;
    background: #20282c;
    z-index: 1
}
.header-social a:hover{
    color: var(--orange);
}
.header-top-center{
    width: calc(100vw - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-center .font-awesome{
    width: 13px;
    height: 13px;
    fill: var(--orange);
    vertical-align: text-top;
    margin-right: 5px;
}
.header-top-center div{
    color: var(--white);
    font-size: 12px;
    padding: 0 20px;
    display: block;
}
.header-top-center span, .header-top-center a{
    color: var(--white);
    font-size: 12px;
}
.header-top-center a:hover{
    color: var(--orange);
}
.header-top-center i{
    padding-right: 10px;
    color: var(--orange)
}
.header-top-right{
    /*max-width: 250px;*/
    max-width: 350px;
    padding-right: 30px;
}
.header-top-right ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-right ul li{
    list-style: none;
    padding: 0 10px
}
.header-top-right ul li a{
    color: var(--gray-lighter);
    font-size: 12px;
}

/* header bottom */
.header-bottom{
    /*position: relative;*/
    background-color: var(--pure-white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    z-index: 999;
    height: 85px;
    padding-top: 5px;
}
.auto-container{
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
}
.header-bottom .auto-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    padding-left: 10px;
    display: flex;
}
.logo-img{
    max-height: 75px;
    width: auto;
}
.phone-blue-icon{
    height: 55px;
    width: 55px;
    background: var(--white);
    color: var(--blue);
    border-radius: 50%;
    padding: 0px 10px;
    line-height: 55px;
    margin-right: 10px;
    font-size:36px;
}
.phone-blue-icon .feather{
    width: 30px;
    height: 30px;
    stroke: var(--blue);
}
.header-call-now .btn-orange{
    font-size:18px;
}
.btn-orange{
    background: var(--orange);
    color: var(--white);
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.btn-orange .btn-title{
    line-height: 30px;
    color: #1D1A7F;
}
.btn-orange:hover{
    background: var(--blue);
}
.btn-orange:hover .btn-title{
    color: var(--white);
}
.btn-orange:hover .phone-blue-icon{
    color: var(--orange)!important;
}
.nav-toggler{
    display: none;
    margin-right: 10px;
}
.nav-toggler .font-awesome{
    width: 20px;
    height: 20px;
    fill: var(--blue);
}
/*navigation */

nav.main-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    list-style: none;
}
.main-menu .navigation li{
    list-style: none;
}
.main-menu .navigation {
    position: relative;
    margin: 0px;
}
.main-menu .navigation.onepage-nav > li {
    margin-right: 40px;
}
.main-menu .navigation.onepage-nav > li:after {
    display: none;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 70px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-menu .navigation > li:last-child:after {
    display: none;
}
.main-menu .navigation > li:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 10px;
    height: 2px;
    width: 0%;
    background-color: var(--theme-color1);
    z-index: 3;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 4px;
    height: 4px;
    pointer-events: none;
    background-color: #ebebeb;
    opacity: 0.2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
    left: 0;
    width: 100%;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.main-menu .navigation > li > a .icon {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin-left: 10px;
}
.main-menu .navigation > li.dropdown > a {
    padding-right: 14px;
    margin-right: -14px;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible!important;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    visibility: hidden;
    background-color: var(--theme-color-light);
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: var(--theme-color1);
}


/* banner */
.banner-image{
    width: 100%;
    height: var(--home-banner-height);
}
.banner-image img{
    object-fit: cover;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.home-banner-content-background{
    background: var(--blue);
    content: "";
    position: absolute;
    width: calc(50% + 84px);
    left: 0;
    top: 141px;
    background-color: rgb(41 82 194 / 93%);
    height: var(--home-banner-height);
    padding-top: 30px;
}
.customize-support .home-banner-content-background{
    top: calc(141px);
}
.home-banner-content{
    position: relative;
    z-index: 2
}
.home-banner-content h1{
    font-size: 60px;
    color: var(--white);
    margin-top: 20px;
}
.home-banner-content .text{
    color: var(--white);
    font-size: 120%;
    line-height: 1.2em;
}
.home-banner .sub-title {
    position: relative;
    display: inline-block;
    color: var(--theme-color-light);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 3px;
    margin-bottom: 14px;
}
.home-banner .sub-title:before {
    background-color: var(--bg-theme-color1);
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.home-banner-margin{
    margin-top: calc(60px - var(--home-banner-height));
}
.social-links .feather{
    width: 16px;
    height: 16px;
    stroke: var(--white);
}
.social-links .font-awesome{
    width: 16px;
    height: 16px;
    fill: var(--white);
}

/* small services */
.small-services {
    position: relative;
    padding: 120px 0 75px;
}
.small-services::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 695px;
    background-image: url(../img/pattern-bg.webp);
    content: "";
    opacity: 0.75;
}
.small-services .sec-title-outer {
    position: relative;
}
.small-services .sec-title-outer .icon-plane-7 {
    position: absolute;
    top: 0;
    right: 85px;
}
.small-services .image-column .inner-column {
    position: relative;
    padding: 67px 67px 67px 50px;
    overflow: hidden;
}
.small-services .image-column .inner-column .bg {
    position: absolute;
    width: 99%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.small-services .image-column .inner-column .overlay-5 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.small-services .image-column .inner-column .content {
    position: relative;
    z-index: 3;
}
.small-services .image-column .inner-column .content .sub-title,
.small-services .image-column .inner-column .content .title {
    color: var(--theme-color-light);
}
.small-services .image-column .inner-column .content .sub-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 1.4;
    text-transform: uppercase;
}
.small-services .image-column .inner-column .content .title {
    margin-bottom: 21px;
    line-height: 1.2;
}
.small-services .image-column .inner-column .content .info-btn {
    padding-left: 55px;
}
.small-services .image-column .inner-column .content .info-btn i {
    position: absolute;
    top: 18px;
    left: 0;
    text-align: center;
    font-size: 38px;
    color: var(--theme-color1);
}
.small-services .image-column .inner-column .content .info-btn small {
    color: var(--theme-color-light);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.small-services .image-column .inner-column .content .info-btn strong {
    color: var(--theme-color-light);
    font-size: 16px;
}
.service-block-three {
    margin-bottom: 45px;
}
.service-block-three .inner-box {
    position: relative;
    padding: 0 22px 45px;
    margin-top: 40px;
    background-color: var(--theme-color2);
}
.service-block-three .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}
.service-block-three .inner-box .icon-box {
    margin-bottom: 30px;
}
.service-block-three .inner-box .icon-box:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 17px;
    width: 93px;
    height: 58px;
    background-image: url(../img/icon-small-service.png);
}
.service-block-three .inner-box .icon-box .icon {
    position: relative;
    margin-top: -43px;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 46px;
    line-height: 80px;
    color: var(--theme-color1);
    -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 76px rgba(0, 0, 0, 0.06);
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #dedede;
    margin-left: 2px;
}
.service-block-three .inner-box .icon-box img{
    max-width: 60px;
    object-fit: contain;
}
.service-block-three .inner-box .count {
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d3d3d6;
}
.service-block-three .inner-box .title {
    position: relative;
    margin-bottom: 40px;
}
.service-block-three .inner-box .title::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 81px;
    height: 6px;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.small-services .slogan-info{
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    line-height: 1.2em;
    letter-spacing: .18px;
    margin-bottom: 0;
    display: block;
}
.small-services h2{
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
    position: relative;
    margin-bottom: 40px;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: var(--sec-title-subtitle-color);
    border: 3px solid #eee9e3;
    letter-spacing: .2em;
    top: -5px;
    margin-bottom: 9px;
    margin-top: 7px;
    padding: 2px 24px;
    text-align: center;
    text-transform: uppercase;
}
.sec-title .sub-title::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 19px;
    height: 14px;
    background-image: url(../img/subtitle-before.png);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Big services */
.about-section {
    position: relative;
    padding: 120px 0 0;
}
.about-section .icon-plane-2 {
    position: absolute;
    bottom: 390px;
    right: 120px;
}
.about-section .outer-box {
    position: relative;
    background-color: var(--theme-color-light);
    z-index: 1;
}
.about-section .outer-box::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 542px;
    height: 267px;
    background-image: url(../img/home.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    content: "";
    opacity: 0.5;
}
.about-section .image-column .inner-column {
    position: relative;
    height: 100%;
}
.about-section .image-column .inner-column .image-box {
    position: relative;
    display: block;
    height: 100%;
}
.about-section .image-column .inner-column .image-box .image {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    overflow: visible;
    height: 100%;
    max-width: 484px;
    width: 100%;
}
.about-section:nth-of-type(odd) .image-column .inner-column .image-box .image::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 28px;
    height: 523px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--theme-color1);
}
.about-section:nth-of-type(even) .image-column .inner-column .image-box .image::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 50%;
    width: 28px;
    height: 523px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--theme-color1);
}
.about-section .image-column .inner-column .image-box .image img {
    width: 100%;
}
.about-section .content-column .inner-column:nth-of-type(even) {
    position: relative;
    padding-right: 80px;
    margin-left: -48px;
}
.about-section .content-column .inner-column .sec-title {
    margin-bottom: 37px;
    margin-right: -10px;
}
.about-section .content-column .inner-column .sec-title .text {
    margin-top: 30px;
}
.about-block-three:last-child .inner-box {
    border-bottom: none;
}
.about-block-three .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 48px;
    margin-bottom: 50px;
}
.about-block-three .inner-box:hover .icon {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.about-block-three .inner-box .icon {
    position: relative;
    width: 72px;
    height: 72px;
    margin-top: 3px;
    font-size: 33px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: 25px;
}
.about-block-three .inner-box .content {
    margin-left: 0px;
}
.about-block-three .inner-box .content .title {
    margin-bottom: 10px;
    color: #051016;
    font-weight: bold;
}
.about-block-three .inner-box .content .text {
    color: #7a7a7a;
    margin-right: -11px;
}
.about-block-three img{
    width: 40px;
    height: auto;
}
.image-home-service img{
    height: 100%;
    object-fit: cover;
}


/* Team section */
.team-section {
    position: relative;
    padding: 40px 0 40px;
    background-color: #fafaf9;
}
.team-section .float-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 767.98px) {
    .team-section .float-image {
        display: none;
    }
}
.team-block {
    position: relative;
    margin-bottom: 50px;
}
.team-block .inner-box {
    position: relative;
}
.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.team-block .inner-box:hover .info-box:before {
    width: 100%;
}
.team-block .inner-box:hover .info-box:after {
    background-color: var(--theme-color-dark);
}
.team-block .inner-box:hover .info-box .name,
.team-block .inner-box:hover .info-box .designation {
    color: var(--theme-color-light);
}
.team-block .inner-box:hover .info-box .share-icon {
    background-color: var(--theme-color-light);
}
.team-block .image-box {
    position: relative;
}
.team-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
}
.team-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    object-fit: cover;
    min-height: 380px;
    max-height: 380px;
}
.team-block .info-box {
    position: relative;
    padding: 19px 30px;
    padding-right: 100px;
    background-color: var(--theme-color-light);
    max-width: 322px;
    margin: 0 auto;
    margin-top: -35px;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    z-index: 2;
}
@media (max-width: 767.98px) {
    .team-block .info-box {
        max-width: 100%;
        margin-top: 0;
    }
}
.team-block .info-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .info-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 50%;
    width: 9px;
    height: 45px;
    background-color: var(--theme-color1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .info-box .name {
    position: relative;
    line-height: 1em;
    margin-bottom: 3px;
}
.team-block .info-box .name:hover {
    color: var(--theme-color1);
}
.team-block .info-box .designation {
    position: relative;
    color: #7a7a7a;
    font-size: 16px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .share-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    border-radius: 10px;
    color: var(--theme-color-dark);
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
}
.team-block .social-links {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.team-block .social-links a {
    position: relative;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    background-color: var(--theme-color-light);
    margin-top: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .social-links a:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}
.team-block .share-icon .font-awesome{
    width: 20px;
    height: 20px;
    fill: var(--blue);
}
.team-block .social-links a .font-awesome{
    width: 20px;
    height: 20px;
    fill: var(--blue);
}
.team-block .social-links a:hover .font-awesome{
    width: 20px;
    height: 20px;
    fill: var(--white);
}
.default-dots .owl-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.default-dots .owl-dots .owl-dot {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d7d7d7
}

@media (max-width: 575.98px) {
    .default-dots .owl-dots .owl-dot {
        width:20px
    }
}

.default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1)
}
.custom-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.custom-navs .owl-nav .owl-next,.custom-navs .owl-nav .owl-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 87px;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.custom-navs .owl-nav .owl-next:before,.custom-navs .owl-nav .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: var(--theme-color1);
    opacity: .1;
    content: "";
    border-radius: 50px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.custom-navs .owl-nav .owl-next:hover,.custom-navs .owl-nav .owl-prev:hover {
    padding: 0 17px
}
.custom-navs .owl-nav .owl-next:hover:before,.custom-navs .owl-nav .owl-prev:hover:before {
    width: 100%
}
.custom-navs .owl-nav .owl-next {
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.custom-navs .owl-nav .owl-next:before {
    left: auto;
    right: 0
}
.disable-navs .owl-nav {
    display: none
}
.owl-theme .owl-dots .owl-dot span{
    display: none!important;
}

/* Testimonial section */
.testimonial-section {
    position: relative;
    padding: 40px 0 40px;
}
.testimonial-section .bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f3f4f7), color-stop(#f3f4f7), color-stop(#f3f4f7), to(transparent));
    background: linear-gradient(to right, #f3f4f7, #f3f4f7, #f3f4f7, transparent);
    content: "";
}
.testimonial-section .sec-title .sub-title {
    border-color: #d7d7d7;
}
.testimonial-section .default-dots .owl-dots .owl-dot {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    background-color: #f3f4f7;
    border: 1px solid #d7d7d7;
}
@media (max-width: 575.98px) {
    .testimonial-section .default-dots .owl-dots .owl-dot {
        width: 20px;
    }
}
.testimonial-section .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}
.testimonial-section.style-two {
    background-image: url(../img/footer-pattern.webp);
    /*background-size: cover;*/
    background-color:#fafbf8;
    background-repeat: repeat;
}
.testimonial-section.style-two .icon-dotted-map-2 {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial-section.style-two .bg-shape {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 3;
    width: 320px;
    height: 320px;
    /*background-image: url(../images/resource/float-img-2.png);*/
    background-size: cover;
    pointer-events: none;
}
@media (max-width: 1199.98px) {
    .testimonial-section.style-two .bg-shape {
        display: none;
    }
}
.testimonial-section.style-two .testimonial-block .inner-box {
    background-color: var(--theme-color-light);
    border: 1px solid #f3f4f7;
}
.testimonial-section.style-two .testimonial-block .inner-box:before {
    background-color: var(--theme-color-light);
}
.testimonial-block {
    position: relative;
    margin-bottom: 25px;
}
.testimonial-block .inner-box {
    position: relative;
    margin-top: 80px;
    padding: 0 40px 45px;
    background-color: var(--theme-color-light);
    text-align: center;
}
.testimonial-block .inner-box:before {
    background-color: var(--theme-color-light);
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}
.testimonial-block .inner-box:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial-block .inner-box .thumb {
    position: relative;
    margin-top: -80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    border: 6px solid var(--theme-color1);
    margin-bottom: 10px;
    text-align: center;
}
.testimonial-block .inner-box .thumb img {
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    max-height: 132px;
    max-width: 132px;
    height: 132px;
    width: 132px;
}
.testimonial-block .inner-box .reason {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
}
.testimonial-block .inner-box .rating {
    font-size: 12px;
    color: #f9b524;
    margin-bottom: 3px;
}
.testimonial-block .inner-box .rating i {
    margin-right: 5px;
}
.testimonial-block .inner-box .text {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}
.testimonial-block .inner-box .info-box .name {
    color: var(--theme-color-dark);
    margin-bottom: 3px;
    font-size: 18px;
    letter-spacing: -0.01em;
}
.testimonial-block .inner-box .info-box .designation {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--theme-color1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .inner-box .icon-quote-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    opacity: 0.5;
}
.testimonial-section-two {
    position: relative;
    padding: 40px 0;
}
.testimonial-section-two .default-dots .owl-dots .owl-dot {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #d7d7d7;
}
@media (max-width: 575.98px) {
    .testimonial-section-two .default-dots .owl-dots .owl-dot {
        width: 20px;
    }
}
.testimonial-section-two .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}
.testimonial-block-two {
    position: relative;
    margin-bottom: 45px;
}
.testimonial-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.testimonial-block-two .inner-box:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial-block-two .image-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.testimonial-block-two .image-box .thumb {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
}
.testimonial-block-two .image-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block-two .image-box .icon-quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: var(--theme-color1);
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .image-box .icon-quote {
        height: 50px;
        width: 50px;
        background-size: 34px;
    }
}
.testimonial-block-two .content-box {
    background-color: #13222d;
    padding: 35px 43px 25px;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .content-box {
        padding: 20px;
    }
}
.testimonial-block-two .content-box .reason {
    display: block;
    color: var(--theme-color-light);
    font-size: 18px;
    margin-bottom: 0;
}
.testimonial-block-two .content-box .rating {
    font-size: 12px;
    color: #f9b524;
}
.testimonial-block-two .content-box .rating i {
    margin-right: 5px;
}
.testimonial-block-two .content-box .text {
    position: relative;
    color: var(--theme-color-light);
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.testimonial-block-two .content-box .name {
    color: var(--theme-color-light);
    margin-bottom: 3px;
    font-size: 18px;
    letter-spacing: -0.01em;
}
.testimonial-block-two .content-box .designation {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--theme-color1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/* faq section */
.faq-section {
    position: relative;
    padding: 10px 0 54px;
}
.faq-section::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 481px;
    height: 598px;
    content: "";
    opacity: 0.72;
    pointer-events: none;
}
.faq-section .faq-column {
    margin-bottom: 50px;
}
.faq-section .faq-column .inner-column {
    position: relative;
    padding: 38px 0 44px 40px;
}
@media (max-width: 575.98px) {
    .faq-section .faq-column .inner-column {
        padding: 0;
    }
}
.faq-section .faq-column .inner-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 315px;
    height: 100%;
    border-top: 5px solid var(--theme-color2);
    border-bottom: 5px solid var(--theme-color2);
    border-left: 5px solid var(--theme-color2);
}
@media (max-width: 575.98px) {
    .faq-section .faq-column .inner-column:before {
        display: none;
    }
}
.faq-section .faq-column .inner-column .sec-title {
    margin-bottom: 10px;
}
.faq-section .faq-column .inner-column .sec-title .sub-title {
    margin-bottom: 5px;
}
.faq-section .faq-column .accordion-box {
    max-width: 510px;
}
.faq-section .image-column {
    margin-bottom: 50px;
}
.faq-section .image-column .inner-column {
    margin-top: -20px;
    padding-left: 30px;
}
@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column {
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .faq-section .image-column .inner-column {
        margin-bottom: 40px;
    }
}
.faq-section .image-column .inner-column .image-box {
    position: relative;
}
.faq-section .image-column .inner-column .image-box .rating-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 229px;
    height: 100px;
    border: 3px solid var(--theme-color1);
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transform: translate(-50%, 200px);
    transform: translate(-50%, 200px);
}
@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .image-box .rating-box {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        margin-top: 30px;
    }
}
.faq-section .image-column .inner-column .image-box .rating-box .icon {
    position: absolute;
    width: 51px;
    height: 51px;
    line-height: 51px;
    border-radius: 50%;
    background: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 24px;
    text-align: center;
    -webkit-transform: translate(-30px, -31px);
    transform: translate(-30px, -31px);
}
.faq-section .image-column .inner-column .image-box .rating-box .rating {
    padding-top: 18px;
}
.faq-section .image-column .inner-column .image-box .rating-box .rating li {
    display: inline-block;
    color: #f9b524;
    font-size: 12px;
    margin: 0 2px;
}
.faq-section .image-column .inner-column .image-box .rating-box .reviews {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    background-color: var(--theme-color-light);
    border-bottom: 1px solid #e1e1e1;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 17.6px;
    line-height: 1.4;
    color: var(--theme-color-dark);
    font-weight: 700;
    font-family: var(--title-font);
    cursor: pointer;
    padding: 25px 20px 25px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion-box .block .acc-btn .icon {
    position: absolute;
    top: 15px;
    left: 0;
    line-height: 28px;
    color: var(--theme-color1);
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion-box .block .acc-btn .arrow {
    position: absolute;
    right: 15px;
    top: -1px;
    font-size: 14px;
    line-height: 79px;
    font-weight: 800;
    color: var(--theme-color-dark);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion-box .block .acc-btn.active {
    color: var(--theme-color1);
}
.accordion-box .block .acc-btn.active .arrow {
    font-size: 14px;
    color: var(--theme-color-dark);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-box .block .acc-btn.active .arrow:before {
    content: "\f106";
}
.accordion-box .block .acc-btn.active .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content .content {
    position: relative;
    padding: 0px 30px 17px 0;
}
.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box.style-two .block {
    position: relative;
    border: none;
    width: 100%;
    padding: 7px 17px 10px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    background-color: var(--theme-color-light);
}
.accordion-item{
    list-style: none;
}
.accordion-button {
    font-size: 17.6px!important;
    font-weight: bold!important;
    font-family: var(--title-font)!important;
    color: var(--blue);
    padding: 15px 20px 15px 0!important;
    box-shadow:none !important;
    outline: 0!important;
}
.accordion-button:not(.collapsed){
    background: none!important;
    box-shadow: none!important;
    color: var(--orange);
    outline: 0!important;
}
@media (max-width: 991.98px) {
    .accordion-box.style-two .block {
        padding: 7px 10px 10px;
    }
}
.accordion-box.style-two .block .acc-btn {
    padding-left: 92px;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .accordion-box.style-two .block .acc-btn {
        padding-left: 70px;
    }
}
.accordion-box.style-two .block .arrow {
    right: 4px;
    line-height: 58px;
}
.accordion-box.style-two .block .content {
    padding: 10px 0 10px;
}
.accordion-box.style-two .block .content .text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #7a7a7a;
}
@media (max-width: 991.98px) {
    .accordion-box.style-two .block .content .text {
        line-height: 24px;
        margin-top: 5px;
    }
}
.accordion-box.style-two .block .acc-btn.active {
    color: var(--theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .arrow,
.accordion-box.style-two .block .acc-btn.active .icon {
    color: var(--theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}
.accordion-box.style-two .count {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    color: #a6a6a6;
    background-color: #f2f3f6;
    text-align: center;
}
@media (max-width: 575.98px) {
    .accordion-box.style-two .count {
        top: 5px;
    }
}
.faqs-section .accordion-box.style-two .count {
    top: 10px;
}

/***

====================================================================
    FAQ's Section Two
====================================================================

***/
.faq-section-two {
    position: relative;
    padding: 120px 0 70px;
}
.faq-section-two .float-image {
    position: absolute;
    bottom: -35px;
    right: -72px;
    z-index: 1;
    max-width: 461px;
}
@media (max-width: 1199.98px) {
    .faq-section-two .float-image {
        opacity: 0.3;
    }
}
.faq-section-two .outer-box {
    position: relative;
    z-index: 1;
}
.faq-section-two .faq-column {
    margin-bottom: 50px;
}
.faq-section-two .faq-column .inner-column {
    padding-left: 35px;
    padding-right: 75px;
}
@media (max-width: 1399.98px) {
    .faq-section-two .faq-column .inner-column {
        padding-left: 0;
        padding-right: 0;
    }
}
.faq-section-two .faq-column .inner-column .sec-title {
    margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
    .faq-section-two .faq-column .inner-column .sec-title {
        margin-bottom: 20px;
    }
}
.faq-section-two .faq-column .inner-column .acc-btn {
    padding: 15px 20px 15px 75px;
}
.faq-section-two .faq-column .inner-column .text {
    font-size: 16px;
    letter-spacing: -0.01em;
}
.faq-section-two .form-column {
    position: relative;
}
.faq-section-two .form-column .bg-image {
    left: -375px;
}
.faq-section-two .form-column .bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color2);
    opacity: 0.9;
}
.faq-section-two .form-column .contact-form-two {
    padding: 56px 45px 60px;
    margin-bottom: -1px;
}
@media (max-width: 767.98px) {
    .faq-section-two .form-column .contact-form-two {
        padding: 40px 30px 20px;
    }
}
.faq-section-two .form-column .contact-form-two .title {
    font-size: 36px;
    letter-spacing: -0.01em;
}
.faq-section-two .form-column .contact-form-two textarea {
    height: auto;
    max-height: 131px;
}
.faq-section-two .form-column .contact-form-two .row {
    margin: 0 -15px;
}
.faq-section-two .form-column .contact-form-two .row > div {
    padding: 0 15px;
}
.faq-section-two.style-two {
    background-color: #0f1b24;
    background-image: url(../img/footer-pattern.webp);
}
.faq-section-two.style-two:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(29%, rgba(0, 0, 0, 0.7490196078)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.7490196078) 29%);
    opacity: 0.52;
}
.faq-section-two.style-two .contact-form-two {
    padding: 48px 45px 60px;
}
@media (max-width: 575.98px) {
    .faq-section-two.style-two .contact-form-two {
        padding: 40px 30px 30px;
    }
}
.faq-section-two.style-two .form-column .contact-form-two .title {
    font-size: 28px;
    margin-bottom: 29px;
}
.faq-section-two.style-two .faq-column .inner-column {
    margin-left: 70px;
    padding-right: 0;
    padding-left: 0;
}
@media (max-width: 1199.98px) {
    .faq-section-two.style-two .faq-column .inner-column {
        margin-left: 0;
    }
}
.faq-section-two.style-two .faq-column .inner-column .sec-title {
    margin-bottom: 50px;
}
.faq-section-two.style-two .faq-column .inner-column .sec-title .sub-title {
    border-color: rgba(255, 255, 255, 0.2);
}
.faq-section-two.style-two .faq-column .inner-column .acc-btn {
    padding: 15px 20px 15px 0px;
}
.contact-form-two {
    position: relative;
    background-color: var(--theme-color1);
    overflow: hidden;
    padding: 56px 40px 90px;
}

@media (max-width: 1199.98px) {
    .contact-form-two {
        padding: 50px 20px;
    }
}
.contact-form-two .title {
    color: var(--theme-color-light);
    margin-bottom: 45px;
    text-align: center;
}
.contact-form-two .form-group {
    position: relative;
    margin-bottom: 30px;
}
.contact-form-two .form-group:last-child {
    margin-bottom: 0;
}
.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type=submit]),
.contact-form-two textarea,
.contact-form-two select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 20px 20px;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--theme-color-light);
    border: 1px solid transparent;
    border-radius: 7px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form-two ::-webkit-input-placeholder {
    color: #393939;
}
.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
    border-color: var(--theme-color-dark);
}
.contact-form-two .theme-btn {
    background-color: var(--theme-color-dark);
    width: 100%;
}
.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    padding: 17px 26px;
    font-weight: 700;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border-radius: 7px;
    text-transform: uppercase;
}
.btn-style-one i {
    position: relative;
    display: block;
    margin-left: 10px;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color2);
    border-radius: 7px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.btn-style-one:hover {
    color: #000000;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-one.dark-bg {
    background-color: var(--theme-color-dark);
}
.btn-style-one.dark-bg:hover {
    color: var(--theme-color-light);
}
.btn-style-one.dark-bg::before {
    background-color: var(--theme-color1);
}
.btn-style-one.light-bg {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark);
}
.btn-style-one.light-bg:hover {
    color: var(--theme-color-light);
}
.btn-style-one.light-bg::before {
    background-color: var(--theme-color-dark);
}
.btn-style-one.hover-light:hover {
    color: var(--theme-color2);
}
.btn-style-one.hover-light:before {
    background-color: var(--theme-color-light);
}
.btn-style-one.hover-dark:hover {
    color: var(--theme-color-light);
}
.btn-style-one.hover-dark:before {
    background-color: var(--theme-color-dark);
}

/* news */
.news-section {
    position: relative;
    padding: 40px 0 40px;
    z-index: 3;
}
.news-section .icon-plane-4 {
    position: absolute;
    top: 105px;
    right: 30px;
}
.news-section .icon-city-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.news-section .row {
    margin: 0 -15px;
}
.news-section .row > div {
    padding: 0 15px;
}
.news-block {
    margin-bottom: 30px;
}
.news-block .title, .news-block .title a{
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
    color: var(--headings-color);
    font-family: var(--title-font);
    display: block;
}
.news-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box:hover .content-box {
    border-color: var(--theme-color1);
}
.news-block .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.news-block .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.news-block .image-box {
    position: relative;
}
.news-block .image-box .image { max-height: 300px; height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.news-block .image-box .image img {
    position: relative;
    width: 100%;
    /* max height 100% of width */
    height: auto;

    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-block .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.news-block .image-box .date {
    position: absolute;
    left: 30px;
    bottom: -22px;
    width: 72px;
    display: block;
    z-index: 3;
}
.news-block .image-box .date strong {
    position: relative;
    display: block;
    width: 72px;
    font-size: 30px;
    font-weight: 700;
    padding: 4px 0;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center;
}
.news-block .image-box .date span {
    position: relative;
    display: block;
    width: 72px;
    font-size: 12px;
    line-height: 1.8em;
    font-family: var(--text-font);
    color: #393939;
    background-color: #f3f4f7;
    text-align: center;
}
.news-block .content-box {
    position: relative;
    padding: 15px 27px 30px;
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 575.98px) {
    .news-block .content-box {
        padding: 17px 20px 20px;
    }
}
.news-block .content-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}
@media (max-width: 575.98px) {
    .news-block .content-box .post-meta {
        padding-bottom: 10px;
    }
}
.news-block .content-box .post-meta li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #7a7a7a;
    margin-right: 32px;
}
.news-block .content-box .post-meta li:last-child {
    margin-right: 0;
}
.news-block .content-box .post-meta li:last-child:before {
    display: none;
}
.news-block .content-box .post-meta li:before {
    content: "";
    position: absolute;
    top: 6px;
    right: -16px;
    width: 1px;
    height: 16px;
    background-color: #ebebeb;
}
.news-block .content-box .post-meta li i {
    font-size: 12px;
    color: var(--theme-color1);
    margin-right: 10px;
}
.news-block .content-box .title {
    margin-bottom: 15px;
}
@media (max-width: 575.98px) {
    .news-block .content-box .title {
        font-size: 20px;
    }
}
.news-block .content-box .title:hover {
    color: var(--theme-color1);
}
.news-block .content-box .text {
    margin-bottom: 30px;
    color: var(--text-color);
}
.news-block .content-box .read-more {
    position: relative;
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}
.news-block .content-box .read-more:hover {
    color: var(--theme-color1);
}
.news-block .content-box .read-more i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    margin-left: 8px;
    font-weight: 300;
    border-radius: 50%;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}


.main-footer {
    position: relative;
    background-color: var(--theme-color-dark);
    padding: 78px 0 0;
}

.main-footer .widgets-section {
    position: relative;
    padding: 90px 0 35px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    color: var(--theme-color-light);
    font-weight: 700;
    margin-bottom: 20px;
}

.main-footer .about-widget .logo {
    margin-bottom: 30px;
}

.main-footer .about-widget .logo img {
    max-width: 210px;
}

.main-footer .about-widget .text {
    color: #ccc;
}

.footer-top {
    position: relative;
}

.footer-top .outer-box {
    position: relative;
}

.footer-top .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color1);
    opacity: 0.9;
}

/*=== User LInks ===*/
.user-links {
    position: relative;
}

.user-links li {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-bottom: 7px;
    list-style: none;
}
.user-links .font-awesome{
    fill: var(--orange);
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-top;
}

.user-links li i {
    color: var(--theme-color1);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}

.user-links li a {
    color: #ccc;
    position: relative;
    display: inline-block;
    color: inherit;
    padding: 0 0 0 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: var(--theme-color-light);
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover:before {
    width: 100%;
}

.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-links.two-column li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-right: 15px;
}

.contact-list-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 78px;
}

.contact-list-two li {
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 90px;
    font-weight: 500;
}

.contact-list-two li:hover i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contact-list-two li i {
    position: absolute;
    top: -5px;
    left: 0;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 5px;
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
    font-size: 28px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-two li:last-child {
    margin-bottom: 0;
}

.contact-list-two li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-two li a:hover {
    text-decoration: underline;
}

.contact-list-two li .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
}

.contact-list-two li span {
    font-weight: 400;
}

.contact-list-two.light .text,
.contact-list-two.light li,
.contact-list-two.light a {
    color: var(--theme-color-light);
}

.contact-list-two.light a:hover {
    text-decoration: underline;
}
.newsletter-form {
    position: relative;
}

.newsletter-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.newsletter-form .form-group input[type=text],
.newsletter-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 64px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #000000;
    padding: 15px 40px;
    background-color: #FFFFFF;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form .form-group input[type=text]::-webkit-input-placeholder, .newsletter-form .form-group input[type=email]::-webkit-input-placeholder {
    color: #707070;
}

.newsletter-form .form-group input[type=text]::-moz-placeholder, .newsletter-form .form-group input[type=email]::-moz-placeholder {
    color: #707070;
}

.newsletter-form .form-group input[type=text]:-ms-input-placeholder, .newsletter-form .form-group input[type=email]:-ms-input-placeholder {
    color: #707070;
}

.newsletter-form .form-group input[type=text]::-ms-input-placeholder, .newsletter-form .form-group input[type=email]::-ms-input-placeholder {
    color: #707070;
}

.newsletter-form .form-group input[type=text]::placeholder,
.newsletter-form .form-group input[type=email]::placeholder {
    color: #707070;
}

.newsletter-form .form-group .theme-btn {
    margin-top: 10px;
    padding: 6px 95px;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    border-radius: 0;
    width: 100%;
}

.newsletter-form .form-group .theme-btn:before {
    border-radius: 0;
}

.newsletter-form .form-group .theme-btn:hover {
    color: var(--theme-color-dark);
}

.newsletter-form .form-group .icon {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: var(--body-font-size);
    line-height: 1em;
    color: var(--theme-color-dark);
    z-index: 3;
}

/*=== Footer Bottom ===*/
.footer-bottom {
    position: relative;
    width: 100%;
}

.footer-bottom .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .footer-bottom .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.footer-bottom .copyright-text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--text-font);
    color: #c4c5c7;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: -0.025em;
}

@media (max-width: 767.98px) {
    .footer-bottom .copyright-text {
        margin-bottom: 20px;
    }
}

.footer-bottom .copyright-text a {
    color: inherit;
}

.footer-bottom .copyright-text a:hover {
    color: var(--theme-color-light);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer .icon-plane-6 {
    position: absolute;
    bottom: 70px;
    left: -48px;
}

@media (max-width: 1399.98px) {
    .main-footer .icon-plane-6 {
        opacity: 0.2;
    }
}

.main-footer .icon-bus-2 {
    position: absolute;
    top: 240px;
    right: -55px;
}

@media (max-width: 1399.98px) {
    .main-footer .icon-bus-2 {
        opacity: 0.2;
    }
}

@media (max-width: 991.98px) {
    .main-footer .footer-top .contact-list-two {
        padding: 50px 20px;
    }
}

@media (max-width: 767.98px) {
    .main-footer .footer-top .contact-list-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .main-footer .footer-top .contact-list-two {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .main-footer .footer-top .contact-list-two li {
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .main-footer .footer-top .contact-list-two li {
        padding-left: 0;
    }
}

.main-footer .footer-top .contact-list-two li:last-child {
    padding-bottom: 0;
}

@media (max-width: 575.98px) {
    .main-footer .footer-top .contact-list-two li .icon {
        position: relative;
        top: 0;
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 24px;
        margin: 0 auto 15px;
    }
}

.main-footer .widgets-section .about-widget {
    padding-right: 70px;
}

@media (max-width: 1199.98px) {
    .main-footer .widgets-section .about-widget {
        padding-right: 0;
    }
}

.main-footer .widgets-section .newsletter-widget {
    padding-left: 50px;
    padding-right: 0;
}

@media (max-width: 1199.98px) {
    .main-footer .widgets-section .newsletter-widget {
        padding: 0;
    }
}

.main-footer .widgets-section .newsletter-widget .text {
    color: #ccc;
    margin-bottom: 25px;
}

.footer-style-one {
    padding: 120px 0 0;
}

.footer-style-one .bg-shape {
    background-image: url(../img/footer-pattern.webp);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
}

.footer-style-one .about-widget .theme-btn {
    font-size: 12px;
    font-weight: 600;
    margin-top: 25px;
    padding: 16px 38.4px;
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: var(--title-font);
}

.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsletter-form .form-group .theme-btn {
    border-radius: 0;
    border: 0;
}
.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-icon-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}
.social-icon-two li:first-child {
    margin-left: 0;
}
.social-icon-two li a {
    position: relative;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-icon-two li a i {
    position: relative;
}
.social-icon-two li a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px;
}
.social-icon-two li a:hover {
    color: #fff;
}
.social-icon-two li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.social-icon-two .font-awesome{
    fill: var(--white)!important;
    width: 16px;
    height: 16px;
    position: relative;
}
.social-icon-two li a:hover .font-awesome{
    fill: var(--white)!important;
    width: 16px;
    height: 16px;
}
.wpcf7-not-valid-tip{
    color: var(--blue)!important;
    font-size:200%!important;
}
.wpcf7-response-output{
    border: 0!important;
    color: var(--blue)!important;
    font-size:200%!important;
}

/* Move admin bar to the bottom */
body.admin-bar {
    margin-top: 0;
    margin-bottom: 32px;
}

#wpadminbar {
    top: auto !important;
    bottom: 0 !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-bottom: 46px;
    }
    #wpadminbar {
        bottom: 0;
        top: auto!important;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed!important;
    }
}

.ti-review-text-container{
    font-size: 16px!important;
    color: var(--text-color)!important;
}
.auto-container .ti-widget.ti-goog .ti-review-header .ti-profile-img{
    position: relative;
    margin-top: -100px!important;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    border: 6px solid var(--theme-color1);
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
    height: 100px;
}
.ti-widget.ti-goog.ti-content-align-center .ti-review-header .ti-profile-img img{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    max-height:100%!important;
}
.ti-widget.ti-goog.ti-content-align-center:not(.ti-no-profile-img) .ti-review-header:after {
    display:none
}
.auto-container .ti-widget.ti-goog .ti-reviews-container-wrapper{
    padding-top: 120px!important;
}
/*.auto-container .ti-widget.ti-goog .ti-review-item{*/
/*    width: 33%!important;*/
/*    max-width: 33%!important;*/
/*    flex: 0 0 25%*/
/*}*/
.auto-container .ti-read-more-active{
    color: var(--orange)!important;
    opacity: 1!important;
    font-size:15px!important;
}
.auto-container .ti-widget.ti-goog .ti-review-item>.ti-inner{
    background-color: var(--pure-white)!important;
}
.auto-container .ti-widget.ti-goog .ti-review-item>.ti-inner:before {
    background-color: var(--theme-color-light);
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}

.auto-container .ti-name {
    color: var(--theme-color-dark)!important;
    margin-bottom: 3px!important;
    font-size: 18px!important;
    letter-spacing: -.01em!important;
}
.auto-container .ti-widget.ti-goog .ti-review-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    font-size: 15px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding: 0 10px;
    min-height: 150px;
}

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__left h1{
    font-size: 2em;
}
.blog-details__left h2{
    font-size: 1.5em;
}
.blog-details__left h3{
    font-size: 1.3em;
}
.service-area-title{
    font-size: 18px;
}
.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
    max-height: 400px;
    object-fit: cover;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li + li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--theme-color1);
}

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    text-decoration: none;
}

.blog-details__tags a + a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--theme-color1);
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a + a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.blog-details__pagenation li + li {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color2);
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--headings-color);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
    color: var(--headings-color);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: var(--headings-color);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li + li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image > img, .sidebar__post .sidebar__post-list .sidebar__post-image > a > img  {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li + li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: var(--theme-color-light);
    background: var(--theme-color1);
}

.sidebar__tags-list a + a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--theme-color1);
}

.sidebar__comments-list li + li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: var(--theme-color-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: #0e2207;
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--theme-color1);
    border-radius: 15px;
    overflow: hidden;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color2);
    color: var(--headings-color);
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}
.blog-details__social-list a .font-awesome{
    fill: black!important;
    width: 16px;
    height: 16px;
    position: relative;
}
.blog-details__social-list a:hover .font-awesome{
    fill: var(--orange)!important;
    width: 16px;
    height: 16px;
    position: relative;
}
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover, .service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i, .service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li + li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    color: var(--headings-color);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    border-radius: 15px;
    padding: 19px 40px;
}

.sidebar-service-list li a:hover {
    color: var(--theme-color1);
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color1);
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--theme-color1);
    border-radius: 15px;
    overflow: hidden;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color2);
    color: var(--headings-color);
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}
.sidebar-service-list li{
    list-style: none;
}
.sidebar-service-list li a.current{
    color: var(--orange)!important;
}
.service-inside-img{
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.contact-list-two li{
    list-style: none;
    position: relative;
}
.contact-list-two li .icon svg{
    stroke: var(--orange);
    width: 30px;
    height: 30px;
    position: relative;
}
.service-areas-wrapper img{
    max-width: 100%;
    height: 235px;
    object-fit: cover;
}
.service-areas-wrapper h3{
    font-weight: bold;
    font-size: 18px;
    background: white;
    display: flex;
    max-width: calc(100% - 40px);
    overflow: hidden;
    position: relative;
    margin-top: -85px;
    padding: 20px 0;
}
h3.service-area-title{
    margin-top: -35px!important;
}
