.portfolio-sec:after,
.work-text:after {
    
    position: absolute;
}
a,
a.active,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.drop-down-cont,
button.btn-close,
header {
    position: absolute;
    right: 0;
}
.bg-box,
.c-list li,
.cta {
    position: relative;
}
*,
:after,
:before,
ul.c-list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
html,
select {
    scrollbar-color: rgba(var(--clr-2)) transparent;
}
body,
html {
    scroll-behavior: smooth;
}
body,
select {
    scrollbar-width: 8px;
}
html,
select {
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(rgba(var(--clr-2)), rgba(var(--clr-2)));
}
::-moz-selection {
    color: rgba(var(--clr-1));
    background: rgba(var(--dark-color), 1);
}
::selection {
    color: rgba(var(--clr-1));
    background: rgba(var(--dark-color), 1);
}
html {
    scroll-snap-type: y mandatory;
}
body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-family: Montserrat, sans-serif;
    color: rgba(var(--clr-3), 1);
    background: rgba(var(--light-color), 1);
    overflow-x: hidden;
    font-size: 16px;
}
footer,
section {
    overflow-x: hidden;
    overflow-y: clip;
}
.bg-box,
.cta,
.drop-down-cont,
.platform {
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a {
    outline: 0;
    color: inherit;
}
footer .overlay {
    background: linear-gradient(rgba(var(--dark-color), 0.7), rgba(var(--clr-2)));
}
a.active,
a:active,
a:focus,
a:hover {
    color: rgba(var(--clr-1)) !important;
    outline: 0 !important;
}
audio,
img,
video {
    max-width: 100%;
    height: auto;
}
.fw-400 {
    font-weight: 400;
}
.btn,
.fw-700,
b,
button,
strong {
    font-weight: 700;
}
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-family: "Abril Fatface", serif;
    line-height: 1.5;
    transition: 0.8s;
    color: rgba(var(--clr-2));
}
.f-70 {
    font-size: 70px;
}
.f-55 {
    font-size: 55px;
}
.f-40 {
    font-size: 40px;
}
.f-28 {
    font-size: 28px;
}
.f-24 {
    font-size: 24px;
}
.f-22 {
    font-size: 22px;
}
.f-20 {
    font-size: 20px;
}
.f-18 {
    font-size: 18px;
}
.f-16 {
    font-size: 16px;
}
.f-14 {
    font-size: 14px;
}
.f-12 {
    font-size: 12px;
}
.clr-1 {
    color: rgba(var(--clr-1));
}
.clr-2 {
    color: rgba(var(--clr-2));
}
.clr-3 {
    color: rgba(var(--clr-3), 1);
}
.clr-4 {
    color: rgba(var(--clr-4), 1);
}
.clr-dark {
    color: rgba(var(--dark-color), 1);
}
.bg-d select option,
.c-list li:before,
.clr-light,
.number {
    color: rgba(var(--light-color), 1);
}
.clr-orgn {
    color: rgba(var(--orgn-color));
}
.orgn-b {
    border-bottom: 1px solid rgba(var(--orgn-color));
}
.btn,
.clr-l,
button {
    color: rgba(var(--light-color), 1) !important;
}
.bg-1 {
    background: rgba(var(--clr-1));
}
.bg-2 {
    background: rgba(var(--clr-2));
    color: rgba(var(--dark-color), 1) !important;
}
.bg-l {
    background: rgba(var(--light-color), 1);
}
.bg-d,
.bg-d select option,
.btn-3 {
    background: rgba(var(--dark-color), 1);
}
.bg-1-l {
    background: rgba(var(--clr-1), 0.12);
}
.btn,
button {
    background: rgba(var(--clr-1));
    border: none !important;
    text-transform: uppercase;
    padding: 15px 25px !important;
    border-radius: 5px !important;
    transition-duration: 0.8s;
    font-size: inherit;
}
.btn-2 {
    background: rgba(var(--clr-2));
    color: rgba(var(--light-color), 1) !important;
}
.btn-3 {
    background: rgba(var(--orgn-color));
    color: rgba(var(--light-color), 1) !important;
}
.btn.active,
.btn:hover,
button.active,
button:hover {
    color: rgba(var(--light-color), 1) !important;
    background: rgba(var(--clr-2)) !important;
}
.form-control,
input,
select,
select input {
    background: rgba(var(--light-color), 1) !important;
    padding: 10px 20px !important;
    box-shadow: unset !important;
    transition-duration: 0.8s;
    height: auto !important;
    overflow: hidden;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    color: #4d4d4d !important;
    border: 1px solid #e0e0e0 !important;
}
.platform,
footer img.logo {
    height: 100px;
    filter: invert(0) brightness(100);
}
.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.form-control:focus,
input:focus {
    outline: 0;
    background: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1) !important;
    border: 1px solid rgba(var(--clr-1));
    box-shadow: none;
}
.form-control::placeholder,
input::placeholder {
    color: #4d4d4d;
    opacity: 1;
}
input.phone,
input[name="phone"] {
    /* padding-left: 75px !important; */
}
.iti {
    display: block !important;
    width: 100% !important;
}
.bg-2 .iti__country-list,
.icona:hover .icon {
    background: rgba(var(--clr-2));
}
.iti input:focus .iti__selected-dial-code {
    color: rgba(var(--dark-color), 1) !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--light-color), 0.8);
    border-radius: 10px 0 0 10px;
}
.bg-d .form-control,
.bg-d input,
.bg-d select,
.text-white .form-control,
.text-white input,
.text-white select {
    background: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1) !important;
}
.gorilla-content .accordion-button,
.slick-next:before,
.slick-prev:before {
    color: rgba(var(--clr-2)) !important;
}
.text-white .form-control:focus,
.text-white input:focus {
    background: rgba(var(--clr-3), 1);
    border: 1px solid rgba(var(--clr-2));
}
.text-white .form-control::placeholder,
.text-white input::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
label.h {
    z-index: -999999999;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    font-size: 16px;
}
.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0 !important;
}
.c-list li:before,
.icon {
    background: rgba(var(--clr-1));
    color: rgba(var(--light-color), 1);
    display: flex;
}
.slick-next {
    right: -10px;
    top: 40%;
}
.slick-prev {
    left: -30px;
    z-index: 9999;
    top: 40%;
}
@supports (-moz-appearance: none) {
    SELECT {
        -moz-appearance: none !important;
        background: url(data:image/gif; base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}
.platform {
    width: 100%;
}
.platforms .item {
    max-height: 50px;
    max-width: 200px;
}
.platform img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.nav-icon,
img.logo {
    object-fit: contain;
    object-position: left;
}
.icon {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    transition: 0.8s;
    border-radius: 50px;
}
header {
    top: 0;
    left: 0;
    z-index: 999;
}
img.logo {
    width: 100%;
    height: 80px;
}
.b-b {
    border-bottom: 3px solid rgba(var(--clr-3), 1);
}
.ff {
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.4));
}
.drop-down-cont {
    width: 80%;
    max-height: 0;
    transition: height 0.9s;
    top: 80%;
    box-shadow: 0 55px 36px rgba(var(--dark-color), 0.4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 110% 200px;
    z-index: 9999999999;
    background-color: rgba(var(--light-color), 1);
    border-radius: 0 0 25px 25px;
    color: #000 !important;
}
.drop-down:hover .drop-down-cont {
    transition: max-height 0.8s ease-out;
    max-height: 140vh;
}
.drop-down-cont ul li {
    margin-right: 0;
    display: block;
}
.drop-down-cont ul li a {
    font-size: 14px !important;
}
.nav-icon {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(64%) saturate(2039%) hue-rotate(211deg) brightness(90%) contrast(101%);
}
.drop-down-cont ul li a:hover .nav-icon {
    filter: brightness(0) saturate(100%) invert(35%) sepia(8%) saturate(3504%) hue-rotate(155deg) brightness(88%) contrast(96%);
}
.modal {
    z-index: 1111;
}
.genere-slider img {
    width: 120px;
    height: 181px;
    margin: 0 auto 10px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}
button.btn-close {
    padding: 4px 10px 10px !important;
    top: -5px;
    opacity: 1;
    background: rgba(var(--clr-1));
    z-index: 99999999999;
}
.c-list li {
    padding: 10px 0 10px 42px;
}
.c-list li:before {
    content: "\e903";
    font-family: icomoon;
    left: 5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 2px;
    position: absolute;
    font-size: 10px;
    justify-content: center;
    align-items: center;
}
.circle {
    border: 3px solid rgba(var(--clr-2));
    border-radius: 50%;
    padding: 25% 10% 10%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.number,
.portfolio {
    border-radius: 50px;
}
.number {
    background: rgba(var(--clr-2));
    width: 85px;
    height: 85px;
    margin: -65px auto 30px;
}
.portfolio-slider img {
    height: 270px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.box {
    background-color: #f5f6f0;
    box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
    transform: rotate(0.5deg);
    transform: skew(-0.5deg, 0.5deg);
    transition: transform 0.15s;
    z-index: 1;
    border-radius: 20px;
    padding: 0 20px 20px;
    height: 380px;
}
.genere .slider .slick-track {
    display: flex;
}
.genere-icon {
    height: 40px;
    width: 40px;
    margin: 20px auto;
}
.reviews .box {
    min-height: 200px;
}
.bg-box {
    border-radius: 50px;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-box .overlay {
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(var(--clr-1), 0.8), rgba(var(--clr-2), 0.8));
    padding: 20px;
    transform: translateY(70%);
    transition-duration: 0.8s;
}
.bg-box:hover .overlay {
    transform: translateY(0);
}
.bg-box p {
    opacity: 0;
}
.bg-box:hover p {
    opacity: 1;
}
.work-image {
    max-height: 394px;
}
.work-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.work-text {
    border: 2px solid rgba(var(--clr-2));
    border-radius: 15px;
}
.work-text:after {
    width: 100%;
    height: 2px;
    background: rgba(var(--clr-2));
    left: -100%;
    top: 40%;
}
.after-banner {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
    filter: brightness(0) saturate(100%) invert(98%) sepia(12%) saturate(178%) hue-rotate(311deg) brightness(115%) contrast(89%);
}
.cta,
.distribute-sec {
    background: #ffe7ae;
}
.brand-imag {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
}
.brand-imag img {
    height: auto;
    width: auto;
}
.we-slid-list li:nth-child(2),
.we-slid-list li:nth-child(3) {
    display: none;
}
.we-do-slider .slick-slide.slick-current.slick-active + .slick-active .we-slider-box ul.we-slid-list li:nth-child(2),
.we-do-slider .slick-slide.slick-current.slick-active + .slick-active .we-slider-box ul.we-slid-list li:nth-child(3) {
    display: block;
}
.we-slider-box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-self: center;
    padding: 20px;
    border: 2px solid #dcdcdc;
    border-radius: 20px;
    border-bottom: 3px solid rgba(var(--clr-1));
    margin-top: 80px;
    height: 200px;
    transition: 0.3s;
    background: #f5f6f0;
}
.we-slider-image img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(3823%) hue-rotate(354deg) brightness(104%) contrast(91%);
}
.we-do-slider .slick-slide.slick-current.slick-active + .slick-active .we-slider-image img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(101%);
}
.we-slid-list {
    margin-top: 5px;
}
.we-do-slider .slick-slide.slick-current.slick-active + .slick-active .we-slider-box {
    margin: 0px -20px 0 -60px;
    background: rgba(var(--clr-1));
    border-color: rgba(var(--clr-1));
    padding: 22px;
    z-index: 1;
    transform: scale(1.1);
    position: relative;
    text-align: center;
    border-radius: 30px;
    height: 100%;
    transition: 0.5s ease-in-out;
    box-shadow: -20px 20px 30px 0 #00000045;
    color: #fff !important;
}
.we-do-slider .slick-slide.slick-current.slick-active + .slick-active ul.we-slid-list h5 {
    color: #fff;
}
.we-do-slider .slick-slide {
    margin: 20px 10px 50px 10px;
    opacity: 1;
}
.portfolio-sec:after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -67px;
    background-image: url(../img/porfolio-bg.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
}
.book-box {
    padding-left: 20px;
    height: 370px;
}
.book-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.proces-box {
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px 20px 0;
    box-shadow: 0 0 20px 0 #00000017, inset 0 0 8px 0 rgb(181 101 29);
    border: 1px solid rgba(181 101 29);
    position: relative;
    z-index: 1;
    height: 100%;
    font-weight: 600;
}
.proces-box:before {
    content: "";
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: -1;
    border: 1px solid rgba(181 101 29);
    left: 10px;
    top: 10px;
    border-radius: 20px 20px 0;
}
.testimonial-profile img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.testi-slider .slick-next,
.testi-slider .slick-prev {
    top: auto;
    bottom: 0;
    right: auto;
    left: -120px;
}
.testi-slider .slick-next:before,
.testi-slider .slick-prev:before {
    position: absolute;
    content: "\e90b";
    width: auto;
    height: auto;
    font-size: 26px;
    color: rgba(var(--clr-1)) !important;
    top: 0;
    left: 0;
    font-family: "icomoon";
    opacity: 1 !important;
}
.icon-btn-arrow {
    display: inline-block;
    transform: translate(0px, 1px);
}
.testi-slider .slick-next:before {
    content: "\e90a";
}
.testi-slider .slick-prev {
    left: -190px;
}
.footer-sec {
    background: rgba(var(--clr-2));
}
.jcenter {
    justify-items: center;
}
.footer-sec h2 {
    border-left: 3px solid rgba(var(--clr-1));
    padding-left: 20px;
}
.copy-right {
    background: #b5651d;
}
.gorilla-content .accordion-item {
    margin-bottom: 15px;
    border: 2px solid #eae4e4;
    background: rgba(var(--clr-1));
    border-radius: 15px;
}
.gorilla-content .accordion-button {
    font-size: 20px;
    padding: 22px !important;
    line-height: 30px;
    font-weight: 300;
    border-radius: 15px !important;
    text-transform: capitalize;
    background: no-repeat;
    column-gap: 20px;
}
.gorilla-content .accordion-button:hover {
    background: rgba(var(--clr-1)) !important;
}
.gorilla-content .accordion-button.collapsed:hover {
    background-color: #f8f8f8 !important;
}
.gorilla-content .accordion-button.collapsed {
    padding: 20px 22px !important;
    background-color: #f8f8f8;
    border-radius: 10px !important;
}
.accordion-body {
    color: #fff;
    font-size: 15px;
}
.gorilla-content .accordion-button::after {
    background-image: url(../img/faqopen.webp) !important;
    width: 30px;
    height: 30px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(433%) hue-rotate(347deg) brightness(102%) contrast(91%);
}
.gorilla-content .accordion-button:not(.collapsed)::after {
    background-image: url(../img/faqclose.webp) !important;
    filter: brightness(0);
}
.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.accordion-collapse.collapse {
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}
.frequently-asked-questions-form {
    background: rgba(var(--light-color), 1);
    box-shadow: 0 0 10px 0 #00000045;
    border-radius: 10px;
    margin-left: 20px;
}
.frequently-asked-questions-form form {
    padding: 35px 30px;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.frequently-asked-questions-form-heading {
    background: rgba(var(--clr-2));
    padding: 22px 20px 22px 80px;
    border-radius: 10px;
}
.frequently-asked-questions-form-heading:before {
    content: "";
    position: absolute;
    background-image: url(../img/off-on-before.webp);
    width: 81px;
    height: 83px;
    top: 0;
    right: 30px;
    background-size: cover;
}
.freq-que-form-input-icon {
    position: absolute;
    right: 15px;
    top: 10px;
}
.btns_wrap {
    position: fixed;
    right: -6px;
    top: 18%;
    z-index: 9999;
}
.btns_wrap a:hover {
    right: 0;
}
.btns_wrap:last-child {
    margin-top: 60px;
}
.btns_wrap .call_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    top: 63px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    z-index: 9999;
    background-color: rgba(var(--clr-1));
    border-radius: 10px 0 0 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btns_wrap .call_wrap span {
    color: #fff !important;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px;
}
.btns_wrap .call_wrap span.icoo {
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    background: #b5651d;
}
.copy-right-button a {
    background-color: rgba(var(--clr-1));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 15px;
    color: #fff;
    font-size: 10px;
    transform: rotate(270deg);
}
.copy-right-button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.home .cta {
    margin-top: -90px;
}
.we-do-sec {
    height: 580px;
}
.content {
    filter: drop-shadow(0 3px 28px rgba(var(--dark-color), 0.16));
    background: #f5f6f0;
    clip-path: polygon(100% 0, 100% 90%, 88% 93%, 72% 95%, 63% 93%, 28% 92%, 23% 97%, 8% 96%, 0 100%, 0 0);
}
.my-nav button {
    background: rgba(var(--clr-1, 1)) !important;
}
.top-tape {
    position: absolute;
    height: 14px;
    top: -7px;
    width: 20%;
    background-color: #e9e2bf;
    border-right: 1px dotted #e9e2bf;
    border-left: 1px dotted #e9e2bf;
    opacity: 0.8;
    transform: translateX(-50%) rotate(-3deg);
    right: 50%;
    left: 50%;
}
.my-img1 {
    clip-path: polygon(
        1% 2%,
        3.5% 0.1%,
        8.9% 2.7%,
        16.2% 1.2%,
        19.7% 0.8%,
        24.7% 2%,
        31.2% 0%,
        35.9% 2.3%,
        40.6% 0.5%,
        47.1% 1.8%,
        49.9% 1%,
        53.8% 2.5%,
        62.2% 0.4%,
        67.3% 1.2%,
        70.3% 0.3%,
        75.8% 1.4%,
        78.5% 1.7%,
        84% 2.6%,
        91.1% 0.5%,
        93.6% 2.4%,
        97.3% 0.3%,
        98.9% 6%,
        98.1% 11.4%,
        98.6% 15.5%,
        97.3% 17.8%,
        97.7% 27.4%,
        98.3% 28.5%,
        99.7% 34.1%,
        98.8% 41.9%,
        98.3% 45.7%,
        98.4% 50.9%,
        98.7% 57.4%,
        99.6% 60.4%,
        99.4% 66.6%,
        99.2% 69.5%,
        97.4% 77.1%,
        98.1% 82.3%,
        99.9% 83.5%,
        98.2% 91.5%,
        99.3% 95.3%,
        98% 98.6%,
        93.6% 97.4%,
        90.3% 98.3%,
        86.8% 98.3%,
        78.6% 98.5%,
        76.4% 99.2%,
        69.7% 99.8%,
        64.2% 99.3%,
        61.8% 99.2%,
        57.2% 98.1%,
        48.7% 98.3%,
        46.8% 99%,
        39.6% 98.9%,
        33.8% 97.3%,
        28.2% 99.4%,
        27% 98.3%,
        22.1% 98.6%,
        13.1% 97.1%,
        8.7% 99.3%,
        2.7% 97.4%,
        2% 98.2%,
        2.1% 94.3%,
        0.7% 90.5%,
        0.9% 86.3%,
        2.2% 78.2%,
        0.4% 76.7%,
        1.2% 72.1%,
        2% 64%,
        1.4% 59.8%,
        0.4% 57.3%,
        0.3% 49.1%,
        2.9% 44.7%,
        1.9% 41.3%,
        0.8% 35.7%,
        2.9% 31.3%,
        0.8% 24.9%,
        2.7% 20.5%,
        0.8% 17.4%,
        2.5% 8.6%,
        1.1% 5.5%
    );
}
.mix-multipy {
    mix-blend-mode: multiply;
}
.modal-content {
    padding: 0;
    border: none !important;
    background: linear-gradient(0deg, rgba(var(--dark-color), 1) 50%, rgba(var(--clr-2)) 100%);
    border-radius: 50px;
    z-index: 0;
    overflow: visible !important;
}
.modal-body {
    overflow-y: hidden !important;
    border-radius: 50px 0 0 50px;
}
.circle-rotate {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    z-index: -1;
}
.badges,
.girl {
    position: absolute;
    left: 35px;
}
.circle-rotate img {
    animation: 8s linear infinite c-rotate;
}
.girl {
    z-index: 2;
}
.badges {
    top: 5px;
}
@keyframes c-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.modal-body .form {
    background: #ffe7ae;
    padding: 30px;
    border-radius: 50px 50px 20px 0;
}
.btn-close {
    border: 3px solid #fff !important;
    border-radius: 100%;
    z-index: 99;
    opacity: 1;
    margin-top: -15px;
    color: #fff;
    font-weight: 700;
}
.btn-close:hover {
    background: rgba(var(--clr-1, 1));
    opacity: 1;
    color: #fff;
    border-radius: 35% !important;
    transition: 0.4s ease-in-out;
}
body.privacy-policy header,
body.terms-conditions header {
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
}
.testimonial-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1367px) {
    .f-70 {
        font-size: 65px;
    }
    .f-55 {
        font-size: 50px;
    }
    body {
        font-size: 14px;
    }
    .f-24 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1181px) {
    .circle {
        padding: 25% 12% 10%;
    }
    .cta-left {
        width: 250px;
        height: 375px;
    }
    .f-70 {
        font-size: 60px;
    }
    .f-55 {
        font-size: 45px;
    }
    .f-40 {
        font-size: 35px;
    }
    .f-24 {
        font-size: 20px;
    }
    .gallery {
        height: 240px;
    }
    .box {
        min-height: 300px;
    }
    .book-box img {
        height: 100%;
    }
    .we-do-sec {
        height: 550px;
    }
}
@media screen and (max-width: 992px) {
    .drop-down-cont,
    .nav-bar {
        color: rgba(var(--light-color), 1) !important;
    }
    .f-70 {
        font-size: 55px;
    }
    img.logo {
        object-position: center;
    }
    footer img.logo {
        object-position: left;
    }
    .box {
        min-height: 100px;
        margin-bottom: 30px;
        height: auto;
    }
    .drop-down-cont {
        position: relative;
        height: auto;
        max-height: none !important;
        box-shadow: unset;
    }
    .drop-down-cont,
    .nav-bar {
        background: rgba(var(--dark-color), 1);
    }
    .nav-bar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(200%);
        z-index: 99999999;
        transition: 0.8s;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: scroll;
    }
    .nav-bar li {
        margin: 10px auto;
    }
    .drop-down-cont li {
        margin: 5px 0 !important;
    }
    .nav-bar.active {
        transform: translateX(0);
    }
    .jcenter {
        justify-items: start;
    }
    .frequently-asked-questions-form {
        margin-left: 0;
    }
    .testi-slider .slick-next,
    .testi-slider .slick-prev {
        bottom: -30px;
        right: 585px;
        left: auto;
    }
    .testi-slider .slick-prev {
        left: -10px;
    }
    .we-do-slider .slick-slide.slick-current.slick-active + .slick-active .we-slider-box {
        padding: 15px;
        transform: scale(1);
    }
    .modal-dialog {
        max-width: 90%;
    }
    .we-slider-box {
        margin-top: 80px;
    }
    .we-do-slider .slick-slide.slick-current.slick-active + .slick-active .we-slider-box {
        margin: 0px -20px 0 -60px;
    }
    .we-do-sec {
        height: 520px;
    }
}
@media screen and (max-width: 768px) {
    .testi-slider .slick-next {
        right: 400px;
    }
}
@media screen and (max-width: 576px) {
    .f-70 {
        font-size: 50px;
    }
    .f-55 {
        font-size: 36px;
    }
    .f-40 {
        font-size: 30px;
    }
    footer .f-40 {
        font-size: 24px;
    }
    .fact_slider .f-55 {
        font-size: 34px;
    }
    .drop-down-cont {
        width: 100%;
    }
    .we-do-slider .slick-slide.slick-current .we-slider-box {
        background: rgba(var(--clr-1));
        border-color: rgba(var(--clr-1));
        padding: 22px;
        z-index: 1;
        position: relative;
        text-align: center;
        border-radius: 30px;
        height: 100%;
        transition: 0.5s ease-in-out;
        box-shadow: -20px 20px 30px 0 #00000045;
        color: #fff;
    }
    .we-slider-box {
        margin-top: 10px;
    }
    .we-do-slider .slick-slide.slick-current .we-slider-image img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(101%);
    }
    ul.we-slid-list li {
        display: block !important;
    }
    .we-do-slider .slick-slide.slick-current ul.we-slid-list h5 {
        color: #fff;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .we-do-sec {
        height: 100%;
    }
    .testi-slider .slick-next {
        right: 350px;
    }
    .testi-slider .slick-prev {
        left: -10px;
    }
    .frequently-asked-questions-form-heading {
        padding: 22px 20px 22px 40px;
    }
}
@media screen and (max-width: 431px) {
    .f-70 {
        font-size: 40px;
    }
    body {
        font-size: 14px;
    }
    .btn,
    button {
        padding: 10px !important;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 25px;
    }
    .testi-slider .slick-next {
        right: 260px;
    }
    .testi-slider .slick-prev {
        left: 5px;
    }
}
