@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container {
  max-width: 1440px;
}
a:hover {
  color: #33988a;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1250px;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2A2A2A;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.topheader {
  padding: 10px 0;
  color: #fff;
  background-color: #000;
  padding: 10px 0 12px;
  position: relative;
  z-index: 3;
}

.topheader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 620px);
  border-radius: 0 0 50px 0;
  background: #33988a;
  z-index: -1;
}

.topheader ul li {
  display: inline-block;
  list-style: none;
}

.topheader ul li a {
  color: #fff;
  transition: 0.5s ease;
}

.topheader ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.leftmar li {
  margin-left: 15px;
}

.rightmar li {
  margin-right: 15px;
}

.leftmar li a:hover {

  transition: 0.5s ease;
}

.rightmar li a:hover {

  transition: 0.5s ease;
}


@media screen and (max-width:1600px) {
  .topheader::after {
    width: calc(100% - 452px);
  }

}


@media screen and (max-width:1500px) {
  .topheader::after {
    width: calc(100% - 452px);
  }

}


/* #Navigation
================================================== */
.navigation-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 100%;
  width: calc(95%);
  border-radius: 80px 0 0 0;
  z-index: -1;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 4px 0;

  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 4px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  position: fixed;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 54px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 90px;
  width: auto;
  display: block;

  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 18px;
}

.nav-item:hover .nav-link {
  color: #33988a !important;
}

.nav-item.active .nav-link {
  color: #33988a !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #33988a;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

@media screen and (max-width:1500px) {
  .navbar-brand img {
    height: 70px;
  }

  .click-btn {
    width: 180px !important;
  }
}

@media screen and (max-width:1300px) {
  .click-btn {
    margin-left: 25px;
  }

  .navbar-brand img {
    height: 65px;
  }

  .nav-link {
    font-size: 17px !important;
  }

  .topheader ul li a {
    font-size: 14px;
  }

  .navigation-wrap::after {
    width: calc(98%);
  }
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #33988a !important;
  transition: all 200ms linear;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}

p {
  text-align: justify;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
  padding: 0 !important;
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #33988a;
}


@media screen and (max-width:1200px) {
  .navbar-brand img {
    height: 50px;
  }

  .topheader ul li a,
  .topheader ul li {
    font-size: 13px;
  }

  .topheader::after {
    width: calc(100% - 380px);
  }

  .topheader {
    padding: 4px 0 6px;
  }

  .nav-link {
    font-size: 14px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
}

/* #Media
================================================== */

@media (max-width: 767px) {

  .nav-item:after {
    display: none;
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
  .start-header.scroll-on .navbar-brand img{
    height: 46px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 780px;
  transition: all .4s ease;
}

.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

.slidercaptiontag {}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.ripple-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 30px;
  bottom: -10px;
  background-color: transparent;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  -webkit-animation: heroripple 8s ease-out infinite;
  animation: heroripple 8s ease-out infinite
}

.ripple-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0
}

.ripple-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.ripple-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.ripple-4 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.ripple-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.ripple-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.ripple-6 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@-webkit-keyframes heroripple {
  0% {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    opacity: 0;
    width: 310px;
    height: 310px
  }
}

@keyframes heroripple {
  0% {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    opacity: 0;
    width: 310px;
    height: 310px
  }
}

.hero-1 .shape5,
.hero-1 .shape4 {
  z-index: 9;
}

.shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

.shape4 {
  top: 0;
  right: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

.hero-shape {
  position: absolute;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition: all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


.butonstyk,
.butonstyk-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.butonstyk-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.butonstyk:hover,
.butonstyk-s2:hover,
.butonstyk:focus,
.butonstyk-s2:focus,
.butonstyk:active,
.butonstyk-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.butonstyk-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .butonstyk,
  .butonstyk-s2,
  .butonstyk-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .butonstyk,
  .butonstyk-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}


.click-btn {
  display: flex;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}

.btn-style500 {
  border-color: #33988a;
  color: #33988a;
}

.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #33988a 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #33988a 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.btn {
  background: #33988a;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #33988a
}

.btn:hover i {
  color: #000;
  transition: .6s
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 105%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .slide-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}


.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }

  100% {
    background-position: 0 100%;
  }
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 90vh;
  transition: all .4s ease;
}

.banner-container {
  max-width: 710px;
}

.banner-sub-title {
  padding: 15px 30px;
  background: #00458d;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.banner-title {
  font-size: 100px;
  line-height: 110px;
  color: #fff;
  font-family: "Cormorant", serif;
  margin: 30px 0;
}

.banner-container .icon-box {
  font-size: 60px;
  color: #fff;
  position: relative;
  top: 0px;
  right: 0px;
  transition: all 900ms ease;
}

.banner-container:hover .icon-box {
  right: 0;
  transform: rotate(10deg);
}

.banner-section .shape-1 {
  position: absolute;
  top: 30px;
  left: 10px;
  animation: shake 30s linear infinite;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 150px;
  text-transform: capitalize;
  transition: all .4s ease;
}

.banner-section .shape-1 {
  position: absolute;
  top: 30px;
  left: 10px;
  animation: shake 30s linear infinite;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.hero-slider .shape-1 {
  position: absolute;
  top: 30px;
  left: 10px;
  animation: shake 30s linear infinite;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 40px;
    margin: 0 0 35px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 28px;
    margin: 0px 60px 29px;
  }


  .hero-slider .slide-inner::after {
    bottom: -329px;
  }

  .shape-mockup img {
    height: 50px !important;
  }

  .jump img {
    height: 200px !important;
  }

  .jump {
    top: 60% !important;
  }

  .hero-style {
    height: 400px;
  }

  .hero-style .slide-title h2 {
    font-size: 28px;
    margin: 0px 60px 29px;
    margin-right: 60px;
    margin-left: 60px;
    margin-left: 20px;
    width: 80%;
    margin-right: 0;
  }

  .nav-item {
    border-bottom: 1px solid #ccc;
  }

  .nav-link {
    font-size: 16px !important;
    padding: 8px 0 !important;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
  #button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

.bg-gradient-2 {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(252, 242, 238, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
}

.shape-mockup-wrap {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping 4s infinite linear;
}

.shape-mockup {
  position: absolute;
  z-index: 1;
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes scaleinright {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  100% {
    transform: scaleX(1)
  }
}

@keyframes fadein-custom {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes jumpping {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  40% {
    transform: translate3d(0, 20px, 0)
  }
}

@keyframes moving-x {
  0% {
    transform: translate(0px, 0px)
  }

  50% {
    transform: translate(-60px, 0)
  }

  100% {
    transform: translate(0px, 0px)
  }
}

@keyframes moving {
  0% {
    transform: translate(0px, 0px)
  }

  20% {
    transform: translate(0px, -60px)
  }

  50% {
    transform: translate(-60px, -60px)
  }

  70% {
    transform: translate(-60px, 0px)
  }

  100% {
    transform: translate(0px, 0px)
  }
}

.curb-shape1 {
  -webkit-clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
  clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
  width: 618px;
  height: 620px;
  background-color: rgb(174, 229, 234);
  z-index: 1;
  position: relative;
}

.banner-title .text-bg {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #33988a;
  padding: 0 33px 0 30px;
  z-index: 2;
}

#desknonen {
  display: none;
}


@media screen and (max-width:1199px) {
  .click-btn {
    margin-left: 20px;
    height: 30px;
    font-size: 15px;
  }

  #dns {
    display: none;
  }

  .click-btn {
    width: 146px !important;
  }
}

@media screen and (max-width:991px) {
  .navbar-brand img {
    height: 50px;
    margin-left: 19px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.7rem !important;
  }

  .click-btn {
    width: 128px !important;
    font-size: 13px;
  }
}

@media screen and (max-width:800px) {
  .navbar-brand img {
    height: 40px;
    margin-left: 15px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.5rem !important;
  }

  .click-btn {
    width: 120px !important;
    font-size: 13px;
  }
}

@media screen and (max-width:767px) {
  #mobnonen {
    display: none;
  }

  #desknonen {
    display: block;
  }

  .navbar-brand img {
    height: 60px;
    margin-left: 20px;
  }

  .topheader::after {
    width: calc(100% - 146px);
  }

  #mailh,
  #flow {
    display: none;
  }

  .leftmar {
    float: right;
  }

  .nav-item::before {
    display: none;
  }

  .nav-link {
    font-size: 15px !important;
  }
}


/*Slider End*/

/*ABout Us started*/

.about {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 90px 0 0px;
}

.section-space-bottom {
  padding-bottom: 80px;
}
.about-us__content__qualitwrap__icon img{
  height: 40px;
}
.about__wrapper::after {
  content: "";
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  top: 5px;
  left: 146px;
  background-color: #d8ece9;
  border-radius: 0 430px 430px 0;
  z-index: -1;
}

.about-us__content {
  padding: 0 0 0 48px;
}

.about .container {
  position: relative;
  z-index: 1;
}

.ed-section-subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0 22px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #43A093;
}

.ed-section-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  line-height: 1.3;
}

.about .ed-section-title {
  text-align: left;
  color: #33988a;
  font-size: 40px;
  margin-bottom: 10px;
}
.about-us__content__qualitwrap__btmleft img{
  height: 50px;
  margin-bottom: 10px;
}
.about-us__content__text {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 32px;
}

.about-us__content__qualitwrap {
  background-color: transparent;
  padding: 0  0 0;
}

.about-us__content__qualitwrap {
  position: relative;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 32px;
}

.about-us__content__qualitwrap__col {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-us__content__qualitwrap__icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #33988a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  color: #fff;
  transition: all 0.5s ease;
  margin-right: 10px;
  margin-top: -10px;
}

@keyframes about3Effect {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

.about-us__content__qualitwrap__pricesbox {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
  height: 100%;
  animation: about3Effect 1.5s linear infinite alternate;
  background-color: #33988a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 25px 40px;
  background-color: #33988a;
  border-radius: 0 47px 47px 47px;
  overflow: hidden;
}

.about__image {
  display: table;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 873.000000"><g transform="translate(0.000000,873.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5612 8710 c-7 -11 -19 -20 -27 -20 -8 0 -29 -6 -47 -14 -31 -13 -61 -25 -163 -63 -22 -9 -53 -21 -70 -28 -16 -7 -49 -20 -72 -29 -59 -22 -99 -37 -238 -91 -66 -26 -136 -52 -155 -60 -19 -7 -71 -27 -115 -45 -79 -32 -127 -50 -195 -75 -84 -31 -196 -79 -206 -89 -9 -8 -8 -65 2 -231 8 -121 21 -344 29 -495 42 -784 32 -712 103 -725 20 -3 62 -13 92 -22 106 -29 245 -67 330 -89 102 -26 224 -59 330 -88 30 -8 84 -22 120 -32 36 -9 85 -22 110 -29 25 -7 74 -20 110 -29 36 -10 85 -24 110 -31 25 -8 63 -16 85 -17 39 -3 40 -2 90 72 78 118 179 274 185 285 3 6 18 30 34 55 16 25 48 74 71 110 23 36 68 106 101 155 32 50 61 94 63 99 2 4 23 37 47 72 24 35 44 66 44 69 0 3 20 34 45 71 25 36 45 67 45 69 0 2 20 33 44 69 l45 65 -37 49 c-39 52 -152 193 -162 202 -3 3 -41 50 -85 105 -44 55 -83 102 -86 105 -3 3 -25 30 -50 61 -82 104 -163 204 -168 209 -4 3 -42 50 -86 105 -44 55 -82 102 -85 105 -15 13 -126 154 -135 171 -13 25 -37 24 -53 -1z"/> <path d="M2817 8463 c-130 -198 -182 -278 -187 -288 -3 -5 -50 -77 -104 -160 -54 -82 -127 -193 -161 -245 -34 -52 -89 -135 -121 -185 -32 -49 -61 -94 -63 -100 -2 -5 -17 -27 -33 -49 -32 -44 -36 -77 -12 -97 9 -8 43 -47 75 -89 33 -41 86 -109 119 -150 64 -79 153 -191 235 -294 101 -128 169 -211 175 -216 3 -3 27 -33 53 -67 26 -34 53 -68 60 -75 7 -7 33 -40 59 -73 86 -113 83 -111 126 -96 20 7 51 19 67 26 17 7 48 19 70 28 112 42 176 66 243 91 20 8 56 21 80 30 23 9 61 23 85 32 23 9 60 23 82 31 22 8 52 21 67 29 14 8 33 14 41 14 9 0 28 6 44 14 15 8 46 21 68 29 22 8 59 22 83 31 54 20 112 42 160 60 174 64 197 77 197 107 0 42 -15 356 -30 644 -8 154 -20 379 -26 500 -11 234 -19 265 -62 265 -12 0 -42 6 -67 14 -45 14 -122 36 -215 61 -27 7 -77 20 -110 30 -73 20 -147 40 -217 59 -29 8 -80 22 -113 31 -155 43 -248 69 -330 90 -69 19 -164 45 -201 56 -63 19 -69 15 -137 -88z"/> <path d="M6556 7487 c-22 -34 -57 -88 -78 -120 -21 -32 -38 -60 -38 -62 0 -2 -20 -33 -45 -69 -25 -37 -45 -68 -45 -70 0 -3 -20 -34 -45 -70 -25 -37 -45 -68 -45 -71 0 -2 -13 -23 -29 -47 -83 -126 -147 -224 -151 -233 -3 -5 -23 -37 -44 -70 -21 -33 -53 -82 -71 -110 -17 -27 -53 -82 -78 -122 -26 -40 -47 -75 -47 -78 0 -3 37 -51 83 -106 45 -56 96 -118 112 -139 41 -51 146 -180 166 -205 86 -103 183 -221 221 -270 26 -33 88 -109 138 -170 50 -60 108 -131 128 -157 39 -52 58 -58 114 -34 18 8 53 22 78 31 25 10 59 23 75 30 17 7 49 20 73 29 23 9 61 23 85 32 23 9 56 22 72 29 30 12 77 31 158 61 23 9 56 22 72 29 28 12 45 18 150 58 22 8 76 29 120 47 44 18 97 38 118 46 20 8 54 20 75 28 20 8 69 27 107 43 l70 30 0 74 c0 41 -6 162 -13 269 -20 314 -41 675 -47 815 -8 176 -19 255 -36 266 -8 5 -25 12 -39 15 -14 3 -52 12 -85 21 -33 8 -85 22 -115 30 -30 8 -77 20 -105 28 -104 28 -162 43 -225 59 -36 10 -87 23 -115 31 -48 13 -117 31 -235 62 -30 8 -77 20 -105 28 -27 7 -79 21 -115 30 -36 9 -85 23 -110 31 -25 8 -61 14 -80 14 -32 0 -38 -6 -74 -63z"/> <path d="M2010 7311 c-14 -5 -34 -13 -45 -19 -11 -5 -38 -17 -60 -25 -111 -41 -206 -78 -240 -92 -16 -7 -49 -20 -72 -29 -24 -9 -62 -23 -85 -32 -24 -9 -56 -22 -73 -29 -16 -7 -48 -19 -70 -28 -22 -8 -60 -23 -85 -32 -25 -9 -63 -24 -85 -32 -22 -9 -49 -19 -60 -24 -30 -12 -125 -49 -165 -64 -57 -21 -194 -76 -210 -85 -19 -9 -20 -135 -2 -420 7 -113 17 -281 23 -375 6 -93 14 -269 19 -389 7 -157 13 -223 22 -231 7 -7 42 -19 78 -29 36 -9 88 -23 115 -31 28 -7 79 -21 115 -31 96 -25 168 -44 230 -61 95 -26 188 -50 340 -90 30 -8 78 -20 105 -28 28 -7 79 -21 115 -31 124 -32 175 -46 214 -57 45 -13 49 -9 130 119 64 101 141 221 214 332 31 48 59 91 61 97 2 5 24 38 48 73 23 35 43 65 43 68 0 3 9 17 19 32 28 39 155 235 160 246 2 4 23 37 47 72 24 35 44 68 44 73 0 5 7 14 15 21 8 7 15 23 15 37 0 28 -41 82 -295 392 -55 67 -122 150 -150 185 -81 102 -168 211 -174 216 -4 3 -42 50 -86 105 -44 55 -82 102 -85 105 -3 3 -23 26 -44 53 -40 49 -44 50 -86 38z"/> <path d="M4350 6710 c-14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -68 -25 -83 -30 -16 -5 -36 -15 -44 -22 -13 -11 -79 -105 -93 -133 -3 -6 -90 -138 -195 -295 -104 -157 -192 -289 -195 -295 -3 -5 -70 -109 -151 -230 -80 -121 -152 -232 -161 -246 -18 -28 -20 28 27 -904 9 -165 16 -352 16 -415 0 -63 5 -129 12 -147 10 -26 143 -202 313 -412 12 -14 61 -75 109 -136 47 -60 108 -137 135 -170 48 -60 86 -107 188 -234 29 -36 75 -96 103 -132 55 -70 64 -75 209 -114 36 -10 88 -24 115 -31 52 -15 115 -33 210 -59 141 -39 173 -48 215 -60 25 -7 74 -20 110 -30 36 -10 85 -23 110 -30 47 -14 123 -35 213 -59 98 -27 162 -46 215 -62 60 -18 83 -16 162 16 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 48 17 75 28 28 11 113 43 190 72 77 28 174 65 216 82 l76 29 144 217 c79 119 146 222 149 227 3 6 64 98 135 204 72 107 132 200 135 205 3 6 59 92 124 190 l119 180 -12 230 c-7 127 -16 350 -22 496 -5 146 -13 321 -19 389 -5 68 -10 173 -10 232 0 104 -1 110 -28 141 -16 18 -50 61 -78 96 -27 35 -75 96 -107 135 -31 40 -85 108 -119 152 -34 44 -68 86 -75 94 -8 7 -40 48 -73 90 -210 273 -437 546 -460 553 -121 33 -151 42 -190 53 -25 7 -74 21 -110 30 -36 10 -85 23 -110 30 -25 7 -74 20 -110 30 -36 9 -85 23 -110 30 -56 17 -148 43 -220 62 -30 8 -75 21 -100 28 -25 7 -74 20 -110 30 -79 21 -139 38 -205 58 -69 21 -125 27 -155 17z"/> <path d="M8036 5682 c-3 -6 -18 -13 -33 -17 -16 -3 -41 -12 -58 -19 -16 -7 -48 -20 -70 -29 -87 -32 -127 -48 -162 -61 -21 -8 -57 -21 -80 -30 -24 -9 -60 -22 -80 -30 -58 -21 -114 -42 -163 -61 -25 -9 -63 -24 -85 -32 -93 -35 -121 -46 -140 -54 -29 -12 -124 -49 -167 -65 -98 -37 -125 -47 -156 -60 -18 -8 -39 -14 -46 -14 -7 0 -21 -9 -30 -19 -16 -17 -16 -35 -7 -222 6 -112 18 -348 26 -524 28 -590 34 -677 45 -690 6 -7 25 -15 43 -19 17 -3 55 -12 82 -20 83 -23 208 -58 240 -66 17 -4 66 -18 110 -30 44 -12 94 -26 110 -30 17 -4 66 -18 110 -30 44 -12 94 -26 110 -30 17 -4 66 -18 110 -30 44 -12 94 -26 110 -30 45 -11 183 -50 240 -67 116 -34 94 -50 245 179 74 111 137 208 140 213 3 6 37 57 75 115 39 58 72 110 75 115 5 10 56 88 243 373 55 83 107 152 114 152 7 0 13 11 13 25 0 14 -5 24 -12 22 -6 -1 -208 243 -448 543 -390 486 -440 545 -468 548 -16 2 -33 -1 -36 -6z"/> <path d="M693 5228 c-38 -57 -70 -107 -73 -113 -3 -5 -36 -57 -75 -115 -38 -58 -72 -109 -75 -115 -3 -5 -32 -50 -64 -100 -33 -49 -79 -121 -104 -160 -25 -38 -77 -119 -117 -180 -159 -243 -185 -285 -185 -297 0 -11 45 -72 162 -219 98 -123 172 -214 178 -219 3 -3 79 -97 170 -210 316 -394 363 -452 378 -457 7 -3 39 4 70 16 32 13 73 29 92 36 61 23 124 47 155 60 17 7 49 20 73 29 23 9 61 23 85 32 23 9 59 22 80 30 88 33 124 47 152 59 17 7 48 19 70 28 22 8 60 23 85 32 25 9 62 23 83 31 20 8 54 20 75 28 48 18 121 46 147 57 40 16 120 47 138 53 26 8 25 50 -28 941 -9 138 -15 301 -15 362 0 132 3 129 -125 163 -44 12 -102 28 -130 36 -27 7 -61 16 -75 19 -14 3 -47 12 -75 20 -131 35 -169 46 -218 59 -28 7 -77 21 -107 29 -30 9 -84 23 -120 33 -66 17 -139 37 -220 59 -25 7 -74 20 -110 29 -36 10 -85 24 -110 32 -88 28 -92 25 -167 -88z"/> <path d="M6792 3676 c-11 -12 -41 -55 -67 -96 -49 -77 -241 -369 -324 -495 -25 -38 -48 -74 -51 -80 -5 -10 -44 -70 -227 -348 -71 -107 -102 -162 -95 -170 5 -7 62 -79 128 -161 65 -82 139 -174 164 -206 66 -84 163 -204 170 -210 3 -3 30 -36 60 -75 30 -38 57 -72 60 -75 3 -3 70 -86 149 -185 79 -99 150 -184 157 -188 8 -4 33 -1 56 7 39 13 60 21 123 47 30 12 125 49 168 65 20 8 55 21 77 29 22 8 58 22 80 30 22 8 58 22 80 30 22 8 58 22 80 30 22 8 59 22 83 31 23 8 55 22 70 30 16 8 35 14 42 14 7 0 26 6 42 14 15 8 47 22 71 30 23 9 59 22 80 30 146 54 204 77 251 98 l44 19 -7 97 c-3 53 -11 216 -16 361 -6 145 -13 267 -15 271 -2 4 -9 133 -15 286 -6 153 -14 308 -18 344 -6 59 -10 66 -37 79 -16 8 -46 18 -65 22 -19 3 -71 16 -115 29 -121 33 -187 51 -220 60 -16 4 -66 18 -110 30 -44 12 -93 26 -110 30 -16 4 -66 18 -110 30 -44 12 -93 26 -110 30 -16 4 -66 18 -110 30 -44 12 -93 26 -110 30 -16 4 -66 18 -110 30 -184 51 -172 49 -193 26z"/> <path d="M2170 3434 c-96 -38 -140 -55 -185 -71 -22 -8 -53 -21 -70 -28 -30 -12 -76 -30 -155 -60 -22 -8 -58 -22 -80 -30 -79 -30 -125 -48 -155 -60 -16 -7 -49 -20 -72 -29 -101 -38 -125 -47 -165 -62 -24 -9 -52 -20 -63 -25 -29 -12 -125 -49 -165 -64 -19 -7 -57 -22 -85 -33 l-50 -21 -3 -73 c-2 -40 3 -197 12 -348 33 -552 46 -807 49 -903 2 -107 10 -122 67 -133 14 -2 49 -11 78 -19 119 -33 160 -44 222 -60 36 -10 85 -23 110 -30 25 -7 74 -20 110 -29 36 -10 88 -23 115 -31 28 -7 79 -21 115 -30 36 -10 85 -23 110 -30 25 -7 74 -20 110 -30 90 -23 167 -44 220 -60 25 -8 66 -17 92 -21 42 -6 50 -4 68 17 10 13 19 27 20 31 0 4 22 40 49 80 74 111 186 282 190 292 2 4 23 37 47 72 24 35 44 66 44 69 0 2 13 23 29 47 41 63 171 262 223 343 25 39 68 106 96 150 29 44 52 85 52 92 0 7 -15 29 -32 49 -18 21 -51 61 -73 89 -48 63 -157 198 -165 205 -6 6 -265 325 -335 414 -162 205 -288 356 -298 356 -7 0 -41 -12 -77 -26z"/> <path d="M5915 2435 c-16 -7 -48 -20 -70 -28 -87 -32 -123 -46 -200 -77 -44 -18 -97 -38 -117 -46 -100 -37 -125 -47 -153 -59 -33 -14 -101 -40 -155 -60 -19 -7 -71 -27 -115 -45 -79 -32 -127 -50 -195 -75 -19 -7 -69 -26 -110 -43 -41 -16 -89 -35 -107 -42 -18 -7 -37 -17 -42 -24 -6 -7 -4 -92 5 -231 7 -121 20 -346 29 -500 31 -555 36 -640 41 -670 5 -27 11 -32 67 -48 75 -22 188 -53 337 -91 36 -10 88 -23 115 -31 48 -13 117 -31 235 -62 30 -8 78 -20 105 -28 82 -22 156 -41 225 -59 93 -25 157 -42 223 -61 32 -9 65 -14 75 -10 9 3 30 27 46 53 27 42 56 87 162 252 16 25 31 50 34 55 3 6 32 51 64 100 33 50 74 113 91 140 18 28 50 77 71 110 21 33 41 65 44 70 7 13 136 212 161 247 10 15 19 29 19 32 0 2 18 32 40 65 22 33 40 65 40 72 0 11 -43 75 -60 89 -3 3 -24 27 -45 55 -22 27 -62 77 -90 110 -27 34 -66 81 -85 105 -32 39 -113 139 -293 361 -34 41 -78 95 -97 119 -228 284 -229 285 -295 255z"/> <path d="M3178 2268 c-32 -40 -87 -120 -98 -143 -3 -5 -32 -50 -64 -100 -33 -49 -80 -121 -104 -160 -25 -38 -84 -128 -131 -200 -47 -71 -88 -134 -91 -140 -3 -5 -36 -57 -74 -115 -38 -58 -94 -143 -124 -190 -31 -47 -60 -90 -64 -96 -7 -10 180 -255 369 -482 41 -49 91 -112 278 -346 102 -129 169 -211 175 -216 3 -3 19 -22 34 -43 33 -43 42 -44 116 -16 30 11 66 24 80 29 14 5 50 18 80 30 30 12 66 25 80 30 26 9 57 21 220 84 142 56 189 73 288 110 20 8 55 20 77 29 22 8 58 21 80 30 74 27 120 45 175 67 183 71 192 77 186 108 -3 15 -10 119 -15 232 -16 312 -40 774 -50 972 -5 97 -12 182 -15 187 -7 11 -74 31 -281 86 -27 8 -77 21 -110 30 -33 10 -84 23 -112 31 -29 8 -77 20 -105 28 -29 8 -79 21 -111 30 -181 50 -165 45 -330 90 -62 16 -147 40 -220 60 -105 30 -102 30 -139 -16z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 873.000000"><g transform="translate(0.000000,873.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5612 8710 c-7 -11 -19 -20 -27 -20 -8 0 -29 -6 -47 -14 -31 -13 -61 -25 -163 -63 -22 -9 -53 -21 -70 -28 -16 -7 -49 -20 -72 -29 -59 -22 -99 -37 -238 -91 -66 -26 -136 -52 -155 -60 -19 -7 -71 -27 -115 -45 -79 -32 -127 -50 -195 -75 -84 -31 -196 -79 -206 -89 -9 -8 -8 -65 2 -231 8 -121 21 -344 29 -495 42 -784 32 -712 103 -725 20 -3 62 -13 92 -22 106 -29 245 -67 330 -89 102 -26 224 -59 330 -88 30 -8 84 -22 120 -32 36 -9 85 -22 110 -29 25 -7 74 -20 110 -29 36 -10 85 -24 110 -31 25 -8 63 -16 85 -17 39 -3 40 -2 90 72 78 118 179 274 185 285 3 6 18 30 34 55 16 25 48 74 71 110 23 36 68 106 101 155 32 50 61 94 63 99 2 4 23 37 47 72 24 35 44 66 44 69 0 3 20 34 45 71 25 36 45 67 45 69 0 2 20 33 44 69 l45 65 -37 49 c-39 52 -152 193 -162 202 -3 3 -41 50 -85 105 -44 55 -83 102 -86 105 -3 3 -25 30 -50 61 -82 104 -163 204 -168 209 -4 3 -42 50 -86 105 -44 55 -82 102 -85 105 -15 13 -126 154 -135 171 -13 25 -37 24 -53 -1z"/> <path d="M2817 8463 c-130 -198 -182 -278 -187 -288 -3 -5 -50 -77 -104 -160 -54 -82 -127 -193 -161 -245 -34 -52 -89 -135 -121 -185 -32 -49 -61 -94 -63 -100 -2 -5 -17 -27 -33 -49 -32 -44 -36 -77 -12 -97 9 -8 43 -47 75 -89 33 -41 86 -109 119 -150 64 -79 153 -191 235 -294 101 -128 169 -211 175 -216 3 -3 27 -33 53 -67 26 -34 53 -68 60 -75 7 -7 33 -40 59 -73 86 -113 83 -111 126 -96 20 7 51 19 67 26 17 7 48 19 70 28 112 42 176 66 243 91 20 8 56 21 80 30 23 9 61 23 85 32 23 9 60 23 82 31 22 8 52 21 67 29 14 8 33 14 41 14 9 0 28 6 44 14 15 8 46 21 68 29 22 8 59 22 83 31 54 20 112 42 160 60 174 64 197 77 197 107 0 42 -15 356 -30 644 -8 154 -20 379 -26 500 -11 234 -19 265 -62 265 -12 0 -42 6 -67 14 -45 14 -122 36 -215 61 -27 7 -77 20 -110 30 -73 20 -147 40 -217 59 -29 8 -80 22 -113 31 -155 43 -248 69 -330 90 -69 19 -164 45 -201 56 -63 19 -69 15 -137 -88z"/> <path d="M6556 7487 c-22 -34 -57 -88 -78 -120 -21 -32 -38 -60 -38 -62 0 -2 -20 -33 -45 -69 -25 -37 -45 -68 -45 -70 0 -3 -20 -34 -45 -70 -25 -37 -45 -68 -45 -71 0 -2 -13 -23 -29 -47 -83 -126 -147 -224 -151 -233 -3 -5 -23 -37 -44 -70 -21 -33 -53 -82 -71 -110 -17 -27 -53 -82 -78 -122 -26 -40 -47 -75 -47 -78 0 -3 37 -51 83 -106 45 -56 96 -118 112 -139 41 -51 146 -180 166 -205 86 -103 183 -221 221 -270 26 -33 88 -109 138 -170 50 -60 108 -131 128 -157 39 -52 58 -58 114 -34 18 8 53 22 78 31 25 10 59 23 75 30 17 7 49 20 73 29 23 9 61 23 85 32 23 9 56 22 72 29 30 12 77 31 158 61 23 9 56 22 72 29 28 12 45 18 150 58 22 8 76 29 120 47 44 18 97 38 118 46 20 8 54 20 75 28 20 8 69 27 107 43 l70 30 0 74 c0 41 -6 162 -13 269 -20 314 -41 675 -47 815 -8 176 -19 255 -36 266 -8 5 -25 12 -39 15 -14 3 -52 12 -85 21 -33 8 -85 22 -115 30 -30 8 -77 20 -105 28 -104 28 -162 43 -225 59 -36 10 -87 23 -115 31 -48 13 -117 31 -235 62 -30 8 -77 20 -105 28 -27 7 -79 21 -115 30 -36 9 -85 23 -110 31 -25 8 -61 14 -80 14 -32 0 -38 -6 -74 -63z"/> <path d="M2010 7311 c-14 -5 -34 -13 -45 -19 -11 -5 -38 -17 -60 -25 -111 -41 -206 -78 -240 -92 -16 -7 -49 -20 -72 -29 -24 -9 -62 -23 -85 -32 -24 -9 -56 -22 -73 -29 -16 -7 -48 -19 -70 -28 -22 -8 -60 -23 -85 -32 -25 -9 -63 -24 -85 -32 -22 -9 -49 -19 -60 -24 -30 -12 -125 -49 -165 -64 -57 -21 -194 -76 -210 -85 -19 -9 -20 -135 -2 -420 7 -113 17 -281 23 -375 6 -93 14 -269 19 -389 7 -157 13 -223 22 -231 7 -7 42 -19 78 -29 36 -9 88 -23 115 -31 28 -7 79 -21 115 -31 96 -25 168 -44 230 -61 95 -26 188 -50 340 -90 30 -8 78 -20 105 -28 28 -7 79 -21 115 -31 124 -32 175 -46 214 -57 45 -13 49 -9 130 119 64 101 141 221 214 332 31 48 59 91 61 97 2 5 24 38 48 73 23 35 43 65 43 68 0 3 9 17 19 32 28 39 155 235 160 246 2 4 23 37 47 72 24 35 44 68 44 73 0 5 7 14 15 21 8 7 15 23 15 37 0 28 -41 82 -295 392 -55 67 -122 150 -150 185 -81 102 -168 211 -174 216 -4 3 -42 50 -86 105 -44 55 -82 102 -85 105 -3 3 -23 26 -44 53 -40 49 -44 50 -86 38z"/> <path d="M4350 6710 c-14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -66 -25 -80 -30 -14 -5 -50 -18 -80 -30 -30 -12 -68 -25 -83 -30 -16 -5 -36 -15 -44 -22 -13 -11 -79 -105 -93 -133 -3 -6 -90 -138 -195 -295 -104 -157 -192 -289 -195 -295 -3 -5 -70 -109 -151 -230 -80 -121 -152 -232 -161 -246 -18 -28 -20 28 27 -904 9 -165 16 -352 16 -415 0 -63 5 -129 12 -147 10 -26 143 -202 313 -412 12 -14 61 -75 109 -136 47 -60 108 -137 135 -170 48 -60 86 -107 188 -234 29 -36 75 -96 103 -132 55 -70 64 -75 209 -114 36 -10 88 -24 115 -31 52 -15 115 -33 210 -59 141 -39 173 -48 215 -60 25 -7 74 -20 110 -30 36 -10 85 -23 110 -30 47 -14 123 -35 213 -59 98 -27 162 -46 215 -62 60 -18 83 -16 162 16 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 66 25 80 30 14 5 48 17 75 28 28 11 113 43 190 72 77 28 174 65 216 82 l76 29 144 217 c79 119 146 222 149 227 3 6 64 98 135 204 72 107 132 200 135 205 3 6 59 92 124 190 l119 180 -12 230 c-7 127 -16 350 -22 496 -5 146 -13 321 -19 389 -5 68 -10 173 -10 232 0 104 -1 110 -28 141 -16 18 -50 61 -78 96 -27 35 -75 96 -107 135 -31 40 -85 108 -119 152 -34 44 -68 86 -75 94 -8 7 -40 48 -73 90 -210 273 -437 546 -460 553 -121 33 -151 42 -190 53 -25 7 -74 21 -110 30 -36 10 -85 23 -110 30 -25 7 -74 20 -110 30 -36 9 -85 23 -110 30 -56 17 -148 43 -220 62 -30 8 -75 21 -100 28 -25 7 -74 20 -110 30 -79 21 -139 38 -205 58 -69 21 -125 27 -155 17z"/> <path d="M8036 5682 c-3 -6 -18 -13 -33 -17 -16 -3 -41 -12 -58 -19 -16 -7 -48 -20 -70 -29 -87 -32 -127 -48 -162 -61 -21 -8 -57 -21 -80 -30 -24 -9 -60 -22 -80 -30 -58 -21 -114 -42 -163 -61 -25 -9 -63 -24 -85 -32 -93 -35 -121 -46 -140 -54 -29 -12 -124 -49 -167 -65 -98 -37 -125 -47 -156 -60 -18 -8 -39 -14 -46 -14 -7 0 -21 -9 -30 -19 -16 -17 -16 -35 -7 -222 6 -112 18 -348 26 -524 28 -590 34 -677 45 -690 6 -7 25 -15 43 -19 17 -3 55 -12 82 -20 83 -23 208 -58 240 -66 17 -4 66 -18 110 -30 44 -12 94 -26 110 -30 17 -4 66 -18 110 -30 44 -12 94 -26 110 -30 17 -4 66 -18 110 -30 44 -12 94 -26 110 -30 45 -11 183 -50 240 -67 116 -34 94 -50 245 179 74 111 137 208 140 213 3 6 37 57 75 115 39 58 72 110 75 115 5 10 56 88 243 373 55 83 107 152 114 152 7 0 13 11 13 25 0 14 -5 24 -12 22 -6 -1 -208 243 -448 543 -390 486 -440 545 -468 548 -16 2 -33 -1 -36 -6z"/> <path d="M693 5228 c-38 -57 -70 -107 -73 -113 -3 -5 -36 -57 -75 -115 -38 -58 -72 -109 -75 -115 -3 -5 -32 -50 -64 -100 -33 -49 -79 -121 -104 -160 -25 -38 -77 -119 -117 -180 -159 -243 -185 -285 -185 -297 0 -11 45 -72 162 -219 98 -123 172 -214 178 -219 3 -3 79 -97 170 -210 316 -394 363 -452 378 -457 7 -3 39 4 70 16 32 13 73 29 92 36 61 23 124 47 155 60 17 7 49 20 73 29 23 9 61 23 85 32 23 9 59 22 80 30 88 33 124 47 152 59 17 7 48 19 70 28 22 8 60 23 85 32 25 9 62 23 83 31 20 8 54 20 75 28 48 18 121 46 147 57 40 16 120 47 138 53 26 8 25 50 -28 941 -9 138 -15 301 -15 362 0 132 3 129 -125 163 -44 12 -102 28 -130 36 -27 7 -61 16 -75 19 -14 3 -47 12 -75 20 -131 35 -169 46 -218 59 -28 7 -77 21 -107 29 -30 9 -84 23 -120 33 -66 17 -139 37 -220 59 -25 7 -74 20 -110 29 -36 10 -85 24 -110 32 -88 28 -92 25 -167 -88z"/> <path d="M6792 3676 c-11 -12 -41 -55 -67 -96 -49 -77 -241 -369 -324 -495 -25 -38 -48 -74 -51 -80 -5 -10 -44 -70 -227 -348 -71 -107 -102 -162 -95 -170 5 -7 62 -79 128 -161 65 -82 139 -174 164 -206 66 -84 163 -204 170 -210 3 -3 30 -36 60 -75 30 -38 57 -72 60 -75 3 -3 70 -86 149 -185 79 -99 150 -184 157 -188 8 -4 33 -1 56 7 39 13 60 21 123 47 30 12 125 49 168 65 20 8 55 21 77 29 22 8 58 22 80 30 22 8 58 22 80 30 22 8 58 22 80 30 22 8 59 22 83 31 23 8 55 22 70 30 16 8 35 14 42 14 7 0 26 6 42 14 15 8 47 22 71 30 23 9 59 22 80 30 146 54 204 77 251 98 l44 19 -7 97 c-3 53 -11 216 -16 361 -6 145 -13 267 -15 271 -2 4 -9 133 -15 286 -6 153 -14 308 -18 344 -6 59 -10 66 -37 79 -16 8 -46 18 -65 22 -19 3 -71 16 -115 29 -121 33 -187 51 -220 60 -16 4 -66 18 -110 30 -44 12 -93 26 -110 30 -16 4 -66 18 -110 30 -44 12 -93 26 -110 30 -16 4 -66 18 -110 30 -44 12 -93 26 -110 30 -16 4 -66 18 -110 30 -184 51 -172 49 -193 26z"/> <path d="M2170 3434 c-96 -38 -140 -55 -185 -71 -22 -8 -53 -21 -70 -28 -30 -12 -76 -30 -155 -60 -22 -8 -58 -22 -80 -30 -79 -30 -125 -48 -155 -60 -16 -7 -49 -20 -72 -29 -101 -38 -125 -47 -165 -62 -24 -9 -52 -20 -63 -25 -29 -12 -125 -49 -165 -64 -19 -7 -57 -22 -85 -33 l-50 -21 -3 -73 c-2 -40 3 -197 12 -348 33 -552 46 -807 49 -903 2 -107 10 -122 67 -133 14 -2 49 -11 78 -19 119 -33 160 -44 222 -60 36 -10 85 -23 110 -30 25 -7 74 -20 110 -29 36 -10 88 -23 115 -31 28 -7 79 -21 115 -30 36 -10 85 -23 110 -30 25 -7 74 -20 110 -30 90 -23 167 -44 220 -60 25 -8 66 -17 92 -21 42 -6 50 -4 68 17 10 13 19 27 20 31 0 4 22 40 49 80 74 111 186 282 190 292 2 4 23 37 47 72 24 35 44 66 44 69 0 2 13 23 29 47 41 63 171 262 223 343 25 39 68 106 96 150 29 44 52 85 52 92 0 7 -15 29 -32 49 -18 21 -51 61 -73 89 -48 63 -157 198 -165 205 -6 6 -265 325 -335 414 -162 205 -288 356 -298 356 -7 0 -41 -12 -77 -26z"/> <path d="M5915 2435 c-16 -7 -48 -20 -70 -28 -87 -32 -123 -46 -200 -77 -44 -18 -97 -38 -117 -46 -100 -37 -125 -47 -153 -59 -33 -14 -101 -40 -155 -60 -19 -7 -71 -27 -115 -45 -79 -32 -127 -50 -195 -75 -19 -7 -69 -26 -110 -43 -41 -16 -89 -35 -107 -42 -18 -7 -37 -17 -42 -24 -6 -7 -4 -92 5 -231 7 -121 20 -346 29 -500 31 -555 36 -640 41 -670 5 -27 11 -32 67 -48 75 -22 188 -53 337 -91 36 -10 88 -23 115 -31 48 -13 117 -31 235 -62 30 -8 78 -20 105 -28 82 -22 156 -41 225 -59 93 -25 157 -42 223 -61 32 -9 65 -14 75 -10 9 3 30 27 46 53 27 42 56 87 162 252 16 25 31 50 34 55 3 6 32 51 64 100 33 50 74 113 91 140 18 28 50 77 71 110 21 33 41 65 44 70 7 13 136 212 161 247 10 15 19 29 19 32 0 2 18 32 40 65 22 33 40 65 40 72 0 11 -43 75 -60 89 -3 3 -24 27 -45 55 -22 27 -62 77 -90 110 -27 34 -66 81 -85 105 -32 39 -113 139 -293 361 -34 41 -78 95 -97 119 -228 284 -229 285 -295 255z"/> <path d="M3178 2268 c-32 -40 -87 -120 -98 -143 -3 -5 -32 -50 -64 -100 -33 -49 -80 -121 -104 -160 -25 -38 -84 -128 -131 -200 -47 -71 -88 -134 -91 -140 -3 -5 -36 -57 -74 -115 -38 -58 -94 -143 -124 -190 -31 -47 -60 -90 -64 -96 -7 -10 180 -255 369 -482 41 -49 91 -112 278 -346 102 -129 169 -211 175 -216 3 -3 19 -22 34 -43 33 -43 42 -44 116 -16 30 11 66 24 80 29 14 5 50 18 80 30 30 12 66 25 80 30 26 9 57 21 220 84 142 56 189 73 288 110 20 8 55 20 77 29 22 8 58 21 80 30 74 27 120 45 175 67 183 71 192 77 186 108 -3 15 -10 119 -15 232 -16 312 -40 774 -50 972 -5 97 -12 182 -15 187 -7 11 -74 31 -281 86 -27 8 -77 21 -110 30 -33 10 -84 23 -112 31 -29 8 -77 20 -105 28 -29 8 -79 21 -111 30 -181 50 -165 45 -330 90 -62 16 -147 40 -220 60 -105 30 -102 30 -139 -16z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
  mask: unset;
  position: relative;
  position: absolute;
  top: 0px;
  left: -108px;
  border-radius: 300px 300px 0 0;
}

.about__image::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #33988a;
  position: absolute;
  top: -32px;
  left: -12px;
  border-radius: inherit;
  animation: moveX 2s linear infinite;
}

.about__image img {
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.about__image::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #33988a;
  position: absolute;
  top: -48px;
  right: -9px;
  border-radius: inherit;
  animation: moveX2 2s linear infinite;
}


  .about__image {
    position: relative;
    width: 617px;
    left: -108px;
  }


.about__image img {
  max-width: 100%;
  height: auto;
}

.about__content {
  max-width: 700px;
}

.about .sec-title {
  margin-bottom: 32px;
}

.about__text {
  margin-bottom: 32px;
  line-height: 1.875;
}

.about__inner {
  display: flex;
  align-items: flex-start;
  gap: 49px;
}

.about__inner__row {
  --bs-gutter-x: 40px;
}

.about__whyussec {
  margin-bottom: 18px;
}

.about__whyussec__list+.about__whyussec__list {
  margin-top: 16px;
}

.about__whyussec__list {
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid #33988a;
}

.about__whyussec__icon {
  position: relative;
  top: 3px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 32px;
  color: #33988a;
  transition: all 500ms ease;
}

.about__whyussec__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about__whyussec__list:hover .about__whyussec__icon {
  color: #33988a;
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.about__whyussec__title {
  margin: 0;
  font-size: 24px;
  color: #33988a;
  font-weight: 600;
  line-height: 1.333;
}

.about__project {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about__project__icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 42px;
  color: #fff;
  background-color: #33988a;
  border-radius: 50%;
  transition: all 500ms ease;
}

.about__project__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about__project:hover .about__project__icon {
  color: #fff;
  background-color: #33988a;
}

.about__project__count {
  margin-bottom: 2px;
  display: flex;
  font-size: 32px;
  color: #33988a;
  font-weight: 700;
  line-height: 1;
}

.about__project__title {
  margin: 0;
  font-size: 15px;
  color: #33988a;
  font-weight: 600;
  line-height: 1.75;
}

.about__inner__right {
  padding: 21px 17px 0;
  border: 1px dashed #33988a;
}

.about-us__content__qualitwrap__title{
  font-size: 20px;color: #2A2A2A;
}

.about-us__content__qualitwrap__price{
  color: #fff;font-size: 26px;margin-bottom: 5px;
}
.about-us__content__qualitwrap__text{
  color: #fff;
  font-size: 18px;
}



@media screen and (max-width:1500px){
  .about__image{
    width: 510px;
  }
  .about-us__content {
  padding: 0;
}
.about .ed-section-title{
  font-size: 35px;  margin-bottom: 10px;
}
.about-us__content__text{
  margin-bottom: 25px;
  padding-top: 0;
}
.about-us__content__qualitwrap__pricesbox{
  padding: 20px 40px;
}
.about-us__content__qualitwrap__col{
  margin-bottom: 20px;
}
.mb-0{
  margin-bottom: 0;
}
.about-us__content__qualitwrap{
  margin-bottom: 20px;
}
.about__wrapper::after{
  left: 96px;
}
}
@media screen and (max-width:1400px){
  .about__wrapper::after{
  left: 76px;
}
  .about__image {
    width: 460px;
  }
  .about__content{
    margin-left: -85px;
  }
  .about-us__content__text {
  font-size: 15px;
  line-height: 28px;
}
.about-us__content__qualitwrap__title {
  font-size: 18px;
}
.about-us__content__qualitwrap__pricesbox{
  margin-top: -20px;
}
}

@media screen and (max-width:1199px){
    .about__image {
    width: 350px;
  }
  .mb-it0{
    display: none;
  }
    .about__content {
    margin-left: -30px;
  }.about-us__content__qualitwrap__icon img {
  height: 30px;
}
.about-us__content__qualitwrap__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
}  .about-us__content__qualitwrap__title {
    font-size: 16px;
  }
  .about-us__content__qualitwrap__btmleft img {
  height: 40px;
  margin-bottom: 10px;
}.about-us__content__qualitwrap {
    margin-bottom: 0;
  }
.about-us__content__qualitwrap__price{
  font-size: 24px;
}
.about-us__content__qualitwrap__pricesbox{
height: 120px;
}
  .about__image {
    width: 310px;
    left: -40px;
  } .about__content {
    margin-left: -16px;
  }  .about .ed-section-title {
    font-size: 30px;
    margin-bottom: 4px;
  }  .about-us__content__text {
    font-size: 14px;
    line-height: 24px;
  }  .about-us__content__qualitwrap__title {
    font-size: 15px;
  }
}


@media screen and (max-width:991px)
{
    .about__image {
    width: auto;
    left: 0;
  }
  .about__image{
    margin-bottom: 30px;
  }
    .about__wrapper::after {
   display: none;
  }
  .mb-it0{
    display: block;
    margin-top: 20px;
  }
    .about-us__content__qualitwrap__title {
    font-size: 17px;
  }  .about__content {
    margin-left: 0;
  }
    .about-us__content__text {
    font-size: 15px;
    line-height: 26px;
  }

}


@media screen and (max-width:767px){
  .about{
    padding: 50px 0 0px;
  }
  .about__image::before{
    top: -14px;
  }
  .about__image::after{
    top: -31px;
  }
    .about .ed-section-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .about-us__content__qualitwrap__pricesbox{
    display: none;
  }
}

/*About Us End*/



/*Why Us*/

.whyussec-inner1::after  {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 50%;

  height: 100%;

  border-radius: 0 200px 200px 0;

  background-image:linear-gradient(to left, rgb(241, 248, 247) 0%, rgb(208, 231, 228) 100%);

  z-index:1;

}.whyussec-inner1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 200px 200px 0;
  background-image:linear-gradient(to right, rgb(244, 249, 249) 0%, rgba(52, 152, 138, 0.23) 100%);
  z-index: 1;
}
.whyussec-inner1::after {
  left: auto;

  right: 0;

  border-radius: 200px 0 0 200px;

  --gradient-direction: to left;

}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
.whyus {
  display:flex;
  /*max-width:430px;*/
  margin:0 0 25px 0;
  align-items:center
}
.whyus:last-child {
  margin-bottom:0
}
@media(min-width: 991px) {
  .whyus.reverse {
    flex-direction:row-reverse;
    text-align:right
  }
  .whyus.reverse .whyussec-content {
    padding:0 20px 0 0
  }
}
.whyus .whyussec-icon {
  width:100px;
  height:100px;
  line-height:100px;
  margin:5px;
  background-color:#33988a;
  text-align:center;
  border-radius:50%;
  position:relative;
  transition:all ease .4s
}
.whyus .whyussec-icon:before {
  content:"";
  position:absolute;
  top:-5px;
  right:-5px;
  bottom:-5px;
  left:-5px;
  border:1px dashed #33988a;
  border-radius:inherit;
  animation:spin 30s infinite linear
}
.whyus .whyussec-content {
  padding:0 0 0 20px;
  flex:1
}
.whyus .whyussec-title {
  font-size:20px;
  margin:.08em 0 11px 0
}
.whyus .whyussec-text {
  margin:0
}
.whyus:hover .vs-icon {
  background-color:#33988a
}
.whyus:hover .vs-icon:before {
  border-color:#33988a
}
.whyus .whyussec-title a{
  color: #000;
}
.whyus .whyussec-text{
  text-align: left;
}
.whyus.reverse .whyussec-text{
  text-align: right;
}

.vs-icon {
  display:inline-block;
  width:80px;
  height:80px;
  line-height:80px;
  background-color:#33988a;
  color:#fff;
  text-align:center;
  position:relative;
  z-index:1;
  border-radius:50%;
  margin:var(--border-gap, 5px);
  transition:all ease .4s
}
.vs-icon:before {
  content:"";
  position:absolute;
  top:calc(var(--border-gap, 5px)/-1);
  right:calc(var(--border-gap, 5px)/-1);
  bottom:calc(var(--border-gap, 5px)/-1);
  left:calc(var(--border-gap, 5px)/-1);
  border:1px dashed #33988a;
  border-radius:inherit;
  transition:all ease .4s;
  animation:spin 30s linear infinite
}
.vs-icon.style2 {
  background-color:#fde7da;
  box-shadow:0 0 0 8px #fff;
  margin:8px
}
.vs-icon.style2:before {
  display:none
}
.vs-icon.style3 {
  background-color:#fde7da
}

.whyus.reverse, .whyus, .mt-n4{
  position: relative;
    z-index: 9 !important;

}
.glide1{
    animation: glide1 2s ease-in-out alternate infinite;
}
@keyframes glide1 {
  from {
    right: 0px;
    top: 0px;
  }
  to {
    right: 0px;
    top: 20px;
  }
}
.vs-icon img{
  height: 55px;
}
.whyus.reverse{
  width: 100%;
    margin-left: auto;
}
.whyus{
  width: 100%;
  margin-right: auto;
}
.whyussecwhyus{
  padding: 0px 0 70px;
  position: relative;
}

.whyussecwhyus .sec-title2{
  margin-bottom: 40px;
}
.whyussecsec{
  padding: 70px 0 60px;
  background: url('../images/whyussec-bg.webp');
  position: relative;
}
.whyussecsec .sec-title2{
  margin-bottom: 30px;
}
@media screen and (max-width:1500px){
 .whyus .whyussec-title {
  font-size:18px;
}.shape-mockup-wrap {
  padding: 20px 0;
}
    .whyus.reverse .whyussec-content {
    padding: 0 10px 0 0;
  }  .whyus .whyussec-text{
  font-size: 15px;
}    .whyussec-five__item__content {
    padding: 0 10px 32px;
    min-height: 320px;
  }  .whyussec-five__item__title {
    font-size: 24px;
  }
}

@media screen and (max-width:1199px){
  
    .whyussec-five__item__content {
    padding: 0 10px 32px;
    min-height: 250px;
  }
  
   .vs-icon {
    width: 70px;
    line-height: 70px;
    height: 70px;
  } 
  .whyus .whyussec-title {
  font-size: 16px;
}
}

@media screen and (max-width:991px){
    .whyussec-five__item__content {
    padding: 0 10px 32px;
    min-height: 200px;
  }
  .whyussec-inner1::before, .whyussec-inner1::after{
    display: none;
  }
  .whyussec-inner1{padding-bottom: 20px;
    padding-top: 20px;
    background-image: linear-gradient(to right, rgb(244, 249, 249) 0%, rgba(52, 152, 138, 0.58) 100%);
  }
  
.whyussecwhyus {
  padding: 0px 0 40px;
}.whyus.reverse .whyussec-text {
  text-align: left;
} .whyus.reverse .whyussec-content {
    padding: 0 10px 0 20px;
  }.whyus:last-child {
  margin: 0 0 20px 0;
    margin-left: 0px;
}
  .whyus{
      margin: 0 0 20px 0;
  }
}

@media screen and (max-width:767px){
.whyussec-five__item__title {
  font-size: 23px;
}  .whyussec-five__item__content {
    padding: 0 10px 32px;
    min-height: 310px;
  }
}
/*Why Us End*/


/*Our Services*/

.ourservices{
  padding: 0 0 60px;
}
.single-treatments-box {
    text-align: center;
    background: #d8ece9;
    padding: 0px 0px 25px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-treatments-box .treatmentimg{
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.treatments-icon img{
  height: 100px;
   margin-top: -50px;
}
.treatments-content{
  padding: 0 30px;
}
.post-slide{
  margin: 30px 20px;
}

.ourservices .ed-section-title{
  margin-bottom: 0;
  margin-top: -10px;
}
.ourservices a{
  color: #2A2A2A;
}
.single-treatments-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#33988a;
    border-radius: 20px;
    z-index: -1;
    transition: 0.5s;
} 

.single-treatments-box:hover:before{
    width: 100%;
    left: 0;
}

.treatments-content h4 {
    font-size: 22px;
    margin: 15px 0 0px;
    transition: 0.5s;
}

.single-treatments-box:hover .treatments-content h4{
    color:#fff;
}

.treatments-content p{
    transition: 0.5s;
    text-align: center;
}
.single-treatments-box:hover .treatments-content p{
    color:#fff;
}
.single-treatments-box:hover .treatments-content p{
    color: #fff;
}

.treatments-shape {
    position: absolute;
    left: 0;
    bottom: -133px;
    animation: bns1 3s linear infinite;
}

@media screen and (max-width:1600px){
  .single-treatments-box{
    padding: 25px 18px 25px;
  }
}
  @media screen and (max-width:1500px){
    .single-treatments-box {
    padding: 25px 20px 25px;
    min-height: 313px;
  }
  }

    @media screen and (max-width:1199px){
    .single-treatments-box {
    min-height: 285px;
  }
  }
  @media screen and (max-width:991px){
      .single-treatments-box {
    padding: 25px 10px 25px;
  }
  }


  @media screen and (max-width:767px){
    .ourservices{
      padding: 40px 0 15px;
    }
    .ed-section-title {
  font-size: 30px;
}.post-slide {
  margin: 20px 20px;
}
  .whyus .whyussec-title {
    font-size: 18px;
  }
  }
/*End Our Services*/


/*Tetsimonials*/

#comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

figure {
  position: absolute;
  background-image: url('../images/testi2.jpg');
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.testimonials {
  padding: 20px 0 60px;
  background: url('../images/testi-bg-3-2-3.webp');
    background-attachment: scroll;
    background-size: auto;
  background-attachment: fixed;
  background-size: 100% 100%;
  position: relative;
}

.testi-style3 {
 position: relative;
  padding: 30px 30px 30px 30px;
  margin: 40px 0 30px 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.24);
  border-bottom: 9px double rgb(51, 152, 138);
  transition: all ease .4s;
  background-color: #fff;
  min-height: 300px;
}
.testi-style3 .testi-avater {
  width:80px;
  height:80px;
  position:absolute;
  top:-40px;
  padding:7px;
  background-color:#fff;
  border-radius:50%
}
.testi-style3 .testi-avater img {
  width:100%;
  border-radius:50%
}
.testi-style3 .testi-name {
  font-size:22px;
  margin-bottom:0px
}
.testi-style3 .testi-text {
  margin:0 0 15px 0
}
.testi-style3 .testi-degi {
  font-size:12px;
  text-transform:uppercase;
  font-weight:500;
  color:#33988a
}
.testi-style3 .testi-icon {
  font-size:60px;
  line-height:1;
  margin-top:-30px;
  position:absolute;
  right:40px;
  top:0;
  color:#33988a;
  opacity:.2;
  transition:all ease .4s
}
.testi-style3 .testi-rating {
  color:#33988a;
  margin-bottom:5px;
  font-size:14px
}
.testi-style3 .testi-rating i {
  margin-right:5px
}
.testi-style3 .testi-degi {
  font-weight:500
}

.testimonials{
  position: relative;
}.bubble-dotted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bubble-dotted .dotted{
  position: absolute;
  border-radius: 50%;
}

.bubble-dotted .dotted-1{
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-2{
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-3{
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-4{
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-5{
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-6{
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  -webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-7{
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-8{
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-9{
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-10{
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted i{
  color: #33988a;
}


@-webkit-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-moz-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@-moz-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}


#divisor {
  background-image: url('../images/testi.jpg');
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  top: 2px;
  height: 100%;
}
#divisor::before, #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
#divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
#divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#handle::before, #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
#handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
#handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}


/*Footer*/
footer{
  background-color: #090909;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}@keyframes movingX {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  50% {
    -webkit-transform:translateX(50px);
    transform:translateX(50px)
  }
  100% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
}

footer h3{
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #fff;
}

footer ul li{
  font-size: 18px;
  color: #fff;
  list-style: disclosure-closed;
  margin-bottom: 12px;
}
footer ul li a{
  color: #fff;
}

footer ul {
  padding-left: 15px;
  z-index: 999;
  position: relative;
}
.contactdetails li{
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.bordernp{
  border:none !important;
}

.copyright{
  padding: 5px 0 12px;
  background-color:#33988a ;
}
.copyright p{
  text-align: center;
}
.copyright p, .copyright p a{
  color: #fff !important;
}

.copyright br{
  display: none;
}

@media screen and (max-width:1600px){
    footer ul li {
  font-size: 16px;
}
}
@media screen and (max-width:1500px){
    footer ul li {
  font-size: 14px;
}footer h3 {
  font-size: 26px;
}
}





@media screen and (max-width:767px){
  .whyusheading .ed-section-title{
    margin-bottom: 15px;
  }
  .copyright br{
  display: block;
}
footer ul li {
  font-size: 15px;
}
  .testimonials {
  padding: 0px 0 60px;
}
.testimonials .ed-section-title{
  margin-bottom: 20px;
}
#testimonials-slider{
  margin-top: 30px;
}  .testimonials {
    padding: 0px 0 15px;
  }
  .testi-style3{
    padding: 44px 20px 18px 20px;
  }
  footer{
    padding: 15px 0 0px;
  }
  footer h3{
    margin-top: 20px;margin-bottom: 10px;
  }
    footer h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .contactdetails li{
    margin-bottom: 14px;
  padding-bottom: 14px;
  }
}








/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  z-index: 1;
  background-color: black;
  overflow: hidden;
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  z-index: 3 !important;
  right: 40px;
  background: #33988a !important;
}.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  right: 60px;
  top: 60px;
}
.left-7{
right: 120px;
  top: 90px;
}
.left-8{
  right: 130px;
  top: 50px;
}


@keyframes TopBottom {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(0, 30px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
@keyframes LeftRight {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(30px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header__shape-1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 69px;
  background-color: #fff;
  max-width: 1376px;
  width: 100%;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 80px 0 140px;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 6px;
  font-weight: 680;
}

.breadcrumb__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.breadcrumb__box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10000000px;
  left: 99%;
  background-color: #33988a;
  z-index: -1;
}
.breadcrumb .li::before {
  font-family: themify;
  content: "»";
  font-size: 10px;
  color: #ffffff;
  font-size: 20px;
}
.breadcrumb {
  position: relative;
  display: block;
  background-color:#33988a;
  padding-left: 80px;
  /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%); */
  z-index: 1;
  margin-bottom: 0px;
}

.breadcrumb::before {
  content: '';
  width: 100000px;
  height: 70px;
  position: absolute;
  right: 83%;
  bottom: -1px;
  background-color: #fff;
  transform: skewX(45deg);
  /* clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%); */
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}

.breadcrumb li+li {
  margin-left: 4px;
}

.breadcrumb li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  padding: 8px 0 7px;
}

.breadcrumb li:hover a {
  color: #000;
  opacity: 1;
}

.breadcrumb li span {
  font-size: 12px;
}
.movingYY img{
  height: 300px;
}
@media screen and (max-width:767px){
  .page-header .shape-mockup img{
height: 25px !important;
  }
     .page-header .shape-mockup {
    top: 10% !important;
    left: 90% !important;
  }
  .movingYY{
    display: none;
  }
  .page-header__inner{
    padding: 27px 0 71px;
  }.left-7, .ani-top-bottom {
 display: none;
}
.page-header__inner h2{
  font-size: 26px;
}
.breadcrumb{
  padding: 2px 20px;
  padding-left: 70px;
}
.breadcrumb::before{
  height: 55px;
}
.breadcrumb::before{
  right: 86%;
}
}



/*ABt Page*/
.choice-section {
  overflow: hidden;
}
.choice-section {
  position: relative;
  padding: 40px 0px 220px;
  background-position: right top;
  background-repeat: no-repeat;
}
.choice-section p{
  font-size: 17px;
  line-height: 32px;
  margin: 0 0 10px;
}
.choice-section .ed-section-title{
  margin-bottom: 10px;
}
.choice-section .image-column {
  position: relative;
  margin-bottom: 40px;
}
.choice-section .image-column .inner-column {
  position: relative;
  padding-right: 35px;
}
.choice-section .image-column .inner-column::before {
  position: absolute;
  content: '';
  right: 4px;
  top: 0px;
  width: 36px;
  height: 137%;
  background: url(../images/pattern-3.png);
    background-repeat: repeat;
  background-repeat: repeat-y;
  -moz-animation-name: float_left_right;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
.choice-section .image-column .inner-column .pattern-layer {
  position: absolute;
  left: -220px;
  top: 0px;
  width: 554px;
  height: 405px;
  background-repeat: no-repeat;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}.image {
  text-align: right;
}.choice-section .image-column img {
  position: relative;
  border-radius: 0px 0px 0px 20px;
}.choice-section .image-column .image-two {
  position: absolute;
  right: 34px;
  bottom: -170px;
  border-top: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
}
@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}@keyframes float_left_right {
    
    0% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  50% {
    transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.choice-section .image-column .stamp-icon {
  position: absolute;
  left: 28%;
  bottom: -80px;-moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}@keyframes rotateme {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}
.stamp-icon img{
 height: 170px;
  background: #fff;
  border-radius: 124px !important;
}

@media screen and (max-width:1600px){
  .choice-section .image-column .stamp-icon{
    left: 17%;
  }
  .choice-section .ed-section-title{
    font-size: 40px;
  }
  .choice-section{
    padding: 40px 0px 160px;
  }
}
@media screen and (max-width:1500px){
  .choice-section .image-column .stamp-icon{
    left: 12%;
  }
  
  .choice-section .image-column .inner-column::before{
    right: -7px;
  }
  .choice-section .image-column .image-two{
    right: 0;
  }
  .choice-section .ed-section-title{
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .choice-section .image-column img {
    width: 100%;
  }
    .choice-section .image-column .inner-column::before {
    right: 0;
  }
    .choice-section .image-column .image-two {
    right: 34px;
  }
  .choice-section .image-column .stamp-icon{
    bottom: 20%;
    left: 0%;
  }
  .stamp-icon img{
    height: 140px;
  }
    .choice-section .ed-section-title {
    font-size: 30px;
  }
  .choice-section p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 5px;
}

}

@media screen and (max-width:1199px){
    .choice-section {
    padding: 40px 0px 174px;
  }
}

@media screen and (max-width:991px){
  .image img{
    width: 70% !important;
  }  .choice-section {
    padding: 40px 0px 65px;
  }
    .choice-section .image-column .stamp-icon {
    bottom: 20%;
    left: 37%;
  }
    .choice-section .image-column .image-two {
    right: 55%;
    bottom: 0;
      border-right: 15px solid #fff;
  }
}

@media screen and (max-width:767px){
   .stamp-icon img {
    height: 120px;
  }  .image img {
    width: 100% !important;
  }
  .choice-section .image-column .image-two{
    display: none;
  }  .choice-section .image-column .stamp-icon {
    bottom: -19%;
    left: 58%;
  }
  .choice-section .image-column .inner-column::before{
    height: 99%;
  }
  .choice-section .image-column .inner-column .pattern-layer{
    width: 275px;
  height: 235px;
  }
  .choice-section p{
    font-size: 15px;
    line-height: 26px;
  }
    .choice-section {
    padding: 40px 0px 20px;
  }
}




.visonmissionvalue-block{
  position:relative;
  margin-bottom:30px;
}

.visonmissionvalue-block .inner-box{
  position:relative;
  text-align:center;
  margin-left:20px;
  padding:30px 23px 25px;
  background-color:#ffffff;
  box-shadow:0px 5px 25px rgba(0,0,0,0.10);
}

.visonmissionvalue-block .inner-box .line-one{
  position:absolute;
  right:20px;
  top:0px;
  width:10px;
  height:100px;
  background-color:#33988a;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.visonmissionvalue-block .inner-box:hover .line-one{
  height:70px;
}

.visonmissionvalue-block .inner-box .line-two{
  position:absolute;
  right:40px;
  top:0px;
  width:6px;
  height:70px;
  background-color:#555;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.visonmissionvalue-block .inner-box:hover .line-two{
  height:100px;
}



.visonmissionvalue-block.style-two .inner-box:before{
  position:absolute;
  content:'';
  left:-20px;
  top:-20px;
  width:270px;
  height:270px;
  background:url(../images/icons/pattern-2.png) no-repeat;
}

.visonmissionvalue-block .inner-box .icon-box{
  position:relative;
  padding-top:5px;
  text-align:center;
  margin-bottom:20px;
  display:inline-block;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
}

.visonmissionvalue-block .inner-box:hover .icon-box{
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.visonmissionvalue-block .inner-box .icon-box:before{
  position:absolute;
  content:'';
  left:-12px;
  top:0px;
  width:105px;
  height:90px;
  background-color:#d8ece9;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.visonmissionvalue-block .inner-box:hover .icon-box:before{
  background-color:#33988a;
}
.visonmissionvalue-block .inner-box:hover img{
  filter: brightness(0) invert(1);
}

.visonmissionvalue-block .inner-box .icon-box .icon{
  position: relative;
  font-size: 60px;
  color: #33988a;
  line-height: 80px;
  left: -9px;
}
.visonmissionvalue-block .inner-box .icon-box .fa-check{
  left: -4px;
}
.visonmissionvalue-block .inner-box .icon-box .fa-clipboard-list{
  left: 6px;
}
.visonmissionvalue-block .inner-box .icon-box .fa-bullseye{
  left: -1px;
}
.visonmissionvalue-block .inner-box h4{
  position:relative;
  line-height:1.4em;
  font-weight:700;
  margin-bottom:5px;
  font-size: 30px;
}

.visonmissionvalue-block .inner-box h4 a{
  position:relative;
  color:#555;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.visionmission{
  background:url('../images/pattern-21.png');
  background-size: cover;
  padding: 80px 0 50px;
}
.visonmissionvalue-block .inner-box h4 a:hover{
  color:#33988a;
}
.visonmissionvalue-block div{
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 10px;
}
.visonmissionvalue-block .icon-box img{
  height: 80px;
  position: relative;
}


@media screen and (max-width:1600px){
  .visonmissionvalue-block .inner-box{
    padding: 30px 19px 25px;
  }

}
@media screen and (max-width:1500px){

    .visonmissionvalue-block .inner-box {
    padding: 30px 40px 25px;
  }  .visonmissionvalue-block div {
  font-size: 17px;
}
.visonmissionvalue-block .inner-box{
  margin-left: 0px;
}
}

@media screen and (max-width:1200px){
   .visonmissionvalue-block .inner-box {
    padding: 30px 20px 25px;
  }  .visonmissionvalue-block div {
    font-size: 16px;
  }
}

@media screen and (max-width:767px){
     .visonmissionvalue-block .inner-box {
    padding: 24px 25px 12px;
  }
  .visonmissionvalue-block .inner-box h4{
    font-size: 26px;
  }
  .visionmission{
    padding: 30px 0 15px;
  }
  .visonmissionvalue-block{
    margin-bottom: 10px;
  }
}










/*Appointment*/
.account-wraper1 {
  padding:40px 0 60px;
}
.account-wraper1 .appointment-inner {

  border-radius:40px;
  position:relative;
  z-index:1
}
@media only screen and (max-width:767px) {
  .account-wraper1 {
   
  }
}
.account-wraper1 .pt-img1 {
  left:70px;
  top:100px
}
@media only screen and (max-width:991px) {
  .account-wraper1 .pt-img1 {
    left:10px;
    top:190px
  }
}
@media only screen and (max-width:1199px) {
  .account-wraper1 .pt-img1 {
    left:50px;
    top:50px
  }
}
.account-wraper1 .pt-img2 {
  bottom:150px;
  left:-90px
}
@media only screen and (max-width:991px) {
  .account-wraper1 .pt-img2 {
    bottom:50px;
    left:-60px
  }
}
@media only screen and (max-width:1199px) {
  .account-wraper1 .pt-img2 {
    bottom:-40px;
    left:-60px
  }
}
.account-wraper1 .pt-img3 {
  right:-70px;
  top:50px
}
@media only screen and (max-width:1680px) {
  .account-wraper1 .pt-img3 {
    right:20px;
    top:-30px
  }
}
.account-wraper1 .pt-img4 {
  bottom:150px;
  right:-40px
}
@media only screen and (max-width:1680px) {
  .account-wraper1 .pt-img4 {
    bottom:-30px;
    right:30px
  }
}
@media only screen and (max-width:1199px) {
  .account-wraper1 {
    padding-bottom:70px
  }
}
@media only screen and (max-width:991px) {
  .account-wraper1 {
    padding-bottom:50px
  }
}
@media only screen and (max-width:767px) {
  .account-wraper1 {
    padding-bottom:0
  }
}
@media only screen and (max-width:575px) {
  .account-wraper1 .container-fluid,
  .account-wraper1 .container-lg,
  .account-wraper1 .container-md,
  .account-wraper1 .container-sm,
  .account-wraper1 .container-xl {
    padding-left:0;
    padding-right:0
  }
}
.form-wraper .form-group {
  margin-bottom:20px
}
.form-wraper .form-select.bootstrap-select {
  border:0;
  padding:0
}
.form-wraper .form-select.bootstrap-select .dropdown-toggle {
  border:1px solid rgba(53, 152, 138, 0.57);
  border-radius:8px;
  color:#444;
  font-size:16px;
  font-weight:500;
  height:60px;
  margin-top:0;
  padding:18px 25px
}
.form-wraper .form-select.bootstrap-select .dropdown-toggle:after {
  border:0;
  color:#9a9ccc;
  content:"";
  font-family:Line Awesome Free;
  font-weight:900;
  position:absolute;
  right:20px;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
.form-wraper .form-select.bootstrap-select .dropdown-menu {
  box-shadow:0 2px 20px rgba(0,0,0,.1)
}
.form-wraper .form-select.bootstrap-select .dropdown-menu .dropdown-item {
  color:#1f2278;
  font-size:14px;
  font-weight:600;
  padding:10px 25px;
  transition:all .5s
}
.form-wraper .form-select.bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color:#33988a;
  color:#fff
}
.form-wraper .form-select.bootstrap-select .dropdown-item.active.selected {
  color:#fff
}
.form-wraper .form-select.bootstrap-select .dropdown-item.active.selected:hover {
  background-color:#33988a
}
.form-wraper .form-control {
  border:1px solid rgba(53, 152, 138, 0.57);
  border-radius:8px;
  color:#000;
  font-size:16px;
  font-weight:500;
  height:60px
}
.form-wraper .form-control:active,
.form-wraper .form-control:focus,
.form-wraper .form-control:hover {
  border-color:#33988a
}
.form-wraper .form-control::-webkit-input-placeholder {
  color:#444
}
.form-wraper .form-control::placeholder {
  color:#444
}
.form-wraper textarea.form-control {
  height:150px
}
@media only screen and (max-width:991px) {
  .form-wraper .form-group {
    margin-bottom:15px
  }
}
.appointment-form {
  background-color:#fff;
  border-radius:40px;
  box-shadow:0 10px 60px 0 rgba(0,0,0,.33);
  padding:40px 35px;
  position:relative;
  text-align:center
}
.appointment-form .title {
  margin-bottom:30px
}
.appointment-form button {
  margin-top:15px
}
.appointment-form:after {
  border:2px solid #33988a;
  border-radius:40px;
  content:"";
  height:100%;
  left:-20px;
  position:absolute;
  top:-20px;
  width:100%;
  z-index:-1
}
@media only screen and (max-width:1380px) {
  .appointment-form {
    margin-left:50px
  }
}
@media only screen and (max-width:991px) {
  .appointment-form {
    border-radius:20px;
    margin-left:20px;
    padding:30px
  }
  .appointment-form:after {
    border-radius:20px;
    left:-15px;
    top:-15px
  }
  .appointment-form .title {
    font-size:20px;
    margin-bottom:20px
  }
  .appointment-form .form-group {
    margin-bottom:15px
  }
  .appointment-form button {
    margin-top:5px
  }
}
@media only screen and (max-width:575px) {
  .appointment-form {
    border-radius:20px;
    margin-left:10px;
    padding:20px
  }
  .appointment-form .form-control {
    font-size:14px;
    height:50px;
    padding:12px 18px
  }
  .appointment-form .form-select.bootstrap-select .dropdown-toggle {
    font-size:14px;
    height:50px;
    padding:15px 18px
  }
  .appointment-form:after {
    border-radius:20px;
    left:-10px;
    top:-10px
  }
}
.appointment-thumb {
  margin-left:70px;
  position:relative;
  width:730px
}
.appointment-thumb .images-group img {
  position:absolute
}
.appointment-thumb .images-group .img1 {
  -webkit-animation:left-right 2s infinite alternate;
  animation:left-right 2s infinite alternate;
  bottom:16px;
  height:530px;
  right:16px
}
@media only screen and (max-width:1199px) {
  .appointment-thumb .images-group .img1 {
    bottom:14px;
    height:430px;
    right:10px
  }
}
.appointment-thumb .images-group .img2 {
  -webkit-animation:up-down 2s infinite alternate;
  animation:up-down 2.3s infinite alternate;
  bottom:255px;
  left:80px;
  width:130px
}
@media only screen and (max-width:1199px) {
  .appointment-thumb .images-group .img2 {
    bottom:200px;
    left:60px;
    width:100px
  }
}
.appointment-thumb .images-group .img3 {
  -webkit-animation:up-down 2.5s infinite alternate;
  animation:up-down 2.5s infinite alternate;
  bottom:120px;
  right:260px;
  width:94px
}
@media only screen and (max-width:1199px) {
  .appointment-thumb .images-group .img3 {
    bottom:90px;
    right:166px;
    width:85px
  }
}
.appointment-thumb .images-group .img4 {
  -webkit-animation:up-down 1.5s infinite alternate;
  animation:up-down 1.5s infinite alternate;
  left:20px;
  top:150px
}
@media only screen and (max-width:1199px) {
  .appointment-thumb .images-group .img4 {
    left:10px;
    top:80px
  }
}
.appointment-thumb .images-group .img5 {
  -webkit-animation:up-down 2s infinite alternate;
  animation:up-down 2s infinite alternate;
  right:70px;
  top:30px
}
@media only screen and (max-width:1380px) {
  .appointment-thumb .images-group .img1 {
    height:400px;
    right:20px
  }
  .appointment-thumb .images-group .img2 {
    bottom:240px;
    left:93px;
    width:80px
  }
  .appointment-thumb .images-group .img3 {
    right:225px;
    width:70px
  }
  .appointment-thumb .images-group .img4 {
    left:40px;
    width:50px
  }
  .appointment-thumb .images-group .img5 {
    right:80px;
    width:80px
  }
}
@media only screen and (max-width:1199px) {
  .appointment-thumb .images-group .img1 {
    height:280px
  }
  .appointment-thumb .images-group .img2 {
    bottom:170px;
    left:62px;
    width:60px
  }
  .appointment-thumb .images-group .img3 {
    right:154px;
    width:50px
  }
  .appointment-thumb .images-group .img4 {
    left:20px;
    width:40px
  }
  .appointment-thumb .images-group .img5 {
    right:70px;
    top:60px;
    width:70px
  }
}
@media only screen and (max-width:991px) {
  .appointment-thumb .images-group .img1 {
    height:180px
  }
  .appointment-thumb .images-group .img2 {
    bottom:110px;
    left:39px;
    width:50px
  }
  .appointment-thumb .images-group .img3 {
    right:110px;
    width:40px
  }
  .appointment-thumb .images-group .img4 {
    left:15px;
    width:30px
  }
  .appointment-thumb .images-group .img5 {
    right:30px;
    top:40px;
    width:60px
  }
}
@media only screen and (max-width:1380px) {
  .appointment-thumb {
    margin-left:0;
    width:650px
  }
}
@media only screen and (max-width:1199px) {
  .appointment-thumb {
    padding-left:0;
    width:100%
  }
}
@media only screen and (max-width:767px) {
  .appointment-thumb {
    margin:30px auto 0;
    width:320px
  }
}
.account-wraper2 {
  align-items:center;
  background-color:#e5ecf3;
  display:flex;
  height:100vh
}
.account-wraper2 .appointment-form {
  padding:50px 40px
}
.account-wraper2 .appointment-form button {
  margin-top:0
}
.account-wraper2 .logo {
  margin-bottom:30px
}@-webkit-keyframes up-down {
  0% {
    -webkit-transform:translatey(0);
    transform:translatey(0)
  }
  to {
    -webkit-transform:translatey(-10px);
    transform:translatey(-10px)
  }
}
@keyframes up-down {
  0% {
    -webkit-transform:translatey(0);
    transform:translatey(0)
  }
  to {
    -webkit-transform:translatey(-10px);
    transform:translatey(-10px)
  }
}
@-webkit-keyframes left-right {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  to {
    -webkit-transform:translateX(-10px);
    transform:translateX(-10px)
  }
}
@keyframes left-right {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  to {
    -webkit-transform:translateX(-10px);
    transform:translateX(-10px)
  }
}

.appointment-form button{
  margin-left: 0;
  background-color: #fff;
}
.account-wraper1{
  overflow: hidden;
}

@media screen and (max-width:1199px){
    .appointment-thumb .images-group .img1 {
    height: 400px;
    right: -109px;
  }
  
}
@media screen and (max-width:991px){
 
  .appointment-thumb img{
    width: 130%;
  }     .appointment-thumb .images-group .img1 {
    height: 300px;
    right: -39px;
    width: auto;
  }
}

@media screen and (max-width:767px){
  .appointment-thumb{
    margin-left: 0;margin-bottom: 30px;
  }
}
.form-control:focus{
  box-shadow: 0 0 0 .2rem rgba(51, 152, 138, 0.28);
}
.contactuspage button {
  width: 100%;
  margin: 0;
  background-color: #fff;
  background-color: #33988a;
  color: #fff;
  height: 50px;
  cursor: pointer;
}
.contactuspage{
  padding: 20px 0 80px;
}
.contactuspage .btn-style500:hover {
  color: #33988a;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #fff 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #fff 0.2em, transparent 0.3em) 0 0/1em 1em;
}
.contactuspage iframe{
  margin-top: 40px;
}
.contactuspage .ed-section-title{
  margin-bottom: 0px;
}
.contactuspage form p{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.cntp p{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e0db;
  padding: 19px 0;
  color: #2A2A2A;
}
.cntp p a{
    color: #2A2A2A;
}
.cntp2{
  margin-top: 10px;
}
.cntp2 img{
  height: 50px;
  margin-right: 10px;
}
.cntp2 a{
  color: #2A2A2A;
  font-size: 30px;
  font-weight: 400;
}
.contactuspage button{
  width: 100% !important;
}


@media screen and (max-width:767px){
  .contactuspage {
  padding: 20px 0 30px;
}
}

.testimonialspage{
  padding: 30px 0 50px;
}
.testimonialspage .testi-style3{
  padding: 30px 25px 30px 25px;
}

@media screen and (max-width:991px){
  .testimonialspage .testi-style3 {
  padding: 30px 33px 30px 33px;
}
}

@media screen and (max-width:767px){
  .testimonialspage {
  padding: 10px 0 10px;
}
}


/*Gallery*/
.gallery-box{
  margin-bottom: 30px;
}
.gallery-section{
  padding: 60px 0 40px;
}

@media screen and (max-width:767px){
  .gallery-section {
  padding: 35px 0 8px;
}
}

/*Why CHoose*/
.rightcol{
  background-image: linear-gradient(to right, rgba(244, 249, 249, 0.4) 0%, rgba(52, 152, 138, 0.23) 100%);
  padding: 20px 40px;
  width: 90%;
  margin-left: 10%;
  margin-bottom: 40px;
  text-align: right;
}
.leftcol{
  background-image:linear-gradient(to left, rgba(241, 248, 247, 0.18) 0%, rgb(208, 231, 228) 100%);
  padding: 30px 40px 2px;
  width: 90%;
  margin-bottom: 40px;
  text-align: left;
}

.whyus{
  padding: 20px 0 20px;
  position: relative;
}
.whyus .ed-section-title{
  margin-bottom: 0px;
}
.whyus p
{
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 30px;
}
.whyus .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #33988a;
  overflow: hidden;
  margin-bottom: 10px !important;
  text-align: left;
  margin-left: 0 !important;
}
.leftcol p{
  text-align: left;
}
.rightcol p{
  text-align: right;
}
.rightcol .animate-border {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.whyus .caption h4{
  font-size: 26px;
}
.whyus .animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #d1e8e5;
  border-right: 10px solid #d1e8e5;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}


@media screen and (max-width:767px){
  .whyus .ed-section-title{
    font-size: 26px;
  }
  .leftcol,.rightcol{
    width: 100%;
    margin-left: 0;
    padding: 25px 25px 2px;
  }
  .whyus .caption h4 {
  font-size: 22px;
}
.rightcol p{
  text-align: justify;
}
.whyus {
  padding: 20px 0 0px;
}
.margin-0d{
  margin-bottom: 20px;
}
.whyus p {
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}
}






/*Treatment*/
.treatment-single{
 padding: 70px 0;
  background-color: #eef3f7;
}
.treatment-single ul, .our-treatments ul{
  padding-left:15px;
}
.treatment-single ul li{
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #2B3035;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0;
}
.mt-302{
  margin-top: 30px;
}
.our-treatments .ulli li{
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #2B3035;
  text-align: justify;
  margin-top: 0;
margin-bottom: 6px;
}
.single-treatments {
  padding: 0 0px 20px;
  margin-top: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.single-treatments ul li a{
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
}
.treatments-title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  background: #d8ece9;
  padding: 10px 30px;
  color: #39978b;
  border-left: 5px solid #39978b
}

.single-treatments ul {
  padding-left: 0;
  margin-bottom: 0;
}
.treatments-treatmentsitems ul li:first-child {
  padding-top: 0;

}
.treatments-treatmentsitems ul li {
  border-bottom: 1px solid #e5e5e5;
font-size: 18px;
  padding: 15px 0;

}
.our-treatments thead{
  background: #313791;
}
.our-treatments .table thead th{
  color: #fff;
}

.our-treatments h5{
  margin-top: 10px;
}
.single-treatments ul li a{
  transition: 0.5s ease;
}
.single-treatments ul li {
  list-style: none;
  transition: 0.5s ease;

}.treatments-single {
  background-color: #fff;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.11);
  padding: 25px 30px 20px;
  margin-bottom: 20px;
}
.single-treatments ul li:hover a{
  margin-left: 10px;
  color: #33988a;
  transition: 0.5s ease;
}
.our-treatments{
  padding: 70px 0;
}
@media screen and (max-width:767px){
  .treatment-single {
  padding: 20px 0 30px;
}
  .our-treatments {
  padding: 37px 0;
}
.treatments-single{
  padding: 16px 22px 10px;
}
.treatments-single .section-title{
margin-bottom: 4px;
}
.treatment-single h2{
  margin-bottom: 10px;
}
.treatment-single ul li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

}

#n{
  border-bottom: none;
}
.mega-hover {
  position:relative;
  overflow:hidden;
  margin-bottom: 30px;
 
}
.mega-hover img {
  transition:all 2s ease;
  transform:scale(1);
  width: 100%;
}
.mega-hover:after,
.mega-hover:before {
  content:"";
  position:absolute;
  pointer-events:none;
  opacity:1;
  z-index:3;
  transform:rotate(5deg)
}
.mega-hover:before {
  top:-10%;
  right:51%;
  bottom:-10%;
  left:50%;
  background:rgba(255,255,255,.3)
}
.mega-hover:after {
  top:50%;
  right:-10%;
  bottom:50%;
  left:-10%;
  background:rgba(255,255,255,.6)
}
.mega-hover:hover:before {
  left:0;
  right:0;
  opacity:0;
  transition:all 900ms linear
}
.mega-hover:hover:after {
  top:0;
  bottom:0;
  opacity:0;
  transition:all 900ms linear
}

html{
  scroll-behavior: smooth;
  scroll-padding: 40px;
}
.treatments-single p{
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 12px;
}
.treatments-single ul li{
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
  list-style: disclosure-closed;
}
.treatments-single ul li::marker{
  color: #33988a;
}


/*Scroll*/
.progress-wrap .fa-angle-up{
  position: absolute;
  right:28%;
  top: 16%;
  font-size: 30px;
  color: #33988a;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow:inset  0 0 0 2px rgba(0,0,0,0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path { 
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: rgb(51, 152, 138); /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media screen and (max-width:1500px){
  .treatments-treatmentsitems ul li{
    font-size: 16px;
  }
}

@media screen and (max-width:1200px){
  .single-treatments ul li a {
  color: #000;
  padding-left: 15px;
  padding-right: 5px;
}
.treatments-treatmentsitems ul li{
  font-size: 15px;
}
.treatments-title{
  padding: 7px 10px;
  font-size: 24px;
}
}

@media screen and (max-width:1200px){
  .treatments-single .section-title {
    margin-bottom: -6px;
    font-size: 24px;
  }
  .mega-hover{
    margin-bottom: 20px;
  }
  .treatments-single p {
  font-size: 15px;
  line-height: 26px;
}.treatments-single ul li {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px;
}
}


@media screen and (max-width:767px){
  .choice-section, .visionmission, .whyus, .contactuspage, ..account-wraper1{
    overflow: hidden;
  }
  .dropdown-item {
    border:none;
  }  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .dropdown-item{
   border: none;
    font-size: 14px !important;
    color: #212121 !important;
    font-weight: 500;
    padding: 4px 20px;
  }
    .nav-item::before {
    position: absolute;
    display: block;
    top: 20px;
   left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
    .dropdown-toggle::after{
      top: 15px;
    }
}

.carousel-control-prev {
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}

@media screen and (max-width:1600px){
  .testi-style3 {
    min-height: 340px;
  }
}
@media screen and (max-width:1200px){
  .testi-style3 {
    min-height: 250px;
  }
}
@media screen and (max-width:767px){
  .testi-style3 {
    min-height: auto;
  }
    .contactuspage {
    overflow: hidden;
  }
}