/**
* Template Name: Mamba - v4.9.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


:root {
  --primary: #757E6E;
  --secondary: #80B459;
  --secondary-2: #73ac47;
  --secondary-3: #9CC57E;

  --danger-btn: #c0250d;

  --white: #FFF;

  --color-100: #000000;
  --color-80: #8EBD6C;
  --color-70: #757E6E;
  --color-60: #666666;
  --color-50: #52584E;
  --color-45: #5E6559;
  --color-40: #4C4C4C;
  --color-30: #B2B2B2;
  --color-20: #CCCCCC;
  --color-w: #FFF;

  --bg-dark-30: #FCFCFC;

  --pill-bg-1: #F1F7ED;

  --br-24: 16px;
  --br-24: 24px;
  --br-22: 22px;
  --br-20: 20px;
  --br-18: 18px;
  --br-16: 16px;
  --br-15: 15px;
  --br-14: 14px;
  --br-12: 12px;
  --br-10: 10px;
  --br-8: 8px;
  --br-6: 6px;
  --br-4: 4px;
  --br-2: 2px;

  --font-primary: "Roboto", sans-serif;

  --hr: #E8EEE1;

  --fs-11: 11px;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-19: 19px;
  --fs-20: 20px;
  --fs-22: 22px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-32: 32px;
  --fs-36: 36px;
  --fs-45: 45px;
  --fs-57: 57px;

  --fw-3: 300;
  --fw-4: 400;
  --fw-5: 500;
  --fw-7: 700;
  --fw-9: 900;
}



body {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-primary);
  font-size: var(--fs-16);
  font-weight: var(--fw-4);
  color: var(--color-60);
  line-height: 24px;
  letter-spacing: 0.5px;
}

a {
  color: var(--primary);
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--secondary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--secondary);
  width: 40px;
  height: 40px;
  border-radius: var(--br-16);
  transition: all 0.4s;
}

.back-to-top i {
  font-size: var(--fs-24);
  color: var(--color-w);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--secondary);
  color: var(--color-w);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .counts-section .ip-card {
    margin: 1rem 0;
  }

  /* .section-header .pill-tag{margin-top: 2rem;} */
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  background: var(--white);
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: none;
  border-bottom: 2px solid var(--hr);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  color: var(--primary);
  white-space: nowrap;
  transition: 0.3s;
  font-size: var(--fs-14);
  font-weight: var(--fw-5);
  line-height: 20px;
  letter-spacing: 0.1px;

}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--secondary);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--secondary);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar>ul>li>a::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -16px;
  left: 0px;
  background-color: var(--primary);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover::before,
.navbar li:hover>a::before,
.navbar .active::before {
  visibility: visible;
  width: 74%;
  margin: auto;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  left: 26px;
  right: 26px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--primary);
}


.navbar .getstarted,
.navbar .getstarted:focus {
  background: rgb(255, 255, 255);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 24px;
  color: var(--primary);
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--white);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  background: rgb(202 202 202 / 90%);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--white);
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 12px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: var(--fs-15);
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--secondary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--secondary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero_bg {
  background: url("../img/slide/half_BG.svg") right -120px / 92% no-repeat var(--white);
}

#hero {
  width: 100%;
  height: calc(100vh - 154px);
  padding: 0px;
  overflow: hidden;
  background: transparent;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0px;
  overflow: hidden;
  position: absolute;
}

#hero .carousel-container img {
  height: 492px;
}

#hero .carousel-content {
  text-align: center;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content.container {
    padding: 0px 50px;
  }
}

#hero h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  color: rgb(255, 255, 255);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner {
  background: url("../img/slide/curve_shape1.svg") center center / 75% no-repeat;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: all 0.5s ease 0s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0px;
  transform: translate3d(0px, 0px, 0px);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  background-color: rgb(255, 153, 0);
  display: none;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--fs-14);
  letter-spacing: 0.1px;
  display: inline-block;
  padding: 10px 16px;
  transition: all 0.5s ease 0s;
  line-height: 1;
  margin: 10px;
  color: rgb(255, 255, 255);
  animation-delay: 0.8s;
  border: 0px;
  background: var(--secondary);
  border-radius: 100px;
  position: absolute;
  top: auto;
  bottom: 10%;
  right: 0px;
}

#hero .btn-get-started:hover {
  background: rgb(28, 92, 147);
}

#hero .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: var(--secondary);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 100px !important;
}

#hero .carousel-indicators {
  top: 0px;
  right: 0px;
  left: auto;
  flex-direction: column;
  gap: 0.5rem;
  margin: auto;
}

#hero .carousel-indicators .active {
  border: 2px solid var(--secondary);
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {

  #hero,
  #hero .carousel-item {
    height: 100vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  height: 510px
}

#hero .carousel-item {
  height: 510px;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#hero .carousel-container img {
  height: 84%;
}

#hero .carousel-content {
  height: 510px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0px;
  overflow: hidden;
  position: relative;
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 0;
  color: var(--white);
  font-weight: var(--fw-4);
  font-size: var(--fs-22);
  line-height: 28px;
}

.section-title p {
  margin-bottom: 0;
}

.section-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-header .pill-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  padding: 6px 14px;
  line-height: 16px;
  height: 28px;
  background: var(--pill-bg-1);
  border-radius: var(--br-12);
  width: max-content;
  color: var(--secondary);
  font-size: var(--fs-12);
  font-weight: var(--fw-5);
}

.section-header .pill-tag-dark {
  background: var(--hr);
}

.section-header .pill-tag-light {
  background: var(--bg-dark-30);
  color: var(--color-30);
}

.section-header h1,
.section-header h2,
.section-header h3 {
  font-weight: var(--fw-4);
  font-size: var(--fs-36);
  color: var(--color-50);
  line-height: 44px;
}

.section-header h2 {
  font-size: var(--fs-24);
  line-height: 32px;
}

.section-header h3 {
  font-size: var(--fs-22);
  line-height: 28px;
}

.section-header p {
  position: relative;
}

.commitment {
  margin-top: -53px
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0px;
  min-height: 34px;
  margin-bottom: -30px;
}

.breadcrumbs h2 {
  font-size: var(--fs-24);
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: var(--fs-14);
  align-items: center;
}

.breadcrumbs ol li a {
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #52584E;
  font-weight: 500;
  position: relative;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  margin-left: 30px;
}

.breadcrumbs ol li::after {
  display: inline-block;
  color: #52584E;
  content: "\ea50";
  font-family: boxicons !important;
  font-weight: 500;
  width: 20px;
  font-size: 1.35rem;
  line-height: 26px;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
}

.breadcrumbs ol .active {
  background: #8EBD6C;
  padding: 6px 18px;
  color: #FFF;
  border-radius: 24px;
}

.breadcrumbs ol li a:hover {
  color: var(--secondary);
}

.breadcrumbs ol li:not(:first-child)::after {
  display: none;
}

.banner_sec .section-header h1 {
  font-size: 45px;
  line-height: 52px;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: var(--secondary);
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: var(--secondary);
}

.about .icon-box:hover .icon i {
  color: var(--white);
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: var(--fs-18);
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: var(--secondary);
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: var(--fs-14);
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--secondary) 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid var(--secondary);
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.about-content blockquote,
.isol-content blockquote,
.about-content blockquote p,
.isol-content blockquote p {
  color: var(--color-60);
  font-weight: var(--fw-4);
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  margin-bottom: -45px;
}

.isol-content-col blockquote p:before,
.about-content blockquote p:before {
  content: "";
  font-family: bootstrap-icons !important;
  position: absolute;
  height: 18px;
  width: 18px;
  left: -1px;
  top: 0;
  background: url('../img/quote-vector.png') no-repeat;
  background-size: 100%;
}

.quote-icon {
  position: absolute;
  transform: rotate(180deg);
  height: 18px;
  width: 26px;
  bottom: 3px;
  background: url(../img/quote-vector.png) no-repeat;
  background-size: 70%;
}

.about-content label {
  padding: 6px 14px;
  background: #F4F5EF;
  border-radius: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #80B459;
}

.about-content blockquote,
.isol-content blockquote {
  padding: 0;
}

.about-content p {
  color: var(--color-60);
  letter-spacing: 1.5px;
  letter-spacing: 0px;
}

.section-one {
  background: url("../img/shape_2.svg") right top / 92% no-repeat var(--white);
  position: relative;
}

.section-two {
  background: url("../img/shape_2-rightside.svg") left top / 92% no-repeat rgb(255, 255, 255);
  position: relative;
}


.about-box h5 {
  color: var(--color-60);
  font-weight: var(--fw-4);
  font-size: var(--fs-24);
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.about-box .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.about-box .social-links a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 12px;
}

.about-box .social-links a.facebook {
  color: #2567D9;
}

.about-box .social-links a.twitter {
  color: #4AAAE8;
}

.about-box .social-links a.linkedin {
  color: #2E71AC;
}

.about-box .social-links a.youtube {
  color: #EB3223;
}

.about-box .social-links a.pinterrest {
  color: #D42D2F;
}

.about-box .social-links a.whatsapp {
  color: #80B459;
}

.about-box .social-links a:hover {
  background: var(--secondary);
  color: var(--white);
}

.news-box {
  position: relative;
  padding: 18px;
  border-radius: var(--br-24);
  background: var(--white);
  border: 1px solid var(--hr);
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  transform: scaleY(1);
  height: 194px;
  /* width: 100%; */
}

.news-box .date {
  font-weight: var(--fw-5);
  font-size: var(--fs-14);
  letter-spacing: 0.1px;
  color: var(--color-80);
  margin: 12px auto;
}

.news-box p {
  font-weight: var(--fw-5);
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.1px;
  color: var(--color-40);
}

.rotate-90 {
  transform: rotate(45deg);
}

.icon_img_ctrl {
  width: 100%;
  margin: auto;
}

.icon_img_ctrl img {
  width: 100%;
}


.news-box {
  position: relative;
  padding: 18px;
  border-radius: var(--br-24);
  background: var(--white);
  border: 1px solid var(--hr);
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  /* transform: scaleY(1); */
  /* transform: translateY(30px); */
  height: 194px;
  /* position: relative;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
  transform: translateY(50px);
  min-height: auto;
  flex-direction: column;
  text-align: left; */
}

.news-box .date {
  font-weight: var(--fw-5);
  font-size: var(--fs-14);
  letter-spacing: 0.1px;
  color: var(--color-80);
  margin: 12px auto;
  width: 100%;
}

.news-box p {
  font-weight: var(--fw-5);
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.1px;
  color: var(--color-40);
}

.rotate-90 {
  transform: rotate(45deg);
}

.news-box a:hover {
  color: var(--secondary) !important;
  background: transparent !important;
}

.news-box .more-content-hover {
  height: 0;
  transition: all 0.5s ease-in-out;
  height: 0;
  overflow: hidden;
  transition-delay: 0.2s;
  transform: scale(1)
}

.news-box .more-content-hover p {
  font-weight: var(--fw-4);
}

.news-box:hover .more-content-hover {
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
  display: block;
  height: 100%;
}

.news-box:hover {
  height: auto;
  z-index: 99;
  background: rgb(255, 255, 255);
  transform: translateY(-56px);
  border-radius: 24px;
}

.news-box:hover .anchor_btn {
  display: none;
}

.min-h-180x {
  height: 180px;
}



/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: var(--fs-24);
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: var(--fs-15);
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts-section {
  padding: 0;
}

.counts-section .ip-card {
  gap: .5rem;
}

.counts-section .ip-card .icon {
  position: relative;
  min-width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: url('../img/Icon_Bg_Vectoor.svg') no-repeat left center;
  background-size: 100%;
}

.counts-section .ip-card .icon>span {
  font-weight: var(--fw-5);
  font-size: var(--fs-45);
  color: var(--color-50);
  line-height: 52px;
  letter-spacing: -1px;
}

.counts-section .ip-card .icon small {
  font-size: var(--fs-24);
  line-height: 32px;
  color: var(--primary);
  margin-left: 5px;
}

.counts-section .ip-card .plus {
  position: relative;
  font-weight: var(--fw-5);
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: var(--primary);
  margin: 0;
  padding-left: 2px;
}

.counts-section .ip-card .plus::before {
  content: "\f4fe";
  font-family: bootstrap-icons;
  position: absolute;
  left: -10px;
  top: -18px;
  font-size: 1.75rem;
  color: var(--secondary);
  font-weight: var(--fw-5);
}

.htw-img {
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.htw-img img {
  max-width: 94%
}

.counts_gap {
  margin: 50px 0;
}

.counts-section .border-bottom {
  border-bottom: 1px solid var(--hr);
}

/*--------------------------------------------------------------
# WaterMark
--------------------------------------------------------------*/
.watermark {
  position: absolute;
  margin: auto;
  background: url("../img/Watermark.png") no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100%;
}

.watermark-hero {
  top: 0;
  bottom: -8%;
}

.watermark-left {
  background: url("../img/Watermark.png") left top / 100% no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0px;
  bottom: 5%;
  margin: auto;
}

.watermark-left-10x {
  background: url("../img/Watermark.png") left top / 100% no-repeat;
  width: 110px;
  height: 120px;
  position: absolute;
  left: 0px;
  bottom: 5%;
  margin: auto;
}

.watermark-left-top-10x {
  top: 0;
  bottom: auto;
  margin-top: -15px;
  width: 100px;
}

.watermark-left-top-10p {
  top: 10%;
  bottom: auto;
  margin-top: 0;
  width: 100px;
}

.watermark-right-top {
  top: 0;
  bottom: auto;
  margin-top: auto;
  width: 100px;
  left: auto;
  right: 0;
}

.watermark-right-middle {
  top: 0;
  bottom: 0;
  margin-top: auto;
  width: 100px;
  left: auto;
  right: 0;
}

.watermark-right-bottom {
  top: auto;
  bottom: 0;
  margin-top: auto;
  width: 100px;
  left: auto;
  right: 0;
}

.watermark-lb-z {
  top: auto;
  bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: var(--white);
  border-radius: 50%;
  transition: 0.5s;
  color: var(--secondary);
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: var(--fs-18);
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: var(--secondary);
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: var(--secondary);
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: var(--fs-14);
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0px;
  margin: 0px 0px 35px;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0px 15px 5px 0px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 20px;
  color: rgb(68, 68, 68);
  border-radius: 4px;
  text-transform: uppercase;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: var(--secondary);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 24px;
  height: 34px;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0px;
}

.portfolio .portfolio-wrap {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 12px;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: all 0.3s ease 0s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  inset: 0px;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: var(--fs-20);
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgb(255, 255, 255);
  font-size: var(--fs-14);
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: rgb(66, 139, 202);
  margin: 0px 4px;
  line-height: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: var(--fs-22);
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: rgb(66, 139, 202);
  color: rgb(255, 255, 255);
}

.portfolio .portfolio-wrap:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 14px;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border: 1px solid rgb(66, 139, 202);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(66, 139, 202);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: rgba(31, 53, 72, 0.08) 0px 0px 30px;
}

.portfolio-details .portfolio-info h3 {
  font-size: var(--fs-22);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0px;
  font-size: var(--fs-15);
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--white);
  opacity: 1;
  border: 1px solid var(--secondary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: var(--fs-22);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: var(--fs-15);
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: var(--white);
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, rgb(92, 118, 141) 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: var(--fs-16);
  color: var(--white);
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: var(--white);
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: var(--fs-13);
  color: var(--white);
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: var(--white);
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: var(--fs-16);
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: var(--fs-20);
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: rgb(68, 68, 68);
  text-align: center;
  box-shadow: rgba(214, 215, 216, 0.6) 0px 0px 30px;
  padding: 20px 0px 30px;
  margin-bottom: 30px;
  width: 100%;
}

.contact .section-title {
  text-align: left;
  padding-bottom: 30px;
}

.contact .section-title h2 {
  margin: 10px 0;
}

.contact .section-title p {
  color: rgb(204, 204, 204);
  line-height: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: rgb(66, 139, 202);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted rgb(158, 204, 244);
}

.contact .info-box h3 {
  font-size: var(--fs-20);
  color: rgb(102, 102, 102);
  font-weight: 700;
  margin: 10px 0px;
}

.contact .info-box p {
  padding: 0px;
  line-height: 24px;
  font-size: var(--fs-14);
  margin-bottom: 0px;
}

.contact .php-email-form {
  position: relative;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--white);
  background: rgb(237, 60, 13);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--white);
  background: rgb(24, 210, 110);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--white);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0px 10px -6px 0px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(238, 238, 238) rgb(24, 210, 110) rgb(24, 210, 110);
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact .php-email-form input[type=text].form-control,
.contact .php-email-form input[type=email].form-control,
.contact .php-email-form input[type=password].form-control,
.contact .php-email-form textarea.form-control {
  padding: 15px;
  background: transparent;
  border: 1px solid #999999;
  border-radius: 24px;
  color: var(--white);
  box-shadow: none;
  font-size: var(--fs-14);
}

.contact .php-email-form input [type=checkbox] {
  padding: 16px 15px;
  border: 1px solid #850404;
  border-radius: 24px;
  background-color: transparent;
  color: var(--white);
}

.contact .php-email-form button[type="submit"] {
  color: var(--white);
  transition: all 0.4s ease 0s;
  background: rgb(117, 126, 110);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  border: none;
  font-weight: 500;
  font-size: var(--fs-14);
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--secondary);
}

.php-email-form .form-group label {
  position: absolute;
  left: 3%;
  background: rgb(102, 102, 102);
  line-height: normal;
  top: -8px;
  padding: 1px 5px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

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

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

.hero_card_content .contact .php-email-form input[type=text].form-control,
.hero_card_content .contact .php-email-form input[type=email].form-control,
.hero_card_content .contact .php-email-form input[type=password].form-control,
.hero_card_content .contact .php-email-form textarea.form-control {
  border: 1px solid #999999;
  border-radius: 24px;
  font-weight: var(--fw-4);
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #333333
}


.form-check {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-check label {
  position: relative;
  cursor: pointer;
  font-weight: var(--fw-5);
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #999999
}

.form-check label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--secondary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -1px;
}

.form-check input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid var(--secondary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.text-right {
  text-align: right;
}

.link-a {
  position: relative;
  font-weight: var(--fw-4);
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--color-60)
}

.link-a a {
  display: inline-block;
  font-weight: var(--fw-5);
  letter-spacing: 0.1px;
  color: var(--primary)
}

.link-a a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

/* Footer */
#footer {
  background: var(--white);
  padding: 30px 0px;
  color: var(--white);
  font-size: var(--fs-14);
  position: relative;
}

#footer .footer-top {
  padding: 0px;
  position: relative;
}

#footer #contact {
  margin-top: 38px;
  position: relative;
  z-index: 1;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: var(--fs-24);
  margin: 0px 0px 20px;
  padding: 2px 0px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: var(--fs-14);
  line-height: 24px;
  margin-bottom: 0px;
  font-family: var(--font-primary);
  color: var(--white);
}

#footer .footer-top .social-links {
  display: block;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

#footer .footer-top .social-links a {
  font-size: var(--fs-20);
  display: inline-block;
  background: rgb(128, 128, 128);
  color: var(--white);
  line-height: 1;
  padding: 8px 0px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease 0s;
}

#footer .footer-top .social-links a i {
  line-height: 0;
}

#footer .footer-top .social-links a:hover {
  background: rgb(128, 180, 89);
  color: var(--white);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: var(--fs-14);
  font-weight: 500;
  color: var(--white);
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.1px;
  line-height: 20px;
}

#footer .footer-top .footer-links {
  position: relative;
  z-index: 1;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgb(158, 204, 244);
  font-size: var(--fs-18);
  line-height: 1;
  display: none;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0px;
}

#footer .footer-top .footer-links ul a {
  padding: 5px 15px;
  color: rgb(178, 178, 178);
  transition: all 0.3s ease 0s;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: var(--fs-14);
  line-height: 26px;
  background: transparent;
  border-radius: 16px;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--white);
  background: rgb(142, 189, 108);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: var(--white);
  padding: 6px 10px;
  position: relative;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  width: 100%;
  padding: 14px;
  background: transparent;
  color: #333;
  border: 1px solid #8EBD6C;
  border-radius: 24px;
}

#footer .footer-top .footer-newsletter form button[type="submit"] {
  position: absolute;
  top: 11px;
  right: 15px;
  bottom: 0px;
  border: 0px;
  font-size: var(--fs-16);
  color: var(--white);
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  gap: 8px;
  background: #757E6E;
  border-radius: 20px;
  height: 48px;
}

#footer .footer-top .footer-newsletter form button[type="submit"]:hover {
  background: var(--secondary);
}

#footer .footer-top .footer-newsletter form label {
  position: absolute;
  left: 3%;
  background: var(--white);
  line-height: normal;
  top: -4px;
  padding: 1px 5px;
  color: #808080;
  font-size: 12px;
}

#footer .copyright {
  text-align: left;
  padding-top: 1rem;
  line-height: 20px;
  color: rgb(204, 204, 204);
  width: 100%;
  position: relative;
  z-index: 1;
}

#footer .copyright strong {
  display: block;
  color: rgb(114, 172, 71);
  font-weight: 500;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: var(--fs-13);
  color: var(--white);
}

#footer .credits a {
  color: rgb(158, 204, 244);
}

.footer-rightside {
  background-color: rgb(102, 102, 102);
  border-radius: 50px 0px 0px 50px;
  padding: 48px;
  position: relative;
}

.footer-rightside .top-circle {
  position: absolute;
  right: 0px;
  top: 0px;
}

.footer-rightside .bottom-circle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: auto;
  z-index: 0;
}


/* Custome Layout Css */


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .swiper {
  min-height: 300px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}


.testimonials .testimonial-item .testimonial-img {
  margin: 0 auto;
  max-width: 90%;
}

.testimonials .testimonial-item h3 {
  font-weight: 500;
  font-size: var(--fs-16);
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: #52584E;
  margin: 0;
}

.testimonials .testimonial-item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #72AC47;
}


.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--secondary);
  font-size: 22px;
  line-height: 0 !important;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: 0;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: 0;
  position: relative;
  bottom: -6px;
  transform: scale(-1, -1);
}


.testimonials .testimonial-item p {
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #666666;
  margin-left: 26px;
  margin-top: -19px;
  padding-right: 0%;
  text-align: center;
}

.testimonials .swiper-pagination {
  margin-top: auto;
  position: relative;
  text-align: left;
  margin-left: 1.5rem;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #D9D9D9;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 100px !important;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
}

.testimonial-logo {
  border: 1px solid #E8EEE1;
  border-radius: 12px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  padding: 4px 8px;
}

.testimonial-logo img {
  width: 100%;
}


/* Our Partners */
.outpartners-sec {
  position: relative;
  padding: 1rem 0;
  overflow: inherit;
}

.outpartners-sec .logo_partner {
  border: 1px solid #E8EEE1;
  border-radius: 18px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outpartners-sec .logo_partner .lp_icon {
  margin: auto;
  width: 86%;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outpartners-sec .logo_partner img {
  width: 94%;
  height: auto;
  padding: 10%;
}



.payrowUsers-sec {
  padding: 60px 0 0;
  position: relative;
  overflow: inherit;
}

.payrowUsers-sec h1 {
  margin-bottom: 2rem;
}

.payrowUsers-sec .logo_client {
  border: 1px solid #FFF;
  border-radius: 18px;
  margin: auto
}

.payrowUsers-sec .logo_client img {
  width: 94%;
  border-radius: 18px;
}

.tailorproducts-sec {
  background: #FFF url(../img/TailorProducts_bg.svg) no-repeat right top;
  background-size: 97%;
  position: relative;
}

.tailorproducts-sec .person-info h1 {
  font-weight: 400;
  font-size: var(--fs-22);
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #52584E;
  margin: 5px 0 8px 0;
}

details {
  display: inline;
  position: relative;
  width: 100%;
}

details summary {
  display: block;
  cursor: pointer;
  color: red;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 100%;
}

details summary:focus {
  outline: none;
}

details[open] {
  display: block;
  animation: open .2s linear;
  margin-bottom: 3rem;
}

details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -20px;
  bottom: -60px;
}

details #open {
  text-align: middle;
  font-weight: var(--fw-5);
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: var(--primary);
}

details #open i::before {
  font-size: 12px;
  content: "\2193";
  position: relative;
  top: -3px;
}

details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "";
  transform: rotate(90deg);
  display: none;
}

details #close:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\2715";
  transform: rotate(90deg);
}

details[open] #open {
  display: none;
}

details #close {
  display: none;
}

details[open] #close {
  display: block;
  border: 0px solid;
}

::-webkit-details-marker {
  display: none;
}

details #open:hover {
  color: var(--white);
  background-color: var(--secondary);
  border-color: var(--secondary);
}

details #close:hover {
  color: var(--white);
  background-color: var(--danger-btn);
  border-color: var(--dander-btn);
}

@keyframes open {
  0% {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(-30px);
  }

  50% {
    opacity: .75;
    transition: all 0.5s ease-in-out;
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
  }
}

img {
  max-width: 100%;
}

.hardware--sec {
  padding: 0;
  background: url("../img/HD_Prd_BG1.svg") right top / 96% no-repeat transparent;
  position: relative;
}

.hardware--sec-second {
  padding: 0;
  background: url("../img/HD_Prd_BG3.svg") left top / 92% no-repeat transparent;
  position: relative;
  margin-top: 0rem;
}

.hardware--sec .about-box {
  margin-top: 6.25rem;
  margin-bottom: 2rem;
}

.hardware--sec-second .about-box {
  margin-top: 8rem;
  margin-bottom: 2rem;
}

/* .about-box{background: #f00;} */
.hardware--sec .about-box .about-imgbox {
  min-height: 420px;
  margin: auto;
  text-align: center;
}

.hardware--sec .about-box .about-imgbox img {
  width: auto;
  height: 100%;
}

.hardware--sec .section-header h6 {
  font-weight: var(--fw-4);
  font-size: var(--fs-22);
  line-height: 32px;
  color: var(--color-60);
}

.ul-list-s1 {
  list-style: none;
  margin: 2rem 20px;
  padding: 0;
}

.ul-list-s1 li {
  list-style: disc;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #666;
  margin-bottom: 10px;
}

.ul-list-s1 li .li-img {
  display: inline-block;
}

.ul-list-s1 li .li-img img {
  width: 100%;
}

.ul-list-s2 {
  list-style: none;
  margin: 1rem;
  padding: 0;
  width: 100%;
}

.ul-list-s2 li {
  width: 100%;
  list-style: none;
  font-weight: 400;
  font-size: var(--fs-18);
  text-align: center;
  border-radius: 16px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #666;
  margin-bottom: .75rem;
  border: 1px solid #7C8B85;
  padding: .5rem;
}

.team-sec {
  padding-top: 50px;
  background: url("../img/team_bg.svg") left top / 100% no-repeat rgb(255, 255, 255);
  position: relative;
}

.abs-i-container {
  padding-top: 120px;
  background: url("../img/about_inner_BG.svg") right top / 100% no-repeat;
  position: relative;
  margin-top: -40px;
}

.vm-sec {
  padding: 0;
}

.hero_card_content,
.hero_card_content .card-header {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.hero_card_content {
  gap: 2rem
}

.hero_card_content .card-body h1 {
  font-weight: 400;
  font-size: 57px;
  line-height: 64px;
  letter-spacing: -0.25px;
  color: #52584E;
  /* padding-right: 28%; */
}

.hero_card_content .card-body p {
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #5E6559 !important;
  width: 100% !important;
  /* padding-right: 20%; */
  margin: 1rem 0 2.5rem;
}

.boardmember-card {
  position: relative;
}

.boardmember-card .icon_img {
  padding: 0 1rem;
  margin: 0rem auto;
}

.boardmember-card .icon_img img {
  max-width: 100%;
}

.boardmember-card .person-info {
  padding: 0 1rem;
  margin-top: -1rem;
}

.boardmember-card .person-info a {
  display: inline-block;
  font-size: 1.5rem;
  color: #72AC47;
  opacity: .5
}

.boardmember-card .person-info a i {
  display: block;
}

.boardmember-card .person-info a:hover {
  color: #72AC47;
  opacity: 1
}

.boardmember-card .person-info h1 {
  font-weight: 500;
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #52584E;
}

.boardmember-card .person-info span {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #72AC47;
  display: block;
}

.boardmember-card .person-info p {
  color: var(--color-60);
  font-weight: 400;
  font-size: var(--fs-15);
  line-height: 24px;
}

/* .gp_hideplus a i{background: #f90;} */
.gp_hideplus a {
  cursor: none;
}

.gp_hideplus a i.bi-plus-circle-fill::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #72AC47;
  border-radius: 100px;
}


.team-card {
  position: relative;
  background: var(--white);
  border: 1px solid #E8EEE1;
  padding: 1rem;
  margin-bottom: 1.25rem;
  border-radius: 24px;
  transition: all .3s ease-in-out;
}

.team-card .team-img {
  padding: 0;
  margin: 0 auto;
  width: 142px;
}

.team-card .team-img img {
  max-width: 100%;
  transition: all .3s ease-in-out;
}

.strategy_card {
  position: relative; 
  border-radius: 24px;
}

.strategy_card .team-img {
  width: 80%;
  /* max-height: 136px; */
  height: 168px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8f2 !important;
  
  /* 
  border: 1px dashed #f00; */
  padding: 0.75rem;
}
.strategy_card .team-img img {
  height: auto;
}
.strategy_card .name h1{
  font-size: var(--fs-14) !important;
}

/* .team-card .person-info{padding:0 2rem;margin-top: -1rem;} */
.team-card .btn-action a {
  display: inline-block;
  font-size: 1.5rem;
  color: #72AC47;
  left: 16%;
  position: relative;
}

.team-card .btn-action a i {
  display: block;
  background: var(--white);
  border-radius: 100px;
}

.team-card .person-info a:hover {
  color: #52584E
}

.team-card .name {
  text-align: center;
  margin-top: 2rem;
}

.team-card .name h1 {
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #52584E;
}

.team-card .name span {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #72AC47;
  display: block;
}

.btn-action {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 1.75rem;
}

.btn-action a {
  font-size: 1.25rem;
  display: block;
}

.team-sec .about-content .section-header h1 {
  margin-bottom: 2rem;
}

.strip_bg {
  position: absolute;
  width: 100%;
  height: 110px;
  top: 48%;
  background: #F7F8F2;
}

.container-cc {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 280px;
}

.container-cc .face {
  width: 100%;
  min-height: 148px;
  transition: all 0.5s ease 0s;
  background: rgb(255, 255, 255);
  padding: 20px;
  border: 1px solid rgb(232, 238, 225);
  border-radius: 24px;
}

.container-cc .face.face1 {
  position: relative;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(72px);
  min-height: auto;
}

.container-cc .face.face1 .content {
  transition: all 0.5s ease 0s;
}

.container-cc .face.face1 .content img {
  max-width: 100px;
}

.container-cc .face.face1 .content h3,
.container-cc .card .face.face1 .content h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgb(128, 128, 128);
}

.container-cc .face.face1 .content h4 {
  font-size: var(--fs-15);
  line-height: 24px;
  color: rgb(76, 76, 76);
  height: auto;
  overflow: hidden;
  margin: 12px auto .5rem;
  min-height: 50px;
  max-height: 74px;
  overflow: hidden;
}

.container-cc .face.face1 .content a {
  margin: 0;
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: rgb(117, 126, 110);
}

.container-cc .face.face1:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-0px);
  border-radius: 24px;
}

.container-cc .face.face1:hover .content {
  opacity: 1;
}

.container-cc .face.face1 .content p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: var(--fs-13);
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #666666;
  height: 0px;
  overflow: hidden;
}

.container-cc .face.face1:hover .content p {
  height: auto;
}

.container-cc .face.face1:hover .content h4 {
  height: auto;
  overflow: hidden;
}

.container-cc .face.face1:hover .content a {
  background: transparent;
  color: var(--secondary);
  margin-top: 1rem;
}

.container-cc .face .img-date {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  position: relative;
}

.container-cc .face .img-date .face-img {
  width: 168px;
  height: 100%;
  box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
  background-color: #FFF;
  overflow: hidden;
  margin-top: -5rem;
  margin-left: -6rem;
  border-radius: 24px;
}

.container-cc .face .img-date .face-img img {
  max-width: 100%;
  border: 2px solid #ffffff;
  border-radius: 24px;
  width: 100%;
}

.container-cc .face .img-date h3 {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgb(128, 128, 128);
}


.container-events-cc {
  height: 402px;
}

.container-events-cc .face {
  width: 80%;
  margin: auto;
  margin-right: 0;
}

.container-events-cc .face.face1 {
  transform: translateY(102px)
}

.container-events-cc .face.face1:hover {
  transform: translateY(62px);
  border-radius: 24px;
}

.container-events-cc .face.face1 .content a {
  display: none;
}

.fix-btn-mt-5px {
  margin-top: -3.5rem;
}

/* .container-cc .face.face1:hover */

.news-sec {
  padding: 0;
  position: relative;
  overflow: inherit;
}

.vm-sec .vm-card {
  position: relative;
  background: url(../img/vm_bg.svg) no-repeat 65px 30px;
  background-size: 44%;
  padding-bottom: 0;
  min-height: 204px;
}

.vm-sec .vm-card {
  background: url(../img/vm_bg.svg) no-repeat center;
  background-size: auto;
}

.vm-sec .vm-card p {
  text-align: left;
  margin: 0;
  padding-right: 15%;
  color: var(--color-60);
}

.vm-sec .section-header h2 {
  margin-bottom: 1rem;
}

.socialmedia-sec {
  padding: 50px 0;
  background: #FBFCFA;
  position: relative;
}

.socialmedia-sec .social-links {
  width: 100%;
  gap: 1rem;
  ;
}

.socialmedia-sec .social-links a {
  background: url(../img/social_media_bg.svg) no-repeat center;
  background-size: 90%;
  width: 86px;
  height: 100px;
  transition: all 0.5s ease-in-out;
}

.socialmedia-sec .social-links a:hover {
  background: url(../img/social_media_bg-hover.svg) no-repeat center;
  background-size: 96%;
}

p {
  font-size: var(--fs-16);
  font-weight: var(--fw-4);
  line-height: 24px;
  letter-spacing: 0.5px;
}

.softwarebg-img,
.hardware-img {
  height: 380px;
  position: relative;
  display: flex;
  align-items: center;
}

.softwarebg-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../img/slide/software-bg.png) no-repeat left bottom;
  width: 100%;
  background-size: 150%;
}

.hardware-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../img/slide/Hardware_bg.png) no-repeat center bottom;
  width: 100%;
  background-size: cover;
}


.infop-container {
  width: 100%;
}

.emty-320 {
  min-height: 320px;
}

.anchor_btn {
  display: flex;
}

.anchor_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--primary);
  font-weight: var(--fw-5);
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;
  background: transparent;
  border-color: transparent;
  border-radius: var(--br-16);
}

.anchor_btn a i {
  font-size: 20px;
}

.anchor_btn a:hover {
  color: var(--secondary);
  background: var(--secondary);
  border-color: var(--secondary);
}

.anchor_btn-active a {
  background: #72AC47;
  border-radius: 24px;
  color: #FFF;
  padding: 8px 16px;
}


.anchores {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.anchores .btn {
  min-width: 168px;
}

.btn-readmore,
.btn-login,
.read-more-trans {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  background: #757E6E;
  border-radius: 24px;
  border-color: #757E6E;
  width: max-content;
  font-size: var(--fs-14);
  color: #FFF;
}

.btn-login {
  border-color: #757E6E;
  background: transparent;
  color: #757E6E;
  height: 44px;
}

.read-more-trans {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  background: transparent;
  border-radius: 24px;
  border-color: transparent;
  width: max-content;
  font-size: var(--fs-14);
  color: #757E6E;
}

.btn-readmore:hover,
.btn-readmore:focus,
.btn-readmore.active,
:not(.btn-readmore)+.btn-readmore:active,

.btn-login:hover,
.btn-login:focus,
.btn-login.active,
:not(.btn-login)+.btn-login:active {
  background: var(--secondary);
  border-color: var(--secondary);
}

.trans-bg {
  background: transparent;
}


.btn-dark-md-fill {
  font-size: var(--fs-14);
  color: var(--white);
  line-height: 20px;
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 24px;
  width: max-content;
  max-height: 44px;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn-dark-md-fill i {
  font-size: 1.25rem
}

.btn-dark-md-fill:hover,
.btn-dark-md-fill:focus,
.btn-dark-md-fill.active,
:not(.btn-dark-md-fill)+.btn-dark-md-fill:active {
  background: var(--secondary);
  border-color: var(--secondary);
}

.about-box,
.about-content {
  width: 100%;
}

.banner_sec {
  position: relative;
  height: 384px;
  background: #FFF;
}

.banner_sec .breadcrumbs {
  position: absolute;
  top: 0;
}

.news-sec .anchor_btn a:hover,
.portfolio-sec .anchor_btn a:hover {
  color: #FFF;
}

.news-sec .anchores .btn {
  min-width: auto;
}

.news-sec .anchores a {
  padding: 8px 16px;
  height: 36px;
  background: var(--secondary);
  border-color: var(--secondary);
  border-radius: var(--br-24);
  font-weight: var(--fw-4);
  font-size: var(--fs-14);
  line-height: 20px;
  letter-spacing: 0.1px;

}

.news-sec .anchores a:last-child {
  background: #FCFCFC;
  border-color: #FCFCFC;
  color: var(--primary);
}

.news-sec .anchores a:hover:last-child {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}


.hd-p-img img {
  width: 100%;
}

.c-m-c-ctrl {
  position: relative;
  margin-top: -4.5rem;
  margin-left: 1rem;
  width: 100%;
}

.avatar_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.avatar_name .avatar_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.avatar_name .avatar_img img {
  width: 100%;
}

.cust-multi-collapse {
  background: var(--white);
  border: 1px solid var(--color-20);
  border-radius: var(--br-24);
  padding: 1.5rem;
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  position: relative;
  width: 75%;
  /* margin-top: -200px */
}

.cust-multi-collapse .card {
  background: var(--white);
  border: none;
  padding: 0;
  margin: 0;
  border-radius: none !important;
}

.cust-multi-collapse .card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0px solid;
  flex-direction: row;
  border-radius: none !important;
  padding: 0;
  background: transparent;
  margin-bottom: .75rem;
}

.cust-multi-collapse .card .card-header h1 {
  font-weight: var(--fw-5);
  font-size: var(--fs-16);
  color: var(--color-50);
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0;
}

.c-m-c-ctrl .cust-multi-collapse:last-child {
  width: 55%;
  margin-left: auto;
  margin-right: 0;
}

.cust-multi-collapse .card .card-header h1 span {
  display: block;
  font-weight: var(--fw-5);
  font-size: var(--fs-14);
  color: var(--secondary);
  line-height: 20px;
  letter-spacing: 0.1px;
}

.cust-multi-collapse .card .card-header .social-links a {
  color: var(--white);
  font-size: 1rem;
  background: var(--color-20);
  border-radius: 100px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.cust-multi-collapse .card .card-header .social-links a:hover {
  color: var(--white);
  background: var(--secondary);
  transform: scale(1.25);
  box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.25);
}

.cust-multi-collapse .card .card-body {
  padding: 0;
}

.cust-multi-collapse .card .card-body p {
  font-weight: var(--fw-4);
  font-size: var(--fs-14);
  color: var(--color-60);
  line-height: 20px;
  letter-spacing: 0.25px;
}

.hero_card_content .contact .header {
  margin-bottom: 2rem;
}

.hero_card_content .contact .header h1 {
  font-weight: var(--fw-4);
  font-size: var(--fs-36);
  line-height: 44px;
  color: var(--color-50);
}

.hero_card_content .contact .header h1>span {
  display: block;
  font-size: var(--fs-14);
  line-height: 20px;
  color: var(--color-70);
  letter-spacing: 0.25px;
  color: #808080;
}

.hero_card_content .contact .php-email-form .form-group label {
  background: #FFF;
  font-size: var(--fs-12);
  font-weight: var(--fw-4);
}

.cust-multi-collapse .cmc-close-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  background: var(--white);
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 4px 8px;
  z-index: 9;
  font-size: 20px;
}

.mt-8 {
  margin-top: 2.5rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.re-mb-5 {
  margin-bottom: -5rem;
}

.re-mt-3 {
  margin-top: -3rem;
}

.ten_prds {
  position: relative;
  margin: 1rem auto;
  text-align: center;
  border-color: #E8F2E4;
  padding: 1.25rem 1.75rem;
}

.ten_prds .icon {
  position: relative;
  margin: 1rem auto;
  text-align: center;
  width: 52px;
  height: 52px;
}

.ten_prds .icon img {
  width: 100%
}

.ten_prds p {
  margin: 0;
  padding: 0;
  font-size: var(--fs-12);
  font-weight: var(--fw-4);
  color: var(--color-50);
  line-height: normal;
}

.i_bq_p_text_h {
  /* background:#f90; */
  min-height: 160px;
}

.i_bq_p_text_h p {
  /* background:#f00; */
}


@media screen and (max-width: 1024px) {

  .hero_card_content .card-body h1,
  .hero_card_content .card-body p {
    padding-right: 0%;
  }

  .navbar>ul>li>a::before {
    display: none;
  }

  .softwarebg-img::before {
    background-size: 160%;
  }

  .container-cc .face .img-date .face-img {
    margin: 0;
  }

  .container-events-cc .face {
    width: 98%;
    margin: auto;
  }
}


@media screen and (max-width: 768px) {
  .banner_sec .breadcrumbs {
    position: absolute;
    top: -38px;
  }

  .hero_card_content .card-body h1 {
    font-size: var(--fs-28);
    line-height: 36px;
    letter-spacing: 0;
    padding-right: 0%;
  }

  .hero_card_content .card-body p {
    padding-right: 0%;
  }

  .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
  }

  .anchores .btn {
    min-width: 120px;
    border-radius: var(--br-16);
    padding: 12px;
    font-weight: var(--fw-5);
    font-size: var(--fs-12);
    line-height: 16px;
  }

  .hero_card_content .card-body p {
    margin: .5rem auto 1rem auto;
  }

  #hero {
    width: 100%;
    height: 100%;
  }

  #hero .carousel-inner {
    background-size: 100%;
  }

  #hero .carousel-item {
    height: 400px;
    padding: 1rem 0;
  }

  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0px;
    overflow: hidden;
    position: relative;
  }

  #hero .carousel-container img {
    max-height: 320px;
  }

  #hero .btn-get-started {
    bottom: 0;
  }

  .counts-section .ip-card .icon {
    min-width: 74px;
    height: 74px;
  }

  .counts-section .ip-card .icon>span {
    font-size: var(--fs-32);
    line-height: 40px;
  }

  .counts-section .ip-card .plus {
    font-size: var(--fs-12);
    line-height: 18px;
  }

  .section-header h1 {
    font-size: var(--fs-22);
    line-height: 28px;
  }

  #footer {
    padding: 0px;
  }

  #footer .footer-top .footer-newsletter form {
    margin-top: 1.25rem;
    padding: 0;
  }

  #footer .footer-top .footer-links ul a {
    font-size: var(--fs-13);
    line-height: 16px;
  }

  #footer .footer-top .footer-newsletter form button[type="submit"],
  .contact .php-email-form button[type="submit"] {
    position: relative;
    width: 100%;
    padding: 0;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 1rem;
    max-height: 48px;
  }

  .footer-rightside {
    padding: 2rem 1.25rem;
    border-radius: 24px 24px 0 0;
    margin-top: .5rem;
  }

  .btn-dark-md-fill {
    line-height: 20px;
    padding: 12px 18px 12px 18px;
    /*max-height: 38px;*/
  }

  .full_w_btn {
    width: 100%;
  }

  .about-box .social-links {
    justify-content: space-between;
  }

  .banner_sec .section-header h1 {
    font-size: var(--fs-22);
    line-height: 38px;
    margin-top: 1.5rem;
  }

  .mt-9,
  .mt-8 {
    margin-top: 1rem !important;
  }

  #hero .carousel-content {
    height: 380px;
    text-align: center;
  }

  .hero_bg {
    background: url(../img/mobile_hero_bg.svg) right 280px / 100% no-repeat var(--white);
  }

  .section-one {
    background: url(../img/shape_2.svg) right top / 92% no-repeat var(--white);
  }

  .mobile_abtusbg {
    background: url(../img/mobile_Aboutus.svg) right top / 100% no-repeat var(--white);
    background-size: 100%;
  }

  .new-events_mob-bg {
    background: url(../img/news_events_mob_bg.svg) right top / 100% no-repeat var(--white);
    background-size: 100%;
  }

  .hardware--sec {
    background-size: 98%;
  }

  .counts_gap {
    margin: 0;
  }

  .counts_gap,
  section {
    padding: 1rem 0;
  }

  .isolutions-box {
    margin-bottom: 24px;
  }

  .about-content blockquote p,
  .isol-content blockquote p {
    padding-right: 0;
  }

  .about-box h5 {
    font-weight: var(--fw-4);
    font-size: var(--fs-16);
    line-height: 24px;
  }

  .min-h-180x {
    height: auto;
  }

  .news-box:hover {
    transform: translateY(0px);
  }

  .banner_sec {
    height: auto;
    padding-top: 54px;
  }

  .abs-i-container {
    padding-top: 44px;
    margin-top: 0;
  }

  .cust-multi-collapse {
    width: 100%;
  }

  .hardware--sec .about-box .about-imgbox {
    height: auto;
    min-height: auto;
  }

  .emty-320 {
    min-height: 20px;
  }

  p,
  .ul-list-s1 li {
    font-size: var(--fs-14);
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .ul-list-s1 li {
    font-size: var(--fs-14);
    line-height: 24px;
    letter-spacing: 0px;
  }

  .ul-list-s2 li {
    font-size: var(--fs-14);
    line-height: 18px;
    margin-bottom: .5rem;
  }


  .hardware--sec .about-box,
  .hardware--sec-second .about-box {
    margin: 2.25rem 0;
  }

  .softwarebg-img::before {
    background-size: 296%;
  }

  .container-cc {
    height: auto;
  }

  .container-cc .face.face1 {
    margin-bottom: 1.25rem;
    transform: translateY(2px);
  }

  .container-events-cc .face.face1 {
    transform: translateY(12px);
  }

  .container-events-cc .face.face1:hover {
    transform: translateY(2px);
  }

  .re-mb-5 {
    margin-bottom: 1rem;
  }

  .vm-sec .vm-card {
    background: url(../img/vm_bg.svg) no-repeat center;
    background-size: contain;
    min-height: auto;
    background: transparent;
  }

  /* .testimonial-content{padding: .2rem;text-align: center;} */
  /* .testimonials .testimonial-item h3{justify-content: center;} */
  .testimonials .testimonial-item p {
    margin: 0;
    padding: 0
  }

  .testimonials .swiper {
    height: auto;
  }

  .testimonials .swiper-pagination,
  .news-sec .swiper-pagination {
    margin: auto;
    position: relative;
    align-items: flex-end;
    bottom: 0 !important;
  }

  .container-cc .face .img-date .face-img {
    width: 100%;
  }

  .container-events-cc .face {
    padding: 1rem
  }

  .container-events-cc .face.face1 .content h3 {
    position: absolute;
    right: 1px;
    background: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    bottom: 0;
    font-size: var(--fs-11);
  }

  .container-events-cc .face.face1 .content h4 {
    font-size: var(--fs-14);
  }

  .socialmedia-sec .social-links a {
    width: auto;
  }

  .hardware--sec .section-header h6 {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    line-height: normal;
  }

  .about-content p>strong {
    font-weight: 500;
  }

  .container-cc .face.face1 .content h4 {
    min-height: auto;
  }
}

@media screen and (max-width: 580px) {
  .news-box {
    height: auto;
  }

  .pp-mb-12 {
    padding: 10px;
  }

  .icon_img_ctrl {
    width: 90%;
    margin: auto;
  }

  .ul-list-s2 {
    margin: 0 0 0 15px;
  }

  .team-card {
    padding: .75rem;
  }

  .team-card .team-img {
    width: 100%;
  } 
  .strategy_card .team-img {
    width: 100%;
    border-radius: 100px;
    height: 136px;
 }

  .team-card .name {
    margin-top: 1rem;
  }

  .team-card .name h1 {
    margin: 0;
  }

  .team-card .name span {
    font-size: var(--fs-11);
    line-height: normal;
    height: 26px;
    overflow: hidden;
  }

  /* .socialmedia-sec .social-links a{width: auto;} */
}

@media screen and (min-width: 1024px) {
  .hardware--sec .about-box .about-imgbox {
    height: 400px;
  }

  .team-card .team-img {
    width: 75%;
    margin-top: 5%;
    overflow: hidden;
    transition: all .3s ease-in-out;
    height: 168px;
    background: transparent;
    border-radius: 100%;
  }

  .team-card .team-img:hover img {
    transform: scale(1.15);
    transition: all .3s ease-in-out;
  }

  .team-card {
    padding: 1rem;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, #80b459) !important;
}

.carousel-inner {
  text-align: center;
}



/* scaling media queries */

/* 1. scale and layout setting at 100% */
@media (resolution: 1dppx) {}

/* 2. scale and layout setting at 125% */
@media (resolution: 1.25dppx) {
  .container-events-cc {
    height: 390px;
  }

  .container-cc .face.face1 .content h4 {
    font-size: var(--fs-14);
    line-height: 18px;
  }

  .socialmedia-sec .social-links a {
    background-size: 92%;
  }

  .socialmedia-sec .social-links a:hover {
    background-size: 98.75%;
  }

}

/* 3. scale and layout setting at 150% */
@media (resolution: 1.5dppx) {

  .container-events-cc .face.face1 .content h4,
  .container-events-cc .face.face1 .content p {
    line-height: normal;
    transform: scale(1 0.85) !important;
    font-size: 12px;
  }

  .container-events-cc {
    min-height: 260px;
    height: 370px;
  }

  .tailorproducts-sec {
    background-size: 99%;
  }

  .testimonials .testimonial-item p {
    padding-right: 2%;
    line-height: 19px;
  }

  .boardmember-card .person-info h1 {
    font-size: var(--fs-14);
    line-height: 20px;
  }

  .boardmember-card .person-info p {
    font-size: var(--fs-13);
    line-height: 19px;
  }

  .container-cc .face.face1 .content h4 {
    font-size: 14px;
    line-height: 19px;
    min-height: 58px;
  }
}

/* 4. scale and layout setting at 175% */
@media (resolution: 1.75dppx) {}

.counts-section .carousel-control-prev {
  display: none;
}

.counts-section .carousel-control-next {
  display: none;
}

.counts-section .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: var(--secondary);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 100px !important;
}

.counts-section .carousel-indicators {
  top: auto;
  bottom: -31px;
  left: 0;
  right: 0;
  width: 100%;
  flex-direction: row;
  gap: 0.5rem;
  margin: auto;
}

.counts-section .carousel-indicators .active {
  border: 2px solid var(--secondary);
}

.counts-section {
  overflow: visible;
}

.addbtn_icon {
  position: absolute;
  top: -10px;
  left: 15%;
  width: 22px;
  height: 22px;
}

.addbtn_icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.parnerimg {
  margin-left: 40px !important;
  margin-top: 47px !important;
  width: 110px !important;
}