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

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

/************ 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

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.2 Header Style 3
		3.4 Header Style 4
		3.5 Header Style 5


    ---------------------------------
	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 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.2 Footer Style 3
		6.4 Footer Style 4
		6.4 Footer Style 5


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Brand css
		7.3 Cart css
		7.4 Case-study css
		7.5 Checkout css
		7.6 Choose css
		7.7 Contact css
		7.8 Cta css
		7.9 Faq css
		7.10 Feature css
		7.11 Funfact css
		7.12 Hero css
		7.13 History css
		7.14 Newsletter css
		7.15 Order css
		7.16 Process css
		7.17 Progress-bar css
		7.18 Project css
		7.19 Service css
		7.20 Shop css
		7.21 Skill css
		7.22 Slider css
		7.23 Team css
		7.24 Testimonial css
		7.25 Textslider css
		7.26 Video 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&amp;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: #056CF2;
  --ot-title-color: #111111;
  --ot-title-color2: #01022E;
  --ot-body-color: #6E7070;
  --ot-body-color2: #343c4d;
  --ot-border-color1: #e3e7f3;
  --ot-border-color2: #6E7070;
  --ot-border-color3: #dadada;
  --ot-border-color4: #cfdde2;
  --ot-smoke-color: #e7e2ff;
  --ot-smoke-color2: #F3F4F6;
  --ot-white-color: #ffffff;
  --ot-placeholder-color: #555c6a;
  --ot-light-color: #E1E4E5;
  --ot-light-bg-color: #242528;
  --ot-black-color: #000000;
  --ot-black-color2: #191C27;
  --ot-dark-bg-color: #1E212B;
  --ot-gray-color: #F5F6FC;
  --ot-gray-color2: #F3F7F9;
  --ot-gray-color3: #1A1A1A;
  --ot-purple-color: #4E2FDA;
  --ot-lime-green-color: #B8E900;
  --ot-dark-green-color: #325D28;
  --ot-bright-yellow-color: #F1C832;
  --ot-bright-orange-color: #F23801;
  --ot-dark-navy-color: #00203E;
  --ot-dark-blue-color: #040426;
  --ot-error-color: #dc3545;
  --ot-th-border-color: #D5D7DA;
}

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

.container-1550 {
  max-width: 1550px;
  --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 {
  scroll-behavior: smooth;
}

/*---------------------------------
	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: 50px;
  width: 100%;
  line-height: 50px;
  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;
}

.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;
}

.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: 60px;
  padding-bottom: 60px;
}
@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: 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-top {
    padding-top: 80px;
  }
}
.ot-space-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-bottom {
    padding-bottom: 80px;
  }
}
.ot-space-extra-top {
  padding-top: 70px;
}
@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: 180px;
  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.html), 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-purple::after {
  background-color: var(--ot-purple-color);
}

.ot-line-orange {
  color: var(--ot-bright-orange-color);
}
.ot-line-orange::after {
  bottom: 6px;
  background-color: var(--ot-bright-orange-color);
}

.ot-line-green {
  color: var(--ot-dark-green-color);
}
.ot-line-green::after {
  bottom: 6px;
  background-color: var(--ot-dark-green-color);
}

.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;
}

/*---------------------------------
    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.html");
  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-white-color);
  background: var(--ot-theme-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: #63c017;
  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: #63c017;
}
.ot-btn-primary.black-btn::after {
  background-color: #b00f0f;
}
.ot-btn-primary.purple-btn {
  color: var(--ot-white-color);
  background-color: #b00f0f;
}
.ot-btn-primary.purple-btn::after {
  background-color: #14066c;
}
.ot-btn-primary.orange-btn {
  color: var(--ot-white-color);
  background-color: var(--ot-bright-orange-color);
}
.ot-btn-primary.orange-btn::after {
  background-color: var(--ot-black-color);
}
.ot-btn-primary.yellow-btn {
  color: var(--ot-black-color);
  background-color: var(--ot-bright-yellow-color);
}
.ot-btn-primary.yellow-btn::after {
  background-color: var(--ot-dark-green-color);
}
.ot-btn-primary.yellow-btn:hover {
  color: var(--ot-white-color);
}
.ot-btn-primary.green-btn, .ot-btn-primary.yellow-btn2, .ot-btn-primary.white-btn2 {
  color: var(--ot-white-color);
  background-color: var(--ot-dark-green-color);
  border-radius: 6px;
}
.ot-btn-primary.green-btn::after, .ot-btn-primary.yellow-btn2::after, .ot-btn-primary.white-btn2::after {
  background-color: var(--ot-bright-yellow-color);
}
.ot-btn-primary.green-btn::before, .ot-btn-primary.yellow-btn2::before, .ot-btn-primary.white-btn2::before {
  position: absolute;
  height: 36%;
  width: 1px;
  right: 49px;
  top: 50%;
  content: "";
  background: var(--ot-white-color);
  transform: translateY(-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-btn-primary.green-btn .ot-btn-icon, .ot-btn-primary.yellow-btn2 .ot-btn-icon, .ot-btn-primary.white-btn2 .ot-btn-icon {
  margin-left: 33px;
  -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.green-btn:hover, .ot-btn-primary.yellow-btn2:hover, .ot-btn-primary.white-btn2:hover {
  color: var(--ot-title-color);
}
.ot-btn-primary.green-btn:hover::before, .ot-btn-primary.yellow-btn2:hover::before, .ot-btn-primary.white-btn2:hover::before {
  background: var(--ot-title-color);
}
.ot-btn-primary.green-btn:hover .ot-btn-icon, .ot-btn-primary.yellow-btn2:hover .ot-btn-icon, .ot-btn-primary.white-btn2:hover .ot-btn-icon {
  filter: brightness(0);
}
.ot-btn-primary.white-btn2 {
  color: var(--ot-title-color);
  background: var(--ot-white-color);
}
.ot-btn-primary.white-btn2::before {
  background: var(--ot-title-color);
}
.ot-btn-primary.white-btn2::after {
  background: var(--ot-title-color);
}
.ot-btn-primary.white-btn2 .ot-btn-icon {
  filter: brightness(0) contrast(1);
}
.ot-btn-primary.white-btn2:hover {
  color: var(--ot-white-color);
}
.ot-btn-primary.white-btn2:hover::before {
  background: var(--ot-white-color);
}
.ot-btn-primary.white-btn2:hover::after {
  transform: translate(-50%, -50%) rotate(-36deg);
}
.ot-btn-primary.white-btn2:hover .ot-btn-icon {
  filter: brightness(1) contrast(1);
}
.ot-btn-primary.yellow-btn2 {
  color: var(--ot-title-color);
  background: var(--ot-bright-yellow-color);
}
.ot-btn-primary.yellow-btn2::before {
  background: var(--ot-title-color);
}
.ot-btn-primary.yellow-btn2::after {
  transform: translate(-50%, -50%) rotate(-35deg);
  background: var(--ot-white-color);
}
.ot-btn-primary.yellow-btn2:hover {
  color: var(--ot-title-color);
}
.ot-btn-primary.yellow-btn2:hover::before {
  background: var(--ot-title-color);
}
.ot-btn-primary.yellow-btn2 .ot-btn-icon {
  filter: brightness(0) contrast(1);
}
.ot-btn-primary.radius-btn2 {
  border-radius: 4px 12px;
}
.ot-btn-primary.orange-btn2 {
  color: var(--ot-bright-orange-color);
  background-color: #FFF3EF;
}
.ot-btn-primary.orange-btn2::after {
  background-color: var(--ot-bright-orange-color);
}
.ot-btn-primary.orange-btn2:hover {
  color: var(--ot-white-color);
}
.ot-btn-primary.orange-btn2:hover .ot-btn-icon {
  filter: brightness(4) contrast(1);
}
.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.black-green {
  border-radius: 10px;
  color: var(--ot-lime-green-color);
  background: var(--ot-title-color);
}
.ot-btn-primary.black-green:hover {
  color: var(--ot-white-color);
}
.ot-btn-primary.black-green:hover > .ot-btn-icon {
  filter: brightness(1) contrast(8);
}
.ot-btn-primary.black-green.style-2 {
  font-weight: 500px;
  padding: 12.5px 28px;
  border-radius: 12px;
}
.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.grey-btn {
  color: #63c017;
  background-color: #f4f4f4;
}
.ot-btn-primary.grey-btn:hover {
  color: var(--ot-white-color);
}
.ot-btn-primary.grey-btn:hover .ot-btn-icon {
  filter: brightness(5);
}
.ot-btn-primary.ot-radius6 {
  border-radius: 6px;
}
.ot-btn-primary.ot-radius8 {
  border-radius: 8px;
}
.ot-btn-primary.ot-radius10 {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  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);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--ot-white-color);
}
.preloader .ot-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner .preloader-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  border: 1px solid var(--ot-border-color1);
  border-radius: 50%;
  margin-bottom: 50px;
  margin: auto;
}
.preloader-inner .preloader-icon img {
  margin: 0 auto 0 auto;
}

.loader {
  font-size: 80px;
  display: inline-block;
  font-weight: 700;
  color: var(--ot-title-color);
  box-sizing: border-box;
  text-shadow: 0 0 2px var(--ot-theme-color), 0 0 1px var(--ot-theme-color), 0 0 1px var(--ot-theme-color);
  position: relative;
  line-height: normal;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .loader {
    font-size: 60px;
  }
}

.loading-text {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ot-theme-color);
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  animation: animloader 6s linear infinite;
}

@keyframes animloader {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--ot-gray-color);
}

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

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

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

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

.purple-bg {
  background-color: #14066c;
}

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

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

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

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

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

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

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

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

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

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

.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;
}
@media (max-width: 575px) {
  .nice-select .list {
    right: auto;
  }
}
.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: uppercase;
  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.12 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;
  top: 100px;
  padding-top: 105px;
  padding-bottom: 100px;
  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 {
    top: 80px;
    padding-top: 80px;
    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.9);
}
.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;
  margin-bottom: 20px;
}
.ot-faq-accordion-box .accordion-header {
  margin-bottom: -10px;
  border-radius: 8px;
  background: #F6F6F6;
}
.ot-faq-accordion-box .accordion-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 15.5px;
  right: 30px;
  display: inline-block;
  background: var(--ot-black-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::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  transition: 0.4s;
  -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::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  -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-buttons {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 23px 80px 23px 36px;
  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;
}
@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 {
  background: var(--ot-lime-green-color);
}
.ot-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::before {
  background: var(--ot-black-color);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ot-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::after {
  background: var(--ot-black-color);
}
.ot-faq-accordion-box .accordion-body {
  border-radius: 0 0 15px 15px;
  background-color: #F6F6F6;
  padding: 13px 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: #444;
  font-size: 16px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.ot-section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin-top: -0.2em;
  display: block;
  color: var(--ot-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-section-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ot-section-title {
    font-size: 22px;
  }
}
.ot-section-title.title-color2 {
  color: #14066c;
}
.ot-section-title-shape {
  width: 90px;
  height: 150px;
  display: inline-block;
}
.ot-section-title-shape.gradient-bg {
  background: linear-gradient(180deg, rgba(12, 37, 36, 0) 0%, #0c2524 100%), url("path_to_image.html");
}
.ot-section-title-shape.light-bg {
  background: linear-gradient(180deg, rgba(16, 43, 42, 0) 0%, #102b2a 100%), url("path_to_image.html");
}
.ot-section-title-shape.ot-transparent {
  background: none;
}
.ot-section-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-section-subtitle.style2 {
  color: #444;
  padding: 0;
  background: none;
  border-radius: 0;
}
.ot-section-subtitle.ot-purple {
  color: #000;
}
.ot-section-subtitle.ot-theme {
  color: var(--ot-theme-color);
}
.ot-section-subtitle.ot-orange {
  color: var(--ot-bright-orange-color);
}
.ot-section-subtitle.ot-green {
  color: var(--ot-dark-green-color);
}
.ot-section-note {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}

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

.ot-sec-text {
  color: var(--ot-body-color2);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}

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

/*----------------------------------------*/
/*  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: 24px;
  height: 24px;
  background: var(--ot-white-color);
  border: 2px solid #CECFD7;
  border-radius: 50%;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.06);
}
.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: "";
  background: var(--ot-lime-green-color);
  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 {
  border: 2px solid #CECFD7;
}
.ot-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.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 {
  background: var(--ot-lime-green-color);
  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;
}
.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;
  background: var(--ot-bright-orange-color);
}
.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;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.ot-header-layout1 {
  padding-top: 5px;
}
.ot-main-logo img{
	width:150px;
}
@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-header-layout1 {
    padding-top: 15px;
  }
}
.ot-header-layout1.header-sticky {
  padding-top: 0;
}
.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-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 span {
  color: var(--ot-dark-green-color);
}
.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-white-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-sticky.ot-sticky5 {
  padding: 0;
}
.header-sticky.ot-sticky5 .ot-header-bottom {
  border: 0;
  border-radius: 0;
}
.header-sticky.ot-sticky5 .ot-header-bottom .row [class*=col-]:first-child {
  display: block;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.ot-header-layout2 {
  padding-right: 47px;
  padding-left: 50px;
  border-bottom: 1px solid #a2cd00;
}
@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-layout2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.ot-header-layout2 .ot-main-logo {
  position: relative;
  height: 100px;
  line-height: 100px;
}
@media (max-width: 575px) {
  .ot-header-layout2 .ot-main-logo {
    height: 70px;
    line-height: 70px;
  }
}
.ot-header-layout2 .ot-main-logo::after {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 36%;
  top: 0;
  content: "";
  background: #a2cd00;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .ot-header-layout2 .ot-main-logo::after {
    right: 25%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-header-layout2 .ot-main-logo::after {
    right: 10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-header-layout2 .ot-main-logo::after {
    right: 6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-header-layout2 .ot-main-logo::after {
    right: -8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-header-layout2 .ot-main-logo::after {
    right: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-header-layout2 .ot-main-logo::after {
    right: 50%;
  }
}
@media (max-width: 575px) {
  .ot-header-layout2 .ot-main-logo::after {
    display: none;
  }
}
.ot-header-layout2 .ot-btn-primary {
  font-size: 15px;
  padding: 12px 25px;
  border-radius: 10px;
}
.ot-header-layout2 .ot-main-menu > nav > ul > li a {
  padding: 36.5px 0;
}
.ot-header-layout2.header-sticky {
  padding-top: 0;
  padding-bottom: 0;
}
.ot-header-layout2.header-sticky .ot-btn-primary {
  color: var(--ot-white-color);
  background-color: var(--ot-title-color2);
}
.ot-header-layout2.header-sticky .ot-btn-primary::after {
  background-color: var(--ot-theme-color);
}
.ot-header-layout2 .ot-header-right-info {
  padding: 37px 0;
  border-right: 1px solid #A2CD00;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-header-layout2 .ot-header-right-bars {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-header-layout2 .ot-header-right-bars {
    margin-left: 50px;
  }
}
.ot-header-layout2 .ot-headert-right-btn {
  height: 100px;
  padding-left: 54px;
  margin-left: 35px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .ot-header-layout2 .ot-headert-right-btn {
    padding-left: 24px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-header-layout2 .ot-headert-right-btn {
    padding-left: 30px;
    margin-left: 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-header-layout2 .ot-headert-right-btn {
    padding-left: 0;
    margin-left: 0;
  }
}
.ot-header-layout2 .ot-headert-right-btn::after {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 5px;
  top: 0;
  content: "";
  background: #a2cd00;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-header-layout2 .ot-headert-right-btn::after {
    margin-left: -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) {
  .ot-header-layout2 .ot-headert-right-btn::after {
    left: auto;
    right: -24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-header-layout2 .ot-headert-right-btn::after {
    left: auto;
    right: -25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-header-layout2 .ot-headert-right-btn::after {
    display: none;
  }
}
.ot-header-info-text {
  font-weight: 500;
  font-size: 15px;
  color: var(--ot-title-color);
}
.ot-header-info-text img {
  filter: brightness(0) contrast(1);
}

/*----------------------------------------*/
/*  3.2 Header Style 3
/*----------------------------------------*/
.ot-header-top {
  padding: 9px 0;
}
.ot-header-info-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.ot-header-info-box.info-left {
  justify-content: start;
}
.ot-header-info-link {
  color: var(--ot-gray-color);
  font-size: 14px;
  font-weight: 500;
  -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-header-info-link:hover {
  color: var(--ot-theme-color);
}
.ot-header-info-link:not(:last-child) {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.ot-header-info-link:not(:last-child)::after {
  position: absolute;
  width: 1.5px;
  height: 10px;
  right: 0px;
  top: 8px;
  content: "";
  background-color: var(--ot-gray-color);
}
.ot-header-info-icon {
  margin-right: 3px;
}
.ot-header-info-social-link {
  font-size: 16px;
  color: var(--ot-gray-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-header-info-social-link:hover {
  color: var(--ot-theme-color);
}
.ot-header-info-social-link:not(:last-child) {
  margin-right: 8px;
}
.ot-header-search-box .search-icon {
  position: absolute;
  right: 12.11px;
  top: 8px;
}
.ot-header-search-input input {
  height: 45px;
  background: #F5F5F5;
  border-radius: 100px;
  border: 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-layout3 {
    padding: 15px 0;
  }
}
.ot-header-layout3 .ot-header-bottom {
  background: var(--ot-white-color);
}
.ot-header-layout3 .ot-main-menu > nav > ul > li.has-dropdown::after {
  top: 46%;
  right: 0;
  filter: brightness(1) contrast(1);
  background-image: url(../img/icon/black-down.html);
}
.ot-header-layout3 .ot-main-menu > nav > ul > li > a {
  padding: 37px 0;
  font-weight: 600;
  -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-header-layout3 .ot-main-menu > nav > ul > li:not(:last-child) {
  padding-right: 19px;
  margin-right: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-header-layout3 .ot-main-menu > nav > ul > li:not(:last-child) {
    padding-right: 18px;
    margin-right: 18px;
  }
}
@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-layout3 .header-sticky {
    padding: 15px 0;
  }
}
.ot-header-layout3 .header-sticky .ot-main-menu > nav > ul > li > a {
  padding: 24px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-header-layout3 .ot-header-right-login .ot-btn-primary {
    padding: 7.5px 18px;
  }
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.ot-header-layout4 .ot-header-bottom {
  margin-top: 35px;
}
@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-layout4 .ot-header-bottom {
    margin-top: 15px;
  }
}
.ot-header-layout4 .ot-main-menu > nav > ul > li:not(:last-child) {
  padding-right: 20px;
  margin-right: 25px;
}
.ot-header-layout4 .ot-header-search-input {
  margin-left: 34px;
}
@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 .ot-header-search-input {
    margin-left: 0;
  }
}
.ot-header-layout4 .ot-header-search-input input {
  border: 1px solid #C6C6C6;
  background: var(--ot-white-color);
}
.ot-header-layout4 .ot-header-search-input input::placeholder {
  color: var(--ot-body-color2);
}
.ot-header-layout4 .header-sticky {
  padding-top: 0;
}
.ot-header-layout4 .header-sticky .ot-main-menu > nav > ul > li a {
  padding: 20px 0;
}
.ot-header-layout4 .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-layout4 .header-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*----------------------------------------*/
/*  3.5 Header Style 5
/*----------------------------------------*/
.ot-header-layout5 .ot-header-top {
  padding: 0 26px;
  border: 1px solid #e9ebf8;
  border-top: 0;
}
.ot-header-layout5 .ot-header-info-wrapp {
  display: flex;
  margin-left: -34px;
}
.ot-header-layout5 .ot-header-info-box {
  width: 100%;
  padding: 20px 17px;
  gap: 13px;
  justify-content: start;
  border-left: 1px solid #E9EBF8;
  border-right: 1px solid #E9EBF8;
  margin-right: -1px;
}
@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-layout5 .ot-header-info-box:first-child {
    border-left: 0;
    margin-left: 20px;
  }
}
.ot-header-layout5 .ot-header-info-box:hover .ot-header-info-icon {
  background: var(--ot-bright-yellow-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-header-layout5 .ot-header-info-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  background: #EDF5EB;
  -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-header-layout5 .ot-header-info-title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--ot-placeholder-color);
}
.ot-header-layout5 .ot-header-info-text {
  font-size: 15px;
  color: var(--ot-title-color);
  margin-bottom: 0;
}
.ot-header-layout5 .ot-header-info-text:hover {
  color: var(--ot-dark-green-color);
}
.ot-header-layout5 .ot-header-bottom {
  padding-left: 30px;
  border: 1px solid #e9ebf8;
  border-radius: 0 0 15px 15px;
  margin-top: -1px;
  background: var(--ot-white-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-header-layout5 .ot-header-bottom {
    padding-left: 15px;
  }
}
.ot-header-layout5 .ot-header-bottom .row [class*=col-]:first-child {
  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-header-layout5 .ot-header-bottom .row [class*=col-]:first-child {
    display: block;
  }
}
.ot-header-layout5 .ot-main-menu > nav > ul > li a {
  padding: 27px 0;
}
.ot-header-layout5 .ot-main-menu > nav > ul > li a:hover {
  color: var(--ot-dark-green-color);
}
.ot-header-layout5 .ot-btn-primary {
  border-radius: 6px;
}

/*----------------------------------------*/
/*  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: 45%;
  right: 0;
  width: 11px;
  height: 11px;
  background-image: url(../img/icon/down-angle.html);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) contrast(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-main-menu > nav > ul > li a {
  font-weight: 500;
  font-size: 15px;
  padding: 9px 0;
  display: inline-block;
  text-transform: uppercase;
  color: var(--ot-title-color2);
}
.ot-main-menu > nav > ul > li .submenu {
  position: absolute;
  width: 600px;
  z-index: 999;
  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 10px;
  position: relative;
   width:290px;
	float: left;
}
.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;
}
.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-theme-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;
}
.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 {
  color: var(--ot-theme-color);
}
.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 {
  rotate: -180deg;
  filter: brightness(1) contrast(1);
}

/*----------------------------------------*/
/*  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: 20px;
}
.ot-postbox-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--ot-title-color);
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-postbox-title {
    font-size: 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-postbox-title {
    font-size: 24px;
  }
}
.ot-postbox-thumb-sm .ot-video-icon {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--ot-theme-color);
}
.ot-postbox-thumb-sm .ot-video-icon:hover {
  color: var(--ot-white-color);
  background: var(--ot-theme-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-postbox-thumb-sm {
    margin-bottom: 24px;
  }
  .ot-postbox-thumb-sm img {
    width: 100%;
  }
}

.postbox-details-item:not(:last-child) {
  margin-bottom: 32px;
}
.postbox-details-meta-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.postbox-details-meta {
  position: relative;
  margin-bottom: 0;
}
.postbox-details-meta img {
  margin-top: -4px;
  margin-right: 4px;
}
.postbox-details-thumb img {
  width: 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 {
  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 (max-width: 575px) {
  .postbox-details-tag {
    margin-bottom: 30px;
  }
}
.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-color2);
}
.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);
}
.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: 0px;
  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.html");
  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;
}
.postbox-title {
  color: var(--ot-title-color);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox-title {
    font-size: 24px;
  }
}
.postbox-title:hover {
  color: var(--ot-theme-color);
}
.postbox-video-btn a:hover {
  color: var(--ot-white-color);
  background: var(--ot-theme-color);
}
.postbox-video-btn2 .ot-video-icon {
  position: relative;
  width: 62.12px;
  height: 62.12px;
  font-size: 20px;
  line-height: 62.12px;
}
.postbox-video-btn2 .ot-video-icon:hover {
  color: var(--ot-white-color);
  background: 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-white-color);
}
.postbox-arrow .ot-slider-btn:hover .ot-slider-arrow {
  filter: brightness(0) invert(1);
}

/*----------------------------------------*/
/*  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-th-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 {
  position: relative;
  color: var(--ot-title-color);
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.sidebar-widget-title::after {
  position: absolute;
  width: 40px;
  height: 5px;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--ot-theme-color);
  border-radius: 100px;
}
.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: 11.5px 33px;
  border-radius: 6px;
}
.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 {
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  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 {
  margin-right: 10px;
}
.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: 17px;
  font-weight: 500;
  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;
}
.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) {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DEE0EC;
}

.sidebar-table-style tr:last-child {
  border: transparent;
}
.sidebar-table-style tr td {
  padding: 12px 0;
  background-color: transparent;
}
.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-color2);
}
.sidebar-social-icon:hover {
  color: var(--ot-theme-color);
}
.sidebar-social-icon:not(:last-child) {
  margin-right: 10px;
}
.sidebar-search-input {
  position: relative;
}
.sidebar-search-input input {
  height: 60px;
  padding-right: 70px;
  border: 1px solid #E0E1E9;
  border-radius: 6px;
  text-transform: capitalize;
}
.sidebar-search-btn {
  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-btn img {
  filter: brightness(0) invert(1);
}
.sidebar-search-btn:hover {
  background: var(--ot-title-color);
}

.tagcloud a {
  color: var(--ot-theme-color);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 16px;
  border-radius: 4px;
  display: inline-block;
  text-transform: capitalize;
  background-color: #EBF4FF;
  -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.3 Blog css
/*----------------------------------------*/
.ot-blog-item {
  padding: 25px 30px 33px 30px;
  background: var(--ot-white-color);
  border: 1px solid var(--ot-border-color4);
  border-radius: 15px;
}
@media (max-width: 575px) {
  .ot-blog-item {
    padding: 15px;
  }
}
.ot-blog-item.flex-bog {
  padding: 22px;
  display: flex;
  gap: 27px;
}
@media (max-width: 575px) {
  .ot-blog-item.flex-bog {
    display: block;
  }
}
.ot-blog-item.flex-bog:not(:last-child) {
  margin-bottom: 20px;
}
.ot-blog-item.flex-bog .ot-blog-thumb {
  flex: 0 0 auto;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ot-blog-item.flex-bog .ot-blog-thumb {
    margin-bottom: 15px;
  }
}
.ot-blog-item.flex-bog .ot-blog-title {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .ot-blog-item.flex-bog .ot-blog-title {
    font-size: 18px;
  }
}
.ot-blog-item.flex-bog ot-sec-text {
  line-height: 1.5;
}
.ot-blog-item.flex-bog .ot-blog-metabox {
  margin-bottom: 7px;
}
.ot-blog-item.flex-bog .ot-blog-user {
  margin-top: 3px;
}
.ot-blog-item:hover .ot-img-hover::before {
  animation: shine 1s;
}
.ot-blog-content .ot-sec-text {
  text-transform: capitalize;
  color: var(--ot-body-color2);
}
.ot-blog-thumb {
  margin-bottom: 20px;
}
.ot-blog-thumb a img {
  width: 100%;
  border-radius: 10px;
}
.ot-blog-tag {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 14px;
  border-radius: 4px;
  padding: 2px 11px;
  color: var(--ot-white-color);
  background: var(--ot-purple-color);
}
.ot-blog-metabox {
  display: flex;
  gap: 26px;
  align-items: center;
}
@media (max-width: 575px) {
  .ot-blog-metabox {
    gap: 15px;
    margin-bottom: 7px;
  }
}
.ot-blog-meta-text .meta-icon {
  margin-top: -5px;
}
.ot-blog-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  display: inline-block;
  text-transform: capitalize;
  color: var(--ot-title-color2);
}
@media (max-width: 575px) {
  .ot-blog-title {
    font-size: 18px;
  }
}
.ot-blog-user {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 5px;
}
.ot-blog-user-img {
  width: 36px;
  height: 36px;
  border-radius: 100px;
}
.ot-blog-user-comment {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--ot-body-color2);
}
.ot-blog-user-comment > span {
  color: #9597c8;
}
.ot-blog-item2 {
  border: 0;
  padding: 0;
}
.ot-blog-item2 .ot-blog-thumb {
  margin-bottom: 0;
}
.ot-blog-item2 .ot-blog-thumb img {
  border-radius: 15px 15px 0 0;
}
.ot-blog-item2 .ot-blog-metabox {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ot-blog-item2 .ot-blog-meta-text {
  padding: 10px 17px 10px 26px;
  color: var(--ot-title-color2);
  background: var(--ot-lime-green-color);
}
.ot-blog-item2 .ot-blog-meta-text > img {
  filter: brightness(0);
}
.ot-blog-item2 .ot-blog-content {
  padding: 28px;
  border: 1px solid var(--ot-border-color4);
  border-top: 0;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 575px) {
  .ot-blog-item2 .ot-blog-content {
    padding: 20px;
  }
}
.ot-blog-item2 .ot-blog-title {
  font-size: 22px;
}
@media (max-width: 575px) {
  .ot-blog-item2 .ot-blog-title {
    font-size: 18px;
  }
}
.ot-blog-item2 .ot-blog-tag {
  position: static;
  color: var(--ot-title-color);
  background: #F8F8F8;
  display: inline-block;
  text-transform: capitalize;
}
@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-blog-titlebox2 .ot-section-title br {
    display: none;
  }
}
.ot-blog-titlebox2 .ot-sec-text {
  margin-bottom: 0;
}
.ot-blog-titlebox3 .ot-section-title {
  line-height: 1.4;
}
.ot-blog-item.style-3 {
  padding: 30px;
}
@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-blog-item.style-3 {
    padding: 20px;
  }
}
.ot-blog-item.style-3 .ot-blog-tag {
  background: var(--ot-theme-color);
}
.ot-blog-item.style-3 .ot-blog-meta-text {
  color: var(--ot-body-color2);
}
@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-blog-item.style-3 .ot-blog-metabox {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .ot-blog-item.style-3 .ot-blog-metabox {
    gap: 8px;
  }
}
.ot-blog-item4 {
  border: 0;
  padding: 0;
}
.ot-blog-item4 .ot-blog-thumb {
  margin-bottom: 0;
}
.ot-blog-item4 .ot-blog-thumb img {
  border-radius: 15px 15px 0 0;
}
.ot-blog-item4 .ot-blog-metabox {
  position: absolute;
  top: 27px;
  left: 30px;
  z-index: 2;
}
.ot-blog-item4 .ot-blog-meta-text {
  font-size: 14px;
  color: var(--ot-white-color);
  padding: 4px 10px;
  background: var(--ot-bright-orange-color);
  border-radius: 6px;
}
.ot-blog-item4 .ot-blog-meta-text > img {
  filter: brightness(5) contrast(1);
}
.ot-blog-item4 .ot-blog-content {
  padding: 28px;
  border: 1px solid var(--ot-border-color4);
  border-top: 0;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 575px) {
  .ot-blog-item4 .ot-blog-content {
    padding: 20px;
  }
}
.ot-blog-item4 .ot-blog-title {
  font-size: 22px;
}
@media (max-width: 575px) {
  .ot-blog-item4 .ot-blog-title {
    font-size: 18px;
  }
}
.ot-blog-item4 .ot-blog-title a:hover {
  color: var(--ot-bright-orange-color);
}
.ot-blog-item4 .ot-blog-tag {
  position: static;
  color: var(--ot-bright-orange-color);
  background: #FFF3EF;
  display: inline-block;
}
.ot-blog-item.style-4 .ot-blog-tag {
  background: var(--ot-dark-green-color);
}
.ot-blog-item.style-4 .meta-icon {
  color: var(--ot-dark-green-color);
}
@media (max-width: 575px) {
  .ot-blog-post-wrapp .postbox-title {
    font-size: 24px;
  }
}

/*----------------------------------------*/
/*  5.1 Recent Post css
/*----------------------------------------*/
.rc-post {
  gap: 24px;
}
.rc-post:not(:last-child) {
  margin-bottom: 30px;
}
.rc-post:hover .ot-img-hover::before {
  animation: shine 1s;
}
.rc-post-title {
  color: var(--ot-title-color);
  font-size: 18px;
  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;
}
.rc-post-thumb a img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
}
.rc-post-meta {
  margin-bottom: 10px;
}
.rc-post-meta span {
  color: #4B4B4B;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 5px;
}
/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.ot-footer-widget-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--ot-white-color);
  margin-bottom: 25px;
  display: inline-block;
}
.ot-footer-widget-link ul li, .ot-footer-widget-hours ul li {
  list-style: none;
}
.ot-footer-widget-link ul li:not(:last-child), .ot-footer-widget-hours ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ot-footer-widget-link ul li a, .ot-footer-widget-hours ul li a {
  color: #e9ebf8;
}
.ot-footer-widget-hours ul li {
  color: var(--ot-white-color);
}
.ot-footer-gallery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ot-footer-gallery-thumb {
  position: relative;
  overflow: hidden;
}
.ot-footer-gallery-thumb a img {
  width: 85px;
  height: 85px;
  border-radius: 10px;
}
.ot-footer-gallery-thumb:hover .ot-footer-gallery-icon {
  opacity: 0.9;
  visibility: visible;
  color: var(--ot-white-color);
}
.ot-footer-gallery-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 85px;
  color: var(--ot-white-color);
  display: inline-block;
  text-align: center;
  background-color: rgba(78, 47, 218, 0.9);
  border-radius: 10px;
  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-footer-logo {
  margin-bottom: 25px;
}
.ot-footer-info-text {
  display: flex;
  align-items: center;
  gap: 19px;
  text-transform: capitalize;
  color: var(--ot-white-color);
  max-width: 290px;
}
.ot-footer-info-text:not(:last-child) {
  margin-bottom: 16px;
}
@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-wrapp {
    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-footer-wrapp .row [class*=col-]:not(:last-child) .ot-footer-widget {
    margin-bottom: 40px;
  }
}

.footer-info-icon.location {
  margin-top: -20px;
}

.footer-col-1-2 {
  margin-left: -65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-1-2 {
    margin-left: 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) {
  .footer-col-1-2 {
    margin-left: 0;
  }
}
.footer-col-1-3 {
  margin-left: -85px;
}
@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;
  }
}
.footer-col-1-4 {
  margin-left: -26px;
}
@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-4 {
    margin-left: 0;
  }
}

.ot-copyright-wrapp {
  border-top: 1px solid #232349;
}
.ot-copyright-text {
  font-size: 15px;
  color: #878BA8;
  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;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-copyright-text {
    margin-bottom: 15px;
  }
}
.ot-copyright-text a:hover {
  color: var(--ot-purple-color);
}

.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: #b00f0f;
  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: #63c017;
}
.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);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.footer-col-2-2 {
  margin-left: -25px;
}
@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-2-2 {
    margin-left: 0;
  }
}
.footer-col-2-3 {
  margin-left: -30px;
}
@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-2-3 {
    margin-left: 0;
  }
}
.footer-col-2-4 {
  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-copyright-style2 .ot-copyright-logo {
    margin-bottom: 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-copyright-style2 .ot-copyright-content {
    margin-bottom: 10px;
  }
}

/*----------------------------------------*/
/*  6.2 Footer Style 3
/*----------------------------------------*/
.ot-footer-cta {
  padding-bottom: 57px;
  margin-bottom: 70px;
  border-bottom: 1px solid #313545;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-footer-cta {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.ot-footer-cta.footer-cta-5 {
  margin-bottom: 75px;
}
.ot-footer-cta-title {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .ot-footer-cta-title {
    font-size: 30px;
  }
}
.ot-footer-cta-title > a {
  font-weight: 600;
  display: block;
}
.ot-footer-newslatter-box .ot-newsletter-input input {
  height: 54px;
  padding-right: 70px;
}
.ot-footer-newslatter-box .ot-newsletter-btn {
  right: 3px;
  top: 3px;
}
.ot-footer-3-shape-1 {
  position: absolute;
  top: 15%;
  left: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-footer-3-shape-1 {
    left: -3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-footer-3-shape-1 {
    left: -8%;
  }
}
.ot-footer-3-shape-2 {
  position: absolute;
  right: -5%;
  bottom: 35%;
  animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-footer-3-shape-2 {
    right: -7%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-footer-3-shape-2 {
    right: -8%;
  }
}
.ot-footer-3-shape-3 {
  position: absolute;
  bottom: 60px;
  left: 0;
}

.footer-col-3-1 .ot-sec-text {
  margin-bottom: 30px;
  display: inline-block;
}
.footer-col-3-2 {
  margin-left: 54px;
}
@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-3-2 {
    margin-left: 0;
  }
}
.footer-col-3-3 {
  width: 100%;
  margin-left: 55px;
}
@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-3-3 {
    margin-left: 0;
  }
}
.footer-col-3-4 {
  margin-left: 60px;
}
@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-3-4 {
    margin-left: 0;
  }
}
.footer-col-3-4 .ot-footer-newslatter-box .ot-newsletter-input input:focus {
  border: 1px solid var(--ot-theme-color);
}

.ot-copyright-wrapp.wrapp-3 {
  padding: 41.5px 0;
  border: 0;
  background: #121622;
}
@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-copyright-wrapp.wrapp-3 {
    padding: 18px 0;
  }
}
.ot-copyright-wrapp.wrapp-3 .ot-copyright-text {
  color: #5B606D;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.ot-footer-wrapp4 .ot-footer-widget-title {
  color: var(--ot-title-color2);
}
.ot-footer-wrapp4 .ot-footer-widget-link ul li a {
  color: var(--ot-title-color2);
}
.ot-footer-wrapp4 .ot-sec-text {
  color: var(--ot-body-color2);
  display: inline-block;
}
.ot-footer-wrapp4 .ot-social-icon {
  border: 0;
  color: var(--ot-bright-orange-color);
  background-color: #FFF5F1;
}
.ot-footer-wrapp4 .ot-social-icon::before {
  background-color: var(--ot-bright-orange-color);
}
.ot-footer-wrapp4 .ot-social-icon > i {
  color: var(--ot-bright-orange-color);
}
.ot-footer-wrapp4 .ot-social-icon:hover {
  border: 0px solid transparent;
}
.ot-footer-wrapp4 .ot-social-icon:hover > i {
  color: var(--ot-white-color);
}
.ot-footer-wrapp4 .ot-newsletter-input input {
  background-color: #F3F3F3;
}
.ot-footer-newslatter-box .ot-newsletter-input input {
  height: 54px;
  padding-right: 70px;
}
.ot-footer-newslatter-box .ot-newsletter-input input:focus {
  border: 1px solid var(--ot-bright-orange-color);
}
.ot-footer-newslatter-box .ot-newsletter-btn {
  right: 3px;
  top: 3px;
}
.ot-footer-4-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-footer-4-shape-1 {
    left: -3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-footer-4-shape-1 {
    left: -8%;
  }
}
@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-footer-4-shape-1 {
    bottom: -40px;
  }
}
.ot-footer-4-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-footer-4-shape-2 {
    right: -7%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-footer-4-shape-2 {
    right: -8%;
  }
}
.ot-footer-4-shape-3 {
  position: absolute;
  bottom: 0;
  right: 5%;
  animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  z-index: -1;
}
@media (max-width: 575px) {
  .ot-footer-4-shape-3 {
    left: 0;
    right: 0;
    text-align: center;
  }
}

.footer-col-4-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-4-2 {
    margin-left: 0;
  }
}
.footer-col-4-3 {
  width: 100%;
  margin-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) {
  .footer-col-4-3 {
    margin-left: 0;
  }
}
.footer-col-4-4 {
  margin-left: 30px;
}
@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-4-4 {
    margin-left: 0;
  }
}
.footer-col-4-4 .ot-newsletter-btn.style-2 {
  background: var(--ot-bright-orange-color);
}

.ot-copyright-wrapp.wrapp-4, .ot-copyright-wrapp.wrapp-5 {
  padding: 40px 0;
  border-top: 1px solid #EAEAEA;
}
.ot-copyright-wrapp.wrapp-4 .ot-copyright-text, .ot-copyright-wrapp.wrapp-5 .ot-copyright-text {
  font-size: 15px;
  color: var(--ot-placeholder-color);
  margin-bottom: 0;
}
.ot-copyright-wrapp.wrapp-5 {
  border: 0;
}

/*----------------------------------------*/
/*  6.4 Footer Style 5
/*----------------------------------------*/
.ot-footer-5-shape-3 {
  position: absolute;
  bottom: 65px;
  left: 0;
}

.footer-col-5-2 {
  margin-left: 54px;
}
@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-5-2 {
    margin-left: 0;
  }
}
.footer-col-5-3 {
  width: 100%;
  margin-left: 65px;
}
@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-5-3 {
    margin-left: 0;
  }
}
.footer-col-5-4 {
  margin-left: 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) {
  .footer-col-5-4 {
    margin-left: 0;
  }
}
.footer-col-5-4 .ot-newsletter-input input:focus {
  border: 1px solid var(--ot-dark-green-color);
}
.footer-col-5-4 .ot-newsletter-btn.style-2 {
  background: var(--ot-dark-green-color);
}

.ot-copyright-wrapp.wrapp-4, .ot-copyright-wrapp.wrapp-5 {
  padding: 40px 0;
  border-top: 1px solid #EAEAEA;
}
.ot-copyright-wrapp.wrapp-4 .ot-copyright-text, .ot-copyright-wrapp.wrapp-5 .ot-copyright-text {
  font-size: 15px;
  color: var(--ot-placeholder-color);
  margin-bottom: 0;
}
.ot-copyright-wrapp.wrapp-5 {
  border: 0;
}

/*----------------------------------------*/
/*  7.12 Hero css
/*----------------------------------------*/
.ot-hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ot-hero-style1 {
  padding-top: 153px;
  padding-bottom: 102px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-style1 {
    padding-top: 160px;
    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-hero-style1 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .ot-hero-style1 {
    padding-top: 80px;
  }
}
.ot-hero-content .ot-newsletter-input input {
  padding-right: 190px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-content .ot-newsletter-input input {
    padding-right: 185px;
  }
}
@media (max-width: 575px) {
  .ot-hero-content .ot-newsletter-input input {
    padding-right: 20px;
  }
}
.ot-hero-content .ot-newsletter-box {
  max-width: 513px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-content .ot-newsletter-box {
    max-width: 800px;
  }
}
.ot-hero-content .ot-sec-text {
  font-size: 22px;
  line-height:35px;
}
@media (max-width: 575px) {
  .ot-hero-content .ot-sec-text {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .ot-hero-content .ot-newsletter-btn {
    position: static;
    text-align: center;
    margin-top: 10px;
  }
}

.news-btns1{
	float:left;
	background:#63c017;
	padding:10px 40px;
	border-radius:40px;
	font-size:16px;
	color:#fff;
}


.ot-hero-content .ot-btn-primary {
  font-size: 15px;
}
.ot-hero-subtitle {
  padding: 2px 14px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  background-color: var(--ot-smoke-color);
  border-radius: 100px;
}
.ot-hero-subtitle.style2 {
  position: relative;
  padding: 0;
  background: none;
}
.ot-hero-subtitle.style2::after {
  position: absolute;
  width: 30px;
  height: 5px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: var(--ot-theme-color);
  border-radius: 30px;
}
.ot-hero-title {
  font-weight: 500;
  font-size: 39px;
  line-height: 1.1;
  color: #14066c;
}
.ot-hero-title b{
  color: #b00f0f;
}
.ot-hero-title > .bold-title {
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-hero-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .ot-hero-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.ot-hero-title.hero-title2 {
  font-weight: 700;
  font-size: 60px;
}
.ot-hero-thumb-wrapp {
  top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-thumb-wrapp {
    right: 14%;
  }
}
@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-hero-thumb-wrapp {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .ot-hero-thumb-wrapp {
    margin-bottom: 40px;
  }
}
.ot-hero-thumb img {
  border-radius: 30px;
}
.ot-hero-impression, .ot-hero-growth, .ot-hero-shape-1, .ot-hero-shape-2, .ot-hero-shape-3 {
  position: absolute;
}
.ot-hero-shape-1 {
  top: 87px;
  left: 18px;
  animation: ottranslateX 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-shape-1 {
    top: 80px;
    left: 100px;
  }
}
.ot-hero-growth {
  right: -29%;
  top: 20%;
  z-index: 3;
  animation: moving 7.5s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-growth {
    right: -19%;
  }
}
.ot-hero-growth img {
  border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-growth {
    right: -17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-growth {
    right: 11%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-growth {
    right: 0;
  }
}
.ot-hero-impression {
  bottom: 68px;
  left: 32px;
  z-index: 3;
  animation: moving 5s linear infinite;
}
.ot-hero-impression img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-impression {
    bottom: 66px;
    left: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-hero-impression {
    bottom: 65px;
    left: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-impression {
    left: 0;
  }
}
.ot-hero-shape-2 {
  right: -19%;
  top: 48%;
  animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-shape-2 {
    right: -17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-shape-2 {
    right: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-hero-shape-2 {
    right: 8%;
  }
}
.ot-hero-shape-3 {
  bottom: -30px;
  right: -8%;
  z-index: 1;
  animation: ottranslateX 3s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-shape-3 {
    bottom: -20px;
    right: 21%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-hero-shape-3 {
    bottom: -20px;
    right: 12%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-shape-3 {
    bottom: -20px;
    right: 5%;
  }
}
.ot-hero-style2 {
  padding-top: 185px;
  padding-bottom: 115px;
}
@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-hero-style2 {
    padding-top: 160px;
  }
}
@media (max-width: 575px) {
  .ot-hero-style2 {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
.ot-hero-style2 .ot-hero-title {
  font-size: 70px;
  font-weight: 700;
}
@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-style2 .ot-hero-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-style2 .ot-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ot-hero-style2 .ot-hero-title {
    font-size: 35px;
  }
}
.ot-hero-style2 .ot-hero-content {
  position: relative;
  top: 28px;
}
.ot-hero-style2 .ot-hero-content .ot-sec-text {
  font-size: 18px;
  max-width: 477px;
  color: var(--ot-title-color);
  text-transform: capitalize;
}
@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-style2 .ot-hero-content .ot-sec-text {
    max-width: 100%;
  }
}
.ot-hero-style2 .hero-title-arrow {
  width: 126px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  border: 3px solid var(--ot-white-color);
}
.ot-hero-style2 .hero-title-arrow img {
  margin-top: -12px;
  animation: scroll 1s infinite ease-in-out alternate;
}
@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-style2 .ot-hero-thumb {
    mask-image: none !important;
  }
}
@media (max-width: 575px) {
  .ot-hero-style2 .ot-hero-thumb {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .ot-hero-style2 .ot-hero-thumb img {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .ot-hero-style2 .ot-hero-thumb-box {
    height: 100%;
  }
}
.ot-hero-thumb-box {
  position: relative;
  margin-top: -77px;
}
@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-thumb-box {
    margin-top: 40px;
  }
}
.ot-hero-thumb-box .ot-circle-box {
  position: absolute;
  right: 90.2px;
  bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-thumb-box .ot-circle-box {
    right: 58.2px;
    bottom: 22px;
  }
}
@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-thumb-box .ot-circle-box {
    right: 15.2px;
    bottom: 15px;
  }
}
@media (max-width: 575px) {
  .ot-hero-thumb-box .ot-circle-box {
    right: 0;
    left: 0;
    text-align: center;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.ot-hero-thumb-box .ot-funfact-box2 {
  position: absolute;
  bottom: 44px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-thumb-box .ot-funfact-box2 {
    bottom: auto;
    top: 0;
    left: auto;
    right: 16%;
  }
}
@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-thumb-box .ot-funfact-box2 {
    bottom: 20px;
    left: 20px;
  }
}
.ot-hero-2-shape {
  position: absolute;
  top: 49%;
  left: 77px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-hero-2-shape {
    left: 20px;
  }
}
@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-hero-2-shape {
    display: none;
  }
}
@media (max-width: 575px) {
  .ot-hero-brand {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ot-hero-style3 {
  padding: 163px 150px;
  border-radius: 50px;
  background: #F3F7F9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-style3 {
    padding: 127px 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-style3 {
    padding: 85px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-hero-style3 {
    padding: 80px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-style3 {
    padding: 55px 35px;
  }
}
@media (max-width: 575px) {
  .ot-hero-style3 {
    padding: 100px 15px;
  }
}
.ot-hero-style3 .ot-hero-subtitle {
  font-size: 16px;
  color: var(--ot-theme-color);
  margin-bottom: 5px;
}
.ot-hero-style3 .ot-hero-title {
  line-height: 1.2;
  margin-bottom: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-style3 .ot-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ot-hero-style3 .ot-hero-title {
    font-size: 35px;
  }
}
.ot-hero-style3 .ot-hero-content .ot-sec-text {
  max-width: 477px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
@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-style3 .ot-hero-content .ot-sec-text {
    max-width: 100%;
  }
}
.ot-hero-net {
  position: absolute;
  top: 0;
}
.ot-hero-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ot-hero-style4 {
  padding-top: 208px;
}
@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-style4 {
    padding-top: 150px;
  }
}
.ot-hero-style4 .ot-circle-icon2 {
  width: 86px;
  height: 86px;
  line-height: 86px;
  background: var(--ot-bright-orange-color);
}
.ot-hero-style4 .ot-hero-thumb-box {
  top: 35px;
  margin-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), (max-width: 575px) {
  .ot-hero-style4 .ot-hero-thumb-box {
    position: static;
  }
}
.ot-hero-style4 .hero-title-shape {
  margin: 0 10px;
  margin-top: -18px;
}
.ot-hero-style4 .ot-hero-thumb img {
  border-radius: 25px 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-hero-style4 .ot-hero-thumb img {
    border-radius: 0;
  }
}
.ot-hero-style4 .ot-video-play-btn {
  position: absolute;
  top: auto;
  right: auto;
  left: 46px;
  bottom: 4px;
  z-index: 2;
}
@media (max-width: 575px) {
  .ot-hero-style4 .ot-video-play-btn {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.ot-hero-style4 .ot-video-icon {
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  color: var(--ot-bright-orange-color);
  background: var(--ot-white-color);
}
.ot-hero-style4 .ot-video-icon:hover {
  color: var(--ot-white-color);
  background: var(--ot-bright-orange-color);
}
.ot-hero-titlebox4 .ot-hero-title {
  font-weight: 700;
  font-size: 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-hero-titlebox4 .ot-hero-title {
    font-size: 60px;
    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) {
  .ot-hero-titlebox4 .ot-hero-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .ot-hero-titlebox4 .ot-hero-title {
    font-size: 26px;
  }
}
.ot-hero-titlebox4 .ot-sec-text {
  position: absolute;
  max-width: 466px;
  top: 6.5px;
  right: -32px;
  line-height: 1.5;
  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-hero-titlebox4 .ot-sec-text {
    position: static;
    max-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-hero-titlebox4 .ot-sec-text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-hero-titlebox4 .ot-sec-text {
    margin-top: 15px;
  }
}
@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-content-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-hero-content {
    text-align: center;
  }
}
.ot-hero-3 {
  padding-top: 144px;
}
@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-3 {
    padding-top: 80px;
  }
}

.ot-circle-text-wrapp {
  height: 170px;
  width: 170px;
  line-height: 170px;
  border-radius: 50%;
  border: 34px solid var(--ot-white-color);
}
@media (max-width: 575px) {
  .ot-circle-text-wrapp {
    text-align: center;
    margin: auto;
  }
}

.ot-circle-icon2 {
  position: absolute;
  width: 65.2px;
  height: 65.2px;
  line-height: 65.2px;
  text-align: center;
  margin: auto;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: var(--ot-theme-color);
  border-radius: 100px;
  z-index: 2;
}

.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;
}

.ot-circle-text {
  position: relative;
  display: inline-block;
  min-height: 170px;
  min-width: 170px;
  bottom: 34px;
  right: 34px;
  border-radius: 50%;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  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;
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-thumb-box {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@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-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-about-thumb-box.thumb-box2 {
    margin-right: 15px;
  }
}
@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-about-thumb-box.thumb-box2 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.ot-about-thumb-box.thumb-box2 .ot-about-thumb {
  height: 100%;
  top: 0;
  transform: translateY(0);
}
.ot-about-thumb-box.thumb-box2 .ot-about-thumb img {
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-thumb-box.thumb-box2 .ot-about-thumb {
    mask-image: none !important;
  }
}
.ot-about-thumb-box.thumb-box2 .ot-about-shape1 {
  top: 69px;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-thumb-box.thumb-box2 .ot-about-shape1 {
    left: 15%;
  }
}
.ot-about-thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ot-about-thumb img {
  border-radius: 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-about-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), (max-width: 575px) {
  .ot-about-thumb {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
}
.ot-about-thumb-shape {
  position: absolute;
  width: 461px;
  height: 510px;
  top: -70px;
  right: 8.5%;
  display: inline-block;
  background: var(--ot-white-color);
  border-radius: 20px 20px 107px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-thumb-shape {
    right: 30px;
  }
}
.ot-about-content1 {
  margin-left: -1em;
}
@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-about-content1 {
    margin-left: 0;
  }
}
.ot-about-shape1, .ot-about-shape2 {
  position: absolute;
  bottom: -19%;
  left: -8%;
}
.ot-about-shape1 {
  animation: moving 5s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-shape1 {
    bottom: -19%;
    left: 20%;
  }
}
.ot-about-shape2 {
  bottom: 15.5%;
  left: auto;
  right: 15%;
  z-index: 3;
  animation: ottranslateX 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-shape2 {
    right: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-about-shape2 {
    right: 30%;
  }
}
.ot-about-titlebox .ot-section-title {
  max-width: 495px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-titlebox .ot-section-title {
    max-width: 100%;
    font-size: 30px;
  }
}
.ot-about-titlebox .ot-sec-text {
  color: var(--ot-body-color2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-titlebox .ot-sec-text {
    max-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-about-titlebox .ot-sec-text {
    max-width: 100%;
  }
}
.ot-about-funfact {
  padding: 25px;
  display: inline-block;
  background: var(--ot-white-color);
  border-radius: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-funfact {
    margin-bottom: 20px;
  }
}
.ot-about-funfact .ot-funfact-title {
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  color: var(--ot-title-color2);
  margin-bottom: 0;
}
.ot-about-funfact .ot-funfact-text {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--ot-body-color2);
  margin-bottom: 0;
}
.ot-about-funfact .ot-funfact-item {
  padding: 0;
  box-shadow: none;
  background: none;
}
.ot-about-feature-box {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-feature-box {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-about-feature-box {
    gap: 8px;
  }
}
.ot-about-feature-box.feature-box2 {
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-feature-box.feature-box2 .ot-funfact-box3 {
    margin-bottom: 24px;
  }
}
.ot-about-feature-list ul {
  list-style: none;
}
.ot-about-feature-list ul li {
  font-weight: 500;
  font-size: 18px;
  color: var(--ot-title-color2);
  display: flex;
  text-transform: capitalize;
  align-items: center;
  gap: 9px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-feature-list ul li {
    font-size: 16px;
  }
}
.ot-about-feature-list ul li i {
  font-size: 24px;
  color: var(--ot-purple-color);
}
.ot-about-feature-list ul li:not(:last-child) {
  margin-bottom: 11px;
}
.ot-about-feature-list.style2 ul li:not(:last-child) {
  margin-bottom: 14px;
}
.ot-about-feature-list.style2 ul li i {
  font-size: 24px;
  color: var(--ot-lime-green-color);
}
.ot-about-feature-list.style3 ul li i {
  font-size: 24px;
  color: var(--ot-bright-orange-color);
}
.ot-about-feature-list.style4 ul li i {
  font-size: 24px;
  color: var(--ot-dark-green-color);
}
.ot-about-feature-box2 {
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-feature-box2 {
    gap: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-feature-box2 ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-feature-box2 .ot-about-funfact {
    padding: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-feature-box2 .ot-funfact-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-feature-box2 .ot-funfact-text {
    font-size: 14px;
  }
}
.ot-about-titlebox2 .ot-section-title {
  line-height: 1.3;
}
.ot-about-author-style1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-author-style1 {
    right: 16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-about-author-style1 {
    right: 30px;
    bottom: 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-about-author-style1 {
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 575px) {
  .ot-about-author-style1 {
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
.ot-about-author-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--ot-white-color);
  padding: 0 10px 0 0;
  border-radius: 20px;
}
.ot-about-author-img img {
  width: 77px;
  height: 76px;
  border-radius: 20px 0 0 20px;
}
.ot-about-author-title {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--ot-title-color2);
}
.ot-about-author-title .designation {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #555c6a;
}
.ot-about-2-shape {
  position: absolute;
  top: -20px;
  left: 40px;
}
.ot-about-thumb3 {
  position: relative;
}
.ot-about-thumb3 .img-net-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ot-about-feature-box3 {
  display: flex;
  gap: 27px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-feature-box3 {
    display: block;
  }
}
.ot-about-content3 .ot-about-feature-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0 70px;
}
.ot-about-content3 .ot-about-feature-list ul li {
  font-size: 17px;
  flex: 0 0 38%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-about-content3 .ot-about-feature-list ul li {
    flex: 0 0 28.7%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-about-content3 .ot-about-feature-list ul li {
    flex: 0 0 40%;
  }
}
@media (max-width: 575px) {
  .ot-about-content3 .ot-about-feature-list ul li {
    flex: 0 0 100%;
  }
}
.ot-about-feature-box1 {
  padding: 29px 27px;
  background: var(--ot-white-color);
  border: 1px solid #CFD5ED;
  box-shadow: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-feature-box1:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ot-about-feature-box1 .feature-box-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}
.ot-about-user3 {
  position: absolute;
  padding: 20px 25px 20px 28px;
  display: inline-flex;
  align-items: center;
  gap: 12.5px;
  background: var(--ot-white-color);
  bottom: 50px;
  left: 92px;
  right: 92px;
  z-index: 2;
  border-radius: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-user3 {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 575px) {
  .ot-about-user3 {
    display: inline-block;
  }
}
.ot-about-user3 img {
  width: auto;
}
.ot-about-user3-text {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--ot-title-color);
}
@media (max-width: 575px) {
  .ot-about-user3-text {
    margin-bottom: 0;
  }
}
.ot-about-user3-text .user-rating {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-about-titlebox3 .ot-section-title {
    font-size: 34px;
  }
}
.ot-about-inner-thumb img {
  border-radius: 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-about-inner-thumb .ot-about-thumb {
    margin-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-about-inner-title .ot-sec-text br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.14 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;
  text-transform: capitalize;
  border-radius: 100px;
  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.2 Brand css
/*----------------------------------------*/
.ot-brand-text {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  text-transform: capitalize;
  color: #343c4d;
}
.ot-brand-line {
  position: absolute;
  bottom: -12px;
  color: var(--ot-purple-color);
}
.ot-brand-img {
  margin-right: 74px;
}
.ot-brand-box.brand-black .ot-brand-img a img {
  filter: brightness(0);
}
.ot-brand-texbox3 .ot-brand-text {
  font-size: 16px;
}
.ot-brand-box4 {
  padding-bottom: 60px;
  border-bottom: 1px solid #E9EBF8;
}
.ot-brand-box5 {
  padding-bottom: 0;
  border-top: 1px solid #E9EBF8;
  border-bottom: 1px solid #E9EBF8;
}
.ot-brand-box5 .ot-brand-img {
  padding: 47px 70px;
  margin-right: 0;
  max-height: 140px;
  border-right: 1px solid #E6E7F3;
}
.ot-brand-box5 .ot-brand-img a {
  display: inline-block;
}

/*----------------------------------------*/
/*  7.19 Service css
/*----------------------------------------*/
.ot-service-item {
  padding: 50px;
  background-color: var(--ot-white-color);
  border-radius: 30px;
}
@media (max-width: 575px) {
  .ot-service-item {
    padding: 30px;
  }
}
.ot-service-item:hover .ot-service-icon img {
  transform: scaleX(-1);
}
.ot-service-item.style-2 {
  width: 100%;
  padding: 0;
  background: none;
  position: relative;
  border-radius: 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-service-item.style-2 {
    padding: 40px;
    border: 1px solid #D9D9D9;
  }
}
@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-service-item.style-2 {
    padding: 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-service-item.style-2 .ot-service-top {
    margin-bottom: 15px;
  }
}
.ot-service-item.style-2 .ot-service-content {
  padding: 40px;
  background-color: var(--ot-white-color);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.06);
}
@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-service-item.style-2 .ot-service-content {
    padding: 0;
    mask-image: none !important;
    box-shadow: none;
  }
}
.ot-service-item.style-2 .ot-box-title {
  font-size: 24px;
  margin-bottom: 0;
}
.ot-service-item.style-2 .ot-service-icon {
  width: 70px;
  height: 70px;
  padding: 0;
  line-height: 70px;
  text-align: center;
  background-color: #F3F3F3;
  border-radius: 10px;
  flex: 0 0 auto;
  margin-bottom: 0;
}
.ot-service-item.style-2 .ot-service-icon::before {
  display: none;
}
@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-service-item.style-2 .ot-service-icon {
    margin-bottom: 20px;
  }
}
.ot-service-item.style-2 .ot-service-btn {
  position: absolute;
  bottom: 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-service-item.style-2 .ot-service-btn {
    position: static;
  }
}
.ot-service-item.style-2 .ot-btn-primary {
  display: block;
  padding: 12.5px 21px;
}
.ot-service-item.style-2 .ot-btn-primary .ot-btn-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-service-item.style-2 .ot-btn-primary:hover .ot-btn-icon {
  filter: brightness(0) invert(1);
}
.ot-service-content .ot-box-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.ot-service-icon {
  position: relative;
  z-index: 2;
  padding-left: 17px;
  padding-top: 10px;
  margin-bottom: 25px;
}
.ot-service-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;
}
.ot-service-icon::before {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  content: "";
  background-color: #ece8ff;
  border-radius: 10px;
  z-index: -1;
}
.ot-service-action .ot-sec-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--ot-placeholder-color);
  margin-bottom: 0;
}
.ot-service-action .ot-bold-text {
  font-size: 15px;
}
.ot-service-action .ot-bold-text:hover {
  color: var(--ot-purple-color);
}
.ot-service-action .ot-bold-text::after {
  bottom: 7px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-service-active {
    margin: 0 71px;
  }
}
.ot-service-border-shape {
  position: absolute;
  inset: 0;
  background: #DFE1ED;
}
@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-service-border-shape {
    display: none;
  }
}
.ot-service-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
@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-service-top {
    display: block;
  }
}
.ot-service-tab {
  display: block;
}
.ot-service-tab-list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #020217;
  border-left: 4px solid #2F3343;
  margin-top: -1px;
}
.ot-service-tab-list:first-child {
  border-radius: 0px 15px 0px 0px;
}
.ot-service-tab-list:first-child .nav-link.active {
  border-radius: 0px 15px 0px 0px;
}
.ot-service-tab-list:last-child {
  border-radius: 0px 0px 15px 0px;
}
.ot-service-tab-list:last-child .nav-link.active {
  border-radius: 0px 0px 15px 0px;
}
.ot-service-tab-list .nav-link {
  width: 100%;
  padding: 29px 35px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 575px) {
  .ot-service-tab-list .nav-link {
    padding: 29px 10px;
    padding-right: 75px;
  }
}
.ot-service-tab-list .nav-link::before {
  position: absolute;
  width: 4px;
  height: 0;
  left: -4px;
  top: 0;
  content: "";
  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;
}
.ot-service-tab-list .nav-link.active {
  background: var(--ot-theme-color);
}
.ot-service-tab-list .nav-link.active::before {
  height: 100%;
}
.ot-service-tab-list .nav-link.active .ot-service-tab-title {
  color: var(--ot-white-color);
}
.ot-service-tab-list .nav-link.active .ot-service-tab-icon,
.ot-service-tab-list .nav-link.active .ot-service-tab-arrow {
  filter: brightness(1) contrast(2);
}
.ot-service-tab-list .nav-link.active .ot-service-tab-icon {
  transform: scaleX(-1);
}
.ot-service-tab-arrow {
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .ot-service-tab-arrow {
    right: 20px;
  }
}
.ot-service-tab-iconbox {
  display: flex;
  gap: 30px;
}
@media (max-width: 575px) {
  .ot-service-tab-iconbox {
    gap: 13px;
  }
}
.ot-service-tab-icon {
  width: 50px;
  height: 50px;
  -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-service-tab-title {
  max-width: 155px;
  color: #BFC1CC;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  text-align: start;
  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-service-tab-title {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .ot-service-tab-title {
    font-size: 16px;
  }
}
@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-service-tab-thumbbox {
    margin-bottom: 30px;
  }
}
.ot-service-tab-thumb {
  border-radius: 12px;
}
.ot-service-tab-thumb img {
  width: 100%;
  border-radius: 12px;
}
.ot-service-tab-content {
  position: absolute;
  padding: 35px;
  background: var(--ot-white-color);
  border-radius: 0px 0px 12px 12px;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 575px) {
  .ot-service-tab-content {
    padding: 20px;
    position: static;
  }
}
.ot-service-tab-content .ot-box-title {
  font-weight: 600;
}
@media (max-width: 575px) {
  .ot-service-tab-content .ot-box-title {
    font-size: 20px;
  }
}
.ot-service-tab-content .ot-box-title a:hover {
  color: var(--ot-theme-color);
}
.ot-service-tab-content .ot-sec-text {
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .ot-service-tab-content .ot-sec-text {
    font-size: 14px;
  }
}
.ot-service-tab-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: var(--ot-theme-color);
}
.ot-service-item.style-4 {
  padding: 40px;
  background: none;
  border-radius: 30px;
  border: 1px solid #E0E1E9;
}
.ot-service-item.style-4 .ot-box-title {
  font-size: 20px;
}
.ot-service-item.style-4 .ot-service-icon::before {
  width: 50.7px;
  height: 50.7px;
  background: #FFF3EF;
}
.ot-service-item.style-4 .ot-btn-primary {
  border-radius: 4px 12px;
}
.ot-service-item.style-4 .ot-btn-primary:hover .ot-btn-icon {
  filter: brightness(0) invert(1);
}
.ot-service-details-space {
  padding-top: 240px;
  padding-bottom: 145px;
}
@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-service-details-space {
    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-service-details-space {
    padding-top: 150px;
  }
}

.sv-details-funfact {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 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) {
  .sv-details-funfact {
    margin-top: 24px;
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .sv-details-funfact {
    display: block;
  }
}
.sv-details-funfact .ot-funfact-item {
  background: none;
  box-shadow: none;
  padding: 29px 31.5px;
  border: 1px solid var(--ot-th-border-color);
  border-radius: 12px;
}
@media (max-width: 575px) {
  .sv-details-funfact .ot-funfact-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.sv-details-funfact .ot-funfact-icon {
  margin-bottom: 0;
}
.sv-details-funfact .ot-funfact-icon::before {
  display: none;
}
.sv-details-funfact .ot-funfact-title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
}
.sv-details-funfact .ot-funfact-text {
  font-size: 17px;
  font-weight: 600;
  color: #4B4B4B;
}
.sv-details-feature-box ul li :not(:last-child) {
  margin-bottom: 18px;
}
.sv-details-feature-box ul li i {
  color: var(--ot-theme-color);
}

/*----------------------------------------*/
/*  7.13 History css
/*----------------------------------------*/
.ot-history-thumb-box {
  top: 30px;
}
@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-history-thumb-box {
    top: 0;
  }
}
.ot-history-thumb-box .ot-about-thumb {
  right: 23px;
}
@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-history-thumb-box .ot-about-thumb {
    right: 0;
  }
}
.ot-history-thumb-box .ot-about-thumb-shape {
  right: 16.5%;
  border-radius: 20px 20px 20px 107px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-history-thumb-box .ot-about-thumb-shape {
    right: 30px;
  }
}
.ot-history-funfact {
  padding: 20px;
  border: 1px solid var(--ot-th-border-color);
}
.ot-history-funfact-box {
  position: absolute;
  bottom: -12%;
  right: -18px;
  z-index: 2;
  animation: moving 5s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-history-funfact-box {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-history-funfact-box {
    right: 19%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-history-funfact-box {
    right: 45px;
    bottom: 8%;
  }
}
@media (max-width: 575px) {
  .ot-history-funfact-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .ot-history-funfact-box {
    bottom: 0;
  }
}
.ot-history-funfact .ot-funfact-item {
  flex-direction: row-reverse;
}
.ot-history-funfact .ot-funfact-title {
  font-weight: 600;
}
.ot-history-funfact .ot-funfact-icon {
  width: 100%;
}
.ot-history-funfact .ot-funfact-text {
  line-height: 1.2;
}
.ot-history-shape {
  position: absolute;
  top: -70px;
  right: -45px;
}
@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-history-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-history-thumb-box2 {
    text-align: center;
  }
}
.ot-history-thumb-box2 .ot-history-thumb img {
  border-radius: 30px 50px;
}
@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-history-thumb-box2 .ot-history-thumb img {
    width: 100%;
  }
}
.ot-history-thumb-box2 .ot-history-funfact-shape {
  position: absolute;
  width: 291px;
  height: 280px;
  right: -27px;
  bottom: -23px;
  display: inline-block;
  background: var(--ot-bright-orange-color);
  z-index: 1;
  border-radius: 30px 30px 30px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-history-thumb-box2 .ot-history-funfact-shape {
    right: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-history-thumb-box2 .ot-history-funfact-shape {
    right: 24px;
  }
}
.ot-history-style-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ot-history-style-3::before {
  position: absolute;
  width: 82%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/history/history-bg.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 60px 20px 0px;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-history-style-3::before {
    width: 85%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-history-style-3::before {
    width: 90%;
  }
}
@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-history-style-3::before {
    width: 100%;
    border-radius: 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-history-titlebox2 {
    margin-top: 20px;
  }
}
.ot-history-titlebox2 .ot-sec-text {
  max-width: 541px;
  border-left: 4px solid var(--ot-bright-orange-color);
  padding-left: 17px;
}
@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-history-titlebox2 .ot-sec-text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .ot-history-titlebox2 .ot-section-title {
    font-size: 21px;
  }
}
.ot-history-funfact-box2 .ot-history-funfact {
  display: inline-block;
  padding: 55px 35px;
  background: var(--ot-bright-orange-color);
  border: 0;
  border-radius: 40px 0px;
  margin: auto;
  position: absolute;
  right: -27px;
  bottom: -16px;
  width: 192px;
  height: 210px;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-history-funfact-box2 .ot-history-funfact {
    right: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-history-funfact-box2 .ot-history-funfact {
    right: 65px;
    border-radius: 40px 0 0 0;
  }
}
@media (max-width: 575px) {
  .ot-history-funfact-box2 .ot-history-funfact {
    padding: 20px 35px;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 125px;
    border-radius: 40px 0 30px 0px;
  }
}
.ot-history-funfact-box2 .ot-funfact-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ot-history-funfact-box2 .ot-funfact-title {
    font-size: 40px;
  }
}
.ot-history-funfact-box2 .ot-funfact-text {
  font-size: 20px;
}
@media (max-width: 575px) {
  .ot-history-funfact-box2 .ot-funfact-text {
    font-size: 18px;
  }
}
.ot-history-titlebox3 .ot-section-title {
  max-width: 553px;
}
@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-history-titlebox3 .ot-section-title {
    max-width: 100%;
  }
}
.ot-history-titlebox3 .ot-sec-text {
  font-weight: 500;
  color: var(--ot-title-color);
  max-width: 414px;
  line-height: 1.5;
}
@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-history-titlebox3 .ot-sec-text {
    max-width: 100%;
  }
}
.ot-history-feature-content .ot-sec-text {
  max-width: 388px;
}
@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-history-feature-content .ot-sec-text {
    max-width: 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-history-thumb-box3 {
    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-history-thumb-box3.thumb-box4 {
    flex: 0 0 auto;
    margin-bottom: 40px;
    margin-right: 25px;
  }
}
@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-history-thumb-box3.thumb-box4 {
    margin-bottom: -100px;
  }
}
.ot-history-thumb-box3 img {
  border-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-history-thumb-box3 img {
    width: 100%;
  }
}
.ot-history-thumb-box3 .ot-history-funfact-shape {
  position: absolute;
  width: 198px;
  height: 292px;
  right: -27px;
  bottom: 23px;
  display: inline-block;
  background: var(--ot-dark-green-color);
  z-index: 1;
  border-radius: 20px 15px 15px 0px;
}
.ot-history-funfact-box3 {
  position: absolute;
  max-width: 187px;
  top: -30%;
  right: -6%;
  z-index: 2;
  border-radius: 20px 15px 0px 15px;
  background: var(--ot-dark-green-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-history-funfact-box3 {
    top: -31%;
    right: -3%;
  }
}
.ot-history-funfact-box3 .ot-history-funfact {
  padding: 10px 14px;
  border: 0;
}
.ot-history-funfact-box3 .ot-funfact-contnet {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ot-history-funfact-box3 .ot-funfact-title {
  font-size: 50px;
  margin-bottom: 0;
}
.ot-history-funfact-box3 .ot-funfact-text {
  text-align: start;
  line-height: 1.5;
}

/*----------------------------------------*/
/*  7.17 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 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-main.style-2 .ot-skill-per {
  background: linear-gradient(90deg, #e5e5e5 0%, #b8e900 100%);
}
.ot-skill-main.style-2 .ot-skill-per::before, .ot-skill-main.style-2 .ot-skill-per::after {
  color: var(--ot-title-color);
  background-color: #d9d9d9;
}
.ot-skill-main.style-2 .ot-skill-name {
  font-size: 16px;
}
.ot-skill-main.style-3 .ot-skill-per {
  background: linear-gradient(90deg, #C5D7E8 0%, #00203E 100%);
}
.ot-skill-main.style-3 .ot-skill-per > ::before, .ot-skill-main.style-3 .ot-skill-per > ::after {
  color: var(--ot-title-color);
  background-color: #D4DAE5;
}
.ot-skill-main.style-4 .ot-skill-per {
  background: linear-gradient(90deg, #C3D4FF 0%, #0047FF 100%);
}
.ot-skill-main.style-4 .ot-skill-per > ::before, .ot-skill-main.style-4 .ot-skill-per > ::after {
  color: var(--ot-title-color);
  background-color: #D4DAE5;
}
.ot-skill-main.style-4 .ot-skill-item {
  padding: 0;
}
.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, #e7e2ff 0%, #4e2fda 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.11 Funfact css
/*----------------------------------------*/
@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-funfact-style.ot-space-top-sm3 {
    padding-top: 0;
  }
}
.ot-funfact-item {
  padding: 32px 40px;
  box-shadow: 0 11px 30px 0 #e9eaf2;
  background: var(--ot-white-color);
  border-radius: 30px;
}
.ot-funfact-item.style-2 {
  padding: 0;
  display: flex;
  gap: 20px;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-funfact-item.style-2 {
    gap: 10px;
  }
}
.ot-funfact-item.style-2 .ot-funfact-title {
  font-size: 60px;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-funfact-item.style-2 .ot-funfact-title {
    font-size: 45px;
  }
}
.ot-funfact-item.style-2 .ot-funfact-icon::before {
  width: 84.51px;
  height: 84.51px;
  background: #F3F3F3;
}
.ot-funfact-item.style-2 .ot-funfact-icon .img-icon {
  margin-left: 20px;
  margin-top: 28px;
}
.ot-funfact-item.style-2.green .ot-funfact-icon::before {
  background: #edf5eb;
}
.ot-funfact-item.style-2.green .ot-funfact-icon .img-icon {
  margin-left: 20px;
  margin-top: 28px;
}
.ot-funfact-item.style-3 {
  padding: 36px 40px;
}
.ot-funfact-icon {
  margin-bottom: 15px;
}
.ot-funfact-icon::before {
  position: absolute;
  width: 60px;
  height: 60px;
  content: "";
  border-radius: 10px;
  background: #ece8ff;
  z-index: -1;
}
.ot-funfact-icon > .img-icon {
  margin-left: 17px;
  margin-top: 10px;
}
.ot-funfact-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #00194c;
}
.ot-funfact-title.title-sm {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
}
.ot-funfact-text {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #667594;
  margin-bottom: 0;
}
.ot-funfact-box2 {
  padding: 21px 25px;
  display: inline-block;
  background: var(--ot-white-color);
  border-radius: 22px;
}
.ot-funfact-box2 .ot-funfact-text {
  max-width: 91px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ot-title-color);
}
.ot-funfact-box3 .ot-funfact-title {
  font-size: 20px;
  font-weight: 600;
}
.ot-funfact-box3 .ot-funfact-text {
  font-size: 13px;
}
.ot-funfact-box3 .ot-funfact-icon::before {
  display: none;
}
.ot-funfact-box3 .ot-funfact-box {
  padding: 24px 23.5px;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
}
.ot-funfact-btn1 .ot-btn-primary {
  background: var(--ot-bright-orange-color);
}
.ot-funfact-style-4 {
  padding-top: 255px;
  margin-top: -160px;
}
@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-4-wrapp {
    margin-bottom: 40px;
  }
}
.ot-funfact-4-wrapp ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media (max-width: 575px) {
  .ot-funfact-4-wrapp ul {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ot-funfact-4-wrapp ul::before, .ot-funfact-4-wrapp ul::after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  content: "";
  background: #1F2042;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .ot-funfact-4-wrapp ul::before, .ot-funfact-4-wrapp ul::after {
    display: none;
  }
}
.ot-funfact-4-wrapp ul::after {
  width: 1px;
  height: 100%;
  left: 0;
  right: 28px;
  text-align: center;
  margin: auto;
  top: 0;
  transform: translateY(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-funfact-4-wrapp ul::after {
    right: 45px;
  }
}
.ot-funfact-4-wrapp ul li {
  list-style-type: none;
  padding: 24px 0;
}
@media (max-width: 575px) {
  .ot-funfact-4-wrapp ul li {
    padding: 30px 20px;
  }
}
.ot-funfact-4-wrapp ul li:nth-child(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .ot-funfact-4-wrapp ul li:nth-child(1) {
    padding-top: 0;
  }
}
.ot-funfact-4-wrapp ul li:nth-child(2n) {
  margin-left: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .ot-funfact-4-wrapp ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.ot-funfact-titlebox4 .ot-sec-text {
  color: #E9EBF8;
  max-width: 519px;
}
@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-funfact-titlebox4 .ot-sec-text {
    max-width: 100%;
  }
}
.ot-funfact-item.style-4 {
  padding: 0;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.ot-funfact-item.style-4 .ot-funfact-title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E9EBF8;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@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-funfact-item.style-4 .ot-funfact-title {
    font-size: 60px;
  }
}
.ot-funfact-item.style-4 .ot-funfact-text {
  font-size: 20px;
  font-weight: 500;
  color: #E9EBF8;
}
.ot-funfact-cta-box {
  display: flex;
  gap: 43px;
  align-items: center;
}
@media (max-width: 575px) {
  .ot-funfact-cta-box {
    display: block;
  }
}

/*----------------------------------------*/
/*  7.18 Project css
/*----------------------------------------*/
.ot-project-item {
  border-radius: 30px;
}
.ot-project-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
  content: "";
  border-radius: 30px;
  background-color: rgba(78, 47, 218, 0.9);
  transform: scale(0.5);
  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-project-item:hover .ot-project-content {
  opacity: 1;
  visibility: visible;
}
.ot-project-item:hover .ot-box-title {
  transform: translateY(0);
}
.ot-project-item:hover .ot-sec-text {
  transform: translateY(0);
}
.ot-project-item:hover .ot-project-btn {
  transform: translateY(0);
}
.ot-project-item:hover::before {
  opacity: 0.9;
  transform: scale(1);
  visibility: visible;
}
.ot-project-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(-50%);
  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-project-content .ot-box-title {
  font-weight: 600;
  font-size: 22px;
  color: var(--ot-white-color);
  display: inline-block;
  transform: translateY(30px);
  -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), 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-project-content .ot-box-title {
    font-size: 18px;
  }
}
.ot-project-content .ot-sec-text {
  display: block;
  transform: translateY(20px);
  -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-project-thumb {
  transition: all 0.6s ease;
}
.ot-project-thumb a img {
  width: 100%;
  border-radius: 30px;
}
.ot-project-btn {
  transform: translateY(10px);
  -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-project-btn .ot-btn-primary {
  font-size: 22px;
  padding: 7px 26px;
  color: var(--ot-purple-color);
}
.ot-project-item.style-2 {
  -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-project-item.style-2::before {
  position: static;
}
.ot-project-item.style-2 .ot-project-content {
  position: static;
  text-align: start;
  margin: initial;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ot-project-item.style-2 .ot-box-title {
  display: block;
  color: var(--ot-title-color);
  transform: translateY(0);
}
.ot-project-item.style-2 .ot-project-categorie {
  font-size: 12.09px;
  font-weight: 500;
  display: inline-block;
  color: var(--ot-bright-orange-color);
  padding: 3.454px 17.271px;
  border-radius: 8.636px;
  background: var(--ot-gray-color);
}
.ot-project-item.style-2 .ot-project-btn {
  transform: translateY(0);
}
.ot-project-item.style-2 .ot-project-btn > .ot-btn-primary {
  padding: 0px 15.4px;
  line-height: 43.178px;
  text-align: center;
  background: #E9EBF8;
  border-radius: 10.36px;
}
.ot-project-item.style-2 .ot-project-btn > .ot-btn-primary .ot-btn-icon {
  margin-left: 0;
}
.ot-project-active {
  padding: 50px 0;
}
.ot-project-active .swiper-slide {
  transition: transform 0.3s ease, scale 0.3s ease;
  transform: scale(1);
}
.ot-project-active .swiper-slide-active {
  transform: scale(1.1);
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-project-active .swiper-slide-active {
    transform: scale(1);
  }
}
.ot-project-titlebox3 .ot-section-subtitle {
  font-size: 16px;
  color: var(--ot-title-color);
  display: inline-block;
  margin-bottom: 30px;
}
.ot-project-titlebox3 .ot-section-title {
  font-size: 40px;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-project-titlebox3 .ot-section-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ot-project-titlebox3 .ot-section-title {
    font-size: 22px;
  }
}
.ot-project-item.style-3 {
  overflow: hidden;
  border-radius: 20px;
}
.ot-project-item.style-3:hover::before {
  display: none;
}
.ot-project-item.style-3:hover .ot-project-thumb::before {
  animation: shine 1s;
}
.ot-project-item.style-3:hover .ot-project-thumb img {
  mix-blend-mode: normal;
}
.ot-project-item.style-3:hover .ot-project-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10%);
}
.ot-project-item.style-3:hover .ot-box-title {
  transform: translateY(0);
}
.ot-project-item.style-3 .ot-project-thumb > img {
  width: 100%;
  border-radius: 15px;
  mix-blend-mode: luminosity;
}
.ot-project-item.style-3 .ot-project-content {
  position: absolute;
  left: 10px;
  right: 10px;
  top: auto;
  bottom: 0;
  padding: 24px 28px;
  text-align: start;
  transform: translateY(100%);
  background: var(--ot-white-color);
  border-radius: 15px;
}
.ot-project-item.style-3 .ot-box-title {
  color: var(--ot-title-color);
  transform: translateY(0);
}
.ot-project-item.style-3 .ot-project-categorie {
  color: var(--ot-dark-green-color);
}
.ot-project-item.style-3 .ot-project-btn {
  position: absolute;
  right: 30px;
  top: -19px;
}
.ot-project-item.style-3 .ot-project-btn .ot-btn-primary {
  padding: 7px 19px;
  color: var(--ot-white-color);
  background: var(--ot-dark-green-color);
}
.ot-project-2-active {
  padding-top: 50px;
  margin-right: 103px;
  margin-left: 173px;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-project-2-active {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-project-2-active {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@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-project-2-active {
    padding-top: 20px;
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-project-2-active {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.ot-project-2-active .swiper-slide {
  background: #000;
  border-radius: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-project-feature-box .ot-about-feature-list {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-project-feature-box .ot-about-feature-list {
    margin-bottom: 10px;
  }
}
.ot-project-feature-box .ot-about-feature-list ul li {
  justify-content: center;
}
@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-feature-box .ot-about-feature-list ul li {
    justify-content: start;
  }
}
.ot-project-feature-box .ot-about-feature-list ul li i {
  color: var(--ot-theme-color);
}
.ot-project-skill-box {
  gap: 50px;
}
.ot-project-skill-box .ot-postbox-thumb {
  flex: 0 0 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-project-skill-box .ot-postbox-thumb {
    width: 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-project-skill-box .ot-postbox-thumb img {
    width: 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-project-skill-box {
    flex-wrap: wrap;
  }
}
@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 {
    order: 1;
  }
}
.ot-project-details-space {
  padding-top: 235px;
  padding-bottom: 155px;
}
@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-details-space {
    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-project-details-space {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-project-sidebar {
    margin-left: -15px;
  }
}

/*----------------------------------------*/
/*  7.25 Textslider css
/*----------------------------------------*/
.ot-textslider-title {
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.07em;
  color: transparent;
  text-align: center;
  display: inline-block;
  -webkit-text-stroke: 1px var(--ot-title-color);
  text-transform: uppercase;
  margin-top: -0.1em;
}
.ot-textslider-icon {
  text-align: center;
  margin-left: 5px;
}
.ot-textslider-style2, .ot-textslider-style3 {
  padding: 17px 0 17px 52px;
  transform: rotate(-4deg);
  margin: 0 -50px;
  margin-top: -70px;
}
@media (max-width: 575px) {
  .ot-textslider-style2, .ot-textslider-style3 {
    padding: 17px 0 17px 0px;
  }
}
.ot-textslider-style2 .ot-textslider-title, .ot-textslider-style3 .ot-textslider-title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ot-title-color2);
  margin-bottom: 0;
  line-height: 1.1;
  -webkit-text-stroke: inherit;
}
.ot-textslider-style2 .ot-textslider-icon img, .ot-textslider-style3 .ot-textslider-icon img {
  width: 36px;
  height: 36px;
  filter: brightness(0) contrast(1);
}
.ot-textslider-style2 {
  position: relative;
  transform: rotate(4deg);
  z-index: 2;
  margin-top: 70px;
}
@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) {
  .ot-textslider-style2 {
    transform: rotate(7deg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-textslider-style2 {
    transform: rotate(12deg);
  }
}
@media (max-width: 575px) {
  .ot-textslider-style2 {
    transform: rotate(18deg);
  }
}
.ot-textslider-style2 .ot-textslider-title {
  color: var(--ot-white-color);
}
.ot-textslider-style2 .ot-textslider-icon img {
  width: 36px;
  height: 36px;
  filter: brightness(4) contrast(3);
}
@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) {
  .ot-textslider-style3 {
    transform: rotate(-7deg);
  }
}
@media (max-width: 575px) {
  .ot-textslider-style3 {
    transform: rotate(-12deg);
  }
}
@media (max-width: 575px) {
  .ot-textslider-style3 {
    transform: rotate(-18deg);
  }
}
.ot-textslider-style4 .ot-textslider-title {
  font-weight: 500;
  font-size: 24px;
  color: var(--ot-white-color);
  -webkit-text-stroke: inherit;
  text-transform: capitalize;
  margin-bottom: 0;
}
.ot-textslider-style4 .ot-textslider-icon {
  text-align: center;
  margin-left: 20px;
}

/*----------------------------------------*/
/*  7.23 Team css
/*----------------------------------------*/
.ot-team-title-box .ot-sec-text {
  max-width: 483px;
  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-team-title-box .ot-sec-text {
    max-width: 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-team-title-box .ot-sec-text br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-team-title-box .ot-section-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-team-title-box .ot-section-title br {
    display: none;
  }
}
.ot-team-title-box2 .ot-section-title {
  font-size: 40px;
  max-width: 633px;
  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-team-title-box2 .ot-section-title {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .ot-team-title-box2 .ot-section-title {
    font-size: 22px;
  }
}
.ot-team-title-box3 .ot-section-title {
  font-size: 40px;
  max-width: 437px;
}
@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-title-box3 .ot-section-title {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .ot-team-title-box3 .ot-section-title {
    font-size: 22px;
  }
}
@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-title-box3 .ot-team-text {
    padding-bottom: 0;
    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-team-text {
    margin-bottom: 0;
  }
}
.ot-team-item {
  border-radius: 10px;
}
.ot-team-item:hover a img {
  mix-blend-mode: normal;
  transform: scale(1.1);
}
.ot-team-item.style-3 {
  position: relative;
  overflow: hidden;
  background-color: var(--ot-white-color);
}
.ot-team-item.style-3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37%;
  background: var(--ot-white-color);
  content: "";
  filter: blur(25px);
}
@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-item.style-3::after {
    height: 45%;
  }
}
.ot-team-item.style-3 .ot-team-thumb {
  background: none;
  margin-bottom: 0;
}
.ot-team-item.style-3 .ot-team-content {
  position: absolute;
  padding: 0 34px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 10px;
  background: var(--ot-white-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-team-item.style-3 .ot-team-content {
    padding: 0 20px;
  }
}
.ot-team-item.style-3 .ot-team-social-box {
  top: 27px;
  right: 20px;
  padding: 0;
}
.ot-team-item.style-3 .ot-team-social-icon {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  background: #E8E8E8;
  border-radius: 100px;
  overflow: hidden;
  z-index: 2;
}
.ot-team-item.style-3 .ot-team-social-icon img {
  mix-blend-mode: normal;
  transform: scale(1);
  border-radius: 0;
}
.ot-team-item.style-3 .ot-sec-text {
  color: var(--ot-placeholder-color);
}
.ot-team-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  background: var(--ot-white-color);
}
.ot-team-thumb a img {
  border-radius: 20px;
  mix-blend-mode: luminosity;
  -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-team-content .ot-sec-text {
  color: var(--ot-purple-color);
  margin-bottom: 0;
}
.ot-team-social-box {
  position: absolute;
  top: 25px;
  right: -8px;
  padding: 40px 20px;
  background-repeat: no-repeat;
}
.ot-team-social-icon {
  display: block;
  font-size: 15px;
  color: var(--ot-purple-color);
}
.ot-team-social-icon:not(:last-child) {
  margin-bottom: 5px;
}
.ot-team-card-2 {
  position: relative;
  background: #F8F8F8;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .ot-team-card-2 {
    mask-image: none !important;
  }
}
.ot-team-card-2 .ot-team-thumb {
  background: none;
  margin-bottom: 0;
}
.ot-team-card-2 .ot-team-border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ot-team-card-2 .ot-team-border img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .ot-team-card-2 .ot-team-border {
    display: none;
  }
}
.ot-team-card-2 .ot-team-content {
  margin-left: 5em;
  padding-right: 5em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-team-card-2 .ot-team-content {
    margin-left: 7em;
  }
}
@media (max-width: 575px) {
  .ot-team-card-2 .ot-team-content {
    margin-left: 20px;
  }
}
.ot-team-card-2 .ot-sec-text {
  color: #444444;
}
.ot-team-card-2 .ot-box-title {
  margin-bottom: 0;
}
.ot-team-card-2 .ot-team-social-box {
  position: absolute;
  top: 35px;
  right: 20px;
  padding: 0;
}
@media (max-width: 575px) {
  .ot-team-card-2 .ot-team-social-box {
    right: 15px;
  }
}
.ot-team-card-2 .ot-team-social-icon {
  font-size: 20px;
  color: var(--ot-placeholder-color);
}
.ot-team-card-2 .ot-team-social-icon:hover {
  color: var(--ot-purple-color);
}
.ot-team-card-2 .ot-team-social-icon:not(:last-child) {
  margin-bottom: 24px;
}
.ot-team-shape-left, .ot-team-shape-right {
  position: absolute;
  right: 0;
  top: 0;
}
.ot-team-shape-left {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
}
.ot-team-shape-curve {
  position: absolute;
  bottom: 24%;
  right: 8%;
  animation: ottranslateX 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-team-shape-curve {
    right: 3%;
  }
}
@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-team-shape-curve {
    display: none;
  }
}
.ot-team-note .ot-sec-text {
  font-size: 14px;
}
.ot-team-item.style-4 .ot-team-thumb {
  text-align: center;
  background: var(--ot-gray-color);
  border: 1px solid #E2E4F0;
  z-index: 2;
}
.ot-team-item.style-4 .ot-team-thumb a img {
  mix-blend-mode: normal;
}
.ot-team-item.style-4 .ot-team-social-box {
  top: auto;
  right: 50px;
  padding: 10px 22px;
  left: 50px;
  bottom: -14px;
  text-align: center;
  background: var(--ot-bright-orange-color);
}
.ot-team-item.style-4 .ot-team-social-icon {
  font-size: 17px;
  display: inline-block;
  font-size: 15px;
  color: var(--ot-white-color);
}
.ot-team-item.style-4 .ot-team-social-icon:not(:last-child) {
  margin-right: 10px;
}
.ot-team-item.style-4 .ot-sec-text {
  color: var(--ot-bright-orange-color);
}
.ot-team-img-shape {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.ot-team-item.style-5 {
  padding: 40px 44px 30px 44px;
  background-color: var(--ot-white-color);
  border: 1px solid #DFE1ED;
  border-radius: 20px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-team-item.style-5 {
    padding: 24px;
  }
}
.ot-team-item.style-5 .ot-sec-text {
  color: var(--ot-placeholder-color);
}
.ot-team-item.style-5 .ot-team-thumb {
  width: 200px;
  height: 200px;
  line-height: 200px;
  background: #F0F0F0;
  border-radius: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.ot-team-item.style-5 .ot-team-social-box {
  position: static;
  padding: 0;
}
.ot-team-item.style-5 .ot-team-social-icon {
  font-size: 18px;
  display: inline-block;
  color: var(--ot-dark-green-color);
}
.ot-team-item.style-5 .ot-team-social-icon:not(:last-child) {
  margin-right: 18.5px;
}
.ot-team-wrapp-5 .ot-team-active {
  padding: 26px 0;
}
.ot-team-details-content {
  padding: 50px;
  border: 1px solid #E5E5E5;
  border-radius: 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-team-details-content {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-team-details-content {
    padding: 30px;
  }
}
.ot-team-details-thumb {
  background: #F7F7F7;
  border: 1px solid #E9EBF8;
  border-radius: 20px;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-team-details-thumb {
    margin-left: 15px;
  }
}
.ot-team-details-titlebox {
  padding-bottom: 23px;
}
.ot-team-details-titlebox::after {
  position: absolute;
  width: 50px;
  height: 5px;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--ot-theme-color);
  border-radius: 100px;
}
.ot-team-details-title {
  color: var(--ot-title-color);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ot-team-details-title {
    font-size: 30px;
  }
}
.ot-team-details-title.title-border {
  font-size: 30px;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .ot-team-details-title.title-border {
    font-size: 22px;
  }
}
.ot-team-details-title.title-border::after {
  position: absolute;
  width: 50px;
  height: 5px;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--ot-theme-color);
  border-radius: 100px;
}
.ot-team-details-social-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  background: #EFEFEF;
  -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-details-social-icon:hover {
  color: var(--ot-white-color);
  background: var(--ot-theme-color);
}
.ot-team-details-info {
  display: flex;
  flex-wrap: wrap;
  max-width: 565px;
  gap: 25px 60px;
}
.ot-team-details-info-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ot-team-details-info-icon {
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  color: var(--ot-white-color);
  border-radius: 8px;
  background: var(--ot-theme-color);
  flex: 0 0 auto;
}
.ot-team-details-info-title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: var(--ot-title-color);
  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-details-info-title:hover {
  color: var(--ot-theme-color);
}
.ot-team-details-info-categorie {
  font-size: 15px;
  font-weight: 500;
  color: #4B4B4B;
}
.ot-team-skill-wrapp, .ot-team-contact-wrapp {
  padding: 50px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-team-skill-wrapp, .ot-team-contact-wrapp {
    padding: 30px;
  }
}
.ot-team-skill-wrapp .ot-skill-main {
  max-width: 470px;
}
@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-skill-wrapp .ot-skill-main {
    max-width: 100%;
    margin-top: 30px;
  }
}
.ot-team-skill-wrapp .ot-skill-main .ot-skill-name {
  font-size: 16px;
}
.ot-team-contact-box .ot-contact-input input,
.ot-team-contact-box .ot-contact-input textarea,
.ot-team-contact-box .ot-contact-input .nice-select {
  border: 0;
  background: #F5F5F5;
}
.ot-team-contact-box .ot-contact-input textarea {
  height: 119px;
}
.ot-team-contact-box .ot-btn-primary.ot-btn-primary {
  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-team-contact-box {
    margin-top: 30px;
  }
}

/*----------------------------------------*/
/*  7.8 Cta css
/*----------------------------------------*/
.ot-cta-titlebox .ot-section-title {
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .ot-cta-titlebox .ot-section-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ot-cta-titlebox .ot-section-title {
    font-size: 22px;
  }
}
@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 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-cta-titlebox2 .ot-section-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ot-cta-titlebox2 .ot-section-title {
    font-size: 28px;
  }
}
.ot-cta-titlebox3 .ot-section-title {
  font-size: 30px;
}
@media (max-width: 575px) {
  .ot-cta-titlebox3 .ot-section-title {
    font-size: 24px;
  }
}
@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-titlebox3 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-cta-titlebox3.style-4 {
    margin-bottom: 20px;
  }
}
.ot-cta-titlebox4 .ot-section-title {
  font-size: 40px;
}
@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-cta-titlebox4 .ot-section-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .ot-cta-titlebox4 .ot-section-title {
    font-size: 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-titlebox4 {
    margin-bottom: 20px;
  }
}
.ot-cta-titlebox5 .ot-section-title {
  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-cta-titlebox5 .ot-section-title {
    margin-bottom: 20px;
  }
}
.ot-cta-titlebox6 .ot-section-title {
  font-size: 32px;
  line-height: 1.3;
  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-cta-titlebox6 .ot-section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-cta-titlebox6 .ot-section-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ot-cta-titlebox6 .ot-section-title {
    font-size: 22px;
  }
}
.ot-cta-content {
  display: flex;
  gap: 52px;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-cta-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-cta-content {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-cta-content {
    display: block;
  }
}
.ot-cta-content.style-2 .ot-cta-info {
  gap: 13px;
}
@media (max-width: 575px) {
  .ot-cta-content.style-2 .ot-cta-info {
    gap: 5px;
  }
}
.ot-cta-content.style-3 {
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-cta-content.style-3 {
    gap: 30px;
  }
}
.ot-cta-content.style-3 .ot-cta-info {
  gap: 10px;
}
.ot-cta-content.style-3 .ot-cta-info-text {
  margin-bottom: 3px;
}
.ot-cta-info {
  display: flex;
  gap: 21px;
  align-items: center;
}
@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-info {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-cta-info {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.ot-cta-info-text {
  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-cta-info-text {
    text-align: start;
  }
}
@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-info-number {
    font-size: 24px;
  }
}
.ot-cta-btn .ot-btn-primary {
  color: var(--ot-title-color);
}
.ot-cta-btn .ot-btn-primary:hover .ot-btn-icon {
  filter: brightness(0) invert(1);
}
.ot-cta-btn.btn-3 .ot-btn-primary {
  color: var(--ot-white-color);
}
.ot-cta-btn.btn-3 .ot-btn-primary .ot-btn-icon {
  filter: brightness(9) contrast(1);
}
.ot-cta-btn-5 .ot-btn-primary {
  color: var(--ot-title-color);
  background: var(--ot-white-color);
}
.ot-cta-btn-5 .ot-btn-primary::before {
  background: var(--ot-title-color);
}
.ot-cta-btn-5 .ot-btn-primary::after {
  transform: translate(-50%, -50%) rotate(-35deg);
  background: var(--ot-dark-green-color);
}
.ot-cta-btn-5 .ot-btn-primary:hover {
  color: var(--ot-white-color);
}
.ot-cta-btn-5 .ot-btn-primary:hover::before {
  background: var(--ot-white-color);
}
.ot-cta-btn-5 .ot-btn-primary:hover .ot-btn-icon {
  filter: brightness(9) contrast(1);
}
.ot-cta-btn-5 .ot-btn-primary .ot-btn-icon {
  filter: brightness(0) contrast(1);
}
.ot-cta-shape-web, .ot-cta-shape-curve, .ot-cta-shape-circle {
  position: absolute;
}
.ot-cta-shape-web {
  top: 0;
  left: 8%;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-cta-shape-web {
    left: 5%;
  }
}
@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-cta-shape-web {
    left: 0;
  }
}
.ot-cta-shape-circle {
  bottom: 0;
  right: 11.5%;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-cta-shape-circle {
    right: 5%;
  }
}
@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-cta-shape-circle {
    right: 0;
  }
}
.ot-cta-shape-curve {
  bottom: 20%;
  right: 18.5%;
  z-index: 2;
  animation: ottranslateX 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-cta-shape-curve {
    right: 13.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-cta-shape-curve {
    right: 10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-cta-shape-curve {
    right: 5%;
  }
}
@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-shape-curve {
    right: 15%;
    bottom: 15%;
  }
}
@media (max-width: 575px) {
  .ot-cta-shape-curve {
    bottom: 10%;
  }
}
.ot-cta-wrapper2 {
  padding: 74px 88px 55px 67px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-cta-wrapper2 {
    padding: 50px 40px 50px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-cta-wrapper2 {
    padding: 50px 20px 40px 20px;
  }
}
@media (max-width: 575px) {
  .ot-cta-wrapper2 {
    padding: 50px 15px 40px 15px;
  }
}
.ot-cta-wrapper2 .ot-cta-info-icon img {
  filter: brightness(0);
}
.ot-cta-line1 {
  position: absolute;
  top: 0;
  left: 12%;
}
@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-line1 {
    left: 1.5%;
  }
}
.ot-cta-line2, .ot-cta-line3 {
  position: absolute;
  top: 0;
  right: 7.5%;
  height: 100%;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .ot-cta-line2, .ot-cta-line3 {
    right: 2.1%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-cta-line2, .ot-cta-line3 {
    right: -0.9%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-cta-line2, .ot-cta-line3 {
    right: -8.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-cta-line2, .ot-cta-line3 {
    right: -16.5%;
  }
}
.ot-cta-line3 {
  right: 15.5%;
}
.ot-cta-content4 {
  gap: 27px;
}
.ot-cta-content4 .ot-cta-info {
  gap: 12px;
}
.ot-cta-content4 .ot-btn-primary {
  color: var(--ot-bright-orange-color);
}
.ot-cta-wrapper5 {
  padding: 50px 80px 45px 50px;
  border-radius: 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-cta-wrapper5 {
    padding: 50px 20px 45px 20px;
  }
}
.ot-cta-wrapper5 .ot-cta-info-icon img {
  filter: brightness(1);
}
.ot-cta-black-btn {
  color: var(--ot-title-color);
}
.ot-cta-black-btn:hover .ot-btn-icon {
  filter: brightness(0) invert(1);
}

.cta-inner {
  gap: 35px;
}
.cta-inner .ot-cta-info {
  gap: 15px;
}

/*----------------------------------------*/
/*  7.24 Testimonial css
/*----------------------------------------*/
.ot-testimonial-item {
  padding: 30px 37px 37px 37px;
  background: var(--ot-white-color);
  border: 1px solid var(--ot-border-color3);
  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-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .ot-testimonial-client-box {
    display: block;
  }
}
.ot-testimonial-client-info {
  display: flex;
  gap: 19px;
  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%;
}

.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-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;
}

/*----------------------------------------*/
/*  7.6 Choose css
/*----------------------------------------*/
.ot-choose-curve-shape {
  position: absolute;
  top: 40px;
  left: 35px;
}
.ot-choose-star-shape {
  position: absolute;
  right: 0;
  top: -35px;
  animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.ot-choose-thumb-border {
  position: absolute;
  top: 0;
  inset: 0;
  background-color: var(--ot-white-color);
}
.ot-choose-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), (max-width: 575px) {
  .ot-choose-thumb > img {
    border: 8px solid var(--ot-white-color);
    border-radius: 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-choose-thumb-box {
    margin-bottom: 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-choose-thumb.bg-mask {
    mask-image: none !important;
  }
}
.ot-choose-thumb2 {
  text-align: end;
  margin-top: -161px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-choose-thumb2 {
    margin-right: 35px;
  }
}
@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-choose-thumb2 {
    margin-top: 20px;
    text-align: start;
  }
}
.ot-choose-thumb2 img {
  border: 8px solid #fff;
  border-radius: 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-choose-thumb2 img {
    width: 100%;
  }
}
.ot-choose-titlebox .ot-section-title {
  max-width: 429px;
}
@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-choose-titlebox .ot-section-title {
    max-width: 100%;
  }
}
.ot-choose-titlebox .ot-sec-text {
  max-width: 523px;
}
@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-choose-titlebox .ot-sec-text {
    max-width: 100%;
  }
}
.ot-choose-titlebox2 .ot-section-subtitle {
  font-size: 16px;
  margin-bottom: 25px;
}
.ot-choose-titlebox2 .ot-section-title {
  max-width: 464px;
}
@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-choose-titlebox2 .ot-section-title {
    max-width: 100%;
  }
}
.ot-choose-titlebox2 .ot-sec-text {
  max-width: 485px;
}
@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-choose-titlebox2 .ot-sec-text {
    max-width: 100%;
  }
}
.ot-choose-feature-list li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  gap: 9px;
  color: var(--ot-title-color);
}
@media (max-width: 575px) {
  .ot-choose-feature-list li {
    font-size: 16px;
  }
}
.ot-choose-feature-list li:not(:last-child) {
  margin-bottom: 20px;
}
.ot-choose-thumb-box3 {
  display: inline-block;
}
@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-choose-thumb-box3 {
    margin-bottom: 40px;
  }
}
.ot-choose-thumb-box3 .ot-funfact-icon {
  margin-bottom: 0;
  margin-left: 21px;
}
.ot-choose-thumb-box3 .ot-circle-box2 {
  position: absolute;
  top: -7%;
  left: -14%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-choose-thumb-box3 .ot-circle-box2 {
    top: -10%;
    left: 0%;
  }
}
@media (max-width: 575px) {
  .ot-choose-thumb-box3 .ot-circle-box2 {
    position: static;
    margin-top: 30px;
    transform: translateY(0);
  }
}
.ot-choose-thumb3 > img {
  border-radius: 20px;
}
.ot-choose-thumb3 .ot-history-funfact {
  border: 0;
  padding: 22.5px 30px;
}
.ot-choose-thumb3 .ot-history-funfact-box {
  bottom: 10px;
  right: auto;
  left: 10px;
}
.ot-choose-item {
  gap: 30px;
  padding: 36px;
  background: var(--ot-white-color);
  border: 1px solid #E6E6E6;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-choose-item {
    gap: 25px;
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-choose-item {
    gap: 20px;
    padding: 15px;
  }
}
.ot-choose-item:hover .ot-img-hover::before {
  animation: shine 1s;
}
@media (max-width: 575px) {
  .ot-choose-item.style-2 .ot-choose-thumb {
    margin-bottom: 20px;
  }
}
.ot-choose-item.style-2 .ot-choose-thumb > img {
  border: 0;
}
.ot-choose-thumb {
  flex: 0 0 auto;
}
.ot-choose-thumb > img {
  border-radius: 15px;
}
.ot-choose-thumb-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 58px;
  left: 0;
  line-height: 60px;
  text-align: center;
  background: var(--ot-dark-green-color);
  border-radius: 0 10px 10px 0;
}
.ot-choose-title {
  font-weight: 600;
  font-size: 22px;
  color: var(--ot-title-color2);
}
.ot-choose-btn .ot-btn-primary {
  color: var(--ot-dark-green-color);
  background: var(--ot-gray-color);
}
.ot-choose-btn .ot-btn-primary::before {
  background: var(--ot-dark-green-color);
}
.ot-choose-btn .ot-btn-primary::after {
  transform: translate(-50%, -50%) rotate(-35deg);
  background: var(--ot-dark-green-color);
}
.ot-choose-btn .ot-btn-primary:hover {
  color: var(--ot-white-color);
}
.ot-choose-btn .ot-btn-primary:hover::before {
  background: var(--ot-white-color);
}
.ot-choose-btn .ot-btn-primary:hover .ot-btn-icon {
  filter: brightness(9) contrast(1);
}

/*----------------------------------------*/
/*  7.4 Case-study css
/*----------------------------------------*/
.ot-case-study-item:hover .ot-case-study-thumb img {
  filter: grayscale(0);
  transform: scale(1.2);
}
.ot-case-study-item:hover .ot-img-hover::before {
  animation: shine 1s;
}
@media (max-width: 575px) {
  .ot-case-study-thumb {
    mask-image: none !important;
  }
}
.ot-case-study-thumb img {
  width: 100%;
  transition: 1.4s;
  filter: grayscale(1);
}
.ot-case-study-tag {
  position: absolute;
  top: 20px;
  left: 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #444;
  border-radius: 8px;
  padding: 4px 15px;
  background-color: var(--ot-white-color);
}
.ot-case-study-titlebox .ot-section-title {
  line-height: 1.3;
}
.ot-case-study-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--ot-title-color);
  max-width: 290px;
  margin-top: -60px;
  -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: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-case-study-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .ot-case-study-title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-case-study-title {
    margin-top: -65px;
  }
}
@media (max-width: 575px) {
  .ot-case-study-title {
    padding: 10px 10px;
    margin: 10px 7px;
    margin-top: -70px;
    background: var(--ot-white-color);
  }
}

.ot-case-active {
  margin: 0 36px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-case-active {
    margin: 0 15px;
    margin-bottom: 60px;
  }
}
@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-case-active {
    margin: 0 15px;
    margin-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  7.9 Faq css
/*----------------------------------------*/
.ot-faq-shape {
  position: absolute;
  bottom: 0;
  left: -95px;
  z-index: -1;
  animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.ot-faq-thumb img {
  width: 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-faq-thumb {
    margin-bottom: 40px;
  }
}
.ot-faq-titlebox .ot-section-title {
  font-size: 40px;
}
@media (max-width: 575px) {
  .ot-faq-titlebox .ot-section-title {
    font-size: 22px;
  }
}
@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 .ot-section-title br {
    display: none;
  }
}
.ot-faq-accordion-box2 .accordion-items:last-child {
  margin-bottom: 0;
}
.ot-faq-accordion-box2 .accordion-buttons {
  font-size: 18px;
  font-weight: 500;
  padding: 16px 50px 16px 20px;
  border: 1px solid #E9EBF8;
  border-radius: 8px;
}
.ot-faq-accordion-box2 .accordion-buttons:not(.collapsed) {
  color: var(--ot-white-color);
  background-color: var(--ot-dark-green-color);
  border-radius: 8px;
  border: 1px solid transparent;
}
.ot-faq-accordion-box2 .accordion-buttons:not(.collapsed) .accordion-icon::after {
  background: var(--ot-white-color);
}
.ot-faq-accordion-box2 .accordion-icon {
  width: auto;
  height: auto;
  top: 28.5px;
}
.ot-faq-accordion-box2 .accordion-icon::before, .ot-faq-accordion-box2 .accordion-icon::after {
  width: 3px;
  height: 21px;
  background: var(--ot-dark-green-color);
  border-radius: 50px;
}
.ot-faq-accordion-box2 .accordion-icon::after {
  width: 21px;
  height: 3px;
}
.ot-faq-accordion-box2 .accordion-header {
  margin-bottom: -10px;
  border-radius: 8px;
  background: #EDF5EB;
}
.ot-faq-accordion-box2 .accordion-body {
  padding: 30px 20px 5px 20px;
  background: none;
}
.ot-faq-accordion-box2 .accordion-body p {
  text-transform: capitalize;
}
.ot-faq-thumb-box2 img {
  border-radius: 15px;
}

/*----------------------------------------*/
/*  7.26 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-title-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-lime-green-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.10 Feature css
/*----------------------------------------*/
.ot-feature-titlebox .ot-section-title {
  max-width: 475px;
  margin: auto;
}
.ot-feature-item {
  padding: 40px 39px;
  border: 1px solid #E0E1E9;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-feature-item {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .ot-feature-item {
    padding: 20px;
  }
}
.ot-feature-item:hover .ot-feature-icon img, .ot-feature-item:hover .ot-feature-icon i {
  transform: scaleX(-1);
}
.ot-feature-top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ot-feature-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ot-feature-title {
    font-size: 16px;
  }
}
.ot-feature-icon {
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  background: #EFF3F8;
  border-radius: 15px;
  flex: 0 0 auto;
}
.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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-feature-box3 {
    justify-content: space-between;
  }
}

/*----------------------------------------*/
/*  7.16 Process css
/*----------------------------------------*/
.ot-process-titlebox .ot-section-title {
  line-height: 1.4;
}
.ot-process-item {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-process-item {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-process-item {
    padding: 0 95px;
  }
}
@media (max-width: 575px) {
  .ot-process-item {
    padding: 0;
  }
}
.ot-process-item:hover .ot-process-number {
  color: var(--ot-white-color);
  background: var(--ot-theme-color);
}
.ot-process-item:hover .ot-process-icon img {
  transform: scaleX(-1);
}
.ot-process-icon {
  width: 125px;
  height: 125px;
  line-height: 115px;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  border: 5px solid var(--ot-white-color);
  background: #EFF3F8;
  box-shadow: 0px 0px 24px 0px #F3F3F3;
  margin-bottom: 24px;
}
.ot-process-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;
}
.ot-process-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: -1;
}
@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-process-shape {
    top: 60px;
  }
}
.ot-process-number {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 12px;
  color: var(--ot-theme-color);
  display: inline-block;
  background: var(--ot-gray-color);
  border-radius: 5px;
  margin-bottom: 20px;
  -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;
}

/*----------------------------------------*/
/*  7.7 Contact css
/*----------------------------------------*/
.ot-contact-img {
  position: absolute;
  height: 100%;
  top: 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-contact-img {
    position: static;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .ot-contact-img {
    width: 52%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px), 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) {
  .ot-contact-img {
    width: 50%;
  }
}
@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-contact-img {
    margin-bottom: 40px;
  }
}
.ot-contact-img img {
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ot-contact-img img {
    clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-contact-img img {
    clip-path: polygon(0 0, 100% 0%, 74% 100%, 0% 100%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-contact-img img {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-contact-img img {
    clip-path: polygon(0 0, 100% 0%, 69% 100%, 0% 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-contact-img img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.ot-contact-img-shape1 {
  position: absolute;
  width: 285px;
  height: 226.5px;
  top: 0;
  right: 0;
  background: #012648;
  clip-path: polygon(78% 100%, 0 0, 102% 0);
}
.ot-contact-img-shape2 {
  position: absolute;
  width: 181px;
  height: 432px;
  right: 3.5px;
  bottom: 0;
  background: #012648;
  clip-path: polygon(100% 100%, 0% 100%, 67% 1%);
}
.ot-contact-input input,
.ot-contact-input textarea,
.ot-contact-input .nice-select {
  font-size: 14px;
  font-weight: 500;
  border: 0;
  background: var(--ot-white-color);
  padding: 0 19px;
  border-radius: 10px;
}
.ot-contact-input textarea {
  padding: 14px 22px;
  height: 96px;
  resize: none;
}
.ot-contact-btn1 .ot-btn-primary {
  font-weight: 600;
  padding: 17px 24px;
  text-transform: uppercase;
  border-radius: 6px;
}
.ot-contact-btn1 .ot-btn-primary::after {
  transform: translate(-50%, -50%) rotate(-18deg);
}
.ot-contact-maps iframe {
  width: 100%;
  border-radius: 30px;
  filter: grayscale(1);
}
.ot-contact-info-item {
  padding: 46px 50px 47px 55px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-contact-info-item {
    padding: 46px 30px 47px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-contact-info-item {
    padding: 30px 20px 30px 20px;
  }
}
.ot-contact-info-item:not(:last-child) {
  margin-bottom: 18px;
}
.ot-contact-info-title {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--ot-title-color);
}
.ot-contact-info-text {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #4B4B4B;
  -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-contact-info-text:not(:last-child) {
  margin-bottom: 8px;
}
.ot-contact-info-text a:hover {
  color: 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) {
  .ot-contact-info-text {
    font-size: 18px;
  }
}
.ot-contact-info-shape {
  position: absolute;
  bottom: -24.36px;
  right: -19.33px;
}
.ot-contact-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: var(--ot-title-color);
}
@media (max-width: 575px) {
  .ot-contact-title {
    font-size: 20px;
  }
}
.ot-contact-input label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #4B4B4B;
  margin-bottom: 5px;
}
.ot-contact-input input,
.ot-contact-input textarea {
  border: 1px solid #d1d4e3;
}
.ot-contact-form-wrapp {
  padding: 60px;
  background: #F5F5F5;
  border-radius: 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-contact-form-wrapp {
    padding: 60px 30px;
  }
}
.ot-contact-form-style1 {
  padding: 0;
  background: none;
}
.ot-contact-remember label {
  font-weight: 400;
}
.ot-contact-remember label::after {
  top: 3px;
}
.ot-contact-remember label::before {
  top: 4px;
}

/*----------------------------------------*/
/*  7.22 Slider css
/*----------------------------------------*/
.ot-slider-style1 {
  padding-top: 335px;
  padding-bottom: 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-slider-style1 {
    padding-top: 250px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-slider-style1 {
    padding-top: 160px;
    padding-bottom: 0;
  }
}
.ot-slider-subtitle {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--ot-dark-green-color);
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px);
  animation-delay: 0.3s;
  animation-duration: 1.5s;
}
.ot-slider-title {
  color: var(--ot-title-color2);
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  transform: translateY(95px);
  animation-delay: 0.5s;
  animation-duration: 1.5s;
}
@media (max-width: 575px) {
  .ot-slider-title {
    font-size: 33px;
  }
}
.ot-slider-content .ot-sec-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--ot-body-color2);
  text-transform: capitalize;
  max-width: 470px;
  opacity: 0;
  transform: translateY(125px);
  animation-delay: 0.7s;
  animation-duration: 1.9s;
  margin-bottom: 30px;
}
@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-slider-content .ot-sec-text {
    margin: auto;
    margin-bottom: 30px;
  }
}
.ot-slider-content .ot-slider-action {
  opacity: 0;
  transform: translateY(150px);
  animation-delay: 0.9s;
  animation-duration: 1.9s;
}
.ot-slider-content .ot-btn-primary {
  -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-thumb {
  position: absolute;
  bottom: 0;
  right: -4.2%;
  text-align: end;
}
@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-slider-thumb {
    position: static;
    text-align: center;
  }
}
.ot-slider-social-box {
  position: absolute;
  transform: rotate(-90deg);
  bottom: 41%;
  left: -2.5%;
  z-index: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-slider-social-box {
    left: -8.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-slider-social-box {
    left: auto;
    right: -8.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-slider-social-box {
    left: -8.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-slider-social-box {
    left: -13.5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-slider-social-box {
    left: -20.5%;
  }
}
@media (max-width: 575px) {
  .ot-slider-social-box {
    left: -42.5%;
  }
}
.ot-slider-social-content {
  display: flex;
  align-items: center;
  gap: 50px;
}
.ot-slider-social-content .ot-sec-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ot-slider-social-link {
  position: relative;
}
.ot-slider-social-link::after {
  position: absolute;
  width: 24.63px;
  height: 2.46px;
  top: 12px;
  right: -38px;
  content: "";
  background: var(--ot-title-color);
}
.ot-slider-social-link a {
  font-weight: 400;
  font-size: 18.12px;
  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-slider-social-link a:hover {
  color: var(--ot-dark-green-color);
}
.ot-slider-social-link a:not(:last-child) {
  margin-right: 14px;
}
.ot-slider-active .swiper-slide-active .ot-slider-subtitle,
.ot-slider-active .swiper-slide-active .ot-slider-title,
.ot-slider-active .swiper-slide-active .ot-sec-text,
.ot-slider-active .swiper-slide-active .ot-slider-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 2500ms ease;
}
.ot-slider-active .swiper-slide-active .ot-slider-thumb {
  opacity: 1;
  visibility: visible;
}
.ot-slider-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ot-slider-1-arrow {
  position: absolute;
  right: 98px;
  bottom: 35.5%;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-slider-1-arrow {
    right: 2.1%;
  }
}
@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-slider-1-arrow {
    right: 50%;
    bottom: 1.5%;
    display: flex;
    gap: 10px;
    transform: translateX(50%);
  }
}
@media (max-width: 575px) {
  .ot-slider-1-arrow {
    bottom: 2.5%;
  }
}
.ot-slider-1-arrow .ot-slider-btn {
  font-size: 24px;
  width: 48px;
  height: 48px;
  display: block;
  line-height: 48px;
  text-align: center;
  color: var(--ot-title-color);
  background: var(--ot-white-color);
  border: 1px solid #D1D1D1;
  border-radius: 6px;
}
@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-slider-1-arrow .ot-slider-btn {
    transform: rotate(-90deg);
  }
}
.ot-slider-1-arrow .ot-slider-btn::before {
  background: var(--ot-bright-yellow-color);
  border-radius: 6px;
}
.ot-slider-1-arrow .ot-slider-btn:not(:last-child) {
  margin-bottom: 10px;
}
.ot-slider-1-arrow .ot-slider-btn i {
  position: relative;
  z-index: 4;
}
.ot-slider-1-arrow .ot-slider-btn:hover {
  border: 1px solid transparent;
}

/*----------------------------------------*/
/*  7.20 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 {
  margin-bottom: 55px;
}
.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;
}
.ot-shop-thumb img {
  width: 100%;
  -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: 14px;
  display: inline-block;
  color: var(--ot-theme-color);
}
.ot-shop-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--ot-title-color);
  font-family: var(--ot-body-font);
}
.ot-shop-price {
  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: 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: 50px;
  }
}
.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;
}
.ot-shop-details-thumb-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 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-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: 78px;
  height: 100px;
  position: relative;
  padding: 0 0;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .ot-shop-details-thumb-wrapper .nav-tabs .nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.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::after, .ot-shop-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--ot-white-color);
}
.ot-shop-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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);
}
.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: 122px;
  border-radius: 0;
}
.ot-shop-details-quantity .ot-cart-plus, .ot-shop-details-quantity .ot-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
}
.ot-shop-details-quantity .ot-cart-plus:hover, .ot-shop-details-quantity .ot-cart-minus:hover {
  background-color: var(--ot-white-color);
  color: var(--ot-theme-color);
}
.ot-shop-details-quantity .ot-cart-plus {
  left: auto;
  right: 14px;
}
.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: 9px 30px;
  border: 1px solid var(--ot-border-color2);
}
.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: 10px 30px;
  background-color: var(--ot-theme-color);
  color: var(--ot-white-color);
}
.ot-shop-details-buy-now-btn:hover {
  background-color: var(--ot-border-color2);
  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-color3);
  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-color2);
  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.html");
  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-color2);
  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-white-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-color3);
  width: 100%;
}
.ot-shop-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid var(--ot-border-color3);
}
.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-color3);
  padding: 35px 43px 33px 40px;
}
@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-color3);
  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-color3);
}
.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-color3);
}
.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-color3);
  z-index: -1;
}
.ot-shop-details-review-remeber label::before {
  position: absolute;
  content: url("../img/icon/check.html");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--ot-border-color3);
}
.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-color3);
}
@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: 46px;
  line-height: 46px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--ot-white-color);
  background-color: var(--ot-border-color2);
  text-align: center;
}
.ot-shop-quantity {
  width: 100px;
  position: relative;
  border-radius: 20px;
}

/*----------------------------------------*/
/*  7.3 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-color3);
}
.ot-cart-list tr td {
  border-color: var(--ot-border-color3);
  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-color3);
  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 button {
  font-weight: 500;
  font-size: 16px;
  padding: 14px 40px;
}
.ot-cart-update .ot-btn-primary {
  font-weight: 500;
  font-size: 16px;
  padding: 14px 40px;
}
.ot-cart-checkout-wrapper {
  background: none;
  padding: 36px 24px 28px;
  margin-left: -24px;
  border: 1px solid var(--ot-border-color3);
}
@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-color3);
}
.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-color3);
  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-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: 12px;
}
.ot-cart-plus.ot-cart-plus::after, .ot-cart-minus.ot-cart-plus::after {
  left: 0;
  right: auto;
}

/*----------------------------------------*/
/*  7.5 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;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
}
.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::after {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.ot-checkout-input {
  margin-bottom: 20px;
}
.ot-checkout-input label {
  font-weight: 500;
  margin-bottom: 5px;
}
.ot-checkout-input label span {
  color: red;
}
.ot-checkout-input input, .ot-checkout-input textarea {
  width: 100%;
  height: 60px;
}
.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-color3);
  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;
}
.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-color3);
  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.html");
  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 var(--ot-border-color3);
}
@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-text-body);
  font-family: var(--ot-ff-body);
}
.ot-checkout-place {
  padding: 34px 30px 30px;
  border: 1px solid var(--ot-border-color3);
}
@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-text-body);
  font-family: var(--ot-ff-body);
}
.ot-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--ot-border-color3);
}
.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 {
  margin-top: 20px;
  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: var(--ot-gray-color);
}
@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;
  margin-bottom: 5px;
}
.ot-return-customer-input label span {
  color: red;
}
.ot-return-customer-input input {
  width: 100%;
  height: 60px;
}
.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.html");
  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;
}
.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.15 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-color3);
  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-color3);
}
.ot-order-info-list ul li span {
  font-size: 15px;
  color: var(--ot-theme-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;
  font-family: var(--ot-ff-body);
  color: var(--ot-text-body);
}
.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-theme-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-theme-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-theme-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: var(--ot-white-color);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .ot-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ot-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 4px;
}
.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: #fff;
}
.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: #F5F5F5;
  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-color3);
  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.html");
  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;
}
.text-box-1{
	float:left;
	width:100%;
	margin-top:15px;
	background:#63c017;
	color:#fff;
	border:0px;
	font-size:17px;
	padding:13px 0px;
}
.inner-contents{
	width:100%;
	margin-top:140px;
	margin-bottom:50px;
}
.inner-contents h2{
	float:left;
	width:100%;
	color:#14066c;
	font-size:26px;
	margin-top:10px;
}
.inner-contents h3{
	float:left;
	width:100%;
	color:#14066c;
	font-size:26px;
	margin-top:10px;
}
.inner-contents p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:25px;
	margin-top:10px;
}
.inner-contents span img{
	float:left;
	width:100%;
	margin-top:30px;
	border-radius:40px;
}

.inner-contents ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:10px;
}
.inner-contents ul li{
	float:left;
	width:100%;
	background:url(https://b2cwebleads.co.uk/wp/wp-content/uploads/2025/08/tick.png) no-repeat left top 3px;
	padding-left:29px;
	margin-bottom:5px;
}
.inner-contents p a{
	color:#63c017;
}
.inner-contents p b{
	color: #14066c;
}
.inner-contents p strong{
	color: #14066c;
}



@media only screen and (max-width: 580px) {
.ot-main-logo img {
  width: 100px;
}
.ot-hero-thumb img{
	margin-left:10%;
	width:80%;
	margin-right:10%;
}
.ot-hero-title {
    font-size: 29px;
    margin-bottom: 16px;
}
.ot-hero-content .ot-sec-text {
  font-size: 15px;
  line-height: 23px;
}
.ot-offcanvas-logo img{
	width:90px;
}
.ot-offcanvas-header {
  padding: 20px 20px;
  background-color: #efefef;
}
.ot-offcanvas-close-toggle{
	color:#b00f0f;
	border:1px solid #b00f0f;
}
.ot-offcanvas-close-toggle:hover{
	color:#fff;
	border:1px solid #63c017;
	background:#63c017;
}
.ot-header-right-bars{
	background:#14066c;
}
.ot-offcanvas-menu ul li.active > a {
  color: #14066c;
}
.ot-offcanvas-menu ul li.active > .ot-menu-close {
  color: #fff;
  background: #14066c;
  border-color: #14066c;
}
}





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