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

    Template Name: Digital Media Html Template
    Author: Or-Factor
    Support: hello.orfactor@gmail.com
    Description: Digital Media Html Template
    Version: 1.0

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

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

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

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

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


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

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

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

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

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&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: "Boldonse", system-ui;
  --ot-body-font: "Inter", sans-serif;
  --ot-roboto: "Roboto", sans-serif;
  --ot-space-grotesk: "Space Grotesk", sans-serif;
  --ot-icon-font: "Font Awesome 7 Pro";
  /**
  @color declaration
  */
  --ot-theme-blue: #0B3D91;
  --ot-theme-yellow: #F6C637;
  --ot-title-color: #111827;
  --ot-body-color: #4B5563;
  --ot-white-color: #ffffff;
  --ot-black-color: #000000;
  --ot-smoke-color: #F6E8FF;
  --ot-border-color: #D1D5DB;
  --ot-placeholder-color: #898989;
}

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

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

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

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

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

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: 68px;
}

h2 {
  font-size: 56px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 54px;
  width: 100%;
  line-height: 54px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 40px;
  color: var(--ot-body-color);
  border: 1px solid var(--ot-border-color);
  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 {
  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 {
  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 {
  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 {
  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 {
  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-blue);
}
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;
}
input[type=email]::placeholder {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  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-blue);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--ot-theme-blue);
  box-shadow: none;
  border-radius: 50%;
  background-image: url("../img/icon/up-arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.scroll-top svg {
  color: var(--ot-theme-blue);
  border-radius: 50%;
  background: var(--ot-white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--ot-theme-blue);
  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 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.375rem 2.9375rem;
  border-radius: 62.4375rem;
  overflow: hidden;
  color: var(--ot-white-color);
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  isolation: isolate;
  background: radial-gradient(74% 110% at 88% 14%, rgba(127, 124, 211, 0.7) 0%, rgba(81, 104, 185, 0.38) 28%, rgba(11, 61, 145, 0) 58%), linear-gradient(180deg, #164d9f 0%, #0c4294 48%, #074483 100%);
  box-shadow: inset 0 0.875rem 1.125rem rgba(255, 255, 255, 0.16), inset 0 -1rem 1.375rem rgba(4, 41, 99, 0.42), 0 0.875rem 1.5rem rgba(11, 61, 145, 0.2);
}
.ot-btn-primary::before, .ot-btn-primary::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 62%;
  pointer-events: none;
  filter: blur(0.4375rem);
  opacity: 0.95;
  transition: transform 0.75s ease;
}
.ot-btn-primary::before {
  top: 0.125rem;
  left: -44%;
  height: 1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(169, 198, 255, 0.72) 45%, rgba(255, 255, 255, 0.22) 100%);
  transform: translateX(0);
}
.ot-btn-primary::after {
  right: -44%;
  bottom: 0.0625rem;
  height: 0.875rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(145, 238, 255, 0.82) 48%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(0);
}
.ot-btn-primary:hover {
  color: var(--ot-white-color);
}
.ot-btn-primary:hover::before {
  transform: translateX(232%);
}
.ot-btn-primary:hover::after {
  transform: translateX(-232%);
}

/*----------------------------------------*/
/*  2.3 Animation
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.preloader.preloader-deactivate {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

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

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

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

.pl__ball {
  animation-name: ball;
}

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

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

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

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

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

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

.yellow-bg {
  background: var(--ot-theme-yellow) !important;
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
/*----------------------------------------*/
/*  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-yellow);
}
.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-blue);
  border: 1px solid var(--ot-theme-blue);
  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-blue);
  border: 1px solid var(--ot-theme-blue);
}
@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: 1.125rem;
  display: block;
  text-transform: capitalize;
  color: var(--ot-title-color);
  line-height: 2;
  border-bottom: 0.0625rem solid var(--ot-border-color);
  padding-bottom: 0.625rem;
}
.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-blue);
}
.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-blue);
}
.ot-offcanvas-social a:hover span {
  color: var(--ot-theme-blue);
}

/*----------------------------------------*/
/*  2.13 Search
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.11 Tab
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.9 Breadcrumb
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.ot-sec-subtitle {
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: inline-block;
  text-transform: uppercase;
  color: var(--ot-black-color);
}
.ot-sec-title {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  display: inline-block;
  text-transform: capitalize;
  color: var(--ot-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-sec-title {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-sec-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .ot-sec-title {
    font-size: 1.5rem;
  }
}
.ot-sec-text {
  font-family: var(--ot-roboto);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: var(--ot-body-color);
}

.yellow-text {
  color: var(--ot-theme-yellow);
  background: linear-gradient(133deg, #deae21 0%, #b57b0f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yellow-text * {
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  2.7 Pagination
/*----------------------------------------*/
.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 0 6.25rem;
}
.ot-header-layout1.header-transparent {
  background: transparent;
}
.ot-header-layout1.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 99;
  visibility: visible;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  backdrop-filter: blur(12px);
  will-change: transform;
  animation: headerSlideDown 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation: headerSlideDown 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.ot-header-layout1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.ot-header-layout1 .ot-main-menu > nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.375rem;
}
.ot-header-layout1 .ot-main-menu > nav > ul > li {
  margin-right: 0;
  padding-right: 0;
}
.ot-header-layout1 .ot-main-menu > nav > ul > li:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
}
.ot-header-layout1 .ot-main-menu > nav > ul > li.has-dropdown {
  padding-right: 1.125rem;
}
.ot-header-layout1 .ot-main-menu > nav > ul > li.has-dropdown::after {
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  filter: brightness(0) saturate(100%) invert(8%) sepia(18%) saturate(1691%) hue-rotate(187deg) brightness(96%) contrast(97%);
}
.ot-header-layout1 .ot-main-menu > nav > ul > li > a {
  padding: 2.75rem 0;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 600;
  color: var(--ot-title-color);
  text-transform: uppercase;
  text-decoration: none;
}
.ot-header-layout1 .ot-main-menu > nav > ul > li:hover > a {
  color: var(--ot-theme-blue);
  text-decoration: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-header-layout1 {
    padding: 0 3.75rem;
  }
  .ot-header-layout1 .ot-main-menu > nav > ul {
    gap: 1.75rem;
  }
}
@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: 0 1.5rem;
  }
  .ot-header-layout1 .row {
    min-height: 5.625rem;
  }
}
@media (max-width: 575px) {
  .ot-header-layout1 {
    padding: 0 0.9375rem;
  }
}
.ot-header-wrapp {
  width: 100%;
}
.ot-header-logo img {
  display: block;
  width: 13.625rem;
  max-width: 100%;
  height: auto;
}
.ot-header-right {
  gap: 1.25rem;
}
.ot-header-right .ot-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  height: 3.5rem;
  padding: 0 1.875rem;
  border-radius: 62.4375rem;
  color: var(--ot-white-color);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(180deg, #315eaa 0%, #0b3d91 52%, #064081 100%);
  box-shadow: inset 0 8px 14px rgba(255, 255, 255, 0.22), 0 12px 22px rgba(11, 61, 145, 0.22);
}
.ot-header-right-bars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: var(--ot-white-color);
  background: var(--ot-theme-blue);
}
@media (max-width: 575px) {
  .ot-header-right {
    gap: 0.75rem;
  }
  .ot-header-right .ot-btn-primary {
    display: none;
  }
}

@keyframes headerSlideDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes headerSlideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ot-header-layout1.header-sticky {
    animation: none;
    -webkit-animation: none;
  }
}
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.ot-main-menu > nav > ul > li {
  position: relative;
  display: inline-block;
}
.ot-main-menu > nav > ul > li:not(:last-child) {
  padding-right: 18px;
  margin-right: 18px;
}
.ot-main-menu > nav > ul > li.has-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  background-image: url(../img/icon/down-angle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  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-main-menu > nav > ul > li a {
  font-weight: 500;
  font-size: 15px;
  padding: 26px 0;
  display: inline-block;
  text-transform: uppercase;
  color: var(--ot-white-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ot-main-menu > nav > ul > li .submenu {
  position: absolute;
  width: 240px;
  z-index: 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 30px;
  position: relative;
}
.ot-main-menu > nav > ul > li .submenu li:not(:last-child) {
  margin-bottom: 18px;
}
.ot-main-menu > nav > ul > li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.ot-main-menu > nav > ul > li .submenu li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0 0;
  text-transform: capitalize;
  color: var(--ot-title-color);
}
.ot-main-menu > nav > ul > li .submenu li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--ot-title-color);
  transform: translateY(-50%);
}
.ot-main-menu > nav > ul > li .submenu li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.ot-main-menu > nav > ul > li .submenu li:hover > a {
  padding-left: 25px;
  color: var(--ot-title-color);
}
.ot-main-menu > nav > ul > li .submenu li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.ot-main-menu > nav > ul > li:hover > a {
  text-decoration: underline;
}
.ot-main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.ot-main-menu > nav > ul > li:hover.has-dropdown::after {
  filter: brightness(1) contrast(1);
}

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

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.ot-offcanvas-menu {
  margin-bottom: 40px;
}
.ot-offcanvas-menu ul {
  list-style: none;
}
.ot-offcanvas-menu ul li {
  position: relative;
}
.ot-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--ot-black-color);
}
.ot-offcanvas-menu ul li > a i {
  display: none;
}
.ot-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.ot-offcanvas-menu ul li.active > a {
  color: var(--ot-theme-blue);
}
.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
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.2 Sidebar css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.ot-footer-top {
  position: relative;
  min-height: 18.375rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-footer-top {
    min-height: auto;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    text-align: center;
  }
}
.ot-footer-contact {
  width: 31.25rem;
  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-footer-contact {
    width: 100%;
  }
}
.ot-footer-title, .ot-footer-widget-title {
  margin-bottom: 1.5rem;
  color: var(--ot-white-color);
  font-family: var(--ot-title-font);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-footer-title, .ot-footer-widget-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 575px) {
  .ot-footer-title, .ot-footer-widget-title {
    font-size: 1.125rem;
  }
}
.ot-footer-contact-list {
  margin-bottom: 2.5rem;
}
.ot-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  color: var(--ot-white-color);
  font-family: var(--ot-body-font);
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: 400;
}
.ot-footer-contact-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.ot-footer-contact-item:hover {
  color: 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-footer-contact-item {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-footer-contact-item {
    gap: 0.875rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 380px) {
  .ot-footer-contact-item {
    font-size: 1.0625rem;
  }
}
.ot-footer-icon, .ot-footer-social a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: var(--ot-white-color);
  background: #dda400;
}
.ot-footer-icon {
  font-size: 1.1875rem;
}
.ot-footer-social-title {
  margin-bottom: 1.25rem;
}
.ot-footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ot-footer-social a {
  font-size: 1.1875rem;
}
.ot-footer-social a:hover {
  color: 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-footer-social {
    justify-content: center;
  }
}
.ot-footer-divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.0625rem;
  height: 18.375rem;
  background: rgba(115, 126, 255, 0.76);
  transform: translateX(-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-footer-divider {
    display: none;
  }
}
.ot-footer-nav {
  width: 37.0625rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4.375rem;
  padding-top: 4.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-footer-nav {
    width: 35rem;
    gap: 2.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-footer-nav {
    width: 100%;
    justify-content: center;
    gap: 5rem;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .ot-footer-nav {
    flex-direction: column;
    gap: 2.25rem;
  }
}
.ot-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ot-footer-widget li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.ot-footer-widget a {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--ot-body-font);
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 400;
}
.ot-footer-widget a:hover {
  color: var(--ot-white-color);
}
.ot-footer-line {
  height: 0.0625rem;
  margin-top: 3.4375rem;
  background: rgba(135, 118, 255, 0.84);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-footer-line {
    margin-top: 3rem;
  }
}
.ot-footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14.125rem minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin-top: 3.4375rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.375rem;
    margin-top: 2.625rem;
    text-align: center;
  }
}
.ot-footer-copyright, .ot-footer-legal {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--ot-body-font);
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 400;
}
@media (max-width: 575px) {
  .ot-footer-copyright, .ot-footer-legal {
    font-size: 0.9375rem;
  }
}
.ot-footer-logo {
  display: inline-flex;
  justify-content: center;
}
.ot-footer-logo img {
  display: block;
  width: 14.125rem;
  max-width: 100%;
  height: auto;
}
.ot-footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
}
.ot-footer-legal a {
  color: inherit;
}
.ot-footer-legal a:hover {
  color: var(--ot-white-color);
}
.ot-footer-legal span {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-footer-legal {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/*----------------------------------------*/
/*  7.6 Hero css
/*----------------------------------------*/
.ot-hero-style1 {
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.ot-hero-style1 .container {
  position: relative;
  z-index: 4;
  max-width: 101.25rem;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-style1 {
    height: auto;
  }
  .ot-hero-style1 .container {
    max-width: 82.5rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-style1 {
    height: auto;
    padding-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-style1 {
    min-height: auto;
    padding: 8.75rem 0 4.375rem;
    padding-bottom: 0;
    background-position: left top;
  }
  .ot-hero-style1 .row {
    row-gap: 2.25rem;
  }
}
@media (max-width: 575px) {
  .ot-hero-style1 {
    padding: 7rem 0 3.375rem;
    padding-bottom: 0;
  }
  .ot-hero-style1 .row {
    row-gap: 1.875rem;
  }
}
.ot-hero-inner {
  padding-top: 15.0625rem;
  padding-bottom: 12.875rem;
}
@media (max-width: 1199px) {
  .ot-hero-inner {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ot-hero-inner {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}
.ot-hero-title-area {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-title-area {
    max-width: 45rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-title-area {
    max-width: 41.25rem;
  }
}
@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-title-area {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .ot-hero-title-area {
    text-align: center;
    margin: auto;
  }
}
.ot-hero-title {
  margin-bottom: 2.125rem;
  color: var(--ot-title-color);
  font-size: 3.875rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-title {
    font-size: 3.375rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-title {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ot-hero-title {
    margin-bottom: 1.5rem;
    font-size: 2.375rem;
    line-height: 1.32;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-hero-title {
    margin-bottom: 1.375rem;
    font-size: 2.125rem;
    line-height: 1.32;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-hero-title {
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
    line-height: 1.32;
  }
}
@media (max-width: 575px) {
  .ot-hero-title {
    margin-bottom: 1.125rem;
    font-size: 1.5rem;
    line-height: 1.34;
  }
}
@media (max-width: 380px) {
  .ot-hero-title {
    font-size: 1.5625rem;
  }
}
.ot-hero-text {
  max-width: 47.5rem;
  margin-bottom: 2.125rem;
  color: var(--ot-body-color);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  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-hero-text {
    margin-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 1.58;
  }
}
@media (max-width: 575px) {
  .ot-hero-text {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1199px) {
  .ot-hero-text {
    text-align: center;
    margin: auto;
    margin-bottom: 2.125rem;
  }
}
.ot-hero-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 41.5rem;
  pointer-events: none;
}
.ot-hero-img > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-img {
    right: 7.5rem;
    width: 35rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-img {
    right: 3.4375rem;
    width: 31.25rem;
  }
}
@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-img {
    position: relative;
    right: auto;
    width: min(100%, 28.75rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .ot-hero-img {
    width: min(100%, 21.875rem);
  }
}
.ot-hero-imoji {
  display: none;
}
.ot-hero-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 58.5rem;
  height: 100%;
  pointer-events: none;
}
.ot-hero-shape img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-hero-shape {
    width: 50rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-hero-shape {
    width: 43.75rem;
  }
}
@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-shape {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
.ot-about-area {
  min-height: 58rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  background-position: center top;
}
.ot-about-area > .container {
  width: 100%;
}
.ot-about-area > .container > .row {
  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-about-area {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ot-about-area > .container > .row {
    row-gap: 2.75rem;
  }
}
@media (max-width: 575px) {
  .ot-about-area {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}
.ot-about-title-box {
  transform: translateY(-0.375rem);
}
.ot-about-title-box .ot-sec-subtitle {
  margin-bottom: 1.875rem;
}
.ot-about-title-box .ot-sec-title {
  display: block;
  max-width: 49.375rem;
  margin-bottom: 1.375rem;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.ot-about-title-box .ot-sec-text {
  margin-bottom: 0;
  line-height: 1.44;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-about-title-box {
    max-width: 47.5rem;
  }
  .ot-about-title-box .ot-sec-title {
    max-width: 47.5rem;
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-about-title-box {
    max-width: 43.125rem;
  }
  .ot-about-title-box .ot-sec-title {
    max-width: 42.5rem;
    font-size: 2.25rem;
  }
}
@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-title-box {
    max-width: 51.25rem;
    transform: none;
  }
  .ot-about-title-box .ot-sec-title {
    max-width: 47.5rem;
    font-size: 2.375rem;
    line-height: 1.35;
  }
  .ot-about-title-box .ot-sec-text {
    max-width: 47.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-about-title-box .ot-sec-title {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-about-title-box .ot-sec-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 575px) {
  .ot-about-title-box .ot-sec-subtitle {
    margin-bottom: 1rem;
  }
  .ot-about-title-box .ot-sec-title {
    margin-bottom: 1.125rem;
    font-size: 1.5625rem;
    line-height: 1.38;
  }
  .ot-about-title-box .ot-sec-text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
@media (max-width: 380px) {
  .ot-about-title-box .ot-sec-title {
    font-size: 1.4375rem;
  }
}
.ot-about-imgbox {
  width: 39rem;
  max-width: 100%;
  margin-left: 0.5rem;
  transform: translateY(-0.375rem);
}
.ot-about-imgbox .row {
  display: grid;
  grid-template-columns: minmax(0, 200fr) minmax(0, 124fr) minmax(0, 276fr);
  gap: 0.75rem;
  margin: 0;
}
.ot-about-imgbox .row > [class*=col-] {
  width: 100%;
  max-width: none;
  padding: 0;
}
.ot-about-imgbox .row > [class*=col-]:nth-child(1) {
  grid-column: 1;
}
.ot-about-imgbox .row > [class*=col-]:nth-child(2) {
  grid-column: 2/4;
}
.ot-about-imgbox .row > [class*=col-]:nth-child(3) {
  grid-column: 1/3;
}
.ot-about-imgbox .row > [class*=col-]:nth-child(4) {
  grid-column: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ot-about-imgbox {
    width: 36.875rem;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ot-about-imgbox {
    width: 33.125rem;
    margin-left: 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-about-imgbox {
    width: min(100%, 39rem);
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}
@media (max-width: 575px) {
  .ot-about-imgbox .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .ot-about-imgbox .row > [class*=col-]:nth-child(1) {
    grid-column: 1;
  }
  .ot-about-imgbox .row > [class*=col-]:nth-child(2) {
    grid-column: 2;
  }
  .ot-about-imgbox .row > [class*=col-]:nth-child(3),
  .ot-about-imgbox .row > [class*=col-]:nth-child(4) {
    grid-column: 1/-1;
  }
}
.ot-about-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.ot-about-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ot-about-imgbox .row > [class*=col-]:nth-child(1) .ot-about-img {
  aspect-ratio: 200/266;
}
.ot-about-imgbox .row > [class*=col-]:nth-child(2) .ot-about-img {
  aspect-ratio: 412/266;
}
.ot-about-imgbox .row > [class*=col-]:nth-child(4) .ot-about-img {
  aspect-ratio: 276/266;
}
@media (max-width: 575px) {
  .ot-about-imgbox .row > [class*=col-]:nth-child(1) .ot-about-img, .ot-about-imgbox .row > [class*=col-]:nth-child(2) .ot-about-img {
    aspect-ratio: 1/1;
  }
  .ot-about-imgbox .row > [class*=col-]:nth-child(4) .ot-about-img {
    aspect-ratio: 16/10;
  }
}
.ot-about-clientbox {
  min-height: 100%;
  aspect-ratio: 336/266;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--ot-theme-yellow);
  border-radius: 0.5rem;
  padding: 2.125rem 1.5rem 2rem;
}
.ot-about-clients {
  position: relative;
  width: 8.375rem;
  height: 6.875rem;
  margin-bottom: 0.875rem;
}
.ot-about-clients img {
  position: absolute;
  display: block;
  max-width: none;
  border-radius: 50%;
}
.ot-about-clients img:nth-child(1) {
  left: 0;
  top: 2.125rem;
  width: 4.5rem;
  height: 4.5rem;
}
.ot-about-clients img:nth-child(2) {
  left: 2.8125rem;
  top: 0;
  width: 4.875rem;
  height: 4.875rem;
}
.ot-about-clients img:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 3.625rem;
  height: 3.625rem;
}
.ot-about-client-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
}
.ot-about-client-number {
  font-family: var(--ot-body-font);
  font-weight: 800;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--ot-title-color);
  margin-bottom: 0;
}
.ot-about-client-text {
  font-family: var(--ot-body-font);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--ot-title-color);
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ot-about-clientbox {
    padding: 1.625rem 1.125rem;
  }
  .ot-about-clients {
    width: 7.375rem;
    height: 6rem;
    margin-bottom: 0.75rem;
  }
  .ot-about-clients img:nth-child(1) {
    top: 1.875rem;
    width: 3.875rem;
    height: 3.875rem;
  }
  .ot-about-clients img:nth-child(2) {
    left: 2.5rem;
    width: 4.25rem;
    height: 4.25rem;
  }
  .ot-about-clients img:nth-child(3) {
    width: 3.125rem;
    height: 3.125rem;
  }
  .ot-about-client-content {
    gap: 0.375rem;
  }
  .ot-about-client-number {
    font-size: 1.875rem;
  }
  .ot-about-client-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .ot-about-clientbox {
    min-height: 11rem;
    aspect-ratio: auto;
    padding: 1.75rem 1.125rem;
  }
  .ot-about-client-content {
    flex-wrap: wrap;
    row-gap: 0.125rem;
  }
}

/*----------------------------------------*/
/*  7.7 Newsletter css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.12 Service css
/*----------------------------------------*/
.ot-service-titlebox .ot-sec-title {
  font-size: 2.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-service-titlebox .ot-sec-title {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-service-titlebox .ot-sec-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .ot-service-titlebox .ot-sec-title {
    font-size: 1.5rem;
  }
}
.ot-service-titlebox .ot-sec-text {
  font-size: 1.25rem;
}
.ot-service-card {
  display: flex;
  gap: 38px;
  height: 100%;
  align-items: center;
  padding: 2.9375rem 2rem;
  background: var(--ot-white-color);
  border-radius: 0 1.25rem 1.25rem 1.25rem;
}
@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-service-card {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .ot-service-card {
    padding: 0.9375rem;
  }
}

.service-card-content {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.service-card-title {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2;
  color: var(--ot-title-color);
  margin-bottom: 0;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .service-card-title {
    font-size: 1.5rem;
  }
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-card-title {
    font-size: 1.25rem;
  }
}

.service-card-img {
  flex: 0 0 auto;
}

.service-card-text {
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--ot-body-font);
  line-height: 1.2;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.10 Progress-bar css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.5 Funfact css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.11 Project css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.23 Portfolio css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.16 Skill css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.17 Team css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.2 Cta css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.18 Testimonial css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.3 Faq css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.19 Video css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.26 Error css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.4 Feature css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.16 Price css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.9 Process css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.20 Contact css
/*----------------------------------------*/
.ot-contact-titlebox .ot-sec-title {
  font-size: 2.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ot-contact-titlebox .ot-sec-title {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ot-contact-titlebox .ot-sec-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .ot-contact-titlebox .ot-sec-title {
    font-size: 1.5rem;
  }
}
.ot-contact-formbox {
  padding: 2.5rem;
  border-radius: 1.5rem;
  max-width: 57.3125rem;
  margin: auto;
  background: var(--ot-white-color);
}
@media (max-width: 1199px) {
  .ot-contact-formbox {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .ot-contact-formbox {
    padding: 0.9375rem;
  }
}

.contact-input-filed:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.contact-input-filed input,
.contact-input-filed textarea {
  border: 0.0625rem solid var(--ot-border-color);
  border-radius: 0.875rem;
  padding: 1.125rem 1.875rem;
  resize: none;
}
.contact-input-filed textarea {
  height: 11.875rem;
}

.contact-input-label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  font-family: var(--ot-space-grotesk);
  color: var(--ot-black-color);
  margin-bottom: 0.3125rem;
}

.contact-btn {
  margin-top: 1.5625rem;
}
.contact-btn button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.ajax-response {
  display: none;
  max-width: 38.75rem;
  min-height: 1.625rem;
  margin: 1.125rem auto 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
}
.ajax-response.success {
  display: block;
  background: #eaf7ef;
  color: #0f7b3f;
}
.ajax-response.error {
  display: block;
  background: #fff0ee;
  color: #d93025;
}

/*----------------------------------------*/
/*  7.13 Shop css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.14 Cart css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.15 Checkout css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.8 Order css
/*----------------------------------------*/
/*----------------------------------------*/
/*  10.2 Login Css
/*----------------------------------------*/

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