﻿html {
scroll-behavior: smooth;
overflow-x: hidden;
}

body {
margin: 0;
font-family: "Poppins", sans-serif;
overflow-x: hidden;
}

:root {
    --primary-color: #C6392E;
    --secondary-color: #151515;
    --body-font-color: #635959;
    --white-color: #ffffff;
    --black-color: #151515;
    --heading-colors: #151c25;
    --light-bg: #F9F3F0;
    --footer-bg: #0b0916;
    --innersubtitle: #0c043d;
    --light-gray: #8d8d8d;
}

::-webkit-scrollbar {
width: 7px;
}

::-webkit-scrollbar-track {
background-color: #ebebeb;
-webkit-border-radius: 10px;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #6d6d6d;
}

.bgc-secondary {
background-color: var(--secondary-color);
}

.cl-white {
color: var(--white-color) !important;
}

#header {
padding: 15px 0;
}

.bshadow {
box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
background-color: #fff;
padding: 15px 0 10px !important;
}

.extra-mrt {
margin-top: 100px;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
}

.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 25px;
font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
white-space: nowrap;
transition: 0.3s;
font-weight: 400;
text-transform: capitalize;
text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
font-size: 13px;
line-height: 0;
font-weight: 600;
margin-left: 5px;
margin-top: 2px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
color: var(--secondary-color) !important;
}

.navbar .dropdown ul {
display: block;
position: absolute;
left: 14px;
top: calc(100% + 30px);
margin: 0;
padding: 0px 0;
z-index: 999;
opacity: 0;
visibility: hidden;
background: #111;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}

.navbar .dropdown ul li {
min-width: 200px;

padding: 0;
}

.navbar .dropdown ul a {
padding: 10px 15px;
text-transform: none;
font-size: 14px;
}

.navbar .dropdown ul a i {
font-size: 12px;
}
.navbar .dropdown ul {
background-color: var(--white-color);
}
.navbar .dropdown ul li a {
color: var(--body-font-color);
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
color: var(--white-color) !important;
background-color: var(--secondary-color);
}

.navbar .dropdown:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
left: -90%;
}

.navbar .dropdown .dropdown:hover > ul {
left: -100%;
}
.inner-banner-sec h3 {
line-height: normal !important;
}
.single-box {
min-height: 285px !important;
}
}

.brand-logo img {
max-width: 200px;
}
.footer-logo img {
max-width: 220px;

}

.mobile-nav-toggle {
color: var(--black-color);
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .big-box {
        margin-bottom: 15px !important;
    }

    .navbar ul {
        display: none;
    }
    .inner-banner-sec {
        background-size: cover !important;
    }
    .boxside {
        flex-direction: column;
    }

        .boxside .contenSide {
            max-width: 100% !important;
            flex: 0 0 100% !important;
            padding: 15px;
        }

        .boxside .imgArea {
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }
    .about-three_image-outer {
        margin-top: 35px;
    }
    .TitleArea {
        margin-bottom: 20px !important;
        margin-top: 20px;
    }
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgb(4 12 21 / 77%);
transition: 0.3s;
z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
background-color: var(--primary-color);
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: var(--white-color);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
color: var(--white-color) !important;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
margin: 15px;
}

.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 2px 10px;
padding: 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #ffffff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
min-width: 200px;
border-bottom: 1px solid;
}

.navbar-mobile .dropdown ul a {
padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
color: var(--white-color);
background-color: var(--primary-color);
}

.navbar-mobile .dropdown > .dropdown-active {
display: block;
}

.nav-holder {
display: flex;
align-items: center;
justify-content: space-between;
}

.dropdown-menu.show {
display: block;
min-width: 180px;
background-color: #313333;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
font-size: 14px;
font-weight: 400;
}

.dropdown-menu .nav-link {
padding: 0;
margin: 0;
}

.navbar-nav .nav-link {
color: #fff;
}

.dropend .dropdown-toggle {
color: salmon;
margin-left: 1em;
}

.dropdown-item:hover {
background-color: lightsalmon;
color: #fff;
}

.dropdown .dropdown-menu {
display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
display: block;
margin-top: 0.125em;
margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
.dropend:hover > .dropdown-menu {
position: absolute;
top: 0;
left: 100%;
}

.dropend .dropdown-toggle {
margin-left: 0.5em;
}
}

.header-right {
display: flex;
justify-content: end;
}

.header-btn {
background-color: var(--primary-color);
font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
color: #ffff;
font-weight: 500;
padding: 12px 25px;
text-decoration: none;
border: 0;
border-radius: 10px;
margin-bottom: 12px;
text-align: center;
}
.header-btn.ml-3 {
    margin-left: 10px;
}
.wht-btn:hover {
background-color: var(--primary-color);
color: var(--white-color);
}
.bdr-btn {
background-color: var(--white-color) !important;
font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
color: #0c1928 !important;
border: 1px solid var(--black-color);
font-weight: 500;
padding: 12px 25px;
text-decoration: none;
border-radius: 10px;
}
.bdr-btn:hover {
background-color: var(--black-color) !important;
color: var(--white-color) !important;
}
.bdr-btn img {
margin-left: 20px;
}
.btns-holder {
display: flex;
justify-content: space-between;
max-width: 370px;
margin: 20px 0 10px;
}
.arw-btn {
font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
text-decoration: none;
color: #2e97e8;
font-weight: 500;
padding: 12px 25px;
border: 0;
border-radius: 10px;
transition: 0.5s;
margin-top: 15px;
}
.arw-btn i {
margin-left: 15px;
}
.arw-btn:hover {
background-color: var(--primary-color);
color: var(--white-color);
}

.section-bg {
background-color: #F9F3F0;
}
.space-p-t {
padding-top: 80px;
}

.space-p-b {
padding-bottom: 80px;
}

.space-p-tb {
padding: 80px 0;
}

.space-m-t {
margin-top: 80px;
}

.space-m-b {
margin-bottom: 80px;
}

.space-m-tb {
margin: 80px 0;
}

.common-title {
font-size: calc(18px + (46 - 18) * ((100vw - 300px) / (1920 - 300)));
font-weight: 700;
color: var(--black-color);
}
.common-title span {
color: var(--primary-color);
}
.common-text {
font-size: calc(13px + (17 - 13) * ((100vw - 300px) / (1920 - 300)));
font-weight: 400;
color: var(--body-font-color);
}
.comon-btn {
background-color: var(--primary-color);
border-radius: 20px;
padding: 12px 50px;
color: #fff;
text-decoration: none;
font-weight: 600;
text-align: center;
position: relative;
}
.custom-bg {
background-color: var(--primary-color);
}
.section-bg-dark {
background-color: #f5f5f5;
}

.main-banner {
    min-height: auto;
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-color: #f2f6fe;*/
    background-color: var(--light-bg);
}

.light-bg {
    background-color: var(--light-bg);
}

.main-banner h1 {
    font-size: calc(22px + (48 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: var(--black-color);
}
.main-banner h1 span {
color: var(--primary-color);
}
.main-banner p {
font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
font-weight: 400;
color: var(--black-color);
}
.main-banner a {
color: var(--primary-color);
}
.main-banner a:hover {
color: var(--black-color);
text-decoration: none;
}
.main-banner .banner-form {
background-color: var(--secondary-color);
border-radius: 30px;
border: 10px solid var(--secondary-color);
position: relative;
padding: 20px 20px;
max-width: 550px;
margin: 0 auto;
}
.banner-form h2 {
font-size: calc(17px + (26 - 17) * ((100vw - 300px) / (1920 - 300)));
font-weight: 700;
color: var(--white-color);
text-align: center;
}
.banner-form input {
width: 100%;
height: 40px;
padding: 2px 10px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
position: relative;
border: 0;
}
.banner-form textarea {
width: 100%;
height: 80px;
padding: 2px 10px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
position: relative;
border: 0;
}
.banner-form .btn-sbt {
border-radius: 10px;
position: relative;
border: 0;
font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
font-weight: 500;
text-decoration: none;
color: #fff;
background-color: var(--primary-color);
padding: 5px 25px;
width: 100%;
transition: 0.5s ease-in-out;
text-transform: uppercase;
}
.banner-form .btn-sbt:hover {
color: #000000b5;
background-color: var(--white-color);
}
.banner-form form {
padding: 0 25px;
}
.main-banner .banner-search-box {
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
background-color: #fff;
padding: 12px 18px;
max-width: 550px;
margin-bottom: 25px;
}
.main-banner .banner-search-box input[type="search"] {
width: 100%;
height: 50px;
padding: 2px 10px;
border-radius: 10px;
position: relative;
border: 1px solid #bcbcbc;
background-color: transparent;
margin: 0;
}
.main-banner .banner-search-box .srch-btn {
background-color: var(--primary-color);
font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
color: #ffff;
font-weight: 500;
padding: 14px 25px;
text-decoration: none;
border: 0;
border-radius: 10px;
margin-bottom: 0;
text-align: center;
width: 100%;
}
.banner-form2 {
background: #f2f6fd;
border-radius: 20px;
padding: 40px 30px 35px 30px;
margin-top: 40px;
}
.banner-form2 input {
background: #ffffff;
border: 1px solid #bfbfbf;
border-radius: 11px;
box-shadow: none;
}
.banner-form2 textarea {
height: 50px;
background: #ffffff;
border: 1px solid #bfbfbf;
border-radius: 11px;
box-shadow: none;
padding: 12px 10px;
}
.btn-cnt {
background-color: #cf6558 !important;
color: white !important;
width: 100%;
}
.img-content {
position: relative;
}

.text-on-image {
position: absolute;
bottom: 6px;
background: linear-gradient(
0deg,
rgba(10, 10, 10, 1) 36%,
rgba(255, 255, 255, 0) 100%
);
width: 100%;
transition: 0.5s ease;
opacity: 0;
color: #ffffff;
font-size: 20px;
padding: 70px 10px 10px 10px;
text-align: center;
border-radius: 0px 0px 20px 20px;
}

.img-content:hover .text-on-image {
opacity: 1;
}

.text-on-image p {
font-size: 14px;
}

.pkg-btn {
background-color: var(--primary-color);
border: 1px solid #cf6558;
border-radius: 10px;
padding: 12px 50px;
color: #fff;
text-decoration: none;
font-weight: 500;
text-align: center;
transition: 0.4s ease-in-out;
}

.pkg-btn:hover {
border: 1px solid #cf6558;
color: #cf6558;
background-color: transparent;
}

.accordion-button strong {
font-size: 18px;
font-weight: 600;
}

.slick-initialized {
overflow: hidden !important;
}
.trade-logos-slider {
overflow: hidden;
}
.trade-logos-slider .trade-item {
background-color: #fff;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
min-height: 80px;
display: flex;
align-items: center;
justify-content: center;
margin: 10px 20px;
border: 2px solid #fff;
padding: 0 35px;
}

.trade-logos-slider .slick-current {
border: 2px solid #cf6558;
}

.trade-logos-slider .slick-dots li button {
font-size: 70px;
background-color: #d9d9d9;
color: #d9d9d9;
}
.trade-logos-slider .slick-dots li button:before {
color: #d9d9d9;
}
.trade-logos-slider .slick-dots li.slick-active button:before {
color: #cf6558;
background-color: #cf6558;
}

.packages-box {
min-height: 480px;
background: var(--white-color);
border: var(--light-gray) solid 1px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
padding: 25px 30px;
position: relative;
margin-bottom: 20px;
}

.packages-box.PrimaryBox {
background: var(--primary-color);
border: var(--light-gray) solid 1px;
}
.packages-box.PrimaryBox .topTag {
background-color: var(--white-color);
color: var(--primary-color);
}
.packages-box.PrimaryBox .package-header h3 {
color: var(--white-color);
}
.packages-box.PrimaryBox .package-header span {
color: var(--white-color);
}
.packages-box.PrimaryBox .package-header label {
color: var(--white-color);
}
.packages-box.PrimaryBox .package-list li {
color: var(--white-color);
}
.packages-box.PrimaryBox .package-list li::before {
background-color: var(--white-color);
}
.packages-box.PrimaryBox .package-footer a {
background-color: var(--white-color);
color: var(--secondary-color);
border-color: var(--white-color);
}
.packages-box.PrimaryBox:hover .package-footer a {
color: var(--white-color);
}
.packages-box.PrimaryBox .package-header h3:before {
background-color: #b5454d;
}
.packages-box.PrimaryBox .package-header h3:after {
background-color: var(--white-color);
}

.packages-box.PrimaryBox:hover {
background-color: var(--white-color);
}
.packages-box.PrimaryBox:hover .topTag {
background-color: var(--primary-color);
color: var(--white-color);
}
.packages-box.PrimaryBox:hover .package-header h3 {
color: var(--secondary-color);
}
.packages-box.PrimaryBox:hover .package-header span {
color: var(--secondary-color);
}
.packages-box.PrimaryBox:hover .package-header label {
color: var(--secondary-color);
}
.packages-box.PrimaryBox:hover .package-list li {
color: var(--secondary-color);
}
.packages-box.PrimaryBox:hover .package-list li::before {
background-color: var(--secondary-color);
}
.packages-box.PrimaryBox:hover .package-header h3:before {
background-color: #edd0d3;
}
.packages-box.PrimaryBox:hover .package-header h3:after {
background-color: var(--primary-color);
}

.packages-box.SecondaryBox {
background: var(--secondary-color);
border: var(--light-gray) solid 1px;
}
.packages-box.SecondaryBox .topTag {
background-color: var(--white-color);
color: var(--secondary-color);
}
.packages-box.SecondaryBox .package-header h3 {
color: var(--white-color);
}
.packages-box.SecondaryBox .package-header span {
color: var(--white-color);
}
.packages-box.SecondaryBox .package-header label {
color: var(--white-color);
}
.packages-box.SecondaryBox .package-list li {
color: var(--white-color);
}
.packages-box.SecondaryBox .package-list li::before {
background-color: var(--white-color);
}
.packages-box.SecondaryBox .package-footer a {
background-color: var(--white-color);
color: var(--secondary-color);
border-color: var(--white-color);
}
.packages-box.SecondaryBox:hover .package-footer a {
color: var(--white-color);
}
.packages-box.SecondaryBox .package-header h3:before {
background-color: #b5454d;
}
.packages-box.SecondaryBox .package-header h3:after {
background-color: var(--white-color);
}

.packages-box.SecondaryBox:hover {
background-color: var(--white-color);
}
.packages-box.SecondaryBox:hover .topTag {
background-color: var(--primary-color);
color: var(--white-color);
}
.packages-box.SecondaryBox:hover .package-header h3 {
color: var(--secondary-color);
}
.packages-box.SecondaryBox:hover .package-header span {
color: var(--secondary-color);
}
.packages-box.SecondaryBox:hover .package-header label {
color: var(--secondary-color);
}
.packages-box.SecondaryBox:hover .package-list li {
color: var(--secondary-color);
}
.packages-box.SecondaryBox:hover .package-list li::before {
background-color: var(--secondary-color);
}
.packages-box.SecondaryBox:hover .package-header h3:before {
background-color: #edd0d3;
}
.packages-box.SecondaryBox:hover .package-header h3:after {
background-color: var(--primary-color);
}

.packages-box .topTag {
position: absolute;
top: 0;
right: 25px;
background-color: var(--primary-color);
color: var(--white-color);
width: 140px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
border-radius: 0 0 18px 18px;
font-weight: 600;
}
.packages-box:hover .topTag {
background-color: var(--white-color);
color: var(--secondary-color);
}

.packages-box .topTag.sty1 {
background-color: #ff9e07;
color: var(--secondary-color);
}
.packages-box:hover .topTag.sty1 {
background-color: var(--white-color);
color: var(--secondary-color);
}

.packages-box:hover {
background: var(--primary-color);
}

.packages-box .package-header {
min-height: 140px;
position: relative;
padding-top: 20px;
}
.packages-box .package-header::before {
content: "";
background-image: url("/assets/images/package-before.png");
background-repeat: no-repeat;
background-size: contain;
width: 59px;
height: 118px;
position: absolute;
right: -30px;
top: 25px;
display: none;
}
.packages-box .package-header h3 {
display: block;
font-size: 30px;
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 8px;
line-height: 1;
position: relative;
padding-left: 38px;
}
.packages-box .package-header h3:before {
position: absolute;
left: 0;
top: 3px;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #edd0d3;
content: "";
}
.packages-box .package-header h3:after {
position: absolute;
left: 5px;
top: 8px;
bottom: 0;
margin: 0 auto;
width: 14px;
height: 14px;
border-radius: 50%;
background-color: var(--primary-color);
content: "";
}
.packages-box:hover .package-header h3:before {
background-color: #b5454d;
}
.packages-box:hover .package-header h3:after {
background-color: var(--white-color);
}

.packages-box .package-header span {
display: block;
font-size: 16px;
font-weight: 400;
color: var(--secondary-color);
}
.packages-box:hover .package-header h3 {
color: var(--white-color);
}
.packages-box:hover .package-header span {
color: var(--white-color);
}
.packages-box .package-header label {
font-size: 40px;
font-weight: 700;
color: var(--secondary-color);
}
.packages-box:hover .package-header label {
color: var(--white-color);
}
.packages-box .package-list {
padding: 0;
margin: 20px 0 30px;
height: 280px;
overflow-y: auto;
}
.packages-box .package-list li {
list-style: none;
font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
font-weight: 400;
color: var(--secondary-color);
margin-bottom: 10px;
padding-left: 25px;
position: relative;
}
.packages-box:hover .package-list li {
color: var(--white-color);
}
.packages-box .package-list li::before {
content: "";
background-color: var(--secondary-color);
width: 7px;
height: 7px;
border: 0;
border-radius: 50%;
position: absolute;
left: 0;
top: 9px;
}
.packages-box:hover .package-list li::before {
background-color: var(--white-color);
}
    .packages-box .package-footer a {
        background-color: var(--primary-color);
        border: 1px solid #cf6558;
        border-radius: 10px;
        padding: 12px 20px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
        transition: 0.4s ease-in-out;
        margin: 20px 0 0;
    }

.packages-box:hover .package-footer a {
background-color: var(--white-color);
color: var(--secondary-color);
}
.packages-box:hover .package-footer a:hover {
background-color: var(--secondary-color);
color: var(--white-color);
}

.work-box {
    margin-bottom: 25px;
    position: relative;
    border-right: 1px dashed #000;
    padding-right: 30px;
    min-height: 250px;
}
    .work-box::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #000;
        position: absolute;
        top: 0;
        right: -6px;
        border: 0;
        border-radius: 50%;
    }
.work-box1 {
border: 0;
}
.work-box1::before {
display: none;
}
.work-box .work-box-icon img {
margin: 12px 0;
}

.work-box .work-box-icon span {
display: block;
font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
font-weight: 400;
}
.work-box .work-box-text h4,
.work-box .work-box-text span {
display: block;
font-size: calc(17px + (26 - 17) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
font-weight: 700;
margin-top: 15px;
}
.work-box .work-box-text p {
    display: block;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: var(--body-font-color);
    font-weight: 400;
    margin-top: 5px;
}

.diffrnt-trademark .copy {
display: flex;
align-items: center;
justify-content: space-around;
text-align: center;
background: #151515;
padding: 8px 5px;
}

    .diffrnt-trademark .copy h4,
    .diffrnt-trademark .copy span {
        text-align: center;
        color: #fff;
        margin: 0;
        font-size: 25px;
        font-size: calc(17px + (25 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
    }

.differenceBox {
border-right: #9d9b9b dashed 1px;
padding: 30px 20px 10px;
}

.differenceBox.br-none {
border-right: 0;
}

.differenceBox h4,
.differenceBox span {
font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
color:var(--secondary-color);
margin-bottom:15px;
}

.differenceBox p {
font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
color: var(--secondary-color);
margin-bottom: 0;
}

.CounterSec {
position: relative;
}
.CounterSec::after {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 0;
width: 100%;
height: 50%;
background-color: var(--secondary-color);
content: "";
}

.counter-bg {
background-color: #cf6558;
border-radius: 60px;

padding: 25px 30px;
position: relative;
z-index: 2;
}
.counter-box {
position: relative;
border-right: 1px solid var(--white-color);

padding: 0 20px;
}
.counter-box h2 {
font-size: calc(17px + (35 - 17) * ((100vw - 300px) / (1920 - 300)));
color: var(--white-color);
font-weight: 700;
margin: 0;
}
.counter-box h5,
.counter-box span {
font-size: calc(17px + (30 - 17) * ((100vw - 300px) / (1920 - 300)));
color: var(--white-color);
font-weight: 700;
}
.counter-box p {
font-size: calc(15px + (14 - 15) * ((100vw - 300px) / (1920 - 300)));
color: var(--white-color);
font-weight: 400;
margin: 0;
}
.peace-sec {
position: relative;
}
.peace-sec h4,
.peace-sec label {
font-size: calc(19px + (30 - 19) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
font-weight: 500;
}

.peace-sec h4 span,
.peace-sec label span {
color: var(--primary-color);
font-weight: 700;
}
.testimonial-slider {
margin-bottom: 0px !important;
}
.testimonial-box {
position: relative;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
min-height: 250px;
background-color: var(--white-color);
padding: 30px 25px;
margin: 10px 10px;
display: flex !important;
align-items: start;
}
.testimonial-box .testimonial-box-img img {
width: 60px;
height: 60px;
margin-right: 20px;
border: 0;
border-radius: 50%;
}
.testimonial-box .testimonial-box-text span {
font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
font-weight: 600;
}

.testimonial-box .testimonial-box-text h6 {
font-size: calc(12px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
font-weight: 500;
}

.testimonial-box .testimonial-box-text p {
font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
font-weight: 400;
}
.testimonial-box-text .stars {
display: flex;
align-items: center;
justify-content: end;
}
.testimonial-box-text .stars span {
font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
color: var(--black-color);
font-weight: 700;
padding-right: 12px;
margin: 0;
}
.testimonial-box-text .stars .stars-rating svg {
color: #ffc850 !important;
}
.accordian-sec {
position: relative;
}

.accordian-sec .accordion-button::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
transition: all 0.5s;
}

.accordian-sec .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordian-sec .accordion-button::after {
transition: all 0.5s;
}

.cta-footer {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height: 100%;
border-radius: 40px;
}

.ctafo-content {
padding-left: 35px;
}

.ctafo-content h3 {
font-size: calc(26px + (48 - 26) * ((100vw - 300px) / (1920 - 300)));
font-weight: 600;
}

.ctafo-content h4 {
font-size: calc(14px + (48 - 26) * ((100vw - 300px) / (1920 - 300)));
}

.ctafo-num h3 {
font-size: calc(14px + (48 - 26) * ((100vw - 300px) / (1920 - 300)));
}

.cta-img-holder {
position: relative;
height: 100%;
min-height: 400px;
right: 0;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}

.footer-girlimage {
position: absolute;
right: -15%;
bottom: -5%;
}

.button-ctafo {
color: #cf6558;
text-decoration: none;
background-color: #fff;
padding: 10px 20px;
border-radius: 10px;
transition: 0.3s ease-in-out;
font-weight: 500;
}

.button-ctafo:hover {
background-color: #000000;
color: #fff;
}

.ctafo-btn {
display: flex;
justify-content: center;
}

.ctafo-num a {
font-size: calc(14px + (48 - 26) * ((100vw - 300px) / (1920 - 300)));
text-decoration: none;
color: #fff;
}

.who p {
font-weight: 400;
font-size: 16px;
text-align: center;
color: #000000;
}
.who-box h4 {
font-weight: 600;
font-size: 30px;
line-height: 178%;
text-align: center;
color: #383d40;
margin: 0;
}
.who-box h5 {
font-weight: 600;
font-size: 21px;
padding: 0 0 10px 0;
text-align: center;
color: var(--primary-color);
margin: 0;
}
.who-box {
background: #ffffff;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 6px;
padding: 18px 20px;
border: 1px solid transparent;
transition: 0.3s ease-in-out;
min-height: 250px;
}
.who-box:hover {
border-color: #cf6558;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
border-radius: 6px;
}

.mission-box {
background-color: #f2f6fd;
padding-top: 80px;
padding-bottom: 75px;
border-radius: 15px;
}
.mission-list {
list-style: none;
margin-bottom: 0;
margin-top: 55px;
}
.mission-box-1 {
padding-left: 35px;
}
.mission-list li {
position: relative;
font-weight: 500;
font-size: 19px;
line-height: 235.3%;
color: #000000;
}
.mission-list li:before {
content: "";
position: absolute;
width: 25px;
height: 25px;
background-image: url(/assets/images/icons/about-icon1.png);
left: -33px;
top: 8px;
}
.mission-list li.second:before {
background-image: url(/assets/images/icons/about-icon2.png);
}
.mission-list li.third:before {
background-image: url(/assets/images/icons/about-icon3.png);
}
.mission p {
font-weight: 400;
font-size: 15px;
line-height: 178%;
color: #4a4a4a;
}

.brand h2 {
margin-bottom: 15px;
}
.brand h6 {
font-weight: 400;
font-size: 22px;
line-height: 33px;
text-align: center;
color: #000000;
margin-bottom: 70px;
}
.brand-box {
background: #ffffff;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 10px;
text-align: center;
padding: 10px 15px;
padding: 20px 15px 0 15px;  
margin-bottom: 20px;
min-height: 230px;
height: 100%;
}
.brand-box:hover {
background-color: #cf6558;
color: white;
}
.brand-box h3,
.brand-box h5 {
font-weight: 600;
font-size: 21px;

text-align: center;
color: var(--primary-color);
margin-top: 20px;
margin-bottom: 20px;
}
.brand-box:hover h5 {
color: white;
}
.brand-box h3 {
font-weight: 600;
font-size: 36px;
line-height: 14px;
text-align: center;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #cf6558;
margin: 0;
margin-top: 10px;
}
.brand-box:hover h3 {
-webkit-text-fill-color: #cf6558;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
}
.brand-box p {
font-weight: 400;
font-size: 16px;

text-align: center;
color: #707070;
}
.brand-box:hover p {
color: white;
}

.footer-sec {
background-color: var(--secondary-color);
padding: 250px 0 0 0;

position: relative;
}

.footer-sec:before {
content: "";
background-image: url(/assets/images/footer-shape.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0px;
width: 100%;
min-height: 200px;
}

.footer-button {
background-color: #fff;
color: #cf6558;
text-decoration: none;
width: 270px;
padding: 10px;
border-radius: 16px;
margin-top: 10px;
}

.footer-button:hover {
background-color: #000000;
color: #fff;
}

.footer-dis h4 {
font-size: 26px;
}

.foo-menu {
list-style: none;
padding: 0;
}

.foo-link {
text-decoration: none;
color: #fff;
font-size: 16px;
font-weight: 300;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 15px;
}

.footer-links h3 {
font-size: calc(17px + (26 - 17) * ((100vw - 300px) / (1920 - 300)));
}

.foo-menu li {
padding: 6px 0;
}

.footer-logo a {
text-decoration: none;
font-size: 40px;
font-weight: 600;
color: #fff;
}

.foo-contact .fa-phone {
font-size: calc(8px + (48 - 26) * ((100vw - 300px) / (1920 - 300)));
padding-right: 16px;
}

.foo-contact span {
font-size: calc(5px + (48 - 26) * ((100vw - 300px) / (1920 - 300)));
font-weight: 300;
}

.foo-num {
color: #fff;
text-decoration: none;
padding-left: 8px;
}

.inner-banner-sec span {
color: #cf6558;
font-weight: 700;
}

.inner-banner-sec {
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
min-height: 300px;
display: flex;
align-items: flex-end;
background-size: 100% 100%;
}
.inner-banner-sec h3 {
font-weight: 500;
font-size: 35px;
line-height: 70px;
color: #000000;
margin-bottom: 40px;
}
.inner-banner-heading {
margin-bottom: 30px;
}

.single-btn {
    text-decoration: none;
    background-color: #cf6558;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.single-btn:hover {
border: 1px solid #cf6558;
color: #cf6558;
background-color: transparent;
font-weight: 500;
}

.lg-text {
font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
line-height: 1.2;
text-transform: uppercase;
font-weight: 500;
}

.gray-sec {
background-color: #f2f6fd;
}

.gray-sec strong {
font-weight: 600;
}

.single-box {
padding: 20px 20px 10px 20px;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 6px;
transition: 0.2s all linear;
min-height: 240px;
margin-bottom: 20px;
border: 1px solid transparent;
}

.single-box h4 {
font-size: 17px;
font-weight: 600;
color: var(--primary-color);
}

.single-box p {
font-size: 14px;
}

.single-box:hover {
border: 1px solid #cf6558;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
transition: 0.9s all linear;
}

.cta-content {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height: 100%;
padding: 60px 160px;
border-radius: 40px;
}

.cta-content h3 {
font-weight: 200;
}

.cta-content h3 {
font-weight: 200;
padding-bottom: 14px;
}

.cta-btns {
display: flex;
justify-content: center;

gap: 30px;
padding-top: 20px;
}

.content-image {
position: relative;
}
.image-div-1 {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 42vw;
}
.image-div-1 img {
object-fit: cover;
width: 100%;
height: 100%;
}
.cta-button-div {
border: 1px solid #fff;
padding: 8px 60px;
border-radius: 18px;
}

.cta-button {
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: 500;
}

.cta-button-div:hover {
background-color: #fff;
transition: 0.5s ease-in-out;
}

.cta-button-div:hover .cta-button {
color: #cf6558;
transition: 0.5s ease-in-out;
}

.circle-li {
display: flex;
gap: 8px;
align-items: baseline;
line-height: 1;
}

.fa-circle-check {
color: #cf6558;
}

.circle-li p {
font-size: 22px;
font-weight: 500;
}

.circle-ul {
padding: 0;
margin: 0;
}

.tabs-cont-div {
padding: 40px 30px 15px;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
transition: 0.9s all linear;
border: 1px solid transparent;
height: 100%;
margin: 0 0 25px 0;
}
.tabs-cont-div:hover {
border: 1px solid #cf6558;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
transition: 0.9s all linear;
}

.tabs-cont-div h3 {
color: var(--primary-color);
}

#tabs-toprated .nav-link.active {
background-color: #cf6558;
color: #fff;
border-radius: 5px;
}

#tabs-toprated .nav-link {
background-color: transparent;
color: #000;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 5px;
padding: 20px 10px;
width: 308px;
font-size: 20px;
}

.vc-trusted-tabs {
gap: 20px;
}

.cr-box {
padding: 30px 20px;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 10px;
transition: 0.4s ease-in-out;
height: 100%;
}

.cr-box-img {
padding-bottom: 15px;
}
.cr-box h3 {
font-size: calc(17px + (26 - 17) * ((100vw - 300px) / (1920 - 300)));
}

.cr-box p {
font-size: 15px;
}

.cr-box:hover {
color: #fff;
background: #cf6558;
box-shadow: 0px 0px 40px 10px rgba(50, 82, 204, 0.4);
}

.cr-box:hover .cr-box-img {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
hue-rotate(288deg) brightness(102%) contrast(102%);
}

.package-points li {
color: #000000;
font-size: 18px;
font-weight: 600;
}

.package-points::marker {
color: blue;
}

::marker {
color: #cf6558;
}

.package-div {
min-height: 430px;
margin-left: -10px;
}

.ease-card-box {
min-height: 480px;
background: #f2f6fd;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
padding: 25px 30px;
position: relative;
}

.ease-card-box .ease-card-header {
min-height: 140px;
position: relative;
padding-top: 20px;
}

.ease-card-box .ease-card-header::before {
content: "";
background-image: url("/assets/images/package-before.png");
background-repeat: no-repeat;
background-size: contain;
width: 59px;
height: 118px;
position: absolute;
right: -30px;
top: 25px;
}

.ease-card-box .ease-card-header h2 {
display: block;
font-size: 32px;
font-weight: 700;
color: var(--black-color);
margin-bottom: 15px;
line-height: 1;
}

.ease-card-box .ease-card-header span {
display: block;
font-size: 32px;
color: #cf6558;
font-weight: 700;
}

.ease-card-box .package-footer a {
background-color: var(--primary-color);
border-radius: 20px;
padding: 12px 50px;
color: #fff;
text-decoration: none;
font-weight: 600;
text-align: center;
}

.circle-points {
position: relative;
padding-left: 22px;
}

.circle-points h3 {
font-size: 18px;
font-weight: 600;
}

.circle-points::before {
content: "";
background-image: url(/assets/images/icons/circle.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
width: 12px;
height: 12px;
top: 4px;
left: 0px;
}

.ama-card {
padding: 30px;
text-align: center;
}

.ama-card h3 {
font-size: 18px;
font-weight: 700;
}

.ama-card-img {
display: flex;
justify-content: center;
align-items: center;
}

.ama-img {
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 50%;
margin-bottom: 10px;
width: 110px;
height: 110px;
object-fit: none;
}

.ama-card {
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 10px;
height: 100%;
border: 1px solid transparent;
}
.ama-card:hover {
border: 1px solid #cf6558;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
transition: 0.9s all linear;
}
.ama-card:hover .ama-img {
border: 1px solid #cf6558;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
transition: 0.9s all linear;
}
.ama-card:hover h3 {
color: var(--primary-color);
transition: 0.9s all linear;
}
.arrows-div {
display: flex;
justify-content: center;
gap: 10px;
}

div#arrow-left {
border: 1px solid;
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}

.fa-angle-left {
font-size: 18px;
}

.fa-angle-right {
font-size: 18px;
}

div#arrow-right {
border: 1px solid;
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}

div#arrow-right:hover {
background-color: #cf6558;
border: 1px solid #cf6558;
}

div#arrow-right:hover .fa-angle-right {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
hue-rotate(288deg) brightness(102%) contrast(102%);
}

div#arrow-left:hover {
background-color: #cf6558;
border: 1px solid #cf6558;
}

div#arrow-left:hover .fa-angle-left {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
hue-rotate(288deg) brightness(102%) contrast(102%);
}

@media (max-width: 1400px) {
    .footer-girlimage {
        right: -35%;
    }
    .about-three_image::before, .about-three_image::after {
        right: -15px !important;
        width: 8px !important;
    }
}
@media (max-width: 1199px) {
.header-btn {
font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
padding: 6px 6px;
}
.cta-form .cta-button-div .cta-button {
font-size: 14px !important;
overflow: hidden;
}
}

@media (max-width: 991px) {
    .brand-box {
        min-height: 215px;
        padding: 15px;
    }
    .about-three h5 {
        margin-top: 15px; 
    }
    .work-box {
        min-height: auto;
        border-right: 0;
    }
        .work-box::before {
            display: none;
        }
    .faq-one_content-outer {
        padding: 0 !important;
    }
    .about-three {
        padding: 0;
    }
}

@media (max-width: 767px) {
.cta-form .cta-button-div {
width: 80%;
margin: 0 auto;
padding: 5px !important;
margin-top: 10px;
}
    .popupform .form-Title span {
        display: block;
    }
.stepsMain {
flex-direction: column;
align-items: center !important;
}
.stepsMain .leftColumn {
max-width: 100% !important;
flex: 0 0 100% !important;
position: static;
top: 0;
}
.stepsMain .leftColumn .stickyArea {
padding: 10px 10px 0 10px !important;
display: ruby !important;
}
.stepsMain .content-section {
max-width: 80% !important;
flex: 0 0 80% !important;
padding-top: 20px !important;
}
.stepsMain .leftColumn .numbering {
    position: relative;
    padding: 0 20px 0 0;
    }
    .stepsMain .leftColumn .stickyArea {
        padding: 5px 0 0 30px !important;
    }
    .copyright, .footer-sec .terms-policy {
        text-align: center !important;
    }
}

.testimonial-box-img {
display: none;
}
.logo-slider-content {
border-right: var(--secondary-color) solid 1px;
}
.logo-slider-content h2,
.logo-slider-content h4 {
color: var(--primary-color);
font-size: calc(17px + (25 - 17) * ((100vw - 300px) / (1920 - 300)));
font-weight: 700;
}
.logo-slider-content h2 span,
.logo-slider-content h4 span {
color: #000;
}
.footer-sec .foo-contact .fa-phone {
font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}
.footer-sec .foo-contact span {
font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.footer-sec .foo-num {
font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.brand-box h3 {
display: none;
}

.footer-sec .copyright p,
.footer-sec .terms-policy a {
color: #ffffff70;
text-decoration: none;
margin-bottom: 0;
}
.footer-sec .copyright p:hover,
.footer-sec .terms-policy a:hover {
color: #fff;
}
.footer-sec .terms-policy {
text-align: right;
}
.footer-sec .border-line {
position: absolute;
width: 100%;
height: 1px;
color: #ffffff70;
background-color: #ffffff70;
content: "";
bottom: 40px;
left: 0;
right: 0;
}

.banner-form .form-group {
margin-bottom: 15px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 15px auto;
}

.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
display: none;
outline: 0;
text-align: center;
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}

.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
transform: translate(0, -25%);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 100%;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
/*width: 40%;*/
width: 60%;
background-color: transparent;
box-shadow: none;
outline: 0;
border: none;
}

.modal-content,
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
position: absolute;
right: 20px;
top: 20px;
z-index: 1;
border: 0;
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
border-radius: 50%;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.modal .form-area .formBox {
background-color: #fff;
border-radius: 25px 25px;
padding: 20px;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
position: relative;
overflow: hidden;
}
.modal .form-area .formBox:before {
position: absolute;
right: 0;
top: 0;
background-image: url(../images/form_icon.png);
background-repeat: no-repeat;
background-position: center;
width: 90px;
height: 69px;
background-size: cover;
content: "";
pointer-events: none;
}
.modal .form-area .form-Title {
display: inline-block;
font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
color: #fff;
font-weight: 500;
width: 100%;
}
.modal .form-area .form-Title h3 {
margin-bottom: 0;
margin-top: 0;
color: #000;
font-size: calc(15px + (26 - 15) * (100vw - 320px) / (1920 - 320));
font-style: normal;
font-weight: 600;
text-transform: uppercase;
text-align: center;
line-height: 1;
padding: 0 0 5px 0;

display: inline-block;
}
.formBox p {
color: var(--primary-color);
}
.modal .form-area .formBox .form-group {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
margin-bottom: 10px;
}
.popup-content .btn-sbt {
border-radius: 10px;
position: relative;
border: 0;
font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
font-weight: 500;
text-decoration: none;
color: #fff;
background-color: var(--primary-color);
padding: 10px 25px;
width: 100%;
transition: 0.5s ease-in-out;
}
.popup-content .btn-sbt:hover {
color: #000000b5;
background-color: var(--white-color);
}
.popup-content .popup-form-logo img {
max-width: 260px;
}

.banner-form input::placeholder {
font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
.banner-form textarea::placeholder {
font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
word-wrap: break-word;
overflow-wrap: break-word;
}

.MegaContainer {
position: relative;
}
.MegaContainer .navbar {
position: inherit;
}
.MegaContainer .navbar ul {
position: inherit;
width: 100%;
}
.MegaContainer .navbar ul li {
position: inherit;
display: flex;
transition: all ease-in-out 0.3s;
}

.MegaContainer .navbar ul li .megaUlMain {
position: absolute;
/*width: 100%;*/
width: inherit;
border-radius: 25px;
padding: 0;
/*top: calc(100% + -10px);*/
left: 0;
/*background-color: #f8f8f8;*/
overflow: hidden;
}
/*.MegaContainer .navbar ul li .megaUlMain:before {
position: absolute;
left: 0;
top: 0;
width: 26%;
z-index: -1;
background-color: var(--white-color);
height: 100%;
content: "";
pointer-events: none;
}*/
.MegaContainer .megaUlMain .MageaFirst {
padding: 20px;
height: 100%;
}

.megaUlMain .contectArea .contentBox .rightcontent .button-menu {
background: #000 !important;
display: inline-block;
color: #fff !important;
border-radius: 10px;
margin: 20px 0 0;
max-width: 100% !important;
text-transform: uppercase !important;
}
.navbar .megaUlMain a.dropdown-item {
font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1920 - 300)));
font-weight: 600;
}
.navbar .dropdown .megaUlMain a.dropdown-item:hover {
color: var(--primary-color) !important;
background-color: var(--white-color);
}
.navbar .dropdown .megaUlMain li:hover a {
color: var(--primary-color) !important;
background-color: var(--white-color) !important;
}
.megaUlMain a.dropdown-item {
/*max-width: 25%;*/
background: #fff;
text-transform: none;
transition: all ease-in-out 0.3s;
padding: 15px 10px 15px 15px !important;
font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1920 - 300)));
}

.megaUlMain .contectArea {
max-width: 74%;
position: absolute;
right: 0;
padding: 50px 10px;
top: 0;
bottom: 0;
margin: auto;
justify-content: space-between;
display: none;
}

.megaUlMain li.block .contectArea {
display: flex;
}
.megaUlMain li.block a {
color: #cf6558 !important;
}
.megaUlMain .contectArea .contentBox .nameArea h5 {
color: #1e2a36;
font-size: 12px;
font-weight: 500;
margin: 0 0 4px;
}
.megaUlMain .contectArea .contentBox .imgArea {
margin: 0 10px 0 0px;
}
.megaUlMain .contectArea .contentBox .nameArea h6 {
color: #1e2a36;
font-size: 10px;
font-weight: 300;
margin: 0 0 4px;
}
.megaUlMain .contectArea .contentBox .rightcontent {
position: relative;
}
.megaUlMain .contectArea .contentBox .rightcontent img {
position: absolute;
left: 0;
top: -20px;
vertical-align: top;
max-width: 30px;
}
.megaUlMain .contectArea .contentBox .rightcontent h3 {
color: #1e2a36;
font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
font-weight: 500;
margin: 0 0 0px;
padding: 0 0 0 40px;
}
.megaUlMain .contectArea .contentBox .rightcontent h3 span {
color: #cf6558;
}
.megaUlMain .contectArea .contentBox .rightcontent p {
color: #000;
font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1920 - 300)));
font-weight: 300;
font-style: italic;
margin: 0 0 0px;
padding: 30px 0 0;
width: 85%;
}
.megaUlMain .contectArea:before {
content: "";
background-image: url(../images/vector.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: contain;
width: 213px;
height: 100%;
display: block;
position: absolute;
right: -116px;
bottom: -21px;
z-index: -1;
}
.megaUlMain .trustPilot img {
max-width: 160px;
margin: 0 20px 0 0;
max-height: 40px;
}

.MegaContainer .navbar ul li.dropdown.megaDown {
    position: relative;
}

@media (min-width: 1920px) {
    .banner-form input::placeholder {
font-size: 14px;
}

.main-banner h1 {
font-size: 48px;
}

.counter-box h5 {
font-size: 30px;
}
}

@media (max-width: 991px) {
.md-hidden {
    display: none !important;
    }
    .stepsMain .leftColumn .numbering {
        padding: 0 5px 0 0;
    }
    .stepsMain .leftColumn .stickyArea {
        padding: 0 0 0 50px;
        min-height: 170px !important;
    }
    .copyright-sec .slick-slide img {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
.differenceBox {
border-right: 0;
border-bottom: #9d9b9b dashed 1px;
height: 150px;
}
.diffrnt-trademark .copy h4 {
font-size: 18px;
}
.differenceList {
margin: 0 0 20px;
}
.modal-content {
width: 100%;
}
.modal-body {
padding: 0 20px 0 6px;
}

.popup-content .popup-form-logo img {
max-width: 200px;
}

.modal-header {
right: 30px;
top: 10px;
}
.banner-form .form-group {
width: 100%;
}
.work-box .work-box-text h4 {
margin-top: 0px;
}
.counter-box p {
margin: 0 0 30px;
}
.logo-sec-img {
width: 60%;
margin: 20px auto 30px;
text-align: center;
display: block;
}
.package-footer {
margin: 0 0 20px;
text-align: center;
}
.accordion-button {
font-size: 14px;
}
.accordion-body {
font-size: 14px;
}
.formBox p {
font-size: 10px;
}
.form-control {
font-size: 14px;
}
.inner-banner-sec h3 {
font-size: 25px;
margin-bottom: 80px;
}
.who p {
font-size: 14px;
}
.who-box {
min-height: auto;
}
.mission-box-1 {
padding-left: 0;
padding: 0 10px;
}
.mission-list {
margin-top: 25px;
padding: 0 50px;
}
.mission-list li {
font-size: 16px;
}
p {
font-size: 14px;
}
.inner-banner-sec {
min-height: 230px;
}
.banner-form2 {
padding: 20px 20px 25px 20px;
}
.work-box-icon {
position: absolute;
top: 0;
left: 0;
}
.work-box .work-box-icon img {
margin: 0;
width: 70%;
}
.work-box-text {
padding: 0 0 0 50px;
}
.accordion-button strong {
font-size: 15px;
}
.defferceSec img {
width: 70%;
margin: 0 auto 20px;
text-align: center;
display: block;
}
    .brand-box {
        min-height: 160px;
    }
}

@media (max-width: 480px) {
    .differenceBox {
        padding: 10px;
        height: 160px;
    }
    .brand-box {
        min-height: 170px;
    }
    .stepsMain .leftColumn .stickyArea {
        padding: 0 0 0 10px !important;
    }
    .stepsMain .leftColumn h2 {
        padding-left: 20px;
    }
    .stepsMain .leftColumn .numbering {
        left: 10px !important;
    }
}
@media (max-width: 360px) {
    .brand-box {
        min-height: 180px;
    }
}
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: #fff;
}
.accordian-sec .accordion-button:not(.collapsed) {
    color: var(--primary-color);
}
.accordion-button:not(.collapsed)::after {
    filter: invert();
}

.accordian-sec .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #cf655830;
}
.accordian-sec .accordion-button:focus .accordion-item {
box-shadow: 0 0 0 0.25rem #cf655830;
}
.cta-form .cta-button-div {
padding: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--bs-border-radius);
}
.cta-form .cta-button-div .cta-button {
background: transparent;
border: 0;
font-size: inherit;
}

.expert-sec .cr-box {
position: relative;
border: 1px solid transparent;
height: 100%;
padding: 35px 20px 10px 20px;
}
.expert-sec .cr-box:hover {
border: 1px solid #cf6558;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
transition: 0.9s all linear;
color: var(--black-color);
background-color: transparent;
}
.expert-sec .cr-box h3 {
font-size: calc(15px + (23 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.expert-sec .cr-box span {
position: absolute;
font-size: calc(28px + (60 - 28) * ((100vw - 300px) / (1920 - 300)));

color: #fff;
right: 10px;
top: 10px;
-webkit-text-stroke: 0.11em #15151517;
}

.cta-form .iti--separate-dial-code .iti__selected-dial-code,
.cta-form .iti__country-name {
color: #6d6d6d;
}

.stepsMain {
display: flex;
align-items: flex-start;
justify-content: space-between;
height: 100%;
border-top: #e0e0e0 solid 1px;
position: relative;
padding: 20px 0;
}
.stepsMain .leftColumn {
padding: 15px 0;
display: flex;
max-width: 50%;
flex: 0 0 50%;
position: relative;
position: sticky;
position: -webkit-sticky;
top: 50px;
align-self: flex-start;
}
.stepsMain .leftColumn .stickyArea {
padding: 20px 0 20px 75px;
position: -webkit-sticky;
position: sticky;
top: 0;
min-height: 250px;
}
.stepsMain .leftColumn .numbering {
position: absolute;
left: 0;
top: 0;
font-weight: 700;
color: var(--primary-color);
font-size: calc(17px + (62 - 17) * (100vw - 320px) / (1920 - 320));
}
.stepsMain .leftColumn h2 {
font-size: calc(17px + (26 - 17) * (100vw - 320px) / (1920 - 320));
font-weight: 700;
text-transform: uppercase;
color: #000;
}
.stepsMain .content-section {
display: flex;
padding: 45px 20px;
max-width: 30%;
flex: 0 0 30%;
flex-direction: column;
position: -webkit-sticky;
position: sticky;
top: 0;
}
.stepsMain .content-section.ImgArea {
padding-top: 0;
padding-bottom: 0;
}

.content-image-sec .image-div {
display: flex;
justify-content: center;
flex-direction: column;
padding: 0 20px;
}

.content-image-sec h3 {
font-size: calc(17px + (26 - 17) * ((100vw - 300px) / (1920 - 300)));
font-weight: 600;
color: var(--white-color);
padding: 0 0 20px 0;
line-height: 1.5;
}
.content-image-sec span {
font-size: calc(26px + (42 - 26) * ((100vw - 300px) / (1920 - 300)));
font-weight: 600;
line-height: 1.1;
}
.content-image-sec .button-ctafo {
text-align: center;
}
.responsive-only-slider-1 .slick-slide {
    margin: 0 10px;
}

.MegaContainer .navbar.navbar-mobile {
    position: fixed;
}
    .MegaContainer .navbar.navbar-mobile ul li {
        position: relative;
    }

/*CSS form other sections*/


/*** 

====================================================================
	About Three
====================================================================

***/

.about-three {
    position: relative;
    /*padding: 0px 0px 80px;*/
}

.about-three_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-three_image-outer {
    position: relative;
}

.about-three_image {
    position: relative;
    display: inline-block;
}

    .about-three_image::before {
        position: absolute;
        content: '';
        top: 0px;
        right: -30px;
        width: 15px;
        height: 152px;
        background-color: var(--primary-color);
    }

    .about-three_image::after {
        position: absolute;
        content: '';
        right: -30px;
        top: 165px;
        width: 15px;
        height: 75px;
        background-color: var(--black-color);
    }

.about-three_experiance {
    position: absolute;
    right: 0px;
    bottom: 90px;
    width: 294px;
    height: 266px;
    padding: 55px 35px;
    background-size: cover;
    outline-offset: -12px;
    outline: 2px dashed var(--white-color);
}

    .about-three_experiance::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0.80;
        background-color: var(--secondary-color);
    }

.about-three_experiance-icon {
    position: relative;
    line-height: 1em;
    font-size: 70px;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--white-color);
}

.about-three_experiance h5 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
}

.about-three_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-three_content-outer {
    position: relative;
    padding-left: 40px;
    padding-top: 15px;
}


.TitleArea {
    margin-bottom: 40px;
}

/*** 

====================================================================
	About Three Tabs
====================================================================

***/

.about-three_tabs {
    position: relative;
}

    .about-three_tabs .tab-btns {
        position: relative;
    }

        .about-three_tabs .tab-btns .tab-btn {
            position: relative;
            display: inline-block;
            line-height: 24px;
            cursor: pointer;
            font-weight: 500;
            font-size: 18px;
            margin-right: 0px;
            padding: 16px 32px;
            border-radius: 0px;
            color: var(--color-two);
            transition: all 500ms ease;
            text-transform: capitalize;
            background-color: var(--light-bg);
        }

    .about-three_tabs .tab-btn:last-child {
        margin-right: 0px;
    }

    .about-three_tabs .tab-btns .tab-btn:hover,
    .about-three_tabs .tab-btns .tab-btn.active-btn,
    .about-three_tabs .tab-btns .tab-btn.active {
        color: var(--white-color);
        background-color: var(--primary-color);
    }

    .about-three_tabs .tabs-content {
        position: relative;
        padding: 25px 0px 0px;
    }

        .about-three_tabs .tabs-content .tab {
            position: relative;
            display: none;
        }

            .about-three_tabs .tabs-content .tab.active-tab {
                display: block;
            }

    .about-three_tabs p {
        position: relative;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
        color: var(--color-four);
    }

.about-three_list {
    position: relative;
}

    .about-three_list li {
        position: relative;
        display: flex;
        gap: 10px;
        font-weight: 500;
        font-size: 18px;
        align-items: center;
        margin-bottom: 20px;
        color: var(--color-four);
    }

        .about-three_list li i {
            position: relative;
            top: 1px;
            color: var(--color-two);
        }

/* About Three Author */

.about-three_author {
    position: relative;
    padding-top: 25px;
    margin-top: 15px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.about-three_author-inner {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    padding-left: 80px;
    padding-top: 5px;
    color: var(--color-six);
}

.about-three_author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid var(--main-color);
}

.about-three_author-inner span {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--color-ten);
}

.about-three_author-inner .signature {
    position: absolute;
    right: 120px;
    bottom: 0px;
}

@media (max-width: 991px) {
    .about-three_image::after {
        display: none;
    }

    .about-three_image::before {
        display: none;
    }
}

/*** 


    ====================================================================
	Testimonial Three
====================================================================

***/

.testimonial-three {
    position: relative;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 95px;
    background-color: var(--color-eleven);
}

    .testimonial-three .swiper-container {
        overflow: visible;
    }

.testimonial-block_three {
    position: relative;
}

.testimonial-block_three-inner {
    position: relative;
    padding: 40px 30px;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

    .testimonial-block_three-inner:after {
        position: absolute;
        content: '';
        right: -60px;
        bottom: -60px;
        width: 142px;
        height: 142px;
        opacity: 0;
        opacity: 0;
        border-radius: 150px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        border: 20px solid var(--white-color);
    }

    .testimonial-three .swiper-slide-active .testimonial-block_three-inner::after,
    .testimonial-block_three-inner:hover::after {
        opacity: 0.10;
    }

    .testimonial-block_three-inner::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        transform: scale(0.2,1);
        background-color: var(--primary-color);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

   /* .testimonial-block_three-inner:hover testimonial-block_three-text {
        color: #fff !important;
    }*/

    .testimonial-three .swiper-slide-active .testimonial-block_three-inner::before,
    .testimonial-block_three-inner:hover::before {
        opacity: 1;
        transform: scale(1,1);
    }

.testimonial-block_three-rating {
    position: relative;
    margin-top: 27px;
    color: var(--main-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block_three-text {
    position: relative;
    margin-top: 10px;
    color: var(--color-four);
    transition: all 500ms ease;
    font-weight: 400;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-text,
.testimonial-block_three-inner:hover .testimonial-block_three-text {
    /*color: var(--color-thirteen);*/
    color: #fff;
}

.testimonial-block_three-author {
    position: relative;
    min-height: 64px;
    padding-top: 8px;
    padding-left: 0px;
    color: var(--color-ten);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.owl-item.active.center .testimonial-block_three-inner {
    background-color: var(--primary-color);
}

.owl-item.active.center .testimonial-block_three-author strong,
.owl-item.active.center .testimonial-block_three-author,
.owl-item.active.center .testimonial-block_three-text {
    color: var(--bs-white);
}

.owl-item.active.center .testimonial-block_three-inner::after {
    opacity: 0.10;
}

.owl-item.active.center .testimonial-block_three-inner .testimonial-block_three-quote {
    opacity: 1;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-author strong,
.testimonial-block_three-inner:hover .testimonial-block_three-author strong {
    color: var(--white-color);
}

.testimonial-three .swiper-slide-active .testimonial-block_three-author,
.testimonial-block_three-inner:hover .testimonial-block_three-author {
    color: var(--color-thirteen);
}

.testimonial-block_three-author span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 500ms ease;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-author span,
.testimonial-block_three-inner:hover .testimonial-block_three-author span {
    border-color: var(--white-color);
}

.testimonial-block_three-author strong {
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-three);
    font-family: 'Outfit', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block_three-quote {
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 0.10;
    color: var(--main-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-three .swiper-slide-active .testimonial-block_three-quote,
.testimonial-block_three-inner:hover .testimonial-block_three-quote {
    opacity: 1;
}

/* Arrows */

.testimonial-three-arrow {
    position: relative;
    width: 140px;
    margin: 0 auto;
    margin-top: 45px;
}

.testimonial-three_carousel-prev {
    position: relative;
    cursor: pointer;
    color: var(--color-six);
}

.testimonial-three_carousel-next {
    position: absolute;
    right: 0px;
    cursor: pointer;
    color: var(--color-six);
}

.testimonial-three_carousel-pagination {
    position: relative;
    width: 60px !important;
    margin: 0 auto;
    margin-top: -14px;
}

    .testimonial-three_carousel-pagination .swiper-pagination-bullet {
        position: relative;
        width: 12px;
        height: 12px;
        opacity: 1;
        border-radius: 50px;
        background: none;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        border: 2px solid var(--color-three);
    }

        .testimonial-three_carousel-pagination .swiper-pagination-bullet:hover,
        .testimonial-three_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border-color: var(--main-color);
            background-color: var(--primary-color);
        }

/***

/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

    .testimonial .testimonial-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
        background: var(--bs-secondary);
        border-radius: 10px;
        transition: 0.5s;
    }

        .testimonial .testimonial-carousel .owl-dot.active {
            /*width: 30px;*/
            background: var(--primary-color);
        }

.testimonial-block_three-rating svg:not(:host).svg-inline--fa, .testimonial-block_three-rating svg:not(:root).svg-inline--fa {
    color: orange;
}
.testimonial-three .swiper-slide-active .testimonial-block_three-quote svg:not(:root).svg-inline--fa, .testimonial-three .swiper-slide-active .testimonial-block_three-quote svg:not(:host).svg-inline--fa {
    color: #fff !important;
}
/*** testimonial End ***/
====================================================================
Faq One
====================================================================

***/

.faq-one {
    position: relative;
    padding: 100px 0px 100px;
}

.faq-one.style-two {
    background-color: var(--color-eleven);
}

.faq-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_image-outer {
    position: relative;
    text-align: right;
}

.faq-one_image {
    position: relative;
    display: inline-block;
}

    .faq-one_image::before {
        position: absolute;
        content: '';
        top: 0px;
        left: -30px;
        width: 15px;
        height: 152px;
        background-color: var(--primary-color);
    }

    .faq-one_image::after {
        position: absolute;
        content: '';
        left: -30px;
        top: 165px;
        width: 15px;
        height: 75px;
        background-color: var(--black-color);
    }

.faq-one_image-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    display: inline-block;
    border: 4px solid var(--white-color);
}

.faq-one_content-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_content-outer {
    position: relative;
    padding-top: 25px;
    padding-left: 50px;
}

/*** 

====================================================================
	Price One
====================================================================

***/

.cl-white {
    color: #fff !important;
}

.price-one {
    position: relative;
    padding: 100px 0px 70px;
    background-color: var(--color-two);
}

.price-block_one {
    position: relative;
    margin-bottom: 30px;
}

.price-block_one-inner {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(var(--white-color-rgb), 0.10);
}

.price-block_one-title {
    position: relative;
    font-weight: 500;
    color: var(--white-color);
}

.price-block_one-price {
    position: relative;
    font-weight: 600;
    margin-top: 18px;
    color: var(--white-color);
}

    .price-block_one-price sup {
        position: relative;
        font-weight: 500;
        color: var(--color-thirteen);
    }

    .price-block_one-price sub {
        position: relative;
        font-weight: 500;
        color: var(--color-thirteen);
    }

.price-block_one-text {
    position: relative;
    margin-top: 10px;
    color: var(--color-thirteen);
}

.price-block_one-content {
    position: relative;
    padding: 30px 14px;
    margin-top: 15px;
    background-color: var(--color-two);
}

.price-block_one-list {
    position: relative;
    height: 330px;
    overflow-y: scroll;
    width: 100%;
}

    .price-block_one-list::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .price-block_one-list::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .price-block_one-list::-webkit-scrollbar-thumb {
        background: var(--bs-secondary);
    }

        /* Handle on hover */
        .price-block_one-list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .price-block_one-list li {
        position: relative;
        margin-bottom: 20px;
        display: flex;
        gap: 12px;
        align-items: center;
        color: var(--color-thirteen);
    }

        .price-block_one-list li i {
            position: relative;
            top: 1px;
        }

        .price-block_one-list li:last-child {
            margin-bottom: 0px;
        }

.price-block_one-button-box {
    position: relative;
    margin-top: 30px;
}

.price-block_one-button {
    position: relative;
    padding: 21px 15px;
    text-align: center;
    font-size: 18px;
    display: block;
    color: var(--white-color);
    background-color: var(--color-two);
}

    .price-block_one-button i {
        position: relative;
    }

    .price-block_one-button:hover {
        color: var(--white-color);
        background-color: var(--main-color);
    }

.price-block_one.style-two .price-block_one-inner {
    background-color: var(--color-eleven);
}

.price-block_one.style-two .price-block_one-title {
    color: var(--color-three);
}

.price-block_one.style-two .price-block_one-price {
    color: var(--color-two);
}

.price-block_one.style-two .price-block_one-text {
    color: var(--color-four);
}

.price-block_one.style-two .price-block_one-content {
    background-color: var(--white-color);
}

.price-block_one.style-two .price-block_one-list li {
    color: var(--color-four);
}

ul.accordion-box {
    list-style: none;
    padding: 0;
}


/*about page styling*/

.about-four {
    position: relative;
    padding: 100px 0px 70px;
}

.about-four_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-four_image-outer {
    position: relative;
}

.about-four_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-four_content-outer {
    position: relative;
    padding-left: 50px;
}

.about-four_image {
    position: relative;
    display: inline-block;
}

    .about-four_image::before {
        position: absolute;
        content: '';
        top: 0px;
        right: -30px;
        width: 15px;
        height: 152px;
        background-color: var(--primary-color);
    }

    .about-four_image::after {
        position: absolute;
        content: '';
        right: -30px;
        top: 165px;
        width: 15px;
        height: 75px;
        background-color: var(--black-color);
    }

.about-four_award {
    position: absolute;
    right: -35px;
    top: 40%;
}

.about-four_title-column {
    position: relative;
    margin-bottom: 30px;
}

.about-four_title-outer {
    position: relative;
}


.about-four_experiance {
    position: absolute;
    left: -8px;
    bottom: 0px;
    width: 260px;
    z-index: 1;
    padding: 10px 30px 20px;
    border: 8px solid var(--white-color);
    background-color: var(--primary-color);
}

    .about-four_experiance::before {
        position: absolute;
        content: '';
        right: 15px;
        top: 15px;
        width: 18px;
        height: 18px;
        border-top: 2px solid var(--main-color);
        border-right: 2px solid var(--main-color);
    }

    .about-four_experiance .odometer {
        position: relative;
        font-size: 72px;
        font-weight: 600;
        line-height: 1em;
        color: var(--white-color);
        font-family: 'Outfit', sans-serif;
    }

    .about-four_experiance i {
        position: relative;
        font-size: 60px;
        top: 12px;
        font-weight: 600;
        line-height: 1em;
        margin-left: 12px;
        color: var(--white-color);
        font-family: 'Outfit', sans-serif;
    }

.about-four_experiance-text {
    position: relative;
    margin-top: 0px;
    font-size: 16px;
    color: var(--color-eight);
}


.about-four_block {
    position: relative;
    margin-bottom: 30px;
}

    .about-four_block:nth-child(2) .about-four_block-inner {
        background-color: rgba(var(--color-two-rgb), 0.08);
    }

    .about-four_block:nth-child(2) .about-four_block-icon {
        color: var(--color-two);
    }

        .about-four_block:nth-child(2) .about-four_block-icon:after {
            border-color: var(--color-two);
        }

.about-four_block-inner {
    position: relative;
    text-align: center;
    padding: 25px 10px;
    background-color: rgba(var(--main-color-rgb), 0.08);
}

.about-four_block-icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    border-radius: 150px;
    color: var(--main-color);
}

    .about-four_block-icon:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 50px;
        border: 2px dashed var(--main-color)
    }

.about-four_block-title {
    font-weight: 600;
    margin-top: 18px;
    color: var(--color-three);
}

.about-four_block-text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
    color: var(--color-four);
}

.about-four_button {
    position: relative;
    gap: 30px;
    margin-top: 20px;
}

/*sjibfgiuwsef*/

.boxside {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: var(--bs-light);
}

    .boxside .imgArea {
        display: flex;
        max-width: 50%;
        flex: 0 0 50%;
        height: 100%;
    }

    .boxside .contenSide {
        display: flex;
        max-width: 50%;
        flex: 0 0 50%;
        height: 100%;
        justify-content: center;
        background-color: var(--bs-light);
        text-align: left;
        flex-direction: column;
        padding: 35px;
    }

        .boxside .contenSide h5 {
            text-align: left;
        }

/*packages list scroll styling*/

.packages-box .package-list::-webkit-scrollbar-track {
    background-color: #ebebeb80;
}
.packages-box .package-list::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.foo-link svg {
    color: var(--primary-color);
}


