/* Start Fonts */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap"); /* End Fonts */
:root {
    --main-color: #42b974;
    --sec-color: #0a4951;
    /* --thr-color: #1a1744; */
    --dark-color: #3d495b;
    --bg-color: #d6f1cc;
    border-radius: 18px 18px 0;
    --border-radius: 21px;
    --size-corner: 40px;
    --_border-right-left: /calc(2*var(--border-radius)) calc(2*var(--border-radius)) radial-gradient(#000 70%,#0000 74%) no-repeat;
}

* {
    box-sizing: border-box;
    /* font-family: 'Jazeera'; */
}

a {
    text-decoration: none !important;
    font-family: "Open Sans", sans-serif;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button, button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    background: var(--dark-color);
    text-align: start;
    /* direction: rtl; */
    color: #fff;
}

section, footer {
    /* overflow: hidden; */
    position: relative;
    /* padding: 80px 0px; */
}

p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    /* color: var(--sec-color); */
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input, button, input:focus, button:focus, input:active, button:active, button:hover, textarea:active, textarea:focus, select, select:active, select:focus {
    outline: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0px;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

/* Start Loading */
.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: var(--sec-color);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--sec-color);
}

.loader .loader-inner img {
    max-width: 250px;
}

/* End Loading */
/* Start Not-found */
.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: var(--sec-color);
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}

/* End Not-found */
/* Start Header */
.header {
    position: relative;
    background-color: var(--dark-color);
    border-bottom: 1px solid #33473c;
    z-index: 999;
    padding: 16px 0;
}

.header .header_inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.header .header_inner .header_logo {
    width: 270px;
    margin-inline-start: 50px;
    margin-inline-end: 30px;
    transition: all 0.5s ease-in-out;
}

.header .header_inner .header_logo img {
    width: 100%;
    filter: brightness(0) invert(1);
    max-width: 100%;
}

.header .header_inner .header_right_content {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    /* border-inline-start: 1px solid #eae3d3; */
    padding-inline-end: 45px; }

.header .header_inner .header_right_content .header_top_content {
    background: var(--main-color);
    padding: 11px 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-inline-start: 50px; }

.header .header_inner .header_right_content .header_top_content::before {
    position: absolute;
    content: "";
    background: var(--sec-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px 50px 50px 0px;
}

.header .header_inner .header_right_content .header_top_content .header_top_left_info {
    display: flex;
    position: relative;
}

.header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info {
    border-inline-end: 1px solid rgb(255 255 255 / 20%); padding-inline-end: 23px; padding-inline-start: 23px; line-height: 0;
    /* border: rgb(255 255 255 / 61%); */
}

.header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info a, .header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info span {
    /* color: #bdbea6; */
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.3s;
}

.header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info:last-child {
    border: none;
}

.header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info:first-child {
    padding-inline-start: 0; }

.header .header_inner .header_right_content .header_top_content .header_top_info_right {
    margin-inline-start: auto; margin-inline-end: 75px; position: relative;
}

.header .header_inner .header_right_content .header_top_content .header_top_info_right a {
    color: var(--sec-color);
    padding-inline-start: 23px; font-size: 14px;
}

.header .ma5menu__toggle {
    background: #41b974;
    width: 40px;
    height: 40px;
    padding: 0px;
    color: var(--dark-color);
    font-size: 23px;
    display: none;
    flex-shrink: 0;
    margin-inline-end: 50px; transition: all 0.5s ease-in-out;
}

.header .ma5menu__toggle:focus {
    outline: none;
}

.header .ma5menu__toggle:hover {
    background: var(--main-color);
    color: var(--sec-color);
}

.header_bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_bottom_content .free_contact {
    margin-inline-start: 40px; margin-inline-end: 75px; /* position: relative; */
}

body .btn {
    background: var(--main-color);
    color: var(--sec-color);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.4px;
    padding: 15px 18px;
    transition: all 0.5s ease-in-out !important;
    box-shadow: none !important;
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 0 !important;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: var(--sec-color);
    border-radius: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.5s ease-in-out;
}

.btn span {
    position: relative;
    z-index: 9;
}

.header_bottom_content .free_contact a:hover {
    color: var(--sec-color);
}

.btn:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.mainnav {
    margin-inline-start: 93px; }

.mainnav ul.main_menu {
    padding: 0px;
    margin: 0px;
    display: flex;
}

.mainnav ul.main_menu li {
    border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.mainnav ul.main_menu li a {
    border: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 18px 0px;
    text-transform: uppercase;
}

.mainnav ul.main_menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    padding: 15px 0;
    filter: drop-shadow(0 0 0 rgba(190, 190, 190, 0.25));
}

.mainnav ul.main_menu li.current > a, .mainnav ul.main_menu li.active > a, .mainnav ul.main_menu li:hover > a {
    /* color: #76a189; */
}

.mainnav ul.main_menu li ul {
    position: absolute;
    left: -93px;
    opacity: 0;
    visibility: hidden;
    min-width: 407px;
    margin: 0px 0px;
    padding: 0px 0px;
    z-index: 99;
    background: var(--sec-color);
    transition: all 0.5s ease;
    max-height: 500px;
    overflow: auto;
}

.mainnav ul.main_menu li ul li {
    width: 100%;
    padding: 0px 10px;
}

.mainnav ul.main_menu li ul li a {
    text-align: start;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 7px 27px;
    width: 100%;
    text-decoration: none;
    letter-spacing: 2.5px;
    border-bottom: 1px solid #00000014;
}

.mainnav ul.main_menu li ul li:hover {
    /* color: #76a189; */
    background: var(--main-color);
}

.mainnav ul.main_menu li ul li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: "FontAwesome";
    speak: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.mainnav ul.main_menu li ul ul {
    left: 100%;
    top: 0;
}

.mainnav ul.main_menu li ul ul ul ul {
    left: auto;
    right: 100%;
}

.mainnav ul.main_menu > li.menu-item-has-children > a::before {
    content: "\f107";
    color: #999999;
    font-family: "FontAwesome";
    speak: none;
    position: absolute;
    top: 50%;
    right: -20px;
    display: none;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}

.mainnav ul.main_menu > li.menu-item-has-children > a::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    background: var(--sec-color);
    left: -40px;
    top: 30px;
    transition: transform 0.3s ease-out;
    transform: scaleX(0);
    opacity: 0;
}

.mainnav ul.main_menu > li.menu-item-has-children:hover a::before {
    color: var(--main-color);
}

.mainnav ul.main_menu > li.menu-item-has-children:hover a::after {
    transform: scaleX(1);
    opacity: 1;
    transform-origin: right;
}

.mainnav ul.main_menu > li {
    margin: 0px 20px;
}

.mainnav ul.main_menu > li.active > a {
    color: var(--sec-color);
}

.mainnav ul.main_menu > li.active > a::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
}

.mainnav ul.main_menu > li.active > a::before {
    color: var(--sec-color);
}

.mainnav ul.main_menu > li:first-child {
    margin-inline-start: 0px; }

.mainnav ul.main_menu > li:last-child {
    margin-inline-end: 0px; }

.mainnav ul.main_menu > li {
    position: relative;
}

.mainnav ul.main_menu > li > a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: var(--sec-color);
    left: -25px;
    top: 30px;
    transition: transform 0.3s ease-out;
    transform: scaleX(0);
    opacity: 0;
    display: none;
}

.mainnav ul.main_menu > li:hover > a::after {
    transform: scaleX(1);
    opacity: 1;
    transform-origin: right;
}

.slide_navi {
    display: none;
}

.aside_open {
    cursor: pointer;
    background: #a15547;
    padding: 18px 22px;
    position: relative;
    color: var(--sec-color);
    font-size: 35px;
}

.aside_open::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.aside_close {
    cursor: pointer;
    background: #201f4a;
    position: relative;
    color: var(--sec-color);
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    float: right;
}

.aside_info {
    padding: 30px 20px 30px 20px;
    background: #1e1e2a;
    max-width: 440px;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -440px;
    overflow-y: auto;
    z-index: 99;
    transition: all 0.7s ease;
}

@media (prefers-reduced-motion: reduce) {
    .aside_info {
        transition: none;
    }
}

.aside_info::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.aside_info .side_info {
    margin-top: 65px;
    padding: 0px 50px;
}

.aside_info .side_info h5, .aside_info .side_info .h5 {
    color: var(--sec-color);
    margin-top: 15px;
}

.aside_info .side_info p {
    color: #c5d1e7;
}

.aside_info .side_footer_social .bottom_social li a {
    background: #2f2f3e;
    color: var(--sec-color);
}

.aside_info .side_footer_social .bottom_social li a:hover {
    color: var(--main-color);
}

.header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info i {
    margin-inline-end: 8px; }

/* End Header */
/* Start Slider-h */
.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .arrow-right {
    position: absolute;
    top: 0;
    right: 0;
}

.swiper .arrow-left {
    position: absolute;
    top: 0;
    left: 0;
}

.slider .slider_content {
    padding: 100px 0;
}

.slider .slider_content h6, .slider .slider_content .h6 {
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 24px;
    opacity: 0;
    transform: translateY(-120px);
    transition-delay: 0;
    transition: transform 2000ms ease, opacity 2000ms ease;
}

.slider .slider_content h1, .slider .slider_content .h2 {
    line-height: 66px;
    letter-spacing: -1px;
    margin-top: 8px;
    margin-bottom: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(90px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 72px;
}

.slider .slider_content p {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    letter-spacing: -0.18px;
    color: var(--main-color);
    color: var(--sec-color);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition-delay: 1000ms;
    transition: transform 2500ms ease, opacity 2000ms ease;
    font-size: 18px;
    margin: 0 0 1rem;
}

.slider .slider_content img {
    opacity: 0;
    transform: translateY(120px);
    transition-delay: 3500ms;
    transition: transform 3500ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.slider .man_image {
    display: flex;
    align-items: end;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(150px);
    transition-delay: 4500ms;
    transition: transform 4500ms ease, opacity 2000ms ease;
}

.swiper_one .swiper-slide {
    position: relative;
}

.swiper_one .swiper-slide-active .swiper-bg-slide {
    transform: scale(1.15);
}

.swiper_one .swiper-slide-active .slider .man_image {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.swiper_one .swiper-slide-active .slider .slider_content h6, .swiper_one .swiper-slide-active .slider .slider_content .h6, .swiper_one .swiper-slide-active .slider .slider_content h2, .swiper_one .swiper-slide-active .slider .slider_content .h2, .swiper_one .swiper-slide-active .slider .slider_content h1, .swiper_one .swiper-slide-active .slider .slider_content .h1, .swiper_one .swiper-slide-active .slider .slider_content p, .swiper_one .swiper-slide-active .slider .slider_content img {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.swiper_one .swiper-bg-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease;
}

.heading_primary_color h6, .heading_primary_color .h6, .heading_primary_color h5, .heading_primary_color .h5 {
    color: var(--sec-color);
}

.heading h2, .heading .h2, .heading h1, .heading .h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--main-color);
    color: var(--sec-color);
}

h2, .h2 {
    font-size: 72px;
}

/* End Slider-h */
/* Start Services-h */
.service {
    background: var(--dark-color);
    position: relative;
}

.service_bg {
    position: relative;
    overflow: hidden;
}

.service_home_padding {
    padding: 70px 0 70px 0;
}

.service_bg .service_another_bg::before {
    position: absolute;
    content: "";
    background-image: url(../images/service_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: pulse 5s infinite;
    display: none;
}

.service_bg::before {
    display: none;
    position: absolute;
    content: "";
    /* background-image: url(../images/service_3_bg.png); */
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: pulse 4s infinite;
}

.service_bg::after {
    position: absolute;
    content: "";
    background-image: url(../images/service_2_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    animation: pulse 4s infinite;
    display: none;
}

.service_box {
    background: var(--dark-color);
    /*border-radius: 40px;
      filter: drop-shadow(0 -2.5px -7.6px rgba(226, 200, 191, 0.2));*/
    filter: drop-shadow(0 -2.5px 7.6px rgba(226, 200, 191, 0.1));
    z-index: 1;
    padding: 10px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.service_box .service_inner {
    /* display: flex; */
    border: 1px solid var(--sec-color);
    padding: 25px;
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    height: 100%;
}

.service_box .service_inner .content {
    margin-inline-start: 20px; flex: 1;
    transition: all 0.3s ease;
    z-index: 4;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 999999;
}

.service_box .service_inner .content h4, .service_box .service_inner .content .h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.45px;
    /* color: var(--main-color); */
    margin-bottom: 12px;
    transition: all 0.8s ease;
}

.service_box .service_inner .content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 8px;
    transition: all 0.9s ease-in-out;
}

.service_box .service_inner .content .btn_service {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2.5px;
    color: var(--sec-color);
    border-bottom: 1px solid var(--sec-color);
    transition: all 0.9s ease-in-out;
}

.service_box .service_inner::before {
    position: absolute;
    content: "";
    background: transparent;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.service_box .service_inner .image {
    z-index: 3;
    position: relative;
}

.service_box .service_inner .image img {
    width: 100%;
}

.service_box .service_inner .image::before {
    position: absolute;
    content: "";
    background: var(--bg-color);
    width: 71px;
    height: 71px;
    border-radius: 100%;
    top: -10px;
    left: -9px;
    z-index: -1;
    opacity: 0;
    transition: all 1.5s ease-in-out;
}

.service_box .hover_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease;
    overflow: hidden;
}

.service_box .hover_image img {
    width: 100%;
    height: 100%;
}

.service_box::before {
    position: absolute;
    content: "";
    background: transparent;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.service_box:hover .hover_image {
    opacity: 1;
}

.service_box:hover .service_inner {
    border: 1px solid transparent;
    backdrop-filter: blur(5px);
}

.service_box:hover .service_inner::before {
    background: var(--main-color);
}

.service_box:hover .service_inner .image::before {
    opacity: 0.1;
}

.service_box:hover::before {
    /* background: var(--main-color); */
}

.service_box:hover .content h4, .service_box:hover .content .h4, .service_box:hover .content p, .service_box:hover .content .btn_service {
    color: var(--sec-color);
}

.service .heading_common {
    margin-top: 55px;
    position: relative;
    z-index: 99;
}

.heading_common h3, .heading_common .h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}

.service h3, .service .h3 {
    margin-bottom: 10px;
}

.heading_primary_color h3, .heading_primary_color .h3 {
    color: #fff;
    /* color: #bdbea6; */
}

.heading_common h3 span, .heading_common .h3 span {
    font-size: 44px;
}

.heading_common p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.18px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
    /* color: #bdbea6; */
    font-size: 16px;
}

.service .btn_one {
    margin-top: 20px;
}

body .btn.btn_one {
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    padding: 16px 22px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0;
    /* padding-inline-end: 30px; */
}

body .btn_one:hover::before {
    background: var(--main-color);
}

body .btn:hover, .not-found .not-found-pro .btn.go-home:hover {
    color: var(--sec-color);
}

.btn.btn_one::before {
    display: none;
}

body .btn_one.btn:hover {
    /* background: var(--main-color); */
}

/* End Services-h */
/* Start Search-h */
.search-h {
    position: relative;
    z-index: 1;
}

.contact_form {
    background: url(../images/bg_form.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--main-color);
    border-radius: 15px;
    padding: 80px 80px 85px;
    position: relative;
    z-index: 9;
}

.contact_form .heading_common {
    margin-bottom: 35px;
}

.contact_form .form-control {
    height: 58px;
    background: var(--dark-color);
    color: var(--sec-color);
    font-size: 16px;
    line-height: 30px;
    border-color: transparent;
    border-radius: 5px;
    padding-inline-start: 25px; }

.contact_form textarea.form-control {
    height: 150px;
}

.contact_form .form-group ::-webkit-input-placeholder {
    /* Edge */
    color: rgb(255 255 255 / 0.9);
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form ::-webkit-input-placeholder {
    color: rgb(255 255 255 / 0.9);
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form ::-moz-placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form :-ms-input-placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form :-moz-placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form :placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_inner {
    padding: 150px 0 100px 0;
}

.contact_inner .contact_box {
    background: var(--sec-color);
    /*border-radius: 40px;
        filter: drop-shadow(0 -2.5px -7.6px rgba(226, 200, 191, 0.2));*/
    filter: drop-shadow(0 -2.5px 7.6px rgba(226, 200, 191, 0.2));
    z-index: 1;
    padding: 10px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.contact_inner .contact_box .service_inner {
    display: flex;
    border: 1px solid #efd7ce;
    padding: 29px 25px 34px 25px;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
}

.contact_inner .contact_box .service_inner .content {
    margin-inline-start: 20px; flex: 1;
    transition: all 0.5s ease;
    z-index: 4;
}

.contact_inner .contact_box .service_inner .content h4, .contact_inner .contact_box .service_inner .content .h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.45px;
    color: var(--sec-color);
    margin-bottom: 12px;
    transition: all 0.8s ease;
}

.contact_inner .contact_box .service_inner .content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #999999;
    margin-bottom: 0;
    transition: all 0.9s ease-in-out;
}

.contact_inner .contact_box .service_inner .image {
    z-index: 3;
    position: relative;
}

.contact_inner .contact_box .service_inner .image img {
    width: 100%;
}

.contact_inner .form {
    margin-top: 100px;
}

.contact_inner .form .contact_form input {
    margin-bottom: 20px;
}

.contact_inner .contact_form .heading_common {
    margin-bottom: 23px;
}

.gmapbox .map {
    width: 100%;
    height: 470px;
    background-color: #ffeeee;
}

.form-control:focus {
    background-color: unset;
    color: var(--sec-color);
    border: 1px solid var(--sec-color);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

.contact_form_page .btn_one {
    padding: 16px 40px;
}

.form_margin {
    margin-bottom: -200px;
    margin-top: -200px;
}

.form h5, .form .h5, .portfolio h5, .portfolio .h5, .blogs h5, .blogs .h5 {
    color: var(--sec-color);
}

.heading_common h5, .heading_common .h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.service h5, .service .h5, .form h5, .form .h5, .about h5, .about .h5, .portfolio h5, .portfolio .h5, .video h5, .video .h5, .blog h5, .blog .h5, .team h5, .team .h5 {
    line-height: 40px;
    letter-spacing: 3.6px;
}

.form h3, .form .h3, .portfolio h3, .portfolio .h3, .blogs h3, .blogs .h3 {
    color: var(--sec-color);
}

.form p, .portfolio p, .blogs p {
    color: #818e9d;
    font-size: 16px;
}

/* End Search-h */
/* Start About-h */
.about-h {
    position: relative;
    z-index: 1;
    background: #f6f6f6;
}

.about_two_bg::after {
    position: absolute;
    content: "";
    width: 70%;
    height: 70%;
    right: 0;
    bottom: -7px;
    background-image: url(../images/inner/9.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
    animation: pulse 3s infinite;
    transition: all 2.5s ease-in-out;
    opacity: 0;
}

.about::before {
    position: absolute;
    content: "";
    background: url(../images/abt.png);
    bottom: 0;
    height: 100%;
    width: 639px;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    background-size: cover;
    display: none;
}

@media screen and (max-width: 1740px) {
    .about::before {
        width: 35%;
    }
}

.about_one_padding {
    padding: 127px 0 80px;
}

.about_two_bg {
    position: relative;
    z-index: 2;
}

.about_two_bg::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    right: 0;
    background-image: url(../images/leaf_2.png);
    background-repeat: no-repeat;
    background-position: top right;
    animation: pulse 3.5s infinite;
    transition: all 2.5s ease-in-out;
    background-size: contain;
    opacity: .2;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding-inline-start: 0px; padding-inline-end: 0px; }
}

.about .btn_one {
    padding: 16px 37px;
}

.about .contact_form .heading_common {
    margin-bottom: 20px;
}

.about .heading_common {
    padding: 0;
}

.about_list {
    margin-top: 20px;
}

.about_list ul {
    padding-inline-start: 0; }

.about_list ul li {
    display: flex;
}

.about_list ul li p {
    margin-inline-start: 15px; letter-spacing: -0.18px;
    line-height: 30px;
    font-weight: 400;
}

.about_list .btn_one {
    padding: 16px 48px;
}

.about_man_image {
    position: relative;
    height: 100%;
    height: 560px;
    /* overflow: hidden; */
    max-width: 100%;
}

.about_man_image .about_logo_image {
    position: absolute;
    top: -1px;
    left: 115%;
    transform: translateX(-25%);
    width: 100%;
    opacity: 0;
}

.about_man_image .about_logo_image img:last-child {
    position: absolute;
    left: -32px;
    top: -27px;
    /*animation: rotate 2s infinite;*/
    animation: animCircle 15s infinite linear;
    max-width: 174px;
}

@keyframes animCircle {
    0% {
        transform: rotate(0deg);
    }

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

.about_inner {
    padding: 120px 0;
}

.about_inner_heading {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 120px;
}

.about_inner_heading h3, .about_inner_heading .h3 {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.18px;
    color: var(--main-color);
    margin-bottom: 50px;
}

.about_inner_heading h3 span, .about_inner_heading .h3 span {
    color: var(--sec-color);
}

.about_inner_heading h6, .about_inner_heading .h6 {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2.4px;
    display: -webkit-inline-box;
    display: inline-box;
}

.about_inner_heading h6::before, .about_inner_heading .h6::before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    width: 67px;
    height: 1px;
    left: -86px;
    top: 11px;
}

.about_inner_content .about_image {
    position: relative;
    overflow: hidden;
}

.about_inner_content .about_image img {
    width: 100%;
}

.about_inner_content .about_image .about_content {
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 18px 30px;
}

.about_inner_content .about_image .about_content h4, .about_inner_content .about_image .about_content .h4 {
    color: var(--sec-color);
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -0.18px;
}

.about_inner_content .about_image .about_content i {
    background: var(--main-color);
    color: var(--sec-color);
    width: 53px;
    height: 53px;
    line-height: 53px;
    border-radius: 100%;
    text-align: center;
}

.about_inner_content .hover_about_content {
    position: absolute;
    top: 0;
    background: var(--main-color);
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.about_inner_content .hover_about_content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/inner/3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    animation: pulse 3s infinite;
    transition: all 2.5s ease-in-out;
    opacity: 0;
}

.about_inner_content .hover_about_content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/inner/4.png);
    background-repeat: no-repeat;
    background-position: center right;
    right: 0;
    top: 0;
    animation: pulse 3.5s infinite;
    transition: all 2.5s ease-in-out;
    opacity: 0;
}

.about_inner_content .hover_about_content .about_content_info {
    position: relative;
    z-index: 1;
}

.about_inner_content .hover_about_content .about_content_info h4, .about_inner_content .hover_about_content .about_content_info .h4 {
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -0.18px;
    color: var(--sec-color);
    position: relative;
}

.about_inner_content .hover_about_content .about_content_info h4::before, .about_inner_content .hover_about_content .about_content_info .h4::before {
    position: absolute;
    content: "";
    background: var(--sec-color);
    width: 128px;
    height: 2px;
    right: 5%;
    bottom: 22px;
}

.about_inner_content .hover_about_content .about_content_info p {
    font-weight: 400;
    letter-spacing: -0.18px;
    color: var(--sec-color);
}

.about_inner_content .hover_about_content .about_content_info .about_list ul li i {
    color: var(--sec-color);
}

.about_inner_content:hover .hover_about_content {
    opacity: 1;
}

.about_inner_content:hover .hover_about_content::before {
    /* opacity: 1; */
}

.about_inner_content:hover .hover_about_content::after {
    /* opacity: 1; */
}

.about_team .team_heading_paragraph p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.about_team .team_heading_paragraph p:last-child {
    margin-bottom: 0;
}

.about_team .heading_common p {
    margin-top: 10px;
}

.about_team {
    padding-bottom: 120px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.about h4, .about .h4, .video h4, .video .h4 {
    font-family: "Open Sans", sans-serif;
    line-height: 46px;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 20px;
    color: #fff;
}

.about_list {
    margin-top: 20px;
}

.about_list ul {
    margin: 0 0 15px;
}

.about_list ul li {
    display: flex;
}

.about_list ul li p {
    margin: 0 0 15px;
    margin-inline-start: 15px; letter-spacing: -0.18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    /* color: #bdbea6; */
}

body .btn-check:checked + .btn, body :not(.btn-check) + .btn:active, body .btn:first-child:active, body .btn.active, body .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

/* End About-h */
/* Start Counter-h */
.funfact {
    position: relative;
    text-align: center;
    flex: 1;
}

.funfact img {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.funfact h3, .funfact .h3 {
    font-size: 48px;
    font-family: "Open Sans", sans-serif;
    color: var(--main-color);
    font-weight: 400;
    line-height: 36px;
}

.funfact p {
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 3px;
    text-align: center;
    color: #814439;
    margin-top: 20px;
    text-transform: uppercase;
}

.funfact_all {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.funfact_bg {
    background: url(../images/bg_fun.png);
    padding: 133px 0;
}

/* End Counter-h */
/* Start Blogs-h */
.blog_home_padding {
    padding: 115px 0 100px 0;
}

.blog .heading_common {
    margin-bottom: 70px;
}

.heading_common {
    position: relative;
}

.portfolio h3, .portfolio .h3, .blog h3, .blog .h3 {
    font-size: 48px;
    line-height: 56px;
}

.portfolio h1, .portfolio .h1, .blog h1, .blog .h1 {
    position: absolute;
    letter-spacing: 2.4px;
    color: rgba(202, 207, 235, 0.15);
    top: 45px;
    left: 22%;
    line-height: 24px;
}

.blog h1, .blog .h1 {
    color: var(--bg-color);
    z-index: -1;
}

h1, .h1 {
    font-size: 128px;
}

.swiper_post, .swiper_team {
    position: relative;
}

.swiper_post .swiper-button-next, .swiper_team .swiper-button-next {
    right: -70px;
    color: var(--sec-color);
    top: 44%;
}

.swiper_post .swiper-button-prev, .swiper_team .swiper-button-prev {
    left: -70px;
    color: var(--sec-color);
    top: 44%;
}

.swiper_post .swiper-wrapper, .swiper_testimonial .swiper-wrapper, .swiper_team .swiper-wrapper {
    margin-bottom: 40px;
}

.swiper_post .swiper-horizontal > .swiper-pagination-bullets, .swiper_post .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper_post .swiper-pagination-custom, .swiper_post .swiper-pagination-fraction, .swiper_testimonial .swiper-horizontal > .swiper-pagination-bullets, .swiper_testimonial .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper_testimonial .swiper-pagination-custom, .swiper_testimonial .swiper-pagination-fraction, .swiper_team .swiper-horizontal > .swiper-pagination-bullets, .swiper_team .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper_team .swiper-pagination-custom, .swiper_team .swiper-pagination-fraction, .swiper-pagination.clients-paginition {
    bottom: -17px;
    margin: 10px 0;
}

.swiper_post .swiper-pagination-bullet, .swiper_testimonial .swiper-pagination-bullet, .swiper_team .swiper-pagination-bullet, .swiper-pagination.clients-paginition .swiper-pagination-bullet {
    background: var(--main-color);
    opacity: 1;
    margin: 0 8px !important;
    width: 11px;
    height: 11px;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}

.swiper_post .swiper-pagination-bullet-active, .swiper_testimonial .swiper-pagination-bullet-active, .swiper_team .swiper-pagination-bullet-active, .swiper-pagination.clients-paginition .swiper-pagination-bullet-active {
    background: var(--sec-color);
    width: 11px;
    height: 11px;
    transform: scale(1);
}

.blog_post {
    /* margin: 0 7px 0px 7px; */
    filter: drop-shadow(0px 0px 6px rgba(185, 185, 185, 0.25));
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    background: var(--main-color);
}

.blog_post .post_content_part {
    /* background: var(--sec-color); */
    /* background: var(--main-color); */
    /* height: 151px; */
}

.blog_post .post_content {
    padding: 25px 35px;
    padding-inline-start: 35px; position: relative;
}

.blog_post .post_content .post_header h6, .blog_post .post_content .post_header .h6 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    letter-spacing: 2.4px;
    color: var(--sec-color);
}

.blog_post .post_content .post_header h3, .blog_post .post_content .post_header .h3 {
    line-height: 24px;
    margin-bottom: 22px;
}

.blog_post .post_content .post_header h3 a, .blog_post .post_content .post_header .h3 a {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    /* color: #bdbea6; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog_post .post_content .post_header p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.18px;
    margin-bottom: 25px;
    color: #fff;
    /* color: #bdbea6; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
    display: none;
}

.blog_post .post_footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 35px;
    border-top: 1px solid var(--bg-color);
}

.blog_post .post_footer_flex .author_flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.blog_post .post_footer_flex .author_flex p {
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 2.4px;
    margin-bottom: 0;
}

.blog_post .post_footer_flex .author_flex h6, .blog_post .post_footer_flex .author_flex .h6 {
    line-height: 24px;
}

.blog_post .post_footer_flex .author_flex h6 a, .blog_post .post_footer_flex .author_flex .h6 a {
    line-height: 24px;
    color: var(--main-color);
}

.blog_post .post_footer_flex .share_icon a {
    color: #818e9d;
}

.blog_post .post_footer_flex .author_details {
    margin-inline-start: 10px; }

.blog_post .post_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.blog .heading_common {
    margin-bottom: 70px;
}

.blog_inner .blog_post {
    margin-bottom: 30px;
}

/* End Blogs-h */
/* Start Partners-h */
.patner_two_section {
    padding: 90px 0;
    background: var(--dark-color);
}

.patner_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    /* justify-content: center; */
}

/* End Partners-h */
/* Start Newsletter-h */
.newsletter {
    position: relative;
    background: var(--sec-color);
    padding: 15px 0px;
}

.newsletter .power_newsletter_title {
    margin-inline-start: auto; }

.newsletter .power_newsletter_title h4, .newsletter .power_newsletter_title .h4 {
    color: var(--sec-color);
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
}

.newsletter .newsletter_button {
    background: #ad8e40;
    color: var(--sec-color);
    padding: 5px 15px;
    font-size: 22px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.newsletter .power_newsletter {
    margin-inline-end: auto; margin-inline-start: 30px; }

.newsletter .power_newsletter .form-control {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: var(--bg-color);
    font-size: 16px;
    background: rgba(249, 246, 242, 0.2);
    border: none;
    height: 44px;
    border-radius: 5px;
    margin-inline-end: 20px; width: 392px;
}

.newsletter .power_newsletter .form-control:focus {
    outline: none;
    box-shadow: none;
}

.newsletter .newsletter_flex {
    display: flex;
    align-items: center;
}

.newsletter .form-checkin {
    display: flex;
}

.newsletter ::-webkit-input-placeholder {
    color: var(--bg-color);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.newsletter ::-moz-placeholder {
    color: var(--bg-color);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.newsletter :-ms-input-placeholder {
    color: var(--bg-color);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.newsletter :-moz-placeholder {
    color: var(--bg-color);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.newsletter :placeholder {
    color: var(--bg-color);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

/* End Newsletter-h */
/* Start Footer */
.footer {
    position: relative;
    /*-- Footer Nav --*/
    /*-- Address --*/
    /*-- Most Read --*/
    padding: 0px;
    background: var(--sec-color);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .side_footer_social .bottom_social {
    justify-content: start;
}

.footer .footer_above {
    /* background: url("../images/footer_bg.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    /* background-color: var(--main-color); */
}

.footer .footer_above .subscribe {
    margin-inline-end: 35px; }

.footer p {
    /* color: #bdbea6; */
    font-size: 14px;
    margin-bottom: 20px;
}

.footer ul {
    padding: 0;
    margin-bottom: 0px;
    list-style-type: none;
}

.footer ul li {
    list-style-type: none;
    /* color: #bdbea6; */
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
}

.footer ul li > i {
    color: var(--sec-color);
    margin-inline-end: 10px; font-size: 20px;
    width: 20px;
    display: inline-block;
}

.footer .widget_title {
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: 0px;
    /* color: #bdbea6; */
    margin-bottom: 30px;
}

.footer .widget_title .title_line {
    display: block;
    width: 65px;
    height: 2px;
    background: var(--main-color);
    margin-top: 15px;
}

.footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.footer .subscribe {
    position: relative;
}

.footer .subscribe input {
    border-radius: 0;
    height: 62px;
    color: #999999;
    border: 0;
}

.footer .subscribe button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: var(--sec-color);
    background: var(--main-color);
    padding: 12px 20px;
    border: 0;
    border-radius: 0;
    z-index: 9;
}

.footer .footer_nav {
    display: flex;
    justify-content: space-between;
}

.footer .footer_nav li {
    position: relative;
}

.footer .footer_nav li:first-child {
    padding-top: 0px;
}

.footer .footer_nav li a {
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding-inline-start: 0px; text-decoration: none;
    letter-spacing: -0.2px;
}

.footer .footer_nav li a:hover {
    color: var(--sec-color);
}

.footer .most_read li {
    margin-bottom: 10px;
}

.footer .footer_bottom {
    background: #153d3e;
    padding: 3px 30px;
}

.footer .footer_bottom .header {
    background: none;
}

.footer .footer_bottom .header .header_social .top_social li {
    width: auto;
}

.footer .footer_bottom .header .header_social .top_social li a i {
    margin-inline-end: 0; line-height: 2.5;
}

.footer .footer_bottom .footer_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: var(--sec-color);
}

.footer .footer_bottom .footer_bottom_inner .footer_nav_bottom ul {
    display: flex;
}

.footer .footer_bottom .footer_bottom_inner .footer_nav_bottom ul li {
    margin-bottom: 0;
}

.footer .footer_bottom .footer_bottom_inner .footer_nav_bottom ul li:first-child {
    margin-inline-end: 20px; }

.footer .footer_bottom .footer_bottom_inner .copyright {
    margin-inline-end: auto; }

.footer .footer_bottom .footer_bottom_inner .copyright p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    /* color: #bdbea6; */
    margin-bottom: 0;
}

.footer .footer_bottom .footer_bottom_inner .copyright p a {
    /* text-transform: lowercase; */
    color: var(--sec-color);
}

.footer .footer_bottom .footer_bottom_inner .footer_nav_bottom a {
    color: var(--sec-color);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.footer .footer_bottom .footer_bottom_inner .totop {
    position: relative;
    text-align: right;
    margin-inline-start: 25px; }

.footer .footer_bottom .footer_bottom_inner .totop a {
    width: 54px;
    height: 54px;
    background: var(--main-color);
    color: var(--sec-color);
    display: inline-block;
    text-align: center;
    line-height: 54px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px var(--main-color);
}

.footer .footer_bottom.footer_bottom_2 .footer_bottom_inner {
    justify-content: space-between;
}

.footer .footer_bottom.footer_bottom_2 .footer_bottom_inner .copyright {
    margin: unset;
}

.footer .footer_bottom.footer_bottom_2 .footer_bottom_inner .footer_nav_bottom {
    margin-inline-start: auto; }

.footer .footer_social {
    text-align: center;
}

.footer .footer_social .bottom_social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
}

.footer .footer_social .bottom_social li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 0px 8px;
}

.footer .footer_social .bottom_social li:first-child {
    padding-inline-start: 0px; }

.footer .footer_social .bottom_social li:last-child {
    padding-inline-end: 0px; }

.footer .footer_social .bottom_social li a {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    background: var(--sec-color);
    color: var(--sec-color);
    display: block;
    outline: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
}

.footer .footer_social .bottom_social li a:hover {
    color: var(--main-color);
}

.footer .widget_info {
    margin-top: 20px;
    margin-bottom: 45px;
}

.footer .widget_info p {
    color: #c5d1e7;
    font-size: 17px;
    line-height: 28px;
}

.footer .logo {
    width: 200px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.side_footer_social {
    text-align: center;
    margin-top: 30px;
}

.side_footer_social .bottom_social {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
    /* padding: 0 20px; */
    width: 100%;
    justify-content: center;
}

.side_footer_social .bottom_social li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 0px 8px;
    margin-bottom: 0px;
}

.side_footer_social .bottom_social li:first-child {
    padding-inline-start: 0px; }

.side_footer_social .bottom_social li:last-child {
    padding-inline-end: 0px; }

.side_footer_social .bottom_social li a {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    color: #000;
    background: white;
    display: block;
    outline: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
}

.side_footer_social .bottom_social li a:hover {
    color: var(--main-color);
}

.about_list ul li i {
    top: 2px;
    position: relative;
    color: var(--sec-color);
}

/* End Footer */
/* Start Services-page */
.page_header {
    position: relative;
    overflow: hidden;
}

.page_header::before, .goals-h::before {
    position: absolute;
    content: url("../images/inner/1.png");
    z-index: 9;
    left: 0;
    top: 0;
    animation: headerobject-move1 4s ease-out infinite;
    opacity: 0;
}

.page_header::after, .goals-h::after {
    position: absolute;
    content: url("../images/inner/2.png");
    z-index: 9;
    left: 0;
    top: 0;
    animation: headerobject-move2 4s ease-out infinite;
    opacity: 0;
}

@keyframes headerobject-move1 {
    0% {
        top: 0px;
    }

    50% {
        top: -50px;
    }

    100% {
        top: 0px;
    }
}

@keyframes headerobject-move2 {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: -50px;
    }

    100% {
        bottom: 0px;
    }
}

.page_header .page_header_content {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0px;
    padding: 130px 120px 140px 120px;
    background-color: var(--dark-color);
    background-size: 35% 100%;
    background-attachment: fixed !important;
}

.page_header .page_header_content > div {
    position: relative;
}

.page_header .page_header_content .heading {
    position: relative;
    font-size: 49px;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: -1px;
    color: #fff;
    z-index: 90;
    width: 50%;
}

.page_header .page_header_content::before {
    position: absolute;
    content: "";
    background: var(--dark-color);
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    opacity: .5;
}

.page_header .breadcrumb {
    padding: 15px 30px 15px;
    margin-bottom: 0;
    margin-top: 25px;
    list-style: none;
    display: inline-block;
    background: var(--main-color);
    position: relative;
    z-index: 10;
    padding-inline-start: 80px;
    border-radius: 15px;
    }

.page_header .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    /* font-family: "Open Sans", sans-serif; */
    line-height: 26px;
    color: var(--sec-color);
}

.page_header .breadcrumb li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    padding: 0px 10px;
    color: var(--sec-color);
}

.page_header .breadcrumb li:first-child:before {
    display: none;
}

.page_header .breadcrumb li:first-child:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    background: var(--sec-color);
    left: -40px;
    top: 13px;
}

.page_header .breadcrumb li a {
    color: var(--sec-color);
}

.page_header .breadcrumb li a:hover {
    color: var(--sec-color);
}

.page_header .breadcrumb li.active {
    color: var(--sec-color);
}

.body-inner {
    padding: 100px 0;
}

/* End Services-page */
/* Start About-page */
.about_inner {
    padding: 120px 0 250px;
}

.about_inner_heading {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 120px;
}

.about_inner_heading h3, .about_inner_heading .h3 {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.18px;
    color: var(--sec-color);
    margin-bottom: 50px;
    display: none;
}

.about_inner_heading h3 span, .about_inner_heading .h3 span {
    color: var(--sec-color);
}

.about_inner_heading h6, .about_inner_heading .h6 {
    position: relative;
    font-size: 35px;
    line-height: 24px;
    letter-spacing: 2.4px;
    display: -webkit-inline-box;
    display: inline-box;
}

.about_inner_heading h6::before, .about_inner_heading .h6::before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    width: 67px;
    height: 1px;
    left: -86px;
    top: 11px;
}

.about_inner_content .about_image {
    position: relative;
    /* overflow: hidden; */
    height: 450px;
    object-fit: cover;
}

.about_inner_content .about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_inner_content .about_image .about_content {
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 18px 30px;
}

.about_inner_content .about_image .about_content h4, .about_inner_content .about_image .about_content .h4 {
    color: var(--sec-color);
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -0.18px;
}

.about_inner_content .about_image .about_content i {
    background: var(--main-color);
    color: var(--sec-color);
    width: 53px;
    height: 53px;
    line-height: 53px;
    border-radius: 100%;
    text-align: center;
}

.about_inner_content .hover_about_content {
    position: absolute;
    top: 0;
    background: var(--main-color);
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.about_inner_content .hover_about_content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/inner/3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    animation: pulse 3s infinite;
    transition: all 2.5s ease-in-out;
    opacity: 0;
}

.about_inner_content .hover_about_content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/inner/4.png);
    background-repeat: no-repeat;
    background-position: center right;
    right: 0;
    top: 0;
    animation: pulse 3.5s infinite;
    transition: all 2.5s ease-in-out;
    opacity: 0;
}

.about_inner_content .hover_about_content .about_content_info {
    position: relative;
    z-index: 1;
}

.about_inner_content .hover_about_content .about_content_info h4, .about_inner_content .hover_about_content .about_content_info .h4 {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.18px;
    color: var(--sec-color);
    position: relative;
}

.about_inner_content .hover_about_content .about_content_info h4::before, .about_inner_content .hover_about_content .about_content_info .h4::before {
    position: absolute;
    content: "";
    background: var(--sec-color);
    width: 128px;
    height: 2px;
    right: 5%;
    bottom: 22px;
    display: none;
}

.about_inner_content .hover_about_content .about_content_info p {
    font-weight: 400;
    letter-spacing: -0.18px;
    color: var(--sec-color);
    font-size: 18px;
}

.about_inner_content .hover_about_content .about_content_info .about_list ul li i {
    color: var(--sec-color);
}

.about_inner_content:hover .hover_about_content {
    opacity: 1;
}

.about_inner_content:hover .hover_about_content::before {
    /* opacity: 1; */
}

.about_inner_content:hover .hover_about_content::after {
    /* opacity: 1; */
}

.about_team .team_heading_paragraph p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.about_team .team_heading_paragraph p:last-child {
    margin-bottom: 0;
}

.about_team .heading_common p {
    margin-top: 10px;
}

.about_team {
    padding-bottom: 120px;
}

.faq {
    /* background: url(../images/inner/faq_bg.png); */
    padding-bottom: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background: var(--main-color);
}

.faq .overlay-img {
    position: absolute;
    width: 45%;
    height: 100%;
    z-index: auto;
    top: 0;
}

.faq .section_header {
    padding-top: 50px;
    position: relative;
    z-index: 90;
}

.faq .section_header .section_title {
    color: var(--main-color);
    line-height: 46px;
    margin-bottom: 10px;
}

.faq .faq_bg {
    position: relative;
}

.faq .faq_bg::before {
    position: absolute;
    content: "";
    background-image: url(../images/inner/7.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    top: 0;
    animation: pulse 4s infinite;
    display: none;
}

.faq .faq_bg::after {
    display: none;
    position: absolute;
    content: "";
    background-image: url(../images/inner/8.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 100%;
    top: 0;
    animation: pulse 3.5s infinite;
}

.images-faq {
    display: flex;
    align-items: end;
    height: 100%;
}

.faq_imgbox {
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.accordion {
    margin-bottom: 50px;
    position: relative;
    z-index: 90;
}

.accordion .item {
    position: relative;
    border-radius: 20px;
    transition: all 0.7s ease;
    margin-bottom: 10px;
    background: #f6f6f6;
    /* transition: all 0.5s ease; */
}

.accordion .item .accordion_tab {
    position: relative;
    padding: 10px 45px;
    cursor: pointer;
    border-bottom: none;
    /* background: var(--sec-color); */
}

.accordion .item .accordion_tab .accordion_title {
    position: relative;
    font-size: 19px;
    line-height: 46px;
    /* color: var(--main-color); */
    padding-inline-end: 50px; border: none;
    color: white;
}

.accordion .item .accordion_tab .accordion_title span {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: var(--main-color);
    margin-inline-end: 5px; }

.accordion .item .accordion_tab .accordion_tab_icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
}

.accordion .item .accordion_tab .accordion_tab_icon .close_icon {
    display: none;
}

.accordion .item .accordion_tab .accordion_tab_icon i {
    font-size: 21px;
    color: black;
}

.accordion .item .accordion_info {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
    color: #999999;
    padding: 0px 20px;
    display: none;
    letter-spacing: -0.18px;
    padding-inline-end: 30px; /* color: #bdbea6; */
}

.accordion .item.active .accordion_tab {
    border-bottom: 1px solid #ffffff69;
}

.accordion .item.active .accordion_tab .accordion_title {
    color: var(--sec-color);
}

.accordion .item.active .accordion_tab .accordion_tab_icon .open_icon {
    display: none;
}

.accordion .item.active .accordion_tab .accordion_tab_icon .close_icon {
    display: block;
}

.accordion .item.active .accordion_info {
    display: block;
    /* border-bottom: 1px solid rgba(213, 143, 118, 0.3); */
}

.accordion .item:last-child {
    margin-bottom: 0px;
}

.accordion .item:last-child .accordion_tab {
    border-bottom: none;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

.about_inner_content {
    margin: 0 0 30px;
    height: calc(100% - 30px);
}

.comany-name a {
    display: block;
    overflow: hidden;
    height: 30px;
    width: 80px;
}

.comany-name a svg {
    height: 100px;
    object-fit: cover;
    transform: scale(1.2) translateY(-28px) translateX(-47px);
    display: block;
    filter: brightness(0) invert(1);
}

.footer .comany-name {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
}

.form-container .row {
    justify-content: center;
}

.swiper_one .swiper-bg-slide::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.8;
}

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

.video-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

.video-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-box1, .video-box2 {
    position: relative;
    height: 418px;
}

.video-box1 img, .video-box2 img {
    width: 100%;
    /* min-height: 600px; */
    object-fit: cover;
    height: 100%;
}

.video-item.video-item-2 {
    position: relative;
    width: 100%;
    padding: 30px 70px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background: none !important;
    background-image: none !important;
}

.video-item.video-item-2::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.9;
    z-index: 0;
}

.title-area {
    margin-bottom: calc(30px - 12px);
    position: relative;
    z-index: 2;
}

.sub-title {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--sec-color) !important;
    margin-bottom: 25px;
    border-radius: 5px;
}

.sub-title img {
    margin-inline-end: 10px; }

.title-area .sec-title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    /* color: #bdbea6 !important; */
}

.title-area p {
    margin: 0 0 15px 0;
    color: var(--sec-color);
    line-height: 1.75;
    font-size: 15px;
}

.counter-wrapper {
    /* display: flex; */
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-inline-end: -10px; margin-inline-start: -10px; flex-wrap: wrap;
}

.counter-card {
    position: relative;
    /* background: var(--sec-color); */
    border-radius: 10px;
    text-align: center;
    padding: 0;
    overflow: hidden;
    transition: 0.4s;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.counter-card .icon {
    position: relative;
    margin: 0 auto 0px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.counter-card .icon img {
    /* filter: brightness(0) invert(1); */
    display: block;
    transition: 0.4s ease-in-out;
    margin: 15px auto;
    width: 80px;
    padding: 0;
}

.counter-card_number {
    font-weight: 600;
    font-size: 50px;
    line-height: 66px;
    color: #fff;
    margin-bottom: 0px;
    transition: 0.4s;
    text-transform: lowercase;
}

.counter-card_text {
    color: #696e7c;
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
    transition: 0.4s;
    color: #fff;
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    top: 30%;
    right: 0%;
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.counter-card:hover {
    /* background: var(--main-color); */
}

.counter-card:hover .icon {
    /* background: var(--sec-color); */
}

.counter-card:hover .icon img {
    /* filter: none; */
}

.counter-card:hover .counter-card_number {
    color: var(--sec-color);
}

.counter-card:hover .counter-card_text {
    color: var(--sec-color);
}

/* End About-page */
/* Start Spcial-service */
.overlay-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.8;
}

.spcial-service {
    /* padding: 100px 0; */
    overflow: hidden;
    padding-bottom: 0;
}

.spcial-service .row {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.spcial-service .heading_common.heading_primary_color h1 {
    color: var(--sec-color);
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 30px;
}

.spcial-service .heading_common p {
    max-width: 700px;
    /* color: #bdbea6; */
}

.spcial-service .btn-center {
    display: flex;
    justify-content: flex-end;
}

.spcial-service .btn-center .btn {
    background: var(--sec-color);
    font-size: 20px;
    min-width: 200px;
}

.spcial-service .btn-center .btn::before {
    background: var(--dark-color);
}

/* End Spcial-service */
/* Start Testimonial-h */
.testimonial_padding {
    padding: 120px 0 140px 0;
}

.swiper_testimonial {
    position: relative;
}

.testimonial_inner {
    text-align: center;
}

.testimonial_inner .tesmonial_inner_image {
    position: relative;
}

.testimonial_inner .tesmonial_inner_image img {
    position: relative;
    z-index: 9;
}

.testimonial_inner .tesmonial_inner_image img:last-child {
    position: absolute;
    left: 50%;
    top: 66px;
    transform: translateX(-50%);
}

.testimonial_inner h1, .testimonial_inner .h1 {
    font-size: 110px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.18px;
    color: var(--bg-color);
    margin-top: -20px;
}

.testimonial_inner p {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.18px;
    color: var(--main-color);
    /* color: #bdbea6; */
}

.testimonial_inner h6, .testimonial_inner .h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2.4px;
    color: var(--sec-color);
    position: relative;
    margin-inline-start: 75px; display: -webkit-inline-box;
    display: inline-box;
}

.testimonial_inner h6::before, .testimonial_inner .h6::before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    width: 67px;
    height: 1px;
    left: -80px;
    top: 11px;
}

.swiper_testimonial .swiper-button-next, .swiper_testimonial .swiper-button-prev {
    color: var(--sec-color);
    top: 60%;
}

.swiper_testimonial .swiper-button-next {
    right: -150px;
}

.swiper_testimonial .swiper-button-prev {
    left: -150px;
}

.blog_post.cert-block .post_content {
    padding: 25px 35px;
}

.goals-h .container {
    position: relative;
    z-index: 99;
}

.header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info a:hover, .header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info span:hover, .header .header_inner .header_right_content .header_top_content .header_top_info_right a:hover {
    /* color: #bdbea6; */
}

/* End Testimonial-h */
/* Start Blogs-page */
.sidebar_tags ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 24px;
    overflow: hidden;
}

.sidebar_tags ul li:not(:last-child) {
    margin-inline-end: 3px; }

.sidebar_tags ul li a {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    display: inline-block;
    color: var(--sec-color);
    letter-spacing: 2.4px;
    background: var(--bg-color);
    padding: 5px 15px;
    border-radius: 5px;
}

.sidebar_tags ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
    height: 1px;
    background: var(--main-color);
}

.sidebar_tags ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 99%;
    height: 1px;
    background: #999999;
}

.sidebar_tags ul li a:hover {
    color: var(--main-color);
}

.sidebar_tags ul li a:hover::before {
    width: 99%;
}

.sidebar_tags ul li a:hover::after {
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

.blog_inner .widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--main-color);
    /* text-align: left; */
    margin-top: 0px;
    margin-bottom: 15px;
    margin-inline-start: 60px; }

.blog_inner .widget_title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--sec-color);
    left: -60px;
    top: 13px;
}

.blog_inner .widget {
    margin-bottom: 45px;
}

.blog_inner .sidebar .widget_title {
    position: relative;
    margin-inline-start: 53px; }

.blog_inner .sidebar .widget_title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: var(--sec-color);
    left: -50px;
    top: 13px;
}

.newsletter_side .contact_form .form-control {
    height: 48px;
}

.newsletter_side .contact_form .btn_one {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 11px 22px;
    font-family: "Open Sans", sans-serif;
}

.blog_details .sidebar, .blog_inner_padding_right .sidebar {
    padding-inline-start: 30px; }

.blog_inner_padding_left .sidebar {
    padding-inline-end: 30px; }

.sidebar_author img {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.sidebar_author .intro {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 6px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
}

.sidebar_author .author_social {
    margin-top: 20px;
}

.sidebar_author .author_social ul {
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: center;
}

.sidebar_author .author_social ul li {
    list-style-type: none;
    width: auto;
    margin-inline-end: 15px; /* Social Color */
}

.sidebar_author .author_social ul li:hover a {
    background: var(--main-color);
    color: var(--sec-color);
}

.sidebar_author .author_social ul li a {
    background: var(--bg-color);
    display: block;
    font-size: 17px;
    text-align: center;
    color: var(--sec-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}

.sidebar_author .author_social ul li a i {
    min-width: 40px;
    min-height: 40px;
    display: block;
    line-height: 40px;
}

.sidebar_author .author_social ul li:last-child {
    margin-inline-end: 0px; }

.sidebar_author .author_social ul li.facebook a {
    background: #345895;
}

.sidebar_author .author_social ul li.twitter a {
    background: #00a0ee;
}

.sidebar_author .author_social ul li.dribbble a {
    background: #2867b2;
}

.sidebar_author .author_social ul li.linkedin a {
    background: #2867b2;
}

.sidebar_author .author_social ul li.instagram a {
    background: #4c57ea;
}

.sidebar_author .author_social ul li.skype a {
    background: #00aff0;
}

.sidebar_author .author_social ul li.rss a {
    background: #8265ff;
}

.sidebar_author .author_social ul li.pinterest a {
    background: #ff081e;
}

@media screen and (max-width: 991px) {
    .sidebar_author .author_social ul li {
        margin-inline-end: 8px;
    }

    .sidebar_author .author_social ul li a {
        width: 30px;
        height: 30px;
        line-height: 34px;
        font-size: 14px;
    }
}

/*-- Recent Posts --*/
.widget_recent_posts {
    padding-inline-start: 0px; padding-inline-end: 0px; }

.widget_recent_posts ul li {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(174, 182, 194, 0.15);
}

.widget_recent_posts ul li:first-child {
    padding-top: 0px;
}

.widget_recent_posts ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #ffd8d9;
}

.widget_recent_posts ul li .recent_post_image {
    min-width: 125px;
    width: 125px;
    margin-inline-end: 22px; }

.widget_recent_posts ul li h5, .widget_recent_posts ul li .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 15px;
    word-break: break-word;
    letter-spacing: 0;
}

.widget_recent_posts ul li h5 a, .widget_recent_posts ul li .h5 a {
    color: var(--main-color);
}

.widget_recent_posts ul li h5 a :hover, .widget_recent_posts ul li .h5 a :hover {
    color: var(--main-color);
}

.widget_recent_posts ul li h6, .widget_recent_posts ul li .h6 {
    font-size: 11px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: var(--sec-color);
    letter-spacing: 2.4px;
}

.sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    background: var(--sec-color);
}

.widget {
    margin-bottom: 30px;
    border-radius: 8px;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    list-style-type: none;
}

.widget .widget_title {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.widget .widget_title .title_line {
    display: block;
    width: 40px;
    height: 1px;
    margin-top: 6px;
}

/*-- Search --*/
.widget_search {
    padding: 0px;
    background: transparent;
}

.sidebar_search {
    text-align: left;
}

.sidebar_search .search_form {
    position: relative;
}

.sidebar_search .search_form .form-control {
    padding: 5px 30px;
    height: 50px;
    border: 0px solid var(--bg-color);
    color: var(--sec-color);
    background: var(--bg-color);
    border-radius: 5px;
}

.sidebar_search .search_form .form-control:focus {
    box-shadow: none;
}

.sidebar_search .search_form .form-control-submit {
    position: absolute;
    top: 1px;
    right: 0;
    border: 0px solid var(--sec-color);
    background: var(--sec-color);
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: var(--sec-color);
    cursor: pointer;
    border-radius: 5px;
}

.sidebar_search .search_form .form-control-submit:focus {
    outline: none;
}

.sidebar_search .search_form ::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--sec-color);
}

.sidebar_search .search_form ::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--sec-color);
}

.sidebar_search .search_form :-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--sec-color);
}

.sidebar_search .search_form :-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--sec-color);
}

.sidebar_search .search_form :placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--sec-color);
}

.widget_categories ul li {
    width: 100%;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--main-color);
    padding: 6px 0px;
    line-height: 24px;
    transition: all 0.5s ease-in-out;
}

.widget_categories ul li:not(.category_item) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_categories ul li:first-child {
    background-image: none;
    padding-top: 0px;
}

.widget_categories ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget_categories ul li:hover {
    color: var(--main-color);
}

.widget_categories ul li a {
    color: var(--main-color);
}

.widget_categories ul li a:hover {
    color: var(--sec-color);
}

.widget_categories ul li.active {
    color: var(--sec-color);
}

.widget_categories ul li.active a {
    color: var(--sec-color);
}

.pagination-div {
    display: inline-block;
    width: 100%;
    padding-bottom: 120px;
    padding-top: 70px;
}

.pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.pagination li a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #000000;
    margin-inline-start: 10px; }

.pagination li a.page-number {
    color: var(--main-color);
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.pagination li a.page-number:hover, .pagination li a.page-number.current {
    background: var(--bg-color);
    border-radius: 100%;
    color: var(--sec-color);
}

@media screen and (min-width: 1200px) {
    .header .header_inner .header_right_content .header_top_content .header_top_info_right {
        margin-inline-end: 50px;
    }

    .header .mainnav {
        margin-inline-start: 0; display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        /* margin-inline-end: 10px; */
        flex-wrap: nowrap;
    }

    .header .header_bottom_content .free_contact {
        margin-inline-end: 50px; }

    .header.sticky {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
    }

    .header.sticky .header_inner .header_logo {
        top: 0px;
        position: relative;
        max-height: none;
        text-align: center;
    }
}

.header.sticky .header_inner .header_logo img {
    max-height: 51px;
    width: auto;
}

/* End Blogs-page */
/* Start Blog-single */
.blog_inner {
    padding-top: 100px;
}

.blog_inner .blog_details .widget_title::before {
    top: 14px;
}

.blog_inner .blog_details .blog_details_inner .widget_title {
    font-size: 24px;
    line-height: 32px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .widget_title {
    font-size: 24px;
    line-height: 44px;
    color: var(--main-color);
}

.blog_inner .blog_details .blog_details_inner .makeacomment .widget_title::before {
    top: 20px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form {
    margin-top: 20px;
    background: none;
    padding: 0;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form .form-group {
    margin-bottom: 20px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form .form-group input {
    background: #f4f1ec;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form .comment-notes {
    color: #818e9d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form ::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form ::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form :-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form :-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form :placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form textarea {
    display: block;
    width: 100%;
    height: 140px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background: #f4f1ec;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .btn_one {
    padding-inline-start: 55px; padding-inline-end: 55px; }

.blog_details {
    /*--- Related Posts ---*/
}

.blog_details .video_post {
    background: none;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: unset;
}

.blog_details .video_post .ytube_video {
    min-height: auto;
}

.blog_details .post_img {
    position: relative;
    margin-bottom: 60px;
    max-width: 100%;
}

.blog_details .post_img img {
    width: 100%;
}

.blog_details .calendar {
    position: absolute;
    top: 40px;
    left: 40px;
    background: var(--main-color);
    padding: 12px 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: table;
}

.blog_details .calendar a {
    display: table-cell;
    vertical-align: middle;
    color: var(--sec-color);
    font-size: 14px;
    line-height: 16px;
}

.blog_details .calendar a .date {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.blog_details .post_header .categ {
    margin-bottom: 15px;
}

.blog_details .post_header .categ a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--sec-color);
    background: var(--main-color);
    padding: 2px 15px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1px;
}

.blog_details .post_header .post_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 54px;
    /* text-align: left; */
    margin: 5px 0px 20px 0px;
    color: var(--sec-color);
}

.blog_details .post_header .tags {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-flex;
}

.blog_details .post_header .tags a {
    position: relative;
    color: var(--main-color);
    padding: 0px 10px;
}

.blog_details .post_header .tags a:first-child {
    padding-inline-start: 0px; }

.blog_details .post_header .tags a:last-child {
    padding-inline-end: 0px; }

.blog_details .post_header .tags a:last-child:after {
    display: none;
}

.blog_details .post_header .tags a:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 7px;
    width: 2px;
    height: 2px;
    background: #fd4145;
    border-radius: 100%;
}

.blog_details .post_header h6, .blog_details .post_header .h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.4px;
    color: var(--sec-color);
}

.blog_details blockquote {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-style: italic;
    background: transparent;
    color: var(--main-color);
    padding: 10px 40px 40px 40px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.blog_details blockquote p, .blog_details blockquote .blockquote_inner {
    position: relative;
    padding: 30px 35px;
    background: #ffe9e3;
}

.blog_details .fulltext {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    font-weight: 400;
}

.blog_details .fulltext .highlight {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--sec-color);
}

.blog_details .fulltext .widget_title {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.blog_details p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    font-weight: 400;
}

.blog_details ul.point_order {
    padding-inline-start: 55px; margin-bottom: 35px;
    list-style-type: none;
}

.blog_details ul.point_order li {
    position: relative;
    padding-inline-start: 35px; font-weight: 400;
    line-height: 36px;
    color: #999999;
}

.blog_details ul.point_order li:before {
    content: "\f560";
    font-family: "FontAwesome";
    font-size: 24px;
    position: absolute;
    left: 0;
    color: var(--sec-color);
}

.blog_details .post_gallery {
    margin-bottom: 30px;
    text-align: center;
}

.blog_details .post_footer {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.blog_details .post_share {
    display: flex;
    align-items: center;
}

.blog_details .post_share ul.share_list {
    display: flex;
    margin-bottom: 0px;
    padding-inline-start: 0; }

.blog_details .post_share ul.share_list li {
    font-family: "Open Sans", sans-serif;
    list-style-type: none;
    display: inline-block;
    margin-inline-end: 15px; }

.blog_details .post_share ul.share_list li a {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    display: inline-block;
    color: var(--sec-color);
    letter-spacing: 2.4px;
    background: #f4f1ec;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.blog_details .post_share ul.share_list li:first-child {
    font-size: 20px;
    font-weight: 400;
    color: var(--main-color);
    line-height: 30px;
    margin-inline-end: 15px; }

.blog_details .post_share ul.share_list li:first-child a {
    margin-inline-start: 0px; }

.blog_details .post_share ul.share_list li:last-child {
    margin-inline-end: 0; }

.blog_details .post_share ul.share_list li:last-child a {
    margin-inline-end: 0px; }

.blog_details .post_share ul.share_list li.facebook a {
    background: #345895;
}

.blog_details .post_share ul.share_list li.twitter a {
    background: #00a0ee;
}

.blog_details .post_share ul.share_list li.dribbble a {
    background: #a99df5;
}

.blog_details .post_share ul.share_list li.instagram a {
    background: #4c57ea;
}

.blog_details .post_share ul.share_list li.linkedin a {
    background: #2867b2;
}

.blog_details .post_share ul.share_list li.pinterest a {
    background: #ff081e;
}

.blog_details .post_share ul.share_list li:hover a {
    background: var(--main-color);
}

.blog_details .post_tag {
    display: flex;
}

.blog_details .post_tag ul.tag_list {
    display: flex;
    margin-bottom: 0px;
    padding-inline-start: 0; }

.blog_details .post_tag ul.tag_list li {
    list-style-type: none;
    display: inline-block;
}

.blog_details .post_tag ul.tag_list li a {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: lowercase;
    padding: 0px 18px;
}

.blog_details .post_tag ul.tag_list li:nth-child(odd) a {
    color: var(--main-color);
}

.blog_details .post_tag ul.tag_list li:nth-child(even) a {
    color: var(--main-color);
}

.blog_details .post_tag ul.tag_list li:first-child a {
    padding-inline-start: 0px; }

.blog_details .post_tag ul.tag_list li:last-child a {
    padding-inline-end: 0px; }

.blog_details .author_div {
    display: flex;
    margin: 40px 0px;
}

.blog_details .author_div .author {
    max-width: 125px;
    min-width: 125px;
    height: 125px;
    margin-inline-end: 30px; border-radius: 100%;
    overflow: hidden;
}

.blog_details .author_div .author_name {
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 6px;
    line-height: 32px;
}

.blog_details .author_div .author_intro {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #999999;
}

.blog_details .author_div .social_media {
    display: flex;
    align-items: center;
}

.blog_details .author_div .social_media ul.social_list {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-inline-start: 0; }

.blog_details .author_div .social_media ul.social_list li {
    list-style-type: none;
    display: inline-block;
}

.blog_details .author_div .social_media ul.social_list li a {
    font-size: 16px;
    padding: 0px 16px;
    color: var(--sec-color);
}

.blog_details .author_div .social_media ul.social_list li:first-child a {
    padding-inline-start: 0px; }

.blog_details .author_div .social_media ul.social_list li:last-child a {
    padding-inline-end: 0px; }

.blog_details .related_posts {
    margin-bottom: 30px;
}

.blog_details .related_posts .blog_post .post_header {
    margin-top: 25px;
    text-align: left;
}

.blog_details .related_posts .blog_post .post_header .post_title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*-------- Comments ------------*/
.comment_sec {
    margin-top: 60px;
    margin-bottom: 25px;
}

.comment_sec .widget_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--main-color);
    text-transform: capitalize;
    letter-spacing: 0;
}

.comment_sec ul {
    list-style-type: none;
    padding-inline-start: 0; margin-bottom: 0px;
}

.comment_sec ul ul {
    padding-inline-start: 90px; }

.comment_sec ul.comment_area .commenter_div {
    padding-top: 30px;
    padding-bottom: 30px;
}

.comment_sec ul.comment_area .commenter_div .commenter {
    margin-inline-end: 30px; min-width: 90px;
    max-width: 90px;
    max-height: 90px;
    float: left;
}

.comment_sec ul.comment_area .commenter_div .comment_block {
    padding-inline-start: 120px; }

.comment_sec ul.comment_area .commenter_div .comment_block .commenter_name {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0px;
    color: var(--main-color);
    text-transform: capitalize;
}

.comment_sec ul.comment_area .commenter_div .comment_block .commenter_review {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #999999;
    margin-top: 7px;
    margin-bottom: 4px;
}

.comment_sec ul.comment_area .commenter_div .comment_block .comment_date {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--sec-color);
    line-height: 24px;
    letter-spacing: 2.4px;
    margin-inline-start: 15px; }

.comment_sec ul.comment_area .commenter_div .comment_block .reply a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--sec-color);
    line-height: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.comment_sec ul.comment_area .commenter_div .comment_block .comment_flex {
    display: flex;
    align-items: center;
}

.comment_sec .comments-pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    display: flex;
    padding-inline-start: 0; list-style: none;
    border-radius: 0px;
}

.comment_sec .comments-pagination a, .comment_sec .comments-pagination span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: rgba(255, 169, 3, 0.3);
    color: var(--main-color);
    border: 1px solid transparent;
    border-radius: 4px;
    margin-inline-end: 10px; }

.comment_sec .comments-pagination a:hover, .comment_sec .comments-pagination a.current, .comment_sec .comments-pagination span:hover, .comment_sec .comments-pagination span.current {
    background: var(--main-color);
    color: var(--sec-color);
}

.read_more a {
    border-radius: 0;
}

.blog_inner {
    padding-top: 100px;
}

.blog_inner .blog_details .widget_title::before {
    top: 14px;
}

.blog_inner .blog_details .blog_details_inner .widget_title {
    font-size: 24px;
    line-height: 32px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .widget_title {
    font-size: 24px;
    line-height: 44px;
    color: var(--main-color);
}

.blog_inner .blog_details .blog_details_inner .makeacomment .widget_title::before {
    top: 20px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form {
    margin-top: 20px;
    background: none;
    padding: 0;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form .form-group {
    margin-bottom: 20px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form .form-group input {
    background: #f4f1ec;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form .comment-notes {
    color: #818e9d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form ::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form ::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form :-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form :-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form :placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .contact_form textarea {
    display: block;
    width: 100%;
    height: 140px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background: #f4f1ec;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}

.blog_inner .blog_details .blog_details_inner .makeacomment .btn_one {
    padding-inline-start: 55px; padding-inline-end: 55px; }

.blog_home_padding {
    padding: 115px 0 100px 0;
}

.dark_version_bg_two .blog_post .post_content_part {
    background: transparent;
    border: 1px solid var(--main-color);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dark_version_bg_two .blog_post .post_footer_flex {
    border-top: 1px solid var(--main-color);
}

.dark_version_bg_two .blog_post .post_footer_flex .author_flex h6 a, .dark_version_bg_two .blog_post .post_footer_flex .author_flex .h6 a {
    color: var(--sec-color);
}

.dark_version_bg_two .post_content .post_header h3 a, .dark_version_bg_two .post_content .post_header .h3 a {
    color: var(--sec-color);
}

.blog.dark_version_bg_two .heading_common h3, .blog.dark_version_bg_two .heading_common .h3 {
    color: var(--sec-color);
    position: relative;
    z-index: 11;
}

.blog.dark_version_bg_two .heading_common h5, .blog.dark_version_bg_two .heading_common .h5 {
    position: relative;
    z-index: 111;
}

.blog.dark_version_bg_two .heading_common h1, .blog.dark_version_bg_two .heading_common .h1 {
    z-index: unset;
    color: var(--main-color);
}

.video_post {
    background: url("../images/video_bg.png");
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75%;
    position: absolute;
    right: 0;
}

.video_post .ytube_video {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    max-height: 100%;
    height: 100%;
}

.video_post .ytube_video .post_content img {
    width: 100%;
}

.video_post .ytube_video #ytvideo {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_post .ytube_video .ytplay_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--sec-color);
    text-align: center;
    font-size: 30px;
    color: var(--sec-color);
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .video_post .ytube_video .ytplay_btn {
        transition: none;
    }
}

.video_post .ytube_video.play #ytvideo {
    opacity: 1;
}

.video_post .ytube_video.play .post_content {
    opacity: 0;
    visibility: hidden;
}

.video_post .ytube_video .post_header {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.video_post .ytube_video .post_header .post_title {
    margin: 0px 0px;
    color: var(--sec-color);
}

.video_post .ytube_video .post_header .post_title a {
    color: var(--sec-color);
}

/* End Blog-single */
/* Start Contact-page */
.contact_form {
    background: var(--main-color) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 45px;
    position: relative;
    z-index: 9;
}

.contact_form .heading_common {
    margin-bottom: 35px;
}

.contact_form .form-control {
    height: 58px;
    color: var(--sec-color);
    font-size: 16px;
    line-height: 30px;
    border-color: transparent;
    border-radius: 5px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid var(--dark-color);
}

.contact_form textarea.form-control {
    height: 150px;
}

.contact_form .form-group ::-webkit-input-placeholder {
    /* Edge */
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form ::-webkit-input-placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form ::-moz-placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form :-ms-input-placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form :-moz-placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_form :placeholder {
    color: #818e9d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.contact_inner {
    padding: 150px 0 200px 0;
}

.contact_inner .contact_box {
    background: var(--main-color);
    /*border-radius: 40px;
    filter: drop-shadow(0 -2.5px -7.6px rgba(226, 200, 191, 0.2));*/
    filter: drop-shadow(0 -2.5px 7.6px rgba(226, 200, 191, 0.2));
    z-index: 1;
    padding: 10px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    margin: 15px 0;
    height: calc(100% - 30px);
}

.contact_inner .contact_box .service_inner {
    display: flex;
    border: 1px solid var(--sec-color);
    padding: 29px 25px 34px 25px;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
    height: 100%;
    border-radius: 15px;
}

.contact_inner .contact_box .service_inner .content {
    margin-left: 20px;
    flex: 1;
    transition: all 0.5s ease;
    z-index: 4;
}

.contact_inner .contact_box .service_inner .content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.9s ease-in-out;
    direction: ltr;
    /* text-align: end; */
}

.contact_inner .contact_box .service_inner .image {
    z-index: 3;
    position: relative;
}

.contact_inner .contact_box .service_inner .image img {
    width: 100%;
}

.contact_inner .form {
    margin-top: 100px;
}

.contact_inner .form .contact_form input {
    margin-bottom: 20px;
}

.contact_inner .contact_form .heading_common {
    margin-bottom: 23px;
}

.gmapbox .map {
    width: 100%;
    height: 470px;
    background-color: #ffeeee;
}

.contact_form_page .btn_one {
    padding: 16px 40px;
}

.map-h {
    height: 470px;
}

/* End Contact-page */
.reg-block {
    padding: 15px;
    width: 100%;
    height: 200px;
    background: var(--sec-color);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    overflow: hidden;
    /* cursor: pointer; */
    position: relative;
    transition: all 0.5s ease;
    padding-bottom: 20px;
    border-bottom: 5px var(--sec-color) solid;
}

.reg-block .block-inner {
    display: block;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    height: 85%;
}

.reg-block .block-inner .icon {
    height: 65px;
    line-height: 65px;
}

.reg-block .block-inner .icon img {
    max-height: 42px;
}

.reg-block .block-inner h3 {
    padding: 10px 0;
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: bold;
}

.reg-block .foot-block {
    display: flex;
}

.reg-block .foot-block a {
    display: inline-block;
    color: var(--sec-color);
    padding: 1px 4px;
    background: var(--bg-color);
    margin-inline-end: 4px; border-radius: 4px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.reg-block:hover {
    box-shadow: 0px 5px 35px 0px rgb(0 0 0 / 13%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Start Single-regulations */
.rating {
    position: relative;
    display: inline-block;
    /* font-size: 1.5rem; */
    margin: 0 10px;
}

.rating label, .rating input[type="radio"] {
    /* float: right; */
    cursor: pointer;
}

.rating label {
    display: inline;
    color: #d4d5d7;
}

.rating label:hover, .rating label:focus {
    color: #f9ac2f;
}

.rating label:hover ~ label, .rating label:focus ~ label {
    color: #f9ac2f;
}

.rating input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.rating input[type="radio"]:checked ~ label {
    color: #f9ac2f;
}

.reg-single-inner {
    margin: 50px 0;
    box-shadow: 0px 18px 35px 0px rgb(0 0 0 / 10%);
    padding: 40px;
    background: var(--sec-color);
}

.regul-single.body-inner {
    background: #fdfdfd;
}

.reg-single-inner .header-reg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px #efefef solid;
    margin: 0 0 30px;
}

.reg-single-inner .header-reg h3 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 24px;
}

.reg-single-inner .header-reg h3 i {
    font-size: 27px;
    margin-inline-end: 10px; }

.reg-single-inner .content-reg .accordion .item .accordion_tab {
    border: 1px solid rgba(213, 143, 118, 0.3);
    padding: 17px;
}

.reg-single-inner .content-reg .accordion .item .accordion_tab .accordion_tab_icon {
    margin-inline-end: 14px; }

.reg-single-inner .content-reg .details-acc {
    padding: 20px 0;
}

.reg-single-inner .content-reg .details-acc .head-acc {
    color: #555;
    background: var(--bg-color);
    padding: 10px 15px;
    border-radius: 20px;
    margin: 0 0 20px;
}

.reg-single-inner .content-reg .details-acc .head-acc ul {
    display: flex;
    flex-wrap: wrap;
}

.reg-single-inner .content-reg .details-acc .head-acc ul li {
    padding: 0 5px;
    position: relative;
    color: #555;
    font-size: 12px;
    text-transform: capitalize;
}

.reg-single-inner .content-reg .details-acc .head-acc ul li::after {
    content: "|";
    padding: 0 5px;
}

.reg-single-inner .content-reg .details-acc .head-acc ul li:last-child::after {
    display: none;
}

.reg-single-inner .content-reg .accordion .item .accordion_info {
    padding: 0;
}

.reg-single-inner .content-reg .details-acc .title-acc {
    background: var(--sec-color);
    padding: 12px 20px;
    margin: 20px 0;
}

.reg-single-inner .content-reg .details-acc .title-acc h3 {
    margin: 0;
    color: var(--sec-color);
    font-size: 18px;
}

.reg-single-inner .content-reg .details-acc .content-acc p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
    max-width: 700px;
}

.reg-single-inner .content-reg .item {
    margin: 15px 0;
}

.reg-single-inner .content-reg .details-acc .content-acc ul li a {
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
    max-width: 700px;
    text-transform: capitalize;
}

.accordion .item .accordion_tab .accordion_title i {
    margin-inline-end: 10px; }

.reg-single-inner .content-reg .details-acc .content-acc ul li a i {
    font-size: 20px;
    margin-inline-end: 10px; color: var(--sec-color);
}

.reg-single-inner .content-reg .accordion {
    margin: 0;
}

.bottom-details-reg {
    margin: 50px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f4f6f5;
    border-radius: 50px;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 45px;
    align-items: center;
    -webkit-align-items: center;
}

.bottom-details-reg span {
    font-size: 13px;
    color: #888;
}

.bottom-details-reg .timeReq i {
    font-size: 16px;
    margin-inline-end: 7px; }

.bottom-details-reg .rateReg {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.rating label span {
    color: inherit;
    font-size: 18px;
}

.bottom-details-reg .shareNow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.bottom-details-reg .shareNow span {
    margin-inline-end: 15px; }

.bottom-details-reg .shareNow a {
    width: 28px;
    line-height: 28px;
    background: var(--main-color);
    text-align: center;
    color: var(--sec-color);
    margin: 2px;
    font-size: 14px;
}

.bottom-details-reg .shareNow a:hover {
    background: var(--sec-color);
}

.title-modal {
    margin: 20px 0;
    text-align: center;
}

.title-modal h3 {
    font-weight: bold;
    color: var(--sec-color);
}

.content-modal p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.8;
}

.content-modal .btn {
    margin: 30px 0;
    margin-inline-start: auto; display: table;
}

/* End Single-regulations */
/* Start Service-request */
.no-js .multi-step-form fieldset button, .no-js .multi-step-form h2, .multi-step-form.edit-form fieldset button, .multi-step-form.edit-form h2 {
    display: none !important;
}

.no-js .multi-step-form fieldset, .multi-step-form.edit-form fieldset {
    display: block !important;
}

.no-js .multi-step-form [type="submit"], .no-js .multi-step-form [type="reset"], .multi-step-form.edit-form [type="submit"], .multi-step-form.edit-form [type="reset"] {
    display: inline-block !important;
}

.no-js .multi-step-form .steps, .multi-step-form.edit-form .steps {
    display: none;
}

.multi-step-form fieldset {
    display: none;
}

.multi-step-form fieldset:first-of-type {
    display: block;
}

.multi-step-form fieldset.hidden {
    display: none;
}

.multi-step-form fieldset.visible {
    display: block;
}

.multi-step-form .steps button {
    border: 0;
}

.multi-step-form .steps [disabled] {
    background: none;
}

.multi-step-form .steps .active {
    background: #eee;
}

.error-text {
    color: red;
}

.chooseReq {
    margin: 60px 0 0;
}

.chooseReq .alert-h {
    padding: 15px 25px;
    background: #f9f9f9;
    margin: 0 0 20px;
}

.chooseReq .alert-h p {
    font-size: 14px;
    line-height: 25px;
    color: var(--sec-color);
}

.chooseReq .choose-inner .form-group {
    margin: 20px 0;
}

.chooseReq .choose-inner .form-group label {
    margin: 0 0 15px;
    font-size: 16px;
    color: #888;
}

.flex-choose {
    display: flex;
    flex-wrap: wrap;
}

.flex-choose .item {
    margin: 10px 0;
    position: relative;
    margin-inline-end: 20px; border: 1px #ccc solid;
    padding: 12px 20px;
    min-width: 250px;
    font-size: 16px;
    color: #888;
}

.flex-choose .item input {
    /* position: absolute; */
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 4;
    /* opacity: 0; */
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-inline-end: 5px; accent-color: #a08643;
}

.flex-choose .item span {
}

.chooseReq .choose-inner .form-group .btn {
    display: table;
    margin: 30px 0 0;
    margin-inline-start: auto; }

.serv-req-form.multi-step-form h2 {
    font-size: 30px;
    max-width: 600px;
    margin: 0 0 30px;
}

.steps {
    position: relative;
    display: flex;
    flex: 0 1;
    margin: 0 0 50px;
}

.multi-step-form .steps button {
    display: flex;
    background: var(--sec-color) !important;
    text-align: start;
    position: relative;
    flex: auto;
    margin: 0;
    margin-inline-end: 15px; }

.multi-step-form .steps button .num {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ccc;
    border-radius: 50%;
    color: var(--sec-color);
    font-size: 12px;
    transition: all 0.3s;
}

.multi-step-form .steps button span {
    width: calc(100% - 25px);
    padding-inline-start: 10px; font-size: 10px;
    line-height: 18px;
}

.multi-step-form .steps button.active .num {
    background: var(--sec-color);
}

.multi-step-form .steps button.active span {
    color: #333;
}

.multi-step-form .steps button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 2px;
    margin: auto 0;
    width: 120%;
    background: var(--sec-color);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.multi-step-form .steps button:last-child::after {
    display: none;
}

.multi-step-form .steps button.active::after {
    opacity: 0;
}

.details-order-h {
    margin: 30px 0;
    display: flex;
    flex: 0 1;
    padding: 20px;
    background: var(--bg-color);
    flex-wrap: wrap;
    display: none;
}

.details-order-h .item {
    flex: auto;
}

.details-order-h .item .item-inner {
    font-size: 14px;
    padding-inline-end: 15px; }

.details-order-h .item .item-inner strong {
    color: var(--sec-color);
    margin-inline-end: 10px; }

.title-step {
    margin: 0 0 30px;
}

.title-step h3 {
    font-size: 25px;
}

.wizard-inner .form-group {
    margin: 0 0 15px;
    height: calc(100% - 15px);
}

.wizard-inner .form-group label {
    margin: 0 0 12px;
    font-size: 15px;
    color: #888;
}

.wizard-inner .form-group .form-control {
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
    border: 1px #e7e7e7 solid;
    color: #333;
}

.wizard-inner .form-group .btn {
    min-width: 120px;
}

.filter-search-h {
    padding: 25px;
    border: 1px #eee solid;
    height: 100%;
}

.filter-search-h .search-top {
    padding: 0 0 25px;
    border-bottom: 1px #eee solid;
    margin: 0 0 25px;
}

.filter-search-h .search-top h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
}

.filter-search-h .search-top input {
    width: 100%;
    height: 40px;
    border-radius: 0 !important;
    border: 1px #eee solid;
    padding: 0 20px;
    font-size: 15px;
}

.filter-search-h ul {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.filter-search-h ul li {
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}

.filter-search-h ul li:first-child {
    padding-top: 0;
}

.filter-search-h ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.filter-search-h ul li input {
    width: 16px;
    height: 16px;
    accent-color: #9a761e;
    position: relative;
    top: 2px;
}

.wizard-inner .form-group .filter-search-h ul li label {
    margin: 0;
    margin-inline-start: 10px; font-size: 16px;
}

.btn-group {
    justify-content: space-between;
    display: flex;
}

.btn-group .btn {
    flex: inherit;
}

.form-modal .form-group {
    margin: 0 0 15px !important;
}

.modal .btn-group .btn {
    min-width: 120px;
}

.wizard-inner .form-group .flex-choose label {
    margin: 0;
}

.wizard-inner .form-group .flex-choose {
    margin: 25px 0;
}

.wizard-inner .form-group h5 {
    font-size: 18px;
    margin: 40px 0 20px;
    color: var(--main-color);
    font-weight: bold;
}

.wizard-inner .form-group .alert-h {
    padding: 20px;
    background: var(--bg-color);
    /* display: flex; */
    /* justify-content: space-between; */
}

.wizard-inner .form-group .alert-h p {
    display: flex;
    justify-content: space-between;
}

.wizard-inner .col-md-3 .flex-choose {
    margin: 0;
}

.wizard-inner .col-md-3 .form-group {
    /* margin: 0; */
    height: auto;
}

.wizard-inner .col-md-12 .form-group {
    margin: 0;
    height: auto;
}

.wizard-inner .form-group .btn-group {
    margin: 30px 0 0;
}

.wizard-inner .title-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 20px;
    background: var(--bg-color);
}

.wizard-inner .title-flex h5 {
    font-size: 16px;
}

.table-h table {
    width: 100%;
    text-align: center;
}

.table-h table th {
    padding: 12px;
    background: #f1f1f1;
    color: var(--sec-color);
    border: 1px #ccc solid;
}

.table-h table td {
    padding: 12px;
    border: 1px #ccc solid;
}

.table-h table td .btn-group.btn-option {
    margin: 0;
    justify-content: center;
}

.table-h table td .btn-group.btn-option a {
    font-size: 18px;
    margin: 0 10px;
}

.wizard-inner.row .accordion_info {
    padding: 10px 0 30px;
}

.wizard-inner .accordion {
    margin: 0;
}

/* End Service-request */
/* Start Video-h */
.video {
    background: var(--bg-color);
    padding: 100px 0;
    position: relative;
}

.video .list-group {
    margin-top: 40px;
}

.video .list-group .list-group-item {
    padding: 0;
    border: none;
    position: relative;
    background: none;
    display: flex;
}

.video .list-group .list-group-item span {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    line-height: 36px;
    color: #1a1744;
}

.video .list-group .list-group-item p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.video .list-group .list-group-item::before {
    content: counters(section, ".");
    background: var(--sec-color);
    color: var(--sec-color);
    border-radius: 100%;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    max-width: 100%;
    min-width: 39px;
    margin-right: 25px;
}

.video .list-group .list-group-item:after {
    position: absolute;
    content: "";
    border-right: 2px dashed rgb(201 168 85 / 30%);
    background-repeat: no-repeat;
    background-size: cover;
    top: 40px;
    left: 18px;
    width: 1px;
    height: 100%;
}

.video .list-group .list-group-item:last-child::after {
    content: none;
}

.video_post {
    background: url("../images/video_bg.png");
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75%;
    position: absolute;
    right: 0;
}

.video_post .ytube_video {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    max-height: 100%;
    height: 100%;
}

.video_post .ytube_video .post_content img {
    width: 100%;
}

.video_post .ytube_video #ytvideo {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_post .ytube_video .ytplay_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--sec-color);
    text-align: center;
    font-size: 30px;
    color: var(--sec-color);
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .video_post .ytube_video .ytplay_btn {
        transition: none;
    }
}

.video_post .ytube_video.play #ytvideo {
    opacity: 1;
}

.video_post .ytube_video.play .post_content {
    opacity: 0;
    visibility: hidden;
}

.video_post .ytube_video .post_header {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.video_post .ytube_video .post_header .post_title {
    margin: 0px 0px;
    color: var(--sec-color);
}

.video_post .ytube_video .post_header .post_title a {
    color: var(--sec-color);
}

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

h4, .h4 {
    font-size: 36px;
}

/* End Video-h */
.search-regul {
    margin: 0 0 50px;
}

.search-regul form {
    display: flex;
    flex-wrap: wrap;
}

.search-regul form .form-group {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-inline-end: 15px; position: relative;
}

.search-regul form .form-group .form-control {
    height: 50px;
    padding: 0 20px;
    border-radius: 0;
    padding-inline-end: 80px; }

.search-regul form .form-group i {
    position: absolute;
    top: 0;
    right: 0;
    margin: 17px 32px;
    font-size: 18px;
    color: #9d9d9d;
}

.search-regul form .form-group .btn.btn-search {
    min-width: 120px;
    padding: 13px;
}

.ruling-block {
    display: block;
    margin: 20px 0;
    height: calc(100% - 40px);
    padding: 10px;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 13%);
}

.ruling-block .img {
    height: 280px;
    position: relative;
    overflow: hidden;
}

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

.ruling-block .img::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #111;
    opacity: 0 !important;
    transition: all 0.5s;
}

.ruling-block:hover .img::before {
    opacity: 0.4;
}

.ruling-block .img::after {
    content: "\f0c1";
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 22px;
    border-radius: 100%;
    background: var(--sec-color);
    color: #111;
    left: 0;
    top: 0;
    text-align: center;
    font-family: "FontAwesome";
    transition: all 0.5s;
    transform: scale(0.5);
    opacity: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    opacity: 0 !important;
}

.ruling-block:hover .img::after {
    opacity: 1;
    transform: none;
}

.ruling-block .details {
    padding: 20px 10px;
    text-align: center;
}

.ruling-block .details h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.ruling-block .details p {
    max-width: 450px;
    font-size: 16px;
    line-height: 1.7;
}

.rut-alrt-h {
    margin: 0 0 50px;
    text-align: center;
    padding: 40px;
    background: var(--main-color);
}

.rut-alrt-h h4 {
    color: var(--sec-color);
    font-size: 30px;
    font-weight: bold;
}

.text-ruling h3 {
    font-size: 22px;
    margin: 30px 0;
    color: var(--main-color);
    font-weight: bold;
    text-transform: capitalize;
    max-width: 700px;
}

.text-ruling p {
    max-width: 800px;
    line-height: 2;
    font-size: 20px;
    color: #fff;
}

.body-inner .patner_2 {
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    background: var(--sec-color);
    height: 200px;
    line-height: 160px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

.faq .overlay-img::after {
    display: none;
}

.space.video-area.bg-top-center.background-image {
    padding: 120px 0 130px;
    background-attachment: fixed;
    position: relative;
    border-radius: 15px;
}

.space.video-area.bg-top-center.background-image::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    /* z-index: -1; */
    opacity: 0.8;
    border-radius: 15px;
}

.spcial-service .container {
    position: relative;
    z-index: 2;
}

.video-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.video-btn-wrapper .play-btn {
    font-size: 24px;
    /* Medium devices */
    display: inline-block;
    position: relative;
    z-index: 1;
}

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

.play-btn:before, .play-btn:after {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

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

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

.play-text {
    color: var(--main-color);
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 0;
    margin-inline-start: 20px; display: inline-block;
}

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

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.play-text u {
    text-decoration: none;
    direction: ltr;
    display: inline-block;
    /* color: #bdbea6; */
}

.video-btn-wrapper .btn-group .btn {
    color: var(--sec-color) !important;
    font-size: 18px;
}

.spcial-service .video-image {
    position: relative;
    text-align: right;
    animation: left-right-video-img 4s infinite;
}

.spcial-service .video-image img {
    min-width: 527px;
    min-height: 532px;
    margin-top: -92px;
    margin-bottom: -50px;
}

@keyframes left-right-video-img {
    0% {
        right: 0px;
    }

    50% {
        right: -50px;
    }

    100% {
        right: 0px;
    }
}

@keyframes headerobject-move2 {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: -50px;
    }

    100% {
        bottom: 0px;
    }
}

section.goals-h.spcial-service .overlay-img {
    display: none;
}

.goals-h::after {
    left: auto;
    right: 0;
    transform: scaleX(-1);
    animation: headerobject-move1 4s ease-out infinite;
}

.goals-h.spcial-service {
    padding: 80px 0;
    background: var(--main-color);
}

.goals-h.spcial-service .row {
    justify-content: center;
    text-align: center;
}

.goals-h.spcial-service .heading_common p {
    margin: 30px auto 0;
    max-width: 100%;
    line-height: 2;
    font-size: 16px;
}

.goals-h.spcial-service .heading_common h1 {
    /* color: #bdbea6; */
    font-size: 42px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: cursive;
}

@keyframes headerobject-move1 {
    0% {
        top: 0px;
    }

    50% {
        top: -50px;
    }

    100% {
        top: 0px;
    }
}

@keyframes headerobject-move2 {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: -50px;
    }

    100% {
        bottom: 0px;
    }
}

.ahkamDetails-single .accordion-item {
    border: none;
    margin: 15px 0;
}

.ahkamDetails-single .accordion-item .accordion-button {
    background: var(--main-color);
    color: var(--sec-color);
    font-size: 20px;
    padding: 20px 30px;
    border: none;
    box-shadow: none;
}

.ahkamDetails-single .accordion-item .accordion-body {
    background: #fbfbfb;
    padding: 20px 30px;
}

.ahkamDetails-single .accordion-item .accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-inner h5, .accordion-inner span, .accordion-inner p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 28px;
    color: var(--main-color);
}

.details-bottom-h.row {
    margin: 0;
    text-align: center;
    padding: 0;
    background: var(--bg-color);
    align-items: center;
    -webkit-align-items: center;
}

.details-bottom-h.row .col-md-4 {
    padding: 15px 20px;
    border: 2px var(--sec-color) solid;
    border-top: 0;
    border-bottom: 0;
    height: 100%;
}

.details-bottom-h.row .author_social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333;
    align-items: center;
    -webkit-align-items: center;
    padding: 25px;
}

.details-bottom-h.row .author_social a {
    margin-inline-start: 20px; width: 30px;
    line-height: 30px;
    height: 30px;
    background: var(--sec-color);
    color: var(--sec-color);
    font-size: 14px;
}

.btn-print, .show-count {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #333;
}

.btn-print i, .show-count i {
    font-size: 22px;
    color: var(--sec-color);
    margin: 0 0 10px;
}

.details-bottom-h.row .col-md-4:first-child, .details-bottom-h.row .col-md-4:last-child {
    border: none;
}

.sidebar-fillter .item {
    padding: 2rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 2px 22px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 22px rgb(0 0 0 / 10%);
    margin: 0 0 40px;
}

.sidebar-fillter .item .title-filter {
    padding: 0 0 14px;
    border-bottom: 1px #e4e4e4 solid;
    margin: 0 0 20px;
}

.sidebar-fillter .item .title-filter h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: #212121;
}

.sidebar-fillter .item .fillterList .itemList {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 17px;
    text-transform: capitalize;
    color: #555;
    padding: 15px 0;
    border-bottom: 1px #e4e4e4 solid;
}

.sidebar-fillter .item .fillterList .itemList input {
    width: 18px;
    height: 18px;
    margin-inline-end: 8px; accent-color: #ad8d3e;
}

.sidebar-fillter .item .fillterList .itemList:first-child {
    padding-top: 0;
}

.sidebar-fillter .item .fillterList .itemList:last-child {
    border: none;
    padding-bottom: 0;
}

.sidebar-fillter .item .search-filter input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 0 20px;
    border: 1px #e4e4e4 solid;
}

.filter-top {
    padding: 30px;
    margin: 0 0 30px;
    background: var(--bg-color);
}

.filter-top h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-weight: bold;
    color: var(--main-color);
}

.filter-top .row {
    margin: 0 -4px;
}

.filter-top .row .col-md-2 {
    padding: 0 4px;
}

.filter-top .from-group {
    margin: 10px 0 0px;
}

.filter-top .from-group .form-control {
    height: 40px;
    padding: 0 6px;
    font-size: 14px;
    text-transform: capitalize;
    color: #888;
}

.result-fillter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.result-fillter .item {
    margin-inline-end: 30px; margin-bottom: 10px;
    font-size: 14px;
    color: #888;
}

.result-fillter .item select {
    max-width: 120px;
    padding: 0 10px;
    height: 35px;
    font-size: 13px;
    color: #888;
    border: #dbdbdb solid 1px;
    margin-inline-start: 10px; }

.table-h table td a {
    display: block;
    text-align: start;
    font-size: 14px;
    color: var(--sec-color);
    margin: 6px 0;
}

.table-h table td a span {
    color: #333;
    margin-inline-start: 10px; }

.blog_details_inner .form.contact_form_page {
    margin: 50px 0 0;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.s-h a {
    font-size: 18px;
    margin-inline-end: 20px; color: #fff;
}

.clients-inner {
    overflow: hidden;
}

.swiper-pagination.clients-paginition {
    position: relative;
    padding-bottom: 10px;
}

.post_gallery .anim_box {
    margin: 10px 0;
}

.brokers-block {
    margin: 15px 0;
    height: calc(100% - 30px);
    padding: 20px;
    background: var(--sec-color);
    line-height: 160px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    text-align: center;
}

.brokers-block .patner_2 {
    margin: 0;
    box-shadow: none;
    padding: 0;
    line-height: 180px;
    height: 180px;
}

.brokers-block .patner_2 img {
    max-width: 200px;
    width: 100%;
}

.brokers-block .details {
    padding: 0 10px 20px;
}

.brokers-block .details p {
    font-size: 17px;
    line-height: 27px;
}

.all-chooseBlock {
    margin-top: 10px;
    margin-bottom: 10px;
}

.details-choose-block {
    margin: 15px 0;
}

.details-choose-block .card {
    border: 1px var(--bg-color) solid;
}

.details-choose-block .card .card-header {
    background: var(--bg-color);
    padding: 20px;
}

.details-choose-block .card .card-header h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}

.details-choose-block .card .card-header h3 span {
    color: var(--sec-color);
    margin-inline-start: 5px; }

.details-choose-block .card .card-body {
    padding: 0;
}

.details-choose-block .card .card-body .item .choose-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px #eee solid;
}

.details-choose-block .card .card-body .item .choose-block .details h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--sec-color);
    margin: 0 0 16px;
}

.details-choose-block .card .card-body .item .choose-block .deletItem {
    padding: 0;
    background: none;
    border: none;
    color: red;
    text-decoration: underline;
}

.wizard-inner .col-md-12 .form-group .alert-h {
    margin-top: 25px;
}

button.btn.btn-sec {
    min-height: 50px;
    padding: 10px 20px;
}

.modal .heading_common.heading_primary_color.text-center {
    margin: 0 0 30px;
}

.modal-body p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.8;
}

section.faq.details-more-h {
    margin: 0;
}

.text-ruling .btn {
    margin: 20px 0 0;
}

.ruling-single.body-inner .form.form_margin {
    margin: 0;
}

.ruling-single.body-inner .form.form_margin button.btn_one.btn {
    width: 100%;
    margin: 20px 0 0;
}

.brokers-block .details h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}

.rating {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.rating label, .rating input[type="radio"] {
    float: right;
    cursor: pointer;
}

.rating label {
    display: inline;
    color: #d4d5d7;
}

.rating label:hover, .rating label:focus {
    color: #f9ac2f;
}

.rating label:hover ~ label, .rating label:focus ~ label {
    color: #f9ac2f;
}

.rating input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.rating input[type="radio"]:checked ~ label {
    color: #f9ac2f;
}

.footer ul li i img {
    filter: brightness(0) invert(1);
}

.footer ul li .icon {
    width: 100%;
    display: table;
    max-width: 100px;
    /* margin: 0 auto 20px; */
    margin-bottom: 10px;
}

.footer .row :last-child .footer_widget ul li:last-child {
    /* text-align: center; */
    /* display: table; */
}

img.ab-logo {
    width: 115px;
}

.space.row {
    justify-content: center;
}

.spcial-service .row .col-md-12 {
    text-align: center;
}

.icon-block img {
    width: 68px;
}

.icon-block {
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
    justify-content: center;
}

p.num-i {
    position: absolute;
    right: 95px;
    background: var(--sec-color);
    color: white;
    border-radius: 50%;
    padding: 1px 9px;
    top: -29px;
}

.icons {
    padding: 70px 0px;
}

.icon-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.icon-inne {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}

.icon-inne::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background: var(--sec-color);
    top: 57%;
    right: -100px;
}

.col-md-3:last-child .icon-inne::after {
    display: none;
}

.patner_2 {
    width: 100%;
    height: 200px;
    line-height: 250px;
    text-align: center;
    background: rgb(255 255 255 / 90%);
    border-radius: 0;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patner_2 img {
    width: 100%;
    height: 100%;
}

.newsletter.newsletter-h {
    display: none;
}

.service_inner img {
    width: 80px !important;
    height: 80px;
    object-fit: contain;
}

.service_inner .image {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.sev-desc {
    text-align: center;
    margin-bottom: 25px;
}

.serv-btn {
    display: flex;
    justify-content: center;
}

.bdt-sniper-slider {
    height: 700px;
    background-color: #020B20;
}

.bdt-sniper-slider .bdt-content {
    text-align: left;
}

.bdt-sniper-slider .bdt-image-wrap::before {
    background-color: #030D2545;
}

.bdt-sniper-slider .bdt-title, .bdt-sniper-slider .bdt-title a {
    color: var(--sec-color)2B;
}

.bdt-sniper-slider .swiper-slide-active .bdt-title, .bdt-sniper-slider .swiper-slide-active .bdt-title a {
    color: var(--sec-color);
}

.bdt-sniper-slider .bdt-title {
    font-size: 54px;
    font-weight: 400;
    line-height: 0.9em;
}

.bdt-sniper-slider .bdt-sub-title {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.bdt-sniper-slider .bdt-grid-line span {
    border-color: #E2E0E638;
}

.bdt-sniper-slider .bdt-pagination-wrap .bdt-pagination {
    font-size: 21px;
    line-height: 15px;
}

.bdt-sniper-slider {
    height: 460px;
    overflow: hidden;
    position: relative;
    background-color: var(--main-color);
}

.bdt-sniper-slider .bdt-grid-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.bdt-sniper-slider .bdt-grid-line span {
    border-left: 1px solid rgba(153,153,153,0.3)
}

.bdt-sniper-slider .bdt-image-wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.bdt-sniper-slider .bdt-image-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
}

.bdt-sniper-slider .bdt-image-wrap .bdt-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bdt-sniper-slider .bdt-content {
    text-align: center;
}

.bdt-sniper-slider .bdt-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgba(255,255,255,0.2);
    transition: all .3s ease;
    line-height: 1.5;
}

.bdt-sniper-slider .bdt-title:hover {
    /* color: #bdbea6; */
    opacity: 1;
}

.bdt-sniper-slider .bdt-title a {
    color: rgba(255,255,255,0.2);
    text-decoration: none;
    transition: all .3s ease
}

.bdt-sniper-slider .bdt-title a:hover {
    color: var(--sec-color)
}

.bdt-sniper-slider .bdt-sub-title {
    font-size: 10px;
    color: var(--sec-color);
    font-weight: 600;
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 3px;
    /* color: #bdbea6; */
    text-align: center;
}

.bdt-sniper-slider .bdt-main-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.bdt-sniper-slider .bdt-thumbs-slider {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%)
}

.bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-duplicate-active .bdt-title,.bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-active .bdt-title {
    /* color: #bdbea6; */
    opacity: 1;
}

.bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-duplicate-active .bdt-title a,.bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-active .bdt-title a {
    color: var(--sec-color)
}

.bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-duplicate-active .bdt-sub-title,.bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-active .bdt-sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s
}

.bdt-sniper-slider .bdt-navigation-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-content: center;
    flex-direction: row-reverse;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    justify-content: space-between;
}

.bdt-sniper-slider .bdt-navigation-wrap .bdt-nav-btn {
    color: rgba(255,255,255,0.459);
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
    height: 50px;
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around
}

.bdt-sniper-slider .bdt-navigation-wrap .bdt-nav-btn::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.459);
    transition: all .3s ease
}

.bdt-sniper-slider .bdt-navigation-wrap .bdt-nav-btn svg {
    width: 12px;
    height: 50px
}

.bdt-sniper-slider .bdt-navigation-wrap .bdt-nav-btn:hover {
    color: rgba(255,255,255,0.838)
}

.bdt-sniper-slider .bdt-navigation-wrap .bdt-nav-btn:hover::before {
    width: 50px;
    background: rgba(255,255,255,0.838)
}

.bdt-sniper-slider .bdt-navigation-wrap .bdt-nav-btn.bdt-button-next::before {
    right: 50px
}

.bdt-sniper-slider .bdt-navigation-wrap .bdt-nav-btn.bdt-button-prev::before {
    left: 50px
}

.bdt-sniper-slider .bdt-pagination-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: 30px;
    width: 80px
}

.bdt-sniper-slider .bdt-pagination-wrap .bdt-pagination {
    position: unset;
    color: var(--sec-color);
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 50px;
    text-indent: -300px;
    overflow: hidden
}

.bdt-sniper-slider .bdt-pagination-wrap .swiper-pagination-total {
    color: #fdfdfd;
    position: absolute;
    bottom: 0;
    right: 0;
    text-indent: 0
}

.bdt-sniper-slider .bdt-pagination-wrap .swiper-pagination-current {
    position: absolute;
    top: 0px;
    left: 0;
    text-indent: 0
}

.bdt-sniper-slider .bdt-pagination-wrap .swiper-scrollbar {
    height: 1px;
    border-radius: 0;
    background: rgba(255,255,255,0.346);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

.bdt-sniper-slider .bdt-pagination-wrap .swiper-scrollbar-drag {
    background: rgba(255,255,255,0.951);
    border-radius: 0;
    width: 50px !important;
    margin-left: -24px
}

@media (min-width: 768px) {
    .bdt-sniper-slider {
        height:480px
    }

    .bdt-sniper-slider .bdt-title {
        font-size: 30px
    }

    .bdt-sniper-slider .bdt-pagination-wrap {
        margin: 50px
    }
}

@media (min-width: 1024px) {
    .bdt-sniper-slider {
        height:700px
    }

    .bdt-sniper-slider .bdt-sub-title {
        font-size: 12px
    }

    .bdt-sniper-slider .bdt-title {
        /* font-size: 30px; */
    }
}

.textTyping {
}

.about_man_image>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: top center;
    border-radius: 15px;
}

.icon-block p {
    text-align: justify;
}

.lang {
    color: #fff !important;
}

body .btn.btn_one span::before {
    content: "";
    position: absolute;
    bottom: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: background-color .25s ease-in-out,width .36s cubic-bezier(.51,.5,.07,.99);
    backface-visibility: hidden;
}

body .btn.btn_one span {
    position: relative;
    display: flex;
    padding-bottom: 6px;
}

body .btn_one.btn span::after {
    position: absolute;
    content: "\e09f";
    right: 0;
    margin-inline-end: -30px; font-family: "Font Awesome 6 Pro";
    transition: all .5s;
}

body .btn.btn_one:hover span::before {
    width: 0;
}

body .btn_one.btn:hover span::after {
    transform: translateX(5px);
}

.head-flex {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.head-flex .heading_common {
    text-align: start;
}

article.blog_post .post_img img {
    height: 230px;
}

.spcial-service .sub-title {
    font-size: 25px;
    line-height: 35px;
}

.title-inner .head-flex .heading_common h5 {
    margin: 0 0 10px;
}

.video-btn-wrapper .btn_one.btn {
    min-width: 180px;
    font-size: 20px;
    color: var(--main-color) !important;
    border: 2px var(--main-color) solid !important;
    border-radius: 22px 22px 22px 22px !important;
    padding: 16px 20px;
    border-radius: 15px !important;
}

.video-btn-wrapper .btn_one.btn span::before {
    display: none;
}

.video-btn-wrapper .btn_one.btn span {
    padding: 0;
}

.video-btn-wrapper .btn_one.btn span::after {
    margin-inline-end: 0; }

.video-btn-wrapper .btn_one.btn:hover {
    background: var(--sec-color) !important;
    color: var(--main-color) !important;
}

.title-inner {
    padding: 50px 0 150px;
    display: none;
}

span.counter-number {
    font-family: cursive;
}

.inner-pro {
    margin-bottom: 35px;
}

.img-m-block {
    height: 400px;
    margin-bottom: 25px;
}

.img-m-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-m-block {
    height: 400px;
    margin-bottom: 25px;
    position: relative ;
}

.img-m-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.img-m-block a::after {
    content: "";
    position: absolute;
    background: #0000009c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}

.img-m-block a::after {
    content: "";
    position: absolute;
    background: #0000009c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    opacity: 0;
}

.img-m-block a::before {
    content: "\2b";
    position: absolute;
    left: 0;
    z-index: 6;
    font-size: 50px;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
    color: white;
}

.img-m-block a:hover::after {
    opacity: 1;
}

.img-m-block a:hover::before {
    opacity: 1;
}

.img-m-block a {
    display: block;
    width: 100%;
    height: 100%;
}

.media-tabs {
    justify-content: center;
    margin-bottom: 40px !important;
}

.media-tabs button {
    font-size: 18px;
    color: var(--sec-color);
    margin-inline-start: 20px; }

.media-tabs button:hover {
    color: var(--main-color);
    background: var(--sec-color);
    transition: all 0.5s ease;
}

.media-tabs button .active {
    color: var(--main-color);
    background: var(--sec-color);
    transition: all 0.5s ease;
}

.media-tabs .actve {
    color: var(--main-color) !important;
    background: var(--sec-color) !important;
    transition: all 0.5s ease;
}

.media-tabs .nav-item button.active {
    color: var(--main-color);
    background: var(--sec-color);
    transition: all 0.5s ease;
}

.accordion-button::after {
    margin: 0 !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 22px 20px 2px;
    background: transparent;
    color: var(--sec-color);
}

.accordion-item {
    border-radius: 5px !important;
    border: none;
    margin: 15px 0;
}

.accordion-button {
    justify-content: space-between;
}

.accordion-button {
    width: 100%;
}

.accordion-button {
    background: var(--dark-color) !important;
    border-radius: 5px !important;
    color: var(--sec-color) !important;
    padding: 13px 25px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Open Sans';
    outline: none !important;
    box-shadow: none !important;
    font-family: "Open Sans", sans-serif;
    border-color: var(--dark-color) !important;
}

.map-iframe {
    height: 400px;
    border-radius: 6px;
    height: 100%;
}

.single-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-banner {
    height: 500px;
}

.banner-serv {
    padding-top: 100px;
}

.prince-speach .video-box1 {
    /* height: 580px; */
}

.prince-speach .row {
    align-items: center;
    width: 100%;
    position: relative;
}

.prince-speach-a h4 {
    margin-bottom: 30px;
    font-size: 30px;
}

section.bg-top-center.counter-h.prince-speach .heading_common.heading_primary_color {
    max-width: 610px;
}

.accordion-item {
    border-color: var(--dark-color) !important;
    background: transparent;
}

.swiper-slides {
    margin-bottom: 25px;
}

.prince-speach h4 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 20px;
}

.header.sticky .header_top_content {
    display: none !important;
}

section.certificates {
    padding: 80px 0px 150px;
}

.certificates .img-m-block {
    height: calc(100% - 25px);
}

section.slider-h {
    padding: 0;
}

.faq {
    /* display: none; */
}

.h-manger {
    height: 600px;
}

.about_content img {
    max-width: 35px;
}

section.struc img {
    width: 100%;
}

.g-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.prince-speach .col-md-6 {
}

.g-text {
    left: 123px;
    position: absolute;
    bottom: 111px;
    background: var(--main-color);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--sec-color);
}

.ptm-0 {
    padding-top: 0;
}

.pbm-0 {
    padding-bottom: 0;
}

.pn-nab {
    padding: 0 !important;
}

.all-con-speach {
    padding-top: 18px;
}

input.form-control {
    direction: revert;
}

.header .header_inner .header_right_content .header_top_content .header_top_info_right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

button.btn-switch {
    /* margin-inline-start: 20px; */
    padding: 0;
    width: 60px;
    height: 35px;
    line-height: 30px;
    /* text-align: center; */
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
    display: none;
}

body.whiteMode {
    background: #fff !important;
    color: #000;
}

body.whiteMode .header {
    background: #fff;
    border-color: #f1f1f1;
}

body.whiteMode .mainnav ul.main_menu li a {
    color: #000;
}

body.whiteMode .header .header_inner .header_right_content .header_top_content {
    background: transparent;
}

body.whiteMode .header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info a, body.whiteMode .header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info span {
    color: white;
}

body.whiteMode .header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info i {
    color: white;
}

.whiteMode .header .header_inner .header_right_content .header_top_content .header_top_info_right a {
    color: white;
}

.whiteMode .header .header_inner .header_right_content .header_top_content .header_top_info_right .btn-switch {
    /* background: #000; */
}

.whiteMode .heading_primary_color h6, .whiteMode .heading_primary_color .h6, .whiteMode .heading_primary_color h5, .whiteMode .heading_primary_color .h5 {
    color: #000;
}

.whiteMode .about h4, .whiteMode .about .h4, .whiteMode .video h4, .whiteMode .video .h4 {
    color: black;
    font-weight: bold;
    font-size: 38px;
    font-weight: bold;
}

.whiteMode .heading_common p {
    color: #000;
}

.whiteMode .about_list ul li i, .whiteMode .about_list ul li p {
    color: #000;
}

.whiteMode .about_list ul li i {
    color: var(--main-color);
}

.whiteMode .btn.btn_one {
    color: var(--main-color);
}

.whiteMode p {
    color: #626262;
}

.whiteMode .service {
    background: #b68b4024;
}

.whiteMode .heading_primary_color h3, .whiteMode .heading_primary_color .h3 {
    color: var(--main-color);
}

.whiteMode .blog_post .post_content_part {
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

.whiteMode .bg-top-center.counter-h.prince-speach {
    background: #f6f6f6;
    margin-bottom: 0;
    padding-bottom: 90px;
}

.whiteMode .media-tabs .nav-item button.active {
    background: var(--sec-color);
    color: #fff;
}

.whiteMode .media-tabs button {
    color: var(--sec-color);
    border: 1px solid;
    border-radius: 50px;
    font-size: 22px;
}

.whiteMode .video-item.video-item-2::before {
    background: transparent;
}

.whiteMode .counter-card {
    /* background: var(--main-color); */
}

.whiteMode .counter-card .icon {
    /* background: var(--sec-color); */
}

.whiteMode .counter-card_number {
    color: var(--sec-color);
}

.whiteMode .counter-card_text {
    color: var(--main-color);
}

.whiteMode .patner_2 {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.whiteMode .faq {
    background: rgb(82 180 111 / 8%);
}

.whiteMode .accordion .item .accordion_tab .accordion_title {
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}

.whiteMode .accordion .item .accordion_tab .accordion_tab_icon {
    color: var(--main-color);
    left: 20px;
}

.whiteMode .accordion .item .accordion_info {
    color: #555;
    padding-bottom: 20px;
}

.whiteMode .spcial-service .heading_primary_color h3, .whiteMode .spcial-service .heading_primary_color .h3, .whiteMode .spcial-service .heading_primary_color h5 {
    /* color: #fff; */
}

.whiteMode .spcial-service .btn_one.btn {
    /* color: #fff; */
}

.whiteMode .space.video-area.bg-top-center.background-image::before {
    /* background: #2b2b2b; */
}

.whiteMode .title-inner {
    background: transparent;
    position: relative;
    z-index: 3;
}

.struc {
    padding: 80px;
}

.whiteMode .page_header .page_header_content {
    background: #f1f1f1;
    background-size: cover !important;
}

.page_header .page_header_content::before {
    /* background: #f1f1f1; */
}

.whiteMode .mainnav ul.main_menu li ul {
    background: #fff;
    box-shadow: 0 0 20px rgb(204 204 204 / 20%);
}

.whiteMode .rut-alrt-h {
    background: rgb(82 180 111 / 8%);
}

.whiteMode .rut-alrt-h h4 {
    color: var(--sec-color);
}

.whiteMode .contact_form {
    background: var(--sec-color) !important;
}

.whiteMode .contact_form .heading_common h5 {
    color: var(--main-color);
}

.whiteMode .contact_form .form-control {
    background: var(--sec-color);
    border-color: var(--main-color);
}

.whiteMode .blog_post .post_content_part .post_title, .whiteMode .blog_post .post_content_part p {
    color: #000;
}

.whiteMode .blog_post .post_content_part .post_title a {
    color: var(--sec-color) !important;
}

.whiteMode .page_header .breadcrumb {
    background: rgb(255 255 255 / 85%);
}

.whiteMode .page_header .breadcrumb li, .whiteMode .page_header .breadcrumb li a {
    color: var(--main-color);
}

.whiteMode .accordion-button {
    background: rgb(82 180 111 / 8%) !important;
    color: var(--sec-color) !important;
}

.whiteMode .accordion-button::after {
    filter: brightness(0) invert(1);
}

.whiteMode .contact_inner .contact_box {
    background: #fff;
    border-radius: 15px;
}

.whiteMode .service_box {
    background: var(--sec-color);
}

.whiteMode .service_box .service_inner .content h4 {
    color: #fff;
}

.whiteMode .service_box .service_inner .content p {
    color: #fff;
}

.whiteMode p.num-i {
    background: var(--main-color);
    color: #fff;
    display: none;
}

.whiteMode .icon-inne::after {
    background: #b68b4075;
}

.whiteMode .g-text {
    background: var(--sec-color);
}

.whiteMode .g-text p {
    color: #222;
}

.whiteMode .blog_post .post_content .post_header h6, .whiteMode .blog_post .post_content .post_header .h6 {
    color: #333;
}

.whiteMode .footer .footer_above {
    /* background: var(--sec-color); */
    position: relative;
    z-index: 1;
}

.whiteMode .footer .widget_title {
    /* color: var(--main-color); */
    color: #fff;
}

.whiteMode .footer .footer_nav li a {
    /* color: #333; */
}

.whiteMode footer p {
    color: #333;
    color: #fff;
}

.whiteMode .footer ul li {
    color: #333;
    color: #fff;
}

.whiteMode .footer ul li > i {
    /* color: var(--main-color); */
    color: #fff;
}

.whiteMode .footer .footer_bottom {
    background: transparent;
    z-index: 9;
    position: relative;
    border-top: 1px solid #ffffff87;
    padding-top: 15px;
}

.whiteMode .footer .footer_bottom .footer_bottom_inner .copyright p {
    /* color: #333; */
}

.whiteMode .comany-name a svg {
    /* filter: none; */
}

.whiteMode .footer .footer_bottom .footer_bottom_inner .totop a {
    background: var(--sec-color);
    color: var(--main-color);
    border-color: var(--sec-color) !important;
    box-shadow: 0px 0px 3px var(--sec-color);
    color: #fff;
}

.whiteMode .lang {
    color: var(--main-color) !important;
}

.whiteMode .bdt-sniper-slider {
    background: var(--sec-color);
}

.bdt-sniper-slider .bdt-title {
    color: #000;
    opacity: .4;
}

.whiteMode .bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-duplicate-active .bdt-title, .whiteMode .bdt-sniper-slider .bdt-thumbs-slider .swiper-slide-active .bdt-title {
    opacity: 1;
}

.whiteMode .about_two_bg {
    /* background: rgb(82 180 111 / 8%); */
}

.whiteMode .icons {
    background: #fff;
}

.whiteMode .service_box:hover .service_inner .content h4, .whiteMode .service_box:hover .service_inner .content p {
    color: #fff;
}

.whiteMode .counter-card .icon img {
    /* filter: none; */
}

section.bg-top-center.counter-h.prince-speach.prince-speach-a.ptm-0 {
    padding: 50px 0 0;
}

.whiteMode .header .header_inner .header_right_content .header_top_content .header_top_left_info .header_top_info {
    border-color: #ccc;
}

.btn-switch i {
    font-size: 28px;
}

.btn-switch {
    display: flex;
    justify-content: center;
    align-items: center;
}

.whiteMode .header .header_inner .header_logo img {
    filter: none;
}

.whiteMode .footer .logo img {
    filter: brightness(0) invert(1);
}

.whiteMode .service_box .service_inner .image img {
    filter: brightness(0) invert(1);
}

.whiteMode .service_box:hover .image {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}

.whiteMode .blog_details .post_header .post_title {
    color: var(--main-color);
}

.menu-item-has-children::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    color: var(--sec-color);
    position: absolute;
    left: -17px;
    top: 32%;
}

.whiteMode .menu-item-has-children::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    color: var(--main-color);
    position: absolute;
    left: -17px;
    top: 32%;
}

.whiteMode .text-ruling li {
    color: var(--main-color);
}

section.blog.cert-h.projects-h.blog_home_padding {
    overflow: hidden;
}

.products-inner {
    /* padding: 100px; */
    /* background: var(--main-color); */
    border-radius: 0;
    /* padding-inline-end: 0; */
}

.products-inner .swiper_post {
    display: flex;
    /* flex-direction: row-reverse; */
    /* padding-inline-start: 50px; */
    align-items: flex-end;
    -webkit-align-items: center;
    /* width: 120%; */
    position: relative;
}

.products-inner .swiper_post .btn_one.btn {
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    font-size: 16px;
    text-decoration: underline !important;
}

.products-inner .swiper_post .btn_one.btn span::before {
    display: none;
}

.products-inner .swiper_post .btn_one.btn span::after {
    display: none;
}

.products-inner .swiper_post .navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: row;
    transform: translate(-50%, -50%);
    width: 103%;
    z-index: 99;
    justify-content: space-between;
}

.products-inner .swiper_post .navigation .swiper-button-next, .products-inner .swiper_post .navigation .swiper-button-prev {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
}

.products-inner .swiper_post .navigation .swiper-button-next::after, .products-inner .swiper_post .navigation .swiper-button-prev::after {
    font-size: 35px;
}

.products-inner .swiper_post .swiper {
}

.swiper-slide .slider {
    height: 100%;
}

.swiper-slide {
    height: auto;
}

footer.footer::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: #02170BA3;
    width: 100%;
    background-size: contain;
    z-index: 0;
    opacity: 1;
}

.bdt-sniper-slider::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    background: url(../images/leaf_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0% 2%;
    transform: rotate(-8deg);
    opacity: 0;
}

.services-h.service.service_bg.service_home_padding::after, section.patner_two_section.patners-h::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    left: 0;
    background-image: url(../images/leaf_1.png);
    background-repeat: no-repeat;
    background-position: top left;
    animation: pulse 3.5s infinite;
    transition: all 2.5s ease-in-out;
    background-size: contain;
    opacity: .2;
    filter: brightness(0) invert(1);
}

section.patner_two_section.patners-h::after {
    left: auto;
    right: 0;
    background-position: right center;
    background-image: url(../images/leaf_2.png);
}

body.whiteMode .products-inner {
    /* background: rgb(82 180 111 / 8%); */
}

.whiteMode .blog_post.cert-block {
    background: #fff;
    border-radius: 15px;
}

.whiteMode .blog_post {
    background: #fff;
    border-radius: 15px;
}

.padding-bt-100 {
    padding-bottom: 200px;
}

.new-form-c {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
}

.new-form-c .contact_form {
    /* padding: 0; */
}

.all-if-form {
    margin-top: 100px !important;
    padding-bottom: 100px;
}

.map-iframe iframe {
    border-radius: 25px;
}

.whiteMode footer.footer::before {
    /* background-image: url(../images/patt-n.png); */
}

.whiteMode .side_footer_social .bottom_social li a {
    color: #fff;
}

.whiteMode .bdt-sniper-slider .bdt-title {
    color: #fff;
}

.whiteMode .patner_two_section {
    background: #f6f6f6;
}

.whiteMode .bg-top-center.counter-h {
    /* background: #fff; */
}

.whiteMode .spcial-service {
    /* background: #000; */
}

.whiteMode .about_inner_content .about_image .about_content {
    background: var(--sec-color);
    color: #fff;
}

.whiteMode .about_inner_content .about_image .about_content h4, .whiteMode .about_inner_content .about_image .about_content .h4 {
    color: #fff;
}

.whiteMode .about_inner_content .about_content img {
    filter: brightness(0) invert(1);
}

.whiteMode .about_inner_content .hover_about_content {
    background: var(--sec-color);
}

.whiteMode .about_inner_content .hover_about_content .about_content_info {
    filter: brightness(0) invert(1);
}

.whiteMode .page_header + section.patner_two_section.patners-h.padding-bt-100 {
    background: #fff;
}

.whiteMode .page_header + section.patner_two_section.patners-h.padding-bt-100 .patner_2 {
    background: transparent;
    border: 1px solid var(--sec-color);
}

.form-container {
    /* padding: 40px; */
}

.contact_inner .accordion-button {
    font-size: 16px;
    background: var(--sec-color) !important;
    color: #fff !important;
}

.fulltext pre {
    overflow: visible;
    white-space: normal;
    color: #fff;
}

.whiteMode .contact_inner .contact_box .service_inner .content p {
    color: var(--dark-color);
}

.whiteMode .s-h a {
    color: var(--dark-color);
}

a.prof-btn {
    color: white;
    padding: 5px 30px;
    background: var(--sec-color);
    font-size: 18px;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

a.prof-btn:hover {
    color: var(--sec-color);
    background: none;
    border: 1px solid var(--sec-color);
}

.inner-faq {
    padding-bottom: 150px;
}

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

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

.left-nav {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .side_footer_social .bottom_social i {
    color: white;
}

.bdt-sub-title span {
    font-size: 20px;
}

img#logo-scroll {
    width: 100px;
    height: 100px;
    max-height: none;
}

.img-serv-n {
    mask: right 0 bottom calc(var(--size-corner) + var(--border-radius)) var(--_border-right-left), right calc(var(--size-corner) + var(--border-radius)) bottom 0 var(--_border-right-left), radial-gradient(var(--size-corner) at 100% 100%, #0000 99%, #000 101%) calc(-1*var(--border-radius)) calc(-1*var(--border-radius)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--size-corner) - 2*var(--border-radius)) calc(100% - var(--size-corner) - 2*var(--border-radius)), #0000 25%, #000 0);
    height: 540px;
    direction: ltr !important;
    transform: scaleX(-1);
}

.img-serv-n img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transform: scaleX(-1);
}

.serv-block-new {
    position: relative;
}

a.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.serc-desc-h {
    position: absolute;
    left: 0;
    bottom: 0;
    /* padding: 0px 70px 0px 0px; */
    z-index: 1;
    padding: 0px 20px;
    transform: translateY(63%);
    d'font-size: \';;
;;display: flex;;;
;;flex-direction: column;;;
;;;;;justify-content: start;;;;;;
;;;;;;;align-items: start;;;;;r;;;;;;
;;;;;;;;;;;;;;;transition: all 0.5s ease;;;;;;;;;;;;;;;;
}

.serc-desc-h h3 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    width: 82%;
    margin-bottom: 30px;
    line-height: normal;
}

.serc-desc-h p {
    font-size: 16px;
    text-align: start;
    color: white;
    width: 80%;
}

.arrow-link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.arrow-link i {
    font-size: 22px;
    background: var(--sec-color);
    color: white;
    padding: 16px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.serv-block-new::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg,#0a170b 0%,rgba(23,21,10,0) 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    mask: right 0 bottom calc(var(--size-corner) + var(--border-radius)) var(--_border-right-left), right calc(var(--size-corner) + var(--border-radius)) bottom 0 var(--_border-right-left), radial-gradient(var(--size-corner) at 100% 100%, #0000 99%, #000 101%) calc(-1*var(--border-radius)) calc(-1*var(--border-radius)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--size-corner) - 2*var(--border-radius)) calc(100% - var(--size-corner) - 2*var(--border-radius)), #0000 25%, #000 0);
    border-radius: 15px;
    transform: scaleX(-1);
}
.serv-block-new:hover .serc-desc-h {
    transform:none;
}
section.new-serv-sec {
    padding: 70px 0px 0px 0px;
}

.heading_common.heading_primary_color.sev-desc h5 {
    font-size: 16px;
    line-height: 1.7;
}
.about-icons-h {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.icon-b-h {
    display: flex;
    gap: 18px;
    align-items: center;
}

.icon {}

.icon-b-h .icon {
    width: 70px;
    background: white;
    /* height: 70px; */
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 1px 18px 0px rgba(0,0,0,.050980392156862744);
}

.icon-b-h .icon img {
    width: 100%;
    height: 100%;
    filter: invert(21%) sepia(27%) saturate(1751%) hue-rotate(143deg) brightness(91%) contrast(92%);
}

.icon-b-h h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: normal;
    color: black !important;
}

.icon-b-h p {
    font-size: 16px;
    margin-bottom: 0px !important;
    color: #585c59 !important;
}

.about_two_bg h5 {
    color: var(--sec-color);
}

.heading_common.heading_primary_color h5 {
    color: var(--sec-color);
    font-size: 20px;
}
.headins-s-about img {
    width: 30px;
}

.headins-s-about {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
section.with-us-sec {
    background: #f6f6f6;
}

.why-us-b-h img {
    width: 69px;
}

.why-us-b-h {
    /* background: white; */
    padding: 30px;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
    height: calc(100% - 20px );
    position: relative;
    border-radius: 15px;
    /* box-shadow: 0px 1px 18px 0px rgba(0,0,0,.050980392156862744); */
    position: relative;
    z-index: 1;
    height: 250px;
}

.why-us-b-h::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    inset: 0;
    z-index: -1;
    border-radius: 15px;
    box-shadow: 0px 1px 18px 0px rgba(0,0,0,.050980392156862744);
    transition: all 1s ease;
}

.why-us-b-h .ico-number {
    position: absolute;
    font-size: 34px;
    color: #e8eae5;
    top: 0;
    right: 16px;
    opacity: 0;
}

.ico-why {
    margin-bottom: 20px;
}

.ico-desc-why h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}

.why-us-b-h .ico-number span {
    font-size: 60px;
    font-weight: bold;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}
.navigation {}

.products-inner .swiper_post .navigation i {
    color: var(--main-color);
    background: var(--sec-color);
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
}
.why-us-b-h:hover::after {
    rotate: 180deg;
}
.about-btn a {
    background: var(--main-color);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease;
}

.about-btn a span {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.about-btn a i {
    color: white;
    font-size: 16px;
}

.about-btn {
    margin-top: 40px;
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}


.about-btn a:hover {
    background: var(--sec-color);
}

.about-btn a:hover i {
    animation: toRightFromLeft .3s forwards;
}
.about-images-h {
    width: 100%;
    height: 600px;
    /* position: relative; */
}

.first-image-about {
    width: 480px;
    height: 381px;
    position: absolute;
    top: 0;
    right: 0;
}

.first-image-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.second-image-about {
    width: 280px;
    height: 360px;
    position: absolute;
    bottom: 0;
    right: 26%;
}

.second-image-about a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.second-image-about a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.whiteMode .about_two_bg .row {
    position: relative;
}

.animatiom-wrape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animation-wrape span {
    border: 1px solid white;
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /*      */
    border-radius: 50%;
    animation: loading 3s ease-in-out infinite;
}

@keyframes loading {
    0% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    from {
        box-shadow: 0 0 0 0 rgba(255,255,255,.5)
    }

    to {
        box-shadow: 0 0 0 30px rgba(255,255,255,0)
    }
}

span.animation-1 {animation-delay: 0s;}
.animatiom-wrape span {
    border: 1px solid white;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /*      */
    border-radius: 50%;
    animation: loading 3s ease-in-out infinite;
}

.animatiom-wrape {
    border: 1px solid white;
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /*    */
    border-radius: 50%;
    animation: loading 3s ease-in-out infinite;
}

span.animation-2 {animation-delay: 1s;}

span.animation-3 {animation-delay: 2s;}
.exp-y {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 24px 0px rgba(0,0,0,.05);
    padding: 20px 50px;
    text-align: center;
    border-radius: 15px;
    bottom: 7%;
    right: 3%;
}

.exp-y img {
    width: 50px;
    margin-bottom: 10px;
}

.exp-y h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.ico-exp h5 {
    color: black;
    font-size: 18px;
    font-weight: bold;
}
.counter-card p {
    color: white;
    font-weight: bold;
    font-size: 22px;
}
section.faq.details-more-h {/* margin: 90px 0p*/}

	.faq .about-images-h {
    position: relative;
}

.faq .first-image-about {
    right: auto;
    left: 0;
    width: 450px;
    height: 500px;
}

.faq .second-image-about img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.faq .second-image-about {
    right: 40px;
}

section.faq.details-more-h {
    background: transparent;
    margin-top: 90px;
    padding-bottom: 90px;
}
.headins-s-about h5 {
    margin-bottom: 0 !important;
}

.faq .headins-s-about {
    margin-bottom: 20px;
}

.faq-heading h3 {
    font-size: 48px;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
}

.accordion .item:hover {
    background: var(--sec-color);
}

.accordion .item:hover * {
    color: white !important;
}

.faq .item.active {
    background: var(--sec-color);
}

.faq .item.active * {
    color: white !important;
}
.serv-block-new:hover .arrow-link i {
    background:var(--main-color);
     animation: toRightFromLeft .3s forwards;
}

section.bg-top-center.counter-h {
    margin-bottom: 90px;
}
.heading_common.heading_primary_color.sev-desc {
    max-width: 80%;
}
.prog-img {
    height: 360px;
}

.prog-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.prog-block {
    position: relative;
    overflow: visible;
}

.prog-slide {
    width: 100%;
    background: white;
    padding: 25px 20px;
    box-shadow: 0 1px 24px rgba(0,0,0,.05);5); */
    transform: translatey(-30px);
    border-radius: 15px;
    margin-inline-start: 22px;
    transform: translateY(-45px);
    position: relative;
}

seson.programs-sec {
    padding: 90px 0px;
    overflow: visible;
}
section.programs-sec .swiper-slide {
    padding-bottom: 80px;
}
.ico-prog {
    position: absolute;
    background: var(--sec-color);
    padding: 20px 15px;
    left: 22px;
    top: 0;
    border-radius: 0px 0px 20px 20px;
}

.ico-prog i {
    color: white;
}

section.programs-sec {
    background: #f6f6f6;
    padding: 90px 0px;
}
.img-i-prog img {
    width: 45px;
    filter: invert(18%) sepia(52%) saturate(3372%) hue-rotate(208deg) brightness(100%) contrast(89%);
}

.img-i-prog {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.img-i-prog::after {
    content: "";
    position: absolute;
    background: #f6f6f6;
    width: 115%;
    height: 115%;
    border-radius: 50%;
    right: 36%;
    z-index: -1;
    top: 8px;
}

.prog-slide h3 {
    font-weight: bold;
    margin-bottom: 25px;
}
section.spcial-service {
    padding: 0px 100px;
    border-radius: 15px;
}

section.spcial-service {
    margin-bottom: 90px;
}
a {}

.left-nav .about-btn {
    margin: 0;
}
.page_header_content {
    direction: rtl;
    text-align: start;
}
.mis-vis-block {
    background: var(--sec-color);
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.miss-ico img {
    width: 60px;
}

.miss-desc h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

.miss-ico {
    margin-bottom: 20px;
}

.miss-desc p {
    color: white;
    /* font-size: 16px; */
    line-height: 1.7;
    text-align: start;
}

section.mis-vis-sec {
    background: #f6f6f6;
    padding: 30px 0px;
}

.mis-vis-block:hover {
    transform: translatey(-10px);
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 62%);
}
.prog-img {
    position: relative;
}

.share-icon-w {
    position: absolute;
    left: 0;
    z-index: 9;
    bottom: 45px;
}

.share-icon-w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.share-links-t ul {
    padding: 0;
    margin: 0;
}
.share-icon-w {
}

.share-ico {
    background: var(--sec-color);
    color: white;
    padding: 15px 10px;
    border-radius: 20px 20px 0px 0px;
}

.share-ico i {
    font-size: 23px;
}

.share-links-t ul li a {
    color: white;
}

.share-links-t ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.share-links-t ul i {
    background: white;
    padding: 14px 16px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--sec-color);
    box-shadow: 0 1px 24px rgba(0,0,0,.05);
}

.share-links-t {
    margin-bottom: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.share-icon-w:hover .share-links-t {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.all-sec-wrrap .sectors-sec:nth-child(even) .row {
    flex-direction: row-reverse;
}


.all-sec-wrrap .sectors-sec:nth-child(even) {
    background: #f6f6f6;
    padding: 80px 0px;
}

.sectors-sec .second-image-about {
    height: 250px;
    bottom: 0;
}

.sectors-sec .first-image-about {
    height: 350px;
}

.sectors-sec .about-images-h {
    height: 422px;
}
.all-sec-wrrap .sectors-sec:nth-child(even) .row .first-image-about {
    left: auto;
    right: 0;
}

.all-sec-wrrap .sectors-sec:nth-child(even) .row  .second-image-about {
    right: auto;
    left: 40px;
}

.all-sec-wrrap {
    padding-bottom: 80px;
}
.serv-block-new.inner-serv-new {
    margin-bottom: 25px;
    overflow: hidden;
}
section.faq.details-more-h.sectors-sec.single-sec {
    margin-bottom: 80px;
}
.whiteMode .media-tabs button:hover {
    color: white;
}
article.blog_post.inner-blog-b {
    margin-bottom: 20px;
    height: calc(100% - 25px);
}
.post_img.blog-banner-n {
    height: 80%;
}

.post_img.blog-banner-n img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.post_content_part {
    position: relative;
}


h3.post_title {
    max-width: 80%;
}
ul.sub-menu li:last-child a {
    border: none !important;
}
.post_img.blog-banner-n img {
    border-radius: 50px;
}
.header_top_content {
    display: flex;
    justify-content: space-between;
    padding: 10px 90px;
    background: var(--sec-color);
    align-items: center;
    margin-bottom: 20px;
}

.header_top_left_info {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header_top_left_info .header_top_info:first-child {
    padding-inline-start: 23px !important;
    border-inline-start: 1px solid white;
    padding-inline-end: 0px;
}

.header_top_left_info .header_top_info {
    color: white;
    padding-inline-end: 23px;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.header_top_info a {
    font-size: 14px;
}

.social_icon a {
    color: white;
}

.social_icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 23px;
}

.social_icon a i {
    font-size: 13px;
}

header.header {
    padding-top: 0px;
}
.social_icon a:hover {
    color: var(--main-color);
}
section.patner_two_section.patners-h .head-flex {
    margin-bottom: 30px;
}
.mainnav ul.main_menu li:hover a {
    scale: 1.05;
    /* transform: translatey(-10px); */
    color: var(--sec-color);
}
.isos-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.logo-foter-n {
    max-width: 20%;
    flex: 20%;
    margin: 0 auto;
    margin-bottom: 30px;
    background: white;
    padding: 10px;
    border-radius: 15px;
}

.logo-foter-n img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.contact_form input::placeholder {
    color: white !important;
}

.contact_form textarea::placeholder {
    color: white !important;
}
.mainnav ul.sub_menu li:hover {
  background: var(--main-color);
}
a {
}
.mainnav ul.main_menu li ul li a:hover {
  color: white;
}
section.mis-vis-sec.serv-n-blocks-h {}

.serv-n-blocks-h .mis-vis-block ul {
    color: white;
    text-align: start;
    list-style: disc;
}

.serv-n-blocks-h .mis-vis-block ul li {
    margin-bottom: 15px;
    list-style: disc;
    display: list-item;
    font-size: 17px;
}

.serv-n-blocks-h .mis-vis-block ul li::marker {
    color: var(--main-color);
}
.head-nh {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 29px;
}

.head-nh img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.head-nh h3 {
    margin-bottom: 0;
}

.col-md-6.img-serv-col {
    width: 100%;
    height: 100%;
    padding-inline-end: 20px;
}

.img-serv-block {
    width: 100%;
    height: calc(450px - 20px);
    margin-bottom: 20px;
}

.img-serv-block img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


section.spcial-service.spec-cont-serv .space.video-area.bg-top-center.background-image {
    background: var(--main-color);
    background-image: none !important;
}
section.spcial-service.spec-cont-serv .head-nh h2 {
    margin-bottom: 0px;
}
section.spcial-service.spec-cont-serv .head-nh h2 {
    margin-bottom: 0px;
}

section.spcial-service.spec-cont-serv .about-btn a {
    padding-inline: 35px;
    background: var(--sec-color);
}

section.spcial-service.spec-cont-serv .about-btn a span {
    font-size: 24px;
}

section.spcial-service.spec-cont-serv .about-btn a i {}

section.spcial-service.spec-cont-serv .about-btn {
    margin: 0;
}

section.spcial-service.spec-cont-serv .space.video-area.bg-top-center.background-image {
    padding-block: 38px;
}

section.spcial-service.spec-cont-serv p {
    margin-bottom: 30px;
}
section.faq.details-more-h.sectors-sec.single-sec {
    margin-bottom: 0px;
}

section.serv-points-chek {
    text-align: center;
    margin-bottom: 80px;
    padding: 70px 0px;
}

section.serv-points-chek .row {
    border: 1px solid var(--sec-color);
    border-radius: 15px;
    padding: 30px;
}

.h-proints {
    margin-bottom: 30px;
}

.h-proints h3 {
    font-size: 32px;
    font-weight: bold;
}

section.serv-points-chek p {
    background: var(--sec-color);
    margin-bottom: 26px;
    border-radius: 15px;
    padding: 20px;
    color: white;
    font-size: 22px;
}
section.spcial-service.spec-cont-serv .space.video-area.bg-top-center.background-image::before {
    opacity: 0;
}

section.spcial-service.spec-cont-serv {
    background: #f6f6f6;
    margin-bottom: 0px;
    padding-bottom: 90px;
}
.bdt-item.swiper-slide {
    position: relative;
}

.slider-desc {
    position: absolute;
    z-index: 9;
    text-align: start;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding-inline-start: 200px;
    width: 60%;
}
.slider-desc h3 {
    color: white;
    font-size: 68px;
    font-weight: bold;
    margin: 30px 0px;
}.slider-desc p {
    color: white;
    font-size: 16px;
    line-height: 1.7;
}
.slider-desc span {
    background: var(--main-color);
    color: white;
    padding: 8px 20px;
    border-radius: 15px;
}

section.slider-h .swiper-button-prev {
    border: 1px solid var(--main-color);
    color: white;
    border-radius: 50%;
    padding: 24px;
    background: var(--main-color);
    z-index: 99999;
}

section.slider-h .swiper-button-prev i {
    font-size: 20px;
}

section.slider-h .swiper-button-next {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 50%;
    padding: 24px;
    background: transparent;
    z-index: 999;
}
.about-btn.slider-btn-n span {
    padding: 7px;
}
.slider-h .slider-desc {
  opacity: 0;
  transform: translate(30px, -50%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.swiper-slide-active .slider-desc {
    opacity: 1;
    transform: translate(0, -50%);
}
.form-group.text-center.cv-up {
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 5px;
}
label.btn-upload {
    color: white;
}
section.blog.cert-h.projects-h.blog_home_padding {
    display: none;
}
.mis-vis-block.n-desc-sev {
    display: flex;
    align-items: center;
}
a.play-text:hover {
    color: var(--main-color);
}