* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  font-family: "Lora", serif;
}

body {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #666666;
  /*overflow-x:hidden;*/
}

p {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.body-wrapper, .body-innerwrapper,.page-wrapper {
  overflow-x: hidden;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .content-feature-list.style1 li span, .category-box.style2 ul li a span, .feature-item-wrap .feature-item .feature-icon, .feature-card.style3 .feature-info .feature-title span, .service-card.style3 .service-icon, .contact-item .contact-icon, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .project-info-widget .project-info-list li, .schedule-widget ul li, .hero-wrap.style3 .hero-content .hero-btn, .hero-wrap.style2 .hero-content .hero-btn .play-video, .feature-card .feature-info .feature-title, .service-card.style2 .service-info .service-title, .service-card.style4 .service-info .service-title, .feature-wrap .feature-content .feature-item-wrap .feature-item, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card-thumb .client-info-wrap, .post-navigation, .footer-wrap .footer-widget .social-link, .project-info-widget .project-share, .owl-carousel .owl-nav, .pp-post-item, .feature-item-wrap .feature-item, .currency-card, .service-card.style3, .counter-card-wrap, .contact-item, .wp-block-quote, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .content-feature-list.style1 li span, .category-box.style2 ul li a span, .feature-item-wrap .feature-item .feature-icon, .feature-card.style3 .feature-info .feature-title span, .service-card.style3 .service-icon, .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video .play-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .project-info-widget .project-info-list li, .schedule-widget ul li, .hero-wrap.style3 .hero-content .hero-btn, .hero-wrap.style2 .hero-content .hero-btn .play-video, .feature-card .feature-info .feature-title, .service-card.style2 .service-info .service-title, .service-card.style4 .service-info .service-title, .feature-wrap .feature-content .feature-item-wrap .feature-item, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card-thumb .client-info-wrap, .post-navigation, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.project-info-widget .project-share {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.project-info-widget .project-info-list li, .project-info-widget .project-share, .schedule-widget ul li, .post-navigation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
}


@-webkit-keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 13px 35px 15px;
  border-radius: 6px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: #00A9A4;
}

.btn.style1:after, .btn.style1:before {
  background: #3a72f0;
}

.btn.style2 {
  background-color: #030734;
  color: #fff;
}

.btn.style2:after, .btn.style2:before {
  background: #010647;
}

.btn.style2:hover {
  color: #fff;
}

.btn.style3 {
  background-color: #3a72f0;
  color: #fff;
}

.btn.style3:after, .btn.style3:before {
  background: #00A9A4;
}

.btn.style3:hover {
  color: #fff;
}

.btn.style4 {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.btn.style4:after, .btn.style4:before {
  background: #00A9A4;
}

.btn.style4:hover {
  color: #fff;
}

.btn.style5 {
  background-color: transparent;
  border: 1px solid #00A9A4;
  color: #00A9A4;
}

.btn.style5:after, .btn.style5:before {
  background: #00A9A4;
}

.btn.style5:hover {
  color: #fff;
}

.btn.style6 {
  background-color: #fff;
  color: #00A9A4;
}

.btn.style6:after, .btn.style6:before {
  background: #00A9A4;
}

.btn.style6:hover {
  color: #fff;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #00A9A4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #00A9A4;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:hover {
  color: #00A9A4;
}

.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link:hover i {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 18px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #666666;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #00A9A4;
  border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
  border:none !important;
  background:transparent;
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 16px;
  height: 10px;
  border-radius: 50px;
  background: #9A9CB1;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  width: 28px;
  background: #00A9A4;
}

.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
  line-height: 1.4;
}

.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.section-title span p,
.content-title span p {
  margin: 10px auto 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #00A9A4;
}

.section-title.style2 span,
.content-title.style2 span {
  color: #00A9A4;
}

.section-title.style2 h2,
.content-title.style2 h2 {
  color: #fff;
}

.section-title.style2 p,
.content-title.style2 p {
  color: rgba(255, 255, 255, 1);
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-athens {
  background-color: #F3F4F6;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-rock {
  background-color: #030734;
}

.bg-spring {
  background-color: #F2FBFA;
}

.bg-stratos {
  background-color: #010647;
}

.bg-rock {
  background-color: #030734;
}

.bg-rhino {
  background-color: #282B58;
}

.bg-alco {
  background-color: #02073F;
}

.bg-squeeze {
  background-color: #EDF9F9;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: rockr;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}

.slide_up {
  -webkit-animation: slide_up 3000ms infinite ease-in-out;
  animation: slide_up 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 15000ms infinite ease-in-out;
  animation: animationFramesTwo 15000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slide_up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #00A9A4;
}

.social-profile.style1 li a, .social-profile.style2 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a i, .social-profile.style2 li a i {
  color: #00A9A4;
}

.social-profile.style1 li a {
  background-color: #161942;
  border-radius: 5px;
}

.social-profile.style1 li a i {
  color: #00A9A4;
}

.social-profile.style1 li a:hover {
  background-color: #00A9A4;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  background-color: #f9f9f9;
  border-radius: 5px;
}

.social-profile.style2 li a i {
  color: #00A9A4;
}

.social-profile.style2 li a:hover {
  background-color: #00A9A4;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
  color: #fff;
}

.page-nav {
  text-align: center;
}

.page-nav li {
  margin: 0 5px;
  display: inline-block;
}

.page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 42px;
  font-weight: 600;
  opacity: 0.7;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a i {
  font-size: 18px;
  line-height: 42px;
  position: relative;
  top: 3px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a.active, .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #00A9A4;
  border-color: transparent;
}

.page-nav li a.active i, .page-nav li a:hover i {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .content-feature-list.style1 li span, .category-box.style2 ul li a span, .feature-item-wrap .feature-item .feature-icon, .feature-card.style3 .feature-info .feature-title span, .service-card.style3 .service-icon, .contact-item .contact-icon, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .project-info-widget .project-info-list li, .schedule-widget ul li, .hero-wrap.style3 .hero-content .hero-btn, .hero-wrap.style2 .hero-content .hero-btn .play-video, .feature-card .feature-info .feature-title, .service-card.style2 .service-info .service-title, .service-card.style4 .service-info .service-title, .feature-wrap .feature-content .feature-item-wrap .feature-item, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card-thumb .client-info-wrap, .post-navigation, .footer-wrap .footer-widget .social-link, .project-info-widget .project-share, .owl-carousel .owl-nav, .pp-post-item, .feature-item-wrap .feature-item, .currency-card, .service-card.style3, .counter-card-wrap, .contact-item, .wp-block-quote, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .content-feature-list.style1 li span, .category-box.style2 ul li a span, .feature-item-wrap .feature-item .feature-icon, .feature-card.style3 .feature-info .feature-title span, .service-card.style3 .service-icon, .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .project-info-widget .project-info-list li, .schedule-widget ul li, .hero-wrap.style3 .hero-content .hero-btn, .hero-wrap.style2 .hero-content .hero-btn .play-video, .feature-card .feature-info .feature-title, .service-card.style2 .service-info .service-title, .service-card.style4 .service-info .service-title, .feature-wrap .feature-content .feature-item-wrap .feature-item, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card-thumb .client-info-wrap, .post-navigation, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: -48px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky.style2 .header-bottom {
  background-color: #030734;
  border-color: transparent;
}

.header-wrap .header-top {
  padding: 10px 0 13px;
  background-color: #030734;
}

.header-wrap .header-top .header-top-left .contact-info li {
  display: inline-block;
  margin-right: 25px;
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-info li i {
  font-size: 14px;
  line-height: 0.8;
  color: #00A9A4;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}

.header-wrap .header-top .header-top-left .contact-info li a:hover, .header-wrap .header-top .header-top-left .contact-info li p:hover {
  color: #fff;
}

.header-wrap .header-top .header-top-right .header-top-menu li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.header-wrap .header-top .header-top-right .header-top-menu li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.header-wrap .header-top .header-top-right .header-top-menu li:not(:last-child):before {
  position: absolute;
  top: 9px;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 12px;
}

.header-wrap .header-top .header-top-right .header-top-menu li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.header-wrap .header-top .header-top-right .select-lang span {
  color: rgba(255, 255, 255, 0.8);
}

.header-wrap .header-bottom .searchbox {
  position: relative;
  margin-left: 25px;
  margin-right: 30px;
}

.header-wrap .header-bottom .searchbox input {
  width: 100%;
  border: none;
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  background-color: transparent;
}

.header-wrap .header-bottom .searchbox button {
  position: absolute;
  top: 6px;
  right: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
}

.header-wrap .header-bottom .searchbox button i {
  color: #00A9A4;
}

.header-wrap.style1 .header-bottom {
  background: #fff;
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a {
  color: #030734;
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a.active, .header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a:hover {
  color: #00A9A4;
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #666666;
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav > .nav-item > a:after {
  background: #00A9A4;
}

.header-wrap.style2 .header-bottom {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-wrap.styleinner .header-bottom {
    background: #010647;
}

.header-wrap.style2 .header-bottom .searchbox input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a {
  color: #fff;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a.active, .header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a:hover {
  color: #3d8cf8;
  font-weight:bold;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #666666;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #00A9A4;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav > .nav-item > a:after {
  background: transparent;
}

.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 169, 164, 0.8);
  opacity: 0;
  z-index: 990;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 15px;
  right: 10px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.search-area form {
  width: 100%;
}

.search-area .form-group {
  width: 100%;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

.select-lang {
  padding-left: 18px;
  position: relative;
  top: 1px;
}

.select-lang i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #00A9A4;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #666666;
  font-size: 14px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 5px;
  right: -3px;
  content: "\EA4E";
  font-family: "remixicon";
  border: 0;
  font-size: 18px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.8);
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  inset: 0px 0 auto auto !important;
  border: none;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }
  .header-wrap.sticky {
    top: 0;
  }
  .header-wrap.style1 .header-top {
    background-color: #f9f9f9;
  }
  .header-wrap.style1 .header-top .close-sidebar i {
    color: #030734;
  }
  .header-wrap.style1 .header-top .header-top-left .contact-info li a, .header-wrap.style1 .header-top .header-top-left .contact-info li p {
    color: #030734;
  }
  .header-wrap.style1 .header-top .header-top-right .header-top-menu li:before {
    background-color: #030734;
  }
  .header-wrap.style1 .header-top .header-top-right .header-top-menu li a {
    color: #030734;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang span {
    color: #030734;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #030734;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
    inset: 0px auto auto 0 !important;
  }
  .header-wrap .header-top {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding: 40px 10px 10px;
    background: #fff;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .header-top.open {
    left: 0;
  }
  
/*modified1212*/  
  .header-wrap .header-top .close-sidebar {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0px;
    left: 80vw;
    cursor: pointer;
  }
  .header-wrap .header-top .close-sidebar i {
    /*color: #fff;*/
    font-size: 24px;
  }
  .header-wrap .header-top .header-top-left {
    text-align: left;
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    display: block;
    margin: 0 0 10px 0;
  }
  .header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-bottom: 0;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    color: #030734;
  }
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-wrap .header-top .header-top-right .header-top-menu {
    width: 100%;
  }
  .header-wrap .header-top .header-top-right .header-top-menu li:last-child:before {
    display: none;
  }
  .header-wrap .header-top .header-top-right .header-top-menu li a {
    color: #030734;
  }
  .header-wrap .header-top .header-top-right .select-lang {
    color: #030734;
    margin-left: 0;
    margin-top: 20px;
  }
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
    inset: 0px auto auto 0 !important;
  }
  .header-wrap .mobile-sidebar {
    position: relative;
    top: -3px;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
  }
  .header-wrap .mobile-sidebar i {
    font-size: 24px;
    color: #00A9A4;
  }
}

@media only screen and (min-width: 768px) {
  .close-sidebar,
  .mobile-sidebar {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: -87px;
  }
  .header-wrap .header-top .header-top-left {
    text-align: center;
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrap .header-top .header-top-left,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    font-size: 16px;
    font-weight: 400;
  }
  .header-wrap.sticky .mobile-menu {
    margin-right: 0;
  }
  .header-wrap .header-bottom .searchbtn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 22px;
  }
  .header-wrap .header-bottom .searchbtn i {
    font-size: 20px;
    line-height: 0.8;
    position: relative;
    top: -1px;
  }
  /*modified1212*/
  .header-wrap .search-area .close-searchbox {
    position: absolute;
  top: 0;
  right: 0px;
  left: 80vw;
  }
  .header-wrap .search-area .form-group input {
    font-size: 14px;
    padding: 15px;
  }
  .header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #030734;
  }
  .header-wrap.style1 .searchbtn i {
    color: #00A9A4;
  }
  .header-wrap.style1 .mobile-menu a {
    background: #00A9A4;
  }
  .header-wrap.style1 .mobile-menu a i {
    color: #fff;
  }
  .header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a {
    color: #030734;
  }
  .header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #030734;
  }
  .header-wrap.style2 .mobile-menu a {
    background: #fff;
  }
  .header-wrap.style2 .mobile-menu a i {
    color: #030734;
  }
  .header-wrap.style2 .searchbtn i {
    color: #fff;
  }
  .header-wrap.style2 .mobile-sidebar i {
    color: #fff;
  }
  .header-wrap .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #F3F4F6;
    padding-top: 15px;
    padding-bottom: 12px;
    color: #000;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #00A9A4;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn.style1 {
    margin-top: 15px;
    color: #fff;
    padding: 12px 15px 14px;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn.style1:hover {
    background-color: transparent;
    color: #fff;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #010647;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  /*modified1212*/
  .menu-close {
  position: relative;
  top: 0;
  right: 0px;
  left: 80vw;
  }
  
  
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #010647;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -4px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 26px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #000;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav > .nav-item {
    position: relative;
    top: 3px;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a:after {
    position: absolute;
    bottom: 30px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    top: 0px;
    margin: 0 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.has-dropdown {
    position: relative;
    top: -1px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-weight: 500;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #010647;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover:after, .header-wrap .navbar .navbar-nav .nav-item a:focus:after, .header-wrap .navbar .navbar-nav .nav-item a.active:after {
    visibility: visible;
    opacity: 1;
    width: 18px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 95px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 265px;
    padding: 0;
    display: block;
    border-radius: 0 0 5px 5px;
    position: absolute;
    visibility: hidden;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 18px 0 12px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid rgba(0, 169, 164, 0.09);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
    position: absolute;
    top: 26px;
    left: 0px;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #00A9A4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #00A9A4;
    padding-left: 22px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -275px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 85px;
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .others-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap.style1 .header-bottom .navbar-nav > .nav-item > a:after {
    background-color: #fff;
  }
  .header-wrap.style1 .header-bottom .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #00A9A4;
  }
  .header-wrap.style2 .header-bottom .navbar-nav > .nav-item > a:after {
    background-color: #00A9A4;
  }
  .header-wrap.style2 .header-bottom .navbar-nav .nav-item a {
    color: #fff;
  }
}

@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap.style1 .container, .header-wrap.style2 .container {
    max-width: 1520px;
  }
}

.content-wrapper {
  margin-top: 132px;
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  overflow: hidden;
  z-index: 1;
}

.breadcrumb-wrap .br-shape-one,
.breadcrumb-wrap .br-shape-two,
.breadcrumb-wrap .br-shape-three,
.breadcrumb-wrap .br-shape-four {
  position: absolute;
  z-index: -1;
}

.breadcrumb-wrap .br-shape-one {
  bottom: 0;
  left: 0;
  opacity: 0.3;
}

.breadcrumb-wrap .br-shape-two {
  top: 0;
  right: 0;
  opacity: 0.3;
}

.breadcrumb-wrap .br-shape-three {
  top: 100px;
  left: 35%;
}

.breadcrumb-wrap .br-shape-four {
  top: 100px;
  left: 50px;
}

.breadcrumb-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 5px;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #666666;
  font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -15px;
  content: "\EA6E";
  font-family: remixicon !important;
  font-size: 16px;
  background-color: transparent;
  color: #666666;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #00A9A4;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #00A9A4;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img {
  position: relative;
  z-index: 1;
}

.breadcrumb-img .br-shape-five,
.breadcrumb-img .br-shape-six {
  position: absolute;
  z-index: -1;
}

.breadcrumb-img .br-shape-five {
  left: 0;
  bottom: 100px;
}

.breadcrumb-img .br-shape-six {
  right: 0;
  bottom: 50px;
}

.breadcrumb-img img {
  display: block;
  margin: 0 auto;
}

.content-feature-list {
  margin: 0 0 28px 0;
  padding-inline-start:unset;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #00A9A4;
  font-size: 13px;
  line-height: 0.8;
}

.content-feature-list.style1 li {
  padding-left: 40px;
}

.content-feature-list.style1 li span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 169, 164, 0.1);
  text-align: center;
}

.content-feature-list.style1 li span i {
  position: relative;
  font-size: 14px;
  line-height: 0.8;
  margin: 0 auto;
  top: 0;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  padding: 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.login-form-wrap .login-header {
  margin-bottom: 25px;
}

.login-form-wrap .login-header h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.login-form-wrap .login-header span {
  color: #fff;
}

.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}

.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: #666666;
  margin: 0 0 10px;
  display: block;
}

.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  background: #f9f9f9;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}

.login-form-wrap .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}

.login-form-wrap .login-body .form_group label {
  font-size: 16px;
}

.login-form-wrap .link.style1 {
  color: #00A9A4;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
  z-index: 9;
}

.or-text .btn.fb i {
  color: #3B5999 !important;
}

.or-text .btn.google i {
  color: #FF3838 !important;
}

.or-text:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #f9f9f9;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}


.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 25px;
}

.sidebar .sidebar-widget.style2 {
  background: transparent;
  -webkit-box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
          box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
}

.sidebar .sidebar-widget.style2 h4 {
  padding-bottom: 0;
}

.sidebar .sidebar-widget.style2 h4:after {
  display: none;
}

.sidebar .sidebar-widget.style3 {
  background: transparent;
  padding: 0;
}

.sidebar .sidebar-widget.style3 h4 {
  padding-bottom: 0;
  color: #fff;
}

.sidebar .sidebar-widget.style3 h4:after {
  display: none;
}

.sidebar .sidebar-widget.style4 {
  background: transparent;
  padding: 0;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 22px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 25%;
  height: 1px;
  content: "";
  background: #00A9A4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #f9f9f9;
  border: none;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

.search-box .form-group input:focus {
  border-color: #888888;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: transparent;
}

.search-box .form-group button i {
  color: #030734;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 169, 164, 0.08);
  border: none;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev i, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next i,
.project-slider-one.owl-carousel .owl-nav button.owl-prev i,
.project-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #00A9A4;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.project-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.project-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  background: #00A9A4;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover i, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.project-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.project-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}


.hero-wrap {
  margin-top: 132px;
}

.hero-wrap .hero-content span {
  display: block;
  margin-bottom: 8px;
  color: #00A9A4;
}

.hero_head {
    color:#00bbb4;
    font-size:18px;
    text-transform: uppercase;
}

.hero-wrap .hero-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero-wrap .hero-content p {
  margin-bottom: 20px;
  font-weight:bold;
  font-size:20px;
  font-family:"Lora", serif;
}

.hero-wrap.style1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-wrap.style1 .hero-slide-item {
  padding: 100px 0 0;
}

.hero-wrap.style1 .hero-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
  position: absolute;
  bottom: 50px;
  left: 30%;
  z-index: -1;
  max-width: 100px;
}

.hero-wrap.style1 .hero-shape-three {
  position: absolute;
  top: 100px;
  left: 40%;
  z-index: -1;
  max-width: 100px;
}

.hero-wrap.style1 .hero-shape-four {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.hero-wrap.style1 .hero-img-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
  display: block;
  margin-right: auto;
}

.hero-wrap.style1 .hero-content {
  padding-bottom: 80px;
  position: relative;
}

.hero-wrap.style1 .hero-content h1 {
  display: inline-block;
  font-size: 52px;
}

.hero-wrap.style1 .hero-content .hero-btn .btn:first-child {
  margin-right: 15px;
}

.hero-wrap.style2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 70px;
  margin-top: 0;
}

.hero-wrap.style2 .hero-shape-three {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero-wrap.style2 .hero-shape-six {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.hero-wrap.style2 .hero-img-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap.style2 .hero-img-wrap .hero-shape-one {
  position: absolute;
  bottom: 40px;
  right: -20px;
}

.hero-wrap.style2 .hero-img-wrap .hero-shape-two {
  position: absolute;
  top: 30px;
  left: -20px;
}

.hero-wrap.style2 .hero-img-wrap .hero-img {
  display: block;
  margin: 0 auto;
}

.hero-wrap.style2 .hero-content {
  position: relative;
}

.hero-wrap.style2 .hero-content .hero-shape-four {
  position: absolute;
  top: -50px;
  right: 15%;
  z-index: -1;
  opacity: 0.3;
}

.hero-wrap.style2 .hero-content .hero-shape-five {
  position: absolute;
  bottom: -50px;
  right: 5%;
  z-index: -1;
}

.hero-wrap.style2 .hero-content h1 {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}

.hero-wrap.style2 .hero-content p {
  color: rgba(255, 255, 255, 1);
}

.hero-wrap.style3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-wrap.style3 .hero-shape-one {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.hero-wrap.style3 .hero-shape-two {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.hero-wrap.style3 .hero-shape-three {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.hero-wrap.style3 .hero-shape-four {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: -1;
}

.hero-wrap.style3 .hero-slide-item {
  padding: 80px 0;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video {
  margin-left: 25px;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video .play-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #00A9A4;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
  margin-right: 8px;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video .play-btn i {
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.8;
  color: #fff;
  position: relative;
  left: 1px;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video span {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  display:inline;
}

.hero-wrap.style3 .hero-content h1 {
  font-size: 48px;
}

.hero-wrap.style3 .hero-img-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-wrap.style3 .hero-img-wrap:before {
  position: absolute;
  top: 57%;
  left: 0;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #EDF9F9;
  z-index: 1;
}

.hero-wrap.style3 .hero-img-wrap:after {
  position: absolute;
  top: 25%;
  right: 30px;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #EDF9F9;
  z-index: 1;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-five,
.hero-wrap.style3 .hero-img-wrap .hero-shape-six,
.hero-wrap.style3 .hero-img-wrap .hero-shape-eight,
.hero-wrap.style3 .hero-img-wrap .hero-shape-seven {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-five {
  top: 50px;
  right: 120px;
  max-width: 120px;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-six {
  bottom: 30px;
  left: 150px;
  max-width: 120px;
}

.hero-wrap.style3 .hero-img-wrap .hero-img {
  position: relative;
  border-radius: 50px;
}

.hero-slider-one.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
  display: block;
  margin: 45px 0;
  bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 169, 164, 0.3);
  border-radius: 50%;
  background: transparent;
  display: inline-block;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot span:before {
  position: absolute;
  top: 32px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #00A9A4;
  width: 1px;
  height: 26px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot span:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 169, 164, 0.3);
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  background: transparent;
  border-color: #00a9a4;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active span:after {
  background: #00a9a4;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child span:before {
  display: none;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev, .hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 80px;
  background-color: rgba(0, 169, 164, 0.09);
  border: none;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev i, .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #00A9A4;
  font-size: 12px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-two.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #00A9A4;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.section-shape-one,
.section-shape-two {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.section-shape-one {
  right: 0;
}

.section-shape-two {
  left: 0;
}

.about-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap .about-content .content-title {
  margin-bottom: 25px;
}

.about-wrap.style1 .about-content {
  position: relative;
  z-index: 1;
}

.about-wrap.style1 .about-content .about-shape-three {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-wrap.style1 .about-content .content-feature-list {
  margin-bottom: 35px;
}

.about-wrap.style1 .about-content .content-feature-list li {
  font-weight: 500;
  font-size: 17px;
  color: #030734;
}

.about-wrap.style1 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style1 .about-img-wrap .about-img {
  width: 100%;
}

.about-wrap.style1 .about-img-wrap .about-shape-one {
  position: absolute;
  bottom: 20px;
  left: 40%;
}

.about-wrap.style1 .about-img-wrap .about-shape-two {
  position: absolute;
  top: 60px;
  right: 60px;
}

.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style2 .about-img-wrap img {
  display: block;
  margin: 0 auto;
}

.about-wrap.style2 .about-img-wrap .about-shape-two {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.about-wrap.style2 .about-img-wrap .about-shape-three {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.about-wrap.style2 .about-content {
  position: relative;
}

.about-wrap.style2 .about-content .about-shape-one {
  position: absolute;
  top: -10px;
  left: -80px;
  max-width: 60px;
}

.about-wrap.style2 .about-content .content-title {
  margin-bottom: 25px;
}

.about-wrap.style2 .about-content .content-feature-list {
  -webkit-columns: 2;
          columns: 2;
  margin-bottom: 35px;
}

.about-wrap.style2 .about-content .content-feature-list li {
  font-size: 17px;
  color: #fff;
}

.about-wrap.style2 .about-content .content-feature-list li i {
  color: #00A9A4;
  font-size: 20px;
}

.feature-item-wrap .feature-item {
  margin-bottom: 25px;
}

.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  position: relative;
  top: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon i {
  font-size: 30px;
  line-height: 0.8;
  margin: 0 auto;
  color: #00A9A4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #00A9A4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: #00A9A4;
}

/*-------------------------------
   Simple  Section CSS
-------------------------------*/
.simple-wrap {
  position: relative;
  z-index: 1;
}

.simple-wrap .simple-img-wrap {
  position: relative;
  z-index: 1;
}

.simple-wrap .simple-img-wrap img {
  display: block;
  margin: 0 auto;
}

.simple-wrap .simple-img-wrap .simple-shape-one {
  position: absolute;
  top: 0px;
  left: 0px;
}

.simple-wrap .simple-img-wrap .simple-shape-two {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.simple-wrap .simple-content {
  position: relative;
}

.simple-wrap .simple-content .simple-shape-three {
  position: absolute;
  top: 50%;
  right: -50px;
  max-width: 60px;
  opacity: 0.4;
}

.simple-wrap .simple-content .content-title {
  margin-bottom: 25px;
}

.simple-wrap .simple-content .content-feature-list {
  -webkit-columns: 2;
          columns: 2;
  margin-bottom: 35px;
}

.simple-wrap .simple-content .content-feature-list li {
  font-size: 17px;
  padding-left: 30px;
  color: #fff;
}

.simple-wrap .simple-content .content-feature-list li i {
  color: #00A9A4;
  font-size: 20px;
}

.service-wrap {
  position: relative;
}

.service-wrap.style1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54.17%, #F3FFFE), to(rgba(255, 233, 249, 0.28)));
  background: linear-gradient(180deg, #F3FFFE 54.17%, rgba(255, 233, 249, 0.28) 100%);
}

.service-wrap.style1 .service-content {
  margin-bottom: 25px;
}

.service-wrap.style1 .service-content .content-title {
  margin-bottom: 30px;
}

.service-wrap.style3 .container {
  position: relative;
  z-index: 1;
}

.service-wrap.style3 .container .service-shape-one {
  position: absolute;
  top: 100px;
  right: -10px;
  z-index: -1;
}

.service-wrap.style3 .container .service-shape-two {
  position: absolute;
  bottom: 100px;
  left: -35px;
  z-index: -1;
}

.service-card {
  margin: 0 0 25px;
}

.service-card h3 {
  font-size: 22px;
}

.service-card.style1 {
  -webkit-box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
          box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  padding: 22px 25px 22px;
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.service-card.style1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background-color: #030734;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1 .service-icon {
  margin-bottom: 20px;
  display: block;
}

.service-card.style1 .service-icon img {
  max-width: 40px;
}

.service-card.style1 h3 {
  margin-bottom: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1 h3 a:hover {
  color: #00A9A4;
}

.service-card.style1 p {
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1:hover:after {
  height: 100%;
}

.service-card.style1:hover h3 a {
  color: #fff;
}

.service-card.style1:hover p {
  color: #fff;
}

.service-card.style2 {
  position: relative;
  /* background-color: #0C1148; */
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-info {
  padding: 25px 25px 22px;
}

.service-card.style2 .service-info .service-title {
  margin-bottom: 10px;
}

.service-card.style2 .service-info .service-title h3 {
  width: calc(100% - 70px);
  margin-left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display:inline;
}
.service-card.style2 .service-info ul.gda, .about-content ul.gda {
    padding-inline-start:5rem;
    
}

.about-content ul.gda {
    padding-bottom:2rem;
}

.service-card.style2 .service-info ul.gda li {
    color:#fff;
    line-height:2.5;
    font-size:18px;
    font-weight:bold;
}

.about-content ul.gda li {
    color:#fff;
    line-height:2.5;
    font-size:18px;
    
}

.service-card.style2 .service-info .service-title h3 a {
  color: #fff;
  position:absolute;
  
}

.service-card.style2 .service-info .service-title span {
  width: 50px;
  top: 0;
}

.service-card.style2 .service-info .service-title span i {
  font-size: 45px;
  line-height: 0.8;
  color: #00A9A4;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-info p {
  color: #fff;
  margin-bottom: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background-color: #00A9A4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2:hover:after {
  height: 100%;
}

.service-card.style2:hover .service-info .service-title span i {
  color: #fff;
}

.service-card.style2:hover .service-info .link {
  color: #fff;
}

.service-card.style3 {
  background-color: #161942;
  padding: 25px 25px 22px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.service-card.style3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  top: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-icon i {
  font-size: 40px;
  line-height: 0.8;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-icon:after, .service-card.style3 .service-icon:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-icon:before {
  top: 10px;
  left: -4px;
  -webkit-animation: slide_up 3000ms infinite ease-in-out;
  animation: slide_up 3000ms infinite ease-in-out;
}

.service-card.style3 .service-icon:after {
  bottom: 10px;
  right: -4px;
}

.service-card.style3 .service-info {
  width: calc(100% - 105px);
  margin-left: 25px;
}

.service-card.style3 .service-info h3 {
  margin-bottom: 12px;
}

.service-card.style3 .service-info h3 a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-info p {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3:hover:after {
  height: 100%;
}

.service-card.style3:hover .service-info h3 a {
  color: #030734;
}

.service-card.style3:hover .service-info p {
  color: #666666;
}

.service-card.style3:hover .service-icon {
  border: 1px solid rgba(0, 169, 164, 0.8);
}

.service-card.style3:hover .service-icon i {
  color: #00A9A4;
}

.service-card.style3:hover .service-icon:after, .service-card.style3:hover .service-icon:before {
  background-color: #00A9A4;
}

.service-card.style4 {
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.service-card.style4 .service-info {
  padding: 35px 25px 22px;
}

.service-card.style4 .service-info .service-title {
  margin-bottom: 10px;
}

.service-card.style4 .service-info .service-title h3 {
  width: calc(100% - 70px);
  margin-left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style4 .service-info .service-title h3 a {
  color: #030734;
}

.service-card.style4 .service-info .service-title span {
  width: 50px;
  top: 0;
  position: relative;
}

.service-card.style4 .service-info .service-title span:after {
  position: absolute;
  top: -10px;
  left: 45%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 169, 164, 0.15);
}

.service-card.style4 .service-info .service-title span i {
  font-size: 45px;
  line-height: 0.8;
  color: #00A9A4;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style4 .service-info p {
  margin-bottom: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background-color: #030734;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style4:hover:after {
  height: 100%;
}

.service-card.style4:hover .service-info .service-title span:after {
  background-color: rgba(255, 255, 255, 0.15);
}

.service-card.style4:hover .service-info .service-title span i {
  color: #fff;
}

.service-card.style4:hover .service-info .service-title h3 a {
  color: #fff;
}

.service-card.style4:hover .service-info .link {
  color: #fff;
}

.service-card.style4:hover .service-info p {
  color: rgba(255, 255, 255, 1);
}

.service-slider-one.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.loan-wrap .service-card.style2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.loan-wrap .service-card.style2:after {
  display: none;
}

.loan-wrap .service-card.style2 .service-info .service-title {
  margin-bottom: 12px;
}

.loan-wrap .service-card.style2 .service-info .service-title h3 {
  width: calc(100% - 60px);
  margin-left: 20px;
  color: #fff;
  position:absolute;
}

.loan-wrap .service-card.style2 .service-info .service-title span {
  width: 40px;
}

.loan-wrap .service-card.style2 .service-info .service-title span i {
  font-size: 40px;
}

.loan-wrap .service-card.style2 .service-info .content-feature-list {
  margin-bottom: 0;
}

.loan-wrap .service-card.style2 .service-info .content-feature-list li {
  color: rgba(255, 255, 255, 1);
  padding-left: 25px;
  color: rgba(255, 255, 255, 1);
}

.loan-wrap .service-card.style2 .service-info .content-feature-list li i {
  font-size: 18px;
}

.loan-wrap .service-card.style2:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-desc .accordion {
  margin-top: 25px;
}

.shopping-wrap .shopping-content {
  position: relative;
  z-index: 1;
}

.shopping-wrap .shopping-content .content-title {
  margin-bottom: 20px;
}

.shopping-wrap .shopping-content .shopping-shape-one {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: -1;
  max-width: 35px;
}

.shopping-wrap .shopping-content .shopping-shape-two {
  position: absolute;
  top: -20px;
  left: -40px;
  z-index: -1;
  max-width: 35px;
}

.shopping-wrap .shopping-content .content-feature-list {
  margin-bottom: 35px;
}

.shopping-wrap .shopping-content .content-feature-list li {
  font-size: 17px;
  font-weight: 500;
  color: #030734;
}

.shopping-wrap .shopping-content .content-feature-list li i {
  font-size: 18px;
  top: 7px;
}

.shopping-wrap .shopping-img-wrap {
  position: relative;
  z-index: 1;
}

.shopping-wrap .shopping-img-wrap .shopping-shape-three {
  position: absolute;
  bottom: 0;
  right: -10px;
}

.shopping-wrap .shopping-img-wrap img {
  display: block;
  margin: 0 auto;
}


.app-wrap {
  position: relative;
  z-index: 1;
}

.app-wrap .app-btn a:first-child {
  margin-right: 15px;
}

.app-wrap.style1 .app-content .content-title {
  margin-bottom: 30px;
}

.app-wrap.style1 .app-img-wrap {
  position: relative;
  z-index: 1;
}

.app-wrap.style1 .app-img-wrap .app-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.app-wrap.style2 .app-content .content-title {
  margin-bottom: 35px;
}

.app-wrap.style2 .app-content .app-btn a:first-child {
  margin-right: 15px;
}

.app-wrap.style2 .app-img-wrap {
  position: relative;
  z-index: 1;
}

.app-wrap.style2 .app-img-wrap .app-shape-one {
  position: absolute;
  bottom: 100px;
  right: 50px;
}

.app-wrap.style2 .app-img-wrap .app-shape-two {
  position: absolute;
  top: 60px;
  left: -20px;
}

.app-wrap.style2 .app-img-wrap .app-shape-three {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
}

.app-wrap.style3 .app-content .content-title {
  margin-bottom: 30px;
}

.app-wrap.style3 .app-img-wrap {
  position: relative;
  z-index: 1;
}

.app-wrap.style3 .app-img-wrap .app-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}


.cta-wrap.style1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54.17%, #F3FFFE), to(rgba(255, 233, 249, 0.28)));
  background: linear-gradient(180deg, #F3FFFE 54.17%, rgba(255, 233, 249, 0.28) 100%);
}

.cta-wrap .container {
  position: relative;
}

.cta-wrap .container .cta-shape-one {
  position: absolute;
  top: 40px;
  left: 0;
}

.cta-wrap .container .cta-shape-two {
  position: absolute;
  bottom: 40px;
  right: 0;
}

.cta-wrap .cta-btn {
  text-align: center;
}

.cta-wrap .cta-btn a:first-child {
  margin-right: 15px;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #030734;
}

article p,
.service-desc p,
.terms-wrap p,
.project-desc p {
  margin-bottom: 15px;
}

article p strong,
.service-desc p strong,
.terms-wrap p strong,
.project-desc p strong {
  color: #000;
}

article p a,
.service-desc p a,
.terms-wrap p a,
.project-desc p a {
  color: #030734;
}

article p a:hover,
.service-desc p a:hover,
.terms-wrap p a:hover,
.project-desc p a:hover {
  text-decoration: underline;
  color: #030734;
}

article h1,
.service-desc h1,
.terms-wrap h1,
.project-desc h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

article h2,
.service-desc h2,
.terms-wrap h2,
.project-desc h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

article h3,
.service-desc h3,
.terms-wrap h3,
.project-desc h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

article h4,
.service-desc h4,
.terms-wrap h4,
.project-desc h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

article h5,
.service-desc h5,
.terms-wrap h5,
.project-desc h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

article h6,
.service-desc h6,
.terms-wrap h6,
.project-desc h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

article ol,
.service-desc ol,
.terms-wrap ol,
.project-desc ol {
  margin-top: 20px;
  margin-bottom: 25px;
}

article ol li,
.service-desc ol li,
.terms-wrap ol li,
.project-desc ol li {
  margin-bottom: 15px;
  color: #666666;
  padding-left: 3px;
}

article .content-feature-list,
.service-desc .content-feature-list,
.terms-wrap .content-feature-list,
.project-desc .content-feature-list {
  margin: 25px 0 25px;
}

.service-desc .service-img {
  border-radius: 5px;
}

.service-desc .service-img img {
  border-radius: 5px;
}

article {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.post-navigation {
  margin: 0 0 25px;
}

.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
  font-size: 12px;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #00A9A4;
}

.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
  color: #00A9A4;
}

.post-navigation .next-post {
  text-align: right;
}

.post-navigation .prev-post {
  text-align: left;
}

.post-metainfo {
  line-height: 1;
  margin-bottom: 15px;
}

.post-metainfo li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  color: #666666;
}

.post-metainfo li:after {
  position: absolute;
  top: 2px;
  right: -12px;
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}

.post-metainfo li:last-child {
  margin-right: 0;
}

.post-metainfo li:last-child:after {
  display: none;
}

.post-metainfo li i {
  font-size: 15px;
  color: #00A9A4;
  position: absolute;
  top: 1px;
  left: 0;
}

.post-metainfo li:last-child {
  margin-right: 0;
}

.post-metainfo li a {
  color: #666666;
}

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}

.post-img .blog-date {
  display: inline-block;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 7px 32px 8px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
  background-color: #00A9A4;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-img .blog-date:hover {
  background: #030734;
  color: #fff;
}

.post-meta-option {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding: 20px;
  margin-bottom: 25px;
}

.post-tag ul {
  display: inline-block;
}

.post-tag ul li {
  display: inline-block;
}

.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}

.post-tag ul li a:hover {
  color: #00A9A4;
}

.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000;
}

.post-share {
  display: inline-block;
}

.post-share span {
  font-weight: 500;
  color: #000;
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}

.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}


.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #030734;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.checkbox a {
  color: #030734;
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked + label:before {
  border-color: #00A9A4;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #00A9A4;
}

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #030734;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #030734;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .content-feature-list.style1 li span, .category-box.style2 ul li a span, .feature-item-wrap .feature-item .feature-icon, .feature-card.style3 .feature-info .feature-title span, .service-card.style3 .service-icon, .contact-item .contact-icon, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .project-info-widget .project-info-list li, .schedule-widget ul li, .hero-wrap.style3 .hero-content .hero-btn, .hero-wrap.style2 .hero-content .hero-btn .play-video, .feature-card .feature-info .feature-title, .service-card.style2 .service-info .service-title, .service-card.style4 .service-info .service-title, .feature-wrap .feature-content .feature-item-wrap .feature-item, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card-thumb .client-info-wrap, .post-navigation, .footer-wrap .footer-widget .social-link, .project-info-widget .project-share, .owl-carousel .owl-nav, .pp-post-item, .feature-item-wrap .feature-item, .currency-card, .service-card.style3, .counter-card-wrap, .contact-item, .wp-block-quote, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .content-feature-list.style1 li span, .category-box.style2 ul li a span, .feature-item-wrap .feature-item .feature-icon, .feature-card.style3 .feature-info .feature-title span, .service-card.style3 .service-icon, .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .project-info-widget .project-info-list li, .schedule-widget ul li, .hero-wrap.style3 .hero-content .hero-btn, .hero-wrap.style2 .hero-content .hero-btn .play-video, .feature-card .feature-info .feature-title, .service-card.style2 .service-info .service-title, .service-card.style4 .service-info .service-title, .feature-wrap .feature-content .feature-item-wrap .feature-item, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card-thumb .client-info-wrap, .post-navigation, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display:inline;
  color:#fff;
}

.header-wrap .header-top .header-top-right {
    float:right;
}

.header-wrap .open .header-top-right {
    float:none;
}
.footer-wrap {
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-shape-three {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-wrap .container {
  position: relative;
  z-index: 1;
}

.footer-wrap .container .footer-shape-one {
  position: absolute;
  top: 30%;
  left: -100px;
  z-index: -1;
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.footer-wrap .container .footer-shape-two {
  position: absolute;
  bottom: 100px;
  right: -100px;
  z-index: -1;
  -webkit-animation: animationFramesTwo 15000ms infinite ease-in-out;
  animation: animationFramesTwo 15000ms infinite ease-in-out;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #00A9A4;
}

.footer-wrap .footer-widget .footer-logo {
  margin-bottom: 15px;
  display: block;
}

.footer-wrap .footer-widget .comp-desc {
  color: rgba(255, 255, 255, 1);
  margin: 27px 0 30px;
  padding-right: 10px;
}

.footer-wrap .footer-widget .social-link h6 {
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0 10px 0 0;
}

.footer-wrap .footer-widget .social-link .social-profile li a {
  color: #fff;
  font-size: 18px;
}

.footer-wrap .footer-widget .social-link .social-profile li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 1);
  position: relative;
  padding-left: 18px;
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -5px;
  left: 20px;
  content: "";
  width: 0;
  height: 1px;
  background-color: #00A9A4;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 9px;
  color: #00A9A4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #00A9A4;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 22px);
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: #00A9A4;
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #00A9A4;
}

.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-widget .contact-info li:hover p, .footer-wrap .footer-widget .contact-info li:hover a {
  color: #00A9A4;
}

.footer-wrap .footer-widget .newsletter-text {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 28px;
}

.footer-wrap .footer-widget .newsletter-form {
  position: relative;
}

.footer-wrap .footer-widget .newsletter-form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  background-color: #161942;
  color: #fff;
  text-align: left;
  padding: 10px 55px 10px 15px;
}

.footer-wrap .footer-widget .newsletter-form input::-webkit-input-placeholder {
  opacity: 0.9;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form input:-ms-input-placeholder {
  opacity: 0.9;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form input::-ms-input-placeholder {
  opacity: 0.9;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form input::placeholder {
  opacity: 0.9;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form button {
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 15px 15px;
  background-color: #00A9A4;
  margin: 15px 0 0;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form.style2 input {
  border-radius: 50px;
}

.footer-wrap .footer-widget .newsletter-form.style2 button {
  border-radius: 50%;
}

.footer-wrap .footer-widget .newsletter-form.style3 input {
  border-radius: 5px;
}

.footer-wrap .footer-widget .newsletter-form.style3 button {
  border-radius: 5px;
}

.copyright-text {
  padding: 17px 10px 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text p {
  color: #fff;
  text-align: center;
  margin: 0;
}

.copyright-text p i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.copyright-text p a {
  color: #00A9A4;
  font-weight: 600;
}

.copyright-text p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }
  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info li i {
    top: 5px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    top: 3px;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 48px;
  }
  .footer-wrap .footer-widget .newsletter-form input, .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    padding: 13px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
  .footer-wrap .footer-widget .comp-desc {
    margin: 15px 0 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
  .footer-wrap .footer-widget .newsletter-form {
    position: relative;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 52px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    padding: 14px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 25px;
  }
}


#mod-custom115 p { color:#fff;}

.sp-scroll-up{
    display:none;
    position:fixed;
    bottom:60px;
    right:30px;
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background:#00A9A4;
    border-radius:9px;
    z-index:1000;
    transition:all 0.3s ease
}
.sp-scroll-up:hover,.sp-scroll-up:active,.sp-scroll-up:focus{
    color:#fff;
    background:#3d8cf8;
}

.breadcrumb-item+.breadcrumb-item::before { display:none !important;}
#sp-footer { 
    background-image:url('../images/footer_bg_shade.png');
    background-repeat-y: repeat;
    background-position: center;
    background-size: cover;
}
.js-finder-search-query { height:54px;}