/* CSS
Author: GILLAN E SOLUTIONS
Created:17-01-2018
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/
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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
}
a:hover {
	text-decoration: underline;
	transition: all 0.4s ease-in-out;
}
table {
	margin-bottom: 15px;
}
h1 {
	font-family: 'NexaBold';
	font-size: 60px;
	color: #fff;
	line-height: normal;
	margin-bottom: 10px;
}
h2 {
	font-family: 'OpenSans-Bold';
	font-size: 42px;
	color: #ff7b00;
	line-height: normal;
	margin-bottom: 10px;
}
h3 {
	font-family: 'OpenSans-Bold';
	font-size: 36px;
	color: #ff7b00;
	line-height: normal;
	margin-bottom: 15px;
}
h4 {
	font-family: 'OpenSans-Bold';
	font-size: 30px;
	color: #ff7b00;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}
h5 {
	font-family: 'OpenSans-Bold';
	font-size: 26px;
	color: #ff7b00;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
}
h6 {
	font-family: 'OpenSans-Bold';
	font-size: 24px;
	color: #ff7b00;
	font-style: italic;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.margin-bottom50 {
	margin-bottom: 50px !important;
}
.text-align-left {
	text-align: left !important;
}
.submit-btn {
	position: relative;
	background: #ff7b00;
	display: inline-block;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	text-transform: capitalize;
	padding: 17px 50px 15px;
	border: 0;
}
.submit-btn:hover, .submit-btn:focus {
	background: #fff;
	color: #ff7b00;
	text-decoration: none;
}
.padding-top0 {
	padding-top: 0 !important;
}
.margin-bottom0 {
	margin-bottom: 0 !important;
}
.margin-bottom100 {
	margin-bottom: 100px !important;
}
p:empty {
	display: none;
}
.align-right {
	float: right !important;
	margin: 5px 0 15px 15px;
}
.align-left {
    float: left !important;
    margin: 5px 20px 10px 0;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.yellow-btn {
	position: relative;
	background: #ff7b00;
	display: inline-block;
	font-family: 'OpenSans-Bold';
	font-size: 24px;
	color: #1b1b1b;
	text-align: center;
	border-radius: 2px;
	text-transform: capitalize;
	padding: 16px 44px 15px;
}
.yellow-btn:hover, .yellow-btn:focus {
	background: #1b1b1b;
	color: #fff;
	text-decoration: none;
}
.yellow-border-btn {
	position: relative;
	background: none;
	display: inline-block;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
	color: #d96900;
	text-align: center;
	border: 2px solid #d96900;
	border-radius: 2px;
	text-transform: capitalize;
	padding: 5px 15px;
}
.yellow-border-btn:hover, .yellow-border-btn:focus {
	background: none;
	color: #ff7b00;
	border-color: #ff7b00;
	text-decoration: none;
	transition: none;
}
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
.border0 {
	border: 0 !important;
}
.alignright.margin-top {
	margin-top: 90px;
}
/*
-------------------------------------------------------------- 
SOCIAL LINKS STYLES
-------------------------------------------------------------- 
*/

.social-links {
	position: fixed;
	right: 10px;
	top: 200px;
	z-index: 1000;
}
.social-links ul li {
	margin-bottom: 10px;
}
.social-links a {
	display: inline-block;
	background: #ff7b00;
	color: #fff;
	font-size: 20px;
	width: 53px;
	height: 53px;
	transition: all 0.5s;
	text-align: center;
	border-radius: 50%;
	padding-top: 12px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.social-links a:hover, .social-links a:focus {
	color: #fff;
	background: #1b1b1b;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
	transition: all 0.5s;
}
header.header.sticky-header .container {
	position: relative;
}
header.header.sticky-header .social-links {
	position: absolute;
	right: 0;
	top: 13px;
}
header.header.sticky-header .social-links ul li {
	display: inline-block;
}
header.header.sticky-header .social-links ul li a {
	font-size: 17px;
	width: 40px;
	height: 40px;
	padding-top: 6px;
}
/*
-------------------------------------------------------------- 
HEADER DIV STYLES
-------------------------------------------------------------- 
*/
.header-area {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	z-index: 100;
	padding: 20px 0;
}
header.header.sticky-header {
	position: fixed;
	background: #1b1b1b;
	z-index: 9999;
}
.logo {
	display: inline-block;
	z-index: 100;
	position: relative;
	margin-bottom: 15px;
}
.logo a {
	display: block;
}
.main-nav {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0;
	z-index: 10;
}
.main-nav #mega-menu-wrap-main #mega-menu-main {
	text-align: center;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	position: relative;
	font-family: 'Ubuntu';
	font-size: 19px;
	color: #d96900;
	text-transform: uppercase;
	transition-duration: 0.4s;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	height: inherit;
	line-height: inherit;
	margin: 0 10px;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus {
	color: #fff;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item:last-child > a.mega-menu-link {
/*! border:0; */
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu {
	width: 140px;
	background-color: #ff7b00;
	padding: 0;
	margin: 0% 0 0 3px;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	display: block;
	background: #1b1b1b;
	border-bottom: 1px solid #000;
	position: relative;
	clear: both;
	line-height: 1.42857143;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 5px 20px;
	transition: all 0.5s;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li:last-child a {
	border-bottom: 0 !important;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, .main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #d96900;
	text-decoration: none;
	color: #fff;
}
/*.main-nav li#mega-menu-item-142 a {
    background: #ee332d !important;
	color:#fff !important;
	border-bottom:0 !important;
}
.main-nav li#mega-menu-item-142 a:hover,
.main-nav li#mega-menu-item-142 a:focus {
    background: #fff !important;
	color:#d96900 !important;
}
.main-nav li#mega-menu-item-213 a {
    background: #6fbe44 !important;
	color:#fff !important;
	border-bottom:0 !important;
}
.main-nav li#mega-menu-item-213 a:hover,
.main-nav li#mega-menu-item-213 a:focus {
    background: #fff !important;
	color:#6fbe44 !important;
}
.main-nav li#mega-menu-item-140 a {
    background: #0070c0 !important;
	color:#fff !important;
	border-bottom:0 !important;
}
.main-nav li#mega-menu-item-140 a:hover,
.main-nav li#mega-menu-item-140 a:focus {
    background: #fff !important;
	color:#0070c0 !important;
}
.main-nav li#mega-menu-item-138 a {
    background: #149394 !important;
	color:#fff !important;
	border-bottom:0 !important;
}
.main-nav li#mega-menu-item-138 a:hover,
.main-nav li#mega-menu-item-138 a:focus {
    background: #fff !important;
	color:#149394 !important;
}*/
.black-layer {
	position: relative;
}
.black-layer:before {
	background: rgba(0,0,0,0.7);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*
-------------------------------------------------------------- 
BANNER AREA STYLES
-------------------------------------------------------------- 
*/
.banner-area {
	float: left;
	width: 100%;
	min-height: 500px;
	text-align: center;
	position: relative;
}
.banner-area img {
	width: 100%;
}
.banner-area:after {
	background: rgba(0,0,0,0.7);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
.banner-caption {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 60;
}
.banner-caption big {
	display: block;
	font-family: 'NexaBold';
	font-size: 60px;
	color: #ffffff;
	line-height: normal;
	margin-bottom: 44px;
}
.banner-caption big span {
	display: block;
	font-family: 'Ubuntu';
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	text-transform: none;
}
/*
-------------------------------------------------------------- 
CONTENT AREA STYLES
-------------------------------------------------------------- 
*/
.content-area {
	float: left;
	width: 100%;
}
/*
-------------------------------------------------------------- 
WELCOME AREA STYLES
-------------------------------------------------------------- 
*/
.welcome-area {
	background: url(http://www.myworkspaceserver.com/zedliner-global/wp-content/uploads/2019/03/welcome-bg.jpg) no-repeat right center;
	background-size: cover;
	float: left;
	width: 100%;
	position: relative;
	min-height: 602px;
	padding-top: 112px;
}
.welcome-text-tab {
	display: block;
}
.welcome-text-tab h1 {
	color: #ff7b00;
	margin-bottom: 14px;
}
.welcome-text-tab p {
	margin-bottom: 39px;
}
/*
-------------------------------------------------------------- 
MIDDLE-AREA STYLE
-------------------------------------------------------------- 
*/
.zedliner-area {
	background: url(http://www.myworkspaceserver.com/zedliner-global/wp-content/uploads/2019/03/Sector-Roll-over-Picture-3-min.jpg) no-repeat center;
	background-size: cover;
	float: left;
	width: 100%;
	font-family: 'Ubuntu';
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 30px 0 30px;
	overflow: hidden;
}
.layer {
	position: relative;
}
.layer:before {
	background: rgba(81,85,87,0.83);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.layer .container {
	position: relative;
	z-index: 100;
}
.zedliner-area-tab {
	width: 80%;
	margin: 0 auto;
}
.zedliner-area-tab h2 {
	font-size: 60px;
	color: #fff;
	line-height: 60px;
}
.zedliner-area-tab h2 span {
	display: inline-block;
	font-family: 'Ubuntu';
	font-size: 24px;
	line-height: 36px;
	margin-top: 20px;
}
.zedliner-area-tab img {
	display: inline-block;
	margin-bottom: 16px;
}
.zedliner-area-tab ul {
	margin-bottom: 50px;
}
.zedliner-area-tab ul li {
	background: url(../images/tick-icon.png) no-repeat left top 16px;
	display: inline-block;
	width: 45%;
	border-bottom: 2px solid #b37336;
	text-align: left;
	padding: 15px;
	padding-left: 40px;
	margin: 0 15px;
}
.zedliner-area-tab .yellow-btn {
	font-size: 18px;
	color: #fff;
	padding: 16px 30px 15px;
}
.zedliner-area-tab .yellow-btn:hover, .zedliner-area-tab .yellow-btn:focus {
	background: #fff;
	color: #ff7b00;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
OWL-AREA STYLE
-------------------------------------------------------------- 
*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 10px 0 40px;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	transition: all 0.4s ease-in-out;
	padding: 0 7px;
}
.distinguish-tab .owl-carousel .owl-item {
	padding: 0px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls.clickable {
	display: inline-block;
}
.owl-buttons {
	font-size: 0px;
	text-indent: -999px;
}
.owl-prev {
	background: #df7614 url(../images/left-arrow.png) no-repeat center;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	border-radius: 50%;
}
.owl-prev:hover {
	background: #ff7b00 url(../images/left-arrow.png) no-repeat center;
	opacity: 1;
}
.owl-next {
	background: #df7614 url(../images/right-arrow.png) no-repeat center;
	position: absolute;
	right: 5%;
	top: 50%;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.owl-next:hover {
	background: #ff7b00 url(../images/right-arrow.png) no-repeat center;
	opacity: 1;
}
.owl-buttons div:hover {
	transition: all 0.4s ease-in-out;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 26px;
	height: 4px;
	margin: 10px 6px 22px;
	filter: Alpha(Opacity=50);
	background: #e7e7e7;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background: #1d74b2;
}
/*
-------------------------------------------------------------- 
REVIEWS-AREA STYLE
-------------------------------------------------------------- 
*/
.reviews-area {
	position: relative;
	background: url(../images/reviews-bg.jpg) no-repeat top center;
	background-size: cover;
	float: left;
	width: 100%;
	overflow: hidden;
}
.reviews-area h3 {
	font-family: 'OpenSans-Bold';
	font-size: 48px;
	color: #ff7b00;
	margin-bottom: 15px;
}
.review-tab {
	text-align: right;
}
.review-tab-text {
	background: #ff7b00;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	border-radius: 3px;
	font-style: italic;
	line-height: 36px;
	padding: 25px;
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.review-tab-text p {
	margin-bottom: 0px;
}
.review-tab-img {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.review-tab-title {
	display: inline-block;
	font-family: 'OpenSans-Bold';
	font-size: 24px;
	color: #ff7b00;
	vertical-align: middle;
}
div#owl-carousel2 .owl-prev {
	background: url(../images/top-arrow.png) no-repeat center;
	position: absolute;
	left: 15px;
	bottom: 25%;
	top: inherit;
	border: 1px solid #ff7b00;
	text-align: center;
	border-radius: 50%;
	transform: rotate(-90deg);
}
div#owl-carousel2 .owl-next {
	background: url(../images/bottom-arrow.png) no-repeat center;
	position: absolute;
	left: 60px;
	top: inherit;
	bottom: 25%;
	border: 1px solid #ff7b00;
	border-radius: 50%;
	transform: rotate(-90deg);
}
div#owl-carousel2 .owl-prev:hover {
	background: #ff7b00 url(../images/top-arrow-hover.png) no-repeat center;
}
div#owl-carousel2 .owl-next:hover {
	background: #ff7b00 url(../images/bottom-arrow-hover.png) no-repeat center;
}
.review-tab-div {
	position: relative;
	float: left;
	width: 100%;
}
.review-left-tab {
	position: absolute;
	bottom: 0;
	width: 48%;
	left: -60px;
}
.review-text-area {
	width: 55%;
	float: right;
	padding: 80px 0;
}
.review-left-img-tab {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
}
.reviews-area.testi .review-left-tab {
	top: 0;
}
.reviews-area.testi .review-left-tab img {
	height: 100%;
}
.zedliner-area.middle {
	background: url(http://www.zedlinerglobal.com/wp-content/uploads/2019/03/identity.jpeg) no-repeat top left;
	background-size: cover;
	text-align: left;
	padding: 0;
	font-family: 'Ubuntu-Light';
	padding-top: 100px;
}
.zedliner-area.middle.layer .review-left-tab {
	left: inherit;
	right: -150px;
}
.reviews-area.testi .review-text-area {
	padding-bottom: 0;
	padding-top: 71px;
}
.zedliner-area.middle .review-text-area {
	float: left;
	padding-top: 0;
}
.reviews-area.inclusion {
	background: url(http://www.myworkspaceserver.com/zedliner-global/wp-content/uploads/2019/03/in.jpg) no-repeat top left;
	background-size: cover;
}
.wht-layer {
	position: relative;
}
.wht-layer:before {
	background: rgba(255,255,366,0.83);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.wht-layer .container {
	position: relative;
	z-index: 100;
}
/*
-------------------------------------------------------------- 
APPOINTMENT-AREA STYLE
-------------------------------------------------------------- 
*/
.appointment-area {
	position: relative;
	background: url(../images/home-contact-bg.jpg) no-repeat top center;
	background-size: cover;
	float: left;
	width: 100%;
}
.appointment-area .review-text-area {
	float: left;
	color: #fff;
}
.appointment-content-area {
	position: relative;
}
.appointment-form {
	float: left;
	text-align: center;
	width: 50%;
	padding: 65px 0 60px;
}
.appointment-form .wpcf7-response-output {
	font-size: 18px;
	color: red;
	border: 2px solid #ff0000;
	margin: 10px;
	padding: 0 0;
}
.appointment-form img {
	display: inline-block;
	margin-bottom: 25px;
}
.appointment-form h2 {
	font-family: 'NexaBold';
	font-size: 48px;
	color: #fff;
	line-height: normal;
	margin-bottom: 30px;
}
.appointment-form h2 span {
	display: block;
	font-family: 'Ubuntu';
	font-size: 24px;
}
.appointment-form .form-control {
	display: block;
	width: 100%;
	font-family: 'OpenSans';
	font-size: 18px;
	color: #515557;
	background-color: #eeeeee;
	border: 2px solid #fff;
	border-radius: 3px;
	padding-left: 50px;
}
.appointment-form .form-control::-moz-placeholder {
 color:#515557;
 opacity:1
}
.appointment-form .form-control:-ms-input-placeholder {
 color:#515557;
}
.appointment-form .form-control::-webkit-input-placeholder {
 color:#515557;
}
.form-control {
	background: #eceff2;
}
.f-name {
	background: #eceff2 url(../images/name.png) no-repeat left 10px center !important;
}
.f-email {
	background: #eceff2 url(../images/email.png) no-repeat left 10px center !important;
}
.f-phone {
	background: #eceff2 url(../images/phone.png) no-repeat left 10px center !important;
}
.f-message {
	background: #eceff2 url(../images/message.png) no-repeat left 10px top 15px !important;
}
.f-company {
	background: #eceff2 url(../images/company.png) no-repeat left 10px top 18px !important;
}
.contact-form-div .submit-btn:hover, .contact-form-div .submit-btn:focus {
	background: #1b1b1b;
	color: #fff;
	text-decoration: none;
}
.contact-form-div .wpcf7-validation-errors {
	border-color: red;
	color: red;
	font-size: 15px;
	text-align: center;
}
span.wpcf7-not-valid-tip {
	color: #f00 !important;
}
.contact-form-div .submit-btn {
	display: block;
}
/*
-------------------------------------------------------------- 
BOTTOM MAPS STYLE
-------------------------------------------------------------- 
*/
.bottom-map {
	float: left;
	width: 100%;
	margin-bottom: -7px;
}
.bottom-map iframe {
	width: 100%;
}
/*
-------------------------------------------------------------- 
BOTTOM INFO STYLE
-------------------------------------------------------------- 
*/
.bottom-info-area {
	background: url(../images/bottom-info.jpg) no-repeat center;
	background-size: cover;
	float: left;
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}
.f-logo {
	position: relative;
	margin-top: -20px;
	text-align: center;
	border-radius: 3px;
	z-index: 100;
}
.f-logo img {
	display: inline-block;
}
.page-id-67 .f-logo {
	margin-top: -60px;
}
/*.f-logo:before {
	background: url(../images/active-arrow.png) no-repeat;
	position: absolute;
	content: "";
	bottom: -8px;
	left: 0;
	right: 0;
	width: 17px;
	height: 8px;
	margin: 0 auto;
}*/
.tab-content {
	display: block;
	color: #fff;
	margin-top: 50px;
}
.info-tab {
	margin-top: 50px;
}
.info-tab ul li {
	display: inline-block;
	vertical-align: top;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
	margin: 0 40px;
}
.info-tab ul li a {
	color: #fff;
}
.info-tab ul li a:hover, .info-tab ul li a:focus {
	color: #1b1b1b;
	text-decoration: none;
}
.info-tab ul li span {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.info-tab ul li span:first-child {
	display: inline-block;
	background: #ff7b00;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	text-align: center;
	padding-top: 14px;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.info-tab ul li span.times {
	vertical-align: top !important;
}
.info-tab ul li table tr th, .info-tab ul li table tr td {
	border: 0;
}
/*
-------------------------------------------------------------- 
FOOTER AREA	 STYLE
-------------------------------------------------------------- 
*/
.footer {
	background: #515557;
	float: left;
	width: 100%;
	padding: 40px 0 34px;
}
.footer-nav {
	float: left;
}
.footer-nav ul li {
	position: relative;
	display: inline-block;
	padding: 0 18px;
}
.footer-nav ul li:before {
	position: absolute;
	background: url(../images/f-nav-sep.png) no-repeat right center;
	content: "";
	right: -7px;
	top: 8px;
	width: 8px;
	height: 17px;
}
.footer-nav ul li:first-child {
	padding-left: 0;
}
.footer-nav ul li:last-child:before {
	display: none;
	padding-right: 0;
}
.footer-nav ul li a {
	font-family: 'Ubuntu';
	font-size: 18px;
	color: #fff;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus {
	color: #f17a0b;
	text-decoration: none;
}
.copyright {
	float: right;
	text-align: right;
	font-family: 'Ubuntu-Light';
	font-size: 18px;
	color: #fff;
}
.copyright a {
	color: #fff;
}
.copyright a:hover, .copyright a:focus {
	color: #f17a0b;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
INNER PAGE STYLE
-------------------------------------------------------------- 
*/
.inner-banner-area {
	float: left;
	width: 100%;
	min-height: 497px;
	text-align: center;
	position: relative;
}
.banner-layer:after {
	background: rgba(81,85,87,0.83);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
.inner-banner-area img {
	width: 100%;
	object-fit: cover;
}
.heading-div {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 60;
	font-family: 'Ubuntu';
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
}
.heading-div img {
	display: inline-block;
	margin-bottom: 8px;
	width: auto !important;
	height: auto !important;
}
/*
-------------------------------------------------------------- 
CONTENT DIV STYLE
-------------------------------------------------------------- 
*/
.content-div {
	float: left;
	width: 100%;
	padding: 60px 0 120px;
	min-height: 400px;
}
.content-div ul {
	list-style: none;
	margin-bottom: 15px;
}
.content-div ul li {
	display: block;
	background: url(../images/orange-bullet.png) no-repeat 0px 12px;
	padding: 0 0 6px 15px;
}
.content-div ol {
	counter-reset: oli;
	list-style-type: none;
	margin-bottom: 15px;
}
.content-div ol li {
	counter-increment: oli;
	padding: 3px 0 3px 0px;
}
.content-div ol li:before {
	content: counter(oli)". ";
	font-family: 'Ubuntu';
	color: #1b1b1b;
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
}
/*
-------------------------------------------------------------- 
INNER CONTENT DIV STYLE
-------------------------------------------------------------- 
*/
.inner-content-div {
	display: block;
	text-align: center;
	padding: 80px 0 50px;
}
.orange-box {
	background: #ff7b00;
	display: block;
	position: relative;
	font-family: 'Ubuntu-BoldItalic';
	font-size: 36px;
	color: #fff;
	line-height: normal;
	text-align: center;
	padding: 66px 80px 42px;
	margin-top: -10%;
	margin-bottom: 100px;
}
.inner-text-tab {
	display: block;
	margin-bottom: 0px;
}
.quotatino-div {
    display: block;
    text-align: center;
}
.quotatino-div blockquote {
	font-family: 'Ubuntu-BoldItalic';
	font-size: 48px;
	color: #ff7b00;
	line-height: normal;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}
.quotatino-div cite {
	display: block;
	text-align: right;
	font-family: 'Ubuntu';
	font-size: 24px;
	color: #3d3d3d;
	padding: 0;
	margin-right: 10%;
	margin-bottom: 0px;
}
.inner-content-div.urban-div {
	padding: 96px 0;
	margin-bottom: 50px;
}
.inner-content-div.urban-div br {
	display: none;
}
.inner-content-div.digital-div {
	padding: 96px 0;
	margin-bottom: 50px;
}
.identity-img {
	float: right;
	width: 50%;
}
.post-area {
	display: block;
	text-align: left;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.post-img img {
	min-height: 280px;
	max-height: 280px;
	transition: all 0.5s;
	object-fit: cover;
}
.post-img img:hover, .post-img img:focus {
	opacity: 0.6;
}
.bolg-post-area .post-area:last-child {
	border-bottom: 0;
}
.post-area h2 {
	font-size: 25px;
	margin-bottom: 0;
	line-height: normal;
}
.post-area h2 a {
	color: #ff7b00;
}
.post-area h2 a:hover, .post-area h2 a:focus {
	color: #000;
	text-decoration: none;
}
.date-tab {
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	margin-bottom: 5px;
}
.read-more-link {
	font-family: 'OpenSans-Bold';
	color: #ff7b00;
	font-size: 18px;
}
.right-sidebar {
	text-align: left;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 30px;
}
.right-sidebar h3 {
	font-size: 25px;
	margin-bottom: 5px;
}
.right-sidebar ul li {
	background: url(../images/orange-bullet.png) no-repeat 0px 19px;
}
.right-sidebar ul li a {
	display: block;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
}
.pagination-div .wp-pagenavi a, .pagination-div .wp-pagenavi span {
	text-decoration: none;
	border: 2px solid #BFBFBF;
	padding: 7px 15px;
	margin: 2px;
	color: #BFBFBF;
}
.pagination-div .wp-pagenavi a:hover, .pagination-div .wp-pagenavi span.current {
	border-color: #ff7b00;
	color: #ff7b00;
}
.page-id-67 .orange-box {
	background: #ee332d;
}
.page-id-67 .quotatino-div blockquote {
	color: #ee332d;
}
.page-id-75 .orange-box {
	background: #6fbe44;
}
.page-id-75 .quotatino-div blockquote {
	color: #6fbe44;
}
.page-id-87 .orange-box {
	background: #0070c0;
}
.page-id-87 .quotatino-div blockquote {
	color: #0070c0;
}
.page-id-107 .orange-box {
	background: #149394;
}
.page-id-107 .quotatino-div blockquote {
	color: #149394;
}
.post-detail-img {
	margin-bottom: 15px;
}
.post-detail-img img {
	margin: 0 auto;
}
.post-detail-area {
	text-align: left;
}
.post-detail-area h2 {
	font-size: 35px;
	margin-bottom: 0;
	line-height: normal;
}
.post-detail-area p {
	margin: 0 0 20px;
}
.post-detail-area .pull-right {
	float: right!important;
	margin: 0 0 15px 15px;
}
.post-detail-area .pull-left {
	float: left!important;
	margin: 0 15px 15px 0;
}
.post-detail-video {
	margin: 0 auto;
	width: 70%;
}
.contact-us-div h2 {
	margin-bottom: 50px;
}
.site-map {
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.left-img-div {
    float: left;
    width: 30%;
    margin: 5px 25px 0px 0;
}
.right-img-div {
	float: right;
    width: 30%;
    margin: 5px 0 15px 30px;
}
@media (max-width:1200px) {
.main-nav ul li:nth-child(3) {
	margin-left: 150px;
}
.main-nav .navbar-inverse .navbar-nav > li > a {
	padding: 39px 30px 39px 40px;
}
.banner-caption big {
	font-size: 50px;
	margin-bottom: 35px;
}
.banner-caption big span {
	font-size: 20px;
}
.banner-caption .yellow-btn {
	font-size: 20px;
	padding: 10px 30px 13px;
}
.welcome-area {
	padding-top: inherit;
	font-size: 20px;
	padding: 50px 0;
}
.welcome-text-tab h1 {
	margin-bottom: 5px;
	font-size: 50px;
}
.zedliner-area-tab h2 {
	font-size: 50px;
	line-height: 40px;
}
.zedliner-area-tab h2 span {
	font-size: 19px;
	line-height: 30px;
	margin-top: 20px;
}
.zedliner-area-tab {
	width: 90%;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.reviews-area h3 {
	font-size: 45px;
}
.review-tab-text {
	font-size: 22px;
}
.appointment-form h2 {
	font-size: 40px;
}
.appointment-form h2 span {
	font-size: 20px;
}
.submit-btn {
	padding: 10px 40px 10px;
}
.info-tab ul li {
	font-size: 13px;
}
.info-tab ul li span:first-child {
	width: 55px;
	height: 55px;
}
.info-tab ul li span:first-child img {
}
.footer-nav ul li a {
	font-size: 14px;
}
.copyright {
	font-size: 14px;
}
.inner-banner-area img {
	height: 500px;
}
h1 {
	font-size: 50px;
}
body {
	font-size: 20px !important;
}
.heading-div {
	font-size: 20px;
}
h2 {
	font-size: 40px;
}
.quotatino-div blockquote {
	font-size: 30px;
}
.orange-box {
	font-size: 30px;
	padding: 35px 80px 15px;
	margin-top: -8%;
	margin-bottom: 50px
}
.welcome-area {
	background-size: 120% 100%;
	min-height: auto;
}
.zedliner-area.middle.layer .review-left-tab {
	right: -100px;
}
div#owl-carousel2 .owl-next {
	bottom: 15%;
}
div#owl-carousel2 .owl-prev {
	bottom: 15%;
}
.margin-bottom50 {
	margin-bottom: 40px !important;
}
}
@media (max-width:1024px) {
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	font-size: 18px;
	margin: 0 4px;
}
.banner-area img {
	min-height: 550px;
}
}
@media (max-width:991px) {
.header {
	top: 0;
	padding: 10px 0;
}
header.header.sticky-header .logo {
	float: left;
}
header.header.sticky-header .social-links {
	right: 15px;
}
.main-nav {
	float: left;
	width: 100%;
	background: #ff7b00;
	margin-top: 0;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	font-size: 18px;
	padding: 10px 15px;
	border: 1px solid #d96900;
	color: #fff;
	margin: 10px 20px 15px;
}
#mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
	color: #fff;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu {
	width: 100%;
	margin: 0;
	padding: 20px;
	padding-top: 0;
}
.main-nav .navbar-inverse .navbar-toggle {
	background: #ff7b00 !important;
	border-color: #ff7b00 !important;
}
.main-nav .navbar-header {
	background: #ff7b00;
	padding-top: 5px !important;
	border-radius: 0 !important;
}
.main-nav .navbar-nav {
	width: 100%;
}
.main-nav .navbar-inverse .navbar-nav > li > a {
	background: #ff7b00;
}
.main-nav .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #ff7b00;
	border-color: #ff7b00;
}
.main-nav .navbar-inverse .navbar-collapse, .main-nav .navbar-inverse .navbar-form {
	background: #ff7b00;
}
.main-nav .navbar-inverse .navbar-nav > li > a {
	padding: 10px 15px;
	margin: 0;
	border: 0;
	font-size: 18px;
}
.main-nav .navbar-nav .open .dropdown-menu {
	background: #ff7b00;
}
.main-nav .dropdown-menu {
	width: 100%;
}
.main-nav .caret {
	position: absolute;
	display: inherit;
	right: 20px;
	color: #fff;
	top: 20px;
}
.main-nav ul li:nth-child(3) {
	margin-left: 0;
}
.main-nav .navbar-inverse .navbar-nav > li > a {
	padding: 10px;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	padding: 5px 10px;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item:last-child > a.mega-menu-link {
	border: 1px solid #d96900;
}
.main-nav #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item:nth-child(3) {
	margin-left: 0;
}
.banner-area img {
	height: 500px;
}
.banner-caption big span {
	font-size: 18px;
}
.banner-caption .yellow-btn {
	font-size: 18px;
}
.welcome-text-tab h1 {
	font-size: 40px;
}
.welcome-area {
	background: #f5f5f5;
	font-size: 18px;
	text-align: center;
	min-height: auto;
	padding: 50px 0 20px;
}
body {
	font-size: 18px !important;
}
.welcome-text-tab {
	margin: 0 50px;
}
.zedliner-area-tab h2 {
	font-size: 36px;
}
.zedliner-area-tab h2 span {
	font-size: 18px;
}
.zedliner-area-tab ul li {
	width: 100%;
	margin: 0;
}
.review-left-tab {
	display: none;
	padding: 50px 0;
}
.review-text-area {
	width: 100%;
}
div#owl-carousel2 .owl-prev {
	left: 0;
	top: inherit;
	bottom: 10%;
	transform: rotate(-90deg);
}
div#owl-carousel2 .owl-next {
	left: 50px;
	top: inherit;
	bottom: 10%;
	transform: rotate(-90deg);
}
.zedliner-area.middle {
	padding-top: 70px;
}
.appointment-form {
	width: 100%;
}
.zedliner-area {
	font-size: 18px;
}
.yellow-btn {
	font-size: 20px;
}
.info-tab ul li {
	width: 25%;
	text-align: center;
	margin: 0 10px;
}
.info-tab ul li span {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.info-tab ul li a {
	display: block;
}
.bottom-info-area {
	padding-bottom: 15px;
}
.footer {
	text-align: center;
	padding: 10px 0;
}
.footer-nav {
	float: none;
	display: block;
}
.copyright {
	display: inline-block;
	float: none;
}
.footer-nav ul li:first-child {
	padding-left: 18px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
.heading-div br {
	display: none;
}
.contact-us-div br {
	display: none;
}
.inner-banner-area img {
	height: 520px;
}
.inner-content-div {
	padding: 96px 0 100px;
}
.orange-box {
	font-size: 25px;
	padding: 35px 30px 15px;
	margin-top: -8%;
	margin-bottom: 50px;
}
.inner-text-tab {
	margin-bottom: 10px;
}
.quotatino-div cite {
	margin-bottom: 35px;
}
.inner-text-tab .alignright {
	width: 100%;
	text-align: center;
}
.inner-text-tab .alignright img {
	display: inline-block;
}
.inner-content-div.urban-div {
	padding: 55px 0 40px;
}
.inner-content-div.urban-div br {
	display: none;
}
.content-div .alignright {
	width: 100%;
	text-align: center;
}
.content-div .alignright img {
	display: inline-block;
}
.heading-div {
	bottom: 0;
}
.align-right {
	width: 50%;
}
.align-left {
	width: 50%;
}
h3 {
	font-size: 33px;
}
.post-img img {
	min-height: 200px;
	max-height: 200px;
	width: 100%;
}
.post-detail-tab {
	margin-bottom: 50px;
}
.left-img-div {
	width: 45%;
}
.right-img-div {
	width: 45%;
}
.margin-bottom50 {
	margin-bottom: 30px !important;
}
}
@media (max-width:767px) {
.logo {
	float: left;
}
.social-links {
	position: absolute;
	right: 15px;
	top: 20px;
}
.social-links ul li {
	display: inline-block;
}
.social-links ul li a {
	font-size: 17px;
	width: 40px;
	height: 40px;
	padding-top: 6px;
}
.banner-caption big {
	font-size: 32px;
}
.banner-caption .yellow-btn {
	padding: 6px 20px 7px;
}
.banner-area img {
	height: 400px;
	min-height: 400px;
}
.yellow-border-btn {
	font-size: 18px;
	padding: 9px 30px;
}
.yellow-btn {
	font-size: 18px;
	padding: 9px 30px;
}
.welcome-text-tab h1 {
	font-size: 35px;
}
.zedliner-area-tab h2 {
	font-size: 35px;
}
.zedliner-area-tab ul li {
	font-size: 18px;
}
.reviews-area h3 {
	font-size: 35px;
	text-align: center;
}
.appointment-form h2 {
	font-size: 35px;
}
.appointment-form h2 span {
	font-size: 18px;
}
h1 {
	font-size: 35px;
}
.heading-div {
	font-size: 18px;
}
h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
body {
	font-size: 18px !important;
}
.inner-banner-area img {
	height: 450px;
	object-fit: cover;
}
.heading-div img {
	width: 80px !important;
}
.align-left {
	width: 42%;
}
.align-right {
	width: 42%;
}
.content-div {
	padding: 30px 0 50px;
	min-height: 400px;
}
.quotatino-div blockquote {
	font-size: 25px;
}
.zedliner-area {
	font-size: 17px;
}
.info-tab ul li {
	margin-bottom: 15px;
}
.footer-nav {
	display: block;
}
.info-tab ul li {
	margin-bottom: 15px;
}
.zedliner-area-tab ul li {
	margin: 0;
}
.review-text-area {
	padding: 50px 0;
}
.zedliner-area.middle {
	padding-top: 50px;
}
.post-detail-area .pull-right {
	float: none !important;
	margin: 0 0 15px 0;
}
.post-detail-area .pull-left {
	float: none !important;
	margin: 0 0 15px 0;
}
.post-detail-area h2 {
	font-size: 30px;
}
.post-detail-area h3 {
	font-size: 28px;
}
.quotatino-div cite {
	font-size: 18px;
}
.left-img-div {
	width: 45%;
}
.right-img-div {
	width: 45%;
}
}
@media (max-width:479px) {
.banner-caption big {
	font-size: 25px;
	margin-bottom: 15px;
}
.welcome-text-tab {
	margin: 0;
}
.zedliner-area-tab h2 {
	font-size: 30px;
}
.owl-prev {
	left: 0;
	top: inherit;
	bottom: -10px;
	right: 50px;
	margin: 0 auto;
}
.owl-next {
	right: 0;
	bottom: -10px;
	top: inherit;
	left: 50px;
	margin: 0 auto;
}
.reviews-area h3 {
	font-size: 30px;
}
.review-tab-text {
	font-size: 20px;
}
.zedliner-area-tab {
	width: 100%;
}
.appointment-form h2 {
	font-size: 30px;
}
.bottom-map img {
	min-height: 250px;
	object-fit: cover;
}
.info-tab ul li {
	width: 100%;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}
.footer-nav ul li {
	padding: 0 10px;
}
.footer-nav ul li a {
	font-size: 12px;
}
.copyright {
	text-align: center;
}
h1 {
	font-size: 30px;
}
.inner-banner-area img {
	height: 500px;
}
.inner-content-div {
	padding: 55px 0 50px;
}
.orange-box {
	font-size: 21px;
	margin-bottom: 30px;
}
.inner-content-div.digital-div {
	padding: 50px 0 30px;
	margin-bottom: 50px;
}
.post-detail-area h2 {
	font-size: 28px;
}
.align-left {
	width: auto !important;
	margin: 0 auto !important;
	display: block;
	float: none !important;
}
.align-right {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
p {
	margin: 0 0 20px !important;
}
h2 {
	font-size: 30px;
	line-height: normal;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
.site-map {
	max-width: 100%;
}
.post-area h2 {
	font-size: 22px;
}
.left-img-div {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
.right-img-div {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
}