:root {
  --primary: #cf0037;
  --secondary: #2c2c2c;
  --black: #000;
  --black-2: #121212;
  --black-3: #555;
  --black-4: #1d1d1d;
  --black-5: #343434;
  --black-6: #262626;
  --black-7: #555555;
  --black-13: #666;
  --white: #fff;
  --white-2: #efefef;
  --white-3: #e9e9e9;
  --white-4: #f0f0f0;
  --white-5: #fbfbfb;
  --white-6: #d7d7d7;
  --gray: #c2c2c2;
  --gray-2: #999;
  --gray-3: #a8a8a8;
  --gray-4: #f6f6f6;
  --gray-5: #bbb;
  --gray-6: #2b2b2b;
  --gray-7: #b9b9b9;
  --gray-8: #8e8e8e;
  --gray-9: #aaa;
  --gray-10: #7c7c7c;
  --gray-11: #d9d9d9;
  --gray-12: #383838;
  --gray-13: #ccc;
  --gray-14: #dfdfdf;
  --gray-15: #c0c0c0;
  --pink: #faede9;
  --pink-2: #ff9776;
  --pink-3: #f3ecec;
  --pink-4: #fffaf0;
  --pink-5: #e0e3cc;
  --bg-line: #1e1e1e;
  --d-gray: #6a6a6a;
  --d-black: #1a1a1a;
  --d-black-2: #171717;
  --d-black-3: #1a1a1a;
  --Sea-Green: #50d5bf;
}

/*----------------------------------------*/
/*  02. MIXIN CSS START
  /*----------------------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
  /*----------------------------------------*/
.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .pb-100 {
    padding-bottom: 80px;
  }

  .pb-150 {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 60px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-200 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-200 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-200 {
    padding-bottom: 60px;
  }
}

.pt-42 {
  padding-top: 40px;
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-110 {
    padding-top: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pt-130 {
  padding-top: 130px;
}

@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 90px;
  }
}

.pt-140 {
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-140 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-140 {
    padding-top: 90px;
  }
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-150 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-150 {
    padding-top: 140px;
  }
}

.sp-x {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sp-x {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp-x {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-x {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mt-60 {
  margin-top: 60px;
}

.ht-200 {
  padding-top: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-200 {
    padding-top: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-200 {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-200 {
    padding-top: 130px;
  }
}

/*----------------------------------------*/
/*  04. ANIMATION CSS START
  /*----------------------------------------*/
@-webkit-keyframes wcRotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }

  50% {
    -webkit-transform: rotate(5deg) scale(1.17);
    transform: rotate(5deg) scale(1.17);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
}

@keyframes wcRotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }

  50% {
    -webkit-transform: rotate(5deg) scale(1.17);
    transform: rotate(5deg) scale(1.17);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
}

@-webkit-keyframes wcBubble {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcBubble {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.5;
  }

  100% {
    scale: 1;
  }
}

@-webkit-keyframes wcZoom {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcZoom {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.5;
  }

  100% {
    scale: 1;
  }
}

@-webkit-keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@-webkit-keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes wcSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes wcSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------------*/
/*  05. THEME CSS START
  /*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

h3 {
  font-size: 45px;
  font-weight: 700;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
  position: relative;
  z-index: 1;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.line {
  position: relative;
}

.line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--white-4);
}

.line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  background: var(--white-4);
}

.line-3 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--white-4);
}

.shape {
  position: absolute;
  left: -90px;
  bottom: -350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape {
    left: 200%;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .shape {
    left: 70%;
    bottom: 0;
  }
}

.shape .primary {
  width: 54px;
  height: 56px;
  background-color: var(--primary);
  margin-top: -37px;
  margin-left: 24px;
}

.shape .secondary {
  width: 53px;
  height: 56px;
  background-color: var(--secondary);
}

.pos-inherit {
  position: inherit;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }

  br {
    display: none;
  }
}

.sec-title-wrapper {
  position: relative;
  z-index: 9;
}

.footer-line {
  position: relative;
}

.footer-line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 500px;
  left: 0;
  bottom: -400px;
  background: var(--white-4);
}

@media (max-width: 1023px) {
  .footer-line::after {
    height: 0;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9991;
  border-radius: 100px;
  color: var(--white);
  background: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  mix-blend-mode: exclusion;
}

.scroll-top i {
  font-size: 18px;
  color: var(--black-2);
}

.scroll-top:hover {
  color: var(--gray-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll-top {
    bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll-top {
    right: 10px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-top {
    right: 5px;
    bottom: 55px;
  }
}

.font-20 {
  font-size: 20px !important;
}

/*----------------------------------------*/
/*  07. Button CSS START
  /*----------------------------------------*/

.wc-btn-black,
.wc-btn-light,
.wc-btn-pink,
.wc-btn-secondary {
  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;
  width: 170px;
  height: 170px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--black-3);
  border: 1px solid var(--gray);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-service {
  background-color: var(--primary);
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  margin: 10px 14px 0 0;
  font-size: 10px;
}

/* 
.btn-service-pr {
  flex: 1;
  padding: 10px;
  text-align: center;
  color: var(--white);
  background-color: var(--primary);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--primary);
}

.btn-service-pr:hover {
  color: var(--primary);
  background-color: var(--white);
  border: 1px solid var(--primary);
  font-weight: 500;
}

@media (max-width: 767px) {
  .btn-service-pr {
    flex-basis: calc(50% - 10px);
  }
} */

@media only screen and (max-width: 767px) {

  .wc-btn-black,
  .wc-btn-light,
  .wc-btn-pink,
  .wc-btn-secondary {
    padding: 30px;
  }
}

.wc-btn-black:hover,
.wc-btn-light:hover,
.wc-btn-pink:hover,
.wc-btn-secondary:hover {
  color: var(--black-2);
  border: 1px solid var(--primary);
}

.wc-btn-black:hover span,
.wc-btn-light:hover span,
.wc-btn-pink:hover span,
.wc-btn-secondary:hover span {
  width: 350px;
  height: 350px;
}

.wc-btn-primary i,
.wc-btn-black i,
.wc-btn-light i,
.wc-btn-pink i,
.wc-btn-secondary i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-left: 5px;
}

.wc-btn-primary span,
.wc-btn-black span,
.wc-btn-light span,
.wc-btn-pink span,
.wc-btn-secondary span {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: var(--primary);
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wc-btn-secondary {
  border: 1px solid var(--secondary);
  color: var(--gray-2);
}

.wc-btn-pink {
  border: 1px solid var(--secondary);
  color: var(--gray-2);
}

.wc-btn-pink:hover {
  border-color: var(--pink-2);
}

.wc-btn-pink span {
  background-color: var(--pink-2);
}

.wc-btn-light {
  border: 1px solid var(--secondary);
  color: var(--gray-2);
}

.wc-btn-light:hover {
  border-color: var(--white);
}

.wc-btn-light span {
  background-color: var(--white);
}

.wc-btn-black:hover {
  color: var(--white);
  border-color: var(--black-2);
}

.wc-btn-black span {
  background-color: var(--black-2);
}

.wc-btn-dark {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: var(--black-2);
  border: 1.3px solid var(--black-2);
  border-radius: 33px;
  padding: 20px 54px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wc-btn-dark:hover {
  color: var(--black-2);
  background-color: var(--white);
  border-color: var(--white);
}

.btn_wrapper,
#btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 30px;
  padding: 10px;
  margin-top: 20px;
}

.wc-btn-primary {
  border-radius: 30px;
  background-color: var(--primary);
  padding: 15px 30px;
  color: var(--white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service__top-btn .btn_wrapper,
  .service__top-btn #btn_wrapper {
    width: 170px;
    height: 170px;
  }

  .service__top-btn .btn_wrapper .btn-item,
  .service__top-btn #btn_wrapper .btn-item {
    top: 0;
    left: 0;
  }
}

.about_btn {
  font-size: 20px !important;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .about_btn {
    font-size: 18px !important;
  }
}

.about_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  background-color: var(--black-7);
}

/*----------------------------------------*/
/*  08. TITLE CSS START
  /*----------------------------------------*/
.sec-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: var(--black-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title {
    font-size: 32px;
  }
}

.sec-title-2 {
  font-weight: 500;
  font-size: 120px;
  line-height: 0.9;
  color: var(--black-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .sec-title-2 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title-2 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-2 {
    font-size: 72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title-2 {
    font-size: 45px;
  }
}

.sec-title-3 {
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  color: var(--black-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .sec-title-3 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title-3 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-3 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-3 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title-3 {
    font-size: 48px;
  }
}

.sec-title-4 {
  font-size: 150px;
  line-height: 1;
  color: var(--black-2);
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title-4 {
    font-size: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-4 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-4 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title-4 {
    font-size: 48px;
  }
}

.sec-title-4 span {
  font-family: "Poppins", sans-serif;
  padding-left: 298px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .sec-title-4 span {
    padding-left: 0;
  }
}

.sec-title-4 img {
  margin-top: -30px;
  -webkit-animation: wcSpinner 3s infinite linear;
  animation: wcSpinner 3s infinite linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-4 img {
    max-width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title-4 img {
    display: none;
  }
}

.sec-title-5 {
  padding-left: 98px;
}

@media only screen and (max-width: 767px) {
  .sec-title-5 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-5 {
    font-size: 120px;
    line-height: 8.3rem;
  }
}

.sec-title-7 {
  padding-left: 185px;
}

.sec-title-8 {
  font-size: 130px;
  line-height: 1;
  font-weight: 500;
  color: var(--black-2);
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-8 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-8 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title-8 {
    font-size: 60px;
  }
}

.sec-title-8 a {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.sec-title-16 {
  font-weight: 500;
  font-size: 120px;
  line-height: 0.9;
  color: var(--black-2);
  text-indent: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title-16 {
    font-size: 100px;
    text-indent: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-16 {
    font-size: 90px;
    text-indent: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-16 {
    text-indent: 60px;
    font-size: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title-16 {
    text-indent: 20px;
    font-size: 48px;
  }
}

.sec-title-16 span {
  color: var(--black-2);
  font-family: "Poppins", sans-serif;
  position: relative;
}

.sec-title-16 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: var(--black-2);
}

@media only screen and (max-width: 767px) {
  .sec-title-16 span::after {
    bottom: 0;
  }
}

.sec-sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--black-3);
  padding-bottom: 15px;
  text-transform: capitalize;
}

.hero-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  color: var(--black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-title {
    font-size: 36px;
  }
}

.title-line {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .img-anim {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 565px;
  }

  .img-anim img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 120%;
    margin-left: auto;
    margin-right: auto;
  }
}

.dis_port_4 {
  max-width: 300px;
  text-indent: 90px;
  margin-left: 100px;
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dis_port_4 {
    text-indent: 50px;
    margin-left: 60px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dis_port_4 {
    text-indent: 30px;
    margin-left: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .dis_port_4 {
    margin-left: 20px;
    text-indent: 30px;
    margin-top: 20px;
  }
}

.section_title_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: 130px 50px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title_wrapper {
    padding: 110px 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .section_title_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 120px 15px 0;
  }
}

.section_title_wrapper .title_right {
  padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title_wrapper .title_right {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section_title_wrapper .title_right {
    padding-top: 50px;
  }
}

.section_title_wrapper .title_right__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_title_wrapper .title_right__inner__left {
  margin-right: 60px;
}

.section_title_wrapper .title_right__inner__left span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
  color: var(--black-3);
  display: inline-block;
  position: relative;
}

.section_title_wrapper .title_right__inner__left span::before {
  content: "";
  position: absolute;
  right: 80px;
  top: 50%;
  background-color: #d9d9d9;
  width: 1090px;
  height: 1px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .section_title_wrapper .title_right__inner__left span::before {
    width: 600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section_title_wrapper .title_right__inner__left span::before {
    width: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title_wrapper .title_right__inner__left span::before {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title_wrapper .title_right__inner__left span::before {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .section_title_wrapper .title_right__inner__left span::before {
    display: none;
  }
}

.section_title_wrapper .title_right__inner__right ul li {
  margin-bottom: 10px;
}

.section_title_wrapper .title_right__inner__right ul li a {
  font-size: 18px;
  color: var(--black-13);
  text-transform: capitalize;
}

.section_title_wrapper .title_right__inner__right ul li a:hover {
  letter-spacing: 1px;
  color: var(--black-2);
}

/*----------------------------------------*/
/*  09. MENU CSS START
  /*----------------------------------------*/
.main-menu>li,
.main-menu-4>li {
  display: inline-block;
  margin: 0 38px;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {

  .main-menu>li,
  .main-menu-4>li {
    margin: 0 19px;
  }
} */

.main-menu>li.has-megamenu,
.main-menu-4>li.has-megamenu {
  position: static;
}

.main-menu>li:hover .main-dropdown,
.main-menu-4>li:hover .main-dropdown {
  top: 75px;
  opacity: 1;
  visibility: visible;
}

.main-menu>li:hover .mega-menu,
.main-menu>li:hover .mega-menu-2,
.main-menu-4>li:hover .mega-menu,
.main-menu-4>li:hover .mega-menu-2 {
  top: 75px;
  opacity: 1;
  visibility: visible;
}

.main-menu>li>a,
.main-menu-4>li>a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: var(--white);
  padding: 29px 0;
  outline: none;
  text-transform: capitalize;
  -webkit-transform: translateY(var(--y)) translateZ(0);
  transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease,
    -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.main-menu>li>a .menu-text,
.main-menu-4>li>a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--white);
}

.main-menu>li>a .menu-text span,
.main-menu-4>li>a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.main-menu>li>a .menu-text span:nth-child(1),
.main-menu-4>li>a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.main-menu>li>a .menu-text span:nth-child(2),
.main-menu-4>li>a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu>li>a .menu-text span:nth-child(3),
.main-menu-4>li>a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu>li>a .menu-text span:nth-child(4),
.main-menu-4>li>a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu>li>a .menu-text span:nth-child(5),
.main-menu-4>li>a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu>li>a .menu-text span:nth-child(6),
.main-menu-4>li>a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu>li>a .menu-text span:nth-child(7),
.main-menu-4>li>a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu>li>a .menu-text span:nth-child(8),
.main-menu-4>li>a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu>li>a .menu-text span:nth-child(9),
.main-menu-4>li>a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu>li>a .menu-text span:nth-child(10),
.main-menu-4>li>a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-menu>li>a .menu-text span:nth-child(11),
.main-menu-4>li>a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.main-menu>li>a .menu-text span:nth-child(12),
.main-menu-4>li>a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.main-menu>li>a .menu-text span:nth-child(13),
.main-menu-4>li>a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.main-menu>li>a .menu-text span:nth-child(14),
.main-menu-4>li>a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.main-menu>li>a .menu-text span:nth-child(15),
.main-menu-4>li>a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.main-menu>li>a .menu-text span:nth-child(16),
.main-menu-4>li>a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.main-menu>li>a .menu-text span:nth-child(17),
.main-menu-4>li>a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.main-menu>li>a .menu-text span:nth-child(18),
.main-menu-4>li>a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.main-menu>li>a .menu-text span:nth-child(19),
.main-menu-4>li>a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.main-menu>li>a .menu-text span:nth-child(20),
.main-menu-4>li>a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.main-menu>li>a .menu-text span:nth-child(21),
.main-menu-4>li>a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.main-menu>li>a .menu-text span:nth-child(22),
.main-menu-4>li>a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.main-menu>li>a .menu-text span:nth-child(23),
.main-menu-4>li>a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.main-menu>li>a .menu-text span:nth-child(24),
.main-menu-4>li>a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.main-menu>li>a .menu-text span:nth-child(25),
.main-menu-4>li>a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.main-menu>li>a .menu-text span:nth-child(26),
.main-menu-4>li>a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.main-menu>li>a .menu-text span:nth-child(27),
.main-menu-4>li>a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.main-menu>li>a .menu-text span:nth-child(28),
.main-menu-4>li>a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.main-menu>li>a .menu-text span:nth-child(29),
.main-menu-4>li>a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.main-menu>li>a .menu-text span:nth-child(30),
.main-menu-4>li>a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.main-menu>li>a .menu-text span:nth-child(31),
.main-menu-4>li>a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.main-menu>li>a .menu-text span:nth-child(32),
.main-menu-4>li>a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.main-menu>li>a .menu-text span:nth-child(33),
.main-menu-4>li>a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.main-menu>li>a .menu-text span:nth-child(34),
.main-menu-4>li>a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.main-menu>li>a .menu-text span:nth-child(35),
.main-menu-4>li>a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.main-menu>li>a .menu-text span:nth-child(36),
.main-menu-4>li>a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.main-menu>li>a .menu-text span:nth-child(37),
.main-menu-4>li>a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.main-menu>li>a .menu-text span:nth-child(38),
.main-menu-4>li>a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.main-menu>li>a .menu-text span:nth-child(39),
.main-menu-4>li>a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.main-menu>li>a .menu-text span:nth-child(40),
.main-menu-4>li>a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.main-menu>li>a .menu-text span:nth-child(41),
.main-menu-4>li>a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.main-menu>li>a .menu-text span:nth-child(42),
.main-menu-4>li>a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.main-menu>li>a .menu-text span:nth-child(43),
.main-menu-4>li>a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.main-menu>li>a .menu-text span:nth-child(44),
.main-menu-4>li>a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.main-menu>li>a .menu-text span:nth-child(45),
.main-menu-4>li>a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.main-menu>li>a .menu-text span:nth-child(46),
.main-menu-4>li>a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.main-menu>li>a .menu-text span:nth-child(47),
.main-menu-4>li>a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.main-menu>li>a .menu-text span:nth-child(48),
.main-menu-4>li>a .menu-text span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.main-menu>li>a .menu-text span:nth-child(49),
.main-menu-4>li>a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.main-menu>li>a:hover,
.main-menu-4>li>a:hover {
  --y: -4px;
}

.main-menu>li>a:hover span,
.main-menu-4>li>a:hover span {
  --m: calc(16px * -1);
}

.main-menu-3 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .main-menu-3 {
    display: none;
  }
}

.main-menu-3>li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-3>li {
    padding: 0 10px;
  }
}

.main-menu-3>li.has-megamenu {
  position: static;
}

.main-menu-3>li:hover .main-dropdown {
  top: 80px;
  opacity: 1;
  visibility: visible;
}

.main-menu-3>li:hover .mega-menu,
.main-menu-3>li:hover .mega-menu-2 {
  top: 80px;
  opacity: 1;
  visibility: visible;
}

.main-menu-3>li>a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  padding: 10px 0;
  outline: none;
  text-transform: capitalize;
  -webkit-transform: translateY(var(--y)) translateZ(0);
  transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease,
    -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.main-menu-3>li>a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--white);
}

.main-menu-3>li>a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.main-menu-3>li>a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.main-menu-3>li>a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu-3>li>a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu-3>li>a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu-3>li>a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu-3>li>a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu-3>li>a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu-3>li>a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu-3>li>a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu-3>li>a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-menu-3>li>a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.main-menu-3>li>a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.main-menu-3>li>a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.main-menu-3>li>a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.main-menu-3>li>a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.main-menu-3>li>a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.main-menu-3>li>a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.main-menu-3>li>a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.main-menu-3>li>a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.main-menu-3>li>a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.main-menu-3>li>a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.main-menu-3>li>a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.main-menu-3>li>a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.main-menu-3>li>a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.main-menu-3>li>a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.main-menu-3>li>a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.main-menu-3>li>a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.main-menu-3>li>a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.main-menu-3>li>a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.main-menu-3>li>a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.main-menu-3>li>a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.main-menu-3>li>a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.main-menu-3>li>a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.main-menu-3>li>a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.main-menu-3>li>a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.main-menu-3>li>a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.main-menu-3>li>a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.main-menu-3>li>a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.main-menu-3>li>a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.main-menu-3>li>a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.main-menu-3>li>a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.main-menu-3>li>a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.main-menu-3>li>a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.main-menu-3>li>a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.main-menu-3>li>a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.main-menu-3>li>a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.main-menu-3>li>a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.main-menu-3>li>a .menu-text span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.main-menu-3>li>a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.main-menu-3>li>a:hover {
  --y: -4px;
  color: var(--white);
}

.main-menu-3>li>a:hover span {
  --m: calc(16px * -1);
}

.main-menu-4>li>a {
  color: var(--black-2);
}

.head2-logo {
  height: 40px;
}

.main-menu-4>li>a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--black-2);
}

.main-menu-4>li>a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.main-menu-4>li>a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.main-menu-4>li>a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu-4>li>a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu-4>li>a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu-4>li>a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu-4>li>a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu-4>li>a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu-4>li>a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu-4>li>a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu-4>li>a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-menu-4>li>a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.main-menu-4>li>a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.main-menu-4>li>a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.main-menu-4>li>a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.main-menu-4>li>a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.main-menu-4>li>a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.main-menu-4>li>a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.main-menu-4>li>a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.main-menu-4>li>a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.main-menu-4>li>a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.main-menu-4>li>a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.main-menu-4>li>a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.main-menu-4>li>a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.main-menu-4>li>a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.main-menu-4>li>a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.main-menu-4>li>a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.main-menu-4>li>a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.main-menu-4>li>a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.main-menu-4>li>a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.main-menu-4>li>a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.main-menu-4>li>a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.main-menu-4>li>a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.main-menu-4>li>a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.main-menu-4>li>a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.main-menu-4>li>a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.main-menu-4>li>a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.main-menu-4>li>a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.main-menu-4>li>a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.main-menu-4>li>a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.main-menu-4>li>a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.main-menu-4>li>a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.main-menu-4>li>a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.main-menu-4>li>a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.main-menu-4>li>a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.main-menu-4>li>a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.main-menu-4>li>a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.main-menu-4>li>a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.main-menu-4>li>a .menu-text span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.main-menu-4>li>a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.main-menu-4>li>a:hover {
  --y: -4px;
}

.main-menu-4>li>a:hover span {
  --m: calc(16px * -1);
}

.main-menu .mega-menu li a,
.main-menu .mega-menu-2 li a,
.main-menu-4 .mega-menu li a,
.main-menu-4 .mega-menu-2 li a {
  color: var(--white);
}

.main-dropdown {
  position: absolute;
  width: 300px;
  left: 0;
  top: 85px;
  z-index: 9;
  background-color: var(--black-2);
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-dropdown .sub-dropdown {
  position: absolute;
  width: 300px;
  left: 100%;
  top: 0;
  z-index: 9;
  background-color: var(--black-2);
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-dropdown li {
  display: block;
  margin: 0;
  padding: 0;
}

.main-dropdown li:hover .sub-dropdown {
  opacity: 1;
  visibility: visible;
}

.main-dropdown li a {
  color: var(--white);
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
}

.main-dropdown li a .menu-text {
  text-shadow: 0 16px 0 var(--white);
}

.main-dropdown li a:hover {
  letter-spacing: 1px;
}

.mega-menu,
.mega-menu-2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
  z-index: 9;
  background-color: var(--black-2);
  text-align: left;
  padding: 40px 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .mega-menu,
  .mega-menu-2 {
    padding: 40px 100px;
  }
}

.mega-menu li,
.mega-menu-2 li {
  padding: 0;
  margin: 0;
}

.mega-menu li a,
.mega-menu-2 li a {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.mega-menu li a .menu-text,
.mega-menu-2 li a .menu-text {
  text-shadow: 0 16px 0 var(--white);
}

.mega-menu li a:hover,
.mega-menu-2 li a:hover {
  letter-spacing: 1px;
}

.mega-menu li a:not([href]):not([class]),
.mega-menu-2 li a:not([href]):not([class]) {
  color: var(--white);
}

.mega-menu li a:not([href]):not([class]):hover,
.mega-menu-2 li a:not([href]):not([class]):hover {
  letter-spacing: 0;
  background-color: transparent;
}

.mega-menu li ul,
.mega-menu-2 li ul {
  text-align: left;
}

.mega-menu li ul li,
.mega-menu-2 li ul li {
  display: block;
  margin: 0;
}

.mega-menu li ul li a,
.mega-menu-2 li ul li a {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 12px;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .mega-menu li ul li a,
  .mega-menu-2 li ul li a {
    padding: 6px 12px;
  }
}

.mega-menu-2 {
  width: 1160px;
  padding: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
}

.menu-heading {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  padding-bottom: 10px;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {}

.footer__widget-title {
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 20px auto;
  margin-left: 0;
  font-size: 26px;
}

.footer__widget p {
  color: var(--white);
}

.footer__widget-2 {
  padding: 140px 0 130px;
}

/* .footer__area {
  padding: 100px 0;
} */

.footer__contact li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

.footer__subscribe input {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: var(--gray-2);
  background-color: #fdf9dd4d;
  width: 100%;
  border: 1px solid #fdf9dd33;
  border-radius: 30px;
  padding: 21px 50px 21px 15px;
}

.footer-bottom {
  background-color: var(--white);
  padding: 10px;
}

.footer__subscribe .subs-btn {
  background-color: var(--white);
  border-radius: 30px;
  color: var(--black);
  font-weight: 500;
  border: 1px solid #fff;
  padding: 15px 20px;
}

.footer__subscribe .subs-btn:hover {
  background-color: transparent;
  border-radius: 30px;
  color: var(--white);
  border: 1px solid #fff;
  font-weight: 700;
  transition: 1s;
}

.footer__social a {
  height: 45px;
  width: 45px;
  align-content: center;
  font-size: 22px;
  display: inline-flex;
  margin-right: 5px;
  background: #fdf9dd4d !important;
  border: 1px solid #fdf9dd4d;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.social-media-t {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.footer__contact li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

.footer-menu li,
.footer-menu-2 li {
  color: var(--white);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  /* .footer-menu li,
  .footer-menu-2 li {
    padding-left: 60px;
  } */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .footer-menu li,
  .footer-menu-2 li {
    padding-left: 20px;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .footer-menu li,
  .footer-menu-2 li {
    padding-left: 20px;
  } */
}

@media only screen and (max-width: 767px) {
  /* .footer-menu li,
  .footer-menu-2 li {
    padding-left: 8px;
    padding-right: 8px;
  } */
}

.footer-menu li a,
.footer-menu-2 li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-menu li a .menu-text,
.footer-menu-2 li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--white);
}

.footer-menu li a .menu-text span,
.footer-menu-2 li a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.footer-menu li a .menu-text span:nth-child(1),
.footer-menu-2 li a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.footer-menu li a .menu-text span:nth-child(2),
.footer-menu-2 li a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-menu li a .menu-text span:nth-child(3),
.footer-menu-2 li a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.footer-menu li a .menu-text span:nth-child(4),
.footer-menu-2 li a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.footer-menu li a .menu-text span:nth-child(5),
.footer-menu-2 li a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.footer-menu li a .menu-text span:nth-child(6),
.footer-menu-2 li a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.footer-menu li a .menu-text span:nth-child(7),
.footer-menu-2 li a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.footer-menu li a .menu-text span:nth-child(8),
.footer-menu-2 li a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.footer-menu li a .menu-text span:nth-child(9),
.footer-menu-2 li a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.footer-menu li a .menu-text span:nth-child(10),
.footer-menu-2 li a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.footer-menu li a .menu-text span:nth-child(11),
.footer-menu-2 li a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.footer-menu li a .menu-text span:nth-child(12),
.footer-menu-2 li a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.footer-menu li a .menu-text span:nth-child(13),
.footer-menu-2 li a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.footer-menu li a .menu-text span:nth-child(14),
.footer-menu-2 li a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.footer-menu li a .menu-text span:nth-child(15),
.footer-menu-2 li a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.footer-menu li a .menu-text span:nth-child(16),
.footer-menu-2 li a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.footer-menu li a .menu-text span:nth-child(17),
.footer-menu-2 li a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.footer-menu li a .menu-text span:nth-child(18),
.footer-menu-2 li a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.footer-menu li a .menu-text span:nth-child(19),
.footer-menu-2 li a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.footer-menu li a .menu-text span:nth-child(20),
.footer-menu-2 li a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.footer-menu li a .menu-text span:nth-child(21),
.footer-menu-2 li a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.footer-menu li a .menu-text span:nth-child(22),
.footer-menu-2 li a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.footer-menu li a .menu-text span:nth-child(23),
.footer-menu-2 li a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.footer-menu li a .menu-text span:nth-child(24),
.footer-menu-2 li a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.footer-menu li a .menu-text span:nth-child(25),
.footer-menu-2 li a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.footer-menu li a .menu-text span:nth-child(26),
.footer-menu-2 li a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.footer-menu li a .menu-text span:nth-child(27),
.footer-menu-2 li a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.footer-menu li a .menu-text span:nth-child(28),
.footer-menu-2 li a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.footer-menu li a .menu-text span:nth-child(29),
.footer-menu-2 li a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.footer-menu li a .menu-text span:nth-child(30),
.footer-menu-2 li a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.footer-menu li a .menu-text span:nth-child(31),
.footer-menu-2 li a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.footer-menu li a .menu-text span:nth-child(32),
.footer-menu-2 li a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.footer-menu li a .menu-text span:nth-child(33),
.footer-menu-2 li a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.footer-menu li a .menu-text span:nth-child(34),
.footer-menu-2 li a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.footer-menu li a .menu-text span:nth-child(35),
.footer-menu-2 li a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.footer-menu li a .menu-text span:nth-child(36),
.footer-menu-2 li a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.footer-menu li a .menu-text span:nth-child(37),
.footer-menu-2 li a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.footer-menu li a .menu-text span:nth-child(38),
.footer-menu-2 li a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.footer-menu li a .menu-text span:nth-child(39),
.footer-menu-2 li a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.footer-menu li a .menu-text span:nth-child(40),
.footer-menu-2 li a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.footer-menu li a .menu-text span:nth-child(41),
.footer-menu-2 li a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.footer-menu li a .menu-text span:nth-child(42),
.footer-menu-2 li a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.footer-menu li a .menu-text span:nth-child(43),
.footer-menu-2 li a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.footer-menu li a .menu-text span:nth-child(44),
.footer-menu-2 li a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.footer-menu li a .menu-text span:nth-child(45),
.footer-menu-2 li a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.footer-menu li a .menu-text span:nth-child(46),
.footer-menu-2 li a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.footer-menu li a .menu-text span:nth-child(47),
.footer-menu-2 li a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.footer-menu li a .menu-text span:nth-child(48),
.footer-menu-2 li a .menu-text span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.footer-menu li a .menu-text span:nth-child(49),
.footer-menu-2 li a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.footer-menu li a:hover,
.footer-menu-2 li a:hover {
  --y: -4px;
}

.footer-menu li a:hover span,
.footer-menu-2 li a:hover span {
  --m: calc(16px * -1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-menu-2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-menu-2 {
    margin-bottom: 30px;
  }
}

.footer-menu-2 li a {
  color: var(--white);
  text-transform: uppercase;
}

.footer-menu-2 li a .menu-text {
  text-shadow: 0 16px 0 var(--white);
}

/* mean menu customize */
.offcanvas__menu-wrapper {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 93px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 20px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid var(--white);
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 20px 0 20px 100px;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  -webkit-transform: translateY(var(--y)) translateZ(0);
  transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease,
    -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 80px 0 var(--white);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.0333333333s;
  transition-delay: 0.0333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.0666666667s;
  transition-delay: 0.0666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.1333333333s;
  transition-delay: 0.1333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.1666666667s;
  transition-delay: 0.1666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.2333333333s;
  transition-delay: 0.2333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.2666666667s;
  transition-delay: 0.2666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.3333333333s;
  transition-delay: 0.3333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.3666666667s;
  transition-delay: 0.3666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.4333333333s;
  transition-delay: 0.4333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.4666666667s;
  transition-delay: 0.4666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.5333333333s;
  transition-delay: 0.5333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.5666666667s;
  transition-delay: 0.5666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.6333333333s;
  transition-delay: 0.6333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 0.6666666667s;
  transition-delay: 0.6666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 0.7333333333s;
  transition-delay: 0.7333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 0.7666666667s;
  transition-delay: 0.7666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 0.8333333333s;
  transition-delay: 0.8333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 0.8666666667s;
  transition-delay: 0.8666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 0.9333333333s;
  transition-delay: 0.9333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 0.9666666667s;
  transition-delay: 0.9666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.0333333333s;
  transition-delay: 1.0333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.0666666667s;
  transition-delay: 1.0666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.1333333333s;
  transition-delay: 1.1333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.1666666667s;
  transition-delay: 1.1666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.2333333333s;
  transition-delay: 1.2333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.2666666667s;
  transition-delay: 1.2666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 1.3333333333s;
  transition-delay: 1.3333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 1.3666666667s;
  transition-delay: 1.3666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 1.4333333333s;
  transition-delay: 1.4333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 1.4666666667s;
  transition-delay: 1.4666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 1.5333333333s;
  transition-delay: 1.5333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 1.5666666667s;
  transition-delay: 1.5666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(48) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 1.6333333333s;
  transition-delay: 1.6333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a:hover {
  --y: -0px;
  background-color: transparent;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a:hover span {
  --m: calc(80px * -1);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 60px;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 48px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 40px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 30px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
    padding-left: 15px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 60px;
  height: 96px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 76px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 46px;
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 36px;
    width: 36px;
    padding: 11px 12px 13px !important;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 24px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 20px 0 20px 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a:hover {
  letter-spacing: 1px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    padding-left: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    padding-left: 60px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    padding: 15px 0 15px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
    padding: 15px 0 15px 30px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 23px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--white);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 30px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.header__area-2 .main-dropdown {
  background-color: var(--white);
}

.header__area-2 .main-dropdown li a {
  color: var(--black-2);
}

.header__area-2 .main-dropdown li a:hover {
  letter-spacing: 1px;
}

.header__area-2 .main-dropdown li a .menu-text {
  text-shadow: 0 16px 0 var(--black-2);
}

.header__area-2 .main-dropdown .sub-dropdown {
  background-color: var(--white);
}

.header__area-2 .mega-menu,
.header__area-2 .mega-menu-2 {
  background-color: var(--white);
}

.header__area-2 .mega-menu li a,
.header__area-2 .mega-menu-2 li a {
  color: var(--black-2);
}

.header__area-2 .mega-menu li a:hover,
.header__area-2 .mega-menu-2 li a:hover {
  letter-spacing: 1px;
}

.header__area-2 .mega-menu li a:not([href]):not([class]),
.header__area-2 .mega-menu-2 li a:not([href]):not([class]) {
  color: var(--black-2);
}

.header__area-2 .mega-menu li a .menu-text,
.header__area-2 .mega-menu-2 li a .menu-text {
  text-shadow: 0 16px 0 var(--black-2);
}

/*----------------------------------------*/
/*  10. MODAL CSS START
  /*----------------------------------------*/
.modal__testimonial {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 9991;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s,
    -webkit-transform 0.25s;
}

.modal__testimonial-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--white);
  border-radius: 5px;
  width: 760px;
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal__testimonial-content {
    width: 700px;
    height: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__testimonial-content {
    width: 320px;
    height: 300px;
  }
}

.modal__testimonial-content iframe {
  width: 100%;
  height: 100%;
}

.modal__close {
  background: var(--secondary);
  color: var(--white);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  font-size: 18px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  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;
}

@media only screen and (max-width: 767px) {
  .modal__close {
    right: -5px;
    top: -5px;
  }
}

.modal__close:hover {
  color: var(--primary);
}

.modal__close-2 {
  background-color: transparent;
  color: var(--black-3);
  border: none;
  font-size: 24px;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .modal__close-2 {
    right: 20px;
    top: 15px;
  }
}

.modal__close-2:hover {
  color: var(--black-2);
}

.modal__application {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s,
    -webkit-transform 0.25s;
  z-index: 9991;
}

.modal__apply {
  padding: 100px 50px 50px;
  max-width: 1130px;
  height: 78vh;
  margin: 0 auto;
  margin-top: 3vh;
  overflow-y: auto;
  position: relative;
  background-color: var(--primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal__apply {
    max-width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal__apply {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__apply {
    padding: 50px 20px;
    margin-top: 0;
    height: 100vh;
  }
}

.modal__apply .form-top {
  display: flex;
  padding-bottom: 50px;
}

.modal__apply .form-top img {
  margin-bottom: 40px;
  position: absolute;
  right: 200px;
  top: 50px;
}

.modal__apply .form-top p {
  font-size: 18px;
  color: var(--black-2);
  border: 1px solid var(--black-3);
  border-radius: 30px;
  display: inline-block;
  padding: 5px 35px;
  margin-top: 20px;
}

.modal__apply .input-apply {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 2.2fr;
  grid-template-columns: 1fr 2.2fr;
  gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .modal__apply .input-apply {
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal__apply .input-apply {
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal__apply .input-apply {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__apply .input-apply {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
  }
}

.modal__apply .input-apply-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 4fr;
  grid-template-columns: 1fr 4fr;
  grid-gap: 50px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .modal__apply .input-apply-2 {
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal__apply .input-apply-2 {
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal__apply .input-apply-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__apply .input-apply-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
  }
}

.modal__apply .input-apply-2 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
}

.modal__apply .input-apply-2 input {
  width: 100%;
  border: 1px solid var(--white-4);
  outline: none;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__apply .input-apply-2 input:focus {
  border: 1px solid var(--black-3);
}

.modal__apply .input-apply p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
}

.modal__apply.form-apply .input-apply input {
  width: 100%;
  border: 1px solid var(--white-4);
  outline: none;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__apply .input-apply textarea {
  width: 100%;
  height: 125px;
  border: 1px solid var(--white-4);
  outline: none;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal__apply .input-apply textarea {
    height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__apply .input-apply textarea {
    height: 90px;
  }
}

.modal__apply .form-btn button {
  margin-left: auto;
  margin-top: 30px;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

.modal__apply .form-btn button:hover {
  margin-top: 30px;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

.modal__apply .form-btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}

.modal__apply .form-btn-2 button {
  background-color: transparent;
  z-index: 1;
}

.modal-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s,
    -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s,
    -webkit-transform 0.25s;
  padding-top: 80px;
}

/*----------------------------------------*/
/*  11. CURSOR CSS START
  /*----------------------------------------*/
.cursor {
  position: fixed;
  left: 0;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
  background: var(--black-2);
  text-transform: capitalize;
  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;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cursor.large {
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}

.cursor1.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}

.cursor2.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2.circle {
  width: 60px;
  height: 60px;
}

.cursor-testi {
  position: fixed;
  width: 80px;
  height: 80px;
  background-color: var(--black-2);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}

@media (max-width: 1200px) {
  .cursor-testi {
    display: none;
  }
}

.cursor-testi.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor-testi.play {
  width: 100px;
  height: 100px;
  mix-blend-mode: unset;
  background-color: var(--black-2);
}

.cursor-testi.play::after {
  position: absolute;
  content: "Play";
  color: var(--white);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#featured_cursor {
  background: var(--white);
  color: var(--black-2);
}

@media (max-width: 1200px) {
  #client_cursor {
    display: none;
  }
}

.switcher__area {
  position: relative;
  direction: ltr;
}

@media only screen and (max-width: 767px) {
  .switcher__area {
    display: none;
  }
}

.switcher__icon {
  position: fixed;
  width: 50px;
  height: 50px;
  background: var(--white);
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}

.switcher__icon button {
  font-size: 24px;
  color: var(--black-2);
  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;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.switcher__icon button:hover {
  color: var(--gray-2);
}

.switcher__icon button#switcher_open {
  -webkit-animation: wcSpinner 5s infinite linear;
  animation: wcSpinner 5s infinite linear;
}

.switcher__items {
  width: 280px;
  padding: 50px 30px;
  background: var(--black-2);
  position: fixed;
  right: -280px;
  top: 40%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.switcher__items .wc-col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.switcher__item {
  margin-bottom: 30px;
}

.switcher__item:nth-child(2) {
  margin-bottom: 0;
}

.switcher__item:last-child {
  margin-bottom: 0;
  display: none;
}

.switcher__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  text-transform: capitalize;
  padding-bottom: 10px;
}

.switcher__btn button {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-2);
  background: #2b2b2f;
  border-radius: 4px;
  padding: 10px 15px;
  text-transform: capitalize;
}

.switcher__btn button:hover,
.switcher__btn button.active {
  color: var(--white);
}

.switcher__btn select {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-2);
  width: 100%;
  border: none;
  padding: 9px 10px;
  border-radius: 4px;
  background: #2b2b2f;
  text-transform: capitalize;
  outline: none;
  cursor: pointer;
}

#switcher_close {
  display: none;
}

/*----------------------------------------*/
/*  12. HEADER CSS START
  /*----------------------------------------*/
.header__area {
  position: fixed;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9991;
  border-right: 1px solid rgba(240, 240, 240, 0.07);
  mix-blend-mode: exclusion;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .header__area {
    width: 62px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__area {
    width: 62px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__area {
    padding: 0 15px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area {
    padding: 0 15px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header__area {
    padding: 0 15px;
    width: 100%;
    height: auto;
  }
}

.header__area button {
  display: block;
  margin-top: -58px;
  padding: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__area button {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area button {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header__area button {
    margin-top: 0;
  }
}

.header__area-2 {
  padding: 3px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.header__area-3 {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: var(--primary);
}

.header__area-7 {
  padding: 3px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.header__inner {
  padding: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__inner {
    padding: 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__inner {
    padding: 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 5px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }

  .mobile-btn {
    display: block;
  }
}

.header__inner-2,
.header__inner-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto 150px;
  grid-template-columns: 150px auto 200px;
  padding: 0 30px;
  background-color: var(--primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .header__inner-2,
  .header__inner-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header__inner-2,
  .header__inner-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {

  .header__inner-2,
  .header__inner-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
  }
}

.header__inner-3 {
  padding: 10px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__inner-3 {
    padding: 10px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__inner-3 {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header__inner-3 {
    padding: 10px 15px;
  }
}

.header__nav-2 {
  text-align: right;
  justify-content: center;
  display: flex;
  align-items: center;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__nav-2 {
    display: none;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__nav-2 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header__nav-2 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__nav-icon {
    grid-column: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__nav-icon {
    grid-column: -1;
  }
}

@media only screen and (max-width: 767px) {
  .header__nav-icon {
    grid-column: -1;
  }
}

.header__nav-icon-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.header__nav-icon-2 .menu-icon-2::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  right: -60px;
  top: -60px;
  border: 1px solid var(--black-4);
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-icon-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.search-icon {
  display: none;
}

.header__nav-icon-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.header__nav-icon-7 .menu-icon-2::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  right: -60px;
  top: -60px;
  border: 1px solid var(--gray);
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__search {
  position: fixed;
  width: 300px;
  right: 60px;
  top: 90px;
  padding: 15px;
  background-color: var(--white-4);
  border-radius: 3px;
  z-index: 99991;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .header__search {
    right: 10px;
    top: 100px;
  }
}

.header__search.open-search {
  opacity: 1;
  visibility: visible;
  top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__search.open-search {
    top: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__search.open-search {
    top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .header__search.open-search {
    top: 85px;
  }
}

.header__search input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--white-2);
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__support {
    -ms-grid-column: 11;
    grid-column: 11/11;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__support {
    -ms-grid-column: 11;
    grid-column: 11/11;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media only screen and (max-width: 767px) {
  .header__support {
    display: none;
  }
}

.header__support p {
  width: 215px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  color: var(--gray-2);
  text-align: right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__support p {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__support p {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 767px) {
  .header__support p {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.header__support p a {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--white);
}

.header__logo-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-2 .header__nav-icon-2 .menu-icon-2::after {
  width: 100px;
  height: 100px;
  right: -20px;
  top: -30px;
}

.sticky-2 .header__logo-5 img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.sticky-2 .header__nav-icon-5 {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.sticky-7 .header__nav-icon-7 .menu-icon-2::after {
  width: 100px;
  height: 100px;
  right: -20px;
  top: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-primary {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-primary {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .logo-primary {
    display: none;
  }
}

.logo-secondary {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-secondary {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-secondary {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .logo-secondary {
    display: block;
  }
}

/*----------------------------------------*/
/*  13. OFFCANVES CSS START
  /*----------------------------------------*/
.offcanvas__area {
  background-color: var(--primary);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas__body {
  height: 100%;
  padding: 50px 10px;
}

/* 
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__body {
    -ms-grid-columns: 1.2fr 3fr 1.5fr;
    grid-template-columns: 1.2fr 3fr 1.5fr;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__body {
    -ms-grid-columns: 1.2fr 2fr 1.5fr;
    grid-template-columns: 1.2fr 2fr 1.5fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__body {}
}

@media only screen and (max-width: 767px) {
  .offcanvas__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
} */

.offcanvas__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0.5fr 2.1fr 1fr;
  grid-template-rows: 0.5fr 2.1fr 1fr;
  border-right: 1px solid var(--black-4);
}

@media only screen and (max-width: 767px) {
  .offcanvas__left {
    display: none;
  }
}

.offcanvas__mid {
  overflow: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .offcanvas__mid {
    margin-top: 25px;
  }
}

.offcanvas__mid::-webkit-scrollbar {
  width: 5px;
}

.offcanvas__mid::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--black);
  box-shadow: inset 0 0 5px var(--black);
  border-radius: 10px;
}

.offcanvas__mid::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.offcanvas--social {
  color: var(--white);
  padding-top: 40px;
  padding-left: 15px;
}

.offcanvas--social h2 {
  padding-bottom: 20px;
}

.social-media-offcanvas {
  color: var(--white);
  padding-bottom: 15px;
}

.mail-offcanvas a {
  color: var(--white);
}

.offcanvas__right {
  background-color: var(--black-4);
  padding: 0 50px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__right {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__right {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__right {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__right {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__right {
    display: none;
  }
}

.offcanvas__right .shape-1 {
  position: absolute;
  bottom: 0;
  left: 125px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .offcanvas__right .shape-1 {
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__right .shape-1 {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__right .shape-1 {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__right .shape-1 {
    left: 0;
  }
}

.offcanvas__right .shape-2 {
  position: absolute;
  bottom: 90px;
  right: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__right .shape-2 {
    right: 30px;
  }
}

.offcanvas__social {
  padding-left: 50px;
  padding-top: 220px;
  border-bottom: 1px solid var(--black-4);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__social {
    padding-left: 50px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__social {
    padding-left: 30px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social {
    padding-left: 15px;
    padding-top: 50px;
  }
}

.offcanvas__social .social-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social .social-title {
    font-size: 20px;
  }
}

.offcanvas__social ul li {
  padding-bottom: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social ul li {
    padding-bottom: 5px;
  }
}

.offcanvas__social ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
}

.offcanvas__social ul li a:hover {
  color: var(--gray-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__social ul li a {
    font-size: 16px;
  }
}

.offcanvas__links {
  padding-left: 50px;
  padding-top: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__links {
    padding-left: 30px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__links {
    padding-left: 30px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__links {
    padding-left: 15px;
    padding-top: 40px;
  }
}

.offcanvas__links ul li {
  padding-bottom: 2px;
}

.offcanvas__links ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
}

.offcanvas__links ul li a:hover {
  color: var(--gray-2);
}

.offcanvas__close {
  position: absolute;
  right: 50px;
  top: 40px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__close {
    right: 20px;
    top: 50px;
  }
}

.offcanvas__close button {
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas__close button:hover {
  color: var(--gray-2);
}

@media only screen and (max-width: 767px) {
  .offcanvas__close button {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

.offcanvas__search form {
  position: relative;
}

.offcanvas__search input {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 20px 45px 20px 20px;
  border-radius: 30px;
  border: 1px solid #3c3c3c;
  background-color: transparent;
  outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__search input {
    padding: 15px 40px 15px 15px;
  }
}

.offcanvas__search input::-webkit-input-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input::-moz-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input:-ms-input-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input::-ms-input-placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search input::placeholder {
  opacity: 1;
  color: #585858;
}

.offcanvas__search button {
  color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border-radius: 0 100% 100% 0;
}

.offcanvas__contact h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__contact h3 {
    font-size: 20px;
  }
}

.offcanvas__contact li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 7px;
  max-width: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__contact li {
    font-size: 16px;
  }
}

.offcanvas__contact li a {
  color: var(--white);
}

.offcanvas__contact li a:hover {
  color: var(--gray-2);
}

.offcanvas__area1 {
  background-color: var(--primary);
  position: fixed;
  width: 100%;
  height: 95vh;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas__body1 {
  padding: 40px;
  height: 100%;
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 3fr 1.3fr;
  grid-template-columns: 0.9fr 3fr 1.3fr; */
}

.offcanvas__close1 button {
  position: absolute;
  right: 40px;
  top: 50px;
}

.offcanvas__close1 button:hover {
  color: var(--gray-2);
}

@media only screen and (max-width: 767px) {
  .offcanvas__close1 button {
    font-size: 24px;
    width: 48px;
    height: 48px;
  }
}

.logo-slidemenu {
  position: absolute;
  left: 50px;
  top: 50px;
}

/* .header__logo-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-menu-detail {
  border: 1px solid #fff;
  border-radius: 30px;
  height: 30vh;
}

.canvas-block-menu {
  display: flex;
  align-items: center;
}

.canvas-block-block {
  
} */

.body-menu {
  height: 100vh;
  width: 100%;
  background-color: #d10037;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5fr 2.5fr 3.5fr;
  grid-template-columns: 480px 380px 480px;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #fff;
  margin: 50px auto;
}

.menu-img-home {
  background-image: url(../imgs/web-6/home-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 27vh;
  border-top-left-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.9;
}

.menu-img-reel ul,
.menu-img-about ul,
.menu-img-blog ul,
.menu-img-career ul,
.menu-img-service ul,
.menu-img-gallery ul,
.menu-img-port ul,
.menu-img-home ul {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.menu-img-port {
  background-image: url(../imgs/web-6/portfolio.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 27vh;
  border-bottom-left-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-img-gallery {
  background-image: url(../imgs/web-6/gallery-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 27vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-img-service {
  background-image: url(../imgs/web-6/services-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 27vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-img-reel {
  background-image: url(../imgs/web-6/showreel-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 27vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-img-about {
  background-image: url(../imgs/web-6/about-us-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 18vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-top-right-radius: 30px;
}

.menu-img-blog {
  background-image: url(../imgs/web-6/blog-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 18vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-img-career {
  background-image: url(../imgs/web-6/career-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 18vh;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mail-policy-slide a {
  color: var(--white);
  margin-bottom: 10px;
}

.mail-policy-slide p {
  color: var(--white);
  margin-bottom: 10px;
}

.slide-social p {
  color: var(--white);
  margin-bottom: 15px;
  display: flex;
  justify-content: end;
  margin-right: 10px;
}

.slide-contact {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.slide-contact a {
  border: 1px solid var(--white);
  border-radius: 30px;
  padding: 15px 40px;
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
}

.slide-social i {
  color: var(--white);
  font-size: 25px;
  border-radius: 12px;
  border: 1px solid rgba(253, 249, 221, 0.3);
  background: rgba(253, 249, 221, 0.2);
  backdrop-filter: blur(46px);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.sidebar__menu--social a {
  height: 40px;
  width: 40px;
  align-content: center;
  font-size: 20px;
  display: inline-flex;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid rgba(253, 249, 221, 0.3);
  background: rgba(253, 249, 221, 0.2);
  backdrop-filter: blur(46px);
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

.line-0 {
  width: 110px;
  transform: rotate(290deg);
  transform-origin: bottom;
  border: 1px solid #fdf9dd4d;
  position: fixed;
  right: 95px;
  box-sizing: border-box;
}

/*----------------------------------------*/
/*  14. HERO CSS START
/*----------------------------------------*/
.hero__area {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.hero-heading h1 {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-p {
  font-size: 20px;
  text-align: right;
}

.hero-p p {
  font-size: 14px;
}

.center-banner {
  display: flex;
  justify-content: center;
  z-index: 0;
  position: relative;
}

.hero__area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero__area .hero1_bg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-animation: wcRotate 18s infinite linear;
  animation: wcRotate 18s infinite linear;
}

.hero__area-2 {
  background-image: url(../imgs/bg/lines.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--black-2);
  overflow: hidden;
  position: relative;
}

.hero__area-2 .hero2-shape {
  position: absolute;
  left: 30%;
  top: 41%;
  max-width: 41%;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__area-2 .hero2-shape {
    top: 37%;
    left: 33%;
    max-width: 36%;
  }

  .hero-heading h1 {
    font-size: 43px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-2 .hero2-shape {
    top: 32%;
    left: 31%;
    max-width: 40%;
  }

  .hero-heading h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-2 .hero2-shape {
    left: 30%;
    top: 34%;
    max-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-2 .hero2-shape {
    left: 5%;
    top: 30%;
    max-width: 90%;
  }
}

.hero__area-2 .hero2-shape img {
  max-width: 100%;
}

.hero__area-2 .sec-title-3 {
  color: var(--white);
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-2 .sec-title-3 {
    padding-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-2 .sec-title-3 {
    padding-bottom: 40px;
    padding-right: 75px;
  }
}

.hero__area-2 .sec-title-3:last-child {
  text-align: right;
  padding-top: 110px;
  padding-right: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__area-2 .sec-title-3:last-child {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__area-2 .sec-title-3:last-child {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-2 .sec-title-3:last-child {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-2 .sec-title-3:last-child {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-2 .sec-title-3:last-child {
    padding-top: 0;
  }
}

.hero__area-2 .sec-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .hero__area-2 .sec-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hero__area-2 .sec-title-wrapper .bg-shape {
  background-image: url(../imgs/shape/10.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.hero__area-3 {
  padding-top: 120px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-3 {
    padding-top: 100px;
  }

  .mobile-btn {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-3 {
    padding-top: 140px;
  }

  .mobile-btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-3 {
    padding-top: 100px;
    padding-bottom: 45px;
  }

  .mobile-btn {
    display: block;
  }
}

.mobile-btn {
  display: none;
}

.hero__area-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../imgs/shape/5.png);
  background-repeat: no-repeat;
  background-position: left;
  z-index: -1;
}

.hero__area-3 .hero3-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__area-3 .hero3-img {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__area-3 .hero3-img {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-3 .hero3-img {
    max-width: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-3 .hero3-img {
    max-width: 760px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-3 .hero3-img {
    position: unset;
  }
}

.hero__area-3 .hero3-img-anim {
  overflow: hidden;
  position: relative;
  width: 350px;
  height: 100%;
}

.hero__area-3 .hero3-img-anim img {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 150%;
  margin-left: auto;
  margin-right: auto;
}

.hero__area-3 .sec-title-wrapper {
  display: inline-block;
  position: unset;
}

.hero__area-3 .sec-sub-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-2);
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 0px;
  text-transform: uppercase;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .hero__area-3 .sec-sub-title {
    padding-bottom: 15px;
  }
}

.hero__area-3 .sec-sub-title::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  left: 100%;
  top: 12px;
  background-color: var(--black-2);
}

.hero__area-3 .sec-title {
  z-index: 2;
  font-weight: 600;
  font-size: 306px;
  line-height: 0.82;
  text-transform: uppercase;
  color: var(--black-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__area-3 .sec-title {
    font-size: 260px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__area-3 .sec-title {
    font-size: 260px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-3 .sec-title {
    font-size: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-3 .sec-title {
    font-size: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-3 .sec-title {
    font-size: 90px;
  }
}

.hero__area-3 .title-right {
  position: absolute;
  right: 0;
}

.hero__area-3 .wrapper {
  --clip-path: circle(65px at left);
  --clip-path-hover: circle(70px at left);
  --clip-path-clicked: circle(100vw at left);
  --duration: 0.4s;
  --timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-3 .wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-3 .wrapper {
    display: none;
  }
}

.hero__area-3 .video-info {
  width: 300px;
  position: relative;
  left: 500px;
  top: -115px;
  height: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-3 .video-info {
    left: 200px;
    top: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-3 .video-info {
    left: 280px;
    top: -235px;
  }
}

.hero__area-3 .video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  -webkit-transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function),
    -webkit-clip-path var(--duration) var(--timing-function);
  position: relative;
  top: 55px;
  left: 100px;
}

.hero__area-3 .video::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: url(../imgs/icon/play-icon.png);
  content: "";
  z-index: 999999999999;
  background-size: 100%;
}

.hero__area-3 .video video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: auto;
  width: auto;
  height: auto;
}

.hero__area-3 .intro-title {
  position: relative;
  left: 175px;
  top: 70px;
}

.hero__area-3 .intro-title .video-title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
}

.hero__area-3 .intro-title .video-title span {
  display: block;
  font-size: 18px;
}

.hero__area-3 .intro-title .video-title.close-video-title {
  display: none;
}

.hero__area-3 #video_check {
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 9999999;
}

.hero__area-3 #video_check:focus {
  outline: 0;
}

.hero__area-3 #video_check:hover~.video {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

.hero__area-3 #video_check:hover~.text::before {
  --r: 25px;
  --opacity: 1;
}

.hero__area-3 #video_check:hover~.text::after {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

.hero__area-3 #video_check:hover~.text>span::after {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

.hero__area-3 #video_check:checked {
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.hero__area-3 #video_check:checked~.video {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.hero__area-3 #video_check:checked~.text {
  --opacity: 0;
  -webkit-transition: opacity 0.3s var(--timing-function);
  transition: opacity 0.3s var(--timing-function);
}

.hero__area-3 #video_check:checked~.text::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.hero__area-3 #video_check:checked~.text>span::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.hero__area-3.start-video .hero3-img {
  opacity: 0;
}

.hero__area-3.start-video .sec-title,
.hero__area-3.start-video .sec-sub-title,
.hero__area-3.start-video .hero__text-3 p,
.hero__area-3.start-video .intro-title .video-title {
  color: var(--white-4);
}

.hero__area-3.start-video .sec-sub-title::after {
  background-color: var(--white);
}

.hero__area-4 {
  padding-top: 110px;
  height: 100%;
}

@media only screen and (min-width: 1920px) {
  .hero__area-4 {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-4 {
    padding-top: 60px;
  }
}

.hero__area-10 {
  height: 100vh;
  padding: 90px 30px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__area-10 {
    padding: 120px 30px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__area-10 {
    padding: 100px 30px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-10 {
    padding: 100px 20px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-10 {
    padding: 100px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero__area-10 {
    padding: 100px 15px 0;
  }
}

.hero__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero__content-wrapper .text {
  mix-blend-mode: difference;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.hero__plane {
  width: 100%;
  height: 100vh;
}

.hero__plane img {
  display: none;
}

.hero__inner-2 {
  padding: 220px 100px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__inner-2 {
    padding: 140px 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__inner-2 {
    padding: 120px 50px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__inner-2 {
    padding: 160px 30px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__inner-2 {
    padding: 120px 15px 60px;
  }
}

.hero__inner-3 {
  position: relative;
}

.hero__inner-3 .scroll-down {
  margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__inner-3 .scroll-down {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__inner-3 .scroll-down {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero__inner-3 .scroll-down {
    display: none;
  }
}

.hero__inner-3 .scroll-down button {
  border: 1px solid var(--gray-3);
  padding: 25px 10px;
  border-radius: 30px;
  -webkit-animation: wcSlideBottom 7s infinite linear;
  animation: wcSlideBottom 7s infinite linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__inner-3 .scroll-down button {
    border-color: var(--white);
  }

  .hero__inner-3 .scroll-down button img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.hero__text-2 {
  background-image: url(../imgs/icon/7.png);
  background-repeat: no-repeat;
  background-position: 64% 58%;
  padding-left: 32%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__text-2 {
    padding-left: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__text-2 {
    padding-left: 20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__text-2 {
    padding-left: 15%;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__text-2 {
    padding-left: 5%;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media only screen and (max-width: 767px) {
  .hero__text-2 {
    padding-left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hero__text-2 p {
  max-width: 330px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--white);
  padding-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__text-2 p {
    max-width: 380px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__text-2 p {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__text-2 p {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__text-2 p {
    padding-bottom: 40px;
  }
}

.hero__text-3 {
  max-width: 320px;
  padding-top: 90px;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__text-3 {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__text-3 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__text-3 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__text-3 {
    padding-bottom: 80px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__text-3 {
    padding-bottom: 30px;
  }
}

.hero__text-3 p {
  font-size: 18px;
  line-height: 1.4;
}

.hero__content {
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__content {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__content {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content {
    padding-top: 125px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content {
    padding-top: 150px;
  }
}

.hero__content a {
  display: inline-block;
  max-width: 300px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--white);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.hero__content a:hover i {
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}

.hero__content a:hover span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}

.hero__content a span {
  position: absolute;
  top: 0;
  right: 0;
}

.hero__content a span i {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hero__content a span::after {
  position: absolute;
  content: "\f061";
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  left: -20px;
  bottom: -20px;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__content img {
    max-width: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content img {
    max-width: 60px;
  }
}

.hero__content .experience {
  position: absolute;
  right: 30px;
  bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content .experience {
    bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content .experience {
    position: unset;
  }
}

.hero__content .experience .title {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.3;
  color: var(--white);
}

.hero__content .experience p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--white);
}

.hero__title {
  font-weight: 500;
  font-size: 150px;
  line-height: 1;
  color: var(--white);
  margin-top: 55px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title {
    font-size: 100px;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title {
    font-size: 100px;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 48px;
  }
}

.hero__title::after {
  position: absolute;
  content: "Pro";
  width: 70px;
  height: 45px;
  right: -80px;
  top: 70px;
  border: 2px solid var(--white);
  border-radius: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--white);
  text-align: center;
  padding-top: 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title::after {
    right: -30px;
    top: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title::after {
    right: 60px;
    top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__title::after {
    right: 95px;
    top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__title::after {
    right: 0;
    top: -40px;
  }
}

.hero__title-wrapper {
  max-width: 990px;
  position: relative;
  margin-bottom: 105px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title-wrapper {
    max-width: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title-wrapper {
    max-width: 800px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__title-wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__title-wrapper {
    margin-bottom: 0;
  }
}

.hero__sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--gray-3);
  max-width: 410px;
  position: absolute;
  right: 60px;
  bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__sub-title {
    bottom: -10px;
    right: -30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__sub-title {
    bottom: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__sub-title {
    font-size: 16px;
    bottom: -10px;
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__sub-title {
    position: unset;
    padding-top: 15px;
  }
}

.hero__sub-title span {
  color: var(--white);
}

.hero__about {
  background-image: url(../imgs/about/about-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
}

.hero__about-content {
  padding-top: 170px;
}

@media only screen and (max-width: 767px) {
  .hero__about-content {
    padding-top: 250px;
  }
}

.hero__about-content .hero-title {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .hero__about-content .hero-title {
    padding-bottom: 30px;
  }
}

.hero__about-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 2.5fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr 2.5fr;
  padding-bottom: 80px;
  grid-gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__about-info {
    -ms-grid-columns: 1fr 30px 2.5fr 30px 2fr;
    grid-template-columns: 1fr 2.5fr 2fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__about-info {
    -ms-grid-columns: 1fr 20px 2.5fr 20px 1fr;
    grid-template-columns: 1fr 2.5fr 1fr;
    grid-gap: 20px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__about-info {
    padding-bottom: 60px;
  }
}

.hero__about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .hero__about-text {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 20px;
  }
}

.hero__about-text p {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__about-text p {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__about-text p {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero__about-text p {
    padding-left: 0;
  }
}

.hero__about-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.hero__about-award::before {
  position: absolute;
  content: "";
  left: 75px;
  top: 50%;
  width: 250px;
  height: 1px;
  background-color: var(--white-4);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__about-award::before {
    left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__about-award::before {
    width: 150px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero__about-award {
    position: absolute;
    top: 150px;
  }
}

.hero__about-video {
  margin-bottom: -10px;
  height: 800px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__about-video {
    height: 700px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__about-video {
    height: 650px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__about-video {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__about-video {
    height: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__about-video {
    height: auto;
  }
}

.hero__about-video iframe,
.hero__about-video video {
  width: 100%;
  height: auto;
}

.hero__about-row {
  position: inherit;
  margin-right: -310px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__about-row {
    margin-right: -50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__about-row {
    margin-right: -150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__about-row {
    margin-right: -150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__about-row {
    margin-right: -120px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__about-row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
}

.hero__link {
  display: inline-block;
  max-width: 300px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--white);
  position: absolute;
  top: 190px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.hero__link:hover i {
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}

.hero__link:hover span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}

.hero__link span {
  position: absolute;
  top: 0;
  right: 0;
}

.hero__link span i {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hero__link span::after {
  position: absolute;
  content: "\f061";
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  left: -20px;
  bottom: -20px;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#hero_texture {
  position: relative;
}

#hero_canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__content-8 {
  padding-top: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content-8 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content-8 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content-8 {
    padding-top: 80px;
    text-align: center;
  }
}

.hero__content-8 .discription {
  padding-top: 40px;
  font-size: 18px;
  max-width: 330px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content-8 .discription {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content-8 .discription {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
  }
}

.hero__content-8 .scroll-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto;
  grid-template-columns: 300px auto;
}

@media only screen and (max-width: 767px) {
  .hero__content-8 .scroll-wrapper {
    display: block;
  }
}

.hero__content-8 .scroll-down {
  position: relative;
  padding-left: 100px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .hero__content-8 .scroll-down {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content-8 .scroll-down {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content-8 .scroll-down {
    padding-left: 120px;
  }
}

.hero__content-8 .scroll-down span {
  position: absolute;
  left: 105px;
  top: -45px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 14px;
  text-transform: uppercase;
}

.hero__content-8 .scroll-down img {
  -webkit-animation: wcSlideBottom 3s infinite;
  animation: wcSlideBottom 3s infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content-8 .scroll-down img {
    max-height: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content-8 .scroll-down img {
    max-height: 100px;
  }
}

.portfolio__big {
  text-align: center;
  padding-bottom: 395px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__big {
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__big {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__big {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio__big {
    padding-bottom: 60px;
  }
}

.portfolio__big img {
  margin-top: -90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__big img {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__big img {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio__big img {
    margin-top: 0;
  }
}

.portfolio__big-inner {
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 80px);
  width: 600px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__big-inner {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__big-inner {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio__big-inner {
    margin-top: 10px;
  }
}

.portfolio__big-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bodypadding {
  padding: 110px 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bodypadding {
    padding: 70px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bodypadding {
    padding: 30px 15px;
  }
}

.bodypadding-2 {
  padding: 120px 50px;
}

@media only screen and (max-width: 767px) {
  .bodypadding-2 {
    padding: 30px 15px;
  }
}

.portfolio-para {
  display: flex;
  justify-content: center;
}

.portfolio-para p {
  width: 70%;
}

/*----------------------------------------*/
/*  15. SLIDER CSS START
/*----------------------------------------*/
.roll__area {
  background-color: var(--primary);
  padding: 31px 10px;
}

.roll__area-2 {
  padding: 21px 10px;
  background-color: var(--Sea-Green);
  margin: 20px auto;
  transform: rotate(-6.048deg);
}

.roll__area-2 .roll__slide h2 {
  color: var(--white);
  font-weight: 800;
}

.roll__area-3 {
  padding: 21px 10px;
  background-color: var(--Sea-Green);
  margin: 20px auto;
  transform: rotate(-6.048deg);
}

.roll__area-3 .roll__slide h2 {
  color: var(--white);
  font-weight: 800;
}

.roll__wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.roll__slide {
  text-align: center;
}

.roll__area-5 {
  transform: rotate(-4.163deg);
  background-color: var(--Sea-Green);
  padding: 20px 10px;
  transform-origin: left;
  margin: 10px 0px;
}

.roll__area-6 {
  background-color: var(--Sea-Green);
  transform: rotate(4.952deg);
  padding: 20px 10px;
  transform-origin: top;
  margin: 10px 0px 35px;
}

.roll__slide h2 {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--white);
}

.contact_wrap {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_wrap {
    margin-top: 60px;
  }
}

.contact_wrap:hover .link {
  opacity: 1;
  visibility: visible;
}

.contact_wrap .link {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: var(--black-2);
  border-radius: 100%;
  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;
  color: var(--white);
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1365px) {
  .contact_wrap .link {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 1365px) {
  .contact_wrap .link {
    opacity: 1;
    visibility: visible;
  }
}

.rollslide_wrap {
  text-align: center;
  overflow: hidden;
  margin-bottom: -10px;
}

.rollslide_title {
  color: var(--black-2);
  font-size: 250px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.rollslide_title-1 {
  color: var(--black-2);
  font-size: 245px;
  line-height: 0.75;
  text-transform: uppercase;
}

.rollslide_title-1 span {
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rollslide_title-1 {
    font-size: 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rollslide_title-1 {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rollslide_title-1 {
    font-size: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rollslide_title-1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .rollslide_title-1 {
    font-size: 48px;
  }
}

.rollslide_title:hover {
  color: var(--black-3);
}

.rollslide_title span {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 767px) {
  .rollslide_title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rollslide_title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rollslide_title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rollslide_title {
    font-size: 180px;
  }
}

@media only screen and (max-width: 767px) {
  footer .contact_wrap {
    margin-top: 40px;
  }
}

.logos-trust {
  border-radius: 20px;
  background-color: #fdf9dd;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 20px 10px;
  height: 140px;
  width: 220px;
}

.logos-trust img {
  max-width: 70%;
}

.color-red {
  color: var(--primary);
}

.color-sea {
  color: var(--Sea-Green);
}

.obj-img-dg {
  position: relative;
  left: 240px;
  top: 25px;
  width: 100px;
}

.service-img-head {
  position: relative;
  left: 180px;
  top: 35px;
  width: 100px;
}

.teller-img {
  width: 320px;
}

.para-50 {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.para-50 p {
  width: 70%;
}

.service-block {
  margin: 50px auto;
}

.service-block-deatil {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-detail h3 {
  margin: 20px auto 5px;
}

.service--detail-right {
  padding-right: 40px;
}

.service--detail-left {
  padding-left: 40px;
}

.service-img-block-1 {
  position: relative;
  left: 350px;
  width: 65px;
  margin-top: -80px;
  bottom: 60px;
}

.service-img-block-3 {
  position: relative;
  left: 365px;
  bottom: 70px;
  width: 85px;
  margin-top: -80px;
}

.service-img-block-2 {
  position: relative;
  left: 220px;
  bottom: 60px;
  width: 120px;
  margin-top: -80px;
}

.service-img-block-4 {
  position: relative;
  left: 340px;
  bottom: 70px;
  width: 100px;
  margin-top: -80px;
}

.colorful-block {
  background-color: var(--primary);
  color: var(--white);
  margin: 100px auto;
  padding-bottom: 50px;
  padding-top: 100px;
}

.colorful-block h2 {
  margin-bottom: 30px;
}

.colorful-para {
  display: flex;
  justify-content: center;
}

.colorful-para p {
  width: 60%;
  color: var(--white);
  font-size: 16px;
}

.colorful-img-top {
  position: relative;
  right: 500px;
  width: 200px;
  bottom: 20px;
  margin-top: -200px;
}

.colorful-img-btm {
  position: relative;
  left: 750px;
  top: 20px;
  width: 100px;
}

.trusted-by {
  position: relative;
  top: 20px;
  left: 100px;
}

.blog-top-sat {
  position: relative;
  top: 30px;
  left: 180px;
}

.btn-blog {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  padding: 2px 30px;
  margin: auto 20px;
}

.btn-blog:hover {
  color: var(--primary);
  background-color: var(--white);
}

.blog-block {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.blog-block:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  transition-duration: 3ms;
}

/*----------------------------------------*/
/*  21. TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__area {
  overflow: hidden;
}

.testimonial__area .sec-title-wrapper {
  max-width: 330px;
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__area .sec-title-wrapper {
    width: 100%;
    padding-top: 60px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__area .sec-title-wrapper {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__area .sec-title-wrapper {
    padding-top: 0px;
  }
}

.testimonial__area p {
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__area p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__area p {
    padding-bottom: 20px;
  }
}

.testimonial__area-2 .line-3 {
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .testimonial__area-2 .g-0 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.testimonial__area-3 {
  background-image: url(../imgs/testimonial/3/bg.png);
  background-repeat: no-repeat;
  background-position: 0 150px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__area-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__area-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__area-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial__area-3 img {}
}

@media (max-width: 1023px) {
  .testimonial__area .cursor {
    display: none;
  }
}

.testimonial__slider-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1110px;
}

@media only screen and (max-width: 767px) {
  .testimonial__slider-3 {
    padding-top: 80px;
  }
}

.testimonial__slider-3 .swipper-btn {
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 100%;
  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;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial__slider-3 .swipper-btn:hover {
  background-color: var(--black-2);
}

.testimonial__slider-3 .swipper-btn:hover i {
  color: var(--white);
}

.testimonial__slider-3 .swipper-btn i {
  font-size: 18px;
  color: var(--black-3);
}

.testimonial__slider-3 .next-button {
  right: calc(50% + 10px);
}

.testimonial__slider-3 .prev-button {
  left: calc(50% + 10px);
}

.testimonial__slide {
  margin-left: -3px;
}

.testimonial__slide-3 {
  text-align: center;
}

.testimonial__slide-3 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--black-2);
  font-style: italic;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__slide-3 p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__slide-3 p {
    font-size: 20px;
    padding: 0 10px;
  }
}

.testimonial__slide-3 p::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100px;
  left: calc(50% - 23px);
  background-image: url(../imgs/icon/quote.png);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .testimonial__slide-3 p::before {
    top: -80px;
  }
}

.testimonial__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.testimonial__wrapper-2 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .testimonial__item {
    padding-bottom: 30px;
  }
}

.testimonial__item .button {
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .testimonial__item.item-1 {
    text-align: center;
    margin: 0 50px;
  }

  .testimonial__item.item-1 img {
    width: 100%;
  }
}

.testimonial__item.item-2 {
  padding-top: 20px;
  text-align: center;
}

.testimonial__item.item-3 {
  padding-top: 220px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .testimonial__item.item-3 {
    text-align: center;
    padding-top: 30px;
  }
}

.testimonial__img {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__img img {
    width: 100%;
  }
}

.testimonial__img.b-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  left: 30px;
  top: 0;
  border: 1px solid var(--white-6);
  border-radius: 180px 180px 0 0;
  z-index: -1;
}

.testimonial__img.b-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  left: -30px;
  top: 0;
  border: 1px solid var(--white-6);
  border-radius: 180px 180px 0 0;
  z-index: -1;
}

.testimonial__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: var(--black);
  text-transform: capitalize;
}

.testimonial__title-2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: var(--black);
  font-style: italic;
  padding: 100px 100px 20px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__title-2 {
    font-size: 48px;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__title-2 {
    font-size: 48px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__title-2 {
    font-size: 36px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__title-2 {
    font-size: 36px;
    padding: 20px 0;
  }
}

.testimonial__role {
  font-size: 14px;
  color: var(--black-3);
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial__role-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: var(--black-3);
}

.testimonial__text-2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  color: var(--black-3);
  padding-right: 40px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__text-2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__text-2 {
    padding-right: 0;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__text-2 {
    font-size: 18px;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.testimonial__inner-2 {
  background-color: var(--white);
  padding: 80px;
  margin-top: 140px;
  background-image: url(../imgs/icon/quote-primary.png);
  background-repeat: no-repeat;
  background-position: 80px 80px;
  margin-right: 2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__inner-2 {
    padding: 80px 30px;
    margin-top: 185px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__inner-2 {
    padding: 60px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__inner-2 {
    padding: 60px 30px;
    margin-top: 136px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__inner-2 {
    text-align: center;
    padding: 0;
    padding-top: 60px;
    margin-top: 30px;
    background-position: 50% 0;
  }
}

.testimonial__video {
  margin-right: -112px;
  max-height: 785px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__video {
    max-height: 740px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__video {
    max-height: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__video {
    margin-right: 0;
    max-height: unset;
  }
}

.testimonial__video video {
  width: 100%;
}

.testimonial__author {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: var(--black-2);
  padding-bottom: 5px;
}

.testimonial__pagination {
  position: absolute;
  right: 0;
  top: calc(50% - 105px);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .testimonial__pagination {
    -webkit-transform: unset;
    transform: unset;
    z-index: 9;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__pagination {
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    bottom: 110px;
    z-index: 9;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__pagination {
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    bottom: 60px;
    z-index: 9;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__pagination {
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    bottom: 60px;
    z-index: 9;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__pagination {
    display: none;
  }
}

.testimonial__pagination .next-button,
.testimonial__pagination .prev-button {
  width: 60px;
  height: 60px;
  border: 1px solid var(--gray-7);
  color: var(--gray-7);
  border-radius: 100%;
  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;
  margin: 30px 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .testimonial__pagination .next-button,
  .testimonial__pagination .prev-button {
    margin: 20px;
  }
}

.testimonial__pagination .next-button::after,
.testimonial__pagination .prev-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.testimonial__pagination .next-button:hover,
.testimonial__pagination .prev-button:hover {
  border-color: var(--black-2);
}

.testimonial__pagination .next-button:hover i,
.testimonial__pagination .prev-button:hover i {
  color: var(--black-2);
}

.testimonial3__img {
  position: absolute;
  top: 170px;
  left: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3__img {
    top: 100px;
    left: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3__img {
    top: 60px;
    left: 10%;
  }
}

.testimonial3__img-2 {
  position: absolute;
  top: 230px;
  right: 28%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3__img-2 {
    top: 180px;
    right: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3__img-2 {
    top: 130px;
    right: 15%;
  }
}

.testimonial3__img-3 {
  position: absolute;
  top: 40%;
  left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3__img-3 {
    top: 78%;
    left: 60px;
    z-index: 9;
  }
}

.testimonial3__img-4 {
  position: absolute;
  bottom: 150px;
  left: 170px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .testimonial3__img-4 {
    left: 80px;
    max-width: 250px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3__img-4 {
    left: 70px;
    max-width: 220px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3__img-4 {
    bottom: 70px;
    left: 70px;
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3__img-4 {
    bottom: 180px;
    left: 0;
    max-width: 160px;
  }
}

.testimonial3__img-5 {
  position: absolute;
  top: 43%;
  right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3__img-5 {
    right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3__img-5 {
    top: 62%;
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3__img-5 {
    top: 60%;
    right: 0;
    width: 150px;
  }
}

.testimonial3__img-6 {
  position: absolute;
  right: 280px;
  top: 58%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3__img-6 {
    right: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3__img-6 {
    top: 75%;
    right: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3__img-6 {
    top: 70%;
    right: 60px;
  }
}

.client__name-3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--black-2);
  padding-top: 50px;
  padding-bottom: 10px;
}

.client__role-3 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--black-3);
}

.footer__btm {
  background-color: var(--primary);
  padding-top: 100px;
}

/* .footer__top-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
} */

.footer__area-6 {
  overflow: hidden;
  background-color: var(--primary);
}

@media only screen and (max-width: 767px) {
  /* .footer__top-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .footer__top-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  } */
}

.footer__social-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__social-6 li a {
  color: var(--gray-2);
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__social-6 li a:hover {
  color: var(--black-2);
}

.footer__info-6 li {
  color: var(--black-13);
  font-size: 16px;
  margin-bottom: 15px;
}

.footer__info-6 li a {
  color: var(--black-13);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__info-6 li a:hover {
  color: var(--black-2);
}

.footer__info-6 li a.phone {
  color: var(--black-2);
  position: relative;
}

.footer__info-6 li a.phone::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__info-6 li a.phone:hover::after {
  width: 0%;
}

.footer__info-6 li a.phone::after {
  background-color: var(--black-2);
}

.footer__link-6 li {
  margin-bottom: 8px;
}

.footer__link-6 li a {
  color: var(--black-13);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__link-6 li a:hover {
  color: var(--black-2);
}

.footer__item-title {
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 20px;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .footer__item-6 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__item-6 {
    margin-bottom: 50px;
  }
}

/* 
.footer__item-6:nth-child(1) {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .footer__item-6:nth-child(1) {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__item-6:nth-child(1) {
    width: 50%;
    padding-right: 30px;
  }
}

.footer__item-6:nth-child(2) {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .footer__item-6:nth-child(2) {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__item-6:nth-child(2) {
    width: 50%;
  }
}

.footer__item-6:nth-child(3) {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .footer__item-6:nth-child(3) {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__item-6:nth-child(3) {
    width: 50%;
  }
}

.footer__item-6:nth-child(4) {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .footer__item-6:nth-child(4) {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__item-6:nth-child(4) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__item-6:nth-child(4) {
    width: 33%;
  }
} */

.footer__item-6 p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__item-6 p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__item-6 p br {
    display: none;
  }
}

.footer__item-6-social a:hover {
  color: var(--black-2);
}

/* 
.footer__btm-6 {
  border-top: 1px solid var(--gray-24);
  padding-top: 40px;
  padding-bottom: 43px;
} */

.footer__newsletter-6 {
  background-color: var(--gray-24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  position: relative;
}

.footer__copyright-6 {
  color: var(--black-13);
  display: contents;
}

.footer__copyright-6 p {
  color: var(--black-2);
  margin-right: 20px;
  font-size: 14px;
}

.footer__copyright-6 p a {
  text-transform: uppercase;
  color: var(--black-2);
}

.footer__copyright-6 p a:hover {
  color: var(--lime);
}

.footer__top {
  margin-bottom: -120px;
}

@-webkit-keyframes leftmove {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -20px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes leftmove {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -20px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes rightmove {
  0% {
    margin-right: 0;
  }

  50% {
    margin-right: 30px;
  }

  100% {
    margin-right: 0;
  }
}

@keyframes rightmove {
  0% {
    margin-right: 0;
  }

  50% {
    margin-right: 30px;
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes move {
  0% {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: -20px;
  }

  100% {
    margin-bottom: 0;
  }
}

@keyframes move {
  0% {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: -20px;
  }

  100% {
    margin-bottom: 0;
  }
}

@keyframes move {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -20px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes rotate-icon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-icon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------------*/
/*  09. portfolio CSS START
  /*----------------------------------------*/

.portfolio__area-5 {
  border-top: 1px solid var(--gray-25);
  border-bottom: 1px solid var(--gray-25);
  padding: 56px 45px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .portfolio__area-5 {
    padding: 56px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__area-5 {
    padding: 56px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__area-5 {
    padding: 56px 0px;
  }
}

.portfolio__area-5::before {
  position: absolute;
  left: 33.3%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--secondary);
  -webkit-filter: invert(1);
  filter: invert(1);
}

.portfolio__area-5::after {
  position: absolute;
  left: 66.6%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--secondary);
  -webkit-filter: invert(1);
  filter: invert(1);
}

.portfolio__area-5 .sec-line {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--secondary);
  -webkit-filter: invert(1);
  filter: invert(1);
}

.portfolio__inner-5 {
  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;
}

/* @media only screen and (max-width: 767px) {
  .portfolio__inner-5 {
    gap: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__inner-5 {
    gap: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__inner-5 {
    gap: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__inner-5 {
    gap: 70px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .portfolio__inner-5 {
    gap: 80px;
  }
} */

.portfolio__item-5 {
  /* width: 48%; */
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 25px 10px;
}

@media only screen and (max-width: 767px) {
  .portfolio__item-5 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__item-5 {
    width: 46.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__item-5 {
    width: 47%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__item-5 {
    width: 47%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .portfolio__item-5 {
    width: 47%;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2599px) {
  .portfolio__item-5 {
    width: 32%;
  }
}

.portfolio__item-5:hover .portfolio__content-5 {
  opacity: 1;
  right: -50px;
}

/* 
.portfolio__item-5 img {
  width: 100%;
  max-width: 100%;
} */

.portfolio__content-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}

@media only screen and (max-width: 767px) {
  .portfolio__content-5 {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__content-5 {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

.portfolio__name-5 {
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 2px;
  /* color: var(--white); */
  text-transform: uppercase;
}

.portfolio__title-5 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .portfolio__title-5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__title-5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title-5 {
    font-size: 20px;
  }
}

.youtube-port-detail {
  height: 800px;
  width: 1300px;
  border-radius: 30px;
}

.hero__content-5 {
  padding-top: 60px;
}

.port-img-top {
  position: relative;
  left: 120px;
  top: 30px;
  width: 90px;
}

.hero__title-5 {
  font-size: 60px;
}

.hero__text-5 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.hero__text-5 p {
  width: 70%;
}

.portfolio__detail {
  padding-top: 60px;
}

.portfolio__detail img {
  width: 100%;
}

.btn-port {
  background-color: var(--primary);
  padding: 0px 25px;
  border-radius: 30px;
  margin: 10px auto;
  color: #fff;
}

.port-cont {
  background-color: var(--primary);
  padding: 0px 25px;
  border-radius: 30px;
  margin: 10px 0;
  color: #fff;
  width: 160px;
}

.contact-heading h1 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-top-img {
  position: relative;
  left: 450px;
  width: 115px;
  top: 25px;
}

.about-shape-img {
  position: relative;
  left: 320px;
  top: 20px;
  width: 66px;
}

.about-shape-img-1 {
  position: relative;
  left: 260px;
  top: 20px;
  width: 90px;
}

.about-Gallery-img {
  position: relative;
  left: 180px;
  top: 20px;
  width: 80px;
}

.about-team-img {
  position: relative;
  left: 250px;
  top: 50px;
  width: 130px;
}

.icon-about {
  width: 66px;
}

.service-top-img {
  position: relative;
  top: 40px;
  left: 180px;
  width: 100px;
}

/*----------------------------------------*/
/*  34. CONTACT CSS START
/*----------------------------------------*/
.contact__area-6 {
  overflow: hidden;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__area-6 .line {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__area-6 .line {
    padding-top: 130px;
  }
}

.contact__text {
  max-width: 330px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .contact__text {
    padding-top: 30px;
  }
}

.contact__text p {
  font-size: 18px;
  line-height: 1.4;
}

.contact__btm {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  .contact__btm {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__info {
    padding-bottom: 50px;
  }
}

.contact__info h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: var(--black-2);
  padding-bottom: 30px;
}

.contact__info ul li a {
  text-decoration-line: underline;
}

.contact__info ul li a,
.contact__info ul li span {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black-2);
  display: block;
  margin-bottom: 10px;
}

.contact__form {
  position: relative;
  z-index: 9;
}

.contact__form input {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black-2);
  border-radius: 30px;
  border: 1px solid var(--gray);
  padding: 15px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 27px;
  padding-left: 30px;
}

.contact__form textarea {
  width: 100%;
}

.btn_wrapper {
  border-radius: 30px;
  background-color: var(--primary);
}

.btn-submit {
  width: 100%;
  height: 100%;
}

.btn_wrapper a {
  font-weight: 600;
  color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .contact__form input,
  .contact__form textarea {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .contact__form input,
  .contact__form textarea {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {

  .contact__form input,
  .contact__form textarea {
    margin-bottom: 20px;
  }
}

.contact__form input:focus,
.contact__form textarea:focus {
  border: 1px solid var(--primary);
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: var(--black-2);
  opacity: 1;
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: var(--black-2);
  opacity: 1;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: var(--black-2);
  opacity: 1;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: var(--black-2);
  opacity: 1;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: var(--black-2);
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .contact__form #btn_wrapper,
  .contact__form .btn_wrapper {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {

  .contact__form #btn_wrapper,
  .contact__form .btn_wrapper {
    margin-top: 10px;
  }
}

.contact__form textarea {
  border-radius: 30px;
  padding: 20px 30px;
  border: 1px solid var(--gray);
}

/* modal box */

.contact__form_modal {
  position: relative;
  z-index: 9;
}

.contact__form_modal input {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  border-radius: 30px;
  border: 1px solid var(--white);
  padding: 15px 10px 15px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 35px;
}

.contact__form_modal textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  color: var(--white);
  margin-right: 20px;
  border-radius: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

.btn_wrapper {
  border-radius: 30px;
  background-color: var(--primary);
}

input[type="file"] {
  display: none;
}

.cv-size {
  width: 100%;
  color: var(--white);
}

.cv-size p {
  color: var(--white);
}

.cv-size p a {
  color: var(--white);
  text-decoration: underline;
  font-weight: 300;
}

.custom-file-input {
  display: inline-block;
  padding: 15px 50px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px auto;
  border-radius: 30px;
  cursor: pointer;
}

.custom-file-input:hover {
  background-color: var(--white);
  color: var(--primary);
}

.btn-submit {
  width: 100%;
}

.btn_wrapper a {
  font-weight: 600;
  color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .contact__form_modal input,
  .contact__form_modal textarea {
    padding: 10px 0;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .contact__form_modal input,
  .contact__form_modal textarea {
    padding: 10px 10px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {

  .contact__form_modal input,
  .contact__form_modal textarea {
    margin-bottom: 20px;
  }
}

.contact__form_modal input:focus,
.contact__form_modal textarea:focus {
  border: 1px solid var(--white);
  color: var(--white);
}

.contact__form_modal input::-webkit-input-placeholder,
.contact__form_modal textarea::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.contact__form_modal input::-moz-placeholder,
.contact__form_modal textarea::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}

.contact__form_modal input:-ms-input-placeholder,
.contact__form_modal textarea:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.contact__form_modal input::-ms-input-placeholder,
.contact__form_modal textarea::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.contact__form_modal input::placeholder,
.contact__form_modal textarea::placeholder {
  color: var(--white);
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .contact__form_modal #btn_wrapper,
  .contact__form_modal .btn_wrapper {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {

  .contact__form_modal #btn_wrapper,
  .contact__form_modal .btn_wrapper {
    margin-top: 10px;
  }
}

.btn-port {
  background-color: var(--primary);
  border-radius: 20px;
}

.btn-port a {
  color: #fff;
}

.work-img-shape {
  position: relative;
  top: 10px;
  left: 150px;
  width: 95px;
}

.mail-to a {
  color: var(--black);
  font-size: 60px;
  margin-top: 20px;
}

.mail-to {
  color: var(--black);
  font-size: 60px;
  margin-top: 20px;
}

.about-banner {
  background-image: url(../imgs/about/abt-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  margin-top: 60px;
}

.abt-heading p {
  color: var(--white);
  margin: auto 200px;
}

.abt-heading h2 {
  color: var(--white);
  font-size: 42px;
}

.about-dog-img {
  height: 450px;
}

.career-banner {
  background-image: url(../imgs/web-6/career.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  margin-left: -50px;
}

.career-top {
  padding-top: 65px;
}

.career-heading p {
  color: var(--white);
  margin: auto 100px;
}

.career-heading h2 {
  color: var(--white);
  font-size: 42px;
  margin: auto 100px;
}

.career-img-head {
  position: relative;
  left: 400px;
  top: 30px;
  width: 70px;
}

.career-obj-img {
  position: absolute;
  right: 0;
  width: 150px;
}

.service-left-img {
  position: relative;
  left: 240px;
  top: 25px;
  width: 110px;
}

.career-heading-side h2 {
  margin-bottom: 20px;
}

.blog-top {
  padding-top: 150px;
}

.blog-inner-social a {
  height: 35px;
  width: 35px;
  align-content: center;
  font-size: 18px;
  display: inline-flex;
  margin-right: 5px;
  background: #0000001a !important;
  border: 1px solid #0000004d;
  color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/*----------------------------------------*/
/*  17. SERVICE CSS START
/*----------------------------------------*/
.service__area {
  background-color: var(--black-2);
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area.pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area.pb-150 {
    padding-bottom: 90px;
  }
}

.service__area a:first-child .service__item {
  border-top: 1px solid var(--secondary);
}

.service__area .sec-title,
.service__area .sec-sub-title {
  color: var(--white);
}

.service__area .sec-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service__area-2 {
  background-color: var(--pink);
}

@media only screen and (max-width: 767px) {
  .service__area-2 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-2 .sec-text {
    padding-bottom: 30px;
  }
}

.service__area-2 .sec-text p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--black-2);
  max-width: 410px;
}

.service__area-3 {
  overflow: hidden;
}

.service__area-3 .sec-title {
  padding-bottom: 40px;
  text-transform: uppercase;
  background-color: var(--white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-3 .sec-title {
    padding-bottom: 0;
  }
}

.service__area-3 .sec-title-wrapper {
  position: relative;
  padding-left: 330px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-3 .sec-title-wrapper {
    padding-left: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-3 .sec-title-wrapper {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-3 .sec-title-wrapper {
    padding-left: 0;
  }
}

.service__area-3 .sec-title-wrapper::after {
  position: absolute;
  content: "";
  left: 40%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--white-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-3 .sec-title-wrapper::after {
    left: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-3 .sec-title-wrapper::after {
    left: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-3 .sec-title-wrapper::after {
    width: 0;
  }
}

.service__area-3 .sec-title-wrapper p {
  padding-top: 70px;
  padding-bottom: 60px;
  max-width: 410px;
  font-size: 18px;
  line-height: 1.4;
  margin-left: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-3 .sec-title-wrapper p {
    margin-left: 120px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-3 .sec-title-wrapper p {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-3 .sec-title-wrapper p {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.service__area-3 .sec-sub-title {
  padding-top: 50px;
  text-transform: uppercase;
  background-color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-3 .sec-sub-title {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-3 .sec-sub-title {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-3 .sec-sub-title {
    padding-top: 0;
  }
}

/* .service__area-6 {
  padding-left: 100px;
  background-color: var(--primary);
} */

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .service__area-6 {
    /* padding-left: 70px; */
  }
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-6 {
    padding-top: 100px;
    padding-left: 88px;
    padding-bottom: 40px;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-6 {
    padding-top: 90px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-6 {
    padding-bottom: 0;
    padding-left: 0;
  }
}

/* 
.service__area-6 .inherit-row {
  margin-left: -180px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .service__area-6 .inherit-row {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__area-6 .inherit-row {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-6 .inherit-row {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-6 .inherit-row {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

@media only screen and (max-width: 767px) {
  .service__area-6 .inherit-row {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
} */

.service__area-6 .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .service__area-6 .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service__area-6 .left-content {
  width: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-6 .left-content {
    width: 35%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-6 .left-content {
    width: 30%;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-6 .left-content {
    display: none;
  }
}

.service__area-6 .right-content {
  width: 70%;
  padding-left: 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .service__area-6 .right-content {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__area-6 .right-content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-6 .right-content {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-6 .right-content {
    width: 100%;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service__area-6 .right-content {
    width: 100%;
    padding-left: 0;
  }
}

.service__area-6 .mid-content {
  width: 0%;
  height: 50vh;
  position: relative;
}

/* .service__area-6 .mid-content .service__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service__area-6 .mid-content .service__image img {
  width: auto;
  height: 100vh;
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__area-6 .mid-content {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__area-6 .mid-content {
    display: none;
  }
}

.service__area-6 .mid-content #img1 {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .service__area-6 .mid-content {
    display: none;
  }

  .service__area-6 .right-content {
    padding-left: 0;
  }
}

.service__top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.service__top-text p {
  max-width: 505px;
  color: var(--gray-2);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__top-text p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__top-text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .service__top-text p {
    font-size: 18px;
    margin: 30px 0;
  }
}

.service__top-text p span {
  color: var(--white);
}

.service__top-btn #btn_wrapper,
.service__top-btn .btn_wrapper {
  margin-left: auto;
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service__top-btn #btn_wrapper,
  .service__top-btn .btn_wrapper {
    margin-right: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service__top-btn #btn_wrapper,
  .service__top-btn .btn_wrapper {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {

  .service__top-btn #btn_wrapper,
  .service__top-btn .btn_wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

.service__list-wrapper {
  margin-top: 40px;
}

.service__img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(0deg) translateX(-100px);
  transform: rotate(0deg) translateX(-100px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__img {
    max-width: 260px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__img {
    max-width: 200px;
  }
}

.service__img.active {
  opacity: 1;
  -webkit-transform: rotate(15deg) translateX(60px) translateY(30px);
  transform: rotate(15deg) translateX(60px) translateY(30px);
}

.service__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__img-wrapper {
    display: none;
  }
}

.service__img-wrapper span {
  position: absolute;
  width: 175px;
  height: 70px;
  background-color: var(--primary);
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-26deg) translate(-100%, -100%);
  transform: rotate(-26deg) translate(-100%, -100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__img-wrapper span {
    bottom: 260px;
    height: 40px;
    width: 120px;
  }
}

.service__img-wrapper span.current {
  -webkit-transform: rotate(-26deg) translate(120px, -100%);
  transform: rotate(-26deg) translate(120px, -100%);
}

.service__img-3 {
  position: relative;
}

.service__img-3 img {
  top: -95px;
  position: absolute;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service__img-6 img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__items-6 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service__items-6 {
    padding-top: 60px;
  }
}

.service__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 2fr 2.5fr 1fr;
  grid-template-columns: 0.7fr 2fr 2.5fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid var(--secondary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__item {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .service__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 25px 0 10px;
  }
}

.service__item:hover .service__number span,
.service__item:hover .service a {
  color: var(--primary);
}

.service__item:hover .service__title {
  color: var(--primary);
}

.service__item:hover .service__link p {
  color: var(--white);
}

.service__item:hover .service__link p i {
  -webkit-transform: translate(60px, -60px) rotate(-45deg);
  transform: translate(60px, -60px) rotate(-45deg);
}

.service__item:hover .service__link p::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}

.service__item-2 {
  position: relative;
}

.service__item-2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -90px;
  top: 0;
  background-color: var(--black-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__item-2::before {
    left: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item-2::before {
    left: -20px;
  }
}

.service__item-2:nth-child(3n + 1)::before {
  position: unset;
}

.service__item-2 img {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .service__item-2 img {
    margin-bottom: 20px;
  }
}

.service__item-2 p {
  color: var(--black-2);
  padding-bottom: 25px;
}

.service__item-2 ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black-2);
}

.service__item-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 45% 25%;
  grid-template-columns: 30% 45% 25%;
  border-bottom: 1px solid var(--white-2);
  padding: 55px 0 50px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__item-3 {
    -ms-grid-columns: 30% 50% 20%;
    grid-template-columns: 30% 50% 20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__item-3 {
    -ms-grid-columns: 30% 50% 20%;
    grid-template-columns: 30% 50% 20%;
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item-3 {
    -ms-grid-columns: 30% 2% 40% 2% 24%;
    grid-template-columns: 30% 40% 24%;
    gap: 2%;
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .service__item-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
}

.service__item-3:first-child {
  border-top: 1px solid var(--white-2);
}

.service__item-3:hover .service__hover-3 {
  opacity: 1;
}

.service__item-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service__item-6 .image-tab {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__item-6 {
    height: auto;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 30px 3fr;

    grid-column-gap: 30px;
    margin-bottom: 60px;
  }

  .service__item-6 .image-tab {
    display: block;
  }

  .service__item-6 .image-tab img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item-6 {
    height: auto;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .service__item-6 {
    height: auto;
    padding-bottom: 50px;
  }
}

.service__item-6 p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--black-13);
  padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__item-6 p {
    padding-bottom: 20px;
  }
}

.service__item-6 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px auto;
  grid-template-columns: 240px auto;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item-6 ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .service__item-6 ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
}

.service__item-6 ul li {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--Sea-Green);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__item-6 ul li {
    font-size: 16px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .service__item-6 ul {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__item-6 ul {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__item-6 ul {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item-6 ul {
    padding-bottom: 50px;
    -ms-grid-columns: 240px auto;
    grid-template-columns: 240px auto;
  }
}

.service__hover-3 {
  width: 300px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .service__hover-3 {
    width: 0;
    display: none;
  }
}

.service__number span {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--gray-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service__title {
  display: block;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  color: var(--gray-2);
}

.service__title:hover {
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .service__title {
    padding: 10px 0 20px;
  }

  .service__title br {
    display: none;
  }
}

.service__title-2,
.service__title-3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  color: var(--black-2);
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service__title-2,
  .service__title-3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .service__title-2,
  .service__title-3 {
    padding-bottom: 15px;
  }
}

.service__title-3 {
  text-transform: uppercase;
}

.service__title-3:hover {
  color: var(--black-2);
}

@media only screen and (max-width: 767px) {
  .service__title-3 {
    display: block;
    font-size: 30px;
    padding-bottom: 20px;
  }
}

.service__title-6 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  color: var(--black);
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__title-6 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__title-6 {
    font-size: 32px;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__title-6 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .service__title-6 {
    font-size: 30px;
  }
}

.service__text {
  max-width: 320px;
}

.service__text p {
  color: var(--gray-2);
}

.service__link {
  text-align: right;
  overflow: hidden;
}

.service__link p {
  display: inline-block;
  font-size: 48px;
  color: var(--gray-2);
}

.service__link p i {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service__link p::after {
  position: absolute;
  content: "\f061";
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  left: -20px;
  bottom: -20px;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service__btn-2 a {
  color: var(--black-2);
  border-color: var(--black-2);
}

.service__btn-2#btn_wrapper,
.service__btn-2.btn_wrapper {
  margin: 0 auto;
  margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service__btn-2#btn_wrapper,
  .service__btn-2.btn_wrapper {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service__btn-2#btn_wrapper,
  .service__btn-2.btn_wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {

  .service__btn-2#btn_wrapper,
  .service__btn-2.btn_wrapper {
    margin: 0;
    margin-top: 60px;
  }
}

.service__btn-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .service__btn-3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
}

.service__btn-3 #btn_wrapper,
.service__btn-3 .btn_wrapper {
  width: 200px;
  height: 200px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service__btn-3 #btn_wrapper,
  .service__btn-3 .btn_wrapper {
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {

  .service__btn-3 #btn_wrapper,
  .service__btn-3 .btn_wrapper {
    margin-left: -15px;
  }
}

.service__list .active .service__number span,
.service__list .active .service__title,
.service__list .active .service__link p {
  color: var(--white);
}

.service__list-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr 120px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__list-2 {
    gap: 100px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__list-2 {
    gap: 90px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .service__list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}

.service__list-3 {
  padding-top: 70px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .service__list-3 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .service__list-6 {
    /* padding-top: 80px; */
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__list-6 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__list-6 {
    padding-top: 60px;
    position: sticky;
    top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__list-6 {
    padding-top: 60px;
    position: sticky;
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .service__list-6 {
    padding-top: 60px;
  }
}

.service__list-6 li {
  padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__list-6 li {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__list-6 li {
    padding-bottom: 20px;
  }
}

.service__list-6 li.active a {
  color: var(--primary);
}

.service__list-6 li a h2 {
  font-size: 39px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .service__list-6 li {
    padding-bottom: 20px;
  }
}

.service__list-6 li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: var(--black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__list-6 li a {
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__list-6 li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service__list-6 li a {
    font-size: 20px;
  }
}

.service__content-3 {
  max-width: 340px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__content-3 {
    padding-left: 30px;
  }
}

.service__content-3 p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--black-2);
}

.service__content-3 ul {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.service__content-3 ul li {
  font-size: 18px;
  color: var(--black-2);
}

.service3__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.service3__img-wrap {
  width: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  padding-bottom: 25vw;
}

@media only screen and (max-width: 767px) {
  .service3__img-wrap {
    display: none;
    position: unset;
  }
}

.service__detail {
  overflow: hidden;
}

.service__detail .sec-title {
  max-width: 630px;
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__detail .sec-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .service__detail .sec-title {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

.service__detail-circle {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .service__detail-circle {
    display: none;
  }
}

.service__detail-circle span {
  position: relative;
  display: block;
  width: 136px;
  height: 136px;
  background-color: var(--primary);
  border-radius: 100%;
}

.service__detail-circle span::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  background-color: var(--black-2);
  border-radius: 100%;
}

.service__detail-circle span::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 2px;
  left: 50%;
  top: calc(50% - 1px);
  background-color: var(--black-2);
  border-radius: 100%;
}

.service__detail-img {
  padding-right: 1px;
  position: relative;
  margin-bottom: 60px;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .service__detail-img {
    margin-top: 30px;
  }
}

.service__detail-img img {
  width: 100%;
}

.service__detail-img img.sd-shape {
  width: auto;
  position: absolute;
  bottom: -15px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .service__detail-img img.sd-shape {
    right: 5px;
    bottom: -30px;
  }
}

.service__detail-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__detail-content {
    grid-gap: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__detail-content {
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__detail-content {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .service__detail-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.service__detail-content p {
  font-size: 18px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-v2.pt-110 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-v2.pt-110 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .service-v2.pt-110 {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-v3.pt-130 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-v3.pt-130 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .service-v3.pt-130 {
    padding-top: 120px;
  }
}

.service-v4.pb-150 {
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-v4 .pt-130 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-v4 .pt-130 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .service-v4 .pt-130 {
    padding-top: 120px;
  }
}

.service-v5 .portfolio__service-item,
.service-v5.portfolio__service .sec-title,
.service-v5.portfolio__service .sec-text,
.service-v5.portfolio__service .sec-text p {
  opacity: 1;
}

.service-v5 .portfolio__service-item {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-v5.pt-140 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-v5.pt-140 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .service-v5.pt-140 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.service-v5.portfolio__service .sec-title {
  text-indent: 0;
}

.service__list-6 li a.active {
  color: var(--primary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.service__area-6 .mid-content .service__image:nth-child(1) {
  z-index: 9;
}

.service__image:nth-child(2) {
  z-index: 8;
}

.service__image:nth-child(3) {
  z-index: 7;
}

.service__image:nth-child(4) {
  z-index: 6;
}

.service__image:nth-child(5) {
  z-index: 5;
}

.service__image:nth-child(6) {
  z-index: 4;
}

.service__image:nth-child(7) {
  z-index: 3;
}

.service__image:nth-child(8) {
  z-index: 2;
}

.service__image:nth-child(9) {
  z-index: 1;
}

.service__hero-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../imgs/home-7/sh-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-2 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-2 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-2 {
    padding-bottom: 60px;
  }
}

.service__hero-2 .shape-1 {
  position: absolute;
  width: 132px;
  height: auto;
  right: 165px;
  top: 275px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__hero-2 .shape-1 {
    right: 100px;
    top: 180px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-2 .shape-1 {
    right: 30px;
    top: 200px;
    width: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-2 .shape-1 {
    max-width: 80px;
    right: 10px;
    top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-2 .shape-1 {
    width: 75px;
    right: 6px;
    top: 130px;
  }
}

.service__hero-inner-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
  .service__hero-inner-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.service__hero-left-2 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 {
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.service__hero-left-2 img {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-left-2 img {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-left-2 img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 img {
    max-width: 160px;
    margin: 0;
  }
}

.service__hero-left-2 .image-1,
.service__hero-left-2 .image-3 {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}

@media only screen and (max-width: 767px) {

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.service__hero-left-2 .image-2 {
  -webkit-transform: translateX(62px);
  transform: translateX(62px);
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 .image-2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.service__hero-left-2 .image-4 {
  position: absolute;
  left: 318px;
  bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-left-2 .image-4 {
    left: 278px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-left-2 .image-4 {
    left: 225px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 .image-4 {
    position: unset;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.service__hero-right-2 .title {
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  color: var(--black);
  text-transform: capitalize;
  padding-bottom: 40px;
  padding-top: 80px;
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 .title {
    font-size: 110px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 .title {
    font-size: 90px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 .title {
    font-size: 60px;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }
}

.service__hero-right-2 .title span {
  display: block;
  padding-left: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 .title span {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 .title span {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 .title span {
    padding-left: 60px;
  }
}

.service__hero-right-2 p {
  font-size: 18px;
  max-width: 340px;
  margin-left: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 p {
    margin-left: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 p {
    margin-left: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 p {
    font-size: 16px;
    margin-left: 65px;
  }
}

.service__hero-right-2 .scroll {
  margin-left: 350px;
  margin-top: 95px;
  -webkit-animation: wcSlideBottom 5s infinite linear;
  animation: wcSlideBottom 5s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 .scroll {
    margin-left: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 .scroll {
    margin-left: 220px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 .scroll {
    margin-left: 65px;
    margin-top: 40px;
  }
}

/*----------------------------------------*/
/*  31. FAQ CSS START
/*----------------------------------------*/
.faq__area {
  overflow: hidden;
}

.faq__area-6 {
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__area-6 .line {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__area-6 .line {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__area-6 .line {
    padding-top: 120px;
  }
}

.faq__area-6 .sec-title-wrapper {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .faq__area-6 .sec-title-wrapper {
    padding-bottom: 40px;
  }
}

.faq__area-6 .sec-title-wrapper p {
  padding-left: 60px;
  font-size: 18px;
  padding-top: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .faq__area-6 .sec-title-wrapper p {
    padding-left: 30px;
  }
}

.faq__img {
  padding-right: 85px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 85px);
  height: 630px;
  z-index: 1;
}

.faq__img img {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__img {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__img {
    padding-right: 0;
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    height: auto;
  }

  .faq__img img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__img img {
    position: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .faq__img img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__img img {
    position: unset;
  }
}

@media only screen and (max-width: 767px) {
  .faq__img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .faq__img img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__img img {
    position: unset;
  }
}

.faq__img img {
  width: 100%;
}

.faq__content {
  padding-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__content {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__content {
    padding-left: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__content {
    padding-left: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .faq__content {
    padding-left: 0;
  }
}

.faq__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  color: var(--black-2);
  max-width: 315px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__title {
    font-size: 30px;
  }
}

.faq__list,
.faq__list-6,
.faq__list-3 {
  padding-right: 1px;
}

.faq__list .accordion-body,
.faq__list-6 .accordion-body,
.faq__list-3 .accordion-body {
  padding-left: 0;
  min-height: 160px;
}

.faq__list .accordion-item,
.faq__list-6 .accordion-item,
.faq__list-3 .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.faq__list .accordion-button,
.faq__list-6 .accordion-button,
.faq__list-3 .accordion-button {
  background-color: transparent;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: var(--black-2);
  padding-left: 0;
  padding-right: 10px;
  border-radius: 0;
}

.faq__list .accordion-button.collapsed::after,
.faq__list-6 .accordion-button.collapsed::after,
.faq__list-3 .accordion-button.collapsed::after {
  background-image: none;
  content: "+";
  font-weight: 500;
  font-size: 20px;
  display: flex;
  top: 33%;
  position: absolute;
  right: 0px;
  height: 25px;
  width: 45px;
  /* -webkit-transform: rotate(0); */
  transform: rotate(0);
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  flex-wrap: wrap;
  color: var(--white);
  border-radius: 20px;
}

.faq__list .accordion-button:not(.collapsed),
.faq__list-6 .accordion-button:not(.collapsed),
.faq__list-3 .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: var(--primary);
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 0;
}

.faq__list .accordion-button:not(.collapsed)::after,
.faq__list-6 .accordion-button:not(.collapsed)::after,
.faq__list-3 .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  font-weight: 500;
  font-size: 25px;
  display: flex;
  top: 33%;
  position: absolute;
  right: 0px;
  height: 27px;
  width: 45px;
  /* -webkit-transform: rotate(0); */
  transform: translateY(-50%);
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
  flex-wrap: wrap;
  border-radius: 20px;
}

.faq__list .accordion-button:focus,
.faq__list-6 .accordion-button:focus,
.faq__list-3 .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq__list-3 {
  padding-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__list-3 {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__list-3 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .faq__list-3 {
    padding-right: 0;
  }
}

.faq__list-3 .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid var(--black-2);
}

.faq__list-3 .accordion-item:first-child {
  border-top: 1px solid var(--black-2);
}

.faq__list-6 {
  padding-left: 1px;
}

.faq__list-6 .accordion-button {
  font-size: 20px;
}

.faq__list-6 .accordion-button.collapsed::after,
.faq__list-6 .accordion-button:not(.collapsed)::after {
  font-size: 50px;
  top: -10px;
}

.faq__list-6 .accordion-body p {
  font-size: 18px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__list-6 .accordion-header {
    padding-right: 10px;
  }
}

.faq__btm {
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__btm .pb-130 {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__btm .pb-130 {
    padding-bottom: 120px;
  }
}

.faq__btm p {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.faq__btm a {
  margin: 0 auto;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .faq__btm a {
    margin-top: 0;
  }
}

.faq__btm #btn_wrapper,
.faq__btm .btn_wrapper {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {

  .faq__btm #btn_wrapper,
  .faq__btm .btn_wrapper {
    margin-top: 40px;
  }
}

.team__area-7 .sec-text {
  padding-left: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__area-7 .sec-text {
    padding-left: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .team__area-7 .sec-text {
    padding-left: 60px;
    padding-top: 20px;
  }
}

.team__area-7 .sec-text p {
  max-width: 300px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black-3);
}

@media only screen and (max-width: 767px) {
  .team__area-7 .sec-text p {
    font-size: 16px;
  }
}

.team__title-7 {
  font-weight: 500;
  font-size: 700px;
  line-height: 0.9;
  text-align: center;
  color: var(--black-2);
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .team__title-7 {
    font-size: 520px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team__title-7 {
    font-size: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__title-7 {
    font-size: 360px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__title-7 {
    font-size: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .team__title-7 {
    font-size: 120px;
  }
}

.team__items-7 a {
  display: block;
  border-bottom: 1px solid var(--white-6);
}

.team__items-7 a:first-child {
  border-top: 1px solid var(--white-6);
}

.team__item-7 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 1fr 0.1fr;
  grid-template-columns: 0.9fr 1fr 0.1fr;
  padding: 18px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__item-7 {
    -ms-grid-columns: 1.5fr 1fr 0.1fr;
    grid-template-columns: 1.5fr 1fr 0.1fr;
  }
}

@media only screen and (max-width: 767px) {
  .team__item-7 {
    padding: 12px 0;
    -ms-grid-columns: 1.5fr 1fr 0.1fr;
    grid-template-columns: 1.5fr 1fr 0.1fr;
  }
}

.team__item-7:hover .team__hover-7 {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .team__item-7:hover .team__hover-7 {
    opacity: 0;
  }
}

.team__item-7:hover .tm-serial {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .team__item-7:hover .tm-serial {
    opacity: 0;
  }
}

.team__item-7:hover .tm-name {
  padding-left: 90px;
}

@media only screen and (max-width: 767px) {
  .team__item-7:hover .tm-name {
    padding-left: 0;
  }
}

.team__item-7:hover .tm-name::after {
  width: 50px;
}

@media only screen and (max-width: 767px) {
  .team__item-7:hover .tm-name::after {
    width: 0;
  }
}

.team__item-7:hover .tm-link i {
  color: var(--black-2);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.team__item-7 .tm-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: var(--black-2);
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .team__item-7 .tm-name {
    font-size: 20px;
  }
}

.team__item-7 .tm-name::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 25px;
  top: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--black-2);
}

.team__item-7 .tm-serial {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team__item-7 .tm-role {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: var(--black-3);
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .team__item-7 .tm-role br {
    display: block;
  }
}

.team__item-7 .tm-link {
  color: var(--gray-2);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.team__item-7 .tm-link i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.team7__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.team7__img-wrap {
  width: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  padding-bottom: 25vw;
}

@media only screen and (max-width: 767px) {
  .team7__img-wrap {
    display: none;
    position: unset;
  }
}

.team__hover-7 {
  width: 300px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1200px) {
  .team__hover-7 {
    width: 0;
    display: none;
  }
}

.blog-block-detail {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blocks-srv-img-g img {
  margin-bottom: 30px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  /* change width */
  height: 10px;
  /* change height */
  background-color: #525252;
  border-radius: 100%;
  /* add border-radius */
}

.carousel-indicators {
  margin-bottom: -35px;
}

.password-protected {
  display: none;
}

.btn-password {
  background-color: var(--primary);
  color: var(--white);
}

.btn-password:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.form-password {
  color: #212529;
  background-color: #fff;
  outline: 0;
  border-radius: 30px;
  border-color: var(--primary);
  box-shadow: none !important;
}

.form-password:focus {
  border-color: var(--primary);
}

.portfolio__item-5 {
  position: relative;
}

.image-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

.image-container:hover .overlay {
  opacity: 1;
}

.overlay-content {
  text-align: left;
  color: white;
}

.overlay-content p {
  text-align: left;
  color: white;
}

.detail-text {
  font-size: 14px;
  margin: 0;
}

.pro-image {
  z-index: 0 !important;
  border-radius: 20px;
}

.badge {
  --badge-size: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--badge-size);
  height: var(--badge-size);
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.9rem var(--white);
  animation: identifier 20s linear infinite;
  margin-top: 50px;
}

.badge__emoji {
  display: block;
  margin: 0;
  animation: identifier 20s linear infinite;
  animation-direction: reverse;
  transition: all 0.3s;

  &:hover {
    opacity: 0.8;
    transform: scale(1.2);
  }
}

.badge__char {
  --char-font-weight: 600;
  --char-font-size: 1em;
  --char-width: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - var(--char-width) / 2);
  height: calc(var(--badge-size) / 2);
  width: var(--char-width);
  background-repeat: round;
  text-align: center;
  text-transform: uppercase;
  line-height: 1rem;

  font-weight: var(--char-font-weight);
  font-size: var(--char-font-size);
  color: var(--black);
  font-family: var(--char-font-family);
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
}

@-webkit-keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.icon-play-reels {
  background-color: #d10037;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  border-radius: 100%;
}

.icon-play-reels i {
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.logo-light img {
  height: 40px;
}

.btn-modal-box-reels {
  position: absolute;
  right: 0;
}

.reels-video-modal {
  width: 100%;
  max-width: 100%;
  height: 78vh;
}

.reels-body {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.popup-reels {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000e5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 2%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin-top: 58px;
  margin-left: 0;
}

.popup-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-reels {
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.close-reels:hover {
  color: #dfdfdf;
}

.close-reels i {
  font-size: 18px;
  margin-left: 8px;
  margin-top: 2px;
}

.application_form-career {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000e5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 2%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin-top: 60px;
}

.home-storys-sec {
  text-transform: uppercase;
  font-weight: 900;
}

.fs-14 {
  font-size: 14px;
}

.mb-10 {
  margin-top: 10px !important;
}

.blog-title-hdn {
  perspective: 400px;
  font-weight: 700;
  font-size: 31px;
  text-transform: uppercase;
}

.fs-15 {
  font-size: 15px;
}

.custom-roll {
  transform: rotate(360deg);
}

.menu-img-home {
  transition: 0.5s;
}

.menu-img-home:hover {
  background: #fff;
}

.menu-img-home:hover ul li {
  color: #000;
}

.menu-img-service {
  transition: 0.5s;
}

.menu-img-service:hover {
  background: #fff;
}

.menu-img-service:hover ul li {
  color: #000;
}

.menu-img-port {
  transition: 0.5s;
}

.menu-img-port:hover {
  background: #fff;
}

.menu-img-port:hover ul li {
  color: #000;
}

.menu-img-gallery {
  transition: 0.5s;
}

.menu-img-gallery:hover {
  background: #fff;
}

.menu-img-gallery:hover ul li {
  color: #000;
}

.menu-img-reel {
  transition: 0.5s;
}

.menu-img-reel:hover {
  background: #fff;
}

.menu-img-reel:hover ul li {
  color: #000;
}

.menu-img-about {
  transition: 0.5s;
}

.menu-img-about:hover {
  background: #fff;
}

.menu-img-about:hover ul li {
  color: #000;
}

.menu-img-blog {
  transition: 0.5s;
}

.menu-img-blog:hover {
  background: #fff;
}

.menu-img-blog:hover ul li {
  color: #000;
}

.menu-img-career {
  transition: 0.5s;
}

.menu-img-career:hover {
  background: #fff;
}

.menu-img-career:hover ul li {
  color: #000;
}

.text-justify {
  text-align: justify;
}

.blog-block h4 {
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-fotter {
  margin-top: 17px;
}

.blog-fotter p {
  font-weight: 600;
}

.blog-top h1 {
  font-size: 53px;
  font-weight: 700;
}

.blog-details-hdn {
  padding-bottom: 29px;
  font-size: 33px;
}

@media only screen and (max-width: 991px) {
  .story-h {
    font-size: 27px;
  }

  .service-detail h3 {
    margin: 24px auto 1px;
    font-size: 23px;
  }

  .colorful-block {
    margin: 40px auto 38px;
    padding-bottom: 44px;
    padding-top: 66px;
  }

  .blog-block-detail {
    margin: 20px 10px;
  }

  .offcanvas__area {
    overflow-y: scroll;
  }

  .offcanvas__body {
    padding: 28px 10px;
  }

  .offcanvas__close {
    top: 34px;
  }

  .service__items-6 {
    padding-top: 33px;
  }

  .faq__list .accordion-button,
  .faq__list-6 .accordion-button,
  .faq__list-3 .accordion-button {
    font-size: 24px;
  }

  .faq__list .accordion-button:not(.collapsed)::after,
  .faq__list-6 .accordion-button:not(.collapsed)::after,
  .faq__list-3 .accordion-button:not(.collapsed)::after {
    top: 57%;
  }

  .faq__list .accordion-button:not(.collapsed),
  .faq__list-6 .accordion-button:not(.collapsed),
  .faq__list-3 .accordion-button:not(.collapsed) {
    font-size: 27px;
  }

  .res-text-justify {
    text-align: justify;
  }

  .res-mt-0 {
    margin-top: 0 !important;
  }

  .career-heading h2 {
    margin: 10px 25px !important;
    font-size: 31px;
  }

  .career-heading p {
    margin: 15px 25px !important;
    font-size: 16px;
  }

  .res-ps-1 {
    padding-left: 1rem !important;
  }

  .faq__list .accordion-button:not(.collapsed)::after,
  .faq__list-6 .accordion-button:not(.collapsed)::after,
  .faq__list-3 .accordion-button:not(.collapsed)::after {
    right: 10px;
  }

  .career-img-head {
    left: 259px;
    top: 21px;
  }

  .scroll-top {
    right: 21px;
    bottom: 73px;
  }

  .faq__list .accordion-button.collapsed::after,
  .faq__list-6 .accordion-button.collapsed::after,
  .faq__list-3 .accordion-button.collapsed::after {
    right: 10px;
  }

  .blog-fotter {
    padding-bottom: 25px;
  }

  .blog-top {
    padding-top: 100px;
  }

  .res-mb-20 {
    margin-bottom: 20px;
  }

  .blog-inner-tab-pd {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .res-pt-20 {
    padding-top: 20px;
  }

  .res-pt-0 {
    padding-top: 0 !important;
  }
  .contact-top-img {
    left: 157px !important;
    top: 9px !important; 
  }
  .youtube-port-detail {
    height: 250px !important;
    width: 100% !important;
}
.blog-pd-0{
  padding: 0px !important;
}
.footer__item-6 p {
  text-align: justify;
  padding-top: 20px;
    padding-bottom: 8px;
    font-size: 15px;
}
.footer__widget-title {
    padding-bottom: 0px;
    margin: 20px auto;
    margin-left: 0;
    font-size: 20px;
    margin: 10px auto;
    padding-bottom: 10px;
}
.footer__item-6 {
    margin-bottom: 10px;
}

.logos-trust {
    margin: 20px 9px;
    padding: 23px 13px;
    height: 94px;
    width: 162px;
}
.logos-trust img {
    max-width: 62%;
}

}