/* 

Template Name: Finclix
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-gray2: #797979;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #25ade3;
  --theme-color1-rgb: 34, 36, 41;
  --theme-color2: #144443;
  --theme-color2-rgb: 20, 68, 67;
  --theme-color3: #f4f5f8;
  --theme-color4: #0f0f0f;
  --theme-color5: #13132E;
  --theme-color6: #DADADA;
  --theme-color7: #039397;
  --theme-color8: #163838;
  --theme-color-silver: #C4C4C4;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #0f0f0f;
  --theme-color3-text-color: #fff;
  --gradient-1: linear-gradient(99deg, #C8F169 0%, #039397 93.92%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color2-rgb), 1) 0%, rgba(var(--theme-color2-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0) 50%, var(--theme-color2) 100%);
  --body-color: #fff;
  --text-color: #646464;
  --headings-color: #0B3130;
  --link-color: #0B3130;
  --link-hover-color: #25ade3;
  --body-font-family: "Josefin Sans",
    sans-serif;
  --heading-font-family: "Josefin Sans",
    sans-serif;
  --style-font: "Josefin Sans",
    sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 80px;
  --h2-font-size: 56px;
  --h3-font-size: 24px;
  --h4-font-size: 20px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: #9F9F9F;
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 600;
  --sec-title-subtitle-line-height: 1;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 56px;
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}


/*-------------------ss-------------*/
.logo-box img {
  width: 50%;
}

.banner-outer {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.feature-block-one img {
  width: 100%;
}

.s-align-center {
  align-items: center;
}

.ss-width {
  max-width: 80% !important;
}

.customer-services-slider {
  height: 100vh;
  position: relative;
}

.conbox h2 {
  font-size: 35px;
}

.insec3 {
  padding-top: 2.2rem;
  position: relative;
}


.insec3 .third-swiper {
  width: 100%;
  height: 100%;
}

.insec3 .third-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.insec3 .third-swiper .swiper-slide .pc_img {
  transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}

.insec3 .third-swiper .swiper-slide-active .pc_img {}

.main_con {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.main_con h3 {
  font-size: 48px;
  color: #fff;
}

.insec3 .slider__col {
  width: 16.666%;
  height: calc(100% - 2.2rem);
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}



.slider__thumbs {
  background: rgba(14, 106, 174, 0.85);
  height: 100%;
}




.insec3 .item img:first-child {
  margin-bottom: 0.75rem;
}

.insec3 .item img:last-child {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-20%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.insec3 .item.cur img:last-child {
  transform: translateY(-50%);
}

.insec3 .item .tit-24 {
  margin-bottom: 0.1rem;
}

.insec3 .item.cur {
  padding: 1.5rem 0 0 1.25rem;
  background: rgba(0, 0, 0, 0.5);
}

.insec3 .item.cur img:first-child {
  display: none;
}

.insec3 .item.cur img:last-child {
  opacity: 1;
}



.insec3 .swiper-slide-active .w1480 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.insec3 .w1480 .ico {
  width: 3.3rem;
  margin-bottom: 0.7rem;
}


.insec3 .w1480 .tit-14 {
  line-height: 2.25;
  margin: 1rem 0 1.5rem;
  width: 50%
}

.index_link {
  color: #25ade3;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
}

.index_link img {
  margin-left: 0.3rem;
  transition: all 0.3s ease 0s;
}


.index_link:hover img {
  transform: translateX(2px);
}


.insec3:before {
  content: '';
  position: absolute;
  width: 4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 32%;
  z-index: 3;
}

.insec3:after {
  content: '';
  position: absolute;
  width: 48%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 8rem;
  top: 32%;
  z-index: 3;
}

.insec3 {
  padding-top: 2.2rem;
}


.insec3 .third-swiper {
  width: 100%;
  height: 100%;
}

.insec3 .third-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.insec3 .third-swiper .swiper-slide .pc_img {
  transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}

.widget-title h3 {
  color: var(--theme-color1)
}

.overlayss {
  background: rgba(0, 0, 0, 0.5);

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 9;

}

.insec3 .ritab {
  width: 16.666%;
  height: calc(100% - 2.2rem);
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}

.insec3 .ritab .item {
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(14, 106, 174, 0.85);
  position: relative;
  padding: 2rem 0 0 2.25rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.insec3 .ritab .item img {
  filter: grayscale(100%) brightness(200%);
  max-height: 3.25rem;
}

.tit-48 {
  font-size: 48px;
}

.insec3 .ritab .item img:first-child {
  margin-bottom: 0.75rem;
}

.insec3 .ritab .item img:last-child {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-20%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}



.insec3 .ritab .item .tit-24 {
  margin-bottom: 0.1rem;
  font-size: 24px;
}

.insec3 .ritab .item.cur {
  padding: 1.5rem 0 0 1.25rem;
  background: rgba(0, 0, 0, 0.5);
}

.insec3 .ritab .item.cur img:first-child {
  display: none;
}

.insec3 .ritab .item img:last-child {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-20%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.insec3 .ritab .item.cur img:last-child {
  transform: translateY(-50%);
}

.insec3 .ritab .item.cur img:last-child {
  opacity: 1;
}


.insec3 .w1480 {
  padding-top: 8rem;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 1s ease 0s;
}

.insec3 .swiper-slide-active .w1480 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.insec3 .w1480 .ico {

  margin-bottom: 0.7rem;
}


.insec3 .w1480 .tit-14 {
  line-height: 2.25;
  margin: 1rem 0 1.5rem;
  width: 50%
}

.index_link {
  color: #25ade3;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
}

.index_link img {
  margin-left: 0.3rem;
  transition: all 0.3s ease 0s;
}


.index_link:hover img {
  transform: translateX(2px);
}


.insec3:before {
  content: '';
  position: absolute;
  width: 4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 32%;
  z-index: 3;
}

.insec3:after {
  content: '';
  position: absolute;
  width: 48%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 8rem;
  top: 32%;
  z-index: 3;
}
.customer_srv_list:nth-child(2n+1) .custm_img {
  order: 2;
}
 .customer_srv_list{align-items:center}
 
 
.process_list .app_itm {

}

.process_list .position {
  overflow: hidden;
  align-items: center;
}

.process_list .position .item_img {
  width: 50%;
  float: left;
}

.process_list .position .item_con {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding: 2.9rem 8.33% 0 3rem;
  position: relative;
}

.process_list .position .item_con .tit-36 {
  margin-bottom: 0.9rem;
  transition: all 0s ease 0s !important;
}

.tit-36 {
  font-size: 36px;
}

.process_list .position .item_con .tit-14 {

  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  color: #333;
}

.process_list .position .item_con .tit-12 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #25ade3;
}

.process_list .position .item_con .tit-12 img {
  margin-left: 0.25rem;
  transition: all 0.3s ease 0s;
}

.process_list .app_itm:nth-child(2n) .item_img {
  float: right;
}

.app-dtl-otr-prt {
  background: #f1f1f3;
}

.app-dtl-otr-prt .title h2 {
  line-height: 39.6px;
  font-size: 40px;
  margin: 60px 0 30px;
}

.app-part-li {
  background-color: #ffffff;
  padding: 0 0 30px;
  border-radius: 10px;
  min-height: 100%;
}

.app-part-li:hover {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4) !important;
}

.app-part-title {
  font-size: 20px;
  margin: 30px 30px 0;
  font-weight: bold;
}

.app-part-desc {
  margin: 20px 30px 0;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}


.ssd-slider.swiper-container {

  overflow: auto;
  background: rgba(14, 106, 174, 0.85);
}

.ssd-slider .swiper-wrapper {
  align-content: center;
  justify-content: center;
}

.ssd-slider .swiper-slide {
  padding: 10px 20px;
  width: auto;
  color: #fff;
}

.nav-item-ab.active {
  background-color: #fff;
  color: #000
}

.about-top-page.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  position: fixed;
  top: 140px;
  width: 100%;
  background: #25ade3;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);

}


.ab-pahe-header-top {
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 4rem;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-top-page {
  height: 4rem;
  line-height: 1.4;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(14, 106, 174, 0.85);
}

.ab-pahe-header-top .swiper-container {
  position: static;
  transform: skewX(-12deg);
  overflow: hidden;
}

.ab-pahe-header-top .link_item {
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.2);

  -transform: skewX(-12deg);
  cursor: pointer;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.nav-item-ab a {
  transform: skewX(12deg);
  color: #fff;
}

.nav-item-ab.active a {
  color: #000
}


.client-title {
  text-align: center;
}

.client-title .tit-48 {
  color: #25ade3;
}

.tit-48 {
  font-size: 48px;
}

.our_histry p {
  font-size: 18px;
  margin-bottom: 10px;
}

.u-section-5,
.our_histry {
  padding: 50px 0px;
}

.historysss {
  width: 20%;
}

.u-text-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

#milestone .u-text-desc {
  font-size: 14px;
}

.client-title {
  margin-bottom: 5rem;
}

.value-swiper .tit-24 {
  padding: 0 0.5rem;
  color: #666;
  line-height: 1.8;
}

.tit-24 {
  font-size: 24px;
}

.about-value .value-swiper .tit-16 {
  box-sizing: border-box;
  padding: 0 0.5rem;
  height: 7rem;
  line-height: 1.4;
}

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

.about-value img {
  width: 100%;
}

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

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--bg-theme-color1);
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.ab-desc-s{padding-bottom:40px}
	.rts-single-service-4 {padding: 40px 0;
  border-top: 1px solid #ddd;align-items: center;}
  .rts-single-service-4 .title {
  font-size: 25px; text-transform:uppercase
}
.section-title  h2{
  text-align: center;
  margin-bottom: 20px;
  color: #25ade3; font-size:50px
}
.top-prd-sec{margin-bottom:40px}

.tech_list .auto-item .item_con {
  background: #f5f5f5;
  padding: 0.75rem 1rem; min-height:20rem
  
}
.tech_list .auto-item {

  box-sizing: border-box;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 9px 0 rgb(32 33 36 / 8%);

}
.tit-20 {
  font-size: 20px;
}
.tech_list  .item_con .tit-18 {
  margin: 0.6rem 0 0.4rem;
}
.pt-90 {padding-top:90px}
.pb-90{padding-bottom:90px}



.hero-5 {
  position: relative;
  z-index: 9999;
  margin-bottom: 0;
}

.hero-content p {
  color: #fff
}

.banner-title::before {
  content: '';
  position: absolute;
  background: #25ade3;
  width: 10rem;
  height: 0.5rem;
  left: 0;
  top: -1rem;
}

.hero-5 .banner-outer .hero-content {
  position: relative;
  padding: 440px 110px 140px;
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-content {
    padding: 200px 50px 100px;
  }
}

@media (max-width: 575.98px) {
  .hero-5 .banner-outer .hero-content {
padding: 135px 30px 80px;
  }
}



@media (max-width: 575.98px) {
  .hero-5 .banner-outer .hero-content .star {
    flex-wrap: wrap;
  }
}

.hero-5 .banner-outer .hero-content .star .icon {
  color: var(--theme-color1);
}

.hero-5 .banner-outer .hero-content .star .star-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-left: 20px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .hero-5 .banner-outer .hero-content .star .star-title {
    margin-left: 0;
  }
}



.hero-5 .banner-outer .hero-content .banner-title {
  font-size: 65px;
  line-height: 110px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-color-white);
  font-size: clamp(36px, 4.7vw, 90px);
  line-height: 1.2;
}



.hero-5 .banner-outer .hero-content .hero-button {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
}



.hero-5 .banner-outer .hero-box-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-box-items {
    flex-direction: column;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    gap: 0;
  }
}

.hero-5 .banner-outer .hero-box-items .content-box {
  max-width: 33%;
  width: 100%;
  padding: 30px 0;
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-box-items .content-box {
    max-width: 100%;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  }
}

.hero-5 .banner-outer .hero-box-items .content-box:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-box-items .content-box:last-child {
    max-width: 100%;
    border-bottom: none;
  }
  .video-container .bgvid{ width:100%}
}

.hero-5 .banner-outer .hero-box-items .content-box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--theme-color-white);
  margin-bottom: 0;
}

.service-wrapper {
  margin: 0 30px;
  margin: 0 15px;
  margin: 0;
}

.service-card-items {
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-top: 30px;
  padding: 50px;
  padding-bottom: 30px;
  height: 415px;
}

@media (max-width: 1699.98px) {
  .service-card-items {
    padding: 35px;
  }
}

@media (max-width: 575.98px) {
  .service-card-items {
    padding: 30px;
  }
}

@media (max-width: 469.98px) {
  .service-card-items {
    padding: 25px;
  }
}

.service-card-items .icon {

  border-radius: 50%;
  height: 90px;
  width: 90px;

  text-align: center;

  transition: all 0.4s ease-in-out;
  border: 1px solid #ddd
}

.service-card-items .icon img {
  padding: 10px;
}


.service-card-items .content {
  margin-top: 35px;
}

.service-card-items .content h3 a {
  color: var(--theme-color1);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.service-card-items .content p {
  color: #000;
}

.service-card-items .content .link-btn {
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
  font-size: 35px;
  color: var(--theme-color-white);
}

.service-card-items .content .link-btn:hover {
  transform: rotate(0);
}

.service-card-items:hover .icon {
  background-position: 100% 0;
}

.service-card-items:hover .icon i {
  transform: rotateY(360deg);
}

.service-section .section-counter-content h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C8F169;
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  font-family: var(--body-font-family);
}

/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color1);
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1);
  /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: var(--body-color);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  padding: 0;
  margin: 0;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  transition: all 0.3s ease;
}

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

a b,
a strong {
  transition: all 0.3s ease;
}

a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  list-style: none;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section>.container,
section>.container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (max-width: 1199px) {

  section>.container,
  section>.container-fluid {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {

  section>.container,
  section>.container-fluid {
    padding: 80px 0;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}

.form-control::placeholder,
.input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
/***

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.title a {
  color: inherit;
}

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

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

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

.bg-color3 {
  background-color: var(--theme-color3) !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  background-color: var(--body-color);
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
    Preloader
=======================*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--headings-color);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.bred-crumb {
  text-align: center;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em var(--heading-font-family), var(--body-font-family);
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-color1);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--headings-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--heading-font-family);
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--headings-color);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #f5f5f5;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #000;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

.theme-btn {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  z-index: 0;
}

.theme-btn .btn-title {
  position: relative;
}

/*Btn Style One*/
.btn-style-one {
  background-color: var(--bg-theme-color1);
  border-radius: 100px;
 
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 20px 42px;
  position: relative;
  text-transform: capitalize;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  transform: scale(1, 0);
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-style-one:hover:before {
  transform-origin: top right;
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: var(--headings-color);
}

/*Btn Style*/
.ks-btn-black {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 60px;
  text-transform: uppercase;
  padding: 21px 30px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  background-color: var(--theme-color6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .ks-btn-black {
    font-size: 12px;
    padding: 16px 25px;
  }
}

.ks-btn-black span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  color: var(--theme-color-white);
}

.ks-btn-black span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.ks-btn-black span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.ks-btn-black:hover {
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

.ks-btn-black:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.ks-btn-black:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-style-two {
  align-items: center;
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  padding: 20px 28px;
  padding-right: 80px;
  position: relative;
}

.btn-style-two:hover {
  background-position: 100% 0;
  color: var(--theme-color-white);
}

.btn-style-two:hover .icon {
  transform: rotate(45deg);
  background-color: var(--headings-color);
  color: var(--theme-color-white);
}

.btn-style-two .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  bottom: 5px;
  color: var(--theme-color-black);
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all 900ms ease;
  width: 50px;
}

.btn-style-three {
  position: relative;
  padding: 26px 60px;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  overflow: hidden;
  border-radius: 100px;
  color: var(--theme-color1);
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  transform: scale(1, 0);
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-style-three:hover {
  color: var(--headings-color);
}

.btn-style-three:hover:before {
  transform-origin: top right;
  transform: scale(1, 1);
}

.btn-style-three:hover .icon {
  transform: rotate(45deg);
  background-color: var(--headings-color);
  color: var(--headings-color);
}

.btn-style-three .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  bottom: 4px;
  color: var(--theme-color-black);
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  width: 62px;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.bounce-y {
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  animation: zoom-one 10s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes zoom-one {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(0.95);
  }
}

.overlay-anim {
  position: relative;
}

.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

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

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

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

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

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

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

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

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

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

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

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

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

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

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

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

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

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

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

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

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes sway_Y {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(20px);
  }
}

.sway_Y__animation {
  animation: sway_Y 3s linear infinite alternate;
}

@keyframes sway_YY {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.sway_Y__animationY {
  animation: sway_YY 3s linear infinite alternate;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animation__rotate {
  animation: rotate 30s linear infinite;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(0.8);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.animation__rotateAndScale {
  animation: rotateAndScale 20s linear infinite;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/






/*** 
====================================================================
  Main Header
====================================================================
***/
.header-style-one .main-box {
  padding: 0 70px;
}

@media (max-width: 1699.98px) {
  .header-style-one .main-box {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style-one .main-box {
    padding: 14px 30px;
  }
}

.header-style-one .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-style-one .main-box .outer-box {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1699.98px) {
  .header-style-one .main-box .outer-box {
    gap: 25px;
  }
}

.header-style-one .main-box .ui-btn-outer .header-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1;
}

@media (max-width: 1399.98px) {
  .header-style-one .main-box .ui-btn-outer .header-contact {
    display: none;
  }
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon {
  gap: 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #C0C0C0;
  padding-right: 30px;
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a {
  color: #CFCFCF;
  font-size: 18px;
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a:hover {
  color: var(--headings-color);
}

.header-style-one .main-box .ui-btn-outer .header-contact .info-btn {
  font-family: var(--heading-font-family);
}

.header-style-one .main-box .ui-btn-outer .header-contact .info-btn:hover {
  color: var(--headings-color);
}

.header-style-one .main-box .btn-style-one {
  padding: 20px 38px;
}

@media (max-width: 991.98px) {
  .header-style-one .main-box .btn-style-one {
    display: none;
  }
  .video-item iframe{width:100%}
}

.header-style-one.header-1 {
  position: relative;
  z-index: 999;
}

.header-style-one.header-1 .main-box {
  background-color: var(--theme-color-white);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.header-style-one.header-2 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.header-style-one.header-2 .mobile-nav-toggler {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-2 .mobile-nav-toggler {
  color: var(--link-color);
}

.header-style-one.header-2 .main-box {
  padding: 0 90px;
  background-color: transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .header-style-one.header-2 .main-box {
    padding: 0 45px;
  }
}

.header-style-one.header-2 .main-menu {
  background-color: var(--theme-color-white);
  padding: 0 42px;
  border-radius: 100px;
}

[data-tm-layout=dark] .header-style-one.header-2 .main-menu {
  background-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.header-style-one.header-2 .outer-box {
  gap: 22px;
}

.header-style-one.header-2 .info-btn {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-2 .info-btn {
  color: var(--link-color);
}

@media (max-width: 1199.98px) {
  .header-style-one.header-2 .info-btn {
    display: none;
  }
}

.header-style-one.header-2 .btn-style-one {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-2 .btn-style-one {
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .header-style-one.header-2 .btn-style-one {
    display: none;
  }
}

.header-style-one.header-2 .btn-style-one:before {
  display: none;
}

.header-style-one.header-2 .btn-style-one:hover {
  background-position: 100% 0;
}

.header-style-one.header-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .header-style-one.header-3 {
    background-color: var(--theme-color-white);
  }
}

.header-style-one.header-3 .main-box {
  padding-left: 30px;
}

.header-style-one.header-3 .main-box .main-menu {
  position: relative;
  margin-right: 50px;
}

.header-style-one.header-3 .main-box .ui-btn-outer {
  margin-right: 50px;
}

.header-style-one.header-3 .btn-style-one {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  padding: 24px 35px !important;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .header-style-one.header-3 .btn-style-one {
    margin-top: 0px;
  }
}

.header-style-one.header-3 .btn-style-one:before {
  display: none;
}

.header-style-one.header-3 .btn-style-one:hover {
  background-position: 100% 0;
}

.header-style-one.header-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.header-style-one.header-5 .mobile-nav-toggler {
  color: var(--theme-color-white);
}

.header-style-one.header-5 .main-box {
  padding: 10px 110px;
}

@media (max-width: 1699.98px) {
  .header-style-one.header-5 .main-box {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .header-style-one.header-5 .main-box {
    padding: 15px 30px;
  }
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .main-box {
    padding: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style-one.header-5 .main-box {
    padding: 15px 30px;
  }
}

.header-style-one.header-5 .main-box.style-2 {
  padding: 10px 80px;
}

@media (max-width: 1699.98px) {
  .header-style-one.header-5 .main-box.style-2 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style-one.header-5 .main-box.style-2 {
    padding: 15px 30px;
  }
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .main-box.style-2 {
    padding: 15px;
  }
}

.header-style-one.header-5 .main-menu {
  padding: 0 42px;
  border-radius: 100px;
}

.header-style-one.header-5 .main-menu .navigation li a {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-5 .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-one.header-5 .main-menu .navigation li.current a {
  color: var(--theme-color1);
}

.header-style-one.header-5 .main-menu .navigation li.current::before {
  display: none;
}

.header-style-one.header-5 .main-menu .navigation li.current ul {
  padding-top: 0;
}

.header-style-one.header-5 .main-menu .navigation li.current ul li a {
  color: var(--headings-color);
}

.header-style-one.header-5 .main-menu .navigation li ul {
  padding-top: 0;
}

.header-style-one.header-5 .main-menu .navigation li ul li a {
  color: var(--headings-color);
}

.header-style-one.header-5 .outer-box {
  gap: 25px;
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .user-btn {
    display: none;
  }
}

.header-style-one.header-5 .search-btn {
  font-size: 20px;
  color: var(--theme-color-white);
  background: transparent;
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .search-btn {
    display: none;
  }
}

[data-tm-layout=dark] .header-style-one.header-5 .search-btn {
  color: #ffffff;
}

.header-style-one.header-5 .user-btn {
  color: var(--theme-color-white);
}

.header-style-one.header-5 .contact-info {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 30px;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

[data-tm-layout=dark] .header-style-one.header-5 .contact-info {
  color: #ffffff;
}

.header-style-one.header-5 .contact-info:hover {
  color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
  .header-style-one.header-5 .contact-info {
    display: none;
  }
}

.header-style-one.header-5 .btn-style-one {
  align-items: center;
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  gap: 10px;
}

@media (max-width: 1399.98px) {
  .header-style-one.header-5 .btn-style-one {
    display: none;
  }
}

[data-tm-layout=dark] .header-style-one.header-5 .btn-style-one {
  color: #ffffff;
}

.header-style-one.header-5 .btn-style-one:before {
  display: none;
}

.header-style-one.header-5 .btn-style-one:hover {
  background-position: 100% 0;
}

.header-style-one.header-5 .sticky-header .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-one.header-7 .main-box {
  padding: 20px 30px;
}

.header-style-one.header-7 .main-box .outer-box {
  gap: 25px;
}

.header-style-one.header-7 .main-box .outer-box .search-btn {
  font-size: 20px;
  background: transparent;
}

[data-tm-layout=dark] .header-style-one.header-7 .main-box .outer-box .search-btn {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .header-style-one.header-7 .main-box .outer-box .search-btn {
    display: none;
  }
}

.header-style-one.header-7 .main-box .outer-box .btn-style-one {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-color-white);
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

[data-tm-layout=dark] .header-style-one.header-7 .main-box .outer-box .btn-style-one {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .header-style-one.header-7 .main-box .outer-box .btn-style-one {
    display: none;
  }
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

.main-menu .navigation>li {
  float: left;
  margin-right: 46px;
  padding: 25px 0px;
  position: relative;
  transition: all 300ms ease;
}

@media (max-width: 1899.98px) {
  .main-menu .navigation>li {
    margin-right: 35px;
  }
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li:before {
  background-color: var(--headings-color);
  bottom: 23px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transition: all 300ms ease;
  width: 0%;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  left: 0;
  width: 100%;
}

.main-menu .navigation>li>a {
  color: var(--headings-color);
  display: flex;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  font-family: var(--heading-font-family);
}

@media (max-width: 1899.98px) {
  .main-menu .navigation>li>a {
    font-size: 15px;
  }
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
  color: var(--headings-color);
}

.main-menu .navigation>li.current>a {
  color: var(--headings-color);
  font-weight: 500;
}

.main-menu .navigation>li.dropdown:hover>ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  transition: all 300ms ease;
  visibility: visible;
}

.main-menu .navigation>li>ul {
  background-color: var(--theme-color-white);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 100;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}

[data-tm-layout=dark] .main-menu .navigation>li>ul>li {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 500;
  font-size: 16px;
  color: var(--headings-color);
  text-align: left;
  font-family: var(--heading-font-family);
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--headings-color);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  background-color: var(--theme-color-white);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--headings-color);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.sticky-header {
  background: var(--theme-color-white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img { width:50%;

}

.sticky-header .nav-outer {
  background: none;
  position: relative;
}

.sticky-header .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sticky-header .main-menu .navigation>li {
  margin: 0;
  margin-left: 46px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation>li>a {
  color: var(--headings-color);
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
  color: var(--headings-color);
}

.sticky-header .main-menu .navigation>li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--headings-color) !important;
}

/*** 

====================================================================
		Helping Section
====================================================================

***/
.section-padding {
  padding: 120px 0;
}

@media (max-width: 1199.98px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
}

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

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}

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

.fix {
  overflow: hidden;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 18px;
}

.array-button .array-prev,
.array-button .array-next {
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  border: 1px solid #D9D9D9;
  transition: all 0.2s ease-in-out;
  color: var(--headings-color);
  font-size: 30px;
}

[data-tm-layout=dark] .array-button .array-prev,
[data-tm-layout=dark] .array-button .array-next {
  border-color: rgba(255, 255, 255, 0.1);
}

.array-button .array-prev i,
.array-button .array-next i {
  transition: all 0.2s ease-in-out;
}

.array-button .array-prev svg path,
.array-button .array-next svg path {
  fill: #fff;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
  background: var(--gradient-1);
  color: #fff;
}

.section-bg {
  background-color: #F5F5F5;
}

[data-tm-layout=dark] .section-bg {
  background-color: var(--dark-color2);
}

.section-bg-2 {
  background-color: var(--theme-color2) !important;
}

.footer-bg {
  background-color: #f5f5f5;
}

.swiper-dot {
  position: relative;
  z-index: 99;
  text-align: center;
  margin-top: 70px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .swiper-dot {
    margin-top: 30px;
  }
}

.swiper-dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: all 0.2s ease-in-out;
  background-color: #D9D9D9;
  opacity: 1;
  border-radius: 15px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--headings-color);
  transition: 0.6s;
  position: relative;
}

.body-bg {
  background-color: #F6F5EF;
}

.sticky-style {
  position: sticky;
  top: 100px;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--heading-color);
  display: none;
  top: 0px;
  margin-left: 25px;
  order: 8;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {

}

.mobile-menu .menu-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--headings-color);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 200ms;
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: #fff;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .contact-info-box a {
  color: #ffffff;
  transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}

.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--headings-color);
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/





/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .sec-title {
    margin-bottom: 0;
  }

  .hero-5 .banner-outer .hero-content .banner-title {
    font-size: 20px !important;margin-bottom: 10px;
  }
}

.sec-title .sub-title {
  position: relative;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-flex;
  letter-spacing: 1.3px;
  margin-bottom: 25px;
  padding-left: 50px;
  gap: 10px;
}

.sec-title .sub-title.light {
  color: var(--theme-color-light);
}

.sec-title .sub-title.light .triangle.triangle2 {
  border-left-color: var(--theme-color-white);
}

.sec-title .sub-title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9.803px solid transparent;
  border-bottom: 9.803px solid transparent;
  border-left: 19.606px solid;
}

.sec-title .sub-title .triangle.triangle1 {
  border-left-color: var(--theme-color1);
  left: 5px;
  z-index: 9;
}

.sec-title .sub-title .triangle.triangle2 {
  border-left-color: #113c3d;
  left: 20px;
  animation: move2 1s infinite alternate ease-in-out;
}

@keyframes move1 {
  0% {
    left: 5px;
  }

  100% {
    left: 2px;
  }
}

@keyframes move2 {
  0% {
    left: 20px;
  }

  100% {
    left: 17px;
  }
}

@media (max-width: 1199.98px) {
  .sec-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .sec-title h2 {
    font-size: 44px;
  }
}

@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 469.98px) {
  .sec-title h2 {
    font-size: 30px;
  }
}

.sec-title .title {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-top: -9px;
  margin-bottom: 0;
}

.sec-title .title.light {
  color: var(--theme-color-light);
}

@media (max-width: 1199.98px) {
  .sec-title .title {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 44px;
  }
}

@media (max-width: 575.98px) {
  .sec-title .title {
    font-size: 38px;
  }
}

@media (max-width: 469.98px) {
  .sec-title .title {
    font-size: 30px;
  }
}

.sec-title .text {
  margin-top: 35px;
}

.sec-title.center {
  text-align: center;
}

.sec-title.center .sub-title {
  margin: 0 auto;
  margin-bottom: 10px;
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
/*** 

====================================================================
    Banner Section
====================================================================

***/





/*** 

====================================================================
    Features Section
====================================================================

***/


.cta-contact-wrapper {
  border-radius: 20px;
  padding: 40px 100px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.cta-contact-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #25ade3;
  z-index: -1;
  opacity: 0.9;
}

@media (max-width: 1199.98px) {
  .cta-contact-wrapper {
    padding-left: 100px;
  }
}

@media (max-width: 991.98px) {
  .cta-contact-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .cta-contact-wrapper {
    padding: 40px;
  }
}

.cta-contact-wrapper .btn-style-one {
  background:#fff;
  background-size: 200%;

}

.cta-contact-wrapper .btn-style-one:before {
  display: none;
}

.cta-contact-wrapper .btn-style-one:hover {
  background-position: 100% 0;
}

.cta-contact-wrapper .left-shape {
  position: absolute;
  left: 100px;
  top: 0;
}

@media (max-width: 1199.98px) {
  .cta-contact-wrapper .left-shape {
    display: none;
  }
}

.cta-contact-section {
  position: relative;
  z-index: 9;
}

.cta-contact-section::before {
  position: absolute;

  bottom: 75px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: #F5F5F5;
  height: 3%;
}

[data-tm-layout=dark] .cta-contact-section::before {
  background-color: var(--dark-color2);
}


.lets-talk-banner-wrapper {
  position: relative;
}

.lets-talk-banner-wrapper .lets-talk-banner-content h2 {
  font-size: 100px;
  font-weight: 700;
  color: var(--theme-color-white);
  line-height: 110%;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
  color: var(--headings-color);
}

@media (max-width: 1199.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
    font-size: 80px;
  }
}

@media (max-width: 767.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
    font-size: 65px;
  }
}

@media (max-width: 575.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
    font-size: 45px;
  }
}

.lets-talk-banner-wrapper .lets-talk-banner-content p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--theme-color-white);
  padding-bottom: 70px;
  margin-bottom: 45px;
  max-width: 745px;
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content p {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content p {
    padding-bottom: 30px;
  }
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item {
  display: flex;
  align-items: center;
  gap: 80px;
}

@media (max-width: 1199.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content .count-item {
    flex-wrap: wrap;
    gap: 40px;
  }
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box h2 {
  font-weight: 500;
  font-size: 64px;
  color: var(--theme-color-white);
  line-height: 53%;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box h2 {
  color: #ffffff;
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box span {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box span {
  color: #ffffff;
}

.lets-talk-banner-wrapper .circle-box {
  width: 160px;
  min-width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: var(--theme-color1);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: var(--headings-color);
  position: relative;
}

.lets-talk-banner-wrapper .circle-box span {
  position: relative;
  z-index: 9;
  max-width: 70px;
  display: inline-block;
  color: var(--theme-color2);
  font-weight: 500;
}

.lets-talk-banner-wrapper .circle-box span i {
  font-size: 40px;
  color: var(--headings-color);
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 5px;
}

.lets-talk-banner-wrapper .circle-box svg {
  margin-top: 10px;
  text-align: center;
}

.lets-talk-banner-wrapper .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(20, 68, 67, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}

.lets-talk-banner-wrapper .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme-color1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}

.lets-talk-banner-wrapper .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.lets-talk-banner-wrapper .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.lets-talk-banner-wrapper .circle-box:hover span {
  color: var(--headings-color);
}

.lets-talk-banner-section {
  position: relative;
  margin: 0 30px;
  border-radius: 50px;
}

@media (max-width: 1399.98px) {
  .lets-talk-banner-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .lets-talk-banner-section {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.lets-talk-banner-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0.8) 100%);
}

.lets-talk-banner-section .blur-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.lets-talk-banner-section .blur-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}



.feature-section-3 {
  margin: 30px 30px 0;
}



.feature-block-one {
  margin-bottom: 30px;
}

.feature-block-one.active .inner-box::before,
.feature-block-one:hover .inner-box::before {
  width: 100%;
}


.tit-40 {
  font-size: 40px;
}

.feature-block-one .inner-box {
  position: relative;
  padding: 40px;
  z-index: 1;

  transition: all 500ms ease;
}



.feature-block-one .inner-box .content-box .feature-title {

  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 500ms ease;
  color: #25ade3;
  margin-bottom: 0.4rem;
  font-size: 30px;
}

.feature-block-one .inner-box .content-box .feature-text {
  line-height: 35px;
  transition: all 500ms ease;
}




/*** 

====================================================================
		About Section
====================================================================

***/



.about-section {
  position: relative;
  z-index: 9;
}





/*** 

====================================================================
    Services Section
====================================================================

***/
.service-section {
  position: relative;
  z-index: 9;
  border-radius: 30px;
  margin: 0 15px;
  padding: 120px 30px;
  background-attachment: fixed;
}

.service-section::before {
  background: linear-gradient(280deg, rgba(20, 68, 67, 0.85) 15.04%, #144443 50.27%);
  z-index: -1;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.service-section .ellipse-bg {
  position: absolute;
  top: 45px;
  left: 150px;
  z-index: -1;
  display: inline-block;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  background: #C8F169;
  filter: blur(100px);
  z-index: -1;
}

.service-wrapper {
  margin: 0 30px;
  margin: 0 15px;
  margin: 0;
}



.service-section .section-counter-content h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C8F169;
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  font-family: var(--body-font-family);
}



/*** 

====================================================================
    Map Section
====================================================================

***/
/*** 

====================================================================
	Case Section
====================================================================

***/



/*** 

====================================================================
    Locations Section
====================================================================

***/
/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/
.faq-left-items-1 .faq-image {
  margin-top: 45px;
  position: relative;
}

@media (max-width: 767.98px) {
  .faq-left-items-1 .faq-image {
    margin-top: 30px;
  }
}

.faq-left-items-1 .faq-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.faq-left-items-1 .faq-image .shape-1 {
  position: absolute;
  top: 40px;
  left: -40px;
}

@media (max-width: 1199.98px) {
  .faq-left-items-1 .faq-image .shape-1 {
    display: none;
  }
}

.faq-left-items-1 .faq-image .shape-2 {
  position: absolute;
  bottom: 50px;
  right: -40px;
}

@media (max-width: 1199.98px) {
  .faq-left-items-1 .faq-image .shape-2 {
    display: none;
  }
}

.faq-content-1 .accordion-box {
  position: relative;
}

.faq-content-1 .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

[data-tm-layout=dark] .faq-content-1 .accordion-box .block {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.faq-content-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}

.faq-content-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  color: var(--headings-color);
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
  .faq-content-1 .accordion-box .block .acc-btn {
    font-size: 20px;
  }
}

.faq-content-1 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  font-size: 18px;
  line-height: 25px;
  color: var(--headings-color);
  transition: all 500ms ease;
}

.faq-content-1 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.faq-content-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-right: 20px;
  margin-top: 10px;
}

.faq-content-1 .accordion-box .block .acc-content .content {
  position: relative;
}

.faq-content-1 .accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.faq-content-1 .accordion-box .block .acc-content.current {
  display: block;
}

.faq-section-2 {
  position: relative;
  margin: 0 30px;
  border-radius: 50px;
  background-color: #144443;
}

@media (max-width: 1399.98px) {
  .faq-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199.98px) {
  .faq-section-2 {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .faq-section-2 {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .faq-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.faq-section-2 .dotted-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .faq-section-2 .dotted-shape {
    display: none;
  }
}

.faq-section-2 .dotted-shape img {
  height: 100%;
}

.faq-wrapper-2 .faq-items-wrap {
  padding: 120px 80px 100px;
  padding-left: 50px;
}

@media (max-width: 1699.98px) {
  .faq-wrapper-2 .faq-items-wrap {
    padding-left: 25px;
    padding-right: 40px;
  }
}

@media (max-width: 1399.98px) {
  .faq-wrapper-2 .faq-items-wrap {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-image-style-3 {
  height: 822px;
}

@media (max-width: 1199.98px) {
  .faq-image-style-3 {
    display: none;
  }
}

.faq-image-style-3 img {
  border-radius: 50px 0px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-content-style-3 .sec-title .triangle2 {
  border-left-color: #67A19F;
}

.faq-content-style-3 .faq-text {
  margin-top: 35px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .faq-content-style-3 .faq-text {
  color: rgba(204, 204, 204, 0.8);
}

.faq-content-style-3 .theme-btn {
  margin-top: 40px;
  position: relative;
}

.faq-content-style-3 .theme-btn.btn-style-one {
  align-items: center;
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

[data-tm-layout=dark] .faq-content-style-3 .theme-btn.btn-style-one {
  color: var(--headings-color);
}

@media only screen and (max-width: 767px) {
  .faq-content-style-3 .theme-btn.btn-style-one {
    padding-right: 80px;
    height: 60px;
  }

  .faq-content-style-3 .theme-btn.btn-style-one .icon {
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
    width: 40px;
  }

  .faq-content-style-3 .theme-btn.btn-style-one .icon svg {
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 575.98px) {
  .faq-content-style-3 .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.faq-content-style-3 .theme-btn.btn-style-one:before {
  display: none;
}

.faq-content-style-3 .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.faq-content-style-3 .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.faq-content-style-3 .theme-btn .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  bottom: 4px;
  color: var(--theme-color-black);
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 0.4s ease-in-out;
  width: 62px;
}

.faq-accordion-style-3 .accordion .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #133B3A;
  overflow: hidden;
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-item {
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-header button {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  box-shadow: none;
  border-radius: 0 !important;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 17px 30px;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-item .accordion-header button {
  color: #ffffff;
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-body {
  padding: 30px;
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #F2F3F5;
}

.faq-accordion-style-3 .accordion .accordion-item:hover .accordion-header button {
  background-position: 100% 0;
}

.faq-accordion-style-3 .accordion .accordion-button::after {
  display: none;
}

.faq-accordion-style-3 .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 15px;
  right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--theme-color-white);
  text-align: center;
  transition: all 300ms ease;
  transform: rotate(90deg);
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-button::before {
  color: #ffffff;
}

.faq-accordion-style-3 .accordion .accordion-button.collapsed {
  background: #133B3A !important;
  color: var(--theme-color-white);
}

.faq-accordion-style-3 .accordion .accordion-button.collapsed::before {
  transform: rotate(0deg);
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-button.collapsed {
  color: #ffffff;
}

.faq-left-items-2 .faq-image img {
  border-radius: 30px;
}

.faq-left-items-2 .info-box {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  margin: 0px 50px;
  position: relative;
  transform: translateY(-40%);
  width: 100%;
}

@media (max-width: 575.98px) {
  .faq-left-items-2 .info-box {
    flex-wrap: wrap;
    margin: 0;
    margin-top: 30px;
    transform: translateY(0);
  }
}

.faq-left-items-2 .info-box .icon-box {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  transition: all 300ms ease;
  border-radius: 10px;
  color: var(--theme-color-white);
  height: 110px;
  line-height: 130px;
  text-align: center;
  width: 110px;
}

.faq-left-items-2 .info-box .icon-box .icon {
  color: var(--theme-color-white);
  font-size: 50px;
}

.faq-left-items-2 .info-box:hover .icon-box {
  background-position: 100% 0;
}

.faq-left-items-2 .info-box .content-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  border-radius: 10px;
  padding: 20px;
  padding-right: 30px;
  background-color: var(--theme-color-white);
  box-shadow: 0px 4px 10px 0px #E2CCCC;
}

[data-tm-layout=dark] .faq-left-items-2 .info-box .content-box {
  background-color: var(--theme-color2);
  box-shadow: none;
}

.faq-left-items-2 .info-box .content-box .content-icon {
  width: 68px;
  height: 68px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 10px solid rgba(106, 111, 120, 0.1);
}

.faq-left-items-2 .info-box .content-box .content-icon .icon {
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--theme-color2);
}

[data-tm-layout=dark] .faq-left-items-2 .info-box .content-box .content-icon .icon {
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

.faq-left-items-2 .info-box .content-box .content .content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--headings-color);
}

.faq-left-items-2 .info-box .content-box .content .content-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6A6F78;
  display: block;
}

.faq-section-three {
  position: relative;
  margin: 0px 30px;
  padding: 120px 0px 160px;
  border-radius: 30px;
  margin-bottom: -80px;
  background-color: #F5F5F5;
}

[data-tm-layout=dark] .faq-section-three {
  background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
  .faq-section-three {
    margin: 0;
    margin-bottom: -80px;
  }
}

.faq-section-three .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.faq-section-three .faq-content-1 .accordion {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgb(var(--theme-color-black-rgb), 0.1);
}

.faq-section-three .faq-content-1 .accordion .acc-btn {
  position: relative;
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding: 20px 30px;
  padding-right: 50px;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.faq-section-three .faq-content-1 .accordion .acc-btn .arrow-icon {
  position: absolute;
  top: 20px;
  right: 30px;
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn {
  color: var(--theme-color-light);
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  transition: all 300ms ease;
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn .arrow-icon {
  color: var(--theme-color-light);
  transform: rotate(90deg);
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn:hover {
  background-position: 100% 0;
}

.faq-section-three .faq-content-1 .accordion .acc-content {
  margin: 0;
  padding: 0;
}

.faq-section-three .faq-content-1 .accordion .acc-content .content {
  padding: 20px 30px;
}

/*** 

====================================================================
		Work Section
====================================================================

***/
/*** 

====================================================================
		Work Section
====================================================================

***/
.how-it-work-wrapper {
  border: 1px dashed #d9d9d9;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 60px;
}

[data-tm-layout=dark] .how-it-work-wrapper {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.how-it-work-wrapper.border-none {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.how-it-work-wrapper.border-none::before {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgb(var(--theme-color-black-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .how-it-work-wrapper.border-none::before {
    display: none;
  }
}

[data-tm-layout=dark] .how-it-work-wrapper.border-none::before {
  background-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 767.98px) {
  .how-it-work-wrapper {
    margin-top: 30px;
  }
}

.how-it-work-items-style-3 {
  padding: 30px;
  padding-bottom: 0;
  border-right: 1px solid #d9d9d9;
}

[data-tm-layout=dark] .how-it-work-items-style-3 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.how-it-work-items-style-3.style-2 {
  position: relative;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.how-it-work-items-style-3.style-2::before {
  position: absolute;
  top: 80px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  transform: translateY(-2px);
  background-color: var(--theme-color-black);
}

[data-tm-layout=dark] .how-it-work-items-style-3.style-2::before {
  background-color: #ffffff;
}

.how-it-work-items-style-3.style-2::after {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: none;
  background-color: rgb(var(--theme-color-black-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .how-it-work-items-style-3.style-2::after {
    display: block;
  }
}

.how-it-work-items-style-3 .number {
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 1px var(--headings-color);
  transition: all 300ms ease;
}

[data-tm-layout=dark] .how-it-work-items-style-3 .number {
  -webkit-text-stroke: 1px rgb(var(--theme-color-white-rgb), 0.2);
}

.how-it-work-items-style-3 .title {
  margin-bottom: 10px;
  font-size: 24px;
}

.how-it-work-items-style-3:hover .number {
  color: var(--headings-color);
}

.how-it-work-items-style-3.border-none {
  border-right: none;
}

.how-sec-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.how-sec-text a {
  color: #0C6460;
  text-decoration: underline;
}

[data-tm-layout=dark] .how-sec-text a {
  text-decoration: none;
  color: var(--theme-color1);
}

.how-it-work-section {
  position: relative;
  z-index: 9;
}

.how-it-work-section .sec-title .title {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.how-it-work-section .circle-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .how-it-work-section .circle-shape {
    display: none;
  }
}

.how-it-work-section.gray-bg {
  position: relative;
  margin: 0px 30px;
  padding-top: 210px;
  margin-top: -90px;
  border-radius: 0 0 30px 30px;
  background-color: #F6F5EF;
}

@media (max-width: 767.98px) {
  .how-it-work-section.gray-bg {
    margin: 0;
    padding-top: 120px;
  }
}

[data-tm-layout=dark] .how-it-work-section.gray-bg {
  background-color: var(--dark-color2);
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
/***

====================================================================
    Marquee Section
====================================================================

***/

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/***

====================================================================
    Project Section
====================================================================

***/





.project-wrapper {
  margin-right: -35%;
}

@media (max-width: 767.98px) {
  .project-wrapper {
    margin-right: 0;
  }
}

.project-section {
  position: relative;
}

.project-section .shape-1 {
  position: absolute;
  top: 39%;
  left: 5%;
}

@media (max-width: 1199.98px) {
  .project-section .shape-1 {
    display: none;
  }
}

.project-section .shape-2 {
  position: absolute;
  left: 0;
  bottom: 15%;
}

@media (max-width: 1199.98px) {
  .project-section .shape-2 {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .project-section .array-button {
    justify-content: start !important;
  }
}

.project-wrapper-2 {
  margin-left: -10%;
  margin-right: -10%;
}

@media (max-width: 991.98px) {
  .project-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.project-box-items-2 {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  padding: 30px 24px;
}

[data-tm-layout=dark] .project-box-items-2 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.project-box-items-2 .project-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.project-box-items-2 .project-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0%, #144443 100%);
  z-index: 9;
}

.project-box-items-2 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}

.project-box-items-2 .project-image img {
  background-size: cover;
  transition: 0.5s;
  width: 100%;
}

.project-box-items-2 .project-image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.project-box-items-2 .project-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.project-box-items-2 .project-image .shape-1 {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.project-box-items-2 .project-image .project-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9;
}

.project-box-items-2 .project-image .project-content h3 {
  line-height: 1;
}

.project-box-items-2 .project-image .project-content h3 a {
  color: #fff;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-box-items-2 .project-image .project-content h3 a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.project-box-items-2 .project-image .project-content p {
  color: #fff;
}

.project-box-items-2 .project-image .project-layer-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.5s;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image {
  width: 25%;
  height: 100%;
  transition: 0.5s;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0%, #144443 100%);
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(2) {
  background-position: 33.33%;
  transition-delay: 0.1s;
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(2)::before {
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(3) {
  background-position: 66.66%;
  transition-delay: 0.2s;
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(3)::before {
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.project-box-items-2 .theme-btn {
  position: relative;
}

.project-box-items-2 .theme-btn.btn-style-one {
  padding: 26px 22px;
  align-items: center;
  height: 60px;
  border-radius: 0px 10px 10px 0px;
  background: #C8F169;
  color: var(--headings-color);
  padding-right: 85px;
}

[data-tm-layout=dark] .project-box-items-2 .theme-btn.btn-style-one {
  color: var(--theme-color2);
}

.project-box-items-2 .theme-btn.btn-style-one::before {
  z-index: -1;
  background-color: var(--headings-color);
}

.project-box-items-2 .theme-btn.btn-style-one:hover {
  color: #fff;
}

[data-tm-layout=dark] .project-box-items-2 .theme-btn.btn-style-one:hover {
  color: var(--theme-color2);
}

.project-box-items-2 .theme-btn .icon {
  width: 52px;
  height: 52px;
  line-height: 56px;
  border-radius: 10px;
  background: #144443;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  font-size: 28px;
  color: var(--theme-color-white);
}

.project-box-items-2 .theme-btn .icon i {
  transform: rotate(-45deg);
  display: inline-block;
}

.project-box-items-2:hover .project-image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.project-box-items-2:hover .project-image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.project-wrapper-4 {
  padding: 0 30px;
}

@media (max-width: 1399.98px) {
  .project-wrapper-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .project-wrapper-4 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.project-image-4 {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}

.project-image-4::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #C8F169 1.42%, #039397 98.86%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.project-image-4 img {
  width: 100%;
  height: 100%;
}

.project-image-4 .title {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.project-image-4 .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-image-4 .title a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%);
}

.project-image-4:hover .title {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.project-image-4:hover::before {
  opacity: 0.7;
  transform: scale(1);
  visibility: visible;
}

.project-section-4 .nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.project-section-4 .nav .nav-item .nav-link {
  background: var(--theme-color-white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}

.project-section-4 .nav .nav-item .nav-link.active {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  transition: all 300ms ease;
}

.project-section-4 .nav .nav-item .nav-link.active:hover {
  background-position: 100% 0;
}

/*** 

====================================================================
    Project Section
====================================================================

***/



/***

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial-box-items {
  margin-top: 30px;
  padding: 40px;
  padding-top: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .testimonial-box-items {
    padding: 40px 25px;
    padding-top: 0;
  }
}

.testimonial-box-items::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 20px;
  border: 1px solid #c9c9c9;
  background-color: var(--theme-color-white);
  z-index: -1;
  top: 30px;
  height: initial;
}

[data-tm-layout=dark] .testimonial-box-items::before {
  border-color: var(--dark-color2);
}

.testimonial-box-items .client-info-items {
  border-radius: 20px;
  background: #144443;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767.98px) {
  .testimonial-box-items .client-info-items {
    padding: 15px 15px;
  }
}

.testimonial-box-items .client-info-items .client-image {
  display: flex;
  align-items: center;
}

.testimonial-box-items .client-info-items .client-image .quote-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color1);
  text-align: center;
  border-radius: 50%;
  margin-left: -15px;
  color: var(--headings-color);
}

.testimonial-box-items .client-info-items .client-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-box-items .client-info-items .client-content h5 {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.testimonial-box-items .client-info-items .client-content span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}

.testimonial-box-items .testimonial-content {
  margin-top: 24px;
}

.testimonial-box-items .testimonial-content .star {
  font-size: 12px;
  color: #ffc65e;
  margin-bottom: 10px;
}

.testimonial-box-items .testimonial-content p {
  font-size: 18px;
  line-height: 195%;
}

.testimonial-wrapper-2 {
  margin-left: -20%;
  margin-right: -20%;
}

@media (max-width: 1199.98px) {
  .testimonial-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonial-card-item {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 50px 35px;
  position: relative;
  margin-top: 30px;
  z-index: 9;
}

[data-tm-layout=dark] .testimonial-card-item {
  border-color: transparent;
  background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
  .testimonial-card-item {
    display: block;
    text-align: center;
    padding: 40px 30px;
  }
}

.testimonial-card-item .box-shape {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: -1;
}

.testimonial-card-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #144443;
  width: 35%;
  z-index: -1;
  border-radius: 10px 0px 0px 10px;
}

[data-tm-layout=dark] .testimonial-card-item::before {
  background: var(--dark-color1);
}

@media (max-width: 1199.98px) {
  .testimonial-card-item::before {
    width: 100%;
    z-index: -1;
  }
}

.testimonial-card-item .client-item {
  text-align: center;
  position: relative;
}

.testimonial-card-item .client-item .client-image {
  position: relative;
  height: 80px;
  width: 80px;
}

.testimonial-card-item .client-item .client-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px dashed var(--theme-color1);
}

.testimonial-card-item .client-item .client-image img {
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card-item .client-item .info-text {
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .client-item .info-text {
    text-align: center;
  }
}

.testimonial-card-item .client-item .info-text h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.testimonial-card-item .client-item .info-text span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial-card-item .content .quote-icon {
  background: #c8f169;
  color: var(--headings-color);
  font-size: 30px;
  height: 67px;
  line-height: 67px;
  position: absolute;
  text-align: center;
  top: -11px;
  width: 67px;
}

.testimonial-card-item .content .quote-icon .test-triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 11px;
  right: 0px;
  transform: rotate(270deg);
}

.testimonial-card-item .content .quote-icon .test-triangle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid var(--theme-color1);
  border-bottom: 11px solid transparent;
}

.testimonial-card-item .content .star {
  color: #ffc65e;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .content .star {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.testimonial-card-item .content p {
  max-width: 303px;
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .content p {
    margin: 0 auto;
    color: var(--theme-color-white);
  }
}

@media (max-width: 575.98px) {
  .testimonial-card-item .content p {
    font-size: 16px;
  }
}

.testimonial-card-item.border-none {
  border: none;
}

.testimonial-card-item.border-none::before {
  background: #133B3A;
}

.testimonial-top-right {
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-top-right {
    display: none;
  }
}

.testimonial-top-right .client-1 {
  position: absolute;
  top: 22%;
  left: 12%;
  width: 90px;
  height: 90px;
}

.testimonial-top-right .client-1 img {
  border-radius: 50%;
  border: 3px solid solid var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-1 {
    display: none;
  }
}

.testimonial-top-right .client-2 {
  position: absolute;
  top: -17px;
  left: 34%;
  width: 55px;
  height: 55px;
}

.testimonial-top-right .client-2 img {
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-2 {
    display: none;
  }
}

.testimonial-top-right .client-3 {
  position: absolute;
  left: 52%;
  top: 22%;
  width: 55px;
  height: 55px;
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-3 {
    display: none;
  }
}

.testimonial-top-right .client-3 img {
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
}

.testimonial-top-right .client-4 {
  position: absolute;
  right: 14%;
  top: 13%;
  width: 53px;
  height: 53px;
}

.testimonial-top-right .client-4 img {
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-4 {
    display: none;
  }
}

.testimonial-section-2 {
  position: relative;
  border-radius: 50px;
  background: #f5f5f5;
  margin: 0 30px;
}

.testimonial-section-2.bg-white {
  background-color: var(--dark-color2) !important;
}

@media (max-width: 1399.98px) {
  .testimonial-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.testimonial-section-3 {
  margin: 0 30px;
  border-radius: 25px;
  background: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
  .testimonial-section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-3 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.testimonial-section-3 .array-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 1199.98px) {
  .testimonial-section-3 .array-button {
    position: static;
    justify-content: center !important;
    margin-top: 30px;
  }
}

.testimonial-section-3 .array-button .array-prev,
.testimonial-section-3 .array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  font-size: 18px;
}

.testimonial-section-3 .array-button .array-prev {
  background: #f1f1f1;
}

[data-tm-layout=dark] .testimonial-section-3 .array-button .array-prev {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.testimonial-section-3 .array-button .array-prev:hover {
  background: var(--theme-color1);
  color: var(--headings-color);
}

.testimonial-section-3 .array-button .array-next {
  background: var(--theme-color1);
}

.testimonial-section-3 .array-button .array-next:hover {
  background: var(--headings-color);
  color: var(--theme-color-white);
}

.testimonial-wrapper-3 {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding-top: 85px;
}

@media (max-width: 1199.98px) {
  .testimonial-wrapper-3 {
    flex-wrap: wrap;
    padding-top: 17px;
    justify-content: center;
    text-align: center;
  }
}

.mask-shape-style-3 {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
  .mask-shape-style-3 {
    display: none;
  }
}

.image-box-style-3 {
  max-width: 300px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.image-box-style-3 .quate {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 32px;
  height: 90px;
  line-height: 100px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: -15px;
  width: 90px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-box-style-3 .image {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  width: 300px;
  height: 300px;
}

.image-box-style-3 .image::after {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.image-box-style-3 .image img {
  width: 100%;
  object-fit: cover;
}

.image-box-style-3 .image .planet-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-box-style-3 .star {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #e1e1e1;
  padding: 5px 35px;
  border-radius: 30px;
  width: 190px;
  font-size: 16px;
  color: #ff8c22;
}

.image-box-style-3 .star::after {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  background-color: var(--theme-color-white);
  width: 25px;
  height: 25px;
  content: "";
}

.image-box-style-3:hover .quate {
  background-position: 100% 0;
}

.content-box-style-3 {
  max-width: 810px;
}

.content-box-style-3 .text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(24, 24, 94, 0.1);
  color: var(--headings-color);
}

[data-tm-layout=dark] .content-box-style-3 .text {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .content-box-style-3 .text {
    font-size: 26px;
    line-height: 150%;
  }
}

@media (max-width: 767.98px) {
  .content-box-style-3 .text {
    font-size: 23px;
  }
}

@media (max-width: 575.98px) {
  .content-box-style-3 .text {
    font-size: 20px;
  }
}

.content-box-style-3 .title span {
  font-family: var(--body-font-family);
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section-five .title-box {
  margin-right: 50px;
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .title-box {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .title-box .sec-title .title {
    font-size: 40px;
  }
}

[data-tm-layout=dark] .testimonial-section-five .title-box .btn-style-two {
  color: #ffffff;
}

[data-tm-layout=dark] .testimonial-section-five .title-box .btn-style-two .icon {
  background-color: #ffffff;
}

.testimonial-section-five .testimonials-outer {
  margin-left: -50px;
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .testimonials-outer {
    margin-left: 0;
  }
}

.testimonial-block-five:last-child .inner-box {
  margin-bottom: 0;
}

.testimonial-block-five .inner-box {
  display: flex;
  justify-content: center;
  gap: 0px;
  max-width: 790px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .testimonial-block-five .inner-box {
    flex-wrap: wrap;
  }
}

.testimonial-block-five .inner-box .thumb {
  position: relative;
  margin-bottom: 0;
  flex-shrink: 0;
  max-width: 44%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .testimonial-block-five .inner-box .thumb {
    max-width: 100%;
  }

  .testimonial-block-five .inner-box .thumb img {
    width: 100%;
  }
}

.testimonial-block-five .inner-box .thumb img {
  object-fit: cover;
  height: 100%;
}

.testimonial-block-five .inner-box .thumb .video-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  background-color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonial-block-five .inner-box .content-box {
  padding: 40px;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(19, 81, 216, 0.05);
  box-shadow: 0px 4px 18px 0px rgba(var(--theme-color-black-rgb), 0.05);
}

[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box {
  background-color: var(--dark-color2);
  border-color: var(--dark-color2);
}

@media (max-width: 575.98px) {
  .testimonial-block-five .inner-box .content-box {
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
  }
}

.testimonial-block-five .inner-box .content-box .logo {
  margin-bottom: 20px;
}

[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box .logo img {
  filter: invert(1);
}

.testimonial-block-five .inner-box .content-box .text {
  font-size: 20px;
  line-height: 32px;
  color: var(--text-color);
}

@media (max-width: 1899.98px) {
  .testimonial-block-five .inner-box .content-box .text {
    font-size: 16px;
  }
}

.testimonial-block-five .inner-box .content-box .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #EEEFF1;
}

[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box .info-box {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.testimonial-block-five .inner-box .content-box .info-box .user-info .name {
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonial-block-five .inner-box .content-box .info-box .user-info .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: var(--text-color3);
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px 15px;
  border-radius: 35px;
  background-color: var(--theme-color1);
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info .rating {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: var(--headings-color);
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info .icon {
  font-size: 14px;
  line-height: 18px;
  color: var(--headings-color);
}

/*** 

====================================================================
    Video Section
====================================================================

***/
/*** 

====================================================================
    Why Choose Us
====================================================================

***/


/***

==================================================================
    Pricing Section
==================================================================

***/



/***

====================================================================
    team Section
====================================================================

***/



/*** 

====================================================================
		Contact Sectiom
====================================================================

***/
.contact-content-1 .sec-title .triangle2 {
  border-left-color: #67A19F;
}

.contact-content-1 .form-box {
  background-color: #fff;
  padding: 65px 42px;
  border-radius: 20px;
  margin-top: 70px;
  max-width: 590px;
}

[data-tm-layout=dark] .contact-content-1 .form-box {
  background-color: var(--dark-color2);
}

@media (max-width: 767.98px) {
  .contact-content-1 .form-box {
    margin-top: 30px;
    padding: 40px 30px;
  }
}

.contact-content-1 .form-box .form-clt input,
.contact-content-1 .form-box .form-clt textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  outline: none;
  background-color: #fff;
  color: var(--text-color);
  text-transform: capitalize;
}

[data-tm-layout=dark] .contact-content-1 .form-box .form-clt input,
[data-tm-layout=dark] .contact-content-1 .form-box .form-clt textarea {
  color: rgba(204, 204, 204, 0.8);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.contact-content-1 .form-box .form-clt textarea {
  padding-bottom: 40px;
}

.contact-content-1 .form-box .form-clt button {
  border: none;
}

.contact-content-1 .form-box .form-clt .btn-style-one {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: #fff;
  padding: 24px 42px;
}

.contact-content-1 .form-box .form-clt .btn-style-one:before {
  display: none;
}

.contact-content-1 .form-box .form-clt .btn-style-one:hover {
  background-position: 100% 0;
}

.contact-image-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .contact-image-1 {
    max-width: 600px;
  }

  .contact-image-1 img {
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1199.98px) {
  .contact-image-1 {
    max-width: 500px;
  }
}

@media (max-width: 991.98px) {
  .contact-image-1 {
    position: static;
    height: 600px;
    max-width: initial;
  }
}

.contact-image-1 img {
  height: 100%;
}

.contact-image-1 .contact-info-box {
  border-radius: 20px;
  position: absolute;
  bottom: 130px;
  left: -36%;
  padding: 55px 70px;
  background-color: #093736;
  overflow: hidden;
}

@media (max-width: 1699.98px) {
  .contact-image-1 .contact-info-box {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-image-1 .contact-info-box {
    padding: 30px;
  }
}

.contact-image-1 .contact-info-box h2 {
  font-size: 36px;
  color: #fff;
  max-width: 322px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .contact-image-1 .contact-info-box h2 {
    font-size: 24px;
  }
}

.contact-image-1 .contact-info-box .contact-list li {
  display: flex;
  align-items: center;
  gap: 17px;
}

.contact-image-1 .contact-info-box .contact-list li:not(:last-child) {
  margin-bottom: 24px;
}

.contact-image-1 .contact-info-box .contact-list li .icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  text-align: center;
  color: var(--headings-color);
  font-size: 30px;
}

.contact-image-1 .contact-info-box .contact-list li .icon img {
  width: initial;
  height: initial;
}

.contact-image-1 .contact-info-box .contact-list li .content h3 {
  font-size: 24px;
  color: #fff;
  font-family: var(--body-font);
  font-weight: 600;
  line-height: 1;
}

.contact-image-1 .contact-info-box .contact-list li .content p {
  font-size: 16px;
}

.contact-image-1 .contact-info-box .contact-list li .content p a {
  color: #fff;
}

.contact-image-1 .contact-info-box .ellipse-bg {
  width: 232px;
  height: 249.521px;
  position: absolute;
  bottom: -30%;
  right: -60px;
  background: rgba(200, 241, 105, 0.5);
  filter: blur(100px);
  z-index: -1;
}

.contact-section {
  position: relative;
  background-color: #144443;
  z-index: 9;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding-bottom: 0;
  }
}

.contact-section .shape-image {
  position: absolute;
  top: 27%;
  left: -40%;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1699.98px) {
  .contact-section .shape-image {
    display: none;
  }
}

.contact-section .contact-shape {
  position: absolute;
  left: 0;
  bottom: 130px;
  z-index: -1;
}

.contact-content-style-3 .contact-text {
  margin-top: 25px;
  max-width: 405px;
}

.contact-content-style-3 .contact-list {
  margin-top: 50px;
}

.contact-content-style-3 .contact-list li {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-content-style-3 .contact-list li:not(:last-child) {
  margin-bottom: 30px;
}

.contact-content-style-3 .contact-list li .icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color-white);
  font-size: 32px;
  color: var(--headings-color);
}

[data-tm-layout=dark] .contact-content-style-3 .contact-list li .icon img {
  filter: invert(1);
}

.contact-content-style-3 .contact-list li .content span {
  display: inline-block;
  margin-bottom: 5px;
}

.contact-content-style-3 .contact-list li .content h3 {
  font-size: 27px;
  font-weight: 600;
  font-family: var(--body-font);
}

.contact-box-style-3 {
  text-align: center;
  background-color: var(--theme-color-white);
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 45px;
  position: relative;
}

.contact-box-style-3 h3 {
  font-size: 27px;
  font-weight: bold;
}

.contact-box-style-3 p {
  color: var(--headings-color);
}

.contact-box-style-3 form {
  margin-top: 40px;
}

.contact-box-style-3 form .input {
  position: relative;
  z-index: 1;
}

.contact-box-style-3 form .input input {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  width: 100%;
}

[data-tm-layout=dark] .contact-box-style-3 form .input input {
  background: transparent;
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-box-style-3 form .input input:focus {
  border: 1px solid var(--theme-color1);
}

.contact-box-style-3 form .input .icon {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 18px;
}

.contact-box-style-3 form .nice-select {
  z-index: 1;
}

[data-tm-layout=dark] .contact-box-style-3 form .nice-select {
  background: var(--dark-color2);
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-box-style-3 form textarea {
  font-weight: 500;
  height: 125px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  width: 100%;
}

[data-tm-layout=dark] .contact-box-style-3 form textarea {
  background: transparent;
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-box-style-3 form textarea:focus {
  border: 1px solid var(--theme-color1);
}

.contact-box-style-3 form .theme-btn {
  position: relative;
}

.contact-box-style-3 form .theme-btn.btn-style-one {
  align-items: center;
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

[data-tm-layout=dark] .contact-box-style-3 form .theme-btn.btn-style-one {
  color: var(--headings-color);
}

@media only screen and (max-width: 767px) {
  .contact-box-style-3 form .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .contact-box-style-3 form .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .contact-box-style-3 form .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .contact-box-style-3 form .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.contact-box-style-3 form .theme-btn.btn-style-one:before {
  display: none;
}

.contact-box-style-3 form .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.contact-box-style-3 form .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.contact-box-style-3 form .theme-btn .icon {
  background-color: #fff;
  border-radius: 50%;
  bottom: 4px;
  color: var(--theme-color-black);
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 0.4s ease-in-out;
  width: 62px;
}

.contact-section-3 {
  position: relative;
}

.contact-section-3 .contact-image {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .contact-section-3 .contact-image {
    display: none;
  }
}



.contact-two-area {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color2);
}

.contact-two__form {
  max-width: 590px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--theme-color-white);
}

[data-tm-layout=dark] .contact-two__form {
  background-color: var(--dark-color2);
}

.contact-two__form form .form-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 20px;
  color: var(--theme-color2);
}

[data-tm-layout=dark] .contact-two__form form .form-title {
  color: #ffffff;
}

.contact-two__form form .input {
  margin-bottom: 20px;
}

.contact-two__form form .input input {
  width: 100%;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #949494;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.2);
}

[data-tm-layout=dark] .contact-two__form form .input input {
  color: rgba(204, 204, 204, 0.8);
  background-color: transparent;
  border-color: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}

.contact-two__form form .textarea {
  margin-bottom: 30px;
}

.contact-two__form form .textarea textarea {
  width: 100%;
  border: none;
  padding-bottom: 20px;
  resize: none;
  color: #949494;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.2);
}

[data-tm-layout=dark] .contact-two__form form .textarea textarea {
  color: rgba(204, 204, 204, 0.8);
  background-color: transparent;
  border-color: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}

.contact-two__form form .btn-style-two {
  width: 100%;
  padding: 22px 50px;
}

[data-tm-layout=dark] .contact-two__form form .btn-style-two {
  color: #ffffff;
}

.contact-two_shape {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
}

.contact-two__map {
  position: absolute;
  top: 150px;
  right: 0;
  max-width: 950px;
  width: 100%;
  height: 720px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

@media (max-width: 1699.98px) {
  .contact-two__map {
    max-width: 700px;
  }
}

.contact-two__map .location {
  position: absolute;
  top: 28%;
  right: 33%;
}

@media (max-width: 1399.98px) {
  .contact-two__map .location {
    right: 10%;
    max-width: 350px;
  }
}

@media (max-width: 1199.98px) {
  .contact-two__map .location {
    right: 10%;
    max-width: 250px;
  }
}

@media (max-width: 991.98px) {
  .contact-two__map .location {
    display: none;
  }
}

.contact-two__map .location img {
  width: unset;
}

.contact-four-area {
  position: relative;
  z-index: 1;
}

.contact-four-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--theme-color2-rgb), 0.95);
}

.contact-four-area .sec-title .text {
  margin-top: 0px;
}

.contact-four__wrp {
  max-width: 1550px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-four__wrp .contact-form {
  transform: translateY(-120px);
}

.contact-four__wrp .contact-form .contact-four__form {
  background-color: var(--theme-color-white);
  box-shadow: -10px 0px 35px 0px rgba(var(--theme-color-black-rgb), 0.08);
}

.contact-four__form {
  padding: 80px;
  background-color: var(--theme-color-white);
}

.contact-four__form .section-header {
  max-width: 380px;
}

.contact-four__form form input,
.contact-four__form form textarea {
  width: 100%;
  padding: 9px 20px;
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  margin-bottom: 20px;
  background-color: transparent;
}

[data-tm-layout=dark] .contact-four__form form input,
[data-tm-layout=dark] .contact-four__form form textarea {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-four__form form textarea {
  height: 150px;
  resize: none;
}

@media (max-width: 991.98px) {
  .contact-four__form {
    padding: 60px 15px;
  }
}

.contact-four__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.contact-four__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 21.63%, rgba(0, 0, 0, 0) 62.77%);
  content: "";
}

.contact-four__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-four__image .content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}

.contact-four__image .content .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .contact-four__image .content .title {
  color: #ffffff;
}

.contact-four__image .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .contact-four__image .info {
    margin-top: 20px;
  }
}

.contact-four__image .info span {
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
}

.contact-four__image .info .logo {
  width: auto;
}

.contact-four__brand .marqueeSwiper-five-area {
  overflow: hidden;
}

.contact-four__brand .marqueeSwiper-five__slider .swiper-wrapper {
  align-items: center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.contact-four__brand .brand-two__item {
  text-align: center;
}

.contact-four__brand-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-color-white);
  text-align: center;
  margin-bottom: 0;
}

[data-tm-layout=dark] .contact-four__brand-text {
  color: #ffffff;
}

.contact-four__brand-text .hover-link-light {
  margin-left: 10px;
  color: var(--theme-color1);
}

@media (max-width: 575.98px) {
  .contact-four__brand-text .hover-link-light {
    margin-left: 0;
    display: block;
  }
}

.contact-four__rectangle {
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  bottom: 80px;
  right: 0;
}

.contact-four__rectangle .item-one {
  width: 80px;
  height: 80px;
  background-color: var(--theme-color-white);
  width: 0;
  transition: all 0.3s ease-in-out 0.2s;
  position: absolute;
  bottom: 80px;
  right: 0;
}

.contact-four__rectangle .item-one.animated {
  width: 80px;
}

.contact-four__rectangle .item-two {
  width: 80px;
  height: 0px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease-in-out 0.5s;
  position: absolute;
  top: 80px;
  left: 0px;
}

.contact-four__rectangle .item-two.animated {
  height: 80px;
}

.contact-four__rectangle .item-three {
  width: 80px;
  height: 0px;
  background-color: var(--theme-color-white);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease-in-out 0.8s;
  position: absolute;
  top: 160px;
  left: 80px;
}

.contact-four__rectangle .item-three.animated {
  height: 80px;
}

@media (max-width: 991.98px) {
  .contact-four__rectangle {
    display: none;
  }
}

/*** 

====================================================================
    News Section
====================================================================

***/
.news-box-items {
  margin-top: 30px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

[data-tm-layout=dark] .news-box-items {
  background-color: var(--dark-color2);
}

.news-box-items .news-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.news-box-items .news-image img {
  background-size: cover;
  transition: 0.5s;
  width: 100%;
}

.news-box-items .news-image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.news-box-items .news-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.news-box-items .news-image img {
  width: 100%;

  display: block;
  border-radius: 10px;
}

.news-box-items .news-image .post-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: #144443;
  text-align: center;
  padding-top: 13px;
}

.news-box-items .news-image .post-box .date {
  font-size: 24px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1);
  line-height: 1;
}

.news-box-items .news-image .post-box .month {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: var(--body-font);
  line-height: 1;
}

.news-box-items .news-content {
  margin-top: 20px;
}

.news-box-items .news-content .comments-list {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  padding: 12px 17px;
  line-height: 1;
  gap: 24px;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .news-box-items .news-content .comments-list {
  background: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .news-box-items .news-content .comments-list {
    flex-wrap: wrap;
    gap: 18px;
  }
}

.news-box-items .news-content .comments-list li {
  font-size: 14px;
}

.news-box-items .news-content .comments-list li i {
  color: var(--headings-color);
  margin-right: 5px;
}

.news-box-items .news-content .comments-list svg {
  margin-right: 5px;
}

[data-tm-layout=dark] .news-box-items .news-content .comments-list svg path {
  fill: #fff;
}

.news-box-items .news-content h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 18px;
}

[data-tm-layout=dark] .news-box-items .news-content h3 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .news-box-items .news-content h3 {
    font-size: 20px;
  }
}

.news-box-items .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-box-items .news-content h3 a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.news-box-items .news-content .link-btn {
  align-items: center;
  color: #144443;
  display: flex;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}

[data-tm-layout=dark] .news-box-items .news-content .link-btn {
  color: var(--link-color);
}

.news-box-items .news-content .link-btn .icon {
  background:#25ADE3;
  border-radius: 26px;
  color: var(--theme-color-white);
  display: inline-block;
  height: 26px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 26px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}

.news-box-items .news-content .link-btn .icon i {
  display: inline-block;
  font-size: 14px;
}

.news-box-items .news-content .link-btn:hover .icon {
  transform: rotate(0deg);
}

.news-box-items:hover .news-image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.news-box-items:hover .news-image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

/*** 

====================================================================
    Clients Section
====================================================================

***/



/*** 

====================================================================
    Growth Section
====================================================================

***/

/***
====================================================================
  Products details
====================================================================
***/


.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}

.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color2);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}















.product-discription {
  display: block;
  position: relative;
}

.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}

.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-discription .product-description__list {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.product-discription .product-description__list ul {
  display: block;
  position: relative;
}

.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}

.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}

.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}

.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}

.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color:#25ADE3;
  color: #fff;
}

.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}

.tabs-box li{list-style:disc}




.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }

  .product-details__title span {
    margin-left: 0;
    display: block;
  }

  .product-details__buttons {
    flex-direction: column;
    align-items: baseline;
  }

  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }

  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}

/***

====================================================================
 Categories Section
====================================================================

***/






/***

====================================================================
    Categories Section Two
====================================================================

***/


/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}


.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}







/***

====================================================================
    Featured Products
====================================================================

***/


/*=== Mixitup Gallery ===*/




/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/



/*** 

====================================================================
Page Title
====================================================================

***/

/*** 
====================================================================
Page Title
====================================================================
***/
.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 110px;
  position: relative;
  padding-top: 290px;
}

.page-title:before {
position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.6;
  content: "";
}
.h_dec{position:relative}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-top: 15px;
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.background-image {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}

.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}

.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.error-page__inner .theme-btn {
  position: relative;
}

.error-page__inner .theme-btn.btn-style-one {
  padding: 26px 60px;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  border-radius: 100px;
  background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
  color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
  .error-page__inner .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .error-page__inner .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .error-page__inner .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .error-page__inner .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.error-page__inner .theme-btn.btn-style-one:hover {
  color: var(--headings-color);
}

.error-page__inner .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  font-size: 50px;
  color: var(--headings-color);
}

/***
=============================================
    Services Details
=============================================
***/





.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--theme-color2-text-color);
}

.services-details__content .video-btn {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 20px;
  height: 100px;
  left: 0;
  line-height: 100px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 38%;
  width: 100px;
}

.services-details__content .video-btn:before {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.services-details__content .video-btn:after {
  border: 1px solid rgba(255, 255, 255, 0.8);
}




.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--theme-color1);
  border-radius: 15px;
  overflow: hidden;
}






.nr-list {
  position: relative;
}

.nr-list .title {
  font-style: normal;
  font-family: var(--heading-font-family);
  font-size: 18px;
  line-height: 28px;
}

.nr-list .title span {
  color: transparent;
  font-size: 34px;
  margin-right: 25px;
  -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
  transition: all 500ms ease;
}

.nr-list .title:hover span {
  color: #d9d9d9;
}

.outcome-list li {
  color: #6B7280;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.outcome-list li i {
  color: var(--theme-color2);
  font-size: 22px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  display: block;
  position: relative;
}

.project-details__img img {
  border-radius: 10px;
  width: 100%;
}

.project-details__content {
  display: block;
  position: relative;
}

.project-details__content-left {
  display: block;
  margin-top: 31px;
  position: relative;
}

.project-details__content-right {
  display: block;
  margin-top: 40px;
  position: relative;
}

.project-details__details-box {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 43px 50px 50px;
  position: relative;
  z-index: 1;
}

.project-details__details-list {
  display: block;
  position: relative;
}

.project-details__details-list li {
  display: block;
  position: relative;
}

.project-details__details-list li+li {
  margin-top: 24px;
}

.project-details-btn .theme-btn {
  position: relative;
}

.project-details-btn .theme-btn.btn-style-one {
  padding: 26px 60px;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  border-radius: 100px;
  background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
  color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
  .project-details-btn .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .project-details-btn .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .project-details-btn .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .project-details-btn .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.project-details-btn .theme-btn.btn-style-one:hover {
  color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  font-size: 50px;
  color: var(--headings-color);
  right: 4px;
  top: 4px;
  bottom: 4px;
}

.project-details__client {
  color: #838d9e;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.project-details__client a {
  text-decoration: underline;
}

.project-details__client a:hover {
  color: var(--link-color);
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}












.product-details.rd-page .bx-wrapper {
  margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}




/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  align-items: center;
  background-color: var(--theme-color2);
  display: flex;
  flex-direction: column;
  padding: 21px 24px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.blog-details__date .day {
  color: #fff;
  font-size: 16px;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  line-height: 12px;
  position: relative;
  text-transform: uppercase;
}

.blog-details__content {
  display: block;
  margin-top: 22px;
  position: relative;
}

.blog-details__meta {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--theme-color1);
}

.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
  background-color: var(--theme-color2);
  border-radius: 35px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 14px;
  font-weight: var(--body-font-weight-bold);
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.blog-details__tags a+a {
  margin-left: 6px;
}

.blog-details__social-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details__social-list a {
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 15px;
  height: 43px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 43px;
  z-index: 1;
}

.blog-details__social-list a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  display: block;
  margin-bottom: 53px;
  overflow: hidden;
  position: relative;
}

.blog-details__pagenation {
  display: block;
  position: relative;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}

.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.blog-details__pagenation li+li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .nav-links {
    flex-direction: column;
    gap: 20px;
  }
}

.nav-links .prev {
  align-items: center;
  display: flex;
  height: 100%;
  margin-right: 30px;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}

.nav-links .next .thumb {
  margin-left: 20px;
}

.nav-links>div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-links>div .thumb {
  display: inline-block;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  width: 60px;
}

.nav-links>div .thumb a {
  display: inline-block;
}

.nav-links>div>a {
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: inline-block;
  font-size: 20px;
  font-weight: var(--body-font-weight-bold);
  line-height: 1.637;
  padding: 52px 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links>div>a {
    padding: 30px;
  }
}

.nav-links>div>a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
}

/*** 

====================================================================
Sidebar
====================================================================

***/




/*** 

====================================================================
    Comments
====================================================================

***/


/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/






/***

====================================================================
        Contact
====================================================================

***/
.contact-details-block {
  background-color: var(--theme-color-white);
  box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  border-radius: 8px;
  padding: 65px 20px;
  transition: all 500ms ease;
  text-align: center;
}

.contact-details-block .inner-box {
  max-width: 260px;
  margin: 0 auto;
}

.contact-details-block .icon {
  margin-bottom: 20px;
  transition: all 700ms ease;
  font-size: 50px;
  line-height: 1;
  color: var(--headings-color);
}

.contact-details-block .icon svg,
.contact-details-block .icon i {
  transition: all 300ms ease;
}

.contact-details-block .icon svg path,
.contact-details-block .icon i path {
  transition: all 300ms ease;
}

.contact-details-block .title {
  transition: all 300ms ease;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.contact-details-block .text {
  margin-bottom: 0;
  color: var(--text-color2);
  font-weight: 500;
  transition: all 300ms ease;
  line-height: 28px;
  font-size: 18px;
}

.contact-details-block:hover {
  background-color: var(--theme-color2);
}

.contact-details-block:hover .icon {
  transform: rotateY(360deg);
}

.contact-details-block:hover .icon svg,
.contact-details-block:hover .icon i {
  color: var(--theme-color-white);
}

.contact-details-block:hover .icon svg path,
.contact-details-block:hover .icon i path {
  fill: var(--theme-color-white);
}

.contact-details-block:hover .title {
  color: var(--theme-color-white);
}

.contact-details-block:hover .text {
  color: var(--theme-color-white);
}

.contact-six-aera {
  overflow: hidden;
}

.contact-six__wrp {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 130px 100px;
  margin-right: -20px;
}

@media (max-width: 1199.98px) {
  .contact-six__wrp {
    padding: 60px 30px;
  }
}

.contact-six__wrp:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(6, 50, 50, 0.8);
}

.contact-six__image {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-left: 20px;
}

.contact-six__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-six__image .circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  transition: all 700ms ease;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  .contact-six__image .circle-btn {
    padding-top: 40px;
  }
}

.contact-six__image .circle-btn span {
  display: block;
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.contact-six__image .circle-btn span i {
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

.contact-six__image .circle-btn:hover span i {
  transform: rotate(0);
}

.contact-six__item .section-header {
  max-width: 860px;
}

.contact-six__item .section-header .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .contact-six__item .section-header .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.contact-six__item .section-header .text {
  font-size: 16px;
}

.contact-six__item .wrp {
  max-width: 640px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
  .contact-six__item .wrp {
    gap: 20px;
  }
}

.contact-details {
  overflow: hidden;
}

.contact-details .content-column .inner-column .google-map iframe {
  width: 100%;
  height: 350px;
}

.contact-details .content-column .inner-column form .type-feild {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.contact-details .content-column .inner-column form .type-feild input , select {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}
.contact-details .content-column .inner-column form .type-feild select {background:none}
.contact-details .content-column .inner-column form .type-feild textarea {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
  height: 130px;
}

.contact-details .content-column .inner-column form .type-feild i {
  position: absolute;
  top: 0;
  left: 0; z-index:9
}
.jnp{padding-left:35px}
.contact-details .content-column .inner-column.right-column {

}
.current-menu-item a{color:#25ade3!important}


.contact-details .content-column .inner-column.right-column .sec-title {
  margin-bottom: 55px !important;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.footer-newsletter-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .footer-newsletter-wrapper {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
}

.footer-newsletter-wrapper .footer-newsletter-left {
  display: flex;
  align-items: center;
  gap: 35px;
}

.footer-newsletter-wrapper .footer-newsletter-left .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 36px;
  color: var(--theme-color1);
}

.footer-newsletter-wrapper form {
  max-width: 760px;
  width: 100%;
}

.footer-newsletter-wrapper .form-clt {
  position: relative;
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .footer-newsletter-wrapper .form-clt {
    max-width: initial;
  }
}

.footer-newsletter-wrapper .form-clt input {
  width: 100%;
  border: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 27px 40px;
  padding-right: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--theme-color-white);
}

.footer-newsletter-wrapper .form-clt input::placeholder {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::placeholder {
  color: var(--headings-color);
}

.footer-newsletter-wrapper .form-clt .arrow-icon {
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border: none;
  border-radius: 50%;
  height: 52px;
  line-height: 58px;
  outline: none;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 14px;
  transition: all 0.4s ease-in-out;
  font-size: 25px;
  color: var(--theme-color-white);
  width: 52px;
}

@media (max-width: 1199.98px) {
  .footer-newsletter-wrapper .form-clt .arrow-icon {
    right: 15px;
  }
}

.footer-newsletter-wrapper .form-clt .arrow-icon:hover {
  background-position: 100% 0;
}

.footer-widget-wrapper {
  padding: 30px 0 60px;
}

.footer-widget-wrapper .footer-widget-items .footer-content p {
  color: #B4B4B4;
  max-width: 270px;
  text-transform: capitalize;
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon {


  gap: 10px;
  margin-top: 30px;
  text-align: center;
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  text-align: center;
  color: var(--theme-color-white);font-size: 13px;
}


.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a i:hover {
  background: var(--theme-color1);
}

.footer-widget-wrapper .footer-widget-items .user-links {
  position: relative;
}

.footer-widget-wrapper .footer-widget-items .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.footer-widget-wrapper .footer-widget-items .user-links li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget-wrapper .footer-widget-items .user-links li a {
  color: #000;
  position: relative;
}



.footer-widget-wrapper .footer-widget-items .user-links li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gradient-1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-widget-wrapper .footer-widget-items .user-links li:hover a {
  color: var(--theme-color1);
}


.footer-widget-wrapper .footer-widget-items .user-links li:hover a::before {
  width: 100%;
}

.footer-widget-wrapper .footer-widget-items .contact-list li {
  display: flex;
  gap: 10px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li i {
  font-size: 18px;
  color: var(--theme-color1);
}

.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 22px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li p {
  color: #000;

  line-height: 1.5;
}

.footer-widget-wrapper .footer-widget-items .contact-list li p a {
  color: #000;
}





.footer-bottom {
  background: #fff;
  padding: 10px 0;
}

.footer-bottom p {
  text-align: center;
  color: #000;
}




.footer-top-wrapper {
  padding: 90px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .footer-top-wrapper {
    padding-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .footer-top-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-top-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-top-wrapper .social-icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-top-wrapper .social-icon a {
  color: var(--headings-color);
}

.footer-top-wrapper .social-icon a:hover {
  background: var(--theme-color1);
  color: var(--headings-color);
}

.footer-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-white);
  padding-bottom: 50px;
  padding-top: 24px;
}

[data-tm-layout=dark] .footer-text {
  color: #ffffff;
}

.footer-text-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-white);
  padding: 24px 0;
}

.footer-section-1 {
  position: relative;
  z-index: 9;
}

.footer-section-1 .circle-shape {
  display: inline-block;
  border-radius: 592px;
  background: linear-gradient(48deg, rgba(8, 44, 43, 0.3) 13.25%, rgba(128, 167, 82, 0.3) 83.21%);
  width: 592px;
  height: 592px;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .footer-section-1 .circle-shape {
    display: none;
  }
}

.footer-section-1 .circle-shape-2 {
  display: inline-block;
  border-radius: 592px;
  background: transparent;
  width: 592px;
  height: 592px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
  border: 5px solid rgb(200, 241, 105);
  opacity: 0.2;
}

@media (max-width: 1199.98px) {
  .footer-section-1 .circle-shape-2 {
    display: none;
  }
}








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