/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body, .cn-logo, .header-info span, .header-info a, #top-menu > li > a, #main-footer h4 {
  font-family: 'Montserrat', sans-serif; }

.comp-name { color: #E6BF36; }
.comp-name:hover {
	color: #e6bf36;
}

.container {
  width: 100%;
}

.section-headings {
  font-size: 30px;
  color: #19171C;
  margin-bottom: 20px;
}

body {
font-size: 18px;
}

/* -----------------------------------------------------------------------
 * Button Style
 * ----------------------------------------------------------------------- */
.button, .has-button, .et_pb_button {
	position: relative;
	display: inline-block;
	color: #FFF;
	background-color: #E6BF36;
	text-transform: uppercase;
	transition: 0.2s linear;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	border: 3px solid rgba(255,255,255,0.36);
	padding: 12px 15px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 250px;
}


.button:hover::before {
  left: 0;
}

.button:hover, .button:active, .button:visited, .button:focus {
  background-color: #1e2248;
  border-color: #1e2248;
  color: #fff;
}

.has-button, .et_pb_button {
	display: block!important;
	left: -14px;
    border: 0 !important;
    padding: 15px 0 !important;
	    background: #f1f1f1;
}

.has-button, .et_pb_button:hover {
	background-color: #1E2248!important;
	color: #fff!important;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#main-header {
	background-color: #fff!important;
  	border-bottom: 1px solid #333;
}

.header-info {
  background-color: #1E2248;
  color: #fff;
  font-size: 12px; 
  padding-top: 5px;
  font-weight: bold;
  padding-bottom: 5px;}
  .header-info .container {
    text-align: right; }
  .header-info i {
    position: relative;
    display: inline-block;
    color: #E6BF36;
    font-size: 15px;
    margin-right: 3px; }
  .header-info .pull-left {
    margin-top: 2px; }
  .header-info span, .header-info a {
    font-weight: bold;
    display: inline-block;
    margin-right: 15px; }
  .header-info span:nth-child(2) {
    position: relative;
    cursor: pointer; }
    .header-info span:nth-child(2) i {
      top: 2px; }
    .header-info span.pulsing {
      margin-right: 3px; }
  .header-info a {
    color: #fff; }
    .header-info a i {
      top: 1px;
      font-size: 18px; }

/* -----------------------------------------------------------------------
 * Logo Style
 * ----------------------------------------------------------------------- */
span.logo_helper {
  display: none;
}

.cn-logo {
  position: relative;
  display: block;
  color: #2A2A2A;
  font-family: 'Exo 2', sans-serif;
  font-size: 36px;
	line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s linear; }
  .cn-logo:hover, .cn-logo:active, .cn-logo:focus {
    color: #E6BF36; }
    .cn-logo:hover i, .cn-logo:active i, .cn-logo:focus i {
      transform: scale(1.3); }
    .cn-logo:hover:before, .cn-logo:active:before, .cn-logo:focus:before {
      transform: scale(0.6); }
  .cn-logo i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    transition: 0.3s linear; }

#logo {max-height: 100%;}
/* -----------------------------------------------------------------------
 * Navbar Style
 * ----------------------------------------------------------------------- */
.navigation {
	padding: 10px 0;
	transition: all .4s;
}
.et-fixed-header .navigation {
	padding: 0;
}

#et-top-navigation {
	padding-top: 0px!important;
}

#top-menu > li {
  padding: 0;
  }
  #top-menu > li > a { 
	     transform: skew(-20deg);
  position: relative;
  color: rgba(90,90,90,1);
  padding: 18px !important;
  font-size: 13px!important;
  font-weight: bold!important;
  transition: 0.3s linear; }
  #top-menu > li > a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1E2248;
    z-index: -1;
    transition: 0.3s;
  }
  #top-menu > li > a:hover, #top-menu > li > a:focus {
    opacity: 1!important;
    background-color: transparent;
    color: #fff!important; }

/* Current Page */
#top-menu > li.current_page_item  > a, #top-menu > li.current_page_item  > a:focus {
  background-color: transparent;
  color: #fff!important; }
#top-menu > li.current_page_item  > a:hover {
	background-color: transparent;
	color: #fff!important;
}

#top-menu > li > a:hover::before, #top-menu > li.current_page_item > a:before {
  width: 100%;
}


/* Mobile Navigation */

.mobile_menu_bar::before {
  color: #1E2248!important;
}

#main-header .et_mobile_menu {
  background-color: #1E2248!important;
}

.et_mobile_menu {
  border: 0!important;
}

#mobile_menu li a {
	color: #fff!important;
}

#mobile_menu .current_page_item {
  background-color: #fff;
}

#mobile_menu .current_page_item a {
  color: #333!important;
}

/* Submenu */
#main-header .nav li ul {
	background-color: #1E2248!important;
}

#main-header .nav li ul a {
    color: #fff!important;
    font-size: 13px!important;
    font-weight: bold!important;
}

#top-menu .menu-item-has-children > a:first-child::after {
	top: 38%;
}

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */

.et_right_sidebar #sidebar {
    padding: 20px 28px 0;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 0px solid #eee;
}

/* -----------------------------------------------------------------------
 * Banner Style
 * ----------------------------------------------------------------------- */
.et_pb_slide {
  padding-top: 70px!important;
  padding-bottom: 0px!important;
}

.et_pb_slide_title {
  font-size: 70px!important;
  font-weight: 700!important;
}


.et_pb_slide_content {
	margin-top: 50px;
 	margin-bottom: 50px;
}

.et_pb_slide_content p a {
	/* padding: 20px 40px; */
}

.scroll-down-btn {
    z-index: 99999;
    position: absolute;
    bottom: 35px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.scroll-down-btn:hover {
    opacity: 0.8;
}

/* -----------------------------------------------------------------------
 * (Home) Services Section Style
 * ----------------------------------------------------------------------- */

.et_pb_column .et_pb_column_1_2  .et_pb_column_7 h3 {
	color:#fff !important;
}
.et_pb_blurb_container h4 {
    font-size: 25px;
}

#section-1 .et_pb_column_1_4 {
  position: relative;
  width: 25%;
  min-height: 200px;
  background-color: transparent;
	border: 2px solid rgba(91,94,122,1);
	padding: 30px 20px 20px;
  margin-right: -2px;
	transition: 0.3s linear;
}

#section-1 .et_pb_column_1_4 .et-pb-icon {
  transition: 0.3s;
}

#section-1 .et_pb_column_1_4:hover .et-pb-icon {
  color: #E6BF36!important;
}


#section-1 .et_pb_column_1_4:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 20%;
  width: 35px;
  height: 2px;
  background-color: rgba(91,94,122,1);
  transform: rotate(-45deg);
  transition: 0.3s linear;
}

#section-1 .et_pb_column_1_4:after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 20%;
  width: 35px;
  height: 2px;
  background-color: rgba(91,94,122,1);
  transform: rotate(-45deg);
  transition: 0.3s linear;
}


#section-1 .et_pb_column_1_4:hover {
  border-color: #fff;
  z-index: 9;
}

#section-1 .et_pb_column_1_4:hover::before, #section-1 .et_pb_column_1_4:hover::after {
  background-color: #fff;
}

#section-1 .et_pb_column_1_4  h4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

#section-1 .et_pb_column_1_4 p {
  font-size: 16px;
  margin-top: 10px;
  color: #bfc0c7;
}

/* -----------------------------------------------------------------------
 * Home Content Style
 * ----------------------------------------------------------------------- */
.home-content { transition: 0.3s; }


.home-content h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 36px;
}


/* -----------------------------------------------------------------------
	 * Testimonials Plugin
 * ----------------------------------------------------------------------- */

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}

.title-testimonials {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border-radius: 0px;
    padding: 1rem;
    background: linear-gradient(315deg, #5e67a2 0%, #1e2248 100%);
    min-height: 100%;
    break-inside: avoid;
    border: 0px solid #a8d1fd00;
}

.testimonial-item:hover {
	background: linear-gradient(315deg, #5e67a2 0%, #1e2248 100%);
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    filter: drop-shadow(1px 1px 3px #000);
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-style: italic;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    background: #ffffff;
    padding: 3px !important;
    border-radius: 0px;
    min-height: 35px;
    filter: drop-shadow(0px 0px 3px #ffffff);
}
 
.reviewer-name {
    font-weight: 500;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 0;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #e6bf36;
    border-radius: 0;
    cursor: pointer;
    background: #e6bf36;
    border-style: solid;
    display: flex;
    color: #000000;
}
 
.nav-arrows button:hover {
    background: #1e2248;
    color: #ffffff;
    border-color: #e6bf36;
}
 
.nav-arrows button svg {
    height: 20px;
    width: 20px;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 12px;
        font-size: 13px;
        border-right: 0px solid #ffffff;
        margin-bottom: 0px;
    }
 
    .review-from-logo {
      padding-left: 0;
      /* margin-left: 9px; */
    }

    .nav-arrows {
        margin-top: 12px;
    }
}




/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_review blockquote {
	border-left: none;
}
@media (min-width: 981px) {
.wpcr3_respond_2 input[type="text"],
.wpcr3_respond_2 textarea {
    min-width: 100%;
}
.wpcr3_table_2 td {
    text-align: left !important;
}
.wpcr3_review_form_rating_field label {
    margin: 6px 0 !important;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@media (max-width: 980px) {
.wpcr3_respond_3,
.wpcr3_aggregateRating,
.wpcr3_table_2 td {
   	text-align: center !important;
}
.wpcr3_div_2 {
    width: 100%;
}
.wpcr3_table_2 tr:last-of-type td {
    margin: 20px auto 0 !important;
}
.wpcr3_table_2 td {
    display: block;
	padding: 0 !important;
}
.wpcr3_table_2 td:first-child {
    margin-top: 10px !important;
}
.wpcr3_rating_style1_status {
    width: 85px !important;
}
.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    width: 100% !important;
    min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
    width: 40%;
}
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
	blockquote.wpcr3_content {
    	padding-left: 0;
    	border-left: 0;
	}
}

/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
#location h3,
:not(.et_pb_widget) > div > #servcss {
  color: #E6BF36!important;
  font-family: 'Exo 2', sans-serif;
  font-size: 25px;
  line-height: 30px;  
  text-align: right;
}

.free-estimate-heading {
  display: block!important;
  text-align: center;
	position: relative;
	color: #fff!important;
	font-family: 'Exo 2', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
    padding-bottom: 20px!important;
	text-align: center; }

#contactForm input[type=text],
#contactForm input[type=password],
#contactForm input[type=tel],
#contactForm input[type=email],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
	background-color: #fff;
	border: 1px solid #999999;
	color: #333!important;
	padding: 15px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	margin: 10px 0px!important;
	border-radius: 2px;
	opacity: 1;
	transition: 0.3s linear;
	width: 100% !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	border-color: #1F1F26;
	opacity: 1;
}

#contactForm div:nth-child(5) img {float: left; margin-top: 5px;}
#contactForm div:nth-child(5) input {
	float: right;
	width: 50% !important;
	height: 50px;
	margin: 0 !important;
}

.comment-field, .wpcr3_leave_text {
  color: #222222!important;
}

#submitter {
    position: relative;
    font-size: 16px;
    padding: 20px 30px;
    font-weight: 700 !important;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    height: auto !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    background-color: #e6bf36;
    border: 5px solid #eed57a;
    transition: 0.3s linear;
    margin-top: 10px!important;
	width: 100% !important;
}

#submitter:hover {
	border-color: transparent;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #1E2248!important;
    padding-top: 30px;
    padding-bottom: 30px;
	    border-top: 1px solid #e6bf36;
}

#main-footer #footer-widgets {
    margin-bottom: 30px;    
    padding: 3% 0 0;
}

#main-footer .footer-widget {
	color: #fff!important;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
    position: relative;
    color: #E6BF36!important;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #262b5a; }

#main-footer h4:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #E6BF36; }

#main-footer #footer-bottom .container {
    text-align: left;
    font-size: 13px;
    padding-top: 25px;
}

table.openinghours {
    width: 100%;
    max-width: 350px;
    margin: 0 auto !important;
}

.openinghours tr td:first-child {
    padding-left: 5px!important;
}

.openinghours tr td:last-child {
    text-align: right!important;
    padding-right: 5px!important;
}

#current-day {
    background-color: #E6BF36;
}

#current-day td {
  color: #1E2248!important;
}

.footer-widget #text-4 .textwidget br,
.footer-widget #text-4 .textwidget strong {
    display: none;
}

.hours th,
.openinghours td {
    text-align: left !important;
    font-size: 12px !important;
    color: #fff !important;
    text-shadow: none !important;
}

#footer-bottom {
    padding: 5px 0 5px;
	background:none !important;
	color: white;
}

#contactForm input,
textarea {
    width: 100% !important;
}

/* -----------------------------------------------------------------------
 * Keyframes Style
 * ----------------------------------------------------------------------- */

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@keyframes color-cycle {
    0% {
        color: #fff;
    }
    50% {
        color: #E6BF36;
    }
    100% {
        color: #fff;
    }
}

.pulsing {
    font-weight: 500;
    animation: color-cycle 1.5s infinite;
    -webkit-animation: color-cycle 1.5s infinite;
    -moz-animation: color-cycle 1.5s infinite;
    -o-animation: color-cycle 1.5s infinite;

}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
       transform: scale(1);
    }
}

.beat {
  display: inline-block;
	animation: beat 1s infinite;
    -webkit-animation: beat 1s infinite;
    -moz-animation: beat 1s infinite;
    -o-animation: beat 1s infinite;
}

/* Phone Ring Icon */
.ring {
  -webkit-animation: Ringing 2000ms linear 2000ms infinite;
  animation: Ringing 2000ms linear 2000ms infinite; }

@-webkit-keyframes Ringing {
  0% {
    -webkit-transform: rotate(0deg); }
  4% {
    -webkit-transform: rotate(-45deg);
    }
  8% {
    -webkit-transform: rotate(0deg); }
  12% {
    -webkit-transform: rotate(-45deg);
    }
  16% {
    -webkit-transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-45deg);
    }
  24% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes Ringing {
  0% {
    transform: rotate(0deg); }
  4% {
    transform: rotate(-45deg);
    }
  8% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(-45deg);
    }
  16% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-45deg);
    }
  24% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }


/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */

.widgettitle {
    position: relative;
    color: #333!important;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee; }

.widgettitle:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #1E2248; }

/* -----------------------------------------------------------------------
 * Helper Style
 * ----------------------------------------------------------------------- */
blockquote {
  border-color: #1E2248!important;
}

.home-testimonial blockquote {
  border: 0!important;
  padding: 0;
}


/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media screen and (max-width: 1300px) and (min-width: 981px) {
	.image-logo .logo_container {position: relative !important;height: 70px !important;display: flex;justify-content: center;padding: 0px !important;margin-top: 20px;}
	#logo {
		margin: 0 auto !important;
		position: relative !important;
		display: block;
	}
	#et-top-navigation {
		float: none;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 980px) { 
  .navigation {
    padding-bottom: 0;
    /* padding-top: 15px; */
  }

  .cn-logo {
    top: 6px;
  }

  .home-content {
    padding: 30px 20px 20px 20px!important;
  }

  .pull-left {
    float: none!important;
  }

  #logo {
    position: relative;
    top: -7px;
  }
}

@media (max-width: 900px) { 
  .et_pb_slide_title {
    font-size: 40px!important;
    font-weight: 700!important;
  }

  .et_pb_slide_content {
    margin-top: 20px;
  }

  .scroll-down-btn {
      bottom: 30px;
      width: 60px;
  }
}

@media (max-width: 767px) {
	.header-info .container {
	  	text-align: center; }
}

@media screen and (max-width: 600px) {
  
}

@media (max-width: 500px) {  
  .cn-logo {
    font-size: 25px;
  }

  .ion-ios-monitor-outline {
    display: none!important;
  }

  .cn-logo:before {
    content: none;
  }

  .et_pb_slide {
    padding-top: 150px!important; 
  }
}

@media (max-width: 400px) {
    .et_pb_slide {
      padding-top: 180px!important; 
    }

   #contactForm div:nth-child(5) img {
    	float: none;
    	width: 100%;
		margin-bottom: 4px;
   	}

	#contactForm div:nth-child(5) input {
		float: none;
		width: 100% !important;
		height: 40px;
		margin: 0 !important;
	}
}

/***** BODY FONT-SIZE *****/
 body, .wpcr3_content p {
     font-size: 17px !important;
}
/***** CENTER SLIDE *****/
 @media (max-width: 600px) {
     .et_pb_slide_description {
         width: 95% !important;
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     .et_pb_slides .et_pb_container {
         width: 100%;
    }
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
 .et_monarch .et_social_mobile {
     width: 65% !important;
}
/***** massage template menu fix *****/
@media (min-width:981px) {
	body:not(.image-logo) .logo_container {
    margin-bottom: 10px;
    position: relative !important;
    text-align: center;
}
	body:not(.image-logo) #et-top-navigation {
    width: 100%;
    text-align: center;
}
	body:not(.image-logo) #top-menu-nav {
	float: none !important;
    display: inline-block;
}
	body:not(.image-logo) #main-header .header-info {
    float: none !important;
    margin: 0 0 10px;
}
	body:not(.image-logo) #main-header .fa {
		top: 0;
	}
	body:not(.image-logo) #main-header .header-info a em,
	body:not(.image-logo) #main-header .header-info span em {
    display: none;
}
body:not(.image-logo) header>.container.clearfix.et_menu_container {
    padding: 0 10px;
}
	#logo {
    position: absolute;
    left: 0;
}
}
@media (max-width:980px) {
	.logo_container {
		position: relative !important;
		text-align: center;
		padding: 0 10px !important;
		display:block;
		padding-bottom: 30px !important;
		margin-top: 20px !important;
	}
	.text-logo {
    	font-size: 28px;
		    line-height: 30px;
		display: inline;
		top: 0;
}
	.header-info span, .header-info a {
    margin-right: 0;
		display: block;
}
}
	#et-top-navigation > .et_menu_container {
    width: 100%;
}
header > .et_menu_container {
    width: 92%;
}
#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
	opacity: 1;
}
/***** FIX DROPDOWN ARROW POSITION *****/
 .menu-item-has-children>a:after {
     top: unset !important;
}
#top-menu .menu-item-has-children > a {
    padding-right: 22px !important;
}
/***** FIX DROPDOWN *****/
 #top-menu .sub-menu {
     padding: 0 !important;
     width: unset !important;
     border-top: 3px solid #ddd !important;
}
 #top-menu .sub-menu li {
     border-left: 0 !important;
     padding: 0 !important;
}
 #top-menu .sub-menu li a:before {
     display: none;
}
#main-header .nav ul li a:hover,
#main-header .et_mobile_menu li a:hover {
    opacity: 1;
    background-color: #e6bf36;
    color: white !important;
}
 .et_mobile_menu .sub-menu {
     border: none !important;
}
/***** CENTER TEXT ON MOBILE *****/
 @media (max-width: 980px) {
     .home #services .et_pb_text_inner {
         text-align: center;
    }
     .et_pb_text {
         text-align: center!important;
    }
     .free-estimate-heading {
         padding:0;
         text-align: center;
    }
     .et_pb_blurb_container {
         text-align: center !important;
    }
     #section-1 .et_pb_column_1_4 h4:before {
         width: 100%;
    }
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
     .scroll-down-button {
         bottom: 5px;
    }
}
 #main-footer .container {
     width: 93%;
}
 .payments strong, .payments br {
     display: none;
}
 .paymentsbox {
     max-width:100%;
}
 .paymentType {
     display: inline-block;
     float: none;
}
 .paymentType p {
     display: none;
}
 #footer-bottom div {
     font-size: 16px !important;
}
/***** MORE *****/
 #servcss svg {
     display: none;
}

 @media (max-width:980px) {
     #servcss {
         padding-left: 0;
    }
	 .has-button a.et_pb_button {
		 left: unset !important;
	 }
	 .header-info .container {
    text-align: center;
}
	 .home-testimonial-text:after,
	 .home-testimonial-text:before {
		 display: none;
	 }
}

@media (max-width:600px) {
	#contactForm div:nth-child(5) img {
    float: none;
    margin-top: 5px;
}
	#contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
    height: 50px;
    margin: 10px 0 !important;
}
}
.white-box {
	padding: 25px 20px 20px 20px !important;
	background: #fff;
    box-shadow: 0 0 6px #e4e4e4;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
blockquote {
	padding-left: 0;
}
header, .et-fixed-header#main-header {
    box-shadow: 0px 0px 5px rgba(0,0,0,.35) !important;
}
#servcss {
	display: inline-block;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
		width: 100%;
}
.mobile_nav {
    height: 56px;
    width: 100%;
}
.mobile_menu_bar_toggle {
    height: 56px;
    width: 100%;
    position: absolute;
	left: 0;
    bottom: 0;
	border-top: 1px solid #ccc;
}
.mobile_menu_bar:before {
	right: 5px !important;
    left: unset !important;
    position: absolute;
    top: 12px;
}
ul#mobile_menu {
    top: 100%;
	text-align: center;
}
.mobile_nav .select_page {
    display: inline-block;
    position: absolute;
    left: 10px;
    line-height: 56px;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
header .et_menu_container,
	.header-info .container {
    margin: 0 auto !important;
    width: 100% !important;
max-width: 1350px !important;
}
}
/*** Logo image styling ***/
.image-logo .email-us {
    float: right;
    padding-right: 10px;
}
.image-logo #top-menu > li > a {
    padding: 53px 12px !important;
}
.image-logo .et-fixed-header #top-menu > li > a {
    padding: 46px 12px !important;
}
.image-logo #et-top-navigation, .image-logo .navigation > .et_menu_container {
    padding: 0 !important;
}

@media (max-width: 1200px) {
	.image-logo #top-menu > li > a,
	.image-logo .et-fixed-header #top-menu > li > a {
    padding: 33px 12px !important;
	text-transform: capitalize;
}
}
@media (max-width: 980px) { 
	.image-logo .logo_container {
    padding: 10px 0 !important;
}
	.image-logo #logo {
    max-width: 80%;
	max-height: 150px;
}
}


/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
    /* list-style: disc inside; */
	}
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
    	width: 100% !important;
    	max-width: 100% !important;
    	margin-right: 0 !important;
    	margin-left: 0 !important;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}
.footer-widget li:before {
    border-color: #e6bf36;
    margin-top: 2px;
}
@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}
#top-menu li.current-menu-ancestor>a {

    background-color: #1E2248;
    color:#fff !important;
}
#top-menu li.current-menu-ancestor>a:hover {

}

.et-fixed-header #top-menu li.current-menu-ancestor>a {
    background-color: #1E2248;
}
.et_pb_post {
	text-align:justify;
	/* padding: 0 20px; */
}
@media screen and (max-width: 980px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}

}
@media screen and (max-width:1024px) {
	.home .et_pb_slider .et_pb_slide_0 {
     margin-top: 150px;
	}
}
@media screen and (max-width:980px) {
	.home .et_pb_slider .et_pb_slide_0 {
    background-position: 90% 100% !important;
	}
}
@media screen and (max-width:600px) {
	.home .et_pb_slider .et_pb_slide_0 {
    background-position: 77% 100% !important;
}
}

@media (max-width: 767px) {
.hours, .openinghours {
    width: 100%;
    text-align: center;
}
}

/* add buttons*/
.booking-button-switch {
   display:none !important;
    /* TODO */
}

.slider-button {
    margin-top: 40px;
    margin-bottom: 40px;
}

.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #2a3062;
    /*TODO*/
}

.top_button {
    position: relative;
    display: inline-block;
    background-color: #E6BF36;
	border: 3px solid #efd67f;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff !important;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}

.top_button:hover{
 background-color: #1e2248;
  border-color: #1e2248;
  color: #fff;
}

.top_button .fa {
    top: 0px !important;
    left: 0px !important;
    height: 0px !important;
    color: #fff !important;
    padding: 5px 5px 5px 0px !important;
    border: 0px !important;
}

.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background: #E6BF36;
    /*TODO*/
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #EFD67F;
    /*TODO*/
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 250px;
}

.floating-estimate-btn:hover {
  background-color: #1e2248;
  border-color: #1e2248;
  color: #fff;
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    background: #E6BF36;
    /*TODO*/
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #EFD67F;
    /*TODO*/
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    width: 250px;
    z-index: 9999;
    font-weight: bold;
}

#main-footer .listing-rev-btn:hover {
  background-color: #1e2248;
  border-color: #1e2248;
  color: #fff;

}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 2px;
}

/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
        display: flex;
        justify-content: center;
    }

    .slider-button .booking-button-switch {
        margin-right: 10px;
    }
}



/* BADGES SECTION STYLE */
div#css-badges-section {
    background-color: #202020 !important;
    padding: 30px 0;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #e6bf36;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    border: 3px solid #efd67f;
}

p.badge-content {
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 50%;
    padding-bottom: 5px;
    filter: opacity(0.8);
}

.badge-title {
    background: #1e2248;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #ffffff;
    font-weight: bold;
}

.badge-title span {
    font-size: 17px;
}
/*CSS Services Added Here*/
.srvBlockTitle p {
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    color: white;
    border-bottom: 1px solid #ea0;
    display: inline-block;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.srvBlockTitle p:hover {
    color: #ea0;
    border-bottom: 1px solid #000000;
}

.srvBlockTitle {
    text-align: center;
    margin-bottom: 20px;
}

.srvElement {
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.srvElement:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
}

.srvElementHeader h2 {
    text-align: center;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    padding: 10px 5px;
    line-height: 1.2;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.srvElementImg img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.srvElementContent {
    text-align: justify;
    color: #ffffff;
    padding: 10px;
    padding-top: 0;
    line-height: 1.5;
}
.srvElementContent a {
	color: #e5b300;
}
.srvElementBody {
    background: linear-gradient(135deg, #5e67a2 0%, #1e2248 100%);
    transition: background 0.3s ease;
}

.srvElement:hover img {
    filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
    transform: scale(1.1);
}

.srvElement:hover h2 {
    font-weight: bold;
}

.srvElementContent::first-letter {
    font-size: 1.2em;
    font-weight: bold;
    color: #EA0;
}

@media screen and (min-width: 981px) {
    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 30px;
    }

    .srvElementImg img {
        height: 200px;
    }

    .srvElementFullWidth .srvElementImg img {
        height: 100%;
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }

    .srvElementBody {
        height: 100%;
    }

    .srvElementContent {
        height: 100%;
    }

    .srvElementFullWidth .srvElementContent {
        height: auto;
    }

    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1080px;
        flex-direction: row;
    }

    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0;
    }

    .srvElementFullWidth .srvElementBody {
        width: 68%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
/* end of services */


h1.header-title {
    font-size: 28px;
    font-weight: 800;
    text-shadow: 2px 2px #000;
}

@media (max-width: 479px) {
    .et_pb_post h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}
a:hover {
    color: #e5b300;
}

 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #e5b300;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

.post-content-inner {
    text-align: justify;
}

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}
