@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.1/css/bootstrap.min.css");@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css");@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css");
@font-face {
  font-family: hacen;
  src: url("../fonts/hacen.ttf") format("woff2"), url("../fonts/hacen.ttf") format("woff");
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  margin: 0;
  font-family: hacen;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body.no-scroll, html.no-scroll {
  overflow: hidden
}
.accordion {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08)
}

.accordion .accordion {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.accordion-body, .accordion-header {
  background: #fff
}

.accordion-header {
  background: #66676b;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .15);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .15);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 55px 12px 15px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.accordion .accordion .accordion-header {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .07)
}

.accordion-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.accordion-body__contents p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.accordion-body {
  background: #fff;
  color: #666;
  display: none;
  padding: 0
}

.accordion-body__contents {
  padding: 15px 15px 18px;
  position: relative
}

.accordion-body__contents:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  left: -20px;
  position: absolute;
  top: 0;
  width: 200%
}

.accordion-body__contents p {
  font-size: 13px !important;
  line-height: 23px !important;
  margin-bottom: 12px !important
}

.accordion-body__contents p:last-child {
  margin-bottom: 0 !important
}

.accordion__item.active:last-child .accordion-header {
  border-radius: 0
}

.accordion:first-child>.accordion__item>.accordion-header {
  border-bottom: 1px solid transparent
}

.accordion__item>.accordion-header:after {
  content: url(../images/svg/arrow-down.svg);
  font-size: 19px;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  top: 50%;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

.accordion__item.active>.accordion-header:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg)
}

.accordion__item.active .accordion .accordion-header:before {
  opacity: 0
}

.accordion__item .accordion__item .accordion-header {
  background: #f7f7f7;
  color: #666
}

body, html {
  height: 100%
}

body.no-scroll, html.no-scroll {
  overflow: hidden
}

button {
  background: 0 0;
  border: none
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s all ease;
}

body {
  background-color: #fff;
  color: #223242;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  direction: ltr;
  text-align: left;
  margin: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

body.home .header {
  -webkit-box-shadow: none;
  box-shadow: none
}
body.home .header .container .row{
  align-items: center;
}
body.home .header .container{background-color: #fff;border-radius: 10px;}
body.home .header.scrollPage {
  -webkit-box-shadow: 0 3px 5px rgba(34, 50, 66, .1);
  box-shadow: 0 3px 5px rgba(34, 50, 66, .1)
}

.header {
  background-color: #056839;
  -webkit-box-shadow: 0 3px 5px rgba(34, 50, 66, .1);
  box-shadow: 0 3px 5px rgba(34, 50, 66, .1);
  /* left: 0; */
  padding: 20px;
  position: relative !important;
  /* right: 0; */
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: .3s;
  top: 0;
  z-index: 100;
}

.header.scrollPage .logo {
  font-size: 15px
}

.header.scrollPage .top-panel {
  height: 45px
}

.header.scrollPage .topmenu__list {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
  top: 40px
}

.header.scrollPage .topmenu__list.open {
  height: calc(100vh - 40px)
}

.header.scrollPage .header__button {
  padding: 11px 25px 12px
}

.header .top-panel {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header .topmenu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  transition: 0.5s all ease-in;
  height: 100%;
  /* position: relative; */
}

.header .topmenu__burger {
  background: 0 0;
  border: none;
  font-size: 0;
  height: 17px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 0;
  -o-transition: .3s;
  width: 25px;
}

.header .topmenu__burgerLine {
  background-color: #657783;
  display: block;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  width: 100%;
}

.header .topmenu__burgerLine:after, .header .topmenu__burgerLine:before {
  background-color: inherit;
  content: "";
  display: inherit;
  height: inherit;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 0;
  position: absolute;
  top: 0;
  width: inherit;
}

.header .topmenu__burgerLine:before {
  top: -7px
}

.header .topmenu__burgerLine:after {
  top: 7px
}

.header .topmenu.open .topmenu__burgerLine {
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu.open .topmenu__burgerLine:after, .header .topmenu.open .topmenu__burgerLine:before {
  background-color: #657783;
  top: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu.open .topmenu__burgerLine:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu.open .topmenu__burgerLine:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu__list {
  transition: 0.5s all ease-in-out;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(200%);
  background-color: #fff;
  right: 0;
  height: 0;
  overflow: auto;
  margin: 0;
  padding-left: 0;
  position: fixed;
  left: 0;
  -o-transition: top .3s;
  top: 50px;
  z-index: 9;
  height: 100%;
}

.header .topmenu.open .topmenu__list {
  display: block;
  height: calc(100vh - 50px);
  padding-bottom: 80px;
  margin-top: 49px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
  transform: translateX(0%);
}

.header .topmenu__listItem {
  list-style: none;
  margin: 35px 0 10px 10px;
  position: relative;
  transition: 0.5s all ease;
  text-align: center;
  /* height: 100%; */
}

.header .topmenu__listItem.active .topmenu__arrow:after, .header .topmenu__listItem.active a, .header .topmenu__listItem:hover .topmenu__arrow:after, .header .topmenu__listItem:hover a {
  color: #056839;
  text-align: left;
}

.header .topmenu__listItem.active .topmenu__sub-list li a, .header .topmenu__listItem:hover .topmenu__sub-list li a {
  color: #657783;
  transition: 0.5s all ease-in;
}

.header .topmenu__listItem a {
  color: #657783;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: 0.5s all ease-in-out;
  height: 100%;
  position: relative;
  display: flex;
}

.header__social {
  margin-right: -38px;
  padding-left: 20px;
  margin-top: 16px
}

.header__socialItem {
  list-style: none;
  min-width: 47px;
}

.header__socialLink {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.header__socialLink:hover {
  color: inherit;
  font-weight: 600
}

.topmenu__sub-list {
  background-color: #f7f7f8;
  -webkit-box-shadow: 0 12px 7px rgba(34, 50, 66, .05);
  box-shadow: 0 12px 7px rgba(34, 50, 66, .05);
  left: calc(50% - 110px);
  min-width: 265px;
  
  padding: 20px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  transform: scale(0) translate(0, 200px);
  right: 0;
  top: 100%;
}

.topmenu__sub-list li {
  list-style: none;
  margin-bottom: 12px;
  transition: 0.5s all ease-in;
}

.topmenu__sub-list li a {
  color: #657783
}

.topmenu__sub-list li.active a, .topmenu__sub-list li:hover a {
  color: #056839 !important;
}

.topmenu__sub-list li:last-child {
  margin-bottom: 0
}

.topmenu__arrow {
  display: inline-block !important;
}

body._pc .topmenu__list>li:hover .topmenu__sub-list {
  opacity: 1;
  pointer-events: all;
  -ms-transform: translate(0, 0);
  transform: scale(1) translate(0, 0);
  visibility: visible;
}

body._touch .topmenu__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

body._touch .topmenu__list>li {
  -ms-flex-align: center;
  
  display: -webkit-box;
  transition: 0.5s all ease-in-out;
  display: -ms-flexbox;
  display: flex;
}

body._touch .topmenu__arrow {
  display: block;
  font-size: 0;
  height: 15px;
  right: 355px;
  position: absolute;
  width: 15px;
  transform: translate(80px, 10px);
  top: -20px;
  transition: 0.5s all ease;
}

body._touch .topmenu__arrow:after {
  color: #657783;
  content: "\02C7";
  font-size: 41px;
  position: absolute;
  top: 10px
}

body._touch .topmenu__list>li._active .topmenu__sub-list {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  top: 20px;
  transition: 0.5s all ease;
}

body._touch .topmenu__list>li._active .topmenu__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg) translate(-80px, 10px);
}

body._touch .topmenu__list>li._active .topmenu__arrow:after {
  right: 0
}

.logo img {
  /* color: #223242; */
  width: 170px;
  /* font-weight: 700; */
  /* -webkit-transition: .3s; */
  -o-transition: .3s;
  transition: .3s;
  transform: scale(0.7);
  margin-left: 0;
  margin-right: auto;
  position: relative;
  display: flex;
  max-width: fit-content;
}

.logo span:nth-child(1), .logo span:nth-child(4) {
  background-color: #024c40;
  color: #fff;
  font-weight: 400
}

.logo:hover {
  color: inherit
}

.wrap-firstScreen {
  border-bottom: 1px solid #e8eaeb
}

.firstScreen {
  /* padding: 30px 30px; */
  padding-top: 30px;
}

.firstScreen__title {
  font-size: 36px;
  font-weight: 600;
  text-align: left;
}

.firstScreen__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 20px;
}

.firstScreen__text span {
  color: #657783
}

.firstScreen__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #056839;
  border: 1px solid transparent;
  transition: 0.5s all ease !important;
  border-radius: 1000px;
  -webkit-box-shadow: 0 5px 7px #056839;
  box-shadow: 0 5px 7px #056839;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding: 9px 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 250px;
}

.firstScreen__btn:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0 15px #056839;
  box-shadow: 0 0 15px #056839;
  color: #056839
}

.firstScreen .fs-ilustratio-col svg {
  position: absolute;
  -webkit-transform: translateY(4%);
  -ms-transform: translateY(4%);
  transform: translateY(4%)
}

.firstScreen__btnDown {
  background: 0 0;
  border: none;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important
}

.firstScreen__btnDown svg {
  width: 18px
}

.section-title {
  color: #056839;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-under-title {
  font-weight: 400;
}

.about {
  background-color: #fafafa;
}

.about .section-title {
  font-weight: 700;
  padding-top: 82px
}

.about .section-under-title {
  margin-bottom: 20px
}

.about__content {
  z-index: 0
}

.about__content .content-column {
  padding-top: 35px
}

.about__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
}

.about__title br {
  display: none
}

.about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.about__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #056839;
  border-radius: 1000px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 60px;
  margin-top: 25px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 250px;
}

.about__link:hover {
  background-color: #056839;
  color: #fff;
}
.services {
  padding-bottom: 50px
}

.services .section-under-title {
  font-weight: 500;
  margin-bottom: 144px
}

.services__number {
  color: rgba(34, 50, 66, .1);
  font-size: 125px;
  font-weight: 600;
  left: 75px;
  line-height: 34px;
  margin-top: 26px;
  top: -52px;
  z-index: 1
}

.services__zero {
  font-size: 103px;
  color: rgba(34, 50, 66, .1);
  font-size: 100px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 16px;
  top: 0;
  z-index: 2
}

.services__zero .circle {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .46);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, .46);
  height: 73px;
  left: -3px;
  top: -30px;
  width: 73px;
  z-index: 3
}

.services__zero .bg {
  background-color: #fff;
  height: 60px;
  left: -25px;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
  top: -48px;
  width: 100px;
  z-index: 3
}

.services__numberZero {
  left: 2px;
  top: -22px;
  z-index: 4
}

.services__blockImage {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .46);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .46);
  background-color: #fff;
  border-radius: 21px;
  position: relative;
  padding-bottom: 75%;
  z-index: 1
}

.services__blockImage:before {
  background-color: inherit;
  border-radius: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.services .sk-spinner {
  z-index: 2
}

.services__image {
  border-radius: inherit;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  z-index: 2
}

.services__text {
  font-size: 17px;
  line-height: 26px;
  margin-top: 34px
}

.services__text:before {
  background-color: #00ea73;
  content: "";
  height: 2px;
  left: 50%;
  margin: -14px 0 0 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px
}

.works {
  padding-bottom: 60px;
  padding-top: 98px;
  direction: ltr;
  margin: auto;
  text-align: center;
}

.works .container {
  position: relative
}

.works .container:after {
  background-color: #707070;
  bottom: -50px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 24px)
}

.works .section-under-title {
  color: #657783;
  display: table;
  margin-left: auto;
  margin-right: auto
}

.works .section-under-title:after {
  background-color: #ededed;
  content: "";
  display: block;
  height: 2px;
  margin-top: 2px
}

.works .container>.row {
  margin-bottom: -5px;
  padding-bottom: 90px
}

.works .container .row>div:last-child .works__blockText {
}

.works .container .row>div:nth-child(1) .works__blockText {
  border: 1px solid rgba(34, 50, 66, .1)
}

.works .container .row>div:nth-child(1) .works__blockText:after {
  content: url(../images/svg/arrow-1-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-49%, -35px);
  -ms-transform: translate(-49%, -35px);
  transform: translate(-49%, -35px);
  z-index: -1
}

.works .container .row>div:nth-child(1) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0;
}

.works .container .row>div:nth-child(1) .works__blockText, .works .container .row>div:nth-child(3) .works__blockText {
  padding-left: 6%;
  padding-right: 6%
}

.works .container .row>div:nth-child(2) .works__blockText {
  padding-left: 9%;
  padding-right: 9%
}

.works .container .row>div:nth-child(2) .works__blockText:after {
  content: url(../images/svg/arrow-2-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-89%, -82px);
  -ms-transform: translate(-89%, -82px);
  transform: translate(-89%, -106px);
  z-index: -1;
}

.works .container .row>div:nth-child(2) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0
}

.works .container .row>div:nth-child(3) .works__blockText:after {
  content: url(../images/svg/arrow-3-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-89%, -95px);
  -ms-transform: translate(-89%, -95px);
  transform: translate(-89%, -117px);
  z-index: -1;
}

.works .container .row>div:nth-child(3) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0
}

.works .container .row>div:nth-child(4) .works__blockText {
  padding-left: 5.5%;
  padding-right: 5.5%
}

.works .container .row>div:nth-child(4) .works__blockText:after {
  content: url(../images/svg/arrow-4-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-11%, -88px);
  -ms-transform: translate(-11%, -88px);
  transform: translate(-11%, -101px);
  z-index: -1;
}

.works .container .row>div:nth-child(4) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0
}

.works__illustration {
  background-color: transparent;
  left: 50%;
  -webkit-transform: translate(-50%, 25px);
  -ms-transform: translate(-50%, 25px);
  transform: translate(-50%, 25px);
  width: 100px;
  z-index: 2;
}

.works__arrowOne {
  display: none;
  right: 0;
  top: 0
}

.works__arrowTwo {
  display: none;
  left: 0;
  top: 0
}

.works__blockText {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d2d6d9;
  -webkit-box-shadow: 0 4px 6px rgba(34, 50, 66, .4);
  box-shadow: 0 4px 6px rgba(34, 50, 66, .4);
  margin-bottom: 94px;
  min-height: 200px;
  padding-bottom: 15px;
  padding-top: 15px;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 280px;
  z-index: 1;
}

.works__blockText:before {
  background-color: #fff;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -4;
}

.works__blockText p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding-top: 100px;
  -ms-transform: translateY(6px);
}

.works__triangle {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(34, 50, 66, .2);
  box-shadow: 0 0 6px rgba(34, 50, 66, .2);
  font-size: 0;
  height: 70px;
  -webkit-transform: translateX(1%) rotate(45deg);
  -ms-transform: translateX(1%) rotate(45deg);
  transform: translateX(1%) rotate(45deg);
  width: 70px;
  z-index: -3;
}

.works__triangle:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 120px;
  -webkit-transform: translate(-6%, -34%) rotate(-45deg);
  -ms-transform: translate(-6%, -34%) rotate(-45deg);
  transform: translate(-6%, -34%) rotate(-45deg);
  width: 120px;
  z-index: -37;
  position: relative;
}

.counters {
  margin-bottom: 28px;
  margin-top: 0;
  position: relative
}

.counters__illustration-left, .counters__illustration-right {
  position: absolute;
  top: 0;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(80%) sepia(23%) saturate(5919%) hue-rotate(347deg) brightness(102%) contrast(97%);
}

.counters__illustration-left {
  left: 0;
  -webkit-transform: translate(-66.6%, 9.4%);
  -ms-transform: translate(-66.6%, 9.4%);
  transform: translate(-66.6%, 9.4%)
}

.counters__illustration-right {
  right: 0;
  -webkit-transform: translate(54%, -24.4%);
  -ms-transform: translate(54%, -24.4%);
  transform: translate(54%, -24.4%)
}

.counters .container {
  position: relative
}

.counters .container:after, .counters .container:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 1px;
  width: 100%
}

.counters .container .row>div:nth-child(1) .counters__counter, .counters .container .row>div:nth-child(2) .counters__counter {
  padding-bottom: 15px;
  padding-top: 80px
}

.counters .container .row>div:nth-child(3) .counters__counter, .counters .container .row>div:nth-child(4) .counters__counter {
  padding-bottom: 49px;
  padding-top: 15px
}

.counters__counter {
  padding-left: 10px;
  padding-right: 10px
}

.counters__number {
  font-size: 40px;
  font-weight: 500;
  line-height: 25px
}

.counters__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 16px;
}

.ourClients {
  margin-bottom: 79px;
  padding-top: 0;
  position: relative
}

.ourClients__bg-clients {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  max-width: 100%;
  filter: brightness(0) saturate(100%) invert(80%) sepia(23%) saturate(5919%) hue-rotate(347deg) brightness(102%) contrast(97%);
  /* filter: brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(2099%) hue-rotate(140deg) brightness(91%) contrast(94%); */
}

.ourClients__slider {
  padding-bottom: 60px;
  position: relative;
  height: auto;
}

.ourClients__slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 21px;
  -webkit-box-shadow: 0 3px 10px rgba(210, 48, 26, .2);
  box-shadow: 0 3px 10px rgba(210, 48, 26, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.ourClients__image {
  background-color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%
}

.ourClients .swiper-pagination {
  /* -webkit-transform: translateY(6px); */
  -ms-transform: translateY(6px);
  /* transform: translateY(6px); */
  position: relative;
  top: 15px;
}

.ourClients .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #707070;
  height: 14px;
  opacity: 1;
  margin-left: 8px !important;
  margin-right: 8px !important;
  position: relative;
  width: 14px
}

.ourClients .swiper-pagination-bullet-active {
  background-color: #056839;
  border: 1px solid #056839
}
/*   Start testimonials Section   */
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  left: 0;
  right: auto;
}

@media (max-width: 991px) {

  .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
  .testimonials.stack.bg-img-section .overlay-photo-image-bg,
  .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
  .testimonials.off-grid.bg-img-section .overlay-color,
  .testimonials.stack.bg-img-section .overlay-color,
  .testimonials.testimonials-3-col.bg-img-section .overlay-color {
    width: 100%;
  }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg {
  background-image: url("../assets/Images/testimonials/testmonials-bg.jpg");
  opacity: 1;
}


.testimonials.off-grid.bg-img-section .overlay-color,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  opacity: .65 !important;
}

.testimonials.off-grid.bg-img-section .overlay-pattern-image-bg,
.testimonials.stack.bg-img-section .overlay-pattern-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-pattern-image-bg {
  background-image: url("../images/pattern-bg-1.jpg");
}

.testimonials.off-grid .testmonial-card .testimonial-content,
.testimonials.stack .testmonial-card .testimonial-content {
  background: #056839;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 4rem 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.25rem solid #fff;
  /* padding-right: 20px; */
}

@media (max-width: 575px) {

  .testimonials.off-grid .testmonial-card .testimonial-content,
  .testimonials.stack .testmonial-card .testimonial-content {
    flex-direction: column;
    align-items: start;
    padding: 4rem 1rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .content,
.testimonials.stack .testmonial-card .testimonial-content .content {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {

  .testimonials.off-grid .testmonial-card .testimonial-content .content,
  .testimonials.stack .testmonial-card .testimonial-content .content {
    padding: 0 1rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text,
.testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  padding: 0;
  margin: 0;
}
.testimonials.stack .testmonial-card .testimonial-content p, .testimonials.stack .testmonial-card .testimonial-content font, .testimonials.stack .testmonial-card .testimonial-content span{background-color: transparent !important;color: #fff !important;font-family: 'hacen' !important;font-size: 20px !important;margin-bottom: 20px;}
@media (max-width: 991px) {

  .testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text,
  .testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
    font-size: 1.15rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial,
.testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
  position: relative;
  /* height: 100%; */
  /* overflow: hidden; */
  /* overflow-y: visible; */
}

@media (max-width: 767px) {

  .testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial,
  .testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
    padding: 0;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .icon,
.testimonials.stack .testmonial-card .testimonial-content .icon {
  position: absolute;
  bottom: -3rem;
  left: 2rem;
  right: auto;
  display: block;
  font-size: 6rem;
  opacity: .2;
  color: #fff;
  transform: scaleX(1);
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info,
.testimonials.stack .testmonial-card .testimonial-content .customer-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 2rem;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info img,
.testimonials.stack .testmonial-card .testimonial-content .customer-info img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin-bottom: .75rem;
  border: 3px solid #fff;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
  display: inline-block;
  text-align: center;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}


.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
  font-size: 1rem;
  color: #fff;
  opacity: .75;
}

.testimonials .swiper-container {
  margin-bottom: 3rem;
}

.testimonials.testimonials-2-col .swiper-container {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .testimonials.testimonials-2-col .swiper-container {
    margin-bottom: 3rem;
  }
}

.testimonials.off-grid .swiper-container {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .testimonials.off-grid .swiper-container {
    margin-bottom: 3rem;
  }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
  width: 50%;
}

@media (max-width: 991px) {

  .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
  .testimonials.off-grid.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
  flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
    flex-direction: row;
    text-align: right;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  left: 0;
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info img {
    margin-left: 1rem;
  }
}

.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-color {
  width: 50%;
}

@media (max-width: 991px) {

  .testimonials.stack.bg-img-section .overlay-photo-image-bg,
  .testimonials.stack.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.stack.bg-img-section .overlay-color {
  opacity: .85 !important;
}

.testimonials.stack .testmonial-card .testimonial-content {
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info {
  margin-bottom: 4px;
}
.testimonials.stack .testmonial-card .testimonial-content .rating-stars {
    padding: 0 2rem;
    }

@media (max-width: 767px) {
  .testimonials.stack .testmonial-card .testimonial-content .customer-info {
    padding: 0 1rem;
  }
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info img {
  margin-right: 1rem;
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
  text-align: right;
}

.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  width: 100%;
  height: 65%;
  top: 0;
}

@media (max-width: 991px) {

  .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
  .testimonials.testimonials-3-col.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  opacity: .85 !important;
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .section-title,
.testimonials.testimonials-3-col.bg-img-section .section-heading .section-subtitle {
  color: #fff;
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .line {
  background-color: #fff;
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
  background: #056839;
}
.testmonial-card {
    /* padding-right: 20px; */
}
.testimonials.dark-cards .testmonial-card .customer-info img {
  border: 3px solid #056839 !important;
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
  border: 1px solid rgb(250 169 24);
  border-bottom: 0.25rem solid rgb(250 169 24);
}

.testimonials.dark-cards .testmonial-card .testimonial-content .icon {
  color: #fdbd33;
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon {
  color: #fba81a;
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon.off {
  -webkit-text-stroke-color: #056839;
}

.testimonials.dark-cards .swiper-button-prev,
.testimonials.dark-cards .swiper-button-next {
  background-color: #056839;
  color: #fff;
}

.testimonials .rating-stars .star-icon {
  color: #fff;
}

.testimonials .rating-stars .star-icon.off {
  -webkit-text-stroke-color: #fff;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #056839;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  bottom: auto;
  margin-top: 0;
  background-color: #fff;
  color: #056839;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: #056839;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: transparent;
  color: #fff;
}

.testimonials .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translateX(100%);
}

.testimonials .swiper-button-next {
  left: 0;
  right: auto;
}

.testimonials.testimonials-3d {
  /* background-color: #02b7cc !important; */
  /* background-color: #121212; */
  padding: 20px;
}

.testimonials.testimonials-3d .overlay-photo-image-bg {
  background-image: url("../assets/images/sections-bg-images/pattern-bg-2.jpg");
  opacity: .015;
}

.testimonials.testimonials-3d .section-heading .section-title {
  color: #fff;
}

.testimonials.testimonials-3d .section-heading .section-subtitle {
  color: #fff;
}

.testimonials.testimonials-3d .section-heading .line {
  background-color: #fff;
}

.testimonials.testimonials-3d .swiper-slide {
  width: 400px;
  filter: blur(4px);
}

@media (max-width: 991px) {
  .testimonials.testimonials-3d .swiper-slide {
    width: 360px;
  }
}

@media (max-width: 575px) {
  .testimonials.testimonials-3d .swiper-slide {
    width: 320px;
  }
}

.testimonials.testimonials-3d .swiper-slide-active {
  filter: blur(0);
}

.appointment {
  margin-bottom: 35px;
  padding-bottom: 95px
}

.appointment .section-under-title {
  margin-bottom: 80px
}

.appointment .section-title {
  font-weight: 600
}

.appointment:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 28px;
  width: 100%
}

.appointment__illustration {
  margin-bottom: 35px;
  max-width: 100%;
  min-width: 100%;
  z-index: 1
}

.appointment__arrow {
  bottom: 0;
  display: none;
  right: 20px
}

.appointment__wrapField {
  margin-bottom: 35px;
  width: 100%
}

.appointment__wrapField:nth-child(odd) {
  padding-right: 0
}

.appointment__wrapField:nth-child(even) {
  padding-left: 0
}

.appointment__wrapField-wrapTextarea {
  margin-bottom: 38px;
  padding: 0 !important
}

.appointment__wrapField-wrapTextarea .appointment__notification {
  margin-top: -7px
}

.appointment__wrapField.invalid .appointment__field {
  border: 1px solid rgba(34, 50, 66, .25);
}

.appointment__wrapField.valid .appointment__field {
  border-color: #03c303
}

.appointment__wrapField.empty .appointment__required {
  display: block;
  opacity: 1;
  visibility: visible
}

.appointment__wrapField.number .appointment__symbols {
  display: block;
  opacity: 1;
  visibility: visible
}

.appointment__label {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2px
}

.appointment__field {
  border-radius: 12px;
  border: 1px solid rgba(34, 50, 66, .25);
  color: #d3d6d9;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 15px
}

.appointment__field::-webkit-input-placeholder {
  color: inherit
}

.appointment__field::-moz-placeholder {
  color: inherit
}

.appointment__field:-ms-input-placeholder {
  color: inherit
}

.appointment__field::-ms-input-placeholder {
  color: inherit
}

.appointment__field::placeholder {
  color: inherit
}

.appointment__field-message {
  height: 250px;
  resize: none
}

.appointment__notification {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.appointment__required {
  color: #ff6b6b;
  font-size: 15px;
  opacity: 0;
  display: none;
  margin-right: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden
}

.appointment__symbols {
  color: #ff6b6b;
  opacity: 0;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden
}

.appointment__submit {
  background-color: #056839;
  border: 1px solid transparent;
  border-radius: 21px;
  -webkit-box-shadow: 0 5px 10px #056839;
  box-shadow: 0 5px 10px #056839;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 120px;
  padding: 10px 15px 11px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.appointment__submit:hover {
  -webkit-box-shadow: 0 2px 6px #056839;
  box-shadow: 0 2px 6px #056839
}

.appointment__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: -15px 0 25px 0
}

.appointment__text a {
  color: #28b0f2;
  text-decoration: underline
}

.appointment__textAfterSending {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 105%;
  right: -15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: -15px;
  width: 105%;
  z-index: 1
}

.appointment__textAfterSending.good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.faq {
  padding-bottom: 58px
}

.faq .section-title {
  color: inherit;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 26px
}

.faq .container>.row {
  margin-top: 60px
}

.faq .container .row {
  z-index: 1
}

.faq .container .row>div:nth-child(1) {
  margin-bottom: 35px
}

.faq__BlockImage {
  border-radius: 20px 0;
  -webkit-box-shadow: 0 5px 10px rgba(34, 50, 66, .31);
  box-shadow: 0 5px 10px rgba(34, 50, 66, .31);
  margin-bottom: 25px;
  padding-bottom: 60%
}

.faq__image {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.faq p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.faq .accordion {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: -5px -8px 0;
  padding: 8px;
  width: 102%
}

.faq .accordion-header {
  background-color: #fff;
  color: #223242;
  cursor: pointer
}

.faq .accordion__item {
  border: 1px solid #dee0e3;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  margin-bottom: 15px
}

.faq__illustration {
  display: none;
  right: 0;
  -webkit-transform: translateX(63%);
  -ms-transform: translateX(63%);
  transform: translateX(63%);
  top: 246px;
  width: 26.5%
}
.contact {
  margin-bottom: 100px
}

.contact__listItem {
  margin-bottom: 25px
}

.contact__listItem:last-child {
  margin-bottom: 0
}

.contact__listIcon {
  height: 28px;
  width: 28px
}

.contact__listWrapLabelLink {
  padding-left: 12px
}

.contact__listLabel {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 6px
}

.contact__listIink {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.contact__listIink:hover {
  color: #056839
}

.contact__listIink-address {
  color: inherit !important
}

.contact .wrap-map {
  border-radius: 32px;
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, .16);
  box-shadow: 0 10px 5px rgba(0, 0, 0, .16);
  height: 350px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  width: 100%
}

.contact .wrap-map:after {
  background: rgba(34, 50, 66, .8);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  top: 0;
  z-index: 10
}

.contact .wrap-map:hover .title-above-map, .contact .wrap-map:hover:after {
  opacity: 0;
  z-index: -1
}

.contact .wrap-map .title-above-map {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 12
}

.contact #map {
  height: 100%;
  width: 100%
}

.subscribe {
  margin-bottom: 100px;
  padding-bottom: 99px
}

.subscribe:after, .subscribe:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 25px)
}

.subscribe:before {
  top: 0
}

.subscribe:after {
  bottom: 40px
}

.subscribe .row:nth-child(2)>div:nth-child(1) {
  padding-right: 0
}

.subscribe .row:nth-child(2)>div:nth-child(2) {
  padding-right: 0
}

.subscribe__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 18px;
  margin-top: 45px
}

.subscribe__BlockImage {
  border-radius: 50px 0;
  padding-bottom: 39%;
  height: 100%;
}

.subscribe__image {
  border-radius: inherit;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  right: 0;
  top: 0;
  width: 100%
}

.subscribe__form {
  height: 45px;
  margin-top: 35px
}

.subscribe__field {
  border: 1px solid #ddd;
  border-radius: 0 21px;
  color: #ddd;
  font-size: 13px;
  font-family: inherit;
  font-weight: 500;
  line-height: 18px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%
}

.subscribe__field::-webkit-input-placeholder {
  color: inherit
}

.subscribe__field::-moz-placeholder {
  color: inherit
}

.subscribe__field:-ms-input-placeholder {
  color: inherit
}

.subscribe__field::-ms-input-placeholder {
  color: inherit
}

.subscribe__field::placeholder {
  color: inherit
}

.subscribe__submit {
  background-color: transparent;
  border: 1px solid #056839;
  border-radius: 0 21px;
  color: #056839;
  font-size: 13px;
  line-height: 18px;
  margin-left: 15px;
  min-width: 100px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.subscribe__submit:hover {
  background-color: #056839;
  color: #fff
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f8), to(#ecf0fb));
  background: -o-linear-gradient(#f7f7f8, #ecf0fb);
  background: linear-gradient(#f7f7f8, #ecf0fb);
  border-bottom: 1px solid #d7dde8;
  border-top: 1px solid #e1e3e5;
  margin-top: auto;
  position: relative
}

.footer .logo {
  margin-bottom: 30px;
  margin-top: 30px
}

.footer__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  position: relative;
}

.footer__text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 0
}

.footer__list {
  list-style: none;
  margin-top: 19px;
  padding-left: 0;
  width: 100%
}

.footer__listItem {
  line-height: 36px;
  margin-right: 20px
}

.footer__listItem:last-child {
  margin-right: 0
}

.footer__listItem a {
  color: #657783;
  font-size: 13px;
  font-weight: 500
}

.footer__listItem:nth-child(1):before, .footer__listItem:nth-child(2):before {
  margin-right: 5px;
  position: relative
}

.footer__listItem:nth-child(1):before {
  content: url(../images/svg/mail-footer.svg);
  top: 2px
}

.footer__listItem:nth-child(2):before {
  content: url(../images/svg/smartphone-footer.svg);
  margin-left: 2px;
  top: 5px
}

.footer__listItem:nth-child(2) a {
  font-size: 13px
}

.footer__listItem:last-child a {
  color: #3480e3;
  font-weight: 400;
  text-decoration: underline
}

.footer__listItem:last-child a:hover {
  text-decoration: none
}

.footer__copyright {
  border-top: 1px solid #ddd;
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  margin: 9px 0 0;
  padding: 12px 0;
  text-align: center
}

.page-content {
  padding-bottom: 5%;
  padding-top: 15%
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-weight: 700;
  margin-top: 50px
}

.page {
  margin-top: 70px
}

.page__header svg {
  max-width: 100%
}

.page__title {
  color: #056839c4;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 16px;
}

.page .about {
  background-color: #fff;
  margin-bottom: 86px;
  margin-top: -33px
}

.page__service .appointment:before, .page__team .appointment:before {
  display: none
}

.page__team .section-title {
  color: inherit;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px
}

.wrap-header-illustration {
  margin-top: -6px;
  position: relative
}

.wrap-header-illustration svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 760px;
  z-index: 0
}

.wrap-header-illustration .page-title-above-illustration {
  bottom: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  left: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  -webkit-transform: translate(-50%, 80%);
  -ms-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  width: 100%;
  z-index: 1
}

.breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 95px;
  margin-top: 32px;
  position: relative
}

.breadcrumb:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  margin-top: -24px;
  width: 462px;
  max-width: 100%
}

.breadcrumb li {
  color: #657783;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.breadcrumb li:before {
  bottom: 1px;
  position: relative
}

.breadcrumb li a {
  color: #6fa0e5
}

.pageAbout .row {
  margin-left: -15px;
  margin-right: -15px
}

.pageAbout__items {
  margin-top: 210px;
  position: relative
}

.pageAbout__items:before {
  background-color: #e8eaeb;
  content: "";
  display: block;
  height: 1px;
  width: 100%
}

.pageAbout__item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 21px;
  -webkit-box-shadow: 0 3px 10px rgba(34, 50, 66, .2);
  box-shadow: 0 3px 10px rgba(34, 50, 66, .2);
  margin-left: 15px;
  margin-right: 15px;
  padding: 35px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(33.3333% - 30px)
}

.pageAbout__number {
  color: #6c89ff;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px;
}

.pageAbout__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0
}

.pageService__items {
  margin: 66px 0 80px
}

.pageService__item {
  background-color: #fff;
  border-radius: 21px;
  border: 1px solid #d0d6d9;
  -webkit-box-shadow: 0 5px 10px rgba(34, 29, 29, .16);
  box-shadow: 0 5px 10px rgba(34, 29, 29, .16);
  margin: 10px 0;
  padding: 0 20px 38px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.pageService__item:hover {
  -webkit-box-shadow: 0 8px 10px rgba(59, 44, 44, .35);
  box-shadow: 0 8px 10px rgba(59, 44, 44, .35)
}

.pageService__item:hover .pageService__name {
  color: #056839
}

.pageService__wrap-illustration {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}

.pageService__wrap-illustration img {
  /* margin-bottom: 30px; */
  height: 300px;
  object-fit: cover;
}

.pageService__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pageService__name:after {
  background-color: #056839;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  content: "";
  display: block;
  height: 3px;
  margin: 10px auto 18px;
  width: 14px
}

.pageService__text {
  color: #657783;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0
}

.page__team .ourTeam {
  margin-bottom: 50px
}

.page__team .ourTeam .container:after {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  margin-top: 50px;
  width: 100%
}

.pageTeam__wrapVideo {
  background-color: #f7f7f7;
  margin-bottom: 58px;
  padding-bottom: 31.2%;
  display: none;
  position: relative
}

.pageTeam__bg-video {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.pageTeam__showVideoBtn {
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1
}

.page__faq .breadcrumb {
  margin-bottom: 10px
}

.page__faq .subscribe {
  padding-bottom: 0
}

.page__faq .subscribe:after {
  display: none
}

.page__portfolio {
  margin-bottom: 50px
}

.page__portfolio .breadcrumb {
  margin-bottom: 91px
}

.page__portfolio .page__above-title {
  color: #657783;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  padding-top: 50px
}

.page__portfolio .page__title {
  padding-top: 3px
}

.page__portfolio .portfolio .row {
  margin-left: -7.5px;
  margin-right: -7.5px
}

.page__portfolio .portfolio__list-filter {
  list-style: none;
  margin: -8px 0 42px;
  padding-left: 0
}

.page__portfolio .portfolio__list-filter-item {
  color: #657783;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin: 8px 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.page__portfolio .portfolio__list-filter-item.active, .page__portfolio .portfolio__list-filter-item:hover {
  color: #056839
}

.page__portfolio .portfolio__list-filter-item.active {
  cursor: default
}

.page__portfolio .portfolio__work {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px rgba(34, 50, 66, .25);
  box-shadow: 0 3px 10px rgba(34, 50, 66, .25);
  margin: 0 7.5px 50px;
  position: relative;
  overflow: hidden
}

.page__portfolio .portfolio__work:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 133, 244, .91)), to(#059469));
  background: -o-linear-gradient(top, rgba(154, 133, 244, .91), #059469);
  background: linear-gradient(180deg, rgba(154, 133, 244, .91), #059469);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 0
}

.page__portfolio .portfolio__work:hover:after {
  opacity: 1
}

.page__portfolio .portfolio__work:hover .portfolio__work-share, .page__portfolio .portfolio__work:hover .portfolio__work-zoom-image {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.page__portfolio .portfolio__work:hover .portfolio__work-name-desc {
  bottom: 0;
  z-index: 1
}

.page__portfolio .portfolio__wrap-work-image {
  padding-bottom: 114%;
  position: relative
}

.page__portfolio .portfolio__image {
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0
}

.page__portfolio .portfolio__wrap-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  z-index: 1
}

.page__portfolio .portfolio__work-zoom-image {
  margin-right: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-550%);
  -ms-transform: translateX(-550%);
  transform: translateX(-550%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.page__portfolio .portfolio__work-share {
  margin-left: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(550%);
  -ms-transform: translateX(550%);
  transform: translateX(550%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.page__portfolio .portfolio__work-name-desc {
  bottom: -100%;
  background-color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 0
}

.page__portfolio .portfolio__work-name {
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
  margin: 16px 15px 5px
}

.page__portfolio .portfolio__work-desc {
  color: #657783;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 15px 0;
  padding-bottom: 14px
}

.page__portfolio-two-column .portfolio .row {
  margin-left: -23px;
  margin-right: -23px
}

.page__portfolio-two-column .portfolio__work {
  margin-left: 23px;
  margin-right: 23px
}

.page__portfolio-two-column .portfolio__wrap-work-image {
  padding-bottom: 80%
}

.page__portfolio .mfp-with-zoom .mfp-container, .page__portfolio .mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.page__portfolio .mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1
}

.page__portfolio .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8
}

.page__portfolio .mfp-with-zoom.mfp-removing .mfp-container, .page__portfolio .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0
}

#popup-team-video .popup__body {
  border-radius: 0;
  padding: 0
}

#popup-team-video .popup__body iframe {
  min-height: 378px;
  margin-bottom: -7px;
  width: 100%
}

@media screen and (min-width: 240px) {
  .services {
      padding-top: 73px
  }

  footer .social-list-2 ul {
      display: inline-flex;
      gap: 21px;
  }

  .reviews .section-title {
      padding-top: 54px
  }

  .appointment .section-title {
      padding-top: 54px
  }
}

@media screen and (min-width: 418px) {
  .about__bottomInfoTitle:before {
      width: 85px
  }

  footer .social-list-2 {
      display: inline-block;
  }

  .about__bottomInfoTitle:after {
      width: 85px
  }

  .ourTeam__worker {
      min-height: 700px
  }

  .ourTeam__worker:hover .ourTeam__workerContent:after, .ourTeam__worker:hover .ourTeam__workerContent:before {
      width: 350px
  }

  .appointment__wrapField {
      width: 50%
  }

  .appointment__wrapField:nth-child(odd) {
      padding-right: 12px
  }

  .appointment__wrapField:nth-child(even) {
      padding-left: 12px
  }
}

@media screen and (min-width: 430px) {

  footer .social-list-2 {
      display: inline-block;
  }
}

@media screen and (min-width: 480px) {
  footer .social-list-2 {
      display: inline-block;
  }

}

@media screen and (min-width: 576px) {


  footer .social-list-2 {
      display: inline-block;
  }
  .header.scrollPage .logo {
      font-size: 19px
  }

  .header .topmenu__burgerLine:before {
      top: -8px
  }

  .header .topmenu__burgerLine:after {
      top: 8px
  }

  .firstScreen__title {
      font-size: 40px;
  }

  .firstScreen__text {
      font-size: 15px;
      line-height: 30px
  }

  .about__title {
      font-size: 19px;
      line-height: 28px
  }

  .about__bottomInfo {
      background-color: transparent;
      border-bottom: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-bottom: 0;
      padding-top: 0
  }

  .about__bottomInfo:after, .about__bottomInfo:before {
      display: none
  }

  .about__bottomInfo .row>div {
      padding-right: 15px
  }

  .about__bottomInfoBG {
      display: block
  }

  .about__bottomInfoItem {
      margin-bottom: 20px;
      margin-top: 0;
      text-align: left
  }

  .about__bottomInfoItem:before {
      height: 13%;
      left: auto;
      -webkit-transform: translate(-13px, 3px);
      -ms-transform: translate(-13px, 3px);
      transform: translate(-13px, 3px);
      width: 1px;
  }

  .about__bottomInfoItem p {
      font-size: 11px;
      line-height: 23px
  }

  .about__bottomInfoTitle {
      margin-bottom: 5px
  }

  .services .container .row {
      margin-left: -15px;
      margin-right: -15px
  }

  .services .container .row>div {
      margin-left: 15px;
      margin-right: 15px;
      padding-left: 0;
      padding-right: 0;
      width: calc(50% - 30px)
  }

  .counters .container .row>div:nth-child(1) .counters__counter, .counters .container .row>div:nth-child(2) .counters__counter {
      padding-bottom: 49px
  }

  .counters .container .row>div:nth-child(3) .counters__counter, .counters .container .row>div:nth-child(4) .counters__counter {
      padding-top: 80px
  }

  .counters__counter {
      padding-bottom: 20px;
      padding-top: 20px
  }

  .ourTeam__worker {
      min-height: 670px
  }

  .ourTeam__workerContent {
      padding: 65px 15px
  }

  .appointment__submit {
      min-width: 140px;
      padding: 13px 20px 15px
  }

  .news .sidebar .container .row>div:nth-child(odd) {
      padding-right: 15px
  }

  .news .sidebar .container .row>div:nth-child(even) {
      padding-left: 15px
  }

  .pageService__items {
      margin: 66px -15px 80px
  }

  .pageService__item {
      margin: 15px 15px
  }
}

@media screen and (min-width: 684px) {
  .effectiveMarketing__title {
      font-size: 28px;
      line-height: 35px
  }
}

@media screen and (min-width: 768px) {
  .popup__title {
      font-size: 32px;
      line-height: 38px
  }

  .header.scrollPage .logo {
      font-size: 22px
  }

  .header.scrollPage .top-panel {
      height: 50px
  }

  .header.scrollPage .topmenu__list {
      top: 50px
  }

  .header.scrollPage .topmenu__list.open {
      height: calc(100vh - 50px)
  }

  .header .topmenu__burger {
      height: 19px;
      width: 28px
  }

  .header .topmenu__burgerLine:before {
      top: -8px
  }

  .header .topmenu__burgerLine:after {
      top: 8px
  }

  .header .topmenu__list {
      top: 80px
  }

  .header .topmenu__list.open {
      height: calc(100vh - 80px);
      margin-top: 10px;
  }

  .header .topmenu__listItem {
      margin: 45px 19px
  }

  .header .topmenu__listItem a {
      font-size: 21px;
      line-height: 26px
  }

 
  .about .section-title {
      padding-top: 88px
  }

  .about__bottomInfo {
      margin-top: 56px
  }

  .about__bottomInfoItem {
      margin-bottom: 25px;
      padding-right: 20px
  }

  .about__bottomInfoItem:before {
      height: 16%;
      -ms-transform: translate(-23px, 4px);
  }

  .about__bottomInfoItem p {
      font-size: 14px;
      line-height: 28px;
  }

  .about__bottomInfoTitle {
      margin-bottom: -5px
  }

  .services {
      padding-top: 80px
  }

  .works .container>.row {
      padding-bottom: 60px
  }

  .works .container .row>div:nth-child(1) .works__illustration {
      -webkit-transform: translate(-12%, 15%);
      -ms-transform: translate(-12%, 15%);
      transform: translate(-12%, 15%);
  }

  .works .container .row>div:nth-child(1) .works__blockText {
      -webkit-transform: translateX(70%);
      -ms-transform: translateX(70%);
      transform: translateX(70%)
  }

  .works .container .row>div:nth-child(1) .works__blockText .works__triangle {
      border-bottom: 1px solid rgba(34, 50, 66, .1);
      border-left: 1px solid rgba(34, 50, 66, .1);
      left: 0;
      -webkit-transform: translateX(1.2%) rotate(45deg);
      -ms-transform: translateX(1.2%) rotate(45deg);
      /* transform: translateX(1.2%) rotate(45deg); */
      top: auto;
  }

  .works .container .row>div:nth-child(2) {
      margin-top: 200px
  }

  .works .container .row>div:nth-child(2) .works__illustration {
      -webkit-transform: translate(-40%, 17%);
      -ms-transform: translate(-40%, 17%);
      transform: translate(-40%, 17%)
  }

  .works .container .row>div:nth-child(2) .works__blockText {
      -webkit-transform: translateX(52%);
      -ms-transform: translateX(52%);
      transform: translateX(52%)
  }

  .works .container .row>div:nth-child(2) .works__blockText .works__triangle {
      border-bottom: 1px solid #657783;
      border-left: 1px solid #657783;
      left: 0;
      -webkit-transform: translateX(1.2%) rotate(45deg);
      -ms-transform: translateX(1.2%) rotate(45deg);
      transform: translateX(1.2%) rotate(45deg);
      top: auto
  }

  .works .container .row>div:nth-child(3) .works__illustration {
      -webkit-transform: translate(179%, 17%);
      -ms-transform: translate(179%, 17%);
      transform: translate(179%, 17%)
  }

  .works .container .row>div:nth-child(3) .works__blockText .works__triangle {
      border-bottom: 1px solid #657783;
      border-left: 1px solid #657783;
      left: auto;
      right: 0;
      -webkit-transform: translateX(-1%) rotate(-135deg);
      -ms-transform: translateX(-1%) rotate(-135deg);
      transform: translateX(-1%) rotate(-135deg);
      top: auto
  }

  .works .container .row>div:nth-child(4) {
      margin-top: 160px
  }

  .works .container .row>div:nth-child(4) .works__illustration {
      -webkit-transform: translate(140%, 17%);
      -ms-transform: translate(140%, 17%);
      transform: translate(140%, 17%)
  }

  .works .container .row>div:nth-child(4) .works__blockText {
      -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
      transform: translateX(-25%)
  }

  .works .container .row>div:nth-child(4) .works__blockText .works__triangle {
      border-bottom: 1px solid #657783;
      border-left: 1px solid #657783;
      left: auto;
      right: 0;
      -webkit-transform: translateX(-1%) rotate(-135deg);
      -ms-transform: translateX(-1%) rotate(-135deg);
      transform: translateX(-1%) rotate(-135deg);
      top: auto;
      z-index: -3;
  }

  .works__illustration {
      right: auto;
      background-color: #fff;
      left: auto;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      z-index: 0;
      width: 140px;
  }

  .works__arrowOne {
      display: block;
      -webkit-transform: translate(95%, 130%) rotate(3deg);
      -ms-transform: translate(95%, 130%) rotate(3deg);
      transform: translate(95%, 130%) rotate(3deg);
      width: 340px
  }

  .works__arrowTwo {
      display: block;
      -webkit-transform: translate(-19%, 90%);
      -ms-transform: translate(-19%, 90%);
      transform: translate(-19%, 90%);
      min-width: 750px;
      width: 700px
  }

  .works__blockText {
      border: 1px solid #657783;
      margin-bottom: 0;
      min-height: 150px;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      width: 220px
  }

  .works__blockText:after {
      display: none
  }

  .works__blockText p {
      padding-top: 0
  }

  .works__triangle {
      -webkit-box-shadow: 0 3px 4px rgba(34, 50, 66, .3);
      box-shadow: 0 3px 4px rgba(34, 50, 66, .3)
  }

  .effectiveMarketing__title {
      text-align: left
  }

  .effectiveMarketing__progresBars {
      padding-top: 0;
  }

  .counters .container .row>div:nth-child(1) .counters__counter, .counters .container .row>div:nth-child(2) .counters__counter {
      padding-bottom: 73px;
      padding-top: 114px
  }

  .counters .container .row>div:nth-child(3) .counters__counter, .counters .container .row>div:nth-child(4) .counters__counter {
      padding-bottom: 73px;
      padding-top: 114px
  }

  .counters__counter {
      padding-bottom: 73px;
      padding-top: 114px
  }

  .counters__number {
      font-size: 50px;
      line-height: 35px
  }

  .counters__text {
      font-size: 16px;
      line-height: 38px
  }

  .ourTeam .row {
      margin-left: -10px;
      margin-right: -10px
  }

  .ourTeam .row>div {
      margin-left: 15px;
      margin-right: 15px;
      width: calc(33.3333% - 30px)
  }

  .ourTeam__worker {
      min-height: 300px
  }

  .ourTeam__worker:hover .ourTeam__workerContent:after, .ourTeam__worker:hover .ourTeam__workerContent:before {
      width: 160px
  }

  .ourTeam__workerContent {
      padding: 25px 10px
  }

  .ourTeam__workerContent:after, .ourTeam__workerContent:before {
      height: 1px
  }

  .ourTeam__name {
      font-size: 17px;
      line-height: 26px
  }

  .ourTeam__position {
      font-size: 13px;
      line-height: 19px
  }

  .ourTeam__socialItem {
      margin: 0 9px
  }

  .ourTeam__socialIink {
      height: 16px;
      width: 16px
  }

  .ourTeam__socialIink-twitter {
      bottom: 2px;
      height: 17px;
      width: 17px
  }

  .reviews .section-title {
      padding-top: 60px
  }

  .appointment .section-under-title {
      margin-bottom: 111px
  }

  .appointment .section-title {
      padding-top: 60px
  }

  .appointment__submit {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-left: 0;
      margin-right: 0
  }

  .appointment__text {
      margin: 0 0 0 20px
  }

  .lastNews {
      padding-bottom: 102px
  }

  .lastNews .section-title {
      padding-top: 31px
  }

  .lastNews .container:before {
      width: 96.8%
  }

  .lastNews .container .row {
      margin-left: -10px;
      margin-right: -10px
  }

  .lastNews .container .row>div {
      margin-bottom: 0;
      margin-left: 10px;
      margin-right: 10px;
      width: calc(33.3333% - 20px)
  }

  .lastNews__title {
      font-size: 16px;
      line-height: 24px;
      text-align: left
  }

  .lastNews__text {
      font-size: 14px;
      line-height: 21px
  }

  .news__postTitle {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 25px;
      margin-top: 100px
  }

  .news .wpap-comment__form #commentform .commentform__wrap-fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px
  }

  .news .wpap-comment__form #commentform input {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(33.3333% - 20px)
  }

  .news .sidebar .container .row>div:nth-child(odd) {
      padding-right: 20px
  }

  .news .sidebar .container .row>div:nth-child(even) {
      padding-left: 20px
  }

  .contact__listItem {
      margin-bottom: 40px;
  }

  .contact__listIcon {
      height: 32px;
      width: 32px
  }

  .contact__listWrapLabelLink {
      padding-left: 16px
  }

  .contact__listLabel {
      font-size: 21px;
      line-height: 18px;
      margin-bottom: 8px;
      margin-top: 8px
  }

  .contact__listIink {
      font-size: 15px;
      line-height: 22px
  }

  .contact .wrap-map {
      margin-top: 0
  }

  .contact .wrap-map .title-above-map {
      font-size: 36px
  }

  .subscribe {
      padding-top: 60px
  }

  .subscribe:after {
      bottom: 20px
  }

  .subscribe .row:nth-child(2)>div:nth-child(1) {
      padding-right: 1.9%
  }

  .subscribe .row:nth-child(2)>div:nth-child(2) {
      padding-left: 12px;
      padding-left: 1.9%
  }

  .subscribe__text {
      font-size: 15px;
      line-height: 22px;
      margin-top: 0
  }

  .subscribe__image {
      width: calc(100% - 12px);
  }

  .subscribe__form {
      height: 50px;
      margin-top: 0
  }

  .subscribe__field {
      font-size: 14px;
      line-height: 19px;
      padding-left: 15px;
      padding-right: 15px;
      width: calc(100% - 128px)
  }

  .subscribe__submit {
      font-size: 14px;
      line-height: 19px;
      margin-left: 15px;
      min-width: 120px
  }

  .footer .logo {
      margin-bottom: 0;
      margin-top: 0
  }

  .footer__list {
      width: auto
  }

  .footer__listItem {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0
  }

  .wrap-header-illustration svg {
      margin-left: auto;
      margin-right: auto;
      max-width: 1920px
  }

  .wrap-header-illustration .page-title-above-illustration {
      font-size: 34px;
      line-height: 42px;
      width: auto
  }
}



@media screen and (min-width: 1200px) {

  body.no-scroll, html.no-scroll {
      overflow: auto
  }

  .header.scrollPage .logo {
      font-size: 24px
  }

  .header.scrollPage .top-panel {
      height: 70px
  }

  .header.scrollPage .topmenu__list {
      -webkit-box-shadow: none;
      box-shadow: none;
      top: 0
  }

  .header.scrollPage .topmenu__list.open {
      height: auto
  }

  .header .top-panel {
  }

  .header .topmenu {
      /* -webkit-box-ordinal-group: 1; */
      -ms-flex-order: 0;
      order: 1;
  }

  .header .topmenu__burger {
      display: none
  }

  .header .topmenu__list {
      background: 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      transform: none;
      display: flex !important;
      /* height: auto; */
      overflow: visible;
      padding-bottom: 0;
      position: relative;
      top: 0;
  }

  .header .topmenu__list.open {
      height: auto;
      padding-bottom: 0
  }

  .header .topmenu__listItem {
      margin: 0 21px;
      text-align: left;
      white-space: nowrap
  }

  .header .topmenu__listItem.desktop-hidden {
      display: none
  }

  .header .topmenu__listItem a {
      font-size: 16px;
      line-height: 21px;
      font-weight: 600;
  }
}

@media (prefers-reduced-motion:no-preference) {
  :root {
      scroll-behavior: smooth
  }
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .form-control::-webkit-file-upload-button {
      -webkit-transition: none;
      transition: none
  }

  .form-switch .form-check-input {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none
  }

  .form-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none
  }

  .form-floating>label {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .nav-link {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .navbar-toggler {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .accordion-button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .accordion-button::after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .page-link {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .progress-bar-animated {
      -webkit-animation: none;
      animation: none
  }

  .modal.fade .modal-dialog {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-control-next, .carousel-control-prev {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-indicators [data-bs-target] {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .spinner-border, .spinner-grow {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s
  }
}

.sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid#4db6e7;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  opacity: 0;
  text-align: left;
  position: absolute;
  top: 100%;
  transition: all 0.4s ease-out;
  visibility: hidden;
  z-index: 9;
  transform-origin: top;
  transform: scaleY(0);
}

li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

li .sub-menu li {
  display: block;
  position: relative;
  margin: 0;
}

li .sub-menu li a {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
}

li:hover>.sub-menu li>a:hover {
  color: #fff;
  background: #090909;
}

.sub-menu>li>.sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid#4db6e7;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
}

li>.sub-menu>li:hover .sub-menu {
  top: 0 !important;
  opacity: 1;
  top: 100%;
  visibility: visible
}

footer .social-list-2 {
  margin-top: 25px;
}

footer .social-list-2 li {
  display: inline-block;
  font-size: 16px;
}

footer .social-list-2 li a {
  margin: 0 0px 0px 9px;
  font-size: 25px;
  width: 50px;
  padding-top: 8px;
  height: 50px;
  color: rgb(59 89 152);
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 32px -12px rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 240px) {
  footer .social-list-2 ul {
      display: inline-flex;
      gap: 21px;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
      padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
  }

  .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
  }

  .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0;
  }

  .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%;
  }

  .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
  }
}

.blog-card-blog {
  margin-top: 30px;
}

.blog-card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.blog-card .blog-card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none;
}

.blog-card .blog-table {
  padding: 15px 30px;
}

.blog-table {
  margin-bottom: 0px;
}

.blog-category {
  position: relative;
  line-height: 0;
  margin: 15px 0;
}

.blog-text-success {
  color: #28a745!important;
}

.blog-card-blog .blog-card-caption {
  margin-top: 5px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-card-caption, .blog-card-caption a {
  color: #333;
  text-decoration: none;
}

p {
  color: #3C4857;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-card .ftr {
  margin-top: 15px;
  display: none;
}

.blog-card .ftr .author {
  color: #888;
}

.blog-card .ftr div {
  display: inline-block;
}

.blog-card .author .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.blog-card .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.blog-card .ftr .stats {
  float: right;
  line-height: 30px;
}

/***************blog-page-area**************/
.blog-area {
  padding: 70px 0;
}

.blog-area .section-title {
  text-align: center;
}

.blog-area .blog_img img {
  width: 100%;
  margin-bottom: 30px;
}

.blog-area p {
  height: auto;
  overflow: hidden;
  /* background-color: #fff; */
  padding: 5px 10px;
  border-radius: 10px;
  border: 2px solid #f8f8f8;
  border-bottom: 2px solid #fff;
  font-size: 15px;
}

.blog-area .blog_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  height: 45px;
  overflow: hidden;
  color: #333;
}

.blog-area .blog_box .date {
  background: #E5F3FF;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 70px;
  padding: 6px 0;
  margin-bottom: 5px;
}

.blog-area .blog_box .date h2 {
  font-weight: 700;
  font-size: 30px;
  border-bottom: 1px solid #fff;
}

.blog-area .blog_box .date span {
  font-size: 16px;
}

.blog-area .blog_box .comment_box {
  width: 70px;
  height: 40px;
  border: 1px solid #E2E2E2;
  text-align: center;
  line-height: 40px;
  display: block;
}

.blog-area .blog_content {
  position: relative;
  padding-left: 90px;
  padding-right: 15px;
}

.blog-area .blog_content p {
  height: 70px;
  overflow: hidden;
  color: #6c757d
}

.blog-area .blog_content .blog_meta {
  position: absolute;
  left: 12px;
  top: 0;
}

.blog-area a.date, .blog-area a.comment_box {
  color: #565656
}

.blog-area .blog_box {
  margin-bottom: 45px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
}

.blog-area .paginations_menu li {
  display: inline-block;
}

.blog-area .paginations_menu a {
  padding: 0 6px;
  color: #565656;
  transition: .3s linear;
  font-size: 15px;
}

.blog-area .paginations_menu a:hover {
  color: #44A6F0;
}

.blog-area .paginations_menu .nav a {
  width: 30px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.blog-area .paginations_menu .prev a:hover {
  border-right-color: #44A6F0;
}

.paginations_menu .prev a {
  border-left: 1px solid;
}

.blog-area .paginations_menu .next a {
  border-right: 1px solid;
}

.blog-area .paginations_bar {
  margin-top: 20px;
}

/*********blog-details*********/
.blog-area .blog_full_content img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.blog-area .blog_full_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-area .blog_full_content .blog_meta {
  margin-bottom: 30px;
}

.blog-area .blog_full_content .blog_meta a {
  color: #565656;
  margin-left: 35px;
}

.blog-area .blog_full_content .blog_quote {
  background: #EDF7FF;
  padding: 25px 70px 20px 60px;
  position: relative;
}

.blog-area .tag_and_social_bar {
  padding: 70px 0;
}

.blog-area .comment_area h4 {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 700;
}

.blog-area .comment_area .comment_wraper {
  margin-bottom: 105px;
}

.blog-area .comment_area .comment_wraper .comment_content {
  position: relative;
  padding-right: 135px;
  margin-bottom: 60px;
}

.blog-area .comment_area .comment_wraper .single_comment .user_photo {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  /* z-index: 2; */
}

.blog-area .comment_area .comment_wraper .single_comment>.single_comment {
  margin-right: 70px;
}

.blog-area .comment_area .comment_wraper .user_details {
  margin-bottom: 15px;
}

.blog-area .comment_area h4 {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 700;
}

.blog-area .contact_form input {
  height: 58px;
}

.blog-area .contact_form input, .contact_form textarea {
  width: 100%;
  margin-bottom: 30px;
  background: #F5F5F5;
  border: 1px solid transparent;
  text-indent: 15px;
  transition: .3s linear;
}

.blog-area .custom_btn {
  color: #fff;
  background: #44A6F0;
  padding: 15px 30px;
  transition: .3s linear;
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden;
  text-align: center;
  min-width: 180px;
}

.blog-area form.widget_search_bar {
  width: 100%;
  height: 56px;
  position: relative;
  margin-bottom: 60px;
}

.blog-area .widget_search_bar input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: bold;
  background: #DFF1FF;
  text-indent: 15px;
}

.blog-area .widget_search_bar button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 20px;
}

.blog-area .recent_post {
  margin-bottom: 30px;
}

.blog-area .recent_post>ul {
  border: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #F4F4F4;
}

.blog-area .nav-tabs .nav-item {
  margin-bottom: -1px;
  /*    position: relative;*/
}

.blog-area .recent_post .nav-tabs .nav-link {
  /*    font-family: 'Unna', serif;*/
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-area .recent_post>ul>li>a {
  padding: 0 5px 15px 0;
  color: #565656!important;
  font-size: 20px;
  font-weight: 700;
  border: none!important;
  margin-right: 21px;
  position: relative;
}

.blog-area .recent_post>ul>li>a:hover:after,.blog-area .recent_post>ul>li>a.active:after {
  visibility: visible;
  opacity: 1;
}

.blog-area .recent_post>ul>li>a:after {
  position: absolute;
  content: "";
  background: #30a9de;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  right: 0;
  transition: .3s linear;
  bottom: -2px;
  visibility: hidden;
  opacity: 0;
}

.blog-area a.single_recent_post {
  position: relative;
  margin-bottom: 20px;
  padding-right: 114px;
  color: #565656;
  padding: 15px 114px 15px 0px;
  display: inline-block;
  box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
  height: 115px;
  border-bottom: 2px solid #009883;
}

.blog-area .widget_raper h4 {
  /* margin-top: 30px; */
  margin-bottom: 10px;
}

.blog-area .single_recent_post .rp_img {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-area .single_recent_post h4 {
  font-size: 15px;
  font-weight: bold;
  transition: .3s linear;
  margin-bottom: 10px;
}

.blog-area .single_recent_post span {
  display: inline-block;
}

.blog-area .widget_menu_bar {
  margin-bottom: 50px;
}

.blog-area .widget_menu_bar>h4, .widget_tag>h4, .filter_slider h5, .recent_post h5 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #F4F4F4;
  display: block;
}

.blog-area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #6FBAF3;
  bottom: -3px;
  right: 0;
  border-radius: 5px;
}

.blog-area .widget_menu a {
  color: #565656;
  transition: .3s linear;
  margin-bottom: 10px;
  color: #565656;
  cursor: pointer
}

.blog-area .widget_menu_bar .widget_menu i {
  padding-left: 10px;
}

.blog-area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #6FBAF3;
  bottom: -3px;
  right: 0;
  border-radius: 5px;
}

.blog-area .widget_tag ul.tag_list {
  margin: 0 -5px;
}

.blog-area .widget_tag li {
  display: inline-block;
}

.blog-area .widget_tag a {
  color: #565656;
  /*    padding: 0 10px;*/
  margin-bottom: 15px;
  border: 1px solid #CACACA;
  line-height: 50px;
  margin: 0 5px 15px;
  padding: 10px;
}

.send-message-pro {
  margin-top: 25px;
  background: #056839;
  padding: 20px;
  border-radius: 4px;
}

.send-message-pro form {
}

.send-message-pro h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  
}

.fill-form {
  padding: 15px;
  height: 43px;
  border: none;
  border-radius: 51px;
}

.send-message-pro form .form-group:last-child {
  margin-bottom: 0px;
}

.send-m {
  background: #fba919;
  border: none;
  font-size: 22px;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  border-radius: 50px;
}

.form-group {
  margin-bottom: 1rem;
}

textarea.form-control {
  height: 118px;
  border-radius: 11px;
}

.bg-green {
  background-color: #25d366 !important;
}

.bg-blue {
  background-color: #00acee !important;
}

.lang-img {
  height: 38px;
  margin: auto;
  object-fit: contain;
  text-align: center;
  width: 51px;
}

.theme-btn-one {
  position: relative;
  display: flex;
  font-size: initial;
  line-height: 26px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  width: fit-content;
  padding: 15px 15px;
  border-radius: 30px;
  margin-bottom: 22px;
  z-index: 1;
  box-shadow: 0 20px 30px -23px #0d447c;
  transition: .5s;
  background: #1a58ba;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.theme-btn-one:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.theme-btn-one:before {
  background: #1d65d7;
  border-radius: 30px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .5s;
  width: 100%;
  z-index: -1;
}

.btn-phone-pulse {
  background: #00acee;
  color: #fff;
  position: fixed;
  bottom: 152px;
  left: 9px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9;
}

.btn-facebook-pulse {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  justify-content: center;
  left: 9px;
  padding: 14px;
  position: fixed;
  text-decoration: none;
  background-color: #3b5998;
  z-index: 4;
  bottom: 36px;
  width: 50px;
  height: 50px;
}

.btn-instagram-pulse2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  justify-content: center;
  left: 9px;
  /* padding: 14px; */
  position: fixed;
  text-decoration: none;
  z-index: 4;
  bottom: 16px;
  width: 50px;
  background-color: #a7006b;
  height: 50px;
  padding: 12px;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 94px;
  left: 9px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  z-index: 99;
  border-radius: 50%;
}

ul {
  padding: 0!important;
}

.btn-tiktok-pulse {
  align-items: center;
  background: #cbcbcb;
  border-radius: 50px;
  bottom: 210px;
  color: #000;
  display: flex;
  font-size: 28px;
  height: 50px;
  justify-content: center;
  left: 9px;
  position: fixed;
  width: 50px;
}

.btn-services-pulse2 {
  align-items: center;
  background: #056839;
  border-radius: 37px;
  bottom: 270px;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 50px;
  justify-content: center;
  left: 9px;
  position: fixed;
  width: 50px;
  align-items: center;
  text-align: center;
}
.btn-services-pulse2 p{
  opacity: 0;
  transform: translateX(100%);
  display: block;
  transition: 0.5s all ease;
  color: #FFF;
  visibility: hidden;
}
.btn-services-pulse2:hover p{
  opacity: 1;
  transform: translateX(0%);
  display: flex;
  visibility: visible;
}

.btn-services-pulse2:hover:hover
{
  color: #fff;
}
.social {
  position: fixed;
  left: 9px;
  z-index: 9;
  width: 5px;
  height: 2px;
  bottom: 18px;
}

.social::before {
  bottom: 10px;
  content: "\f199";
  background-color: #1a4147;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  position: fixed;
  z-index: 9;
  transition: all 0.5s ease 0s;
  width: 5px;
  height: 2px;
  cursor: pointer;
  padding: 24px;
  left: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
}

.social a {
  transform: translateY(100%) rotate(360deg);
  opacity: 0;
  visibility: hidden;
}

.social:hover a {
  transform: translateY(-82%) rotate(0deg);
  opacity: 1;
  visibility: visible;
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}