/* 
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. Preloader
| 4. Spacing
| 5. General
| 6. Slider
| 7. Video Popup
| 8. Header
| 9. Footer
| 10. Sidebar
| 11. Form Control
| 12. Button
| 13. Hero
| 14. Slideing Text
| 15. About
| 16. Accordion
| 17. Classes
| 18. Counter Funfact
| 19. Team
| 20. Schedule Calendar
| 21. Feature
| 22. Testimonial
| 23. Pricing Calculator
| 24. Blog Post
| 25. Gallery
| 26. Subscribe Email
| 27. Services
| 28. Cta
| 29. Contact
 ................................................................*/
/*--------------------------------------------------------------
1. Basic Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;family=Vazirmatn:wght@100;200;300;400;500;600;700&amp;display=swap");
:root {
  --body-font-family: "poppins", sans-serif;
  --heading-font-family: "poppins", sans-serif;
  --body-color: #e7e7e7;
  --body-bg-color: #01010f;
  --heading-color: #ffffff;
  --primary-color: #f67a45;
  --white-color: #ffffff;
  --black-color: #000000;
  --border-color: #333846;
}

/*--------------------------------------------------------------
2. Typography
----------------------------------------------------------------*/
html,
body {
  color: var(--body-color);
  font-family: var(--body-font-family);
  background-color: var(--body-bg-color);
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
  scroll-behavior: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p, span {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  line-height: 24px;
  font-size:17px;
}


ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #f67a45;
  transition: all 0.3s ease;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--body-color);
}
table td,
table th {
  border-top: 1px solid #ffffff;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--body-color);
  border: 1px solid #ffffff;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--body-color);
  border-radius: 5px;
}

/*--------------------------------------------------------------
  3. Preloader
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  4. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .ak-height-0 {
    height: 0px;
  }
  .ak-height-5 {
    height: 5px;
  }
  .ak-height-10 {
    height: 10px;
  }
  .ak-height-15 {
    height: 15px;
  }
  .ak-height-20 {
    height: 20px;
  }
  .ak-height-25 {
    height: 25px;
  }
  .ak-height-30 {
    height: 30px;
  }
  .ak-height-35 {
    height: 35px;
  }
  .ak-height-40 {
    height: 40px;
  }
  .ak-height-45 {
    height: 45px;
  }
  .ak-height-50 {
    height: 50px;
  }
  .ak-height-55 {
    height: 55px;
  }
  .ak-height-60 {
    height: 60px;
  }
  .ak-height-65 {
    height: 65px;
  }
  .ak-height-70 {
    height: 70px;
  }
  .ak-height-75 {
    height: 75px;
  }
  .ak-height-80 {
    height: 80px;
  }
  .ak-height-85 {
    height: 85px;
  }
  .ak-height-90 {
    height: 90px;
  }
  .ak-height-95 {
    height: 95px;
  }
  .ak-height-100 {
    height: 100px;
  }
  .ak-height-105 {
    height: 105px;
  }
  .ak-height-110 {
    height: 110px;
  }
  .ak-height-115 {
    height: 115px;
  }
  .ak-height-120 {
    height: 120px;
  }
  .ak-height-125 {
    height: 125px;
  }
  .ak-height-130 {
    height: 130px;
  }
  .ak-height-135 {
    height: 135px;
  }
  .ak-height-140 {
    height: 140px;
  }
  .ak-height-145 {
    height: 145px;
  }
  .ak-height-150 {
    height: 150px;
  }
  .ak-height-155 {
    height: 155px;
  }
  .ak-height-160 {
    height: 160px;
  }
  .ak-height-165 {
    height: 165px;
  }
  .ak-height-170 {
    height: 170px;
  }
  .ak-height-175 {
    height: 175px;
  }
  .ak-height-180 {
    height: 180px;
  }
  .ak-height-185 {
    height: 185px;
  }
  .ak-height-190 {
    height: 190px;
  }
  .ak-height-195 {
    height: 195px;
  }
  .ak-height-200 {
    height: 200px;
  }
  .ak-height-205 {
    height: 205px;
  }
  .ak-height-210 {
    height: 210px;
  }
  .ak-height-219 {
    height: 219px;
  }
}
@media screen and (max-width: 991px) {
  .ak-height-lg-0 {
    height: 0px;
  }
  .ak-height-lg-5 {
    height: 5px;
  }
  .ak-height-lg-10 {
    height: 10px;
  }
  .ak-height-lg-15 {
    height: 15px;
  }
  .ak-height-lg-20 {
    height: 20px;
  }
  .ak-height-lg-25 {
    height: 25px;
  }
  .ak-height-lg-30 {
    height: 30px;
  }
  .ak-height-lg-35 {
    height: 35px;
  }
  .ak-height-lg-40 {
    height: 40px;
  }
  .ak-height-lg-45 {
    height: 45px;
  }
  .ak-height-lg-50 {
    height: 50px;
  }
  .ak-height-lg-55 {
    height: 55px;
  }
  .ak-height-lg-60 {
    height: 60px;
  }
  .ak-height-lg-65 {
    height: 65px;
  }
  .ak-height-lg-70 {
    height: 70px;
  }
  .ak-height-lg-75 {
    height: 75px;
  }
  .ak-height-lg-80 {
    height: 80px;
  }
  .ak-height-lg-85 {
    height: 85px;
  }
  .ak-height-lg-90 {
    height: 90px;
  }
  .ak-height-lg-95 {
    height: 95px;
  }
  .ak-height-lg-100 {
    height: 100px;
  }
  .ak-height-lg-105 {
    height: 105px;
  }
  .ak-height-lg-110 {
    height: 110px;
  }
  .ak-height-lg-115 {
    height: 115px;
  }
  .ak-height-lg-120 {
    height: 120px;
  }
  .ak-height-lg-125 {
    height: 125px;
  }
  .ak-height-lg-130 {
    height: 130px;
  }
  .ak-height-lg-135 {
    height: 135px;
  }
  .ak-height-lg-140 {
    height: 140px;
  }
  .ak-height-lg-145 {
    height: 145px;
  }
  .ak-height-lg-150 {
    height: 150px;
  }
  .ak-height-lg-155 {
    height: 155px;
  }
  .ak-height-lg-160 {
    height: 160px;
  }
  .ak-height-lg-165 {
    height: 165px;
  }
  .ak-height-lg-170 {
    height: 170px;
  }
  .ak-height-lg-175 {
    height: 175px;
  }
  .ak-height-lg-180 {
    height: 180px;
  }
  .ak-height-lg-185 {
    height: 185px;
  }
  .ak-height-lg-190 {
    height: 190px;
  }
  .ak-height-lg-195 {
    height: 195px;
  }
  .ak-height-lg-200 {
    height: 200px;
  }
  .ak-height-lg-205 {
    height: 205px;
  }
  .ak-height-lg-210 {
    height: 210px;
  }
  .ak-height-lg-219 {
    height: 219px;
  }
}
/*--------------------------------------------------------------
  5. General
----------------------------------------------------------------*/
.ak-light {
  font-weight: 300;
}

.ak-normal {
  font-weight: 400;
}

.ak-medium {
  font-weight: 500;
}

.ak-semi-bold {
  font-weight: 600;
}

.ak-bold {
  font-weight: 700;
}

.ak-extra-bold {
  font-weight: 800;
}

.ak-black {
  font-weight: 900;
}

.ak-radius-3 {
  border-radius: 3px;
}

.ak-radius-5 {
  border-radius: 5px;
}

.ak-radius-7 {
  border-radius: 7px;
}

.ak-radius-10 {
  border-radius: 10px;
}

.ak-radius-15 {
  border-radius: 15px;
}

.ak-line-height-1 {
  line-height: 1.2em;
}

.ak-line-height-2 {
  line-height: 1.25em;
}

.ak-line-height-3 {
  line-height: 1.3em;
}

.ak-line-height-4 {
  line-height: 1.4em;
}

.ak-line-height-5 {
  line-height: 1.5em;
}

.ak-line-height-6 {
  line-height: 1.6em;
}

.ak-line-height-7 {
  line-height: 1.7em;
}

.ak-line-height-39 {
  line-height: 39px;
}

.ak-line-height-54 {
  line-height: 54px;
}

.ak-line-height-85 {
  line-height: 85px;
}

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

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

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

.ak-font-20 {
  font-size: 20px;
}

.ak-font-22 {
  font-size: 22px;
}

.ak-font-26 {
  font-size: 26px;
}

.ak-font-28 {
  font-size: 28px;
}

.ak-font-30 {
  font-size: 28px;
}

.ak-font-38 {
  font-size: 38px;
}

.ak-font-42 {
  font-size: 42px;
}

.ak-font-50 {
  font-size: 50px;
}

.ak-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ak-m0 {
  margin: 0;
}

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

.background-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ak-vertical-middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.ak-vertical-middle-in {
  flex: none;
  width: 100%;
}

.ak-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-primary-font {
  font-family: var(--heading-font-family);
}

.ak-secondary-font {
  font-family: var(--body-font-family);
}

.ak-white-color,
.ak-white-color-hover:hover {
  color: #ffffff;
}

.ak-primary-color,
.ak-primary-color-hover:hover {
  color: #f67a45;
}

.ak-white-color,
.ak-white-color-hover:hover {
  color: #ffffff;
}

.ak-white-bg {
  background-color: #ffffff;
}

.ak-gray-bg-20 {
  background: rgba(217, 217, 217, 0.2);
}

.ak-white-bg-1,
.ak-white-bg-1-hover:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.ak-white-bg,
.ak-white-bg-hover:hover {
  background-color: #ffffff;
}

.ak-primary-bg,
.ak-primary-bg-hover:hover {
  background-color: rgba(246, 122, 69, 0.7);
}

.ak-gradient-bg-1 {
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
}

@media screen and (max-width: 991px) {
  .ak-left-space-30 {
    padding-left: 0px;
  }
  .ak-font-14-sm {
    font-size: 14px;
  }
  .ak-font-16-sm {
    font-size: 16px;
  }
  .ak-font-18-sm {
    font-size: 18px;
  }
  .ak-font-20-sm {
    font-size: 20px;
  }
  .ak-font-22-sm {
    font-size: 22px;
  }
  .ak-font-24-sm {
    font-size: 24px;
  }
  .ak-font-26-sm {
    font-size: 26px;
  }
  .ak-font-28-sm {
    font-size: 28px;
  }
  .ak-font-42-sm {
    font-size: 42px;
  }
  .ak-font-36-sm {
    font-size: 36px;
  }
  .ak-btn-group > *:not(:last-child) {
    margin-right: 10px;
  }
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
  .ak-seciton-heading.ak-style1 .ak-section-title::before {
    top: 1px;
  }
}
.stroke-text {
  font-family: Teko, sans-serif;
  text-shadow: -1px -1px 0 #f67a45, 0px -1px 0 #f67a45, 1px -1px 0 #f67a45, 1px 0px 0 #f67a45, 1px 1px 0 #f67a45, 0px 1px 0 #f67a45, -1px 1px 0 #f67a45, -1px 0 0 #f67a45;
  color: #01010f;
  font-size: 62px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  z-index: 13;
}
.stroke-text.font-size-160 {
  font-size: 160px;
}
.stroke-text.font-size-225 {
  font-size: 225px;
  line-height: 100%;
}
.stroke-text.style2 {
  text-shadow: -1px -1px 0 #d5bda2, 0px -1px 0 #d5bda2, 1px -1px 0 #d5bda2, 1px 0px 0 #d5bda2, 1px 1px 0 #d5bda2, 0px 1px 0 #d5bda2, -1px 1px 0 #d5bda2, -1px 0 0 #d5bda2;
  color: #0c0611;
}

.stroke-text::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0px;
  color: #f67a45;
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.stroke-text.style2::before {
  color: #d5bda2;
}

.stroke-text:hover::before {
  width: 100%;
}

.ak-fixed-bg {
  background-attachment: fixed;
}

.section-heading.style-1 {
  position: relative;
}
.section-heading.style-1 .section-subtitle {
  font-family: Teko;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  color: #f67a45;
}
.section-heading.style-1 .section-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}
.section-heading.style-1 .section-short-desp {
  max-width: 595px;
  margin-bottom: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}




.section-heading.style-1.type-1 {
  text-align: center;
}
.section-heading.style-1.color-1 .section-title,
.section-heading.style-1.color-1 .section-subtitle {
  color: var(--black-color);
}

@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
.ak-hover-layer,
.ak-hover-layer1,
.ak-hover-layer3 {
  position: relative;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.ak-tab {
  display: none;
}
.ak-tab.active {
  display: block;
}

.ak-tab-links.ak-style1 {
  display: inline-flex;
  padding: 5px;
  background-color: #000;
  border-radius: 10px;
}
.ak-tab-links.ak-style1 a {
  padding: 7px 20px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
}
.ak-tab-links.ak-style1 li.active a {
  background-color: #ffffff;
  border-radius: 10px;
}

.ak-google-map {
  height: 500px;
  position: relative;
}
.ak-google-map .map {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 111;
  filter: grayscale(100%) invert(90%) contrast(120%);
}
.ak-google-map.ak-type1 {
  height: 100%;
  min-height: 300px;
  width: 50vw;
}

.ak-rotate-img {
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 7px;
}

.ak-rotate-img-in {
  transform: rotate(-45deg) scale(1.4);
}

.ak-half-screen {
  width: 56vw;
}

.ak-scrollup {
  position: fixed;
  bottom: -60px;
  right: 40px;
  color: #fff;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 11111111111;
  background-color: #000000;
  box-shadow: 0px 1px 5px 1px rgba(1, 1, 15, 0.2);
  border-radius: 50%;
}
.ak-scrollup:hover {
  background-color: #ffffff;
  color: #01010f;
}

.ak-scrollup.ak-scrollup-show {
  bottom: 50px;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.swiper-slide .ak-entity-img {
  display: none;
}

.ak-border-width {
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
}

.ak-border-height {
  width: 1px;
  height: 100%;
  background-color: var(--white-color);
}

.primary-color-border {
  width: 2px;
  height: 35px;
  display: block;
  margin-left: 20px;
  margin-right: 10px;
  background: var(--primary-color);
}

.primary-color-border-vertical {
  width: 2px;
  height: 100%;
  display: inline-block;
  background: var(--primary-color);
}

.primary-color-border-horizontal {
  width: 100%;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
}

.btn-animation {
  transform-style: preserve-3d;
  transition: font-size 0.5s, background-color 0.3s, transform 0.3s, color 0.3s;
  transform: translate3d(0, 0px, 0px);
}
.btn-animation:hover {
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(246, 122, 69, 0.7) !important;
  transform: translate3d(0, -8px, 0.01px);
}

.select-input-customize {
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #333846;
}
.select-input-customize:focus {
  border-color: #f67a45 !important;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.19);
}
.select-input-customize option {
  background-color: #353f4f;
  color: #ffffff !important;
}
.select-input-customize option:visited {
  background-color: #f67a45 !important;
  color: #f67a45 !important;
}

.container-customize {
  max-width: 870px;
}

.social-icon {
  display: flex;
  gap: 15px;
}
.social-icon a {
  transition: all 0.5s ease-in-out;
}
.social-icon a:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.social-icon path {
  transition: fill 0.3s ease-in-out;
}
.social-icon :hover path {
  fill: #f67a45;
}

/* end ak-animison cricle */
.heartbeat-icon {
  width: 60px;
  height: 60px;
  position: relative;
}

.ak-heartbeat-btn {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-heartbeat-btn:before,
.ak-heartbeat-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(246, 122, 69, 0.2);
}

.ak-heartbeat-btn:before {
  z-index: 0;
  animation: pulse-border 1500ms ease-out infinite;
}

.ak-heartbeat-btn.no-animation:before {
  z-index: 0;
  animation: none;
}

.ak-heartbeat-btn:after {
  z-index: 1;
  transition: all 200ms;
}

.ak-heartbeat-btn img {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.ak-heartbeat-btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  color: #ffffff;
}

.ak-heartbeat-btna:hover {
  color: #01010f;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.image-hover-animation {
  position: relative;
  overflow: hidden;
  height: inherit;
  width: inherit;
}

.image-hover-animation::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 122;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.164) 100%);
  transform: skewX(-25deg);
}

.image-hover-animation:hover::before {
  animation: shine 1s;
}

.animation-2s:hover::before {
  animation: shine 1.5s !important;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*  */
.common-page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.common-page-title .page-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}
.common-page-title .page-subtitle {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--heading-font-family);
}
.common-page-title .page-subtitle a {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--heading-font-family);
}

@media screen and (max-width: 1399px) {
  .ak-right-space-150 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .ak-right-space-40,
  .ak-right-space-150 {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .ak-font-50 {
    font-size: 36px;
  }
  .ak-font-38 {
    font-size: 32px;
  }
  .ak-google-map {
    height: 400px;
  }
  .ak-faq-nav {
    padding: 30px 30px;
  }
  .ak-faq-nav .ak-faq-nav-title {
    font-size: 26px;
  }
  .ak-google-map.ak-type1 {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
  }
  .ak-scrollup {
    right: 15px;
  }
  .ak-scrollup.ak-scrollup-show {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading.style-1.type-1 {
    text-align: start;
  }
  .ak-cursor-lg,
  .ak-cursor-sm {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .ak-image-layer.ak-style1 {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .ak-image-layer.ak-style1 .ak-image-layer-in::after {
    right: -30px;
    bottom: -30px;
  }
  .background-sm-size {
    background-size: 100%;
  }
}
/*--------------------------------------------------------------
  6. Slider
----------------------------------------------------------------*/
.slider {
  position: relative;
  overflow: hidden;
}

.slider_hero_1 {
  overflow: hidden;
  width: 40%;
}
.slider_hero_1 .swiper-slide {
  width: 100%;
}
.slider_hero_1 .swiper-slide .ak-hero-bg {
  width: 100%;
  height: 100%;
}

.hero_slider_controller_1 {
  display: flex;
  gap: 25px;
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 10;
}

.slider_2 {
  overflow: hidden;
  width: 84vw;
  cursor: pointer;
}
.slider_2 .swiper-slide {
  width: 420px;
  margin-right: 30px;
}

.partner-client {
  background-color: #020f23;
  display: flex;
  align-items: center;
  padding: 50px;
  width: 84vw;
  gap: 80px;
}
.partner-client .title .stroke-text {
  text-shadow: -1px -1px 0 #6b6662, 0px -1px 0 #6b6662, 1px -1px 0 #6b6662, 1px 0px 0 #6b6662, 1px 1px 0 #6b6662, 0px 1px 0 #6b6662, -1px 1px 0 #6b6662, -1px 0 0 #6b6662;
  color: #020f23;
}

.partner-client-slider {
  overflow: hidden;
  cursor: pointer;
  max-width: 1000px;
}
.partner-client-slider .swiper-slide {
  width: 108px;
  height: 100px;
  margin-right: 106px;
}

.testimonial-slider-home {
  overflow: hidden;
}
.testimonial-slider-home .swiper-slide {
  overflow: visible;
}

.testimonial-style2-slider .swiper-slide {
  width: 100%;
}
.testimonial-style2-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

@media screen and (max-width: 1599px) {
  .partner-client {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero_slider_controller_1 {
    left: 75%;
    bottom: 140px;
  }
  .partner-client-slider .swiper-slide {
    width: 31.33%;
  }
  .slider_2 {
    width: 100%;
  }
  .slider_2 .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hero_slider_controller_1 {
    margin-top: 15px;
    left: 0;
    position: relative;
  }
  .slider_2 {
    width: 100%;
  }
  .slider_2 .swiper-slide {
    width: 100%;
  }
  .partner-client-slider .swiper-slide {
    margin-right: 20px;
  }
  .partner-client {
    padding: 20px;
    width: 100%;
  }
  .partner-client .title {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .hero_slider_controller_1 {
    display: none !important;
  }
}
/*--------------------------------------------------------------
7. Video Popup
----------------------------------------------------------------*/
.ak-pd-video .ak-video-open,
.ak-sample-img .ak-video-open {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 68px;
  transition: all 0.3s ease;
  line-height: 48px;
}

.ak-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
}

.ak-video-popup.active {
  left: 0;
  transition-delay: 0s;
  left: 0;
}

.ak-video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.ak-video-popup.active .ak-video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.ak-video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: all 0.4s ease-out;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.ak-video-popup.active .ak-video-popup-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ak-video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ak-video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.ak-video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ak-video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.ak-video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ak-video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-left: -10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-left: -10px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:hover:before,
.ak-video-popup-close:hover:after {
  background: #01010f;
}

.ak-video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.ak-video-popup-align {
  overflow: hidden;
}

/*End Video Popup*/
.video-home {
  height: 650px;
  width: 100%;
  overflow: hidden;
}

.ak-video-block.ak-style1 {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 0px;
}
.ak-video-block.ak-style1::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(1, 1, 15, 0.4);
  transition: all 0.4s ease;
}
.ak-video-block.ak-style1:hover::before {
  opacity: 1;
}
.ak-video-block.ak-style1.ak-size1 {
  height: 580px;
}
.ak-video-block.ak-style1.type_2 {
  height: 75px;
  width: 75px;
}

/* Start video section startup-agency page*/
.ak-digital-agency.ak-video-block.ak-style1 {
  height: 700px;
}

@media screen and (max-width: 991px) {
  .video-home {
    height: 400px;
  }
  .ak-digital-agency.ak-video-block.ak-style1 {
    height: 400px;
  }
}
/* End video section */
/*--------------------------------------------------------------
8. Header
----------------------------------------------------------------*/
.ak-site_header {
  position: relative;
  z-index: 100001;
}

.ak-site-branding {
  display: inline-block;
  max-width: 180px;
}

.ak-site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  transition: all 0.4s ease;
}

.ak-site_header.ak-style1 .ak-main_header_in,
.ak-site_header.ak-style1 .ak-top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s ease;
  margin-top: 40px;
  border: 1px solid #333846;

  gap: 15px;
  padding: 0px 20px;
  background:rgb(0,0,0,0.3);
}
.ak-site_header.ak-style1 .ak-main-header-center {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 11111;
}
.ak-site_header.ak-style1.ak-sticky_header.ak-gescout_sticky.ak-gescout_show .ak-main_header_in,
.ak-site_header.ak-style1.ak-sticky_header.ak-gescout_sticky.ak-gescout_show .ak-top_header_in {
  margin-top: 0;
}

.ak-nav + .ak-toolbox {
  margin-left: 55px;
}

.ak-site_header.ak-style1.ak-sticky-active {
  background-color: rgba(0, 0, 0, 0.8549019608);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.ak-site_header.ak-style1 .ak-action_box {
  display: flex;
  align-items: center;
}
.ak-site_header.ak-style1 .ak-action_box .ak-action_value {
  margin-left: 15px;
}
.ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
  margin-right: 35px;
}
.ak-site_header.ak-style1 .ak-btn {
  padding: 13px 15px;
}

.ak-site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

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

.ak-sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.ak-gescout_sticky {
  position: fixed !important;
  top: -150px;
  transition: all 0.4s ease;
}

.ak-gescout_show {
  top: 0 !important;
}

.ak-site_branding {
  display: inline-block;
}
.ak-site_branding img {
  max-height: 60px;
  margin-top:-4px;
}

@media screen and (min-width: 1200px) {
  .ak-main_header_center,
  .ak-top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ak-site_header.ak-style1 .ak-main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .ak-nav {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .ak-nav .ak-nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .ak-nav .ak-nav_list a {
    font-family: Teko;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    position: relative;
  }
  .ak-nav .ak-nav_list > li {
    margin-right: 50px;
    height: 80px;
    color: #ffffff;
  }
  .ak-nav .ak-nav_list > li:last-child {
    margin-right: 0;
  }
  .ak-nav .ak-nav_list > li > a {
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }
  .ak-nav .ak-nav_list > li > ul {
    left: 0;
    top: calc(100% + 30px);
  }
  .ak-nav .ak-nav_list > li:hover > ul {
    top: calc(100% + 0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .ak-nav .ak-nav_list li:not(.ak-mega_menu) {
    position: relative;
  }
  .ak-nav .ak-nav_list ul {
    width: 260px;
    background-color: rgba(0, 0, 0, 0.8549019608);
    position: absolute;
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    border-top: 2px solid rgba(255, 255, 255, 0.3215686275);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0px 0px 5px 5px;
    transition: all 0.1s ease;
  }
  .ak-nav .ak-nav_list ul li:hover ul {
    top: 0px;
  }
  .ak-nav .ak-nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .ak-nav .ak-nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 3px 20px;
  }
  .ak-nav .ak-nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .ak-munu_toggle,
  .ak-munu_dropdown_toggle {
    display: none;
  }
  .ak-munu_dropdown_toggle_1 {
    position: absolute;
    height: 30px;
    width: 35px;
    right: 20px;
    top: 9px;
  }
  .ak-munu_dropdown_toggle_1:before, .ak-munu_dropdown_toggle_1:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 35px;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  .ak-munu_dropdown_toggle_1:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ak-munu_dropdown_toggle_1.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .ak-nav .ak-nav_list > li ul:not(.ak-mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
@media screen and (max-width: 1199px) {
  .ak-main_header .container {
    max-width: 100%;
  }
  .ak-site_header.ak-style1 .ak-nav {
    display: flex;
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper {
    width: 100% !important;
  }
  .ak-site_header_full_width .container {
    padding: 0 15px;
  }
  .ak-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .ak-munu_dropdown_toggle:before, .ak-munu_dropdown_toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--body-color);
    transition: all 0.3s ease;
  }
  .ak-munu_dropdown_toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ak-munu_dropdown_toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .ak-nav .ak-nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: rgba(0, 0, 0, 0.8549019608);
    padding: 10px 0;
    display: none;
    top: 0%;
    padding-top: 75px;
    border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
    border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
    overflow: auto;
    max-height: calc(100vh - 80px);
  }
  .ak-nav .ak-nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .ak-nav .ak-nav_list a {
    font-family: Teko;
    font-size: 20px;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
  }
  .ak-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .ak-munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .ak-munu_toggle span,
  .ak-munu_toggle span:before,
  .ak-munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    display: block;
  }
  .ak-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .ak-munu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .ak-munu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .ak-site_header.ak-style1 .ak-munu_toggle {
    top: 50%;
    right: 18px;
    margin-top: -13px;
  }
  .ak-toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .ak-toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .ak-toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .ak-header_toolbox {
    margin-right: 50px;
  }
  .ak-site_header.ak-style1 .ak-main_header_in {
    height: 80px;
    justify-content: start;
    margin: 0px;
  }
  .ak-hamburger span {
    height: 3px;
  }
  .ak-site_header .current-menu-item > a:before {
    display: none;
  }
  .ak-site_header.ak-style1 .ak-main_header_center .ak-site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .ak-site_header.ak-style1 {
    top: 0;
  }
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .ak-site_header .container {
    max-width: 100%;
  }
  .ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .ak-site_header.ak-style1 .ak-btn {
    padding: 8px;
  }
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .ak-site-branding {
    max-width: 150px;
  }
  .ak-hamburger_wrap .ak-hamburger {
    margin-right: 0;
  }
  .ak-site_branding img {
    max-height: 32px;
  }
  .ak-site_header.ak-style1 .ak-btn span {
    display: none;
  }
  .ak-site_header.ak-style1 .ak-btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  .ak-main-header-right {
    display: none;
  }
}
.nav-bar-border {
  opacity: 0.5;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.3490196078);
  width: 100%;
}

.ak-menu-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-left: 0.3px solid #635542;
  padding-left: 20px;
  height: 100%;
}
.ak-menu-toggle .ak-menu-icon path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
}

/*--------------------------------------------------------------
  9. Footer
----------------------------------------------------------------*/
.footer {
  position: relative;
}
.footer .footer_bg_light {
  position: absolute;
  bottom: 0;
}
.footer .copyright-text {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer .border-footer-1 {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(213, 189, 162, 0.15);
}
.footer .border-footer-2 {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(213, 189, 162, 0.15);
  position: absolute;
  top: 80%;
}

.footer.style-1 > * {
  max-width: 439px;
  flex: 0 0 auto;
  border-left: 1px solid rgba(213, 189, 162, 0.15);
  padding: 50px;
  padding-bottom: 135px;
}

.footer.style-1 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.footer.style-1 .location-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 36px;
}
.footer.style-1 .location-contact span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.footer.style-1 .location-contact::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 85px);
  top: 0;
  left: 0;
  bottom: 15px;
  width: 5px;
  background-color: var(--primary-color);
}
.footer.style-1 .link-social {
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
.footer.style-1 .link-social .social {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer.style-1 .link-social .link {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer.style-1 .logo-footer {
  max-width: 410px;
  border-right: 1px solid rgba(213, 189, 162, 0.15);
}
.footer.style-1 .logo-footer .logo {
  margin-bottom: 10px;
}
.footer.style-1 .logo-footer .desp {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}
.footer.style-1 .logo-footer .phone {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer.style-1 .logo-footer .phone .title {
  transition: all 0.3s ease;
}
.footer.style-1 .logo-footer .phone:hover .title {
  color: #f67a45;
  letter-spacing: 1.2px;
}

.footer.style-1 .logo-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 36px;
}
.footer.style-1 .logo-footer span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.footer.style-1 .logo-footer::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 85px);
  top: 0;
  left: 0;
  bottom: 15px;
  width: 5px;
  background-color: var(--primary-color);
}

@media screen and (max-width: 1191px) {
  .footer.style-1 > * {
    padding: 25px;
    padding-bottom: 100px;
  }
  .footer.style-1 {
    overflow: visible;
  }
  .footer.style-1 .link-social {
    padding: 20px;
    gap: 50px;
  }
  .footer.style-1 .logo-footer { 
    max-width: 323px;
  }
}
@media screen and (max-width: 991px) {
  .footer .border-footer-1 {
    display: none;
  }
  .footer .border-footer-2 {
    display: none;
  }
  .footer.style-1 {
    flex-wrap: wrap;
  }
  .footer.style-1 .location-contact {
    padding: 20px;
  }
  .footer.style-1 .link-social {
    padding: 20px;
    gap: 20px;
  }
  .footer.style-1 .logo-footer {
    border: none;
    padding: 20px;
    padding-bottom: 100px;
  }
  .footer.style-1 > * {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer.style-1 {
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
10. Sidebar
----------------------------------------------------------------*/
@media screen and (min-width: 991px) {
  #sidebarWrap {
    height: auto;
    width: 420px;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  #content {
    width: 850px;
    height: auto;
  }
  #sidebar {
    width: 400px;
    height: auto;
    position: absolute;
    z-index: 1111;
  }
  #sidebar.fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 1399px) {
  #content {
    width: 650px;
  }
}
@media screen and (max-width: 1200px) {
  #sidebarWrap {
    width: 345px;
  }
  #content {
    width: 550px;
  }
  #sidebar {
    width: 350px;
  }
}
@media screen and (max-width: 990px) {
  .classespages-details-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px;
  }
  #sidebarWrap {
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
}
@keyframes moveImage {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.bim-calculation img {
  animation: moveImage 1.5s ease infinite;
}

/*--------------------------------------------------------------
11. Form Control
----------------------------------------------------------------*/
.form-control.style1,
.form-select.style1 {
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #353f4f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: #ffffff;
  font-family: Teko;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border: none;
  border-radius: 0px;
  padding: 15px 19px;
  margin-bottom: 20px;
  transition: box-shadow 0.15s ease-in-out;
}
.form-control.style1:focus,
.form-select.style1:focus {
  box-shadow: 0 0 0 0.25rem rgba(109, 66, 10, 0.486);
}
.form-control.style1.color2,
.form-select.style1.color2 {
  background-color: #1a1a27;
  color: #ffffff;
}
.form-control.style1.color2::-moz-placeholder, .form-select.style1.color2::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
.form-control.style1.color2::placeholder,
.form-select.style1.color2::placeholder {
  color: #ffffff;
  opacity: 0.7;
}
.form-control.style1.color2::-ms-input-placeholder,
.form-select.style1.color2::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
.form-control.style1.type2,
.form-select.style1.type2 {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-select.style1 {
  padding: 18px 19px;
  background-size: 22px 17px;
}

.label {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--heading-font-family);
  color: #f67a45;
}

.form-title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

select.form-select {
  background-color: #f0f0f0;
}

select.form-select option {
  color: #000;
}

/*--------------------------------------------------------------
12. Button
----------------------------------------------------------------*/
.button-primary {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #ffffff;
  gap: 10px;
  background: linear-gradient(to left, #f67a45 50%, rgba(246, 122, 69, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
}
.button-primary:hover {
  color: #ffffff;
  background-position: left;
}
.button-primary .icon {
  transition: all 0.3s;
  transform: translateX(0px);
  margin-bottom: 4px;
}
.button-primary:hover .icon {
  transform: translateX(8px);
}

.button-primary.type_2 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #ffffff;
  gap: 10px;
  background: linear-gradient(to left, #f67a45 50%, rgba(246, 122, 69, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.button-primary.type_2:hover {
  color: #ffffff;
  background-position: left;
}

.button-primary.style_2 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #ffffff;
  gap: 10px;
  background: linear-gradient(to left, #f67a45 50%, rgba(246, 122, 69, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
  width: 100%;
}
.button-primary.style_2:hover {
  color: #ffffff;
  background-position: left;
}

.button-primary.color2 {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  line-height: 100%;
  color: #01010f;
  gap: 10px;
  background: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0.9) 50%) right;
  background-size: 200%;
  background-position: right;
  overflow: hidden;
}
.button-primary.color2:hover {
  color: #01010f;
  background-position: left;
}
.button-primary.color2 .icon {
  transition: transform 0.2s linear;
}
.button-primary.color2 .icon svg path {
  fill: #01010f !important;
}
.button-primary.color2:hover .icon {
  transform: translateX(10px);
}

.button-arrow-white {
  width: 60px;
  height: 60px;
  background-color: rgba(213, 189, 162, 0.2);
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.button-arrow-white:hover {
  background-color: #d5bda2;
}
.button-arrow-white:hover svg path {
  fill: #01010f;
}

.button-arrow-black {
  width: 60px;
  height: 60px;
  background-color: #d5bda2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.button-arrow-black:hover {
  background-color: rgba(213, 189, 162, 0.1);
}
.button-arrow-black:hover svg path {
  fill: #ffffff;
}

.button-arrow-black.team-btn {
  width: 60px;
  height: 60px;
  background-color: #d5bda2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.button-arrow-black.team-btn:hover {
  background-color: #d5bda2;
}
.button-arrow-black.team-btn:hover svg path {
  fill: #01010f;
}
.button-arrow-black.team-btn:hover {
  background-color: #ffffff;
}

.secondary-btn, .secondary-btn.type2 {
  display: inline-flex;
  min-width: 153px;
  padding: 14px 26px;
  align-items: center;
  gap: 6px;
  border: none;
  border-left: 5px solid #f67a45;
  background: linear-gradient(to right, #f67a45 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.secondary-btn a svg, .secondary-btn.type2 a svg {
  transition: all 0.2s ease-out;
}
.secondary-btn:hover {
  background-position: left bottom;
}
.secondary-btn:hover a {
  color: #ffffff;
}
.secondary-btn:hover a svg {
  transform: translateX(10px);
}
.secondary-btn span, .secondary-btn.type2 span {
  font-size: 20px;
  font-family: var(--heading-font-family);
  margin-top: 4px;
  font-weight: 500;
  line-height: 100%;
}
.secondary-btn svg, .secondary-btn.type2 svg {
  transition: transform 0.3s ease;
}
.secondary-btn:hover > svg {
  transform: translateX(5px);
}

.secondary-btn.type2 {
  background: linear-gradient(to right, #f67a45 50%, rgba(213, 189, 162, 0.2) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
}
.secondary-btn.type2:hover {
  background-position: left bottom;
}
.secondary-btn.type2:hover a svg {
  transform: translateX(10px);
}

.specialized-Area-btn {
  display: inline-flex;
  padding: 5px 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 27px;
  border: 1px solid #d5bda2;
}
.specialized-Area-btn:hover {
  color: #d5bda2;
}

/*--------------------------------------------------------------
  13. Hero
----------------------------------------------------------------*/
.ak-hero.ak-style1 {
  position: relative;
  height: 100vh;
}
.ak-hero.ak-style1 .hero-content {
  position: absolute;
  display: flex;
  max-width: 50%;
  font-weight: 700;
  height: 100%;
  align-items: center;
  top: 50px;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text {
  text-transform: uppercase;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
  font-size: 178px;
  cursor: default;
  line-height: 70%;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
  font-size: 109px;
  cursor: default;
}
.ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
  font-size: 73px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.ak-hero.ak-style1 .hero-content .hero-desp {
  margin-bottom: 50px;
  font-weight: 400;
  max-width: 630px;
  line-height: 27px;
  font-size: 18px;
}
.ak-hero.ak-style1 .hero-1 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40%;
  height: 100%; 
  overflow: hidden;
}
.ak-hero.ak-style1 .hero-social-icon {
  position: absolute;
  left: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ak-hero.ak-style1 .hero-social-icon .dot-line, .ak-hero.ak-style1 .hero-social-icon .dot-line-two {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #d5bda2;
  border-radius: 50%;
  position: relative;
  top: 80px;
}
.ak-hero.ak-style1 .hero-social-icon .dot-line::before, .ak-hero.ak-style1 .hero-social-icon .dot-line-two::before {
  left: 50%;
  position: absolute;
  content: "";
  transform: rotate(90deg);
  transform-origin: left;
  width: 200px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.3;
  background-color: #d5bda2;
}
.ak-hero.ak-style1 .hero-social-icon .dot-line-two {
  transform: rotate(180deg);
  top: -80px;
}
.ak-hero.ak-style1 .hero-social-icon .social-icon {
  transform: rotate(270deg);
}

@media screen and (max-width: 1580px) {
  .ak-hero.ak-style1 .hero-social-icon {
    left: -10px;
  }
}
@media screen and (max-width: 1399px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 115px;
    margin-top: 50px;
    display: block;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 75px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 50px;
  }
  .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 16px;
    max-width: 450px;
  }
}
@media screen and (max-width: 1050px) {
  .ak-hero.ak-style1 .hero-social-icon {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .ak-hero.ak-style1 .hero-1 {
    z-index: 11;
    width: 100%;
  }
  .ak-hero.ak-style1 .hero-1 .ak-hero-bg {
    opacity: 0.4;
  }
  .ak-hero.ak-style1 .hero-content {
    z-index: 12;
  }
}
@media screen and (max-width: 767px) {
  .ak-hero.ak-style1 {
    display: flex;
    align-items: center;
  }
  .ak-hero.ak-style1 .hero-content {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    top: 0px;
    margin-bottom: 50px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 85px;
    margin-top: 50px;
    line-height: 100%;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 52px;
    line-height: 100%;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 50px;
  }
  .ak-hero.ak-style1 .hero-content .hero-desp {
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 16px;
    max-width: 450px;
  }
}
@media screen and (max-width: 376px) {
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-one {
    font-size: 52px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text-two {
    font-size: 42px;
  }
  .ak-hero.ak-style1 .hero-content .hero-stroke-text .hero-title-three {
    font-size: 42px;
  }
}
/*--------------------------------------------------------------
  14. Slideing Text
----------------------------------------------------------------*/
.sliding-text {
  position: relative;
  z-index: 12;
  bottom: 60px;
}
.sliding-text.type2 {
  bottom: 0px;
}

.moving-section-wrap {
  overflow: hidden;
  background: #f67a45;
  transform: rotate(-3deg);
  transform-origin: center;
  display: inline-flex;
  position: relative;
  z-index: 13;
}
.moving-section-wrap.type2 {
  background: #d5bda2;
  transform: rotate(0deg);
}
.moving-section-wrap.type2 .moving-section-in .moving-section span {
  color: #01010f;
}
.moving-section-wrap.type2.color2 {
  background: #020f23;
}
.moving-section-wrap.type2.color2 .moving-section-in .moving-section span {
  color: #ffffff;
}
.moving-section-wrap .moving-section-in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.moving-section-wrap .moving-section-in .moving-section {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 15px 0px;
  animation: slide-right 20s linear infinite;
}
.moving-section-wrap .moving-section-in .moving-section .moving-text {
  display: flex;
  gap: 30px;
}
.moving-section-wrap .moving-section-in .moving-section .moving-text.type2 {
  gap: 15px;
}
.moving-section-wrap .moving-section-in .moving-section span {
  color: #ffffff;
}

.moving-section-wrap-two {
  overflow: hidden;
  background: #d5bda2;
  transform: rotate(3deg);
  transform-origin: center;
  z-index: -13;
}
.moving-section-wrap-two .moving-section-in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.moving-section-wrap-two .moving-section-in .moving-section {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 15px 0px;
  animation: slide-right 20s linear infinite;
}
.moving-section-wrap-two .moving-section-in .moving-section .moving-text {
  display: flex;
  gap: 30px;
}
.moving-section-wrap-two .moving-section-in .moving-section span {
  color: #01010f;
}

.animation-speed-10 {
  animation: slide-left 10s linear infinite;
}

.animation-speed-30 {
  animation: slide-left 30s linear infinite;
}

.animation-speed-40 {
  animation: slide-left 40s linear infinite;
}

.animation-speed-50 {
  animation: slide-left 50s linear infinite;
}

.moving-section-hover-push:hover .moving-section {
  animation-play-state: paused;
}

@media screen and (max-width: 767px) {
  .sliding-text {
    bottom: 0;
  }
  .moving-section-wrap {
    transform: rotate(0deg);
  }
  .moving-section-wrap-two {
    transform: rotate(0deg);
  }
  .moving-section-wrap-two .moving-section-in .moving-section {
    animation: slide-left 20s linear infinite;
  }
}
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/*--------------------------------------------------------------
  15. About
----------------------------------------------------------------*/
.about-section {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.about-section .img-content {
  display: flex;
  flex-grow: 1;
  max-width: 600px;
  position: relative;
  gap: 30px;
  margin-top: 35px;
}
.about-section .img-content .img-content-one {
  flex-basis: 50%;
  overflow: hidden;
  max-height: 444px;
}
.about-section .img-content .img-content-one .about_1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .img-content .img-content-two {
  flex-basis: 50%;
  margin-top: 25px;
}
.about-section .img-content .img-content-two .circle {
  position: absolute;
  z-index: 13;
  right: 150px;
}
.about-section .img-content .img-content-two .img-content-about_2 {
  position: absolute;
  max-height: 405px;
  top: 100px;
  z-index: 12;
  overflow: hidden;
}
.about-section .img-content .img-content-two .img-content-about_2 .about_2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .info-content {
  max-width: 100%;
  width: 80%;
  margin-left:10%;
}

@media screen and (max-width: 1199px) {
  .about-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 155px;
  }
  .about-section .img-content {
    bottom: 0;
  }
  .about-section .info-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-section .img-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-section .img-content .img-content-two .circle {
    width: 140px;
    right: 100px;
  }
}
/*--------------------------------------------------------------
  16. Accordion
----------------------------------------------------------------*/
.ak-accordion-tab {
  display: none;
}

.ak-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* .ak-accordion-item:first-child {
    .ak-accordion-tab {
      display: block;
    }
  } */
}

.ak-accordion-item {
  background-color: #020f23;
}
.ak-accordion-item .ak-accordion-title {
  padding: 17px 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.ak-accordion-item .ak-accordion-title h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #d5bda2;
}
.ak-accordion-item .ak-accordion-title h5 span {
  color: #ffffff;
  margin-right: 20px;
}
.ak-accordion-item .ak-accordion-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease;
  font-size: 24px;
}
.ak-accordion-item .ak-accordion-title.active:after {
  content: "-";
}
.ak-accordion-item .ak-accordion-tab {
  padding: 30px;
  padding-top: 0;
}

@media screen and (max-width: 1400px) {
  .faq {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
  17. Classes
----------------------------------------------------------------*/
.classes-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-height: 500px;
  word-wrap: break-word;
  background-clip: border-box;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.classes-card .classes-img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 12;

}
.classes-card .classes-img-overlay .classes-text {
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: var(--body-color);
}
.classes-card .classes-img-overlay::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  z-index: -11;
  left: 0;
  width: 100%;
  height: 0%;
}
.classes-card:hover .classes-img-overlay::before {
  height: 100%;
  background: #f67a45;
}
.classes-card .card-img {
  transition: transform 0.5s ease;
}
.classes-card:hover > .card-img {
  transform: scale(1.2) rotate(10deg);
}

.classes-details-title-img.style1 {
  width: 100vw;
  display: flex;
  gap: 60px;
  align-items: center;
}
.classes-details-title-img.style1 .classes-details-title-info {
  max-width: 558px;
  flex-grow: 1;
}
.classes-details-title-img.style1 .classes-details-title-info .classes-details-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}
.classes-details-title-img.style1 .classes-details-title-info .classes-details-desp {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
}
.classes-details-title-img.style1 .classes-details-img-content {
  flex-grow: 1;
}
.classes-details-title-img.style1 .classes-details-img-content .classes-details-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.classes-details-title-img.style1 .schedule-duration {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}
.classes-details-title-img.style1 .schedule-duration .schedule-divider {
  width: 1px;
  height: 70px;
  flex-shrink: 0;
  background: var(--Extra, #d5bda2);
}
.classes-details-title-img.style1 .schedule-duration .schedule .desp,
.classes-details-title-img.style1 .schedule-duration .duration .desp {
  font-size: 18px;
}
.classes-details-title-img.style1 .schedule-duration .schedule .title,
.classes-details-title-img.style1 .schedule-duration .duration .title {
  font-size: 24px;
}

.classespages-details-content.style1 .details-content .title {
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .classes-details-title-img.style1 {
    flex-direction: column-reverse;
    width: 100%;
    align-items: flex-start;
  }
  .classes-details-title-img.style1 .classes-details-title-info .classes-details-desp {
    margin-bottom: 30px;
  }
  .classes-details-title-img.style1 .schedule-duration {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .classespages-details-content.style1 .details-content .title {
    font-size: 38px;
    text-transform: uppercase;
  }
}
/*--------------------------------------------------------------
  18. Counter Funfact
----------------------------------------------------------------*/
.funfact-counter {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 40px 0px;
}
.funfact-counter .auto-counter-section {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.funfact.style1 {
  text-align: center;
  display: flex;
  align-items: center;
}
.funfact.style1 .funfact-number {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #01010f;
}
.funfact.style1 .funfact-number span {
  font-size: 62px;
  font-weight: 600;
  margin-top: 10px;
  font-family: var(--heading-font-family);
}
.funfact.style1 .funfact-number.color-1 {
  color: #ffffff;
}
.funfact.style1 .funfact-text p {
  color: #01010f;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  position: relative;
}

@media screen and (max-width: 767px) {
  .funfact.style1 {
    margin-bottom: 0px;
    text-align: start;
  }
  .funfact.style1 .funfact-text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 567px) {
  .funfact-counter .auto-counter-section {
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
  19. Team
----------------------------------------------------------------*/
.team-content {
  display: flex;
  flex-wrap: wrap;
}
.team-content > * {
  width: 33.3333333333%;
}

.team-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.team-card.style2 .team-header-info {
  margin-bottom: 0;
}
.team-card.style2 .team-body-info {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.team-card .team-header-info {
  margin-bottom: 35px;
  overflow: hidden;
}
.team-card .team-header-info .card-img-top {
  transition: transform 0.5s ease;
}
.team-card .team-body-info {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.team-card .team-body-info .team-btn svg {
  transition: all 0.2s ease;
}
.team-card .team-body-info .team-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #ffffff;
}
.team-card .team-body-info .team-subtitle {
  font-family: Vazirmatn;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
}
.team-card:hover .team-header-info .card-img-top {
  transform: scale(1.1);
}
.team-card:hover .team-body-info .team-btn svg {
  transform: translateX(7px);
}
.team-card:hover .team-body-info .team-title {
  color: #f67a45;
}

.history-content-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 22.5%;
}
.history-content-card .history-content-img {
  width: 73px;
}

.trainer-details {
  display: flex;
  gap: 83px;
}
.trainer-details .trainer-details-img {
  width: 438px;
  max-width: 100%;
}
.trainer-details .trainer-content {
  width: 757px;
  max-width: 100%;
}

.all-badge {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.all-badge > img {
  flex: 1 1 auto;
  max-width: 103px;
  width: 20%;
}

.social-follow a {
  transition: all 0.3s;
  transform: scale(1.1);
}
.social-follow a:hover {
  transform: scale(1.4);
}
.social-follow a:hover path {
  fill: #f67a45;
}
.social-follow .line-dot .dot {
  width: 4px;
  height: 4px;
  background-color: #d5bda2;
  border-radius: 50%;
  position: relative;
}
.social-follow .line-dot .dot::before {
  top: 50%;
  position: absolute;
  content: "";
  width: 270px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.3;
  background-color: #d5bda2;
}

@media screen and (max-width: 991px) {
  .team-content {
    gap: 40px;
  }
  .team-content > * {
    width: 47%;
  }
  .trainer-details {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .team-content > * {
    width: 100%;
  }
  .history-content-card {
    gap: 10px;
    max-width: 100%;
  }
  .history-content-card .history-content-img {
    width: 73px;
  }
}
/*--------------------------------------------------------------
  20. Schedule Calendar
----------------------------------------------------------------*/
.schedule-calendar {
  background-color: #020f23;
  padding: 40px 43px;
}
.schedule-calendar.type2 {
  padding: 0;
}
.schedule-calendar .br-routine th,
.schedule-calendar td {
  border: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 1px;
  text-align: center;
  min-width: 145px;
  max-width: 150px;
  height: 80px;
  font-family: teko;
  flex-shrink: 0;
  font-size: 20px;
  flex-grow: 1;
}
.schedule-calendar .br-routine .cs-row-title {
  border-left: none;
  text-align: left;
}
.schedule-calendar .tab-content .cs-col-title {
  border-top: none;
}
.schedule-calendar .tab-content .cs-col-title.one {
  border-left: none;
}
.schedule-calendar .cs-item {
  background-color: #d5bda2;
  margin: 4px;
  padding: 12px 11px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}
.schedule-calendar .cs-item .cs-item-title {
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #01010f;
  transition: all 0.3s ease;
}
.schedule-calendar .cs-item .cs-item-short-title {
  font-family: var(--body-font-family);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #020f23;
  transition: all 0.3s ease;
}
.schedule-calendar .cs-item:hover {
  background-color: #f67a45;
}
.schedule-calendar .cs-item:hover .cs-item-title {
  color: #ffffff;
}
.schedule-calendar .cs-item:hover .cs-item-short-title {
  color: #ffffff;
}

/*--------------------------------------------------------------
  21. Feature
----------------------------------------------------------------*/
.feature-card {
  perspective: 960px;
}

.info {
  transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(246, 122, 69, 0.9);
}

.in-top .info {
  transform-origin: 50% 0%;
  animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  transform-origin: 100% 0%;
  animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  transform-origin: 50% 100%;
  animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  transform-origin: 0% 0%;
  animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  transform-origin: 50% 0%;
  animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  transform-origin: 100% 50%;
  animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  transform-origin: 50% 100%;
  animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  transform-origin: 0% 0%;
  animation: out-left 300ms ease 0ms 1 forwards;
}

@keyframes in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 104deg);
  }
}
.feature-content {
  display: flex;
  flex-wrap: wrap;
}

.feature-content > * {
  flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
}

.feature-card {
  position: relative;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.feature-card .normal {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 50px;
  line-height: 200px;
}
.feature-card .normal .text-content {
  position: absolute;
  bottom: 50px;
  left: 48px;
  max-width: 361px;
}
.feature-card .normal .feature-card-img {
  width: 100%;
}
.feature-card .info .hover-content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  max-width: 361px;
}
.feature-card h3 {
  margin: 0;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
}
.feature-card p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.feature-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .feature-video .scrolling-image {
    height: 125% !important;
  }
  .feature-video .scrolling-image {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.feature-video .ak-video-block {
  position: absolute;
}

@media screen and (max-width: 1400px) {
  .feature-content > .feature-video {
    width: 35%;
  }
  .feature-content > .feature {
    width: 65%;
  }
  .feature-card .normal .text-content {
    left: 20px;
    bottom: 20px;
    right: 10px;
  }
  .feature-card .info .hover-content {
    left: 20px;
    bottom: 20px;
    right: 10px;
  }
  .feature-video .video-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .feature-content > .feature-video {
    width: 100%;
  }
  .feature-content > .feature {
    width: 100%;
  }
}
/*--------------------------------------------------------------
  22. Testimonial
----------------------------------------------------------------*/
.testimonial {
  display: flex;
  gap: 80px;
  align-items: center;
}
.testimonial .testimonial-img {
  max-width: 438px;
}
.testimonial .testimonial-info {
  max-width: 747px;
}
.testimonial .testimonial-info .stroke-text {
  font-size: 160px;
  margin-bottom: 30px;
}
.testimonial .testimonial-info .testimonial-content {
  display: flex;
  gap: 65px;
  align-items: center;
}
.testimonial .testimonial-info .testimonial-content .client {
  margin-top: 51px;
}
.testimonial .testimonial-info .testimonial-content .client .sub-title {
  font-size: 16px;
  font-weight: 400;
}
.testimonial .testimonial-info .testimonial-content .desp {
  width: 560px;
  font-size: 18px;
  line-height: 27px;
}
.testimonial .testimonial-info .testimonial-content .desp .video-btn {
  margin-bottom: 35px;
}

.testimonial-style2, .testimonial-style2-slider .swiper-slide {
  display: flex;
  gap: 90px;
  align-items: center;
  cursor: pointer;
}
.testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
  display: flex;
  max-width: 461px;
  width: 100%;
  height: 391px;
  padding: 0.921px 0.387px 0.079px 0.887px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide .info-content {
  flex-shrink: 1;
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s ease-in-out;
}

.testimonial-style2-slider .swiper-slide-active .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide-active .swiper-slide .vector-content {
  opacity: 1;
  transform: translateY(0px);
}
.testimonial-style2-slider .swiper-slide-active .testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide-active .swiper-slide .info-content {
  opacity: 1;
  transform: translateX(0px);
}

@media screen and (max-width: 1199px) {
  .testimonial {
    display: flex;
    gap: 60px;
  }
  .testimonial .testimonial-img {
    max-width: 438px;
  }
  .testimonial .testimonial-info {
    max-width: 500px;
  }
  .testimonial .testimonial-info .stroke-text {
    font-size: 90px;
    margin-bottom: 0px;
  }
  .testimonial .testimonial-info .testimonial-content {
    display: inline-flex;
    flex-direction: column;
    align-items: self-start;
    gap: 0;
  }
  .testimonial .testimonial-info .testimonial-content .client {
    margin-top: 0;
  }
  .testimonial .testimonial-info .testimonial-content .desp {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .testimonial .testimonial-info .testimonial-content .desp .video-btn {
    margin-bottom: 10px;
  }
  .testimonial-style2, .testimonial-style2-slider .swiper-slide {
    flex-direction: column;
    gap: 80px;
    align-items: start;
  }
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    width: 100%;
    flex-shrink: 1;
  }
  .testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide .info-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-style2, .testimonial-style2-slider .swiper-slide {
    gap: 50px;
  }
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    width: 100%;
  }
  .testimonial-style2 .info-content, .testimonial-style2-slider .swiper-slide .info-content {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    height: 300px;
  }
}
@media screen and (max-width: 350px) {
  .testimonial-style2 .vector-content, .testimonial-style2-slider .swiper-slide .vector-content {
    height: 250px;
  }
}
/*--------------------------------------------------------------
  23. Pricing Calculator
----------------------------------------------------------------*/
.pricing-calculator {
  background-color: #020f23;
}

.calculator-form .from-inputs {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}
.calculator-form .from-inputs .type_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.calculator-form .from-inputs .type_1 label {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: var(--heading-font-family);
}
.calculator-form .from-inputs .type_1 input,
.calculator-form .from-inputs .type_1 select {
  color: #e7e7e7;
  opacity: 0.7;
  background-color: transparent;
  padding: 12px 20px;
  border: 1px solid #333846;
  flex: 1;
  outline: none;
  border-radius: 0;
}
.calculator-form .from-inputs .type_1 input:focus,
.calculator-form .from-inputs .type_1 select:focus {
  border-color: #f67a45 !important;
  box-shadow: 0 0 0 0.25rem rgba(109, 66, 10, 0.486);
}
.calculator-form .from-inputs .type_1 input::-moz-placeholder, .calculator-form .from-inputs .type_1 select::-moz-placeholder {
  color: #e7e7e7;
  opacity: 1;
}
.calculator-form .from-inputs .type_1 input::placeholder,
.calculator-form .from-inputs .type_1 select::placeholder {
  color: #e7e7e7;
  opacity: 1;
}
.calculator-form .from-inputs .type_1 input::-ms-input-placeholder,
.calculator-form .from-inputs .type_1 select::-ms-input-placeholder {
  color: #e7e7e7;
  opacity: 1;
}
.calculator-form .from-inputs .type_1 .date-time-icon {
  position: absolute;
  top: 54%;
  right: 26px;
  width: 20px;
  height: 20px;
  z-index: -10;
}
.calculator-form .from-inputs .type_1 .button-primary {
  margin-top: 35px;
}
.calculator-form .from-textarea {
  display: flex;
  margin-bottom: 45px;
}
.calculator-form .from-textarea label {
  margin-bottom: 10px;
}
.calculator-form .from-textarea textarea {
  padding: 12px 20px;
  outline: none;
  border: 1px solid #333846;
  flex-grow: 1;
  background-color: transparent;
}
.calculator-form .from-textarea textarea:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.19);
}
.calculator-form .from-textarea .type_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calculator-form .from-textarea .type_1 label {
  font-size: 16px;
  text-transform: uppercase;
}
.calculator-form .from-textarea .type_1 textarea {
  border: 1px solid rgba(255, 61, 36, 0.4392156863);
}
.calculator-form .from-textarea .type_1 textarea:focus {
  border-color: rgba(255, 61, 36, 0.4392156863) !important;
  box-shadow: 0 0 0 0.25rem rgba(109, 10, 10, 0.486);
}
.calculator-form input[type=time],
.calculator-form input[type=date] {
  overflow: hidden;
  position: relative;
  right: 0;
}
.calculator-form input[type=time]::-webkit-calendar-picker-indicator,
.calculator-form input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  position: absolute;
  filter: invert(1);
  cursor: pointer;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.custom-file .custom-file-upload {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  color: #f67a45;
  font-size: 22px;
  border: none;
  border-radius: 5px;
}
.custom-file .custom-file-upload span {
  color: #01010f;
  font-size: 16px;
}
.custom-file input {
  display: none;
}

.package-content {
  display: flex;
  position: relative;
  z-index: 111;
}
.package-content .package {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
.package-content .package .package-one,
.package-content .package .package-two,
.package-content .package .package-three {
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 41px 27px;
}
.package-content .package .package-one.type2,
.package-content .package .package-two.type2,
.package-content .package .package-three.type2 {
  border: 1px solid rgba(51, 56, 70, 0.5);
  border-left: none;
}
.package-content .package .package-one.style2,
.package-content .package .package-two.style2,
.package-content .package .package-three.style2 {
  background-color: #32191a;
  transition: all 0.2s ease;
}
.package-content .package .package-one.style2.active,
.package-content .package .package-two.style2.active,
.package-content .package .package-three.style2.active {
  background-color: #f67a45;
  cursor: pointer;
}
.package-content .package .package-one.style2.active .button-primary.style_2,
.package-content .package .package-two.style2.active .button-primary.style_2,
.package-content .package .package-three.style2.active .button-primary.style_2 {
  background: #ffffff;
  color: #01010f;
}
.package-content .package .package-one.style2.active .button-primary.style_2 span svg path,
.package-content .package .package-two.style2.active .button-primary.style_2 span svg path,
.package-content .package .package-three.style2.active .button-primary.style_2 span svg path {
  fill: #01010f;
}
.package-content .package .package-one .title h5,
.package-content .package .package-two .title h5,
.package-content .package .package-three .title h5 {
  padding: 6px 20px 4px 20px;
  background-color: #ffffff;
  color: #01010f;
  display: inline-flex;
  line-height: 100%;
  margin-bottom: 20px;
}
.package-content .package .package-one .title h3,
.package-content .package .package-two .title h3,
.package-content .package .package-three .title h3 {
  text-transform: uppercase;
}
.package-content .package .package-one .title h6,
.package-content .package .package-two .title h6,
.package-content .package .package-three .title h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #d5bda2;
}
.package-content .package .package-one .border-horizontal,
.package-content .package .package-two .border-horizontal,
.package-content .package .package-three .border-horizontal {
  height: 1px;
  width: 100%;
  background-color: #f67a45;
  margin-top: 31px;
  margin-bottom: 55px;
}
.package-content .package .package-one .button-primary,
.package-content .package .package-two .button-primary,
.package-content .package .package-three .button-primary {
  margin-top: 75px;
  text-transform: uppercase;
}
.package-content .package .package-one .package-list,
.package-content .package .package-two .package-list,
.package-content .package .package-three .package-list {
  text-align: start;
  max-width: 320px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
}
.package-content .package .package-one .package-list li,
.package-content .package .package-two .package-list li,
.package-content .package .package-three .package-list li {
  display: flex;
  gap: 10px;
}
.package-content .package .package-one.active,
.package-content .package .package-two.active,
.package-content .package .package-three.active {
  background-color: #32191a;
  cursor: pointer;
}

.bim-calculation {
  position: relative;
  z-index: 111;
}
.bim-calculation .bim-calculator-img {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  max-width: 100%;
}
.bim-calculation .bim-calculator-from {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1299px) {
  .bim-calculation .bim-calculator-img {
    max-height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .package-content {
    flex-direction: column;
  }
  .package-content .package-img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .package-content .package .package-one.type2,
  .package-content .package .package-two.type2 {
    border: 1px solid #333846;
  }
  .package-content .package .package-one.style2,
  .package-content .package .package-two.style2,
  .package-content .package .package-three.style2 {
    max-width: 440px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .calculator-form .from-inputs {
    flex-direction: column;
  }
  .package-content .package {
    flex-direction: column;
  }
  .package-content .package.type2 {
    gap: 50px;
    align-items: center;
  }
  .package-content .package .package-one,
  .package-content .package .package-two {
    border: 1px solid #333846;
  }
}
@media screen and (max-width: 769px) {
  .bim-calculation .bim-calculator-img {
    max-height: 620px;
    left: 0;
    width: 100%;
  }
}
/*--------------------------------------------------------------
  24. Blog Post
----------------------------------------------------------------*/
.latest-post {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.post-list {
  position: relative;
  z-index: 111;
}

.post-card.style1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  border: 1px solid rgba(51, 56, 70, 0.7);
  gap: 15px;
}
.post-card.style1 .post-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.post-card.style1 .post-content .post-img {
  overflow: hidden;
}
.post-card.style1 .post-content .post-img img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  width: 175px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card.style1 .post-content .post-info .post-title {
  font-size: 28px;
  font-family: Teko;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
  line-height: 100%;
  margin-bottom: 6px;
}
.post-card.style1 .post-content .post-info .post-title:hover {
  color: var(--primary-color);
}
.post-card.style1 .post-btn {
  display: inline-flex;
  min-width: 153px;
  padding: 14px 26px;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  gap: 6px;
  border-left: 5px solid #f67a45;
  background: linear-gradient(to right, #f67a45 50%, rgba(213, 189, 162, 0.2) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.post-card.style1 .post-btn-link {
  display: flex;
  align-items: center;
}
.post-card.style1 .post-btn-link .icon {
  margin-bottom: 3px;
  margin-left: 4px;
}
.post-card.style1 .post-btn-link svg {
  transition: all 0.2s ease-out;
}
.post-card.style1 .post-btn:hover {
  background-position: left bottom;
}
.post-card.style1 .post-btn:hover a {
  color: #ffffff;
}
.post-card.style1 .post-btn:hover a svg {
  transform: translateX(10px);
}
.post-card.style1:hover .post-content .post-img img {
  transform: scale(1.1);
}

.post-card.style2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  border: 1px solid rgba(51, 56, 70, 0.7);
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 30px;
  border: 1px solid rgba(213, 189, 162, 0.15);
}
.post-card.style2 .post-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.post-card.style2 .post-content .post-img {
  overflow: hidden;
}
.post-card.style2 .post-content .post-img img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  width: 175px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card.style2 .post-content .post-info .post-title {
  font-size: 24px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
  line-height: 100%;
  margin-bottom: 6px;
}
.post-card.style2 .post-content .post-info .post-title:hover {
  color: var(--primary-color);
}
.post-card.style2 .post-btn {
  display: inline-flex;
  min-width: 153px;
  padding: 14px 26px;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  gap: 6px;
  border-left: 5px solid #f67a45;
  background: linear-gradient(to right, #f67a45 50%, rgba(213, 189, 162, 0.2) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.post-card.style2 .post-btn-link {
  display: flex;
  align-items: center;
}
.post-card.style2 .post-btn-link .icon {
  margin-bottom: 3px;
  margin-left: 4px;
}
.post-card.style2 .post-btn-link svg {
  transition: all 0.2s ease-out;
}
.post-card.style2 .post-btn:hover {
  background-position: left bottom;
}
.post-card.style2 .post-btn:hover a {
  color: #ffffff;
}
.post-card.style2 .post-btn:hover a svg {
  transform: translateX(10px);
}
.post-card.style2:hover .post-content .post-img img {
  transform: scale(1.1);
}
.post-card.style2 .post-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.post-card.style2 .post-content .post-info .post-desp {
  font-size: 18px;
  line-height: 27px;
  margin-top: 12px;
  max-width: 528px;
}
.post-card.style2 .post-content .post-img {
  width: 100%;
  height: 100%;
}
.post-card.style2 .post-content .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}

.blog-details-short-title {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
}

.recent-post-title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.recent-posts {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.recent-posts .recent-post {
  display: inline-flex;
  gap: 11px;
  align-items: center;
}
.recent-posts .recent-post .recent-post-img {
  max-width: 95px;
  width: 100%;
  height: 85px;
  overflow: hidden;
}
.recent-posts .recent-post .recent-post-img img {
  transition: scale 0.3s ease;
}
.recent-posts .recent-post .recent-post-info {
  display: flex;
  flex-direction: column;
}
.recent-posts .recent-post .recent-post-info .title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}
.recent-posts .recent-post .recent-post-info .date {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.recent-posts .recent-post:hover .recent-post-info .title {
  color: #f67a45;
}
.recent-posts .recent-post:hover .recent-post-info .date {
  color: #ffffff;
}
.recent-posts .recent-post:hover .recent-post-img img {
  transform: scale(1.3);
}

.comment-user {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.comment-user .user-info {
  display: flex;
  gap: 13px;
}
.comment-user .user-info .user-name {
  font-weight: 500;
  font-size: 20px;
}
.comment-user .user-info .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .recent-post .recent-post-info .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post-card.style1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-card.style1 .post-content {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
/*--------------------------------------------------------------
  25. Gallery
----------------------------------------------------------------*/
.gallery-slider {
  position: relative;
  z-index: 111;
}

.gallery.style1 {
  display: flex;
}
.gallery.style1 > * {
  width: 20%;
}
.gallery.style1 .gallery-img-content {
  max-width: 395px;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.gallery.style1 .gallery-img-content .gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery.style1 .gallery-img-content .gallery-img-overlay {
  position: absolute;
  left: 20px;
  opacity: 1;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.3s ease-in;
  transform: scale(0.9);
}
.gallery.style1 .gallery-img-content .gallery-img-overlay svg {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 20px;
  transition: all 0.3s ease-in;
}
.gallery.style1 .gallery-img-content .gallery-img-overlay svg:hover {
  background-color: #d5bda2;
}
.gallery.style1 .gallery-img-content:hover .gallery-img-overlay {
  opacity: 1;
  transform: scale(1);
}

.lg-custom-thumbnails {
  background-color: #040d10;
}
.lg-custom-thumbnails #lg-counter {
  color: #fff;
}
.lg-custom-thumbnails .lg-icon {
  background-color: transparent;
  border: none;
  color: #fff;
}
.lg-custom-thumbnails .lg-icon:hover {
  color: #f67a45;
}

.gallery-show {
  position: relative;
  z-index: 111;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 400px;
  grid-auto-flow: dense;
  padding: 0 10px;
}
.gallery-show .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 11;
}
.gallery-show .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-show .vertical {
   grid-row: span 1; 
}
.gallery-show .horizontal {
  grid-column: span 2;
}
.gallery-show .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-show .frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 1, 15, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0.8);
}
.gallery-show .frame span {
  width: 26px;
  height: 26px;
}
.gallery-show .item:hover .frame {
  opacity: 1;
  transform: scale(0.95);
}
.gallery-show .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  transition-delay: 0.2s;
  transform: scale(1);
}
.gallery-show .item:hover img {
  transform: scale(1.2);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .gallery.style1 > * {
    width: 50%;
  }
  .gallery-show {
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }
}
/*--------------------------------------------------------------
  26. Subscribe Email
----------------------------------------------------------------*/
.subscribe-email {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 12;
}
.subscribe-email.type2 {
  background-color: #ffffff;
  color: #01010f;
  padding: 95px 80px;
}
.subscribe-email.type2 .subscribe-content .subscribe-title {
  color: #01010f;
}
.subscribe-email.type2 .subscribe-form {
  border-right: 4px solid var(--Extra, #d5bda2);
  border-bottom: 4px solid var(--Extra, #d5bda2);
  background: rgba(213, 189, 162, 0.2);
}
.subscribe-email.type2 .subscribe-form .email-input {
  color: #01010f;
}
.subscribe-email .subscribe-content {
  max-width: 50%;
}
.subscribe-email .subscribe-content .subscribe-title {
  text-transform: uppercase;
}
.subscribe-email .subscribe-form {
  display: flex;
  gap: 30px;
  border-bottom: 2px solid #f67a45;
  max-width: 600px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  background: #020f23;
}
.subscribe-email .subscribe-form .email-input {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  width: 100%;
}
.subscribe-email .subscribe-form .email-input:focus {
  outline: none;
}
.subscribe-email .subscribe-form .submit-btn {
  background-color: #f67a45;
  position: relative;
  overflow: hidden;
  padding: 8px 13px;
  border: 0px;
}
.subscribe-email .subscribe-form .submit-btn:hover .send svg {
  transition: all 0.3s ease;
  animation: sending 0.5s linear 0.3s forwards;
}

@media screen and (max-width: 1199px) {
  .subscribe-email {
    justify-content: space-between;
  }
  .subscribe-email .subscribe-form {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .subscribe-email {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .subscribe-email.type2 {
    padding: 15px;
  }
  .subscribe-email .subscribe-form {
    max-width: 100%;
  }
}
@keyframes sending {
  0% {
    transform: translateY(0);
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: translate(40px, -60px);
  }
}
/*--------------------------------------------------------------
  27. Services
----------------------------------------------------------------*/
.services-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.services-all > * {
  width: 50%;
}

.services-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 577px;
  max-height: 350px;
  margin-bottom: 45px;
}
.services-card.mt-50 {
  margin-top: 50px;
}
.services-card .services-body {
  max-width: 500px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(213, 189, 162, 0.05);
  position: relative;
}
.services-card .services-body .services-img-content {
  position: relative;
  right: 10px;
  bottom: 10px;
  background-color: #020f23;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
}
.services-card .services-body .services-img-content .services-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-card .services-body .services-img-content .services-info {
  width: 100%;
  padding: 73px 88px 50px 50px;
  z-index: 111;
  position: relative;
  cursor: default;
}
.services-card .services-body .services-img-content .services-info .services-text {
  font-size: 16px;
  color: #ffffff;
}
.services-card .services-body .services-img-content .services-info .services-title {
  font-family: Teko;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 8px;
  color: #ffffff;
  letter-spacing: 1px;
}
.services-card .services-body .services-img-content .services-info h6 {
  font-family: Teko;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
} /*
.services-card .services-body .services-img-content:hover {
  background-image: none;
  background-color: #f67a45;
  z-index: 111;
} 
.services-card .services-body .services-img-content:hover .services-img {
  visibility: hidden;
} */
.services-card .services-number {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.1);
  font-family: Teko;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.services-details-title-img {
  position: relative;
}

.services-details-title-img.style1 {
  width: 100vw;
  display: flex;
  gap: 37px;
  align-items: center;
}
.services-details-title-img.style1 .services-details-title-info {
  max-width: 402px;
}
.services-details-title-img.style1 .services-details-title-info .services-details-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}
.services-details-title-img.style1 .services-details-title-info .services-details-desp {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
}
.services-details-title-img.style1 .services-details-img-content .services-details-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}

.services-details-inner-content .titel {
  font-size: 28px;
  text-transform: uppercase;
}
.services-details-inner-content .desp {
  font: 18px;
  line-height: 27px;
}
.services-details-inner-content .title-two {
  color: #f67a45;
  line-height: 100%;
}
.services-details-inner-content .list-text { /*
  display: flex;
  gap: 123px; */
}
.services-details-inner-content .ttc-title {
  text-transform: uppercase;
  font-size: 36px;
}

.package-list-content {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1399px) {
  .services-card {
    max-width: 500px;
  }
  .services-card .services-body {
    max-width: 450px;
  }
  .services-card .services-body .services-img-content .services-info {
    padding: 73px 30px 50px 50px;
  }
  .services-card .services-number {
    font-size: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .services-card {
    max-width: 440px;
  }
}
@media screen and (max-width: 991px) {
  .services-all > * {
    width: 100%;
  }
  .services-card {
    max-width: 100%;
  }
  .services-card .services-body {
    max-width: 100%;
  }
  .services-card .services-body .services-img-content .services-info {
    padding: 80px;
  }
  .services-details-title-img.style1 {
    flex-direction: column-reverse;
    width: 100%;
    align-items: flex-start;
  }
  .row-reverse-column {
    display: flex;
    gap: 30px;
  }
  .row-reverse-column > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .services-card .services-body .services-img-content .services-info {
    padding: 30px;
  }
  .services-details-inner-content .list-text {
    flex-direction: column;
    gap: 0;
  }
  .row-reverse-column {
    flex-direction: column;
  }
  .row-reverse-column > * {
    width: 100%;
  }
}
/*--------------------------------------------------------------
  28. Cta
----------------------------------------------------------------*/
.cta-content {
  position: relative;
  z-index: 121;
}
.cta-content .cta-title-info {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 225px;
  overflow: hidden;
  gap: 50px;
}
.cta-content .cta-title-info > h1 {
  padding: 0;
  height: inherit;
  margin: 0;
  font-size: 130px;
}
.cta-content .cta-desp-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.cta-content.style2 .cta-title {
  font-size: 150px;
  font-weight: 700;
  line-height: 75%;
  text-transform: uppercase;
}
.cta-content.style2 .cta-stroke-title {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 210px;
}
.cta-content.style2 .cta-btn {
  width: 126px;
  height: 126px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 39px 25.5px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
  color: #01010f;
  font-family: var(--heading-font-family);
  transition: all 0.3s ease;
}
.cta-content.style2 .cta-btn svg {
  transition: all 0.3s ease;
  transform: translateX(0px);
}
.cta-content.style2 .cta-btn:hover {
  background-color: #f67a45;
  color: #ffffff;
}
.cta-content.style2 .cta-btn:hover svg {
  transform: translateX(10px);
}
.cta-content.style2 .cta-btn:hover svg path {
  fill: #ffffff;
}
.cta-content.style2 .cta-img {
  width: 126px;
  height: 126px;
  margin-bottom: 13px;
}
.cta-content.style2 .cta-info {
  display: flex;
  gap: 44px;
  align-items: center;
}

@media screen and (max-width: 1399px) {
  .cta-content .cta-title-info > h1 {
    font-size: 150px;
  }
  .cta-content.style2 .cta-title {
    font-size: 100px;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .cta-content .cta-title-info {
    gap: 25px;
  }
  .cta-content .cta-title-info > h1 {
    font-size: 17vw;
  }
  .cta-content .cta-desp-info {
    text-align: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
  }
  .cta-content.style2 .cta-title {
    font-size: 80px;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 100px;
  }
  .cta-content.style2 .cta-img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 13px;
  }
  .cta-content.style2 .cta-btn {
    width: 50px;
    height: 50px;
    font-size: 16px;
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .cta-content.style2 .cta-title {
    font-size: 65px;
    height: 32%;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 65px;
  }
  .cta-content.style2 .cta-info {
    gap: 30px;
  }
}
@media screen and (max-width: 567px) {
  .cta-content.style2 .cta-title {
    font-size: 42px;
  }
  .cta-content.style2 .cta-stroke-title {
    font-size: 42px;
  }
  .cta-content.style2 .cta-info {
    gap: 10px;
  }
  
body .icon-bar-side {
    display: none;
}
}
/*--------------------------------------------------------------
  29. Contact
----------------------------------------------------------------*/
.contact-page-section-title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.contact-details-info .title-desp {
  line-height: 27px;
  font-size: 18px;
  color: rgba(231, 231, 231, 0.7);
}

.icon-details {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.icon-details .icon-info .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.icon-details .icon-info .desp {
  font-size: 17px;
  line-height: 27px;
}


.ak-nav_list li.active a {
color:#f67a45;
}

.icon-bar-whatsapp {
    position: fixed;
right:0%;
    bottom: 6%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0; 
		float:right;
    
}

.icon-bar-whatsapp a {
    display: block;
    text-align: center;
    padding: 8px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}




.icon-bar-side {
    position: fixed;
    bottom: 9%;
    z-index: 99999;
	padding: 12px 0 0 0;  
    
}

.icon-bar-side a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}


.icon-bar-side a.phone{
    color: white;
}
.icon-bar-side a.whatsapp  {
    color: white;
}
.icon-bar-side a.facebook  {
    color: white;
}
.icon-bar-side a.pinterest  {
    color: white;
}
.icon-bar-side a.youtube  {
    color: white;
}
.icon-bar-side a.linkedin  {
    color: white;
}
.icon-bar-side a.twitter  {
    color: white;
}
.icon-bar-side a.instagram  {
    color: white;
}


.icon-bar-side a.mailto  {
    color: white;
	background:#f67a45;
}


.post-title {
color: #f67a45;
}

.package-list-content li {
text-align: justify;
}


.story-bg {
background-image: url("../img/bg/bg-1.JPG");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}


.social-follow h5 {
margin-top:-20px;
}


@media screen and (min-width: 480px) {
    .ak-nav .ak-nav_list a {
        text-align: center;
    }
}



.home-bg {
    background-image: url(../img/bg/bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.post-info h6 {
font-size:18px;
}

.post-title, .title-secendry, .list-text ul li span, p.desp {
text-align: justify;
}