nav.navbar{
	background:#333333 !important;
}
.bg_dark{
	background:#333333;
}
nav.navbar a{
	color:#fff !important;
	font-family: 'Nunito', sans-serif;
	margin:0 10px;
}
ul#menu li {
  display:inline;
}
ul#menu li a {
	display:inline;
	color:#fff !important;
	font-family: 'Nunito', sans-serif;
	margin:0 10px;
}

.main-section img{
	margin:12% 0;
	width:50%;
}
.main-section{
	background: url(images/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	min-height:500px
}
.header-img{
	height:135px;
	width:auto;
	margin-bottom:50px;
}
.color-white{
	color:#fff !important;
}
img.bwr-box{
	background:#FFF;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	box-shadow: 4px 6px 9px lightgrey;
	width:100%!important;
	height: auto !important;
}
div.bwr-box{
	background:#FFF;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	box-shadow: 4px 6px 9px lightgrey;
	width:100%!important;
	height: 100% !important;
}
figure.bwr-box img{
	background:#FFF;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	box-shadow: 4px 6px 9px lightgrey;
	width:100%!important;
	height: 100% !important;
}
.bwr-box p{
	font-size:18px;
	text-align:start;
	line-height: 25px;
}
.header-img img{
	height:135px !important;
	width:auto !important;
	margin-bottom:50px !important;
}
p{
	font-family: 'Roboto', sans-serif;
	line-height: 40px;
	font-size:23px;
	text-align: justify;
}
.bg-dark p{
	color:#fff;
}
.btn-bwr,.btn-bwr:hover,.btn-bwr:focus,.btn-bwr:active{
    border-radius: 25px !important;
    background: #D57E20 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
.bg-dark .btn-link{
	color:#fff;
	font-weight:bold;
	font-size:23px;
	text-decoration:none;
}
.bg-dark .bwr_card{
	background:#DDDBDA;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
}
.bg-dark .bwr_card img{
	width:75%;
}

.bg-light .bwr_card{
	background:#FFF;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	box-shadow: 4px 6px 9px lightgrey;
}
.bg-light .bwr_card img{
	width:75%;
}
.bwr_collapse{
	box-shadow: 4px 6px 9px lightgrey;
	margin-bottom:20px;
	position:relative;
}
.bwr_collapse .card-body{
	border:0px;
}
.bwr_collapse .card-body p{
	font-size:15px !important;
	padding: 0 15px;
}
.bwr_collapse a.btn,.bwr_collapse a.btn:active{
	background:#fff !important;
	width:100%;
	text-align:left;
	font-weight:bold;
	color:#D57E20;
	font-size:20px;
	padding:15px 30px;
	border:0px;
}
.news h2{
	font-size:23px;
}
footer{
	background:#333333;
	padding:15px;
	color:#fff;
}
footer a{
	color:#fff;
	text-decoration:none;
	font-size:15px !important;
}
footer p{
	color:#fff;

	font-size:15px;
}
.bwr_collapse .bwr_arrow{
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:25px;
	right:20px;
	width:10px;
	height:10px;
}
.bwr_collapse a.btn:not([aria-expanded="true"]) .bwr_arrow{
	background-image:url('images/icons/arrow_down.png') !important;
}
.bwr_collapse a.btn[aria-expanded="true"] .bwr_arrow{
	background-image:url('images/icons/arrow_up.png')!important;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: inherit;
}
.navbar-toggler{
	background: #F8F9FA;
}

.our_story_tab h3 {
	display:none;
}
@media only screen and (min-width: 1200px) {
    .bwr_franchisee .col{
        width:14% !important;
    }
    .bwr_franchisee2 .col {
        width: 11% !important;
    }
}
@media only screen and (max-width: 1200px) {
	#menu,.logo_header {
		display:none !important;
	}
	.site-header{
		display:block !important;
	}
  
	.header-img {
		height: 90px;
	}
	.header-img img {
		height: 90px !important;
		width:auto !important;
	}
	.main-section{
		min-height:350px;
	}
	#bwr_tabs li:not(:first-child) .nav-link::before {
        width: 98% !important;
    }
}

@media only screen and (max-width: 900px) {
	#menu,.logo_header {
		display:none !important;
	}
	.site-header{
		display:block !important;
	}
  
	.header-img {
		height: 90px;
	}
	.header-img img{
		height: 90px !important;
		width:auto !important;
	}
	.main-section{
		min-height:350px;
	}
	#history_section{
		display:none;
	}
	footer [class*='col-']{
		text-align:center !important;
	}
	footer [class*='col-'] p{
		text-align:center !important;
	}
	#bwr_tabs li:not(:first-child) .nav-link::before {
        width: 96% !important;
    }
}
@media only screen and (max-width: 600px) {  
	.header-img {
		height: 60px;
		width:auto !important;
	}
	.header-img img{
		height: 60px !important;
		width:auto !important;
	}
	
	#bwr_tabs li:not(:first-child) .nav-link::before {
        width: 93% !important;
    }
    
    .bwr_franchisee .col{
        width:50% !important;
        flex: none;
    }
    .bwr_franchisee2 .col{
        width:50% !important;
        flex: none;
    }
}
@media only screen and (max-width: 350px) {  
	.header-img {
		height: 50px;
	}
	.header-img img{
		height: 50px !important;
		width:auto !important;
	}
}

@media only screen and (max-width: 400px) {  
	.our_story_tab h3 {
		display:block;
		text-align:center;
	}
	#bwr_tabs label{
	    visibility: hidden;
	}
		#bwr_tabs li:not(:first-child) .nav-link::before {
        width: 90% !important;
    }
}

.news a{
	text-decoration: none;;
	color:#000;
}


#bwr_tabs {
	padding:0;
	border:0;
}
#bwr_tabs li{
	text-align:center;
	width:16.6%;
}
#bwr_tabs .nav-link{
    background: none;
    border: 0;
	position: relative;
	width:100%
}


#bwr_tabs .nav-item.active .nav-link .bwr_bullet{
    background: #F47E20;
}
#bwr_tabs .nav-link .bwr_bullet,#bwr_tabs .nav-link .bwr_bullet:hover{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
	margin: auto;
    background: #E0E0E0;
	position:relative;
	z-index: 99;
}
#bwr_tabs .nav-link.active .bwr_bullet{
    background: #F47E20;
}
#bwr_tabs li:not(:first-child) .nav-link::before{
	position: absolute;
	content: '';
	right: 47%;
	top: -25%;
	width: 100%;
	height: 50%;
	border-bottom: 2px solid #E0E0E0;
}
#bwr_tabs li:not(:first-child) .nav-link.active::before{
	border-bottom: 2px solid #F47E20;
}
#bwr_tabs li.active .nav-link::before{
	border-bottom: 2px solid #F47E20;
}

#bwr_tabs .nav-link .bwr_bullet.active{
    background: #df7e20;
}
#bwr_tabs label{
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.navbar-nav li a.nav-link.active,#menu li a.active{
	color:#F47E20 !important;
}


.cf7mls_progress_bar_title{
	text-align:center;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:before, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:before{
	
    content: counter(step);
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 0px;
    background: #E0E0E0;
    border-radius: 3px;
    margin: 0 auto;
    padding: 0;
    height: 30px;
}	
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:after, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
    content: '';
    width: 100% !important;
    height: 2px !important;
    background: #E0E0E0;
    position: absolute;
    left: -70% !important;
    top: 15px;
    z-index: -1;
    margin-left: 20%;
}
.is-layout-flex.wp-block-columns{
	margin:0 !important;
}

.fieldset-cf7mls-wrapper input.wpcf7-text,.fieldset-cf7mls-wrapper input.wpcf7-text:focus-visible{
     border: 1px solid lightgray;
    border-radius: 15px;
    padding: 0px 15px;
    font-size: 18px;      
    background: transparent;
    width: 100%;
    outline-width: 0;
}

.fieldset-cf7mls-wrapper label{
    font-size: 19px;
    width:100%;
}

button.cf7mls_back{
    padding: 13px 20px !important;
    margin: 25px 0 26px !important;
    font-size: 16px !important;
    line-height: 25px !important;
}


#own_submit_btn{
    padding: 13px 20px !important;
    margin: 25px 0 26px !important;
    font-size: 16px !important;
    line-height: 25px !important;
    
    background-color: #0073aa;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 25px 0px 26px;
    padding: 13px 5px;
    min-width: 100px;
    position: relative;
    
}

.wpcf7-form-control.wpcf7-select{
    border: 1px solid lightgray;
    border-radius: 15px;
    padding: 10px;
    font-size: 18px;
    background: transparent;
    width: 100%;
    outline-width: 0;
}


.wpcf7-intl-tel{
    border: 1px solid lightgray;
    border-radius: 15px;
    padding: 0px 15px;
    font-size: 18px;
    background: transparent;
    width: 100%;
    outline-width: 0;
}





