/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color:#15a348;
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #1d2157;
  text-decoration:none;
}

a:focus {
  outline:none;
}

a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input,
textarea,
select,
button{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
img{
  max-width:100%;
  height:auto;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color:#000;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  margin:0;
}
h1, h2, h3, h4, h5, h6{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin:0;
  padding:0;
  font-weight: 700;
  line-height:100%;
}
.container {
  max-width:1260px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header .header-top{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d2157+0,5753a1+25,c08f01+25,c08f01+100 */
background: rgb(29,33,87); /* Old browsers */
background: -moz-linear-gradient(left, rgba(29,33,87,1) 0%, rgba(29,33,87,1) 25%, rgba(21,163,72,1) 25%, rgba(21,163,72,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(29,33,87,1) 0%,rgba(29,33,87,1) 25%,rgba(21,163,72,1) 25%,rgba(21,163,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(29,33,87,1) 0%,rgba(29,33,87,1) 25%,rgba(21,163,72,1) 25%,rgba(21,163,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2157', endColorstr='#c08f01',GradientType=1 ); /* IE6-9 */
  font-size: 14px;
 /* padding:12px 0;*/
}
.site-logo{
  background: #fff;
  padding: 19px 10px;
}
.monday{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.social-icons{
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  background: #1d2157;
  padding: 12px 15px;
}
.social-icons svg{
 	width:15px;
	height:15px;
}
.social-icons ul{
  display: inline-block;
  margin: 0;
  padding: 0;
 }
.social-icons ul li{
  display:inline-block;
  margin-right:3px;
}
.social-icons ul li a{
  color: #fff;
  font-size: 18px;
  display: inline-block;
  list-style: none;
  padding: 0 5px;
 }
.social-icons ul li a:hover{
    opacity:0.8;
}
.contact-no{
  float: right;
  line-height:100%;
}
 .phone{
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: relative;
  }
 .phone a{
  color: #fff;
  }
 .phone a:hover{
  color: #ccc;
 }
.email{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 5px;
  }
.email a{
  color: #fff;
  }
.email a:hover{
  color:#ccc;
 }
.header-main{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,5753a1+25 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 25%, rgba(29,33,87,1) 25%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 25%,rgba(29,33,87,1) 25%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 25%,rgba(29,33,87,1) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1d2157',GradientType=1 ); /* IE6-9 */
  background-color: #b12235;
  position: relative;
  /*padding:15px 0 0;*/
}

/*--------------------------------------------------------------
## main-menu
--------------------------------------------------------------*/
.main-menu ul{
  margin:0;
  padding:0;
}
.main-menu ul li{
  margin: 0;
  display: inline-block;
  position: relative;
  padding:55px 13px 20px;
}
.main-menu ul li a{
  color: #fff;
  font-weight: normal;
  font-size:14px;
  text-transform:uppercase;
}
.main-menu ul li:hover a,
.main-menu ul li.current-menu-item a,
.main-menu ul li.current-menu-ancestor a{
  color:#15a348;
}
.main-menu ul ul{
  display: none;
}
.main-menu ul li:hover > ul {
  display: block; 
}
.main-menu ul ul{
  border-radius: 0px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index:35;
  min-width: 250px;
  background:#1d2157;
}
.main-menu ul ul ul{
  border-radius: 0px;
  padding: 0;
  position: absolute;
  left:100%;
  top:0;
  z-index: 10;
  min-width: 200px;
  background:#1d2157 !important;
}
.main-menu ul ul li{
  float: none; 
  display:block;
  padding: 0;
  text-align: left;
}
.main-menu ul ul li a{
  padding: 10px 15px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  display:block;
  text-align: left;
}
.main-menu ul ul li a:hover{
  color:#f98441;
}
.main-menu ul ul ul li a{
  color:#fff !important;
  font-size:14px;
  font-weight: 600;
} 
.main-menu ul ul li:hover,
.main-menu ul ul li.current-menu-item a{
  background:#15a348;
  width:auto;
}
.main-menu ul ul ul li:hover a,
.main-menu ul ul ul li.current-menu-item a{
  color:#fff !important;
  background: #003466;
  width: 100%;
}
.main-menu ul li a:not([href]):not([tabindex]) {
    color: #fff;
}
.main-menu ul li.reviews-link {
    position: relative;
    padding: 15px 0;
    top:10px;
    text-align:center;
}
.main-menu ul li.reviews-link:after {
    content: '';
    position: relative;
    display: inline-block;
    right: 0;
    top: 0;
    background: url(../../../../uploads/2022/01/greenstars.png) no-repeat;
    width: 80px;
    height: 12px;
    margin-left:0px;
}
.main-menu ul li.reviews-link a{
  display:block;
}
/*Footer css*/
.site-footer{
  padding: 40px 0 0;
  background:rgba(29, 33, 87, 0.95);
  position: relative;
  border-top: 6px solid #fff;
}
.site-footer-top .widget  h3{
  text-transform: uppercase;
  color: #fff;
  font-size:18px;
  margin-bottom: 23px;
  font-weight:700;
}
.site-footer-top .widget ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-top .widget ul li{
  margin: 0;
  padding:0 0 2px;
  list-style: none;
  color:#dbdbdb;
  font-size:14px;
}  
.site-footer-top .widget ul li a{
   color:#dbdbdb;
}

.site-footer-top .widget ul li a:hover,
.site-footer-top .widget a:hover,
.site-footer-top .widget a:focus{
  color:#fff;
}

.site-footer-top .widget {
  color:#e9e9e9;
  padding:20px 30px 20px 0;
  font-size:13px;
  position:relative;
  height:100%;
  border-right: 1px dotted #8f8cc7;
}
.site-footer-top .col-md-4:last-child .widget {
 border-right: 0px dotted #8f8cc7;
}
.footer-widget.footer-contact-info:after{
  right:10px;
}
.footer-widget form{
  text-align: left;
}
.footer-widget form button{
  height:100%;
  width:auto;
  background: #006e31;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
  padding: 20px 25px 18px;
  margin-left: -2px;
  cursor:pointer;
}
.footer-widget form button:hover{
  background:#01aa4d;
}
.footer-widget form input[type="email"]{
  padding: 18px 15px;
  color: #a9aaae;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  background: #212635;
  border: 0;
  line-height: 100%;
  min-width:365px;
}
.footer-widget form input[type="email"]::-webkit-input-placeholder{
  color:#a9aaae;
}
.footer-widget form input[type="email"]::-moz-placeholder{
  opacity: 1;
}
.footer-widget form input[type="email"]:focus{
  outline:none;
  box-shadow:none;
}
.footer-social-links{
  text-align: right;
  color: #fff;
  margin-top:12px;
}
.footer-social-links ul{
  margin: 0;
  padding: 0;
}
.footer-social-links ul li{
  margin: 4px;
  padding: 0;
  display:inline-block;
  list-style: none;
  text-align: center;
  color:#fff;
  }
 .footer-social-links ul li a{
  color:#fff;
  font-size: 16px;
  text-align: center;
 }
 .footer-social-links ul li a:hover{
  color: #01aa4d;
 }
.weeks{
  border-bottom: 1px solid #454a5f;
  line-height: 37px;
}
.weeks span{
  float: right;
}
.footer-widget.footer-contact-info ul li a{
  position: relative;
  color:#aaaaaa;
  font-size:13px;
}
.footer-widget.footer-contact-info ul li a:hover{
  color: #01aa4d;
}
.footer-widget.footer-contact-info ul li.phone2 a:before,
.footer-widget.footer-contact-info ul li.email a:before,
.footer-widget.footer-contact-info ul li.address-2:before  {
  content: "\f095";
  position: relative;
  display:inline-block;
  top:0;
  left:-15px;
  font-family: 'fontawesome';
  font-size: 15px;
  color: #60636c;
}
.footer-widget.footer-contact-info ul li.email a:before {
  content: "\f003";
}
.address-2{
  position: relative;
  line-height:22px;
}
.footer-widget.footer-contact-info ul li.address-2:before{
  content: "\f041";
  font-size:18px;
}
.address-2 span{
  display: block;
}
.site-footer .footer-border{
  position: relative;
  border-bottom: 1px solid #454a5f;
}
.site-footer-bottom{
  font-size: 12px;
  padding: 20px 20px;
  color: #fff;
  font-weight: 400;
  border-top: 4px solid #fff;
  background: #1d2157;
  margin-top:40px;
}
.site-footer-bottom span{
  color: #15a348;
}
.footer-contact-info{
  margin-left:70px;
}
.footer-widget.footer-contact-info ul li{
  padding-left:15px;
  display:flex;
  margin:0 0 12px;
}
.footer-copyright{
  font-size:13px;
}
.footer-created{
  text-align: right;
  font-size:13px;
}
.footer-created a{
  color:#ccc;
}
.footer-created a:hover{
  color: #fff;
}



/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.testimonial-block{
  font-size: 15px;
  padding: 25px 50px 0;
  color: #242424;
  line-height:1.5;
  background: #ebf1f5;
  border-radius: 3px;
  overflow: hidden;
}
.author-img{
  width:75px;
  height:75px;
  margin: 0 0 20px;
  border-radius: 0;
  overflow: hidden;
  border:2px solid #15a348;
  display: inline-block;
  float: left;
}
.author-img img{
  border: 5px solid #ebf1f5 !important;
  border-radius:0 !important;
}
.author-name{
  font-size:14px;
  font-weight:400;
  color:#15a348;
  display: inline-block;
  margin-left:15px;
  margin-top:30px;
  display:none;
}
.testimonial-content{
  margin-bottom:25px;
  position:relative;
}
.testimonial-content:before{
  content:"";
  background: url(../images/quote-left-solid.svg) left no-repeat;	
  left:-37px;
  top:-10px;
  position:absolute;
  font-size:25px;
  color:#1d2157;
  width: 30px;
  height: 38px;
}
.testimonial-carousel{
  margin-top:40px;
}
.testimonial-carousel .owl-dots .owl-dot span {
   width: 16px;
   height: 16px;
   margin: 5px;
   background: #fff;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity .2s ease;
   border-radius: 30px;
}
.testimonial-carousel .owl-dots .owl-dot.active span, 
.testimonial-carousel .owl-dots .owl-dot:hover span {
     background: #15a348;
}
.testimonial-carousel .owl-dots{
  text-align:center;
  margin-top:20px;
}
.testimonial-carousel .owl-dots .owl-dot:focus{
  outline:none;
  box-shadow:none;
}



/*--------------------------------------------------------------
## Inner Banner
--------------------------------------------------------------*/
.inner-banner{
  background:url(../images/banner-img.jpg) top center no-repeat;
  background-size:cover !important;
  position:relative;
}
.inner-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
}
.inner-banner h1.page-title{
  text-transform: uppercase;
    font-weight: 700;
    font-size:40px;
    color: #fff;
    padding:180px 0 30px;
    letter-spacing:2px;
    position: relative;
}

/*--------------------------------------------------------------
## Content Block
--------------------------------------------------------------*/
.content-area{
  padding:60px 0;
}

/*--------------------------------------------------------------
## Right Sidebar
--------------------------------------------------------------*/
.content-area.with-sidebar #secondary{
  /*background:#c08f01;
  padding:40px 25px;*/
}
#secondary .widget.widget_search label{
  display:block;
}
#secondary .widget {
  margin-bottom: 15px;
  background: #f7f7f7;
  padding: 40px 25px;
  border-bottom: 5px solid #15a348;
  border-radius: 20px;
}
#secondary .widget:last-child{
  margin-bottom:0;
}
#secondary .widget h3.widget-title{
  font-size:20px;
  color:#484848;
  font-weight:800;
  margin-bottom:15px;
  text-transform:uppercase;
}
#secondary .widget ul{
  margin:0;
  padding:0;
  list-style:none;
}
#secondary .widget ul li{
  display:block;
  margin-bottom:5px;
  line-height:22px;
}
#secondary .widget ul li a{
  font-size:12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
}
#secondary .widget ul li a:hover{
  color:#959292;
  text-decoration:underline;
}
#secondary .widget .search-form label .screen-reader-text,
.error404 .search-form label .screen-reader-text,
.search .search-form label .screen-reader-text{
  display:none;
}
#secondary .widget .search-form label,
.error404 .search-form label,
.search .search-form label{
  margin-left:0;
}
#secondary .widget .search-form .search-submit,
.error404 .search-form .search-submit,
.search .search-form .search-submit{
  display:none;
}
#secondary .widget .search-form input,
.entry-content form.search-form input.search-field{
  padding:15px;
  font-size:16px;
  border:0;
  text-transform:uppercase;
  width:100%;
  font-weight:500;
  border: 1px solid #ccc;
}
#secondary .widget .search-form input:focus,
.entry-content form.search-form input.search-field:focus{
  outline:none;
  box-shadow:none;
}
/*--------------------------------------------------------------
## Blog, Archives & Search
--------------------------------------------------------------*/
.entry-content form.search-form input.search-field{
  border: 1px solid #ccc;
    padding:25px;
    font-size:18px;
    font-weight: 400;
}
.entry-content form.search-form{
  margin-top:40px;
}
.entry-content form.search-form label{
  display:block;
}
#secondary .widget.widget_text h3.widget-title{
  margin-bottom: 15px;
}
#secondary .widget .textwidget{
  font-size:15px;
  font-weight:300;
  line-height:24px;
  color:#998a80;
}
#secondary .widget .textwidget a{
  color:#ffcb70;
}
#secondary .widget .textwidget a:hover{
  color:#fadead;
  text-decoration:underline;
}

.site-content article.hentry .entry-meta {
  font-size:11px;
  text-transform:uppercase;
  margin-bottom:10px;
  background: #f7f7f7;
  padding: 12px;
}
.site-content article.hentry .entry-meta a{
  color:#15a348;
  font-weight:600;
}
.site-content article.hentry .entry-media {
    margin: 15px 0;
}
 .entry-media img {
    width: 100%;
}
.site-content article.hentry {
    margin-bottom:40px;
    overflow: hidden;
    clear: both;
    border-bottom:1px solid #e6e6e6;
    padding-bottom:40px; 
}
.site-content article.hentry:last-of-type{
  border-bottom:0;
  padding-bottom:0;
}
.site-content article.hentry .entry-content{
  font-size:15px;
}
.content-area .entry-header h2.entry-title {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #000;
    font-size:28px;
    margin-bottom:10px;
    line-height:1.4;
}
.content-area .entry-header h2.entry-title a{
  color:#000;
}
.content-area .entry-header h2.entry-title a:hover{
  opacity:0.6;
}
.site-content article.hentry .entry-footer a.entry-button {
    float: right;
    position: relative;
    color:#15a348;
    padding-right: 18px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
}
.site-content article.hentry .entry-footer a.entry-button:hover{
  opacity:0.8;
}
.site-content article.hentry .entry-footer a.entry-button:after {
    content: '\f105';
    position: absolute;
    right:0px;
    top:-9px;
    font-family: FontAwesome;
    font-weight: 500;
    color: #000;
    font-size: 24px;
}


/*--------------------------------------------------------------
## Location
--------------------------------------------------------------*/
.top-location-area {
  text-align: center;
  margin-bottom: 40px;
}
.top-location-area .location-col {
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #eee;
    min-height: 195px;
}
.top-location-area .location-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-location-area .location-col strong{
  font-size:20px;
  display: block;
}
.schedule-appoint iframe{
  border: none;
}
.top-location-area .location-col:before {
  content: '';
    display: inline-block;
    background: #15a348 url(../images/phone.svg) center no-repeat;
    color: #fff;
    font-family: fontAwesome;
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 30%;
    margin-bottom: 10px;
    background-size:30px !important;
}
.top-location-area .phone-number:before {
  background: #15a348 url(../images/phone.svg) center no-repeat;
}
.top-location-area .contact-location:before {
  background: #15a348 url(../images/map-marker.svg) center no-repeat;
}
.top-location-area .working-hours:before {
    background: #15a348 url(../images/clock.svg) center no-repeat;
    background-size:35px !important;
}
.location-content {
  margin-bottom: 40px;
}
body.logged-in .site-header{
  margin-top:0px;
}
.g_map.embed-responsive-16by9::before {
    padding-top: 35%;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.contact-form input[type="text"], 
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  padding: 12px 15px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #dddddd;
  font-size: 13px;
  color: #000;
}
.contact-form textarea{
  height:150px;
}
.contact-form .wpcf7-form-control-wrap{
  margin-bottom:15px;
  display:block;
}
.contact-form input[type="submit"]{
  background: #1d2157;
  color: #fff;
  padding: 12px 26px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
}
.contact-form input[type="submit"]:hover{
  opacity:0.8;
}
.contact-form input[type="submit"]:focus,
.contact-form input,
.contact-form textarea{
  outline:none;
  box-shadow:none;
}
.contact-form br{
  display:none;
}
.contact-form span.wpcf7-not-valid-tip {
    font-size: 13px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder{
 color:#000;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
 opacity: 1;
}

#responsive-menu-pro-search-box input{
    border: 0 !important;
    padding: 0 15px !important;
    border-radius: 3px !important;
    height: 46px !important;
}
.site-content h1, 
.site-content h2,
.site-content h6{
  color:#1d2157;
  margin-bottom:20px;
}
.site-content h2{
  font-size: 24px;
  line-height:1.4;
}
.site-content h3, 
.site-content h4, 
.site-content h5 {
  font-size:20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3c3c3c;
}
.single .inner-banner h1.page-title{
  font-size:26px;
}

/*--------------------------------------------------------------
## Button CSS
--------------------------------------------------------------*/
.fu_button a {
    font-size: 14px;
    background: #01a94c;
    color: #fff !important;
    padding: 11px 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 1px;
    cursor: pointer;
}
.fu_button a:hover {
    background: #027334;
}
.hvac5-service-area .service-box figure.elementor-image-box-img{
  background: #15a348;
  border-radius: 50%;
  line-height: 100px;
  display: inline-block;
  width: 100px !important;
  height: 100px;
  text-align:center;
}
.hvac5-service-area .service-box {
  text-align:center;
}
.hvac5-service-area .service-box figure.elementor-image-box-img img{
    max-width:52px;
    vertical-align:middle;
}
.hvac5-service-area .service-box .elementor-image-box-content h3{
  margin:8px 0 15px;
}
.hvac5-project-area .view-more-link{
  text-align: right;
  margin-right: 15px;
  margin-top: 25px;
}
.hvac5-project-area .view-more-link a{
  font-size: 16px;
  color: #1d2157;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  position:relative;
}
.hvac5-project-area .view-more-link a:after{
  content:'\f178';
  position:relative;
  font-family: FontAwesome;
  right:0;
  top:0;
  display:inline-block;
  color:#1d2157;
  font-size:15px;
  margin-left:12px;
}
.hvac5-project-area .view-more-link a:hover{
  color:#15a348;
}
.hvac5-project-area .view-more-link a:hover:after{
  color:#15a348;
}
.hvac5-awesome-client{
  position:relative;
}
.hvac5-awesome-client:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  display: inline-block;
  background:#1d2157;
  width: 600px;
  height: 100%;
}
.hvac5-awesome-client-right{
  position:relative;
}
.hvac5-awesome-client-right:before{
  content: '';
  position: relative;
  left: -20px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #15a348;
  display: inline-block;
  margin-top: -20px;
}



  .slick-dots
{
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 10px;
}
.slick-dots li.slick-active button
{
  background: #15a348;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: #15a348;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}
.testimonial-carousel .slick-slide {
    margin: 0 20px;
  }
.testimonial-carousel .slick-list {
    margin: 0 -20px;
}

.tiny-slider{
  position:relative;
  width:100%;
}
.tiny-slider ul{
  margin:0;
  padding:0;
}

.tiny-slider ul li{
  position:relative;
}
.tiny-slider ul li img{
  width:100%;
  height:100%;
  display:block;
}

.page-template-template-location .g_map.embed-responsive iframe{
      width: 100%;
}
.site-logo img{
  width:auto;
}

.tiny-slider .slick-prev, 
.tiny-slider .slick-next {
    font-size: 32px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height:50px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: transparent;
    z-index:2;
    
    margin-top: -25px;
}
.tiny-slider .slick-prev {
    left:10px;
    background:url(../images/left_icon.svg) center no-repeat;
    background-size:50px;
}
.tiny-slider .slick-next {
    right: 10px;
    background:url(../images/right_icon.svg) center no-repeat;
    background-size:50px;
}
.rplg {
    margin: 0 35px;
}

.rplg .rplg-review-name{
  color:#fff !important;
}
.rplgsw-pagination-bullet{
  background: #fff;
}

.slides img { width: 100%; height: auto; }

.special-offer .elementor-widget-container h3{
  line-height: 1.6;
}


/*Special offer page css*/
.special-offer-hdr .header-main{
  background:#fff;
}
.special-offer-hdr .container{
  max-width:1140px;
}
.special-offer-hdr .row{
  align-items:center;
}
.special-offer-hdr .site-logo img {
    width: 315px;
    height: auto;
}
.special-offer-hdr .contact-no .phone{
  font-size: 30px;
  color: #a7a7a7;
  font-weight: 300;
}
.special-offer-hdr .contact-no .phone a{
  color: #1d2157;
  font-weight:800;
}
.special-offer-hdr .contact-no .phone a:hover{
  opacity:0.9;
}
.special-offer-form{
  background:#15a348;
  padding: 40px 0px 0;
}
.special-offer-section1 .elementor-widget-wrap{
  padding:0 !important;
}
.special-offer-form h2.elementor-heading-title{
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  line-height: 100%;
  text-align: center;
}
.special-offer-form p{
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 20px;
}
.special-offer-form .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}
.special-offer-form .contact-form{
    border-top: 1px solid #fff;
    padding: 30px 20px 0;
}
.special-offer-form .contact-form input[type="text"], 
.special-offer-form .contact-form input[type="email"], 
.special-offer-form .contact-form input[type="tel"], 
.special-offer-form .contact-form select, 
.special-offer-form .contact-form textarea{
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  font-weight: 500;
  min-height: 47px;
  border:none;
}
.special-offer-form .contact-form select:focus,
.special-offer-form .contact-form select:focus-visible{
  outline: none;
  box-shadow: none;
}
.special-offer-form .contact-form textarea {
    height: 115px;
}
.special-offer-form  .contact-form input[type="submit"]{
  width: 100%;
  border-radius: 5px;
  min-height:70px;
  font-size: 22px;
  font-weight: 600;
}
.special-offer-form  .contact-form input[type="submit"]:hover{
  background:#181c50;
  opacity:1;
}
.special-offer-form .contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  padding: 2px 4px;
}
.special-offer-form .wpcf7 form .wpcf7-response-output{
   margin: 0 0.5em 1em;
   color:#fff;
}
.special-offer-section1 .banner-content h1{
  font-size: 72px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.1;
  text-shadow: 0px 5px 10px #000;
}
.special-offer-section1 .banner-content ul{
  margin:0;
  padding: 0;
  list-style:none;
}
.special-offer-section1 .banner-content ul li{
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  position:relative;
  line-height:100%;
  padding-left:25px;
}
.special-offer-section1 .banner-content ul li:before{
  content:'';
  position:absolute;
  left:0;
  top:6px;
  width:9px;
  height:9px;
  background:#fff;
  border-radius:100%;
}
.service-icons ul{
  list-style:none;
  margin:0;
  padding:0;
} 
.service-icons ul li{
  display:inline-block;
  text-align:center;
  margin:0 10px;
}
.service-icons ul li img{
  display:block;
  width:100px;
  height:100px;
}
.special-offer-section2 .elementor-widget-wrap{
  padding:0 !important;
}
.special-offer-section3 .offer-content{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size: 17px;
  font-weight: 300;
}
.special-offer-section3 .offer-content h2{
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #1d2157;
  font-weight:800;
}
.special-offer-section3 .offer-content .call-offer {
  color: #414141;
  font-size: 32px;
  margin-top: 0;
  line-height: 1.3;
  font-weight:300;
  margin-bottom: 0 !important;
}
.special-offer-section3 .offer-content .call-offer a{
  font-weight:800;
}
.special-offer-section3 .offer-content .call-offer span{
  display:block;
  color:#000;
  font-size:28px;
  font-weight:300;
}
.special-offer-section3 .offer-content .call-offer span strong{
  color:#1d2157;
  text-transform: uppercase;
  font-weight:800;
}
.offer-pro-logo{
  border-right:2px solid #bdbdbd;
  padding-right:40px;
  margin-right:40px;
  text-align:right;
}
.offer-pro-logo img{
  width: 396px;
  height:110px;
}
.offer-profess{
  font-size: 17px;
  color: #535353;
  line-height: 1.5;
}
.offer-profess h2{
  text-transform:uppercase;
  font-size:38px;
  line-height:1.1;
  margin-bottom:20px;
  color: #1d2157;
}
.offer-profess ul{
  list-style: none;
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #bdbdbd;
}
.offer-profess ul li{
  margin-bottom: 12px;
  color: #505050;
  font-weight: normal;
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 500;
}
.offer-profess ul li:before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:url(../../../../uploads/2022/04/check-icon.svg) no-repeat; 
  width:22px;
  height:22px;
  background-size:22px;
}
.special-offer-section4 h2.elementor-heading-title{
  font-size: 35px;
  margin: 0;
  background: #15a348;
  color: #fff;
  padding:35px 0;
  font-weight: 500;
  text-transform:uppercase;
}
.special-offer-ftr{
  background:#1d2157;
  border-top:0;
  padding:32px 0;
  color:#fff;
}
.special-offer-ftr .container{
  max-width:1140px;
}
.client-review{
  padding:40px 0 0;
}
.client-review h2{
  text-align:center;
  font-size:32px;
  margin-bottom:25px;
  font-weight:600;
}

.schedule-appointment-banner{
  background: #15a348;
  padding: 25px 0;
  text-align: center;
  margin: 0px calc(50% - 50vw);
  max-width: 99.4vw;
  width: 100vw;
}
.schedule-appo-wrap{
  display:flex;
  justify-content:center;
  column-gap:30px;
  align-items:center;
}
.schedule-appo-wrap h2.schedule-title{
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.appointment-now-btn a{
  background: #fff;
  padding: 18px 30px;
  display: inline-block;
  color: #1d2157;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
}
.appointment-now-btn a:hover{
  background:#1d2157;
  color:#fff;
}
