@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
h1, h2, h3, h4, h5, h6{
	font-family: 'Mulish', sans-serif;
}
body{
	font-family: 'Open Sans', sans-serif;
}
a{
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
img{
	max-width: 100%;
}
.bg_purple{
	background-color: #772057;
	color: #FFF;
}
.row1{
	padding: 10px 0;
	font-size: 16px;
}
.phone{}
.phone {margin-bottom: 0;}
.phone i{
	background-color: #6b6b6b;
	color: #FFF;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
}
.phone a{
	color: #FFF;
}
.social_icons{}
.social_icons ul{
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	float: right;
}
.social_icons ul li{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	margin-left: 10px;
	background: #FFF;
	transition: all ease-in-out 0.3s;
}
.social_icons ul li a{
	color: #772057;
	display: block;
}
.social_icons ul li:hover{
	background: #6b6b6b;
}
.social_icons ul li:hover a{
	color: #FFF;
}
.navigation{
	padding: 30px 0;
}
.header_btn{
	float: right;
	margin-top: 30px;
}
.header_btn a{
	text-transform: uppercase;
	font-size: 18px;
	color: #FFF;
	background: #772057;
	padding: 15px 40px;
	border-radius: 30px;
}
.navigation_menu{
text-align: center;
margin-top: 20px;
}
.navigation_menu ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.navigation_menu ul li{
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.navigation_menu ul li a{
	font-family: 'Mulish', sans-serif;
	color: #000;
	font-weight: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}
.navigation_menu ul li a:hover, .activee{
	border-bottom: 2px solid #772057 !important;
}
.bg_black{
	color: #FFF;
	background-color: #000;
}
.up_down_space{
	padding: 60px 0;
}
.page_title h1{
	text-align: center;
	color: #FFF;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.section_heading{}
.section_heading h1{
	text-align: center;
	color: #772057;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.content_1{

}
.content_1 h2{
	color: #772057;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.content_1 h4{
	font-size: 22px;
	font-weight: bold;
}
.mb-35{
	margin-bottom: 35px;
}
.content_1 p{
}
.content_1 p a{
	text-decoration: underline;
	color: #000;
}
.content_1 p a:hover{
	color: #772057;
}
.btn_primary{
	color: #FFF;
	background-color: #100f10;
	font-size: 15px;
	padding: 15px 35px;
	border-radius: 30px;
	text-transform: uppercase;
}
.btn_primary:hover{
	color: #FFF;
	background-color: #000;
}
.footer_content{

}
.footer_content img{
	margin-bottom: 30px;
}
.footer_content ul{
	list-style-type: none;
	padding-left: 0;
}
.footer_content ul li{
	margin-bottom: 15px;
}
.footer_content ul li i{
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	color: #772057;
	background: #FFF;
	transition: all ease-in-out 0.3s;
	margin-right: 8px;
}
.footer_content ul li a{
	color: #FFF;
}
.footer_content ul li:hover i{
	background-color: #6b6b6b;
	color: #FFF;
}
.footer_menu{}
.footer_menu h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.footer_menu ul{
	list-style-type: none;
	padding-left: 0;
}
.footer_menu ul li{
margin-bottom: 15px;
}
.footer_menu ul li a{
	color: #FFF;
	border-bottom: 2px solid transparent;

}
.footer_menu ul li a:hover{
	border-bottom: 2px solid #772057;
}
.footer_social{}
.footer_social ul{
	list-style-type: none;
	padding-left: 0;
}
.footer_social ul li{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
border-radius: 100%;
background-color: #FFF;
transition: all ease-in-out 0.3s;
margin-right: 10px;
}
.footer_social ul li a{
	color: #772057;
	display: block;
}
.footer_social ul li:hover{
	background-color: #6b6b6b;
	
}
.footer_social ul li:hover a{
	color: #FFF;
}
.bg_dark_grey{
	background-color: #161616;
	color: #FFF;
	padding: 10px 0;
}
.bg_dark_grey p{
	margin-bottom: 0;
	font-size: 14px;
}
.bg_dark_grey p a{
	color: #FFF;
}
.bg_dark_grey p a:hover{
	color:  #161616;
}
.f-right{
	float: right;
}
.quote-btn{
	color: #FFF !important;
	background-color: #772057;
	padding: 12px 30px !important;
	border-radius: 30px;
	border-bottom: unset !important;
}
.quote-btn:hover{
	color: #FFF !important;
	border-bottom: unset !important;
}
.nav-link{
	color: #000;
	font-family: 'Mulish', sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: all ease-in-out 0.3s;
}
.nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	border-bottom: 2px solid #772057;
}
.nav-hide{
	display: none;
}
.blog_image{
	margin-bottom: 15px;
}
.publish_date{
	font-size: 14px !important;
	margin-bottom: 12px;
}
.publish_date a{
	color: #772057;
	text-decoration: underline;
}
.blog_box_content{

}
.blog_box_content h3{
	margin-bottom: 15px;
	color: #772057;
		font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}
.blog_box_content h3 a{color: #000;

}
.blog_box_content h3 a:hover{
color: #772057;

}
.blog_box_content h4{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.blog_box_content p{
	margin-bottom: 30px;
}
.blog_box{
	background-color: #f7f7f7;
	height: 100%;
	padding: 15px 15px 30px 15px;
	border-radius: 8px;
}

.contact_info{
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 8px;
}

.contact_info h3{
	color: #772057;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

.contact_info p{}
.contact_info p a{
	color: #000;
}
.contact_info p i{
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #772057;
	color: #FFF;
	margin-right: 8px;
	border-radius: 100%;
	transition: all ease-in-out 0.3s;
}
.contact_info p:hover i{
	background-color: #6b6b6b;

}
.contact_info p a:hover{
	color: #772057;
}
.contact_info ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;

}
.contact_info ul li{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 100%;
	text-align: center;
	background-color: #772057;
	transition: all ease-in-out 0.3s;
	margin-right: 8px;
}

.contact_info ul li a{
	color: #FFF;
	display: block;
}
.contact_info ul li:hover{
	background-color: #6b6b6b;
}
.contact_info ul li:hover a{
	color: #FFF;
}

.contact_info p span{
		color: #772057;
}

.contact_info form input, .contact_info form textarea{
	font-size: 18px;
	color: #353535;
	margin-bottom: 18px;
	border: 1px solid #f7f7f7;

}

.contact_info form input::placeholder, .contact_info form textarea::placeholder{
	color: #353535;
}

.form-control:focus{
	box-shadow: 0 0 0 0.15rem rgba(119,32,87,.25);
}
.contact_info button{
	background-color: #772057;
	color: #FFF;
	font-size: 18px;
	border: 0;
	padding: 10px 35px;
	border-radius: 30px;
	transition: all ease-in-out 0.3s;
}
.contact_info button:hover{
	background-color: #000;
}

.map iframe{
	width: 100%;
}

.faq{}
.faq h2{
	font-size: 35px;
	font-weight: bold;
	color: #772057;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.faq .accordion-item{
	border: 0;
	margin-bottom: 12px;
}

.faq .accordion-item  h2{
	margin-bottom: 0;
}

.faq .accordion-item  h2 button{
	color: #FFF;
	background-color: #6e6e6e;
	font-size: 18px;
}
.accordion-button:not(.collapsed){
	box-shadow: unset;
	background-color: #772057 !important;
}
.accordion-button:focus{
	box-shadow: unset;
}

.accordion-button::after{
	background-image: unset;
	content: "\f067";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
.accordion-button:not(.collapsed)::after{
	background-image: unset;
	content: "\f068";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 20px;
    transform: unset;
    font-weight: bold;
}
.accordion-item:first-of-type{
	border-radius: unset;
    border: 0;
}

.faq .accordion-item .accordion-body{
	background-color: #f7f7f7;
}

.quote_form p{
	margin-bottom: 25px;
}
.quote_form input, .quote_form textarea{
	margin-bottom: 25px !important;
}
.t-center{
	text-align: center;
}
.review_box{
	background-color: #f7f7f7;
	padding: 18px;
	border-radius: 8px;
}
.review_box{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	height: 100%;
}
.review_box ul{
	list-style-type: none;
	padding-left: 0;
}
.review_box ul li{
	display: inline-block;
}
.review_box ul li h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.review_box ul li span{
	font-size: 14px;
}
.review_box ul li:last-child{
	float: right;
	position: relative;
	top: 25px;
}
.review_box ul li:nth-child(2){
	position: relative;
	top: 15px;
}
.review_box ul li:first-child{
	margin-right: 10px;
}
.review_box p i{
	color: #ffa500;
	font-size: 18px;
}

.review_box h3{
	font-size: 20px;
	text-transform: uppercase;
	color: #772057;
}
.simple_image {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  

.bg_grey{
	background-color: #f7f7f7;
}

.commercial_btn{
	color: #FFF;
    background-color: #772057;
    padding: 8px;
    border-radius: 40px;
    font-size: 18px;
    margin-bottom: 20px;
}

.commercial_btn img{
	margin-right: 10px;
}
.navigation_menu ul li .sub_menu{
	background-color: #f7f7f7;
	position: absolute;
	width: 240px;
    font-size: 14px !important;
    text-align: left;
    padding: 15px 10px;
    display: none;
}
.navigation_menu ul li .sub_menu li a{
	color: #000;
	text-transform: uppercase;
}
.navigation_menu ul li .sub_menu li{
	margin-bottom: 10px;
}

.navigation_menu ul li:hover .sub_menu{
	display: block;
}
.dropdown-menu{
	border: 0;
}
.dropdown-menu li a{
	color: #000;
	font-weight: bold;
}
.dropdown-item{
	border-bottom: 2px solid transparent;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active{
	border-bottom: 2px solid #772057 !important;
	background-color: unset;
	color: #000;
}
.residential_box{
	background-color: #FFF;
	padding: 15px;
	border-radius: 8px;
	height: 100%;
}
.residential_box img{
	margin-bottom: 15px;
}
.residential_box h3{
	font-size: 22px;
	font-weight: bold;
	color: #772057;
}

.house_image{
	margin-bottom: 24px;
}
#home_header{
	position: relative;
}
.home_navigation{
	padding: 15px 0;
}

.main_navigation{
	margin-top: 20px;
}
.main_navigation ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.main_navigation ul li{
	display: inline-block;
	margin: 0 8px;
	position: relative;
}
.main_navigation ul li a{
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Mulish', sans-serif;
	font-weight: bold;
	color: #FFF;
	border-bottom: 2px solid transparent;
}
.main_navigation ul li a:hover, .active2{
	border-bottom: 2px solid #FFF !important;
}
.main_navigation ul li:fisrt-child{
	margin-left: 0;
}
.main_navigation ul li:last-child{
	margin-right: 0;
}
.wos_items{
	margin-top: 10px;
}
.wos_items .header_btn2{
	margin-top: 10px !important;
}
.wos_items .header_btn2 a{
	font-size: 16px;
    padding: 10px 25px !important;
}
.wos_items ul{
	list-style-type: none;
	float: right;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
    align-items: center;
    color: #FFF;
}
.wos_items ul li{
	padding-left: 0;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	position: relative;
}

.wos_items ul li span i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	border-radius: 100%;
	background-color: #772057;
	float: left;
	margin-right: 8px;
}
.wos_items ul li a{
	color: #FFF;
}
.wos_items ul li:nth-child(2), .wos_items ul li:last-child{
	font-size: 22px;
}

.wos_items ul li:first-child{
	margin-left: 0;
}
.wos_items ul li:last-child{
	margin-right: 0;
}

.home_navigation{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.b-right{
	border-right: 1px solid #FFF;
}
.carousel-control-next, .carousel-control-prev, .carousel-indicators{
	display: none;
}
.carousel-caption{
	text-align: left;
	text-transform: uppercase;
	width: 82%;
    left: 9%;
    top: 25%;
}
.carousel-caption h5{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.carousel-caption h1{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 3px;
}
#home_header .header_btn{
	float: right;
	margin-top: 0;
}

.carousel-caption ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	transform: rotate(270deg);
	position: absolute;
    right: -130px;
    top: 50%;
}
.carousel-caption ul li{
	font-size: 16px;
	font-weight: bold;
	font-family: 'Mulish', sans-serif;
	display: inline-block;
	margin-right: 10px;
}
.carousel-caption ul li a{
	color: #FFF;
}


.main_navigation .sub_menu2{
	background: #f7f7f7;
	padding: 10px 5px; 
	position: absolute;
    left: 0;
    width: 200px;
    display: none;
    transition: all ease-in-out 0.3s;
}
.main_navigation .sub_menu2 li{
	display: block;
	margin-bottom: 5px;
}
.main_navigation .sub_menu2 li:last-child{
	margin-bottom: 0;
}
.main_navigation .sub_menu2 li a{
	color: #772057;
	font-size: 13px;
	border-bottom: 2px solid transparent;
	display: block;
}
.main_navigation .sub_menu2 li a:hover{
	border-bottom: 2px solid #772057 !important;
}
.main_navigation  ul li:hover .sub_menu2{
	display: block;
}
.bg_purple .content_1 h2, .bg_purple .section_heading h1{
	color: #FFF !important;
}
.bg_purple .content_1 .btn_primary{
	background-color: #FFF !important;
	color: #772057 !important;
}
.bg_purple .contact_info p{
	color: #772057 !important;
}
.space{
	display: none;
	height: 40px;
}


.top_contact{}
.top_contact ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.top_contact ul li{
	display: inline-block;
}
.top_contact ul li:first-child{
	margin-right: 10px;
}
.top_contact ul li i{
	background-color: #6b6b6b;
    color: #FFF;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
}
.top_contact ul li a{
	color: #FFF;
}

.error{
	border: 1px solid red;
}
.wos-infoBar {
    padding: 4px 8px;
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
	background-color: green;
}
@media only screen and (max-width : 1024px) {}
@media only screen and (max-width : 768px) {
	.nav-hide{
	display: block;
	}
	.nav-show{
		display: none;
	}
	.navbar-toggler{
		background-color: #772857;
	}
	.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.carousel-caption ul{
		right: -160px;
		top: 45%;
	}
	.carousel-caption h1{
		font-size: 30px;
	}
	.carousel-caption h5{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.carousel-item img{
		    height: 420px;
    object-fit: cover;
    object-position: center center;
	}
	.home_navigation .navbar-nav{
		background-color: #FFF;
		padding-left: 20px;
	}
	
	
	#home_header .header_btn{
		display: none;
	}
	.space{
		display: block;
	}
}
@media only screen and (max-width : 767px) {
	.content_1, .simple_image{
		margin-bottom: 25px;
	}
	.bg_dark_grey p{
		text-align: center;
		margin-bottom: 10px;
	}
	.f-right{
		float: unset;
		margin-bottom: 0 !important;
	}
	.section_heading h1{
		font-size: 28px;
	}
	.content_1 h2, .blog_box_content h3{
		font-size: 25px;
	}
	.content_1 h4, .blog_box_content h4{
		font-size: 20px;
	}
	.page_title h1{
		font-size: 30px;
	}
	.navbar-brand img{
		height: 60px;
	}
	.blog_box{
		height: unset;
		margin-bottom: 30px;
	}
	.review_box{
		height: unset;
		margin-bottom: 25px;
	}
	.reviews .mb-5{
		margin-bottom: unset !important;
	}
	.contact_info{
		margin-bottom: 20px;
	}
	.carousel-caption{
		display: block !important;
	}
	.carousel-caption ul{
		display: none;
	}
	.carousel-caption h1{
		font-size: 25px;
	}
	.top_contact ul{
		text-align: center;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.social_icons ul{
		float: unset;
		text-align: center;
	}
}
@media only screen and (max-width : 420px) {
	.bg_dark_grey p{
		font-size: 13px;
	}
	.custom-100{
		width:100% 
	}
	.residential_box{
		height: unset;
		margin-bottom: 20px;
	}
	.residential_box img{
		width: 100%;
	}
	.house_image img{
		width: 100%;
	}
	.carousel-item img {
    height: 350px;
	}

}
