/*
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 {
	font-family: 'Montserrat', Arial sans-serif;
	font-size: 1.0625rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #292929;
	background-color: #fcfffc !important;
	font-weight: 400;
	overflow-x: hidden;
}

 
/*HEADER STYLES*/
 
header#main-header {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #292929;
    
}


#main-header > div.container.clearfix.et_menu_container{
	max-width:none;
}

.et_menu_container{width: 100%;background: #ffffff;}


/* Logo */


.logo_container {
	position: relative !important;
    display: flex;
    align-items: center;
	justify-content:center;
	margin:auto !important;
	width:70% !important;
	text-align:center;
	padding:5px;
}

@media screen and (max-width:544px){
	.logo_container {
		width:100% !important;
	}
}

.text-logo {  
	position: relative;
	top: 0px;
	display: inline-block;
	color: #1a4581;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	text-transform: capitalize;
	transition: 0.3s;
	font-weight: 800;
}


.text-logo:hover {
	transform: skew(-10deg);
}

.comp-name {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* Navigation */

.nav li ul {
	margin-top: 11px !important;
}


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

#top-menu li {	
	padding-right: 0;
	margin-right: -3px;
}

#top-menu li a {
	position: relative;
	font-family: 'Poppins', sans-serif;
    padding: 10px 5px !important;
	transition: 0.3s ease-in-out;
	color: #020202 !important;
}

#top-menu li a:hover:after {
	opacity:1;	
}

#top-menu li a:hover:before {
	opacity:1;	
}

#top-menu li a:hover:after {
	opacity:1;
}

#top-menu .current-menu-item > a:before{
	opacity:1 !important;
}

#top-menu .current-menu-item > a:after{
	opacity:1 !important;
}

#top-menu .menu-item > a:before{
	opacity:0;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #000000;
	transition: all .3s;
}

#top-menu .menu-item > a:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    transition: all .3s;
}

/* Submenu */
#top-menu .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children > a:first-child::after {
	top: 50%!important;
	transform: translateY(-50%);
}

#top-menu li li a {
    width: 200px;
    padding: 8px 15px !important;
}

.et-fixed-header #top-menu li li a {
    color: #232323!important;
}

.et-fixed-header #top-menu li li a:hover {
    color: #e6772e !important;
}

/* mobile */
.mobile_menu_bar::before {
	color: #232122 !important;
	top: 12px;
}

.et_mobile_menu li a {
  	color: #fff!important;
	text-transform:uppercase;
}

.et_mobile_menu {
  	padding: 2% 5%;
}

#mobile_menu {
	top: 56px!important;
	background-color: #e34e33!important;
	border-top: 2px solid #0d0d0d;
	text-align: center;
}

/*
.logo_container {
    position: relative !important;
    width: calc(100% - 62px) !important;
    margin-right: 20px;
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo_container a {
	display: flex;
	text-align: center;
}
.text-logo {
	padding: 10px;
	background: #FCFFFC;
	text-align: center;
	border-radius: 5px;
	color: #1a4581;
	border: 1px solid #2D3A3A;
	max-width: 350px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 1.05;
}
.logo-link img {
    background: #FCFFFC;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2D3A3A;
    max-width: 350px !important;
    max-height: 70px !important;
}
*/
.contact-info {
    width: 100%;
    display: none;
}

div#et-top-navigation {
    width: 32px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    height: 100%;
    margin-right: 10px;
}

.mobile_menu_bar:before {
	color: #FCFFFC;
}

@media (max-width: 980px) {
   .et_header_style_left #et-top-navigation {
        padding-top: 24px;
        display: block;
        margin: auto;
	   float:none;
    }
}

ul#mobile_menu {
    background-color: #292929  !important;
    border-color: #fff;
    top: 91px;
    margin-top: 130px;
}
ul#mobile_menu a {
    color: #fcfffc;
    font-weight: 500;
}
.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
    position: relative;
    font-weight: 400;
	    max-width: 1080px;
    margin: auto;
}
.contact-info-container .fa {
	color: #1a4581;
	margin-right: 5px;
}
.phonenum
{
	/* padding-right:15px; */
}

.header-location-container {
    padding-right:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 5px;
    color: #292929;
	height:50px;
}

@media screen and (max-width:544px){
	.header-location-container{
	
		flex-wrap:wrap;
		flex-direction:column;
		justify-content:space-around;
	}
	.contact-info-container a{
		flex-wrap:wrap;
		flex-direction:column;
		justify-content:space-around !important;
	}
}

.contact-info-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: #292929;
}

.info-container-holder {
    font-size: 12px;
    background: #1b4683;
    padding: 10px 15px;
    font-weight: 900;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.email-btn{
    font-size: 12px;
    background: #1a4581;
    color: white!important;
	font-family: 'Poppins', sans-serif;
}

.header-left{
	display:flex;
	margin:auto;
}

.header-right{
	width:100% !important;
}
/*END HEADER STYLES*/


/*PAGE STYLES*/
.et_pb_fullwidth_header:before{
	content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
max-height: 400px !important;
    min-height: 400px !important;
    height: 400px !important;
    background-position: 50%;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
max-height: 400px !important;
    min-height: 400px !important;
    height: 400px !important;
    width: 95%;
}

.header-content {
    margin: 0 auto !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 1080px !important;
    margin-top: 20px !important;
	text-align:center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    margin-left: -5px !important;
}
 
.header-container {
    max-width: 100%;
    margin: auto 35px;
}
.header-main-element {
    font-family: 'Playfair Display', serif;
    text-align: center;
    color: #fcfffc;
}
.top-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fcfffc;
}

.top-head ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.top-head ul li {
    list-style: disc inside;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.top-head ul li:first-child {
    list-style: none;
}

 
.header-title {
    margin-bottom: 10px;
}
.header-title p {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
	text-align:center;
	margin-bottom:20px;
}

@media screen and (max-width:544px){
	.header-title p {
		font-size: 20px !important;
		}
}

.header-title div {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3 !important;
	text-align:center;
	margin-bottom:35px;
}
.header-title .fa {
	display: inline-block;
	margin-right: 5px;
	font-size: 17px;
}
 .button {
   display: block;
   min-width:115px;
   line-height: 40px;
   background: #1b4683;
   text-align: center;
   position: relative;
   text-decoration: none;
   color: #fff;
   font-size: 15px;
   font-weight: 500;
   padding:10px;
}
.button span {
	color: #ffffff;
	z-index: 999;
	position: relative;
	padding:0 10px;
}
.button:before {
    border-bottom: 5px solid #a0a0a0;
    border-left: 5px solid #a0a0a0;
    width: 10%;
    height: 25%;
    left: -5px;
    bottom: -5px;
	position: absolute;
    content: "";
    transition: all .25s;
}
.button:after{
	border-top: 5px solid #a0a0a0;
	border-right: 5px solid #a0a0a0;
    width: 10%;
    height: 25%;
    top: -5px;
    right: -5px;
	position: absolute;
    content: "";
    transition: all .25s;
}
.button:hover:before{
    width: 102%;
    height: 108%;
}

.button:hover:after{
    width: 102%;
    height: 108%;
}

@media screen and (max-width:544px){
	.slider-button{
		flex-direction:column;
		align-items:center;
	}
	
	
	.slider-button .booking-button-switch{
		margin-left:0px !important;
		margin-top:25px;
	}
}
.slider-button{	    
    display: flex;
    justify-content:center;
  }

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


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

#home-testimonials {
    background: #ffffff;
}

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

.section-heading{
    padding: 0px 0px 0px 8px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #1a4581;
	display: inline-block;
    margin-bottom: 20px;
}

.section-title-heading {
    color: #68696a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
	width:auto;
}

.entry-title {
    font-family: 'Playfair Display', serif!important;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 1.05;
    color: #292929 !important;
    text-transform: uppercase;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 0px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
    border-color: #ffffff00;
}
 
.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: #1a202c;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #1a202c;
    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: 5px;
    min-height: 35px;
    /* filter: drop-shadow(0px 0px 3px #ffffff); */
}
 
.reviewer-name {
    font-weight: 500;
    color: #000000;
    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: 3px;
    border-color: #1a4581;
    border-radius: 0px;
    cursor: pointer;
    background: #1a4581;
    border-style: solid;
    display: flex;
    color: #292929;
}
 
.nav-arrows button:hover {
    background: #292929;
    color: #ffffff;
    border-color: #1a4581;
}
 
.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: 2px solid #000000;
        margin-bottom: 0px;
    }
 
    .review-from-logo {
      padding-left: 0;
      margin-left: 9px;
    }

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



.button-holder {
	display: flex;
	justify-content: center;
}


/* HTML BADGES STYLE */
 
.home-about-image img{
	aspect-ratio:1/1;
	object-fit:cover;
	max-width:100%;
}

.home-about-image:before{
	content: '';
  position: absolute;
  height: 100%;
    width: 80%;
    border: 10px solid #1a4581;
    box-sizing: border-box;
    left: 20%;
    top: 10%;
	display:none;
}

/* Badges */

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
	background-color: #1a4581;
    padding-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-bottom-width: 7px;
    border-color: #fff0;
	text-align: center;
    padding: 25px 10px;
    box-sizing: border-box;
	width:250px;
}

.badge-holder:hover {
	transform: translateY(-30px);
	transition: all 220ms ease-in-out, color 1ms;
	border-color:#fff
}

.badge-holder {
transition: all 220ms ease-in-out, color 1ms;
}

p.badge-content {
    color: #fcfffc;
    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: 60px;
    padding: 5px;
    background: #292929;
    aspect-ratio: 1 / 1;
}

.badge-title {
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
	margin:auto;
	text-transform: uppercase;
}

.badge-title span {
    font-size: 17px;
}
 
 


/* SERVICES STYLE */

.srvBlock {
    max-width: 1366px;
    padding: 20px 10px 0px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
}

.srvElement {
    width:fit-content;
    float: left;
    padding: 0px;
    margin: 0px 1%;
    background-color: rgb(39 45 51);
}

.srvElementFullWidth {
    margin: 20px 20px 0px;
    background-color: rgb(39 45 51);
    display: flex;
    flex-direction: column;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1a4581;
}

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

.srvElementHeader h2 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}

.srvElementContent  a{
    color: #1a4581;
}

.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 30%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}

.srvElementHeader:hover {
    background-color: #000000;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #fff;
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
	    width: 100%;
	    margin: 15px auto 0px;
	}
	.srvElementFullWidth {
	    margin: 15px auto 0px;
	    display: inline-block;
	}
	
	.srvElementImg {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	
	.srvElementFullWidth .srvElementBody {
	    display: block;
	}
	
	.srvElementFullWidth .srvElementImg {
	    width: 100%;
	}
	
	.srvElementFullWidth .srvElementContent {
	    width: 100%;
	    padding: 5px;
	}
	
	.srvElementBody {
	    padding: 10px;
	}
}


/* 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: #1a4581;
	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;
}


/* CAROUSEL SECTION STYLE */

div#home-carousel-section {
    padding: 10px !important;
    background: #ffffff;
}

.owl-nav {
    display: none;
}
 
/* .item img{object-fit: cover;object-position: center;} */

.item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

/*.item span {
    position: absolute;
    color: #cbcbcb;
    bottom: 10px;
    right: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}*/

.item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105%;
    background: #15261440;
    left: 1px;
    top: 0px;
    opacity: 0.6;
}

.item {min-height: 100%;display: flex;position: relative;width: 100%;}

.owl-item {
    min-height: 100% !important;
}

.owl-stage {
    display: flex;
}
.owl-dots {
    line-height: 0;
    opacity: 0.5;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}

.owl-dots span {
    height: 5px !important;
}


/* SERVICES LIST SECTION STYLE */

#home-services-list-section .section-heading{
	border-color: #fff;
}

.homepage-services {
	margin: 0 auto;
}
.homepage-services ul {
	 padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: 400;
	margin: 0.3em 0;
	padding-right: 25px;
	display: block;
	color: #000;
	font-family: 'Playfair Display', serif;
}
 
.homepage-services #servcss li:before {
	content:'\f0da''\f054';
	font-family: "fontawesome";
	letter-spacing: -2px;
    color: #000;
    padding-right: 5px;
}
 

/* NAP SECTION STYLE */
 
div#homepage-nap-section {
    background-color: #fff!important;
}
 
.nap-contact {
    
    background: #fff;
    border: 1px solid black;
}

.homepage-nap {
    background: #1a4581;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
}
p.nap-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.05;
    color: #000;
    padding-bottom: 15px;
}

.homepage-nap h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.05;
    color: #fff;
    padding: 0;
}

.homepage-nap h3 strong {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}


/* CONTACT FORM STYLE */

.contact-form-block {position: relative;padding: 20px;}

p.free-estimate-title {
	padding: 0;
	text-align: center;
	color: #292929;
	text-transform: uppercase;
	border-bottom: 1px solid #1a4581;
	padding-bottom: 5px !important;
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.05;
}

input#customer_name {
	width: calc(50% - 5px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
    display: block;
    max-width:115px;
    line-height: 40px;
    background: #292929;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
	 padding:10px;
	margin:0 auto;
}

input:hover#submitter {
	background: #1a4581;
}

#submitter {
    border: none;
    text-transform: capitalize;
    border-radius: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
    min-width: 100px;
    height: auto;    
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	padding: 10px 5px 10px;
	height: auto;
	background-color: #ffffff !important;
	box-shadow: none;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #000 !important;
	background-image: none;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px !important;
	
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #252422 !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 {
 color: #000 !important;
 border-color: #000000;
}

#contact {
	padding: 0;
}


/* FOOTER STYLE */

#main-footer {
	background-color: #292929;
	border-top: 1px solid #1a4581;
}

div#footer-bottom {
	background-color: #1a4581;
	padding: 15px;
	color: #fff;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #fcfffc;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #1b4683;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}

.footer-widget .textwidget {
	color: #fcfffc;
}

#footer-widgets .footer-widget a {
	/* background-color: #fff; */
}

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

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2.3;
	font-family: 'Playfair Display', serif;
	color: #fff;
}

#current-day {
	background-color: #1a4581;
	padding: 0 2px;
}

#current-day td {color: #fff;text-shadow: none;}

#closed-day {
	color: #fff;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #1a4581;
	font-weight: bold;
	color: #292929;
	font-family: 'Playfair Display', serif;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #062d5b;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #062d5b;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
	min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #16bae1;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}

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

/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {

.homepage-services #servcss li {
		display: inline-block;
	}
	
  
}

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

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	
	.header-cta {display:none;}
}

@media screen and (min-width: 981px) {

	/*HEADER STYLES*/
/* 	div#et-main-area {
    padding-top: 50px;
} */

.home div#et-main-area {
    padding-top: 0px;
}
  .logo_container {
    width: 140px !important;
    max-width: 140px;
    margin-right: 0;
	  width:100% !important;
}

.logo_container a {
    max-width: 100%;
    padding: 0 !important;
    border: none;
}
.logo-link img {
    max-height: 100px !important;
    border: none;
    padding: 0;
}
div#et-top-navigation {
    width: calc(100% - 300px);
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

div#et-top-navigation a {
    color: #030303;
    font-weight: 500 !important;
}

ul#top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

#top-menu li {
    padding-right: 0 !important;
    padding-left: 16px;
}
	#top-menu .menu-item-has-children>a:first-child:after {
    top: 10px;
    right: -5px;
}
	
.header-content{
	/* text-align:left !important; */
	}
.header-location-container {
    
    position: relative;
}
.header-location-container:before {
	content: '';
	width: 1px;
	height: 40px;
	background: #fcfffc52;
	position: absolute;
	left: -10px;
}
.contact-info-container {
   
}
	
.header-left{
	display:flex;
	margin:0px 20px;
}	
	
.header-right{
width:auto !important;	
}
	
.slider-button{	    
    display: flex;
    justify-content:left;
  }	
	
.header-menu-container {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	max-width: none;
	margin: 0 20px;
}
	ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);top: 34px;background-color: #292929 !important;border-color: #1a4581 !important;}

	#top-menu ul.sub-menu a {
		color: #fff !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	.slider-button{
	display: flex;
    justify-content:left;
	}
 
	/*END HEADER STYLES*/
	
	
	/*PAGE STYLES*/
 
	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 770px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 770px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
    width: 80%;
}
	.header-container {
    margin: 0;
    max-width: 768px;
    display: inline-flex;
}
 
.header-title p {
    font-size: 52px;
    text-align: center;
}

.header-title div {
    font-size: 17px;
    text-align: center;
}

.header-button-holder {
    justify-content: center;
}
	.entry-title {
    font-size: 36px;
}
.button-holder {
    justify-content: flex-start;
}

	/* NAP SECTION DESKTOP */
 
	/* CONTACT SECTION DESKTOP */
 
	p.free-estimate-title {
		/* font-size: 36px; */
		line-height: 1.5;
		padding-left: 32px;
	}
 
.nap-contact {
    display: flex;
}

.homepage-nap {
    width: 330px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
}

.contact-form-block {
    width: 100%;
}
.home div#contact {
    position: relative;
    margin: 0 auto;
}

 
	div#home-content-image {
    height: 100%;
}

div#home-content-image span {
    height: 100%;
}
	div#home-content-image span img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
	

	/* SERVICES LIST SECTION DESKTOP */

	.homepage-services {
		margin-left: -6px;
	}
	
	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid #1a4581;
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}


/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	border-color: #000 !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
	.wpcr3_button_1, .wpcr3_button_1:hover {
		margin-top: 10px;
		background: #292929;
		color: #fff;
		border: 0px;
		border-radius: 0px;
	}

@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;
	}

 
}

@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%;
	}
}

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

.slider-button {
	margin-top: 0;
	margin-bottom: 0;
}
.button-quote-header {

}
.booking-button-switch a{
	color:#fff;
}

.top_button {
    background-color: #1a4581;
    font-size: 16px;
    padding: 15px 35px;
    transition: 500ms;
    overflow: hidden;
    line-height: 1;
    cursor: pointer !important;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
    font-family: 'Montserrat';
	height:60px;
}

.top-button:before {
	    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #1e441e;
    opacity: 0.5;
    content: "";
    border-radius: 20px;
    transform: scale(1);
    transition: 500ms ease;
    z-index: 99;
}

.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color: #fff !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color: #292929;
    color: #ffffff !important;
    border: 2px solid #1a4581;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 230px;
    font-family: 'Montserrat';
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 2px solid #1a4581;
    border-left: 0px;
    bottom: 0px;
    background: #292929;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 160px;
    z-index: 9999 !important;
    font-family: 'Montserrat';
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight:400;
}
#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 */

div#nap-section {
    background: #fff;
}

div#nap-section h3 {color: #000;text-align: center;}

#footer-widgets .footer-widget li a {
    color: #fff;
    text-decoration: none;
    background: transparent;
}

.footer-widget li:before {
    border-color: #1a4581;
}

#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;
}

@media only screen and (min-width: 981px) {
	.header-title h1 {
		text-align: left;
	}
}

/* BULLETS */

ul.first-list-content {
	list-style: disc inside;
}

ul.first-list-content,
ol.second-list-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* better than center for lists */
    padding: 0;
/*     list-style: disc inside; */
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

.first-list-content li,
.second-list-content li {
    position: relative; /* Needed for pseudo-element positioning */
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    text-align: left;
    width: 100%;
    border-radius: 0px;
    transition: all 0.3s ease;
  	box-shadow: 0 4px 10px rgba(203, 202, 202, 0.3);
}

.second-list-content li {
    background: #1b4683;
    color: #ffffff;
}

@media only screen and (max-width: 980px) {
ul.first-list-content,
ol.second-list-content {
    display: flex;
    flex-direction: column;
    padding-left: 0; /* remove default ul/ol padding */
    list-style: none; /* remove default bullets */
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0 auto; /* auto centers the list */
}

ul.first-list-content li,
ol.second-list-content li {
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    text-align: left;
    border-radius: 0px;
    width: 100%;
    position: relative;
}
ol.second-list-content li {
    background: #fff;
    color: #000;
}
}

.first-list-content li:hover,
.second-list-content li:hover {
    color: #fff;
    transform: scale(1.05); /* леко уголемяване при hover */
    padding: 5px 35px 5px 5px;
    background: linear-gradient(to right, #585656, #292929);
    border-bottom: 3px solid #fff;
}

.second-list-content li:hover {
	border-bottom: 3px solid #1a4581;
}

@media (min-width: 981px) {
div#home-ul-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#home-ol-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
}


/* Add icon on hover */
.first-list-content li::after,
.second-list-content li::after {
    content: ""; /* required for pseudo-element */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* icon width */
    height: 20px; /* icon height */
    background-image: url('https://generalcontractor-newark.com/wp-content/uploads/2024/07/Remodeling-Icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0; /* hide by default */
    transition: opacity 0.3s ease;
	filter: invert(10%) brightness(200%);
}

.first-list-content li:hover::after,
.second-list-content li:hover::after {
    opacity: 1; /* show on hover */
}

.title-header {
    color: #fff;
    font-weight: 700 !important;
    font-size: 26px !important;
    line-height: 1.05;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}


.title-header span:last-child {
    font-size: 16px !important;
    font-weight: normal !important;
    margin-top: 15px;
    line-height: 1.4;
}

.about-title h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #292929;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}


.gallery-btn-holder {display: block;text-align:center;}
.gallery-button {display: inline-block;background-color: #1b4683;color: #fff;padding: 13px 10px;line-height: 1;width: 180px;margin: 10px;/* border-radius: 30px; */}

/*Floating btn*/

a.floating-btn {
    position: fixed;
    left: 0;
    padding: 13px 66px;
    background: #292929;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    z-index: 999999 !important;
    border: 2px solid #1a4581;
    border-left: 0;
}

.floating-call {position: fixed;width: 160px;height: 50px;bottom: 0;right: 0;background-color: #1b4683;border: 1px solid #292929;z-index: 9999;color: #fff;display: flex;justify-content: center;align-items: center;line-height: 1;}
i.fa.fa-phone {
    font-size: 20px;
    margin-right: 3px;
    margin-bottom: -4px;
}

#top-menu .menu-item > a:hover:before,
#top-menu .menu-item > a:hover:after,
#top-menu .menu-item.current-menu-item > a:before,
#top-menu .menu-item.current-menu-item > a:after {
    opacity: 1;
}

i.fa.fa-phone {
    display: none;
}

.header-cta a {
    display: inline-flex;
    align-items: center;
}

.header-cta {
    min-width: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

h1, h2, h3, h4, h5, h6 { 
 font-family: 'Playfair Display', serif!important;
}

body {
    font-family: 'Poppins', sans-serif!important;
}


/* Fullwidth split layout */
.fw-split {
    display: flex;
    width: calc(100vw - (100vw - 100%));
    min-height: 500px;
}

/* Left image */
.fw-split-image {
    flex: 1;
    background-size: cover;
    background-position: center;
}

/* Right content */
.fw-split-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background: #ffffff;
}

.fw-split-content h1 {
    margin-bottom: 20px;
}

.fw-split-content p {
    max-width: none;
}

/* Mobile */
@media (max-width: 980px) {
    .fw-split {
        flex-direction: column!important;
    }

    .fw-split-image {
        min-height: 300px;
    }

    .fw-split-content {
        padding: 40px 25px;
    }
}


.divi-read-more-content {
  max-height: 70px; /* visible height */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.divi-read-more.open .divi-read-more-content {
  max-height: 2000px; /* big enough to show everything */
}

.divi-read-more-btn {
  margin-top: 10px;
  background: none;
  border: none;
  color: #1b4683;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.divi-read-more-btn:hover {
  text-decoration: underline;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 23px;
    min-height: 56px;
}


.loop .item span {
  display: none;
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
        width: 23.875%!important;
    }
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
        margin-right: 1.5%!important;
    }
}

@media (max-width: 980px) {
	h1.entry-title {
    text-align: center;
    line-height: 1.3em;
}
	.header-menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
}

.logo_container {
    width: 100% !important;
}

div#et-top-navigation {
    margin: 0 !important;
    order: 3;
}

.header-cta a {
    align-items: unset;
}

.info-container-holder {
    display: flex;
    align-items: center;
}
	.title-header, .header-content {
    margin-top: 0 !important;
}
}

@media (max-width: 345px) {
	.info-container-holder {
    padding: 10px;	
}
	.header-cta {
    min-width: 250px;
}
}