.blog-pagination.pagination ul li a,
.breadcrumb a,
.btn,
.btn:active,
.btn:focus,
.btn:hover,
.cta-btn,
.featured-post a,
.findbystatebox li a,
.foot-col a,
.footer .social-icons li a,
.footer-copyrights a,
.footer-nav li a,
.footphone a,
.fran-phone a,
.gallery-item a,
.gallery-item a:hover,
.headphone a,
.headphone a:active,
.headphone a:focus,
.headphone a:hover,
.home-boxes h3 a,
.home-featured-services ul li a,
.linkbtn,
.linkbtn:hover,
.logo a,
.post h1 a,
.post h2 a,
.post_info a,
.sidebox ul li a,
.social-icons a,
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover,
.social-icons li a,
.social-sharing a,
.top-links li a,
.top-links li a:active,
.top-links li a:focus,
.top-links li a:hover,
.wp-pagenavi a,
nav ul li a,
nav ul li a:hover,
.searchsite,
.footer a {
    text-decoration: none
}

.featured-post a:active,
.featured-post a:focus,
.featured-post a:hover,
.findbystatebox li a:hover,
.footer a:active,
.footer a:focus,
.footer a:hover,
.home-boxes h3 a:active,
.home-boxes h3 a:focus,
.home-boxes h3 a:hover,
.logo a:active,
.logo a:focus,
.logo a:hover,
.post h2 a:active,
.post h2 a:focus,
.post h2 a:hover,
.sidebox ul li a:active,
.sidebox ul li a:focus,
.sidebox ul li a:hover,
.wp-pagenavi a:active,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover {
    text-decoration: underline
}
form {
    margin: 0
}
img.alignnone{
	display:block;
	margin:0 auto 20px;
}
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

p {
    margin: 0 0 20px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
	color: #000;
    font-weight:600;
}

h1 {
    font-size: 2.222em
}

h2 {
    font-size: 1.889em
}

h3 {
    font-size: 1.667em
}

h4 {
    font-size: 1.444em
}

h5 {
    font-size: 1.222em
}

h6 {
    font-size: 1em
}

ul {
    padding: 0
}

a {
    color: #b95902;
    text-decoration: underline;
    background-color: #fff
}

body a {
    background-color: transparent
}

a:active,
a:focus,
a:hover {
    color: #F68620;
    text-decoration: underline;
    background-color: #fff;
}

body a:active,
body a:focus,
body a:hover {
    background-color: transparent
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    line-height:1.875em;
    word-wrap: break-word;
    padding: 0;
    margin: 0;
    color: #575757;
	background: #fff;
}

body,
html {
    height: 100%
}

.header {
z-index: 4;
float: left;
width: 100%;
padding: 23px 0;
background: rgba(255,255,255,0.80);
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.wrapper-alt {
    position: relative;
    margin: 0 auto;
    width: 96%
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1440px;
    max-width: 1440px
}

.v-center {
    align-items: center
}

img {
    height: auto;
    outline: 0;
    vertical-align: top;
    max-width: 100%
}

.topright {
    text-align: right;
}

.header .btn,
.headphone,
.social-icons,
.top-links,
.main-nav{
    display: inline-block;
    vertical-align: middle
}
.social-icons {
text-align: center;
}
.header .social-icons a{
background: none;
box-shadow: none;
color: #F68620;
width: auto;
height: auto;
margin: 0 5px;
line-height: inherit;
}
.header .social-icons a:hover,
.header .social-icons a:focus,
.header .social-icons a:active{
background: none;
color: #633003 !important;
border-radius: inherit;
}
.social-icons a {
  text-align: center;
display: inline-block;
vertical-align: middle;
position: relative;
font-size: 1.0em;
transition: all .5s ease 0s;
width: 38px;
height: 38px;
background: #fff;
line-height: 38px;
border-radius: 100%;
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
color: #000;

}
.social-icons a span {
    display: none
}
.social-icons a:hover,
.social-icons a:focus,
.social-icons a:active{
	text-decoration: none;
    background: #F68620;
    color: #fff !important;
}
.header .btn{

}
.logo{
background: #fff;
width: 320px;
height: 320px;
display: flex;
justify-content: center;
align-items: flex-end;
border-radius: 100%;
padding: 0 0 35px 0;
position: absolute;
left: 30px;
top: -181px;
z-index: 4;
}
.headphone {
font-style: normal;
position: relative;
margin:0 10px;
font-size:1.0em;
    font-weight: 700;
}
.headphone a {
color: #000;
}
.headphone a:hover,
.headphone a:focus,
.headphone a:active{
color: #F68620;
}

.headphone:before {
    content: "\f2a0";
    font-family: Font Awesome\ 6 Free;
    font-size: 1.0em;
    font-weight: 700;
    color: #828282;
    display: inline-block;
    margin: 0 10px 0 0
}
.headphone a:active,
.headphone a:focus,
.headphone a:hover {
}
.readMore,
.readLess{
cursor: pointer;
border: solid 1px #F68620;
padding: 0 20px;
border-radius: 30px;
max-width: 150px;
text-align: center;
margin-top: 10px;
}
.btn{
    z-index: 1;
    border: none;
    color: #000;
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding:9px 20px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    font-weight:500;
    cursor: pointer;
        font-family: 'Poppins', sans-serif;
    font-size:0.875em;
    transition: all .5s ease 0s;
	background: #F68620;
    border-radius: 60px;
}

.btn:focus,
.btn:hover {
background: #000;
    color: #fff;
}
.btn.btn-alt{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+100 */
background: rgb(219,219,219); /* Old browsers */
background: -moz-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
color:#477589;
}
.btn.btn-alt:hover,
.btn.btn-alt:focus,
.btn.btn-alt:active{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 */
color:#477589;
}
.btn.btn-sec{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,444444+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #444444 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=1 ); /* IE6-9 */
color:#fff;	
box-shadow:none;
}
.btn.btn-sec:hover,
.btn.btn-sec:focus,
.btn.btn-sec:active{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444444+0,000000+100 */
background: #444444; /* Old browsers */
background: -moz-linear-gradient(left, #444444 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #444444 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #444444 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
color:#fff;	
}

.main-nav {
    transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.menu-collapser {
    box-sizing: border-box;
    position: relative;
    text-align: right;
    width: 100%;
    float: left;
    clear: both;
    z-index: 1
}

.collapse-button {
margin: 0;
position: relative;
width: 30px;
height: 30px;
display: flex;
float: right;
border-radius: 100%;
text-align: center;
background-color: #F68620;
cursor: pointer;
line-height: 40px;
align-items: center;
flex-direction: column;
justify-content: center;
}

.collapse-button:focus,
.collapse-button:hover {
    color: #fff;
    background-color: #000
}

.collapse-button:hover .icon-bar {
    background: #fff
}

.collapse-button .icon-bar {
  display: block;
height: 2px;
width: 15px;
margin: 1px auto;
background-color: #fff;
border-radius: 2px;
}

ul.slimmenu {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

ul.slimmenu:after {
    clear: both
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li>ul {
    position: static;
    display: none
}

ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu li {
    position: relative;
    padding: 0;
    display: inline-block
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
    background: #fff;
}

ul.slimmenu li ul li {
    display: block;
    padding: 0;
    float: none;
    clear: both
}

ul.slimmenu li ul li:first-child {
    border: none
}

ul.slimmenu li>ul {
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 320px
}

ul.slimmenu li>ul>li ul {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}

ul.slimmenu li a {
font-size: 1.0em;
padding:0 12px;
color: #000;
display: block;
font-weight: 400;
text-decoration: none;
transition: background-color .5s ease-out;
-o-transition: background-color .5s ease-out;
-moz-transition: background-color .5s ease-out;
-webkit-transition: background-color .5s ease-out;
}

ul.slimmenu li ul li a {
    padding: 5px 20px;
    border: none
}

ul.slimmenu li li .sub-toggle {
    top: 4px;
    right: 16px;
    transform: rotate(-90deg)
}

ul.slimmenu li:hover>a {
    text-decoration: none;
}

ul.slimmenu li a:active,
ul.slimmenu li a:focus,
ul.slimmenu li a:hover {
    text-decoration: none;
    color: #F68620;
    text-shadow: inherit
}

ul.slimmenu li .sub-toggle {
position: absolute;
right: 0;
top: 0;
z-index: 999;
text-align: center;
cursor: pointer;
color: #000;
font-size: .7em;
}

ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

ul.slimmenu li .sub-toggle>i {
    display: inline-block;
    vertical-align: middle
}
ul.slimmenu li.current-menu-item {
    border-bottom: solid 1px #F68620;
}
.home-slider-container {
background:#dedede;
    float: left;
    width: 100%;
    position: relative
}

.home-slider {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
}
.home-awards .slick-arrow{
bottom: -45px;
top: auto;
}
.home-why-choose .slick-prev{
	left:-30px;
}
.home-why-choose .slick-next{
	right:-30px;
}
.slick-arrow {
margin-top: -15px;
border: none;
position: absolute;
top: 50%;
padding: 0;
color: #8F8F8F;
transition: all .5s ease 0s;
background: 0 0;
z-index: 4;
font-size: 1.667em;
cursor: pointer;
}
.slick-arrow .fas{
	font-size:1.0em !important;
}

.slick-arrow:hover {
    color: #F68620
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots li {
    line-height: normal;
    margin: 0 4px;
    list-style-type: none;
    display: inline-block
}

.slick-dots li button {
    text-indent: -9999px;
    width: 25px;
    padding: 0;
    height: 25px;
    border-radius: 100%;
    background: #CBCBCB;
	color: #000;
    cursor: pointer;
    border: 4px solid #fff;
}
.home-slider .slick-dots{
position: absolute;
left: 0;
bottom: 60px;
z-index: 4;
width: 100%;
text-align: center;
margin: 0;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #F68620;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
.home-slider .slick-arrow:hover {
    color: #fff
}

.home-slider .slick-prev {
    left: 20px
}

.home-slider .slick-next {
    right: 20px
}

.home-slider .slick-list {
    z-index: 3
}

.home-slider img {
    display: block;
float:right;

}

.slider-text {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
    text-align: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#442910+0,ffffff+99&0.98+0,0+100 */
background: -moz-linear-gradient(left,  rgba(68,41,16,0.98) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(68,41,16,0.98) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(68,41,16,0.98) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa442910', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

.slider-text h2 strong {
    display: block;
    color: #be1e2d;
    font-weight: 400
}

.slider-text h2 {
position: relative;
font-size: 4.000em;
line-height: 1;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}

.slider-text-inner {
   width: 50%;
padding: 0 0 0 50px;
}
.slider-text .btn{
background: none;
border: solid 1px #fff;
font-weight: 400;
}
.slider-text p {
line-height: normal;
font-size: 1.875em;
color: #fff;
font-weight: 300;
margin: 0 0 20px 0;
}
.homeform {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%
}

.homeform .featurebox {
    float: right;
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
	position:relative;
}
.featurebox {
float: left;
width: 100%;
position: relative;
padding: 70px 0;
z-index: 3;
background: #567f98;
color: #fff;
}
.featurebox:before {
   content: "";
background: rgba(246,134,32,0.92);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.featurebox input[type=email],
.featurebox input[type=text],
.featurebox input[type=tel]
.featurebox select,
.featurebox textarea {
border: none;
color: #000;
opacity: 1;
font-size: 1.2em;
margin: 0;
background: #fff;
padding: 22px 35px;
transition: padding .5s ease-out;
-o-transition: padding .5s ease-out;
-moz-transition: padding .5s ease-out;
-webkit-transition: padding .5s ease-out;
font-weight: 400;
}

.featurebox input[type=email]:focus,
.featurebox input[type=text]:focus,
.featurebox select:focus,
.featurebox textarea:focus {
    background: #f1f4f6;
}

.featurebox label {
margin-bottom: 10px;
display: block;
font-size: 1em;
line-height: normal;
}

.featurebox select {
    -moz-appearance: none;
    -webkit-appearance: none
}
.featurebox h2 {
display: block;
font-size: 1.875em;
text-align: center;
    font-weight: 700;
}
.featurebox h2 span{
font-weight:300;
display:block;
color:#528094;
}

.featurebox h4 {
    color: #fff;
    font-size: .889em;
    font-weight: 700;
    margin: 0 0 18px;
    padding: 0 0 14px 0
}

.featurebox-inner {
    float: left;
    width: 100%;
}
.featurebox .btn{
width: 100%;
background: #000;
	color: #fff;
border-radius: inherit;
font-size: 1.500em;
font-weight: 600;
text-transform: uppercase;
padding: 20px 20px;
}
.featurebox .btn:hover,
.featurebox .btn:focus,
.featurebox .btn:active{
	background: #633003;
}

.featurebox .form-row img {
    vertical-align: middle
}

.form-row {
    float: left;
    width: 100%;
    margin:15px 0;
}
.contentside .break-word a{
	display: inline-block;
}
.form-row textarea {
    height: 73px
}

.banner-inner {
    float: left;
    width: 100%;
    position: relative
}

.banner-inner .container,
.banner-inner .wrapper {
position: relative;
height: 100%;
z-index: 1;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}

.banner-inner h1,
.banner-inner p{
font-size: 3.125em;
margin-bottom: 0;
text-transform: uppercase;
text-align: center;
color: #fff;
font-weight: 700;
}

.overlay-black {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#442910+0,ffffff+99&0.98+0,0+100 */
background: -moz-linear-gradient(left,  rgba(68,41,16,0.98) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(68,41,16,0.98) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(68,41,16,0.98) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa442910', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.banner-text {
width: 100%;
}
.banner-inner .featurebox {
    position: relative;
    float: right;
    width: 27%
}

.banner-inner .featurebox h2 {
    background: rgba(101, 174, 69, .75)
}

.banner-inner .featurebox-inner {
    background: rgba(244, 244, 244, .75)
}

.banner-inner img {
    height: inherit;
    display: block;
	margin: 0 auto;
}

.banner-inner .container {
    position: relative
}

.breadcrumb-bar {
z-index:1;
    float: left;
    width: 100%;
    padding: 10px 0;
    position: relative;
	background: #eef3f5;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: no-repeat;
	font-size: 0.889em;
    border-radius: inherit
}

.breadcrumb li {
    line-height: normal;
    list-style-type: none;
    margin: 0;
    font-weight: 400;
    display: inline-block
}

.breadcrumb>.active {
    color: #5d87a1;
    font-weight: 700
}

.breadcrumb a {
    color: #444
}

.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #ccc;
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #444;
    content: "\f101";
    font-family: Font Awesome\ 6 Free;
    font-weight: 600;
	font-size: 0.85em;
}

#searchform {
    display: none;
    background: #be1e2d;
    color: #fff
}

#searchform .btn {
    margin-top: 10px;
    display: block;
    width: 100%
}

#searchform .btn:active,
#searchform .btn:focus,
#searchform .btn:hover {
    background: #000;
    color: #fff
}
.home-slider .slick-slide:after {
    content: "";
    width:820px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background:url(img/logo-symbol.png) no-repeat top left;
}
.top-links {
    margin: 0;
    padding: 0
}

.top-links li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 5px
}

.top-links li a {
    color: #092f57
}

.top-links li a:active,
.top-links li a:active .fas,
.top-links li a:focus,
.top-links li a:focus .fas,
.top-links li a:hover,
.top-links li a:hover .fas {
    color: #be1e2d
}
.searchsite span{
display:none;	
}
.searchsite{
color: #be1e2d;
border-left: #444 solid 2px;
padding-left: 15px;
display: inline-block;
vertical-align: middle;
}
.searchsite:hover,
.searchsite:focus,
.searchsite:active{
color: #1b75bc;
}

.reservation-sec-03 h3{
	color: #666;
    font-size: 1.4em;
    font-weight: 900;
}
.or-s{
    color: #f68620;
    font-size: 1.4em;
    font-weight: 900;
}
.about-sec-02 .align-items-center{
	align-items: flex-start!important;
}

.searchloc-widget{text-align:center;}
.home-loc-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-loc-form input[type="text"] {
    font-size: .9em;
    text-transform: uppercase;
    padding: 9px 15px;
    border-radius: 7px;
    font-weight: 500;
    width: 260px;
    display: inline-block;
    border: 1px solid #444;
    margin-right: 20px;
    margin-left: 20px;
}

.home-loc-form input[type="submit"] {
	    background: #f68620;
    border-radius: 5px;
    color: #fff;
}

.loc-page .searchloc-widget {
    margin-bottom: 50px;
}
.searchloc-widget {
    float: left;
    width: 100%;
    position: relative;
}

.loc-page h2 {
    text-align: center;
}

.newloc-row {
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    background: #ececec;
}

.locbystates {
    margin-top: 50px;
}

.newloc {
    width: 100%;
    margin: 20px 0;
}

.newloc h3 {
    margin: 0 0 5px 0;
    font-size: 1em;
    text-transform: inherit;
}

.newloc p {
    margin: 0 0 5px 0;
}

.loc-page h2 {
    text-align: center;
}

.locbystates-panel {
    padding: 10px 0 0 0;
}

.locbystates-panel ul {
    display: flex;
    flex-wrap: wrap;
}

.locbystates-panel ul {
    margin: 0 !important;
}
.locbystates-panel ul li {
    width: 33.333333%;
    padding: 5px 20px !important;
}

.locbystates-panel ul li a {
    text-decoration: underline;
    text-transform: uppercase;
}

.template_location .featurebox-inner{
	background: #e3e3e3;
	padding-top:10px;
	padding-bottom:15px;
}
.template_location .featurebox-inner .form-row .wpcf7-form-control-wrap{
	margin-bottom: 10px;
    display: block;
}
.template_location .featurebox-inner .form-row .wpcf7-form-control-wrap input[type="text"], .template_location .featurebox-inner .form-row .wpcf7-form-control-wrap input[type="email"]{
	width:85%;
}
.template_location .featurebox-inner .form-row .form-full .wpcf7-submit.btn{
	    margin-left: 20px;
}

.template_location .featurebox-inner .form-row .form-full {  }
.template_location .featurebox-inner .form-row .form-full .wpcf7-list-item{display: block;}
.template_location .featurebox-inner .form-row .form-half {display: block;
    float: none;
    margin: 10px 20px;}
.template_location .featurebox-inner .form-row {
	  margin: 0;
}

.loc-info{    margin-bottom: 10px;}
.loc-info form{
display: flex;
    justify-content: flex-end;
    align-content: center;
}

.loc-info-label p{
font-size: 1em;
    padding-right: 10px;
    font-weight: 900;
}

.loc-info-select{}
.loc-info-select select{
	padding: 5px 20px 5px 10px;
    font-size: .9em;
}
.loc-info-btn{margin-left:10px;}
.loc-info-btn .btn{padding: 7px 14px;}
@media screen and (max-width: 1440px){
	.loc-info-btn .btn{margin: 0!important;}
}

@media screen and (max-width: 767px){
	.loc-info{    margin-top: 20px;}
.loc-info form{
	/*display: flex;
    justify-content: flex-end;
    align-content: center;*/
	display:block;
}
.loc-info-label{
	    display: block;
    width: 100%;
}
.loc-info-label p{
        padding: 0;
        margin-bottom: 0;
}

.loc-info-select{
	width: 200px;
        display: inline-block;
}
.loc-info-select select{
}
.loc-info-btn{
	     display: inline-block;
        width: 52px;
        margin-left: 0;
}
.loc-info-btn .btn{border-radius: 3px;}
}
#step-2 p, #step-9 p{font-size:1.2em;}
