 
/* Module Css */
@import url('module-css/header-ar.css');
@import url('module-css/footer.css');
@import url('module-css/services.css');
@import url('module-css/about-ar.css');
@import url('module-css/banner-ar.css');
@import url('module-css/blog.css');
@import url('module-css/breadcrumb.css');
@import url('module-css/contact.css');
@import url('module-css/fact-counter.css');
@import url('module-css/partner.css');
@import url('module-css/testimonial.css');
 
/*=============================
	1. Variable CSS
===============================*/
:root {
    --thm-body-font: "Almarai", Roboto, sans-serif;
    --thm-heading-font: "Almarai", Roboto, sans-serif;
    --thm-primary: #FFD550;
    --thm-primary-rgb: 255, 213, 80;
    --thm-secondary: #27a3e0;
    --thm-secondary-rgb: 24, 98, 101;
    --thm-body-font-color: #676565;
    --thm-paragraph-color: #504e4e;
    --thm-body-font-size: 17.4px;
    --thm-body-font-weight: 400;
    --thm-heading-font-color: #0D4250;
    --thm-heading-font-weight: 700;
    --thm-body-background: #ffffff;
    --thm-bg-one: #0D4250;
    --thm-bg-two: #186265;
    --thm-white: #ffffff;
    --thm-black: #0D4250;
    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #ffc107;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
}

body {
    font-family: var(--thm-body-font);
    font-weight: var(--thm-body-font-weight);
    font-size: var(--thm-body-font-size);
    line-height: 28px;
    color: var(--thm-body-font-color);
    font-style: normal;
}

p {
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    line-height: 30px;
    color: var(--thm-paragraph-color);
    margin-bottom: 0;
}


ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: var(--thm-primary-color);
    text-decoration: none;
}

a,
button {
    color: var(--thm-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-heading-font);
    color: var(--thm-heading-font-color);
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: var(--thm-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*== Swiper Nav Style1 Css ======*/
.swiper-nav-style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 162px;
    left: 0;
    right: 0;
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px 0px;
    margin: 0 auto;
    height: 40px;
}

.swiper-nav-style1 .swiper-button-next,
.swiper-nav-style1 .swiper-button-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 30px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 400;
    border: 1px solid var(--thm-white);
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-nav-style1 .swiper-button-next {
    margin-left: 10px;
}

.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
    font-weight: 400;
}

.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
    color: #ffffff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper-nav-style1 .swiper-button-next::after,
.swiper-nav-style1 .swiper-button-prev::after {
    display: none;
}

/*=============================
	Sec Title CSS
===============================*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 58px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.sec-title .sub-title h5 {
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-title .sub-title h5 span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    top: 1px;
    padding-right: 2px;
}

.sec-title h2 {
    color: var(--thm-heading-font-color);
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}


/*=============================
	Sec Title Two CSS
===============================*/
.sec-title-two {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 25px;
    direction: rtl;
}

.sec-title-two .sub-title {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    padding: 8px 30px 8px;
    margin-bottom: 14px;
    z-index: 1;
    border-radius: 15px;
    border-left: 3px solid #355ba7;
}

.sec-title-two .sub-title::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(94deg, #FF5E14 -1.21%, #FFD7A6 116.84%); */
    width: 3px;
    content: "";
    z-index: -1;
}

.sec-title-two .sub-title h5 {
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.sec-title-two h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
}

/*=============================
	Sec Title Three CSS
===============================*/
.sec-title-style3 {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 57px;
}

.sec-title-style3 .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    direction: rtl;
}

.sec-title-style3 .sub-title.center {
    justify-content: center;
}

.sec-title-style3 .sub-title .icon {
    position: relative;
    display: block;
}

.sec-title-style3 .sub-title .icon img {
    width: 30px;
    margin-left: 7px;
}

.sec-title-style3 .sub-title h5 {
    color: var(--thm-black);
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-title-style3 h2 {
    font-size: 37px;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
}

/*=============================
	Thm Btn
===============================*/
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-body-font);
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
    direction: rtl;
}

.thm-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-primary);
    z-index: -1;
}

.thm-btn:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.thm-btn:before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    background: var(--thm-secondary);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
    bottom: 0;
}

.thm-btn:hover:before {
    left: 0px;
    right: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.thm-btn .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    font-weight: 600;
}

.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-white);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.thm-btn i {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-right: 7px;
    font-size: 16px;
    z-index: 1;
}


/*== Owl Nav Style1 Css ======*/
.owl-nav-style1.owl-theme .owl-nav {
    position: relative;
    display: block;
    margin-top: 0;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 700;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
    margin-left: 15px;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev:hover,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--thm-primary-color);
    color: #ffffff;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev span,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.owl-nav-style1.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
}

/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 53px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    margin: 0px 10px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -1px;
    bottom: -5px;
    right: -1px;
    border-radius: 9px;
    background-color: var(--thm-primary-color);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all 900ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}


.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}


.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--thm-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--thm-primary-color);
}

.auto-container {
    position: static;
    max-width: 1320px;
    width: 100%;
    padding: 0px 12px;
    margin: 0 auto;
}

/* Bootstrap 5 */
.container {
    max-width: 1320px;
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    --bs-gutter-x: 24px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 24px;
}

.fix {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
 


/*=============================
	25. Preloader
===============================*/
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.preloader-two .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-two .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}


/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 20px;
    font-size: var(--thm-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--thm-white);
    text-align: center;
    cursor: pointer;
    background: var(--thm-primary);
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--thm-secondary);
}

.custom-container {
    max-width: 1320px;
}

.body-dark-bg {
    background-color: var(--thm-body-background);
}

/***
=============================================
   Rating Box
=============================================
***/
.rating-box {
    position: relative;
    display: block;
}

.rating-box a {
    position: relative;
    color: #fcaf3b;
    font-size: 15px;
    line-height: 15px;
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 26px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: #a0a0a0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border: 1px solid #a0a0a0;
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--thm-body-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-black);
    background: var(--thm-primary);
    border-color: var(--thm-primary);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #a0a0a0;
}

.styled-pagination li a span:before {
    position: relative;
    top: 1px;
    color: #a0a0a0;
    font-size: 17px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--thm-black);
}


/***
=============================================
    xs Sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../img/icon/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .6;
    visibility: visible;
    transition-delay: 0.0s;
    right: 100%;
    background-color: #000000;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #000000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: -150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 600ms ease 800ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid var(--thm-white);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-primary);
    border-color: var(--thm-primary);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-white);
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--thm-body-font-color);
    transition: all 500ms ease;
    outline: none;
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: transparent;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
    position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn button {
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .btn-one {
    position: relative;
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: var(--thm-white);
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: var(--thm-white);
}

.sidebar-contact-info ul li a:hover {
    color: var(--thm-primary);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--thm-white);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-primary);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--thm-black);
}



/*=============================
	Choose Us One Css
===============================*/
.choose-us-one {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    background: var(--thm-body-background);
    z-index: 1;
}

.choose-us-one .row {
    /* --bs-gutter-x: 50px; */
    justify-content: center;
}

.choose-us-one__single {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    margin-bottom: 30px;
    z-index: 1;
}

.choose-us-one__single::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0px;
    right: 0;
    border-radius: 15px;
    background-color: #e9ecef;
    z-index: -1;
}
 

.choose-us-one__single .content-box {
    position: relative;
    display: block;
    padding: 20px 20px 40px;
    padding-right: 35px;
    z-index: 1;
}

.choose-us-one__single .content-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 20px;
    right: 20px;
    background-color: #f8f9fa;
    z-index: -1;
    border-radius: 15px;
}

.choose-us-one__single .content-box .title-box {
    position: relative;
    display: flex;
    align-items: center;
    /* margin-left: -50px; */
    z-index: 2;
}

.choose-us-one__single .content-box .title-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100px;
    height: 90px;
    border-top-left-radius: 4px;
    background-color: rgba(var(--thm-secondary-rgb), 0.06);
}

.choose-us-one__single .content-box .title-box .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.choose-us-one__single:hover .content-box .title-box .icon-box span {
    color: var(--thm-primary);
}

.choose-us-one__single .content-box .title-box .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    border-top-left-radius: 4px;
    background-color: var(--thm-secondary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 1;
}

.choose-us-one__single:hover .content-box .title-box .icon-box::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.choose-us-one__single .content-box .title-box h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    /* margin-left: 45px; */
}

.choose-us-one__single .content-box .title-box h3 a {
    color: var(--thm-heading-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.choose-us-one__single .content-box .title-box h3 a:hover {
    color: var(--thm-primary);
}

.choose-us-one__single .content-box .text-box {
    position: relative;
    display: block;
    padding-top: 8px;
}

.choose-us-one__single .content-box .text-box p {
    font-weight: 500;
}


/*=============================
	Faq One Css
===============================*/
.faq-one {
    position: relative;
    display: block;
    background: #e8f0f8;
    padding: 60px 0px 60px;
    z-index: 1;
}

.faq-one .big-title {
    position: absolute;
    top: 40px;
    left: 30px;
    transform: rotate(180deg) translateX(0%);
    width: max-content;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.faq-one .big-title h2 {
    color: transparent;
    -webkit-text-stroke: 2px rgba(var(--thm-secondary-rgb), 0.4);
    font-size: 110px;
    line-height: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

.faq-one .row {
    align-items: center;
    justify-content: space-between;
}

.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - -47px) / 2);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    z-index: 1;
 }
.faq-one__bg1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - -47px) / 2);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 21% 100%);
    z-index: 1;
}
.faq-one__faq {
    position: relative;
    display: block;
    margin-right: 19px;
}

.faq-one__faq .sec-title {
    padding-bottom: 18px;
}

.faq-one__faq .sec-title h2 {
    color: var(--thm-white);
}


.faq-one__accrodion {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__faq ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.faq-one__accrodion .accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 18px 0px 17px;
    padding-right: 11px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    /* background: #e9ecef; */
}

.faq-one__accrodion .accrodion .accrodion-title h2 {
    position: relative;
    /* color: var(--thm-white); */
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__accrodion .accrodion .accrodion-title h2 span {
    color: var(--thm-primary);
}

.faq-one__accrodion .accrodion .accrodion-title h2::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid var(--thm-primary);
    border-radius: 0%;
    font-family: 'icomoon' !important;
    color: #161313;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
    content: "\e915";
}

.faq-one__accrodion .accrodion.active .accrodion-title h2::before {
    content: "\e914";
    font-family: 'icomoon' !important;
    color: var(--thm-primary);
}

.faq-one__accrodion .accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 0px 0px 16px;
}

.faq-one__accrodion .accrodion.active .accrodion-content {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion .accrodion-content .inner span {
    position: relative;
    display: block;
    color: #A3AC9A;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.faq-one__accrodion .accrodion .accrodion-content .inner p {
    /* color: #EAECE8; */
    font-weight: 500;
    margin: 0;
}

  
 
/*=============================
	Cta Two Css
===============================*/
.cta-two {
    position: relative;
    display: block;
    margin-bottom: -100px;
    z-index: 3;
}

.cta-two__inner {
    position: relative;
    display: block;
    background: var(--thm-primary);
    border-radius: 30px;
    box-shadow: 0px 48px 60px 20px rgba(2, 2, 49, 0.10);
    padding: 57px 110px 53px;
    overflow: hidden;
    z-index: 1;
    background-image: linear-gradient(to right, #355ba7, #23468a);
    direction: rtl;
}

.cta-two__inner .shape1 {
    position: absolute;
    top: 15px;
    left: -75px;
    z-index: -1;
    opacity: .2;
}

.cta-two__inner .shape2 {
    position: absolute;
    top: -30px;
    right: -65px;
    z-index: -1;
}

.cta-two__inner .shape3 {
    position: absolute;
    left: 410px;
    bottom: 45px;
    z-index: -1;
}

.cta-two__inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-two__inner-box .title-box {
    position: relative;
    display: block;
}

.cta-two__inner-box .title-box p {
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cta-two__inner-box .title-box h2 {
    color: var(--thm-white);
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
    text-transform: capitalize;
    width: 500px;
}

.cta-two__inner-box .btn-box {
    position: relative;
    display: block;
}

.cta-two__inner-box .btn-box .thm-btn:hover {
    color: var(--thm-white);
}

.cta-two__inner-box .btn-box .thm-btn::before {
    background: var(--thm-black);
}

.cta-two__inner-box .btn-box .thm-btn::after {
    background: var(--thm-white);
}

 
/***
=====================================================
Faq Two
=====================================================
***/
.faq-one--two {
    position: relative;
    display: block;
    direction: rtl;
}

.faq-one--two .sec-title-two {
    padding-bottom: 25px;
}

.faq-one--two .sec-title-two .sub-title {
    /* background: #eaece8; */
}

.faq-one--two .sec-title-two h2 {
    color: var(--thm-heading-font-color);
}

.faq-one--two .big-title h2 {
    -webkit-text-stroke: 2px #21252912;
}

.faq-one--two .faq-one__accrodion .accrodion .accrodion-title h2::before {
    content: "\e932";
    font-size: 15px;
}

.faq-one--two .faq-one__accrodion .accrodion.active .accrodion-title h2::before {
    content: "\e932";
    transform: rotate(-180deg);
    color: var(--thm-primary);
    top: -1px;
}

.faq-one--two .faq-one__faq ul li {
    border-bottom: 1px solid rgba(var(--thm-white-rgb), 0.10);
}

.faq-one--two .faq-one__accrodion .accrodion .accrodion-title {
    padding-left: 20px;
    padding-right: 20px;
}

.faq-one--two .faq-one__accrodion .accrodion.active .accrodion-title {
    background: rgba(var(--thm-white-rgb), 0.10);
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 6px;
}

.faq-one--two .faq-one__accrodion .accrodion .accrodion-content {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 21px;
}

 


/***
=============================================
    Google Map
=============================================
***/
.google-map-one {
    position: relative;
    display: block;
    z-index: 1;
}

.google-map-one__map {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    height: 740px;
}

.google-map-one__content {
    position: relative;
    display: block;
}

.google-map-one__content .inner-box {
    position: absolute;
    top: 115px;
    right: 0;
    max-width: 440px;
    width: 100%;
    background: var(--thm-white);
    border-radius: 4px;
    overflow: hidden;
    z-index: 99;
}

.google-map-one__content .inner-box .title-box {
    position: relative;
    display: block;
    background: var(--thm-primary);
    padding: 15px 0px 13px;
    margin-bottom: 17px;
}

.google-map-one__content .inner-box .title-box h2 {
    color: var(--thm-white);
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    text-transform: capitalize;
}

.google-map__accrodion {
    position: relative;
    display: block;
    padding: 0px 50px 14px;
}

.google-map__accrodion .accrodion {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.google-map__accrodion>li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
}

.google-map__accrodion>li:last-child {
    border: none;
}

.google-map__accrodion .accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 0px 22px;
    padding-right: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.google-map__accrodion .accrodion.active .accrodion-title {
    padding: 21px 0px 0px;
}

.google-map__accrodion .accrodion .accrodion-title h2 {
    position: relative;
    color: var(--thm-black);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.google-map__accrodion .accrodion .accrodion-title h2::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid var(--thm-primary);
    border-radius: 0%;
    font-family: 'icomoon' !important;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
    content: "\e932";
}

.google-map__accrodion .accrodion.active .accrodion-title h2::before {
    content: "\e932";
    transform: rotate(-180deg);
    color: var(--thm-primary);
    top: -1px;
}

.google-map__accrodion .accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 22px 0px 36px;
}

.google-map__accrodion .accrodion.active .accrodion-content {
    position: relative;
    display: block;
}

.google-map__accrodion .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.accrodion-content-list {
    position: relative;
    display: block;
}

.accrodion-content-list>li {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 25px;
}

.accrodion-content-list>li:last-child {
    margin-bottom: 0px;
}

.accrodion-content-list>li .icon-box {
    position: absolute;
    top: 4px;
    left: 0;
}

.accrodion-content-list>li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 20px;
}

.accrodion-content-list>li>p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-heading-font);
}

.accrodion-content-list>li>p>a {
    color: var(--thm-body-font-color);
}

.accrodion-content-list>li>p>a:hover {
    color: var(--thm-primary);
}
 
/***
=============================================
Cta Three
=============================================
***/
.cta-two.style3 {
    position: relative;
    display: block;
    margin-top: -133px;
    z-index: 2;
}

.cta-two.style3 .sec-title-style3 {
    padding-bottom: 0px;
}

.cta-two.style3 .sec-title-style3 .sub-title h5 {
    color: #ffffff;
}

.cta-two.style3 .sec-title-style3 h2 {
    font-size: 25px;
    line-height: 1.7em;
    width: 550px;
    color: #fff;
}

.cta-two.style3 .cta-two__inner {
    padding: 44px 110px 44px;
}

.cta-two.style3 .cta-two__inner-box .btn-box .thm-btn {
    color: #ffffff;
}

.cta-two.style3 .cta-two__inner-box .btn-box .thm-btn:hover {
    color: #000000;
}

.cta-two.style3 .cta-two__inner-box .btn-box .thm-btn::after {
    background: var(--thm-black);
}

.cta-two.style3 .cta-two__inner-box .btn-box .thm-btn::before {
    background: var(--thm-white);
}

.cta-two.style3 .cta-two__inner .shape1 {
    top: -45px;
    left: -80px;
}

.cta-two.style3 .cta-two__inner .shape2 {
    top: -40px;
}

.cta-two.style3 .cta-two__inner .shape3 {
    left: 365px;
}

/***
=============================================
Why Choose Two
=============================================
***/
.why-choose-two {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 0px 0px 120px;
    z-index: 1;
}

.why-choose-two__content {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
}


.why-choose-two__content .sec-title-style3 {
    padding-bottom: 24px;
}

.why-choose-two__content-text {
    position: relative;
    display: block;
}

.why-choose-two__content-text p {
    margin-bottom: 0;
    font-weight: 500;
}

.why-choose-two__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 49px;
}

.why-choose-two__progress-single {
    position: relative;
    display: block;
}

.why-choose-two__progress-single .title {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.why-choose-two__progress-single .title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.why-choose-two__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 25px;
}

.why-choose-two__progress .bar-inner {
    position: relative;
    display: block;
    top: 1px;
    width: 0px;
    height: 8px;
    border-radius: 5px;
    background: var(--thm-primary);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose-two__progress .count-text {
    position: absolute;
    right: -110px;
    bottom: -9px;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--thm-body-font);
}

.why-choose-two__progress .bar-inner.counted .count-text {
    opacity: 1;
}


.why-choose-two__counter {
    position: relative;
    display: block;
}

.why-choose-two__counter-single {
    position: relative;
    display: block;
    background: #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
    padding: 105px 40px 31px;
    margin-bottom: 24px;
}

.why-choose-two__counter-single .text-box {
    position: relative;
    display: block;
}

.why-choose-two__counter-single .text-box h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}

.why-choose-two__counter-single .text-box h2 .plus {
    position: relative;
    display: inline-block;
    font-size: 40px;
    right: 11px;
}

.why-choose-two__counter-single .text-box .text {
    position: relative;
    display: block;
}

.why-choose-two__counter-single .text-box .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.why-choose-two__counter-single .icon-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 4px;
}

.why-choose-two__counter-single .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-two__counter-single:hover .icon-box span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-two__counter-single .icon-box span.t5 {
    top: 5px;
    font-size: 42px;
}

.why-choose-two__content .btn-box {
    position: relative;
    display: block;
    padding-top: 17px;
}

.why-choose-two__content .btn-box a {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--thm-heading-font);
}

.why-choose-two__content .btn-box a:hover {
    color: var(--thm-primary);
}

.why-choose-two__content .btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    top: 3px;
    padding-left: 10px;
}


/***
=============================================
Work process Two
=============================================
***/
.work-process-two {
    position: relative;
    display: block;
    padding: 0px 0px 70px;
    z-index: 1;
}

.work-process-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.work-process-two__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-black-rgb), 0.9);
    content: "";
    z-index: -2;
}

.work-process-two .sec-title-style3 {
    padding-bottom: 73px;
}

.work-process-two .sec-title-style3 .sub-title h5 {
    color: var(--thm-primary);
}

.work-process-two .sec-title-style3 h2 {
    /* color: var(--thm-white); */
}

.work-process-two__single {
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.work-process-two__single .shape1 {
    position: absolute;
    top: 30px;
    left: -93px;
    z-index: -1;
}

.work-process-two__single-icon {
    position: relative;
    display: block;
    width: 120px;
    margin: 0 auto;
}

.work-process-two__single-icon::before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px dashed var(--thm-primary);
    border-radius: 50%;
    content: "";
    transition-delay: 0.6s;
    transition: .7s;
}

.work-process-two__single:hover .work-process-two__single-icon::before {
    border-color: var(--thm-primary);
}

.work-process-two__single-icon .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: var(--thm-primary);
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.work-process-two__single-icon .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    transition-delay: 0.6s;
    transition: .7s;
    z-index: -1;
}

.work-process-two__single:hover .work-process-two__single-icon .inner::before {
    transform: scale(1.0);
    opacity: 1;
}

.work-process-two__single-icon .inner span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 55px;
    line-height: 55px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.work-process-two__single-icon .inner span.t5 {
    top: 5px;
    font-size: 47px;
}

.work-process-two__single:hover .work-process-two__single-icon .inner span {
    color: #ffffff;
}

.work-process-two__single-text {
    position: relative;
    display: block;
    margin-top: 43px;
}

.work-process-two__single-text h3 {
    color: var(--thm-primary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.work-process-two__single-text h2 {
    color: var(--thm-heading-font-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin-top: 7px;
    margin-bottom: 16px;
}

.work-process-two__single-text p {
    color: var(--thm-paragraph-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
 
 

/***
=============================================
Project Three About
=============================================
***/
.project-three--about {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    z-index: 1;
}

/***
=============================================
Team Three About
=============================================
***/
.team-three--about {
    position: relative;
    display: block;
    overflow: visible;
}

.team-three__shape1 {
    top: -73px;
    left: -40px;
}

/***
=============================================
Fact Counter Two About
=============================================
***/
.fact-counter-two--about {
    position: relative;
    display: block;
    padding: 0px 0px 82px;
}

.fact-counter-two--about .fact-counter-two__single .icon-box {
    position: relative;
    top: 0;
    left: 0px;
    margin: 0 auto 24px;
    background: transparent;
}

.fact-counter-two--about .fact-counter-two__single .icon-box .shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.fact-counter-two--about .fact-counter-two__single-inner {
    background: transparent;
    padding: 0px 0px 0px;
}

.fact-counter-two--about .fact-counter-two__single {
    padding-top: 0px;
    text-align: center;
}

.fact-counter-two--about .fact-counter-two__single .icon-box span {
    color: var(--thm-primary);
}

/***
=============================================
Cta Two Services
=============================================
***/
.cta-two.style3.style4 {
    margin-top: 0px;
}

/***
=============================================
Why Choose Two Services
=============================================
***/
.why-choose-two--services {
    position: relative;
    display: block;
    padding: 120px 0px 96px;
}

/***
=============================================
Services Three Services
=============================================
***/
.services-three--services {
    position: relative;
    display: block;
    padding: 107px 0px 90px;
}

.services-three--services__top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 56px;
}

.services-three--services__top .title-box {
    position: relative;
    display: block;
}

.services-three--services__top .title-box h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
}

.services-three--services__top .text-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding-top: 4px;
}

.services-three--services__top .text-box p {
    margin: 0;
}

/***
=====================================================
Pricing One
=====================================================
***/
.pricing-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 90px;
    z-index: 1;
}

.pricing-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.pricing-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, #FFF 51.4%);
    content: "";
    z-index: -2;
}

.pricing-one__single {
    position: relative;
    display: block;
    background: var(--thm-gray-bg);
    overflow: hidden;
    border-radius: 4px;
    padding: 0px 0px 37px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    border-radius: 25px;
}

.pricing-one__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: -1;
    transform: translateY(-527px);
}

.pricing-one__single:hover .pricing-one__single-bg {
    transform: translateY(0);
    opacity: 1;
}

.pricing-one__single-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    background: rgba(var(--thm-black-rgb), 0.95);
    mix-blend-mode: hard-light;
    content: "";
    z-index: -2;
}

.pricing-one__single::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #e1e1e129;
    border-radius: 4px;
    content: "";
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    border-radius: 25px;
}

.pricing-one__single:hover::before {
    border-color: rgb(42 79 150);
    transition: all 300ms linear;
    transition-delay: 0.4s;
}

.pricing-one__single .table-header {
    position: relative;
    display: block;
}

.pricing-one__single .table-header .img-box {
    position: relative;
    display: block;
    background: #000000;
    overflow: hidden;
}

.pricing-one__single .table-header .img-box img {
    width: 100%;
    transition: all 500ms ease;
}

.pricing-one__single:hover .table-header .img-box img {
    opacity: 0.5;
    transform: scaleX(1.05);
}

.pricing-one__single .table-content {
    position: relative;
    display: block;
    padding: 25px 40px 30px;
    z-index: 2;
    direction: rtl;
}

.pricing-one__single .table-content .table-content__top {
    position: relative;
    display: block;
}

.pricing-one__single .table-content .table-content__top h3 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all 400ms linear;
    transition-delay: 0.1s;
    color: #355ba7;
}

.pricing-one__single:hover .table-content .table-content__top h3 {
    /* color: var(--thm-white); */
}

.pricing-one__single .table-content .table-content__top h2 {
    color: #dc3545;
    font-size: 33px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.pricing-one__single:hover .table-content .table-content__top h2 {
    /* color: var(--thm-white); */
}

.pricing-one__single .table-content .table-content__top h2 span {
    position: relative;
    display: inline-block;
    color: var(--thm-body-font-color);
    font-size: 23px;
    font-weight: 400;
    left: -12px;
    transition: all 400ms linear;
    transition-delay: 0.1s;
    margin-right: 9px;
    text-decoration: line-through;
}

.pricing-one__single:hover .table-content .table-content__top h2 span {
    /* color: var(--thm-white); */
}

.pricing-one__single .table-content ul {
    position: relative;
    display: block;
    margin-top: 15px;
}

.pricing-one__single .table-content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 0px 13px;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.pricing-one__single:hover .table-content ul li {
    /* border-color: rgba(255, 255, 255, .15); */
}

.pricing-one__single .table-content ul li:first-child {
    border-top: 1px solid #e1e1e1;
    transition: all 400ms linear;
    transition-delay: 0.1s;
    color: #505152;
}

.pricing-one__single:hover .table-content ul li:first-child {
    /* border-color: rgba(255, 255, 255, .15); */
}

.pricing-one__single .table-content ul li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.pricing-one__single:hover .table-content ul li p {
    /* color: var(--thm-white); */
}

.pricing-one__single .table-content ul li p span {
    position: relative;
    display: inline-block;
    color: #61666c;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    padding-right: 13px;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.pricing-one__single:hover .table-content ul li p span {
    color: var(--thm-white);
}

.pricing-one__single .table-footer {
    position: relative;
    display: block;
}

.pricing-one__single .table-footer .btn-box {
    position: relative;
    display: block;
}

.pricing-one__single .table-footer .btn-box .thm-btn {
    color: var(--thm-white);
}

.pricing-one__single .table-footer .btn-box .thm-btn::before {
    background: transparent;
}

.pricing-one__single .table-footer .btn-box .thm-btn::after {
    background: transparent;
}

.pricing-one__single .table-footer .btn-box .thm-btn {
    background: #355ba7;
}

.pricing-one__single:hover .table-footer .btn-box .thm-btn {
    background: #2a96d2;
}

 

 