/* Header & Navigation */
#header .header-top.header-top-style-4 { background: #ef7870; color: #fff; border-bottom: 0;}
#header .header-top.header-top-style-4 p { color: #fff; font-size: 1.2em;}
#header .header-top.header-top-style-4 a { color: #fff;}
#header .header-nav-main nav > ul li a {
		font-size: 17px; text-transform: none;
		font-style: normal;
		line-height: 20px;
		padding: 12px 18px;
		margin: 1px 0;
		border-radius: 4px;
		text-align: left;
	}
.message{border: #CD4749 1px solid; background: #92CCAE; padding: 25px; margin: 15px 0 0 0;}
.message2{background: #AA3572; }
/* Styling */
.home-intro p span {
	color: #fff;
	display: inline-block;
	font-size: inherit;
	padding-top: 0px;
}
.home-intro h1 { color: #fff!important;}
.bold {font-weight: bold;}
.btn {border: 3px solid; font-weight: bold; }
.btn:after { font-family: Font Awesome\ 5 Free;
    content: "\f105";
    font-weight: 900;
	margin-left: 18px;
  
}
#header .header-btn-collapse-nav.btn:after { display: none }
.divider { margin-bottom: 40px!important; }
.divider.divider-small hr { width: 80px; height: 6px;}
.btn-w-border{ border-color: #fff!important;}
.btn-w-border:after { font-family: Font Awesome\ 5 Free;
    content: "\f105";
    font-weight: 900;
	margin-left: 18px;font-size: 20px; }
.social-icons li a { background: #74c6c7; color: #fff !important; }

/* Lists */

ol.list.list-ordened-style-3 {margin-top: 25px; margin-left: 0px;padding-left: 0px;}
.list.list-ordened.list-ordened-style-3 li {margin-bottom: 25px;padding-left: 38px;}


ul.tick-bullet{
  margin: 0 0 30px 0;
}
.list li { margin-bottom: 3px; color: #313130; }
ul.tick-bullet li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  display: inline-block;
  padding-left: 0px;
  position: absolute;
  left: 0;
  top: 0px;
  color:#ef7870;  
}

/* Service boxes */
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.thumb-info-side-image .thumb-info-side-image-wrapper {
    padding: 0px;
    float: left;
    margin-right: 0px;
}
.thumb-info img {border-radius: 0px;}
.thumb-info-side-image-custom:hover { 
-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.46)!important;
-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.46)!important;
box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.46)!important;}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
   font-size: 14px; line-height: 24px;
    margin: 0px 0 15px 0;
    padding: 0px;
    display: block;
}
.thumb-info-caption-text h2 {
    margin: 5px 0 10px 0;
    padding: 0px;
	font-size: 1.8em;
	line-height: 25px;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
    margin: 0px 0 10px 0;
    padding: 0;
}



/* Call Banner */
.home-intro { background-color: #171717; margin-bottom: 0px; padding: 2.2rem 0; }
.home-intro h2 { color: #fff; margin: 0 0 12px 0; }
.home-intro h3 { color: #fff!important; font-size: 3.7em!important;
font-weight: 700; text-transform: none;
line-height: 50px;
margin: 0 0 0px 0;   }
.home-intro h4 { color: #fff;font-size: 1.6em; }

/* Testimonials */
.testimonial.testimonial-style-2 blockquote {
    text-align: left;
    border-radius: 0px;
    padding: 0px;
	margin: 0;
}
.testimonial blockquote { font-size: 1.3em; }
.testimonial.testimonial-style-2 .testimonial-author p { text-align: left; font-weight: bold; font-size: 14px; color: #777!important;}
.owl-theme .owl-dots, .owl-theme .owl-nav { text-align: left; }
.owl-theme .owl-dots .owl-dot span { background: #74c6c7;}

.accordion .card-title {font-size: 20px;}
.accordion .card-header a { cursor: pointer;}

/* Page Header */
.page-header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdece8+47,f4d0cb+100 */
background: #fdece8; /* Old browsers */
background: -moz-linear-gradient(top, #fdece8 47%, #f4d0cb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fdece8 47%,#f4d0cb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fdece8 47%,#f4d0cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdece8', endColorstr='#f4d0cb',GradientType=0 ); /* IE6-9 */
    background-color: #fdece8;
    border-bottom: none;
    border-top: none;
    margin: 0px;
    min-height: 20px;
    padding: 50px 0;
    position: relative;
    text-align: left;
}
.page-header h1 {
    color: #fff;
    display: inline-block;
	font-size: 2.8em;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;

}
section.page-header h1 { border-bottom-color: transparent; }
.section-pale-blue { background-color: #E5F4F4 !important;border-color: #D3EDED !important;}


/* CTAs */

.CTA { position: relative; padding: 20px; border-radius: 4px; margin: 0 0 20px 0;  }
.CTA p { color: #fff; margin: 0px; font-size: 18px; line-height: 24px; }
.CTA p span { font-size: 24px; font-weight: bold; line-height: 32px; }

.CTA-appointment { background-color: #ef7870; margin: 0 0 45px 0; }
.CTA-appointment p span a  { color: #fff; }
.CTA-appointment-quote { position:absolute; bottom:-34px; right:60px; }

.CTA-form { background-color: #74c6c7; }
.CTA-testimonials { background-color: #feeeeb; }

.box-info {position: relative; padding: 20px; border-radius: 4px; margin: 0 0 20px 0; background-color: #feeeeb;  }

h2.service-head {font-size: 1.2em; font-weight: 700; line-height: 22px; margin: 0 0 5px 0;}
.psiousServices img { margin-bottom: 30px;}

/* Footer */
#footer h1, #footer h2, #footer h3, #footer h4, #footer a { color: #ef7870; }
#footer, #footer p { color: #7d7d7d;}
#footer .list-footer-nav { list-style: none; margin: 0 0 20px 0; padding: 0; }
#footer .list-footer-nav.list li { margin-bottom: 0px; color:#7d7d7d!important }
#footer .list-footer-nav a { text-decoration: none; }
#footer .contact span {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}
#footer .footer-copyright p { color: #fff;}
#footer .footer-copyright p a { color: #fff;}
.footer-logos img { margin: 0 5px 20px 0;}


