/*-----------------------------------------------------------------------------------

    Template Name: Vstage - AI Virtual Staging Solutions Html Template
    Author: Or-Factor
    Support: support@orfactor.com
    Description: Vstage - AI Virtual Staging Solutions Html Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animation
		2.4 Preloader
		2.5 Background
		2.6 Nice Select
		2.7 Pagination
		2.8 Offcanvas
		2.9 Breadcrumb
		2.10 Accordion
		2.11 Tab
		2.12 Section Title
		2.13 Search

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Sidebar css
		5.3 Recent Post css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Cta css
		7.3 Faq css
		7.4 Feature css
		7.5 Funfact css
		7.6 Hero css
		7.7 Newsletter css
		7.8 Order css
		7.9 Process css
		7.10 Progress-bar css
		7.11 Project css
		7.12 Service css
		7.13 Shop css
		7.14 Cart css
		7.15 Checkout css
		7.16 Skill css
		7.17 Team css
		7.18 Testimonial css
		7.19 Video css
		7.20 Contact css

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* transform */
:root {
    /**
  @font family declaration
  */
    --ot-title-font: "Poppins", sans-serif;
    --ot-body-font: "Poppins", sans-serif;
    --ot-style-font: "Poppins", sans-serif;
    --ot-icon-font: "Font Awesome 6 Pro";
    /**
  @ripple declaration
  */
    --ot-ripple-ani-duration: 2s;
    /**
  @color declaration
  */
    --ot-theme-color: #f56811;
    --ot-theme-color2: #f56811;
    --ot-theme-color3: #fce6d8;
    --ot-title-color: #1e2444;
    --ot-title-color2: #2e365e;
    --ot-title-color3: #1e2444;
    --ot-title-color4: #1e2444;
    --ot-body-color: #434b6d;
    --ot-border-color1: #e8d3c3;
    --ot-smoke-color: #fce6d8;
    --ot-smoke-color2: #fce6d8;
    --ot-smoke-color3: #fce6d8;
    --ot-smoke-color4: #fce6d8;
    --ot-white-color: #fce6d8;
    --ot-white-color2: #f7dccb;
    --ot-placeholder-color: #5c6280;
    --ot-light-color: #f2dbc9;
    --ot-black-color: #1e2444;
    --ot-black-color2: #1e2444;
    --ot-dark-bg-color: #1e2444;
    --ot-gray-color: #fce6d8;
    --ot-purple-color: #f56811;
    --ot-pink-light-color: #fce6d8;
    --ot-yellow-light-color: #fce6d8;
    --ot-purple-color2: #1e2444;
    --ot-error-color: #dc3545;
    --ot-border-color: #e8d3c3;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1470px;
    --bs-gutter-x: 30px;
}

.container-1640 {
    max-width: 1670px;
    --bs-gutter-x: 30px;
}

.container-1226 {
    max-width: 1256px;
    --bs-gutter-x: 30px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: auto !important;
}

/*---------------------------------
	typography css start
---------------------------------*/
body {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: var(--ot-body-color);
    font-family: var(--ot-body-font);
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: var(--ot-black-color);
    font-family: var(--ot-title-font);
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
    font-family: var(--ot-body-font);
    color: var(--ot-body-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

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

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    height: 54px;
    width: 100%;
    line-height: 54px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--ot-body-color);
    border: 1px solid var(--ot-border-color1);
    background: none;
    resize: none;
    scroll-behavior: unset;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--ot-body-color);
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--ot-body-color);
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--ot-body-color);
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--ot-body-color);
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--ot-body-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: var(--ot-theme-color);
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

input[type="email"] {
    text-transform: lowercase;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

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

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

*::selection {
    background: var(--ot-black-color);
    color: var(--ot-white-color);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--ot-black-color);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--ot-black-color);
    font-size: 14px;
    opacity: 1;
}

.ot-lh-1 {
    line-height: 1;
}

.ot-light-text {
    font-weight: 500;
}

.ot-line-black {
    display: inline;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
    background-size:
        0% 1px,
        0 1px;
    background-position:
        100% 100%,
        0 100%;
    background-image:
        linear-gradient(#141820, #141820), linear-gradient(#141820, #141820);
}
.ot-line-black:hover {
    background-size:
        0% 1px,
        100% 1px;
}

.ot-line-white {
    display: inline;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
    background-size:
        0% 1px,
        0 1px;
    background-position:
        100% 100%,
        0 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}
.ot-line-white:hover {
    background-size:
        0% 1px,
        100% 1px;
}

.ot-net-img {
    position: relative;
}
.ot-net-img > .net-shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.ot-space {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.ot-space-extra {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-extra {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.ot-space-sm {
    padding-top: 110px;
    padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-sm {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.ot-space-sm-top {
    padding-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-sm-top {
        padding-top: 80px;
    }
}
.ot-space-sm-bottom {
    padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-sm-bottom {
        padding-bottom: 80px;
    }
}
.ot-space-sm2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-sm2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.ot-space-sm3 {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-sm3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.ot-space-top-sm3 {
    padding-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-top-sm3 {
        padding-top: 80px;
    }
}
.ot-space-bottom-sm3 {
    padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-bottom-sm3 {
        padding-bottom: 80px;
    }
}
.ot-space-top {
    padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-top {
        padding-top: 80px;
    }
}
.ot-space-bottom {
    padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-bottom {
        padding-bottom: 80px;
    }
}
.ot-space-extra-top {
    padding-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-extra-top {
        padding-top: 80px;
    }
}
.ot-space-extra-bottom {
    padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-extra-bottom {
        padding-bottom: 80px;
    }
}
.ot-space-extra-bottom.extra-sm-top {
    padding-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-extra-bottom.extra-sm-top {
        padding-top: 80px;
    }
}
.ot-space-extra-bottom.extra-sm2-top {
    padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-extra-bottom.extra-sm2-top {
        padding-top: 80px;
    }
}
.ot-space.extra-sm-top {
    padding-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space.extra-sm-top {
        padding-top: 80px;
    }
}
.ot-space.extra-sm-top2 {
    padding-top: 50px;
}
.ot-space-extra-bottom {
    padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-extra-bottom {
        padding-bottom: 80px;
    }
}
.ot-space-extra-bottom.extra-bottom2 {
    padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-extra-bottom.extra-bottom2 {
        padding-bottom: 80px;
    }
}
.ot-space-sm-extra-top {
    padding-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-sm-extra-top {
        padding-top: 0px;
    }
}
.ot-space-sm-extra-bottom {
    padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-sm-extra-bottom {
        padding-bottom: 0px;
    }
}

.ot-space-large {
    padding-top: 235px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-large {
        padding-top: 215px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-large {
        padding-top: 150px;
    }
}
.ot-space-large2 {
    padding-top: 280px;
    padding-bottom: 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-large2 {
        padding-top: 215px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-space-large2 {
        padding-top: 150px;
    }
}

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

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.w-100 img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

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

.gx-0 {
    --bs-gutter-x: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .gx-0 {
        --bs-gutter-x: 24px;
    }
}

.gx-8 {
    --bs-gutter-x: 8px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-35 {
    --bs-gutter-x: 35px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.gx-60 {
    --bs-gutter-x: 60px;
}

.gx-65 {
    --bs-gutter-x: 65px;
}

.gy-10 {
    --bs-gutter-y: 10px;
}

.gy-15 {
    --bs-gutter-y: 15px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gy-25 {
    --bs-gutter-y: 25px;
}

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

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

.gy-35 {
    --bs-gutter-y: 35px;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

.gy-60 {
    --bs-gutter-y: 60px;
}

.gy-65 {
    --bs-gutter-y: 65px;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* dropcap */
.ot-dropcap::first-letter {
    float: left;
    width: 65px;
    height: 85px;
    font-size: 90px;
    line-height: 0.8;
    font-weight: 500;
    margin-right: 5px;
    text-align: center;
    line-height: inherit;
    text-transform: capitalize;
    color: var(--ot-white-color);
    font-family: var(--ot-ff-body);
}

.body-overlay {
    background-color: var(--ot-black-color);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.body-overlay:hover {
    cursor: url(../img/icon/close.png), pointer;
}

.body-overlay.opend {
    opacity: 0.7;
    visibility: visible;
}

.ot-bold-text {
    position: relative;
    font-weight: 600;
    color: var(--ot-title-color2);
}

.ot-line-hover {
    position: relative;
    display: inline-block;
    display: inline;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
    background-size:
        0% 1px,
        0 1px;
    background-position:
        100% 100%,
        0 100%;
    background-image:
        linear-gradient(currentcolor, currentcolor),
        linear-gradient(currentcolor, currentcolor);
}
.ot-line-hover.purple {
    background-position:
        100% 100%,
        0 75%;
    background-image:
        linear-gradient(currentcolor, currentcolor),
        linear-gradient(currentcolor, currentcolor);
}
.ot-line-hover.theme {
    background-position:
        100% 100%,
        0 75%;
    background-image:
        linear-gradient(currentcolor, currentcolor),
        linear-gradient(currentcolor, currentcolor);
}
.ot-line-hover.green {
    background-position:
        100% 100%,
        0 75%;
    background-image:
        linear-gradient(currentcolor, currentcolor),
        linear-gradient(currentcolor, currentcolor);
}
.ot-line-hover.orange {
    background-image:
        linear-gradient(currentcolor, currentcolor),
        linear-gradient(currentcolor, currentcolor);
}
.ot-line-hover:hover {
    background-size:
        0% 1px,
        100% 1px;
}
.ot-line-hover:hover {
    background-size:
        0% 1px,
        100% 1px;
}

.ot-line-white::after {
    background-color: var(--ot-white-color);
}

.ot-line-theme::after {
    background-color: var(--ot-theme-color);
}

.ot-img-hover {
    position: relative;
    overflow: hidden;
}
.ot-img-hover::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.ot-img-hover:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.ot-italic {
    font-style: italic;
}

.ot-italic-light {
    font-style: italic;
    font-weight: 400;
}

.ot-body-shape-left,
.ot-body-shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.ot-body-shape-left {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
}
.ot-body-shape-left.blog-shape {
    top: auto;
    bottom: 0;
}

.ot-bg-style {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-mask {
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

svg path.line-1 {
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 4s linear forwards infinite;
}

.ot-reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}
.ot-reveal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}

.glass-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    width: auto;
}

.ot-blur-shape {
    position: absolute;
    bottom: -5px;
}

.ot-curv-text {
    color: var(--ot-white-color);
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-245 {
    padding-top: 245px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-305 {
    padding-top: 305px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}
.scroll-top:after {
    content: "";
    font-family: var(--ot-icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: var(--ot-theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--ot-theme-color);
    box-shadow: none;
    border-radius: 50%;
    background-image: url("../img/icon/up-arrow.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.scroll-top svg {
    color: var(--ot-theme-color);
    border-radius: 50%;
    background: var(--ot-white-color);
}
.scroll-top svg path {
    fill: none;
}
.scroll-top .progress-circle path {
    stroke: var(--ot-theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.ot-btn-primary {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 11.5px 24px;
    display: inline-block;
    color: var(--ot-title-color);
    background: var(--ot-white-color);
    text-transform: capitalize;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
}
.ot-btn-primary::after {
    position: absolute;
    content: "";
    background-color: var(--ot-theme-color);
    width: 190%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-40deg);
    z-index: -1;
    transition: all 500ms ease;
}
.ot-btn-primary .ot-btn-icon {
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-btn-primary:hover {
    color: var(--ot-white-color);
}
.ot-btn-primary:hover:after {
    height: 410%;
}
.ot-btn-primary.black-btn {
    color: var(--ot-white-color);
    background-color: var(--ot-title-color);
}
.ot-btn-primary.black-btn::after {
    background-color: var(--ot-theme-color);
}
.ot-btn-primary.white-btn {
    color: var(--ot-black-color);
    background-color: var(--ot-white-color);
}
.ot-btn-primary.white-btn::after {
    background-color: var(--ot-black-color);
}
.ot-btn-primary.white-btn:hover {
    color: var(--ot-white-color);
}
.ot-btn-primary.btn-sm {
    padding: 7.5px 24px;
}
.ot-btn-primary.btn-sm2 {
    padding: 9.5px 24px;
}
.ot-btn-primary.blue-black::after {
    background: var(--ot-title-color);
}
.ot-btn-primary.white-black::after {
    background: var(--ot-white-color);
}
.ot-btn-primary.white-black:hover {
    color: var(--ot-black-color);
}
.ot-btn-primary.white-black:hover .ot-btn-icon {
    filter: brightness(0) contrast(1);
}
.ot-btn-primary.purple-white {
    color: var(--ot-white-color);
    background: var(--ot-purple-color);
}
.ot-btn-primary.purple-white::after {
    background: var(--ot-title-color);
}
.ot-btn-primary.yellow-btn {
    background: var(--ot-theme-color3);
}
.ot-btn-primary.purple-deep {
    color: var(--ot-white-color);
    background: var(--ot-purple-color2);
}
.ot-btn-primary.purple-deep::after {
    position: absolute;
    content: "";
    background-color: var(--ot-theme-color3);
}
.ot-btn-primary.purple-deep:hover {
    color: var(--ot-title-color4);
    border-color: var(--ot-theme-color3);
    background-color: var(--ot-theme-color3);
}
.ot-btn-primary.ot-radius6 {
    border-radius: 6px;
}
.ot-btn-primary.ot-radius8 {
    border-radius: 8px;
}
.ot-btn-primary.ot-radius10 {
    border-radius: 10px;
}
.ot-btn-arrow {
    user-select: none;
    -moz-user-select: none;
    background: var(--ot-theme-color) none repeat scroll 0 0;
    color: var(--ot-white-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 13.5px 9px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: 0.3s;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 100px;
    --arrow-hover-move-x: -110%;
    gap: 10px;
    z-index: 1;
    position: relative;
    border: none;
}
.ot-btn-arrow svg {
    transition: all 0.3s ease-out 0s;
}
.ot-btn-arrow svg path {
    transition:
        transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
        opacity 0.18s ease-out;
}
.ot-btn-arrow svg path:nth-of-type(1) {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.ot-btn-arrow svg path:nth-of-type(2) {
    transform: translateX(calc(1 * var(--arrow-hover-move-x)));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}
.ot-btn-arrow:hover,
.ot-btn-arrow:focus-visible {
    background: var(--ot-theme-color);
    color: var(--ot-white-color);
    border-color: var(--ot-theme-color);
}
.ot-btn-arrow:hover svg path:nth-of-type(1),
.ot-btn-arrow:focus-visible svg path:nth-of-type(1) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
    opacity: 0;
    transition-delay: 0s, 0s;
}
.ot-btn-arrow:hover svg path:nth-of-type(2),
.ot-btn-arrow:focus-visible svg path:nth-of-type(2) {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.ot-btn-arrow:hover::before,
.ot-btn-arrow:focus-visible::before {
    top: -40%;
}
.ot-btn-arrow.arrow-black {
    background: var(--ot-title-color);
    color: var(--ot-white-color);
}
.ot-btn-arrow.arrow-black:hover {
    background: var(--ot-theme-color);
    color: var(--ot-white-color);
}
.ot-btn-arrow.arrow-white {
    color: var(--ot-title-color);
    background: var(--ot-white-color);
}
.ot-btn-arrow.arrow-white:hover {
    background: var(--ot-theme-color);
    color: var(--ot-title-color);
}
.ot-btn-arrow.arrow-theme {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
}
.ot-btn-arrow.arrow-theme:hover {
    background: var(--ot-title-color);
    color: var(--ot-white-color);
}
.ot-btn-style-2 {
    display: flex;
    align-items: center;
    gap: 0px;
}
.ot-btn-secondary {
    position: relative;
    padding: 14px 19px;
    font-weight: 600;
    color: var(--ot-white-color);
    display: inline-flex;
    align-items: center;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
    background: var(--ot-theme-color);
}
.ot-btn-secondary::before {
    position: absolute;
    width: 0;
    height: 100%;
    right: -100px;
    top: 0;
    content: "";
    border-radius: 90px;
    background: var(--ot-title-color);
    transition: 0.5s ease-in-out;
    z-index: 1;
}
.ot-btn-secondary.white-btn {
    color: var(--ot-black-color2);
    background: var(--ot-white-color);
}
.ot-btn-secondary:hover {
    color: var(--ot-white-color);
}
.ot-btn-secondary:hover::before {
    width: 150%;
    right: -50px;
}
.ot-btn-secondary-arrow {
    position: relative;
}
.ot-btn-secondary-arrow .ot-btn-arrow {
    width: 54px;
    height: 54px;
    text-align: center;
    margin: auto;
    display: inline-block;
    transform: rotate(-45deg);
}
.ot-btn-secondary-arrow::after {
    content: attr(title);
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    padding: 8px 12px;
    border-radius: 30px;
    background: rgba(17, 30, 73, 0.95);
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    font-size: 13px;
    z-index: 10;
}
.ot-btn-secondary-arrow:hover::after,
.ot-btn-secondary-arrow:focus-visible::after {
    opacity: 1;
    visibility: visible;
}

/*----------------------------------------*/
/*  2.3 Animation
/*----------------------------------------*/
@keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/*img-animation**********************/
.ot-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.ot-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.ot-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes jumpTwo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes animation-star {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}
@keyframes moving {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes ottranslateX {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -ms-transform: translateX(8px);
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }
}
@keyframes dashFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(8px);
    }
}
@keyframes move {
    0% {
        offset-distance: 0%;
    }
    100% {
        offset-distance: 100%;
    }
}
@keyframes slider-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Inner Box */
.preloader-inner {
    text-align: center;
    position: relative;
}

/* Icon Box */
.preloader-icon {
    width: 120px;
    height: 120px;
    margin: auto;
}

/* SVG Loader */
.pl {
    display: block;
    width: 100%;
    height: 100%;
}

.pl__ring,
.pl__ball {
    animation: ring 2s ease-out infinite;
}

.pl__ball {
    animation-name: ball;
}

/* Animation */
@keyframes ring {
    from {
        stroke-dasharray: 0 257 0 0 1 0 0 258;
    }
    25% {
        stroke-dasharray: 0 0 0 0 257 0 258 0;
    }
    50%,
    to {
        stroke-dasharray: 0 0 0 0 0 515 0 0;
    }
}
@keyframes ball {
    from,
    50% {
        animation-timing-function: ease-in;
        stroke-dashoffset: 1;
    }
    64% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -109;
    }
    78% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -145;
    }
    92% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -157;
    }
    57%,
    71%,
    85%,
    99%,
    to {
        animation-timing-function: ease-out;
        stroke-dashoffset: -163;
    }
}
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.theme-bg {
    background-color: var(--ot-theme-color);
}

.grey-bg {
    background-color: var(--ot-gray-color);
}

.white-bg {
    background-color: var(--ot-white-color);
}

.white-bg2 {
    background-color: var(--ot-white-color2);
}

.black-bg {
    background-color: var(--ot-black-color);
}

.black-bg2 {
    background-color: var(--ot-title-color);
}

.black-bg3 {
    background-color: var(--ot-black-color2);
}

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

.smoke-bg2 {
    background-color: var(--ot-smoke-color2);
}

.smoke-bg3 {
    background-color: var(--ot-smoke-color3);
}

.smoke-bg4 {
    background-color: var(--ot-smoke-color4);
}

.pink-light-bg {
    background-color: var(--ot-pink-light-color);
}

.yellow-light-bg {
    background-color: var(--ot-yellow-light-color);
}

.purple-deep {
    background-color: var(--ot-purple-color2);
}

.gradient-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, #171b23 0%, #141820 100%);
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    border: 1px solid var(--ot-border-2);
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.nice-select:hover {
    border-color: var(--ot-border-2);
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
    border: 1px solid var(--ot-theme-color);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled::after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small::after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    width: 100%;
    border-radius: 5px;
    color: var(--ot-text-body);
    background-color: var(--ot-white-color);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 26px;
    list-style: none;
    min-height: 26px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    color: var(--ot-text-body);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.nice-select-icon {
    position: absolute;
    right: 15px;
    top: 13px;
}

.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*----------------------------------------*/
/*  2.8 Offcanvas
/*----------------------------------------*/
.ot-offcanvas {
    position: fixed;
    background: var(--ot-white-color);
    width: 480px;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    z-index: 999;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-offcanvas {
        width: 400px;
    }
}
@media (max-width: 575px) {
    .ot-offcanvas {
        width: 100%;
    }
}
.ot-offcanvas-header {
    padding: 20px 40px;
    background-color: var(--ot-theme-color);
}
.ot-offcanvas-wrapper {
    padding: 0 40px;
}
.ot-offcanvas.opend {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.ot-offcanvas-close-toggle {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--ot-theme-color);
    border: 1px solid var(--ot-theme-color);
    background-color: var(--ot-white-color);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-offcanvas-close-toggle:hover {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
    border: 1px solid var(--ot-theme-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .ot-offcanvas-header {
        margin-bottom: 40px;
    }
}
.ot-offcanvas-title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    color: var(--ot-black-color);
    border-bottom: 1px solid #ebecf5;
    padding-bottom: 10px;
}
.ot-offcanvas-info-content a:not(:last-child) {
    margin-bottom: 10px;
    display: inline-block;
}
.ot-offcanvas-info-icon span {
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: var(--ot-white-color);
    background: var(--ot-black-color);
    border-radius: 50%;
    border-radius: 100%;
    border: 0;
    box-shadow: 0 8px 34px 0 rgba(36, 44, 73, 0.15);
}
.ot-offcanvas-info-text span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    text-transform: uppercase;
    color: var(--ot-theme-color);
}
.ot-offcanvas-info-text span:last-child {
    font-size: 16px;
    color: var(--ot-black-color);
    text-transform: lowercase;
}
.ot-offcanvas-info-text.of-location span:last-child {
    text-transform: capitalize;
}
.ot-offcanvas-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.ot-offcanvas-gallery a img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.ot-offcanvas-social a {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: var(--ot-title-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-offcanvas-social a:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #d9d9d9;
}
.ot-offcanvas-social a:hover {
    color: var(--ot-theme-color);
}
.ot-offcanvas-social a:hover span {
    color: var(--ot-theme-color);
}

/*----------------------------------------*/
/*  2.13 Search
/*----------------------------------------*/
.search-popup {
    padding: 70px;
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition:
        transform 0.6s ease-in-out,
        opacity 0.6s ease-in-out;
    -moz-transition:
        transform 0.6s ease-in-out,
        opacity 0.6s ease-in-out;
    transition:
        transform 0.6s ease-in-out,
        opacity 0.6s ease-in-out;
    transition-delay: 0.7s;
}
.search-popup.search-opened {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
}
.search-popup.search-opened .search-input {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.search-popup.search-opened .search-input::after {
    width: 100%;
    transition-delay: 0.5s;
}
.search-popup-2 {
    background-color: var(--ot-title-color);
}
.search-popup-2 .search-input .search-input-field ~ .search-focus-border {
    background-color: var(--ot-theme-color);
}
.search-popup-3 .search-input .search-input-field ~ .search-focus-border {
    background-color: var(--ot-theme-color);
}
.search-top {
    margin-bottom: 80px;
}
.search-input {
    position: relative;
    height: 80px;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
}
.search-input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.3s;
}
.search-input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--ot-white-color);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}
.search-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search-input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search-input input::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search-input input:focus {
    border: 0;
}
.search-input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--ot-white-color);
}
.search-input .search-input-field ~ .search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--ot-theme-color);
    -webkit-transition: 0.5s 0.3s ease-out;
    -moz-transition: 0.5s 0.3s ease-out;
    -ms-transition: 0.5s 0.3s ease-out;
    -o-transition: 0.5s 0.3s ease-out;
    transition: 0.5s 0.3s ease-out;
}
.search-input .search-input-field:focus ~ .search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: 0.5s 0.3s ease-out;
    -moz-transition: 0.5s 0.3s ease-out;
    -ms-transition: 0.5s 0.3s ease-out;
    -o-transition: 0.5s 0.3s ease-out;
    transition: 0.5s 0.3s ease-out;
}

.search-close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}
.search-close-btn:hover {
    color: var(--ot-white-color);
}

/*----------------------------------------*/
/*  2.11 Tab
/*----------------------------------------*/
.ot-tab-box-1 .of-product-item {
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-tab-box-1 .of-product-item {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-tab-box-1 .of-product-item.r-spac {
        margin-bottom: 0;
    }
}

/*----------------------------------------*/
/*  2.9 Breadcrumb
/*----------------------------------------*/
.ot-breadcrumb-style {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-breadcrumb-style {
        padding-top: 130px;
        padding-bottom: 80px;
    }
}
.ot-breadcrumb-overlay {
    position: relative;
}
.ot-breadcrumb-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(30, 33, 43, 0.8);
}
.ot-breadcrumb-list span {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}
.ot-breadcrumb-list span:not(:last-child) {
    color: #c7c9cd;
    margin-right: 4px;
}
.ot-breadcrumb-list .dvdr i {
    font-size: 14px;
}
.ot-breadcrumb-subtitle {
    color: var(--ot-theme-color);
}
.ot-breadcrumb-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--ot-white-color);
    text-transform: capitalize;
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-breadcrumb-title {
        font-size: 45px;
    }
}
@media (max-width: 575px) {
    .ot-breadcrumb-title {
        font-size: 35px;
    }
}
.ot-breadcrumb-title > span {
    display: block;
    color: var(--ot-theme-color);
}

/*----------------------------------------*/
/*  2.10 Accordion
/*----------------------------------------*/
.ot-faq-accordion-box .accordion-items {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.ot-faq-accordion-box .accordion-items:not(:last-child) {
    margin-bottom: 12px;
}
.ot-faq-accordion-box .accordion-header {
    margin-bottom: 0;
    border-radius: 8px;
}
.ot-faq-accordion-box .accordion-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 15.5px;
    right: 30px;
    line-height: 32px;
    text-align: center;
    color: var(--ot-title-color);
    display: inline-block;
    background: var(--ot-white-color);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-faq-accordion-box .accordion-icon i {
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (max-width: 575px) {
    .ot-faq-accordion-box .accordion-icon {
        right: 20px;
    }
}
.ot-faq-accordion-box .accordion-buttons {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 20px 80px 20px 24px;
    color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-faq-accordion-box .accordion-buttons {
        font-size: 18px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-accordion-box .accordion-buttons {
        font-size: 18px;
        padding: 23px 80px 23px 20px;
    }
}
.ot-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon i {
    rotate: 180deg;
}
.ot-faq-accordion-box .accordion-body {
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 24px 44px 30px 36px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-accordion-box .accordion-body {
        padding: 13px 20px 30px 20px;
    }
}
.ot-faq-accordion-box .accordion-body p {
    margin: 0;
    color: var(--ot-white-color);
    font-size: 16px;
    font-weight: 400;
}
.ot-faq-accordion-box .accordion-body::before {
    position: absolute;
    width: 93%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: var(--ot-white-color);
    text-align: center;
    margin: auto;
}

/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.ot-sec-title,
.ot-sec-title-2,
.ot-sec-title-3,
.ot-sec-title-4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin-top: -0.2em;
    display: block;
    text-transform: capitalize;
    color: var(--ot-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-sec-title,
    .ot-sec-title-2,
    .ot-sec-title-3,
    .ot-sec-title-4 {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .ot-sec-title,
    .ot-sec-title-2,
    .ot-sec-title-3,
    .ot-sec-title-4 {
        font-size: 24px;
    }
}
.ot-sec-title.title-color2,
.ot-sec-title-2.title-color2,
.ot-sec-title-3.title-color2,
.ot-sec-title-4.title-color2 {
    color: var(--ot-title-color2);
}
.ot-sec-title-shape,
.ot-sec-title-2-shape,
.ot-sec-title-3-shape,
.ot-sec-title-4-shape {
    width: 90px;
    height: 150px;
    display: inline-block;
}
.ot-sec-title-shape.gradient-bg,
.ot-sec-title-2-shape.gradient-bg,
.ot-sec-title-3-shape.gradient-bg,
.ot-sec-title-4-shape.gradient-bg {
    background:
        linear-gradient(180deg, rgba(12, 37, 36, 0) 0%, #0c2524 100%),
        url("path_to_image");
}
.ot-sec-title-shape.light-bg,
.ot-sec-title-2-shape.light-bg,
.ot-sec-title-3-shape.light-bg,
.ot-sec-title-4-shape.light-bg {
    background:
        linear-gradient(180deg, rgba(16, 43, 42, 0) 0%, #102b2a 100%),
        url("path_to_image");
}
.ot-sec-title-shape.ot-transparent,
.ot-sec-title-2-shape.ot-transparent,
.ot-sec-title-3-shape.ot-transparent,
.ot-sec-title-4-shape.ot-transparent {
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-sec-title br,
    .ot-sec-title-2 br,
    .ot-sec-title-3 br,
    .ot-sec-title-4 br {
        display: none;
    }
}
.ot-sec-title-2,
.ot-sec-title-3,
.ot-sec-title-4 {
    font-size: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-sec-title-2,
    .ot-sec-title-3,
    .ot-sec-title-4 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-sec-title-2,
    .ot-sec-title-3,
    .ot-sec-title-4 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-sec-title-2,
    .ot-sec-title-3,
    .ot-sec-title-4 {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .ot-sec-title-2,
    .ot-sec-title-3,
    .ot-sec-title-4 {
        font-size: 24px;
    }
}
.ot-sec-title-3 {
    color: var(--ot-title-color3);
}
.ot-sec-title-4 {
    color: var(--ot-title-color4);
}
.ot-sec-subtitle {
    font-size: 15px;
    font-weight: 500;
    padding: 8.5px 21px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--ot-theme-color);
    background-color: var(--ot-smoke-color);
    border-radius: 100px;
    margin-bottom: 20px;
}
.ot-sec-subtitle.style2 {
    color: #444;
    padding: 0;
    background: none;
    border-radius: 0;
}
.ot-sec-subtitle.ot-theme {
    color: var(--ot-theme-color);
}
.ot-sec-note {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.ot-sec-text,
.ot-sec-text2 {
    color: var(--ot-body-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-sec-text,
    .ot-sec-text2 {
        max-width: 100%;
    }
}
.ot-sec-text2,
.ot-sec-text3 {
    font-size: 18px;
}
.ot-sec-text3 {
    color: #1e2444;
}

.ot-char-animation {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-title-area {
        margin-bottom: 30px;
    }
}

.ot-box-title {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}

.ot-text-anime-1,
.ot-text-anime-2,
.ot-text-anime-3 {
    text-transform: inherit;
    overflow: hidden;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

/*----------------------------------------*/
/*  2.7 Pagination
/*----------------------------------------*/
.ot-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: none;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    margin: 0 7px;
    border: 1px solid rgba(255, 255, 255, 0.1) transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: inline-block;
    background: none;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    transform: rotate(45deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.ot-pagination .swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.ot-pagination
    .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    border: 1px solid var(--ot-theme-color);
}
.ot-pagination-arrow.style-2 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ot-pagination-arrow.style-2 .ot-slider-btn {
    width: 74px;
    height: 50px;
    line-height: 1;
    border-radius: 100px;
    background: var(--ot-white-color);
    border: 1px solid #d1d4e2;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1);
}
.ot-pagination-arrow.style-2 .ot-slider-btn:hover .ot-slider-icon {
    filter: brightness(0) invert(1);
}
.ot-pagination-line {
    width: 54px;
    height: 2px;
    display: inline-block;
    background: #d1d4e2;
    border-radius: 30px;
}
.ot-pagination-dots .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    background: var(--ot-white-color);
    border-radius: 50%;
    transition: 0.3s ease;
    opacity: 1;
    border: 0;
}
.ot-pagination-dots .swiper-pagination-bullet::before {
    position: absolute;
    width: 16px;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    height: 16px;
    content: "";
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: scale(0);
}
.ot-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border: 0;
    background: var(--ot-purple-color);
    border-radius: 50px;
}
.ot-pagination-dots2 {
    display: inline;
    padding: 7.5px 30px;
    border-radius: 50px;
    border: 1px solid #dfe1ed;
    background: var(--ot-white-color);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.06);
}
.ot-pagination-dots2 .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    background: #c9c9c9;
    border-radius: 50%;
}
.ot-pagination-dots2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
}
.ot-pagination-blog nav ul {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-pagination-blog nav ul {
        display: block;
    }
}
.ot-pagination-blog nav ul li {
    list-style: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-pagination-blog nav ul li {
        margin-bottom: 15px;
    }
}
.ot-pagination-blog nav ul li a {
    display: flex;
    gap: 0 23px;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid #e9ebf8;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-pagination-blog nav ul li a {
        gap: 0 10px;
        padding: 15px 10px;
    }
}
@media (max-width: 575px) {
    .ot-pagination-blog nav ul li a {
        display: block;
    }
}
.ot-pagination-blog-thumb {
    flex: 0 0 auto;
}
@media (max-width: 575px) {
    .ot-pagination-blog-thumb {
        margin-bottom: 20px;
    }
}
.ot-pagination-blog-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}
.ot-pagination-blog-content .ot-sec-text {
    margin-bottom: 0;
}
.ot-pagination-blog-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--ot-title-color);
}
.ot-pagination-blog-title img {
    filter: brightness(0);
}

.ot-basic-pagination nav ul li {
    display: inline-block;
}
.ot-basic-pagination nav ul li:not(:last-child) {
    margin-right: 5px;
}
.ot-basic-pagination nav ul li.current a {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
}
.ot-basic-pagination nav ul li a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--ot-title-color);
    display: block;
    background: #f5f5f5;
    border-radius: 6px;
}
@media (max-width: 575px) {
    .ot-basic-pagination nav ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.ot-basic-pagination nav ul li a:hover {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
}

.ot-slider-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #eff3f8;
    line-height: 60px;
    border-radius: 100px;
}
.ot-slider-btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: var(--ot-theme-color);
    z-index: 1;
    transform: scale(0);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-slider-btn .slider-icon {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-slider-btn.ot-orange::before {
    top: 0;
}
.ot-slider-btn:hover::before {
    transform: scale(1);
}
.ot-slider-btn:hover .slider-icon {
    filter: brightness(0) contrast(1);
}
.ot-slider-icon {
    position: relative;
    z-index: 3;
    transition: 0.3s;
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.slide-transtion .swiper-slide {
    width: auto;
}

/**-----------------------

 scrollCue.js - ver.2.0.0
 URL : https://prjct-samwest.github.io/scrollCue/

 created by SamWest.
 Copyright (c) 2020 SamWest.
 This plugin is released under the MIT License.

 -----------------------**/
/**  ---------------
     fadeIn
*/
[data-cue="fadeIn"],
[data-cues="fadeIn"] > * {
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/**  ---------------
     slideInLeft
*/
[data-cue="slideInLeft"],
[data-cues="slideInLeft"] > * {
    opacity: 0;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/**  ---------------
     slideInRight
*/
[data-cue="slideInRight"],
[data-cues="slideInRight"] > * {
    opacity: 0;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/**  ---------------
     slideInDown
*/
[data-cue="slideInDown"],
[data-cues="slideInDown"] > * {
    opacity: 0;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/**  ---------------
     slideInUp
*/
[data-cue="slideInUp"],
[data-cues="slideInUp"] > * {
    opacity: 0;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/**  ---------------
     zoomIn
*/
[data-cue="zoomIn"],
[data-cues="zoomIn"] > * {
    opacity: 0;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/**  ---------------
     zoomOut
*/
[data-cue="zoomOut"],
[data-cues="zoomOut"] > * {
    opacity: 0;
}

@keyframes zoomOut {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/**  ---------------
     rotateIn
*/
[data-cue="rotateIn"],
[data-cues="rotateIn"] > * {
    opacity: 0;
}

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotateZ(-15deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}
/**  ---------------
     bounceIn
*/
[data-cue="bounceIn"],
[data-cues="bounceIn"] > * {
    opacity: 0;
}

@keyframes bounceIn {
    0% {
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
/**  ---------------
     bounceInLeft
*/
[data-cue="bounceInLeft"],
[data-cues="bounceInLeft"] > * {
    opacity: 0;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/**  ---------------
     bounceInRight
*/
[data-cue="bounceInRight"],
[data-cues="bounceInRight"] > * {
    opacity: 0;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/**  ---------------
     bounceInDown
*/
[data-cue="bounceInDown"],
[data-cues="bounceInDown"] > * {
    opacity: 0;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/**  ---------------
     bounceInUp
*/
[data-cue="bounceInUp"],
[data-cues="bounceInUp"] > * {
    opacity: 0;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/**  ---------------
     flipInX
*/
[data-cue="flipInX"],
[data-cues="flipInX"] > * {
    opacity: 0;
    backface-visibility: visible;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        opacity: 1;
        transform: perspective(400px);
    }
}
/**  ---------------
     flipInY
*/
[data-cue="flipInY"],
[data-cues="flipInY"] > * {
    opacity: 0;
    backface-visibility: visible;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        opacity: 1;
        transform: perspective(400px);
    }
}
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.ot-header-layout1 {
    padding: 0 160px;
    background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-header-layout1 {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-header-layout1 {
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-header-layout1 {
        padding: 15px 0;
    }
}
.ot-header-layout1 .ot-main-menu > nav > ul > li a:hover {
    color: var(--ot-white-color);
}
.ot-header-layout1.header-sticky .ot-main-menu > nav > ul > li a {
    padding: 20px 0;
}
.ot-header-layout1.header-sticky .ot-main-menu > nav > ul > li .submenu li a {
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-header-layout1.header-sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.ot-header-layout1.header-transparent::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}
.ot-header-right-bars {
    margin-left: 7px;
    width: 40px;
    height: 40px;
    background: var(--ot-black-color);
    color: var(--ot-white-color);
    border-radius: 100px;
    flex: 0 0 auto;
}
.ot-header-right-bars.style-2 {
    width: auto;
    height: auto;
    padding: 28px 24px;
    background: none;
    border-left: 1px solid #e9ebf8;
    border-radius: 0 0 25px 0;
}
.ot-header-right-bars.style-2:hover .line-bars2 {
    transform: translateX(8.5px);
}
.ot-header-right-bars.style-2 span {
    display: block;
    margin-bottom: 0;
    line-height: 0.5;
    text-align: start;
    color: var(--ot-placeholder-color);
}
.ot-header-right-bars.style-2 .line-bars2 {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-transparent {
    position: absolute;
    width: 100%;
    z-index: 20;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 99;
    visibility: visible;
    background: var(--ot-title-color);
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-upload-style {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-upload-style .ot-main-menu > nav > ul > li a {
    padding: 20px 0;
    color: var(--ot-title-color);
}
.header-upload-style .ot-main-menu > nav > ul > li a:hover {
    color: var(--ot-theme-color);
}
.header-upload-style .ot-main-menu > nav > ul > li .submenu li a {
    color: var(--ot-title-color);
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.ot-header-layout2 {
    position: relative;
    z-index: 99;
    padding: 10px 0;
}
.ot-header-layout2 .ot-main-menu {
    border-radius: 100px;
    padding: 4px 0;
}
.ot-header-layout2 .ot-main-menu > nav > ul > li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
}
.ot-header-layout2 .ot-main-menu > nav > ul > li > a {
    padding: 7px 24px;
    color: var(--ot-white-color);
    border-radius: 100px;
}
.ot-header-layout2 .ot-main-menu > nav > ul > li.has-dropdown::after {
    right: 8px;
    border-right-color: var(--ot-white-color);
    border-bottom-color: var(--ot-white-color);
}
.ot-header-layout2 .ot-main-menu > nav > ul > li:hover.has-dropdown::after {
    border-right-color: var(--ot-title-color);
    border-bottom-color: var(--ot-title-color);
}
.ot-header-layout2 .ot-main-menu > nav > ul > li:hover a {
    color: var(--ot-title-color);
    background: var(--ot-white-color);
    text-decoration: none;
}
.ot-header-layout2.header-sticky {
    padding: 2px 0;
    background: var(--ot-white-color);
}
.ot-header-layout2 .ot-header-right-bars {
    width: 54px;
    height: 54px;
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.ot-header-layout3 .ot-main-menu nav ul li a {
    color: #1e2444;
}
.ot-header-layout3 .ot-main-menu nav ul li.has-dropdown::after {
    border-right-color: var(--ot-title-color);
    border-bottom-color: var(--ot-title-color);
}
.ot-header-layout3 .ot-main-menu nav ul li:hover.has-dropdown::after {
    border-right-color: var(--ot-title-color);
    border-bottom-color: var(--ot-title-color);
}
.ot-header-layout3.header-sticky {
    background: var(--ot-white-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-header-layout3 {
        padding: 10px 0;
    }
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.ot-header-layout4 {
    top: 28px;
}
@media (max-width: 575px) {
    .ot-header-layout4 {
        top: 8px;
    }
}
.ot-header-layout4 .ot-main-menu nav ul li a {
    color: #1e2444;
}
.ot-header-layout4 .ot-main-menu nav ul li.has-dropdown::after {
    border-right-color: var(--ot-title-color);
    border-bottom-color: var(--ot-title-color);
}
.ot-header-layout4 .ot-main-menu nav ul li:hover.has-dropdown::after {
    border-right-color: var(--ot-title-color);
    border-bottom-color: var(--ot-title-color);
}
.ot-header-layout4.header-sticky {
    top: 0;
    background: var(--ot-white-color);
}
@media (max-width: 1199px) {
    .ot-header-layout4.header-sticky {
        padding: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-header-layout4 {
        padding: 10px 0;
    }
}
.ot-header-layout4 .ot-header-wrapp {
    padding: 0 40px;
    border-radius: 8px;
    background: var(--ot-white-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-header-layout4 .ot-header-wrapp {
        padding: 0 8px;
    }
}
@media (max-width: 1199px) {
    .ot-header-layout4 .ot-header-wrapp {
        padding: 10px;
    }
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.ot-main-menu > nav > ul > li {
    position: relative;
    display: inline-block;
}
.ot-main-menu > nav > ul > li:not(:last-child) {
    padding-right: 18px;
    margin-right: 18px;
}
.ot-main-menu > nav > ul > li.has-dropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-main-menu > nav > ul > li a {
    font-weight: 500;
    font-size: 15px;
    padding: 26px 0;
    display: inline-block;
    text-transform: uppercase;
    color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-main-menu > nav > ul > li .submenu {
    position: absolute;
    width: 240px;
    z-index: 9999;
    padding: 25px 0px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    text-align: left;
    margin-left: 0;
    transform-origin: top;
    transition-duration: 0.1s;
    backdrop-filter: blur(8px);
    background: var(--ot-white-color);
    box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
}
.ot-main-menu > nav > ul > li .submenu li {
    list-style: none;
    display: block;
    padding: 0 30px;
    position: relative;
}
.ot-main-menu > nav > ul > li .submenu li:not(:last-child) {
    margin-bottom: 18px;
}
.ot-main-menu > nav > ul > li .submenu li .submenu {
    left: 100%;
    top: 0;
}
.ot-main-menu > nav > ul > li .submenu li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 0 0;
    text-transform: capitalize;
    color: var(--ot-title-color);
}
.ot-main-menu > nav > ul > li .submenu li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 2px;
    width: 0px;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    background-color: var(--ot-title-color);
    transform: translateY(-50%);
}
.ot-main-menu > nav > ul > li .submenu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
}
.ot-main-menu > nav > ul > li .submenu li:hover > a {
    padding-left: 25px;
    color: var(--ot-title-color);
}
.ot-main-menu > nav > ul > li .submenu li:hover > a::before {
    width: 20px;
    visibility: visible;
    opacity: 1;
}
.ot-main-menu > nav > ul > li:hover > a {
    text-decoration: underline;
}
.ot-main-menu > nav > ul > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.2s;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}
.ot-main-menu > nav > ul > li:hover.has-dropdown::after {
    filter: brightness(1) contrast(1);
}

.ot-menu-icon {
    font-size: 16px;
    margin-right: 5px;
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.ot-offcanvas-menu {
    margin-bottom: 40px;
}
.ot-offcanvas-menu ul {
    list-style: none;
}
.ot-offcanvas-menu ul li {
    position: relative;
}
.ot-offcanvas-menu ul li > a {
    padding: 8px 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--ot-black-color);
}
.ot-offcanvas-menu ul li > a i {
    display: none;
}
.ot-offcanvas-menu ul li:not(:last-child) > a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.ot-offcanvas-menu ul li.active > a {
    color: var(--ot-theme-color);
}
.ot-offcanvas-menu ul li.active > .ot-menu-close {
    color: var(--ot-white-color);
    background: var(--ot-black-color);
    border-color: var(--ot-black-color);
}
.ot-offcanvas-menu ul li.active > .ot-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ot-offcanvas-menu ul li .ot-submenu {
    display: none;
    padding-left: 20px;
}
.ot-offcanvas-menu ul li .ot-mega-menu {
    display: none;
}

.ot-menu-close {
    position: absolute;
    right: 0;
    top: 6px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    border: 1px solid rgba(1, 15, 28, 0.12);
}
.ot-menu-close i {
    transition: all 0.3s;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.ot-postbox-thumb img {
    border-radius: 16px;
}
.ot-postbox-title {
    font-size: 24px;
    font-weight: 600;
}

.postbox-wrapper {
    padding-left: 24px;
    margin-left: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-wrapper {
        padding: 0;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-wrapper .ot-basic-pagination {
        margin-bottom: 80px;
    }
}

.postbox-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--ot-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-title {
        font-size: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .postbox-title {
        font-size: 18px;
    }
}

.postbox-meta-icon {
    color: var(--ot-theme-color);
}

.postbox-arrow {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
    padding: 0 30px;
    transform: translateY(-50%);
}
.postbox-arrow .ot-slider-btn {
    background: var(--ot-theme-color);
}
.postbox-arrow .ot-slider-btn:hover .ot-slider-arrow {
    filter: brightness(0) invert(1);
}

.postbox-details-wrapper {
    padding-right: 24px;
    margin-right: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-wrapper {
        padding: 0;
        margin: 0;
    }
}
.postbox-details-wrapper .ot-basic-pagination {
    margin-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-wrapper .ot-basic-pagination {
        margin-bottom: 35px;
    }
}
.postbox-details-item:not(:last-child) {
    margin-bottom: 32px;
}
.postbox-details-meta-box {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 575px) {
    .postbox-details-meta-box {
        display: block;
    }
}
.postbox-details-meta {
    position: relative;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .postbox-details-meta {
        display: block;
    }
}
.postbox-details-meta i {
    margin-right: 4px;
    color: var(--ot-theme-color);
}
.postbox-details-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.postbox-details-quote-box {
    padding: 26px;
    background: #f5f5f5;
    border-left: 3px solid var(--ot-theme-color);
    border-radius: 6px;
}
.postbox-details-quote-box i {
    font-size: 40px;
    flex: 0 0 auto;
}
.postbox-details-quote p {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    color: var(--ot-title-color);
    margin-bottom: 10px;
}
.postbox-details-quote span {
    font-weight: 600;
    font-size: 18px;
    color: var(--ot-dark-bg-color);
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-feature-content {
        margin-bottom: 30px;
    }
}
.postbox-details-feature-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    text-transform: capitalize;
    color: var(--ot-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-feature-title {
        font-size: 24px;
    }
}
.postbox-details-feature-list ul {
    list-style: none;
}
.postbox-details-feature-list ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--ot-title-color);
    display: flex;
}
.postbox-details-feature-list ul li:not(:last-child) {
    margin-bottom: 13px;
}
.postbox-details-feature-list ul li i {
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
    border-radius: 100px;
    text-align: center;
    margin-right: 5px;
}
.postbox-details-tag .tagcloud a {
    border: 1px solid #e1e2e9;
    background: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-tag {
        margin-bottom: 20px;
    }
}
.postbox-details-tag-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    display: block;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: var(--ot-body-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-tag-name {
        margin-bottom: 10px;
    }
}
.postbox-details-social a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: var(--ot-theme-color);
    text-align: center;
    border-radius: 6px;
    background: #f5f5f5;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.postbox-details-social a:hover {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
}
.postbox-details-author {
    gap: 32px;
    padding: 35px 30px 35px 39px;
    background: #f5f5f5;
    border-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-author {
        gap: 20px;
        padding: 20px;
    }
}
.postbox-details-author-thumb {
    flex: 0 0 auto;
}
@media (max-width: 575px) {
    .postbox-details-author-thumb {
        margin-bottom: 15px;
    }
}
.postbox-details-author-thumb img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}
.postbox-details-author-designation {
    font-weight: 500;
    font-size: 15px;
    color: var(--ot-title-color2);
}
.postbox-details-author-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--ot-title-color);
}
.postbox-details-form {
    padding: 40px 46px;
    background: #f5f5f5;
    border-radius: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-form {
        padding: 20px;
    }
}
.postbox-details-form-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: var(--ot-title-color);
}
@media (max-width: 575px) {
    .postbox-details-form-title {
        font-size: 24px;
    }
}
.postbox-details-input input,
.postbox-details-input textarea {
    height: 50px;
    background: var(--ot-white-color);
    resize: none;
    border-radius: 8px;
}
.postbox-details-input textarea {
    height: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-details-input {
        margin-bottom: 15px;
    }
}
.postbox-details-remeber input {
    display: none;
}
.postbox-details-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.postbox-details-remeber label {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: var(--ot-title-color);
}
.postbox-details-remeber label::after {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    line-height: 16px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #c6c6c6;
    background: var(--ot-white-color);
}
.postbox-details-remeber label::before {
    position: absolute;
    content: url("../img/icon/check.svg");
    top: -2px;
    left: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 33;
    transition: 0.3s;
    color: var(--ot-title-color);
    filter: invert(1);
}
.postbox-details-remeber label:hover {
    cursor: pointer;
}

/*----------------------------------------*/
/*  5.2 Sidebar css
/*----------------------------------------*/
.ot-sidebar-widget-wrapp {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-sidebar-widget-wrapp {
        margin-top: 30px;
    }
}

.sidebar-widget-content ul {
    list-style: none;
}
.sidebar-widget-content ul li:not(:last-child) {
    margin-bottom: 9px;
}
.sidebar-widget-content ul li a {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 18px;
    color: var(--ot-title-color);
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid var(--ot-border-color);
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-content ul li a {
        padding: 16px;
    }
}
@media (max-width: 575px) {
    .sidebar-widget-content ul li a {
        font-size: 16px;
    }
}
.sidebar-widget-content ul li a:hover {
    color: var(--ot-white-color);
    border-color: var(--ot-theme-color);
    background: var(--ot-theme-color);
}
.sidebar-widget-content ul li a:hover .sidebar-widget-icon {
    filter: brightness(0) invert(1);
}
.sidebar-widget-title {
    color: var(--ot-title-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.sidebar-widget-icon {
    margin-right: 12px;
}
.sidebar-widget-info {
    padding: 40px;
    line-height: 1;
    border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-info {
        padding: 30px;
    }
}
@media (max-width: 575px) {
    .sidebar-widget-info {
        padding: 24px;
    }
}
.sidebar-widget-info-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
.sidebar-widget-info-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}
.sidebar-widget-text {
    color: #e9ebf8;
    text-transform: capitalize;
}
.sidebar-widget-btn .ot-btn-primary {
    padding: 17.5px 33px;
    border-radius: 8px;
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
}
.sidebar-widget-btn .ot-btn-primary:hover {
    color: var(--ot-title-color);
}
.sidebar-widget-btn .ot-btn-primary:hover::after {
    background: var(--ot-white-color);
}
.sidebar-widget-download-box {
    display: flex;
    padding: 8px 20px 8px 8px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e8ebf5;
    background: #f8f9fd;
}
.sidebar-widget-download-box:not(:last-child) {
    margin-bottom: 8px;
}
.sidebar-widget-download-icon {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
    border-radius: 6px;
    margin-right: 10px;
}
.sidebar-widget-download-text {
    color: var(--ot-title-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.sidebar-widget-download-link i {
    font-size: 20px;
    color: var(--ot-title-color);
}
.sidebar-widget-table {
    padding: 35px 30px 0 30px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    border-radius: 15px;
}
.sidebar-widget-contact-box {
    width: 100%;
    display: inline-block;
    padding: 19px;
    background: var(--ot-theme-color);
    border-radius: 8px;
}
.sidebar-widget-contact-box:not(:last-child) {
    margin-bottom: 8px;
}
.sidebar-widget-contact-icon {
    font-size: 18px;
    margin-right: 10px;
    color: var(--ot-white-color);
}
.sidebar-widget-contact-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--ot-white-color);
    text-transform: capitalize;
    margin-bottom: 0;
}
.sidebar-widget-categorie ul {
    list-style: none;
}
.sidebar-widget-categorie ul li a {
    color: var(--ot-title-color);
    font-size: 18px;
    padding: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--ot-border-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 8px;
}
.sidebar-widget-categorie ul li a:hover {
    color: var(--ot-theme-color);
}
.sidebar-widget-categorie ul li a:hover span {
    color: var(--ot-theme-color);
}
.sidebar-widget-categorie ul li a span {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-widget-categorie ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-table-style tr:last-child {
    border: transparent;
}
.sidebar-table-style tr td {
    padding: 12px 0;
    font-weight: 600;
    background-color: transparent;
}
.sidebar-table-style tr td span {
    font-weight: 400;
    margin-left: 8px;
}
.sidebar-tag-title {
    color: var(--ot-title-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.sidebar-tag-name {
    color: #4b4b4b;
}
.sidebar-social-icon {
    font-size: 15px;
    color: var(--ot-body-color);
}
.sidebar-social-icon:hover {
    color: var(--ot-theme-color);
}
.sidebar-social-icon:not(:last-child) {
    margin-right: 10px;
}
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    height: 60px;
    padding-right: 70px;
    border: 1px solid #e0e1e9;
    border-radius: 6px;
    text-transform: capitalize;
}
.sidebar-search-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-search-icon img {
    filter: brightness(0) invert(1);
}
.sidebar-search-icon:hover {
    background: var(--ot-title-color);
}

.tagcloud a {
    color: var(--ot-theme-color);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 23px;
    border-radius: 8px;
    color: var(--ot-title-color);
    display: inline-block;
    text-transform: capitalize;
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tagcloud a:hover {
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.tagcloud a:not(:last-child) {
    margin-bottom: 5px;
    margin-right: 2px;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.ot-blog-thumb {
    border-radius: 12px;
    overflow: hidden;
}
.ot-blog-thumb img {
    width: 100%;
    border-radius: 12px;
    transition: 1.3s;
}
.ot-blog-item:hover .ot-blog-thumb img {
    transform: scale(1.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-blog-titlebox {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .ot-blog-titlebox .ot-sec-title {
        font-size: 25px;
    }
}
.ot-blog-title {
    font-weight: 600;
    font-size: 20px;
    color: var(--ot-title-color);
}
@media (max-width: 575px) {
    .ot-blog-title {
        font-size: 16px;
    }
}
.ot-blog-meta {
    display: inline-block;
}
.ot-blog-btn {
    font-weight: 600;
    font-size: 16px;
    color: var(--ot-theme-color2);
}
.ot-blog-btn:hover {
    color: var(--ot-title-color);
}
.ot-blog-content {
    padding: 24px;
    border-radius: 12px;
    margin-top: -20px;
}
.ot-blog-arrow {
    padding: 0;
    color: var(--ot-theme-color2);
    background: none;
}
.ot-blog-arrow:hover {
    background: none;
    color: var(--ot-theme-color2);
}
.ot-blog-arrow-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ot-blog-arrow-btn .ot-btn-arrow {
    width: 72px;
    height: 72px;
    line-height: 45px;
}
.ot-blog-card-2 .ot-blog-content {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}
.ot-blog-card-3 .ot-blog-btn,
.ot-blog-card-3 .ot-blog-arrow {
    color: var(--ot-purple-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-blog-card-3 .ot-blog-title {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .ot-blog-title-area4 {
        margin-bottom: 40px;
    }
}
.ot-blog-card-4 {
    padding: 24px;
}
.ot-blog-card-4 .ot-blog-title {
    font-size: 24px;
    color: var(--ot-title-color4);
}
@media (max-width: 991px) {
    .ot-blog-card-4 .ot-blog-title {
        font-size: 18px;
    }
}
.ot-blog-card-4 .ot-blog-content {
    padding: 0;
    border-radius: 0;
    margin-top: 0;
}
.ot-blog-active2 .swiper-wrapper .swiper-slide {
    border-radius: 16px;
    background: var(--ot-yellow-light-color);
}
.ot-blog-active2 .swiper-wrapper .swiper-slide:nth-child(2n + 1) {
    background: var(--ot-pink-light-color);
}

.postbox-arrow-btn .ot-btn-arrow {
    width: 129px;
    height: 129px;
    line-height: 6.7;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox-arrow-btn.ot-blog-arrow-btn {
        bottom: -33px;
        right: -32px;
        transform: scale(0.5);
    }
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
.rc-post {
    gap: 16px;
    padding: 8px;
    border: 1px solid var(--ot-border-color);
    border-radius: 8px;
}
.rc-post:not(:last-child) {
    margin-bottom: 10px;
}
.rc-post:hover .ot-img-hover::before {
    animation: shine 1s;
}
.rc-post-title {
    color: var(--ot-title-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rc-post-title:hover {
    color: var(--ot-theme-color);
}
.rc-post-thumb {
    flex: 0 0 auto;
}
@media (max-width: 575px) {
    .rc-post-thumb {
        width: 35%;
        flex: 0 0 auto;
        margin-bottom: 10px;
    }
}
.rc-post-thumb a img {
    width: 156px;
    height: 116px;
    border-radius: 8px;
}
@media (max-width: 575px) {
    .rc-post-thumb a img {
        width: 100%;
        height: 160px;
        border-radius: 8px;
        object-fit: cover;
    }
}
.rc-post-meta span {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 5px;
    text-transform: capitalize;
}
.rc-post-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.rc-post-user img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.rc-post-user-title {
    font-size: 14px;
    color: var(--ot-title-color2);
    margin-bottom: 0;
}
.rc-post-user-title span {
    color: var(--ot-body-color);
    margin-right: 5px;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.ot-footer-cta-title {
    font-size: 40px;
    font-weight: 400;
}
.ot-footer-cta-title a {
    display: block;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-footer-cta-title {
        font-size: 35px;
        margin-bottom: 20px;
    }
}
.ot-footer-cta-content .ot-sec-text {
    max-width: 507px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-footer-cta-content .ot-sec-text {
        max-width: 100%;
    }
}
.ot-footer-cta-btn .ot-btn-primary i {
    margin-left: 6.5px;
}
.ot-footer-wrapp {
    border-top: 1px solid var(--ot-border-color);
    border-bottom: 1px solid var(--ot-border-color);
    padding-bottom: 40px;
}
.ot-footer-social-box.grey-style .ot-footer-social-title {
    margin-bottom: 8px;
}
.ot-footer-social-title {
    color: var(--ot-title-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .ot-footer-social-title {
        margin-bottom: 8px;
    }
}
.ot-footer-social-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}
.ot-footer-social-list li {
    display: inline-block;
}
.ot-footer-social-list li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: var(--ot-white-color);
    background: var(--ot-theme-color2);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.ot-footer-widget-title {
    font-size: 20px;
    font-weight: 600;
}
.ot-footer-widget-link ul {
    list-style: none;
}
.ot-footer-widget-link ul li:not(:last-child) {
    margin-bottom: 8px;
}
.ot-footer-widget-link ul li a:hover {
    color: var(--ot-theme-color2);
}
.ot-footer-widget .ot-sec-text {
    max-width: 316px;
}
.ot-footer-widget-info a {
    position: relative;
    display: inline-flex;
    align-items: start;
    padding: 0 2px;
    padding-left: 37px;
}
@media (max-width: 575px) {
    .ot-footer-widget-info a {
        display: block;
    }
}
.ot-footer-widget-info a img {
    position: absolute;
    left: 0;
    top: 1px;
    margin-right: 10px;
    filter: brightness(0) contrast(0.1);
}
.ot-footer-widget-info a i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    text-align: center;
    line-height: 1;
    color: currentColor;
}
.ot-footer-widget-info a:not(:last-child) {
    margin-bottom: 15px;
}
.ot-footer-widget-info a:hover {
    color: var(--ot-theme-color2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-footer-widget-info a {
        padding-right: 115px;
    }
}
@media (max-width: 575px) {
    .ot-footer-widget-info a {
        padding-right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-footer-widget:not(:last-child) {
        margin-bottom: 30px;
    }
}
.ot-footer-newsletter-btn {
    position: absolute;
    right: 6px;
    top: 6px;
}
.ot-footer-layout1 .ot-footer-text {
    max-width: 290px;
}
.ot-footer-layout1 .ot-footer-text::before {
    position: absolute;
    width: 29px;
    height: 4px;
    bottom: 0;
    left: 0;
    content: "";
    background: var(--ot-title-color);
    border-radius: 100px;
}
.ot-footer-arrow {
    padding: 0;
    background: none;
    margin-left: 5px;
}
.ot-footer-layout4 .ot-footer-cta-btn .ot-btn-primary:hover svg {
    color: var(--ot-title-color4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-1-1 {
        margin-bottom: 40px;
    }
}
.footer-col-1-2 {
    margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-1-2 {
        margin-left: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-1-2 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-1-2 {
        margin-bottom: 40px;
    }
}
.footer-col-1-3 {
    margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-1-3 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-1-3 {
        margin-bottom: 40px;
    }
}

.ot-social-box2 .ot-social-icon {
    border: 1px solid #494a67;
    background: none;
}
.ot-social-box2 .ot-social-icon::before {
    background-color: var(--ot-theme-color);
}
.ot-social-box2 .ot-social-icon > i,
.ot-social-box2 .ot-social-icon span,
.ot-social-box2 .ot-social-icon img {
    color: var(--ot-white-color);
}
.ot-social-box2 .ot-social-icon:hover {
    border: 1px solid transparent;
}

.ot-social-icon {
    position: relative;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    background-color: #eff0f4;
    border-radius: 100px;
}
.ot-social-icon:not(:last-child) {
    margin-right: 8px;
}
.ot-social-icon::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    content: "";
    opacity: 0;
    color: #373744;
    visibility: hidden;
    border-radius: 100px;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
    background-color: rgba(78, 47, 218, 0.9);
}
.ot-social-icon > i,
.ot-social-icon span,
.ot-social-icon img {
    position: relative;
    z-index: 2;
    color: #373744;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-social-icon:hover::before {
    opacity: 0.9;
    color: var(--ot-white-color);
    transform: scale(1);
    visibility: visible;
}
.ot-social-icon:hover > i,
.ot-social-icon:hover span,
.ot-social-icon:hover img {
    color: var(--ot-white-color);
}

.ot-copyright-text a {
    font-weight: 600;
    color: var(--ot-title-color);
    margin-right: 5px;
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.ot-footer-space-ptb {
    padding-top: 40px;
    /* margin-top: -125px; */
    padding-bottom: 20px;
}
@media (max-width: 575px) {
    .ot-footer-space-ptb {
        padding-top: 30px;
    }
}
.ot-footer-layout2 .ot-footer-wrapp {
    border: 0;
    padding-bottom: 0;
}
.ot-footer-layout2 .ot-footer-text .ot-sec-text {
    margin-bottom: 0;
    max-width: 280px;
}
.ot-footer-layout2 .ot-footer-text::before {
    display: none;
}
.ot-footer-layout2 .ot-footer-widget-link {
    color: #d9d9d9;
}
.ot-footer-layout2 .ot-footer-widget-info {
    color: #d9d9d9;
}
.ot-footer-layout2 .ot-footer-widget-info a img {
    filter: brightness(2) contrast(7);
}
.ot-footer-layout2 .ot-footer-widget-info a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
}
.ot-footer-layout2 .ot-footer-widget-info a i {
    position: relative;
    left: auto;
    top: 4px;
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
    color: #d9d9d9;
}
.ot-footer-layout2 .ot-footer-widget-info a .contact-text {
    line-height: 1.5;
}
.ot-footer-layout2 .ot-footer-newsletter-btn {
    right: 0;
    top: 0;
}
.ot-footer-layout2 .ot-newsletter-input {
    margin-right: 47px;
}
.ot-footer-layout2 .ot-newsletter-input input {
    padding-right: 30px;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(../img/shape/input-btn-mask.png);
}
.ot-footer-layout2 .ot-sec-text {
    color: #d9d9d9;
}
.ot-footer-big-logo {
    position: absolute;
    bottom: 0;
    left: 0;
}
.ot-footer-social-box.style-2 ul li a {
    background-color: var(--ot-theme-color);
    border: 1px solid var(--ot-theme-color);
}
.ot-footer-social-box.style-2 ul li a:hover {
    background-color: var(--ot-theme-color);
    transform: translateY(-5px);
}
.ot-footer-social-box.border-style ul li a {
    background-color: var(--ot-theme-color);
    border: 1px solid var(--ot-theme-color);
}
.ot-footer-social-box.border-style ul li a:hover {
    transform: translateY(-5px);
}

.footer-col-2-2 {
    margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2-2 {
        margin-left: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-2-2 {
        margin-left: 0;
        margin-bottom: 40px;
    }
}
.footer-col-2-3 {
    margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2-3 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-2-3 {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

.ot-copyright-layout2 .ot-copyright-text {
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-copyright-layout2 .ot-copyright-text {
        margin-bottom: 10px;
    }
}
.ot-copyright-layout2 .ot-copyright-text a {
    color: var(--ot-white-color);
}
.ot-copyright-layout2 .ot-copyright-wrapp {
    padding-top: 30px;
    border-top: 1px solid #4b4b4b;
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.ot-footer-layout3 {
    border-radius: 32px 32px 0 0;
}
.ot-footer-layout3 .ot-footer-text {
    max-width: 300px;
}
.ot-footer-layout3 .ot-footer-widget {
    padding: 24px 32px;
    border-radius: 12px;
    background: #2c2c2c;
    min-height: 254px;
}
.ot-footer-layout3 .ot-footer-widget.widget-purple {
    background: var(--ot-purple-color);
}
@media (max-width: 575px) {
    .ot-footer-layout3 .ot-footer-widget {
        padding: 24px;
    }
}
.ot-footer-layout3 .ot-footer-widget-link ul {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .ot-footer-layout3 .ot-footer-widget-link ul {
        display: block;
    }
}
.ot-footer-layout3 .ot-footer-widget-link ul li {
    flex: 0 0 35%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-footer-layout3 .ot-footer-widget-link ul li {
        flex: 0 0 42%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-footer-layout3 .ot-footer-widget-link ul li {
        flex: 0 0 45%;
    }
}
.ot-footer-layout3 .ot-footer-widget-link ul li a {
    color: var(--ot-white-color);
}
.ot-footer-layout3 .ot-footer-widget-link ul li:nth-child(7) {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-footer-layout3 .ot-footer-widget-link ul li:nth-child(7) {
        margin-bottom: auto;
    }
}
.ot-footer-layout3 .ot-footer-widget-info a {
    display: flex;
    gap: 10.5px;
    color: var(--ot-white-color);
}
@media (max-width: 575px) {
    .ot-footer-layout3 .ot-footer-widget-info a br {
        display: none;
    }
}
.ot-footer-layout3 .ot-footer-widget-info a img {
    margin-right: 0;
    filter: brightness(5) contrast(1);
}
.ot-footer-layout3 .ot-footer-newsletter-btn {
    top: 0;
    right: 0;
}
@media (max-width: 575px) {
    .ot-footer-layout3 .ot-footer-newsletter-btn {
        position: static;
    }
}
.ot-footer-layout3 .ot-footer-newsletter-btn .ot-btn-primary {
    padding: 14px 24px;
    color: var(--ot-white-color);
    background: var(--ot-title-color);
}
.ot-footer-layout3 .ot-footer-newsletter-btn .ot-btn-primary::after {
    background: #bd388f;
}
@media (max-width: 575px) {
    .ot-footer-layout3 .ot-newsletter-input {
        margin-bottom: 10px;
    }
}
.ot-footer-layout3 .ot-newsletter-input input {
    padding-right: 140px;
}
@media (max-width: 575px) {
    .ot-footer-layout3 .ot-newsletter-input input {
        padding-right: 30px;
    }
}
.ot-footer-layout3 .ot-newsletter-input input:focus {
    border-color: var(--ot-title-color3);
}
.ot-footer-social-box ul li a {
    background: #2c2c2c;
}
.ot-footer-social-box ul li a:hover {
    background-color: var(--ot-purple-color);
    transform: translateY(-5px);
}
.ot-footer-shape-left,
.ot-footer-shape-right {
    position: absolute;
    bottom: 0;
}
.ot-footer-shape-right {
    left: auto;
    right: 0;
}

.ot-copyright-layout3 .ot-copyright-text a {
    color: var(--ot-white-color);
}

/*----------------------------------------*/
/*  7.6 Hero css
/*----------------------------------------*/
.ot-hero-inner-style-1 {
    padding-top: 170px;
    padding-bottom: 150px;
}
@media (max-width: 575px) {
    .ot-hero-inner-style-1 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.ot-hero-inner-style-1 .upload-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}
.ot-hero-titlebox {
    max-width: 756px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-hero-titlebox {
        max-width: 100%;
    }
}
.ot-hero-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-hero-title {
        font-size: 45px;
    }
}
@media (max-width: 575px) {
    .ot-hero-title {
        font-size: 26px;
    }
}
.ot-hero-uploadbox {
    position: relative;
    padding: 18px;
    border-radius: 16px;
    background: rgba(201, 195, 208, 0.32);
}
.ot-hero-upload-content {
    padding: 17px 128px;
    border: 2px dashed hsla(0, 0%, 100%, 0.65);
    border-radius: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-hero-upload-content {
        padding: 17px 40px;
    }
}
@media (max-width: 575px) {
    .ot-hero-upload-content {
        padding: 20px 10px;
    }
}
.ot-hero-upload-thumbbox {
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: center;
    z-index: 5;
}
.ot-hero-upload-thumb img {
    width: 92px;
    height: 68px;
    border-radius: 6px;
}
.ot-hero-upload-optional {
    position: relative;
    display: inline-block;
}
.ot-hero-upload-optional::before,
.ot-hero-upload-optional::after {
    position: absolute;
    width: 119px;
    height: 1px;
    top: 10px;
    left: 40px;
    content: "";
    background-color: var(--ot-white-color);
}
@media (max-width: 575px) {
    .ot-hero-upload-optional::before,
    .ot-hero-upload-optional::after {
        width: 70px;
    }
}
.ot-hero-upload-optional::before {
    left: auto;
    right: 40px;
}
.ot-hero-upload-bottom a {
    position: relative;
    display: flex;
    gap: 11px;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.ot-hero-upload-title {
    font-size: 16px;
}
.ot-hero-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
}
@media (max-width: 575px) {
    .ot-hero-shape {
        bottom: -6px;
    }
}
.ot-hero-bg-2 {
    position: absolute;
    inset: 0;
    border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-hero-mask {
        mask-image: none !important;
    }
}
.ot-hero-mlr {
    margin: 0 110px;
    margin-bottom: 0;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .ot-hero-mlr {
        margin: 0 60px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .ot-hero-mlr {
        margin: 0 30px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-hero-mlr {
        margin: 0 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-hero-mlr {
        margin: 0 20px;
    }
}
.ot-hero-inner-style-2 {
    padding-top: 200px;
    padding-bottom: 211px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-hero-inner-style-2 {
        padding-top: 100px;
    }
}
@media (max-width: 575px) {
    .ot-hero-inner-style-2 {
        padding-top: 50px;
    }
}
.ot-hero-overlay-2 {
    position: absolute;
}
.ot-hero-overlay-2::before {
    position: absolute;
    width: 793px;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: 24px 0 0 24px;
    background: linear-gradient(
        270deg,
        rgba(18, 29, 46, 0) -1.16%,
        rgba(18, 29, 46, 0.95) 100%
    );
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-hero-overlay-2::before {
        width: 100%;
        background: linear-gradient(
            270deg,
            rgba(18, 29, 46, 0) -1.16%,
            rgba(18, 29, 46, 0.6) 100%
        );
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-hero-titlebox .ot-sec-text br {
        display: none;
    }
}
.ot-hero-user-box {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 39px;
    background: var(--ot-title-color);
    padding: 12px 35.6px;
    border-radius: 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .ot-hero-user-box {
        gap: 16px;
        padding: 12px 24.6px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-hero-user-box {
        padding: 12px 15.6px;
        gap: 20px;
        transform: scale(0.9);
        right: -23px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-hero-user-box {
        right: 10px;
        bottom: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-hero-user-box {
        left: 50%;
        bottom: 100px;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-hero-user-box {
        left: 36%;
        bottom: 100px;
        transform: translateX(-27%);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-hero-user-box {
        left: 16%;
        bottom: 100px;
        transform: translateX(-12%);
    }
}
@media (max-width: 575px) {
    .ot-hero-user-box {
        right: 0;
        left: 0;
        bottom: 3px;
        display: block;
        text-align: center;
    }
}
.ot-hero-user {
    margin-left: -10px;
}
.ot-hero-user img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid var(--ot-white-color);
}
@media (max-width: 575px) {
    .ot-hero-user img {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 575px) {
    .ot-hero-user-thumb {
        margin-bottom: 15px;
    }
}
.ot-hero-user-content .ot-funfact-title {
    font-weight: 600;
    font-size: 32px;
    color: var(--ot-white-color);
    line-height: 1;
}
.ot-hero-user-content .ot-funfact-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--ot-white-color);
}
.ot-hero-inner-style-3 {
    padding-top: 158px;
    padding-bottom: 0;
}
@media (max-width: 575px) {
    .ot-hero-inner-style-3 {
        padding-top: 100px;
    }
}
.ot-hero-titlebox3 .ot-sec-title {
    font-size: 70px;
    font-weight: 600;
    color: var(--ot-title-color3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-hero-titlebox3 .ot-sec-title {
        font-size: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-hero-titlebox3 .ot-sec-title {
        font-size: 45px;
    }
}
@media (max-width: 575px) {
    .ot-hero-titlebox3 .ot-sec-title {
        font-size: 35px;
    }
}
.ot-hero-subtitle {
    font-size: 14px;
    font-weight: 500;
    padding: 1px 11.5px;
    color: var(--ot-title-color3);
    display: inline-block;
    border: 1px solid var(--ot-purple-color);
    border-radius: 100px;
}
.ot-hero-subicon {
    margin-right: 6px;
}
.ot-hero-room-thumb {
    position: relative;
    border-radius: 12px;
}
.ot-hero-room-thumb img {
    border-radius: 12px;
}
.ot-hero-room-thumb::after {
    position: absolute;
    width: 100%;
    height: 72px;
    left: 0;
    bottom: 0;
    content: "";
    border-radius: 0 0 12px 12px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.95) 100%
    );
}
.ot-hero-room-wrapp {
    height: 100%;
}
.ot-hero-room-wrapp .h-room-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}
.ot-hero-net-shape {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
}
.ot-hero-text-left {
    position: absolute;
    bottom: 28%;
}
.ot-hero-text-right {
    position: absolute;
    right: 0;
    bottom: 42.8%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-hero-text-right {
        right: -8%;
        bottom: 43.8%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-hero-text-right {
        right: -21%;
        bottom: 37%;
    }
}
.ot-hero-inner-style-4 {
    padding-top: 189px;
    padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-hero-inner-style-4 {
        padding-bottom: 80px;
    }
}
@media (max-width: 1199px) {
    .ot-hero-inner-style-4 {
        padding-top: 150px;
        padding-bottom: 80px;
    }
}
@media (max-width: 575px) {
    .ot-hero-inner-style-4 {
        padding-top: 120px;
    }
}
.ot-hero-titlebox4 .ot-hero-title {
    text-transform: uppercase;
    max-width: 610px;
}
.ot-hero-titlebox4 .ot-sec-text2 {
    max-width: 610px;
}
.ot-hero-shape4 {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 991px) {
    .ot-hero-shape4 {
        opacity: 0.5;
    }
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-about-thumb-wrapp-1 {
        margin-bottom: 40px;
    }
}
.ot-about-review-box {
    position: absolute;
    right: 49px;
    bottom: 0;
    padding: 13px 22px;
    display: inline-block;
    background: var(--ot-title-color);
    border-radius: 24px;
}
.ot-about-review-box .ot-sec-text {
    font-size: 14px;
    font-weight: 500px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-about-review-box {
        right: 45px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-about-review-box {
        right: -10px;
        bottom: -7px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-about-review-box {
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-about-review-box {
        right: -3px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-about-review-box {
        right: 0;
    }
}
.ot-about-review-title {
    font-weight: 600;
    font-size: 32px;
}
.ot-about-list {
    max-width: 550px;
}
.ot-about-list ul li {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
}
.ot-about-list ul li:not(:last-child) {
    margin-bottom: 16px;
}
.ot-about-list ul li i {
    font-size: 24px;
    color: var(--ot-title-color);
}
.ot-about-content .ot-sec-text {
    max-width: 708px;
}
.ot-about-space {
    padding-top: 120px;
    padding-bottom: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-about-space {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 150px;
    }
}
@media (max-width: 575px) {
    .ot-about-space {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.ot-about-space.ab-style-3 {
    margin-top: 0;
}
.ot-about-thumb-wrapp-2 {
    height: 100%;
}
.ot-about-thumb-wrapp-2 .ot-about-thumb {
    height: 100%;
}
.ot-about-thumb-wrapp-2 .ot-about-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.ot-about-content-2 {
    padding: 35px 32px;
    border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-about-content-2 {
        padding: 25px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-about-content-2 .ot-about-list ul li {
        font-size: 16px;
    }
}
.ot-about-content-2 .ot-about-list ul li i {
    color: #1e2444;
}
.ot-about-review-box2 {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 17px 24px;
    border-radius: 8px;
}
.ot-about-review-box2 .ot-about-review-title {
    margin-bottom: 0;
}
.ot-about-review-box2 .ot-sec-text {
    margin-bottom: 0;
}
.ot-about-funfact-box1 {
    padding: 24px;
    height: 53.5%;
    border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-about-funfact-box1 {
        height: 58.5%;
    }
}
.ot-about-user-box {
    padding: 24px;
    border-radius: 24px;
}
.ot-about-net {
    position: absolute;
    right: 0;
    bottom: 125px;
    z-index: -1;
}
.ot-about-text-shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-about-text-shape {
        bottom: 100px;
    }
}
@media (max-width: 575px) {
    .ot-about-text-shape {
        left: -120px;
    }
}
@media (max-width: 1199px) {
    .ot-about-title-area3 {
        margin-bottom: 40px;
    }
}
.ot-about-thumb.style-3 {
    display: flex;
    gap: 28px;
}
.ot-about-thumb.style-3 img {
    height: 100%;
    border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-about-thumb.style-3 {
        width: 54%;
    }
}
@media (max-width: 767px) {
    .ot-about-thumb.style-3 {
        flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .ot-about-content.content-3 {
        margin-bottom: 60px;
    }
}
.ot-about-content .ot-circle-box {
    position: absolute;
    bottom: -85px;
    right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-about-content .ot-circle-box {
        bottom: -50px;
    }
}
@media (max-width: 575px) {
    .ot-about-content .ot-circle-box {
        right: 0;
        left: 0;
        text-align: center;
    }
}

.ot-circle-text-wrapp {
    height: 170px;
    width: 170px;
    line-height: 170px;
    border-radius: 50%;
    border: 34px solid var(--ot-white-color);
}

.ot-circle-text {
    position: relative;
    display: inline-block;
    min-height: 170px;
    min-width: 170px;
    bottom: 36px;
    right: 34px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    color: var(--ot-title-color);
    text-align: center;
    transform: rotate(30deg);
    text-transform: uppercase;
    animation: spin 10s infinite alternate-reverse;
}
.ot-circle-text span {
    position: absolute;
    --rotate-letter: 10deg;
    min-height: 78px;
    min-width: 78px;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    transform-origin: bottom center;
    transform: rotate(var(--rotate-letter));
}
.ot-circle-text span.char2 {
    transform: rotate(calc(var(--rotate-letter) * 2));
}
.ot-circle-text span.char3 {
    transform: rotate(calc(var(--rotate-letter) * 3));
}
.ot-circle-text span.char4 {
    transform: rotate(calc(var(--rotate-letter) * 4));
}
.ot-circle-text span.char5 {
    transform: rotate(calc(var(--rotate-letter) * 5));
}
.ot-circle-text span.char6 {
    transform: rotate(calc(var(--rotate-letter) * 6));
}
.ot-circle-text span.char7 {
    transform: rotate(calc(var(--rotate-letter) * 7));
}
.ot-circle-text span.char8 {
    transform: rotate(calc(var(--rotate-letter) * 8));
}
.ot-circle-text span.char9 {
    transform: rotate(calc(var(--rotate-letter) * 9));
}
.ot-circle-text span.char10 {
    transform: rotate(calc(var(--rotate-letter) * 10));
}
.ot-circle-text span.char11 {
    transform: rotate(calc(var(--rotate-letter) * 11));
}
.ot-circle-text span.char12 {
    transform: rotate(calc(var(--rotate-letter) * 12));
}
.ot-circle-text span.char13 {
    transform: rotate(calc(var(--rotate-letter) * 13));
}
.ot-circle-text span.char14 {
    transform: rotate(calc(var(--rotate-letter) * 14));
}
.ot-circle-text span.char15 {
    transform: rotate(calc(var(--rotate-letter) * 15));
}
.ot-circle-text span.char16 {
    transform: rotate(calc(var(--rotate-letter) * 16));
}
.ot-circle-text span.char17 {
    transform: rotate(calc(var(--rotate-letter) * 17));
}
.ot-circle-text span.char18 {
    transform: rotate(calc(var(--rotate-letter) * 18));
}
.ot-circle-text span.char19 {
    transform: rotate(calc(var(--rotate-letter) * 19));
}
.ot-circle-text span.char20 {
    transform: rotate(calc(var(--rotate-letter) * 20));
}
.ot-circle-text span.char21 {
    transform: rotate(calc(var(--rotate-letter) * 21));
}
.ot-circle-text span.char22 {
    transform: rotate(calc(var(--rotate-letter) * 22));
}
.ot-circle-text span.char23 {
    transform: rotate(calc(var(--rotate-letter) * 23));
}
.ot-circle-text span.char24 {
    transform: rotate(calc(var(--rotate-letter) * 24));
}
.ot-circle-text span.char25 {
    transform: rotate(calc(var(--rotate-letter) * 25));
}
.ot-circle-text span.char26 {
    transform: rotate(calc(var(--rotate-letter) * 26));
}
.ot-circle-text span.char27 {
    transform: rotate(calc(var(--rotate-letter) * 27));
}
.ot-circle-text span.char28 {
    transform: rotate(calc(var(--rotate-letter) * 28));
}
.ot-circle-text span.char29 {
    transform: rotate(calc(var(--rotate-letter) * 29));
}
.ot-circle-text span.char30 {
    transform: rotate(calc(var(--rotate-letter) * 30));
}
.ot-circle-text span.char31 {
    transform: rotate(calc(var(--rotate-letter) * 31));
}
.ot-circle-text span.char32 {
    transform: rotate(calc(var(--rotate-letter) * 32));
}
.ot-circle-text span.char33 {
    transform: rotate(calc(var(--rotate-letter) * 33));
}
.ot-circle-text span.char34 {
    transform: rotate(calc(var(--rotate-letter) * 34));
}
.ot-circle-text span.char35 {
    transform: rotate(calc(var(--rotate-letter) * 35));
}
.ot-circle-text span.char36 {
    transform: rotate(calc(var(--rotate-letter) * 36));
}
.ot-circle-text span.char37 {
    transform: rotate(calc(var(--rotate-letter) * 37));
}
.ot-circle-text span.char38 {
    transform: rotate(calc(var(--rotate-letter) * 38));
}
.ot-circle-text span.char39 {
    transform: rotate(calc(var(--rotate-letter) * 39));
}
.ot-circle-text span.char40 {
    transform: rotate(calc(var(--rotate-letter) * 40));
}
.ot-circle-text span.char41 {
    transform: rotate(calc(var(--rotate-letter) * 41));
}
.ot-circle-text span.char42 {
    transform: rotate(calc(var(--rotate-letter) * 42));
}
.ot-circle-text span.char43 {
    transform: rotate(calc(var(--rotate-letter) * 43));
}
.ot-circle-text span.char44 {
    transform: rotate(calc(var(--rotate-letter) * 44));
}
.ot-circle-text.circle-text2 {
    bottom: 0;
    right: 0;
}

.ot-circle-icon {
    position: absolute;
    width: 86px;
    height: 86px;
    line-height: 86px;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    background: var(--ot-lime-green-color);
    border-radius: 100px;
    z-index: 3;
    background: #f0ed44;
}

/*----------------------------------------*/
/*  7.7 Newsletter css
/*----------------------------------------*/
.ot-newsletter-box {
    position: relative;
}
.ot-newsletter-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.ot-newsletter-btn.style-2 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: var(--ot-theme-color);
    text-align: center;
    border-radius: 100%;
}
.ot-newsletter-input input {
    border: 0;
    padding-right: 60px;
    border-radius: 100px;
    text-transform: capitalize;
    border: 1px solid #e3e7f3;
    background-color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-newsletter-input input:focus {
    border: 1px solid var(--ot-theme-color);
}
.ot-newsletter-input input[type="email"] {
    text-transform: lowercase;
}
.ot-newsletter-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: var(--ot-placeholder-color);
}

/*----------------------------------------*/
/*  7.12 Service css
/*----------------------------------------*/
.ot-service-overlay {
    position: relative;
}
.ot-service-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: var(--ot-black-color);
    opacity: 0.32;
}
.ot-service-item {
    padding: 24px;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-service-item {
        padding: 20px;
    }
}
.ot-service-item:hover {
    transform: translateY(-5px);
}
.ot-service-item:hover .ot-service-icon img {
    transform: scaleX(-1);
}
@media (max-width: 575px) {
    .ot-service-item.bg-mask {
        mask-image: none !important;
    }
}
.ot-service-title {
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .ot-service-title {
        margin-right: 50px;
    }
}
.ot-service-icon img {
    transition: 0.3s;
    filter: brightness(0) invert(1);
}
.ot-service-content .ot-btn-primary {
    padding: 9.5px 24px;
}
.ot-service-content .ot-btn-primary::before,
.ot-service-content .ot-btn-primary::after {
    background: var(--ot-theme-color2);
}
.ot-service-btn .ot-btn-primary::before,
.ot-service-btn .ot-btn-primary::after {
    background: var(--ot-theme-color2);
}
.ot-service-box .ot-service-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    text-align: center;
    background: var(--ot-theme-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}
@media (max-width: 575px) {
    .ot-service-box .ot-service-icon {
        top: -10px;
        right: -5px;
    }
}
.ot-service-box:hover .ot-service-icon {
    transform: translateY(-5px);
}
.ot-service-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    inset: 0;
}
.ot-service-border img {
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .ot-service-details-wrapper {
        margin-bottom: 30px;
    }
}

.sv-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--ot-title-color);
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .sv-details-title {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .sv-details-title {
        font-size: 24px;
    }
}

.service-widget-list ul li {
    list-style: none;
}
.service-widget-list ul li:not(:last-child) {
    margin-bottom: 9px;
}
.service-widget-list ul li a {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border: 1px solid #e5e5e5;
    color: var(--ot-title-color);
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.service-widget-list ul li a:hover {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
}
.service-widget-list ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(1);
}
.service-widget-list-icon img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sv-details-feature-list ul > li {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    gap: 16px;
    align-items: center;
    list-style: none;
    color: #464646;
}
.sv-details-feature-list ul > li:not(:last-child) {
    margin-bottom: 9px;
}
.sv-details-feature-list ul > li i {
    font-size: 24px;
    color: var(--ot-theme-color);
}

.sv-details-funfact .ot-funfact-client-box {
    padding: 26px;
}
.sv-details-funfact .ot-about-review-box {
    position: static;
    padding: 24px 22px;
    flex: 0 0 auto;
}
.sv-details-funfact .ot-funfact-client-box {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

/*----------------------------------------*/
/*  7.10 Progress-bar css
/*----------------------------------------*/
.ot-progress-bar-item {
    padding: 25px 0px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ot-progress-bar-title {
    margin-bottom: 20px;
}
.ot-progress-bar-title label,
.ot-progress-bar-title span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    color: var(--ot-title-color2);
}
.ot-progress-bar .progress {
    overflow: visible;
    height: 8px;
    border-radius: 100px;
    background: #e9ebee;
}
.ot-progress-bar .progress-bar {
    position: relative;
    top: 0;
    height: 8px;
    overflow: visible;
    border-radius: 100px;
    background: linear-gradient(90deg, #e7e2ff 0%, #4e2fda 100%);
}
.ot-progress-bar .progress-bar::after {
    position: absolute;
    content: "86%";
    height: 20px;
    width: 34px;
    bottom: 22px;
    right: 0;
    background-color: var(--ot-title-color2);
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: var(--ot-white-color);
}
.ot-progress-bar .progress-bar::before {
    position: absolute;
    width: 8px;
    height: 14px;
    bottom: 11px;
    right: -1px;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: var(--ot-title-color2);
}

/*----------------------------------------*/
/*  7.21 Room css
/*----------------------------------------*/
.ot-room-tab-button .nav-link {
    position: relative;
    padding: 4px 20.5px;
    color: var(--ot-title-color);
}
.ot-room-tab-button .nav-link.active::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: url("/assets/img/shape/room1-btn-bg.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    z-index: -1;
}
.ot-room-item .thumb-slider {
    width: 100%;
    height: 710px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-room-item .thumb-slider {
        height: 680px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-room-item .thumb-slider {
        height: 590px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-room-item .thumb-slider {
        height: auto;
    }
}
.ot-room-big-thumb {
    height: 100%;
    border-radius: 12px;
}
@media (max-width: 1199px) {
    .ot-room-big-thumb {
        margin-bottom: 20px;
    }
}
.ot-room-big-thumb img {
    height: 100%;
    border-radius: 12px;
}
.ot-room-tab-list .nav-link {
    padding: 7px 5px;
    padding-top: 0;
}
.ot-room-tab-list .nav-link .ot-room-tab-thumb {
    border: 2px solid var(--ot-smoke-color);
    border-radius: 13px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-room-tab-list .nav-link.active .ot-room-tab-thumb {
    border: 2px solid var(--ot-theme-color);
}
.ot-room-tab-list .nav-link.active .ot-room-tab-categorie {
    color: var(--ot-title-color);
}
.ot-room-tab-content {
    cursor: pointer;
}
.ot-room-tab-thumb {
    display: block;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-room-tab-thumb {
        margin-bottom: 10px;
    }
}
.ot-room-tab-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-room-tab-thumb img {
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-room-tab-thumb img {
        width: 236px;
        object-fit: cover;
    }
}
@media (max-width: 575px) {
    .ot-room-tab-thumb img {
        width: 172px;
        object-fit: cover;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-room-tab-thumb img {
        width: 128px;
        object-fit: cover;
    }
}
.ot-room-tab-categorie {
    font-size: 18px;
    font-weight: 400;
    color: #495057;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-room-tab-categorie {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .ot-room-tab-categorie {
        font-size: 12px;
    }
}
.ot-room-active {
    height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-room-active {
        padding-bottom: 20px;
    }
}
.ot-room-thumb-slider2 {
    margin: 0 -50px;
}
.ot-room-thumb-slider2 .ot-room-tab-thumb {
    width: 138px;
    height: 78px;
    border-radius: 4px;
    opacity: 0.6;
}
.ot-room-thumb-slider2 .ot-room-tab-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.ot-room-thumb-slider2 .swiper-slide-active .ot-room-tab-thumb {
    opacity: 1;
    border: 2px solid var(--ot-theme-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-room-wrapp-2 {
        margin-bottom: 40px;
    }
}
.ot-room-thumb-box .ot-room-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ot-room-thumb-box .ot-room-toggle .ot-btn {
    padding: 6px 14px;
    min-width: 88px;
    min-height: 46px;
    border: none;
    border-radius: 6px;
    color: var(--ot-theme-color2);
    background: var(--ot-title-color3);
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.ot-room-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0f172a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    line-height: 1;
    pointer-events: none;
}
.ot-room-thumb-box2 .ot-room-toggle {
    top: 16px;
    right: 16px;
}
.ot-room-thumb-box2 .ot-room-toggle .ot-btn {
    padding: 10px 20px;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    color: var(--ot-white-color);
    border-radius: 80px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.24);
    cursor: pointer;
    transition: 0.3s;
}
.ot-room-tab-button2 .ot-room-tab-btn {
    padding: 3px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ot-title-color4);
    opacity: 0.5;
    background: rgba(58, 24, 83, 0.08);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-room-tab-button2 .ot-room-tab-btn.active {
    opacity: 1;
    border: 1px solid var(--ot-title-color4);
}
.ot-room-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.ot-room-big-thumb {
    position: relative;
    display: inline-block;
}
.ot-room-big-thumb img {
    width: 100%;
    border-radius: 12px;
}

/*----------------------------------------*/
/*  7.5 Funfact css
/*----------------------------------------*/
.ot-funfact-item {
    padding: 24px;
    border-radius: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-funfact-item {
        padding: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-funfact-item {
        padding: 15px;
    }
}
.ot-funfact-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: var(--ot-title-color2);
}
@media (max-width: 575px) {
    .ot-funfact-title {
        font-size: 30px;
    }
}
.ot-funfact-icon {
    flex: 0 0 auto;
}
.ot-funfact-client-box {
    padding: 100px;
    right: 60px;
    bottom: -100px;
    display: inline-block;
    border-radius: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-funfact-client-box {
        right: 0;
    }
}
/* .ot-funfact-client-box::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: var(--ot-black-color);
  border-radius: 24px;
  opacity: 0.44;
} */
.ot-funfact-card-2 {
    gap: 16px;
    background: var(--ot-white-color);
    border-radius: 100px;
}
@media (max-width: 575px) {
    .ot-funfact-card-2 {
        border-radius: 20px;
    }
}
.ot-funfact-card-2 .ot-funfact-title {
    font-size: 54px;
    padding: 38px 0;
    min-width: 184px;
    text-align: center;
    color: var(--ot-theme-color);
    background: var(--ot-title-color);
    border-radius: 100px;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .ot-funfact-card-2 .ot-funfact-title {
        margin-bottom: 20px;
        border-radius: 16px;
    }
}
.ot-funfact-card-2 .ot-funfact-text {
    color: var(--ot-title-color);
    text-transform: capitalize;
    font-size: 15px;
}
.ot-funfact-style-2 {
    margin-left: 110px;
    margin-right: 110px;
    border-radius: 40px;
    margin-top: -83px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .ot-funfact-style-2 {
        margin: auto 60px;
        margin-top: -83px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .ot-funfact-style-2 {
        margin: auto 30px;
        margin-top: -83px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-funfact-style-2 {
        margin: auto 20px;
        margin-top: -83px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-funfact-style-2 {
        margin: auto 20px;
        margin-top: -120px;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-funfact-wrapp-3 {
        margin-top: 30px;
    }
}
.ot-funfact-card-3 {
    border: 1px solid #e5e5e5;
}
.ot-funfact-card-3 .ot-funfact-title {
    color: var(--ot-title-color3);
}
.ot-funfact-card-4 {
    padding: 24px 32px;
    border-radius: 12px;
}
.ot-funfact-card-4:not(:last-child) {
    margin-bottom: 24px;
}
.ot-funfact-card-4.yellow-style {
    max-width: 342px;
    background: #;
}
.ot-funfact-card-4.purple-style {
    max-width: 464px;
    background: #3a1853;
}
.ot-funfact-card-4.purple-style .ot-funfact-title {
    color: var(--ot-white-color);
}
.ot-funfact-card-4.purple-style .ot-funfact-text {
    color: var(--ot-white-color);
}
.ot-funfact-card-4.pink-style {
    max-width: 586px;
    background: #f7d8f7;
}
.ot-funfact-card-4 .ot-funfact-title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
    color: #3a1853;
}
.ot-funfact-card-4 .ot-funfact-text {
    font-weight: 500;
    margin-bottom: 0;
    color: #3a1853;
    line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-funfact-wrapp5 {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-funfact-wrapp5 {
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .ot-funfact-wrapp5 {
        padding: 0 80px;
    }
}
@media (max-width: 991px) {
    .ot-funfact-wrapp5 {
        padding: 0;
    }
}
.ot-funfact-card-5 {
    padding: 0 50px;
    min-height: 380px;
    margin: 0 -20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-funfact-card-5 {
        min-height: 340px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-funfact-card-5 {
        min-height: 395px;
        margin: -20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-funfact-card-5 {
        width: 380px;
        min-height: 380px;
        margin: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-funfact-card-5 {
        width: 100%;
        line-height: 310px;
        margin: auto;
    }
}
@media (max-width: 575px) {
    .ot-funfact-card-5 {
        min-height: 390px;
        margin: auto;
    }
}
@media (max-width: 350px) {
    .ot-funfact-card-5 {
        min-height: 315px;
    }
}
.ot-funfact-card-5.yellow-style {
    background: #;
    border-radius: 1000px;
}
.ot-funfact-card-5.reactangle-style {
    border-radius: 92px;
}
.ot-funfact-card-5 .ot-funfact-title {
    color: var(--ot-title-color4);
}
.ot-funfact-card-5 .ot-funfact-text {
    text-transform: capitalize;
    color: #1e2444;
}

.ot-curve-text-style {
    top: -120px;
}
@media (max-width: 575px) {
    .ot-curve-text-style {
        top: -70px;
    }
}
.ot-curve-text {
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-curve-text {
        top: 50px;
    }
}

#OtCurvText {
    font-size: 24px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
}

.curve-text {
    font-size: 24px;
    font-weight: 600;
    fill: white;
    dominant-baseline: middle;
    letter-spacing: 0.5px;
    text-rendering: geometricPrecision;
}

/*----------------------------------------*/
/*  7.11 Project css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-project-skill-box .ot-skill-main {
        max-width: 480px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-project-skill-box .ot-skill-main {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-project-skill-box .ot-postbox-thumb img {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .ot-project-sidebar .sidebar-widget-table {
        padding: 20px 20px 0 20px;
    }
}

/*----------------------------------------*/
/*  7.23 Portfolio css
/*----------------------------------------*/
.ot-portfolio-item {
    position: relative;
}
.ot-portfolio-item:hover .ot-img-hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.ot-portfolio-item:hover .ot-img-hover img {
    transform: scale(1.2);
}
.ot-portfolio-title {
    font-size: 48px;
    font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-portfolio-title {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-portfolio-title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .ot-portfolio-title {
        font-size: 24px;
    }
}

.portfolio-thumb {
    border-radius: 16px;
}
.portfolio-thumb a img {
    border-radius: 16px;
    transition: 1.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-content .ot-box-title {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .portfolio-content .ot-box-title {
        font-size: 18px;
    }
}

.portfolio-feature-list {
    list-style: none;
}
.portfolio-feature-list li {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    color: var(--ot-title-color);
    align-items: center;
    gap: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .portfolio-feature-list li {
        margin-bottom: 8px;
    }
}
.portfolio-feature-list li:not(:last-child) {
    margin-bottom: 8px;
}
.portfolio-feature-list li i {
    color: var(--ot-theme-color);
}

/*----------------------------------------*/
/*  7.16 Skill css
/*----------------------------------------*/
.ot-skill-main {
    width: 100%;
    max-width: 518px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-skill-main {
        max-width: 100%;
    }
}
.ot-skill-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
}
.ot-skill-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--ot-title-color2);
    display: inline-block;
}
.ot-skill-bar {
    height: 8px;
    border-radius: 100px;
    background: #e9ebee;
}
.ot-skill-per {
    height: 8px;
    border-radius: 100px;
    width: 0;
    background: linear-gradient(90deg, #121d2e 0%, #ff8800 100%);
    transition: 1s linear;
    position: relative;
}
.ot-skill-per:before {
    content: attr(data-per);
    position: absolute;
    padding: 0px 5px;
    background-color: var(--ot-title-color2);
    color: var(--ot-white-color);
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    top: -35px;
    right: 0;
    transform: translateX(50%);
}
.ot-skill-per:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 14px;
    background-color: var(--ot-title-color2);
    top: -20px;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/*----------------------------------------*/
/*  7.17 Team css
/*----------------------------------------*/
.ot-team-item {
    overflow: hidden;
}
.ot-team-item:hover .ot-img-hover::before {
    animation: shine 1s;
}
.ot-team-item:hover .ot-img-hover img {
    transform: scale(1.2);
}
.ot-team-content-box {
    position: relative;
    display: flex;
    padding: 24px 16px;
    border-radius: 12px;
    margin-bottom: -20px;
    justify-content: space-between;
    top: -20px;
    z-index: 5;
}
.ot-team-thumb {
    border-radius: 12px;
}
.ot-team-thumb img {
    width: 100%;
    border-radius: 12px;
    transition: 1.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-team-titlebox {
        margin-bottom: 20px;
    }
}
.ot-team-title {
    font-weight: 600;
    font-size: 20px;
    color: #121d2e;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-team-btn {
        margin-bottom: 40px;
    }
}
.ot-team-designation {
    color: #555c6a;
    display: block;
    margin-bottom: 0;
}
.ot-team-share a,
.ot-team-share i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: var(--ot-theme-color2);
    border-radius: 100px;
}
.ot-team-share.style-2 {
    width: 40px;
    height: 40px;
    background: var(--ot-theme-color);
    border-radius: 100%;
    color: var(--ot-white-color);
}
.ot-team-card-2 {
    overflow: visible;
    transition: 0.3s;
}
.ot-team-card-2 .ot-team-share {
    position: absolute;
    width: 72px;
    height: 72px;
    font-size: 24px;
    line-height: 72px;
    text-align: center;
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
    bottom: 0;
    right: 0;
    border-radius: 100px;
}
.ot-team-card-2 .ot-team-share a,
.ot-team-card-2 .ot-team-share i {
    background: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-team-card-2 .ot-team-share {
        bottom: 20px;
        right: 20px;
    }
}
.ot-team-card-2 .ot-team-thumb-box {
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-team-card-2 .ot-team-thumb {
        mask-image: none !important;
    }
}
.ot-team-card-2 .ot-team-content {
    position: absolute;
    width: 100%;
    padding: 20px 16px;
    margin-top: 20px;
    background: var(--ot-title-color);
    border-radius: 10px;
    inset: 0;
    top: auto;
    bottom: -110px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-team-card-2 .ot-team-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--ot-white-color);
}
.ot-team-card-2 .ot-team-designation {
    color: #bec1c7;
}
.ot-team-card-2:hover .ot-team-thumb-box,
.ot-team-card-2.active .ot-team-thumb-box {
    bottom: 114px;
}
.ot-team-card-2:hover .ot-team-content,
.ot-team-card-2.active .ot-team-content {
    bottom: 0;
}
.ot-team-active-2 {
    padding-top: 115px;
}
.ot-team-title-area3 .ot-team-btn {
    margin-bottom: auto;
}
.ot-team-card-3 .ot-team-thumb-box::before {
    position: absolute;
    width: 100%;
    bottom: -45px;
    min-height: 285px;
    content: "";
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(182deg, #d0e9ff -5.58%, #3349f6 246.38%);
}
.ot-team-card-3 .ot-team-thumb img {
    width: auto;
    border-radius: 12px;
    transition: 1.3s;
}
.ot-team-card-3 .ot-team-content {
    padding: 24px 16px;
    border-radius: 12px;
}
.ot-team-card-3 .ot-team-share a,
.ot-team-card-3 .ot-team-share i {
    color: var(--ot-white-color);
    background: var(--ot-purple-color);
}
.ot-team-card-3 .ot-team-share a:hover,
.ot-team-card-3 .ot-team-share i:hover {
    background: var(--ot-title-color3);
}
.ot-team-card-3:hover .ot-team-thumb img {
    transform: scale(1);
}
.ot-team-card-4 {
    padding: 16px;
    border-radius: 16px;
}
.ot-team-card-4 .ot-team-content-box {
    position: static;
    display: block;
    padding: 0;
    margin-bottom: 0;
}
.ot-team-social-link {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: var(--ot-white-color);
    background: rgba(82, 43, 112, 0.6);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-team-social-link:hover {
    color: var(--ot-white-color);
    background: var(--ot-purple-color2);
}
.ot-team-active3 .swiper-wrapper .swiper-slide {
    border-radius: 16px;
    background: var(--ot-yellow-light-color);
}
.ot-team-active3 .swiper-wrapper .swiper-slide:nth-child(2n + 1) {
    background: var(--ot-pink-light-color);
}
.ot-team-details-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: var(--ot-title-color);
    text-transform: capitalize;
}
@media (max-width: 575px) {
    .ot-team-details-title {
        font-size: 24px;
    }
}
.ot-team-details-content {
    padding: 40px 60px;
    border-radius: 24px;
    border: 1px solid #ebebeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-team-details-content {
        padding: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-team-details-content {
        padding: 20px;
    }
}
.ot-team-details-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: var(--ot-title-color);
    background: var(--ot-white-color);
    border: 1px solid #eeeeee;
    border-radius: 6px;
    transition: 0.3s;
}
.ot-team-details-social a:hover {
    color: var(--ot-white-color);
    background: var(--ot-title-color);
}
.ot-team-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #e9ebf8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-team-details-img {
        margin-bottom: 20px;
    }
}
.ot-team-info-wrapp {
    padding: 24px 32px;
    border-radius: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-team-info-wrapp {
        border-radius: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-team-info-wrapp {
        padding: 24px;
    }
}
.ot-team-info-item {
    padding: 16px;
    border-radius: 40px;
    background: var(--ot-white-color);
}
.ot-team-info-icon {
    font-size: 22px;
    color: var(--ot-white-color);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    background: var(--ot-theme-color);
    flex: 0 0 auto;
}
.ot-team-info-title {
    color: #747474;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.ot-team-info-link {
    color: var(--ot-title-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-team-info-link:hover {
    color: var(--ot-theme-color);
}
.ot-team-skill-wrapp {
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-team-skill-wrapp {
        padding: 32px;
    }
}
@media (max-width: 575px) {
    .ot-team-skill-wrapp {
        padding: 20px;
    }
}
.ot-team-skill-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--ot-title-color);
    text-transform: capitalize;
}
@media (max-width: 575px) {
    .ot-team-skill-title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-team-skill-content {
        margin-bottom: 40px;
    }
}
.ot-team-skill-tools-wrapp {
    min-width: 414px;
    padding: 24px 32px;
    border-radius: 12px;
    display: inline-block;
}
@media (max-width: 575px) {
    .ot-team-skill-tools-wrapp {
        padding: 15px;
        min-width: 100%;
    }
}
.ot-team-skill-tools-title {
    color: #132238;
    font-size: 16px;
    font-weight: 400;
}
.ot-team-skill-tools-img {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 8px;
    background: var(--ot-white-color);
    border: 1px solid #eeeeee;
    display: inline-block;
}
@media (max-width: 575px) {
    .ot-team-skill-tools-img:not(:last-child) {
        margin-bottom: 5px;
    }
}
.ot-team-skill-text {
    color: #4b4b4b;
    text-transform: capitalize;
}
.ot-team-skill-box .ot-skill-main {
    max-width: 100%;
}
.ot-team-skill-box .ot-skill-name {
    font-weight: 400;
}
.ot-team-contact-wrapp {
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fce6d8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-team-contact-wrapp {
        padding: 32px;
    }
}
@media (max-width: 575px) {
    .ot-team-contact-wrapp {
        padding: 20px;
    }
}
.ot-team-contact-input input,
.ot-team-contact-input textarea,
.ot-team-contact-input .nice-select {
    height: 50px;
    background: #f5f5f5;
    border-radius: 12px;
    border: 1px solid transparent;
}
.ot-team-contact-input .nice-select:focus {
    border: 1px solid var(--ot-theme-color);
}
.ot-team-contact-input textarea {
    min-height: 120px;
}
.ot-team-contact-input textarea:focus {
    border: 1px solid var(--ot-theme-color);
}
.ot-team-contact-btn .ot-btn-style-2 button {
    width: 100%;
}
.ot-team-contact-btn .ot-btn-secondary {
    -webkit-mask-image: none;
    mask-image: none;
}
.ot-team-contact-btn .ot-btn-secondary-arrow {
    flex: 0;
}
.ot-team-contact-title {
    font-size: 30px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .ot-team-contact-title {
        font-size: 24px;
    }
}

/*----------------------------------------*/
/*  7.2 Cta css
/*----------------------------------------*/
.ot-cta-thumb {
    width: auto;
}
.ot-cta-thumb img {
    width: auto;
    border-radius: 16px;
    max-width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-thumb img {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-cta-thumb {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .ot-cta-thumb {
        margin-bottom: 20px;
    }
}
.ot-cta-list-box {
    position: absolute;
    right: 0;
    bottom: 49px;
    padding: 16px 24px;
    border-radius: 16px;
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-cta-list-box {
        right: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-list-box {
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
}
.ot-cta-list {
    list-style: none;
}
.ot-cta-list li:not(:last-child) {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-titlebox .ot-sec-title br {
        display: none;
    }
}
.ot-cta-list-icon {
    margin-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-2-mask {
        mask-image: none !important;
    }
}
.ot-cta-2-bg-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.ot-cta-2-content {
    position: absolute;
    max-width: 618px;
    right: 56px;
    padding: 24px 32px;
    border-radius: 10px;
    bottom: -24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-2-content {
        right: 0;
        left: 0;
        margin: auto;
        bottom: -45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-cta-2-content {
        bottom: -90px;
        transform: scale(0.8);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-cta-2-content {
        bottom: -120px;
        transform: scale(0.7);
    }
}
@media (max-width: 575px) {
    .ot-cta-2-content {
        padding: 20px;
        position: static;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-cta-2-content .ot-cta-title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .ot-cta-2-content .ot-cta-title {
        font-size: 20px;
    }
}
.ot-cta-title {
    font-size: 40px;
    text-transform: uppercase;
}
.ot-cta-btn {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-btn {
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 575px) {
    .ot-cta-btn {
        top: 20px;
        right: 40px;
    }
}
.ot-cta-wrapp-3 .ot-cta-content {
    padding: 64px 100px;
    border-radius: 12px;
    margin-left: -26px;
}
.ot-cta-wrapp-3 .ot-cta-content .ot-sec-text {
    max-width: 618px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-cta-wrapp-3 .ot-cta-content {
        padding: 62px 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-wrapp-3 .ot-cta-content {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-cta-wrapp-3 .ot-cta-content {
        margin-top: -30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-wrapp-3 .ot-cta-content {
        margin-top: -70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-wrapp-3 .ot-cta-content {
        padding: 30px 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cta-wrapp-3 .ot-cta-thumb img {
        width: 100%;
    }
}
.ot-cta-wrapp-3 .ot-cta-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-cta-wrapp-3 .ot-cta-title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .ot-cta-wrapp-3 .ot-cta-title {
        font-size: 26px;
    }
}
.ot-cta-net-shape {
    position: absolute;
    right: 0;
    bottom: 30%;
    z-index: -1;
}
.ot-cta-list-box.list-box-4 {
    background: #1e2444;
}
.ot-cta-list-box.list-box-4 .ot-cta-list li {
    color: var(--ot-white-color);
}

/*----------------------------------------*/
/*  7.18 Testimonial css
/*----------------------------------------*/
.ot-testimonial-titlebox .ot-sec-title {
    font-weight: 600;
}
.ot-testimonial-titlebox .ot-sec-text {
    color: var(--ot-title-color);
}
.ot-testimonial-item {
    padding: 30px 37px 37px 37px;
    background: rgba(255, 255, 255, 0.32);
    border-radius: 20px;
}
@media (max-width: 575px) {
    .ot-testimonial-item {
        padding: 20px;
    }
}
.ot-testimonial-review-icon {
    font-size: 16px;
    color: #ffb930;
}
.ot-testimonial-dsc {
    text-transform: capitalize;
}
.ot-testimonial-client-info {
    display: flex;
    gap: 19px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 575px) {
    .ot-testimonial-client-info {
        margin-bottom: 15px;
    }
}
.ot-testimonial-client-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--ot-title-color2);
    margin-bottom: 0;
}
.ot-testimonial-client-designation {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
.ot-testimonial-client-img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.ot-testimonial-shape {
    position: absolute;
    bottom: 0;
    left: 7%;
}
.ot-testimonial-card-2 {
    background: var(--ot-black-color2);
    border-radius: 16px;
    gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-testimonial-card-2 {
        padding: 20px 75px 20px 20px;
        gap: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-card-2 {
        text-align: center;
        mask-image: none !important;
        padding: 20px;
    }
}
.ot-testimonial-card-2 .ot-testimonial-thumb {
    flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-card-2 .ot-testimonial-thumb {
        margin-bottom: 30px;
    }
}
.ot-testimonial-card-2 .ot-testimonial-thumb img {
    border-radius: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-card-2 .ot-testimonial-thumb img {
        width: 100%;
    }
}
.ot-testimonial-card-2 .ot-testimonial-user-name {
    font-size: 20px;
    color: var(--ot-white-color);
}
.ot-testimonial-card-2 .ot-testimonial-designation {
    font-size: 18px;
    font-weight: 400;
    color: var(--ot-white-color);
}
.ot-testimonial-card-2 .ot-sec-text {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--ot-white-color);
    max-width: 498px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-testimonial-card-2 .ot-sec-text {
        font-size: 21px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-card-2 .ot-sec-text {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .ot-testimonial-card-2 .ot-sec-text {
        font-size: 19px;
    }
}
.ot-testimonial-quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    font-size: 26px;
    line-height: 72px;
    text-align: center;
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
    border-radius: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-quote {
        top: -24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-active2 {
        padding-top: 25px;
    }
}
.ot-testimonial-card-3 {
    padding: 0;
    background: none;
}
.ot-testimonial-card-3 .ot-testimonial-thumb {
    max-width: 286px;
    left: 16px;
    z-index: 2;
    text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-card-3 .ot-testimonial-thumb {
        max-width: 100%;
        left: 0;
    }
}
.ot-testimonial-card-3 .ot-testimonial-thumb::before {
    position: absolute;
    width: 280px;
    height: 166px;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 12px 12px 0 0;
    background: linear-gradient(182deg, #d0e9ff -5.58%, #3349f6 246.38%);
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-card-3 .ot-testimonial-thumb::before {
        width: 100%;
        bottom: -11px;
    }
}
.ot-testimonial-card-3 .ot-testimonial-content {
    padding: 32px;
    max-width: 586px;
    border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testimonial-card-3 .ot-testimonial-content {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .ot-testimonial-card-3 .ot-testimonial-content {
        padding: 20px;
    }
}
.ot-testimonial-card-3 .ot-testimonial-quote {
    position: static;
    width: auto;
    height: auto;
    background: none;
}
.ot-testimonial-card-3 .ot-testimonial-user-name {
    font-size: 20px;
}
.ot-testimonial-card-3 .ot-sec-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--ot-title-color3);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-testimonial-card-3 .ot-sec-text {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .ot-testimonial-card-3 .ot-sec-text {
        font-size: 16px;
    }
}
.ot-testimonial-dots3 .swiper-pagination-bullet {
    background: #a797b4;
}
.ot-testimonial-border-style .ot-testimonial-item {
    border: 1px solid var(--ot-border-color);
}
.ot-testimonial-active4 {
    max-width: 1004px;
}
.ot-testimonial-item.card-4 {
    padding: 34px;
    background: var(--ot-white-color);
    border-radius: 250px;
    gap: 43px;
}
@media (max-width: 991px) {
    .ot-testimonial-item.card-4 {
        border-radius: 250px 250px 50px 50px;
    }
}
@media (max-width: 575px) {
    .ot-testimonial-item.card-4 {
        padding: 15px;
    }
}
.ot-testimonial-item.card-4 .ot-sec-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.4;
    color: #1e2444;
    max-width: 447px;
}
@media (max-width: 991px) {
    .ot-testimonial-item.card-4 .ot-sec-text {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .ot-testimonial-item.card-4 .ot-sec-text {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .ot-testimonial-item.card-4 .ot-sec-text {
        font-size: 18px;
    }
}
.ot-testimonial-item.card-4 .ot-testimonial-thumb img {
    width: 100%;
    background: linear-gradient(
        334deg,
        rgb(176, 185, 255) 50%,
        rgb(231, 233, 255) 100%
    );
}
.ot-testimonial-thumb-box {
    flex: 0 0 auto;
}
@media (max-width: 991px) {
    .ot-testimonial-thumb-box {
        margin-bottom: 30px;
    }
}
.ot-testimonial-qoute {
    position: absolute;
    top: 0;
    right: 20px;
}
@media (max-width: 575px) {
    .ot-testimonial-qoute {
        top: -10px;
        right: 0;
    }
}

.testi-author-thumb-wrapp {
    width: 200px;
    margin: auto;
    margin-bottom: 15px;
}
.testi-author-thumb-wrapp .swiper-slide-active .testi-author-img img {
    border: 2.5px solid var(--ot-theme-color);
    transform: scale(1.2);
}
.testi-author-img {
    height: 80px;
    line-height: 80px;
}
.testi-author-img img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2.5px solid #fff;
    border-radius: 100px;
    transition: 0.3s;
}
.testi-author-info-wrapp {
    max-width: 240px;
    display: block;
    margin: auto;
}
.testi-author-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.testi-author-desig {
    color: var(--ot-title-color);
}
.testi-author-info-orange .testi-author-desig {
    color: #ffc5b4;
}

.testi-content-slider {
    position: relative;
    margin: auto;
}

.testi-box-text {
    color: #111;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    max-width: 772px;
    margin: auto;
    margin-bottom: 25px;
    text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .testi-box-text {
        font-size: 18px;
        max-width: 100%;
    }
}

.testi-qoute-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin: auto;
    z-index: -1;
    transform: translateY(-50%);
}

.testi-box-review i {
    font-size: 22px;
    color: var(--ot-white-color);
}

.ot-testi-multiple-box {
    max-width: 956px;
    margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testi-multiple-box {
        max-width: 100%;
    }
}

.ot-testi-arrow-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testi-arrow-box {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testi-arrow-box.style-2 {
        display: none;
    }
}
.ot-testi-arrow-box.style-2 .ot-slider-btn {
    position: relative;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    color: var(--ot-white-color);
    background: #eff3f8;
    border-radius: 100px;
}
.ot-testi-arrow-box.style-2 .ot-slider-btn.ot-prev {
    left: -76px;
}
.ot-testi-arrow-box.style-2 .ot-slider-btn.ot-next {
    right: -76px;
}
.ot-testi-arrow-box.style-2 .ot-slider-btn:hover .ot-slider-arrow {
    filter: brightness(0) invert(1);
}
.ot-testi-arrow-box.style-2 .ot-slider-btn:hover::before {
    background: var(--ot-theme-color);
}
.ot-testi-arrow-box.style-2 .ot-slider-arrow {
    transition: 0.3s;
}
.ot-testi-arrow-box.style-3 .ot-slider-btn {
    color: var(--ot-white-color);
    background: #ff6436;
    border-radius: 100px;
    line-height: 1;
}
.ot-testi-arrow-box.style-3 .ot-slider-btn.ot-prev {
    left: 0;
}
.ot-testi-arrow-box.style-3 .ot-slider-btn.ot-next {
    right: 0;
}
.ot-testi-arrow-box.style-3 .ot-slider-btn:hover::before {
    background: var(--ot-white-color);
}
.ot-testi-arrow-box.style-3 .ot-slider-btn:hover .ot-slider-icon {
    position: relative;
    filter: brightness(0) contrast(1);
    z-index: 2;
}
.ot-testi-arrow-box.style-4 .ot-slider-btn {
    color: var(--ot-white-color);
    background: var(--ot-title-color);
    border-radius: 100px;
}
.ot-testi-arrow-box.style-4 .ot-slider-btn::before {
    background: var(--ot-white-color);
}
.ot-testi-arrow-box.style-4 .ot-slider-btn.ot-prev {
    left: -76px;
}
.ot-testi-arrow-box.style-4 .ot-slider-btn.ot-next {
    right: -76px;
}
.ot-testi-arrow-box.style-4 .ot-slider-btn .ot-slider-arrow {
    right: 0;
}
.ot-testi-arrow-box.style-4 .ot-slider-btn:hover {
    background: var(--ot-white-color);
}
.ot-testi-arrow-box.style-4 .ot-slider-btn:hover .ot-slider-arrow {
    filter: brightness(0) contrast(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testi-arrow-box.style-4 {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-testi-arrow-box.style-5 {
        display: none;
    }
}
.ot-testi-arrow-box.style-5 .ot-slider-btn {
    position: relative;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    color: var(--ot-white-color);
    background: #eff3f8;
    border-radius: 100px;
}
.ot-testi-arrow-box.style-5 .ot-slider-btn.ot-prev {
    left: -85px;
}
.ot-testi-arrow-box.style-5 .ot-slider-btn.ot-next {
    right: -85px;
}
.ot-testi-arrow-box.style-5 .ot-slider-btn:hover .ot-slider-arrow {
    filter: brightness(0) invert(1);
}
.ot-testi-arrow-box.style-5 .ot-slider-btn:hover::before {
    background: var(--ot-theme-color);
}
.ot-testi-arrow-box.style-5 .ot-slider-arrow {
    transition: 0.3s;
}
.ot-testi-arrow-box.style-6 {
    width: 78%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.ot-testi-arrow-box.style-6 .ot-btn-arrow {
    background-color: var(--ot-purple-color2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-testi-arrow-box.style-6 {
        width: 82%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-testi-arrow-box.style-6 {
        width: 96%;
    }
}

.ot-slider-btn {
    position: relative;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    color: var(--ot-white-color);
    background: #97bf00;
    border-radius: 100px;
}
.ot-slider-btn:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.ot-slider-btn .ot-slider-arrow {
    position: relative;
    bottom: 2px;
    z-index: 9;
}
.ot-slider-btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: var(--ot-theme-color);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: 0.3s;
}

.ot-testi-arrow-box.arrow-box-2 {
    width: 77.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-testi-arrow-box.arrow-box-2 {
        width: 88.5%;
    }
}

.ot-testi-arrow-2.ot-prev {
    transform: rotateY(-180deg);
}
.ot-testi-arrow-2 .ot-btn-arrow {
    padding: 10px 10px;
}

.ot-testimonial-inner-style .ot-testimonial-item {
    background: var(--ot-smoke-color2);
}

/*----------------------------------------*/
/*  7.3 Faq css
/*----------------------------------------*/
.ot-faq-titlebox .ot-sec-title {
    font-size: 64px;
    font-weight: 600;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-faq-titlebox .ot-sec-title {
        font-size: 54px;
    }
}
@media (max-width: 575px) {
    .ot-faq-titlebox .ot-sec-title {
        font-size: 30px;
    }
}
.ot-faq-accordion-box-2 .accordion-buttons {
    color: var(--ot-title-color);
    background: var(--ot-white-color);
    border-radius: 16px 16px 0 0;
    border: 0;
}
.ot-faq-accordion-box-2 .accordion-buttons.collapsed {
    border-radius: 16px;
}
.ot-faq-accordion-box-2 .accordion-buttons:not(.collapsed) .accordion-icon {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
}
.ot-faq-accordion-box-2 .accordion-items {
    border: 0;
    background: var(--ot-white-color);
}
.ot-faq-accordion-box-2 .accordion-body {
    background: none;
}
.ot-faq-accordion-box-2 .accordion-body p {
    color: var(--ot-title-color);
}
.ot-faq-accordion-box-2 .accordion-body::before {
    background: var(--ot-title-color);
}
.ot-faq-accordion-box-2 .accordion-icon {
    color: var(--ot-white-color);
    background: var(--ot-title-color);
}
.ot-faq-style-2 {
    margin-top: 120px;
    margin-left: 110px;
    margin-right: 110px;
    border-radius: 40px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .ot-faq-style-2 {
        margin: auto 60px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .ot-faq-style-2 {
        margin: auto 30px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-style-2 {
        margin: auto 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-style-2 {
        padding-top: 60px;
        padding-bottom: 20px;
        border-radius: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-titlebox-2 {
        margin-bottom: 40px;
    }
}
.ot-faq-titlebox-2 .ot-sec-title {
    font-size: 56px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-faq-titlebox-2 .ot-sec-title {
        font-size: 45px;
    }
}
@media (max-width: 575px) {
    .ot-faq-titlebox-2 .ot-sec-title {
        font-size: 30px;
    }
}
.ot-faq-accordion-box-3 .accordion-items {
    box-shadow: none;
}
.ot-faq-accordion-box-3 .accordion-buttons {
    color: var(--ot-title-color3);
    background: var(--ot-white-color);
    border-radius: 16px;
}
.ot-faq-accordion-box-3 .accordion-buttons .accordion-icon {
    color: var(--ot-white-color);
    background: var(--ot-purple-color);
}
.ot-faq-accordion-box-3 .accordion-buttons:not(.collapsed) {
    color: var(--ot-white-color);
    background: var(--ot-purple-color);
    border-radius: 16px 16px 0 0;
}
.ot-faq-accordion-box-3 .accordion-buttons:not(.collapsed) .accordion-icon {
    color: var(--ot-purple-color);
    background-color: var(--ot-white-color);
}
.ot-faq-accordion-box-3 .accordion-body {
    background: var(--ot-purple-color);
}
.ot-faq-accordion-box-3 .accordion-body p {
    color: var(--ot-white-color);
}
.ot-faq-accordion-box-3 .accordion-body::before {
    background: var(--ot-white-color);
}
.ot-faq-accordion-top .ot-sec-text {
    max-width: 465px;
    color: var(--ot-title-color3);
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-accordion-top .ot-sec-text {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.ot-faq-accordion-top .ot-btn-primary {
    color: var(--ot-white-color);
    background: var(--ot-title-color);
}
.ot-faq-accordion-top .ot-btn-primary::after {
    background: var(--ot-purple-color);
}
@media (max-width: 575px) {
    .ot-faq-titlebox-3 {
        margin-bottom: 0;
    }
}
.ot-faq-titlebox-3 .ot-sec-title {
    font-size: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-faq-titlebox-3 .ot-sec-title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-faq-titlebox-3 .ot-sec-title {
        font-size: 45px;
    }
}
@media (max-width: 575px) {
    .ot-faq-titlebox-3 .ot-sec-title {
        font-size: 40px;
    }
}
.ot-faq-sidebar {
    padding: 136px 65px;
    border-radius: 12px;
    z-index: 2;
    overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-faq-sidebar {
        padding: 136px 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-faq-sidebar {
        padding: 175px 19px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-faq-sidebar {
        padding: 204px 19px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-sidebar {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-faq-sidebar {
        padding: 80px 15px;
    }
}
.ot-faq-sidebar-shape {
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
    z-index: -1;
}
.ot-faq-sidebar-shape img {
    width: 100%;
}
.ot-faq-thumb-box .ot-circle-box {
    position: absolute;
    bottom: -100px;
    right: -58px;
}
@media (max-width: 1399px) {
    .ot-faq-thumb-box .ot-circle-box {
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
    }
}
.ot-faq-thumb-box .ot-circle-text-wrapp {
    border: 34px solid #1e2444;
}
.ot-faq-thumb-box .ot-circle-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--ot-white-color);
}
.ot-faq-thumb {
    border-radius: 16px;
}
@media (max-width: 991px) {
    .ot-faq-thumb {
        margin-bottom: 80px;
    }
}
.ot-faq-thumb img {
    width: 100%;
    border-radius: 16px;
}
.ot-faq-accordion-box-4 .accordion-items {
    backdrop-filter: none;
}
.ot-faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*----------------------------------------*/
/*  7.19 Video css
/*----------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-video-thumb {
        height: 250px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-video-thumb img {
        height: 100%;
        object-fit: cover;
    }
}
.ot-video-play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
}
.ot-video-icon {
    position: relative;
    width: 109px;
    height: 109px;
    font-size: 42px;
    line-height: 109px;
    display: inline-block;
    border-radius: 100px;
    color: var(--ot-theme-color);
    background: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (max-width: 575px) {
    .ot-video-icon {
        font-size: 32px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}
.ot-video-icon:hover {
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-video-icon::before,
.ot-video-icon::after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: 80%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 253, 0.45);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
}
.ot-video-icon::after {
    height: 75%;
    width: 75%;
    background-color: rgba(211, 211, 211, 0.4);
    animation: borderanimate2 3s linear infinite;
}

/*----------------------------------------*/
/*  7.26 Error css
/*----------------------------------------*/
.ot-error-box {
    min-width: 465px;
    min-height: 316px;
}
@media (max-width: 575px) {
    .ot-error-box {
        min-width: 100%;
        min-height: 150px;
    }
}
.ot-error-text {
    font-size: 170px;
    font-weight: 700;
    background: linear-gradient(180deg, #f8aa59 0%, #fa5da4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 0;
    line-height: 1;
}
@media (max-width: 575px) {
    .ot-error-text {
        font-size: 120px;
    }
}
.ot-error-shape1,
.ot-error-shape2,
.ot-error-shape3 {
    position: absolute;
    top: -10px;
    left: 0;
}
.ot-error-shape1 {
    left: 33%;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-error-shape1 {
        top: -62px;
    }
}
.ot-error-shape2 {
    top: auto;
    bottom: 0;
    left: 16.5%;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-error-shape2 {
        left: 5.5%;
    }
}
.ot-error-shape3 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-error-shape3 {
        right: 27px;
    }
}
.ot-error-title {
    font-size: 48px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .ot-error-title {
        font-size: 24px;
    }
}

/*----------------------------------------*/
/*  7.4 Feature css
/*----------------------------------------*/
.ot-feature-item {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-feature-item {
        padding: 22px;
    }
}
.ot-feature-item:hover {
    transform: translateY(-5px);
}
.ot-feature-item:hover .ot-feature-icon img {
    transform: scaleX(-1);
}
.ot-feature-icon img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-titlebox .ot-sec-text br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-title-wrapp {
        margin-bottom: 0;
    }
}
.ot-feature-title {
    font-weight: 600;
    font-size: 32px;
    margin-right: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-feature-title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-feature-title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .ot-feature-title {
        font-size: 18px;
    }
}
.ot-feature-box-wrapp1 {
    gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-feature-box-wrapp1 {
        gap: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-feature-box-wrapp1 {
        flex-wrap: wrap;
    }
}
.ot-feature-box .ot-feature-icon {
    position: absolute;
    width: 72px;
    height: 72px;
    /* line-height: 72px; */
    text-align: center;
    top: 5px;
    right: 5px;
    background: var(--ot-theme-color);
    border-radius: 100px;
    transition: 0.3s;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-box .ot-feature-icon {
        top: -5px;
        right: -5px;
    }
}
.ot-feature-box .ot-feature-item {
    background: var(--ot-white-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-box .ot-feature-item {
        mask-image: none !important;
    }
}
.ot-feature-box .ot-feature-title {
    margin-bottom: 20px;
}
.ot-feature-box:hover .ot-feature-icon {
    top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-box {
        margin-bottom: 20px;
    }
}
.ot-feature-style-2 {
    margin-left: 110px;
    margin-right: 110px;
    border-radius: 40px;
    margin-top: -180px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .ot-feature-style-2 {
        margin: auto 60px;
        margin-top: -180px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .ot-feature-style-2 {
        margin: auto 30px;
        margin-top: -180px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-feature-style-2 {
        margin: auto 20px;
        margin-top: -180px;
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-style-2 {
        margin: auto 20px;
        margin-top: -80px;
        margin-bottom: 80px;
        padding-bottom: 1px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-feature-style-2 {
        padding-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .ot-feature-style-2 {
        padding-top: 30px;
        margin-top: -30px;
    }
}
.ot-feature-style-3 {
    margin-left: 110px;
    margin-right: 110px;
    border-radius: 40px;
    margin-top: -180px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .ot-feature-style-3 {
        margin: auto 60px;
        margin-top: -180px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .ot-feature-style-3 {
        margin: auto 30px;
        margin-top: -180px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-style-3 {
        margin: auto 20px;
        margin-top: 0;
        padding-bottom: 5px;
    }
}
@media (max-width: 575px) {
    .ot-feature-style-3 {
        padding-top: 30px;
        margin: 0;
    }
}
.ot-feature-titlebox3 .ot-sec-text {
    max-width: 565px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-titlebox3 .ot-sec-text {
        max-width: 100%;
    }
}
.ot-feature-box3 {
    overflow: hidden;
    min-height: 270px;
    border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-feature-box3 {
        height: 100%;
    }
}
.ot-feature-box3.style-1 {
    position: relative;
    padding: 50px;
    z-index: 2;
    background: rgba(172, 121, 254, 0.24);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-feature-box3.style-1 {
        padding: 46px;
    }
}
.ot-feature-box3.style-2 {
    padding: 50px;
    background: linear-gradient(180deg, #ffc486 0%, #fc5705 153.15%);
}
.ot-feature-box3.style-3 {
    gap: 24px;
}
.ot-feature-box3.style-3 .ot-feature-thumb {
    flex: 0 0 auto;
}
@media (max-width: 575px) {
    .ot-feature-box3.style-3 .ot-feature-thumb img {
        width: 100%;
    }
}
.ot-feature-box3.style-3 .ot-feature-content {
    padding: 0;
    padding-right: 30px;
}
@media (max-width: 575px) {
    .ot-feature-box3.style-3 .ot-feature-content {
        padding: 10px;
    }
}
.ot-feature-box3.style-4 {
    padding: 50px;
}
@media (max-width: 575px) {
    .ot-feature-box3.style-4 {
        text-align: center;
        padding: 10px;
    }
}
.ot-feature-box3.style-4 .ot-feature-thumb {
    flex: 0 0 auto;
    margin-left: -100px;
}
@media (max-width: 575px) {
    .ot-feature-box3.style-4 .ot-feature-thumb {
        margin-left: 0;
    }
}
.ot-feature-box3.style-5 {
    height: 100%;
}
.ot-feature-box3.style-5 .ot-feature-title {
    font-size: 28px;
    padding: 14px 16px;
    max-width: 302px;
    background: var(--ot-white-color);
    border-radius: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-feature-box3.style-5 .ot-feature-title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-feature-box3.style-5 .ot-feature-title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .ot-feature-box3.style-5 .ot-feature-title {
        font-size: 20px;
    }
}
.ot-feature-circle-color {
    position: absolute;
    width: 132px;
    height: 132px;
    bottom: -10px;
    right: -20px;
    content: "";
    background: var(--ot-purple-color);
    border-radius: 100px;
    opacity: 0.9;
    filter: blur(60px);
    z-index: -1;
}
.ot-feature-titlebox4 .ot-sec-title {
    color: #f7d8f7;
}
.ot-feature-titlebox4 .ot-sec-text {
    color: #f7d8f7;
}
.ot-feature-item.card-4 {
    padding: 45px 30px;
    border-radius: 20px;
    min-height: 326px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-feature-item.card-4 {
        padding: 30px 15px;
    }
}
.ot-feature-item.card-4 .ot-feature-icon {
    margin-bottom: 20px;
}
.ot-feature-item.card-4 .ot-box-title {
    font-size: 40px;
    font-weight: 600;
    color: #2d1057;
    margin-bottom: 0;
    line-height: 1.2;
}
@media (max-width: 1199px) {
    .ot-feature-item.card-4 .ot-box-title {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .ot-feature-item.card-4 .ot-box-title {
        font-size: 26px;
    }
}
.ot-feature-item.card-4 .ot-sec-text {
    color: #2d1057;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.4;
}
.ot-feature-item.card-4.purple-1 {
    background-color: #b985eb;
}
.ot-feature-item.card-4.purple-2 {
    background-color: #c08ef0;
}
.ot-feature-item.card-4.yellow-1 {
    background-color: #f4f6a3;
}
.ot-feature-item.card-4.pink-1 {
    background-color: #f7e1f7;
}
.ot-feature-item.card-4.span-wide {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    padding: 40px 50px;
}
@media (max-width: 1199px) {
    .ot-feature-item.card-4.span-wide {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .ot-feature-item.card-4.span-wide {
        padding: 40px 15px;
    }
}
.ot-feature-item.card-4.span-wide .ot-feature-icon {
    margin-bottom: 0;
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .ot-feature-item.card-4.span-wide .ot-feature-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .ot-feature-item.card-4.span-wide {
        flex-direction: column;
        text-align: center;
    }
    .ot-feature-item.card-4.span-wide .ot-feature-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.ot-feature-item.card-4:hover {
    transform: translateY(-7px);
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
/*  7.16 Price css
/*----------------------------------------*/
.ot-price-item {
    padding: 24px 32px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
}
@media (max-width: 575px) {
    .ot-price-item {
        padding: 24px;
    }
}
.ot-price-item:not(:last-child) {
    margin-bottom: 24px;
}
.ot-price-item.border-style {
    border: 1px solid #eeeeee;
    background: none;
}
.ot-price-item.border-style .ot-btn-primary {
    border: 1px solid #eeeeee;
}
.ot-price-item.border-style.active .ot-btn-primary {
    border: 1px solid var(--ot-theme-color);
}
.ot-price-item.active {
    border: 2px solid var(--ot-theme-color);
}
.ot-price-item.active .ot-price-categorie {
    background: var(--ot-white-color);
    border: 0;
}
.ot-price-left {
    flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-price-left {
        margin-bottom: 30px;
    }
}
.ot-price-categorie {
    font-size: 18px;
    font-weight: 500;
    padding: 7px 31px;
    display: inline-block;
    border-radius: 8px;
    color: var(--ot-title-color);
    border: 1px solid #d8d8d8;
}
.ot-price-list ul li {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-price-list ul li {
        font-size: 16px;
    }
}
.ot-price-list ul li span {
    font-weight: 400;
}
@media (max-width: 575px) {
    .ot-price-list ul li span {
        display: contents;
    }
}
.ot-price-list ul li:not(:last-child) {
    margin-bottom: 20px;
}
.ot-price-value {
    font-size: 48px;
    font-weight: 600;
    color: var(--ot-title-color);
}
.ot-price-duration {
    font-size: 20px;
    font-weight: 400;
}
.ot-price-info-wrapp {
    height: 100%;
    padding: 179px 40px;
    border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-price-info-wrapp {
        padding: 179px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-price-info-wrapp {
        padding: 30px;
    }
}
@media (max-width: 575px) {
    .ot-price-info-wrapp {
        padding: 10px;
    }
}
.ot-price-info-box {
    width: 100%;
    padding: 40px 24px;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .ot-price-info-box {
        padding: 30px 15px;
    }
}
.ot-price-info-box .ot-btn-primary {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.ot-price-info-box .ot-btn-primary::after {
    transform: translate(-50%, -50%) rotate(-23deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-price-info-box .ot-btn-primary {
        width: auto;
    }
}
.ot-price-info-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: var(--ot-white-color);
    border-radius: 100px;
}

.ot-switch-area {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.ot-switch-area .toggler {
    transition: 0.2s;
    font-weight: 500;
    font-size: 18px;
    color: var(--ot-title-color);
    background: transparent;
    margin-bottom: -0.4em;
    cursor: pointer;
}
.ot-switch-area .toggler.toggler--is-active {
    color: var(--ot-theme-color);
}
.ot-switch-area .toggle {
    position: relative;
    width: 85px;
    height: 35px;
    border-radius: 100px;
    background-color: var(--ot-white-color);
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
    .ot-switch-area .toggle {
        width: 60px;
        height: 30px;
    }
}
.ot-switch-area .toggle.theme-toggle {
    background-color: var(--ot-theme-color);
}
.ot-switch-area .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    visibility: visible;
}
.ot-switch-area .check:checked ~ .switch {
    right: 2px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0.08s, 0s;
}
.ot-switch-area .switch {
    position: absolute;
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 57.5%;
    background-color: var(--ot-title-color);
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.wrapper-full.hide {
    display: none;
}

/*----------------------------------------*/
/*  7.9 Process css
/*----------------------------------------*/
.ot-process-thumb-box img {
    border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-process-thumb-box {
        margin-bottom: 40px;
    }
}
.ot-process-thumb-sm-box {
    gap: 16px;
}
.ot-process-thumb-sm img {
    width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-process-thumb-sm img {
        width: 100%;
    }
}
.ot-process-title-area .ot-sec-title {
    max-width: 600px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-process-title-area .ot-sec-title {
        font-size: 28px;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .ot-process-title-area .ot-sec-title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-process-title-area .ot-sec-title br {
        display: none;
    }
}
.ot-process-feature-list {
    gap: 16px;
}
.ot-process-feature-list:not(:last-child) {
    margin-bottom: 15px;
}
.ot-process-content-wrapp {
    margin-left: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-process-content-wrapp {
        margin-left: 0;
    }
}
.ot-process-feature-content .ot-box-title {
    font-weight: 600;
    color: var(--ot-title-color2);
}
@media (max-width: 575px) {
    .ot-process-feature-content .ot-box-title {
        font-size: 20px;
    }
}
.ot-process-feature-content .ot-sec-text {
    /* max-width: 436px; */
}
@media (max-width: 575px) {
    .ot-process-feature-content .ot-sec-text {
        max-width: 100%;
    }
}
.ot-process-feature-number {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    flex: 0 0 auto;
    border-radius: 8px;
    color: var(--ot-title-color2);
}
.ot-process-card {
    border-radius: 16px;
    padding: 40px 32px;
}
@media (max-width: 575px) {
    .ot-process-card {
        padding: 30px 15px;
    }
}
.ot-process-card.yellow-card {
    background: #fce6d8;
}
.ot-process-card.pink-card {
    background: #1e2444;
    min-height: 404px;
}
@media (max-width: 991px) {
    .ot-process-card.pink-card {
        height: 100%;
        min-height: 100%;
    }
}
.ot-process-card.pink-card .ot-process-line {
    transform-origin: bottom right;
    transform: rotate(-1deg);
}
.ot-process-card.purple-card {
    background: #3a1853;
    min-height: 464px;
}
@media (max-width: 991px) {
    .ot-process-card.purple-card {
        height: 100%;
        min-height: 100%;
    }
}
.ot-process-card .ot-box-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #1e2444;
}
@media (max-width: 1199px) {
    .ot-process-card .ot-box-title {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .ot-process-card .ot-box-title {
        font-size: 24px;
    }
}
.ot-process-card .ot-sec-text {
    color: #1e2444;
}
.ot-process-line,
.ot-process.line-2 {
    position: absolute;
    top: -109px;
    left: 50%;
    transform-origin: bottom left;
    transform: rotate(-3deg);
}
.ot-process-line::before,
.ot-process-line::after,
.ot-process.line-2::before,
.ot-process.line-2::after {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 0;
    left: -2px;
    background: #1e2444;
    border-radius: 50%;
    content: "";
}
.ot-process-line.line-2::after {
    left: auto;
    right: -2px;
    bottom: auto;
    top: 40px;
}
@media (max-width: 991px) {
    .ot-process-titlebox {
        margin-bottom: 40px;
    }
}

.ot-line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 30px;
    left: 15px;
    content: "";
    background: repeating-linear-gradient(
        to bottom,
        #fce6d8,
        #fce6d8 6px,
        transparent 6px,
        transparent 14px
    );
    background-size: 100% 20px;
    animation: dashFlow 1s linear infinite;
    border-radius: 50px;
}
.ot-line::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #fce6d8;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(229, 164, 39, 0.6);
    animation: bounce 1.5s infinite ease-in-out;
}

/*----------------------------------------*/
/*  7.20 Contact css
/*----------------------------------------*/
.contact-info-wrapp .ot-price-info-wrapp {
    padding: 36.5px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info-wrapp .ot-price-info-wrapp {
        padding: 36.5px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-info-wrapp .ot-price-info-wrapp {
        padding: 26.5px 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact-info-wrapp .ot-price-info-wrapp {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .contact-info-wrapp .ot-price-info-wrapp {
        padding: 10px;
    }
}

.contact-info-box {
    padding: 20px;
    border-radius: 10px;
    min-height: 287px;
}
@media (max-width: 575px) {
    .contact-info-box {
        width: 100%;
    }
}
.contact-info-box.style-2 {
    border: 1px solid rgba(255, 136, 0, 0.2);
}
.contact-info-box.style-2 .contact-info-icon {
    color: var(--ot-white-color);
    background: var(--ot-theme-color);
}
.contact-info-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    color: #343330;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .contact-info-text {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-info-text {
        font-size: 27px;
        margin-bottom: 20px;
    }
}
.contact-info-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    color: var(--ot-theme-color);
    background: #fff6eb;
    border-radius: 50%;
}
.contact-info-title {
    font-size: 32px;
    font-weight: 600;
}
.contact-info-link {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #343330;
}
@media (max-width: 575px) {
    .contact-info-link {
        font-size: 16px;
    }
}
.contact-info-link:hover {
    color: var(--ot-title-color);
}

.contact-form-title {
    font-size: 48px;
    font-weight: 600;
    color: #343330;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-title {
        font-size: 38px;
    }
}
@media (max-width: 575px) {
    .contact-form-title {
        font-size: 24px;
    }
}

.contact-form-text {
    font-size: 18px;
    font-weight: 400;
    color: #343330;
}

.contact-form-box {
    padding: 32px;
    background: #f5f5f5;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .contact-form-box {
        padding: 10px;
    }
}

.contact-form-input input,
.contact-form-input textarea,
.contact-form-input .nice-select {
    height: 50px;
    border-radius: 10px;
    background: var(--ot-white-color);
    border: 0;
}
.contact-form-input input::placeholder,
.contact-form-input textarea::placeholder,
.contact-form-input .nice-select::placeholder {
    color: #343c4d;
    text-transform: capitalize;
}
.contact-form-input textarea {
    min-height: 142px;
}

.contact-map-frame iframe {
    width: 100%;
    border-radius: 16px;
}

.contact-map-info-link {
    display: flex;
    align-items: start;
    gap: 10px;
}
.contact-map-info-link i {
    line-height: 1.7;
}

.contact-map-info-card {
    position: absolute;
    min-width: 477px;
    bottom: 24px;
    left: 24px;
    padding: 24px;
}
@media (max-width: 575px) {
    .contact-map-info-card {
        left: 0;
        min-width: 100%;
    }
}
.contact-map-info-card .ot-btn-primary {
    position: static;
    background: none;
    color: var(--ot-black-color2);
    border: 1px solid #c9c8c8;
    border-radius: 12px;
}
.contact-map-info-card .ot-btn-primary:hover {
    color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
}
.contact-map-info-card .ot-btn-primary::after {
    position: static;
}
.contact-map-info-card .ot-btn-primary i {
    margin-left: 10px;
}

.map-glass-box {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #000;
}

/*----------------------------------------*/
/*  7.13 Shop css
/*----------------------------------------*/
.ot-shop-top {
    margin-top: -20px;
}
.ot-shop-wrapper .ot-shop-item {
    margin-bottom: 30px;
}
.ot-shop-wrapper .row [class*="col-"]:last-child .ot-shop-item {
    margin-bottom: 0;
}
.ot-shop-tab-shape {
    margin-bottom: -70px;
}
.ot-shop-list .row [class*="col-"]:last-child .ot-shop-item {
    margin-bottom: 0;
}
.ot-shop-item:hover .ot-shop-thumb img {
    transform: scale(1.2);
}
.ot-shop-item:hover .ot-shop-thumb-icon {
    bottom: 35px;
    opacity: 1;
    visibility: visible;
}
.ot-shop-wrap span {
    font-size: 15px;
    font-weight: 600;
    color: var(--ot-title-color);
}
.ot-shop-badge {
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: 700;
    font-size: 12px;
    color: var(--ot-white-color);
    padding: 6px 13px;
    background: var(--ot-theme-color);
    border-radius: 5px;
    line-height: 1;
}
.ot-shop-thumb {
    overflow: hidden;
    border-radius: 13px;
}
.ot-shop-thumb img {
    width: 100%;
    border-radius: 13px;
    -webkit-transition: 1.2s 0.3s ease-out;
    -moz-transition: 1.2s 0.3s ease-out;
    -ms-transition: 1.2s 0.3s ease-out;
    -o-transition: 1.2s 0.3s ease-out;
    transition: 1.2s 0.3s ease-out;
}
.ot-shop-thumb-icon {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-shop-thumb-icon a {
    margin: 0 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--ot-white-color);
    font-size: 14px;
    color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-shop-thumb-icon a:hover {
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-shop-content p {
    font-size: 18px;
    font-weight: 500;
    color: #777b83;
    margin-bottom: 6px;
}
.ot-shop-filter button {
    position: relative;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.2);
    font-family: var(--ot-title-font);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-shop-filter button:not(:last-child) {
    padding-right: 45px;
    margin-right: 45px;
}
.ot-shop-filter button:not(:last-child)::after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    rotate: 45deg;
    display: inline-block;
    transform: translateY(-50%);
    content: "";
    border: 1px solid var(--ot-theme-color);
}
.ot-shop-filter button.active {
    color: var(--ot-white-color);
}
.ot-shop-filter .ot-section-shape {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
    background: none;
}
.ot-shop-filter .nice-select {
    padding-left: 5px;
    border: none;
    color: var(--ot-theme-color);
    border: none;
    background-color: transparent;
    padding-right: 0;
}
.ot-shop-filter .nice-select .list {
    width: auto;
}
.ot-shop-filter .nice-select::after {
    right: 0;
}
.ot-shop-review span {
    font-size: 20px;
    display: inline-block;
    color: var(--ot-theme-color);
}
.ot-shop-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
    color: var(--ot-title-color);
}
.ot-shop-price {
    font-size: 18px;
    display: block;
    color: var(--ot-theme-color);
}
.ot-shop-details-wrapper {
    margin-left: 21px;
}
.ot-shop-details-wrapper.has-sticky {
    position: sticky;
    top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-shop-details-wrapper {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-shop-details-wrapper {
        margin-left: 0;
        margin-top: 40px;
    }
}
.ot-shop-details-wrapper > p {
    font-size: 15px;
    line-height: 1.7;
}
.ot-shop-details-wrapper > p span {
    font-weight: 500;
    color: var(--ot-theme-color);
}
.ot-shop-details-nav-main-thumb {
    position: relative;
    border-radius: 16px;
}
.ot-shop-details-nav-main-thumb img {
    border-radius: 16px;
}
.ot-shop-details-thumb-wrapper {
    position: sticky;
    top: 100px;
    margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-shop-details-thumb-wrapper {
        margin-right: 0;
    }
}
.ot-shop-details-thumb-wrapper .nav-tabs {
    margin-top: 10px;
    border: none;
}
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link {
    width: 132px;
    height: 132px;
    position: relative;
    padding: 0 0;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ot-shop-details-thumb-wrapper .nav-tabs .nav-link {
        width: 120px;
        height: 120px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-shop-details-thumb-wrapper .nav-tabs .nav-link {
        width: 104px;
        height: 104px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .ot-shop-details-thumb-wrapper .nav-tabs .nav-link {
        width: 85px;
        height: 85px;
    }
}
@media (max-width: 575px) {
    .ot-shop-details-thumb-wrapper .nav-tabs .nav-link {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
    margin-bottom: 10px;
}
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    top: 0;
    left: 0;
}
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link.active,
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link:hover {
    border: 1px solid var(--ot-theme-color);
}
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: var(--ot-white-color);
    color: var(--ot-white-color);
    font-size: 15px;
}
.ot-shop-details-thumb-slider {
    position: sticky;
    top: 120px;
}
.ot-shop-details-thumb-slider:hover .ot-shop-details-thumb-arrow button {
    visibility: visible;
    opacity: 1;
    left: 20px;
}
.ot-shop-details-thumb-slider:hover
    .ot-shop-details-thumb-arrow
    button.ot-shop-details-thumb-slider-5-button-next {
    left: auto;
    right: 20px;
}
.ot-shop-details-thumb-arrow button {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    background-color: var(--ot-white-color);
    color: var(--ot-white-color);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
    visibility: hidden;
    opacity: 0;
}
.ot-shop-details-thumb-arrow button.ot-shop-details-thumb-slider-5-button-next {
    left: auto;
    right: 0;
}
.ot-shop-details-thumb-arrow button:hover {
    background-color: var(--ot-theme-color);
    color: var(--ot-white-color);
    box-shadow: none;
}
.ot-shop-details-thumb-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--ot-white-color);
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--ot-white-color);
    -webkit-animation: ot-pulse-2 2s infinite;
    -moz-animation: ot-pulse-2 2s infinite;
    -ms-animation: ot-pulse-2 2s infinite;
    -o-animation: ot-pulse-2 2s infinite;
    animation: ot-pulse-2 2s infinite;
}
.ot-shop-details-thumb-video-btn:hover {
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-shop-details-thumb-gallery-item img {
    width: 100%;
}
.ot-shop-details-category span {
    font-size: 16px;
    line-height: 1;
}
.ot-shop-details-category span a:hover {
    color: var(--ot-theme-color);
}
.ot-shop-details-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--ot-title-color);
}
@media (max-width: 575px) {
    .ot-shop-details-title {
        font-size: 24px;
    }
}
.ot-shop-details-stock {
    margin-right: 12px;
}
.ot-shop-details-stock span {
    display: inline-block;
    font-size: 15px;
    color: var(--ot-theme-color);
    background-color: rgba(9, 137, 255, 0.06);
    line-height: 1;
    padding: 4px 12px;
}
.ot-shop-details-rating {
    margin-right: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.ot-shop-details-rating span {
    font-size: 12px;
    color: var(--ot-theme-color);
}
.ot-shop-details-rating span:not(:last-child) {
    margin-right: 3px;
}
.ot-shop-details-price {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--ot-white-color);
}
.ot-shop-details-price.new-price {
    color: var(--ot-title-color);
}
.ot-shop-details-price.old-price {
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: line-through;
    color: #767a7d;
}
.ot-shop-details-action-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 13px;
    color: var(--ot-white-color);
}
.ot-shop-details-quantity .ot-shop-quantity {
    width: 132px;
}
.ot-shop-details-quantity .ot-cart-plus,
.ot-shop-details-quantity .ot-cart-minus {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    left: 5px;
    color: var(--ot-title-color);
    background: var(--ot-white-color);
    box-shadow: 0 0 6px 0 rgba(30, 30, 30, 0.2);
}
.ot-shop-details-quantity .ot-cart-plus:hover,
.ot-shop-details-quantity .ot-cart-minus:hover {
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-shop-details-quantity .ot-cart-plus {
    left: auto;
    right: 5px;
}
.ot-shop-details-quantity .ot-cart-input[type="text"] {
    height: 46px;
    line-height: 46px;
    background-color: #f3f5f6;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: var(--ot-white-color);
}
.ot-shop-details-add-to-cart-btn {
    font-size: 16px;
    color: var(--ot-title-color);
    text-align: center;
    padding: 6px 30px;
    border: 1px solid var(--ot-border-color);
    border-radius: 50px;
}
@media (max-width: 575px) {
    .ot-shop-details-add-to-cart-btn {
        padding: 6px 20px;
    }
}
.ot-shop-details-add-to-cart-btn:hover {
    background-color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
    color: var(--ot-white-color);
}
.ot-shop-details-buy-now-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 30px;
    background-color: var(--ot-theme-color);
    color: var(--ot-white-color);
    border-radius: 50px;
}
.ot-shop-details-buy-now-btn:hover {
    background-color: var(--ot-border-color);
    color: var(--ot-white-color);
}
.ot-shop-details-action-wrapper {
    margin-bottom: 17px;
}
.ot-shop-details-action-sm {
    padding-bottom: 9px;
    border-bottom: 1px solid var(--ot-border-color);
    margin-bottom: 25px;
}
.ot-shop-details-action-sm-btn {
    font-size: 16px;
    margin-bottom: 10px;
}
.ot-shop-details-action-sm-btn:not(:last-child) {
    margin-right: 10px;
}
.ot-shop-details-action-sm-btn i,
.ot-shop-details-action-sm-btn svg {
    margin-right: 2px;
}
.ot-shop-details-action-sm-btn:hover {
    color: var(--ot-theme-color);
}
.ot-shop-details-query {
    margin-bottom: 22px;
}
.ot-shop-details-query-item:not(:last-child) {
    margin-bottom: 3px;
}
.ot-shop-details-query-item > span {
    font-size: 15px;
    color: var(--ot-title-color);
    line-height: 1.4;
    margin-right: 6px;
}
.ot-shop-details-query-item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.4;
}
.ot-shop-details-social {
    margin-bottom: 22px;
}
.ot-shop-details-social span {
    font-size: 15px;
    color: var(--ot-title-color);
    margin-right: 2px;
}
.ot-shop-details-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid var(--ot-border-color);
    border-radius: 50%;
}
.ot-shop-details-social a:hover {
    background-color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
    color: var(--ot-white-color);
}
.ot-shop-details-msg ul li {
    list-style: none;
    position: relative;
    font-size: 15px;
    padding-left: 25px;
}
.ot-shop-details-msg ul li::after {
    position: absolute;
    content: url("../img/icon/check-3.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    color: var(--ot-white-color);
}
.ot-shop-details-payment {
    background-color: var(--ot-border-color);
    padding: 18px 30px;
}
.ot-shop-details-payment p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 46px;
    flex: 0 0 auto;
    color: var(--ot-theme-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-shop-details-payment p {
        margin-right: 10px;
    }
}
@media (max-width: 575px) {
    .ot-shop-details-payment p {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ot-shop-details-payment p br {
        display: none;
    }
}
.ot-shop-details-desc-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-shop-details-desc-title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .ot-shop-details-desc-title {
        font-size: 26px;
    }
}
.ot-shop-details-desc-title-2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-shop-details-desc-title-2 {
        font-size: 25px;
    }
}
.ot-shop-details-desc-content {
    margin-bottom: 25px;
    padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .ot-shop-details-desc-content {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .ot-shop-details-desc-content {
        padding-left: 0;
    }
}
.ot-shop-details-desc-content span {
    font-size: 20px;
    color: var(--ot-white-color);
}
.ot-shop-details-desc-content p {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-shop-details-desc-content-2 {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-shop-details-desc-content-2.pt-75 {
        padding-top: 25px;
    }
}
.ot-shop-details-desc-content-2 p {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-shop-details-desc-thumb img {
        max-width: 100%;
    }
}
.ot-shop-details-desc-list {
    padding-top: 13px;
}
.ot-shop-details-desc-list ul li {
    list-style: none;
    font-size: 16px;
    color: var(--ot-white-color);
    position: relative;
    padding-left: 17px;
}
.ot-shop-details-desc-list ul li:not(:last-child) {
    margin-bottom: 3px;
}
.ot-shop-details-desc-list ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #a8acb0;
    border-radius: 50%;
}
.ot-shop-details-desc-fact-thumb img {
    margin-bottom: 16px;
}
.ot-shop-details-desc-fact-content span {
    display: inline-block;
    font-size: 50px;
    line-height: 1.2;
    color: var(--ot-white-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-shop-details-desc-fact-content span {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-shop-details-desc-fact-content span {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .ot-shop-details-desc-fact-content span {
        font-size: 25px;
    }
}
.ot-shop-details-desc-fact-content p {
    font-size: 22px;
}
@media (max-width: 575px) {
    .ot-shop-details-desc-fact-content p {
        font-size: 20px;
    }
}
.ot-shop-details-additional-info {
    padding-top: 60px;
}
@media (max-width: 575px) {
    .ot-shop-details-additional-info {
        overflow-x: scroll;
    }
}
.ot-shop-details-additional-info-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    display: none;
}
.ot-shop-details-additional-info.ot-table-style-2 {
    padding-top: 50px;
}
.ot-shop-details-additional-info.ot-table-style-2
    .ot-shop-details-additional-info-title {
    display: block;
}
.ot-shop-details-additional-info.ot-table-style-2 table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 7px;
}
.ot-shop-details-additional-info.ot-table-style-2 table tr {
    border: 0;
}
.ot-shop-details-additional-info.ot-table-style-2 table tr:not(:last-child) {
    border: 0;
    margin-bottom: 6px;
}
.ot-shop-details-additional-info.ot-table-style-2 table tr td {
    padding: 7px 24px;
    border: 1px solid #e6e7e8;
}
.ot-shop-details-additional-info.ot-table-style-2 table tr td:first-child {
    padding-left: 24px;
    border-right: 0;
}
.ot-shop-details-additional-info.ot-table-style-2 table tr td:last-child {
    padding-left: 34px;
}
.ot-shop-details-additional-info table {
    border: 1px solid var(--ot-border-color);
    width: 100%;
}
.ot-shop-details-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid var(--ot-border-color);
}
.ot-shop-details-additional-info table tr td {
    padding: 12px 34px;
}
.ot-shop-details-additional-info table tr td:first-child {
    font-size: 16px;
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
    width: 306px;
}
.ot-shop-details-additional-info table tr td:last-child {
    font-size: 16px;
    color: var(--ot-text-body);
}
.ot-shop-details-review-number {
    border: 1px solid var(--ot-border-color);
    padding: 35px 43px 33px 40px;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .ot-shop-details-review-number {
        padding: 35px 25px 33px 25px;
    }
}
.ot-shop-details-review-number-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--ot-title-color);
}
.ot-shop-details-review-summery {
    margin-bottom: 12px;
}
.ot-shop-details-review-summery-value span {
    font-size: 40px;
    font-weight: 500;
    color: var(--ot-title-color);
    margin-right: 8px;
}
.ot-shop-details-review-summery-rating {
    margin-right: 3px;
}
.ot-shop-details-review-summery-rating span {
    color: var(--ot-theme-color);
}
.ot-shop-details-review-summery-rating p {
    margin-left: 4px;
    font-size: 14px;
    margin-bottom: 0;
}
.ot-shop-details-review-rating-item > span {
    color: #a0a2a4;
    font-size: 15px;
    margin-right: 10px;
}
.ot-shop-details-review-rating-bar {
    width: 260px;
    background-color: var(--ot-border-color);
    height: 10px;
    position: relative;
    margin-right: 12px;
}
@media (max-width: 575px) {
    .ot-shop-details-review-rating-bar {
        width: 130px;
    }
}
.ot-shop-details-review-rating-bar-inner {
    height: 100%;
    background-color: var(--ot-theme-color);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.ot-shop-details-review-rating-percent span {
    font-size: 14px;
}
.ot-shop-details-review-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
    color: var(--ot-title-color);
}
@media (max-width: 575px) {
    .ot-shop-details-review-list {
        padding-right: 0;
    }
}
.ot-shop-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}
.ot-shop-details-review-avater-thumb {
    flex: 0 0 auto;
}
.ot-shop-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}
.ot-shop-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}
.ot-shop-details-review-avater-rating span {
    font-size: 10px;
    margin-right: 2px;
    color: var(--ot-theme-color);
}
.ot-shop-details-review-avater-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
    color: var(--ot-title-color);
}
.ot-shop-details-review-avater-meta {
    font-size: 14px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}
.ot-shop-details-review-avater-meta::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a8acb0;
}
.ot-shop-details-review-avater-comment p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-shop-details-review-form {
        margin-top: 50px;
    }
}
.ot-shop-details-review-form > p {
    font-size: 16px;
    margin-bottom: 8px;
}
.ot-shop-details-review-form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--ot-title-color);
}
.ot-shop-details-review-form-rating {
    margin-bottom: 28px;
}
.ot-shop-details-review-form-rating p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 8px;
}
.ot-shop-details-review-form-rating-icon span {
    font-size: 12px;
    color: var(--ot-theme-color);
}
.ot-shop-details-review-input-wrapper {
    margin-bottom: 11px;
}
.ot-shop-details-review-input-box {
    position: relative;
}
.ot-shop-details-review-input-box:not(:last-child) {
    margin-bottom: 20px;
}
.ot-shop-details-review-input input {
    font-size: 16px;
    height: 56px;
    border: 1px solid transparent;
    border: 1px solid var(--ot-border-color);
    border-radius: 16px;
}
.ot-shop-details-review-input input::placeholder {
    font-size: 16px;
    color: var(--ot-body-color);
}
.ot-shop-details-review-input textarea {
    height: 165px;
    resize: none;
    border: 1px solid var(--ot-border-color);
    border-radius: 16px;
}
.ot-shop-details-review-input textarea:focus {
    border: 1px solid var(--ot-theme-color);
}
.ot-shop-details-review-input textarea::placeholder {
    font-size: 16px;
    color: var(--ot-body-color);
}
.ot-shop-details-review-input-title label {
    font-size: 14px;
    color: var(--ot-white-color);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--ot-white-color);
    line-height: 1;
}
.ot-shop-details-review-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ot-shop-details-review-input-eye .open-eye {
    display: none;
}
.ot-shop-details-review-input-eye:hover {
    cursor: pointer;
}
.ot-shop-details-review-input-eye:hover span {
    color: var(--ot-white-color);
}
.ot-shop-details-review-remeber input {
    display: none;
}
.ot-shop-details-review-remeber input:checked ~ label::after {
    background-color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
}
.ot-shop-details-review-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.ot-shop-details-review-remeber label {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.ot-shop-details-review-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid var(--ot-border-color);
    z-index: -1;
}
.ot-shop-details-review-remeber label::before {
    position: absolute;
    content: url("../img/icon/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--ot-border-color);
}
.ot-shop-details-review-remeber label a:hover {
    color: var(--ot-theme-color);
}
.ot-shop-details-review-remeber label:hover {
    cursor: pointer;
}
.ot-shop-details-review-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--ot-white-color);
    padding: 9px 45px;
    background-color: var(--ot-theme-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 15px;
}
.ot-shop-details-review-btn:hover {
    color: var(--ot-title-color);
    background-color: var(--ot-white-color);
}
.ot-shop-details-tab-nav .nav-tabs {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ot-border-color);
}
@media (max-width: 575px) {
    .ot-shop-details-tab-nav .nav-tabs {
        padding-bottom: 0;
    }
}
.ot-shop-details-tab-nav .nav-tabs .nav-link {
    font-size: 20px;
    color: #a0a2a4;
    padding-left: 9px;
    padding-right: 7px;
    position: relative;
    border: none;
}
.ot-shop-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 40px;
}
@media (max-width: 575px) {
    .ot-shop-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
        margin-left: 3px;
    }
}
.ot-shop-details-tab-nav .nav-tabs .nav-link.active,
.ot-shop-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--ot-title-color);
}
.ot-shop-details-tab-nav .nav-tabs .nav-link.active::after,
.ot-shop-details-tab-nav .nav-tabs .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
@media (max-width: 575px) {
    .ot-shop-details-tab-nav .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: -1px;
        width: 0%;
        height: 2px;
        background-color: var(--ot-white-color);
    }
}
@media (max-width: 575px) {
    .ot-shop-details-tab-nav .nav-tabs span#productTabMarker {
        display: none !important;
    }
}
.ot-shop-details-tab-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--ot-white-color);
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-shop-details-views {
    margin-bottom: 10px;
}
.ot-shop-details-views > span {
    color: var(--ot-white-color);
    font-size: 16px;
    margin-right: 8px;
}
.ot-shop-details-views p {
    font-size: 16px;
    margin-bottom: 0;
}
.ot-shop-details-views p span {
    color: var(--ot-white-color);
    font-weight: 500;
}
.ot-shop-details-stock-bar p {
    font-size: 15px;
    margin-bottom: 5px;
}
.ot-shop-details-stock-bar p span {
    font-weight: 500;
    color: var(--ot-white-color);
}
.ot-shop-details-stock-bar-line {
    height: 4px;
    position: relative;
}
.ot-shop-details-stock-bar-line-inner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--ot-theme-color);
    height: 100%;
    display: inline-block;
}
.ot-shop-details-wishlist-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--ot-white-color);
    box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.ot-shop-details-wishlist-btn:hover {
    background-color: var(--ot-white-color);
    color: var(--ot-white-color);
}
.ot-shop-details-countdown {
    padding: 10px 20px;
    border: 1px solid var(--ot-piot-1);
    background-color: rgba(253, 75, 107, 0.05);
}
.ot-shop-details-countdown-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--ot-piot-1);
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .ot-shop-details-countdown-title {
        margin-bottom: 7px;
    }
}
.ot-shop-details-countdown-time ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.ot-shop-details-countdown-time ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--ot-piot-1);
    position: relative;
}
.ot-shop-details-countdown-time ul li:not(:last-child) {
    margin-right: 24px;
}
.ot-shop-details-countdown-time ul li:not(:last-child)::after,
.ot-shop-details-countdown-time ul li:not(:last-child)::before {
    position: absolute;
    content: "";
    right: -13px;
    top: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--ot-piot-1);
}
.ot-shop-details-countdown-time ul li:not(:last-child)::before {
    top: 15px;
}
.ot-shop-details-quantity .ot-cart-input[type="text"] {
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding-left: 26px;
    padding-right: 26px;
    color: var(--ot-title-color);
    border-radius: 50px;
    background-color: #f2f3f2;
    text-align: center;
}
.ot-shop-quantity {
    width: 100px;
    position: relative;
    border-radius: 20px;
}

/*----------------------------------------*/
/*  7.14 Cart css
/*----------------------------------------*/
.ot-cart-header-shop {
    padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cart-list {
        overflow-x: scroll;
    }
}
.ot-cart-list .table > :not(caption) > * > * {
    padding: 20px 12px;
    box-shadow: none;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cart-list table {
        width: 960px;
    }
}
.ot-cart-list thead th {
    font-weight: 500;
    font-size: 15px;
    color: var(--ot-body-color);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background-color: var(--ot-border-color);
}
.ot-cart-list tr td {
    border-color: var(--ot-border-color);
    background: none;
}
.ot-cart-list tr td .ot-cart-action-btn {
    font-weight: 400;
    font-size: 16px;
    color: #818487;
}
.ot-cart-list tr td .ot-cart-action-btn svg {
    margin-top: -3px;
    margin-right: 3px;
}
.ot-cart-list tr td .ot-cart-action-btn:hover {
    color: #ff1826;
}
.ot-cart-list tbody tr:first-child td {
    padding-top: 30px !important;
}
.ot-cart-img {
    width: 100px;
    margin-right: 20px;
}
.ot-cart-img img {
    width: 84px;
    height: 84px;
    object-fit: cover;
}
.ot-cart-title a {
    font-weight: 500;
    font-size: 16px;
    color: var(--ot-body-color);
}
.ot-cart-title a:hover {
    color: var(--ot-theme-color);
}
.ot-cart-price {
    width: 126px;
}
.ot-cart-price span {
    font-size: 16px;
    color: var(--ot-body-color);
}
.ot-cart-quantity {
    width: 180px;
}
.ot-cart-quantity .ot-shop-quantity {
    width: 160px;
}
.ot-cart-quantity .ot-cart-input[type="text"] {
    height: 60px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border: 1px solid transparent;
    background: none;
    padding: 0 45px;
    line-height: 1.5;
    color: var(--ot-body-color);
}
.ot-cart-quantity .ot-cart-plus,
.ot-cart-quantity .ot-cart-minus {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--ot-title-color);
    background: var(--ot-border-color);
    border-radius: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cart-coupon {
        margin-bottom: 20px;
    }
}
.ot-cart-coupon-input-box label {
    font-size: 14px;
    margin-bottom: 7px;
}
.ot-cart-coupon-input input {
    height: 54px;
    line-height: 46px;
    margin-right: 10px;
    max-width: 282px;
    border-radius: 100px;
}
.ot-cart-coupon-input input::placeholder {
    color: #818487;
    font-size: 16px;
}
.ot-cart-coupon-input input:focus {
    border-color: var(--ot-theme-color);
}
.ot-cart-coupon-input .ot-btn-primary {
    font-weight: 500;
    font-size: 16px;
    padding: 14px 40px;
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-cart-update .ot-btn-primary {
    font-weight: 500;
    font-size: 16px;
    padding: 14px 40px;
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-cart-checkout-wrapper {
    background: none;
    padding: 36px 24px 28px;
    margin-left: -24px;
    border: 1px solid var(--ot-border-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-cart-checkout-wrapper {
        margin-top: 50px;
        margin-left: 0;
    }
}
.ot-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid var(--ot-border-color);
}
.ot-cart-checkout-top span {
    font-size: 20px;
    font-weight: 500;
}
.ot-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ot-border-color);
    margin-bottom: 15px;
}
.ot-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 7px;
    font-family: var(--ot-ff-body);
    color: var(--ot-text-body);
}
.ot-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 4px;
}
.ot-cart-checkout-shipping-option input {
    display: none;
}
.ot-cart-checkout-shipping-option input:checked + label::after {
    border-color: var(--ot-theme-color);
}
.ot-cart-checkout-shipping-option input:checked + label::before {
    opacity: 1;
    visibility: visible;
}
.ot-cart-checkout-shipping-option label {
    font-weight: 400;
    font-size: 15px;
    color: var(--ot-theme-color);
    position: relative;
    padding-left: 25px;
}
.ot-cart-checkout-shipping-option label:hover {
    cursor: pointer;
}
.ot-cart-checkout-shipping-option label span {
    color: var(--ot-theme-color);
}
.ot-cart-checkout-shipping-option label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-cart-checkout-shipping-option label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--ot-theme-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-cart-checkout-total {
    margin-bottom: 25px;
}
.ot-cart-checkout-total span {
    font-weight: 500;
    font-size: 18px;
}
.ot-cart-checkout-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--ot-white-color);
    background-color: var(--ot-black-color);
    display: inline-block;
    padding: 14px 30px;
    text-align: center;
}
.ot-cart-checkout-btn:hover {
    background-color: var(--ot-theme-color);
    color: var(--ot-white-color);
}
.ot-cart-checkout-proceed .ot-btn-primary {
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-cart-checkout-proceed .ot-btn-primary:hover::after {
    height: 485%;
}
.ot-cart-add-to-cart .ot-btn {
    padding: 13px 28px;
    font-weight: 500;
}
.ot-cart-plus,
.ot-cart-minus {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ot-cart-plus svg,
.ot-cart-minus svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}
.ot-cart-plus:hover,
.ot-cart-minus:hover {
    cursor: pointer;
    color: var(--ot-theme-color);
}
.ot-cart-plus.ot-cart-plus,
.ot-cart-minus.ot-cart-plus {
    left: auto;
    right: 5px;
}
.ot-cart-plus.ot-cart-plus::after,
.ot-cart-minus.ot-cart-plus::after {
    left: 0;
    right: auto;
}

/*----------------------------------------*/
/*  7.15 Checkout css
/*----------------------------------------*/
.ot-checkout-verify-item {
    margin-bottom: 40px;
}
.ot-checkout-verify-item:not(:last-child) {
    margin-bottom: 14px;
}
.ot-checkout-verify-reveal {
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
    color: var(--ot-title-color);
    border: 1px dashed #cbd5e0;
    padding: 8px 26px;
    width: 100%;
    border-radius: 12px;
}
.ot-checkout-verify-reveal button {
    color: var(--ot-theme-color);
    position: relative;
}
.ot-checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--ot-theme-color);
}
.ot-checkout-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--ot-white-color);
    background-color: var(--ot-black-color);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
}
.ot-checkout-btn:hover {
    background-color: var(--ot-theme-color);
    color: var(--ot-white-color);
}
.ot-checkout-btn-wrapper .ot-btn-primary {
    color: var(--ot-white-color);
    background-color: var(--ot-theme-color);
}
.ot-checkout-btn-wrapper .ot-btn-primary::after {
    transform: translate(-50%, -50%) rotate(-10deg);
}
.ot-checkout-input {
    margin-bottom: 20px;
}
.ot-checkout-input label {
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--ot-title-color);
}
.ot-checkout-input label span {
    color: red;
}
.ot-checkout-input input,
.ot-checkout-input textarea {
    width: 100%;
    height: 60px;
    background-color: var(--ot-white-color);
    border-color: #cbd5e0;
    border-radius: 12px;
}
.ot-checkout-input input:focus,
.ot-checkout-input textarea:focus {
    border-color: var(--ot-theme-color);
}
.ot-checkout-input textarea {
    height: 200px;
    resize: none;
}
.ot-checkout-input .nice-select {
    height: 50px;
    line-height: 48px;
    border-radius: 0;
    border: 1px solid var(--ot-border-color);
    float: none;
    padding: 0 26px;
}
.ot-checkout-input .nice-select::after {
    right: 26px;
}
.ot-checkout-input .nice-select.open .list {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.ot-checkout-input .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    transform-origin: center center;
    -webkit-transform: scale(0.9) translateY(0px);
    -moz-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    width: 100%;
    padding: 12px 0;
}
.ot-checkout-input .nice-select .list .option {
    line-height: 1.2;
    min-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ot-checkout-input .nice-select .list .option:hover {
    color: var(--ot-theme-color);
}
.ot-checkout-option {
    margin-bottom: 4px;
}
.ot-checkout-option-wrapper {
    margin-top: 10px;
    margin-bottom: 17px;
}
.ot-checkout-option input {
    display: none;
}
.ot-checkout-option input:checked ~ label::after {
    background-color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
}
.ot-checkout-option input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.ot-checkout-option label {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    z-index: 1;
    color: var(--ot-title-color);
}
.ot-checkout-option label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid var(--ot-border-color);
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-checkout-option label::before {
    position: absolute;
    content: url("../img/icon/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-checkout-option label a:hover {
    color: var(--ot-theme-color);
}
.ot-checkout-option label:hover {
    cursor: pointer;
}
.ot-checkout-bill-area {
    padding: 45px 40px 24px;
    border: 1px solid #d0d5dd;
    background-color: #f5f5f5;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .ot-checkout-bill-area {
        padding: 45px 25px 24px;
    }
}
.ot-checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
    color: var(--ot-title-color);
}
.ot-checkout-place {
    padding: 34px 30px 30px;
    border: 1px solid #d0d5dd;
    background-color: #f5f5f5;
    border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-checkout-place {
        padding: 35px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .ot-checkout-place {
        margin-top: 50px;
    }
}
@media (max-width: 575px) {
    .ot-checkout-place {
        padding: 30px 20px 30px;
    }
}
.ot-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    color: var(--ot-title-color);
}
.ot-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--ot-border-color);
}
.ot-checkout-payment-item:not(:last-child) {
    margin-bottom: 10px;
}
.ot-checkout-payment-item.paypal-payment label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 60px;
}
.ot-checkout-payment-item input {
    display: none;
}
.ot-checkout-payment-item input:checked ~ label::after {
    border-color: var(--ot-theme-color);
}
.ot-checkout-payment-item input:checked ~ label::before {
    opacity: 1;
    visibility: visible;
}
.ot-checkout-payment-item label {
    font-size: 14px;
    position: relative;
    padding-left: 27px;
    font-weight: 500;
}
.ot-checkout-payment-item label:hover {
    cursor: pointer;
}
.ot-checkout-payment-item label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-checkout-payment-item label::before {
    position: absolute;
    content: "";
    left: 3px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--ot-theme-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-checkout-payment-item label img {
    margin-left: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-checkout-payment-item label img {
        margin-left: 4px;
    }
}
@media (max-width: 575px) {
    .ot-checkout-payment-item label img {
        margin-top: 20px;
        margin-left: 0px;
    }
}
.ot-checkout-payment-item label a {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ot-checkout-payment-item label a {
        margin-top: 0;
        margin-left: 20px;
    }
}
.ot-checkout-payment-item label a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: var(--ot-black-color);
}
.ot-checkout-payment-desc {
    position: relative;
    padding-top: 10px;
    display: none;
}
.ot-checkout-payment-desc::after {
    position: absolute;
    content: "";
    left: 57px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: var(--ot-white-color);
    -webkit-transform: translateY(3px) rotate(45deg);
    -moz-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -o-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}
.ot-checkout-payment-desc p {
    background-color: var(--ot-white-color);
    padding: 19px 30px;
    margin-left: 27px;
    font-size: 14px;
    line-height: 1.57;
    color: #55585b;
    margin-bottom: 0;
}
.ot-checkout-agree {
    margin-bottom: 24px;
}

.ot-return-customer {
    display: none;
    margin-top: 14px;
    padding: 40px 40px;
    background-color: #f5f5f5;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .ot-return-customer {
        padding: 40px 30px;
    }
}
.ot-return-customer-input {
    margin-bottom: 20px;
}
.ot-return-customer-input label {
    font-weight: 500;
    color: var(--ot-title-color);
    margin-bottom: 5px;
}
.ot-return-customer-input label span {
    color: red;
}
.ot-return-customer-input input {
    width: 100%;
    height: 60px;
    background-color: var(--ot-white-color);
    border: 1px solid #cbd5e0;
    border-radius: 12px;
}
.ot-return-customer-input input:focus {
    border-color: var(--ot-theme-color);
}
.ot-return-customer-remeber input {
    display: none;
}
.ot-return-customer-remeber input:checked ~ label::after {
    background-color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
}
.ot-return-customer-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.ot-return-customer-remeber label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.ot-return-customer-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #c3c7c9;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-return-customer-remeber label::before {
    position: absolute;
    content: url("../img/icon/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-return-customer-remeber label a:hover {
    color: var(--ot-theme-color);
}
.ot-return-customer-remeber label:hover {
    cursor: pointer;
}
.ot-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--ot-theme-color);
    position: relative;
    display: inline-block;
}
.ot-return-customer-forgot a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--ot-theme-color);
}
.ot-return-customer-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.ot-checkout-country.nice-select {
    border-radius: 0;
    width: 100%;
    height: 60px;
    background-color: var(--ot-white-color);
    border-radius: 12px;
}
.ot-checkout-country.nice-select:focus {
    border-color: var(--ot-theme-color);
}
.ot-checkout-country.nice-select::after {
    top: 30px;
}
.ot-checkout-country.ot-checkout-input .nice-select .list {
    margin-top: 2px;
}
.ot-checkout-country.doctor-name span {
    line-height: 4.2;
}

/*----------------------------------------*/
/*  7.8 Order css
/*----------------------------------------*/
.ot-order-details {
    padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-order-details {
        padding: 70px 70px 55px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-order-details {
        padding: 70px 30px 55px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-order-details {
        padding: 70px 50px 55px;
    }
}
@media (max-width: 575px) {
    .ot-order-details {
        padding: 40px 30px 45px;
    }
}
.ot-order-details-icon {
    margin-bottom: 22px;
}
.ot-order-details-icon span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 118px;
    text-align: center;
    font-size: 55px;
    color: var(--ot-white-color);
    border: 1px solid var(--ot-border-color);
    border-radius: 50%;
}
.ot-order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--ot-white-color);
    margin-bottom: 7px;
}
.ot-order-details-content p {
    font-size: 16px;
    color: var(--ot-white-color);
    line-height: 1.38;
}
.ot-order-details-item {
    margin-bottom: 38px;
}
.ot-order-details-item-wrapper
    .row
    [class*="col-"]:nth-child(2n)
    .ot-order-details-item {
    padding-left: 40px;
}
@media (max-width: 575px) {
    .ot-order-details-item-wrapper
        .row
        [class*="col-"]:nth-child(2n)
        .ot-order-details-item {
        padding-left: 0;
    }
}
.ot-order-details-item h4 {
    font-size: 18px;
    color: var(--ot-white-color);
    margin-bottom: 0;
    font-weight: 400;
}
.ot-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: var(--ot-white-color);
    margin-bottom: 0;
}
.ot-order-info-wrapper {
    padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ot-order-info-wrapper {
        padding: 42px 40px;
    }
}
@media (max-width: 575px) {
    .ot-order-info-wrapper {
        padding: 42px 30px;
    }
}
.ot-order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}
.ot-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ot-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid var(--ot-border-color);
}
.ot-order-info-list ul li span {
    font-size: 15px;
    font-weight: 500;
    color: var(--ot-title-color);
}
.ot-order-info-list ul li.ot-order-info-list-header {
    padding-top: 0;
    padding-bottom: 12px;
}
.ot-order-info-list ul li.ot-order-info-list-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #5f6c72;
}
.ot-order-info-list ul li.ot-order-info-list-desc p {
    font-size: 15px;
    margin-bottom: 0;
}
.ot-order-info-list ul li.ot-order-info-list-desc p span {
    font-size: 15px;
    font-weight: 500;
}
.ot-order-info-list ul li.ot-order-info-list-subtotal span:last-child {
    color: var(--ot-title-color);
}
.ot-order-info-list ul li.ot-order-info-list-shipping span input {
    display: none;
}
.ot-order-info-list
    ul
    li.ot-order-info-list-shipping
    span
    input:checked
    ~ label::after {
    border-color: var(--ot-title-color);
}
.ot-order-info-list
    ul
    li.ot-order-info-list-shipping
    span
    input:checked
    ~ label::before {
    opacity: 1;
    visibility: visible;
}
.ot-order-info-list ul li.ot-order-info-list-shipping span label {
    font-size: 14px;
    position: relative;
    padding-right: 27px;
}
.ot-order-info-list ul li.ot-order-info-list-shipping span label span {
    color: var(--ot-title-color);
}
.ot-order-info-list ul li.ot-order-info-list-shipping span label:hover {
    cursor: pointer;
}
.ot-order-info-list ul li.ot-order-info-list-shipping span label::after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-order-info-list ul li.ot-order-info-list-shipping span label::before {
    position: absolute;
    content: "";
    right: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--ot-theme-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ot-order-info-list ul li.ot-order-info-list-total {
    padding: 14px 0;
}
.ot-order-info-list ul li.ot-order-info-list-total span {
    font-size: 16px;
    font-weight: 500;
}
.ot-order-inner {
    background-color: var(--ot-white-color);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  10.2 Login Css
/*----------------------------------------*/
.ot-login-wrapper {
    padding: 50px 74px 70px;
    background-color: #f5f5f5;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .ot-login-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.ot-login-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 4px;
}
@media (max-width: 575px) {
    .ot-login-title {
        font-size: 24px;
    }
}
.ot-login-top p {
    font-size: 16px;
    font-weight: 400;
    color: #49535b;
}
.ot-login-top p a {
    position: relative;
    display: inline-block;
    color: var(--ot-title-color);
}
.ot-login-top p a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--ot-title-color);
    transition: 0.3s;
}
.ot-login-top p a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}
.ot-login-option-item {
    margin-bottom: 10px;
}
.ot-login-option-item:not(:last-child) {
    margin-right: 10px;
}
.ot-login-option-item.has-google a img {
    margin-right: 7px;
}
.ot-login-option-item a {
    font-size: 16px;
    color: #041226;
    width: 98px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(198, 198, 198, 0.4);
}
.ot-login-option-item a img {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.ot-login-option-item a img.apple {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.ot-login-option-item a:hover {
    border-color: rgba(77, 61, 48, 0.2);
}
.ot-login-mail {
    position: relative;
    z-index: 1;
}
.ot-login-mail p {
    font-size: 15px;
    color: #55585b;
    margin-bottom: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
}
.ot-login-mail p a {
    color: var(--ot-title-color);
}
.ot-login-mail p a:hover {
    color: var(--ot-title-color);
}
.ot-login-mail::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    z-index: -1;
    transition: 0.3s;
    background-color: #c6c6c6;
}
.ot-login-input-wrapper {
    margin-bottom: 20px;
}
.ot-login-input-box {
    position: relative;
}
.ot-login-input-box:not(:last-child) {
    margin-bottom: 15px;
}
.ot-login-input input {
    font-size: 14px;
    border: 1px solid transparent;
    color: var(--ot-title-color);
    background-color: var(--ot-white-color);
    border-radius: 100px;
}
.ot-login-input input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.ot-login-input input:focus {
    background-color: transparent;
}
.ot-login-input-title label {
    font-size: 16px;
    padding: 0 5px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--ot-title-color);
}
.ot-login-input-title label span {
    color: var(--ot-theme-color);
}
.ot-login-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ot-login-input-eye .open-eye {
    display: none;
}
.ot-login-input-eye span {
    transition: 0.3s;
}
.ot-login-input-eye:hover {
    cursor: pointer;
}
.ot-login-input-eye:hover span {
    color: var(--ot-title-color);
}
.ot-login-remeber input {
    display: none;
}
.ot-login-remeber input:checked ~ label::after {
    border-color: var(--ot-border-color);
    background-color: #4d3d30;
}
.ot-login-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.ot-login-remeber label {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    z-index: 1;
    color: var(--ot-title-color);
}
.ot-login-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #c3c7c9;
    z-index: -1;
    transition: 0.3s;
    border-radius: 100px;
}
.ot-login-remeber label::before {
    position: absolute;
    content: url("../img/login/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--ot-white-color);
    transition: 0.3s;
}
.ot-login-remeber label a:hover {
    color: var(--ot-theme-color);
}
.ot-login-remeber label:hover {
    cursor: pointer;
}
.ot-login-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--ot-title-color);
    position: relative;
    display: inline-block;
}
.ot-login-forgot a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--ot-title-color);
    transition: 0.3s;
}
.ot-login-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}
.ot-login-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    color: var(--ot-white-color);
    border: 1px solid var(--ot-theme-color);
    background-color: var(--ot-theme-color);
}
.ot-login-btn:hover {
    color: var(--ot-theme-color);
    background-color: #fff;
}

/*----------------------------------------*/
/*  7.8 Upload css
/*----------------------------------------*/
.before-upload-widget {
    padding: 16px;
    background: var(--ot-white-color);
    border: 1px solid #eeeeee;
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    height: 675px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .before-upload-widget {
        height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .before-upload-widget {
        height: 503px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .before-upload-widget {
        height: 440px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .before-upload-widget {
        height: 450px;
    }
}

.upload-sidebar-thumb img {
    width: 100%;
    height: 102px;
    object-fit: cover;
    border-radius: 4px;
}

.upload-thumb-iconbox {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 4px;
    display: flex;
    justify-content: space-between;
}

.upload-thumb-remove,
.upload-thumb-label {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    color: var(--ot-theme-color);
    background: var(--ot-white-color);
    border-radius: 4px;
}

.upload-thumb-remove {
    cursor: pointer;
}

.before-upload-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--ot-title-color);
}

.before-upload-item #upload-item {
    display: none;
}
.before-upload-item:not(:last-child) {
    margin-bottom: 8px;
}

.upload-label {
    width: 100%;
    height: 72px;
    font-size: 24px;
    line-height: 72px;
    text-align: center;
    border-radius: 8px;
    border: 1.8px dashed #ced4da;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.upload-label:hover {
    color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
}

.upload-main-thumb img {
    height: 100%;
    border-radius: 16px;
}

.upload-thumb-download {
    font-size: 12px;
    color: var(--ot-white-color);
    padding: 0px 15px;
    border-radius: 50px;
    background: var(--ot-theme-color);
}
.upload-thumb-download:hover {
    color: var(--ot-white-color);
    background: var(--ot-title-color);
}
.upload-thumb-download i {
    margin-right: 5px;
}

.upload-nav-item {
    border: 0;
}
.upload-nav-item .nav-link {
    border: 0;
    padding: 0;
}
.upload-nav-item .nav-link img {
    width: 184px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .upload-nav-item .nav-link img {
        width: 150px;
        height: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .upload-nav-item .nav-link img {
        width: 177px;
        height: 118px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .upload-nav-item .nav-link img {
        width: 176px;
        height: 115px;
    }
}
@media (max-width: 575px) {
    .upload-nav-item .nav-link img {
        width: 90px;
        height: 65px;
    }
}
.upload-nav-item .nav-link.active img {
    border: 1px solid var(--ot-theme-color);
}

.upload-nav-item-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--ot-title-color);
}

.upload-choose-item {
    width: 100%;
    display: inline-block;
}
.upload-choose-item:not(:last-child) {
    margin-bottom: 10px;
}
.upload-choose-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.upload-choose-item.disabled .nice-select {
    cursor: not-allowed;
    pointer-events: none;
}

.upload-choose-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--ot-title-color);
}

.upload-choose-select .nice-select {
    border-radius: 6px;
    color: var(--ot-title-color);
    height: 38px;
    line-height: 38px;
    border: 1px solid #eee;
    background: #f9f9fa;
}
.upload-choose-select .nice-select-icon {
    top: 7px;
}

.upload-addons-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--ot-title-color);
    padding-bottom: 8px;
    padding-left: 8px;
    border-bottom: 1px solid var(--ot-border-color);
}

.upload-remover-wrapper.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.upload-remover-wrapper.disabled .upload-remover label {
    pointer-events: none;
}

.upload-remover input {
    display: none;
}
.upload-remover input:checked ~ label::after {
    background-color: var(--ot-theme-color);
    border-color: var(--ot-theme-color);
}
.upload-remover input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.upload-remover label {
    width: 100%;
    font-size: 15px;
    position: relative;
    z-index: 1;
    color: var(--ot-title-color);
}
.upload-remover label::after {
    position: absolute;
    content: "";
    top: 4px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #abb5be;
    border-radius: 2px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.upload-remover label::before {
    position: absolute;
    content: url("../img/icon/check.svg");
    top: 4px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--ot-white-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 2px;
}
.upload-remover label a:hover {
    color: var(--ot-theme-color);
}
.upload-remover label:hover {
    cursor: pointer;
}

.upload-sidebar-bottom {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
}
.upload-sidebar-bottom.disabled .upload-bottom-btn {
    background-color: #6c757d;
    opacity: 0.5;
    cursor: not-allowed;
}

.upload-bottom-btn {
    font-size: 16px;
    padding: 0 22px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    color: var(--ot-white-color);
    border-radius: 150px;
    background-color: var(--ot-theme-color);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .upload-bottom-btn {
        padding: 0 18px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .upload-bottom-btn {
        width: 100%;
    }
    .upload-bottom-btn:not(:last-child) {
        margin-bottom: 10px;
    }
}
.upload-bottom-btn i {
    margin-left: 5px;
}
.upload-bottom-btn:hover {
    color: var(--ot-white-color);
    background-color: var(--ot-title-color);
}

.emty-image {
    width: 100%;
    height: 502px;
    display: inline-block;
    border: 2px dashed #cbd5e0;
    border-radius: 16px;
    background: var(--ot-white-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .emty-image {
        height: 100%;
        padding: 33.2px;
    }
}

.emty-btn #emty-click {
    display: none;
}
.emty-btn .emty-label {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 34px;
    color: var(--ot-white-color);
    display: inline-block;
    background-color: var(--ot-theme-color);
}
.emty-btn .emty-label i {
    margin-right: 5px;
}

.emty-label {
    font-size: 24px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.emty-label:hover {
    color: var(--ot-white-color);
    background: var(--ot-title-color);
}

.emty-imag-text {
    color: var(--ot-title-color);
}

/*----------------------------------------*/
/*  7.2 Before-After css
/*----------------------------------------*/
.beforeAfter {
    height: 586px;
}
@media (max-width: 575px) {
    .beforeAfter {
        height: 300px;
    }
}
.beforeAfter img {
    max-width: inherit;
    height: 586px;
    object-fit: cover;
    border-radius: 8px;
}
@media (max-width: 575px) {
    .beforeAfter img {
        height: 300px;
    }
}

.beforeAfter div div div {
    background: var(--ot-white-color) !important;
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
    z-index: -1 !important;
}
.beforeAfter div div div i {
    border-color: #3a1853 !important;
}

/*----------------------------------------*/
/*  7.26 Brand css
/*----------------------------------------*/
@media (max-width: 575px) {
    .ot-brand-wrapp .row [class*="col-"]:not(:last-child) .ot-brand-card4 {
        margin-bottom: 30px;
    }
}
.ot-brand-card4 {
    width: 220px;
    height: 220px;
    line-height: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ot-brand-card4 {
        width: 200px;
        height: 200px;
        line-height: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ot-brand-card4 {
        width: 160px;
        height: 160px;
        line-height: 160px;
    }
}
@media (max-width: 575px) {
    .ot-brand-card4 {
        text-align: center;
        margin: auto;
    }
}
.ot-brand-card4.circle-style,
.ot-brand-card4.reactangle-style,
.ot-brand-card4.reactangle-style2 {
    border-radius: 165px;
    background: rgba(244, 198, 244, 0.3);
}
.ot-brand-card4.circle-style {
    margin-top: 40px;
}
@media (max-width: 575px) {
    .ot-brand-card4.circle-style {
        margin-top: 0;
    }
}
.ot-brand-card4.reactangle-style {
    border-radius: 10px;
}
.ot-brand-card4.reactangle-style2 {
    border-radius: 66px;
    margin-top: 40px;
}
@media (max-width: 575px) {
    .ot-brand-card4.reactangle-style2 {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .ot-brand-titlebox {
        margin-bottom: 40px;
    }
}

.brand-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

/*# sourceMappingURL=main.css.map */
