/*
Theme Name: ChiroPractic
Author: Zillion Designs
Version: 1.0
Author URI: http://www.zilliondesigns.com/
 */

body {
	line-height: 1.4;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	margin: 20px 0 30px;
	border-left: 5px solid;
	padding-left: 20px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

*::before,
*::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #333;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333;
}

.container:before,
.container:after,
.group:before,
.group:after {
	content: "";
	display: table;
}

.container:after,
.group:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.group {}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

img {
	max-width: 100%;
}

.fl,
.content {
	width: 100%;
	float: left;
}

.btn {
	font-size: 18px;
	padding: 8px 15px 8px 15px;
	display: inline-block;
	border: 2px solid #005e9c;
	background: #fff;
	color: #005e9c;
	text-transform: uppercase;
	margin-top: 15px;
}

.btn:hover {
	background: #393438;
	color: #fff;
}

h1,
h2,
h3,
h4 {
	font-family: Century Gothic;
	font-weight: bold;
}

.half {
	width: 50%;
	float: left;
}

.half_left {
	width: 48%;
	float: left;
}

.half_right {
	width: 48%;
	float: right;
}

body {
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 16px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

/*************************************
  /*= header
**************************************/
.header {
	padding: 16px 0;
}

.logo {
	float: left;
}

.logo img {
	display: block;
}

.head_ph {
	float: right;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #be1e2d;
	font-weight: 700;
	position: relative;
	padding-left: 60px;
	padding-top: 10px;
}

.head_ph p {
	margin-bottom: 0;
	padding-left: 6px;
	padding-top: 5px;
}

.head_ph a {
	font-size: 40px;
	color: #545557!important;
    -webkit-text-fill-color:#545557!important;
}

.head_ph:before {
	position: absolute;
	content: "";
	background: url(images/ph_icon.png) no-repeat center center;
	width: 46px;
	height: 79px;
	left: 0;
}

/*************************************
  /*= navbar
**************************************/
#navbar {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
	background: #545557;
}

#navbar .menu-main_menu-container {
	float: left;
	position: relative;
	width: 100%;

}

#navbar .primary_menu>li {
	display: inline-block;
	margin: 0 0px;
	position: relative;
	vertical-align: top;
}

#navbar .primary_menu>li:after {
	position: absolute;
	content: "";
	right: -2.1px;
	top: 0;
	width: 1px;
	background: #767779;
	height: 100%;
}

#navbar .primary_menu>li:first-child {
	/*padding-left: 0;*/
}

#navbar .primary_menu>li:last-child {

	/*padding-right: 0;*/
}

#navbar .primary_menu>li:last-child:after {
	content: "";
}

#navbar .primary_menu>li>a {
	color: #fff;
	float: left;
	font-size: 18px;
	padding: 14px 22px;
	font-family: Century Gothic;
	text-transform: uppercase;
	font-weight: bold;
}

#navbar .primary_menu>li>a:hover,
#navbar .primary_menu>li.current-menu-item>a {
	color: #fff;
	background: #be1e2d;
}

#navbar ul li.menu-item-has-children a:hover {
	border-bottom: 0 solid #ffffff;
}

#navbar .sub-menu li {
	background-image: none;
	border-bottom: 1px solid #000;
	float: none !important;
	padding: 0;
	text-align: left;
	width: 100%;
	background-color: rgba(190, 30, 45, 0.5);
	height: auto;
	display: table;
}

#navbar .sub-menu {
	width: 230px;
}

#navbar .sub-menu a {
	border: 0 none !important;
	border-radius: 0 !important;
	color: #fff !important;
	display: table-cell;
	float: none !important;
	font-size: 14px !important;
	height: 35px !important;
	padding: 5px 10px !important;
	vertical-align: middle;
	width: 100%;
}

#navbar .sub-menu a:hover,
#navbar .sub-menu .current-menu-item a {
	background-color: #be1e2d !important;
	color: #fff !important;
	padding-left: 20px !important;
}

#navbar ul ul {
	float: left;
	left: -999em;
	margin: 46px 0 0;
	padding-top: 7px;
	position: absolute;
	z-index: 99;
}

#navbar ul ul ul {
	left: -999em;
	top: auto;
	margin: 0;
	padding: 0;
}

#navbar .primary_menu>li.menu-item-has-children:hover>a,
#navbar .menu>li.menu-item-has-children a:focus {}

#navbar .sub-menu a:focus {
	background-image: none !important;
}

#navbar ul li:hover>ul,
#navbar ul li.focus>ul {
	left: auto;
}

#navbar ul ul li:hover>ul,
#navbar ul ul li.focus>ul {
	left: 100%;
}

#navbar .primary_menu>li.menu-item-has-children>a:after {
	/*content: "\f502";*/
	display: inline-block;
	font: 8px/1 Genericons;
	position: absolute;
	right: 5px;
	top: 14px;
	vertical-align: text-bottom;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children>a::after,
.primary-navigation .menu-item-has-children li.page_item_has_children>a::after,
.primary-navigation .page_item_has_children li.menu-item-has-children>a::after,
.primary-navigation .page_item_has_children li.page_item_has_children>a::after {
	right: 8px;
	top: 24px;
}

/*************************************
  /*= section 1
**************************************/
.sec1 {
	position: relative;
}

.sec1 .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec1 img.slide {
	width: 100%;
	display: block;
}

.line1 {
    font-size: 50px;
    color: #be1e2d;
    -webkit-text-stroke: 1px #be1e2d;
    -moz-text-stroke: 1px #fff;
    font-weight: 500;
    text-shadow: 2px 2px #000000;
}

.slid_caption {
	width: 50%;
	height: 100%;
	text-align: center;
	font-family: Century Gothic;
	font-weight: bold;
}

.cap_tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.cap_mid {
	display: table-cell;
	vertical-align: middle;
}

.call_now {
	background: #be1e2d;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	position: relative;
	font-size: 20px;
	transition: 0.3s all ease-in-out;
}

.call_now a {
	color: #fff;
}

.call_now:before {
	position: absolute;
	content: "";
	background: url(images/ph_icon2.png) no-repeat left;
	width: 37px;
	height: 73px;
	left: -10px;
	top: -10px;
}

.call_now:hover {
	background: #13367b;
	border: 1px solid #be1e2d;
}

.bx-wrapper {
	box-shadow: 0 0 0;
	border: 0;
	background: none;
	margin-bottom: 0;
}

.sec1 .bx-wrapper .bx-pager.bx-default-pager a {
	width: 50px;
	height: 5px;
	border-radius: 0;
	background: #fff;
}

.sec1 .bx-wrapper .bx-pager,
.sec1 .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

.sec1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sec1 .bx-wrapper .bx-pager.bx-default-pager a.active,
.sec1 .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #be1e2d;
}

/*************************************
  /*= section 2
**************************************/
.sec2 {
	position: relative;
	padding: 60px 0;
	background: url(images/sec2_bg.jpg) no-repeat center center;
	text-align: center;
	min-height: 500px;
}

.sec_title {
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	position: relative;
	display: inline-block;
}

.sec_title:before,
.sec_title:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background: #fff;
	bottom: 24px;
}

.sec_title:before {
	left: 0;
}

.sec_title:after {
	right: 0;
}


/*************************************
  /*= section 3
**************************************/
.sec3 {
	position: relative;
	padding: 105px 0;
}

.service_box {
	border-radius: 4px;
	background: #be1e2d;
	color: #fff;
	text-align: center;
	float: left;
	padding: 5px 5px 0 5px;
	font-size: 18px;
	transition: 0.3s all ease-in-out;
}

.service_box>img {
	border: 2px solid #fff;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	width: 100%;
	display: block;
}

.ser_icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-top: -50px;
}

.service_box h3 {
	font-size: 28px;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}

.service_box h3:before,
.service_box h3:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #fff;
	bottom: 18px;

}

.service_box h3:before {
	left: -60px;
}

.service_box h3:after {
	right: -60px;
}

.service_box p {
	padding: 0 50px;
}

a.serv_btn {
	background: #580e15;
	color: #fff;
	display: inline-block;
	padding: 6px 50px;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	height: 38px;
	position: relative;
	margin-top: 8px;
}

.serv_btn:before,
.serv_btn:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	border-bottom: 38px solid #580e15;
}

a.serv_btn:before {
	left: -7px;
	border-left: 8.5px solid transparent;
	border-right: 0px solid transparent;
}

a.serv_btn:after {
	right: -7px;
	border-left: 0px solid transparent;
	border-right: 8px solid transparent;
}

.service_box2 {
	background: #3a5fca;
}

.service_box2 a.serv_btn {
	background: #223a84;
}

.service_box2 .serv_btn:before,
.service_box2 .serv_btn:after {
	border-bottom: 38px solid #223a84;
}

.sec3 .container {
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	top: -300px;
}

.service_box:hover {
	background: #545557;
}

/*************************************
  /*= section 4
**************************************/
.sec4 {
	position: relative;
	text-align: center;
	background: url(images/sec4_bg.jpg) no-repeat center center / cover;
	padding: 60px 0 0;
}

.sec4 .sec_title {
	color: #be1e2d;
}

.sec4 .sec_title:before,
.sec4 .sec_title:after {
	width: 100px;
	background: #be1e2d;
}

h2.sec_title {
	font-size: 52px;
	margin-bottom: 30px;
}

h2.sec_title:before,
h2.sec_title:after {
	bottom: 30px;
}

h2.sec_title:before {
	left: -120px;
}

h2.sec_title:after {
	right: -120px;
}

.vide_frame {
	background: url(images/video_frame.png) no-repeat center bottom;
	height: 464px;
	padding-top: 0;
}

.videos_box {
	width: 565px;
	height: 355px;
	margin: 0 auto 0;
}

.videos_box video {
	width: 100%;
	display: block;
}

.videos_box img,
.videos_box iframe {
	display: block;
	width: 100%;
}

/*************************************
  /*= section 5
**************************************/
.sec5 {
	padding: 60px 0;
	position: relative;
	text-align: center;
	background: url(images/sec5_bg.jpg) no-repeat center center / cover;
}

.our_services {}

.our_services_box {
	width: 360px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	overflow: hidden;
	margin: 13px;
	position: relative;
	padding-top: 2px;
}

.ser_thumb {
	position: relative;
}

.ser_thumb img {
	display: block;
	width: 100%;
}

.our_services_box h3 {
	background: #13367b;
	color: #fff;
	font-size: 24px;
	padding: 10px 0 16px;
}

img.bord_img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.our_services_box a::before,
.our_services_box a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.center::before,
.center::after {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.center::before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.center::after {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

.center:hover::before,
.center:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

/*************************************
  /*= section 6
**************************************/
.sec6 {
	position: relative;
	padding: 60px 0 80px;
	text-align: center;
}

.sec6 .sec_title {
	color: #be1e2d;
}

.sec6 .sec_title:before,
.sec6 .sec_title:after {
	width: 100px;
	background: #be1e2d;
}

.ct_wrap {
	position: relative;
}

/* .ct_wrap {
	background-image: url(images/body_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 566px;
	float: left;
	width: 100%;
	position: relative;
	padding: 70px 0 0;
} */

.ct_left {
	float: left;
	position: absolute;
	width: 422px;
	text-align: right;
	top: 86px;
}

.ct_circl {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.ct_circl a {
	color: #333;
}

.ct_icon {
	width: 90px;
	height: 90px;
	display: inline-block;
	background: #cc0013;
	border-radius: 100%;
	text-align: center;
	padding: 13px;
	border: 5px solid #fff;
	transition: 0.3s all ease-in-out;
}

.ct_icon img {
	display: inline-block;
	margin-top: 4px;
}

.ct_circl h3 {
	font-size: 22px;
	text-transform: uppercase;
	padding: 28px 0;
}

.ct_circl:hover .ct_icon {
	background: #13367b;
	border: 5px solid #cc0013;
}

.ct_circl:hover a {
	color: #cc0013;
}

.ct_left .ct_icon {
	float: right;
	margin-left: 15px;
}

.ct_left .ct_circl.ct_circl1 {
    position: relative;
    left: -47px;
    top: -107px;
}

.ct_left .ct_circl.ct_circl2 {
    position: relative;
    right: -51px;
    top: -59px;
}
.ct_left .ct_circl.ct_circl21 {
    position: relative;
    right: 14px;
    top: -80px;
}

.ct_left .ct_circl.ct_circl3 {
    position: relative;
    top: -100px;
    left:40px;
}


.ct_left .ct_circl.ct_circl4 {
    position: relative;
    right: 74px;
    bottom: 100px;
}

.ct_right {
	float: right;
	position: absolute;
	width: 422px;
	text-align: left;
	right: 0;
	top: 55px;
}

.ct_right .ct_icon {
	float: left;
	margin-right: 15px;
}

.ct_right .ct_circl.ct_circl1 {
    position: relative;
    left: -20px;
    top: -28px;
}

.ct_right .ct_circl.ct_circl2 {
    position: relative;
    top: -76px;
    right: -43px;
}

.ct_right .ct_circl.ct_circl3 {
    padding-left: 44px;
    position: relative;
    top: -76px;
    right: -43px;
}

.ct_right .ct_circl.ct_circl4 {
    position: relative;
    left: -63px;
    top: -69px;
}
.ct_right .ct_circl.ct_circl5 {
    position: relative;
    left: 35px;
    top: -49px;
}




/*************************************
  /*= section 7
**************************************/
.sec7 {
	background: url(images/pattern.jpg);
	position: relative;
	text-align: center;
	padding: 80px 0 60px;
}

.sec7 .call_now {
	position: absolute;
	left: 0;
	right: 0;
	width: 200px;
	margin: auto;
	top: -105px;
	background-color: #13367b;
}

.sec7 .call_now a {
	color: #fff;
}

.sec7 .call_now:before {
	background: url(images/ph_icon3.png) no-repeat left;
	width: 37px;
	height: 73px;
}

.sec7 .call_now:hover {
	background: #545557;
}

.sec7 .sec_title {
	color: #be1e2d;
}

.sec7 .sec_title:before,
.sec7 .sec_title:after {
	width: 100px;
	background: #be1e2d;
}

.reviews_link {}

.reviews_link a {
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px;
	border-radius: 12px;
}

.reviews_link img {
	display: block;
}

.reviews_link a:hover {
	box-shadow: 0 0 10px #f3b0b6;
}

/*************************************
  /*= section 8
**************************************/
.sec8 {
	background: url(images/map.jpg) center center / cover;
	height: 565px;
	-webkit-box-shadow: inset -1px 11px 21px 0px rgb(220, 220, 220);
	-moz-box-shadow: inset -1px 11px 21px 0px rgb(220, 220, 220);
	box-shadow: inset -1px 11px 21px 0px rgb(220, 220, 220);
}

.sec8 iframe {
	width: 100%;
	height: 100%;
}

/*************************************
  /*= footer
**************************************/
.footer {
	background: url(images/footer-bg.png) center center / cover;
	color: #fff;
	height: 606px;
	padding: 160px 0 0 0;
	position: relative;
	z-index: 99999999999999;
	margin-top: -100px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #cd0001;
}

.ft_col {
	float: left;
	margin-right: 50px;
	padding-right: 50px;
	background: url(images/footer-seperator.png) no-repeat center right;
}

.ft_col h3 {
	font-size: 24px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.ft_col h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #fff;
}

.ft_col1 {
	width: 220px;
}

.ft_nav {}

.ft_nav ul {}

.ft_nav ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.ft_nav ul li:before {
	background: url('images/icons.png') no-repeat -12px -10px;
	width: 6px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
}

.ft_nav ul li a {}

.ft_col2 {
	width: 300px;
}

.ft_col2>div {
	margin-bottom: 18px;
	padding-left: 30px;
	position: relative;
}

.ft_col2>div:before {
	position: absolute;
	left: 0;
	content: "";
}

.ft_add:before {
	background: url('images/icons.png') no-repeat -38px -6px;
	width: 17px;
	height: 26px;
	top: 5px;
}

.ft_col2 strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.ft_ph:before {
	background: url('images/icons.png') no-repeat -68px -9px;
	width: 19px;
	height: 18px;
	top: 5px;
}

.ft_mail:before {
	background: url('images/icons.png') no-repeat -98px -11px;
	width: 19px;
	height: 14px;
	top: 5px;
}

.ft_col3 {
	width: 250px;
	font-size: 16px;
}

.ft_col3 div {
	margin-bottom: 9px;
}

.ft_col3 div strong {
	font-weight: 600;
	width: 60px;
	display: inline-block;
}

.ft_col4 {
	width: 240px;
	padding-right: 0;
	margin-right: 0;
	background: none;
	float: right;
}

.ft_social_link {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.ft_social_link a {
	width: 37px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.footer-logo {
	width: 80%;
	margin: 0 auto;
	display: block;
}

.fb {
	background: url('images/icons.png') no-repeat -10px -43px;
}

.twit {
	background: url('images/icons.png') no-repeat -53px -43px;
}

.yelp {
	background: url('images/icons.png') no-repeat -96px -43px;
}

.ajb {
	background: url('images/icons.png') no-repeat -139px -43px;
}

.ytube {
	background: url('images/icons.png') no-repeat -182px -43px;
}

.bottom {
	padding: 15px 0;
	background-color: #1b4eb8;
	color: #fff;
}

.copyright {
	text-align: center;
	font-size: 15px;
}

/*************************************
  /*= inner pages
**************************************/
/*----------------------------- Inner Pages --------------------------------*/
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #555;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #555;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #555;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #555;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 5px solid #333;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"] {
	border: 1px solid #CCCCCC;
	resize: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	padding: 4px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input[type="text"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
	border: 1px solid #51CBEE !important;
	box-shadow: 0 0 5px #51CBEE;
	-moz-box-shadow: 0 0 5px #51CBEE;
	-webkit-box-shadow: 0 0 5px #51CBEE;
}

.wrap-inner-page {
	float: left;
	width: 100%;
	position: relative;
}

.wrap-inner-page h2 {
	font-size: 26px;
}

.wrap-inner-page h3 {
	font-size: 20px;
}

.feature_title {
	float: left;
	width: 100%;
	position: relative;
}

.f-img {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}

.div-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}

.div-table {
	display: table;
	height: 100%;
	width: 100%;
}

.div-vertical {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 16%;
}

.heading {
	color: #fff;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
	font-size: 44px;
	line-height: 1;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}

.heading::after {
	content: "";
	border-bottom: 3px solid #e52527;
	display: block;
	width: 196px;
	margin: 15px auto 0;
}

.inner-content {
	float: left;
	width: 70%;
	margin: 50px 0;
}

.sidebar-inner {
	float: right;
	width: 27%;
	margin: 50px 0;
	background-color: #efefef;
	padding: 15px;
}

.full-content {
	float: left;
	width: 100%;
	margin: 40px 0 60px;
}

.posted {
	float: left;
	width: 100%;
	margin: 0px 0 10px;
	font-size: 13px;
}

.wpcf7 {
	clear: both;
	float: left;
	width: 100%;
	font-family: 'Lato', sans-serif;
}

.wpcf7 p {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #cbcbcb;
	float: left;
	width: 100%;
	color: #333;
	height: 48px;
	border-radius: 0;
	background-color: transparent;
	margin: 5px 0 0 0;
	font-family: inherit;
	font-size: 15px;
}

.wpcf7 textarea {
	height: 150px;
	padding: 10px;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: #009DDC;
	border: 1px solid #009DDC !important;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 22px;
	height: 55px;
	padding: 0;
	width: 155px;
}

.wpcf7-form-control.wpcf7-submit:hover {
	border: 1px solid #000 !important;
}

div.wpcf7-response-output {
	clear: both;
	color: #ffffff !important;
	margin: 10px 0 0 !important;
	padding: 10px !important;
}

span.wpcf7-not-valid-tip {
	clear: both;
	float: left;
	width: 100%;
}

.half-left {
	float: left;
	width: 48%;
}

.half-right {
	float: right;
	width: 48%;
}

.wrap-cf7 {
	float: left;
	width: 80%;
}

.default-content {
	font-size: 16px;
}

.inner-content .f-img {
	margin: 0 auto 20px;
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
	width: auto !important;
	max-width: 100%;
	float: none;
}

.archive .heading,
.single .heading {
	font-size: 34px;
}

.wrap-blog-post {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.default-content a {
	color: #009DDC;
	border-bottom: 1px solid;
}

.blog-reamore {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 25px;
	background-color: #009DDC;
	color: #fff;
	font-size: 16px;
}

.page-template-page-services .full-content {
	margin: 30px 0 20px;
}

.page-template-page-condition .full-content {
	margin: 30px 0 0 0;
}

/*For Team page*/
.team-baner {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.team-baner p {
    width: 100%;
    max-width: 850px;
    text-align: center;
    padding: 41px 0;
}

/*---------------------------------- SIDEBAR --------------------------------------*/
.sidebar li {
	float: left;
	font-size: 16px;
	margin: 0 0 10px;
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #aaa;
}

h2.widget-title {
	float: left;
	font-size: 20px;
	margin: 0 0 10px;
	width: 100%;
}

.sidebar a {
	color: #009DDC;
	float: left;
}

.sidebar span {
	clear: both;
	float: left;
	font-size: 13px;
}

/*---------------------------------------- PAGINATION ----------------------------------------*/
.navigation.blogpostsnav {
	float: left;
	width: 100%;
	margin: 0 0 4% 0;
	text-align: center;
}

.blogpostsnav ul {
	margin: 0;
	padding: 0;
}

.blogpostsnav li a,
.blogpostsnav li a:hover,
.blogpostsnav li.active a,
.blogpostsnav li.disabled {
	color: #fff;
	text-decoration: none;
}

.blogpostsnav li {
	display: inline-block;
	vertical-align: top;
}

.blogpostsnav li a,
.blogpostsnav li a:hover,
.blogpostsnav li.active a,
.blogpostsnav li.disabled {
	background-color: #737373;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 5px 12px;
	color: #fff !important;
}

.blogpostsnav li a:hover,
.blogpostsnav li.active a {
	background-color: #009DDC;
	color: #fff;
}



.staff-bio-image {
	width: 25%;
}

.staff-bio {
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
	justify-content: space-between;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.staff-bio-image img {
	display: block;
	border-radius: 10px 0 0 10px;
}

.staff-bio-content {
	width: 72%;
	padding: 15px 50px 20px 0;
}

.staff-bios {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 80px;
	justify-content: center;
}

.staff-bios h1 {
	font-size: 34px;
}

.staff-bio-content h2 {
	color: #be1e2d;

}

.staff-bio-content p {
	font-size: 17px;
	line-height: 26px;
	margin: 20px 0 0;
}

/*Media Query*/



@media screen and (max-width:768px) {
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target {
		background: #be1e2d !important;
	}

	.ft-j {
		display: flex;
		flex-wrap: wrap;

	}

	.ft_col1,
	.ft_col2,
	.ft_col3,
	.ft_col4 {
		width: 50%;
	}

	.footer {
		height: auto;
		padding-bottom: 40px;
		padding-left: 7rem;
	}

	.ft_col {
		flex: 1 1 calc(33.33% - 1rem);
		margin-right: 50px;
		margin-top: 40px;
	}

	.ft_col2 {
		background: none;
	}


	.ft_social_link {
		text-align: left;
	}

	h2.sec_title {
		font-size: 40px;
	}

	.sec6 {
		padding-bottom: 120px;
	}

    .sec3 {
        padding: 30rem 0!important;
        z-index: 999!important;
    }

	.half_left {
		width: 100%;
		float: left;
	}

	.half_right {
		width: 100%;
		float: right;
		padding-top: 2rem;
	}

	.sec4 .container {
		padding: 0;
	}
.ct_left .ct_circl.ct_circl2 {
        position: relative;
        right: -76%!important;
        top: -62px!important;
    }
    .ct_left .ct_circl.ct_circl21 {
        position: relative;
        right: -51px!important;
        top: -126px!important;
    }
    .ct_left .ct_circl.ct_circl4 {
        position: relative;
        right: -13px!important;
        top: -144px!important;
    }

    .ct_left .ct_circl.ct_circl1 {
        position: relative;
        left: 10%!important;
        top: -144px!important;
    }
    .ct_left .ct_circl.ct_circl3 {
        position: relative;
        left: 50%!important;
        top: -150px!important;
    }
    
        .ct_right .ct_circl.ct_circl1 {
        position: relative;
        top: -46px!important;
        left: -54%!important;
    }
    .ct_circl.ct_circl5 {
    position: relative;
    left: -22px!important;
    top: -79px!important;
}

.ct_right .ct_circl.ct_circl3 {
    padding-left: 44px!important;
    position: relative;
    top: -86px!important;
    right: 1px!important;
}
.ct_right .ct_circl.ct_circl2 {
        position: relative;
        top: -99px !important;
        left: 0 !important;
    }
.ct_right .ct_circl.ct_circl4 {
    position: relative;
    left: -111px!important;
    top: -129px!important;
}
	/* .ct_circl {
		width: 82%;
	} */

	.ct_icon {
		width: 75px;
		height: 75px;
	}

	.ct_left {

		width: 207px;
	}

	.ct_circl h3 {
		font-size: 12px;
	}

	.ct_left .ct_icon {
		float: right;
		margin-left: 3px;
	}

	.ct_right .ct_icon {
		float: left;
		margin-right: 9px;
	}

	.ct_right {
		width: 191px;
	}

	.default-content {
		font-size: 16px;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.full-content .half-left,
	.full-content .half-right {
		width: 100%;
	}

	.staff-bio-image {
		width: 100%;
	}

	.staff-bio-content {
		width: 100%;
		padding: 30px 17px;
		text-align: center;
	}

	.staff-bios h1 {
		text-align: center;
	}

	.head_ph:before {
		background-size: 66%;
	}
	#navbar {
    background: #be1e2d;
}
.staff-bio-image img {
    display: block;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.line1 {
    font-weight: unset!important;
}
.sec4 {
    padding:0!important;
}
.service_box {
    width:100%;
}

.full-content {
    margin: 0 0 60px;
}

/* 	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
    display: none;
}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu:hover{
		 display: block;
	} */
}


@media screen and (max-width:599px) {
    
    .head_ph a {
    font-size: 30px;
	}
	    .staff-bio-content {
        padding: 30px 17px!important;
    }

	.head_ph {
        float: left;
        text-align: center;
    }

	.line1 {
		font-size: 18px;
	}

	.line2 img {
		width: 100%;
		max-width: 130px;
		margin: 0 auto;
	}

	.call_now {
		font-size: 12px;
	}

	.sec1 .bx-wrapper .bx-pager.bx-default-pager a {
		width: 30px;
	}

	.sec_title {
		font-size: 24px;
	}

	.service_box h3 {
		font-size: 19px;

	}

	.service_box p {
		font-size: 16px;
	}

	.sec3 {
		padding: 19rem 0 !important;
	}

	.sec4 {
		padding: 0 0 0;
	}

	h2.sec_title {
		font-size: 24px;
	}

	.sec4 .sec_title:before,
	.sec4 .sec_title:after,
	.sec_title:before,
	.sec_title:after {
		display: none;
	}

	.videos_box video {
		max-width: 424px;
	}

	.ct_icon {
		width: 50px;
		height: 50px;
		padding: 6px;
	}

	.ft-j {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.ft_col1,
	.ft_col2,
	.ft_col3,
	.ft_col4 {
		width: 100% !important;
	}

	.footer {
		padding-left: 0;
	}

	.videos_box {
        width: 100%;
        height: auto;
        max-width: 424px;
        margin: 0 auto;
    }

	.vide_frame {
        height: auto;
        background: #000;
        padding-top: 58px;
    }

	.ft_col {
		padding-right: 0;
		justify-items: center;
		text-align: center;
	}

	.footer-logo {
		width: auto;
	}

	.ft_social_link {
		text-align: center;
	}

	.head_ph span {
		color: #545557!important;
		font-size: 30px!important;
	}

	.header {
		padding: 6% 10%;
	}

	.ct_circl h3 {
		padding: 0;
	}

	.reviews_link img {
		padding-bottom: 5%;
	}

	.ct_wrap img {
		width: 100%;
		max-width: 340px;
	}

	.ct_left {
	    position:absolute;
		width: 108px;
		display: flex;
		flex-direction: column;
		top: 60px;
		left: -11px;
	}

	.ct_right {
		width: 81px;
	}

	.ct_circl {
		width: 100%;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.ct_circl h3 {
		font-size: 10px!important;
	}
	.ct_left .ct_circl.ct_circl21 {
        position: relative;
        right: -18px !important;
        top: -94px !important;
    }

    .ct_left .ct_circl.ct_circl4 {
        right: -33% !important;
        width: 10%;
        top: -82px !important;
    }
.ct_left .ct_circl.ct_circl1 {
        position: relative;
        display: flex;
        justify-content: center;
        width: 28%;
        top: -67px !important;
        left: 44% !important;
    }

	.ct_left .ct_circl.ct_circl2 {
		position: relative;
		top: -9px;
	}

	.ct_left .ct_circl.ct_circl3 {
        padding-right: 0;
        width: 50%;
        position: relative;
        left: 78% !important;
        top: -66px !important;
    }

	.ct_left .ct_icon,
	.ct_right .ct_icon {
		float: none;
		margin: 0;
	}

    .ct_right .ct_circl.ct_circl1 {
        position: relative;
        left: -56px !important;
        top: -53px !important;
    }

    .ct_right .ct_circl.ct_circl2 {
        padding-left: 0;
        top: -66px !important;
        left: -22px !important;
    }

	.ct_right .ct_circl.ct_circl4 {
		position: relative;
		left: -84px!important;
		top: -72px!important;
	}

	.ct_right .ct_circl.ct_circl3 {
        padding-left: 0 !important;
        position: relative;
        top: -70px !important;
        right: -8px !important;
    }

    .ct_circl.ct_circl5 {
        position: relative;
        left: -14px !important;
        top: -67px !important;
    }
	   /* .head_ph {*/
    /*    font-size: 9px!important;*/
    /*}*/
	 .head_ph span {
        font-size: 24px!important;
	}
	.sec1 .bx-wrapper .bx-pager, .sec1 .bx-wrapper .bx-controls-auto {
    bottom: 11px;
}

.heading::after {
    content: "";
    border-bottom: 3px solid #e52527;
    display: block;
    width: 130px;
    margin: 8px auto 0;
}
    .heading {
        font-size: 23px;
    }
    .staff-bios h1 { font-size: 26px;}

}
@media screen and (max-width:425px){
        .videos_box {
        width: 100%;
        height: auto;
    }
    	.vide_frame {
        height: auto;
        background: none;
        padding-top: 0;
    }
    
}
	@media screen and (max-width:375px) {
	    .ct_left {
        padding: 0;
    }

	.our_services_box {
		width: auto;
	}

	.head_ph span {
		font-size: 30px;
	}

	.head_ph {
		font-size: 12px;
	}
	    .ct_wrap img {
        width: 100%;
        max-width: 300px;
    }
    .ct_left .ct_circl.ct_circl2 {
        position: relative;
        right: -55% !important;
        top: -72px !important;
    }
    .ct_left .ct_circl.ct_circl21 {
        position: relative;
        right: -5px !important;
        top: -94px !important;
    }
    .ct_left .ct_circl.ct_circl4 {
        right: -19% !important;
        width: 10%;
        top: -82px !important;
    }
        .ct_left .ct_circl.ct_circl1 {
        top: -76px !important;
        left: 37% !important;
    }
           .ct_left .ct_circl.ct_circl3 {
        left: 96% !important;
        top: -100px !important;
    }
        
        .ct_right .ct_circl.ct_circl1 {
        position: relative;
        left: -56px !important;
        top: -61px !important;
    }
        .ct_circl.ct_circl5 {
        position: relative;
        left: -6px !important;
        top: -80px !important;
    }
        .ct_right .ct_circl.ct_circl3 {
        top: -82px !important;
        right: -8px !important;
    }
    .ct_right .ct_circl.ct_circl2 {
        top: -81px !important;
        left: -9px !important;
    }
    .ct_right .ct_circl.ct_circl4 {
      
        left: -80px !important;
        top: -102px !important;
    }
        .call_now {
        font-size: 9px;
    }
    .call_now:before {
    width: 35px;
    background-size: 25px;
    top: -19px;
}
    
    
}

@media screen and (max-width:1024px) {

	.ft_col1,
	.ft_col2,
	.ft_col3,
	.ft_col4 {
		width: 21%;
	}

	.ft_col {
		padding-right: 0;
	}
    .ct_left .ct_circl.ct_circl2 {
        position: relative;
        right: -68%;
        top: -74px;
    }
    .ct_left .ct_circl.ct_circl21 {
        position: relative;
        right: -5px;
        top: 9px;
    }
    .ct_left .ct_circl.ct_circl4 {
            position: relative;
            right: 41px;
            top: -12px;
        }
    .ct_left .ct_circl.ct_circl1 {
        position: relative;
        left: 32%;
        top: -26px;
    }
    .ct_left .ct_circl.ct_circl3 {
            position: relative;
            left: 50px;
            top: 106px;
        }
      .ct_right .ct_circl.ct_circl5 {
        position: relative;
        left: -14%;
        top: 57px;
    }
    .ct_right .ct_circl.ct_circl1 {
        position: relative;
        top: -47px;
        left: 12px;
    }
    .ct_right .ct_circl.ct_circl3 {
        position: relative;
        top: 25px;
        right: -111px;
    }
           .ct_right .ct_circl.ct_circl2 {
        position: relative;
        top: 165px;
        left: -68px;
    }

    .ct_right .ct_circl.ct_circl4 {
        position: relative;
        top: 104px;
        left: 0;
    }
.ct_circl h3 {
    font-size: 16px;
    padding:0;
}
.ct_circl {
    width: 100%;
    max-width: 170px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.ct_left .ct_icon,.ct_right .ct_icon{
    float:none;
    margin-left:0;
}


}
@media screen and (min-width:768px) {

	.shiftnav-toggle-button {
		display: none !important;
	}
}
@supports (-webkit-touch-callout: none) {
  .ft_col h3:before,.ft_nav ul li:before,.ft_col2>div:before {
    display: none !important;
    content: none !important;
    padding-left:0 !important;
  }
  .ft_nav ul li,.ft_col2>div{padding-left:0 !important;}
  
}