html {
  scroll-behavior: smooth;
}

body {
  font-family: "Merriweather", serif;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  color: #1F1B12;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  line-height: 60px;
}

h2, .h2 {
  color: #1F1B12;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 0.8rem;
}

h3, .h3 {
  color: #1F1B12;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 1rem;
}

h4, .h4 {
  color: #86868B;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}

h6, .h6 {
  color: #86868B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p, ul, ol {
  margin-bottom: 22px;
}

p {
  color: #525252;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px;
}
ol,
ul {
  color: #525252;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 36px;
  padding-left: 25px;
}
ol li,
ul li {
  margin-bottom: 16px;
}

.text-lg {
  font-size: 24px;
  line-height: 30px;
}

.text-md {
  font-size: 18px;
  line-height: 30px;
}

.text-sm {
  font-size: 14px;
  line-height: 24px;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-700 {
  font-weight: 700;
}

.margin-none {
  margin-bottom: 0 !important;
}

.margin-style {
  margin-bottom: 100px !important;
}

.margin-style:last-child {
  margin-bottom: 0 !important;
}

.sub-title {
  margin-bottom: 8px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.bg-blue .sub-title {
  color: #FFF;
}

.wrap-btn {
  margin: 42px 0 20px;
}

.btn {
  border-radius: 24px;
  border: 0.5px solid #000;
  color: #525252;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 32px;
  align-items: center;
  line-height: 20px;
}

.btn:hover {
  background: #283783;
  border: 0.5px solid #283783;
  color: #FFF;
}

.form-group-radio {
  position: relative;
}

.form-group-radio label {
  font-weight: 700;
  padding-left: 30px;
  display: block;
  margin: 0;
}

input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
  outline: none;
  cursor: pointer;
}

input[type="radio"]:checked {
  background: #5A5B5D;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  font-size: 18px;
  border-radius: 0;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  border: 0.5px solid #86868B;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 22px;
}

#mailgun-holder .form-control {
  max-width: 240px
}

.form-control:focus {
  background: #fff;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control option {
  background: #5A5B5D;
  color: #fff;
}

.form-style {
  position: relative;
  margin: 0 0 15px;
}

.input-style {
  position: relative;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  border: none;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  outline: none;
  padding: 11px 15px;
  color: #2C2C2C;
  font-size: 15px;
  border-radius: 0;
  font-weight: 400;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  margin-top: 6px;
}

.input-style:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-style p {
  margin-bottom: 16px;
}

.input-style::placeholder {
  color: #959595;
  opacity: 1;
  /* Firefox */
}

.input-style::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #959595;
}

.form-opacity-active {
  color: #000;
}

textarea.input-style {
  height: 150px;
  width: 100%;
}

.input-border {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  border: 1px solid #fff;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
}

.label-form {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  width: 100%;
  color: #2C2C2C;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
}

.bg-blue .simpleselect .placeholder {
  color: #FFF;
}

.input-style:focus~.input-border {
  border-color: #fff;
}

.form-btn {
  margin-top: 10px;
}

.form-wrap {
  margin: 0;
}

.form-wrap h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 34px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 90px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1000;
  opacity: 0.8;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: -100px;
}

.slick-prev:before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
  color: #2C2C2C;
}

.slick-prev:focus {
  outline: none;
}

.slick-next {
  right: -100px;
}

.slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
  color: #2C2C2C;
}

.slick-next:focus {
  outline: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slider {
  padding-bottom: 30px;
}

.slick-dots {}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.main-header {
  font-size: 14px;
  position: fixed;
  top: 0;
  text-align: right;
  width: 100%;
  z-index: 1000;
  padding: 0;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;

  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(141, 141, 141, 0.15);
}

.header-active .main-header {
  box-shadow: 0px 4px 4px 0px rgba(141, 141, 141, 0.15);
}

.admin-bar .main-header {
  top: 32px;
}

.home .main-header {
  border-bottom: 0 none;
}

.main-header>.main-width:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.main-header+.section-style {
  padding-top: 160px;
}

.header-active .home .main-header {
  border-bottom-color: rgba(162, 164, 167, 0.2);
  background: #FFF;
}

.header-active .main-header {
  opacity: 0.9;
}

.header-active .logo {
  margin-top: 0;
}

.menu-btn {
  display: none;
  padding: 15px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 0;
  cursor: pointer;
}

.menu-btn>div {
  background: #000;
  height: 2px;
  margin: 7px 0;
  width: 28px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn:hover>div {
  background: #000;
}

.home .menu-btn>div {
  background: #6A6A6A;
}

.home .menu-btn:hover>div {
  background: #6A6A6A;
}

.logo {
  width: 109px;
  height: auto;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: block;
  text-align: left;
  padding-top: 22px;
  border-top: 2px solid #FFF;
  padding-bottom: 22px;
}
.logo.active-logo{
  border-top: 2px solid #565B44;
}
.logo img {
  max-width: 100%;
  max-height: 80px;
  height: auto;
}

.main-nav {
  color: #525252;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  float: left;
  line-height: 22px;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 44px;
  margin-bottom: 0;
}

.main-nav li:first-child {
  margin-left: 0;
}

.main-nav a {
  color: #525252;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-top: 2px solid #FFF;
  padding-top: 30px;
  padding-bottom: 29px;
}
.main-nav .current-page-ancestor a,
.main-nav .active a,
.main-nav a:hover{
  border-top: 2px solid #565B44;
  color: #525252;
}

.main-nav .dropdown ul.list-none {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #FFFFFF;
  color: #000;
  width: 360px;
  text-align: left;
  display: none;
  transform: translateX(-50%);
  border-radius: 7px;
  /* elevaation-02 */
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08), 6px 6px 40px 0px rgba(0, 0, 0, 0.12);
}

.main-nav .dropdown:hover ul.list-none {
  display: block;
}

.main-nav .dropdown ul.list-none li {
  margin-left: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 0;
}

.main-nav .dropdown ul.list-none li a {
  line-height: 52px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #3D3C3B;
  text-transform: none;
  padding-left: 52px;
  text-shadow: none;
}

.main-nav .dropdown ul.list-none li.active a,
.main-nav .dropdown ul.list-none li a:hover {
  color: #4A8A7E;
}

.phone-top {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.main-nav li.dropdown a {
  padding-right: 28px;
  position: relative;
}

.main-nav li.dropdown>a::after {
  content: '\f107';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 900;
}

.main-nav-mobile-wrap {
	background: url('../images/svg/leaves.svg') no-repeat right top, linear-gradient(180deg, #E5E4DF 0%, #FFF 100%);
	background-size: auto;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.main-nav-mobile {
	text-align: center;
	overflow-y: scroll;
	padding: 50px 30px;
	height: 100%;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	  flex-direction: column;
}

.main-nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.main-nav-mobile li {
  margin: 40px 0;
  /*
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear*/
}

.main-nav-mobile li a {}

.main-nav-mobile li {
  opacity: 0;
  -webkit-animation: fadeIn 0.9s 1;
  animation: fadeIn 0.9s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.open-menu .main-nav-mobile li:nth-child(9n+1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.open-menu .main-nav-mobile li:nth-child(9n+2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.open-menu .main-nav-mobile li:nth-child(9n+3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.open-menu .main-nav-mobile li:nth-child(9n+4) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.open-menu .main-nav-mobile li:nth-child(9n+5) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.open-menu .main-nav-mobile li:nth-child(9n+6) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.open-menu .main-nav-mobile li:nth-child(9n+7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.open-menu .main-nav-mobile li:nth-child(9n+8) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.open-menu .main-nav-mobile li:nth-child(9n+9) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

/* Animation steps */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.main-nav-mobile a {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #1F1B12;
  padding-left: 25px;
  padding-right: 25px;
}

.main-nav-mobile a:hover {
  color: #000;
}

.main-nav-mobile .active a {
  color: #000;
}

.close-main-nav-mobile {
  background-image: url(../images/close.svg);
  background-size: 24px auto;
  background-position: 50% 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: 607px;
  top: 100px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}

.open-menu {
  overflow: hidden;
}

.open-menu body {
  overflow: hidden;
}

.open-menu .main-nav-mobile-wrap {
  display: block;
}

@media (max-width: 1400px) {
  .close-main-nav-mobile {
    margin-left: 0;
    left: auto;
    top: 18px;
    right: 7px;
  }
}

@media (max-width: 767px) {
  .main-nav {
    display: none;
  }
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  padding-top: 83px;
}

img {
  max-width: 100%;
}

*, *:focus {
  outline: none;
}

a {
  color: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover, a:focus {
  color: #283783;
}

.main-width {
  max-width: 1290px;
  padding: 0 15px;
  margin: auto;
}

@media (min-width:576px) {
  .main-width {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .main-width {
    max-width: 720px
  }
}

@media (min-width:980px) {
  .main-width {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .main-width {
    max-width: 1140px
  }
}

@media (min-width:1450px) {
  .main-width {
    max-width: 1290px
  }
}

@media (min-width: 1400px) {
  .row2 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .row2>* {
    padding-left: 70px;
    padding-right: 70px;
  }

  .row3 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .row3>* {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.section-style {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.section-style.half_padding_top {
  padding-top: 50px;
}

.section-style.half_padding_bottom {
  padding-bottom: 50px;
}

.section-style .main-width {
  position: relative;
  z-index: 2;
}

.section-title {
  padding-bottom: 50px;
}

.about-line1 {
  border-color: #2d2d2e;
}

.about-line1>div {
  border-color: #2d2d2e;
}

.about-line1>div>div {
  background: #2d2d2e;
}

.about-line2 {
  border-color: #989b9d;
}

.about-line2>div {
  border-color: #989b9d;
}

.about-line2>div>div {
  background: #989b9d;
}

.about-line3 {
  border-color: #666;
}

.about-line3>div {
  border-color: #666;
}

.about-line3>div>div {
  background: #666;
}

.about-line {
  margin-left: -2687px;
  -webkit-animation: rotating2 120s linear infinite;
  animation: rotating2 120s linear infinite;
}

.line-position {
  margin-left: 0px;
}

.line-position2 {
  margin-left: -1987px;
  -webkit-animation: rotating2 120s linear infinite;
  animation: rotating2 120s linear infinite;
}

@media (min-width: 768px) {
  .last-child-md .main-width>.row>*>*:last-child {
    margin-bottom: 0;
  }
}

.circle-bg {
  height: 1215px;
  width: 1215px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -608px;
}

@media (max-width: 1400px) {
  .circle-bg {
    background-size: 700px auto;
  }
}

.circle-bg-left {
  right: 50%;
  background-position: 100% 50%;
  margin-right: 70px;
}

.circle-bg-right {
  left: 50%;
  margin-left: 70px;
}

.item-block:hover .item-img {
  background: #222;
}

.item-img {
  border: 3px solid #5A5B5D;
  width: 157px;
  max-width: 100%;
  padding: 30px;
  border-radius: 100%;
  margin: 0 auto 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-block:hover .item-img {
  background: #222;
  border: 3px solid #fff;
}

.item-block .item-text {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-block:hover .item-text {
  color: #FFF;
}

.item-img>div {
  height: 100%;
  width: 100%;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
}

.item-block:hover .item-img>div {
  transform: scale(1.2);
}

.item-img>div>div {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.item-text {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.item-blocks {
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 65px;
  margin-bottom: 40px;
}

.item-blocks>* {
  padding-left: 18px;
  padding-right: 18px;
}

.item-block {
  margin-bottom: 30px;
}

.img-wrap {
  margin: 50px 0;
}

.img-wrap img {
  margin: auto;
  display: block;
}

.img-content {
  margin: 50px 0 0;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.category-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
}

.category-list a {
  text-decoration: none;
  color: #5A5B5D;
}

.category-list .active a {
  color: #A2A4A7;
}

.row-blog {
  margin-left: -1%;
  margin-right: -1%;
}

.row-blog>* {
  padding-left: 1%;
  padding-right: 1%;
}

.one-blog {
  display: block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.bg-one-blog {}

.bg-one-blog img {
  border-radius: 10px;
}

.one-blog-big {}

.sub-category {
  font-size: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  right: 30px;
  z-index: 1;
}

.blog-content-one {
  color: #6A6A6A;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s all linear 0;
  transition: 0.5s all linear 0;
}

.blog-content-one>div {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}

.one-blog-text {
  overflow: hidden;
  max-height: 0;
}

.one-blog-text *:last-child {
  margin-bottom: 0;
}

.title-one-blog {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  margin: 0 0 14px;
}

.read-more-blog {
  color: #3B7AB3;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.one-blog:hover .bg-one-blog {
  opacity: 0.2;
}

.one-blog:hover .one-blog-text {
  max-height: 100%;
}

.one-blog:hover .blog-content-one {
  bottom: 83px;
}

.one-blog:hover .sub-category {
  color: #000;
}

.one-blog:hover .blog-content-one {
  color: #000;
}

.top-block {
  margin-bottom: 30px;
  margin-top: -68px;
}

.top-block:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.sort-wrap {
  float: right;
  position: relative;
}

.sort-style {
  font-size: 16px;
  cursor: pointer;
}

.sort-style>* {
  display: inline-block;
  vertical-align: middle;
}

.sort-item {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 5px 0;
  margin: 5px 0 0;
  z-index: 5;
  list-style: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: #A2A4A7;
  color: #5A5B5D;
  display: none;
}

.sort-item li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sort-item li:last-child {
  border-bottom: none;
}

.sort-item a {
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  line-height: 1;
  color: #000;
}

.sort-item a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sort-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  margin-bottom: 1px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 1;
}

.sort-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  border-bottom: 5px solid #A2A4A7;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 2;
}

.title-sort {
  color: #000;
}

.icon-sort {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow-bottom.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-left: 5px;
}

.loading {
  text-align: center;
  margin-top: 50px;
}

.loading-icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 13px;
}

.loading-icon div {
  width: 5px;
  height: 2px;
  border-radius: 0;
  background: #5A5B5D;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 15px 0;
  transform-origin: 15px 0;
}

.loading-icon div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  right: -4px;
  background: #5A5B5D;
  visibility: hidden;
}

.loading-icon div:nth-child(1) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.loading-icon div:nth-child(1):after {
  -webkit-animation: loading 1.25s linear infinite 0.025s;
  animation: loading 1.25s linear infinite 0.025s;
}

.loading-icon div:nth-child(2) {
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.loading-icon div:nth-child(2):after {
  -webkit-animation: loading 1.25s linear infinite 0.15s;
  animation: loading 1.25s linear infinite 0.15s;
}

.loading-icon div:nth-child(3) {
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}

.loading-icon div:nth-child(3):after {
  -webkit-animation: loading 1.25s linear infinite 0.275s;
  animation: loading 1.25s linear infinite 0.275s;
}

.loading-icon div:nth-child(4) {
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}

.loading-icon div:nth-child(4):after {
  -webkit-animation: loading 1.25s linear infinite 0.4s;
  animation: loading 1.25s linear infinite 0.4s;
}

.loading-icon div:nth-child(5) {
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}

.loading-icon div:nth-child(5):after {
  -webkit-animation: loading 1.25s linear infinite 0.525s;
  animation: loading 1.25s linear infinite 0.525s;
}

.loading-icon div:nth-child(6) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.loading-icon div:nth-child(6):after {
  -webkit-animation: loading 1.25s linear infinite 0.65s;
  animation: loading 1.25s linear infinite 0.65s;
}

.loading-icon div:nth-child(7) {
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}

.loading-icon div:nth-child(7):after {
  -webkit-animation: loading 1.25s linear infinite 0.775s;
  animation: loading 1.25s linear infinite 0.775s;
}

.loading-icon div:nth-child(8) {
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}

.loading-icon div:nth-child(8):after {
  -webkit-animation: loading 1.25s linear infinite 0.9s;
  animation: loading 1.25s linear infinite 0.9s;
}

.loading-icon div:nth-child(9) {
  -webkit-transform: rotate(378deg);
  transform: rotate(378deg);
}

.loading-icon div:nth-child(9):after {
  -webkit-animation: loading 1.25s linear infinite 1.025s;
  animation: loading 1.25s linear infinite 1.025s;
}

.loading-icon div:nth-child(10) {
  -webkit-transform: rotate(414deg);
  transform: rotate(414deg);
}

.loading-icon div:nth-child(10):after {
  -webkit-animation: loading 1.25s linear infinite 1.15s;
  animation: loading 1.25s linear infinite 1.15s;
}

@-webkit-keyframes loading {
  0% {
    visibility: hidden;
  }

  0.01% {
    visibility: visible;
  }

  9.99% {
    visibility: visible;
  }

  10.0% {
    visibility: hidden;
  }
}

@keyframes loading {
  0% {
    visibility: hidden;
  }

  0.01% {
    visibility: visible;
  }

  9.99% {
    visibility: visible;
  }

  10.0% {
    visibility: hidden;
  }
}

.loading-more-text {
  font-size: 16px;
  color: #5A5B5D;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.return-page {
  background-image: url(../images/arrow-left.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 20px;
  color: #3B7AB3;
}

.return-page:hover {
  color: #000;
}

.category-block {
  position: relative;
  padding: 5px 0 5px 0;
}

.category-block-img {
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.category-date {
  color: #6A6A6A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.category-name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}

.content-bottom {
  font-size: 18px;
  position: absolute;
  bottom: -8px;
  left: 35px;
  right: 35px;
}

.content-bottom p {
  margin-bottom: 28px;
}

.content-wrap-bottom {
  padding-bottom: 170px;
}

.detail-blog-top {
  margin-bottom: 20px;
}

.blog-detail-content {
  padding-bottom: 30px;
}

.blog-detail-content h1 {
  color: #2C2C2C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 42px */
}

.img-blog {
  margin-bottom: 40px;
}

.img-blog img {
  width: 100%;
  border-radius: 10px;
}

.one-blog-slide .title-one-blog {
  font-size: 30px;
  line-height: 40px;
}

.one-blog-slide {
  padding-top: 70%;
}

.slider-articles {
  margin: 0 -15px;
}

.slider-articles .slick-slide {
  padding: 0 15px;
}

.block-related-articles {
  padding: 40px 0;
}

a.block-link {
  text-decoration: none;
  margin-bottom: 40px;
}

.info-block {
  position: relative;
  height: 100%;
  text-align: center;
}

.partner-img {
  padding: 0 50px;
  font-size: 0;
}

.partner-img>* {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 16px;
}

.partner-img:after {
  content: "";
  height: 74px;
  display: inline-block;
  vertical-align: middle;
}

.slider-partners .slick-prev, .slider-partners .slick-next {
  border-radius: 0;
  width: 136px;
  opacity: 1;
}

.slider-partners .slick-prev:before, .slider-partners .slick-next:before {
  opacity: 0;
}

.slider-partners .slick-prev {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#a2a4a7), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #a2a4a7, rgba(0, 0, 0, 0));
}

.slider-partners .slick-next {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#a2a4a7), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, #a2a4a7, rgba(0, 0, 0, 0));
}

.section-hero {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background:
    url('../images/svg/leaves.svg') no-repeat right top, /* Second background layer */
    linear-gradient(180deg, #E5E4DF 0%, #FFF 100%); /* Main background gradient */

  background-size: auto; /* Adjust as needed */
}
.section-hero img{
  border-bottom-left-radius: 135px;
}
.hero-img-holder{
  position: relative;
  float: left;
}
.hero-img-decoration-1{
  position: absolute;
  right: 100%;
  border-radius: 0px 0px 0px 40px;
  background: #D8D1C7;
  width: 80px;
  height: 84px;
}
.hero-img-decoration-2 {
	position: absolute;
	border-radius: 0px 0px 80px 80px;
	background: #94765A;
	width: 160px;
	height: 370px;
	right: -80px;
	z-index: 9;
}
.hero-img-decoration-3{
  position: absolute;
  right: -160px;
  border-radius: 0px 0px 78.5px 0px;
  background: #696E59;
  width: 160px;
  height: 450px;
}
.section-hero.hero-title {
  height: 425px;
  padding-bottom: 40px;
  padding-top: 165px;
  background:
    url('../images/svg/leaves.svg') no-repeat right top, /* Second background layer */
    linear-gradient(180deg, #E5E4DF 0%, #FFF 100%); /* Main background gradient */

  background-size: auto; /* Adjust as needed */
}
.section-hero.hero-title.hero-title-no-desk{
  height: auto;
  padding-bottom: 30px;
}
.section-hero.hero-title.hero-title-breadcrumbs{
  padding-top: 126px;
}
.section-hero.hero-title h1 {
  margin-bottom: 0;
}

.section-hero>.main-width {
  position: relative;
  z-index: 2;
}

.section-hero.hero-title .btn {
  margin-top: 0;
}

.section-hero.hero-title .btn:hover {
  color: #FFF;
}
.hero-title p{
  margin-bottom: 0;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .hero-bg {
    background-attachment: fixed;
  }
}

.section-hero p {
  color: #525252;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.section-hero p em {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.section-hero .btn {
  margin-top: 48px;
}

.hero-slide {
  font-size: 0;
}

.hero-slide>div {
  width: 100%;
  height: 760px;
  display: flex;
  vertical-align: middle;
  font-size: 18px;
  align-items: center;
}

.hero-slide>div .row {
  margin-top: 100px;
}

.hero-slide p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Neutral/White */
  color: #FFFFFF;
}

.hero-slider {
  margin-bottom: 0 !important;
}

.hero-slide h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #FFFFFF;
}

.team-title {
  float: left;
  width: 200px;
  font-size: 22px;
  padding: 80px 0;
}

.team-social {
  text-align: center;
  margin-bottom: 24px;
}

.team-one {
  margin-bottom: 100px;
  background: #FFFFFF;
  /* Neutral/Gray-300 */
  border: 2px solid #F5F5F5;
  border-radius: 4px;
  text-align: center;
  padding-bottom: 40px;
}

.title-margin {
  margin-bottom: 50px;
}

@media (max-width: 1400px) {
  .slider-articles {
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  .title-one-blog, .one-blog-slide .title-one-blog {
    font-size: 22px;
    line-height: 26px;
  }

  .sub-category {
    top: 15px;
    left: 15px;
    right: 15px;
    font-size: 14px;
  }

  .blog-content-one {
    left: 15px;
    right: 15px;
  }

  .content-bottom {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .info-block {
    margin-bottom: 20px;
  }

  .margin-style {
    margin-bottom: 50px !important;
  }

  .form-index {
    margin-top: 50px;
  }

  .circle-bg {
    display: none;
  }

  .one-blog {
    padding-top: 100%;
  }

  .content-bottom {
    position: static;
  }

  .content-wrap-bottom {
    padding-bottom: 0;
  }

  .category-block {
    margin-bottom: 10px;
  }

  .blog-detail-content h1 {
    font-size: 45px;
  }

  .team-title {
    float: none;
    width: auto;
    padding: 0 0 30px;
  }
}

.main-footer {
  font-family: "Merriweather Sans", sans-serif;
  padding: 65px 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #D3CBBF;
  color: #FFF;
  margin-top: 70px;
}

.main-footer p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.main-footer h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  margin-bottom: 15px;
}

.main-footer h4::after {
  height: 2px;
  width: 140px;
  background: #FFF;
  content: '';
  display: block;
}

.list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 50px;
  justify-content: end;
}

.list-footer li {
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.list-footer a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  line-height: 22px;
}

footer p {
  color: #6A6A6A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

footer p a {
  text-decoration: none;
}

.social-list {
  list-style: none;
  padding: 0;
  margin: 3px 0 0;
}

.social-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
}

.social {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  padding: 15px;
  display: block;
  background: #FFF;
}

.social:hover {
  background: #A2A4A7;
}

.social>div {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.info-footer-block-wrap>* {
  display: inline-block;
  vertical-align: top;
  padding-right: 24px;
}

.info-footer-block {
  font-size: 14px;
  font-weight: 400;
  padding-left: 34px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 18px auto;
}

.info-footer-block a {
  text-decoration: none;
}

.info-footer-block-email {
  background-image: url(../images/svg/email.svg);
}

.info-footer-block-location {
  background-image: url(../images/svg/location.svg);
}

.footer-block {
  font-size: 10px;
  line-height: 16px;
}

.footer-block p {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.logo-footer {
  width: 200px;
  display: inline-block;
  margin: 0;
  max-width: 100%;
}

@media (max-width: 991px) {
  .list-footer {
    margin: 0;
  }

  .info-footer-block-wrap {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.section-contact {
  padding: 0;
}
.section-contact  h2{
  margin-bottom: 50px;
}
.section-contact .wpforms-container{
  margin-top: -15px!important
}


@media (max-width: 1450px) {
  .section-hero.hero-title {
  	padding-top: 130px;
  }
}

@media (max-width: 1200px) {


}

@media (max-width: 540px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 68px;
  }
}

@media (max-width: 410px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
