body {
  font-family: "Poppins", serif;
  width: 100%;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

html {
  width: 100%;
  height: 100%;
}

@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1520px;
  }
}
@media (min-width: 1800px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1600px;
  }
}
.theme_btn {
  border: solid 2px #2BA857;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  padding: 10px 25px;
  color: #2BA857;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.theme_btn i {
  padding-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.theme_btn:hover {
  background-color: #2BA857;
  color: #fff;
}
.theme_btn:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.theme_btn2 {
  background-color: #2BA857;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: solid 2px transparent;
}
.theme_btn2:hover {
  border: solid 2px #2BA857;
  color: #2BA857;
  background-color: transparent;
}
.theme_btn2:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  background: white;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
  z-index: 99;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.header {
  display: block;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 10px 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.078);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.078);
}
.header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header .logo img {
  height: 51px;
}
.header .logo .top_exp_count {
  margin-left: 10px;
}
.header .logo .top_exp_count img {
  width: 51px;
  height: auto;
}
.header .logo .top_exp_count .exp_count {
  text-align: center;
  font-size: clamp(14px, 0.9375vw, 18px);
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}

.header .item-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
}

.header .item-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79%;
          flex: 0 0 79%;
  padding-top: 4px;
}

.header .item-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}

.menu-main {
  text-align: end;
  margin: 0;
  padding: 0;
}

.header .menu > ul > li > a {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  color: #071A43;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

@media (min-width: 1199px) {
  .header .menu > ul > li > a i {
    display: none;
  }
}

.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  border-radius: 16px;
}

.header .menu > ul > li .sub-menu ul {
  margin: 0;
  padding: 0;
}

.header .menu > ul > li .sub-menu ul li {
  text-align: start;
  list-style: none;
}

@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 15px;
    visibility: visible;
    opacity: 1;
  }
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}

.header .menu > ul > li .sub-menu > ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #071A43;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}

.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu > ul > li .multi-column-menu {
  min-width: 700px;
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .menu > ul > li .multi-column-menu .list-item {
  width: 50%;
}

.header .menu > ul > li .multi-column-menu .list-item ul li {
  width: 100%;
  line-height: 1;
}

.header .menu > ul > li .multi-column-menu .list-item ul li a {
  color: #071A43;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 12px 8px;
  position: relative;
}

.header .menu > ul > li .multi-column-menu .list-item ul li a:hover {
  color: #fff;
  padding-left: 15px;
  background-color: #09A57F;
}

.header .menu > ul > li .multi-column-menu .list-item ul li a:hover {
  display: block;
}

.header .menu > ul > li .sub-menu.multi-column-menu {
  left: 80%;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(1),
.header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(2),
.header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(3),
.header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(4) {
  min-height: 200px;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(1),
.header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(2),
.header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(3),
.header .menu > ul > li .sub-menu.mega-menu > .list-item:nth-child(4) {
    min-height: 190px;
    padding-bottom: 10px;
  }
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 12px 0;
  display: block;
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #071A43;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media (max-height: 900px) {
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 8px 0;
  }
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 1330px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 15px;
}

@media (max-width: 1560px) {
  .header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
  }
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 15px;
  text-align: start;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .meni_icon {
  width: 44px;
  height: 44px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: clamp(16px, 1.145vw, 22px);
  color: #09A57F;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0;
  text-align: start;
}

@media (max-height: 900px) {
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    padding-bottom: 0;
  }
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
  text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #071A43;
}

.header .menu > ul > li .sub-menu > ul > li > a:hover {
  padding-left: 10px;
  background-color: #09A57F;
  color: #fff;
}

.header .menu > ul > li .sub-menu > ul > li > a:hover::before {
  display: block;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover {
  padding-left: 20px;
  background-color: #09A57F;
  color: #fff;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover::before {
  display: block;
}

/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 1199px) {
  .header .item-center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header .menu > ul > li .sub-menu.multi-column-menu.active {
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
  .header .menu > ul > li .multi-column-menu .list-item {
    width: 100%;
  }
  .header .item-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .v-center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
.header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1099;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: start;
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
.header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @-webkit-keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  @-webkit-keyframes slideRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    margin-bottom: 20px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
    overflow-y: hidden;
  }
}
.quote_btn a {
  background: #2BA857;
  color: #fff !important;
  padding: 0px 20px;
  display: inline-block;
  border-radius: 80px;
  text-align: center !important;
}
@media (max-width: 1199px) {
  .quote_btn {
    padding-top: 20px;
  }
}

@media (max-width: 476px) {
  .header .item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.hero_Slider {
  background-color: #EEFCFF;
  position: relative;
  padding: 14vw 0;
}
@media (max-width: 767px) {
  .hero_Slider {
    padding: 35vw 0 14vw;
  }
}
.hero_Slider::before {
  background-image: url("../img/slider_bg.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero_Slider .img_wrp {
  width: 60vw;
  height: 59vw;
  background-color: #A0DABC;
  border-radius: 100%;
  position: absolute;
  right: -16vw;
  top: -15vw;
  -webkit-box-shadow: 0 5px 16px rgba(160, 218, 188, 0.6901960784);
          box-shadow: 0 5px 16px rgba(160, 218, 188, 0.6901960784);
  -webkit-animation: sliderImg 1s ease;
          animation: sliderImg 1s ease;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero_Slider .img_wrp {
    width: 61vw;
    height: 58vw;
  }
}
@media (min-width: 1800px) {
  .hero_Slider .img_wrp {
    width: 60vw;
    height: 58vw;
  }
}
.hero_Slider .inner_img {
  width: 46vw;
  height: 47vw;
  position: absolute;
  top: -52px;
  right: -3vw;
  overflow: hidden;
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .hero_Slider .inner_img {
    top: -42px;
  }
}
@media (max-width: 576px) {
  .hero_Slider .inner_img {
    top: -24px;
  }
}
@-webkit-keyframes sliderImg {
  0% {
    width: 5vw;
    height: 5vw;
  }
  100% {
    width: 60vw;
    height: 60vw;
  }
}
@keyframes sliderImg {
  0% {
    width: 5vw;
    height: 5vw;
  }
  100% {
    width: 60vw;
    height: 60vw;
  }
}
.hero_Slider .dots_wrp {
  position: absolute;
  right: 30vw;
  bottom: 20vw;
  display: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .hero_Slider .dots_wrp {
    bottom: 54vw;
  }
}
.hero_Slider .dots_wrp2 {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .hero_Slider .dots_wrp2 {
    top: 28%;
  }
}
.hero_Slider .dot1 {
  width: 61px;
  height: 60px;
  border-radius: 200px;
  background-color: #A0DABC;
  -webkit-transform: translateX(-12vw) translateY(17vw);
          transform: translateX(-12vw) translateY(17vw);
}
.hero_Slider .dot2 {
  width: 30px;
  height: 30px;
  border-radius: 60px;
  background-color: #A0DABC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-15vw) translateY(-7vw);
          transform: translateX(-15vw) translateY(-7vw);
}
.hero_Slider .dot3 {
  width: 15px;
  height: 15px;
  border-radius: 40px;
  background-color: #A0DABC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-12vw) translateY(4vw);
          transform: translateX(-12vw) translateY(4vw);
}
.hero_Slider .dot4 {
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background-color: #A0DABC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-14vw) translateY(-18vw);
          transform: translateX(-14vw) translateY(-18vw);
}
.hero_Slider .dot5 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #A0DABC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(40vw) translateY(8vw);
          transform: translateX(40vw) translateY(8vw);
}
.hero_Slider .dot6 {
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background-color: #A0DABC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(42vw) translateY(-13vw);
          transform: translateX(42vw) translateY(-13vw);
}
.hero_Slider .activeSlider {
  display: block;
}
.hero_Slider .activeSlider .dot1 {
  -webkit-animation: float-dot1 1.5s ease;
          animation: float-dot1 1.5s ease;
}
.hero_Slider .activeSlider .dot2 {
  -webkit-animation: float-dot2 1.5s ease;
          animation: float-dot2 1.5s ease;
}
.hero_Slider .activeSlider .dot3 {
  -webkit-animation: float-dot3 1.5s ease;
          animation: float-dot3 1.5s ease;
}
.hero_Slider .activeSlider .dot4 {
  -webkit-animation: float-dot4 1.5s ease;
          animation: float-dot4 1.5s ease;
}
.hero_Slider .activeSlider .dot5 {
  -webkit-animation: float-dot5 1.5s ease;
          animation: float-dot5 1.5s ease;
}
.hero_Slider .activeSlider .dot6 {
  -webkit-animation: float-dot6 1.5s ease;
          animation: float-dot6 1.5s ease;
}
@-webkit-keyframes float-dot1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-12vw) translateY(17vw);
            transform: translateX(-12vw) translateY(17vw);
  }
}
@keyframes float-dot1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-12vw) translateY(17vw);
            transform: translateX(-12vw) translateY(17vw);
  }
}
@-webkit-keyframes float-dot2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-15vw) translateY(-7vw);
            transform: translateX(-15vw) translateY(-7vw);
  }
}
@keyframes float-dot2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-15vw) translateY(-7vw);
            transform: translateX(-15vw) translateY(-7vw);
  }
}
@-webkit-keyframes float-dot3 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-12vw) translateY(4vw);
            transform: translateX(-12vw) translateY(4vw);
  }
}
@keyframes float-dot3 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-12vw) translateY(4vw);
            transform: translateX(-12vw) translateY(4vw);
  }
}
@-webkit-keyframes float-dot4 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-14vw) translateY(-18vw);
            transform: translateX(-14vw) translateY(-18vw);
  }
}
@keyframes float-dot4 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-14vw) translateY(-18vw);
            transform: translateX(-14vw) translateY(-18vw);
  }
}
@-webkit-keyframes float-dot5 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(40vw) translateY(8vw);
            transform: translateX(40vw) translateY(8vw);
  }
}
@keyframes float-dot5 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(40vw) translateY(8vw);
            transform: translateX(40vw) translateY(8vw);
  }
}
@-webkit-keyframes float-dot6 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(42vw) translateY(-13vw);
            transform: translateX(42vw) translateY(-13vw);
  }
}
@keyframes float-dot6 {
  0% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(42vw) translateY(-13vw);
            transform: translateX(42vw) translateY(-13vw);
  }
}
@-webkit-keyframes animateDots2 {
  0% {
    -webkit-transform: translateX(-15vw) translateY(-7vw);
            transform: translateX(-15vw) translateY(-7vw);
  }
  100% {
    -webkit-transform: translateX(-24vw) translateY(-7vw);
            transform: translateX(-24vw) translateY(-7vw);
  }
}
@keyframes animateDots2 {
  0% {
    -webkit-transform: translateX(-15vw) translateY(-7vw);
            transform: translateX(-15vw) translateY(-7vw);
  }
  100% {
    -webkit-transform: translateX(-24vw) translateY(-7vw);
            transform: translateX(-24vw) translateY(-7vw);
  }
}
@-webkit-keyframes animateDots22 {
  0% {
    -webkit-transform: translateX(-24vw) translateY(-7vw);
            transform: translateX(-24vw) translateY(-7vw);
  }
  100% {
    -webkit-transform: translateX(-15vw) translateY(-7vw);
            transform: translateX(-15vw) translateY(-7vw);
  }
}
@keyframes animateDots22 {
  0% {
    -webkit-transform: translateX(-24vw) translateY(-7vw);
            transform: translateX(-24vw) translateY(-7vw);
  }
  100% {
    -webkit-transform: translateX(-15vw) translateY(-7vw);
            transform: translateX(-15vw) translateY(-7vw);
  }
}
.hero_Slider .floating2 .dot1 {
  -webkit-transform: translateX(-12vw) translateY(15vw);
          transform: translateX(-12vw) translateY(15vw);
  -webkit-animation: animateDots11 1.5s ease;
          animation: animateDots11 1.5s ease;
}
.hero_Slider .floating .dot2 {
  -webkit-transform: translateX(-24vw) translateY(-7vw);
          transform: translateX(-24vw) translateY(-7vw);
  -webkit-animation: animateDots2 1.5s ease;
          animation: animateDots2 1.5s ease;
}
.hero_Slider .floating2 .dot2 {
  -webkit-transform: translateX(-15vw) translateY(-7vw);
          transform: translateX(-15vw) translateY(-7vw);
  -webkit-animation: animateDots22 1.5s ease;
          animation: animateDots22 1.5s ease;
}
.hero_Slider .floating .dot3 {
  -webkit-transform: translateX(-15vw) translateY(-3vw);
          transform: translateX(-15vw) translateY(-3vw);
  -webkit-animation: animateDots3 1.5s ease;
          animation: animateDots3 1.5s ease;
}
.hero_Slider .floating2 .dot3 {
  -webkit-transform: translateX(-19vw) translateY(1vw);
          transform: translateX(-19vw) translateY(1vw);
  -webkit-animation: animateDots33 1.5s ease;
          animation: animateDots33 1.5s ease;
}
.hero_Slider .floating .dot4 {
  -webkit-transform: translateX(-14vw) translateY(-24vw);
          transform: translateX(-14vw) translateY(-24vw);
  -webkit-animation: animateDots4 1.5s ease;
          animation: animateDots4 1.5s ease;
}
.hero_Slider .floating2 .dot4 {
  -webkit-transform: translateX(-21vw) translateY(-20vw);
          transform: translateX(-21vw) translateY(-20vw);
  -webkit-animation: animateDots44 1.5s ease;
          animation: animateDots44 1.5s ease;
}
.hero_Slider .floating .dot5 {
  -webkit-transform: translateX(37vw) translateY(8vw);
          transform: translateX(37vw) translateY(8vw);
  -webkit-animation: animateDots5 1.5s ease;
          animation: animateDots5 1.5s ease;
}
.hero_Slider .floating2 .dot5 {
  -webkit-transform: translateX(39vw) translateY(12vw);
          transform: translateX(39vw) translateY(12vw);
  -webkit-animation: animateDots55 1.5s ease;
          animation: animateDots55 1.5s ease;
}
.hero_Slider .floating .dot6 {
  -webkit-transform: translateX(39vw) translateY(-10vw);
          transform: translateX(39vw) translateY(-10vw);
  -webkit-animation: animateDots6 1.5s ease;
          animation: animateDots6 1.5s ease;
}
.hero_Slider .floating2 .dot6 {
  -webkit-transform: translateX(40vw) translateY(-16vw);
          transform: translateX(40vw) translateY(-16vw);
  -webkit-animation: animateDots66 1.5s ease;
          animation: animateDots66 1.5s ease;
}
@-webkit-keyframes animateDots11 {
  0% {
    -webkit-transform: translateX(-12vw) translateY(17vw);
            transform: translateX(-12vw) translateY(17vw);
  }
  100% {
    -webkit-transform: translateX(-12vw) translateY(15vw);
            transform: translateX(-12vw) translateY(15vw);
  }
}
@keyframes animateDots11 {
  0% {
    -webkit-transform: translateX(-12vw) translateY(17vw);
            transform: translateX(-12vw) translateY(17vw);
  }
  100% {
    -webkit-transform: translateX(-12vw) translateY(15vw);
            transform: translateX(-12vw) translateY(15vw);
  }
}
@-webkit-keyframes animateDots3 {
  0% {
    -webkit-transform: translateX(-12vw) translateY(4vw);
            transform: translateX(-12vw) translateY(4vw);
  }
  100% {
    -webkit-transform: translateX(-15vw) translateY(-3vw);
            transform: translateX(-15vw) translateY(-3vw);
  }
}
@keyframes animateDots3 {
  0% {
    -webkit-transform: translateX(-12vw) translateY(4vw);
            transform: translateX(-12vw) translateY(4vw);
  }
  100% {
    -webkit-transform: translateX(-15vw) translateY(-3vw);
            transform: translateX(-15vw) translateY(-3vw);
  }
}
@-webkit-keyframes animateDots33 {
  0% {
    -webkit-transform: translateX(-15vw) translateY(-3vw);
            transform: translateX(-15vw) translateY(-3vw);
  }
  100% {
    -webkit-transform: translateX(-19vw) translateY(1vw);
            transform: translateX(-19vw) translateY(1vw);
  }
}
@keyframes animateDots33 {
  0% {
    -webkit-transform: translateX(-15vw) translateY(-3vw);
            transform: translateX(-15vw) translateY(-3vw);
  }
  100% {
    -webkit-transform: translateX(-19vw) translateY(1vw);
            transform: translateX(-19vw) translateY(1vw);
  }
}
@-webkit-keyframes animateDots4 {
  0% {
    -webkit-transform: translateX(-14vw) translateY(-18vw);
            transform: translateX(-14vw) translateY(-18vw);
  }
  100% {
    -webkit-transform: translateX(-14vw) translateY(-24vw);
            transform: translateX(-14vw) translateY(-24vw);
  }
}
@keyframes animateDots4 {
  0% {
    -webkit-transform: translateX(-14vw) translateY(-18vw);
            transform: translateX(-14vw) translateY(-18vw);
  }
  100% {
    -webkit-transform: translateX(-14vw) translateY(-24vw);
            transform: translateX(-14vw) translateY(-24vw);
  }
}
@-webkit-keyframes animateDots44 {
  0% {
    -webkit-transform: translateX(-14vw) translateY(-24vw);
            transform: translateX(-14vw) translateY(-24vw);
  }
  100% {
    -webkit-transform: translateX(-21vw) translateY(-20vw);
            transform: translateX(-21vw) translateY(-20vw);
  }
}
@keyframes animateDots44 {
  0% {
    -webkit-transform: translateX(-14vw) translateY(-24vw);
            transform: translateX(-14vw) translateY(-24vw);
  }
  100% {
    -webkit-transform: translateX(-21vw) translateY(-20vw);
            transform: translateX(-21vw) translateY(-20vw);
  }
}
@-webkit-keyframes animateDots5 {
  0% {
    -webkit-transform: translateX(40vw) translateY(8vw);
            transform: translateX(40vw) translateY(8vw);
  }
  100% {
    -webkit-transform: translateX(37vw) translateY(8vw);
            transform: translateX(37vw) translateY(8vw);
  }
}
@keyframes animateDots5 {
  0% {
    -webkit-transform: translateX(40vw) translateY(8vw);
            transform: translateX(40vw) translateY(8vw);
  }
  100% {
    -webkit-transform: translateX(37vw) translateY(8vw);
            transform: translateX(37vw) translateY(8vw);
  }
}
@-webkit-keyframes animateDots55 {
  0% {
    -webkit-transform: translateX(37vw) translateY(8vw);
            transform: translateX(37vw) translateY(8vw);
  }
  100% {
    -webkit-transform: translateX(39vw) translateY(12vw);
            transform: translateX(39vw) translateY(12vw);
  }
}
@keyframes animateDots55 {
  0% {
    -webkit-transform: translateX(37vw) translateY(8vw);
            transform: translateX(37vw) translateY(8vw);
  }
  100% {
    -webkit-transform: translateX(39vw) translateY(12vw);
            transform: translateX(39vw) translateY(12vw);
  }
}
@-webkit-keyframes animateDots6 {
  0% {
    -webkit-transform: translateX(42vw) translateY(-13vw);
            transform: translateX(42vw) translateY(-13vw);
  }
  100% {
    -webkit-transform: translateX(39vw) translateY(-10vw);
            transform: translateX(39vw) translateY(-10vw);
  }
}
@keyframes animateDots6 {
  0% {
    -webkit-transform: translateX(42vw) translateY(-13vw);
            transform: translateX(42vw) translateY(-13vw);
  }
  100% {
    -webkit-transform: translateX(39vw) translateY(-10vw);
            transform: translateX(39vw) translateY(-10vw);
  }
}
@-webkit-keyframes animateDots66 {
  0% {
    -webkit-transform: translateX(39vw) translateY(-10vw);
            transform: translateX(39vw) translateY(-10vw);
  }
  100% {
    -webkit-transform: translateX(40vw) translateY(-16vw);
            transform: translateX(40vw) translateY(-16vw);
  }
}
@keyframes animateDots66 {
  0% {
    -webkit-transform: translateX(39vw) translateY(-10vw);
            transform: translateX(39vw) translateY(-10vw);
  }
  100% {
    -webkit-transform: translateX(40vw) translateY(-16vw);
            transform: translateX(40vw) translateY(-16vw);
  }
}
.hero_Slider .sliderContent {
  position: relative;
}
.hero_Slider .sliderContent .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_Slider .sliderContent .title {
  position: relative;
}
.hero_Slider .sliderContent .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #071A43;
  position: relative;
}
.hero_Slider .sliderContent .title h1 span {
  color: #2BA857;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  z-index: 1;
}
.hero_Slider .sliderContent .title h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/title_circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_Slider .sliderContent p {
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 400;
  line-height: 32px;
  color: #404349;
  width: 90%;
}
@media (max-width: 1199px) {
  .hero_Slider .sliderContent p {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hero_Slider .sliderContent p {
    width: 100%;
  }
}

.clients_area {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .clients_area {
    padding: 50px 0 20px 0;
  }
}
.clients_area h2 {
  font-size: clamp(18px, 1.4583vw, 28px);
  color: #696984;
  font-weight: 500;
}
.clients_area .clients_logo ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* max-width: 1536px; */
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 110px;
}
.clients_area .clients_logo ul li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 180px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scrollLeft;
          animation-name: scrollLeft;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  left: max(1440px, 100%);
}
@media (max-width: 1499px) {
  .clients_area .clients_logo ul li {
    width: 160px;
    height: 80px;
    left: max(1280px, 100%);
  }
}
.clients_area .clients_logo ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.item1 {
  -webkit-animation-delay: -26.25s;
          animation-delay: -26.25s;
}

.item2 {
  -webkit-animation-delay: -22.5s;
          animation-delay: -22.5s;
}

.item3 {
  -webkit-animation-delay: -18.75s;
          animation-delay: -18.75s;
}

.item4 {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}

.item5 {
  -webkit-animation-delay: -11.25s;
          animation-delay: -11.25s;
}

.item6 {
  -webkit-animation-delay: -7.5s;
          animation-delay: -7.5s;
}

.item7 {
  -webkit-animation-delay: -3.75s;
          animation-delay: -3.75s;
}

.item8 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.item9 {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

.item10 {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.item11 {
  -webkit-animation-delay: 11.25s;
          animation-delay: 11.25s;
}

.item12 {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.item13 {
  -webkit-animation-delay: 18.75s;
          animation-delay: 18.75s;
}

.item14 {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s;
}

.item15 {
  -webkit-animation-delay: 26.25s;
          animation-delay: 26.25s;
}

.item16 {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}

.item17 {
  -webkit-animation-delay: 33.75s;
          animation-delay: 33.75s;
}

.item18 {
  -webkit-animation-delay: 37.5s;
          animation-delay: 37.5s;
}

.item19 {
  -webkit-animation-delay: 41.25s;
          animation-delay: 41.25s;
}

.item20 {
  -webkit-animation-delay: 45s;
          animation-delay: 45s;
}

.item21 {
  -webkit-animation-delay: 48.75s;
          animation-delay: 48.75s;
}

.item22 {
  -webkit-animation-delay: 52.5s;
          animation-delay: 52.5s;
}

.item23 {
  -webkit-animation-delay: 56.25s;
          animation-delay: 56.25s;
}

@-webkit-keyframes scrollLeft {
  to {
    left: -150px;
  }
}

@keyframes scrollLeft {
  to {
    left: -150px;
  }
}
.about_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0 120px 0;
}
@media (max-width: 1199px) {
  .about_area {
    padding: 50px 0;
  }
}
.about_area .aboutImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_area .aboutImg .lable_1 {
  position: absolute;
  left: 0;
  top: 125px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.102);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.102);
  padding: 15px 35px 15px 25px;
}
.about_area .aboutImg .lable_1 h2 {
  color: #5D70D6;
  font-weight: 600;
  font-size: clamp(20px, 1.666vw, 32px);
  margin-bottom: 0;
}
.about_area .aboutImg .lable_1 p {
  color: #404349;
  font-weight: 500;
  font-size: clamp(14px, 0.9375vw, 18px);
  margin-bottom: 0;
}
.about_area .aboutImg .lable_2 {
  position: absolute;
  right: 0;
  bottom: 160px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.102);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.102);
  padding: 15px 35px 15px 25px;
}
.about_area .aboutImg .lable_2 h2 {
  color: #3AB446;
  font-weight: 600;
  font-size: clamp(20px, 1.666vw, 32px);
  margin-bottom: 0;
}
.about_area .aboutImg .lable_2 p {
  color: #404349;
  font-weight: 500;
  font-size: clamp(14px, 0.9375vw, 18px);
  margin-bottom: 0;
}
.about_area .aboutImg .abtImg {
  position: relative;
  z-index: -1;
}
.about_area .about_content {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .about_area .about_content {
    padding-left: 0;
  }
}
.about_area .about_content .title {
  position: relative;
  opacity: 0;
}
.about_area .about_content .title .big_font {
  font-size: clamp(2.8125rem, 1.375rem + 7.1875vw, 10rem);
  font-weight: 800;
  color: #F2F4FB;
}
.about_area .about_content .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #071A43;
  position: absolute;
  top: 7.5vw;
}
.about_area .about_content .title h1 span {
  color: #2BA857;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
.about_area .about_content .title h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/title_circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about_area .about_content p.boldTxt {
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  opacity: 0;
}
.about_area .about_content p {
  color: #404349;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  line-height: 28px;
  width: 80%;
  opacity: 0;
}
@media (max-width: 991px) {
  .about_area .about_content p {
    width: 100%;
  }
}
.about_area.active .title {
  opacity: 1;
}
.about_area.active p {
  opacity: 1;
}
.about_area.active p.boldTxt {
  opacity: 1;
}

.why_choose_area {
  background: rgb(224, 248, 255);
  background: linear-gradient(216deg, rgb(224, 248, 255) 0%, rgba(244, 252, 255, 0) 64%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .why_choose_area {
    padding: 50px 0;
  }
}
.why_choose_area .title {
  position: relative;
  opacity: 0;
}
.why_choose_area .title .big_font {
  font-size: clamp(38px, 5.2083vw, 100px);
  font-weight: 800;
  color: #E5F1F4;
}
@media (max-width: 1199px) {
  .why_choose_area .title .big_font {
    text-align: center;
  }
}
.why_choose_area .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #071A43;
  position: absolute;
  top: 4vw;
}
@media (max-width: 1199px) {
  .why_choose_area .title h1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.why_choose_area .title h1 span {
  color: #2BA857;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
.why_choose_area .title h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/title_circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.why_choose_area p {
  color: #404349;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  width: 80%;
  margin-top: 35px;
  opacity: 0;
}
@media (max-width: 1199px) {
  .why_choose_area p {
    text-align: center;
    width: 100%;
  }
}
.why_choose_area.active .title {
  opacity: 1;
}
.why_choose_area.active p {
  opacity: 1;
}
.why_choose_area .exp_img {
  width: 375px;
  height: auto;
}
.why_choose_area .our_histrory {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .why_choose_area .our_histrory {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.why_choose_area .our_histrory li {
  list-style: none;
  margin-right: 40px;
}
.why_choose_area .our_histrory li .count_num {
  font-size: clamp(30px, 3.2291vw, 62px);
  font-weight: 600;
  color: #484747;
}
.why_choose_area .our_histrory li .count_txt {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
  color: #484747;
}

.services_area {
  position: relative;
  padding: 100px 0;
  background-image: url("../img/services_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 1199px) {
  .services_area {
    padding: 50px 0;
  }
}
.services_area .title {
  position: relative;
  opacity: 0;
}
.services_area .title .big_font {
  font-size: clamp(38px, 5.2083vw, 100px);
  font-weight: 800;
  color: #D8E4EC;
  position: relative;
  z-index: -1;
}
.services_area .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #071A43;
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
  text-align: center;
}
.services_area .title h1 span {
  color: #2BA857;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
.services_area .title h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/title_circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services_area p.title_para {
  color: #404349;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
  line-height: 28px;
  opacity: 0;
}
.services_area .services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.services_area .services_wrap li {
  list-style: none;
  margin: 0 12px;
  margin-bottom: 24px;
}
.services_area .services_wrap li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 226px;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .services_area .services_wrap li a {
    width: 195px;
  }
}
@media (min-width: 1400px) {
  .services_area .services_wrap li a {
    width: 190px;
  }
}
@media (min-width: 1600px) {
  .services_area .services_wrap li a {
    width: 220px;
  }
}
.services_area .services_wrap li a .service_icon {
  margin-bottom: 30px;
}
.services_area .services_wrap li a .service_content h4 {
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 600;
  color: #071A43;
}
.services_area .services_wrap li a .service_content p {
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 400;
  color: #404349;
  margin-bottom: 0;
  padding-bottom: 0;
}
.services_area .services_wrap li a:hover {
  background-color: #09A57F;
}
.services_area .services_wrap li a:hover .service_icon svg path {
  fill: #fff;
}
.services_area .services_wrap li a:hover .service_content h4 {
  color: #fff;
}
.services_area .services_wrap li a:hover .service_content p {
  color: #fff;
}
.services_area.active .title {
  opacity: 1;
}
.services_area.active p.title_para {
  opacity: 1;
}
.services_area.active .services_wrap {
  opacity: 1;
}

.project_area {
  position: relative;
  background-image: url("../img/projects_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  padding-top: 50px;
}
@media (max-width: 1499px) {
  .project_area {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .project_area {
    padding-bottom: 50px;
  }
}
.project_area .title {
  position: relative;
}
.project_area .title .big_font {
  font-size: clamp(38px, 5.2083vw, 100px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.04);
  position: relative;
}
.project_area .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
  text-align: center;
}
.project_area .title h1 span {
  color: #2BA857;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  z-index: 1;
}
.project_area .title h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/title_circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project_area .proj_title_para {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
  line-height: 28px;
}
.project_area .project_items_wrp {
  position: relative;
}
.project_area .project_items_wrp .proj_item_wrp {
  display: inline-block;
}
@media (max-width: 767px) {
  .project_area .project_items_wrp .proj_item_wrp {
    display: block;
  }
}
.project_area .project_items_wrp .proj_item_wrp h2 {
  font-size: clamp(18px, 1.4583vw, 28px);
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
.project_area .project_items_wrp .proj_item_wrp p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
  text-align: center;
}
.project_area .project_items_wrp .proj_item_wrp .proj_item {
  border-radius: 30px;
  background-color: rgba(235, 243, 254, 0.14);
  width: 100%;
  text-align: center;
  padding-top: 65px;
  position: relative;
  overflow: hidden;
}
.project_area .project_items_wrp .proj_item_wrp .proj_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(32, 45, 76, 0.76);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.project_area .project_items_wrp .view_more_proj {
  border-radius: 30px;
  background-color: rgba(235, 243, 254, 0.14);
  width: 100%;
  height: 445px;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(18px, 1.4583vw, 28px);
  color: #fff;
  font-weight: 600;
}
.project_area .project_items_wrp .view_more_proj:hover {
  background-color: #1C6DD4;
}
.project_area .project_items_wrp .swiper-slide-active .proj_item_wrp h2 {
  color: #fff;
}
.project_area .project_items_wrp .swiper-slide-active .proj_item_wrp p {
  color: #fff;
}
.project_area .project_items_wrp .swiper-slide-active .proj_item_wrp .proj_item::after {
  background-color: transparent;
}

.testimonials_area {
  position: relative;
  margin: 100px 0;
  background-image: url("../img/testi_bg.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 1199px) {
  .testimonials_area {
    margin: 50px 0;
  }
}
.testimonials_area .title {
  position: relative;
}
.testimonials_area .title .big_font {
  font-size: clamp(38px, 5.2083vw, 100px);
  font-weight: 800;
  color: #F2F4FB;
  position: relative;
  z-index: -1;
}
.testimonials_area .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #071A43;
  position: absolute;
}
.testimonials_area .title h1.first_line {
  top: 4.5vw;
  left: 0;
}
.testimonials_area .title h1.secound_line {
  top: 8.5vw;
  left: 0;
}
.testimonials_area .title h1 span {
  color: #2BA857;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
.testimonials_area .title h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/title_circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonials_area .title_txt {
  color: #404349;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  margin-top: 140px;
  line-height: 28px;
  width: 55%;
}
@media (max-width: 991px) {
  .testimonials_area .title_txt {
    width: 90%;
  }
}
.testimonials_area .testimonial_wrp {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.testimonials_area .testimonial_wrp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(29%, rgba(255, 255, 255, 0.9121)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9121) 29%, rgba(255, 255, 255, 0) 100%);
  width: 30%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .testimonials_area .testimonial_wrp::before {
    display: none;
  }
}
.testimonials_area .testimonial_wrp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(280deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9121) 50%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .testimonials_area .testimonial_wrp::after {
    display: none;
  }
}
.testimonials_area .testimonial_wrp .testimonial_card {
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_wrp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_wrp .user_pic {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_wrp .user_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_wrp .user_details {
  padding-left: 10px;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_wrp .user_details h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #071A43;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_wrp .user_details small {
  font-size: clamp(12px, 0.72916vw, 14px);
  color: #838384;
  font-weight: 300;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_content {
  position: relative;
  padding: 3px 37px;
}
@media (max-width: 1399px) {
  .testimonials_area .testimonial_wrp .testimonial_card .user_content {
    padding: 3px 31px;
  }
}
.testimonials_area .testimonial_wrp .testimonial_card .user_content p {
  color: #404349;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/left-quote.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 25px;
}
.testimonials_area .testimonial_wrp .testimonial_card .user_content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/right-quote.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 25px;
}
.testimonials_area .testimonial_wrp .testimonial_card .review_stars {
  margin-top: 10px;
  font-size: 19px;
  color: #F9A85A;
}
.testimonials_area .testimonial_wrp .testimonial_Slider {
  padding-bottom: 10px;
}
.testimonials_area .testimonial_wrp .custom_arrows {
  position: absolute;
  left: 45%;
  width: 160px;
  bottom: 0;
  height: 100px;
}
.testimonials_area .testimonial_wrp .custom_arrows .swiper-button-prev {
  background-image: none !important;
  background-color: #09A57F;
  width: 60px;
  height: 60px;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #fff;
}
.testimonials_area .testimonial_wrp .custom_arrows .swiper-button-next {
  background-image: none !important;
  background-color: #09A57F;
  width: 60px;
  height: 60px;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #fff;
}

.blog_area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .blog_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blog_area .title {
  position: relative;
  margin-bottom: 20px;
}
.blog_area .title .big_font {
  font-size: 100px;
  font-weight: 800;
  color: #F2F4FB;
  position: relative;
  z-index: -1;
  text-align: center;
}
.blog_area .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #071A43;
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  text-align: center;
}
.blog_area .testi_title_txt {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #404349;
  text-align: center;
}
.blog_area .blog_wrp {
  border-radius: 16px;
}
@media (max-width: 991px) {
  .blog_area .blog_wrp {
    margin-bottom: 30px;
  }
}
.blog_area .blog_wrp .post_img {
  width: 100%;
  height: 382px;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .blog_area .blog_wrp .post_img {
    height: 300px;
  }
}
.blog_area .blog_wrp .post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_area .blog_wrp .date {
  color: #999999;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.blog_area .blog_wrp .blog_title {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #071A43;
  font-weight: 600;
}
.blog_area .blog_wrp .blog-content {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #404349;
  font-weight: 400;
}
.blog_area .blog_wrp a {
  font-size: clamp(16px, 1.0416vw, 20px);
  color: #09A57F;
  font-weight: 600;
  text-decoration: underline;
}
.blog_area .blog_wrp a:hover {
  text-decoration: none;
}

.faqs_area {
  position: relative;
  background: rgb(224, 248, 255);
  background: linear-gradient(216deg, rgb(224, 248, 255) 0%, rgba(244, 252, 255, 0) 64%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .faqs_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.faqs_area .title {
  position: relative;
}
.faqs_area .title .big_font {
  font-size: 100px;
  font-weight: 800;
  color: #D8E4EC;
  position: relative;
  z-index: -1;
  text-align: center;
}
.faqs_area .title h1 {
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 700;
  color: #071A43;
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  text-align: center;
}
.faqs_area .title h1 span {
  color: #2BA857;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
.faqs_area .title h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/title_circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.faqs_area .faqs_tabs .accordion-item {
  border: none;
  -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0px 16px rgba(0, 0, 0, 0.09);
  border-radius: 16px !important;
  margin-bottom: 16px;
}
.faqs_area .faqs_tabs .accordion-item .accordion-button {
  border-radius: 16px !important;
  font-size: clamp(14px, 0.9375vw, 18px);
  padding: 22px;
}
.faqs_area .faqs_tabs .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #09A57F;
  font-weight: 600;
}
.faqs_area .faqs_tabs .accordion-body {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #404349;
  padding-bottom: 50px;
}

footer {
  background-image: url("../img/footer_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 65px;
}
footer .footerLogo {
  width: 245px;
  height: auto;
}
footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
footer a:hover {
  color: #09A57F;
}
footer p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}
footer .f_title {
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f_title svg {
  margin-right: 10px;
}
footer .f_icon_txt {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 29px 0px;
}
footer .f_icon_txt svg {
  margin-right: 10px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin-top: 15px;
}
footer ul li:first-child {
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 600;
  position: relative;
  color: #fff;
  margin-top: 0px;
}
footer ul li:first-child::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 7px;
  width: 3px;
  height: 16px;
  background-color: #09A57F;
}
footer ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: normal;
  text-decoration: none;
}
footer .copyright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 2px #2B2E43;
  padding: 30px 0;
}
@media (max-width: 767px) {
  footer .copyright {
    display: block;
    text-align: center;
  }
}
footer .copyright p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  color: #09A57F;
}
@media (max-width: 767px) {
  footer .copyright p {
    text-align: center;
  }
}
footer .copyright ul.social_media_icons {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright ul.social_media_icons li {
  list-style: none;
  margin-right: 10px;
  margin-top: 0;
}
footer .copyright ul.social_media_icons li:first-child {
  margin-top: 0;
}
footer .copyright ul.social_media_icons li:first-child::before {
  display: none;
}
footer .copyright ul.social_media_icons li a {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(9, 165, 127, 0.1);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .copyright ul.social_media_icons li a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

section {
  overflow: hidden;
}

.active .fade-right {
  -webkit-animation: fade-right 3s ease;
          animation: fade-right 3s ease;
}

.active .bounce-in-right {
  -webkit-animation: bounce-in-right 4s ease;
          animation: bounce-in-right 4s ease;
}

.active .bounce-in-left {
  -webkit-animation: bounce-in-left 4s ease;
          animation: bounce-in-left 4s ease;
}

.active .fadeUp {
  -webkit-animation: bounce-up ease;
          animation: bounce-up ease;
  position: relative;
  z-index: 2;
}

.active .fadeUp.delay1000 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.active .fadeUp.delay1100 {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.active .fadeUp.delay1200 {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.active .fadeUp.delay1300 {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.active .fadeUp.delay1400 {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

.active .fadeUp.delay1500 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.active .fadeUp.delay1600 {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}

.active .fadeUp.delay1700 {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

.active .fadeUp.delay1800 {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.active .fadeUp.delay1900 {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}

.active .fadeUp.delay2000 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.active .fadeUp.delay2100 {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}

.active .fadeUp.delay2200 {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}

.active .fadeUp.delay2300 {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

.active .fadeUp.delay2400 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

.active .fadeUp.delay2500 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.active .fadeUp.delay2600 {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}

.active .fadeUp.delay2700 {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}

.active .fadeUp.delay2800 {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}

.active .fadeUp.delay2900 {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}

.active .fadeUp.delay3000 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.active .fadeUp.delay3100 {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
}

.active .fadeUp.delay3200 {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}

.active .fadeUp.delay3300 {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
}

.active .fadeUp.delay3400 {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
}

.active .fadeUp.delay3500 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}

.active .fadeUp.delay3600 {
  -webkit-animation-duration: 4.8s;
          animation-duration: 4.8s;
}

.active .fadeUp.delay3700 {
  -webkit-animation-duration: 5.1s;
          animation-duration: 5.1s;
}

.active .fadeUp.delay3800 {
  -webkit-animation-duration: 5.4s;
          animation-duration: 5.4s;
}

.active .fadeUp.delay3900 {
  -webkit-animation-duration: 5.7s;
          animation-duration: 5.7s;
}

.active .fadeUp.delay4000 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.active .zoom-in {
  -webkit-animation: zoom-in ease;
          animation: zoom-in ease;
  position: relative;
  z-index: 2;
}

.active .zoom-in.delay1000 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.active .zoom-in.delay2000 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.active .zoom-in.delay3000 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3700px);
            transform: translateX(3700px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3700px);
            transform: translateX(3700px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes bounce-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  80% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  80% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounce-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  80% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes bounce-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  80% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes bounce-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bounce-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.active .rotate {
  -webkit-animation: box-Rotate 3s linear;
          animation: box-Rotate 3s linear;
}

@-webkit-keyframes box-Rotate {
  0% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    opacity: 0;
  }
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes box-Rotate {
  0% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    opacity: 0;
  }
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
.sticky_icons {
  position: fixed;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 4;
}
.sticky_icons.right {
  right: 35px;
}
.sticky_icons.left {
  left: 10px;
}
.sticky_icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  -webkit-animation: zoom-in-zoom-out 3s ease-out infinite;
          animation: zoom-in-zoom-out 3s ease-out infinite;
  background-color: #09A57F;
  border-radius: 150px;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.new-tag{
        width: auto;
    height: 16px;
    margin-top: -5px;
}
.new-tag-hot{
        width: auto;
    height: 20px;
    margin-top: -5px;
}