@charset "UTF-8";
/*------------------------------------------------------------------
  Theme Name: Vizoar - Immigration and Visa Consulting HTML Template
  Support: tecursive@gmail.com
  Description: Vizoar - Immigration and Visa Consulting HTML Template
  Version: 1.0
-------------------------------------------------------------------*/
/*TABLE OF CONTENTS*/
/*=====================
01. Variable CSS
02. Buttons CSS
03. Typograph CSS
04. Global CSS
05. Animation CSS
06. Helping CSS
07. Section title CSS
08. Header CSS
09. Meanmenu CSS
10. Banner CSS
11. Services CSS
12. About CSS
13. Adventure CSS
14. Feature CSS
15. Testimonial CSS
16. Programs CSS
17. Team CSS
18. Pricing CSS
19. FAQ CSS
20. News CSS
21. Footer CSS
22. Breadcrumb CSS
23. Brand CSS
24. CTA CSS
25. Contact CSS
26. Preloader CSS
=======================*/
/*=============================
	01. Variable CSS
===============================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Space+Grotesk:wght@300..700&amp;display=swap");
:root {
  --body: #fff;
  --black: #090F1F;
  --white: #fff;
  --p1-clr: #83CD8F;
  --p2-clr: #FED500;
  --p3-clr: #B29AFF;
  --blogbox: #EFEFEF;
  --cmnbg: #EBF3F6;
  --n100-clr: #EEF6E7;
  --n200-clr: rgba(221, 221, 221, 1);
  --n300-clr: #FFFADE;
  --n400-clr: #F5E0FA;
  --n700-clr: rgba(36, 36, 38, 1);
  --n800-clr: rgba(49, 49, 49, 1);
  --n900-clr: #090F1F;
  --theme: rgba(32, 109, 255, 1);
  --pra: #2C3347;
  --pra2: #DDD;
  --text: #313131;
  --cmnwhite: #CBCBCC;
  --theme2: #70A6B1;
  --header: #385469;
  --text-2: #ffffffcc;
  --border: #E3E3E3;
  --border2: #242449;
  --border3: #5262FF;
  --bg: #F4EEE5;
  --bg2: #EFF5F6;
  --bg3: #70A6B1;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

/*=============================
	02. Buttons CSS
===============================*/
/* Btn Theme */
.common-btn {
  position: relative;
  padding: 20px 30px;
  line-height: 18px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Space Grotesk", sans-serif;
}
.common-btn i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.common-btn:hover {
  color: var(--n700-clr);
}
@media (max-width: 1399px) {
  .common-btn {
    padding: 16px 24px;
  }
}
@media (max-width: 991px) {
  .common-btn {
    font-size: 16px;
  }
}
.common-btn.p2-bg::before {
  background-color: var(--black) !important;
}
.common-btn.p2-bg:hover {
  color: var(--white);
}
.common-btn.p2-bg:hover i {
  color: var(--white) !important;
}

/* Custom ANis */
@-webkit-keyframes storm {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
            transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(4px, 0, 0) translateZ(0);
            transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0) translateZ(0);
            transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    -webkit-transform: translate3d(2px, 0, 0) translateZ(0);
            transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
            transform: translate3d(0, 0, 0) translateZ(0);
  }
}
@keyframes storm {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
            transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(4px, 0, 0) translateZ(0);
            transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0) translateZ(0);
            transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    -webkit-transform: translate3d(2px, 0, 0) translateZ(0);
            transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
            transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.box-style {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.box-style:hover::before {
  width: 400%;
  height: 400%;
}
.box-style::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: var(--p1-clr);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: -1;
}

.box-style.first-box::before {
  background-color: var(--p2-clr);
}
.box-style.first-box:hover i {
  color: var(--n700-clr);
}
.box-style.first-box:hover span {
  color: var(--n700-clr);
}

/* cmn tag */
.cmn-tag {
  font-size: 18px;
  color: var(--n700-clr);
  padding: 10px 30px;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  .cmn-tag {
    padding: 8px 22px;
  }
}

.read-more {
  font-size: 20px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: var(--black);
  gap: 14px;
}
.read-more i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.read-more:hover {
  color: var(--p1-clr);
}
.read-more:hover i {
  padding-left: 10px;
}

/*=============================
	03. Typograph CSS
===============================*/
.heading-font {
  font-family: "Space Grotesk", sans-serif;
}

.sub-font {
  font-family: "Space Grotesk", sans-serif;
}

.body-font {
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: initial !important;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

h1 {
  font-size: 60px;
  line-height: 72px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.fs-two, h2 {
  font-size: 50px;
  line-height: 116%;
}
@media (max-width: 1199px) {
  .fs-two, h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .fs-two, h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .fs-two, h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 25px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}

span {
  font-size: 16px;
  line-height: 25.6px;
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Section Hidden */
section,
footer {
  overflow: hidden;
}

.p1-clr {
  color: var(--p1-clr) !important;
}

.p1-bg {
  background: var(--p1-clr) !important;
}

.p2-clr {
  color: var(--p2-clr) !important;
}

.p2-bg {
  background: var(--p2-clr) !important;
}

.p3-clr {
  color: var(--p3-clr) !important;
}

.p3-bg {
  background: var(--p3-clr) !important;
}

.p4-clr {
  color: var(--p4-clr) !important;
}

.p4-bg {
  background: var(--p4-clr) !important;
}

.p5-clr {
  color: var(--p5-clr) !important;
}

.p5-bg {
  background: var(--p5-clr) !important;
}

.cmn-bg {
  background: var(--cmnbg);
}

.n100-clr {
  color: var(--n100-clr);
}

.n100-bg {
  background: var(--n100-clr);
}

.n300-bg {
  background: var(--n300-clr);
}

.n400-bg {
  background: var(--n400-clr);
}

.n200-clr {
  color: var(--n200-clr);
}

.n700-clr {
  color: var(--n700-clr);
}

.n700-bg {
  background: var(--n700-clr);
}

.n800-clr {
  color: var(--n800-clr);
}

.n900-clr {
  color: var(--n900-clr);
}

/* radius */
.rounded100 {
  border-radius: 100px;
}

/* GLobal Center */
.d-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trns {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.black {
  color: var(--black);
}

.blackbg {
  background: var(--black);
}

.white {
  color: var(--white);
}

.theme {
  color: var(--theme);
}

.theme2 {
  color: var(--theme2);
}

.header {
  color: var(--header);
}

.pra {
  color: var(--text);
}

.pra2 {
  color: var(--pra2) !important;
}

.text {
  color: var(--text);
}

/*=============================
	04. Global CSS Start
===============================*/
.social-wrapper a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

/* Colors */
.cmn-white {
  color: #cbcbcc;
}

/* Font Weight */
.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

/* Border Radius */
.radius32 {
  border-radius: 35px !important;
}

.radius16 {
  border-radius: 16px !important;
}

.radius17 {
  border-radius: 17px !important;
}

.radius18 {
  border-radius: 18px !important;
}

.radius20 {
  border-radius: 20px !important;
}

.radius12 {
  border-radius: 12px !important;
}

.radius100 {
  border-radius: 100px;
}

.radius-circle {
  border-radius: 50% !important;
}

/* Font Size */
.fs-five {
  font-size: 20px;
  line-height: 150%;
}

.fs-six {
  font-size: 18px;
  line-height: 150%;
}

.fs-seven {
  font-size: 16px;
  line-height: 150%;
}

.fs-eight {
  font-size: 14px;
  line-height: 150%;
}

.fs-nine {
  font-size: 12px !important;
  line-height: 150%;
}

@media screen and (max-width: 1199px) {
  .fs-five {
    font-size: 18px;
    line-height: 150%;
  }
  .fs-six {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (max-width: 991px) {
  .fs-five {
    font-size: 16px;
    line-height: 150%;
  }
  .fs-six {
    font-size: 15px;
    line-height: 150%;
  }
  .fs-seven {
    font-size: 14px;
    line-height: 150%;
  }
  .fs-eight {
    font-size: 13px;
    line-height: 150%;
  }
}
/*=============================
	05. Animation CSS Start
===============================*/
/* RippleOne Animation Start */
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/* Circle Animation Start */
@-webkit-keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
/* Preloader Animation Start */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* Preloader Animation Start */
@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/* Animation Start */
@keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes rotated2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotated2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*=============================
	06. Helping CSS Start
===============================*/
/* page scroll bar add */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--p2-clr);
          box-shadow: inset 0 0 5px var(--p2-clr);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--p2-clr);
  border-radius: 10px;
}

/* Basic Code Start */
.fix {
  overflow: hidden !important;
}

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

/* Ripple Css Start */
.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(243, 159, 95, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 159, 95, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Pagination default */
.swiper-dot {
  margin-bottom: 2px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: var(--p1-clr);
  opacity: 0.5;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--p1-clr);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  opacity: 1;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--p1-clr);
  content: "";
}

.array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--p1-clr);
  color: var(--p1-clr);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev i {
  font-size: 20px;
}
.array-button .array-prev:hover {
  background-color: var(--p1-clr);
  color: var(--white);
}
.array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--p1-clr);
  color: var(--p1-clr);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.array-button .array-next i {
  font-size: 20px;
}
.array-button .array-next:hover {
  background-color: var(--p1-clr);
  color: var(--white);
}

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

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .mt-60 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .mt-60 {
    margin-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .mt-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-bottom: 24;
  }
}

.mb-60 {
  margin-bottom: 55px;
}
@media (max-width: 1399px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 24;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 20px;
  }
}

/* Nice Select Css Start */
.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: -25px;
  top: 15px;
  border-color: var(--header);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: var(--p2-clr);
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: initial;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
  right: -50px;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

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

.box-shadow {
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

.bor-1 {
  border: 1px solid var(--p2-clr);
}

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

.border-array-style {
  border: 1px solid var(--p2-clr);
}

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

/*=============================
	07. Section title CSS Start
===============================*/
.section-title {
  position: relative;
}
.section-title .cmn-tag {
  margin-bottom: 10px;
}
.section-title h2 {
  font-weight: 500;
}

.section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .section-title-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.reveal-left,
.reveal-bottom {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

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

.section-bg-2 {
  background-color: var(--bg2);
}

.section-bg-3 {
  background-color: var(--theme2);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.space-top {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .space-top {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .space-top {
    padding-top: 80px;
  }
}

.space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .space-bottom {
    padding-bottom: 80px;
  }
}

/*=============================
	08. Header CSS Start
===============================*/
.header-top-section {
  position: relative;
  z-index: 9;
  background-color: #ebf3f6;
}
.header-top-section .header-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.header-top-section .header-top-wrapper .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header-top-section .header-top-wrapper .contact-list li {
  color: var(--black);
  font-weight: 400;
}
.header-top-section .header-top-wrapper .contact-list li i {
  margin-right: 5px;
}
.header-top-section .header-top-wrapper .contact-list li a {
  color: var(--black);
  font-weight: 400;
}
.header-top-section .header-top-wrapper .social-wrapper {
  gap: 14px;
}
.header-top-section .header-top-wrapper .social-wrapper a i {
  font-size: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-top-section .header-top-wrapper .social-wrapper a .ani-arrow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-top-section .header-top-wrapper .social-wrapper a:hover i {
  color: var(--p1-clr);
}
.header-top-section .header-top-wrapper.style-2 {
  padding: 15px 0;
}
.header-top-section .header-top-wrapper.style-2 .contact-list li {
  color: var(--white);
}
.header-top-section .header-top-wrapper.style-2 .contact-list li a {
  color: var(--white);
}
.header-top-section .header-top-wrapper.style-2 .social-icon span {
  color: var(--white);
}
.header-top-section .header-top-wrapper.style-2 .social-icon a {
  color: var(--white);
}
.header-top-section .header-top-wrapper.style-2 .social-icon a:hover {
  color: var(--p2-clr);
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  -webkit-margin-end: 26px;
          margin-inline-end: 26px;
}
.header-main .main-menu ul li:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  padding: 26px 0;
  text-align: left;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 2px;
  font-size: 16px;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  color: var(--header);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 18px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--p1-clr);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--p1-clr);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--p1-clr);
}
.header-main .main-menu ul li .has-homemenu {
  width: 500px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: 0px;
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#252527));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--p1-clr);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--p1-clr);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  width: 30px;
  font-size: 20px;
}
.header-main .sidebar__toggle img {
  width: 30px;
}

.header-hamburger-inner .line {
  width: 1px;
  height: 40px;
  background: var(--black);
}

.header-1 {
  padding-top: 30px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .header-1 {
    padding-top: 15px;
  }
}
.header-1 .mega-menu-wrapper {
  border-radius: 100px;
  background: var(--white);
  padding: 0 30px 0 30px;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.header-1 .header-main .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 1899px) {
  .header-1 .header-main .header-left {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left {
    gap: 20px;
  }
}
.header-1 .header-main .header-left .category-oneadjust {
  width: 160px;
  border-radius: 8px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px 16px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .header-1 .header-main .header-left .category-oneadjust {
    display: none;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--white);
  width: 160px;
  padding: 5px 8px;
  overflow-y: scroll;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left .category-oneadjust .nice-select .list {
    right: -60px;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
}
.header-1 .header-main .header-right {
  gap: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-1 .header-main .header-right {
    gap: 10px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right {
    gap: 7px;
  }
}
.header-1 .header-main .header-right .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(92, 112, 126, 0.3);
  color: var(--header);
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header-1 .header-main .header-right .search-icon {
    margin-right: 10px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}
.header-1.header-style2 {
  padding-top: 0;
  padding: 15px 0;
  background: var(--white);
}
.header-1.header-style2 .container {
  max-width: 1350px;
  margin: 0 auto;
}
.header-1.header-style2 .mega-menu-wrapper {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .header-1.header-style2 .mega-menu-wrapper {
    padding: 0;
  }
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--border);
  width: 260px;
  padding-right: 1px;
  border-radius: 100px;
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search input {
  width: 100%;
  padding: 6px 10px 6px 22px;
  color: var(--text);
  font-size: 14px;
  outline: none;
  border: unset;
  background: transparent;
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search ::-webkit-input-placeholder {
  color: var(--text);
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search ::-moz-placeholder {
  color: var(--text);
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search :-ms-input-placeholder {
  color: var(--text);
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search ::-ms-input-placeholder {
  color: var(--text);
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search ::placeholder {
  color: var(--text);
}
.header-1.header-style2 .mega-menu-wrapper .desktop-search i {
  margin-right: 24px;
  color: var(--p3-clr);
}
@media (max-width: 1199px) {
  .header-1.header-style2 .mega-menu-wrapper .desktop-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-1.header-style2 .mega-menu-wrapper .header-main {
    padding: 10px 0;
  }
}
.header-1.header-style2.sticky {
  -webkit-box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
          box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .header-1 .mega-menu-wrapper {
    padding: 18px 20px 18px 20px;
  }
  .header-1 .common-btn {
    padding: 9px 16px 11px !important;
  }
  .header-1 .common-btn i {
    display: none;
  }
}
@media (max-width: 450px) {
  .header-1 .mega-menu-wrapper {
    padding: 12px 14px 12px 14px;
  }
  .header-1 .header-logo {
    max-width: 100px;
  }
  .header-1 .header-logo img {
    width: 100%;
  }
}

.sidebar__toggle {
  cursor: pointer;
}

/* sticky menu */
.sticky {
  position: fixed !important;
  top: 0 !important;
  background: transparent;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky .mega-menu-wrapper {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sticky.header-inner {
  background: transparent;
}

/* Offcanvas Start */
.offcanvas__info {
  background: var(--cmnbg) none repeat scroll 0 0;
  border-left: 2px solid var(--p2-clr);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--p2-clr);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 8px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--p1-clr);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  background: var(--p1-clr) !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 9px 16px 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span, .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  color: var(--white) !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  padding-bottom: 25px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border-color: var(--p2-clr);
  background-color: var(--p2-clr);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
/* Header search Start */
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
          animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--p1-clr);
  border-bottom: 2px solid var(--p1-clr);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--p1-clr);
}

input.main-search-input::-webkit-input-placeholder {
  color: var(--p1-clr);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: var(--p1-clr);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: var(--p1-clr);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-ms-input-placeholder {
  color: var(--p1-clr);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: var(--p1-clr);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input:-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--p1-clr);
  cursor: pointer;
}

/*=============================
	09. Meanmenu CSS Start
===============================*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#252527));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--p2-clr);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/*=============================
	10. Banner CSS Start
===============================*/
.banner-section {
  padding: 190px 0 40px;
  background: url(../img/banner/hero1-bg.png) no-repeat center center;
  background-size: cover;
}
.banner-section .hero-content-version1 .cmn-tag {
  margin-bottom: 20px;
}
.banner-section .hero-content-version1 h1 {
  margin-bottom: 24px;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}
.banner-section .hero-content-version1 h1 span {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}
.banner-section .hero-content-version1 p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 691px;
}
.banner-section .hero-content-version1 .hero-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
  margin-bottom: 40px;
}
.banner-section .hero-content-version1 .hero-selector .selector-items .nice-select {
  border: 1px solid var(--border);
  padding: 11px 20px;
  border-radius: 100px;
}
.banner-section .hero-content-version1 .hero-selector .selector-items .nice-select::after {
  right: 20px;
  top: 22px;
}
.banner-section .hero-content-version1 .hero-selector .selector-items .nice-select .list {
  right: 0;
  background: var(--white);
}
.banner-section .hero-content-version1 .hero-selector .selector-items .nice-select .list li {
  border-color: transparent;
  border-radius: 2px;
  padding: 7px 14px;
}
.banner-section .hero-thumb1 {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  position: relative;
}
.banner-section .hero-thumb1 img {
  width: 100%;
}
.banner-section .hero-thumb1 .ratting-cmn-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-width: 270px;
}
.banner-section .hero-thumb1 .flag1 {
  position: absolute;
  top: 90px;
  left: 40px;
  width: 60px;
  display: block;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: updown 2s linear infinite;
          animation: updown 2s linear infinite;
}
.banner-section .hero-thumb1 .flag2 {
  position: absolute;
  top: 140px;
  right: 40px;
  width: 60px;
  display: block;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: bounce-x 2s linear infinite;
          animation: bounce-x 2s linear infinite;
}
.banner-section .hero-thumb1 .flag3 {
  position: absolute;
  right: 140px;
  bottom: 80px;
  width: 60px;
  display: block;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: updown 2s linear infinite;
          animation: updown 2s linear infinite;
}
@media (max-width: 1399px) {
  .banner-section {
    padding: 190px 0 0px;
  }
  .banner-section .hero-content-version1 .cmn-tag {
    margin-bottom: 18px;
  }
  .banner-section .hero-content-version1 h1 {
    margin-bottom: 17px;
  }
  .banner-section .hero-content-version1 .hero-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
  }
  .banner-section .hero-content-version1 p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-section {
    padding: 170px 0 0px;
  }
  .banner-section .hero-content-version1 .cmn-tag {
    margin-bottom: 20px;
  }
  .banner-section .hero-content-version1 h1 {
    margin-bottom: 24px;
    font-size: 60px;
    line-height: 68px;
  }
  .banner-section .hero-content-version1 h1 span {
    font-size: 60px;
    line-height: 68px;
  }
  .banner-section .hero-content-version1 p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .banner-section .hero-content-version1 .hero-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .banner-section {
    padding: 160px 0 0px;
  }
  .banner-section .hero-content-version1 {
    text-align: center;
  }
  .banner-section .hero-content-version1 .cmn-tag {
    margin-bottom: 20px;
  }
  .banner-section .hero-content-version1 h1 {
    margin-bottom: 24px;
    font-size: 60px;
    line-height: 68px;
  }
  .banner-section .hero-content-version1 h1 span {
    font-size: 60px;
    line-height: 68px;
  }
  .banner-section .hero-content-version1 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 20px;
  }
  .banner-section .hero-content-version1 .hero-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
  }
  .banner-section .hero-thumb1 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .banner-section .hero-thumb1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding: 150px 0 0px;
  }
  .banner-section .hero-content-version1 {
    text-align: center;
  }
  .banner-section .hero-content-version1 .cmn-tag {
    margin-bottom: 20px;
  }
  .banner-section .hero-content-version1 h1 {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 60px;
  }
  .banner-section .hero-content-version1 h1 span {
    font-size: 48px;
    line-height: 60px;
  }
  .banner-section .hero-content-version1 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 20px;
  }
  .banner-section .hero-content-version1 .hero-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .banner-section {
    padding: 150px 0 0px;
  }
  .banner-section .hero-content-version1 {
    text-align: center;
  }
  .banner-section .hero-content-version1 .cmn-tag {
    margin-bottom: 20px;
  }
  .banner-section .hero-content-version1 h1 {
    margin-bottom: 17px;
    font-size: 38px;
    line-height: 48px;
  }
  .banner-section .hero-content-version1 h1 span {
    font-size: 38px;
    line-height: 48px;
  }
  .banner-section .hero-content-version1 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 20px;
  }
  .banner-section .hero-content-version1 .hero-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
  }
  .banner-section .hero-thumb1 .ratting-cmn-box {
    bottom: 0px;
    left: 0;
    max-width: 200px;
    padding: 12px 19px;
  }
  .banner-section .hero-thumb1 .flag1,
  .banner-section .hero-thumb1 .flag2,
  .banner-section .hero-thumb1 .flag3 {
    width: 38px;
    height: 38px;
  }
}

.banner-section-tow {
  padding-top: 110px;
  background: var(--white);
}
@media (max-width: 1199px) {
  .banner-section-tow {
    padding-top: 81px;
  }
}

.banner-content-wrapper2 {
  background: var(--n300-clr);
  border-radius: 40px;
  max-width: 1750px;
  margin: 0 auto;
  padding: 80px 0;
}
.banner-content-wrapper2 .hero-content-version2 h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}
.banner-content-wrapper2 .hero-content-version2 p {
  max-width: 560px;
}
.banner-content-wrapper2 .hero-thumb2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .ratting-cmn-box {
  padding: 30px 40px;
  max-width: 275px;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .banner-content-wrapper2 .hero-thumb2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .ratting-cmn-box {
    padding: 22px 20px;
    max-width: 275px;
    margin-left: auto;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb {
    max-width: 325px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-content-version2 h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
  }
  .banner-content-wrapper2 .hero-content-version2 p {
    max-width: 560px;
  }
}
@media (max-width: 1199px) {
  .banner-content-wrapper2 .hero-thumb2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 14px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 14px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .ratting-cmn-box {
    padding: 22px 20px;
    max-width: 275px;
    margin-left: auto;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb {
    max-width: 325px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport {
    max-width: 285px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-content-version2 h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
  }
  .banner-content-wrapper2 .hero-content-version2 p {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .banner-content-wrapper2 {
    padding: 70px 0 80px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 14px;
    margin-top: 10px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 14px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .ratting-cmn-box {
    padding: 22px 20px;
    max-width: 275px;
    margin-left: auto;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb {
    max-width: 325px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport {
    max-width: 285px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-content-version2 {
    text-align: center;
  }
  .banner-content-wrapper2 .hero-content-version2 h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
  }
  .banner-content-wrapper2 .hero-content-version2 p {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .banner-content-wrapper2 {
    padding: 70px 0 80px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 14px;
    margin-top: 10px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 14px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .ratting-cmn-box {
    padding: 22px 20px;
    max-width: 275px;
    margin-left: auto;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb {
    max-width: 325px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport {
    max-width: 285px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-content-version2 {
    text-align: center;
  }
  .banner-content-wrapper2 .hero-content-version2 h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
  }
  .banner-content-wrapper2 .hero-content-version2 p {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .banner-content-wrapper2 .hero-thumb2-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-top: 10px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust {
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .ratting-cmn-box {
    padding: 22px 20px;
    max-width: 100%;
    margin-left: auto;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb {
    max-width: 100%;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .hero-review-adjust .thumb img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport {
    max-width: 100%;
  }
  .banner-content-wrapper2 .hero-thumb2-inner .thumb-passport img {
    width: 100%;
  }
  .banner-content-wrapper2 .hero-content-version2 {
    text-align: center;
  }
  .banner-content-wrapper2 .hero-content-version2 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }
  .banner-content-wrapper2 .hero-content-version2 p {
    max-width: 560px;
    margin: 0 auto;
  }
}

.ratting-cmn-box {
  background: var(--n100-clr);
  border-radius: 20px;
  padding: 20px 24px;
}
.ratting-cmn-box i {
  font-size: 22px;
  color: var(--p2-clr);
}

@-webkit-keyframes cir190 {
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

@keyframes cir190 {
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
/*=============================
	11. Services CSS
===============================*/
.gateway-section .array-button button {
  border: unset;
  background: #f4f1fb;
}
.gateway-section .array-button button i {
  color: var(--black);
  font-size: 16px;
}
.gateway-section .array-button button:hover {
  background: var(--p2-clr);
}

.gateway-items {
  position: relative;
}
.gateway-items .content {
  padding: 20px 28px 28px;
  position: absolute;
  bottom: 18px;
  right: 18px;
  max-width: 303px;
}
@media (max-width: 767px) {
  .gateway-items .content {
    padding: 14px 16px 18px;
    max-width: 250px;
  }
}

.student-service-item .thumb img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.student-service-item .student-ser-cont {
  padding: 26px 26px 30px;
  width: 80%;
  margin: -100px auto 0;
  position: relative;
}
.student-service-item .student-ser-cont p {
  max-width: 270px;
  margin: 0 auto;
}
.student-service-item:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 767px) {
  .student-service-item .student-ser-cont {
    padding: 24px 16px 16px;
    width: 100%;
    margin: 10px auto 0;
  }
}

/*=============================
	12. About CSS
===============================*/
.about-section .about-wrapper {
  background: var(--n100-clr);
  border-radius: 30px;
  max-width: 1730px;
  margin: 0 auto;
}
.about-section .about-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 40px 30px;
}
.about-section .about-thumb .about-ele {
  position: absolute;
  right: 110px;
  top: 53px;
}
@media (max-width: 767px) {
  .about-section .about-thumb {
    padding: 16px 16px;
  }
  .about-section .about-thumb .about-ele {
    right: 0;
    top: 0;
  }
}
.about-section.about-style2 .about-wrapper {
  background: var(--n900-clr);
}
.about-section.about-style2 .about-wrapper .about-information2 {
  max-width: 371px;
}
.about-section.about-style2 .about-wrapper .about-information2 .about-info-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.about-section.about-style2 .about-wrapper .about-information2 .line {
  width: 100%;
  height: 1px;
  background: #151b2a;
}

.about-content .about-information {
  background: var(--white);
  padding: 30px 40px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.about-content .about-information .about-info .icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
}
.about-content .about-information .line {
  width: 100%;
  height: 1px;
  background: var(--border);
}
@media (max-width: 991px) {
  .about-content .about-information {
    padding: 24px 24px;
    margin-bottom: 26px;
  }
}

@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes updown {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes rots {
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}
@keyframes rots {
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}
.custom-counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  padding: 40px 60px;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  margin-top: -80px;
  position: relative;
}
.custom-counter-wrapper .custom-counter-item h2,
.custom-counter-wrapper .custom-counter-item span {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  color: var(--n900-clr);
}
.custom-counter-wrapper .line {
  width: 1px;
  height: 90px;
  background: var(--n900-clr);
}
@media (max-width: 991px) {
  .custom-counter-wrapper {
    padding: 20px 20px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 0px;
    position: relative;
  }
  .custom-counter-wrapper .custom-counter-item h2,
  .custom-counter-wrapper .custom-counter-item span {
    font-size: 34px;
    font-weight: 700;
    color: var(--n900-clr);
  }
}
@media (max-width: 575px) {
  .custom-counter-wrapper {
    padding: 20px 20px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 0px;
    position: relative;
    gap: 12px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .custom-counter-wrapper .custom-counter-item h2,
  .custom-counter-wrapper .custom-counter-item span {
    font-size: 34px;
    font-weight: 700;
    color: var(--n900-clr);
  }
  .custom-counter-wrapper .line {
    display: none;
  }
}

/*=============================
	13. Adventure CSS Start
===============================*/
.adventure-access-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px !important;
}
.adventure-access-item .flat {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: var(--white);
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
}

.advanture-flag-item .content .black .p1-clr {
  font-size: 25px;
}

/* passport-content-inner */
.passport-content-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .passport-content-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .passport-content-wrap {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .passport-content-wrap {
    margin-top: 20px;
  }
}
.passport-content-wrap .info-ele {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.passport-content-inner {
  margin-top: -110px;
}
@media (max-width: 991px) {
  .passport-content-inner {
    margin-top: 0;
  }
}
.passport-content-inner .passport-content-item {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.passport-content-inner .passport-content-item:hover {
  -webkit-box-shadow: rgba(100, 100, 111, 0.048) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.048) 0px 7px 29px 0px;
}
.passport-content-inner.secound {
  margin-top: 111px;
}
@media (max-width: 991px) {
  .passport-content-inner .passport-content-item {
    padding: 20px;
  }
  .passport-content-inner .passport-content-item:hover {
    -webkit-box-shadow: rgba(100, 100, 111, 0.048) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.048) 0px 7px 29px 0px;
  }
  .passport-content-inner.secound {
    margin-top: 0px;
  }
}

/*=============================
	14. Feature CSS Start
===============================*/
.unseen-item {
  border: 1px solid var(--black);
  padding: 40px 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.unseen-item .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.unseen-item:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  border-color: var(--p1-clr);
}
.unseen-item:hover h3 a {
  color: var(--p1-clr);
}

@-webkit-keyframes leftr {
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@keyframes leftr {
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
/*=============================
	15. Testimonial CSS Start
===============================*/
/* Testimonial 1 */
.testimonial-items {
  border-radius: 20px;
  background: #fff;
  padding: 36px 40px 106px;
  position: relative;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 24px;
}
.testimonial-items p {
  line-height: 30px;
}
.testimonial-items .testi-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .testimonial-items {
    padding: 28px 22px 100px;
    margin: 0;
    border: 1px solid var(--border);
  }
}

@media (max-width: 991px) {
  .testimonial-thumb1 {
    width: 100%;
  }
  .testimonial-thumb1 img {
    width: 100%;
  }
}

.testimonial-section {
  position: relative;
  z-index: 1;
}
.testimonial-section .swiper-arrow-area1 {
  position: absolute;
  z-index: 9;
  right: 220px;
  bottom: 60px;
}
.testimonial-section .swiper-arrow-area1 button svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.testimonial-section .swiper-arrow-area1 button svg path {
  fill: #e6e7e9;
  stroke: #e6e7e9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.testimonial-section .swiper-arrow-area1 button:hover svg path {
  fill: var(--p1-clr);
  stroke: var(--p1-clr);
}
@media (max-width: 767px) {
  .testimonial-section .swiper-arrow-area1 {
    position: absolute;
    z-index: 9;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
  }
  .testimonial-section .swiper-arrow-area1 button svg {
    width: 50px;
  }
}

/* Testimonial 2 */
.testimonial-items2 {
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 0px 0 0px 80px;
  margin: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-items2 .quote2 {
  margin-top: -60px;
}
.testimonial-items2 .content {
  max-width: 700px;
}
.testimonial-items2 .content p {
  font-size: 28px;
  line-height: 160%;
}
.testimonial-items2 .thumb {
  max-width: 400px;
}
.testimonial-items2 .thumb img {
  width: 100%;
}
@media (max-width: 1199px) {
  .testimonial-items2 {
    padding: 20px 20px 20px 20px;
  }
  .testimonial-items2 .quote2 {
    margin-top: 0px;
    width: 50px;
  }
  .testimonial-items2 .content {
    max-width: 500px;
  }
  .testimonial-items2 .content p {
    font-size: 18px;
    line-height: 30px;
  }
}

.custom-slide {
  margin: -55px;
  position: relative;
}
.custom-slide .array-button {
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.custom-slide .array-button button {
  background: var(--n100-clr);
  border: 0;
  color: var(--black);
}
.custom-slide .array-button button:hover {
  background: var(--p3-clr);
}
@media (max-width: 1199px) {
  .custom-slide .array-button {
    width: initial;
    position: initial;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    z-index: 1;
  }
}

/*=============================
	16. Programs CSS Start
===============================*/
@-webkit-keyframes scalss {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.1;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes scalss {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.1;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.2;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
/* picture Discover */
.picture-dicover-content {
  background: var(--n100-clr);
  padding: 30px;
}
.picture-dicover-content .icon {
  background: var(--white);
  width: 70px;
  height: 70px;
  min-width: 70px;
}

.best-badge {
  background: var(--n300-clr);
  padding: 36px 38px;
}
@media (max-width: 1399px) {
  .best-badge {
    padding: 28px 22px;
  }
  .best-badge img {
    width: 60px;
  }
}

/* Counter Wrapper */
.counter-area1 {
  padding: 40px;
  border-radius: 20px;
  background: var(--white);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 1399px) {
  .counter-area1 {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .counter-area1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.counter-items {
  border-radius: 20px;
  padding: 22px 20px;
  border: 1px solid var(--border);
}
.counter-items .content span {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: var(--black);
  line-height: 55px;
}
@media (max-width: 1399px) {
  .counter-items {
    padding: 22px 16px;
  }
  .counter-items .content span {
    font-size: 34px;
    line-height: 44px;
  }
}

/* ticket-booking-widget */
.ticket-booking-content {
  border-radius: 20px;
  padding: 40px;
  background: var(--p1-clr);
}
.ticket-booking-content .ticket-booking-widget textarea,
.ticket-booking-content .ticket-booking-widget .nice-select {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 12px 20px;
  width: 100%;
  border: unset;
  outline: none;
}
.ticket-booking-content .ticket-booking-widget textarea::after,
.ticket-booking-content .ticket-booking-widget .nice-select::after {
  right: 20px;
  top: initial;
}
.ticket-booking-content .ticket-booking-widget textarea .list,
.ticket-booking-content .ticket-booking-widget .nice-select .list {
  right: initial;
  left: 0;
  background: var(--white);
  padding: 8px;
}
.ticket-booking-content .ticket-booking-widget textarea .list li,
.ticket-booking-content .ticket-booking-widget .nice-select .list li {
  border: unset;
}
.ticket-booking-content .ticket-booking-widget ::-webkit-input-placeholder {
  color: var(--text);
}
.ticket-booking-content .ticket-booking-widget ::-moz-placeholder {
  color: var(--text);
}
.ticket-booking-content .ticket-booking-widget :-ms-input-placeholder {
  color: var(--text);
}
.ticket-booking-content .ticket-booking-widget ::-ms-input-placeholder {
  color: var(--text);
}
.ticket-booking-content .ticket-booking-widget ::placeholder {
  color: var(--text);
}
@media (max-width: 575px) {
  .ticket-booking-content {
    padding: 19px;
  }
}

@media (max-width: 991px) {
  .ticket-booking-thumb {
    width: 100%;
  }
  .ticket-booking-thumb img {
    width: 100%;
  }
}

/*=============================
	17. Team CSS Start
===============================*/
/* team section 1 */
.team-member-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.team-member-wrapper .team-member-item {
  background: var(--white);
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-member-wrapper .team-member-item .title-ara {
  min-width: 260px;
}
.team-member-wrapper .team-member-item .middle-pra {
  max-width: 477px;
}
.team-member-wrapper .team-member-item .social-wrapper a {
  width: 38px;
  height: 38px;
  background: var(--n100-clr);
}
.team-member-wrapper .team-member-item .social-wrapper a i {
  color: var(--black);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team-member-wrapper .team-member-item .social-wrapper a:hover {
  background: var(--p1-clr);
}
.team-member-wrapper .team-member-item .team-ele {
  position: absolute;
  right: 280px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-20deg) scale(0);
          transform: translateY(-50%) rotate(-20deg) scale(0);
}
.team-member-wrapper .team-member-item:hover {
  background: var(--p1-clr);
}
.team-member-wrapper .team-member-item:hover .team-ele {
  -webkit-transform: translateY(-50%) rotate(-20deg) scale(1);
          transform: translateY(-50%) rotate(-20deg) scale(1);
}
.team-member-wrapper .team-member-item:hover .title-ara h3,
.team-member-wrapper .team-member-item:hover .title-ara a,
.team-member-wrapper .team-member-item:hover .title-ara p {
  color: var(--white);
}
.team-member-wrapper .team-member-item:hover .middle-pra {
  color: var(--white);
}
.team-member-wrapper .team-member-item:hover .social-wrapper a {
  background: var(--black);
}
.team-member-wrapper .team-member-item:hover .social-wrapper a i {
  color: var(--white);
}
@media (max-width: 991px) {
  .team-member-wrapper .team-member-item {
    padding: 30px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    text-align: center;
  }
  .team-member-wrapper .team-member-item .middle-pra {
    max-width: 100%;
  }
  .team-member-wrapper .team-member-item .title-ara {
    min-width: initial;
  }
}

/* team section 2 */
.team-section2 {
  position: relative;
  z-index: 1;
}
.team-section2::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 60%;
  max-width: 1730px;
  margin: 0 auto;
  background: var(--n100-clr);
  border-radius: 30px;
}

.team-inner .team-cus-item {
  border: 2px solid var(--p3-clr);
  border-radius: 20px;
  width: 100%;
  position: relative;
  display: block;
}
.team-inner .team-cus-item img {
  border-radius: 20px;
  width: 100%;
}
.team-inner .team-cus-item .contnet {
  position: absolute;
  top: 20px;
  left: 22px;
}
.team-inner .team-cus-item:hover {
  border-color: var(--p1-clr);
}
.team-inner .team-cus-item:hover .contnet h3 {
  color: var(--p1-clr);
}

/* Story Section*/
.story-section .testimonial-items2 {
  margin: 0;
}
.story-section .testimonial-items2 .thumb {
  max-width: 360px;
  height: 360px;
}
.story-section .testimonial-items2 .thumb img {
  width: 100%;
  height: 100%;
}
.story-section .testimonial-items2:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .story-section .testimonial-items2 .thumb {
    max-width: 360px;
    height: 320px;
  }
  .story-section .testimonial-items2 .thumb img {
    width: 100%;
    height: 100%;
  }
  .story-section .testimonial-items2:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* Story Details Section */
.story-section-details .testimonial-items2 {
  padding: 50px 60px 60px;
  margin: 0;
}
.story-section-details .testimonial-items2 .quote2 {
  margin-top: 0;
}
.story-section-details .testimonial-items2 h3 {
  font-size: 42px;
}
@media (max-width: 991px) {
  .story-section-details .testimonial-items2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding: 24px 20px 30px;
  }
  .story-section-details .testimonial-items2 h3 {
    font-size: 24px;
  }
  .story-section-details .testimonial-items2 .thumb {
    width: 100%;
  }
  .story-section-details .testimonial-items2 .thumb img {
    width: 100%;
  }
}

/*=============================
	18. Pricing CSS Start
===============================*/
.pricing-items {
  border-radius: 20px;
  background: var(--white);
  padding: 40px 40px;
}
.pricing-items .pricing-head {
  border-bottom: 1px solid #151b2a;
  padding-bottom: 18px;
}
.pricing-items .pricing-head .price-box {
  width: 137px;
  height: 137px;
}
.pricing-items .pricing-list {
  gap: 16px;
}
.pricing-items .pricing-list i {
  font-size: 14px;
}
.pricing-items.items1 {
  background: var(--n300-clr);
}
.pricing-items.items2 {
  background: var(--n100-clr);
}
.pricing-items.items3 {
  background: var(--n400-clr);
}

@-webkit-keyframes cir360 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cir360 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pricing-tabbing {
  border-radius: 100px;
  overflow: hidden;
  border: unset;
}
.pricing-tabbing .nav-item {
  border: unset;
}
.pricing-tabbing .nav-item .nav-link {
  padding: 9px 28px;
  font-size: 19px;
  font-weight: 700;
  background: var(--n100-clr);
  border: unset;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: var(--black);
  font-family: "Space Grotesk";
}
.pricing-tabbing .nav-item .nav-link.active {
  background: var(--p1-clr);
  color: var(--black);
  border-radius: 0;
}
@media (max-width: 1399px) {
  .pricing-tabbing .nav-item .nav-link {
    padding: 8px 24px;
  }
}
@media (max-width: 575px) {
  .pricing-tabbing {
    margin: 0 auto;
  }
  .pricing-tabbing .nav-link {
    margin: 0 auto;
  }
}

/*=============================
	19. FAQ CSS Start
===============================*/
.faq-left .nav {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 991px) {
  .faq-left .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.faq-left .nav .nav-link {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--header);
}
.faq-left .nav .nav-link.active {
  color: var(--p2-clr);
}

.accordion-button:not(.collapsed) {
  inset: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  border: unset;
}
.accordion-item .accordion-header .accordion-button {
  padding: 4px 0 4px 24px;
  background: transparent;
  outline: none;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  border-radius: 0;
  border-left: 3px solid var(--border);
  font-family: "Space Grotesk";
}
.accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  color: var(--p1-clr);
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--n100-clr);
}
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "−";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  color: var(--black);
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--p1-clr);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-color: var(--p1-clr);
}
.accordion-item .accordion-body {
  padding: 0;
  padding-left: 24px;
  padding-top: 8px;
  border-left: 3px solid var(--border);
}
.accordion-item .accordion-body p {
  font-size: 16px;
  color: var(--text);
}
.accordion-item .accordion-collapse.show .accordion-body {
  border-color: var(--p1-clr);
}
@media (max-width: 1199px) {
  .accordion-item .accordion-header .accordion-button {
    padding: 4px 0 4px 14px;
    font-size: 20px;
    font-weight: 700;
  }
  .accordion-item .accordion-header .accordion-button::after {
    font-size: 20px;
  }
  .accordion-item .accordion-body {
    padding-left: 14px;
    padding-top: 6px;
  }
  .accordion-item .accordion-body p {
    font-size: 15px;
  }
}

/* faq-getway */
.faq-getway .accordion-item {
  border-radius: 100px;
}
.faq-getway .accordion-item .accordion-header .accordion-button {
  padding: 10px 24px;
  border-radius: 100px !important;
  border: 1px solid #090f1f;
}
.faq-getway .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-color: var(--p1-clr);
}
.faq-getway .accordion-item .accordion-body {
  padding: 0;
  padding-left: 0px;
  padding-top: 8px;
  border-left: unset;
}
.faq-getway .accordion-item .accordion-body p {
  font-size: 16px;
  color: var(--text);
}
.faq-getway .accordion-item .accordion-collapse.show .accordion-body {
  border-color: var(--p1-clr);
}

/* portfolio video */
.portfolio-diversifed {
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .portfolio-diversifed {
    padding: 0 10px;
  }
  .portfolio-diversifed .portfolio-video {
    width: 60px;
    height: 60px;
  }
  .portfolio-diversifed .portfolio-video i {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .portfolio-diversifed {
    padding: 0 10px;
  }
  .portfolio-diversifed img {
    height: 250px;
  }
  .portfolio-diversifed .portfolio-video {
    width: 60px;
    height: 60px;
  }
  .portfolio-diversifed .portfolio-video i {
    font-size: 18px;
  }
}

.portfolio-video {
  position: absolute;
  width: 96px;
  height: 96px;
  background: var(--p1-clr);
  z-index: 1;
}
.portfolio-video i {
  font-size: 28px;
  color: var(--black);
}
.portfolio-video::before, .portfolio-video::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--p1-clr);
  border-radius: 50%;
}
.portfolio-video::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: scsl 2s linear infinite;
          animation: scsl 2s linear infinite;
}
.portfolio-video::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: scsl2 3s linear infinite;
          animation: scsl2 3s linear infinite;
}

@-webkit-keyframes scsl {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes scsl {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes scsl2 {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes scsl2 {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
/*=============================
	20. News CSS Start
===============================*/
.news-section {
  z-index: 1;
}
.news-section .shape-blog-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.news-single-items {
  position: relative;
}
.news-single-items .news-image {
  width: 100%;
}
.news-single-items .news-image img {
  width: 100%;
}
.news-single-items .news-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 26px 30px 30px;
}
.news-single-items .news-content .cmn-tag {
  padding: 5px 20px 5px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .news-single-items .news-content {
    padding: 20px 20px 22px;
  }
}
@media (max-width: 767px) {
  .news-single-items .news-content {
    padding: 20px 16px 22px;
  }
}
.news-single-items.style1 {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.news-single-items.style1:hover .news-content {
  border-bottom: 5px solid var(--p1-clr) !important;
}
.news-single-items.style1:hover .news-content h3 a {
  color: var(--p1-clr);
}
.news-single-items.style2 {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-single-items.style2 .news-content {
  padding: 28px;
}
.news-single-items.style2 .news-content h4 {
  margin-bottom: 30px;
}
.news-single-items.style2:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-single-items.style2:hover .news-content h4 a {
  color: var(--black);
}
.news-single-items:hover .news-content h4 a {
  color: var(--p1-clr);
}

/* Blog Details */
.blog-details-left {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.blog-details-left .blog-details-box {
  border-radius: 20px;
  padding: 40px;
  background: var(--n100-clr);
}
.blog-details-left .blog-details-box .comment-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.blog-details-left .blog-details-box .comment-tag li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--black);
}
.blog-details-left .blog-details-box .comment-tag li button i {
  color: var(--p1-clr);
  font-size: 16px;
}
.blog-details-left .blog-details-box .thumb {
  overflow: hidden;
}
.blog-details-left .blog-details-box .thumb img {
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-details-left .blog-details-box .content h3 a {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: var(--black);
}
.blog-details-left .blog-details-box .content .common-btn {
  border-radius: 8px;
  color: var(--black);
  font-weight: 600;
}
.blog-details-left .blog-details-box .content .common-btn i {
  color: var(--black);
}
.blog-details-left .blog-details-box .content .common-btn:hover {
  border-color: var(--p3-clr);
}
.blog-details-left .blog-details-box:hover .thumb {
  overflow: hidden;
}
.blog-details-left .blog-details-box:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-details-left .blog-details-box:hover .content h2 a {
  color: var(--p1-clr);
}
.blog-details-left .blog-details-box.style2 {
  padding: 0;
  background: var(--white);
}
.blog-details-left .blog-details-box.style2 .maxzimize-text .listing {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.blog-details-left .blog-details-box.style2 .maxzimize-text .listing li {
  font-weight: 400;
}
@media (max-width: 1199px) {
  .blog-details-left .blog-details-box {
    padding: 22px 20px;
  }
  .blog-details-left .blog-details-box .content h3 a {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
  }
  .blog-details-left .blog-details-box .comment-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px 30px;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .blog-details-left .blog-details-box .comment-tag li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--black);
  }
  .blog-details-left .blog-details-box .comment-tag li button i {
    color: var(--p1-clr);
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-details-left .blog-details-box {
    padding: 22px 20px;
  }
  .blog-details-left .blog-details-box .content h3 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  .blog-details-left .blog-details-box .comment-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .blog-details-left .blog-details-box .comment-tag li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--black);
  }
  .blog-details-left .blog-details-box .comment-tag li button i {
    color: var(--p1-clr);
    font-size: 16px;
  }
  .blog-details-left .blog-details-box.style2 .maxzimize-text .listing {
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-details-left .blog-details-box.style2 .maxzimize-text .listing li {
    font-weight: 400;
  }
}
@media (max-width: 575px) {
  .blog-details-left .blog-details-box {
    padding: 22px 20px;
  }
  .blog-details-left .blog-details-box .content h3 a {
    font-size: 19px;
    font-weight: 700;
    line-height: 18px;
  }
  .blog-details-left .blog-details-box .comment-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .blog-details-left .blog-details-box .comment-tag li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--black);
  }
  .blog-details-left .blog-details-box .comment-tag li button i {
    color: var(--p1-clr);
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .blog-details-left {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .blog-details-left {
    gap: 20px;
  }
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 60px;
}
.blog-pagination li a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--n100-clr);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 700;
  color: var(--black);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-pagination li a i {
  font-size: 18px;
}
.blog-pagination li a:hover {
  background: var(--p1-clr);
  color: var(--white);
}
.blog-pagination li a:hover i {
  color: var(--white) !important;
}
.blog-pagination li.active a {
  background: var(--p1-clr);
  color: var(--white);
}
.blog-pagination li.active a i {
  color: var(--white) !important;
}
@media (max-width: 1199px) {
  .blog-pagination {
    gap: 10px;
    margin-top: 40px;
  }
  .blog-pagination li a {
    width: 40px;
    height: 40px;
  }
}

.blog-details-right {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.blog-details-right .details-common {
  border-radius: 20px;
  background: var(--white);
  border: 1px solid #e3e3e3;
  padding: 40px 40px;
}
.blog-details-right .details-common h4 {
  margin-bottom: 30px;
}
.blog-details-right .details-common .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 14px;
}
.blog-details-right .details-common .tags li a {
  display: inline-block;
  background: var(--n100-clr);
  padding: 8px 22px;
  color: var(--text);
  font-size: 14px;
  border-radius: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-details-right .details-common .tags li a:hover {
  background: var(--p1-clr);
  color: var(--white);
}
.blog-details-right .search-box {
  border: 1px solid #e3e3e3;
}
.blog-details-right .search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e3e3e3;
  background: var(--n100-clr);
  border-radius: 20px;
  padding-right: 16px;
}
.blog-details-right .search-box form input {
  width: 100%;
  color: var(--text);
  padding: 10px 14px;
  border: unset;
  outline: none;
  border-radius: 20px;
  background: transparent;
}
.blog-details-right .search-box form i {
  color: var(--p1-clr);
}
.blog-details-right .search-box form ::-webkit-input-placeholder {
  color: var(--text);
}
.blog-details-right .search-box form ::-moz-placeholder {
  color: var(--text);
}
.blog-details-right .search-box form :-ms-input-placeholder {
  color: var(--text);
}
.blog-details-right .search-box form ::-ms-input-placeholder {
  color: var(--text);
}
.blog-details-right .search-box form ::placeholder {
  color: var(--text);
}
.blog-details-right .category-blog .cates {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.blog-details-right .category-blog .cates li a .seri {
  font-size: 18px;
  color: var(--n800-clr);
}
.blog-details-right .category-blog .cates li a:hover {
  color: var(--p1-clr);
}
.blog-details-right .category-blog .cates li a:hover span {
  color: var(--p1-clr);
}
.blog-details-right .category-blog .cates .line {
  width: 100%;
  height: 1px;
  background: var(--p1-clr);
}
.blog-details-right .blog-latest {
  display: -ms-grid;
  display: grid;
  gap: 28px;
}
.blog-details-right .blog-latest .blog-latest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-details-right .blog-latest .blog-latest-item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
.blog-details-right .blog-latest .blog-latest-item .content a {
  font-weight: 800 !important;
  font-size: 23px;
  line-height: 32px;
}
.blog-details-right .blog-latest .blog-latest-item .thumb {
  width: 75px;
  height: 75px;
  border-radius: 20px;
}
.blog-details-right .blog-latest .blog-latest-item .thumb img {
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .blog-details-right {
    gap: 40px;
  }
  .blog-details-right .details-common {
    padding: 20px 18px;
  }
  .blog-details-right .blog-latest {
    display: -ms-grid;
    display: grid;
    gap: 16px;
  }
  .blog-details-right .blog-latest .blog-latest-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-details-right .blog-latest .blog-latest-item .content a {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 1199px) {
  .blog-details-right {
    gap: 20px;
  }
}

.lee-pragraph {
  padding: 30px 30px;
  border-radius: 20px;
  background: #efefef;
}
@media (max-width: 1199px) {
  .lee-pragraph {
    padding: 20px 20px;
  }
}

.tag-social-wrap .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.tag-social-wrap .tags li a {
  display: inline-block;
  background: var(--n100-clr);
  padding: 8px 22px;
  color: var(--text);
  font-size: 14px;
  border-radius: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tag-social-wrap .tags li a:hover {
  background: var(--p1-clr);
  color: var(--white);
}
.tag-social-wrap .social-wrapper {
  gap: 10px;
}
.tag-social-wrap .social-wrapper a {
  background: var(--n100-clr);
}
.tag-social-wrap .social-wrapper a i {
  color: var(--black);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tag-social-wrap .social-wrapper a:hover {
  background: var(--p1-clr);
}
.tag-social-wrap .social-wrapper a:hover i {
  color: var(--white);
}

.blog-details-reply-area {
  gap: 30px;
}
.blog-details-reply-area .blog-reply-box {
  border-radius: 20px;
  background: var(--white);
  padding: 30px 40px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.blog-details-reply-area .blog-reply-box:not(:last-child) {
  margin-bottom: 30px;
}
.blog-details-reply-area .blog-reply-box button {
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #0c0c0e;
  background: #eef6e7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100px;
}
.blog-details-reply-area .blog-reply-box button:hover {
  background: var(--p1-clr);
  border-color: var(--p1-clr);
  color: var(--white);
}
@media (max-width: 1199px) {
  .blog-details-reply-area {
    gap: 20px;
  }
  .blog-details-reply-area .blog-reply-box {
    padding: 18px;
    gap: 20px;
  }
  .blog-details-reply-area .blog-reply-box:not(:last-child) {
    margin-bottom: 20px;
  }
  .blog-details-reply-area .blog-reply-box button {
    padding: 7px 18px;
  }
}

.blog-form {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-form input,
.blog-form textarea {
  background: var(--white);
  border-width: 1px;
  padding: 12px 20px;
  border-radius: 100px;
}
.blog-form textarea {
  border-radius: 20px;
}
.blog-form .nice-select {
  padding: 13px 20px;
  border-radius: 100px;
  border: 1px solid #ddd;
}
.blog-form .nice-select .list {
  right: 0;
  background: #fff;
}
.blog-form .nice-select .list li {
  background-color: rgba(221, 221, 221, 0.337254902);
  border: 0.5px solid #ddd;
  padding: 7px 8px;
  color: #000;
}
.blog-form .nice-select::after {
  right: 22px;
  top: 22px;
}

.previous-nextime {
  background: var(--n100-clr);
  border-radius: 20px;
  padding: 20px 40px;
  margin-top: 36px;
}
.previous-nextime .prev-icon {
  width: 50px;
  height: 50px;
  background: var(--white);
}
.previous-nextime .prev-icon:hover {
  background: var(--p1-clr);
}
.previous-nextime .prev-icon:hover i {
  color: var(--black);
}
@media (max-width: 1199px) {
  .previous-nextime {
    padding: 12px 16px;
    margin-top: 29px;
  }
  .previous-nextime .prev-icon {
    width: 40px;
    height: 40px;
  }
}

/*=============================
	21. Footer CSS Start
===============================*/
/* footer section 1 */
.footer-widgets-wrapper {
  padding: 80px 0 80px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 28px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: 500;
  color: var(--white);
  font-size: 25px;
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  margin-bottom: 30px;
  font-weight: 400;
  max-width: 322px;
  text-transform: capitalize;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a {
  background: #151b2a;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a i {
  color: var(--p2-clr);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a:hover {
  background: var(--p1-clr);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a:hover i {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
  color: var(--text);
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--p2-clr);
  margin-right: 10px;
  font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 14px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: var(--pra2);
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-wrap: nowrap;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  font-size: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  opacity: 0;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
  color: var(--p1-clr);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover i {
  opacity: 1;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li {
  color: var(--pra2);
  font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li:not(:last-child) {
  margin-bottom: 18px;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li a {
  color: var(--pra2);
  font-size: 20px;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-wrap: nowrap;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li a:hover {
  color: var(--p1-clr);
}
.footer-widgets-wrapper .widgets-line {
  width: 1px;
  height: 226px;
  background: var(--text);
  display: block;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    gap: 30px 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 14px;
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li a {
    font-size: 16px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li {
    font-size: 14px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li:not(:last-child) {
    margin-bottom: 14px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-widgets-wrapper {
    padding: 65px 0 65px;
  }
}
@media screen and (max-width: 540px) {
  .footer-widgets-wrapper {
    padding-left: 10px;
  }
}

.foot-address .icon {
  border: 1px solid var(--p2-clr);
  width: 40px;
  height: 40px;
  min-width: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.foot-address .cont span {
  color: var(--white);
  opacity: 0.8;
}
.foot-address:hover .icon {
  background: var(--p2-clr);
}

.footer-bottom {
  position: relative;
  z-index: 9;
}
.footer-bottom .footer-wrapper {
  position: relative;
  z-index: 9;
  border-top: 1px solid var(--pra);
  padding: 20px 0;
}
.footer-bottom .footer-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer-bottom .footer-wrapper .footer-menu .line {
  width: 1px;
  height: 24px;
  background: var(--cmnwhite);
}
.footer-bottom .footer-wrapper .footer-menu li a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--p2-clr);
}
@media (max-width: 1199px) {
  .footer-bottom .footer-wrapper .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  .footer-bottom .footer-wrapper .footer-menu .line {
    height: 18px;
  }
}
@media (max-width: 575px) {
  .footer-bottom .footer-wrapper .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-section {
  position: relative;
}

/* footer section 2 */
.element-footer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.footer-section2 .footer-menu-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 38px;
}
.footer-section2 .footer-menu-wrap .footer-menu li {
  position: relative;
}
.footer-section2 .footer-menu-wrap .footer-menu li a i {
  font-size: 8px;
  position: relative;
  top: -2px;
}
.footer-section2 .footer-menu-wrap .footer-menu li a:hover {
  color: var(--p1-clr);
}
.footer-section2 .footer-menu-wrap .footer-menu li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 220px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  color: var(--header);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-section2 .footer-menu-wrap .footer-menu li .submenu li {
  display: block;
  width: 100%;
}
.footer-section2 .footer-menu-wrap .footer-menu li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 8px 18px;
  width: 100%;
  display: block;
}
.footer-section2 .footer-menu-wrap .footer-menu li .submenu li a:hover {
  background: var(--p1-clr);
  color: var(--white);
}
.footer-section2 .footer-menu-wrap .footer-menu li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .footer-section2 .footer-menu-wrap .footer-menu-logo {
    margin: 0 auto;
    text-align: center;
  }
}
.footer-section2 .mail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100px;
  overflow: hidden;
  max-width: 360px;
}
.footer-section2 .mail-form input {
  width: 100%;
  height: 50px;
  border: unset;
  background: #151B2A;
  padding: 1px 18px;
  color: var(--white);
  font-size: 14px;
}
.footer-section2 .mail-form input::-webkit-input-placeholder {
  color: var(--white);
}
.footer-section2 .mail-form input::-moz-placeholder {
  color: var(--white);
}
.footer-section2 .mail-form input:-ms-input-placeholder {
  color: var(--white);
}
.footer-section2 .mail-form input::-ms-input-placeholder {
  color: var(--white);
}
.footer-section2 .mail-form input::placeholder {
  color: var(--white);
}
.footer-section2 .mail-form button {
  height: 50px;
  width: 60px;
}

/* Newsletter */
.newsletter-wrap {
  border: 1px solid var(--p2-clr);
  padding: 60px 20px;
  border-radius: 20px;
}
.newsletter-wrap .newsletter-inner {
  max-width: 640px;
  margin: 0 auto;
}
.newsletter-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter-wrap form input {
  width: 100%;
  height: 55px;
  border: unset;
  background: transparent;
  color: var(--white);
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  width: 410px;
  font-size: 14px;
}
.newsletter-wrap form ::-webkit-input-placeholder {
  color: var(--white);
}
.newsletter-wrap form ::-moz-placeholder {
  color: var(--white);
}
.newsletter-wrap form :-ms-input-placeholder {
  color: var(--white);
}
.newsletter-wrap form ::-ms-input-placeholder {
  color: var(--white);
}
.newsletter-wrap form ::placeholder {
  color: var(--white);
}
.newsletter-wrap form .subscribe {
  border-radius: 100px;
  background: var(--p2-clr);
  text-wrap: nowrap;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 24px;
  color: var(--black);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newsletter-wrap form .subscribe:hover {
  background: var(--p1-clr);
}
@media (max-width: 575px) {
  .newsletter-wrap form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1399px) {
  .newsletter-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .newsletter-wrap {
    padding: 30px 20px;
  }
}

/* back to top button */
.scroll-to-top {
  background: var(--p1-clr);
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 5px;
  border: 0;
  bottom: -45px;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scroll-to-top:hover {
  background-color: var(--black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 24px;
}

/*=============================
	22. Breadcrumb CSS Start
===============================*/
.breadcrumb-section {
  background: var(--n300-clr);
  z-index: 1;
}
.breadcrumb-section .inner-element {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.bread-content {
  padding: 250px 0 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bread-content ul li,
.bread-content ul a {
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
}
.bread-content ul i {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .bread-content {
    padding: 200px 0 130px;
  }
}
@media (max-width: 991px) {
  .bread-content {
    padding: 160px 0 85px;
  }
  .bread-content ul li,
  .bread-content ul a {
    font-size: 16px;
  }
  .bread-content ul i {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .bread-content {
    padding: 150px 0 75px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bread-content ul li,
  .bread-content ul a {
    font-size: 16px;
  }
  .bread-content ul i {
    font-size: 14px;
  }
}

/*=============================
	23. Brand CSS Start
===============================*/
.brand-wrapper {
  margin-top: -5px;
}
.brand-wrapper h6 {
  font-size: 22px;
  position: relative;
  margin-bottom: 50px;
  color: var(--header);
  font-weight: 700;
}
.brand-wrapper h6::before {
  position: absolute;
  top: 15px;
  left: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--p2-clr);
}
@media (max-width: 1399px) {
  .brand-wrapper h6::before {
    display: none;
  }
}
.brand-wrapper h6::after {
  position: absolute;
  top: 15px;
  right: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--p2-clr);
}
@media (max-width: 1399px) {
  .brand-wrapper h6::after {
    display: none;
  }
}
.brand-wrapper .brand-image {
  text-align: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.brand-wrapper .brand-image:hover {
  -webkit-filter: initial;
          filter: initial;
  opacity: 1;
}
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  -webkit-filter: initial;
          filter: initial;
  opacity: 1;
}

/* sponsor section */
.sponsor-item {
  max-width: 165px;
  height: 40px;
}
.sponsor-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*=============================
	24. CTA CSS Start
===============================*/
.access-item {
  background: var(--white);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.access-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.access-item .storke {
  color: var(--text);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text);
  font-family: "Space Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.2;
}
@media (max-width: 1399px) {
  .access-item {
    padding: 30px 24px;
  }
}
@media (max-width: 1199px) {
  .access-item .icon {
    width: 65px;
    height: 65px;
  }
}
.access-item:hover .icon {
  background: var(--p1-clr);
}
.access-item:hover .storke {
  -webkit-text-stroke-color: var(--p1-clr);
  -webkit-text-fill-color: var(--p1-clr);
  opacity: 1;
}

/*=============================
	25. Contact CSS Start
===============================*/
.contact-forms {
  border-radius: 20px;
  padding: 40px 40px;
}
.contact-forms .nice-select,
.contact-forms input,
.contact-forms textarea {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #E3E3E3;
  padding: 10px 20px;
  outline: none;
  color: var(--text);
  background: transparent;
}
.contact-forms ::-webkit-input-placeholder {
  color: var(--text);
}
.contact-forms ::-moz-placeholder {
  color: var(--text);
}
.contact-forms :-ms-input-placeholder {
  color: var(--text);
}
.contact-forms ::-ms-input-placeholder {
  color: var(--text);
}
.contact-forms ::placeholder {
  color: var(--text);
}
@media (max-width: 767px) {
  .contact-forms {
    padding: 30px 20px;
  }
}

.ajax-response.error {
  margin-top: 30px;
  color: red;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 8px;
  padding: 10px 20px;
}

.ajax-response.success {
  margin-top: 30px;
  color: green;
  background-color: rgba(0, 128, 0, 0.1);
  border: 1px solid rgba(0, 128, 0, 0.5);
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 20px;
}

.contact-info-area .contact-info {
  border-radius: 20px;
  background: var(--white);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 36px 40px;
}
@media (max-width: 1399px) {
  .contact-info-area .contact-info {
    padding: 22px 16px 30px;
  }
}

.visa-right-bar {
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e3e3e3;
}
.visa-right-bar .titles {
  background: var(--p1-clr);
  border-radius: 100px;
  padding: 19px 14px;
  text-align: center;
}
.visa-right-bar li a {
  background: var(--n100-clr);
  border-radius: 100px;
  padding: 14px 28px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.visa-right-bar li a:hover {
  background: var(--p1-clr);
}
.visa-right-bar li a:hover i {
  background: var(--white);
}
.visa-right-bar li a i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--black);
  background: var(--p1-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.visa-right-bar.country-detais-right {
  padding: 38px;
}
.visa-right-bar.country-detais-right li form {
  padding: 4px 20px;
  border-radius: 100px;
  background: rgba(245, 224, 250, 0.9);
}
.visa-right-bar.country-detais-right li form input {
  width: 100%;
  padding: 12px 10px;
  background: transparent;
  border: unset;
  outline: none;
  font-size: 14px;
  color: var(--black);
}
.visa-right-bar.country-detais-right li form ::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--black);
}
.visa-right-bar.country-detais-right li form ::-moz-placeholder {
  font-size: 14px;
  color: var(--black);
}
.visa-right-bar.country-detais-right li form :-ms-input-placeholder {
  font-size: 14px;
  color: var(--black);
}
.visa-right-bar.country-detais-right li form ::-ms-input-placeholder {
  font-size: 14px;
  color: var(--black);
}
.visa-right-bar.country-detais-right li form ::placeholder {
  font-size: 14px;
  color: var(--black);
}
.visa-right-bar.country-detais-right li form i {
  color: var(--p3-clr);
  font-size: 22px;
}
.visa-right-bar.country-detais-right li a {
  border: 1px solid #e3e3e3;
  background: var(--white);
}
.visa-right-bar.country-detais-right li a i {
  background: var(--p3-clr);
}
.visa-right-bar.country-detais-right li a:hover {
  background: var(--p3-clr);
}
.visa-right-bar.country-detais-right li a:hover i {
  background: var(--white);
}
@media (max-width: 1399px) {
  .visa-right-bar.country-detais-right {
    padding: 24px 18px;
  }
}

.plan-trip {
  padding: 38px;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}
.plan-trip .plan-information li a .icons {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f5e0fa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plan-trip .plan-information li a .icons i {
  font-size: 20px;
  color: var(--p3-clr);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plan-trip .plan-information li a:hover .icons {
  background: var(--p3-clr);
}
.plan-trip .plan-information li a:hover .icons i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .plan-trip {
    padding: 24px 18px;
  }
  .plan-trip .plan-information li a .icons {
    width: 46px;
    height: 46px;
  }
  .plan-trip .plan-information li a .icons i {
    font-size: 16px;
  }
}

.help-boxes {
  padding: 40px 16px;
  border-radius: 20px;
  background: var(--p1-clr);
}
.help-boxes .call-icon {
  width: 90px;
  height: 90px;
  background: rgba(30, 21, 21, 0.15);
  margin: 0 auto 28px;
  border-radius: 50%;
}
.help-boxes .call-icon i {
  font-size: 30px;
  color: var(--black);
}

.country-text-box {
  padding: 28px 30px 30px;
  border-radius: 20px;
  background: #F5E0FA;
}
@media (max-width: 1199px) {
  .country-text-box {
    padding: 24px 19px 26px;
  }
}

/* Adjusting Map */
.adujsting-map-section .ticket-booking-content {
  background: var(--n100-clr);
}
.adujsting-map-section .ticket-booking-content textarea {
  background: var(--white) !important;
}
.adujsting-map-section .ticket-booking-content .nice-select {
  background: var(--white) !important;
}
@media (max-width: 991px) {
  .adujsting-map-section .ticket-booking-content {
    padding: 24px 20px;
  }
  .adujsting-map-section .ticket-booking-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .adujsting-map-section .ticket-booking-content {
    padding: 24px 20px;
  }
  .adujsting-map-section .ticket-booking-content h2 {
    font-size: 24px;
  }
}

/* Map area */
.map-area iframe {
  width: 100%;
  height: 516px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .map-area iframe {
    height: 470px;
  }
}
@media (max-width: 767px) {
  .map-area iframe {
    height: 370px;
  }
}
@media (max-width: 575px) {
  .map-area iframe {
    height: 300px;
  }
}

/*=============================
	26. Preloader CSS Start
===============================*/
.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #ddd;
  border-top-color: var(--p1-clr);
  height: 8em;
  width: 8em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font-size: 80px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--p1-clr);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Space Grotesk", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader p {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--p2-clr);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}