/*
Theme Name: Bruni SCS
Theme URI: http://www.wordpress.org
Description: Matt Gibson Theme
Version: 1.0
Author: Gibson Design.
Author URI: http://www.gibsonads.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');

html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: "Dosis", sans-serif;
    font-style: normal;
}

a {
    outline: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

iframe {
    max-width: 100%;
    border: 0px;
    width: 100%;
}

.wrapper {
    display: block;
    width: 100%;
    position: relative;
}
li, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top_header {
	background: #255738;
	padding: 10px 0;
	border-bottom: 8px solid #B39654;
}
.header_contact li a {
	color: #cfc3a6;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
    font-weight: bold;
}
.header_contact li {
	display: inline-block;
	border: none;
	background: none;
	padding: 5px 10px;
}
.header_contact{
    margin: 0px;
}

.header_menu {
	background: url("https://web.archive.org/web/20220519120015im_/https://bruniscs.com/wp-content/themes/_liquidbase.june17.applebee/img/backgrounds/header_top_bg.png");
	background-color: transparent;
	background-size: cover;
	position: absolute;
	z-index: 100;
	background-size: 100% 100%;
	width: 100%;
	background-repeat: no-repeat;
}
.logo_img {
	display: inline-block;
	height: 210px;
	padding: 20px 0 30px;
	width: 80%;
}
.nav_left li, .nav_right li {
	display: inline-block;
	width: 32%;
	padding: 25px 0 20px;
	vertical-align: top;
	text-align: center;
}
.nav_left li a, .nav_right li a {
	color: #cfc3a6;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
    font-weight: bold;
}

.socical-media li a:hover {
    background: #cfc3a6;
}
.socical-media li a {
	background-color: #aa9058;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	width: 50px;
	height: 50px;
	display: inline-grid;
	justify-content: center;
	align-items: center;
}
.wrp-social {
	background: #255738;
	padding: 10px 0;
}
.socical-media li {
	display: inline-block;
	padding: 5px;
}
.footer-text h2 {
	margin: 0px;
	text-transform: uppercase;
	color: #cfc3a6;
	font-size: 24px;
	text-align: right;
	line-height: 50px;
	margin: 0px;
	font-weight: bold;
}
.footer-text {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.middle_footer {
	padding: 20px 0;
	background: #b49754;
}
.contact_info_box {
	display: block;
	text-align: center;
}
.contact_info_box h2 {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	border-bottom: 2px solid #255738;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
}
.contact_list {
	display: block;
}
.contact_list > ul {
	display: inline-block;
	text-align: center;
	width: 43%;
	margin: 0 0 10px;
}
.contact_list > ul li {
	margin: 10px;
}
.contact_info_box li a {
	color: #fff;
	font-size: 18px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}
.map_info iframe {
	width: 100%;
}
.contact_info_box li i {
	color: #255738;
	margin-right: 5px;
	font-size: 24px;
	height: 30px;
	width: 30px;
	text-align: center;
	vertical-align: top;
}
.contact_info_box li a:hover {
	color: #255738;
}
.bottom_footer {
	background: #255738;
	padding: 20px 0;
}
.bottom_footer p, .bottom_footer p a {
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
.contact_info_box ul li a i.fa-map-marker {
	background-color: #255738;
	border-radius: 100%;
	color: #B49754;
	padding: 2px 8px;
}
#home_slider .carousel-caption {
	background: none repeat scroll 0 0 #027997;
	border-radius: 5px;
	bottom: auto;
	height: auto;
	min-height: 250px;
	top: 45%;
	width: 200px;
	left: 10%;
    font-weight: bold;
}
#home_slider .slider_caption {
	position: relative;
	padding: 0 10px;
}
#home_slider .caption_arrow {
	width: 0;
	height: 0;
	border-left: 15px solid #027997;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	/* height: 0; */
	position: absolute;
	right: -14px;
	/* width: 0; */
}
.owl-nav {
	margin: 0px !important;
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-nav .owl-prev {
	left: 2%;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 30px !important;
	background: #393939 !important;
	border-radius: 50% !important;
	padding: 10px !important;
	color: #a6a4a4 !important;
}
.owl-nav .owl-next {
	right: 2%;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 30px !important;
	background: #393939 !important;
	border-radius: 50% !important;
	padding: 10px !important;
	color: #a6a4a4 !important;
}
.read_more {
	background: #838383;
	bottom: 0;
	position: absolute;
	right: 0;
}
.read_more > a {
	color: #fff;
	text-transform: capitalize;
	font-family: 'Dosis', sans-serif;
}
.read_more .readmore_text {
	padding: 3px 25px;
	vertical-align: top;
	display: inline-block;
    font-weight: bold;
}
.read_more .fa {
	background: none repeat scroll 0 0 #6d6d6d;
	color: #fff;
	padding: 7px;
	top: 0;
}
.service_title {
	display: block;
	padding: 10% 20%;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.service_title a{
    color: #000;
}
.home_services_box {
	position: relative;
}
.wrp-hero {
	border-bottom: 8px solid #255738;
}
.wrp-links {
	padding: 30px 0px;
}
.other_service .other_service_title {
	display: block;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 10px 0;
	font-size: 20px;
    font-weight: bold;
}

a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.other_service img {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
}
.wrp-links-2 {
	padding-bottom: 30px;
}
.page-title {
	font-size: 80px;
	line-height: 1.5;
	color: #fefefe;
	filter: drop-shadow(2.5px 4.33px 2.5px rgba(5,5,5,0.75));
	font-weight: bold;
}
.wrp-page-title .container {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 50%;
}
.wrp-about-content h3 {
	font-weight: bold;
}
.wrp-about-content p {
	font-weight: 600;
}
.r-new {
	margin: 80px 0px;
}
.right-cnt {
	text-align: right;
}
.wrp-page-title {
	border-bottom: 8px solid #255738;
}
.wrp-contact {
	padding: 30px 0px;
}
.cnt-outer h3 {
	margin-top: 30px;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 3px solid #255738;
	display: inline-block;
}
.cnt-outer h3 {
	margin-top: 30px;
	font-size: 40px;
	font-weight: bold;
}
.cnt-outer a {
	display: block;
	font-size: 25px;
	font-weight: bold;
}
.get-touch h3 {
	font-size: 30px;
	font-weight: bold;
}
.contact-form-outer h3 {
	background-color: #255738;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #ffff;
	text-align: center;
	font-size: 30px;
}
#gform_wrapper_1 {
	background: #b49754;
	padding: 20px;
}
.ginput_container input, .ginput_container textarea {
	font-weight: bold !important;
	font-size: 15px !important;
}
#gform_submit_button_1 {
	background-color: #255738;
	font-size: 20px;
	font-weight: bold;
}
.wrp-contact-form {
	padding: 30px 0px;
}