/*==========================================================================
    Table of Contents
==========================================================================

01. Basic
    01.1 Mixins
    01.2 Variables
    01.3 Buttons
    01.4 Typography

02. Template Sections
    02.1 About
    02.2 Animation
    02.3 Brand
    02.4 Contact
    02.5 Call To Action (CTA)
    02.6 Match
    02.7 Feature
    02.8 Footer
    02.9 Header
    02.10 Helping
    02.11 Hero
    02.12 MeanMenu
    02.13 News
    02.14 Preloader
    02.15 Section
    02.16 Team
    02.17 Testimonial

==========================================================================*/
/*==========================================================================
    01. Basic
==========================================================================*/
/* 01.1 Mixins */
/* 01.2 Variables */
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
:root {
  --body: #fff;
  --black: #272727;
  --white: #fff;
  --theme: #C1A74D;
  --header: #313131;
  --text: #272727;
  --border: #F5F5F5;
  --bg: #F5F5F5;
  --bg2: #313131;
  --bg3: #3A3B3D;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
}

/* 01.3 Buttons */
.theme-btn {
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 58px;
  line-height: 58px;
  background-color: var(--theme);
  overflow: hidden;
  display: inline-block;
  padding: 0 34px;
  color: var(--white);
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--header);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}
.theme-btn.bg-white {
  color: var(--header);
  background-color: var(--white);
}
.theme-btn.bg-white::before {
  background-color: var(--theme);
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideUp {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/* 01.4 Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

body {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Big Shoulders", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 109%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.5px;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 134%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
    line-height: 145%;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

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

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

/*==========================================================================

.about-section {
  position: relative;
  z-index: 9;
}
.about-section .left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-section .left-shape {
    display: none;
  }
}
.about-section .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-section .right-shape {
    display: none;
  }
}
.about-section .right-shape img {
  height: 100%;
}





/* 02.2 Animation */
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}




/* 02.3 Brand */



/* 02.4 Contact */
.contact-info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.contact-info-wrapper .contact-info-items {
  border-left: 2px solid var(--theme);
  padding-left: 24px;
}
.contact-info-wrapper .contact-info-items h3 {
  margin-bottom: 10px;
}
.contact-info-wrapper .contact-info-items p {
  color: #464E5E;
}
.contact-info-wrapper .contact-info-items p b {
  font-weight: 600;
  display: block;
  color: #464E5E;
}
.contact-info-wrapper .contact-info-items p a {
  color: #464E5E;
  display: block;
}

.contact-box-wrapper .map-area iframe {
  width: 100%;
  height: 628px;
}
.contact-box-wrapper .gt-contact-right-items {
  border-radius: 0;
  background-color: var(--bg);
  padding: 43px;
}
@media (max-width: 767px) {
  .contact-box-wrapper .gt-contact-right-items {
    padding: 30px;
  }
}
.contact-box-wrapper .gt-contact-right-items h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.contact-box-wrapper .gt-contact-right-items .contact-form-box {
  margin-top: 30px;
}
.contact-box-wrapper .gt-contact-right-items .contact-form-box h4 {
  margin-bottom: 15px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.contact-box-wrapper .gt-contact-right-items .contact-form-box .form-clt input, .contact-box-wrapper .gt-contact-right-items .contact-form-box .form-clt textarea {
  border-radius: 0;
  border: none;
  background: var(--white);
  line-height: 1;
  padding: 20px 25px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  font-weight: 600;
}
.contact-box-wrapper .gt-contact-right-items .contact-form-box .form-clt textarea {
  padding-bottom: 110px;
}

/* 02.5 Call To Action */

/* 02.6 Match */

.match-box-items {
  background-color: #F5F6F6;
  text-align: center;
  padding: 30px;
}
@media (max-width: 1199px) {
  .match-box-items {
    padding: 30px 20px;
  }
}
.match-box-items h3 {
  font-size: 24px;
  border-bottom: 1px solid rgba(199, 201, 206, 0.4);
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.match-box-items h4 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
}
.match-box-items .match-schedule {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .match-box-items .match-schedule {
    gap: 15px;
  }
}
.match-box-items .match-schedule span {
  display: block;
  margin-top: 5px;
}
.match-box-items .match-schedule .match-date {
  background-color: var(--white);
  padding: 12px 24px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .match-box-items .match-schedule .match-date {
    padding: 10px 16px;
  }
}
.match-box-items .match-schedule .match-date span {
  color: var(--header);
  font-size: 24px;
  font-weight: 900;
  font-family: "Big Shoulders", sans-serif;
}
@media (max-width: 1199px) {
  .match-box-items .match-schedule .match-date span {
    font-size: 16px;
  }
}
.match-box-items .match-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 35px;
  justify-content: center;
}
@media (max-width: 1399px) {
  .match-box-items .match-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.match-box-items .match-btn .theme-btn {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  background-color: #464E5E;
  border: 1px solid transparent;
}
@media (max-width: 1600px) {
  .match-box-items .match-btn .theme-btn {
    padding: 0 15px;
  }
}
.match-box-items .match-btn .theme-btn::before {
  background-color: var(--theme);
}
.match-box-items .match-btn .theme-btn:hover {
  border: 1px solid var(--theme);
}
.match-box-items .match-btn .theme-btn.style-2 {
  background-color: transparent;
  border: 1px solid #464E5E;
  color: var(--header);
}
.match-box-items .match-btn .theme-btn.style-2::before {
  background-color: var(--theme);
}
.match-box-items .match-btn .theme-btn.style-2 svg path {
  fill: var(--header);
  transition: all 0.4s ease-in-out;
}
.match-box-items .match-btn .theme-btn.style-2:hover {
  color: var(--white);
  border: 1px solid var(--theme);
}
.match-box-items .match-btn .theme-btn.style-2:hover svg path {
  fill: var(--white);
}






















/* 02.7 Feature */





/* 02.8 Footer */










/* 02.9 Header */

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 45px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  font-family: "Chakra Petch", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -90px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-align: center;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
  padding: 5px 15px;
  color: var(--white) !important;
  min-width: 130px;
  width: 100%;
  text-align: center;
  justify-content: center;
  background-color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn:hover {
  background-color: var(--header) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Big Shoulders", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
}
.header-1 .logo img {
  max-height: 80px;
  width: auto;
}
.offcanvas__logo img {
  max-height: 60px;
  width: auto;
}
.header-1 .container {
  max-width: 1800px;
}
.header-1 .sidebar__toggle {
  cursor: pointer;
}
.header-1 .sidebar__toggle .header-bar {
  position: relative;
  width: 40px;
  height: 11px;
}
.header-1 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}
.header-1 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--white);
  left: 0;
  width: 40px;
}
.header-1 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--white);
  width: 40px;
}
.header-1 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-1.header-3 .container {
  max-width: 1720px;
}
@media (max-width: 575px) {
  .header-1.header-3 .logo img {
    width: 150px;
  }
}
@media (max-width: 470px) {
  .header-1.header-3 .logo img {
    width: 130px;
  }
}
.header-1.header-3 .mega-menu-wrapper {
  background-color: var(--white);
  padding: 0 24px;
}
.header-1.header-3 .header-main .main-menu ul li a {
  color: var(--header);
}
.header-1.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-1.header-3 .sidebar__toggle .header-bar span {
  background: var(--header);
}
.header-1.header-3 .sidebar__toggle .header-bar span:first-child {
  background: var(--header);
}
.header-1.header-3 .sidebar__toggle .header-bar span:last-child {
  background: var(--header);
}




.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-1 .sidebar__toggle .header-bar span {
  background: var(--header);
}
.sticky.header-1 .sidebar__toggle .header-bar span:first-child {
  background: var(--header);
}
.sticky.header-1 .sidebar__toggle .header-bar span:last-child {
  background: var(--header);
}
.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

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

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content h4 {
  font-weight: 700;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--bg);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 0;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

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

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.gt-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.gt-breadcrumb-wrapper.bg-before {
  position: relative;
}
.gt-breadcrumb-wrapper.bg-before::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 66%;
  background-color: var(--white);
}
.gt-breadcrumb-wrapper .gt-page-heading {
  position: relative;
  padding: 260px 0 130px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding-top: 220px;
  }
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--white);
  font-size: 72px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  font-weight: 900;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 40px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: inline-flex;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    margin-top: 15px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
  opacity: 0.7;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a:hover {
  color: var(--theme);
  opacity: 1;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 5px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
  color: var(--white);
}

.gt-error-items {
  text-align: center;
  position: relative;
}
.gt-error-items .gt-error-image {
  margin-bottom: 50px;
}
.gt-error-items .gt-error-image img {
  width: 100%;
  height: 100%;
}
.gt-error-items h2 {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .gt-error-items h2 {
    font-size: 30px;
  }
}
.gt-error-items p {
  margin-bottom: 48px;
  max-width: 872px;
}
@media (max-width: 767px) {
  .gt-error-items p {
    margin-bottom: 30px;
  }
}
.gt-error-items .gt-theme-btn .gt-icon-btn {
  background-color: var(--header);
}
.gt-error-items .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--theme);
}

/* 02.10 Helping */

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

.fix {
  overflow: hidden;
}








/* 02.11 Hero */
.hero-1 {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.hero-1 .tilt_scale {
  transition: transform 0.2s ease;
  display: inline-block;
}
@media (max-width: 991px) {
  .hero-1 {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding-top: 130px;
  }
}
.hero-1 .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-1 .right-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content .eyebrow {
  color: var(--theme);
  font-size: 20px;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  margin-bottom: 14px;
}
@media (max-width: 470px) {
  .hero-1 .hero-content .eyebrow {
    font-size: 16px;
  }
}
.hero-1 .hero-content h1 {
  color: var(--white);
  letter-spacing: -1px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-content h1 {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content h1 {
    font-size: 42px;
  }
}
.hero-1 .hero-content h1 span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  font-family: var(--theme);
  color: transparent;
}
.hero-1 .hero-content p {
  color: var(--white);
  line-height: 150%;
  margin-top: 24px;
  max-width: 785px;
}
.hero-1 .hero-content .hero-btn {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-btn {
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
  }
}
.hero-1 .hero-image {
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-image {
    text-align: center;
  }
}
.hero-1 .hero-image .hero-image-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-1 .hero-image .hero-image-bg {
    display: none;
  }
}




/* 02.12 MeanMenu */














/* 02.13 News */





















/* 02.14 Preloader */
.back-to-top {
  border-radius: 0 !important;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}




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

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

/* 02.16 Team */







/* 02.17 Testimonial */



