html.js {
  margin-top: 0 !important;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
}

.container {
  position: relative;
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

#wpadminbar {
  display: none;
}

button:focus {
  outline: none;
}
.text-center {
	text-align:center;
}
.entry-content> p {
  margin: 0;
}

.site-header {
  background-color: #218faa;
}
.site-header .container, .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.site-header .logo-link {
  display: block;
  width: 140px;
  height: auto;
  margin: 10px 0 0;
}
.site-header .logo-link img {
  width: 100%;
  height: auto;
}

/* .site-header .header-content {
  width: calc(100% - 220px);
  padding: 10px;
  text-align: center;
} */
.site-header .header-contacts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  width: calc(100% - 220px);
  padding: 10px;
  text-align: center;
}
.site-header .header-contacts span {
  font-size: 14px;
  color: #70c2d2;
  font-weight: bold;
  margin-right: 15px;
}
.site-header .header-contacts .phone-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  max-width: 500px;
  margin: 0;
  padding: 0;
}
.site-header .header-contacts .phone-list a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
  text-decoration: none;
}

.site-header .navigation-top {
  width: 100%;
}
.site-header #top-menu {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* .site-header #top-menu .menu-item {
  min-width: 20%;
} */
.site-header #top-menu .menu-item a {
  display: block;
  font-size: 18px;
  color: #ddd;
  font-weight: bold;
  padding: 15px 10px;
  text-decoration: none;
  transition: all .3s;
}
.site-header #top-menu .menu-item a:hover {
  color: #fff;
}

#home-slider .slide {
  position: relative;
}
#home-slider .slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.4);
  padding-top:50px;
}
#home-slider .slide .slide-content h1 {
	margin-top:0px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
}
#home-slider .slide .slide-content h1 strong {
  font-weight: bold;
}
#home-slider .slide .slide-content h1,
#home-slider .slide .slide-content .top-text {
	text-shadow:0px 0px 15px #000000;
	font-weight: 300;
}
#home-slider .slide .top-text{
    font-size:20px;
    line-height:24px;
    text-align:center;
    color:#fff;
    padding-top:15px;
    /*height:160px;*/
    padding-bottom:30px;
}
#home-slider .slide.box2 .top-text{
	text-align: left;
}
#home-slider .slide .top-text .big-text{
    line-height:44px;
    font-size:28px;
    font-weight:bold;
    text-transform:uppercase;
}

#home-slider .brown-button {
    display:block;
    background:#ff9c3c;
    border:2px solid #fff;
    height:35px;
    width: 175px;
    line-height:30px;
    text-transform:uppercase;
    font-size:15px;
    text-align: center;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    margin: auto;
    position:relative;
    -moz-box-shadow:6px 6px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:6px 6px 1px rgba(0,0,0,0.1);
    box-shadow:6px 6px 1px rgba(0,0,0,0.1);
    opacity: .9;
    transition: all .3s;
}
#home-slider .brown-button:hover {
  opacity: 1;
  transform: scale(1.1);
}
#home-slider .owl-prev {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  top: calc(50% - 40px);
  left: 5%;
  color: #fff;
  background-color: transparent;
  opacity: .7;
  transition: all .3s;
}
#home-slider .owl-next {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  top: calc(50% - 40px);
  right: 5%;
  color: #fff;
  background-color: transparent;
  opacity: .7;
  transition: all .3s;
}
#home-slider .owl-prev:hover,
#home-slider .owl-next:hover {
  opacity: 1;
}
button.brown-button{
    font-family:'Open Sans', sans-serif;
    cursor:pointer;
    padding:0 30px;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .special-proposual {
  background: #ed621e;
  padding: 10px 10px;
  color: #fff;
  border: 2px solid #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  border-bottom: none;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  width: 200px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

#factors {
  padding: 70px 0 115px;
}
#factors .section-content {
  margin: auto;
  text-align: center;
}
#factors .section-content h2 {
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #777777;
  font-weight: 300;
  text-transform: uppercase;
}
#factors .section-content .content-text {
  padding-top: 55px;
  font-size: 16px;
  line-height: 24px;
  width: 600px;
  max-width: 100%;
  margin: auto;
  color: #565656;
}
#factors .section-content .reason-banner {
  position: relative;
  padding: 50px 0 100px;
}
#factors .section-content .reason-banner .center-img {
  width: 300px;
  height: 300px;
  margin: auto;
  z-index: 5;
}
#factors .section-content .reason-banner .center-img img {
  transition: all .3s;
}
#factors .section-content .reason-banner .center-img:hover img {
  transform: scale(1.1);
}
#factors .section-content .reason-banner .reason-img {
  position: absolute;
  width: 150px;
  height: 150px;
}
#factors .section-content .reason-banner .reason-img img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:hover img {
  transform: scale(1.1);
}
#factors .section-content .reason-banner .reason-img:nth-child(2) {
  top: 0;
  right: calc(50% - 320px);
}
#factors .section-content .reason-banner .reason-img:nth-child(2) .item-line {
  position: absolute;
  left: -40px;
  top: 130px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(-30deg);
  transform-origin: 0 100%;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(2):hover .item-line {
  height: 2px;
  width: 70px;
  border-radius: 0;
}
#factors .section-content .reason-banner .reason-img:nth-child(3) {
  top: 100px;
  right: calc(50% - 400px);
}
#factors .section-content .reason-banner .reason-img:nth-child(3) .item-line {
  position: absolute;
  left: -105px;
  top: 85px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(-5deg);
  transform-origin: 0 100%;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(3):hover .item-line {
  height: 2px;
  width: 120px;
  border-radius: 0;
}
#factors .section-content .reason-banner .reason-img:nth-child(4) {
  top: 230px;
  right: calc(50% - 400px);
}
#factors .section-content .reason-banner .reason-img:nth-child(4) .item-line {
  position: absolute;
  left: -115px;
  top: 25px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(15deg);
  transform-origin: 0 100%;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(4):hover .item-line {
  height: 2px;
  width: 140px;
  border-radius: 0;
}
#factors .section-content .reason-banner .reason-img:nth-child(5) {
  top: 340px;
  right: calc(50% - 280px);
}
#factors .section-content .reason-banner .reason-img:nth-child(5) .item-line {
  position: absolute;
  left: -20px;
  top: -25px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(45deg);
  transform-origin: 0 100%;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(5):hover .item-line {
  height: 2px;
  width: 80px;
  border-radius: 0;
}
#factors .section-content .reason-banner .reason-img:nth-child(6) {
  top: 0;
  left: calc(50% - 320px);
}
#factors .section-content .reason-banner .reason-img:nth-child(6) .item-line {
  position: absolute;
  right: -40px;
  top: 130px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(30deg);
  transform-origin: 100% 0;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(6):hover .item-line {
  height: 2px;
  width: 70px;
  border-radius: 0;
}
#factors .section-content .reason-banner .reason-img:nth-child(7) {
  top: 100px;
  left: calc(50% - 400px);
}
#factors .section-content .reason-banner .reason-img:nth-child(7) .item-line {
  position: absolute;
  right: -105px;
  top: 85px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(5deg);
  transform-origin: 100% 0;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(7):hover .item-line {
  height: 2px;
  width: 120px;
  border-radius: 0;
}
#factors .section-content .reason-banner .reason-img:nth-child(8) {
  top: 230px;
  left: calc(50% - 400px);
}
#factors .section-content .reason-banner .reason-img:nth-child(8) .item-line {
  position: absolute;
  right: -115px;
  top: 25px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(-15deg);
  transform-origin: 100% 0;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(8):hover .item-line {
  height: 2px;
  width: 140px;
  border-radius: 0;
}
#factors .section-content .reason-banner .reason-img:nth-child(9) {
  top: 340px;
  left: calc(50% - 280px);
}
#factors .section-content .reason-banner .reason-img:nth-child(9) .item-line {
  position: absolute;
  right: -20px;
  top: -25px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #6dc5dd;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
  transition: all .3s;
}
#factors .section-content .reason-banner .reason-img:nth-child(9):hover .item-line {
  height: 2px;
  width: 80px;
  border-radius: 0;
}

#attainment {
  padding: 75px 0 155px;
  background-image: linear-gradient(to bottom, #2895ae, #61c5d5);
}
#attainment .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#attainment h2 {
  width: 100%;
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#attainment .video-wrap {
  width: 46%;
}
#attainment .section-content {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#attainment .section-content .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  text-align: center;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

@keyframes shake {
  25% {
    transform: translate(5px, -2px);
  }
  75% {
    transform: translate(-5px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rounding {
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}

#attainment .section-content .content-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  object-fit: contain;
  transition: all .3s;
}
#attainment .section-content .content-item img:hover {
  animation: shake .1s 3 ease-in;
  /* animation: rounding 3s infinite linear; */
}

#services {
  padding: 70px 0 100px;
}
#services h2 {
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #777777;
  font-weight: 300;
  text-transform: uppercase;
}
#services .services-list {
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#services .services-list .service {
  width: 210px;
  height: 210px;
  position: relative;
  margin: 0 20px 50px;
  cursor: pointer;
}
#services .services-list .service .photo img {
  width: 100%;
  height: 100%;
}
#services .services-list .service .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  transform: scale(0);
  position: absolute;
  left: 5px;
  top: 5px;
  transition: all 0.4s ease-in-out 0s;
  color: #565656;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}
#services .services-list .service:hover .text {
  transform: scale(1);
}
#services .services-list .service .text .title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #67c7da;
  font-weight: bold;
}
#services .services-list .service .number {
  font-size: 28px;
  line-height: 50px;
  height: 50px;
  color: #67c7da;
  font-weight: bold;
  width: 50px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.services-list .service:first-child:after,
.services-list .service:nth-child(3):after{
  content: '';
  display: block;
  width: 100px;
  height: 22px;
  position: absolute;
  right: -100px;
  top: 20px;
  background: url('/wp-content/uploads/2018/07/gray-arrow-top.png') no-repeat;
  background-size: contain;
}
.services-list .service:nth-child(6):after {
  content: '';
  display: block;
  width: 122px;
  height: 26px;
  position: absolute;
  right: -150px;
  top: 20px;
  background: url('/wp-content/uploads/2018/07/gray-arrow-top.png') no-repeat;
  background-size: contain;
}
.services-list .service:nth-child(2):after {
  content: '';
  display: block;
  width: 100px;
  height: 22px;
  position: absolute;
  right: -100px;
  bottom: 20px;
  background: url('/wp-content/uploads/2018/07/gray-arrow-bottom.png') no-repeat;
  background-size: contain;
}
.services-list .service:nth-child(5):after {
  content: '';
  display: block;
  width: 122px;
  height: 26px;
  position: absolute;
  right: -150px;
  bottom: 20px;
  background: url('/wp-content/uploads/2018/07/gray-arrow-bottom.png') no-repeat;
  background-size: contain;
}


#our-works {
  padding: 40px 0;
  position: relative;
  /* background-image: linear-gradient(to bottom, #2895ae, #61c5d5); */
  background-image: url('/wp-content/uploads/2018/07/slide-4.jpg');
  background-size: cover;
}
#our-works .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, .5); */
  background-color: rgba(0, 0, 0, .5);
  /* z-index: -1; */
}
#our-works h2 {
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#works-slider {
  padding: 0 50px;
  box-sizing: border-box;
}
#works-slider .owl-item {
  /* padding: 1px; */
  margin: 70px 0;
  /* background-color: #777; */
  box-sizing: border-box;
  transition: all .5s;
}
#works-slider .owl-item .slide {
  padding: 20px;
  background-color: #fff;
}
#works-slider .owl-item a {
  text-decoration: none;
}
#works-slider .owl-item .wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.wp-post-image ,
.popup-img .img-bg {
  cursor: pointer;
}
#works-slider .owl-item .work-info {
  color: #565656;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  height: 160px;
}
#works-slider .owl-item .post-ratings img {
  display: inline;
  width: auto;
  height: 18px;
}
#works-slider .owl-item .addtoany_shortcode {
  position: absolute;
  top: 20px;
  left: 15px;
}
#works-slider .owl-item.layer-1 {
  transform: scale(1.3);
  z-index: 15;
  box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, .5);
}
#works-slider .owl-item.layer-2 {
  transform: scale(1.2);
  z-index: 10;
  box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, .5);
}
#works-slider .owl-item.layer-3 {
  transform: scale(1.1);
  z-index: 5;
  box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, .5);
}
#works-slider .owl-item.layer-4 {
  transform: scale(1);
  z-index: 1;
  box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, .5);
}
#works-slider .owl-item.position-1 {
  transform-origin: 0% 50%;
}
#works-slider .owl-item.position-2 {
  transform-origin: 33% 50%;
}
#works-slider .owl-item.position-3 {
  transform-origin: 66% 50%;
}
#works-slider .owl-item.position-4 {
  transform-origin: 100% 50%;
}
#works-slider .owl-prev {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  top: calc(50% - 40px);
  left: 10px;
  color: #fff;
  background-color: transparent;
  opacity: .7;
  transition: all .3s;
}
#works-slider .owl-next {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  top: calc(50% - 40px);
  right: 10px;
  color: #fff;
  background-color: transparent;
  opacity: .7;
  transition: all .3s;
}
#works-slider .owl-prev:hover,
#works-slider .owl-next:hover {
  opacity: 1;
}
#works-slider .owl-prev.disabled,
#works-slider .owl-next.disabled {
  opacity: .3;
}
#works-slider .owl-prev.disabled:hover,
#works-slider .owl-next.disabled:hover {
  opacity: .3;
}

#our-works .more-link {
  display: block;
  margin: 30px 10px 0 auto;
  background: #ff9c3c;
  border: 2px solid #fff;
  border-radius: 7px;
  height: 30px;
  width: 150px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  opacity: .9;
  transition: all .3s;
}
#our-works .more-link:hover {
  opacity: 1;
  transform: scale(1.1);
}

#reviews {
  padding: 80px 0;
}
#reviews h2 {
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #777777;
  font-weight: 300;
  text-transform: uppercase;
}
#reviews-slider {
  margin: 0 auto 50px;
}
#reviews-slider .owl-item {
  padding: 20px;
}
#reviews-slider .testimonial {
  border: none!important;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
  transition: all .3s;
}
#reviews-slider .testimonial:hover {
  transform: scale(1.02);
}
#reviews-slider .testimonial-inner {
  position: relative;
  border: none!important;
  max-width: 800px;
  margin: auto;
}
#reviews-slider .testimonial-inner .testimonial-heading {
  display: none;
}
#reviews-slider .testimonial-image {
  margin: 0 auto 30px!important;
  float: none!important;
}
#reviews-slider .testimonial-image img {
  width: 200px;
  height: 200px;
  padding: 5px!important;
  border: 1px solid #777!important;
  margin: auto;
  border-radius: 50%;
  object-fit: cover;
}
#reviews-slider .testimonial-content {
  color: #656565;
  min-height: 370px;
  font-size: 14px;
}
#reviews-slider .testimonial-client {
  display: flex;
  justify-content: flex-end;
  color: #777;
}
#reviews-slider .testimonial-client .testimonial-prof {
  margin-left: 10px;
  font-style: italic;
}
#reviews-slider .testimonial-client .review-date {
  position: absolute;
  top: 220px;
  right: 30px;
  font-size: 12px;
}
#reviews-slider .owl-prev,
#reviews-slider .owl-next {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  color: #777;
  top: calc(50% - 40px);
  background-color: transparent;
  opacity: .7;
  transition: all .3s;
}
#reviews-slider .owl-prev {
  left: 0;
}
#reviews-slider .owl-next {
  right: 0;
}
#reviews-slider .owl-prev:hover,
#reviews-slider .owl-next:hover {
  opacity: 1;
}
#reviews .more-link {
  display: block;
  margin: 10px 10px 50px auto;
  background: #ff9c3c;
  border: 2px solid #fff;
  border-radius: 7px;
  height: 30px;
  width: 150px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  opacity: .9;
  transition: all .3s;
}
#reviews .more-link:hover {
  opacity: 1;
  transform: scale(1.1);
}
#reviews h4 {
  padding: 0 0 30px 0;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #777777;
  font-weight: 300;
  text-transform: uppercase;
}
.customers-form form {
  display: grid;
  grid-column-gap: 20px;
  width: 900px;
  max-width: 100%;
  margin: auto;
}
.customers-form form .field-client_name {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 15px;
}
.customers-form form .field-email {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-bottom: 15px;
}
.customers-form form .field-_profession {
  grid-column: 1/2;
  grid-row: 3/4;
  margin-bottom: 0;
}
.customers-form form .field-featured_image {
  grid-column: 1/2;
  grid-row: 4/5;
  margin-top: 15px;
  margin-bottom: 0;
}
.customers-form form .field-post_content {
  grid-column: 2/3;
  grid-row: 1/4;
  margin-bottom: 0;
}
.customers-form form .wpmtst-submit {
  grid-column: 1/3;
  grid-row: 5/6;
  margin-top: 15px;
  margin-bottom: 0;
}
.customers-form form input[type="text"],
.customers-form form input[type="email"] {
  width: 100%;
  padding: 5px 15px;
  color: #777 !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  /* font-weight: bold; */
  background: none;
  border: 1px solid #777;
  transition: all .3s;
}
.customers-form form input[type="text"]::placeholder,
.customers-form form input[type="email"]::placeholder {
  color: rgba(119, 119, 119, .7);
}
.customers-form form input[type="text"]:focus,
.customers-form form input[type="email"]:focus {
  outline: none;
  transform: scale(1.02);
}
.customers-form form textarea {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  color: #777 !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  /* font-weight: bold; */
  background: none;
  border: 1px solid #777;
  margin-bottom: 15px;
  transition: all .3s;
}
.customers-form form textarea::placeholder {
  color: rgba(119, 119, 119, .7);
}
.customers-form form textarea:focus {
  outline: none;
  transform: scale(1.02);
}
.customers-form.strong-form label {
  display: inherit;
}
@keyframes pulse {
  25% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.customers-form form input[type="submit"] {
  display: block;
  width: 250px;
  padding: 7px 15px;
  color: #fff !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background-color: #ff9c3c;
  border: none;
  margin: auto;
  cursor: pointer;
  /* box-shadow: 6px 6px 1px rgba(0,0,0,0.1); */
  transition: all .3s;
}
.customers-form form input[type="submit"]:focus {
  outline: none;
}
.customers-form form input[type="submit"]:hover {
  transform: scale(1.05);
  /* animation: pulse .3s 1 ease-in; */
}


.site-footer {
  padding: 30px 0 20px;
  background-image: linear-gradient(to bottom, #2895ae, #61c5d5);
}
#contacts .container {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
  color: #fff;
}
#contacts h2 {
  width: 100%;
  padding: 0 0 65px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#contacts h3 {
  width: 100%;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin: 20px 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#contacts #map {
  width: 46%;
  height: 500px;
}
#contacts .section-content {
  width: 50%;
}
#contacts .section-content .contacts-list {
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
  width:48%;
}
#contacts .section-content .contacts-list li {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

#contacts .section-content form {
  padding: 30px 20px;
  max-width: 400px;
  margin: auto;
  text-align: center;
  /* background-color: #fff; */
  /* border: 3px solid #ed621e; */
}
#contacts .section-content form h4 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
#contacts .section-content form p {
  margin: 0;
}
#contacts .section-content form input {
  width: 100%;
  padding: 5px 15px;
  color: #777 !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background: none;
  border: 1px solid #777;
  background-color: #fff;
  margin-bottom: 15px;
  box-sizing: border-box;
  transition: all .3s;
}
#contacts .section-content form input::placeholder {
  color: rgba(119, 119, 119, .7);
}
#contacts .section-content form input:focus {
  outline: none;
  transform: scale(1.02);
}
#contacts .section-content form textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 5px 15px;
  color: #777 !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background: none;
  border: 1px solid #777;
  background-color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: all .3s;
}
#contacts .section-content form textarea::placeholder {
  color: rgba(119, 119, 119, .7);
}
#contacts .section-content form textarea:focus {
  outline: none;
  transform: scale(1.02);
}
#contacts .section-content form input[type="submit"] {
  display: block;
  width: 250px;
  max-width: 90%
  padding: 7px 15px;
  color: #fff !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background-color: #ff9c3c;
  border: none;
  margin: auto;
  cursor: pointer;
  /* box-shadow: 6px 6px 1px rgba(0,0,0,0.1); */
  transition: all .3s;
}
#contacts .section-content form input[type="submit"]:focus {
  outline: none;
}
#contacts .section-content form input[type="submit"]:hover {
  transform: scale(1.05);
  /* animation: pulse .3s 1 ease-in; */
}

.site-footer .site-info .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}
.site-footer .site-info .dev {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.site-footer .site-info .dev a {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.site-footer .site-info .dev a:hover {
  color: #ddd;
}
.site-footer .site-info .social-links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.site-footer .site-info .social-links a {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  transition: all .3s;
}
.site-footer .site-info .social-links a:hover {
  color: #ddd;
}


.fixed-contacts {
  position: fixed;
  display: block;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: #218faa;
  transition: all .3s;
}
.fixed-contacts.active {
  top: 0;
}
.fixed-contacts .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  text-align: center;
}
.fixed-contacts .contacts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fixed-contacts span {
  font-size: 14px;
  color: #70c2d2;
  font-weight: bold;
  margin-right: 15px;
}
.fixed-contacts .phone-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  max-width: 500px;
  margin: 0;
  padding: 0;
}
.fixed-contacts .phone-list a,
.fixed-contacts .phone-num {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
  text-decoration: none;
}
.fixed-contacts .phone-num {
  display: none;
}
.fixed-contacts .logo-link {
  display: none;
}
.fixed-contacts .contact-btn {
  display: none;
}

#fixed-menu {
  position: fixed;
  top: 0;
  left: -320px;
  width: 250px;
  height: 100vh;
  padding: 40px 20px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 100;
  transition: all .3s;
}
#fixed-menu.active {
  left: -250px;
}
#fixed-menu.active.open {
  left: 0;
}
#fixed-menu .open-menu {
  position: absolute;
  top: 100px;
  left: 100%;
  background: #ff9c3c;
  border: 2px solid #fff;
  border-radius: 0 7px 7px 0;
  height: 35px;
  width: 70px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  opacity: .9;
  transition: all .3s;
}
#fixed-menu .open-menu:hover {
  opacity: 1;
}
#fixed-menu .close-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  background-image: none;
  border: none;
  background-color: transparent;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #70c2d2;
  transition: all .3s;
}
#fixed-menu .close-menu:hover {
  color: #218faa;
}
#fixed-menu .menu {
  padding-left: 15px;
  margin: 20px auto;
  list-style: none;
}
#fixed-menu .menu .menu-item a {
  display: block;
  font-size: 16px;
  color: #70c2d2;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  transition: all .3s;
}
#fixed-menu .menu .menu-item a:hover {
  color: #218faa;
}
#fixed-menu .social-links {
  margin: 50px 10px 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
#fixed-menu .social-links a {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 5px;
  color: #70c2d2;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  transition: all .3s;
}
#fixed-menu .social-links a:hover {
  color: #218faa;
}

.blog .page-title {
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  margin-top: 50px;
  color: #777777;
  font-weight: bold;
  text-transform: uppercase;
}
.blog .post {
  position: relative;
  width: 900px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5px auto;
  padding: 30px 20px;
  box-sizing: border-box;
}
.blog .post:not(:first-child) {
  border-top: 1px solid #ddd;
}
.blog .post .addtoany_content {
  position: absolute;
  top: 14px;
  left: 15px;
}
.blog .post .work-info {
  flex: 1;
  margin-left: 40px;
  color: #777;
}

.single #main> .container {
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single .post {
  position: relative;
  flex: 1;
  margin-left: 40px;
}
.single .post .addtoany_content {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.single .post .entry-title {
  width: calc(100% - 80px);
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 28px;
  color: #777;
  text-align: center;
}
.single .post .entry-meta {
  text-align: right;
}
.single .post .entry-meta .byline,
.single .post .entry-meta .posted-on .screen-reader-text,
.single .post .entry-meta time:not(.published) {
  display: none;
}
.single .post .entry-meta a {
  font-size: 14px;
  color: #70c2d2;
  text-decoration: none;
  transition: all .3s;
}
.single .post .entry-meta a:hover {
  color: #218faa;
}
.single .post .entry-content {
  color: #777;
}
.single .edit-link {
  display: none;
}
.single .post-navigation {
  width: 100%;
  margin-top: 50px;
}
.single .post-navigation h2 {
  display: none;
}
.single .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single .post-navigation .nav-links a {
  font-size: 16px;
  color: #70c2d2;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
}
.single .post-navigation .nav-links a:hover {
  color: #218faa;
}

#reviews-page {
  padding: 30px 0 60px;
}
#reviews-page h2 {
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #777777;
  font-weight: 300;
  text-transform: uppercase;
}

#reviews-page h4 {
  padding: 0 0 30px 0;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  margin-top: 50px;
  color: #777777;
  font-weight: 300;
  text-transform: uppercase;
}
#reviews-page .all-reviews .strong-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
#reviews-page .testimonial {
  width: 30%;
  border: none!important;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
  transition: all .3s;
  margin: 20px auto;
}
#reviews-page .testimonial:hover {
  transform: scale(1.02);
}
#reviews-page .testimonial-inner {
  position: relative;
  border: none!important;
  max-width: 800px;
  margin: auto;
}
#reviews-page .testimonial-inner .testimonial-heading {
  display: none;
}
#reviews-page .testimonial-image {
  margin: 0 auto 30px!important;
  float: none!important;
}
#reviews-page .testimonial-image img {
  display: block;
  width: 200px;
  height: 200px;
  padding: 5px!important;
  border: 1px solid #777!important;
  margin: auto;
  border-radius: 50%;
  object-fit: cover;
}
#reviews-page .testimonial-content {
  color: #656565;
  min-height: 370px;
  font-size: 14px;
}
#reviews-page .testimonial-client {
  display: flex;
  justify-content: flex-end;
  color: #777;
}
#reviews-page .testimonial-client .testimonial-prof {
  margin-left: 10px;
  font-style: italic;
}
#reviews-page .testimonial-client .review-date {
  position: absolute;
  top: 220px;
  right: 30px;
  font-size: 12px;
}

.callback-popup {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1000;
  transition: all .5s;
}
.callback-popup.active {
  top: 0;
  opacity: 1;
}
.callback-popup .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.callback-popup .form-wrap {
  z-index: 5;
}
.callback-popup .form-wrap form {
  padding: 30px 20px;
  max-width: 400px;
  margin: auto;
  text-align: center;
  background-color: #218faa;
  /* border: 3px solid #ed621e; */
}
.callback-popup .form-wrap form h4 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.callback-popup .form-wrap form p {
  margin: 0;
}
.callback-popup .form-wrap form input {
  width: 100%;
  padding: 5px 15px;
  color: #777 !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background: none;
  border: 1px solid #777;
  background-color: #fff;
  margin-bottom: 15px;
  box-sizing: border-box;
  transition: all .3s;
}
.callback-popup .form-wrap form input::placeholder {
  color: rgba(119, 119, 119, .7);
}
.callback-popup .form-wrap form input:focus {
  outline: none;
  transform: scale(1.02);
}
.callback-popup .form-wrap form textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 5px 15px;
  color: #777 !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background: none;
  border: 1px solid #777;
  background-color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: all .3s;
}
.callback-popup .form-wrap form textarea::placeholder {
  color: rgba(119, 119, 119, .7);
}
.callback-popup .form-wrap form textarea:focus {
  outline: none;
  transform: scale(1.02);
}
.callback-popup .form-wrap form input[type="submit"] {
  display: block;
  width: 250px;
  max-width: 90%
  padding: 7px 15px;
  color: #fff !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background-color: #ff9c3c;
  border: none;
  margin: auto;
  cursor: pointer;
  /* box-shadow: 6px 6px 1px rgba(0,0,0,0.1); */
  transition: all .3s;
}
.callback-popup .form-wrap form input[type="submit"]:focus {
  outline: none;
}
.callback-popup .form-wrap form input[type="submit"]:hover {
  transform: scale(1.05);
  /* animation: pulse .3s 1 ease-in; */
}

#call-btn {
  position: fixed;
  right: 2vw;
  bottom: 10vh;
  width: 50px;
  height: 50px;
  background: #ff9c3c;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  opacity: .8;
  z-index: 100;
  transition: all .3s;
}
#call-btn:hover {
  transform: rotate(-30deg);
  opacity: 1;
}
#to-top {
  position: fixed;
  right: 2vw;
  bottom: calc(10vh + 60px);
  width: 50px;
  height: 50px;
  background: #ff9c3c;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  opacity: .8;
  z-index: 100;
  transition: all .3s;
}
#to-top:hover {
  transform: translateY(-5px);
  opacity: 1;
}

.popup-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
.popup-img .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.popup-img .close-btn {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  transition: all .3s;
}
.popup-img .close-btn:hover {
  transform: rotate(90deg);
}
.popup-img img {
  max-width: 90%;
  height: auto;
  max-height: 90%;
  z-index: 10;
}

#best-price {
  padding: 40px 0;
  background-image: linear-gradient(to bottom, #2895ae, #61c5d5);
}
#best-price h2 {
  padding: 0 0 40px 0;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#best-price .section-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#best-price .section-content .content-item {
  width: 46%;
  max-width: 350px;
  text-align: center;
}
#best-price .section-content .content-item h5 {
  width: 100%;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  background: #ff9c3c;
  padding: 5px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  font-size: 17px;
  line-height: 30px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
}
#best-price .section-content .content-item span {
  font-size: 26px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}
#best-price .section-content .content-item span sup {
  font-size: 0.6em;
  line-height: 1em;
}
#best-price .spot-btn {
  display: block;
  background: #ff9c3c;
  border: 2px solid #fff;
  height: 40px;
  width: 360px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  margin: auto;
  position: relative;
  cursor: pointer;
  -moz-box-shadow: 6px 6px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 6px 6px 1px rgba(0,0,0,0.1);
  box-shadow: 6px 6px 1px rgba(0,0,0,0.1);
  opacity: .9;
  transition: all .3s;
}
#best-price .spot-btn:hover {
  opacity: 1;
}
#best-price .popup-spots {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
#best-price .popup-spots .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  cursor: pointer;
}
#best-price .popup-spots .spots-wrapper {
  width: 700px;
  max-width: 90%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  z-index: 5;
  box-sizing: border-box;
}
#best-price .popup-spots .spots-wrapper .owl-next {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  top: calc(50% - 40px);
  right: -50px;
  color: #fff;
  background-color: transparent;
  opacity: .7;
  transition: all .3s;
}
#best-price .popup-spots .spots-wrapper .owl-prev {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  top: calc(50% - 40px);
  left: -50px;
  color: #fff;
  background-color: transparent;
  opacity: .7;
  transition: all .3s;
}
#best-price .popup-spots .spots-wrapper .owl-next:hover,
#best-price .popup-spots .spots-wrapper .owl-prev:hover {
  opacity: 1;
}
#best-price .popup-spots .slide {
  height: 100vh;
  padding: 20px;
  overflow-y: scroll;
}
#best-price .popup-spots .slide table {
  margin: auto;
  border-collapse: collapse;
}
#best-price .popup-spots .slide table .table-title {
  font-size: 26px;
  color: #777;
  padding: 5px;
  background-color: transparent;
  border: none;
}
#best-price .popup-spots .slide table th {
  padding: 2px;
  background-color: #ddd;
  border: 1px solid #000;
}
#best-price .popup-spots .slide table td {
  padding: 2px;
  border: 1px solid #000;
}
#best-price .popup-spots .slide table td:not(:first-of-type) {
  text-align: center;
}
#best-price .popup-spots .slide .mark-info {
  margin: 20px 0 40px;
}
#best-price .popup-spots .slide h3 {
  padding: 0 0 30px 0;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 30px;
  margin: 0;
  color: #777777;
  text-transform: uppercase;
}
#best-price .popup-spots .slide .marker-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px auto 40px;
  list-style: none;
}
#best-price .popup-spots .slide .marker-list li {
  position: relative;
  display: block;
  width: 48%;
  padding-left: 30px;
  line-height: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#best-price .popup-spots .slide .marker-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
#best-price .popup-spots .slide .marker-list li:nth-child(1)::before {
  background-color: #1f981d;
}
#best-price .popup-spots .slide .marker-list li:nth-child(2)::before {
  background-color: #4965ba;
}
#best-price .popup-spots .slide .marker-list li:nth-child(3)::before {
  background-color: #e7e002;
}
#best-price .popup-spots .slide .marker-list li:nth-child(4)::before {
  background-color: #c60d2c;
}
#best-price .popup-spots .slide .imp-info {
  display: block;
  padding: 5px;
  text-align: center;
  margin: 20px auto 40px;
  background-color: yellow;
}

.wp-pagenavi {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px auto 20px;
}
.wp-pagenavi> * {
  border: none!important;
}
.wp-pagenavi a {
  font-weight: bold;
  color: #777;
  transition: all .3s;
}
.wp-pagenavi a:hover {
  color: #000;
}
