/*
 Theme Name:   Bramble Child
 Theme URI:    https://example.com/bramble-child
 Description:  Child theme for Bramble (ThemeTrust)
 Author:       Your Name
 Author URI:   https://example.com
 Template:     themetrust-bramble
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  bramble-child
*/

/* Custom CSS */
.large-4.columns .eq-child.pricing-plan-box {
    min-height: min-content !important;
}
body .large-4.columns .eq-child.pricing-plan-box {
    min-height: 490px !important;
}
.quote-form h2, .quote-form h4 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}

.footer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.footer h4:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #fff160;
    content: "";
}

h2.gform_title {
    display: none !important;
}
i.fa.fa-x-twitter:before {
    content: "𝕏";
}
h2.form_title {
    font-size: 40px !important;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px;
    color: #75481f;
    margin-bottom: 40px;
}


.gform_validation_errors {
    display: none !important;
}

.gform_confirmation_message_1.gform_confirmation_message {
    text-align: center !important;
}

p#breadcrumbs {
    background: #5b3d20 !important;
    padding: 10px 0px !important;
    text-align: center !important;
    color: #fff;
    width: 100%;
    margin-top: -44px;
    opacity: 0.75;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

p#breadcrumbs span a {
    color: #fff160 !important;
}

label#label_6_15_1, label#label_1_15_1 a, label#label_8_15_1 a, label#label_7_15_1 a, label#label_6_15_1 a {
    color: #74491e !important;
}
.gform_confirmation_message_3 {
	color: #fff !important;
	text-align: center !important;
}
.gform-footer {
	position: relative;
}

@media only screen and (max-width: 992px) {
    form#gform_1 {
        width: 100%;
        margin: auto;
    }
	.top-bar ul {
		text-align: center;
	}
	.thumbnail_container {
		position: relative;
		width: 100% !important;
	}
	body .px-40 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	body .px-60 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	h2.form_title {
		font-size: 18px !important;
	}
    .get-in-touch.siteorigin-panels-stretch {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	header.entry-header.main .title img {
		width: 100% !important;
        max-width: 100% !important;
        height: 250px !important;
        background-size: cover !important;
        position: relative;
        background-position: top center;
        background-repeat: no-repeat;
		object-fit: cover;
	}
	.row.small-row.contact-page-boxes.panel-row-style.panel-row-style-for-41-1 {
		padding: 50px 0 !important;
	}

}


.gform-theme--framework .gform-loader {
  display: block !important;
  margin: 10px auto 0 auto !important;
  visibility: visible !important;
  font-size: 2px !important; 
  border-block-start-color: rgb(255 241 96) !important;
  border-inline-end-color: var(--gf-form-spinner-bg-color) !important;
  border-inline-start-color: #fff160 !important;
  border-block-end-color: #fff160 !important;
}
.gform-footer.gform_footer.top_label {
	position: relative !important;
    width: fit-content !important;
}

#gform_ajax_spinner_8, #gform_ajax_spinner_7, #gform_ajax_spinner_1 , #gform_ajax_spinner_6 {
	position: absolute;
    right: -35px;
    top: 3px;
	border-block-start-color: lch(35 36.32 62.19) !important;
    border-inline-end-color: var(--gf-form-spinner-bg-color) !important;
    border-inline-start-color: #75481f !important;
    border-block-end-color: #75481f !important;
}

#gform_ajax_spinner_4, #gform_ajax_spinner_5, #gform_ajax_spinner_2 {
	position: absolute;
    right: -35px;
    top: -1px;
}
#gform_ajax_spinner_3 {
	position: absolute;
    right: -35px;
    top: 3px
}

.gform_confirmation_message {
    text-align: center !important;
    font-size: 16px !important;
}
.gform_confirmation_message {
	margin-top: 20px !important;
}
.gform_confirmation_message_2 {
    text-align: center;
    color: #fff !important;
}
.inside input {
    width: 100%;
    padding: 10px;
    border: 1px  solid #000;
    border-radius: 5px;
}
.social-sharing {
    display: none;
}
header.entry-header.main * nav.breadcrumb-trail, header.entry-header.main * nav.breadcrumb-trail a {
    color: #fff !important;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus  {
	margin-top: 0 !important;
	outline: none !important;
	font-size: 14px !important;
	border-color: #000 !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    background: transparent !important;
	box-shadow: none !important;
	color: #000 !important;
}

.contact .gform-theme--foundation .gform_fields {
    row-gap: 30px !important;
}
.Instant_Quote .gform-theme--foundation .gform_fields {
    grid-row-gap: 25px !important;
}
.Translate_Quote .gform-theme--foundation .gform_fields {
    grid-row-gap: 35px !important;
}
.Expert_now .gform-theme--foundation .gform_fields {
    grid-row-gap: 25px !important;
}
bady .Get_A_Quote .gform-theme--foundation .gform_fields {
    grid-row-gap: 25px !important;
}
.Get_Call_Back .gform-theme--foundation .gform_fields {
    grid-row-gap: 35px !important;
}

.gform_drop_area.gform-theme-field-control {
	background: transparent !important;
	padding: 15px !important;
	box-shadow: none !important;
}
span.gform_drop_instructions {
    text-transform: capitalize;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
    font-size: 22px !important;
    color: #000 !important;
}
.button.gform_button_select_files.gform-theme-button.gform-theme-button--control {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #000 !important;
	text-transform: capitalize !important;
}
.button.gform_button_select_files.gform-theme-button.gform-theme-button--control:focus {
	outline: none !important;
}
.gfield-choice-input {
    width: 16px !important;
    height: 16px !important;
    border-color: #000 !important;
    background: transparent !important;
}
.gfield-choice-input:focus {
	outline: none !important;
}
.gform-field-label.gform-field-label--type-inline {
    margin-left: 5px !important;
    margin-top: -2px !important;
}
.gform_button.button {
    background-color: #fff160 !important;
    color: #75481f !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 15px 32px !important;
    box-shadow: none !important;
    border: 1px solid #75481f !important;
    border-radius: 0 !important;
}
.gform_button.button:hover {
	background-color: #75481f !important;
    color: #fff160 !important;
}
.gform_button.button:focus {
	outline: none !important;
}
.gform_button.button:disabled {
	cursor: not-allowed !important;
	opacity:  1 !important;
}

/* -----  Instant Quote Form ---- */   
.banner-contact-form h2 {
    color: #fff !important;
}
.Instant_Quote [type=text]:focus, .Instant_Quote [type=password]:focus, .Instant_Quote [type=date]:focus, .Instant_Quote [type=datetime]:focus, .Instant_Quote [type=datetime-local]:focus, .Instant_Quote [type=month]:focus, .Instant_Quote [type=week]:focus, .Instant_Quote [type=email]:focus, .Instant_Quote [type=number]:focus, .Instant_Quote [type=search]:focus, .Instant_Quote [type=tel]:focus, .Instant_Quote [type=time]:focus, .Instant_Quote [type=url]:focus, .Instant_Quote [type=color]:focus, .Instant_Quot textarea:focus  {
	border-color: #fff !important;
}

.Instant_Quote [type=text], .Instant_Quote [type=password], .Instant_Quote [type=date], .Instant_Quote [type=datetime], .Instant_Quote [type=datetime-local], .Instant_Quote [type=month], .Instant_Quote [type=week], .Instant_Quote [type=email], .Instant_Quote [type=number], .Instant_Quote [type=search], .Instant_Quote [type=tel], .Instant_Quote [type=time], .Instant_Quote [type=url], .Instant_Quote [type=color], .Instant_Quot textarea {
	color: #fff !important;
	border-color: #fff !important;
}
.Instant_Quote .gform_drop_area.gform-theme-field-control {
	border-color: #fff !important;
}
.Instant_Quote .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
    color: #fff !important;
}
.Instant_Quote .button.gform_button_select_files.gform-theme-button.gform-theme-button--control {
	box-shadow: none !important;
	color: #fff !important;
}
.Instant_Quote .gfield-choice-input {
    border-color: #fff !important;
}
.Instant_Quote .gfield-choice-input::before  {
	color: #fff !important;
}
.Instant_Quote .gform_button.button {
    padding: 12px 32px !important;
}
.Instant_Quote span {
	color: #ccc !important;
	font-size: 12px !important;
}
.Instant_Quote .gform-field-label--type-inline {
	color: #ccc !important;
    font-size: 12px !important;
}
.gfield_fileupload_progressbar_progress {
	background: green !important;
}


/* -----  Translate Quote Form ---- */ 

.Translate_Quote textarea {
	border-color: #fff !important;
	color: #fff !important;
}	
.Translate_Quote  .gform-field-label.gform-field-label--type-inline {
    margin-left: 5px !important;
    margin-top: -2px !important;
	font-size: 14px !important;
}
.Translate_Quote .gform_button.button {
    padding: 15px 32px !important;
}
/* -----  Get Call Back Form ---- */ 
.Get_Call_Back textarea {
	border-color: #fff !important;
	color: #fff !important;
}
.Get_Call_Back .gform_button.button {
    border: none !important;
	margin-bottom: 25px !important;
	text-shadow: none !important;
}
.xmark {
    margin-top: 2px;
    background: #fff160;
    opacity: 1 !important;
    color: #421f00!important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gform_submit_button_6, #gform_submit_button_5, #gform_submit_button_4{
    width: 100%;
}
body header.entry-header .entry-title.Search span {
	color: #555 !important;
}
.entry-title.Search {
    font-size: 24px !important;
    margin-bottom: 35px;
}

a.read-more {
    background: #fff160;
    padding: 8px 10px;
    display: block;
    width: fit-content;
    margin-top: 10px;
    font-weight: 400;
    color: #000;
}
a.read-more:hover {
    background: #000;
    color: #fff;
	text-decoration: none !important;
}
body #posts-scroll article:nth-child(odd) .post-details .entry-content a {
    float: none !important;
}


#gform_7 [type=text]:focus, #gform_7 [type=password]:focus, #gform_7 [type=date]:focus, #gform_7 [type=datetime]:focus, #gform_7 [type=datetime-local]:focus, #gform_7 [type=month]:focus, #gform_7 [type=week]:focus, #gform_7 [type=email]:focus, #gform_7 [type=number]:focus, #gform_7 [type=search]:focus, #gform_7 [type=tel]:focus, #gform_7 [type=time]:focus, #gform_7 [type=url]:focus, #gform_7 [type=color]:focus, .Instant_Quot textarea:focus  {
	border-color: #fff !important;
}

#gform_7 [type=text], #gform_7 [type=password], #gform_7 [type=date], #gform_7 [type=datetime], #gform_7 [type=datetime-local], #gform_7 [type=month], #gform_7 [type=week], #gform_7 [type=email], #gform_7 [type=number], #gform_7 [type=search], #gform_7 [type=tel], #gform_7 [type=time], #gform_7 [type=url], #gform_7 [type=color], .Instant_Quot textarea {
	color: #000 !important;
	border-color: #fff !important;
	background: #fff !important;
}

#gform_8 [type=text]:focus, #gform_8 [type=password]:focus, #gform_8 [type=date]:focus, #gform_8 [type=datetime]:focus, #gform_8 [type=datetime-local]:focus, #gform_8 [type=month]:focus, #gform_8 [type=week]:focus, #gform_8 [type=email]:focus, #gform_8 [type=number]:focus, #gform_8 [type=search]:focus, #gform_8 [type=tel]:focus, #gform_8 [type=time]:focus, #gform_8 [type=url]:focus, #gform_8 [type=color]:focus, .Instant_Quot textarea:focus  {
	border-color: #fff !important;
}

#gform_8 [type=text], #gform_8 [type=password], #gform_8 [type=date], #gform_8 [type=datetime], #gform_8 [type=datetime-local], #gform_8 [type=month], #gform_8 [type=week], #gform_8 [type=email], #gform_8 [type=number], #gform_8 [type=search], #gform_8 [type=tel], #gform_8 [type=time], #gform_8 [type=url], #gform_8 [type=color], .Instant_Quot textarea {
	color: #000 !important;
	border-color: #fff !important;
	background: #fff !important;

}
.pagination.clear {
    text-align: center;
}
.pagination.clear a {
    background: #75481f;
    margin: 15px 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
	opacity: 0.8;
}
.pagination.clear span {
    background: #75481f;
    margin: 15px 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

/*  new child theme css */
#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto
}

#cssmenu ul, #cssmenu li {
    list-style: none;
    margin: 0;
    padding: 0
}

#cssmenu ul {
    position: relative;
    z-index: 597
}

#cssmenu ul li {
    /* float: left; */
    min-height: 1px;
    vertical-align: middle
}

#cssmenu ul li.hover, #cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default
}

#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%
}

#cssmenu ul ul li {
    float: none
}

#cssmenu ul ul ul {
    top: 0;
    left: 190px;
    width: 190px
}

#cssmenu ul li:hover>ul {
    visibility: visible
}

#cssmenu ul ul {
    bottom: 0;
    left: 0
}

#cssmenu ul ul {
    margin-top: 0
}

#cssmenu ul ul li {
    font-weight: 400
}

#cssmenu a {
    display: block;
    line-height: 1em;
    text-decoration: none
}

#cssmenu {
    background: transparent;
    border-bottom: none;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px
}

#cssmenu>ul {
    display: inline-block
}

/* #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both
} */

#cssmenu ul {
    text-transform: capitalize
}

#cssmenu ul ul {
    border-top: 1px solid #74491e;
    text-transform: none;
    min-width: 190px
}

#cssmenu ul ul a {
    color: #74491e;
    border: 1px solid #74491e;
    border-top: 0 none;
    line-height: 132%;
    padding: 10px 38px;
    font-size: 12px !important;
    width: 255px;
    text-align: left;
}

#cssmenu ul ul ul {
    border-top: 0 none
}

#cssmenu ul ul li {
    position: relative
}

#cssmenu ul ul li:first-child>a {
    border-top: 0 solid #74491e
}

#cssmenu ul ul li:hover>a {
    background: #74491e;
    color: #fff
}

#cssmenu ul ul li:last-child>a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 0 #1b9bff;
    -webkit-box-shadow: 0 1px 0 #1b9bff;
    box-shadow: 0 1px 0 #1b9bff
}

#cssmenu ul ul li:last-child:hover>a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#cssmenu ul ul li.has-sub>a:after {
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px
}

#cssmenu ul li:hover>a, #cssmenu ul li.active>a {
    background: #fff160;
    color: #74491e
}

#cssmenu ul li.has-sub>a:after {
    content: "\f107";
    margin-left: 5px;
    font-family: 'FontAwesome'
}

#cssmenu ul li.last ul {
    left: auto;
    right: 0
}

#cssmenu ul li.last ul ul {
    left: auto;
    right: 99.5%
}

#cssmenu a {
    text-decoration: none;
    color: #74491e;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 8px;
    line-height: 54px
}

#cssmenu>ul>li>a {
    line-height: 54px;
    font-size: 16px
}

#cssmenu ul ul a {
    background: #fff160
}

#pgc-1343-0-0 {
    position: relative;
    z-index: 0
}

div#pgc-1343-1-0 {
    position: relative;
    z-index: 0
}


#cssmenu ul ul ul {
    top: 0;
    left: 255px;
    width: 190px
}


.sticky-container, sub, sup {
    position: relative
}

button, img, legend {
    border: 0
}

[data-whatinput=mouse] button, a:active, a:hover {
    outline: 0
}

pre, textarea {
    overflow: auto
}

[type=button], [type=submit], button, select {
    -webkit-appearance: none;
    -moz-appearance: none
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body, html {
    height: 100%;
    font-size: 16px
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: .875rem
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    margin-top: .875rem
}

h1 {
    line-height: 1.1em;
    font-size: 2.5rem
}

h2, h3, h4, h5, h6 {
    line-height: 1.2em
}

h2 {
    font-size: 2.188rem
}

h3 {
    font-size: 1.875rem
}

h4 {
    font-size: 1.563rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: .938rem
}

.h-18x, .h-20x, .h-22x, .h-24x {
    line-height: 1.25em
}

.h-26x, .h-28x, .h-30x, .h-32x, .h-34x, .h-36x, .h-38x, .h-40x {
    line-height: 1.1em
}

.h-11x {
    font-size: .688rem
}

.h-12x {
    font-size: .75rem
}

.h-14x {
    font-size: .875rem
}

.h-16x {
    font-size: 1rem;
    line-height: 1.375em
}

.h-18x {
    font-size: 1.125rem
}

.h-20x {
    font-size: 1.25rem
}

.h-22x {
    font-size: 1.375rem
}

.h-24x {
    font-size: 1.5rem
}

.h-26x {
    font-size: 1.625rem
}

.h-28x {
    font-size: 1.75rem
}

.h-30x {
    font-size: 1.875rem
}

.h-32x {
    font-size: 2rem
}

.h-34x {
    font-size: 2.215rem
}

.h-36x {
    font-size: 2.25rem
}

.h-38x {
    font-size: 2.375rem
}

.h-40x {
    font-size: 2.5rem
}

p {
    line-height: 1.5em;
    font-size: 1rem
}

.m-t0 {
    margin-top: 0 !important
}

.m-t5 {
    margin-top: .313rem !important
}

.m-t10 {
    margin-top: .625rem !important
}

.m-t15 {
    margin-top: .938rem !important
}

.m-t20 {
    margin-top: 1.25rem !important
}

.m-t25 {
    margin-top: 1.563rem !important
}

.m-t30 {
    margin-top: 1.875rem !important
}

.m-t40 {
    margin-top: 2.5rem !important
}

.m-t50 {
    margin-top: 3.125rem !important
}

.m-b0 {
    margin-bottom: 0 !important
}

.m-b5 {
    margin-bottom: .313rem !important
}

.m-b10 {
    margin-bottom: .625rem !important
}

.m-b15 {
    margin-bottom: .938rem !important
}

.m-b20 {
    margin-bottom: 1.25rem !important
}

.m-b25 {
    margin-bottom: 1.563rem !important
}

.m-b30 {
    margin-bottom: 1.875rem !important
}

.m-b40 {
    margin-bottom: 2.5rem !important
}

.m-b50 {
    margin-bottom: 3.125rem !important
}

.m-tb0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-tb5 {
    margin-top: .313rem !important;
    margin-bottom: .313rem !important
}

.m-tb10 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important
}

.m-tb20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

.m-tb25 {
    margin-top: 1.563rem !important;
    margin-bottom: 1.563rem !important
}

.m-tb30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important
}

.m-tb40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.m-tb50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important
}

.p-t0 {
    padding-top: 0 !important
}

.p-t5 {
    padding-top: .313rem !important
}

.p-t10 {
    padding-top: .625rem !important
}

.p-t15 {
    padding-top: .938rem !important
}

.p-t20 {
    padding-top: 1.25rem !important
}

.p-t25 {
    padding-top: 1.563rem !important
}

.p-t30 {
    padding-top: 1.875rem !important
}

.p-t40 {
    padding-top: 2.5rem !important
}

.p-t50 {
    padding-top: 3.125rem !important
}

.p-b0 {
    padding-bottom: 0 !important
}

.p-b5 {
    padding-bottom: .313rem !important
}

.p-b10 {
    padding-bottom: .625rem !important
}

.p-b15 {
    padding-bottom: .938rem !important
}

.p-b20 {
    padding-bottom: 1.25rem !important
}

.p-b25 {
    padding-bottom: 1.563rem !important
}

.p-b30 {
    padding-bottom: 1.875rem !important
}

.p-b40 {
    padding-bottom: 2.5rem !important
}

.p-b50 {
    padding-bottom: 3.125rem !important
}

.p-l0 {
    padding-left: 0 !important
}

.p-l5 {
    padding-left: .313rem !important
}

.p-l10 {
    padding-left: .625rem !important
}

.p-l15 {
    padding-left: .938rem !important
}

.p-l20 {
    padding-left: 1.25rem !important
}

.p-l25 {
    padding-left: 1.563rem !important
}

.p-l30 {
    padding-left: 1.875rem !important
}

.p-l40 {
    padding-left: 2.5rem !important
}

.p-l50 {
    padding-left: 3.125rem !important
}

.p-r0 {
    padding-right: 0 !important
}

.p-r5 {
    padding-right: .313rem !important
}

.p-r10 {
    padding-right: .625rem !important
}

.p-r15 {
    padding-right: .938rem !important
}

.p-r20 {
    padding-right: 1.25rem !important
}

.p-r25 {
    padding-right: 1.563rem !important
}

.p-r30 {
    padding-right: 1.875rem !important
}

.p-r40 {
    padding-right: 2.5rem !important
}

.p-r50 {
    padding-right: 3.125rem !important
}

.p-tb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-tb5 {
    padding-top: .313rem !important;
    padding-bottom: .313rem !important
}

.p-tb10 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important
}

.p-tb15 {
    padding-top: .938rem !important;
    padding-bottom: .938rem !important
}

.p-tb20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.p-tb25 {
    padding-top: 1.563rem !important;
    padding-bottom: 1.563rem !important
}

.p-tb30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important
}

.p-tb35 {
    padding-top: 2.187rem !important;
    padding-bottom: 2.187rem !important
}

.p-tb40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.p-tb50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important
}

.p-lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.p-lr5 {
    padding-left: .313rem !important;
    padding-right: .313rem !important
}

.p-lr10 {
    padding-left: .625rem !important;
    padding-right: .625rem !important
}

.p-lr15 {
    padding-left: .938rem !important;
    padding-right: .938rem !important
}

.p-lr20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.p-lr25 {
    padding-left: 1.563rem !important;
    padding-right: 1.563rem !important
}

.p-lr30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important
}

.p-lr40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.p-lr50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important
}

.fr, .right {
    float: right !important
}

.fl, .float-left, .left {
    float: left !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.sticky.is-anchored.is-at-bottom, .sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky {
    position: absolute;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

.row {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.row .row, .row.expanded {
    max-width: none
}

.row::after, .row::before {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse>.column, .row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column, .columns {
    width: 100%;
    float: left;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left
}

.column.row.row, .row.row.columns {
    float: none
}

.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

@media only screen {
    .small-pull-1, .small-pull-10, .small-pull-11, .small-pull-2, .small-pull-3, .small-pull-4, .small-pull-5, .small-pull-6, .small-pull-7, .small-pull-8, .small-pull-9, .small-push-1, .small-push-10, .small-push-11, .small-push-2, .small-push-3, .small-push-4, .small-push-5, .small-push-6, .small-push-7, .small-push-8, .small-push-9 {
        position: relative
    }

    .small-1 {
        width: 8.33333%
    }

    .small-push-1 {
        left: 8.33333%
    }

    .small-pull-1 {
        left: -8.33333%
    }

    .small-offset-0 {
        margin-left: 0
    }

    .small-2 {
        width: 16.66667%
    }

    .small-push-2 {
        left: 16.66667%
    }

    .small-pull-2 {
        left: -16.66667%
    }

    .small-offset-1 {
        margin-left: 8.33333%
    }

    .small-3 {
        width: 25%
    }

    .small-push-3 {
        left: 25%
    }

    .small-pull-3 {
        left: -25%
    }

    .small-offset-2 {
        margin-left: 16.66667%
    }

    .small-4 {
        width: 33.33333%
    }

    .small-push-4 {
        left: 33.33333%
    }

    .small-pull-4 {
        left: -33.33333%
    }

    .small-offset-3 {
        margin-left: 25%
    }

    .small-5 {
        width: 41.66667%
    }

    .small-push-5 {
        left: 41.66667%
    }

    .small-pull-5 {
        left: -41.66667%
    }

    .small-offset-4 {
        margin-left: 33.33333%
    }

    .small-6 {
        width: 50%
    }

    .small-push-6 {
        left: 50%
    }

    .small-pull-6 {
        left: -50%
    }

    .small-offset-5 {
        margin-left: 41.66667%
    }

    .small-7 {
        width: 58.33333%
    }

    .small-push-7 {
        left: 58.33333%
    }

    .small-pull-7 {
        left: -58.33333%
    }

    .small-offset-6 {
        margin-left: 50%
    }

    .small-8 {
        width: 66.66667%
    }

    .small-push-8 {
        left: 66.66667%
    }

    .small-pull-8 {
        left: -66.66667%
    }

    .small-offset-7 {
        margin-left: 58.33333%
    }

    .small-9 {
        width: 75%
    }

    .small-push-9 {
        left: 75%
    }

    .small-pull-9 {
        left: -75%
    }

    .small-offset-8 {
        margin-left: 66.66667%
    }

    .small-10 {
        width: 83.33333%
    }

    .small-push-10 {
        left: 83.33333%
    }

    .small-pull-10 {
        left: -83.33333%
    }

    .small-offset-9 {
        margin-left: 75%
    }

    .small-11 {
        width: 91.66667%
    }

    .small-push-11 {
        left: 91.66667%
    }

    .small-pull-11 {
        left: -91.66667%
    }

    .small-offset-10 {
        margin-left: 83.33333%
    }

    .small-12 {
        width: 100%
    }

    .small-offset-11 {
        margin-left: 91.66667%
    }

    .small-up-1>.column, .small-up-1>.columns {
        width: 100%;
        float: left
    }

    .small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .small-up-1>.column:last-child, .small-up-1>.columns:last-child {
        float: left
    }

    .small-up-2>.column, .small-up-2>.columns {
        width: 50%;
        float: left
    }

    .small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-2>.column:nth-of-type(2n+1), .small-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .small-up-2>.column:last-child, .small-up-2>.columns:last-child {
        float: left
    }

    .small-up-3>.column, .small-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .small-up-3>.column:last-child, .small-up-3>.columns:last-child {
        float: left
    }

    .small-up-4>.column, .small-up-4>.columns {
        width: 25%;
        float: left
    }

    .small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .small-up-4>.column:last-child, .small-up-4>.columns:last-child {
        float: left
    }

    .small-up-5>.column, .small-up-5>.columns {
        width: 20%;
        float: left
    }

    .small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .small-up-5>.column:last-child, .small-up-5>.columns:last-child {
        float: left
    }

    .small-up-6>.column, .small-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .small-up-6>.column:last-child, .small-up-6>.columns:last-child {
        float: left
    }

    .small-up-7>.column, .small-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .small-up-7>.column:last-child, .small-up-7>.columns:last-child {
        float: left
    }

    .small-up-8>.column, .small-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .small-up-8>.column:last-child, .small-up-8>.columns:last-child {
        float: left
    }

    .small-collapse>.column, .small-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .small-uncollapse>.column, .small-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .small-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .small-pull-0, .small-push-0, .small-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 767px) {
    .medium-pull-1, .medium-pull-10, .medium-pull-11, .medium-pull-2, .medium-pull-3, .medium-pull-4, .medium-pull-5, .medium-pull-6, .medium-pull-7, .medium-pull-8, .medium-pull-9, .medium-push-1, .medium-push-10, .medium-push-11, .medium-push-2, .medium-push-3, .medium-push-4, .medium-push-5, .medium-push-6, .medium-push-7, .medium-push-8, .medium-push-9 {
        position: relative
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        left: 8.33333%
    }

    .medium-pull-1 {
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        left: 16.66667%
    }

    .medium-pull-2 {
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        left: 25%
    }

    .medium-pull-3 {
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        left: 33.33333%
    }

    .medium-pull-4 {
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        left: 41.66667%
    }

    .medium-pull-5 {
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        left: 50%
    }

    .medium-pull-6 {
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        left: 58.33333%
    }

    .medium-pull-7 {
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        left: 66.66667%
    }

    .medium-pull-8 {
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        left: 75%
    }

    .medium-pull-9 {
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        left: 83.33333%
    }

    .medium-pull-10 {
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        left: 91.66667%
    }

    .medium-pull-11 {
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1>.column, .medium-up-1>.columns {
        width: 100%;
        float: left
    }

    .medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
        float: left
    }

    .medium-up-2>.column, .medium-up-2>.columns {
        width: 50%;
        float: left
    }

    .medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2>.column:nth-of-type(2n+1), .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
        float: left
    }

    .medium-up-3>.column, .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
        float: left
    }

    .medium-up-4>.column, .medium-up-4>.columns {
        width: 25%;
        float: left
    }

    .medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
        float: left
    }

    .medium-up-5>.column, .medium-up-5>.columns {
        width: 20%;
        float: left
    }

    .medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
        float: left
    }

    .medium-up-6>.column, .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
        float: left
    }

    .medium-up-7>.column, .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
        float: left
    }

    .medium-up-8>.column, .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
        float: left
    }

    .medium-collapse>.column, .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse>.column, .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .medium-pull-0, .medium-push-0, .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 1025px) {
    .large-pull-1, .large-pull-10, .large-pull-11, .large-pull-2, .large-pull-3, .large-pull-4, .large-pull-5, .large-pull-6, .large-pull-7, .large-pull-8, .large-pull-9, .large-push-1, .large-push-10, .large-push-11, .large-push-2, .large-push-3, .large-push-4, .large-push-5, .large-push-6, .large-push-7, .large-push-8, .large-push-9 {
        position: relative
    }

    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        left: 8.33333%
    }

    .large-pull-1 {
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        left: 16.66667%
    }

    .large-pull-2 {
        left: -16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        left: 25%
    }

    .large-pull-3 {
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        left: 33.33333%
    }

    .large-pull-4 {
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        left: 41.66667%
    }

    .large-pull-5 {
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        left: 50%
    }

    .large-pull-6 {
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        left: 58.33333%
    }

    .large-pull-7 {
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        left: 66.66667%
    }

    .large-pull-8 {
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        left: 75%
    }

    .large-pull-9 {
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        left: 83.33333%
    }

    .large-pull-10 {
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        left: 91.66667%
    }

    .large-pull-11 {
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1>.column, .large-up-1>.columns {
        width: 100%;
        float: left
    }

    .large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1>.column:last-child, .large-up-1>.columns:last-child {
        float: left
    }

    .large-up-2>.column, .large-up-2>.columns {
        width: 50%;
        float: left
    }

    .large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2>.column:nth-of-type(2n+1), .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2>.column:last-child, .large-up-2>.columns:last-child {
        float: left
    }

    .large-up-3>.column, .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3>.column:last-child, .large-up-3>.columns:last-child {
        float: left
    }

    .large-up-4>.column, .large-up-4>.columns {
        width: 25%;
        float: left
    }

    .large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4>.column:last-child, .large-up-4>.columns:last-child {
        float: left
    }

    .large-up-5>.column, .large-up-5>.columns {
        width: 20%;
        float: left
    }

    .large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5>.column:last-child, .large-up-5>.columns:last-child {
        float: left
    }

    .large-up-6>.column, .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6>.column:last-child, .large-up-6>.columns:last-child {
        float: left
    }

    .large-up-7>.column, .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7>.column:last-child, .large-up-7>.columns:last-child {
        float: left
    }

    .large-up-8>.column, .large-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8>.column:last-child, .large-up-8>.columns:last-child {
        float: left
    }

    .large-collapse>.column, .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .large-uncollapse>.column, .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .large-pull-0, .large-push-0, .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

[class*=block-grid-]:after, [class*=block-grid-]:before {
    content: " ";
    display: table
}

[class*=block-grid-]:after {
    clear: both
}

[class*=block-grid-]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 .625rem 1.25rem
}

body, button, legend, td, th {
    padding: 0
}

@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }

    .small-block-grid-1>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }

    .small-block-grid-2>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .small-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }

    .small-block-grid-3>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }

    .small-block-grid-4>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }

    .small-block-grid-5>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .small-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }

    .small-block-grid-6>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .small-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }

    .small-block-grid-7>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }

    .small-block-grid-8>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .small-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }

    .small-block-grid-9>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }

    .small-block-grid-10>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .small-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }

    .small-block-grid-11>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .small-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }

    .small-block-grid-12>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 767px) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }

    .medium-block-grid-1>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }

    .medium-block-grid-2>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }

    .medium-block-grid-3>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }

    .medium-block-grid-4>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }

    .medium-block-grid-5>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .medium-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }

    .medium-block-grid-6>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .medium-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }

    .medium-block-grid-7>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }

    .medium-block-grid-8>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .medium-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }

    .medium-block-grid-9>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }

    .medium-block-grid-10>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .medium-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }

    .medium-block-grid-11>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .medium-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }

    .medium-block-grid-12>li:nth-of-type(n) {
        clear: none
    }

    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 1025px) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }

    .large-block-grid-1>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }

    .large-block-grid-2>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .large-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }

    .large-block-grid-3>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }

    .large-block-grid-4>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }

    .large-block-grid-5>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .large-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }

    .large-block-grid-6>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .large-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }

    .large-block-grid-7>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }

    .large-block-grid-8>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .large-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }

    .large-block-grid-9>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }

    .large-block-grid-10>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .large-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }

    .large-block-grid-11>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .large-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }

    .large-block-grid-12>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

img, textarea[rows] {
    height: auto
}

.input-group, [type=file], select {
    width: 100%
}

button, select {
    text-transform: none
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

input, select {
    line-height: normal
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: not-allowed
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

optgroup {
    font-weight: 700
}

body, label {
    font-weight: 400;
    color: #0a0a0a
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.5;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    overflow: visible;
    background: 0 0;
    border-radius: 3px;
    line-height: 1
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

/* MM MENU BEGINS

* --------------------------------------- */
.mm-menu.mm-horizontal>.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

.mm-menu .mm-hidden {
    display: none
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu, .mm-menu>.mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.mm-menu {
    display: block;
    overflow: hidden;
    padding: 0
}

.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mm-menu>.mm-panel.mm-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mm-menu>.mm-panel.mm-subopened {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%)
}

.mm-menu>.mm-panel.mm-highest {
    z-index: 1
}

.mm-menu .mm-list {
    padding: 20px 0
}

.mm-menu>.mm-list {
    padding-bottom: 0
}

.mm-menu>.mm-list:after {
    content: '';
    display: block;
    height: 40px
}

.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px
}

.mm-panel>.mm-list:first-child {
    padding-top: 0
}

.mm-list, .mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-list {
    font: inherit;
    font-size: 1rem
}

.mm-list a, .mm-list a:hover {
    text-decoration: none
}

.mm-list>li {
    position: relative
}

.mm-list>li>a, .mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-size: 1.15rem
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    bottom: 0;
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto
}

.mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none
}

.mm-list a.mm-subopen+a, .mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px
}

.mm-list>li.mm-selected>a.mm-subopen {
    background: 0 0
}

.mm-list>li.mm-selected>a.mm-fullsubopen+a, .mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0
}

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px
}

.mm-list>li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px
}

.mm-list>li.mm-spacer {
    padding-top: 40px
}

.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px
}

.mm-list a.mm-subclose:before, .mm-list a.mm-subopen:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%
}

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px
}

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent
}

.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen {
    height: 40px
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px
}

.mm-menu.mm-vertical .mm-list>li.mm-opened.mm-label>a.mm-subopen {
    height: 25px
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    position: relative
}

.mm-menu {
    background: #08e2ea;
    color: rgba(255, 255, 255, .6)
}

.mm-menu .mm-list>li:after {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .3)
}

.mm-menu .mm-list>li>a.mm-subclose:before, .mm-menu .mm-list>li>a.mm-subopen:after {
    border-color: rgba(255, 255, 255, .3)
}

.mm-menu .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu .mm-list>li.mm-label, .mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, .05)
}

.mm-page {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-opened {
    overflow: hidden;
    position: relative
}

html.mm-opened body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed
}

.mm-menu.mm-current {
    display: block
}

.mm-menu {
    width: 300px;
    min-width: 140px
}

html.mm-opening #mm-blocker, html.mm-opening .mm-page {
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0)
}

.mfp-auto-cursor .mfp-content {
    border: 10px solid #440d60;
    padding: 50px;
}

.header-bottom .columns {
    padding-left: 0px;
    padding-right: 0px;
}

/* Owl Carousel

* --------------------------------------- */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel.owl-wrapper, .owl-carousel.owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* MAGNIFIC POP UP

* --------------------------------------- */
.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-container:before, .mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 502;
    overflow: hidden;
    background: #110319;
    opacity: .9;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    z-index: 503;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container, .mfp-content {
    position: relative;
    margin: 0 auto
}

.mfp-container {
    text-align: center;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1140px
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    z-index: 505
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close, .mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    position: absolute;
    top: -85px;
    right: -60px;
    opacity: 1;
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 0;
    background-image: url(images/img/close-window.png);
    background-repeat: no-repeat;
    background-position: center;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    padding: 0;
    width: 40px;
    -webkit-tap-highlight-color: transparent;
    height: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    top: 50%
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    opacity: .8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 20px;
    border-bottom-width: 20px
}

.mfp-arrow-left {
    left: 4;
    background: url(images/img/icon/popup_arrow_left.png) no-repeat !important
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 12px solid #000;
    left: 5px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    border-right: 20px solid #fff
}

.mfp-arrow-right {
    right: 0;
    background: url(images/img/icon/popup_arrow_right.png) no-repeat !important
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 12px solid #000;
    left: 3px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 20px solid #fff
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1000px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #FFF
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

.mfp-iframe-holder .mfp-close {
    top: -43px
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-no-margins .mfp-container, .mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

#error-list {
    margin-left: 30px
}

#error-list li {
    margin: 5px 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.white-popup img {
    margin: 0 auto;
    display: block
}

@media screen and (max-width: 800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.error-popup, .white-popup {
    position: relative;
    width: auto
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.error-popup {
    background: #FFF;
    padding: 20px;
    max-width: 400px;
    margin: 20px auto;
    border-radius: 5px
}

.required {
    color: #C90003;
    font-size: 14px
}

.errors {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px
}

.errors ul {
    margin-left: 25px
}

.errors ul li {
    margin-bottom: 5px
}

.errors ul li:last-child {
    margin-bottom: 0
}

.mfp-image-holder .mfp-close {
    font-size: 0 !important;
    background: url(images/img/popup_close_icon.png) no-repeat;
    height: 49px;
    width: 49px;
    right: 10px;
    top: 49px;
    margin: 0
}

/* Flex Slider

* --------------------------------------- */
.flex-direction-nav a, .flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.eot);
    src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon.woff) format('woff'), url(fonts/flexslider-icon.ttf) format('truetype'), url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover, .flex-slider a:hover {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: ''0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: 10px
}

.flex-direction-nav .flex-next {
    right: 10px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 0px;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 16.66%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #212121;
    background-color: #f7f7f7;
}

a {
    background-color: transparent;
    color: #734b1d;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a, button {
    cursor: pointer;
}

.entry-content h3, .entry-content h2 {
    font-size: 18px;
}

p {
    font-size: 16px;
}

.row {
    max-width: 1313px;
}

.row.small-row {
    max-width: 1100px;
}


.row.full-row {
    max-width: 100% !important;
}

.header.front_page_head {
    /* left: 0; */
    width: 100%;
    /* top: 0;
    z-index: 1;
    position: absolute; */
}

.header.inner_header {
    z-index: 1;
    position: relative;
}

.header.front_page_head .top-bar {
    background-color: rgba(0, 0, 0, 0.9);
    text-align: right;
    padding: 10px 0;
}

.header.inner_header .top-bar {
    background-color: #202020;
    text-align: right;
    padding: 10px 0;
}

.inq-btn {
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    background-color: #37650f;
    text-decoration: none;
    border: 1px solid #fff !important;
    outline: none !important;
    line-height: 19px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.inq-btn:hover {
    background-color: #ffffff;
    color: #37650f;
}

.top-bar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.top-bar ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 20px;
    line-height: 30px;
}

.top-bar ul li a {
    color: #ffffff;
    font-size: 12px;
    display: block;
    font-weight: 500;
    text-decoration: none;
}

.header-bottom {
    background-color: #fff;
}

.bradecrumb-strip {
    background: #5b3d20;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0.75;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

header.entry-header.main .title {
    position: relative;
    text-align: center;
    background: #212121;
}

header.entry-header.main .title img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

header.entry-header.main .title .entry-title {
    color: #fff !important;
    width: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
}

header.entry-header.main .bradecrumb-strip a {
    text-decoration: none;
    color: #fff !important;
}

.page-id-25 .site-main {
    padding-top: 40px;
    padding-bottom: 0px;
}

.quote-contact-form {
    margin-top: 40px;
}

.mainNav {}

.mainNav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.mainNav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1px;
}

.mainNav ul li a {
    text-decoration: none;
    color: #74491e;
    display: block;
    font-size: 15px !important;
    font-weight: 600;
    padding: 15px 10px;
    line-height: 60px;
}

.mainNav ul li.current_page_item a, .mainNav ul li a:hover {
    background-color: #fff160;
}

.logo {
    display: inline-block;
    margin: 8px 0;
    color: #08e2ea;
}

.callus {
    color: #ffc000;
    text-transform: uppercase;
}

.callus a {
    color: #ffc000;
    text-decoration: none;
}

.mobileMenuIcon {
    display: none;
    position: absolute;
    right: 30px;
    color: #fff;
    text-decoration: none;
    top: 47px;
    font-size: 30px;
}

#mobile_menu ul {
    margin: 0;
    padding: 0;
}

#mobile_menu ul li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #fff;
}

#mobile_menu ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 18px;
}

.uppercase {
    text-transform: uppercase;
}

.btn {
    color: #333333;
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff160;
    text-decoration: none;
    font-weight: 800;
    border: 0px !important;
    outline: none !important;
    font-size: 17px;
    border-radius: 0;
    width: auto;
}

.btn-black {
    background-color: #333;
    color: #fff;
}

.btn-black:hover {
    background: #fff160 !important;
    color: #734b1d !important;
}

.btn-brown {
    background-color: #421f00;
    color: #fff160;
}

.btn:hover {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}

/*You tube video css starts here*/
.thumbnail_container {
    position: relative;
    width: 80%;
}

/* Make the image responsive */
.thumbnail_container img {
    width: 100%;
    height: auto;
}

/* Style the button and place it in the middle of the container/image */
div#wpcf7-f8648-p8615-o1 input[type=text], div#wpcf7-f8648-p8615-o1 input[type=tel] {
    height: 48px;
}

.thumbnail_container a.vp-s {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    color: #444444;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.thumbnail_container a.vp-s i.fa:hover {
    color: red;
}

/*You tube video css ends here*/
.comments-area [type=text], .comments-area [type=url], .comments-area textarea, .comments-area [type=email], #searchform [type=text] {
    color: #212121 !important;
    border: 2px solid #e3e7ea !important
}

.comments-area .comment-form-author, .comments-area .comment-form-email {
    width: 50%;
    float: left;
}

.comments-area .comment-form-author {
    padding: 0px 10px 20px 0px !important;
}

.comments-area .comment-form-email {
    padding: 0px 0px 20px 10px !important;
}

.comments-area .comment-form-comment {}

.comments-area .form-submit [type=submit] {
    width: auto;
    background: #74491e;
    color: #fff160;
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 20px;
}

.footer {
    background-color: #333333;
}

.footer-upper {
    padding: 30px 0;
}

.footer .row {
    position: relative;
    z-index: 1;
}

.footer h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.footer h3:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #fff160;
    content: "";
}

.footer-upper p, .footer-upper p a {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400;
}

.footer-upper p a:hover {
    color: #fff160;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
    color: #fff;
    line-height: 24px;
    margin: 8px 0;
}

.footer ul li span {
    display: inline-block;
    width: 50%;
}

.footer ul li a {
    text-decoration: none;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
}

.footer ul.social-links li {
    display: inline-block;
    margin-right: 15px;
    color: #9e9e9e;
    font-size: 25px;
}

.footer ul.social-links li a {
    color: #9e9e9e;
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 21px;
}

.footer ul.social-links li a:hover {
    background-color: #fff160;
}

.footer-bottom {
    background-color: #282828;
    padding: 15px 0;
}

.site-info p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.home-banner-section.hide-on-mobile {
    display: flex !important;
    align-items: center !important;
}

.home-banner-section {
    display: flex;
    align-items: center;
    padding: 200px 0 70px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.home-banner-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
}

.home-banner-section .panel-grid-cell {
    z-index: 1;
    position: relative;
}

.certification-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-section .panel-grid-cell, .quote-form .panel-grid-cell {
    z-index: 1;
    position: relative;
}

.home-banner-section .panel-grid-cell:last-child {
    display: flex;
    align-items: center;
    z-index: 0;
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.home-banner-section .row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.banner-text {
    text-align: center;
}

.banner-text h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}

.banner-text p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    width: 80%;
    margin: 20px auto;
}

.banner-contact-form {
    opacity: 1;
    background-color: rgb(66, 31, 0);
    padding: 30px 20px;
    min-height: 379px;
    margin-top: 0px;
}

.banner-contact-form .group-box {
    margin: 13px 0px;
}

.banner-contact-form h2 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px 0;
}

.banner-contact-form p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
}

.group-box {
    margin: 20px 0;
}

.certification-section.hide-on-mobile {
    display: flex;
}

.certification-section {
    z-index: 0;
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.certification-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 241, 96, 0.5);
    content: "";
}

.certification-section .row {
    position: relative;
    z-index: 1;
}

.certification-section h2 {
    font-size: 26px;
    color: #734b1d;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.certification-section p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #421f00;
    padding: 10px 0px;
}

.certification-section p a {
    font-size: 10px;
    color: #333333;
    font-weight: 800;
    text-decoration: none;
}

.certification-section ul {
    /*max-width: 1150px;*/
    margin: 0 auto 30px auto;
}

.certification-section ul li .certification-box {
    background-color: #421f00;
    padding: 40px 20px;
    text-align: center;
    min-height: 379px;
}

.certification-section ul li .certification-box h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.certification-section ul li .certification-box p {
    color: #fff;
    font-size: 14px;
}

.certification-section ul li.contact-btn-li {
    margin-top: 0px;
    width: 100%;
}

.our-services-section {
    padding: 50px 0;
    background-color: #eeeeee;
}

.our-services-section h2, .our-services-section h3.our-service-title {
    font-size: 35px;
    color: #2d2d2d;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.our-services-section ul {
    max-width: 1044px;
    margin: 30px auto;
}

.our-services-section ul li {
    padding-bottom: 100px;
}

.services-box {
    padding: 30px 15px;
    background-color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 4px 4px 6px -1px #acacac;
}

.services-box:after {
    content: "";
    position: absolute;
    bottom: -99px;
    width: 100%;
    left: 0px;
    height: 100px;
    background-image: url(images/img/white-box-bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.services-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #fff160;
    border-radius: 50%;
    line-height: 100px;
}

.services-box h3 {
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    font-size: 22px;
    min-height: 52px;
}
.case-study-page-inner.clearfix {
    background: #fff !important;
}
.case-study-carousel.case-study.owl-carousel.owl-theme {
    display: block;
}
.services-box p {
    color: #212121;
    font-weight: 600;
    font-size: 15px;
    min-height: 90px;
	padding-bottom: 0 !important;
}

.services-box .rm-btn a, .rm-btn a {
    color: #734b1d;
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff160;
    text-decoration: none;
    font-weight: 600;
    border: 0px !important;
    outline: none !important;
    font-size: 14px;
    text-transform: uppercase;
}

.services-box .rm-btn a:hover, .rm-btn a:hover, .case-studies-section .rm-btn:hover, .faq-section .rm-btn:hover {
    background-color: #333;
    color: #fff;
}

.our-services-section .btn {
    font-weight: 600;
}

.google-review-box {
    padding: 32px 50px;
}

.google-review-box h2, .google-review-box h3.grw-widget-title {
    font-size: 34px;
    margin: 0 0 30px 0;
    color: #2d2d2d;
    text-transform: uppercase;
    font-weight: 800;
}

.google-review-content {
    padding: 50px;
    background-image: url(images/img/google-review-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.google-review-content:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(66, 31, 0, 0.9);
    content: "";
}

.google-review-content ul {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.google-review-content ul li {
    text-align: center;
    padding-top: 30px;
}

.google-review-content ul li h3 {
    color: #fff;
    margin-bottom: 0;
}

.google-review-content ul li p {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
}

#pgc-1343-3-0 {
    padding-right: 0px;
    padding-right: 0px !important;
}

.quote-form {
    position: relative;
    padding: 80px 0 80px 0px;
    background-image: url(images/img/quote-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.quote-form:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(116, 73, 30, 0.8);
    content: "";
}

.quote-form>.row {
    position: relative;
}

.quote-form h2, .quote-form h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}

.quote-form .group-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.quote-form textarea {
    resize: none;
    height: 165px;
}

.quote-form .drop_uploader.drop_zone .text_wrapper {
    margin-top: 0px !important;
}

.quote-form input[type="submit"] {
    color: #334752;
    width: auto;
    background-color: #fff160;
    margin: auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
}

.pricing-plan-section {
    background-color: #fff160;
    padding: 50px 0;
}

.pricing-plan-section .pricing-plan-box {
    background-color: #212121;
    padding: 15px;
    border: 1px solid #505050;
    position: relative;
    padding-bottom: 65px;
}

.pricing-plan-section h2, .pricing-plan-section h3 {
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 30px 0;
    font-size: 35px;
}

.pricing-plan-section .pricing-plan-box h3 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-top: 0;
    min-height: 73px;
}

.pricing-plan-section .pricing-plan-box a {
    display: block;
    padding: 10px;
    border-top: 2px solid #fff160;
    text-align: center;
    color: #fff;
    width: 88%;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 6%;
    text-decoration: none;
    font-weight: 600;
}

.pricing-plan-section .pricing-plan-box ul {
    margin: 15px 0;
    padding: 0;
}

.pricing-plan-section .pricing-plan-box ul li {
    list-style: none;
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    margin: 10px 0;
}

.pricing-plan-section .pricing-plan-box .pricing-header {
    padding: 0 0 10px 0;
    border-bottom: 2px solid #fff160;
    min-height: 222px;
    position: relative;
}

.pricing-plan-section .pricing-plan-box .pricing-header h4 {
    color: #fff160;
    margin: 0;
    font-size: 19px;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 15px 0;
}

.pricing-plan-section .pricing-plan-box .pricing-header p {
    color: #fff;
    margin: 0;
    padding: 5px 0;
    font-size: 11px;
    text-align: center;
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box span {
    font-weight: 800;
    color: #fff160;
    font-size: 52px;
    display: block;
    line-height: 52px;
    position: relative;
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box span:after {
    content: "AUD \00A2";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    line-height: 25px;
    margin-left: 10px;
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box sub {
    color: #fff;
    position: absolute;
    right: 10px;
    font-size: 12px;
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box sup {
    color: #fff;
    position: absolute;
    left: 10px;
    font-size: 12px;
}

.border-bottom-2px {
    border-bottom: 2px solid #fff160;
    padding: 0 0px 10px 0px;
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box span {
    font-weight: 800;
    color: #fff160;
    font-size: 52px;
    display: block;
    line-height: 52px;
    position: relative;
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box.usd-box {
    margin-top: 30px;
    border-bottom: 0px solid #fff160;
    padding: 0 0 10px 0
}

.pricing-plan-section .pricing-plan-box .pricing-header .pricing-box.usd-box span:after {
    content: "USD \00A2";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    line-height: 25px;
    margin-left: 10px;
}

.eq-child.pricing-plan-box {
    min-height: 520px;
}

.case-studies-img {
    background-image: url(images/img/case-study-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.case-studies-section h2, .case-studies-section h3.case-study-title {
    margin: 0;
    font-weight: 800;
    color: #212121;
    font-size: 36px;
}

.case-studies-section p {
    font-size: 18px;
    color: #333333;
    margin: 15px 0;
}

.case-studies-section .case-studies-right {
    padding: 0px !important;
}

.case-studies-section .case-study-carousel.owl-carousel .owl-dots .owl-dot.active span, .case-studies-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #212121;
}

.case-studies-section .case-study-carousel.owl-carousel .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #212121;
    border-bottom: 6px solid transparent;
    font-size: 15px;
}

.case-studies-section .case-study-carousel.owl-carousel .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid #212121;
    border-bottom: 6px solid transparent;
    font-size: 15px;
}

.case-studies-right {
    padding: 50px;
}

.case-studies-right ul {
    margin: 0;
    padding: 0;
}

.case-studies-right ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.case-studies-section .rm-btn {
    font-size: 15px;
    color: #734b1d;
    padding: 10px 30px;
    background-color: #fff160;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 70px 0;
    display: inline-block;
}



h2.faq-heading {
    text-align: center;
    font-size: 24px;
    color: #734b1d;
    margin: 30px 0px 15px 0px;
    text-transform: uppercase;
}

.faq-section {
    padding: 60px 50px;
    background-image: url(images/img/faq-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.faq-section h2 {
    color: #74491e;
    font-size: 35px;
}

.faq-section .rm-btn {
    font-size: 15px;
    color: #734b1d;
    padding: 10px 30px;
    background-color: #fff160;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0 30px 20px;
    display: inline-block;
}

.faq-header, .sow-accordion-panel-header {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 18px 50px !important;
    outline: none;
    color: #74491e;
    border-top: 1px solid #74491e;
    cursor: pointer;
    background-image: url(images/img/plus-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.sow-accordion-panel-open .sow-accordion-panel-header {
    background-image: url(images/img/minus-icon.png);
}

.faq-header:first-child {
    border-top: 0px;
}

.faq-content {
    padding: 18px 50px;
}

.faq-content p {
    margin: 0;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
}

@media only screen and (min-width: 1025px) and (max-width:1224px) {
    .pricing-plan-section .pricing-plan-box h3 {
        min-height: 71px;
    }
}

@media only screen and (min-width: 300px) and (max-width:766px) {
    .certification-section ul li.contact-btn-li {
        width: 100%;
        margin-top: 0px;
    }

    button#responsive-menu-button {
        width: 44px;
        height: 44px;
        position: absolute;
        top: 57px;
        right: 1%;
        background: #734b1d;
    }

    .flip-container .text {
        width: 175px;
        display: block;
    }

    .service-home .service-list li a.service-read-more {
        display: inline-block;
        padding: 7px 14px 9px 10px !important;
        position: relative;
        text-align: center;
    }

    .get-back-btn.feedback-btn {
        /*left: 0 !important;*/
        left: 0 !important;
        right: -94% !important;
        top: 46% !important;
        bottom: 70px !important
    }

    /*.get-back-btn.feedback-btn {transform: none !important;-webkit-transform: none!important;-moz-transform: none !important;-ms-transform: none!important;-os-transform: none !important;}*/
    .get-back-btn {
        -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
        transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    }

    .get-back-btn {
        background-color: #313131;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        position: fixed;
        top: 46% !important;
        left: -59px !important;
        bottom: 70px !important;
        width: 138px !important;
        height: 25px !important;
        margin: 0 auto;
        line-height: 1.5;
        padding: 0.4em 1.2em;
        text-align: center;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -os-transition: all 0.5s ease-in-out 0s;
        /*transform: none !important;-webkit-transform:none !important;-moz-transform: none !important;-ms-transform: none !important;-os-transform: none !important;*/
        z-index: 9999;
        font-size: 12px !important;
    }

    .medium-1.sow-image {
        float: none !important;
        text-align: center;
    }
}

@media only screen and (min-width: 300px) and (max-width:824px) {
    #pl-31 .panel-grid, #pl-31 .panel-grid-cell {
        width: 100% !important;
    }

    .area-of-low-section {
        padding: 0px 10px !important;
    }

    .page-id-27 .langAlphaList .alphabateList .areas-carousel .owl-item {
        margin-left: 30px !important;
    }

    .page-id-27 .owl-prev, .page-id-27 .owl-theme .owl-nav {
        left: 0px !important;
        /*top: -30px !important;*/
    }

    .page-id-27 .owl-next {
        right: -4px !important;
        /*top: -30px !important;*/
    }

    .langAlphaTitle {
        top: -10% !important;
    }

    .services-sub-section {
        margin: 25px auto !important;
    }

    .services-sub-section .three-grid-block.width40 {
        width: 100% !important;
        padding: 0 10px !important;
    }

    #panel-35-0-0-4 .brown-grid-box.panel-widget-style {
        margin-bottom: 100px !important;
    }

    #panel-35-0-1-4 .consultant-img.panel-widget-style .so-widget-sow-image.so-widget-sow-image-default-8358abbce072 .sow-image-container .so-widget-image {
        margin-bottom: 100px !important;
    }

    #pg-235-0 .panel-row-style-service-boxes.service-boxes.panel-row-style {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .testimonials-services .testimonials-carousel .owl-item .testimonial-text {
        width: 100% !important;
    }

    .testimonials-services .testimonial-item-outer-wapper {
        width: 100% !important;
    }

    .case-study-carousel-img {
        width: 100% !important;
    }

    .case-study-page-content {
        width: 100% !important;
        background-color: #fff !important;
        padding: 0 0 0 20px !important;
        position: relative !important;
    }

    /*.case-study-carousel.owl-carousel .owl-nav .owl-prev, .case-study-carousel.owl-carousel .owl-nav .owl-next {position: relative !important;margin: 22px !important;}*/
    .panel-row-style-certified-legal-translations.certified-legal-translations.panel-row-style {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #pg-507-0, #pg-507-1, #pg-507-2, #pg-505-0, #pg-505-1, #pg-505-2, #pg-503-0, #pg-503-1, #pg-503-2, #pg-500-0, #pg-500-1, #pg-500-2, #pg-497-0, #pg-497-1, #pg-497-2, #pg-859-0, #pg-859-1, #pg-859-2, #pg-865-0, #pg-865-1, #pg-865-2, #pg-870-0, #pg-870-1, #pg-870-2, #pg-873-0, #pg-873-1, #pg-873-2, #pg-876-0, #pg-876-1, #pg-876-2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .three-grid-block.width30.alpha-languages-box.bgGray, .three-grid-block.width30.quality-box.bgGray {
        width: 100%;
    }

    .quote-form-home-page {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    body.page-id-39 .accordion-head h4 {
        font-weight: 600;
        font-size: 13px;
        margin: 0px;
    }

    body.page-id-39 .accordion-head {
        padding: 27px 86px 27px 20px;
    }

    .accordion-head.font12mb {
        padding: 26px 53px 26px 20px;
    }

    .accordion-head.font12mb h4 {
        font-size: 12px;
    }

    .case-study-carousel-img img, .service-thumb img, .three-grid-block img, .three-cell-block img, .sow-image-container img {
        width: 100% !important;
        margin: 15px 0px;
    }

    .our_firm_images {
        text-align: center;
        margin-bottom: 20px;
    }

    .large-8.columns.our_firm {
        padding: 20px 50px !important;
    }

    .brown-block, .our-firm-block {
        display: block !important;
    }

    .brown-block img, .our-firm-block img {
        width: 100% !important;
    }

    .quote-form [type=text], .quote-form [type=tel] {
        margin: 20px 0px;
    }

    .quote-form input[type="submit"] {
        margin: 20px auto;
    }

    .quote-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
        margin-top: 0px !important;
    }

    .quote-form .business-name input.wpcf7-text {
        margin: 0px !important
    }
}

/*@media only screen and (min-width: 240px) and (max-width: 420px) {

.get-back-btn.feedback-btn {right: -61% !important; }

}*/
@media only screen and (max-width: 767px) {
    a.control_prev {
        left: 10px;
    }

    a.control_next {
        left: 61%;
    }

    span.sharetxt {
        top: -25px !important;
    }

    #pg-33-1 .pricing-text {
        padding: 70px 0px !important;
    }

    .pricing-text .widget-title {
        text-align: center;
        font-size: 24px !important;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0px 0px !important;
    }

    .pricing-text .textwidget h3 {
        font-size: 18px !important;
        font-weight: bold;
    }
}

/* iPhone (Portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width:479px) and (orientation:portrait) {
    .service-home .service-list li p {
        font-size: 12px !important;
    }

    .service-home .service-list li h4 {
        font-size: 15px !important;
    }
}

/* iPhone (Landscape) ----------- */
@media screen and (min-width: 480px) and (max-width:800px) and (orientation:landscape) {}

/* iPad (Potrait & Landscape)

* --------------------------------------- */
@media only screen and (min-width: 768px) and (max-width:1024px) {
    a.control_prev {
        left: 10px;
    }

    a.control_next {
        left: 61%;
    }
}

/* iPad (Landscape)

* --------------------------------------- */
@media only screen and (min-width: 768px) and (max-width:959px) {
    a.control_prev {
        left: 10px;
    }

    a.control_next {
        left: 61%;
    }
}

/* iPad (Potrait)



* --------------------------------------- */
@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:portrait) {}

/* iPad (Landscape)



* --------------------------------------- */
@media only screen and (min-width: 768px) and (max-width:959px) and (orientation:landscape) {}

/* 1025 to 1199



* --------------------------------------- */
@media only screen and (min-width: 1025px) and (max-width:1199px) {}

@media only screen and (min-width: 320px) and (max-width:1100px) {
    .home-banner-section.hide-on-mobile, .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: block;
    }

    .banner-contact-form {
        margin-top: 0px;
    }

    .certification-section ul li .certification-box h3 {
        font-size: 14px;
    }

    .certification-section ul li .certification-box p {
        font-size: 12px;
    }

    /*.quote-form-home-page [type=text], .quote-form[type=password], .quote-form-home-page [type=date], .quote-form-home-page [type=datetime], .quote-form-home-page [type=datetime-local], .quote-form-home-page [type=month], .quote-form-home-page [type=week], .quote-form-home-page [type=email], .quote-form-home-page [type=number], .quote-form-home-page [type=search], .quote-form-home-page [type=tel], .quote-form-home-page [type=time], .quote-form-home-page [type=url], .quote-form-home-page [type=color], .quote-form-home-page textarea, .quote-form-home-page [type=text]:focus, .quote-form-home-page [type=password]:focus, .quote-form-home-page [type=date]:focus, .quote-form-home-page [type=datetime]:focus, .quote-form-home-page [type=datetime-local]:focus, .quote-form-home-page [type=month]:focus, .quote-form-home-page [type=week]:focus, .quote-form-home-page [type=email]:focus, .quote-form-home-page [type=number]:focus, .quote-form-home-page [type=search]:focus, .quote-form-home-page [type=tel]:focus, .quote-form-home-page [type=time]:focus, .quote-form-home-page [type=url]:focus, .quote-form-home-page [type=color]:focus, .quote-form-home-page textarea:focus {
        height: auto !important;
    }*/
}

@media only screen and (min-width: 1101px) {
    .hide-on-mobile {
        display: block;
    }

    .show-on-mobile {
        display: none !important;
    }
}

.case-studies-section .sa_owl_theme .owl-dots {
    width: auto !important;
}

.case-studies-section .sa_owl_theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel {
    margin-bottom: 10px;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 18px 50px !important;
    outline: none;
    color: #74491e;
    border-top: 1px solid #74491e !important;
    cursor: pointer;
    background-image: url(images/img/plus-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header {
    background-image: url(images/img/minus-icon.png);
}

.sow-accordion .sow-accordion-panel:first-child .sow-accordion-panel-header {
    border-top: none !important;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
    background-color: transparent;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
    display: inline-block;
    width: calc(100% - 20px);
}

.sow-accordion-open-close-button, .so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-open-close-button {
    float: left !important;
    display: none !important;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel:not(.sow-accordion-panel-open)>.sow-accordion-panel-header .sow-accordion-close-button {
    display: none;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel.sow-accordion-panel-open>.sow-accordion-panel-header .sow-accordion-open-button {
    display: none;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    background-color: transparent;
    padding: 15px 30px 15px 30px;
    overflow: auto;
}

.sow-accordion {
    padding: 0px 15px;
}

.so-widget-sow-accordion .widget-title {
    color: #74491e;
    font-size: 35px;
    padding: 0px 15px;
}

/*About us page Css Here*/
/*Yellow blocks*/
.our-firm-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-firm-block p {
    line-height: 28px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}

.our-firm-block .panel-grid-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.our-firm-block .widget-title {
    font-size: 45px;
    line-height: 1.5;
    text-transform: uppercase;
}

.our-firm-block .box-shadow-img img {
    box-shadow: 1px 1px 8px 1px #000;
}

.our-firm-block ul {
    padding-left: 25px;
    list-style-type: none;
}

.our-firm-block ul li {
    background: url(images/img/brown-list-icon.png) no-repeat left 11px;
    line-height: 28px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
}

/*Brown blocks*/
.brown-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brown-block p {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.brown-block .panel-grid-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.brown-block .widget-title {
    color: #fff;
    font-size: 45px;
    line-height: 1.5;
    text-transform: uppercase;
}

.brown-block .box-shadow-img img {
    box-shadow: 1px 1px 8px 1px #d5d5d5;
}

.brown-block ul, ul.yellow-arrows {
    padding-left: 25px;
    list-style-type: none;
}

.brown-block ul li, ul.yellow-arrows li {
    background: url(images/img/yello-list-icon.png) no-repeat left 11px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
}

.drop_uploader .errors {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.drop_uploader.drop_zone .text_wrapper {
    margin-top: 0px;
}

.quote-form-home-page .drop_uploader.drop_zone .text_wrapper {
    margin-top: 0px !important;
}

.quote-form-home-page p.file_browse {
    margin: 0px;
    padding: 0px;
}

p.file_browse {
    margin: 0px;
}

#pl-1343 p.file_browse .text a {
    color: #9B9B9B;
    font-size: 13px;
    font-weight: 400;
}

.drop_uploader.drop_zone {
    min-height: 2.4375rem !important;
    border-radius: 4px;
}

.quote-form .drop_uploader.drop_zone ul.files {
    margin: 2px auto 2px;
}

.drop_uploader.drop_zone .text_wrapper i {
    font-size: 30px;
    color: #9B9B9B;
    position: relative;
    top: 7px;
    margin-right: 0px;
}

.quote-form .drop_uploader.drop_zone .text, .quote-form .drop_uploader.drop_zone .text a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    color: #9B9B9B;
}

/*Pricing Page CSS here*/
.pricing-text {
    padding: 70px 100px !important;
}

.pricing-text .widget-title {
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 115px;
}

.pricing-text .textwidget h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0px;
}

.pricing-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}

img.point-img {
    height: 12px;
    width: 12px;
    margin-right: 10px;
}

ul.yellow-arrows li {
    color: #000 !important;
}

.pricing-text .rm-btn {
    margin-top: 40px;
}

.pricing-text .rm-btn a {
    color: #734b1d;
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff160;
    text-decoration: none;
    font-weight: 600;
    border: 0px !important;
    outline: none !important;
    font-size: 19px;
    text-transform: inherit;
}

.pricing-text.rm-btn a:hover {
    background-color: #333;
    color: #fff;
}

.page-id-35 .site-main {
    background: #eee;
}

.white-grid-box {
    background-color: #fff;
    min-height: 405px;
    padding: 25px 25px !important;
    box-shadow: 4px 4px 10px 1px #acacac;
}

.brown-grid-box {
    background-color: #74491e;
    min-height: 415px;
    padding: 25px 25px !important;
    color: #fff;
    box-shadow: 4px 4px 10px 1px #acacac;
}

.consultant-img {
    box-shadow: 4px 4px 10px 1px #acacac;
    min-height: 413px;
}

#post-35 {
    background: #eee;
}

#post-35 .panel-grid-cell {
    position: relative;
}

.whyus-box {
    margin-top: 50px;
    text-align: center;
}

.whyus-box h5, .whyus-box h3 {
    font-size: 19px;
    color: #74491e;
    line-height: 1.5;
    text-transform: uppercase;
    background: url(images/img/yello-border-img.png) no-repeat center bottom;
    min-height: 75px;
    margin-bottom: 20px !important;
}

.whyus-box h5:after, .whyus-box h3:after {
    border-bottom: 2px solid #fff160;
    width: 85px;
    text-align: center;
}

.whyus-box p {
    font-size: 14.5px;
    font-weight: bold;
    line-height: 28px;
}

.why-us-box-1:before, .why-us-box-2:before, .why-us-box-3:before, .why-us-box-4:before, .why-us-box-5:before, .why-us-box-6:before {
    content: "";
    background: url(images/img/book-icon-1.png) no-repeat;
    width: 122px;
    height: 122px;
    display: block;
    border-radius: 100%;
    box-shadow: 1px 1px 5px 0px #acacac;
    transform: translateY(-70%);
    position: absolute;
    left: 33.33%;
}

.why-us-box-2:before {
    background: url(images/img/communication-icon.png) no-repeat;
}

.why-us-box-3:before {
    background: url(images/img/contact-icon.png) no-repeat;
}

.why-us-box-4:before {
    background: url(images/img/excellent-icon.png) no-repeat;
}

.why-us-box-5:before {
    background: url(images/img/language-icon.png) no-repeat;
}

.why-us-box-6:before {
    background: url(images/img/calendar-icon.png) no-repeat;
}

.whyus-info-box h5, .whyus-info-box h3 {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-align: justify;
    text-transform: uppercase;
}

ul.brown-list {
    padding-left: 25px;
    list-style-type: none;
}

ul.brown-list li {
    background: url(images/img/brown-list-icon.png) no-repeat left 11px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
}

.whyus-info-box ul.yellow-arrows {
    padding-left: 5px;
}

.whyus-info-box ul.yellow-arrows li {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    background-position: left 19px;
    line-height: 45px;
    text-align: left !important;
}

.whyus-info-box .btn {
    margin-left: 10px;
    color: #74491e;
    font-size: 20px;
    padding: 15px 46px;
}

.partners-box .btn {
    margin-left: 10px;
    color: #74491e;
    font-size: 20px;
    padding: 10px 20px;
    position: absolute;
    bottom: 30px;
}

.whyus-info-box2 p {
    font-size: 25px;
    margin-top: 1px;
}

.whyus-info-box20 {
    margin-top: 20px !important;
}

.whyus-info-box2 ul.yellow-arrows li, .whyus-info-box3 ul.yellow-arrows li, .whyus-info-box4 ul.yellow-arrows li, .whyus-info-box5 ul.yellow-arrows li, .whyus-info-box6 ul.yellow-arrows li, .whyus-info-box7 ul.yellow-arrows li, .whyus-info-box8 ul.yellow-arrows li, .whyus-info-box9 ul.yellow-arrows li, .whyus-info-box10 ul.yellow-arrows li, .whyus-info-box11 ul.yellow-arrows li, .whyus-info-box12 ul.yellow-arrows li, .whyus-info-box13 ul.yellow-arrows li, .whyus-info-box14 ul.yellow-arrows li, .whyus-info-box15 ul.yellow-arrows li, .whyus-info-box16 ul.yellow-arrows li, .whyus-info-box17 ul.yellow-arrows li, .whyus-info-box17 ul.yellow-arrows li, .whyus-info-box18 ul.yellow-arrows li, .whyus-info-box19 ul.yellow-arrows li, .whyus-info-box20 ul.yellow-arrows li, .whyus-info-box21 ul.yellow-arrows li {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    padding-left: 20px;
    background-position: left 7px;
    line-height: 24px;
    text-align: left;
}

.whyus-info-box3 h5, .whyus-info-box4 h5, .whyus-info-box5 h5, .whyus-info-box6 h5, .whyus-info-box7 h5, .whyus-info-box8 h5, .whyus-info-box9 h5, .whyus-info-box10 h5, .whyus-info-box11 h5, .whyus-info-box12 h5, .whyus-info-box13 h5, .whyus-info-box14 h5, .whyus-info-box15 h5, .whyus-info-box16 h5, .whyus-info-box17 h5, .whyus-info-box18 h5, .whyus-info-box19 h5, .whyus-info-box20 h5, .whyus-info-box21 h5 {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.whyus-info-box2 .btn {
    margin-left: 0px;
    color: #74491e;
    font-size: 20px;
    padding: 8px 40px;
}

.whyus-info-box4 .btn {
    margin-left: 0px;
    color: #74491e;
    font-size: 20px;
    padding: 8px 40px;
}

.whyus-info-box7 .btn {
    margin-left: 0px;
    color: #74491e;
    font-size: 20px;
    padding: 8px 40px;
}

/*Language translation CSS*/
.page-id-31 header.entry-header.main .title .entry-title {
    font-size: 48px;
}

.page-id-31 #pg-31-3 {
    margin-top: 40px !important;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    border-radius: 4px;
}

#slider p {
    margin: 0px;
}

#slider ul {
    position: relative;
    margin: 0 auto !important;
    padding: 0 0 0 24px;
    height: 80px;
    list-style: none;
    width: 1200px !important;
    height: 102px;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    padding: 0;
    width: 84px;
    background: none;
    text-align: center;
    line-height: 70px;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    padding: 0;
    width: 25px;
    background: url(images/img/slider-prev-icon.png) no-repeat left center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_next {
    background: url(images/img/slider-next-icon.png)no-repeat right center;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.langAlphaList .langAlphaListRight ul li {
    position: relative;
    list-style-type: none;
    float: left;
    width: 88px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: center;
}

.langAlphaList .langAlphaListRight ul li a {
    text-decoration: none;
    line-height: 70px;
    display: block;
    text-align: center;
    list-style-type: none;
    width: 88px;
    min-height: 77px;
    font-size: 29px;
    font-weight: 500;
    color: #421f00;
    background: #f6f3f3;
    border-bottom: 2px solid #421f00;
    box-shadow: 1px 2px 12px 1px #acacac;
}

.langAlphaList .langAlphaListRight ul li a:hover, .langAlphaList .langAlphaListRight ul li a.selected {
    color: #fff160;
    background: #313131;
    border-bottom: 2px solid #fff160;
}

.language-translations .widget-title {
    text-align: center;
    text-transform: uppercase;
}

.language-translations {
    font-size: 16px;
    font-weight: 500;
}

.alpha-languages-box {
    box-shadow: 1px 1px 6px 1px #212121;
    background: #74491e;
    color: #fff;
    padding-bottom: 35px;
    position: relative;
    min-height: 438px !important;
    display: block;
}

.langLanguageList .langAlphaTitle {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
}

.langAlphaTitle {
    position: absolute;
    top: -12%;
    left: 40%;
    background: #74491e;
    padding: 20px 25px;
    margin: 0px;
    color: #fff160;
    border-bottom: 2px solid #fff160;
}

.langAlphaTitle.langAlphaTitleTop10 {
    top: -10%;
}

.languages-show {
    padding-top: 45px;
}

.languages-show ul, .quality-box .whyus-info-box ul {
    padding-left: 15px;
    text-align: left;
}

.languages-show ul li, .quality-box .whyus-info-box ul li, .services-sub-section .languages-show ul li {
    background: url(images/img/yello-list-icon.png) no-repeat left center;
    list-style: none;
    padding-left: 20px;
    line-height: 30px;
}

.quality-box .whyus-info-box ul li {
    font-size: 14.5px;
    line-height: 22px;
    padding-bottom: 5px;
    background-position: left 9px;
}

.quality-box ul.yellow-arrows li {
    color: #fff !important;
}

.image-box {
    text-align: center;
}

.center-image-box img {
    box-shadow: 1px 1px 6px 1px #212121;
    width: 100%;
}

.quality-box {
    position: relative;
    background: #74491e;
    color: #fff;
    min-height: 438px !important;
    box-shadow: 1px 1px 6px 1px #212121;
}

.quality-box .whyus-box {
    text-align: left;
    margin-top: 45px;
}

.quality-box.right-menu .whyus-box {
    margin-top: 0px;
}

.quality-box.right-menu .whyus-info-box ul.yellow-arrows {
    padding-left: 0px !important;
    margin-top: 0px;
}

.quality-box .whyus-info-box h5 {
    font-size: 19px;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    background: none;
    min-height: auto;
}

.three-boxes h3.widget-title {
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    background: none;
    min-height: auto;
}

.three-boxes .quality-box h3.widget-title {
    color: #fff !important;
    font-size: 24px;
}

.quality-box .whyus-info-box .btn {
    padding: 10px 45px;
    position: absolute;
    bottom: 30px;
    left: 12%;
}

.partners-box {
    padding: 0px 30px;
}

.partners-box p {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
}

.area-of-low-section {
    padding: 0px 100px;
}

.area-of-low-section ul.brown-list li {
    color: #212121;
}

.quality-box.right-menu h3.widget-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 400;
}

.area-of-low-section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.quality-box.right-menu .whyus-info-box ul li.submenu-menu-item {
    padding-bottom: 10px;
}

li.submenu-menu-item a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    line-height: 28px;
    padding: 3px 0px 5px 0px;
}

.page-id-27 .langAlphaList {
    margin: 0px auto;
}

.page-id-27 .langAlphaList .alphabateList .areas-carousel .owl-item {
    position: relative;
    list-style-type: none;
    float: left;
    width: 88px !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 39px;
    margin-right: 10px;
    text-align: center;
}

.page-id-27 .langAlphaList .alphabateList .areas-carousel .owl-item a {
    text-decoration: none;
    line-height: 70px;
    display: block;
    text-align: center;
    list-style-type: none;
    width: 88px;
    min-height: 77px;
    font-size: 29px;
    font-weight: 500;
    color: #421f00;
    background: #f6f3f3;
    border-bottom: 2px solid #421f00;
    box-shadow: 1px 2px 12px 1px #acacac;
}

.page-id-27 .langAlphaList .alphabateList .areas-carousel .owl-item a:hover, .page-id-27 .langAlphaList .alphabateList .areas-carousel .owl-item a.selected {
    color: #fff160;
    background: #313131;
    border-bottom: 2px solid #fff160;
}

.page-id-27 .owl-carousel .owl-stage-outer {
    height: 100px !important;
}

.page-id-27 .owl-theme .owl-nav {
    position: relative
}

.page-id-27 .owl-prev, .page-id-27.owl-theme .owl-nav .disabled {
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(images/img/gray-prev-icon.png) no-repeat left center !important;
    left: -35px;
    top: -92px;
}

.page-id-27 .owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(images/img/gray-next-icon.png)no-repeat right center !important;
    right: -32px;
    top: -92px;
}

.services-sub-section {
    padding: 10px 0px 10px 0px;
}

#pl-27 {
    margin-top: 40px;
}

.services-sub-section .three-grid-block.width30 {
    width: 30%;
    padding: 0 25px;
    float: left;
}

.services-sub-section .three-grid-block.width40 {
    width: 40%;
    padding: 0 25px;
    float: left;
}

.page-id-27 .alpha-languages-box.bgGray, .page-id-27 .quality-box.bgGray {
    background: #313131 !important;
    min-height: 343px !important;
    box-shadow: 1px 1px 6px 1px #212121;
}

.page-id-27 .alpha-languages-box.bgGray .langAlphaTitle {
    background: #313131 !important
}

.row.width1250 {
    width: 1250px;
}

.page-id-27 .alpha-languages-box.bgGray .middle-block-inner, .page-id-27 .services-sub-section .quality-box .whyus-box {
    text-align: center;
}

/*Certified-legal-translations CSS here*/
.certified-legal-translations p {
    font-size: 16px;
    line-height: 22px;
}

.three-boxes .quality-box .so-widget-sow-editor {
    padding: 45px 20px 20px 20px;
}

.three-boxes .quality-box .so-widget-sow-editor ul li {
    padding-bottom: 10px;
}

.three-boxes-submenu-list .quality-box .so-widget-sow-editor {
    padding: 30px 20px 20px 20px;
}

.three-boxes-submenu-list .quality-box .so-widget-sow-editor ul li {
    padding-bottom: 20px;
}

.three-boxes-submenu-list .quality-box .so-widget-sow-editor ul li a {
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
    text-decoration: none;
}

.three-boxes-submenu-list .quality-box .so-widget-sow-editor ul li a:hover {
    color: #fff160;
    text-decoration: underline;
}

.three-boxes-submenu-list .quality-box .whyus-box {
    margin-top: 0px;
}

.contact-us-page {
    text-align: center;
}

.contact-us-page p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.border-bottom-row {
    border-bottom: 1px solid #eeeeee;
}

.contact-heading-info h1.contact-heading {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    color: #75481f;
}

.contact-address-box {
    text-align: center;
}

.contact-address-box p, .contact-address-box p a {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    text-decoration: none;
}

.icon-box .fa {
    font-size: 65px;
}

.contact-h2-heading {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #75481f;
}

/*Testimonials CSS*/
.testimonials-page {}

.testimonials {
    width: 100%;
}

.testimonials-page #pgc-37-0-0, .testimonials-page #pg-37-1 .panel-grid-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.testimonials-page .testimonials .testimonial {
    display: block;
    width: 90%;
    height: 100px;
    background: #ffffff;
    min-height: 150px;
    padding: 30px 0px;
    margin: 20px 0px;
}

.testimonials-page .testimonials .testimonial:nth-of-type(odd) {
    float: left;
    border-radius: 0px 75px 75px 0px;
}

.testimonials-page .testimonials .testimonial:nth-of-type(even) {
    float: right;
    border-radius: 75px 0px 0px 75px;
}

.testimonials-page .testimonials .testimonial .testimonial-wrapper {
    color: #75491c;
    font-size: 16px;
    position: relative;
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
}

.testimonials-page .testimonials .testimonial span.title {
    width: 25%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-page .testimonials .testimonial:nth-of-type(odd) .testimonial-wrapper {
    background: url(images/img/border-pipe-img.jpg) repeat-y left top;
    float: right;
    padding-right: 50px;
    padding-left: 50px;
}

.testimonials-page .testimonials .testimonial:nth-of-type(odd) span.title {
    float: left;
    padding-left: 25px;
}

.testimonials-page .testimonials .testimonial:nth-of-type(even) .testimonial-wrapper {
    background: url(images/img/border-pipe-img.jpg) repeat-y right top;
    float: left;
    padding-right: 50px;
    padding-left: 50px;
}

.testimonials-page .testimonial-text, .testimonials-page .inside {
    height: auto;
    display: block;
}

.testimonials-page .testimonials .testimonial:nth-of-type(even) span.title {
    float: right;
    padding-right: 25px;
}

.testimonials-page .testimonial-title {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.testimonials-page span.title a {
    color: #212121;
    text-decoration: none;
}

.testimonials-page .testimonials .testimonial .testimonial-wrapper:before {
    content: "\201C";
    font-family: 'Fontawesome';
    float: left;
    margin-left: -15px;
    margin-top: -42px;
    font-size: 70px;
    color: #75491c;
}

.testimonials-page .testimonials .testimonial .testimonial-wrapper:after {
    content: '\201D';
    font-family: 'Fontawesome';
    float: right;
    right: 40px;
    font-size: 70px;
    top: 35px;
    color: #75491c;
    position: absolute;
}

/*FAQ page CSS*/
body.page-id-39 {
    background: #f2f3f8;
}

ul#filter-nav {
    list-style: none;
    background: #74491e;
    padding: 10px 0px 10px 0px;
}

ul#filter-nav li {
    list-style: none;
    padding: 0px 0px 0px 8px;
}

ul#filter-nav li a.btn.btn-notsure {
    border-bottom: 1px solid #fff !important;
    display: block;
    background: #74491e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
}

ul#filter-nav li a.btn.btn-notsure.selected {
    background: #fff;
    color: #74491e;
}

ul#filter-nav li:last-child a.btn.btn-notsure {
    border-bottom: none !important;
}

.project.small, .ourFirmBox, .ac-container {
    width: 100%;
}

.accordion-head {
    cursor: pointer;
    background: #fff url('images/img/yellow-plus-icon.png') no-repeat right top;
    padding: 27px 50px 27px 30px;
    border-radius: 10px 10px 10px 10px;
    border-bottom: 1px solid #eee;
    margin: 13px 0px;
    box-shadow: 0px 3px 3px 0px #acacac;
}

.accordion-head.open {
    background: #fff url('images/img/yellow-minus-icon.png') no-repeat right top;
    border-radius: 10px 10px 0 0 !important;
    box-shadow: 0px 1px 3px 0px #acacac !important;
}

.accordion-head h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
}

.accordion-body {
    background: #fff;
    padding: 25px 50px;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 3px 0px #acacac;
    margin-top: -13px;
    position: relative;
    z-index: 999;
}

.faq_images {
    text-align: center;
}

.faq_images img {
    box-shadow: 1px 3px 5px 1px #acacac;
    width: 100%;
    height: auto;
}

/*Side buttons*/
.get-back-btn {
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.get-back-btn:hover {
    text-decoration: none;
}

.get-back-btn {
    background-color: #313131;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    position: fixed;
    left: -61px;
    top: 50%;
    width: 160px;
    height: auto;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0.4em 1.2em;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -os-transition: all 0.5s ease-in-out 0s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -os-transform: rotate(90deg);
    z-index: 9999;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.callback-wrapper-instant-quote.open {
    right: 0px;
}

.callback-wrapper-instant-quote {
    position: fixed;
    right: -315px;
    width: 300px;
    min-height: 357px;
    z-index: 1001;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display: flex;
    align-content: center;
    flex-flow: wrap;

}
@media (max-height: 799px) { 
	.callback-wrapper-instant-quote .floating-callback-inner {
		height: 100dvh;
		overflow-y: auto;
	}
}
label a {
    color: #ffffff !important;
    font-weight: 300 !important;
}
.callback-wrapper-instant-quote .floating-callback-inner {
    background: #4c4c4c repeat;
    padding: 30px 20px 5px 20px;
    text-shadow: 1px 1px 1px #3C3C3C;
    color: #e8e8e8;
    padding-right: 50px;
	box-shadow: 0px 0px 5px rgb(21, 21, 21);
}

.callback-wrapper-instant-quote .floating-callback-inner>.close-box {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0px;
    color: #fff;
    width: 37px;
    padding-top: 0px;
    font-size: 22px;
    background: #313131;
    height: 28px;
    text-align: center;
    opacity: 1;
}

.callback-wrapper-instant-quote .drop_uploader.drop_zone .text {
    font-family: "Raleway";
    font-size: 14px;
    color: #9b9b9b;
}

.callback-wrapper.open {
    left: 0px;
}

.callback-wrapper {
    position: fixed;
    left: -315px;
    width: 300px;
    min-height: 357px;
    z-index: 1001;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
	overflow-y: auto;
	height: 100%;
	display: flex;
    align-content: center;
    flex-flow: wrap;
}
.floating-callback-inner {
    position: relative;
}

.callback-wrapper .floating-callback-inner {
    background: #4c4c4c repeat;
    padding: 30px 20px 5px 20px;
    color: #e8e8e8;
    padding-left: 50px;
	 box-shadow: 0px 0px 5px rgb(21, 21, 21);
}

.row.eq-parent .pricing-plan-box.eq-child .pricing-header .pricing-box {
    font-weight: 800;
    color: #fff160;
    font-size: 52px;
    display: block;
    line-height: 52px;
    position: relative;
	max-width: 240px;
    margin: 30px auto !important;
}

.callback-wrapper .floating-callback-inner>.close-box {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 0px;
    color: #fff;
    width: 37px;
    padding-top: 0px;
    font-size: 22px;
    background: #313131;
    height: 28px !important;
    text-align: center;
    opacity: 1;
}

.close-box {
    z-index: 999;
    float: right;
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    position: relative;
    margin-top: -8px;
}

.get-back-btn.feedback-btn {
    left: inherit;
    right: -88px;
}

.get-back-btn.feedback-btn {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -os-transform: rotate(-90deg);
}

.get-back-btn {
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.get-back-btn {
    background-color: #313131;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    position: fixed;
    left: -89px;
    top: 50%;
    width: 215px;
    height: auto;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0.4em 1.2em;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -os-transition: all 0.5s ease-in-out 0s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -os-transform: rotate(-90deg);
    z-index: 9999;
}

.why-us-wrapper .thumbs.clearfix {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
    transition: none !important;
    min-height: 350px;
}

.body-wrap {
    max-width: 100% !important;
}

.entry-content, .entry-footer, .entry-summary {
    max-width: 100% !important;
}

.type-page .body-wrap.why-us-wrapper .small {
    width: 100%;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}

.get-quote-form-new, #instant-get-quote .modal-content {
    background: #4c4c4c repeat !important;
    border: 0px !important;
    border-radius: 0px !important
}

#instant-get-quote .modal-content button.close-box {
    background: #fff160 !important;
    color: #5b3d20 !important;
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-top: -15px;
    margin-right: -15px;
    border-radius: 0px;
    opacity: 1 !important;
}

#instant-get-quote #drop_uploader_2 a {
    color: #fff !important;
}

#instant-get-quote .modal-content h4.modal-title {
    color: #fff !important;
}

/*Ends here*/
body .SnapABug_Button {
    bottom: -5px;
    top: auto !important;
    left: 80% !important;
}

/*-- Service sub pages Added on 03-10-2018 --*/
.black-btn {
    background: #2d2d2d;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 5px 30px;
    text-align: center;
}

.services-sub-section {
    max-width: 1257px;
    margin: 0 auto;
}

.services-sub-section .row {
    display: table;
    width: 100%
}

.services-sub-section .row:after, .services-sub-section .row:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services-sub-section .row:after, .services-sub-section .row:before {
    display: table;
    content: " ";
}

.services-sub-section .three-grid-block {
    width: 33.3%;
    padding: 0 15px;
    float: left;
}

.services-sub-section .three-grid-block.padd-left-none {
    padding-left: 0;
}

.services-sub-section .top-mid-box h2 {
    color: #74491e;
    font-size: 30px;
}

.services-sub-section .top-mid-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.services-sub-section .top-mid-box ul li {
    background: url(images/right-icon.jpg) no-repeat left top;
    padding: 0 0 0 40px;
    background-size: 30px;
    margin: 0 0 10px 0
}

.services-sub-section .top-mid-box ul li a {
    display: block;
    color: #000;
    font-size: 14px;
}

.services-sub-section .top-mid-box .btn-section {
    text-align: center;
}

.services-mid-section {
    padding: 21px 0 0 0
}

.services-mid-section h2 {
    color: #101010;
    font-size: 25px;
    margin: 0 0 24px 0;
    line-height: 25px;
}

.services-mid-section p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0
}

.services-mid-section ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
    list-style: none;
}

.services-mid-section ul li {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 23px;
}

.services-mid-section ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.services-mid-section ul li a {
    color: #000;
    font-size: 18px;
}

.services-bottom-section {
    max-height: 416px;
    overflow: hidden;
}

.services-bottom-section .three-cell-block {
    display: table-cell;
    width: 33.3%;
    vertical-align: top
}

.services-bottom-section .black-box {
    background: #535353;
}

.services-bottom-section .black-box .top-mid-box {
    padding: 65px 70px;
    color: #fff;
    font-size: 23px;
}

.services-bottom-section .black-box .top-mid-box p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #fff
}

.service-home {
    max-width: 1500px;
    margin: 0 auto;
}

.service-home .service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-home .service-list li {
    width: 33.33%;
    text-align: left;
    position: relative;
    float: left;
    padding: 0 25px 25px;
    margin-bottom: 20px;
    box-sizing: border-box;
    min-height: 410px;
}
.body-wrap .service-home .service-list li {
    padding: 0 15px 25px;
}


.service-home .service-list li:nth-child(3n+1) {
    clear: both;
}

.service-home .service-list li.service-block-big {
    width: 60%;
}

/*.service-home .service-list li a{width:100%;display:block; font-size:20px;padding:0;}*/
.service-home .service-list li h4 {
    font-size: 20px;
    color: #212121;
    margin: 1px 0px;
    font-weight: normal;
}

.service-home .service-list li p {
    font-weight: 600;
    font-size: 15px;
    color: #212121;
    line-height: 25px;
    padding-bottom: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

/*.service-home .service-list li a.service-read-more{font-size: 18px; color: #FFF; background: #72471B; border-radius: 5px; padding: 7px 32px 9px 32px; display: inline-block; text-align: center; width: auto; line-height: 1.8em; position: absolute; bottom: 0; left: 10px;}*/
/*.service-home .service-list li a.service-read-more:hover{background-color: #73381C; color: #fbeb3f;}*/
.service-home .service-list li.light-brown-color {
    background: #73491d;
}

.service-home .service-list li.light-brown-color a {
    color: #fff;
}

.service-home .service-list li.black-color {
    background: #2d2d2d;
}

.service-home .service-list li.black-color a {
    color: #fff;
}

.service-home .service-list li.white-color {
    background: #fff;
}

.service-home .service-list li.white-color a {
    color: #000;
}

.service-home .service-list li .service-list-img {
    margin: 0 0 0px 0;
    position: relative;
    max-height: 410px
}

.service-home .service-list li .service-list-img .service-icon {
    position: absolute;
    bottom: 17px;
    left: 17px;
    z-index: 99;
    color: #FFF;
    font-size: 25px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-home .service-list li .service-list-img img.service-image {
    opacity: 0.15;
    width: 100%;
    max-width: 100%;
    max-height: 340px;
    display: block;
}
/*.service-home .service-list li .service-list-img a:before {
	background-color: rgba(114, 71, 27, 0.8);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.service-home .service-list li .service-list-img a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-left: 48px solid rgba(0, 0, 0, 0.7);
	border-right: 48px solid transparent;
	border-bottom: 48px solid rgba(0, 0, 0, 0.7);
	border-top: 48px solid transparent;
	z-index: 9;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}*/

.service-home .service-list li:hover .service-list-img .service-icon,
.service-home .service-list li:hover .service-list-img a:before,
.service-home .service-list li:hover .service-list-img a:after {
	opacity: 1;
}
.service-home .service-list li.service-block-big img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .service-home .service-list li {
        width: 50%;
        text-align: center;
        position: relative;
        min-height: 456px;
    }

    .service-home .service-list li:nth-child(2n+1) {
        clear: both;
    }

    .service-home .service-list li:nth-child(3n+1) {
        clear: none;
    }

    .service-home .service-list li a {
        font-size: 0.95em;
    }

    .panel-row-style {
        overflow: hidden;
    }

    .service-home .service-list li a.service-read-more {
        padding: 7px 21px 9px 21px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 768px) {
    div#pgc-503-1-0, div#pgc-497-1-0, div#pgc-503-1-0, div#pgc-500-1-0, div#pgc-497-1-0, div#pgc-507-1-0 {
        padding-top: 3px;
    }

    #pg-503-0 {
        margin-bottom: 20px !important;
    }

    .quality-box.legal-box {
        min-height: 400px !important;
    }

    .quality-box {
        margin-bottom: 20px;
    }

    .three-cell-block img {
        margin: 0px 0px !important;
    }

    div#pgc-507-1-1, div#pgc-505-1-1, div#pgc-503-1-1, div#pgc-500-1-1, div#pgc-497-1-1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    div#panel-507-1-2-0 .quality-box, div#pgc-505-1-2 .quality-box, div#pgc-503-1-2 .quality-box, div#pgc-500-1-2 .quality-box, div#pgc-497-1-2 .quality-box {
        margin-bottom: 0px !important;
    }

    .quality-box {
        min-height: 300px !important;
    }

    .center-image-box.panel-widget-style {
        padding-bottom: 10px !important;
    }

    .blog .sidebar {
        padding: 15px;
        width: 100% !important;
    }

    .blog .content-main {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px 15px;
    }

    .service-home .service-list li {
        max-height: 456px;
        min-height: auto;
    }

    .service-home .service-list li img, .services-sub-section .three-grid-block, .service-home .service-list li.service-block-big, .services-bottom-section .three-cell-block, .services-sub-section .three-grid-block img, .services-bottom-section .three-cell-block img {
        width: 100%;
    }

    .services-bottom-section .three-cell-block {
        display: block;
    }

    .services-bottom-section {
        max-height: inherit;
    }

    .service-home .service-list li a {
        font-size: 15px;
        line-height: normal;
    }

    .service-home .service-list li.service-block-big img {
        position: absolute;
        transform: translateY(-50%);
        top: 42%;
        width: 100%;
        display: block;
        left: 0;
    }

    .why-us-box-1:before, .why-us-box-2:before, .why-us-box-3:before, .why-us-box-4:before, .why-us-box-5:before, .why-us-box-6:before {
        left: 42% !important;
    }

    .pricing-plan-section .pricing-plan-box ul {
        text-align: center;
    }

    .pricing-plan-section .pricing-plan-box .pricing-header .pricing-box sup {
        left: 42%;
    }

    .pricing-plan-section .pricing-plan-box .pricing-header .pricing-box sub {
        right: 47%;
    }

    .image-box, .center-image-box {
        margin: 15px 0px;
        min-height: auto !important;
    }

    .alpha-languages-box {
        margin-top: 20px;
    }

    .partners-box .btn {
        margin-left: 0px;
    }

    .services-box {
        min-height: 485px;
    }

    ul li.quote-form-home-page {
        /*width:100%;*/
    }

    .certification-section ul li .certification-box {
        min-height: 100%;
    }

    .banner-contact-form {
        min-height: 500px;
    }

    .quote-form .group-box {
        margin: 0px !important;
    }

    body.page-id-25 .panel-widget-style {
        padding: 30px 25px 30px 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .service-home {
        margin-bottom: 2em;
        display: table;
        width: 100%;
    }

    .service-home .service-list {
        display: inline;
        overflow: hidden;
        width: 100%;
    }

    .service-home .service-list li.service-block-black {
        display: none;
    }

    .service-home .service-list li {
        width: 100%;
        display: block;
        float: left;
        max-height: inherit;
    }

    .service-home .service-list li.service-block-big {
        height: 220px;
    }

    .services-sub-section .three-grid-block {
        padding-right: 0px;
        padding-left: 0px;
    }

    .why-us-box-1:before, .why-us-box-2:before, .why-us-box-3:before, .why-us-box-4:before, .why-us-box-5:before, .why-us-box-6:before {
        left: 33.33% !important;
    }
}

@media only screen and (min-width: 767px) and (max-width:768px) {
    button#responsive-menu-button {
        width: 40px !important;
        height: 40px !important;
        top: 53px !important;
    }
}

/*flIP CONTAINER*/
.flip-container {
    position: relative;
    width: 100%;
}

.flip-container .round-icon {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-height: 50%;
    height: 160px;
}

img.small-icon {
    max-height: 100px !important;
    width: 100px !important;
    height: 100px;
    text-align: center;
}

.flip-container .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    box-shadow: 3px 3px 5px 0px #acacac;
}

.service-home .service-list li .flip-container:hover .service-list-img img.service-image {
    opacity: 1
}

.flip-container .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.flip-container .front-txt {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px 15px;
}

.flip-container:hover .image {
    opacity: 0.3;
}

.flip-container:hover .front-txt {
    opacity: 0;
}

.flip-container:hover .middle {
    opacity: 1;
}

.flip-container .text {
    background-color: #fff160;
    color: #734b1d;
    font-size: 16px;
    padding: 6px 32px;
}

.flip-container .text a {
    color: #734b1d;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.flip-container .text a:hover {
    color: #fff;
}

.flip-container .text:hover {
    background: #383838;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/*Flip contailner ends here*/
.testimonials-services .testimonial-heading {
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 37px;
    text-transform: uppercase;
}

.testimonials-services .testimonials-carousel .testimonial-text {
    text-align: center;
}

.testimonials-services .testimonials-carousel .testimonial-text a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
}

.testimonials-services .testimonials-carousel .owl-item .testimonial-text {
    background: #74491e;
    width: 654px;
    padding: 30px 45px;
    margin: 0px auto;
}

.testimonials-services .testimonials-carousel span.title {
    color: #fff;
}

.testimonials-services .testimonials-carousel .testimonial-wrapper {
    padding: 10px 0px 25px 0px;
    margin: 10px 0px 25px 0px;
    background: url(images/img/yellow-testimonial-border-img.jpg) no-repeat bottom center;
}

.testimonials-services .testimonials-carousel .testimonial-title span {
    font-size: 16px;
    font-weight: 600;
}

.testimonials-services .testimonials-carousel span.title a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.testimonials-services .testimonial-icon-box {
    text-align: center;
    background: url(images/img/yellow-dot-1X1.png) repeat-x center left;
}

.testimonials-services .testimonials-carousel.owl-carousel .owl-item img.comma-icon {
    width: 94px;
    height: 94px;
    margin: 0px auto;
}

.testimonials-services .testimonial-icon-box-inner {
    width: 125px;
    margin: 0px auto;
    background: #74491e;
}

.testimonials-services .testimonial-item-outer-wapper {
    background: url(images/img/testimonials-outer-bg.jpg) repeat-x center left;
    width: 875px;
    margin: auto;
}

.testimonials-services .testimonials-carousel.owl-theme .owl-nav .owl-prev {
    color: transparent;
    font-size: 14px;
    margin: 5px;
    padding: 6px 15px;
    background: url(images/img/testimonial-nav-left.png) no-repeat center center transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.testimonials-services .testimonials-carousel.owl-theme .owl-nav .owl-next {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 6px 15px;
    background: url(images/img/testimonial-nav-right.png) no-repeat center center transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

/* -- Case Study -- */
#pgc-235-2-0 {
    padding: 0px !important;
}

.case-study-page {
    max-width: 100%;
    padding: 0 0px 0 0;
    margin: 0 auto 0px;
}

.case-study-page-inner {
    border: 0px solid #CCC;
    padding: 0px;
}

.case-study-page .case-study-carousel {}

.case-study-carousel-img {
    float: left;
    width: 47.5%;
}

.case-study-page-content {
    float: left;
    width: 52.5%;
    background-color: #fff;
    padding: 0 0 0 20px;
    position: relative;
    min-height: 588px;
}

.case-study-wrapper {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0;
    position: relative;
}

.case-study-title {
    font-weight: 600;
    color: #212121 !important;
    text-transform: capitalize;
    text-align: left;
    padding: 50px 0px 30px 0px;
}

.case-study-wrapper p {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    line-height: 26px;
    font-weight: 500;
}

.case-study-carousel.owl-carousel .owl-item img {
    width: auto;
}

.case-study-carousel.owl-carousel .owl-dots {
    text-align: center;
}

.case-study-carousel.owl-carousel .owl-dots .owl-dot span {
    margin: 5px;
}

.case-study-carousel.owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #73481c;
}

.case-study-carousel.owl-carousel .owl-nav {
    position: relative;
    margin: 0 auto;
    width: 133px;
}

.case-study-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.case-study-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.case-study-carousel.owl-carousel .owl-nav .owl-prev, .case-study-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 6px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    width: 22px;
    height: 20px;
    background: none;
}

.case-study-carousel.owl-carousel .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid #73481c;
    border-bottom: 6px solid transparent;
    font-size: 15px;
}

.case-study-carousel.owl-carousel .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #73481c;
    border-bottom: 6px solid transparent;
    font-size: 15px;
}

.case-study-carousel.owl-carousel .owl-nav .owl-prev:hover, .case-study-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: none;
}

.read-more-case {
    margin-bottom: 12px;
    margin-top: 25px;
}

.read-more-case a.btn {
    margin: 0 auto;
    color: #734b1d;
    text-transform: uppercase;
}

.read-more-case a.btn:hover {
    color: #fff;
}

.more-case-content {
    display: none;
}

/* -- // Case Study -- */
.blog .sidebar {
    background: #f9f9f9;
    /*padding: 15px;*/
    width: 30%;
}

.blogs-title {
    color: #fff !important;
}

aside.sidebar {
    width: 25%;
    padding: 0;
    float: right;
}

.blog .content-main {
    width: 67%;
    max-width: 67%; 
    float: left;
}

body.blog #posts-scroll article:nth-child(odd) {
    width: 100%;
    float: left;
    padding: 45px 25px;
    background: #edebec;
}

body.blog #posts-scroll article:nth-child(even) {
    width: 100%;
    float: left;
    padding: 45px 25px;
    background: #fff;
}

body.blog #posts-scroll article:nth-child(odd) .featured-image {
    float: left;
}

body.blog #posts-scroll article:nth-child(even) .post-details {
    float: left !important;
}

body.blog #posts-scroll article:nth-child(odd) .post-details {
    float: right !important;
}

body.blog #posts-scroll article:nth-child(even) .featured-image {
    float: right !important;
}

#posts-scroll.featured-image img {
    border: 5px solid #fff160;
}

#posts-scroll .top-title-section h2.entry-title a, #posts-scroll .top-title-section h2.entry-title, body.search-results .entry-content article .entry-header h2.entry-title, body.search-results .entry-content article .entry-header h2.entry-title a {
    font-size: 26px;
    font-weight: 500;
    color: #77481e;
    text-decoration: none;
    margin: 10px 0px;
    line-height: 28px;
}

body.blog #posts-scroll .entry-content a, body.category-blog #posts-scroll .entry-content a {
    background: #fff160;
    text-decoration: none;
    color: #334752;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 12px;
    display: block;
    margin: 10px 0;
    width: 112px;
}
.mt-20 {
	margin-top: 20px !important;
}
body.blog #posts-scroll .entry-content a:hover, body.category-blog #posts-scroll .entry-content a:hover {
    background-color: #333;
    color: #fff;
}

#posts-scroll article:nth-child(odd) .post-details .entry-content a {
    float: right !important;
}

#posts-scroll article:nth-child(even) .post-details .entry-content a {
    float: none !important;
    margin-left: 0px !important;
}

#posts-scroll span.meta-description {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

#posts-scroll span.meta-description, #posts-scroll span.meta-description a {
    color: #77481e;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

#posts-scroll span.meta-description span:after {
    content: " | ";
}

#posts-scroll span.meta-description .comments-link:after {
    content: "";
}

.share-txt {
    color: #212121;
    margin: 20px 0px;
    width: auto;
    display: inline;
    font-size: 16px;
    font-weight: 500;
}

.share-icons {
    position: relative;
    color: #212121;
    margin: 10px 0px;
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    /* float: left; */
    align-items: center;
}

.norm_row.sfsi_wDiv {
    display: inline-block;
}

.sfsi_widget {
    display: inline-block;
	min-height: 37px !important;
}

.whyus-info-box h5 {
    text-align: center;
}

/***********side bar cross button and send button***************/
input.wpcf7-form-control.wpcf7-submit.btn {
    background-color: #fff160;
    color: #75481f;
    font-weight: 600
}

.wpcf7-submit.btn:hover {
    background-color: black !important;
    color: #fff !important;
}

a.close-box {
    color: #5b3d20 !important;
    background-color: #fff160 !important;
    text-decoration: none;
    line-height: 30px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 104px;
}

.get-quote-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 35px;
}

/****************************end**********************************/
/****************************right side bar recent posts**************/
.post-content-box.content.large-7.medium-7.small-12.columns h3 {
    font-size: 16px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
}

.post-content-box span.meta {
    color: #74491e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
}

.post-content-box.content.large-7.medium-7.small-12.columns h3 a {
    text-decoration: none;
    color: #7c7c7c !important;
    font-size: 16px;
    font-weight: 600;
}

.large-5.medium-5.small-12.columns.post-thumbnails a img {
    border-radius: 5px;
    margin: 15px;
    border: 4px solid #FFF15E !important;
}

.post-content-box.content.large-7.medium-7.small-12.columns {
    margin-top: 20px;
    font-size: 16px !important;
}

.sidebar_translation.panel-widget-style {
    color: #fff168;
    border: 2px solid #74491e;
    text-align: center;
    background-color: #74491e;
    padding: 15px;
}

.sidebar_translation_content.panel-widget-style {
    background-color: #74491e;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.sidebar_translation.panel-widget-style.so-widget-sow-editor.so-widget-sow-editor-base h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px !important;
}

.sidebar_translation_content.panel-widget-style .so-widget-sow-editor.so-widget-sow-editor-base .siteorigin-widget-tinymce.textwidget p {
    font-size: 30px;
}

/*******************************end**********************************/
.ow-button-base.ow-button-align-center a {
    margin-top: -68px;
    font-size: 18px !important;
    font-weight: 600;
    border-radius: inherit;
}

#cssmenu ul ul a:hover {
    background-color: #74491e !important;
    color: #fff !important;
}

.widget_content_icon.panel-widget-style {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 8px;
}

.widget_title_description {
    font-size: 16px !important;
    color: #000000;
    font-weight: 500;
}

.affi_davit .widget_title_description {
    font-size: 14px !important;
}

h3.widget-title {
    font-size: 24px;
    color: black;
}

.bottom-menus li a:hover {
    color: #fff160;
}

.page-id-1493 #pg-1493-1 .panel-grid-cell#pgc-1493-1-0 {}

.page-id-1493 #pgc-1493-1-1 {}

.affi_davit .recent-blog-heading .sow-headline {
    font-size: 24px;
    color: #74491e;
    margin: 10px 0px !important;
    text-transform: uppercase;
}

.affi_davit .recent-blogs, .affi_davit .work-sample-image {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 5px 4px #acacac;
    border-radius: 1px;
}

.affi_davit .work-sample-image {
    margin-top: 30px;
}

.affi_davit .pricing-button {
    margin: 15px auto;
}

.affi_davit .widget-title {
    margin: 5px 0px 20px 0px;
    color: #74491e;
}

.affi_davit .title_description h2 {
    font-size: 24px;
}

.affi_davit .recent-blogs {
    margin-bottom: 30px;
}

.affi_davit .pdf-images {
    margin: 10px 0px 10px 0px;
}

.sidebar_translation_content .textwidget {
    position: relative;
}

.translation-box {
    font-size: 24px;
    line-height: 37px;
    margin: 30px 0px 30px 0;
    padding: 20px 20px;
}

.pdf-images {
    text-align: center;
}

.pdf-images img {
    margin-right: 10px;
}

/* -- Thank you -- */
.translation-box .quote-form-affid-page {}

.translation-box .banner-contact-form-affid {
    background-color: transparent;
    padding: 10px 10px;
}

.translation-box .banner-contact-form-affid h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.translation-box [type=submit], .translation-box [type=button] {
    color: #212121;
}

.translation-box .banner-contact-form-affid .drop_uploader.drop_zone .text_wrapper {
    margin-top: 0px;
}

.translation-box .drop_uploader.drop_zone .text, .translation-box .drop_uploader.drop_zone .text a {
    font-size: 16px;
    font-weight: normal;
    color: #9B9B9B;
}

.translation-box .drop_uploader.drop_zone ul.files {
    margin: 10px auto 0px !important;
}

.thankyou-content {
    text-align: center;
    padding: 4.5em 1em;
    max-width: 81%;
    margin: 0 auto;
}


.thankyou-content .thankyou-icon i {
    margin-bottom: 0 !important;
    border: 4px solid #73481c;
    width: 136px;
    height: 136px;
    color: white;
    background-color: #73481c;
    border-radius: 50%;
    font-size: 58px;
    line-height: 129px;
}

.thankyou-content .thankyou-message {
    font-size: 1.3em;
    line-height: 1.5em;
}

.thankyou-content h1 {
    letter-spacing: 0.05em;
    font-size: 1.6em;
}

.thankyou-wrapper.site-main {
    padding: 49px 30px 49px !important;
}

/* -- //Thank you -- */
/*****************work sample*******************/
.work-sample-image.panel-widget-style a {
    text-decoration: none !important;
}

.pricing_details_button {
    margin-top: 22px;
    font-family: Myriad Pro !important;
    font-size: 18px;
}

.why-us-page.why-us-page-only.row.small-row.panel-row-style.panel-row-style-for-35-0, .panel-row-style-why-us-pagewhy-us-page-onlyrowsmall-row.why-us-page.why-us-page-only.row.small-row.panel-row-style {
    margin: 0px auto !important;
}

.panel-row-style-contact-us-pagerowsmall-row.contact-us-page.row.small-row.panel-row-style {
    margin: 0px auto !important;
}

.panel-row-style-contact-heading-inforowsmall-row.contact-heading-info.row.small-row.panel-row-style {
    margin: 0px auto !important;
}

.panel-row-style-rowsmall-rowcontact-page-boxes.row.small-row.contact-page-boxes.panel-row-style {
    margin: 0px auto !important;
}

/***********************************************/
/************testimonial**************/
.testimonials-page {
    padding: 60px 0px !important;
}

.mb-testimonials-page .testimonial {
    background-color: #ffffff;
    margin: 20px 0px;
    padding: 10px;
}

.mb-testimonials-page span.title {
    text-align: center;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.mb-testimonials-page .testimonial-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

.mb-testimonials-page .testimonial-wrapper {
    background: url(images/border-pipe-horizontal-img.jpg) repeat-x bottom;
    padding-bottom: 10px;
}

.large-4.column.our_firm_images img {
    box-shadow: 1px 1px 8px 1px #000;
    margin-bottom: 10px;
    margin-right: 20px;
}

.large-8.columns.our_firm {
    padding: 60px 100px 60px 100px;
    line-height: 28px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}

.middle-block .middle-block-inner .m-t30 {
    color: #74491e !important;
    font-size: 20px !important;
}

.middle-block .middle-block-inner .m-b30 {
    margin-bottom: 25px;
}

.mb-testimonials-page .testimonial-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

/*************************************/
#panel-1493-1-1-0 .widget-title {
    margin: 10px 0px 10px 0px !important;
}

/*Modal Box CSS*/
[role="button"] {
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    border: 0.2em solid #73481c;
    border-radius: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: 5px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    position: absolute;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/*.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;}*/
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 1.4em;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

@media (min-width: 768px) {
    .flip-container .text {
        width: 190px;
        display: block;
    }

    .service-home .service-list li a.service-read-more {
        display: inline-block;
        padding: 7px 14px 9px 10px;
        position: relative;
        text-align: center;
    }

    .modal-dialog {
        width: 550px;
        margin: 5em auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

[role="button"] {
    cursor: pointer;
}

.clearfix:before, .clearfix:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .modal-footer:after {
    clear: both;
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.btn.get-quote-btn {
    margin-top: 2em;
}

.callback-wrapper .get-quote-form textarea, .callback-wrapper .get-quote-form input[type="text"], .callback-wrapper .get-quote-form input[type="email"] {
    color: #fff !important;
}

.callback-wrapper-instant-quote .get-quote-form-new textarea, .callback-wrapper-instant-quote .get-quote-form-new input[type="text"], .callback-wrapper-instant-quote .get-quote-form-new input[type="email"], .callback-wrapper-instant-quote .get-quote-form-new input[type="number"] {
    color: #fff !important;
}

.callback-wrapper-instant-quote .drop_uploader.drop_zone ul.files {
    padding-left: 0px !important;
    width: 100%;
}

.get-quote-form textarea {
    background: rgba(0, 0, 0, .03) !important;
    padding: 5px 10px !important;
    border: 1px solid rgba(0, 0, 0, .06) !important;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .06) !important;
    height: 140px;
    background-color: rgba(0, 0, 0, .03);
    color: #212121 !important;
}

.get-a-quote-txtarea2 textarea {
    height: 35px !important;
    font-size: 14px;
    min-height: 35px !important;
}

.get-quote-form input[type="text"], .get-quote-form input[type="email"], .get-quote-form input[type="number"] {
    background: rgba(0, 0, 0, .03) !important;
    padding: 5px 10px !important;
    border: 1px solid rgba(0, 0, 0, .06) !important;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .06) !important;
    color: #212121;
    width: 100%;
}

.get-quote-form .drop_uploader.drop_zone {
    border-color: rgba(0, 0, 0, .06) !important;
}

/* side bar inner blog ***/
.sidebar .widget-box.widget.widget_categories .inside .cat-item a {
    text-decoration: none;
    list-style: none;
    color: #313131;
    font-size: 16.34px;
    font-weight: 500;
}

.sidebar .widget-box.widget.widget_categories .inside ul li.cat-item {
    list-style: none !important;
    padding: 5px;
    border-bottom: 1px solid #e5e9eb;
    margin-left: -44px;
}

.main.entry-header .inner .title .meta {
    display: none;
}

.bolg_image_area {
    padding-bottom: 56px;
}

img.post-thumb.wp-post-image {
    border: 4px solid #fff160;
}

.inner_blog_breadcum .breadcrumb_last {
    display: none;
}

span.post_count {
    float: right;
}

header.entry-header.main .breadcrumb_last, header.entry-header.main span {
    color: #fff !important;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.page-id-39 header.entry-header.main {
    height: 250px;
}

.btn {
    font-weight: 700;
    /*height: 36px;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

/*

* Card component

*/
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

/*

* Form styles

*/
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.form-signin #inputEmail, .form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

*/

.btn.btn-signin {
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

button.btn.btn-default.SUBSCRIBE_button {
    background-color: #74491e;
    color: #fff160;
}

.single-post .entry-content p h1, .single-post .entry-content h2, .single-post .entry-content h3 {
    color: #74491e !important;
    font-size: 24px !important;
}

.post-template-default.single-post .quote-form h2, .post-template-default.single-post .quote-form h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 35px !important;
}

.post-template-default.single-post .entry-title {
    margin-top: 0px;
    line-height: 1.5;
}

.post-nav .navigation.post-navigation .screen-reader-text {
    color: #74491e;
    font-size: 24px !important;
}

.container.SUBSCRIBE_container .card.card-container {
    background-color: #fff160 !important;
}

.form-control.SUBSCRIBE_name {
    background-color: #ffffff !important;
    color: #686868 !important;
}

.form-control.SUBSCRIBE_email {
    background-color: #ffffff !important;
    color: #686868 !important;
}

/*-------------close subscribe-----------------*/
.form_class_search .search_widget_area {
    padding: 10px 50px 10px 10px;
    background: url(https://legal-translations.com.au/wp-content/themes/themetrust-bramble/images/search.png) no-repeat right center;
    background-size: 48px 48px;
}

.comments-wrap .comments-area .comment-reply-title {
    color: #74491e;
    font-size: 24px !important;
}

.post-nav span.meta-description, .post-nav span.meta-description a {
    color: #77481e;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.post-nav span.meta-description span:after {
    content: " | ";
}

.post-nav span.meta-description .comments-link:after {
    content: "";
}

footer.post-nav {
    border-top: 2px solid #e3e7ea !important;
	padding-top: 10px !important;
}

.social_button_section button.btn.btn-default.social-post {
    border-radius: 50%;
    padding: 15px 20px;
    color: #fff;
}

.social_button_section button.btn.btn-default.social-post {
    border-radius: 50%;
    padding: 15px 20px;
    background-color: #74491e;
}

.social_button_section .social_icon_section .social_link_list {
    list-style: none;
    padding-left: 12px;
}

.social_icon_section {
    border-radius: 2px solid #fff160;
    border: 2px solid #fff160;
    width: 50px;
    border-radius: 26px;
    background-color: #fff160;
}

.social_button_section {
    /* float: right; */
	margin: 20px 0;
}
#gform_wrapper_7 {
    background: #fff160;
    padding: 30px;
	margin-bottom: 30px !important;
}
body #gform_submit_button_7 {
	background-color: #75481f !important;
	color: #fff160 !important; 
	width: 100%;
}
body #gform_submit_button_8 {
	background-color: #75481f !important;
	color: #fff160 !important; 
}
.comments-wrap {
    padding: 40px 10px;
}
.custom-form-wrapper {
	background: #fff160;
    padding: 30px;
	margin-bottom: 30px !important;
}
.in_touch {
    margin-bottom: 50px;
    text-align: center;
}
.gform_confirmation_message_7 {
    background: #fff160 !important;
    padding: 30px !important;
    color: #75481f !important;
    text-align: center !important;
}
.social_icon_section {
    height: auto !important;
}

.social_button_section .social_icon_section .social_link_list .fb-item {
    padding-left: 4px;
}

.quote-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 70px;
    height: 73px;
    border-color: red;
    color: red;
}

span.wpcf7-not-valid-tip {
    font-size: 0.875em;
}

.quote-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: -32px;
}

div.wpcf7-validation-errors {
    border: 2px solid red;
    color: red;
    height: 49px;
}

.footer ul.social-links li a {
    color: #303030;
}

.drop_uploader.drop_zone ul.files li:nth-child(even) {
    background-color: #f5f5f5 !important;
}

.logo img {
    margin-top: 7px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid green !important;
    color: green !important;
}

div#pl-37 {
    margin-top: -45px;
}

span.sharetxt {
    position: relative;
    top: -21px;
    font-size: 15px;
    color: #313131;
    margin-right: 10px;
}

body.page-id-41 div#pg-41-1 {
    border-top: 1px solid #ddd;
}

body.page-id-41 {
    background: #fff;
}

#panel-41-3-0-0 input.wpcf7-form-control.wpcf7-submit.btn {
    color: #75481f;
    text-transform: uppercase;
}

.wpcf7-form div.wpcf7-validation-errors {
    height: 70px;
}

#pl-1343 div.wpcf7-validation-errors {
    margin-top: 79px;
}

.siteorigin-panels-stretch .row.small-row {
    margin: -.9375rem auto;
}

body.blog .pagination {
    text-align: center;
    background: #fff;
}

body.blog .pagination span, body.blog .pagination a {
    display: inline-block;
    padding: 8px 15px;
    color: #111;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid rgba(116, 73, 30, 0.8);
    border-bottom: 1px solid rgba(116, 73, 30, 0.8);
    border-left: 1px solid rgba(116, 73, 30, 0.8);
    margin-bottom: 20px;
}

body.blog .pagination .inside a:last-child {
    border-right: 1px solid rgba(116, 73, 30, 0.8);
}

body.blog .pagination span.current, body.blog .pagination .inside a:hover {
    background: rgba(116, 73, 30, 0.8);
    color: #fff;
}

.wpcf7-validates-as-required:after {
    content: ' *';
    color: red;
    position: absolute;
    right: 0px;
    font-size: 12px;
}

#pgc-37-2-0 div.ow-button-base.ow-button-align-center a {
    margin-top: 0px;
}

.mb-testimonials-page {
    padding-bottom: 10px !important;
}

/*.required-f:after {content: " *";color: #ff0000;float: right;margin-top: -49px;font-size: 16px;margin-right: -5px;}*/
.large-12.required-f:after {
    margin-top: -115px;
}

.wpcf7-validation-errors {
    font-size: 13px;
    line-height: 1.5;
}

.grey-btn .btn {
    color: #334752 !important;
}

.pointer-cursor {
    cursor: pointer;
}

.pl5 {
    padding-left: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

/*--3.6  Comments--*/
.comments-wrap {
    padding: 0 0;
}

#comments {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
}

#comments ul, #comments p, #comments h4 {
    padding-left: 0;
    padding-right: 0;
}

#comments ul {
    padding-right: 0;
}

#comments article {
    margin: 20px 0;
}

#comments ul {
    list-style: none;
    padding-bottom: 0 !important;
    margin-bottom: 40px !important;
}

#comments ul.children {
    border-left: 1px solid #ececec;
}

#comments ol {
    list-style: none;
    padding: 0;
}

#comments h3 {
    font-size: 1.4em;
    margin-bottom: 0;
}

#comments p {
    padding-left: 0;
    padding-right: 0;
    margin-left: 100px;
    font-size: 13px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#comments article {
    position: relative;
}

#comments .reply a {
    padding: 0;
    margin-left: 100px;
    font-size: 14px;
    font-size: 1.4rem;
}

.comment-meta .avatar {
    width: 70px !important;
    height: 70px;
    padding: 0 !important;
    position: absolute;
    left: -8px;
    top: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

b.fn {
    margin-left: 100px;
    font-weight: 200;
}

b.fn a {
    color: #000;
}

b.fn a:hover {
    color: #cccccc;
}

.comment .edit-link {
    display: none !important;
}

.comment.depth-2 {
    padding-left: 5%;
}

.comment.depth-3 {
    padding-left: 10%;
}

div.comment-metadata {
    text-align: left !important;
    padding-bottom: 20px;
    margin-left: 100px;
    color: #a5a5a5;
}

div.comment-metadata a {
    color: #757575;
}

/* Comment Form */
#respond label {
    display: block;
}

#respond .form-allowed-tags {
    display: none;
}

#respond {
    padding: 0;
}

#respond h3 {
    padding: 0;
}

#respond p {
    margin: 0;
}

#respond p.comment-form-comment, #respond p.form-submit {
    padding-top: 5px;
}

body.page-id-25 {
    overflow-x: hidden !important;
}

/* 21 nov----------*/
.contract_agreement {
    background-color: #74491e;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.worksample_contagreement {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 5px 4px #acacac;
    border-radius: 1px;
}

div#ttrust_blog-3 {
    background: #fff;
    box-shadow: 0px 1px 5px 4px #acacac;
    border-radius: 1px;
}

.worksample_contagreement h3.widget-title {
    font-size: 24px;
    margin: 5px 0px 20px 0px;
    color: #74491e;
}

.textwidget h3.sow-headline {
    font-size: 24px;
    color: #74491e;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
}

.pricing-button a.btn.btn-brown {
    text-decoration: none;
}

.secondary-sidebar .widget-area {
    padding-bottom: 30px !important;
}

.medium-1.sow-image {
    float: left;
    margin-left: 20px;
}

.textwidget_dummy {
    text-decoration: none;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 8px;
}

a.textwidget_dummy:hover {
    text-decoration: none;
}

/*---------------END---------------*/
.services-sub-section h2 {
    color: #74491e;
    font-size: 24px;
    line-height: 1.2;
}

.bottom-sidebar {
    margin-bottom: 30px;
    margin-top: 20px;
}

#pg-1684-0 .panel-grid-cell, #pg-876-0 .panel-grid-cell {
    padding: 0px !important;
}

h3.langAlphaTitle.langAlphaTitle-C {
    top: -40px;
}

.row.small-row.contact-page-boxes.panel-row-style, .contact-us-page.row.small-row.panel-row-style.panel-row-style-for-41-1 {
    margin: 0px auto !important;
}

.get-in-touch.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-41-3 {
    background-color: rgb(238, 238, 238);
    background-position: center top;
}

/* CSS For Single Blog Page CTA */
.custom-row {
    background-color: #fff160;
    padding: 15px 0px;
}

.custom-single-blog-row {
    overflow: hidden !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
    padding-bottom: 13px !important;
    padding-top: 25px !important;
    padding-right: 1px;
    padding-left: 1px;
}

.cs-padding {
    padding-bottom: 8px;
}

.bg-cta-heading {
    font-size: 26px !important;
    margin: 0px !important;
    font-weight: 600 !important;
}

.blg-btn {
    background-color: #74491d !important;
    color: #fff160 !important;
    display: inline-block;
    padding: 12px 27px;
    text-align: center;
    text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit.btn:hover {
    background-color: #74491d !important;
    color: #fff160 !important;
}

.cs-padding span input {
    background-color: white !important;
    color: black;
    border-bottom: 1px solid gray;
}
.columns:last-child:not(:first-child) .pricing-plan-box.eq-child {
    max-height: 400px !important;
}

/* CSS For Single Blog Page CTA */
/* CSS for new designing changes */
.nav-section {
    padding-right: 0;
}

.nav-section #cssmenu .menu {
    margin-left: 72px;
}

.redefined-section p {
    padding: 10px 20px;
}

.faq-section {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.home-why-us-section h3 {
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 30px 0;
    font-size: 35px;
}

.why-us-section ul {
    margin: 40px auto 30px;
	padding-left: 40px !important;
}

.why-us-section ul li {
    color: #212121;
    font-size: 18px;
}

.why-us-section .rm-btn {
    font-size: 15px;
    color: #734b1d;
    padding: 10px 30px;
    background-color: #fff160;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0 30px 20px;
    display: inline-block;
}

.why-us-section .rm-btn:hover {
    background-color: #333;
    color: #fff;
}

.large-8.columns.our_firm {
    background: #fff160;
    padding: 40px 60px 40px 60px;
    width: 65.66667%;
}

/*Covid-19 Banner Top Bar*/
/*.covid-bar{position: relative;background-color: #DEF8DA;border: 1px solid #85B97C;width: 100%;}*/
.covid-bar {
    display: none;
}

@media screen and (max-width: 1350px) {
    .page-template .row {
        width: 100%;
    }

    .get-back-btn.feedback-btn {
        right: -88px;
    }
}

@media screen and (max-width: 1199px) {
    body button#responsive-menu-button {
        z-index: 1;
    }
}

@media screen and (min-width: 767px) {
    .medium-7.columns.our_firm {
        width: 57.33333%;
    }
}

@media screen and (min-width: 1025px) {
    .large-8.columns.our_firm {
        width: 65.66667%;
    }
}

@media screen and (max-width: 768px) {
    body button#responsive-menu-button {
        z-index: 1;
    }
}

@media screen and (max-width: 430px) {
    body button#responsive-menu-button {
        top: 95px;
    }
}

@media screen and (max-width: 640px) {
    body #responsive-menu-container {
        width: 83%;
    }

    body button#responsive-menu-button {
        width: 44px;
        height: 44px;
    }

    body textarea.wpcf7-form-control.wpcf7-textarea, body #instant-get-quote .get-a-quote-txtarea2 textarea {
        height: 64px !important;
    }
}

/*End*/
/*
.fix-hearder{position: fixed;
   width: 100%;}
.case-study-page-content .owl-carousel{z-index: 0 !important;}*/
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

#slider .owl-item li {
    list-style: none;
}

#slider .owl-item a {
    text-decoration: none;
    line-height: 70px;
    display: block;
    text-align: center;
    list-style-type: none;
    width: 88px;
    min-height: 77px;
    font-size: 29px;
    font-weight: 500;
    color: #421f00;
    background: #f6f3f3;
    border-bottom: 2px solid #421f00;
    box-shadow: 1px 2px 12px 1px #acacac;
    margin: 0 auto;
}

#slider a.selected {
    color: #fff160;
    background: #313131;
    border-bottom: 2px solid #fff160;
}

#slider .owl-stage-outer {
    width: 90%;
    margin: 20px auto 10px auto;
}

#slider .owl-nav {
    position: relative;
    top: -60px;
}

#slider .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    padding: 0;
    width: 25px;
    background: url(images/img/slider-prev-icon.png) no-repeat left center;
    color: transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

#slider .owl-next {
    background: url(images/img/slider-next-icon.png)no-repeat right center;
    position: absolute;
    right: 0;
}

.m-center-image-box {
    display: none;
}

.center-image-box.m-center-image-box {
    display: none;
}

.page-id-27 .alpha-languages-box.bgGray, .page-id-27 .quality-box.bgGray {
    min-height: 360px !important;
}

.page-id-27 .alpha-languages-box.bgGray {
    margin-right: 25px;
    margin-left: 0;
}

.services-sub-section .three-grid-block.width40 {
    padding-left: 0;
}

.page-id-27 .services-sub-section .three-grid-block.width30 {
    width: 28%;
}

.alpha-languages-box {
    margin: 0 20px !important;
}

#pl-497.panel-layout, #pl-500.panel-layout, #pl-505.panel-layout, #pl-507.panel-layout, #post-509 .certified-legal-translations, #post-509 .three-boxes {
    max-width: 1313px;
    width: 100%;
    margin: 0 auto;
}



#overlay, #processing-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    z-index: 10000;
    display: none;
}

#overlay img, #processing-overlay img {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    z-index: 999;
}

#overlay span, #processing-overlay span {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    z-index: 999;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.notification {
    font-size: 12px !important;
    color: #cecece !important;
    text-align: center !important;
}

.file-inputs.custom-files {
    margin-bottom: 29px;
}

div#wpcf7-f1471-p41-o1 p.notification {
    color: #75583e !important;
}

div#pl-41 {
    padding: 0 40px;
}

div#get-in-mobile {
    padding: 30px 40px;
}

div#wpcf7-f8623-p41-o1 .get-quote-form.get-quote-form-new {
    background: #eeeeee repeat !important;
    padding: 30px 40px !important;
}

div#wpcf7-f8623-p41-o1 .get-quote-form.get-quote-form-new p.input-field.col-sm-6 {
    width: 49%;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}

div#wpcf7-f8648-p8645-o1 input {
    height: 45px !important;
}

div#wpcf7-f8623-p41-o1 .get-quote-form.get-quote-form-new {
    min-height: 50px;
    max-width: 100%;
    padding: 0 15px !important;
}

div#wpcf7-f8623-p41-o1 .get-quote-form.get-quote-form-new textarea {
    min-height: 150px !important;
    max-width: 96%;
    margin: 0 15px !important;
    margin-top: 25px !important;
    display: block;
    margin-top: 54px;
}

div#wpcf7-f8623-p41-o1 .get-quote-form.get-quote-form-new div#drop_uploader_0 {
    width: 96%;
    margin: 0 15px;
}

div#pg-41-0 div#get-in-mobile {
    margin: 0 0px !important;
    background-color: #eeeeee;
}

.yellow_box {
    background: #fff160;
    padding: 30px 30px 8px 30px;
}

.sub_input {
    margin-bottom: 18px;
}

.sub_input input {
    background: #fff !important;
    color: #74491d;
}

.sub_button input {
    background: #74491d;
    color: #fff160;
    font-weight: 600;
}

div#recent-posts-2 ul {
    padding-left: 0;
    list-style: none;
}

div#recent-posts-2 ul li {
    padding: 7px 0;
    border-bottom: 1px solid #212121;
}

div#recent-posts-2 ul li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #212121;
    font-weight: 300;
}

div#recent-posts-2 {
    margin: 50px 0;
}

span.dnd-upload-counter {
    display: none;
}

.codedropz-upload-inner h3 {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}

.codedropz-upload-inner span {
    display: none;
}

a.cd-upload-btn {
    color: #fff;
    font-size: 12px;
}

.quote-form h2, .quote-form h3 {
    margin-bottom: 8px;
}

.page-id-41 h3, a.cd-upload-btn {
    color: #75481f;
}

/*19-08-21----------------contact form css*/
#get_call_back span.term-condition-label, #instant-get-quote span.term-condition-label {
    color: #fff;
}

.quote-form-home-page span.term-condition-label {
    color: #fff;
}

.quote-form span.term-condition-label, .quote-form-affid-page span.term-condition-label, .quote-form span.term-condition-label a, .quote-form-affid-page span.term-condition-label a {
    color: #fff;
}

#get_call_back .get-quote-form.get-callback .group, #instant-get-quote .get-quote-form.get-quote-form-new .group {
    padding-left: 0;
}

#get_call_back .get-quote-form.get-callback .wpcf7-acceptance label, #instant-get-quote .get-quote-form.get-quote-form-new .wpcf7-acceptance label, .quote-form .wpcf7-acceptance label {
    line-height: 1.5;
    margin-bottom: 15px;
}

#get_call_back .get-quote-form.get-callback .term-condition-label, #instant-get-quote .get-quote-form.get-quote-form-new .term-condition-label, .term-condition-label {
    line-height: 18px !important;
}

#get_call_back .get-quote-form.get-callback .term-condition-label a, #instant-get-quote .get-quote-form.get-quote-form-new .term-condition-label a {
    color: #fff;
}

#get_call_back .get-quote-form.get-callback .term-condition-label a:hover, #instant-get-quote .get-quote-form.get-quote-form-new .term-condition-label a:hover {
    text-decoration: underline;
}

.page-id-41 .siteorigin-panels-stretch .small-row {
    margin: -.9375rem auto 0;
}

label>[type=checkbox] {
    margin-bottom: 0 !important;
    vertical-align: middle;
}

.acceptance-30, .acceptance-526 {
    display: block;
    margin-bottom: 15px;
}

.home .quote-form-home-page span.wpcf7-not-valid-tip[role="alert"] {
    display: none;
}

.page-id-503 .site-main, .post-25 {
    max-width: 1313px;
    margin: 0 auto;
}

.codedropz-btn-wrap a {
    color: #000;
}

@media screen and (max-width: 995px) {
    body #instant-get-quote .get-a-quote-txtarea2 textarea {
        height: 70px !important
    }

    .codedropz-upload-container .codedropz-upload-inner h3 {
        display: none;
    }

    .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
        color: #fff;
        font-size: 14px;
    }

    #wpcf7-f8630-p41-o1 .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
        color: #212121;
    }

    .get-in-touch .widget-title, .get-in-touch .heading-h2, body .quote-form h2, body .quote-form h4 {
        font-size: 20px;
        line-height: 30px;
    }

    #wpcf7-f8630-p41-o1 input[type="text"], #wpcf7-f8630-p41-o1 input[type="email"], #wpcf7-f8630-p41-o1 input[type="url"] {
        font-size: 13px;
    }

    .page-id-27 .services-sub-section .three-grid-block.width30 {
        width: 27%;
    }

    .middle-block .middle-block-inner .m-t30, .quality-box .whyus-info-box .btn {
        position: static;
        padding: 10px 15px;
        font-size: 18px !important;
    }

    .page header.entry-header.main .title .entry-title {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .bradecrumb-strip {
        font-size: 14px;
    }

    #panel-45-0-0-0.so-panel {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 991px) and (max-width:1024px) {
    #pgc-1343-1-0 h2 {
        color: #fff !important;
    }

    .header-bottom .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (max-width: 768px) {
    .wpcf7-form-control-wrap.acceptance-177 {
        margin-top: 10px;
        display: inline-block;
    }

    .page-id-27 .services-sub-section .three-grid-block.width30, #pl-31 .panel-grid, #pl-31 .panel-grid-cell {
        width: 96% !important;
        margin: 0 10px 10px !important;
    }

    .large-8.columns.our_firm {
        width: 99.66667%;
    }

    #rmp_menu_trigger-9297 {
        top: 48px;
    }

    #pgc-1343-1-0 h2 {
        color: #fff !important;
    }

    .header-bottom .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (max-width: 650px) {
    .page header.entry-header.main .title .entry-title {
        font-size: 21px !important;
        line-height: 28px !important;
    }

    .get-in-touch .widget-title, .get-in-touch .heading-h2, body .quote-form h2, body .quote-form h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    #rmp_menu_trigger-9297 {
        top: 101px;
    }

    #pgc-1343-1-0 h2 {
        color: #fff !important;
    }

    .header-bottom .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
ul.large-block-grid-4.medium-block-grid-4.small-block-grid-1 li {
    padding: 10px 10px !important;
}
#pgc-1343-0-1 .so-panel.widget.widget_sow-editor.panel-first-child.panel-last-child {
    width: 95% !important;
}

.home-banner-section.hide-on-mobile.panel-row-style.panel-row-style-for-1343-0 {
    padding: 40px 0 !important;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    top: -50px !important;
}
.large-12.medium-12 ul>li {
    padding-bottom: 0 !important;
}
.top-bar ul li:nth-child(3) a {
    color: #000;
    background: #fff261;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 16px;
}


nav.breadcrumb-trail {
    background: #5b3d20;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0.75;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}