
/*
Theme Name: Philly Inspect
Author: the Philly Inspect Project team
Version: 1.0

===============================================*/

/* font-family: "Oswald", sans-serif; */

/* font-family: "Open Sans", sans-serif; */


/* Default Styles */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}


/*  Custom animations */
@-webkit-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}

80% {
 -webkit-transform: scale(1);
}

100% {
 -webkit-transform: translateY(0);
}
}

@-moz-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}

80% {
 -moz-transform: scale(1);
}

100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles */
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	background: #000000;
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 25px;
}
}


/* #Links */
a { 
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	outline: 0;
	cursor: pointer;
}

a:focus, 
a:active, 
a:hover {
	color: #c80813;
	text-decoration: underline;
	outline: 0;
}

a:visited {
	outline: 0;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	font-family: "Oswald", sans-serif;
	font-weight: 600; 
	text-transform: uppercase; 
	position: relative; 
	padding: 0 0 20px 0; 
	margin: 0;
}

h1 {
	font-size: 60px;
	line-height: 75px; 
}

h2 {
	font-size: 50px;
	line-height: 65px; 
}

h3 {
	font-size: 40px;
	line-height: 55px;
}

h4 {
	font-size: 38px;
	line-height: 55px;
}

h5 {
	font-size: 32px;
	line-height: 45px;
}

h6 {
	font-size: 24px;
	line-height: 35px;
}

p {
	padding: 0 0 26px 0;
}

h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child,
h5:last-child, 
h6:last-child,
p:last-child { 
	padding-bottom: 0; 
}

p {
	padding: 0 0 26px 0;
}

b, 
strong {
	font-weight: 700;
}

.large { 
	font-size: 24px; 
	line-height: 36px;
}

.sml { 
	font-size: 16px; 
	line-height: 25px;
}

@media only screen and (max-width: 1199px) {
h1 {
	font-size: 50px;
	line-height: 65px; 
}

h2 {
	font-size: 40px;
	line-height: 55px; 
}

h3 {
	font-size: 35px;
	line-height: 50px;
}

h4 {
	font-size: 33px;
	line-height: 50px;
}

h5 {
	font-size: 30px;
	line-height: 40px;
}

h6 {
	font-size: 22px;
	line-height: 30px;
}

.large { 
	font-size: 22px; 
	line-height: 32px;
}
}

@media only screen and (max-width: 767px) {
h1 {
	font-size: 40px;
	line-height: 50px; 
}

h2 {
	font-size: 36px;
	line-height: 46px; 
}

h3 {
	font-size: 32px;
	line-height: 42px;
}

h4 {
	font-size: 28px;
	line-height: 38px;
}

h5 {
	font-size: 24px;
	line-height: 34px;
}

h6 {
	font-size: 20px;
	line-height: 30px;
}

p {
	padding: 0 0 20px 0;
}

.large { 
	font-size: 20px; 
	line-height: 30px;
}

.sml { 
	font-size: 14px; 
	line-height: 24px;
}
}


/* #Unorder Styles */
ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 36px; 
	padding-bottom: 26px; 
}

li:last-child {
	padding-bottom: 26px;
}

ul li::before {
	content: "\f00c"; 
	width: 24px; 
	height: 24px; 
	float: left; 
	font-family:"Font Awesome 5 Pro"; 
	font-weight: 700; 
	font-size: 14px; 
	color: #1d1d1d; 
	line-height: 24px; 
	text-align: center; 
	background: #ffffff;
	border-radius: 360px;
	position: absolute;
	top: 4px;
	left: 0;
}

@media only screen and (max-width: 767px) {
li {
	padding-left: 34px; 
	padding-bottom: 20px; 
}

li:last-child {
	padding-bottom: 20px;
}

ul li::before {
	width: 22px; 
	height: 22px; 
	font-size: 12px; 
	line-height: 22px; 
	top: 2px;
}
}


/* #Order Styles */
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
}

ol > li::before {
	content: counter(item)"."; 
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}



/* #Input Styles */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	padding: 0;
	margin: 0 0 15px 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 60px;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: rgba(255, 255, 255, .030);
	border: 1px solid #ffffff;
	border-radius: 0;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 20px;
	margin: 0;
}

textarea {
	height: 275px;
	white-space: normal;
	outline: none;
	resize: none;
}

select {
	background-image: url(img/chevron-down.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: top 17px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select option:not([disabled]) {
	color: #000000;
}

select option.def:not([disabled]),
select.gf_placeholder:not([disabled]) {
	color: #ffffff;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #ffffff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ffffff;
}

::-moz-placeholder {
	color: #ffffff;
}

::-ms-input-placeholder {
	color: #ffffff;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #ffffff;
	box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
}

@media (max-width: 991px) {
label {
	font-size: 18px;
	line-height: 22px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 50px;
	font-size: 18px;
	line-height: 22px;
	padding: 15px;
}

textarea {
	height: 200px;
}

select {
	background-size: 17px auto;
	background-position: top 13px right 15px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
}
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}



/* #Buttons */
.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	letter-spacing: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	background: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 15px 45px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none;
	background: #c80813;
	outline: 0;
}

.btn-blank, 
input.btn-blank[type="button"], 
input.btn-blank[type="submit"] { 
	color: #ffffff; 
	background: none; 
	box-shadow: inset #ffffff 0 0 0 1px; 
}

.btn-blank:hover, 
.btn-blank:focus, 
.btn-blank:active, 
.btn-blank:active:focus, 
.btn-blank.active, 
.btn-blank.active:focus,
input.btn-blank[type="button"]:hover, 
input.btn-blank[type="button"]:focus, 
input.btn-blank[type="button"]:active, 
input.btn-blank[type="button"]:active:focus, 
input.btn-blank[type="button"].active, 
input.btn-blank[type="button"].active:focus, 
input.btn-blank[type="submit"]:hover, 
input.btn-blank[type="submit"]:focus, 
input.btn-blank[type="submit"]:active, 
input.btn-blank[type="submit"]:active:focus, 
input.btn-blank[type="submit"].active, 
input.btn-blank[type="submit"].active:focus,
.btn-blank:not(:disabled):not(.disabled).active, 
.button.btn-blank:not(:disabled):not(.disabled):active,
.show .btn-blank { 
	color: #c80813; 
	background: none; 
	box-shadow: inset #c80813 0 0 0 1px; 
}

.btn-sml, 
input.sml[type="button"], 
input.sml[type="submit"] {
	font-size: 16px;
	line-height: 26px;
}

.btn-medium, 
input.medium[type="button"], 
input.medium[type="submit"] {
	font-size: 20px;
	line-height: 30px;
}

.btn-large, 
input.large[type="button"], 
input.large[type="submit"] {
	font-size: 22px;
	line-height: 32px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 5px -10px -20px -10px;
}

.btn-out a {
    margin: 0 10px 20px 10px;
}

@media only screen and (max-width: 767px) {
.btn,
input[type="button"],
input[type="submit"] {
	font-size: 16px;
	line-height: 26px;
	padding: 12px 40px;
}

.btn-sml, 
input.sml[type="button"], 
input.sml[type="submit"] {
	font-size: 14px;
	line-height: 24px;
}

.btn-medium, 
input.medium[type="button"], 
input.medium[type="submit"] {
	font-size: 18px;
	line-height: 28px;
}

.btn-large, 
input.large[type="button"], 
input.large[type="submit"] {
	font-size: 20px;
	line-height: 30px;
}

.btn-out {
    margin: 5px -8px -15px -8px;
}

.btn-out a {
    margin: 0 8px 15px 8px;
}
} 


/* #Owl-carousel */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.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);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */
.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 100ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Previous and Next */
.owl-nav button {
	width: 45px;
	height: 45px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: inherit;
	font-size: 24px;
	color: #000000;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	background: #ffffff; 
	border: none;
	box-shadow: none;
	border-radius: 360px;
	position: absolute;
	top: 50%;	
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 0;
	margin: 0;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #000000;
	outline: 0;
}

.owl-nav button.owl-prev {
	padding-right: 2px;
	left: 0; 
}

.owl-nav button.owl-next {
	padding-left: 2px;
	right: 0; 
}

.owl-nav button.disabled {
	color: rgba(0, 0, 0, 0.5);
	cursor: default;
}

.owl-nav button.disabled:hover,
.owl-nav button.disabled:focus,
.owl-nav button.disabled:active {
	color: rgba(0, 0, 0, 0.5);
	background: #ffffff;
}

.owl-nav.disabled {
	display: none;
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 40px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 14px;
	height: 14px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #ffffff; 
	background: rgba(255, 255, 255, 0.75);
	border-radius: 360px;
	box-shadow: none;
	border: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	padding: 0;
	margin: 0 7px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #ffffff;
}

.owl-dots.disabled {
	display: none;
}


/* Container - Main */
#container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 40px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 550px;
	padding: 0 25px;
}
}


/* Hidden */
.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
}


/* Read More */
.read-more {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.read-more a {
    float: none;
    display: inline;
    vertical-align: top;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
}

.read-more a em {
    font-weight: 400;
    font-size: 90%;
    line-height: 1em;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active {
    color: #c80813;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
.read-more a {
	font-size: 22px;
	line-height: 32px;
}

.read-more a em {
	margin-left: 7px;
}
}

@media only screen and (max-width: 767px) {
.read-more a {
	font-size: 20px;
	line-height: 30px;
}

.read-more a em {
	margin-left: 5px;
}
}


/* Social - Links */
.social-links {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.social-links ul {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 -7px -10px -7px;
}

.social-links ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 7px 10px 7px;
}

.social-links ul li:before {
    display: none;
}

.social-links ul li span {
    display: none;
}

.social-links ul li a {
    width: 46px;
    height: 46px;
    float: left;
    font-size: 20px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 360px;
}

.social-links ul li .fa-facebook-f {
    font-size: 22px;
}

.social-links ul li .fa-instagram {
    font-size: 24px;
}

.social-links ul li a:focus,
.social-links ul li a:active,
.social-links ul li a:hover {
    background: #c80813;
	text-decoration: none;
}


/* Heading - Txt */
.heading-txt {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-bottom: 50px;
}

.heading-txt:last-child {
    padding-bottom: 0;
}

.heading-txt .aside {
    width: 100%;
    max-width: 640px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
.heading-txt {
	padding-bottom: 40px;
}
}

/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block h2,
.form-block h3 {
	padding-bottom: 30px;
}

.form-block h2:last-child,
.form-block h3:last-child {
	padding-bottom: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.form-block ul:last-child {
	padding-bottom: 0;
}

.form-block ul li {
	width: 50%;
	float: left;
	line-height: 1em;
	text-align: left;
	padding: 0 15px 30px 15px;
	margin: 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li.full-width {
	width: 100%;
}

.form-block .btn-out {
	text-align: center;
	position: relative;
	margin: 50px 0 0 0;
}

.form-block .btn-out .btn {
	margin: 0;
}

@media only screen and (max-width: 767px) {
.form-block ul li {
	width: 100%;
}
}


/* Header */
#header-main {
    width: 100%;
    height: 112px;
    float: left;
    background: #ffffff;
    position: relative;
    z-index: 5;
}

#header-main .top-bar {
    width: 100%;
    height: 38px;
    float: left;
    box-shadow: inset #000000 0 11px 0 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#header-main .top-bar .address-txt {
    height: 38px;
    float: right;
    font-size: 16px;
    line-height: 38px;
    background: #000000;
    position: relative;
    padding: 0 5000px 0 10px;
    margin-right: -5000px;
}

#header-main .top-bar .address-txt:before {
    content: "";
    width: 150px;
    height: 38px;
    float: left;
    background: url(img/curve.png) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: -110px;
}

#header-main .top-bar .address-txt p {
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

#header-main .top-bar .address-txt p a {
    font-weight: 400;
    text-decoration: none;
}

#header-main .top-bar .address-txt p a em {
    position: relative;
    top: 1px;
    margin-right: 10px;
}

#header-main .top-bar .address-txt .social-links {
    width: auto;
    position: relative;
    padding: 0 0 0 21px;
    margin-left: 20px;
}

#header-main .top-bar .address-txt .social-links:before {
    content: "";
    width: 1px;
    height: 22px;
    float: left;
    background: #ffffff;
    position: absolute;
    top: 8px;
    left: 0;
}

#header-main .top-bar .address-txt .social-links ul {
    margin: 0 -7px -10px -7px;
}

#header-main .top-bar .address-txt .social-links ul li {
    margin: 0 7px 10px 7px;
}

#header-main .top-bar .address-txt .social-links ul li a {
    width: auto;
    height: 38px;
    font-size: 18px;
    color: #ffffff;
    line-height: 38px;
    background: none;
    border-radius: 0;
}

#header-main .top-bar .address-txt .social-links ul li .fa-facebook-f {
    font-size: 16px;
}

#header-main .top-bar .address-txt .social-links ul li a:focus,
#header-main .top-bar .address-txt .social-links ul li a:active,
#header-main .top-bar .address-txt .social-links ul li a:hover {
    color: #c80813;
}

#header-main .main-menu {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#header-main .main-menu .logo {
    width: 128px;
    float: left;
    height: 128px;
    line-height: 128px;
    position: relative;
    z-index: 1;
    margin-top: 11px;
    margin-right: -128px;
}

#header-main .main-menu .logo img {
    max-height: 128px;
}

#header-main .main-menu .nav-bar {
    width: 100%;
    float: left;
    padding-left: 178px;
    margin-top: 54px;
}

#header-main .main-menu .nav-bar .primary-menu {
    float: left;
}

#header-main .main-menu .nav-bar .primary-menu ul {
    float: left;
    padding: 0;
    margin: 0 0 0 -30px;
}

#header-main .main-menu .nav-bar .primary-menu ul li {
	height: 58px;
    float: left;
    padding: 0;
    margin: 0 0 0 30px;
}

#header-main .main-menu .nav-bar .primary-menu ul li:before {
    display: none;
}

#header-main .main-menu .nav-bar .primary-menu ul li a {
    height: 42px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

#header-main .main-menu .nav-bar .primary-menu ul li:hover > a, 
#header-main .main-menu .nav-bar .primary-menu ul li.current-menu-item > a, 
#header-main .main-menu .nav-bar .primary-menu ul li.current-menu-parent > a, 
#header-main .main-menu .nav-bar .primary-menu ul li.current-menu-ancestor > a,
#header-main .main-menu .nav-bar .primary-menu ul li.current_page_item > a,
#header-main .main-menu .nav-bar .primary-menu ul li.current_page_parent > a,
#header-main .main-menu .nav-bar .primary-menu ul li.current_page_ancestor > a,
#header-main .main-menu .nav-bar .primary-menu ul li.current-page-item > a,
#header-main .main-menu .nav-bar .primary-menu ul li.current-page-parent > a,
#header-main .main-menu .nav-bar .primary-menu ul li.current-page-ancestor > a {
	color: #c80813;
}

#header-main .main-menu .nav-bar .primary-menu ul li.menu-item-has-children .submenu-link {
    width: 100px;
    height: 50px;
    float: right;    
    text-indent: -999999px;
	cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
	display: none;
}

#header-main .main-menu .nav-bar .primary-menu ul li.menu-item-has-children .submenu-link:before {
    content: "";
    float: left;
    border-top: 7px solid #000000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li.menu-item-has-children .submenu-link.active:before {
    border-top: none;
    border-bottom: 7px solid #000000;
}

#header-main .main-menu .nav-bar .contact-us {
    float: right;
	margin: 0 0 0 -200px;
}

#header-main .main-menu .nav-bar .contact-us .phone {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#header-main .main-menu .nav-bar .contact-us .phone a {
    float: left;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #c80813;
    line-height: 35px;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 46px;
}

#header-main .main-menu .nav-bar .contact-us .phone a:before {
    content: "";
    width: 35px;
    height: 35px;
    float: left;
    background: url(img/phone.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}

#header-main .main-menu .nav-bar .contact-us .btn {
    min-width: 168px;
    height: 42px;
    color: #ffffff;
    line-height: 42px;
    background: #000000;
    padding: 0 20px;
}

#header-main .main-menu .nav-bar .contact-us .btn:hover,
#header-main .main-menu .nav-bar .contact-us .btn:focus,
#header-main .main-menu .nav-bar .contact-us .btn:active,
#header-main .main-menu .nav-bar .contact-us .btn:active:focus,
#header-main .main-menu .nav-bar .contact-us .btn.active,
#header-main .main-menu .nav-bar .contact-us .btn.active:focus {
    color: #ffffff;
    background: #c80813;
}

#header-main .main-menu .nav-bar .contact-us .btn-out {
    margin: 0 0 0 22px;
    vertical-align: middle;
}

#header-main .main-menu .nav-bar .contact-us .btn-out a {
    margin: 0;
}

#header-main .menu-btn {
    width: 32px;
    height: 24px;
    float: left;
    display: none;
    cursor: pointer;
    z-index: 10001;
    position: absolute;
    top: 65px;
    right: 40px;
}

#header-main .menu-btn .icon-bar {
    width: 100%;
    float: right;
    text-decoration: none;
    position: relative;
}

#header-main .menu-btn .icon-bar span {
    width: 100%;
    height: 3px;
    float: left;
    background: #000000;
    position: relative;
    margin: 9px 0 0 0;
}

#header-main .menu-btn .icon-bar span:before {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #000000;
    position: absolute;
    top: -9px;
    left: 0;
}

#header-main .menu-btn .icon-bar span:after {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #000000;
    position: absolute;
    top: 9px;
    left: 0;
}

#header-main .menu-btn.active {
    color: #000000;
}

#header-main .menu-btn.active .icon-bar span {
    background: none;
}

#header-main .menu-btn.active .icon-bar span:before {
    height: 3px;
    top: 0;
    background: #000000;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

#header-main .menu-btn.active .icon-bar span:after {
    height: 3px;
    top: 0;
    background: #000000;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (min-width: 1200px) {
#header-main .nav-bar {
	display: block !important;
}

#header-main .main-menu .nav-bar .primary-menu ul li.menu-item-has-children > a {
    padding-right: 21px;
}

#header-main .main-menu .nav-bar .primary-menu ul li.menu-item-has-children > a:before {
    content: "";
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#header-main .main-menu .nav-bar .primary-menu ul li > a:focus+ul,
#header-main .main-menu .nav-bar .primary-menu ul li:hover > ul,
#header-main .main-menu .nav-bar .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

#header-main .main-menu .nav-bar .primary-menu ul li ul {
   width: 100%;
	min-width: 190px;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .20) 0 10px 10px;
	transition: all .2s ease-in-out;
	transform-origin: left top;
	transform: scaleY(0);
	visibility: hidden;
	display: block!important;
	position: absolute;
	top: 58px;
	left: -30px;
	padding: 25px 30px;
	margin: 0;
	opacity: 0;
	z-index: -1;
}

#header-main .main-menu .nav-bar .primary-menu ul li ul li {
    width: 100%;
	height: auto;
    padding: 0 0 15px 0;
    margin: 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li ul li:last-child {
    padding-bottom: 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li ul li a {
    height: auto;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li ul li a:before {
    display: none;
}
}

@media only screen and (max-width: 1199px) {
#header-main .main-menu .nav-bar {
	width: 100%;	
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .30);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 40px;
	margin: 0;
	display: none;
}

#header-main .main-menu .nav-bar .primary-menu {
	width: 100%;
	padding: 146px 0 21px 0;
}

#header-main .main-menu .nav-bar .primary-menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li {
	width: 100%;
	height: auto;
	padding:0;
	margin: 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li a {
	width: 100%;
	height: auto;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li.menu-item-has-children .submenu-link {
	display: block;
}

#header-main .main-menu .nav-bar .primary-menu ul li.menu-item-has-children ul {
	display: none;
	padding: 0 30px;
}

#header-main .main-menu .nav-bar .contact-us {
	width: 100%;
	padding: 0 0 35px 0;
	margin: 0;
}

#header-main .main-menu .nav-bar .contact-us .phone {
	width: 100%;
	margin-bottom: 35px;
}

#header-main .main-menu .nav-bar .contact-us .phone:last-child {
	margin-bottom: 0;
}

#header-main .main-menu .nav-bar .contact-us .btn-out {
	width: 100%;
	margin: 0;
}

#header-main .menu-btn {
	display: block;
}
}

@media only screen and (max-width: 767px) {
#header-main {
	height: 105px;
	padding: 35px 0 0 0;
}

#header-main .container {
	max-width: 100%;
}

#header-main .top-bar {
	height: 35px;
	text-align: center;
	background: #000000;
	box-shadow: none;
}

#header-main .top-bar .address-txt {
	width: 100%;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	padding: 0;
	margin: 0;
}

#header-main .top-bar .address-txt:before {
	display: none;
}

#header-main .top-bar .address-txt p a em {
	margin-right: 5px;
}

#header-main .top-bar .address-txt .social-links {
	padding: 0 0 0 16px;
	margin-left: 15px;
}

#header-main .top-bar .address-txt .social-links:before {
	height: 19px;
	top: 8px;
}

#header-main .top-bar .address-txt .social-links ul {
	margin: 0 -5px -10px -5px;
}

#header-main .top-bar .address-txt .social-links ul li {
	margin: 0 5px 10px 5px;
}

#header-main .top-bar .address-txt .social-links ul li a {
	height: 35px;
	line-height: 35px;
}

#header-main .main-menu {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

#header-main .main-menu .logo {
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0;
}

#header-main .main-menu .logo img {
	max-height: 90px;
}

#header-main .main-menu .nav-bar {
	padding: 0 30px;
}

#header-main .main-menu .nav-bar .primary-menu {
	padding: 135px 0 21px 0;
}

#header-main .main-menu .nav-bar .primary-menu ul li a {
	padding: 10px 0;
}

#header-main .main-menu .nav-bar .contact-us {
	padding: 0 0 35px 0;
}

#header-main .menu-btn {
	top: 60px;
	right: 25px;
}
}


/* Conten - Main */
#content-main { 
	width: 100%; 
	float: left;
	flex: 1 0 auto;
}


/* Banner */
.banner-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
    overflow: hidden;
}

.banner-main .aside {
    width: 100%;
	float: left;
    position: relative;
    z-index: 1;
}

.banner-main .aside h1 {
    padding-bottom: 25px;
}

.banner-main .aside .btn-out {
    padding-bottom: 40px;
}

.banner-main .aside .btn-out:last-child {
    padding-bottom: 0;
}

.banner-main .aside .logo {
    width: 100%;
    overflow: hidden;
}

.banner-main .aside .logo img {
    max-height: 164px;
}

.banner-main .aside .txt {
    float: left;
}

.banner-main .aside .txt-max {
    width: 100%;
    float: left;
}

.banner-main .figure-out {
    width: 100%;
	float: left;
}

.banner-main .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.banner-main .figure img {
    width: 100%;
}

.banner-main .address-box {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 40px;
}

.banner-main .address-box .box {
    width: 100%;
    height: 165px;
    max-width: 395px;
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    color: #000000;
    line-height: 46px;
    background: #ffffff;
    position: relative;
	z-index: 2;
    padding: 0 40px 0 25px;
	margin-top: 100px;
}

.banner-main .address-box .box p {
    position: relative;
    z-index: 1;
}

.banner-main .address-box .box:after {
    content: "";
    width: 465px;
    height: 187px;
    float: left;
    background: url(img/shadow.png) no-repeat top center;
    background-size: 465px auto;
    position: absolute;
    top: -11px;
    left: -70px;
}

.banner-main .address-box .box:before {
    content: "";
    border-top: 165px solid transparent;
    border-right: 50px solid #ffffff;
    position: absolute;
    top: 0;
    left: -50px;
}

.banner-main .address-box .box a {
    font-weight: inherit;
    color: #000000;
}

.banner-main .address-box .box a:focus,
.banner-main .address-box .box a:active,
.banner-main .address-box .box a:hover {
    color: #c80813;
}

@media only screen and (min-width: 768px) {
.banner-main .aside {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
	padding: 130px 0 75px 40px;
}

.banner-main .aside .txt {
	float: left;
	margin-right: -55px;
}

.banner-main .aside .txt-max {
	width: 100%;
	max-width: 545px;
	float: right;
}

.banner-main .figure-out {
	width: 50%;
}

.banner-main .figure {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.banner-main .figure img {
	width: auto;
	height: auto;
	max-width: inherit;
	max-height: inherit;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	-webkit-transform: translate(-50%, -50%); 	
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 1199px) {
.banner-main .aside .btn {
	font-size: 22px;
	line-height: 30px;
	padding: 15px 40px;
}

.banner-main .aside .logo img {
	max-height: 140px;
}

.banner-main .address-box .box {
	max-width: 320px;
	font-size: 22px;
	line-height: 42px;
}
}

@media only screen and (max-width: 991px) {
.banner-main .aside .btn {
	min-width: 225px;
}
}

@media only screen and (max-width: 767px) {
.banner-main .aside {
	padding: 70px 0 40px 0;
}

.banner-main .aside .logo img {
	max-height: 120px;
}

.banner-main .aside .btn {
	min-width: 225px;
}

.banner-main .aside .btn-out {
	padding-bottom: 30px;
}

.banner-main .aside .txt-max {
	max-width: 550px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 25px;
}

.banner-main .address-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 40px 40px;
}

.banner-main .address-box .box {
	height: 150px;
	max-width: 280px;
	font-size: 20px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
}

.banner-main .address-box .box:before {
	border-top-width: 150px;
}

.banner-main .address-box .box:after {
	height: 172px;
}
}


/* Testimonials */
.testimonials {
    width: 100%;
    background: #262626;
    overflow: hidden;
    padding: 70px 0;
}

.testimonials .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.testimonials .left-cl {
    width: 100%;
}

.testimonials .left-cl .logo {
    width: 100%;
    float: left;
    margin-bottom: 32px;
}

.testimonials .left-cl .logo:last-child {
    padding-bottom: 0;
}

.testimonials .left-cl .logo img {
    max-height: 113px;
}

.testimonials .right-cl {
    width: 100%;
}

.testimonials .right-cl h4 {
    padding-bottom: 40px;
}

.testimonials .right-cl h4:last-child {
    padding-bottom: 0;
}

.testimonials .right-cl .aside {
    width: 50%;
    padding: 0 25px 40px 25px;
}

.testimonials .right-cl .aside p {
    padding-bottom: 20px;
}

.testimonials .right-cl .aside p:last-child {
    padding-bottom: 0;
}

.testimonials .right-cl .aside .rating-star {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.testimonials .right-cl .aside .rating-star:last-child {
    margin-bottom: 0;
}

.testimonials .right-cl .aside .rating-star img {
    max-height: 15px;
}

.testimonials .right-cl .aside .name {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonials .right-cl .aside-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px -40px -25px;
}

@media only screen and (min-width: 768px) {
.testimonials .left-cl {
	width: 32.3%;
	padding-right: 40px;
}

.testimonials .right-cl {
	width: 67.7%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonials .left-cl {
	width: 50%;
}

.testimonials .right-cl {
	width: 50%;
}
}

@media only screen and (max-width: 1199px) {
.testimonials {
	padding: 60px 0;
}

.testimonials .left-cl .logo img {
	max-height: 80px;
}

.testimonials .right-cl .aside {
	padding: 0 20px 40px 20px;
}

.testimonials .right-cl .aside-out {
	margin: 0 -20px -40px -20px;
}
}

@media only screen and (max-width: 991px) {
.testimonials .right-cl .aside {
	width: 100%;
	padding: 0 0 30px 0;
}

.testimonials .right-cl .aside-out {
	margin: 0 0 -30px 0;
}
}

@media only screen and (max-width: 767px) {
.testimonials {
	padding: 50px 0;
}

.testimonials .left-cl {
	margin-bottom: 40px;
}

.testimonials .left-cl:last-child {
	margin-bottom: 0;
}

.testimonials .left-cl .logo {
	margin-bottom: 25px;
}

.testimonials .left-cl .logo img {
	max-height: 75px;
}

.testimonials .right-cl h4 {
	padding-bottom: 30px;
}
}


/* Services - List */
.services-list {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}

.services-list:after,
.services-list:before {
    content: "";
    width: 50%;
    height: 100%;
    float: left;
    background: url(img/light-left.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: -55px;
    left: 0;
}

.services-list:before {
    background-image: url(img/light-right.png);
    left: auto;
    right: 0;
}

.services-list .article {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    overflow: hidden;
    padding: 15px 15px;
    margin-bottom: 40px;
}

.services-list .article:last-child {
    margin-bottom: 0;
}

.services-list .article .heading-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background: #1d1d1d;
	position: relative;
	z-index: 1;
    padding: 40px 40px;
}

.services-list .article .heading-box .icon {
    width: 170px;
    height: 170px;
    float: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 360px;
    box-shadow: #ffffff 0 0 0 6px;
    padding: 10px 10px;
    margin-top: 6px;
    margin-bottom: 27px;
}

.services-list .article .heading-box .icon img {
    width: 100%;
    border-radius: 360px;
}

.services-list .article .heading-box .txt-max {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.services-list .article .aside {
    color: #1d1d1d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px 45px 35px 60px;
}

.services-list .article .aside p a,
.services-list .article .aside li a {
    color: #1d1d1d;
}

.services-list .article .aside ul li::before {
    color: #ffffff;
    background: #1d1d1d;
}

.services-list .article .aside p a:hover,
.services-list .article .aside p a:focus,
.services-list .article .aside p a:active,
.services-list .article .aside li a:hover,
.services-list .article .aside li a:focus,
.services-list .article .aside li a:active {
    color: #c80813;
}

.services-list .article .aside .txt-max {
    width: 100%;
    float: left;
}

.services-list .article .aside .btn {
    min-width: 225px;
    color: #ffffff;
    background: #1d1d1d;
}

.services-list .article .aside .btn:hover,
.services-list .article .aside .btn:focus,
.services-list .article .aside .btn:active,
.services-list .article .aside .btn:active:focus,
.services-list .article .aside .btn.active,
.services-list .article .aside .btn.active:focus {
    color: #ffffff;
    background: #c80813;
}

.services-list .article .aside .btn-blank {
    color: #1d1d1d;
    background: none;
    box-shadow: inset #1d1d1d 0 0 0 1px;
}

.services-list .article .aside .btn-blank:hover,
.services-list .article .aside .btn-blank:focus,
.services-list .article .aside .btn-blank:active,
.services-list .article .aside .btn-blank:active:focus,
.services-list .article .aside .btn-blank.active,
.services-list .article .aside .btn-blank.active:focus {
    color: #c80813;
    background: none;
    box-shadow: inset #c80813 0 0 0 1px;
}

.services-list .article-out {
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
.services-list .article .heading-box {
	width: 43.6%;
}

.services-list .article .aside {
	width: 56.4%;
}
}

@media only screen and (max-width: 1199px) {
.services-list {
	padding: 70px 0;
}

.services-list:after,
.services-list:before {
	top: -40px;
}

.services-list .article {
	padding: 10px 10px;
}

.services-list .article .heading-box {
	padding: 40px 30px;
}

.services-list .article .heading-box .icon {
	width: 140px;
	height: 140px;
	box-shadow: #ffffff 0 0 0 4px;
	padding: 7px 7px;
	margin-top: 4px;
	margin-bottom: 20px;
}

.services-list .article .aside {
	padding: 30px 30px 30px 40px;
}
}

@media only screen and (max-width: 767px) {
.services-list {
	padding: 60px 0;
}

.services-list:after,
.services-list:before {
	top: -20px;
}

.services-list .article {
	padding: 5px 5px;
	margin-bottom: 30px;
}

.services-list .article .heading-box {
	padding: 40px 30px;
}

.services-list .article .heading-box .icon {
	width: 120px;
	height: 120px;
	box-shadow: #ffffff 0 0 0 3px;
	padding: 5px 5px;
	margin-top: 3px;
}

.services-list .article .aside {
	padding: 30px 15px;
}

.services-list .article .aside .btn,
.services-list .article .aside .button {
	min-width: 200px;
}
}


/* Split - Cont */
.split-cont {
    width: 100%;
    background: #262626;
    overflow: hidden;
    padding: 90px 0;
}

.split-cont .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.split-cont .heading-box {
    width: 100%;
    color: #1d1d1d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    padding: 40px 40px;
}

.split-cont .heading-box h2 {
    padding-bottom: 16px;
}

.split-cont .heading-box h2:last-child {
    padding-bottom: 0;
}

.split-cont .heading-box .icon {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.split-cont .heading-box .icon img {
    max-height: 110px;
}

.split-cont .heading-box .txt-max {
    width: 100%;
    float: left;
    text-align: center;
}

.split-cont .aside {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.split-cont .aside h6 {
    padding-bottom: 36px;
}

.split-cont .aside h6:last-child {
    padding-bottom: 0;
}

.split-cont .aside .btn,
.split-cont .aside .button,
.split-cont .aside input[type="button"],
.split-cont .aside input[type="submit"] {
    min-width: 228px;
}

.split-cont .aside .txt-max {
    width: 100%;
    float: left;
}

@media only screen and (min-width: 768px) {
.split-cont .heading-box {
	width: 43.76%;
}

.split-cont .aside {
	width: 56.24%;
	padding-left: 60px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
.split-cont .heading-box {
	width: 50%;
}

.split-cont .aside {
	width: 50%;
	padding-left: 40px;
}
}

@media only screen and (max-width: 1199px) {
.split-cont {
	padding: 70px 0;
}

.split-cont .heading-box {
	padding: 40px 30px;
}

.split-cont .heading-box .icon img {
	max-height: 90px;
}
}

@media only screen and (max-width: 767px) {
.split-cont {
	padding: 60px 0;
}

.split-cont .heading-box {
	padding: 40px 25px;
	margin-bottom: 40px;
}

.split-cont .heading-box:last-child {
	margin-bottom: 0;
}

.split-cont .heading-box .icon img {
	max-height: 70px;
}

.split-cont .aside h6 {
	padding-bottom: 30px;
}

.split-cont .aside .btn,
.split-cont .aside .button,
.split-cont .aside input[type="button"],
.split-cont .aside input[type="submit"] {
	min-width: 190px;
}
}


/* CTA - Cont */
.cta-cont {
    width: 100%;
    text-align: center;
    background: #052439;
    overflow: hidden;
    padding: 40px 0 50px 0;
}

.cta-cont h4 {
    padding-bottom: 5px;
}

.cta-cont h4:last-child {
    padding-bottom: 0;
}

.cta-cont .logo {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.cta-cont .logo img {
    max-height: 147px;
}

@media only screen and (max-width: 1199px) {
.cta-cont .logo img {
	max-height: 120px;
}
}

@media only screen and (max-width: 767px) {
.cta-cont .logo img {
	max-height: 90px;
}
}


/* Client - Testimonials */
.client-testimonials {
    width: 100%;
    text-align: center;
    background: #000000 url(img/testimonials-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 140px 0;
}

.client-testimonials:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
}

.client-testimonials h2 {
    padding-bottom: 70px;
}

.client-testimonials h2:last-child {
    padding-bottom: 0;
}

.client-testimonials .item {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.client-testimonials .item .aside {
    width: 100%;
    max-width: 720px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.client-testimonials .item .aside .rating-star {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
}

.client-testimonials .item .aside .rating-star:last-child {
    margin-bottom: 0;
}

.client-testimonials .item .aside .rating-star img {
    width: auto;
    max-height: 20px;
}

.client-testimonials .item .aside .name {
    font-family: "Oswald", sans-serif;
    font-size: 600;
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
}

.client-testimonials .owl-carousel {
    padding: 0 85px;
}

@media only screen and (max-width: 1199px) {
.client-testimonials {
	padding: 100px 0;
}

.client-testimonials h2 {
	padding-bottom: 60px;
}

.client-testimonials .item .aside {
	width: 100%;
	max-width: 600px;
}

.client-testimonials .item .aside .name {
	font-size: 30px;
	line-height: 40px;
}
}

@media only screen and (max-width: 767px) {
.client-testimonials {
	padding: 80px 0;
}

.client-testimonials h2 {
	padding-bottom: 50px;
}

.client-testimonials .item .aside .rating-star {
	margin-bottom: 20px;
}

.client-testimonials .item .aside .rating-star img {
	max-height: 17px;
}

.client-testimonials .item .aside .name {
	font-size: 28px;
	line-height: 38px;
}

.client-testimonials .owl-carousel {
	padding: 0;
}
}


/* About - Cont */
.about-cont {
    width: 100%;
    background: #052439;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.about-cont:before {
    content: "";
    width: 54.392%;
    height: 100%;
    float: left;
    background: url(img/about-curve.png) no-repeat bottom left;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-cont .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: start;
    position: relative;
    z-index: 1;
}

.about-cont .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #000000;
    border-radius: 360px;
    padding: 11px 11px;
}

.about-cont .figure img {
    width: 100%;
    border-radius: 360px;
}

.about-cont .aside {
    width: 100%;
}

.about-cont .aside h2 {
    padding-bottom: 40px;
}

.about-cont .aside h2:last-child {
    padding-bottom: 0;
}

.about-cont .aside .btn,
.about-cont .aside .button,
.about-cont .aside input[type="button"],
.about-cont .aside input[type="submit"] {
    min-width: 210px;
}

.about-cont .address-txt {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.about-cont .address-txt a {
    font-weight: 600;
    text-decoration: none;
}

.about-cont .address-txt a:focus,
.about-cont .address-txt a:active,
.about-cont .address-txt a:hover {
    color: #c80813;
}

.about-cont .address-txt:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
.about-cont .figure {
	width: 52.94%;
}

.about-cont .aside {
	width: 47.06%;
	padding-left: 60px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
.about-cont .figure {
	width: 50%;
}

.about-cont .aside {
	width: 50%;
	padding-left: 40px;
}
}

@media only screen and (max-width: 1199px) {
.about-cont {
	padding: 80px 0;
}

.about-cont .figure {
	padding: 8px 8px;
}
}

@media only screen and (max-width: 767px) {
.about-cont {
	padding: 60px 0;
}

.about-cont .figure {
	padding: 6px 6px;
	margin-bottom: 40px;
}

.about-cont .figure:last-child {
	margin-bottom: 0;
}

.about-cont .aside h2 {
	padding-bottom: 30px;
}

.about-cont .aside .btn,
.about-cont .aside .button,
.about-cont .aside input[type="button"],
.about-cont .aside input[type="submit"] {
	min-width: 170px;
}

.about-cont .address-txt {
	line-height: 35px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}


/* Footer */
#footer-main {
    width: 100%;
    float: left;
	flex-shrink: 0;
    background: #000000;
    position: relative;
    padding: 80px 0 40px 0;
}

#footer-main:after,
#footer-main:before {
    content: "";
    width: 20.5%;
    height: 100%;
    float: left;
    background: url(img/footer-light-left.png) no-repeat bottom left;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer-main:before {
    background: url(img/footer-light-right.png) no-repeat top right;
    background-size: 100% auto;
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
}

#footer-main .pre-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 120px 0;
}

#footer-main .pre-footer:last-child {
    padding-bottom: 0;
}

#footer-main .pre-footer p {
    padding-bottom: 15px;
}

#footer-main .pre-footer p a {
    text-decoration: none;
}

#footer-main .pre-footer p:last-child {
    padding-bottom: 0;
}

#footer-main .pre-footer .footer-logo {
    width: 32.3%;
    padding-right: 40px;
}

#footer-main .pre-footer .footer-logo img {
    max-height: 234px;
}

#footer-main .pre-footer .footer-links {
    width: 43.85%;
    padding-top: 15px;
    padding-right: 60px;
}

#footer-main .pre-footer .footer-links ul {
     display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px -8px -10px;
}

#footer-main .pre-footer .footer-links ul li {
    width: 50%;
	float: left;
    padding: 0 10px 8px 10px;
	margin: 0;
}

#footer-main .pre-footer .footer-links ul li:last-child {
	padding-bottom: 8px;
}

#footer-main .pre-footer .footer-links ul li:before {
    display: none;
}

#footer-main .pre-footer .footer-links ul li a {
    font-weight: inherit;
    text-decoration: none;
}

#footer-main .pre-footer .footer-links ul li > a:hover, 
#footer-main .pre-footer .footer-links ul li.current-menu-item > a, 
#footer-main .pre-footer .footer-links ul li.current-menu-parent > a, 
#footer-main .pre-footer .footer-links ul li.current-menu-ancestor > a,
#footer-main .pre-footer .footer-links ul li.current_page_item > a,
#footer-main .pre-footer .footer-links ul li.current_page_parent > a,
#footer-main .pre-footer .footer-links ul li.current_page_ancestor > a,
#footer-main .pre-footer .footer-links ul li.current-page-item > a,
#footer-main .pre-footer .footer-links ul li.current-page-parent > a,
#footer-main .pre-footer .footer-links ul li.current-page-ancestor > a {
	color: #c80813;
	text-decoration: underline;
}

#footer-main .pre-footer .footer-links .aside {
    width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 45px;
}

#footer-main .pre-footer .footer-links .aside:last-child {
    padding-bottom: 0;
}

#footer-main .pre-footer .footer-links .bottom-btn {
	width:100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

#footer-main .pre-footer .footer-links .bottom-btn .btns-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}

#footer-main .pre-footer .footer-links .bottom-btn .btn-out {
    width: 50%;
	float: left;
    padding: 0 10px 20px 10px;
    margin: 0;
}

#footer-main .pre-footer .footer-links .bottom-btn .btn,
#footer-main .pre-footer .footer-links .bottom-btn .button,
#footer-main .pre-footer .footer-links .bottom-btn input[type="button"],
#footer-main .pre-footer .footer-links .bottom-btn input[type="submit"] {
	width: 100%;
    padding-right: 20px;
    padding-left: 20px;
	margin: 0;
}

#footer-main .pre-footer .contact-us {
    width: 23.85%;
    padding-top: 15px;
}

#footer-main .pre-footer .contact-us .social-links {
    margin-top: 20px;
}

#footer-main .pre-footer .contact-us .social-links ul {
    padding: 0;
    margin: 0 -7px -10px -7px;
}

#footer-main .pre-footer .contact-us .social-links ul li {
    padding: 0;
    margin: 0 7px 10px 7px;
}

#footer-main .copyrights {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#footer-main .copyrights h5 {
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
}

#footer-main .copyrights h5:before {
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    background: #707070;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

#footer-main .copyrights h5 .txt {
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #000000;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
}

#footer-main .copyrights h5:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
#footer-main {
	padding: 60px 0 40px 0;
}

#footer-main .pre-footer {
	padding: 0 0 80px 0;
}

#footer-main .pre-footer .footer-logo {
	width: 28%;
}

#footer-main .pre-footer .footer-logo img {
	max-height: 200px;
}

#footer-main .pre-footer .footer-links {
	width: 48.15%;
	padding-right: 40px;
}
}

@media only screen and (max-width: 991px) {
#footer-main .pre-footer .footer-logo {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

#footer-main .pre-footer .footer-links {
	width: 66.66%;
	padding-top: 0;
}

#footer-main .pre-footer .contact-us {
	width: 33.33%;
	padding-top: 0;
}
}

@media only screen and (max-width: 767px) {
#footer-main {
	padding: 40px 0;
}

#footer-main .pre-footer {
	padding: 0 0 60px 0;
}

#footer-main .pre-footer .footer-logo {
	margin-bottom: 40px;
}

#footer-main .pre-footer .footer-logo img {
	max-height: 160px;
}

#footer-main .pre-footer .footer-links {
	width: 100%;
	padding: 0 0 40px 0;
}

#footer-main .pre-footer .footer-links:last-child {
	padding-bottom: 0;
}

#footer-main .pre-footer .footer-links .aside {
	padding-bottom: 40px;
}

#footer-main .pre-footer .contact-us {
	width: 100%;
}

#footer-main .copyrights h5 {
    padding: 0;
    margin-bottom: 20px;
}

#footer-main .copyrights h5:before {
	display: none;
}

#footer-main .copyrights h5 .txt {
    background: none;
    padding-right: 0;
    padding-left: 0;
}
}

@media only screen and (max-width: 479px) {
#footer-main .pre-footer .footer-links ul li {
	width: 100%;
}
}


/* Banner - Inner */
.banner-inner {
    width: 100%;
    background: #262626;
    overflow: hidden;
    padding: 90px 0 60px 0;
}

@media only screen and (max-width: 767px) {
.banner-inner {
	padding: 70px 0 50px 0;
}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

@media only screen and (max-width: 767px) {
.content-inner {
	padding: 60px 0;
}
}



/* Text - Colors / Wordpress Cores */

/* Text - Positions */
.upper-case { 
	text-transform: uppercase;
}

.lower-case { 
	text-transform: none;
}

.underline {
	text-decoration: underline; 
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

@media (max-width: 767px) {
.mobi-align-left {
	text-align: left;
}
}


/* ---------------------------- Begin WordPress Core ---------------------------- */

/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar */
}

/* ---------------------------- End WordPress Core ---------------------------- */



