/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #109C3D;
  --secondary-color: #042A2F;
  --title-color: #063A41;
  --title-color2: #67B846;
  --text-color: #5E5C78;
  --text-color2: #C7C7C7;
  --body-color: #042A2F;
  --smoke-color: #f1f5f4;
  --light-color: #E6EAEB;
  --black-color: #1C2438;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #CDD5D6;
  --title-font: "Rubik", serif;
  --title-font2: "Fuzzy Bubbles", sans-serif; 
  --body-font: "Poppins", serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1300px;
  --main-container2: 1530px;
  --main-container3: 1920px;
  --main-container4: 1470px;
  --main-container5: 1594px;
  --container-gutters: 15px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}


/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}


p {
  margin: 0 0 20px 0;
  color: var(--text-color);
  line-height: 160%;
}

.space-top {
  padding-top: var(--section-space);
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  display: inline-block;
  border: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 2px solid var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
  line-height: 1;
  padding: 18px 30px;
  border-radius: 9999px;
  transition: all 0.5s ease;
}

.vs-btn:hover {
  color: var(--white-color);
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.vs-btn2 {
  display: inline-block;
  border: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 2px solid var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
  line-height: 1;
  padding: 5px 7px 5px 28px;
  border-radius: 9999px;
  transition: all 0.5s ease;
}

.vs-btn2 i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 50px;
  margin-left: 20px;
  transition: all 0.5s ease;
}

.vs-btn2:hover {
  color: var(--white-color);
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.vs-btn2:hover i {
  background-color: var(--theme-color);
}

.icon-btn {
  width: var(--icon-size, 65px);
  height: var(--icon-size, 65px);
  line-height: var(--icon-size, 65px);
  background-color: var(--smoke-color);
  border: none;
  padding: 0;
  text-align: center;
  color: var(--title-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}

.icon-btn:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.icon-btn2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0B3F46;
  border: none;
  line-height: 1;
}

.icon-btn2:hover {
  background-color: var(--theme-color);
}

.custom-arraw .icon-arraw {
  border: 2px dashed #27565C;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
}

.custom-arraw .icon-arraw:not(:last-child) {
  margin-right: 7px;
}

.custom-arraw .icon-arraw:hover {
  border-color: var(--theme-color);
}

/*------------------- 4.10. About  -------------------*/
.about-layout1 {
  position: relative;
}

.about-layout1 .title-area {
  margin-bottom: 22px;
  padding-right: 70px;
}

.about-layout1 .about-text {
  text-transform: capitalize;
  font-weight: 600;
}

.about-layout1.style3 .contact-box {
  margin-bottom: 40px;
}

.about-layout1.style3 .contact-box .contact-title {
  font-size: 20px;
}

.about-layout1.style3 .contact-box .contact-title a {
  color: var(--title-color);
}

.about-layout1.style3 .contact-box .contact-title a:hover {
  color: var(--theme-color);
}

.about-layout1.style3 .contact-box .contact-text {
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
}

.about-layout1.style3 .tab-list {
  margin-bottom: 0;
}

.about-layout1.style3 .tab-list .list-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.about-layout1.style3 .tab-list ul {
  padding-left: 0;
}

.about-layout1.style3 .tab-list li {
  font-weight: 600;
  line-height: 160%;
}

.about-layout1.style3 .tab-list li:not(:last-child) {
  margin-bottom: 5px;
}

.about-layout1.style3 .tab-img {
  background: rgb(32, 169, 176);
  background: linear-gradient(270deg, rgb(32, 169, 176) 0%, rgb(16, 156, 61) 100%);
}

.about-layout1.style3 .tab-img img {
  border-radius: 13px;
  padding: 6px;
}

.about-layout1 .tab-box {
  margin-bottom: 30px;
}

.about-layout1.style2 .tab-box {
  margin-bottom: 4px;
}

.about-layout1.style2 .tab-box .tab-img {
  border: 4px solid var(--theme-color);
}

.img-box1 {
  position: relative;
  max-width: 635px;
  margin-bottom: 38px;
}

.img-box1::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 10px;
  top: 20px;
  right: 0;
  background-color: var(--theme-color);
}

.img-box1 .img1 {
  border-left: 12px solid var(--theme-color);
}

.img-box1 .img1::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
}

.img-box1 .img1 img {
  margin-left: 18px;
  margin-bottom: 28px;
}

.img-box1 .img2 {
  position: absolute;
  top: 70px;
  right: 0;
  border: 12px solid var(--theme-color);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.28);
}

.img-box1 .img-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 164px;
  max-height: 164px;
  background-color: var(--theme-color);
  border-radius: 50%;
  padding: 58px;
  z-index: 1;
}

.img-box1 .img-icon img {
  text-align: center;
}

.img-box1 .img-icon .icon-shep {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: -1;
}

.img-box1.style2 .img2 {
  top: 105px;
}

.img-box1.style2::before {
  top: 75px;
}

.img-box2 {
  position: relative;
}

.img-box2 .shape-mockup img {
  height: 100%;
}

.img-box2 .img1 {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}

.img-box2 .img1 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.img-box2 .img2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top: 8px solid var(--white-color);
  border-right: 8px solid var(--white-color);
}

.img-box2 .img-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background-color: var(--theme-color);
  border: 8px solid var(--white-color);
  border-radius: 50%;
  text-align: center;
  line-height: 115px;
  z-index: 1;
  transition: all 0.5s ease;
}

.img-box2 .img-icon img {
  text-align: center;
}

.img-box2 .img-icon .icon-shep {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: -1;
}

.img-box2 .img-icon:hover {
  background-color: var(--title-color);
  border-color: var(--theme-color);
}

.img-box2:hover .img1 img {
  transform: scale(1.1);
}

.about-box1 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 12px;
}

.about-box1 .item-title {
  line-height: 150%;
  margin-bottom: 5px;
}

.about-box1 .about-item {
  display: block;
}

.about-box1 .about-item:first-child {
  margin-right: 70px;
}

.about-box1 .item-icon {
  margin-bottom: 15px;
  display: block;
}

.about-box1 .item-text {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.author-box {
  display: flex;
  align-items: center;
}

.author-box img {
  border-radius: 50%;
  border: 2px dashed var(--theme-color);
  padding: 3px;
}

.about-inner {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.about-inner .author-box {
  margin-left: 17px;
}

.about-inner .desi {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 700;
}

.author-content {
  margin-left: 15px;
}

.author-content .desi {
  margin-bottom: 0;
  line-height: 170%;
}

.author-content .title {
  margin-bottom: 0;
  line-height: 140%;
  font-family: var(--title-font2);
}

.about-notice {
  position: relative;
}

.about-notice .notice-icon {
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-notice .notice-text {
  padding-left: 42px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color);
}

.nav-tabs {
  display: inline-flex;
  padding: 5px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 28px;
}

.nav-tabs .nav-link {
  border: none;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  background-color: transparent;
  border-radius: 7px;
}

.nav-tabs .nav-link.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.tab-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.tab-box .tab-img {
  position: relative;
  display: inline-block;
  border-radius: 13px;
  overflow: hidden;
}

.tab-box .tab-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(193, 83%, 16%, 0.356);
}

.tab-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tab-box .play-btn i {
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 18px;
}

.tab-list {
  margin-right: 0;
  padding-left: 0;
}

.tab-list li {
  list-style: none;
  padding-left: 32px;
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-list li:not(:last-child) {
  margin-bottom: 14px;
}

.tab-list li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab-content {
  margin-bottom: 30px;
}

.image-gallery {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  width: 100%;
  height: 100%;
}

.image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.image-gallery__col {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.image-gallery__col::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  z-index: 2;
  opacity: 70%;
  transform-origin: center;
  transform: scaleY(0);
  visibility: hidden;
  transition: all ease 0.4s;
}

.image-gallery__col img {
  transition: all ease 0.4s;
  transform: scale(1);
}

.image-gallery__col--popup {
  --icon-size: 116px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: var(--bg-color);
  z-index: 4;
  opacity: 90%;
  visibility: hidden;
}

.image-gallery__col--popup i {
  font-size: 64px;
  color: var(--white-color);
  font-size: 64px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
}

.image-gallery__col--popup i:hover {
  background-color: var(--secondary-color);
}

.image-gallery__col:hover::before {
  transform: scaleY(1);
  visibility: visible;
}

.image-gallery__col:hover .image-gallery__col--popup {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 90%;
}

.image-gallery__col:hover img {
  transform: scale(1.2);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box1 {
    margin: 0 auto 38px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box1::before {
    display: none;
  }

  .img-box1 .img1 {
    overflow: hidden;
  }

  .img-box1 .img1 img {
    width: 100%;
  }

  .about-layout1 .custome-space-bottom {
    padding-bottom: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tab-box {
    display: block;
  }

  .tab-box .tab-img {
    margin-bottom: 20px;
  }

  .img-box2 .img2 {
    display: none;
  }

  .about-layout1.style3 .tab-img {
    margin-bottom: 0;
  }

  .about-layout1.style3 .tab-list {
    margin-bottom: 30px;
  }

  .image-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .about-inner {
    display: block;
  }

  .about-inner .vs-btn2 {
    margin-bottom: 20px;
  }

  .img-box1 {
    margin-bottom: 0;
  }

  .img-box1 .img2 {
    display: none;
  }

  .img-box2 .img1 {
    margin-right: 20px;
  }

  .image-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-box1 .about-item:first-child {
    margin-right: 10px;
  }
}



/*------------------- 4.17. Team  -------------------*/
.vs-team__layout1 {
  position: relative;
}

.vs-team__style1 {
  position: relative;
}

.vs-team__style1:hover .vs-team__img img {
  transform: scale(1.1);
}

.vs-team__social--media {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 60px 20px 25px;
  position: absolute;
  background-color: var(--theme-color);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

.vs-team__social--media a {
  display: block;
  color: var(--white-color);
  text-align: center;
  transition: all 0.4s ease;
}

.vs-team__social--media a:hover {
  color: var(--title-color);
}

.vs-team__social--media a:not(:last-child) {
  margin-bottom: 12px;
}

.vs-team__img {
  position: relative;
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #124349;
  border-bottom: 5px solid var(--theme-color);
  width: 100%;
  text-align: center;
}

.vs-team__img img {
  transform: scale(1);
  transition: all 0.5s ease;
  height: 400px;
}

.vs-team__content {
  text-align: center;
}

.vs-team__title {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 145%;
  margin-bottom: 4px;
}

.vs-team__title a {
  color: var(--title-color);
}

.vs-team__title a:hover {
  color: var(--theme-color);
}

.vs-team__subtitle {
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
  line-height: initial;
}

.team-details .team-img {
  background-color: var(--title-color);
  border-radius: 15px;
  overflow: hidden;
  border-bottom: 5px solid var(--theme-color);
}

.team-details .team-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  margin-bottom: 45px;
}

.team-details .team-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  z-index: -1;
}

.team-details .title-area {
  margin-bottom: 0;
}

.team-details .title-area .team-title {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 128%;
}

.team-details .title-area .team-degi {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--title-font);
}

.team-details .social-style1 {
  background-color: var(--theme-color);
  padding: 25px 20px 25px 70px;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.team-details .social-style1 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.team-details .team-text {
  font-weight: 500;
  text-transform: capitalize;
}

.team-details .sec-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 128%;
}

.team-details .sec-title .title-highlight {
  display: inline-block;
  color: var(--theme-color);
}

.team-details .icon-area {
  display: flex;
  align-items: center;
}

.team-details .icon-area .icon {
  margin-right: 15px;
}

.team-details .icon-box .team-title {
  font-size: 22px;
  font-weight: 600;
}

.team-details .icon-box .title-area {
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.team-contact-list {
  padding-left: 0;
  margin-bottom: 30px;
}

.team-contact-list li {
  position: relative;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.team-contact-list li:not(:last-child) {
  margin-bottom: 8px;
}

.team-contact-list sub {
  display: inline-block;
  width: 210px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
}

.team-contact-list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
}

.progress-box {
  margin: 0 0 25px 0;
}

.progress-box__number,
.progress-box__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--title-font);
  color: var(--title-color);
  display: inline-block;
  margin: 0 0 11px 0;
}

.progress-box__number {
  float: right;
  margin: 5px 0 0 0;
}

.progress-box__progress {
  height: 10px;
  border-radius: 30px;
  background-color: #CDD8D9;
}

.progress-box__bar {
  height: 100%;
  background-color: var(--theme-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 30px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-box.style2 .progress-box__title,
.progress-box.style2 .progress-box__number {
  color: var(--body-color);
  font-weight: 400;
  font-family: var(--body-font);
}

.progress-box.style2 .progress-box__progress,
.progress-box.style2 .progress-box__bar {
  border-radius: 0;
}

.progress-box.style2:last-child {
  margin-bottom: 0;
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-details .title-area {
    margin-bottom: 30px;
  }

  .team-details .team-top {
    display: block;
    text-align: center;
    border: none;
  }

  .team-details .team-top::after {
    display: none;
  }
}

/* vs-blog__layout1 */

.vs-blog__style1 {
  border-radius: 30px;
  background-color: var(--white-color);
  padding: 15px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
}

.vs-blog__style1 .blog-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.vs-blog__style1 .blog-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(16, 156, 61);
  background: linear-gradient(0deg, rgba(16, 156, 61, 0.2973564426) 0%, rgba(255, 255, 255, 0) 95%);
}

.vs-blog__style1 .blog-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
  position: relative;
}

.vs-blog__style1 .blog-cate {
  position: absolute;
  bottom: 0;
  background-color: var(--theme-color);
  left: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: initial;
  color: var(--white-color);
  padding: 12px 40px 12px 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.vs-blog__style1 .blog-cate:hover {
  background-color: var(--title-color);
}

.vs-blog__style1 .blog-inner-author .blog-date {
  color: #5F5D76;
  text-transform: capitalize;
}

.vs-blog__style1 .blog-inner-author .blog-date:hover {
  color: var(--theme-color);
}

.vs-blog__style1 .blog-inner-author i {
  color: var(--theme-color);
}

.vs-blog__style1 .blog-title {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}

.vs-blog__style1 .blog-content {
  padding: 27px 22px 25px 22px;
}

.vs-blog__style1:hover .blog-img img {
  transform: scale(1.1);
}

.vs-blog__style1:hover .blog-btn::before {
  background-color: var(--theme-color);
}

.vs-blog__style1.style2 {
  padding: 16px;
}

.vs-blog__style1.style2 .blog-content {
  padding: 25px 20px 25px 0px;
}

/*------------------- 3.3. Titles -------------------*/
.title-area {
  margin-bottom: 40px;
  line-height: 100%;
}

.title-area .sec-subtitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-color);
  line-height: 100%;
  display: inline-block;
  position: relative;
  margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 30px;
  background-color: var(--theme-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}

.title-area .sec-subtitle::after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 30px;
  background-color: var(--theme-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}

.title-area .sec-subtitle.right-shape {
  margin-left: 0;
}

.title-area .sec-subtitle.right-shape::before {
  display: none;
}

.title-area .sec-subtitle.left-shape {
  margin-right: 0;
}

.title-area .sec-subtitle.left-shape::after {
  display: none;
}

.title-area .sec-title {
  font-size: 46px;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 122%;
  font-weight: 700;
}

.title-area .sec-title .title-highlight {
  display: inline-block;
  color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {
  .title-arraw {
    display: none;
  }
}




/*------------------- 2.4. Slick Slider -------------------*/
.row>.slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track>[class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: max-content;
  line-height: 0;
}

.slick-dots li {
  display: inline-block;
  margin-right: 7px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 36px;
  height: 8px;
  line-height: 3px;
  border: none;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 50%;
  left: var(--pos-x, -65px);
  max-width: 50px;
  max-height: 50px;
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 120px) / -2);
  z-index: 2;
  border-radius: 50%;
  color: var(--white-color);
  border: 2px dashed var(--border-color);
  transition: all 0.5s ease;
}

.slick-arrow i {
  color: #7E999D;
  font-size: 18px;
  background-color: var(--border-color);
  width: 100%;
  height: 100%;
  padding: 14px;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slick-arrow.slick-next {
  right: var(--pos-x, -65px);
  left: auto;
}

.slick-arrow:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slick-arrow:hover i {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1300px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }

  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }

  .slick-dots {
    margin: 8px 0 38px 0;
  }
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;

}


.bg-linear {
  background: rgb(215, 214, 214);
  background: linear-gradient(183deg, rgba(215, 214, 214, 0) 0%, rgba(14, 122, 49, 0.0788690476) 100%);
}


.sicon a {
  background: red;
  padding: 6px 10px;
  border-radius: 10px;
  margin-left: 5px;
  color: #fff;
  background: var(--theme-color);
}

.link-btn {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  transition: all ease 0.3s;
}
.link-btn i {
  margin-right: 7px;
}
.link-btn:hover {
  color: var(--theme-color);
}


.blog-btn {
  position: relative;
}
.blog-btn .link-btn .icon {
  border: 1.9px dashed var(--theme-color);
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  transition: all 0.5s ease;
}
.blog-btn .link-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  margin: 1.5px;
  text-align: center;
  transition: all 0.5s ease;
}
.blog-btn .link-btn:hover .icon {
  border-color: var(--title-color);
}
.blog-btn .link-btn:hover i {
  background-color: var(--title-color);
}
.blog-btn::before {
  content: "";
  position: absolute;
  width: 26%;
  height: 2px;
  background-color: #8DB69A;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 12px 0 0 0;
  list-style-type: none;
  position: relative;
  text-align: left;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "//";
  position: relative;
  margin-left: 12px;
  margin-right: 3px;
  color: var(--theme-color);
}
.breadcumb-menu li:last-child {
  color: var(--theme-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  word-break: break-word;
  white-space: normal;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  font-family: var(--body-font);
  text-transform: uppercase;
}
.breadcumb-menu .fa-home-lg {
  margin-right: 10px;
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.25em 0 -0.2em 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 117%;
  text-transform: uppercase;
  text-align: left;
}
.breadcumb-title span {
  color: var(--theme-color);
  display: inline-block;
}

.breadcumb-wrapper {
  background-color: var(--secondary-color);
  background-size: cover;
  padding-top: 165px;
  padding-bottom: 165px;
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 50px;
  }
}

/*------------------- 4.20. contact -------------------*/
.map {
  margin-top: 100px;
  -webkit-filter: grayscale(100%);
}

.team-layout2 {
  background: rgb(215, 214, 214);
  background: linear-gradient(183deg, rgba(215, 214, 214, 0) 0%, rgba(14, 122, 49, 0.0788690476) 100%);
  position: relative;
}

.contact-style1 .contact-icon {
  max-width: 78px !important;
  width: 100% !important;
  height: 78px !important;
  background-color: var(--theme-color);
  border: 4px solid rgba(255, 255, 255, 0.349);
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  margin-right: 16px;
  z-index: 1 !important;
  transition: all 0.5s ease;
}
.contact-style1 .contact-icon i {
  font-size: 24px;
  color: var(--white-color);
  font-weight: 500;
}
.contact-style1 .contact-icon:hover {
  background-color: var(--title-color);
}
.contact-style1 .contact-box:not(:last-child) {
  margin-bottom: 15px;
}
.contact-style1 .contact-box .contact-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 160%;
}
.contact-style1 .contact-box .contact-text {
  color: var(--text-color);
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 0;
}
.contact-style1 .contact-inner {
  padding: 0;
  border-bottom: 2px dashed rgba(156, 155, 155, 0.4509803922);
  padding-bottom: 35px;
  margin-bottom: 25px;
}
.contact-style1 .title-area {
  margin-bottom: 20px;
}

.contact-address {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 15px;
  max-width: 40ch;
}
.contact-address span {
  color: var(--theme-color);
  font-family: var(--body-font);
  text-transform: uppercase;
  font-weight: 700;
}
.contact-address .address {
  font-family: var(--body-font);
  font-size: 15px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
}

.social-style2 {
  display: inline-flex;
}
.social-style2 .social-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--title-color);
  margin-right: 15px;
}
.social-style2 .social-icon a {
  font-size: 15px;
  color: var(--text-color);
}
.social-style2 .social-icon a:not(:last-child) {
  margin-right: 14px;
}
.social-style2 .social-icon a:hover {
  color: var(--theme-color);
}

.form-style2 .vs-comment-form {
  border: none;
}
.form-style2 select, .form-style2 .form-control, .form-style2 .form-select, .form-style2 textarea, .form-style2 input {
  background-color: #EEF1F2;
  height: 70px;
  border-radius: 10px;
}
.form-style2 select:focus, .form-style2 .form-control:focus, .form-style2 .form-select:focus, .form-style2 textarea:focus, .form-style2 input:focus {
  border-color: var(--theme-color);
}
.form-style2 .vs-btn {
  padding: 21px 47px;
}
