body .sm-clean a:hover,
body .main-menu.sm-clean .sub-menu li a:hover,
body .sm-clean li.active a,
body .sm-clean li.current-page-ancestor > a,
body .sm-clean li.current_page_ancestor > a,
body .sm-clean li.current_page_item > a {
  color: #6683E7 !important;
}

#contact {
  background-color: #8093E5;
}
#contact .split-color {
  background-color: #5468BB;
}
#contact .contact-form input {
  margin-bottom: 0;
}
#contact .contact-form > div {
  margin-bottom: 35px !important;
}

#home {
  background-image: url(images/head-img.jpg);
  position: relative;
  z-index: 1;
}
#home::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#home h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
  padding-top: 25px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 543px) {
  #home h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
#home h3::after {
  background-color: #fff;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 50px;
}
#home h3 span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
}
#home .big-text span {
  color: #6683E7;
  display: block;
}

#portfolio-grid {
  display: flex;
}
#pricing {
    background-color: #fff;
}
#pricing .info-text {
  color: #000;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  #pricing .content-wrapper .two_third {
    width: 100%;
  }
}
@media screen and (max-width: 543px) {
  #pricing .info-text {
    margin-left: 0;
  }
}

#services {
  background-color: #F7E567;
}
#services .split-color {
  background-color: #D8C74D;
}

.contact-form .contact-submit-holder {
  margin-top: 35px;
}

.contact-message-error {
  color: red;
  display: none;
  font-size: 14px;
  padding-top: 5px;
}
@media screen and (max-width: 543px) {
  .contact-message-error {
    font-size: 12px;
  }
}
.contact-message-error.show {
  display: block;
}

.footer-action-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 35px;
}
.footer-action-content .footer-action-item {
  margin: 0 30px;
}
.footer-action-content .footer-action-item .pricing-button {
  border: 1px solid;
  border-radius: 0;
}
.footer-action-content .footer-action-item .pricing-button:hover {
  color: #6683E7!important;
  border-color:  #6683E7;
}
@media screen and (max-width: 991px) {
  .footer-mail a {
    font-size: 40px;
  }
}
@media screen and (max-width: 543px) {
  .footer-mail a {
    font-size: 5.3vw;
  }
}

.form-message-modal {
  background-color: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.form-message-modal.show {
  display: block;
}
.form-message-modal .close {
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
  color: white;
  position: absolute;
  right: 25px;
  top: 10px;
}
.form-message-modal-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  width: 100%;
}
.form-message-modal-content {
  background-color: #fff;
  padding: 35px 65px;
  width: 50vw;
}
.form-message-modal-body h3 {
  color: #000;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
}

.form-message-modal-body p {
  color: #000;
  font-size: 22px;
  padding: 0 25%;
  padding-top: 35px;
  text-align: center;
}

.grid-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-item img {
  opacity: 0;
}
.grid-item.double_height {
  height: 460px;
}
.grid-item.p_one {
  height: 25vh;
}
.grid-item.p_one_half {
  height: 25vh;
}
.grid-item.p_one_half.double_height {
  height: 50vh;
}
.grid-item.square {
  height: 53vh;
}

.header-holder {
  background-color: transparent;
}
.header-holder.is-sticky .menu-wrapper::after {
    transform: translateY(0) translateX(-50%);
    transition: transform .5s;
}
.header-logo {
  max-width: 12.5vw;
  padding: 35px 0;
}
@media screen and (max-width: 1199px) {
  .header-logo {
    max-width: 16.6vw;
  }
}
@media screen and (max-width: 543px) {
  .header-logo {
    max-width: 30.6vw;
  }
}


.lightbox-modal {
  align-items: center;
  background-color: rgba(0,0,0,0.8);
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.lightbox-modal.show {
  display: flex;
}
.lightbox-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.lightbox-modal .cursor {
  cursor: pointer;
}
.lightbox-modal .close:hover,
.lightbox-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.lightbox-modal .modal-content {
  background-color: transparent;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 90%;
}
.lightbox-modal .mySlides {
  background-color: transparent;
  display: none;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-device-width: 310px)
              and (min-device-width: 543px)
              and (orientation: landscape) {
  .lightbox-modal .mySlides img {
    max-height: 305px;
    width: auto!important;
  }
}
.lightbox-modal .mySlides.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lightbox-modal .prev,
.lightbox-modal .next {
  border-radius: 0 3px 3px 0;
  font-size: 20px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  margin-top: -50px;
  padding: 16px;
  position: absolute;
  top: 50%;
  width: auto;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}
.lightbox-modal .prev:hover,
.lightbox-modal .next:hover {
  background-color: rgba(84, 104, 187, 0.9);
}
.lightbox-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.menu-wrapper {
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 8.33%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .menu-wrapper {
    padding: 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .menu-wrapper {
    padding: 0 35px;
  }
}
.menu-wrapper::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateY(-150%) translateX(-50%);
    transition: transform .3s;
    width: 100vw;
    z-index: -1;
}

.price-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.price-wrapper .pricing-button {
  border: 1px solid;
  border-radius: 0;
}
.price-wrapper .price-item {
  margin: 0 30px;
  width: calc(50% - 60px);
}
@media screen and (max-width: 991px) {
  .price-wrapper .price-item {
    margin-bottom: 35px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 543px) {
  .price-wrapper .price-item {
    margin: 0 0;
    margin-bottom: 35px;
    width: 100%;
  }
}
.price-wrapper .price-item.yellow {
  background-color: #F7E567;
}
.price-wrapper .price-item.yellow .price-item-title {
  background-color: #D8C74D;
}
.price-wrapper .price-item.blue {
  background-color: #8093E5;
}
.price-wrapper .price-item.blue .price-item-title {
  background-color: #5468BB;
}
.price-wrapper .price-item h3 {
  font-size: 38px;
  font-weight: 900;
  padding: 30px 15px;
  text-align: center;
}
.price-wrapper .price-item-body {
  padding: 35px 65px;
  text-align: center;
}
.price-wrapper .price-item-description {
  padding-bottom: 35px;
  padding-top: 35px;
}
.price-wrapper .price-item-description ul {
  margin: 0 0;
  padding-left: 0;
}
.price-wrapper .price-item-description ul li {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 543px) {
  .price-wrapper .price-item-description ul li {
    font-size: 18px;
  }
}
.price-wrapper .price-item-detail p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 543px) {
  .price-wrapper .price-item-detail p {
    font-size: 22px;
  }
}
.price-wrapper .price-item-detail p span {
  display: inline-block;
  font-size: 110px;
  font-weight: 900;
}
@media screen and (max-width: 543px) {
  .price-wrapper .price-item-detail p span {
    font-size: 90px;
  }
}


.service-holder {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.section-title-holder {
  width: 305px;
}
.service-txt {
  margin-left: 50px;
  width: calc(70% - 50px);
}

.sticky-wrapper {
  height: auto !important;
}
.site-wrapper img {
  max-width: 28.5vw;
}
.site-wrapper .footer a:hover {
  color: #6683E7;
}

@media screen and (max-width: 991px) {
  .toggle-holder {
    right: 35px;
  }
}
