/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
a {
  color: #17836f;
}

a:hover {
  color: #17836f;
}

.btn-primary {
  background-color: #17836f;
  border-radius: 15px;
  border-color: #17836f;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 5px solid #177462;
  border-bottom: 5px solid #177462;
}

.btn-primary:hover {
  background-color: #177462;
  border-color: #177462;
}

/* Footer */
#footer {
  background: #17836f !important;
}

#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
}

#footer ul.social li a:hover {
  color: #eeeeee;
}

#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}

#footer ul.quick-links li a i {
  margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width: 767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

body {
  font: 300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000!important;
  overflow-x: hidden;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

b, strong {
  font-weight: 700;
}

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

.navbar {
  padding: 0 1rem;
  z-index: 9;
}

.navbar .nav-item .nav-link {
  padding: 8px 20px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: black;
  font-weight: 500;
}

.navbar .nav-item.active .nav-link {
  color: #17836f;
}

.navbar .nav-item.active .nav-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #384e9b !important;
	
}

.main-heading {
  margin-bottom: 20px;
}

.main-heading .sow-headline-container p.sow-sub-headline {
  color:#000;
  line-height: 2 !important;
  font-size: 0.9rem !important;
  margin-top: 10px;
}

.main-heading.center .sow-headline-container p.sow-sub-headline {
  text-align: center;
}

.main-heading h2 {
  font-family: 'Raleway', sans-serif;
  color: #111;
}

@media (max-width: 575.98px) {
  .main-heading h2 {
    font-size: 1.5rem;
  }
}

.main-heading h2 strong {
  color: #384e9b !important;
}

.main-heading h2:after {
  content: "";
  width: 100px;
  background-color: #384e9b !important;
  height: 4px;
  margin-top: 5px;
  display: block;
}

.main-heading.center {
  text-align: center;
}

.main-heading.center h2 {
  display: inline-block;
  text-align: center !important;
}

.section-padding {
  padding: 50px 0;
}

p {
  color: #000 !important;
  line-height: 2;
  font-size: 0.9rem;
}

#section--home-top {
  position: relative;
}

#section--home-top .top-shape {
  right: 20px;
  top: -140px;
  position: absolute;
  width: 850px;
  opacity: 0.4;
}

@media (max-width: 575.98px) {
  #section--home-top .top-shape {
    right: 0;
    bottom: 50px;
    top: initial;
  }
}

#section--home-top .left-text h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  color: #111;
  line-height: 1.5;
}

#section--home-top .left-text h1:after {
  content: "";
  width: 100px;
  background-color: #384e9b !important;
  height: 4px;
  display: block;
}

#section--home-top .left-text p {
  line-height: 2;
  font-size: 0.9rem;
  opacity: 0.8;
}

.pricing-switch {
  margin: 30px 0;
}

.pricing-switch .switch-title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2rem;
  cursor: pointer;
}

.pricing-switch .switch-title.active {
  color: #384e9b !important;
}

.pricing-switch .custom-switch {
  padding-left: 2.25rem;
  padding-right: 0.5rem;
  position: relative;
  top: -4px;
}

.pricing-switch .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #384e9b !important;
  background-color:  #384e9b !important;
}

.pricing-switch .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.4rem);
          transform: translateX(1.4rem);
}

.pricing-switch .custom-switch .custom-control-label:before {
  width: 50px;
  height: 28px;
  border-radius: 40px;
}

.pricing-switch .custom-switch .custom-control-label:after {
  width: 23px;
  height: 23px;
  border-radius: 50px;
}

.pricing-tabs .tab-heading {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-tabs .tab-heading h3 {
  font-size: 2rem;
  font-weight: 700;
  opacity: 0.7;
}

.price-card-box {
  -webkit-box-shadow: 1px 1px 30px 5px rgba(208, 208, 208, 0.44);
          box-shadow: 1px 1px 30px 5px rgba(208, 208, 208, 0.44);
  padding: 20px;
  border-radius: 15px;
}

@media (max-width: 575.98px) {
  .price-card-box {
    margin-bottom: 50px;
  }
}

.price-card-box .heading h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color:  #384e9b !important;
}

.price-card-box .price {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
}

.price-card-box .price sup {
  font-size: 1rem;
  position: relative;
  top: -13px;
}

.price-card-box .price sub {
  font-size: 1rem;
}

.price-card-box .time {
  text-align: center;
  opacity: 0.7;
}

.price-card-box .button {
  text-align: center;
  margin: 30px 0;
}

.form-container {
  padding: 20px;
  z-index: 2;
  position: relative;
  background: #fff;
  margin-left: 60px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 30px 5px rgba(208, 208, 208, 0.44);
          box-shadow: 1px 1px 30px 5px rgba(208, 208, 208, 0.44);
  margin-top: 60px;
}

@media (max-width: 575.98px) {
  .form-container {
    margin-left: 0;
    margin-top: 30px;
  }
}

.form-container .intl-tel-input {
  width: 100%;
  display: block;
}

.form-container label {
  margin-bottom: 3px;
  font-size: 12px;
  color: #666;
}

.form-container .form-control {
  height: calc(1.2em + .75rem + 2px);
  font-size: 0.9rem;
}

.form-container textarea.form-control {
  height: auto;
}

.dtp_modal-content {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 92%;
}

@media (max-width: 575.98px) {
  .dtp_modal-content {
    padding: 15px 0;
  }
}

@media (max-width: 575.98px) {
  .dtp_modal-content .dtp_modal-cell-date {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .dtp_modal-content .dtp_modal-cell-time {
    border-right: 0;
    float: none;
    margin: 0 auto;
  }
}

.dpt_modal-button {
  margin-left: 27%;
  background-color: #17836f;
  border-radius: 15px;
  border-color: #17836f;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 5px solid #17836f;
  border-bottom: 5px solid #17836f;
}

.dtp_modal-colored {
  color: #17836f;
}

.dtp_modal-cell-selected {
  background-color: #17836f;
  color: #fff;
}

.dtp_modal-title {
  border-bottom-color: #17836f;
}

@media (max-width: 575.98px) {
  .dtp_modal-title {
    padding: 5px 36px;
    margin-bottom: 0;
    text-align: center;
  }
}

#home--testimonial {
  padding-bottom: 100px;
  position: relative;
}

#home--testimonial:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -140px;
  width: 550px;
  height: 290px;
  background-image: url(img/home/testimonial.png);
  background-size: 550px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 5;
}

@media (max-width: 575.98px) {
  #home--testimonial:after {
    bottom: 10px;
    width: 430px;
    background-size: 430px;
    height: 230px;
  }
}

.testimonial-item {
  padding: 30px;
}

.testimonial-item .testimonial-content {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 30px 5px rgba(208, 208, 208, 0.44);
          box-shadow: 1px 1px 30px 5px rgba(208, 208, 208, 0.44);
  border-radius: 20px;
  padding: 20px;
	min-height: 345px;
}

.testimonial-item .profile {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.testimonial-item .profile .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-item .profile .name {
  opacity: 0.5;
  font-weight: 700;
}

.testimonial-item .profile .qual {
  font-weight: 700;
  color: #384e9b !important;
}

.testimonial-item .testimonial {
  line-height: 1.6;
  margin-top: 10px;
  opacity: 0.8;
}

@media (max-width: 575.98px) {
  .trusted-logos-row .panel-grid-cell {
    float: left;
    width: 50%;
  }
  .trusted-logos-row .panel-grid-cell:nth-child(even) {
    float: right;
  }
}

.trusted-logos-row .sow-image-container img.so-widget-image {
  width: 80%;
}

@media (max-width: 575.98px) {
  .trusted-logos-row .sow-image-container img.so-widget-image {
    width: 60%;
    margin-bottom: 30px;
  }
}

#home--faq {
  background-color: rgba(23, 131, 111, 0.15);
}

#dropzoneWrapper {
  padding: 14px 10px;
  border: 1px dashed #ced4da;
  border-radius: 5px;
}

#dropzoneWrapper .icon {
  text-align: center;
  opacity: 0.6;
}

#dropzoneWrapper .icon i {
  font-size: 2rem;
}

#dropzoneWrapper .icon p {
  margin-bottom: 0;
}

#dropzoneWrapper.active {
  color: #17836f;
  border: 1px dashed #17836f;
}

#dropzoneWrapper.active p {
  color: #17836f;
}

#dropzoneWrapper .files-container p {
  margin-bottom: 5px;
  border: 1px solid #dedede;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 6px;
  margin-right: 10px;
}

#dropzoneWrapper .files-container p i {
  margin-right: 8px;
}

#dropzoneWrapper .files-container p button {
  border: 0;
  background-color: transparent;
  padding: 0;
}

#dropzoneWrapper .files-container p button i {
  color: red;
  margin-left: 10px;
  cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #17836f;
}

.vertical-services {
  margin-top: 50px;
}

.vertical-services .nav-pills .nav-link {
  border: 1px solid #dfdfdf;
  margin-bottom: 5px;
  color: #333;
  position: relative;
  padding-right: 30px;
}
/* new */
/* .section-padding.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-13-8 {
    padding: 0px 0px 20px 0px!important;
}

.section-padding.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-13-7 {
    padding-bottom: 0px!important;
} */
.li#menu-item-323 a {
    color: red !important;
}
i.heateorSssSharing.heateorSssMoreBackground {
    display: none!important;
}
li#menu-item-323 a {
    color: red;
}
article#post-515 {
    margin-top: 120px!important;
}
article#post-539 {
    margin-top: 120px!important;
}
.payment-policy {
    margin-top: 35px!important;
}
.disclaimer {
	   margin-top: 35px;
	
}
article#post-550 {
    margin-top: 120px!important;
}
article#post-564 {
    margin-top: 120px!important;
}

.terms-condition {
    margin-top: 50px!important;
}
article#post-564 {
    margin-top: 120px;
}
article#post-581 {
    margin-top: 120px!important;
}
article#post-581 {
    margin-top: 120px!important;
}
.owl-nav {
    color: #fff;
}
body p {
    color: #000!important;
}
@media (max-width: 575.98px) {
  .vertical-services .nav-pills .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .vertical-services .nav-pills .nav-link .icon {
    display: none;
  }
}

.vertical-services .nav-pills .nav-link .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vertical-services .nav-pills .nav-link .fa-minus {
  display: none;
}

.vertical-services .nav-pills .nav-link.active {
  color: #fff;
}

.vertical-services .nav-pills .nav-link.active .fa-plus {
  display: none;
}

.vertical-services .nav-pills .nav-link.active .fa-minus {
  display: inline-block;
}

#loaderBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);
}

#loaderBackdrop .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #17836f;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */

#pg-13-2 {   
    position: relative;
}
div#pg-13-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#ffffffeb;
}
div#pgc-13-2-0 {
    position: relative;
}
#pg-w5fa393126fd0b-0> .panel-row-style {
    border: none !important;
}
@media (max-width: 1440px){
#section--home-top .top-shape {
    right: 15px;
    top: -10px;
    position: absolute;
    width: 626px;
}
}
@media (max-width: 1024px){
	#section--home-top .top-shape {
		display:none;
	}
}

@media (max-width:768px){
.form-container {
    margin-left: 0px;
	    margin-bottom: 45px;
}
	#pg-13-0> .panel-row-style, #pg-13-2> .panel-row-style, #pg-13-4> .panel-row-style, #pg-13-7> .panel-row-style {
    padding: 10% 0% 12% 0% !important;
}
	#pg-w5f915ee380803-0> .panel-row-style {
    padding: 0px !important;
}
	#pg-w5f9160a0ed374-0> .panel-row-style {
    padding: 0px !important;
}
	.testimonial-item .profile .qual {
    font-size: 12px;
    margin-left: 15px;
}
	.testimonial-item .profile .name {
    margin-left: 16px;
}
	.testimonial-item .testimonial-content {
    min-height: 432px;
}
.price-card-box {
    min-height: 346px; 
}
	#pg-w5fa26d1db3b5a-0> .panel-row-style {
    padding: 68px 0px 0px 0px !important;
}
	.trusted-logos-row .sow-image-container img.so-widget-image {
    width: 24%;
    /* float: left; */
    margin-bottom: 10px;
}
	#pg-w5fd709e15bba6-0> .panel-row-style {
    padding: 0% 5% 0% 5%!important;
}
#home--testimonial:after {
	display:none;
	}
	h2.sow-headline {
    font-size: 20px;
}
.testimonial-item .testimonial-content {
    min-height: 295px;
}
	#pg-13-3 .section-padding {
    padding: 0px 0;
}
}
	@media (max-width:425px){
	#pg-w5fa26d1db3b5a-0> .panel-row-style {
    padding: 0px 0px 0px 0px !important;
}
}
@media (max-width:375px){
#panel-w5f928ba3d31ae-0-0-0 h1.sow-headline {
    font-size: 22px !important;
    /* margin-top: 35px; */
}
	#panel-w5fa26fb825f87-0-0-0> .panel-widget-style {
    padding: 50px 12px 30px 12px !important;
}
	h2.sow-headline {
    font-size: 15px;
}
}