body {
  font-family: "Poppins", sans-serif;
  background-color: #F7F7F7;
}

.wpcf7-submit,
.btn {
  background-color: #4CA99D;
  color: #fff;
  border-radius: 30px;
  border: 0;
  padding: 10px 25px;
  transition: all 0.5s;
}
@media (max-width: 500px) {
  .wpcf7-submit{
    float: right;
  }
}
.wpcf7-submit:hover,
.btn:hover {
  background-color: #338d81;
  color: #fff;
}

.ml-container {
  width: 1400px !important;
  max-width: 1400px !important;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .ml-container {
    max-width: 1200px !important;
    width: 1200px !important;
  }
}
@media (max-width: 1370px) {
  .ml-container {
    max-width: 1200px !important;
    width: 1200px !important;
  }
}
@media (max-width: 1250px) {
  .ml-container {
    max-width: 98% !important;
  }
}
@media (max-width: 600px) {
  .ml-container {
    max-width: 100% !important;
    width: 100% !important;
  }
}

#site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
  padding: 0;
}
body.slideUp #site-header {
  position: fixed;
  top: -115px;
}
body.slideDown #site-header {
  position: fixed;
  top: 0;
}
#site-header .ml-container {
  background-color: #fff;
  padding: 20px 30px;
}
@media (max-width: 500px) {
  #site-header .ml-container {
    padding: 20px 10px;
  }
}

@media (max-width: 600px) {
  .site-branding {
    max-width: 128px !important;
  }
  .site-branding img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.site-branding img {
  height: 40px;
}
@media (max-width: 500px) {
  .site-branding img {
    height:36px;
  }
}

#introduction.section {
  color: #fff;
  margin: 0;
  text-align: center;
  position: relative;
  background-color: #1f2229;
  overflow: hidden;
  padding: 48% 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 120px;
}
@media (max-width: 1030px) {
  #introduction.section {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  #introduction.section {
    margin-top: 75px;
  }
}
@media (max-width: 600px) {
  #introduction.section {
    padding-top: 85%;
  }
}
#introduction.section .row {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 1030px) {
  #introduction.section .row {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  #introduction.section .row {
    min-height: auto;
  }
}
#introduction.section .intro-wrap {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#introduction.section h2 {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #introduction.section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #introduction.section h2 br {
    display: none;
  }
}
@media (max-width: 500px) {
  #introduction.section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#introduction.section .container2 {
  position: relative;
  z-index: 9;
}
#introduction.section #bgvideo {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 120%;
  background-color: #1e2128;
  /*@media (orientation: portrait){
    height: 100%;
    width: auto;
  }
  @media (min-width: 1200px) and (max-height: 600px){
    height: auto;
    width: 100%;
  }
  @media (width: 768px){
    height: auto;
    width: 100%;
  }*/
  /*@media (width: 1366px){
    height: 110%;
  }
  @media (width: 812px){
    height: 100%;
  }
  @media (max-width: 770px){
    height: 150%;
  }
  @media (max-width: 700px) and (orientation: portrait){
    height: 100%;
    width: auto;
  }
  @media (max-width: 700px) and (orientation: landscape){
    height: auto;
  }*/
}

.site-navigation {
  font-size: 16px;
}
.site-navigation ul.menu li a {
  color: #000000;
  font-size: 16px;
  padding: 25px 25px;
  border-bottom: 3px solid transparent;
}
.site-navigation ul.menu li a:hover {
  border-bottom-color: #4CA99D;
  color: #4CA99D;
}
@media (max-width: 1030px) {
  .site-navigation ul.menu li a {
    padding: 20px 15px;
    font-size: 14px;
  }
}
.site-navigation ul.menu li:hover > a {
  color: #4CA99D;
  border-bottom-color: #4CA99D;
}
.site-navigation ul.menu li li a {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 0;
  font-size: 14px;
}
.site-navigation ul.menu li ul {
  z-index: 999;
}

header .search-button {
  display: inline-block;
  padding: 0 25px;
}
header .search-cta {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .search-cta {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  header .search-cta .btn-primary {
    padding: 6px 11px;
    font-size: 9px;
    right: 70px;
    position: absolute;
    top: 19px;
  }
}
@media (max-width: 500px) {
  header .search-cta .btn-primary {
    right: 60px;
    top: 22px;
  }
}

.section {
  padding: 50px 0;
}
.section h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #start-journey.section{
    padding-top: 30px;
  }
  .section h2 {
    font-size: 25px;
    text-align: center;
  }
  .section h2 br {
    display: none;
  }
}
.section.info-section {
  text-align: center;
}
.section.info-section p {
  margin-bottom: 30px;
}

#quick-steps {
  padding-bottom: 0;
}
#quick-steps h2 {
  margin: 60px 0 110px;
}
@media (max-width: 768px) {
  #quick-steps h2 {
    margin: 10px 0;
  }
}
@media (max-width: 500px) {
  #quick-steps h2 {
    font-size:20px;
  }
}
#quick-steps .bclass {
  position: relative;
  top: -500px;
}
@media (max-width: 768px) {
  #quick-steps .bclass {
    top: -300px;
  }
}
#quick-steps .step-counts-section {
  display: flex;
  margin-top: 70px;
  background-color: #fff;
}
@media (max-width:500px){
  #quick-steps .step-counts-section {
    margin-top: 25px;
  }
}
#quick-steps .step-counts-section .step-counts {
  background: url(../images/steps-bg.png) no-repeat 50% 50%;
  background-size: cover;
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  #quick-steps .step-counts-section .step-counts {
    width: 70px;
  }
}
#quick-steps .step-counts-section .step-counts:after {
  width: 3px;
  content: "";
  position: absolute;
  right: 50%;
  display: block;
  background: #fff;
  top: 20%;
  bottom: 20%;
  margin-right: -35px;
  z-index: 1;
}
@media (max-width: 768px) {
  #quick-steps .step-counts-section .step-counts:after {
    left: 34px;
    right: auto;
  }
}
#quick-steps .step-counts-section .step-counts:before {
  width: 3px;
  content: "";
  position: absolute;
  right: 50%;
  display: block;
  background: #39bfb6;
  top: 20%;
  margin-right: -35px;
  z-index: 1;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  #quick-steps .step-counts-section .step-counts:before {
    left: 34px;
    right: auto;
  }
}
#quick-steps .step-counts-section .step-counts .counts {
  color: #39BFB6;
  border-radius: 50%;
  font-size: 38px;
  font-weight: bold;
  border: 2px solid transparent;
  padding: 10px;
  margin: 0 0 0 70px;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  #quick-steps .step-counts-section .step-counts .counts {
    margin: 0;
    font-size: 12px;
    padding: 2px;
  }
}
#quick-steps .step-counts-section .step-counts .counts strong {
  width: 104px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  #quick-steps .step-counts-section .step-counts .counts strong {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
#quick-steps .step-contents {
  flex: 1;
  padding: 50px 80px;
}
@media (max-width: 768px) {
  #quick-steps .step-contents {
    padding: 20px;
  }
}
#quick-steps .step-contents .step-content {
  padding: 40px 0;
}
@media (max-width: 768px) {
  #quick-steps .step-contents .step-content {
    padding: 10px 0;
  }
}
#quick-steps .step-contents .step-content p,
#quick-steps .step-contents .step-content ul {
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  #quick-steps .step-contents .step-content img {
    max-width: 60px;
    margin: auto;
    display: block;
  }
}
#quick-steps .step-contents .step-content h3 {
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #quick-steps .step-contents .step-content h3 {
    font-size: 18px;
    text-align: center;
  }
}
#quick-steps .step-contents .step-content ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #quick-steps .step-contents .step-content ul {
    font-size: 14px;
  }
}
#quick-steps .step-contents .step-content ul li {
  display: block;
  position: relative;
  padding: 0px 0 10px 22px;
}
#quick-steps .step-contents .step-content ul li:before {
  position: absolute;
  content: "";
  background-color: #39BFB6;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
}

body.step1active #quick-steps .step-contents .step-content.ste1_cont p,
body.step2active #quick-steps .step-contents .step-content.ste2_cont p,
body.step3active #quick-steps .step-contents .step-content.ste3_cont p,
body.step1active #quick-steps .step-contents .step-content.ste1_cont ul,
body.step2active #quick-steps .step-contents .step-content.ste2_cont ul,
body.step3active #quick-steps .step-contents .step-content.ste3_cont ul {
  opacity: 1;
}

body.step1active #quick-steps .step-counts-section .step-counts .counts#count_1,
body.step2active #quick-steps .step-counts-section .step-counts .counts#count_2,
body.step3active #quick-steps .step-counts-section .step-counts .counts#count_3 {
  border-color: #39bfb6;
}
body.step1active #quick-steps .step-counts-section .step-counts .counts#count_1 strong,
body.step2active #quick-steps .step-counts-section .step-counts .counts#count_2 strong,
body.step3active #quick-steps .step-counts-section .step-counts .counts#count_3 strong {
  background-color: #39bfb6;
  color: #fff;
}

body.step1active #quick-steps .step-counts-section .step-counts:before {
  height: 15%;
  z-index: 3;
}
body.step2active #quick-steps .step-counts-section .step-counts:before {
  height: 45%;
}
body.step3active #quick-steps .step-counts-section .step-counts:before {
  height: 60%;
}
#infinity-possibilities.section {
  background-color: #fff;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #infinity-possibilities.section {
    text-align: center;
  }
}
#infinity-possibilities.section .container2 {
  position: relative;
}
#infinity-possibilities.section .container2:after {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: 1px;
  margin: 0 -15px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  #infinity-possibilities.section .container2:after {
    margin: 0;
  }
}
#infinity-possibilities.section h2 {
  text-align: left;
}
@media (max-width: 1200px) {
  #infinity-possibilities.section h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}
#infinity-possibilities.section .infinity-possibilities-desktop {
  position: static;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp {
  border: 1px solid #E7E7E7;
  background-color: #fff;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  margin: 20px 10px 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp {
    height: 100px;
    padding: 10px;
    font-size: 14px;
  }
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp .sp-icon img.hover {
  display: none;
}
@media (max-width: 1200px) {
  #infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp .sp-icon {
    text-align: center;
  }
  #infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp .sp-icon img {
    margin: auto;
    height: 40px;
  }
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp strong {
  font-weight: 400;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp:hover {
  background-color: #4CA99D;
  border-color: #4CA99D;
  color: #fff;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp:hover .sp-icon img.normal {
  display: none;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp:hover .sp-icon img.hover {
  display: block;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp-v2 {
  background: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  margin: 20px 10px 0;
  transition: all 0.3s;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  #infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp-v2 {
    height: 100px;
    padding: 10px;
    font-size: 14px;
  }
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp-v2:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #00000075;
  transition: all 0.4s;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp-v2 strong {
  position: relative;
  z-index: 4;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp-v2:hover:after {
  background-color: #4ca99de0;
}
#infinity-possibilities.section .infinity-possibilities-desktop .single-slide .sp-v2:hover strong {
  margin-bottom: 20px;
}
#infinity-possibilities.section .infinity-possibilities-desktop .slick-arrow {
  position: absolute;
  background: url(../images/Icon-arrow-left-circle.png) no-repeat 50% 50%;
  width: 47px;
  height: 47px;
  color: transparent;
  font-size: 0;
  border: 0;
  bottom: 70px;
}
@media (max-width: 1200px) {
  #infinity-possibilities.section .infinity-possibilities-desktop .slick-arrow {
    display: none !important;
  }
}
#infinity-possibilities.section .infinity-possibilities-desktop .slick-arrow.slick-prev {
  left: 30px;
  transform: rotate(180deg);
}
#infinity-possibilities.section .infinity-possibilities-desktop .slick-arrow.slick-next {
  left: 90px;
}

#iframes.section {
  background-color: #fff;
  padding-bottom: 0;
}
#iframes.section .tab-pane {
  /*> div{
    @media (max-width: 400px){
      padding-top: 90% !important;
    } 
  }*/
}
#iframes.section .tab-pane iframe {
  height: 100%;
}
#iframes.section .tab-pane .video-player-43-ratio {
  padding-top: 56%;
  position: relative;
}
#iframes.section .tab-pane .video-player-43-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  #iframes.section .tab-content {
    background: url("https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/images/bx_loader.gif") no-repeat 50% 50%;
    min-height: 600px;
  }
}
@media (min-width: 1400px) {
  #iframes.section .tab-content {
    background: url("https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/images/bx_loader.gif") no-repeat 50% 50%;
    min-height: 690px;
  }
}

.section ul.nav-tab {
  border: 0;
  display: flex;
  justify-content: center;
  margin: 60px 0 40px 0;
}
@media (max-width:500px){
  .section ul.nav-tab{
    margin: 10px 0;
  }
}
.section ul.nav-tab li button {
  background-color: transparent;
  color: #000;
  border-radius: 30px;
  border: 0;
  padding: 10px 25px;
  transition: all 0.5s;
  font-size: 18px;
  margin: 0 2px;
}
@media (max-width: 768px) {
  .section ul.nav-tab li button {
    padding: 6px 13px;
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .section ul.nav-tab li button {
    font-size: 12px;
  }
}
.section ul.nav-tab li button.active {
  background-color: #4CA99D;
  color: #fff;
}

#video-player {
  position: relative;
  padding-top: 52%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 40px 0 0;
}
@media (max-width:500px){
  #video-player {
    margin-top:10px;
  }
}
#video-player a {
  background: url(../images/play.png) no-repeat 50% 50% rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
@media (max-width: 768px) {
  #video-player a {
    background-size: 48px auto;
  }
}
#video-player iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

#video-player.modal .modal-dialog {
  max-width: 640px;
  margin: 140px auto 0;
}
#video-player.modal .modal-content {
  padding: 0;
  position: relative;
}
#video-player.modal .modal-body {
  position: relative;
  padding-top: 52%;
}
#video-player.modal .modal-body .btn-close {
  border: 1px solid #000;
  opacity: 1;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  position: absolute;
  background-color: #fff;
  z-index: 55;
}

#pricing {
  background-color: #fff;
  padding: 50px 20px 0;
}
@media (max-width: 1030px) {
  #pricing {
    font-size: 14px;
  }
}
#pricing h2 {
  text-align: left;
}
@media (max-width: 400px) {
  #pricing h2 {
    text-align: center;
  }
}
#pricing .pricing-col-md {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 400px) {
  #pricing .pricing-col-md {
    justify-content: center;
  }
}
#pricing ul.nav {
  display: flex;
  justify-content: center;
  margin: 0;
  border: 1px solid #707070;
  float: right;
  border-radius: 30px;
  padding: 5px;
}
#pricing ul.nav li button {
  background-color: transparent;
  color: #000;
  border-radius: 30px;
  border: 0;
  padding: 10px 25px;
  transition: all 0.5s;
  font-size: 18px;
  margin: 0 2px;
}
#pricing ul.nav li button.active {
  background-color: #4CA99D;
  color: #fff;
}
@media (max-width: 991px) {
  #pricing .pricing-row {
    display: flex;
    justify-content: center;
  }
}
#pricing .pricing-row > div {
  display: flex;
  align-items: flex-end;
}
#pricing .pricing-single {
  background-color: #56787B;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin-bottom: 20px;
}
#pricing .pricing-single h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
#pricing .pricing-single p {
  padding: 10px 30px;
}
#pricing .pricing-single ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#pricing .pricing-single ul li {
  background: url(../images/icon-check.png) no-repeat 30px 8px;
  padding: 5px 0 5px 60px;
  border-bottom: 1px solid #fff;
  display: block;
  list-style: none;
}
#pricing .pricing-single ul li:last-child {
  border: 0;
}
#pricing .pricing-single .costing {
  padding: 30px 30px 10px;
  display: flex;
  align-items: center;
}
#pricing .pricing-single .costing strong {
  font-size: 46px;
  margin-right: 10px;
  line-height: 40px;
}
@media (max-width: 1030px) {
  #pricing .pricing-single .costing strong {
    font-size: 36px;
  }
}
#pricing .pricing-single .costing-notes {
  padding: 0px 30px;
  text-align: left;
}
#pricing .pricing-single .btn-block {
  padding-top: 20px;
}
#pricing .pricing-single .btn-block .btn {
  display: block;
  margin: 0 30px;
  background-color: #fff;
  color: #000;
}
#pricing .pricing-single .btn-block .btn:hover {
  opacity: 0.9;
}

#testimonials {
  background-color: #F2FFFD;
  overflow: hidden;
  padding: 90px 0;
}
@media (max-width: 768px) {
  #testimonials {
    margin: 30px 0;
  }
}
#testimonials h2 {
  text-align: left;
}
#testimonials .container2 {
  position: relative;
  padding: 0 20px;
}
#testimonials #testimonials-slider {
  position: static;
  margin-right: -20%;
  min-height: 450px;
}
@media (max-width: 768px) {
  #testimonials #testimonials-slider {
    margin-right: 0%;
    font-size: 13px;
  }
}
#testimonials #testimonials-slider .testimonials-single {
  background-color: #fff;
  padding: 30px;
  margin: 3px 20px 2px 2px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
}
#testimonials #testimonials-slider .testimonials-single .r1 {
  display: flex;
  align-items: center;
}
#testimonials #testimonials-slider .testimonials-single .r1 img.dp {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #testimonials #testimonials-slider .testimonials-single .r1 img.dp {
    width: 70px;
    height: 70px;
    margin: 0;
  }
}
#testimonials #testimonials-slider .testimonials-single .r1 .user-detail {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#testimonials #testimonials-slider .testimonials-single .r1 .user-detail strong {
  font-weight: bold;
}
#testimonials #testimonials-slider .testimonials-single .r1 .user-detail em {
  font-style: normal;
  line-height: 90%;
  font-size: 12px;
  margin: 3px 0;
}
#testimonials #testimonials-slider .testimonials-single .r1 .user-detail img {
  margin-top: 15px;
}
@media (max-width: 768px) {
  #testimonials #testimonials-slider .testimonials-single .r1 .user-detail img {
    margin-top: 0%;
  }
}
#testimonials #testimonials-slider .testimonials-single .r2 {
  font-weight: 300;
  font-size: 12px;
  margin: 10px 0;
}
#testimonials #testimonials-slider .testimonials-single .readmore {
  background: url(../images/readmore.png) no-repeat right 6px;
  padding-right: 25px;
  color: #4CA99D;
  display: none;
}
#testimonials #testimonials-slider .slick-current .readmore {
  display: inline-block !important;
}
#testimonials #testimonials-slider .slick-arrow {
  position: absolute;
  background: url(../images/Icon-arrow-left-circle.png) no-repeat 50% 50%;
  width: 47px;
  height: 47px;
  color: transparent;
  font-size: 0;
  border: 0;
  top: 20px;
}
@media (max-width: 768px) {
  #testimonials #testimonials-slider .slick-arrow {
    display: none !important;
  }
}
#testimonials #testimonials-slider .slick-arrow.slick-prev {
  right: 90px;
  transform: rotate(180deg);
}
#testimonials #testimonials-slider .slick-arrow.slick-next {
  right: 10px;
}

#clients h2 {
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1200px) {
  #clients h2 {
    text-align: center;
  }
}
#clients .client-logos {
  width: 100%;
  overflow: auto;
}
#clients .client-logos img {
  display: block;
  max-width: none;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1200px) {
  #clients .client-logos img {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  #clients .client-logos img {
    width: 95%;
  }
}
#clients .client-logos .slick-arrow {
  display: none !important;
}

footer.site-footer {
  background-color: #FFFFFF;
  padding: 30px 30px 30px;
  font-size: 15px;
}
@media (max-width: 768px) {
  footer.site-footer {
    font-size: 13px;
    background: transparent;
    padding-top: 0;
    text-align: center;
  }
}
footer.site-footer .site-logo {
  margin-bottom: 20px;
}
footer.site-footer .site-logo img {
  height: 30px;
}
footer.site-footer h3 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 768px) {
  footer.site-footer h3 {
    margin-bottom: 10px;
  }
}
footer.site-footer ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  footer.site-footer ul {
    margin-bottom: 20px;
  }
}
footer.site-footer ul li {
  list-style: none;
  display: block;
}
footer.site-footer ul li a {
  color: #000;
  display: block;
  padding: 5px 0;
}
footer.site-footer .copyright {
  border-top: 1px solid #f7f7f7;
  text-align: center;
  padding: 30px 0 0px;
  margin: 60px -13px 0;
}
footer.site-footer .address {
  padding: 0 0 20px 40px;
  background: url(../images/address.png) 0 0 no-repeat;
}
@media (max-width: 768px) {
  footer.site-footer .address {
    padding: 0 0 20px 26px;
    background-size: 18px auto;
    display: inline-block;
  }
}
footer.site-footer .emailaddress {
  padding: 0 0 20px 40px;
  background: url(../images/email.png) 0 0 no-repeat;
  color: #000;
}
@media (max-width: 768px) {
  footer.site-footer .emailaddress {
    padding: 0 0 20px 26px;
    background-size: 18px auto;
    background-position: 0 3px;
  }
}
footer.site-footer .social-links {
  padding: 20px 0 0;
}
footer.site-footer .social-links a {
  display: inline-block;
  margin-right: 10px;
}
footer.site-footer .social-links a {
  width: 29px;
  height: auto;
}
@media (max-width: 1200px) {
  footer.site-footer .social-links {
    margin-bottom: 25px;
    padding-top: 5px;
  }
}

@media (min-width: 770px) {
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 769px) {
  .mobile-hide {
    display: none;
  }
}
.site-navigation-toggle-holder .site-navigation-toggle {
  background: url(../images/mobile-menu.svg) no-repeat 50% 50%;
  padding: 0;
  width: 50px;
  height: 34px;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (max-width:500px){
  .site-navigation-toggle-holder .site-navigation-toggle{
    right:10px;
    top: 16px;
  }
}
.site-navigation-toggle-holder .site-navigation-toggle * {
  display: none;
}

ul.slick-dots {
  display: flex;
  margin: 10px 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li {
  list-style: none;
}
ul.slick-dots li button {
  color: transparent;
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #D6D6D6;
  border-radius: 50%;
  padding: 0;
  border: 0;
  margin: 0 3px;
}
ul.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #4CA99D;
}

#contact-popup.modal .modal-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 410px;
  margin: 0;
  background: #fff;
  background: #000000b3;
  left: auto;
  right: 0;
  border-radius: 0;
  max-width: 100%;
}
#contact-popup.modal .modal-content {
  border: 0;
  overflow: auto;
  max-height: 100vh;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
}
#contact-popup.modal .modal-header {
  border: 0;
}
#contact-popup.modal .modal-header .modal-title {
  text-align: center;
  margin: 40px 0 0;
}
#contact-popup.modal .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  background: url(../images/close-white.png) no-repeat 50% 50%;
  opacity: 1;
  border-radius: 0;
  color: #fff;
  background-size: contain;
}
#contact-popup.modal .modal-body {
  border: 0;
  padding: 10px 50px;
}
#contact-popup.modal .input-row {
  margin-bottom: 15px;
}
#contact-popup.modal .input-row > label {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
#contact-popup.modal .input-row .input {
  padding: 8px;
  font-size: 13px;
}
#contact-popup.modal .input-row textarea {
  height: 120px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 10px;
  border: 1px solid #00a0d2;
  font-size: 12px;
  text-align: center;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 11px;
}

body.page-template-default {
  padding-top: 150px;
}

.wpcf7 form[data-status=sent] + .btn-primary {
  width: 240px;
  margin: 10px auto;
  display: block !important;
}

.site-navigation-dropdown ul.menu li a,
.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: #fff;
  background: #4ca99d;
}

/*# sourceMappingURL=custom.css.map */
