@charset "UTF-8";
/*----------------------------------------------------

/*=========
Font load
===========*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
/*=========
Global Area
===========*/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Comfortaa', cursive !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.625;
    color: #838296;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.primary_green {
    color: #6dd5a1 !important;
}

.hartree-brand-logo img {
    width: 50%;
}
.hartree-logo-footer img {
    width: 50%;
    position: relative;
    top: -32px;
}
.hartree-ins {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  color: #383838;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.hartree-con-service-img-text .hartree-con-service-text a, .hartree-con-about-text .hartree-con-about-more a {
  color: #0e0e0e;
  font-weight: 700;
  position: relative;
  
}
.hartree-con-service-img-text .hartree-con-service-text a:after, .hartree-con-about-text .hartree-con-about-more a:after {
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 0%;
  position: absolute;
  background-color: #0cb95e;
  transition: 0.3s all ease-in-out;
}
.hartree-con-service-img-text .hartree-con-service-text a:hover:after, .hartree-con-about-text .hartree-con-about-more a:hover:after {
  width: 100%;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hartree-con .headline h1,
.hartree-con .headline h2,
.hartree-con .headline h3,
.hartree-con .headline h4,
.hartree-con .headline h5,
.hartree-con .headline h6 {
  margin: 0;
  
}
.hartree-mark .headline h1,
.hartree-mark .headline h2,
.hartree-mark .headline h3,
.hartree-mark .headline h4,
.hartree-mark .headline h5,
.hartree-mark .headline h6 {
  margin: 0;
  
}
.hartree-ins .headline h1,
.hartree-ins .headline h2,
.hartree-ins .headline h3,
.hartree-ins .headline h4,
.hartree-ins .headline h5,
.hartree-ins .headline h6 {
  margin: 0;
  
}


@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hartree-mark {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  color: #666666;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
b, strong {
    font-weight: 700;
}

.scrollup {
    width: 45px;
    right: 15px;
    z-index: 5;
    height: 45px;
    bottom: 20px;
    display: none;
    position: fixed;
    line-height: 45px;
    background-color: #50d0a3;
    border-radius: 50%;
    filter: drop-shadow(0 3px 3px rgb(53 53 53 / 45%));
}
.scrollup i {
  color: #fff;
}
.hartree-con-section-title span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
  
}
.hartree-con-section-title span:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background-color: #0cb95e;
}
.hartree-con-section-title h2 {
  color: #0e0e0e;
  font-size: 48px;
  font-weight: 700;
}
.hartree {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  color: #383838;
  font-family: "Open Sans";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.hartree .headline h1,
.hartree .headline h2,
.hartree .headline h3,
.hartree .headline h4,
.hartree .headline h5,
.hartree .headline h6 {
  margin: 0;
  
}
.hartree-con {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  color: #383838;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.hartreeht {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 13px;
  line-height: 1.55;
  color: #3c4b62;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.section_pad {
    padding: 60px 0 ;
    
}
.lightgrey {
    background-color: #f3f3f3;
}

::selection {
    color: #ffffff;
    background-color: #6e3ebf;
}

::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1350px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/loading.gif") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.para-content p {
  margin-bottom: 20px;
}

.hartree-no-padding {
  padding: 0;
}

.hartreeht .headline h1,
.hartreeht .headline h2,
.hartreeht .headline h3,
.hartreeht .headline h4,
.hartreeht .headline h5,
.hartreeht .headline h6 {
  margin: 0;
  
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 45px;
  background-color: #6dd5a1;
}
.scrollup i {
  color: #fff;
}
@keyframes toLeftFromRight {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
    100% #6dd5a1 transform: translate(-346px, 617px);
  }
}
.hartree-section-title span {
  font-weight: 700;
  color: #6dd5a1;
}
.hartree-section-title h2 {
  color: #555555;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}
.w30 {width:30px
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.hartree-header-style-eight .hartree-header-top {
    padding: 0;
    background-color: #6dd5a1;
    background: radial-gradient(circle at 53% 76%, #6dd5a1, #42b29d);
}
.hartree-header-style-eight .hartree-header-top-contact {
  padding-top: 8px;
}
.hartree-header-style-eight .hartree-header-top-contact li {
  margin-right: 45px;
}
.hartree-header-style-eight .hartree-header-top-contact li a {
  color: #fff;
  font-size: 14px;
}
    .hartree-header-style-eight .hartree-header-top-contact li a i {
        margin-right: 5px;
        color: #e5fffd;
    }
.hartree-header-style-eight .hartree-header-top-btn {
    color: #fff;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    background-color: #73cb9f;
    padding: 0 20px;
}
.hartree-header-style-eight .hartree-header-top-btn a {
  width: 100%;
  display: block;
}
.hartree-header-style-eight .hartree-brand-logo {
  margin-right: 100px;
}
.hartree-header-style-eight .hartree-header-content {
  padding: 16px 0px;
}
.hartree-header-style-eight .hartree-header-menu {
  padding-top: 18px;
}
.hartree-header-style-eight .hartree-main-navigation {
  float: right;
}
.hartree-header-style-eight .hartree-main-navigation .navbar-nav {
  display: inherit;
}
.hartree-header-style-eight .hartree-main-navigation li {
  margin-right: 50px;
}
.hartree-header-style-eight .hartree-main-navigation li a {
  color: #555555;
  font-weight: 500;
  position: relative;
  padding-bottom: 11px;
  font-size:16px
}
.hartree-header-style-eight .hartree-main-navigation li a:after {
  left: 0;
  width: 0%;
  right: 0;
  bottom: 1px;
  content: "";
  height: 5px;
  margin: 0 auto;
  position: absolute;
  background-color: #6dd5a1;
  transition: 0.3s all ease-in-out;
}
.hartree-header-style-eight .hartree-main-navigation li:hover a {
  color: #6dd5a1;
}
.hartree-header-style-eight .hartree-main-navigation li:hover a:after {
  width: 100%;
}
.hartree-header-style-eight .dropdown {
  position: relative;
}
.hartree-header-style-eight .dropdown:after {
  top: -2px;
  color: #000;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.hartree-header-style-eight .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 220px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #6dd5a1;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.hartree-header-style-eight .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
}
.hartree-header-style-eight .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 8px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.hartree-header-style-eight .dropdown .dropdown-menu li a:before {
  display: none;
}
.hartree-header-style-eight .dropdown .dropdown-menu li a:after {
  display: none;
}
.hartree-header-style-eight .dropdown .dropdown-menu li a:hover {
  background-color: #6dd5a1;
  color: #fff;
}
.hartree-header-style-eight .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.hartree-header-style-eight .dropdown:hover .dropdown-menu {
  top: 59px;
  opacity: 1;
  visibility: visible;
}
.hartree-header-style-eight .dropdown:hover:after {
  color: #6dd5a1;
}
.hartree-header-style-eight .hartree-header-social a {
    color: #a3a4a9;
    font-size: 17px;
    margin-left: 20px;
}
.hartree-header-style-eight .hartree-header-social a:hover {
  color: #6dd5a1;
}
.hartree-header-style-eight.sticky-on {
  top: -52px;
  width: 100%;
  z-index: 10;
  position: fixed;
  animation-duration: 0.7s;
  background-color: #fff;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.main-header .hartree-mobile_menu_content {
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #6dd5a1;
    padding: 40px 0px;
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    transition: all 0.5s ease-in;
}
.main-header .hartree-mobile_menu_content .hartree-mobile-main-navigation {
  width: 100%;
}
.main-header .hartree-mobile_menu_content .hartree-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.main-header .hartree-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
    .main-header .hartree-mobile_menu_content .hartree-mobile-main-navigation .navbar-nav li {
        width: 100%;
        display: block;
        transition: 0.3s all ease-in-out;
        border-bottom: 1px solid #60ad83;
        border-top: 1px solid #86e4b0;
    }
        .main-header .hartree-mobile_menu_content .hartree-mobile-main-navigation .navbar-nav li:first-child {
            border-bottom: 1px solid #60ad83;
        }
.main-header .hartree-mobile_menu_content .hartree-mobile-main-navigation .navbar-nav li a {
  color: #fff;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 30px;
  text-transform: uppercase;
}
    .main-header .hartree-mobile_menu_content .m-brand-logo {
        width: 160px;
        padding: 10px 30px 30px;
    }
.main-header .hartree-mobile_menu_wrap.mobile_menu_on .hartree-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}
.main-header .mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(65 131 98 / 79%);
    transition: all 0.5s ease-in-out;
}
.main-header .mobile_menu_overlay_on {
  overflow: hidden;
}
.main-header .hartree-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.main-header .hartree-mobile_menu_button {
  right: 0;
  top: -40px;
  z-index: 5;
  color: #6dd5a1;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}
.main-header .hartree-mobile_menu .hartree-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.main-header .hartree-mobile_menu .hartree-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .hartree-mobile_menu .hartree-mobile_menu_content .hartree-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.main-header .hartree-mobile_menu .hartree-mobile_menu_content .hartree-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.main-header .hartree-mobile_menu .dropdown {
  position: relative;
}
    .main-header .hartree-mobile_menu .dropdown .dropdown-btn {
        position: absolute;
        top: 6px;
        right: 10px;
        height: 30px;
        color: #6dd5a1;
        line-height: 22px;
        padding: 5px 10px;
        border-radius: 50%;
    }
.main-header .hartree-mobile_menu .dropdown:after {
  display: none;
}
.main-header .hartree-mobile_menu .hartree-mobile_menu_close {
    color: #128e73;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute;
}

/*---------------------------------------------------- */
/*slider area*/
/*----------------------------------------------------*/
.hartree-slide-item-wrap {
    padding: 30px 0px 200px;
}
    .hartree-slide-item-wrap .hartree-slider-overlay {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0.25;
        position: absolute;
        background-color: rgb(85 85 85 / 26%);
        background: radial-gradient(circle at 53% 76%, #fff0, #00000033);
    }
    .hartree-slide-item-wrap .hartree-slider-tag {
        border-radius: 30px;
        margin-bottom: 35px;
        padding: 15px 30px 12px;
        background-color: #6dd5a1;
        transform: translateY(30px);
        filter: drop-shadow(0 3px 8px rgb(53 53 53 / 15%));
    }
.hartree-slide-item-wrap .hartree-slider-tag span {
  color: #fff;
  margin: 0px 10px;
  font-weight: 700;
  position: relative;
  font-size:15px
}

.hartree-slide-item-wrap .hartree-slider-tag span:after {
  top: -5px;
  right: -5px;
  color: #fff;
  content: ".";
  position: absolute;
}
.hartree-slide-item-wrap .hartree-slider-tag span:last-child:after {
  display: none;
}
.hartree-slide-item-wrap .hartree-slider-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    .hartree-slide-item-wrap .hartree-slider-text {
        z-index: 1;
        max-width: 820px;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
        .hartree-slide-item-wrap .hartree-slider-text h1 {
            color: #56596d;
            font-size: 55px;
            font-weight: 700;
            line-height: 1.071;
            transform: translateY(40px);
            animation: fadeInDown 0.8s forwards;
            margin: 0 auto;
            text-align: center;
        }
            .hartree-slide-item-wrap .hartree-slider-text h1 span {
                color: #969696;
                font-size: 24px;
                font-weight: 700;
                margin: 0 auto;
                text-align: center;
            }
        .hartree-slide-item-wrap .hartree-slider-text p {
            color: #3e3e3e;
            font-size: 21px;
            max-width: 605px;
            transform: translateY(50px);
            animation: icon-bounce;
            margin: 0 auto;
            text-align: center;
        }
        .hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn {
            margin-top: 45px;
            transform: translateY(60px);
            margin: 0 auto;
            text-align: center;
        }
.hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-video-btn-s {
  height: 65px;
  width: 65px;
  font-size: 20px;
  line-height: 60px;
  border-radius: 100%;
  margin-right: 20px;
  border: 3px solid #000000;
}
.hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-video-btn-s a {
  width: 100%;
  display: block;
}
            .hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-slider-cta-btn {
                color: #fff;
                height: 65px;
                width: 170px;
                line-height: 47px;
                padding: 10px;
                margin: 0 auto;
            }
                .hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-slider-cta-btn a {
                    width: 100%;
                    display: block;
                    border-radius: 30px;
                    font-weight: 600;
                    font-size: 19px;
                    background-color: #42b29d;
                    filter: drop-shadow(0 3px 8px rgb(53 53 53 / 15%));
                }
.hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-slider-cta-btn a i {
  font-size: 19px;
  margin-left: 5px;

}
.hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-slider-cta-btn a:hover {
  background-color: #6dd5a1;
}
.hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-slider-cta-btn a:hover i {
  animation: toLeftFromRight 0.3s forwards;
}
.hartree-slide-item-wrap .hartree-slider-side-img {
  top: 0;
  z-index: 2;
  right: -140px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  transition-delay: 1800ms;
}
.hartree-slide-item-wrap .hartree-slider-side-img .hartree-s-img-1 {
  margin-bottom: 50px;
  transform: translateX(215px);
}

.hartree-main-slide-area .owl-item.active .hartree-slide-item-wrap .hartree-slider-tag {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 900ms;
}
.hartree-main-slide-area .owl-item.active .hartree-slide-item-wrap .hartree-slider-text h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1200ms;
}

.hartree-main-slide-area .owl-item.active .hartree-slide-item-wrap .hartree-slider-text p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1500ms;
}
.hartree-main-slide-area .owl-item.active .hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1800ms;
}



/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/
@keyframes hartree-floating {
  from {
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.hartree-about-section {
  padding: 60px 0px;
}
    .hartree-about-section h2 {
        color: #fff;
        font-size: 24px;
        padding: 0 40px 0;
        line-height: 1.6;
    }
    .hartree-about-section:before {
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        height: 100%;
        position: absolute;
        /*background: radial-gradient(circle at 53% 76%,#28aa79a3,#334658bf);*/
        background: radial-gradient(circle at 23% 86%,rgb(243 243 243 / 0%),#00815c78);
    }
.hartree-about-content {
    z-index: 1;
    position: relative;
}
.hartree-about-counter {
    float: left;
    padding-left: 40px;
    margin-right: 30px;
    margin-top: 25px;
}

.hartree-about-counter-item {
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
.hartree-about-counter-item:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #e2e2e2;
  position: absolute;
}
.hartree-about-counter-item h3 {
  color: #555555;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
}
.hartree-about-counter-item span {
  top: -10px;
  font-size: 18px;
  font-weight: 700;
  color: #6dd5a1;
  position: relative;
}
.hartree-about-counter-item p {
  color: #3c4b62;
}
.hartree-about-counter-item:last-child:after {
  display: none;
}

.hartree-about-img {
  z-index: 1;
  margin-top: 30px;
  display: inline-block;
}
.hartree-about-img:before {
  top: -35px;
  z-index: -1;
  right: -35px;
  content: "";
  width: 325px;
  height: 380px;
  position: absolute;
  border: 7px solid #6dd5a1;
  transition: all 2s ease;
  animation-duration: 7s;
  animation-name: hartree-floating;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hartree-about-img .hartree-about-img-wrap {
  overflow: hidden;
}
.hartree-about-img .hartree-about-img-wrap .color-shape {
  right: -59px;
  bottom: -135px;
}

.nie-eig-about-text {
  padding-left: 20px;
}
.nie-eig-about-text .hartree-about-feature {
  padding-top: 42px;
}

.hartree-about-feature-item {
    margin-bottom: 38px;
    float: left;
    border-bottom: 2px dashed #dedede;
}
.hartree-about-feature-item:last-child{
    border-bottom: none;
}
    .hartree-about-feature-item .hartree-about-feature-icon {
        width: 40px;
        float: left;
        margin-right: 25px;
        transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    }
.hartree-about-feature-item .hartree-about-feature-icon svg {
  height: 30px;
}
    .hartree-about-feature-item .hartree-about-feature-text {
        max-width: 245px;
        display: inline-block;
        font-size: 13px;
        color: #000;
    }
.hartree-about-feature-item .hartree-about-feature-text h3 {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.hartree-about-feature-item:last-child {
  margin-bottom: 0;
}
.hartree-about-feature-item:hover .hartree-about-feature-icon {
  transform: rotateY(360deg);
}

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.hartree-service {
  padding: 100px 0px;
}
.hartree-service .hartree-section-title {
  margin: 0 auto;
  max-width: 480px;
}

.hartree-service-tab-btn {
  padding: 35px 35px 20px;
}
.hartree-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.hartree-service-tab-btn .nav-tabs .nav-link.active,
.hartree-service-tab-btn .nav-tabs .nav-link,
.hartree-service-tab-btn .nav-tabs {
  padding: 0;
  border: none;
}
.hartree-service-tab-btn .nav-tabs .nav-item {
  margin-bottom: inherit;
}
.hartree-service-tab-btn .nav {
  display: inherit;
}
.hartree-service-tab-btn .nav-tabs .nav-link,
.hartree-service-tab-btn .nav-tabs .nav-link.active {
  color: #555555;
  font-size: 27px;
  font-weight: 700;
  position: relative;
  padding: 20px 0px 20px 30px;
}
.hartree-service-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  top: 5px;
  width: 3px;
  content: "";
  height: 0px;
  position: absolute;
  background-color: #6dd5a1;
  transition: 0.4s all ease-in-out;
}
.hartree-service-tab-btn .nav-tabs {
  position: relative;
}
.hartree-service-tab-btn .nav-tabs:before {
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #f8f8f8;
}
.hartree-service-tab-btn .nav-tabs .nav-link.active {
  color: #6dd5a1;
}
.hartree-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 50px;
}

.hartree-service-tab-img-text {
  padding: 40px;
  background-color: #f8f8f8;
  transform: translateX(40px);
  transition: 0.5s all ease-in-out;
}
.hartree-service-tab-img-text .hartree-service-tab-img {
  margin-right: 40px;
}
.hartree-service-tab-img-text .hartree-service-tab-text {
  padding-top: 20px;
}
.hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-icon {
  margin-bottom: 5px;
}
.hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-icon svg {
  height: 60px;
}
.hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-text {
  display: inline-block;
}
.hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-text h3 {
  color: #555555;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.308;
  padding-bottom: 18px;
}
    .hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-text p {
        font-size: 18px;
        color: #43b39d;
    }
.hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-text a {
  color: #fff;
  height: 45px;
  width: 130px;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  background-color: #6dd5a1;
}
.hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-text a:hover {
  background-color: #6dd5a1;
}
.hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-text a:hover span {
  animation: toLeftFromRight 0.3s forwards;
}

.hartree-service-tab-content .active.show .hartree-service-tab-img-text {
  transform: translateX(0);
}


/*---------------------------------------------------- */
/*Features area*/
/*----------------------------------------------------*/
.hartree-procedure-section {
  padding: 100px 0px;
}
.hartree-procedure-section .hartree-section-title {
  margin: 0 auto;
  max-width: 530px;
}

.hartree-procedure-step {
  z-index: 1;
  margin-top: 0;
}
    .hartree-procedure-step .hartree-procedure-shape {
        right: 0;
        left: -18px;
        top: 33px;
        width: 66%;
        z-index: -1;
        margin: 0 auto;
        text-align: center;
        filter: drop-shadow(-6px 2px 10px #dedede);
    }

.hartree-procedure-icon-text {
  margin: 0 auto;
  max-width: 325px;
  padding: 0px 15px;
}
    .hartree-procedure-icon-text .hartree-procedure-icon {
        width: 130px;
        height: 130px;
        display: flex;
        margin: 0 auto;
        margin-bottom: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background-color: #fff;
        box-shadow: 5px 0 55px 10px rgb(0 27 54 / 8%);
    }
    .hartree-procedure-icon-text .hartree-procedure-icon img {
        width: 50%;
        transition: width 1s;
    }
    .hartree-procedure-icon-text .hartree-procedure-icon img:hover {
        width: 60%
    }
.hartree-procedure-icon-text .hartree-procedure-text h3 {
  font-weight: 700;
  color: #555555;
  font-size: 20px;
  padding-bottom: 15px;
}
.hartree-procedure-icon-text .hartree-procedure-text p {
  color: #3c4b62;
}
.hartree-procedure-icon-text:nth-child(2), .hartree-procedure-icon-text:nth-child(3) {
  transform: translateY(50px);
}

/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
.hartree-contact-section {
    padding: 50px 0 70px;
    
}
    .hartree-contact-section:before {
        padding: 50px 0 70px;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        height: 100%;
        position: absolute;
        background: radial-gradient(circle at 53% 36%, rgb(243 243 243 / 0%), #d7e8e378);
    }

.img2 {
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
    background-position-x: center;
}

.hartree-contact-section .hartree-contact-content {
  z-index: 1;
}
/*    .hartree-contact-section .hartree-contact-content:after {
        top: 0;
        left: 0;
        width: 60%;
        z-index: -1;
        content: "";
        height: 90%;
        position: absolute;
        border-radius: 7px;
        background-color: #fff;
        box-shadow: 1.782px 0.908px 40px 0px rgb(0 27 54 / 10%);
    }*/
.hartree-contact-img-wrap {

    border-radius: 7px;
    background-color: #fff;
  
}
.hartree-contact-form-wrap {
    padding: 0
}
    .hartree-contact-form-wrap h3 {
        color: #000;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        padding-top: 20px;
    }

    .hartree-contact-form-wrap h3 span {
        color: #7f7f7f;
        font-size: 24px;
        font-weight: 700;
    }

.contact-form-wrapper p {
    color: #000;
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
}

.hartree-contact-box {
    top: 0;
    left: 0;
   /* width: 60%;*/
    z-index: -1;
    content: "";
    height: 90%;
}

.hartree-contact-area {
  margin-top: 25px;
}
.hartree-contact-area input, .hartree-contact-area select, .hartree-contact-area textarea {
  height: 52px;
  padding-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #e9e9e9;
}
.hartree-contact-area input {
  width: 50%;
  float: left;
  margin: 0px 10px;
}
.hartree-contact-area select {
  width: 100%;
  -webkit-appearance: none;
}
.hartree-contact-area textarea {
  width: 100%;
  height: 130px;
  padding-top: 15px;
}
.hartree-contact-area .hartree-contact-input {
  margin: 15px -10px;
}

.hartree-contact-area button {
  color: #fff;
  height: 50px;
  width: 165px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 30px;
  background-color: #6dd5a1;
  transition: 0.3s all ease-in-out;
}
.hartree-contact-area button i {
  margin-left: 15px;
}
.hartree-contact-area button:hover {
  background-color: #6dd5a1;
}
.hartree-contact-area button:hover i {
  animation: toLeftFromRight 0.3s forwards;
}
.hartree-contact-area .contact-bottom-cta {
  display: flex;
  margin-top: 35px;
}
.hartree-contact-area .contact-bottom-cta .contact-bottom-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  line-height: 55px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #0d2252;
}
.hartree-contact-area .contact-bottom-cta .contact-cta-number {
  margin-right: 30px;
}
.hartree-contact-area .contact-bottom-cta .contact-cta-number span {
  color: #858b98;
  font-size: 13px;
}
.hartree-contact-area .contact-bottom-cta .contact-cta-number h3 {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
}
.hartree-contact-area .contact-bottom-cta .contact-cta-btn {
  color: #fff;
  height: 50px;
  width: 150px;
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
  background-color: #6dd5a1;
  transition: 0.3s all ease-in-out;
}
.hartree-contact-area .contact-bottom-cta .contact-cta-btn a {
  display: block;
  width: 100%;
}
.hartree-contact-area .contact-bottom-cta .contact-cta-btn:hover {
  background-color: #6dd5a1;
}

.hartree-contact-img {
  padding-left: 30px;
}
.hartree-contact-img .color-shape {
  right: 0;
  top: -30px;
}





/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.hartree-footer-section {
    padding-top: 70px;
    background-color: #6dd5a1;
    background: radial-gradient(circle at 50% 50%, #3ec49c, #309780);
}
.hartree-footer-section .footer-widget-wrap {
  padding: 5px 0px 55px;
}
    .hartree-footer-section .footer-widget-wrap .site-widget .widget-title {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px;
        text-align: left;
        width:100%
 
}
.hartree-footer-section .footer-widget-wrap .site-widget p {
  color: #c1bfbf;
  line-height: 1.857;
}
.hartree-footer-section .footer-widget-wrap .opening-time-icon span {
  font-size: 65px;
  color: #6dd5a1;
}
.hartree-footer-section .footer-widget-wrap .opening-time .widget-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.hartree-footer-section .footer-widget-wrap .opening-time-icon {
  margin-right: 20px;
}
.hartree-footer-section .footer-widget-wrap .time-schedule span {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 700;
}
.hartree-footer-section .footer-widget-wrap .opening-time {
  margin-top: 35px;
}
    .hartree-footer-section .footer-widget-wrap .footer-menu li {
        color: #fff;
        font-size: 12px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
    }
    .hartree-footer-section .footer-widget-wrap .footer-menu i {
        padding-right:5px;
        font-size: 20px;
    }
        .hartree-footer-section .footer-widget-wrap .footer-menu li a:hover {
            color: #84ff92;
        }
.hartree-footer-section .footer-widget-wrap .footer-menu-widget {
  margin-left: 15px;
}
.hartree-footer-section .footer-widget-wrap .latest-blog-widget .blog-img {
  float: left;
  width: 80px;
  height: 60px;
  margin-right: 20px;
}
.hartree-footer-section .footer-widget-wrap .latest-blog-widget .blog-text h3 {
  color: #fff;
  font-size: 15px;
  padding-top: 5px;
  overflow: hidden;
}
.hartree-footer-section .footer-widget-wrap .latest-blog-widget .blog-text h3:hover {
  color: #6dd5a1;
}
.hartree-footer-section .footer-widget-wrap .latest-blog-widget .blog-text .blog-meta {
  color: #6dd5a1;
  font-size: 14px;
  font-weight: 700;
}
.hartree-footer-section .footer-widget-wrap .latest-blog-widget .blog-text .blog-meta i {
  margin-right: 5px;
  color: #6dd5a1;
}
.hartree-footer-section .footer-widget-wrap .latest-blog-widget .blog-img-content {
  margin-bottom: 15px;
}

    .hartree-footer-section .map {
        width: 237px;
        color: #fff;
        font-size: 15px;
        padding: 3px 0px 3px 25px;
        text-align: left;
        border-radius: 20px;
        transition: 0.3s all ease-in-out;
        background-color: #5cce97;
    }
    .hartree-footer-section .map i {
        
        padding-right:10px
        
    }


    .hartree-footer-section .copyright-text {
        font-weight: 700;
        padding: 25px 0px 20px;
        background-color: #fff;
    }
    .hartree-footer-section .copyright-text span {
        color: #3c4b62;
    }


/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .hartree-main-slide-area .owl-item.active .hartree-slide-item-wrap .hartree-slider-side-img {
    right: 150px;
    opacity: 1;
  }

  .hartree-slide-item-wrap .hartree-slider-side-img .hartree-s-img-2 {
    transform: translateX(215px);
  }

  .hartree-main-slide-area .owl-nav .owl-next,
  .hartree-main-slide-area .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .hartree-main-slide-area .owl-nav .owl-next {
    right: 5px;
  }

  .hartree-main-slide-area .owl-nav .owl-prev {
    left: 5px;
  }
}
/*@media (min-width: 66rem) {
    .w99 {
        width: 97rem
    }
}*/
@media screen and (min-width: 1620px) {

    .w99 {
        width: 97rem;
    }
}
@media screen and (max-width: 1280px) {

   
  .hartree-slide-item-wrap .hartree-slider-side-img {
    display: none;
  }

  .hartree-main-slide-area .owl-nav {
    left: 0;
    right: 0;
    bottom: 30px;
    position: absolute;
    text-align: center;
  }

  .hartree-main-slide-area .owl-nav .owl-next,
  .hartree-main-slide-area .owl-nav .owl-prev {
    display: inline-block;
    top: auto;
    position: static;
    bottom: 40px;
    margin: 0 auto;
    margin: 0px 5px;
    transform: translateY(0);
  }

  .hartree-procedure-content {
    top: 0;
  }

  .hartree-about-counter-img {
    display: flex;
  }

  .hartree-procedure-step-area {
    display: flex;
  }
}


@media screen and (max-width: 1024px) {

    .entry-meta .h3, h3 {
        margin: 0rem 0 !important;
    }
    .blog-content blockquote {
        padding: 30px 20px;
    }

  .hartree-header-style-eight .hartree-brand-logo {
    margin-right: 50px;
  }

  .hartree-slide-item-wrap .hartree-slider-text h1 {
    font-size: 60px;
  }

  .hartree-header-style-eight .hartree-main-navigation li {
    margin-right: 35px;
  }

  .hartree-header-style-eight .hartree-header-social a {
    margin-left: 10px;
  }

  .hartree-section-title h2 {
    font-size: 30px;
  }

  .hartree-about-counter {
    width: 150px;
    padding-left: 20px;
    margin-right: 20px;
  }

  .hartree-service-tab-img-text {
    display: flex;
  }

  .hartree-service-tab-btn {
    padding: 35px 15px 20px;
  }

  .hartree-procedure-icon-text {
    max-width: 240px;
  }

  .hartree-contact-section .hartree-contact-content {
    padding: 10px;
  }
    .contact-form-wrapper h5 {

        font-size:17px
    }
    .hartree-contact-form-wrap {
        padding-left: 0;
    }

  .hartree-blog-img-text .hartree-blog-text h3 {
    font-size: 18px;
  }

  .hartree-blog-img-text .hartree-blog-text {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {

    .hartree-slide-item-wrap {
        padding: 40px 0px 150px;
    }
    .hartree-feature-content {
        top: -90px;
    }
    .hartree-main-slide-area .owl-nav {
        left: 0;
        right: 0;
        bottom: 46px;
    }
        .hartree-testimonial-img-text {
        height: auto;
    }

    .contact-form-wrapper img {
        width: 100% !important; 
    }

    .hartree-about-section h2 {
        font-size: 20px;
        padding: 0px 10px 0;
        line-height: 1.2;
        text-shadow: 4px -5px 15px #12b487;
    }
    .hartree-about-section {
        padding-top: 34px !important;
        background-size: cover !important;
        background-position-y: bottom !important;
        background-position-x: left !important;
    }
        .hartree-brand-logo img {
        width: 98%;
    }
    .hartree-slide-item-wrap .hartree-slider-tag span {
       
        font-size: 12px;
    }
  .hartree-about-counter-img {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .nie-eig-about-text {
    max-width: 470px;
    margin: 0 auto;
  }

  .hartree-about-section:before {
    width: 100%;
  }

  .hartree-intro-video-section:before {
    width: 100%;
    height: 100%;
    left: 0;
  }

  .hartree-procedure-icon-text .hartree-procedure-icon {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
  }

  .hartree-procedure-icon-text {
    width: 100%;
    max-width: 48%;
    margin-bottom: 40px;
  }

  .hartree-procedure-icon-text:nth-child(2),
  .hartree-procedure-icon-text:nth-child(3) {
    transform: translateY(0);
  }

  .hartree-procedure-step .hartree-procedure-shape {
    display: none;
  }

  .hartree-contact-img {
    max-width: 530px;
    margin: 0 auto;
  }

 
  .hartree-footer-section .site-widget {
    margin-bottom: 40px;
  }

  .hartree-header-style-eight .hartree-main-navigation {
    display: none;
  }

  .hartree-header-style-eight .hartree-header-social {
    margin-right: 50px;
  }

  .hartree-header-style-eight .hartree-header-social a {
    margin-left: 5px;
  }

  .main-header .hartree-mobile_menu_button {
    display: block;
  }

  .hartree-header-style-eight .hartree-header-top {
    display: none;
  }

  .hartree-header-style-eight.sticky-on {
    top: 0;
  }

  .hartree-header-style-eight .hartree-header-content {
    padding: 15px 0px;
  }

  .hartree-header-style-eight .hartree-header-menu {
    padding-top: 15px;
  }

  .hartree-intro-video-section:before {
    top: 0;
  }

  .hartree-procedure-step-area {
    display: block;
  }
}
@media screen and (max-width: 768px) {

    .rel_mod {
        padding: 20px 20px !important;
    }
        .single-event {margin:5px 0
    }
    .section_pad {
        padding: 20px;
    }
    .benefit-icon {
        margin: 0 auto;
    }
    .contentbx h4 {
        text-align: center;
    }
    .sticker {
        display:none
    }
    .pad100 {
        padding: 30px 0 !important;
    }
    .ruler {
        margin-top: 1rem !important;
    }
    .contentbx .h3, h3 {
        text-align:center
    }
   
  .hartree-team-img-text {
    max-width: 270px;
    margin: 0 auto;
  }

  .hartree-team-content .owl-nav .owl-prev,
  .hartree-team-content .owl-nav .owl-next {
    position: static;
    margin: 0 5px;
    display: inline-block;
    transform: translateY(0);
  }

  .hartree-team-content .owl-nav {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hartree-slide-item-wrap .hartree-slider-text h1 {
    font-size: 40px;
  }

  .hartree-slide-item-wrap .hartree-slider-text p {
    font-size: 20px;
  }

  .hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-video-btn-s {
    height: 50px;
    width: 50px;
    line-height: 45px;
  }

  .hartree-slide-item-wrap .hartree-slider-text .hartree-slider-btn .hartree-slider-cta-btn {
    height: 50px;
    line-height: 50px;
  }

  .hartree-about-counter {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .hartree-about-counter-img {
    display: block;
  }

  .hartree-about-counter-item h3 {
    font-size: 30px;
  }

  .hartree-about-counter-item {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 33.33%;
    float: left;
    padding: 0px 10px;
  }

  .hartree-about-counter-item:after,
  .hartree-about-img:before {
    display: none;
  }

  .hartree-service-tab-img-text .hartree-service-tab-img {
    margin-bottom: 30px;
  }

  .hartree-service-tab-img-text {
    display: block;
  }

  .hartree-intro-video-content .hartree-video-text h3 {
    font-size: 30px;
  }

  .hartree-intro-video-cta .cta-action-number {
    float: none !important;
    margin-top: 10px;
  }

  .hartree-procedure-icon-text {
    max-width: 100%;
  }

  .hartree-contact-form-wrap h3 {
    font-size: 30px;
  }

  .hartree-contact-area input {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .hartree-contact-area .hartree-contact-input {
    display: inline-block !important;
    margin: 0;
  }

  .hartree-contact-area .contact-bottom-cta {
    display: inline-block;
    width: 100%;
  }

  .hartree-contact-area .contact-bottom-cta .contact-bottom-icon {
    float: left;
  }

  .hartree-contact-area .contact-bottom-cta .contact-cta-btn {
    width: 110px;
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
  }

  .hartree-newslatter-wrap .newslatter-form {
    width: 100%;
    margin-top: 30px;
  }

  .hartree-newslatter-wrap .newslatter-form input {
    padding: 0px 15px;
  }

  .hartree-newslatter-wrap .newslatter-form button {
    width: 120px;
    font-size: 14px;
  }

  .hartree-service,
  .hartree-procedure-section,
  .hartree-team-section {
    padding: 50px 0px;
  }

  .hartree-intro-video-section {
    padding: 50px 0px;
  }

  .hartree-contact-img {
    padding-left: 0;
    display:none
  }

  .hartree-partner-section {
    padding-bottom: 50px;
  }

  .hartree-header-style-eight .hartree-brand-logo {
    width: 120px;
    margin-right: 25px;
  }

  .hartree-header-style-eight .hartree-header-menu {
    padding-top: 5px;
  }

  .main-header .hartree-mobile_menu_button {
    top: -35px;
  }
}
@media screen and (max-width: 380px) {
  .hartree-slide-item-wrap .hartree-slider-tag {
    padding: 10px 20px 10px;
  }

  .hartree-about-counter-item p {
    font-size: 14px;
  }

  .hartree-section-title h2 {
    font-size: 26px;
  }

    .hartree-service-tab-img-text .hartree-service-tab-text .hartree-service-text h3 {
        font-size: 17px;
        text-align: left;
    }

  .hartree-intro-video-content .hartree-video-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .hartree-header-style-eight .hartree-header-social {
    display: none;
  }

  .hartree-slide-item-wrap .hartree-slider-text h1 {
    font-size: 36px;
  }

  .hartree-contact-area .contact-bottom-cta .contact-bottom-icon {
    display: none;
  }
}



.hartree-con-sticky-header-overlay {
  background-color: #000;
  animation-duration: 0.7s;
  top: 0px;
  position: fixed;
  padding: 10px 80px;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}
.hartree-con-sticky-header-overlay .hartree-h-shape1,
.hartree-con-sticky-header-overlay .hartree-h-shape2 {
  display: none;
}

/*Mobile Menu area*/
/*----------------------------------------------------*/
.hartree-con-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #000;
  padding: 50px 35px 35px 35px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.hartree-con-mobile_menu_content .hartree-con-mobile-main-navigation {
  width: 100%;
}
.hartree-con-mobile_menu_content .hartree-con-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.hartree-con-mobile_menu_content .dropdown:after {
  display: none;
}
.hartree-con-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.hartree-con-mobile_menu_content .hartree-con-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}
.hartree-con-mobile_menu_content .hartree-con-mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(78, 78, 78, 0.41);
}
.hartree-con-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.hartree-con-mobile_menu_wrap.mobile_menu_on .hartree-con-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.hartree-con-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.hartree-con-mobile_menu_button {
  right: 0;
  top: 10px;
  z-index: 5;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.hartree-con-mobile_menu .hartree-con-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.hartree-con-mobile_menu .hartree-con-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.hartree-con-mobile_menu .hartree-con-mobile_menu_content .hartree-con-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.hartree-con-mobile_menu .hartree-con-mobile_menu_content .hartree-con-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.hartree-con-mobile_menu .hartree-con-mobile_menu_content .hartree-con-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #0cb95e;
  background-color: transparent;
}
.hartree-con-mobile_menu .dropdown {
  position: relative;
}
.hartree-con-mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.hartree-con-mobile_menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}
.hartree-con-mobile_menu .hartree-con-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}


@media screen and (max-width: 1024px) {
  .header-style-five .hartree-h-shape1,
  .header-style-five .hartree-h-shape2,
  .slider-shape,
  .sf-deco-shape,
  .hartree-con-service-section .ser-shape,
  .pr-shape,
  .hartree-con-main-feature-shape,
  .hartree-con-testimonial-section .hartree-con-testi-shape1,
  .hartree-con-blog-section .hartree-con-blog-shape,
  .header-style-five .hartree-con-header-btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hartree-con-main-menu-item {
    display: none;
  }

  .header-style-five {
    padding: 20px 20px 0px;
  }



  .hartree-con-mobile_menu_button {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header-style-five .brand-logo {
    width: 120px;
  }

  .header-style-five .hartree-con-header-social {
    margin-top: 5px;
  }

  .hartree-con-mobile_menu_button {
    top: 0;
  }
}
@media screen and (max-width: 380px) {
  .header-style-five.hartree-con-sticky-header-overlay {
    padding: 15px 10px 10px;
  }

  .header-style-five .hartree-con-header-social li a {
    font-size: 14px;
    margin-left: 10px;
  }

  .hartree-con-slider-item .slider-text-area h1 {
    font-size: 36px;
  }

  .header-style-five {
    padding: 20px 10px 0px;
  }
}
/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.hartree-con-slider-section {
  overflow: visible;
}
.hartree-con-slider-section .slider-shape {
  z-index: 2;
}
.hartree-con-slider-section .slider-sh1 {
  top: 155px;
  right: 65px;
}
.hartree-con-slider-section .slider-sh2,
.hartree-con-slider-section .slider-sh3 {
  left: 0;
  bottom: -440px;
}
.hartree-con-slider-section .slider-sh4 {
  right: 0px;
  bottom: -130px;
}
.hartree-con-slider-section .slider-sh5 {
  right: 50px;
  bottom: -125px;
}

.img-zooming {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
}

.hartree-con-slider-item {
  z-index: 1;
  padding: 360px 0px 355px;
}
.hartree-con-slider-item .slider-main-img {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hartree-con-slider-item .background_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.65);
}
.hartree-con-slider-item .slider-text-area {
  margin: 0 auto;
  max-width: 680px;
}
.hartree-con-slider-item .slider-text-area span {
  color: #fff;
  font-size: 36px;
  display: block;
  font-weight: 700;
  
  opacity: 0;
  transform: translateX(-50px);
}
.hartree-con-slider-item .slider-text-area h1 {
  opacity: 0;
  color: #fff;
  font-size: 84px;
  font-weight: 700;
  padding: 15px 0px 40px;
  transform: translateY(30px);
}
.hartree-con-slider-item .slider-text-area a {
  opacity: 0;
  height: 65px;
  width: 220px;
  color: #fff;
  font-size: 18px;
  margin: 0pc 8px;
  font-weight: 700;
  line-height: 65px;
  border-radius: 10px;
  
  display: inline-block;
  transform: translateX(50px);
}
.hartree-con-slider-item .slider-text-area a:nth-child(1) {
  border: 2px solid #0cb95e;
  background-color: #0cb95e;
}
.hartree-con-slider-item .slider-text-area a:nth-child(1):hover {
  border: 2px solid #fff;
  background-color: transparent;
}
.hartree-con-slider-item .slider-text-area a:nth-child(2) {
  border: 2px solid #fff;
}
.hartree-con-slider-item .slider-text-area a:nth-child(2):hover {
  border: 2px solid #0cb95e;
  background-color: #0cb95e;
}

#hartree-con-slider-id .owl-dots {
  top: 50%;
  left: 70px;
  z-index: 5;
  position: absolute;
  transform: translateY(-50%);
}
#hartree-con-slider-id .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  display: block;
  margin: 12px 0px;
  border-radius: 100%;
  background-color: #fff;
  transform: scale(0.7);
  transition: 0.4s all ease-in-out;
}
#hartree-con-slider-id .owl-dots .owl-dot.active {
  transform: scale(1);
  border: 4px solid #fff;
  background-color: #0cb95e;
}
#hartree-con-slider-id .owl-item.active .img-zooming {
  transform: scale(1.15);
  transition: all 7000ms linear;
}
#hartree-con-slider-id .owl-item.active .slider-text-area span {
  opacity: 1;
  transform: translateX(0);
  transition: all 1500ms ease;
  transition-delay: 1200ms;
}
#hartree-con-slider-id .owl-item.active .slider-text-area h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 900ms;
}
#hartree-con-slider-id .owl-item.active .slider-text-area a {
  opacity: 1;
  transform: translatex(0);
  transition: all 1500ms ease;
  transition-delay: 2100ms;
}


@media screen and (max-width: 680px) {
  .hartree-con-slider-item .slider-text-area span {
    font-size: 24px;
  }

  .hartree-con-slider-item .slider-text-area h1 {
    font-size: 50px;
  }

  .hartree-con-slider-item .slider-text-area a {
    height: 45px;
    width: 165px;
    font-size: 14px;
    margin: 0pc 3px;
    line-height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 570px) {
  .hartree-con-slider-item {
    padding: 250px 0px 150px;
  }

  #hartree-con-slider-id .owl-dots {
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
    text-align: center;
    transform: translateY(0);
  }

  #hartree-con-slider-id .owl-dots .owl-dot {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .hartree-con-slider-item .slider-text-area span {
    font-size: 18px;
  }

  .hartree-con-slider-item .slider-text-area h1 {
    font-size: 40px;
  }

  .hartree-con-slider-item {
    padding: 200px 0px 150px;
  }

  .hartree-con-team-slider-area .owl-dots {
    margin-top: 50px;
  }
}
@media screen and (max-width: 380px) {
  .hartree-con-slider-item .slider-text-area a {
    width: 130px;
  }
}
/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.hartree-con-about-section {
  padding: 120px 0px;
  background-color: #f1faf5;
}

.hartree-con-about-content {
  z-index: 5;
}
.hartree-con-about-content .hartree-con-about-circle {
  bottom: -100px;
  left: -180px;
}

.hartree-con-about-img {
  max-width: 470px;
}
.hartree-con-about-img img {
  border-radius: 10px;
}
.hartree-con-about-img .hartree-con-about-counter {
  left: -60px;
  bottom: 85px;
  position: absolute;
  background-color: #fff;
  padding: 30px 70px 30px 60px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 8px solid #0cb95e;
  box-shadow: 0px 5px 48px 0px rgba(0, 0, 0, 0.05);
}
.hartree-con-about-img .hartree-con-about-counter h3 {
  color: #0cb95e;
  font-size: 48px;
  font-weight: 700;
}
.hartree-con-about-img .hartree-con-about-counter h4 {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
}

.hartree-con-about-text {
  max-width: 540px;
  padding-top: 35px;
}
.hartree-con-about-text .hartree-con-about-details {
  margin: 40px 0px 30px;
}
.hartree-con-about-text .hartree-con-about-list {
  margin-bottom: 25px;
}
.hartree-con-about-text .hartree-con-about-list li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
.hartree-con-about-text .hartree-con-about-list li:after {
  top: 0;
  left: 0;
  content: "";
  font-weight: 900;
  color: #0cb95e;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.hartree-con-about-text .hartree-con-about-fact-inner {
  display: flex;
  border-radius: 10px;
  padding: 30px 25px;
  border: 2px solid #0cb95e;
}
.hartree-con-about-text .hartree-con-about-fact-inner h3, .hartree-con-about-text .hartree-con-about-fact-inner h4, .hartree-con-about-text .hartree-con-about-fact-inner span {
  font-weight: 700;
  color: #0e0e0e;
}
.hartree-con-about-text .hartree-con-about-fact-inner h3 {
  font-size: 42px;
}
.hartree-con-about-text .hartree-con-about-fact-inner span {
  font-size: 24px;
}
.hartree-con-about-text .hartree-con-about-fact-inner h4 {
  font-size: 18px;
  margin-left: 15px;
}
.hartree-con-about-text .hartree-con-about-more {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .hartree-con-about-img .hartree-con-about-counter {
    left: 0;
  }

  .hartree-con-about-text .hartree-con-about-fact-inner h3 {
    font-size: 30px;
  }

  .hartree-con-about-text .hartree-con-about-fact-inner h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .hartree-con-about-img,
  .hartree-con-about-text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .hartree-con-about-fact-inner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .hartree-con-about-img .hartree-con-about-counter {
    padding: 30px;
  }

  .hartree-con-about-img .hartree-con-about-counter h4 {
    font-size: 20px;
  }

  .hartree-con-about-img .hartree-con-about-counter h3 {
    font-size: 30px;
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.hartree-con-service-section {
  padding-bottom: 120px;
}
.hartree-con-service-section .hartree-con-section-title {
  max-width: 750px;
  margin: 0 auto;
}
.hartree-con-service-section .hartree-con-service-content {
  padding-top: 70px;
}
.hartree-con-service-section .ser-shape {
  bottom: 0;
}

.hartree-con-service-img-text {
  margin-bottom: 60px;
}
.hartree-con-service-img-text .hartree-con-service-img h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.hartree-con-service-img-text .hartree-con-service-middle {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
}
.hartree-con-service-img-text .hartree-con-service-img-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.hartree-con-service-img-text .hartree-con-service-img-wrap:before {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/shape/ser-shape1.png);
}
.hartree-con-service-img-text .hartree-con-service-img-wrap:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/shape/ser-shape2.png);
}
.hartree-con-service-img-text .hartree-con-service-icon-txt {
  left: 55px;
  opacity: 0;
  bottom: 0px;
  visibility: hidden;
  position: absolute;
  transition: 0.4s all ease-in-out;
}
.hartree-con-service-img-text .hartree-con-service-icon-txt .hartree-con-service-icon {
  margin-bottom: 25px;
}
.hartree-con-service-img-text .hartree-con-service-icon-txt .hartree-con-service-txt {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.hartree-con-service-img-text .hartree-con-service-text {
  margin-top: 45px;
  padding-left: 90px;
}
.hartree-con-service-img-text .hartree-con-service-text:after {
  left: 0;
  top: 10px;
  width: 60px;
  content: "";
  height: 3px;
  position: absolute;
  background-color: #0cb95e;
}
.hartree-con-service-img-text .hartree-con-service-text p {
  color: #383838;
  line-height: 1.625;
  padding-bottom: 35px;
}
.hartree-con-service-img-text:hover .hartree-con-service-icon {
  opacity: 1;
}
.hartree-con-service-img-text:hover .hartree-con-service-icon-txt {
  opacity: 1;
  bottom: 60px;
  visibility: visible;
}
.hartree-con-service-img-text:hover .hartree-con-service-middle {
  top: 30%;
  opacity: 0;
  visibility: hidden;
}
.hartree-con-service-img-text:hover .hartree-con-service-img-wrap:before {
  opacity: 0;
}
.hartree-con-service-img-text:hover .hartree-con-service-img-wrap:after {
  opacity: 1;
}

.hartree-con-service-btn {
  height: 55px;
  width: 218px;
  margin: 0 auto;
  line-height: 55px;
  border-radius: 5px;
  
  border: 2px solid #0cb95e;
  background-color: #0cb95e;
  transition: 0.3s all ease-in-out;
}
.hartree-con-service-btn a {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 700;
}
.hartree-con-service-btn:hover {
  border: 2px solid #383838;
  background-color: transparent;
}
.hartree-con-service-btn:hover a {
  color: #383838;
}

@media screen and (max-width: 991px) {
  .hartree-con-service-img-text {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hartree-con-service-btn {
    height: 45px;
    width: 180px;
    line-height: 45px;
  }

  .hartree-con-service-section {
    padding: 60px 0px;
  }

  .hartree-con-service-section .hartree-con-service-content {
    padding-top: 30px;
  }

  .hartree-con-service-img-text .hartree-con-service-icon-txt {
    left: 15px;
  }

  .hartree-con-service-img-text .hartree-con-service-img h3 {
    font-size: 24px;
  }

  .hartree-con-service-img-text .hartree-con-service-icon-txt .hartree-con-service-icon {
    margin-bottom: 10px;
  }

  .hartree-con-service-img-text:hover .hartree-con-service-icon-txt {
    bottom: 20px;
  }
}
/*---------------------------------------------------- */

/*---------------------------------------------------- */



/*---------------------------------------------------- */
/*Footer area*/

.hartree-section-title span {
  font-size: 21px;
  font-weight: 700;
  color: #6dd5a1;
  
  text-transform: uppercase;
}
.hartree-section-title h2 {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  padding: 5px 0px 45px;
}
.hartree-section-title p {
  line-height: 1.625;
}


/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.hartree-header-wrap {
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  position: absolute;
}
.hartree-header-wrap .navbar-nav {
  display: inherit;
}
.hartree-header-wrap .dropdown {
  position: relative;
}
.hartree-header-wrap .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #6dd5a1;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.hartree-header-wrap .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.hartree-header-wrap .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.hartree-header-wrap .dropdown .dropdown-menu li a:before {
  display: none;
}
.hartree-header-wrap .dropdown .dropdown-menu li a:hover {
  color: #fff;
  padding-left: 40px;
  background-color: #6dd5a1;
}
.hartree-header-wrap .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.hartree-header-wrap .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.header-dia-cta-btn,
.hartree-btn {
  height: 48px;
  color: #fff;
  width: 160px;
  font-weight: 700;
  line-height: 44px;
  margin-left: 30px;
  border-radius: 30px;
  
  border: 2px solid #fff;
}

.header-dia-cta-btn a {
  width: 100%;
  display: block;
  border-radius: 30px;
}
.header-dia-cta-btn a:hover {
  color: #000;
  background-color: #fff;
}

.hartree-main-header-menu {
  padding-top: 10px;
}

.hartree-main-navigation {
  /*padding-top: 15px;*/
}
.hartree-main-navigation li {
  margin-left: 35px;
}
.hartree-main-navigation li a {
  color: #fff;
  font-weight: 700;
  
  padding-bottom: 30px;
}

.hartree-sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  padding: 10px 0px;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(90deg, #9851fe 0%, #6599fb 50%, #13dcfa 100%);
}
.hartree-sticky-on .hartree-main-navigation {
  padding-top: 10px;
}

.hartree-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  width: 280px;
  position: fixed;
  overflow-y: scroll;
  background-color: #020c16;
  padding: 100px 20px 50px 20px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}
.hartree-mobile_menu_content .main-navigation {
  width: 100%;
  margin-right: 0 !important;
}
.hartree-mobile_menu_content .main-navigation li {
  margin-left: 0 !important;
}
.hartree-mobile_menu_content .main-navigation .navbar-nav {
  width: 100%;
}
.hartree-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
  background-color: transparent;
}
.hartree-mobile_menu_content .main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin: 5px 0px;
  transition: 0.3s all ease-in-out;
}
.hartree-mobile_menu_content .main-navigation .navbar-nav li a {
  color: #c5c5c5;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.hartree-mobile_menu_content .m-brand-logo {
  margin-bottom: 30px;
}
    .hartree-mobile_menu_content .dropdown-btn {
        right: 0;
        top: 0px;
        width: 30px;
        color: #c5c5c5;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        background-color: #f9fff2;
        transition: 0.3s all ease-in-out;
    }

.hartree-mobile_menu_wrap.hartree-mobile_menu_on .hartree-mobile_menu_content {
  right: 0px;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.hartree-mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: -100%;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.8s ease-in 0.8s;
}

.hartree-mobile_menu_overlay_on {
  overflow: hidden;
}

.hartree-mobile_menu_wrap.hartree-mobile_menu_on .hartree-mobile_menu_overlay {
  right: 0;
  transition: all 0.8s ease-out 0s;
}

.hartree-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0px;
  top: 5px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.hartree-mobile_menu .main-navigation .navbar-nav li a:after {
  display: none;
}
.hartree-mobile_menu .main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.hartree-mobile_menu .hartree-mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
}
.hartree-mobile_menu .hartree-mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
  padding: 5px 20px;
  margin: 0;
}
.hartree-mobile_menu .hartree-mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a {
  color: #c5c5c5;
  font-size: 14px;
  padding: 0;
}
.hartree-mobile_menu .hartree-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*----------------------------------------------------*/
/*slider area*/
/*----------------------------------------------------*/
.hartree-banner-section {
  padding: 350px 0px 460px;
}

.hartree-banner-content .hartree-banner-text {
  max-width: 560px;
}
.hartree-banner-content .hartree-banner-text span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  
}
.hartree-banner-content .hartree-banner-text h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  padding-bottom: 40px;
}
.hartree-banner-content .hartree-banner-text p {
  color: #fff;
  font-size: 21px;
  padding-bottom: 35px;
}
.hartree-banner-content .hartree-banner-text .hartree-banner-btn {
  color: #fff;
  height: 60px;
  width: 190px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
  
  border-radius: 45px;
  background-size: 200%, 1px;
  transition: all 200ms linear 0ms;
  background-image: linear-gradient(90deg, #9851fe 0%, #13dcfa 50%, #9851fe);
}
.hartree-banner-content .hartree-banner-text .hartree-banner-btn:hover {
  background-position: 120%;
}
.hartree-banner-content .hartree-banner-img {
  top: -65px;
  right: -285px;
  position: absolute;
}




/*----------------------------------------------------*/
/*service area*/
/*----------------------------------------------------*/
.hartree-service-section {
  padding: 140px 0px 30px;
}
.hartree-service-section .hartree-service-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.hartree-service-content {
  padding-top: 15px;
}

.hartree-service-innerbox {
  z-index: 1;
  padding: 45px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 5px 70px 0px rgba(0, 0, 0, 0.08);
}
.hartree-service-innerbox .hartree-service-icon {
  width: 80px;
  height: 80px;
  line-height: 83px;
  margin-right: 30px;
  border-radius: 100%;
  background-color: #fff;
  transition: 500ms all;
  background: linear-gradient(-45deg, #e980ff 0%, #b16fff 100%);
}
.hartree-service-innerbox .hartree-service-icon i {
  color: #fff;
  font-size: 30px;
}
.hartree-service-innerbox .hartree-service-text {
  overflow: hidden;
}
.hartree-service-innerbox .hartree-service-text h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}
.hartree-service-innerbox .hartree-service-text p {
  line-height: 2;
  padding-bottom: 20px;
  transition: all 500ms ease;
}
.hartree-service-innerbox .hartree-service-text .hartree-service-more a {
  color: #333333;
  font-weight: 700;
  
  transition: all 500ms ease;
}
.hartree-service-innerbox .hartree-service-text .hartree-service-more a i {
  font-size: 12px;
  color: #6dd5a1;
  margin-right: 5px;
}
.hartree-service-innerbox:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 700ms ease;
  background: linear-gradient(-45deg, #e980ff 0%, #b16fff 100%);
}
.hartree-service-innerbox:hover .hartree-service-icon {
  background: #fff !important;
}
.hartree-service-innerbox:hover .hartree-service-icon i {
  color: #b570ff;
}
.hartree-service-innerbox:hover:before {
  width: 100%;
}
.hartree-service-innerbox:hover .hartree-service-text h3, .hartree-service-innerbox:hover .hartree-service-text p {
  color: #fff;
}
.hartree-service-innerbox:hover .hartree-service-text .hartree-service-more a {
  color: #fff;
}
.hartree-service-innerbox:hover .hartree-service-text .hartree-service-more a i {
  color: #fff;
}

.col-lg-6:nth-child(2) .hartree-service-innerbox .hartree-service-icon {
  background: linear-gradient(48deg, #9ee9ac 0%, #0997ac 100%);
}
.col-lg-6:nth-child(2) .hartree-service-innerbox:before {
  background: linear-gradient(48deg, #9ee9ac 0%, #0997ac 100%);
}
.col-lg-6:nth-child(2) .hartree-service-innerbox:hover .hartree-service-icon i {
  color: #37b0ac;
}
.col-lg-6:nth-child(3) .hartree-service-innerbox .hartree-service-icon {
  background: linear-gradient(30deg, #a9bef5 0%, #6a94ed 100%);
}
.col-lg-6:nth-child(3) .hartree-service-innerbox:before {
  background: linear-gradient(30deg, #a9bef5 0%, #6a94ed 100%);
}
.col-lg-6:nth-child(3) .hartree-service-innerbox:hover .hartree-service-icon i {
  color: #84a5f0;
}
.col-lg-6:nth-child(4) .hartree-service-innerbox .hartree-service-icon {
  background: linear-gradient(37deg, #f27109 0%, #ffd223 100%);
}
.col-lg-6:nth-child(4) .hartree-service-innerbox:before {
  background: linear-gradient(37deg, #f27109 0%, #ffd223 100%);
}
.col-lg-6:nth-child(4) .hartree-service-innerbox:hover .hartree-service-icon i {
  color: #f4810d;
}

.hartree-counterup {
  padding: 115px;
}

.hartree-counterup-innerbox {
  padding-left: 45px;
}
.hartree-counterup-innerbox h2 {
  float: left;
  color: #000000;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
  padding-right: 30px;
}
.hartree-counterup-innerbox h3 {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  max-width: 120px;
  float: left;
}
.nio-count {
    color: #4e4e4e
}

/*----------------------------------------------------*/
/*footer area*/
/*----------------------------------------------------*/

.hartree-footer-section .footer-vector {
  bottom: 0;
  right: 0;
}

.hartree-footer-newslatter-wrapper {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #dcc6c9;
}
.hartree-footer-newslatter-wrapper .hartree-section-title span, .hartree-footer-newslatter-wrapper .hartree-section-title h2, .hartree-footer-newslatter-wrapper .hartree-section-title p {
  color: #fff;
}
.hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form {
  margin-left: 100px;
}
.hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form .hartree-nw-social {
  margin-top: 30px;
}
.hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form .hartree-nw-social a {
  color: #fff;
  margin-left: 15px;
}
.hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form .hartree-nw-social a:hover {
  color: #22bd87;
}
.hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form form {
  width: 100%;
  margin-top: 35px;
  position: relative;
  display: inline-block;
}
.hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form form input {
  width: 100%;
  height: 70px;
  border: none;
  border-radius: 8px;
  padding-left: 20px;
  background-color: #fff;
}
.hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form form button {
  top: 15px;
  padding: 0;
  right: 20px;
  border: none;
  color: #666666;
  font-size: 24px;
  position: absolute;
  background-color: transparent;
}

.hartree-footer-widget-wrapper {
  padding-bottom: 70px;
}

.hartree-footer-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0px 35px;
}
.hartree-footer-widget .hartree-logo-widget {
  max-width: 240px;
}
.hartree-footer-widget .hartree-logo-widget .footer-logo {
  margin-bottom: 25px;
}
.hartree-footer-widget .hartree-logo-widget p {
  color: #fff;
  padding-bottom: 25px;
}
.hartree-footer-widget .hartree-logo-widget .contact-icon-text {
  color: #fff;
  margin-bottom: 20px;
}
.hartree-footer-widget .hartree-logo-widget .contact-icon-text .w-contact-icon {
  margin-right: 15px;
}
.hartree-footer-widget .hartree-logo-widget .contact-icon-text .w-contact-text {
  overflow: hidden;
}
.hartree-footer-widget .hartree-menu-widget li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  transition: 500ms all ease;
}
.hartree-footer-widget .hartree-menu-widget li:before {
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.hartree-footer-widget .hartree-menu-widget li:hover {
  margin-left: 20px;
}
.hartree-footer-widget .hartree-menu-widget a {
  color: #fff;
  position: relative;
}
.hartree-footer-widget .hartree-menu-widget a:before {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
}
.hartree-footer-widget .widget-blog-img-text {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.hartree-footer-widget .widget-blog-img-text .widget-blog-img {
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin-right: 18px;
  border-radius: 8px;
}
.hartree-footer-widget .widget-blog-img-text .widget-blog-text {
  color: #fff;
}
.hartree-footer-widget .widget-blog-img-text .widget-blog-text .blog-meta {
  margin-bottom: 5px;
}
.hartree-footer-widget .widget-blog-img-text .widget-blog-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.hartree-footer-copyright {
  padding-bottom: 115px;
}
.hartree-footer-copyright p {
  color: #fff;
}
.hartree-footer-copyright p a {
  font-weight: 700;
}

/*----------------------------------------------------*/
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .hartree-about-section .hartree-about-bg2 {
    left: -125px;
  }

  .hartree-about-section .hartree-about-bg1 {
    left: -100px;
  }

  .hartree-skill-section .hartree-skill-vector {
    right: -165px;
  }

  .hartree-why-choose-us-section .hartree-why-choose-us-img {
    right: -50px;
  }

  .hartree-banner-content .hartree-banner-img {
    right: -150px;
  }
}
@media screen and (max-width: 1199px) {
  .hartree-about-section .hartree-about-bg2 {
    left: -190px;
  }

  .hartree-skill-section .hartree-skill-vector {
    right: -215px;
  }

  .hartree-counterup-innerbox h2 {
    font-size: 40px;
    padding-left: 10px;
  }

  .hartree-banner-content .hartree-banner-img {
    right: 0;
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .hartree-intro-innerbox {
    padding: 50px 15px 40px;
  }

  .hartree-about-section .hartree-about-bg2,
  .hartree-about-section .hartree-about-bg1,
  .hartree-about-section .hartree-about-bg3,
  .hartree-footer-section .footer-vector {
    display: none;
  }

  .hartree-about-text-wrapper,
  .hartree-skill-wrapper,
  .hartree-why-choose-us-wrapper {
    max-width: 100%;
    float: none !important;
  }

  .hartree-about-text-wrapper {
    padding: 50px 0px;
  }

  .hartree-skill-section .hartree-skill-vector,
  .hartree-why-choose-us-section .hartree-why-choose-us-img {
    display: block;
    text-align: center;
    position: static !important;
  }

  .hartree-counterup {
    padding: 50px 15px;
  }

  .hartree-skill-section {
    padding-top: 60px;
  }

  .hartree-service-section {
    padding: 60px 0px 30px;
  }

  .hartree-testimonial-section {
    padding: 60px 0px 50px;
  }

  .hartree-blog-section {
    padding: 60px 0px;
  }

    .hartree-about-section {
        padding-top: 60px;
        background-size: contain;
    }

  .hartree-banner-content .hartree-banner-img {
    display: none;
  }

  .hartree-banner-content .hartree-banner-text {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .hartree-banner-section {
    padding: 270px 0px 315px;
  }
}
@media screen and (max-width: 991px) {
    .hartree-slide-item-wrap .hartree-slider-text h1 span {
        font-size: 21px;
    }
        .hartree-intro-innerbox {
    margin-bottom: 30px;
  }

  .hartree-counterup-innerbox {
    padding-bottom: 30px;
  }

  .hartree-team-innerbox {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }

  .hartree-team-content .col-lg-3:nth-child(2) .hartree-team-innerbox,
  .hartree-team-content .col-lg-3:nth-child(4) .hartree-team-innerbox {
    transform: translateY(0);
  }

  .hartree-testimonials-slide-wrapper {
    padding-left: 0;
    padding-top: 40px;
  }

  .hartree-blog-innnerbox {
    margin-bottom: 30px;
  }

    .hartree-footer-section {
        padding-top: 50px;
       
    }

    .hartree-service-tab-img-text {
        padding:20px;
    }
        .hartree-footer-newslatter-wrapper .hartree-footer-newslatter-form {
    margin-left: 0;
  }

  .hartree-blog-innnerbox {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .hartree-main-navigation {
    display: none;
  }

  .header-dia-cta-btn {
    width: 135px;
    margin-right: 40px;
  }

  .hartree-mobile_menu_button {
    display: block;
  }

  .hartree-header-wrap {
    padding-top: 25px;
  }

  .hartree-sticky-on {
    padding-top: 5px;
  }

  .hartree-brand-logo {
    width: 150px;
    padding-top: 5px;
  }

  .hartree-banner-content .hartree-banner-text span {
    font-size: 20px;
  }

  .hartree-banner-content .hartree-banner-text h1 {
    font-size: 50px;
  }

  .hartree-banner-content .hartree-banner-text p {
    font-size: 18px;
  }

  .hartree-banner-section {
    padding: 205px 0px 250px;
  }
}
@media screen and (max-width: 570px) {
  .hartree-portfolio-top .hartree-btn {
    margin-bottom: 10px;
    float: none !important;
    display: inline-block;
    margin-top: 10px;
  }

  .hartree-section-title h2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hartree-about-text-wrapper {
    padding-top: 0;
  }

  .hartree-section-title h2 {
    font-size: 32px;
  }

  .hartree-about-feature {
    flex-wrap: wrap;
  }

  .hartree-about-ft-icon-text {
    margin-bottom: 20px;
  }

  .hartree-about-ft-icon-text:after {
    display: none;
  }

 

  .hartree-service-innerbox {
    padding: 30px 15px;
  }

  .hartree-service-innerbox .hartree-service-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    line-height: 63px;
  }
  .hartree-service-innerbox .hartree-service-icon i {
    font-size: 25px;
  }

  .hartree-service-innerbox .hartree-service-text h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .hartree-portfolio-section {
    padding: 50px 0px;
  }

  .hartree-portfolio-content {
    padding-top: 20px;
  }

  .hartree-portfolio-img-text .hartree-portfolio-text {
    left: 20px;
  }

  .hartree-portfolio-img-text .hartree-portfolio-btn {
    bottom: auto;
    top: 15px;
    right: 15px;
  }

  .hartree-why-choose-ft-text {
    overflow: hidden;
  }

  .hartree-why-choose-us-feature .hartree-why-choose-ft-text h3 {
    padding-bottom: 10px;
  }

  .hartree-why-choose-us-feature .hartree-why-choose-ft-text h3 {
    font-size: 20px;
  }

  .hartree-team-section {
    padding: 20px 0px 60px;
  }

  .hartree-footer-widget-wrapper {
    padding-bottom: 25px;
  }

  .hartree-banner-content .hartree-banner-text h1 {
    font-size: 36px;
    padding-bottom: 20px;
  }

  .hartree-banner-content .hartree-banner-text .hartree-banner-btn {
    height: 50px;
    width: 150px;
    line-height: 50px;
  }

  .hartree-team-section .team-bg-area {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .header-dia-cta-btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }

  .hartree-brand-logo {
    width: 120px;
  }

  .hartree-mobile_menu_button {
    top: 2px;
  }

  .hartree-brand-logo {
    padding-top: 7px;
  }

  .hartree-section-title h2 {
    font-size: 30px;
  }

  .hartree-portfolio-img-text .hartree-portfolio-text h3 {
    font-size: 20px;
  }
}



@keyframes hartree_animation_1 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hartree_animation_2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hartree_animation_3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hartree_animation_4 {
  0% {
    transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes hartree_animation_5 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}


/*----------------------------------------------------*/


/*----------------------------------------------------*/
.tparrows:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
}
.tparrows.tp-rightarrow:before {
  content: "\f105"; 
}
.tparrows.tp-leftarrow:before {
  content: "\f104"; 
}
.hartree-bredcrumb-section {
  z-index: 1;
}
.hartree-bredcrumb-section .bredcrumb-content {
  padding: 80px 0px;
}
    .hartree-bredcrumb-section .background_overlay {
        z-index: 0;
        opacity: 0.902;
        background-color: #ccc;
        /*background: radial-gradient(circle at 53% 76%,rgb(109 213 161 / 63%),#3d5f80);*/
        background: radial-gradient(circle at 23% 86%,rgb(243 243 243 / 63%),#d2d6d9);
    }
    .hartree-bredcrumb-section .bredcrumb-title h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
    }
    .hartree-bredcrumb-section .bredcrumb-title p {
        color: #fff;
        text-align: left;
    }
.hartree-bredcrumb-section .breadcrumb-item-wrap .breadcrumb {
  bottom: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  padding: 0px 45px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
}
.hartree-bredcrumb-section .breadcrumb-item-wrap .breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.hartree-bredcrumb-section .breadcrumb-item-wrap .breadcrumb .breadcrumb-item.active {
  color: #6dd5a1;
}
.hartree-bredcrumb-section .breadcrumb-item-wrap .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 20px;
}
.hartree-bredcrumb-section .breadcrumb-item-wrap .breadcrumb-item + .breadcrumb-item::before {
  top: 22px;
  left: 10px;
  padding: 0;
  width: 2px;
  content: "";
  height: 18px;
  position: absolute;
  background-color: #121e2d;
}
.about-page-about {
  padding: 120px 0px 100px;
}
.service-page-innerbox {
  padding: 35px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid #e7e2e2;
  transition: 500ms all ease;
}
.service-page-innerbox:hover {
  border: 2px solid #fff;
  box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1);
}
.service-page-service-section {
  padding: 100px 0px;
}
.service-page-innerbox .service-item-icon {
  width: 80px;
  color: #fff;
  height: 80px;
  margin: 0 auto;
  display: flex;
  border-radius: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  background-color: #6dd5a1;
}
.service-page-innerbox .service-item-icon i {
  font-size: 50px;
  color: #fff;
}
.service-page-innerbox .service-item-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.hartree-pagination-wrap li a {
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background-color: #eaeaea;
}
.hartree-pagination-wrap ul li {
  float: none;
}
.hartree-pagination-wrap li a:hover {
  color: #fff;
  background-color: #0d7dfc;
}
.team-page-team-section {
  padding: 100px 0px;
}
.team-page-team-section .hartree-team-img-text {
  margin-bottom: 40px;
}

.contact-page-content {
  padding: 100px 0px;
}
.contact-page-item-inner {
  padding: 40px 30px;
  border: 2px solid #eff2f8;
  transition: 500ms all ease;
}
.contact-page-item-inner .item-icon {
  width: 80px;
  color: #fff;
  height: 80px;
  display: flex;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 25px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #6dd5a1;
}
.contact-page-item-inner .item-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.contact-page-item-inner .item-text p {
  color: #000000;
}
.contact-page-item-inner:hover {
  box-shadow: 0px 24px 27px 0px rgb(0 27 54 / 10%);
}
.contact-page-form {
  padding: 0;
}
.contact-form-wrapper {
 /* margin: 0 auto;
  max-width: 700px;*/
}

    .contact-form-wrapper h5 {
        margin-top: 35px !important;
        line-height: 1.4;
        text-align: center;
        color: #3a3a3a;
    }
  

.contact-form-wrapper_inner {
  
    max-width: 670px;
    padding: 0 0 40px;
}

.contact-form-wrapper img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  height: 50px;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  border:none;
  background-color: #efefef;
}
.contact-form-wrapper textarea  {
  height: 120px;
}
    .contact-form-wrapper button {
        height: 50px;
        width: 150px;
        border: none;
        color: #fff;
        font-weight: 700;
        border-radius: 40px;
        background-color: #6dd5a1;
        filter: drop-shadow(0 3px 3px #dedede);
    }
.service-details-section {
  padding: 20px 0px;
}
.service-details-item {
  padding: 50px 15px;
  background-color: #f6fcff;
}
.service-details-item h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
.service-details-item li {
  position: relative;
}
.service-details-item li:after {
  content: '+';
  top: 6px;
  right: 15px;
  font-size: 20px;
  position: absolute;
}
.service-details-item li a {
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  
}
.service-details-item li a:hover {
  background-color: #6dd5a1;
  color: #fff;
}
.service-details-item li:hover::after {
  color: #fff;
}
.service-details-sidebar .appointment-form {
  padding: 30px;
  margin-top: 40px;
  border-radius: 5px;
  background-color: #0064eb;
}
.service-details-sidebar .appointment-form h4 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  margin: -5px 0 23px;
  text-align: center;
}
.service-details-sidebar .appointment-form form input {
  width: 100%;
  border: 1px solid #3787f3;
  background: #1d77f1;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff; 
}
.service-details-sidebar .appointment-form form input::-webkit-input-placeholder {
  color: #fff;
}
.service-details-sidebar .appointment-form form input:-ms-input-placeholder {
  color: #fff; 
}
.service-details-sidebar .appointment-form form input::-ms-input-placeholder {
  color: #fff;
}
.service-details-sidebar .appointment-form form input::placeholder {
  color: #fff;
}
.service-details-sidebar .appointment-form form button {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #222;
  font-weight: 600;
  outline: none;
}
.service-details-text-wrap {
    padding: 25px 15px 0;
    padding-bottom: 50px;
}
.service-details-img {
  margin-bottom: 30px;
}
.service-details-text-wrap h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 40px;
    padding-top: 10px;
}
   

.service-details-text-wrap article {
  padding-bottom: 30px;
}
.service-details-item-box {
    padding: 30px 40px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #575757;
    font-size: 13px;
    box-shadow: 1.782px 0.908px 40px 0px rgb(0 27 54 / 10%);
}
.service-details-innerbox {
  margin: 10px 0px;
}
.service-details-item-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}

.site_sidebar {
    background: #fff;
    border-radius: 7px;
    box-shadow: 1.782px 0.908px 40px 0px rgb(0 27 54 / 10%);
    display: block;
    padding: 20px 10px 20px 20px;
    float: left;
    margin-bottom: 60px;
}
.site_sidebar h3 {
    font-size:21px;
    font-weight:700;
}
.site_sidebar .single_widget {
  padding: 35px;
  margin-bottom: 40px;
  background-color: #fff;
}
.site_sidebar .single_widget .widget_title {
  color: #343434;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 0 35px 40px;
}
.site_sidebar .single_widget .widget_title:before {
  left: 0;
  top: 3px;
  width: 2px;
  content: "";
  height: 20px;
  position: absolute;
  background-color: #6dd5a1;
}



.search_widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  background-color: #f6f4ff;
}
.search_widget button {
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6dd5a1;
}

.single_widget .latest-blog-widget .blog-img-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.single_widget .latest-blog-widget .blog-img {
  width: 80px;
  float: left;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
}
.single_widget .latest-blog-widget .blog-text h3 {
  font-size: 16px;
  line-height: 1.375;
  padding-bottom: 5px;
}
.single_widget .latest-blog-widget .blog-text span {
  font-size: 14px;
  font-weight: 700;
}

.wicat_item li {
  z-index: 1;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}
.wicat_item li:last-child {
  margin-bottom: 0;
}
.wicat_item li .post_counter {
  right: 0;
  z-index: 1;
  width: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: absolute;
  background-color: #6dd5a1;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.wicat_item li:after {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #6dd5a1;
}


.social_widget {
  width: 100%;
  display: inline-block;
}
.social_widget li {
  width: 40px;
  color: #343434;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background-color: #f2f2f2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.social_widget li a {
  width: 100%;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.social_widget li:hover {
  background-color: #6dd5a1;
  color: #fff;
}

.twitter_update .twitter_icon {
  float: left;
  margin-right: 20px;
}
.twitter_update .twitter_icon i {
  color: #6dd5a1;
  font-size: 14px;
}
.twitter_update .tw_feed_text {
  overflow: hidden;
}
.twitter_update .tw_feed_text p, .twitter_update .tw_feed_text a, .twitter_update .tw_feed_text span {
  font-size: 12px;
  line-height: 2;
  display: block;
}
.twitter_update .tw_feed_text span {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.twitter_update .tw_feed_text a {
  margin-bottom: 5px;
}

.instagram_feed {
  display: inline-block;
  margin: 0 -7px;
}
.instagram_feed li {
  position: relative;
  background-color: #6dd5a1;
  margin: 7px 5px;
}
.instagram_feed li:before {
  left: 0;
  right: 0;
  top: 40%;
  content: "";
  opacity: 0;
  color: #fff;
  position: absolute;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.instagram_feed li img {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.instagram_feed li:hover img {
  opacity: 0.4;
}
.instagram_feed li:hover:before {
  top: 50%;
  opacity: 1;
  visibility: visible;
}


.go {
    display: inline-block;
    transition: all .5s;
    color: #8cecbc;
    font-size: 17px;
    float: right;
    border-radius: 50%;
    background-color: #f5fff7;
    width: 26px;
    text-align: center;
    height: 25px;
}

.go:hover {
    color: #666666;
}

.p_L {
    font-size: 18px;
    font-weight: 700;
}

.b_r_10 {border-radius:10px
}

.text_highlight {
    font-size: 15px;
    color: #3c4b62;
    font-weight: 700;
    padding-bottom: 10px;
}

.dot {
    color: #6dd5a1;
    padding-right: 10px;
}

.m-b-20 {margin-bottom:20px
}
.m-b-60 {
    margin-bottom: 60px
}

.hartree-about-fact-inner {
    margin-bottom: 60px
}


.h3, h3 {
    font-size: 1.75rem;
    margin: 0 0 2rem;
}

ol, ul {
    list-style: none;
}
.menutable {
  transition: opacity 0.5s;

}
.menutablefixed {
  position: fixed;
  top: 6rem;
}
.innercontent p {
    margin-bottom: 1.7rem;
    line-height: 22px;
    font-size: 15px;
}

.pad100 {
    padding: 100px 0;
}
    

        .pad90 {
      padding: 90px 0;
    }

.innercontent ol {
    list-style: decimal;
   
}
.innercontent ol {
    counter-reset: item;
    list-style-type: none;
}

    .innercontent ol li {
        display: block;
    }

        .innercontent ol li:before {
            content: counter(item);
            counter-increment: item;
        }

        /*large-number font*/
        .innercontent ol li:before {
            position: absolute;
            margin-left: -70px;
            font: bold 14px/2 'Comfortaa', cursive;
            color: #ffffff;
            background-color: #a3e9c6;
            border-radius: 50%;
            padding: 5px;
            height: 27px;
            width: 26px;
            top: 5px;
            line-height: 18px;
            text-align: center;
        }

    /*Heading font*/
    .innercontent ol li {
        font: 16px 'Comfortaa', cursive;
        line-height: 26px;
        padding-left: 34px;
        color: #000;
        position: relative;
    }




.bx--sub-content-left, .bx--sub-content-right {
    height: 100%;
    position: absolute;
    top: 0px;
    width: 1px;
}

.menutable_items a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-top: 0.75rem;
    text-decoration: none;
    width: 100%;
    border-left: 0.25rem solid #e0e0e0;
    color:#525252;
}
.menutable_items a:after {
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    
}

    .menutable_items li a:active, .menutable_items a:hover, .active {
        border-left-color: #6dd5a1 !important;
        color: #6dd5a1 !important;
    }



main {
  /*  padding-bottom: 40rem;*/
}

.contentbx li {
    margin-bottom: 1.5rem;
}

h3 img {
    padding-right: 20px;
    position: relative;
    top: -10px;
}

.contentbx .h2, h2 {
    font-size: 2.2rem;
    margin: 3rem 0;
    font-weight: 700;
    color: #555555;

}

.contentbx .h3, h3 {
    font-size: 3rem;
    margin: 0 0 3rem 0;
    font-weight: 700;
    color: #555555;
}

.contentbx h4 {
    font-size: 22px;
    margin: 2rem 0 !important;
    line-height: 1.6;
    font-weight: 700;
    color: #555555;
}

.contentbx h5 {
    font-size: 19px;
    margin: 2rem 0 !important;
    line-height: 1.6;
    font-weight: 700;
    color: #555555;
}


.h65 {
    height: 65px
}
.h80 {
    height: 80px
}

.h125 {
    height: 125px
}

.h150 {
    height: 150px
}
.goarw {
    color: #50d0a3;
    font-size: 17px;
    border-radius: 50%;
    background-color: #f1f1f1;
    width: 26px;
    text-align: center;
    height: 26px;
    margin: 20px 0;
    line-height: 26px;
}


.ruler {
    background: #86f0c1;
    border: none;
    height: 0.0625rem;
    margin: 1rem 0px;
    padding-left: 1rem;
    padding-right: 1rem;
  /*  margin-top: 4rem;*/
}

.benefit-icon {
    width: 130px;
    height: 130px;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 5px 0 55px 10px rgb(0 27 54 / 8%);
   /* margin:0 auto*/
}

    .benefit-icon img {
        width: 50%;
        transition: width 1s;
    }
.rel_mod {
    background-color: #f7f7f7;
    padding: 20px 40px;
    margin-top: 20px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px -2px 43px 0px rgb(0 4 43 / 8%);
}
    .rel_mod svg {
        height: 79px;
        fill: #000000;
        transition: 0.3s all ease-in-out;
        margin-top: 30px;
    }
    .rel_mod .st0 {
       fill:#000
    }
    .rel_mod p {font-size:14px;
                line-height:21px
    }
.sticker {
    padding: 17px;
    color: #fff;
    background-color: #6dd5a1;
    text-align: center;
    margin: 0 0 0 50px !important;
    font-size: 18px;
    line-height: 30px;
    border-radius: 7px;
    line-height: 1.3;
    border: 2px solid #fcfcfc;
    box-shadow: 10px 10px 68px 15px rgb(74 74 74 / 8%);
}

.event-tab-items {
    padding-top: 40px;
    position: relative;
}

.single-event:hover {
    background-color: #70ce9f;
}

.single-event {
    background-color: #ffffff;
    padding: 30px 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 7px;
    box-shadow: 0 -3px 32px 0px rgb(0 4 44 / 8%);
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.single-event .place {
    font-weight: 500;
    color: #434343;
    font-size: 13px;
    margin-top: 11px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-align: left;
    padding: 0 13px;
}

.single-event h4 {
    font-size: 19px;
    margin: 1rem 0 !important;
}
.single-event:hover .role-title {
    color: #fff;
    
}

.role-title {
    height:60px
}

.single-event:hover p {
    color: #fff;
}

.w20pc {width:20%
}

.w25pc {
    width: 25%;
    margin-bottom:5px
}
.innrbanner_p {
    padding: 3rem;
}

.contentbx {
}


.img1 {
    background-image: url(../img/index.png);
    background-repeat: no-repeat;
    background-position-x: center;
}

.hartree-about-section {
    overflow: visible;
    padding-top: 28px;
    background-color: #7dc2af;
    height: 252px;
    background-size: contain;
}