/*@font-face {
	font-family: 'sf-pro';
	src: url("fonts/sf1.otf") format("opentype");
	font-weight: 100;
}

@font-face {
	font-family: 'sf-pro';
	src: url("fonts/sf2.otf") format("opentype");
	font-weight: 200;
}

@font-face {
	font-family: 'sf-pro';
	src: url("fonts/sf3.otf") format("opentype");
	font-weight: 300;
}

@font-face {
	font-family: 'sf-pro';
	src: url("fonts/sf4.otf") format("opentype");
	font-weight: 400;
}

@font-face {
	font-family: 'sf-pro';
	src: url("fonts/sf5.otf") format("opentype");
	font-weight: 500;
}

@font-face {
	font-family: 'sf-pro';
	src: url("fonts/sf6.otf") format("opentype");
	font-weight: 600;
}

@font-face {
	font-family: 'sf-pro';
	src: url("fonts/sf7.otf") format("opentype");
	font-weight: 700;
}*/



* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 14px;
	color: #666666;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: sf-pro, 'Poppins', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #ea5b36;
}

.no-padding {
	padding: 0px;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.4em;
	font-family: sf-pro, 'Playfair Display', serif;
}

.no-padding {
	padding: 0px !important;
}

input,
button,
select,
textarea {}

p,
.text {
	position: relative;
	line-height: 1.8em;
}

.strike-through {
	text-decoration: line-through;
}

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

.small-container {
	max-width: 780px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grey-bg {
	background-color: #f9fafb;
}

.centered {
	text-align: center;
}

.pad-btm-100 
{
	padding-bottom: 100px;
}
.pad-bot-0
{
	padding-bottom: 0px !important;
}

/*Sec Title*/

.sec-title {
	position: relative;
	margin-bottom: 100px;
}

.sec-title h2 {
	position: relative;
	color: #00000a;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 25px;
	max-width: 850px;
}

.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 55px;
	height: 3px;
	border-radius: 3px;
	background-color: rgba(42, 219, 102, 0.35);
	background-color: rgba(234, 91, 54, .7);
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
}

.sec-title .text {
	position: relative;
	font-size: 20px;
	margin-top: 20px;
	color: rgba(37, 47, 62, 0.70);
}

.sec-title.centered {
	text-align: center;
}

.sec-title.centered h2 {
	margin: 0 auto;
}

.sec-title.centered h2:after {
	left: 50%;
	margin-left: -28px;
}

.sec-title.light .text,
.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.light h2:after {
	background-color: #ffffff;
}

.sec-title.style-two h2:after {
	background-color: #000000;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	padding: 13px 33px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	background: #ea5b36;
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
	letter-spacing: 1px;
	border-radius: 0px;
	background-size: 200% !important;
	background-position: 60% 90%;
	border: 0px solid #ea5b36;
	font-family: sf-pro, 'Poppins', sans-serif;
	transition: 250ms all ease-out !important;
}

.form-group .btn-style-one {

	transition: 250ms all ease-out;
}

.btn-style-one:hover {
	color: #ea5b36;
	border-color: #ea5b36;
}

a.theme-btn {
	/* background-position: 174px;
	transition: 1s !important; */
}


/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 13px 33px;
	line-height: 24px;
	color: #00000a;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #00000a;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover {
	color: #ffffff;
	border-color: #ea5b36;
	background-color: #ea5b36;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 13px 38px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border-radius: 0px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	font-family: sf-pro, 'Poppins', sans-serif;
	height: 54px;
	/* transition: background 1s linear; */

}

.btn-style-three:hover {
	color: #ffffff;
	border-color: #000;
	background-color: #000;
	/*background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);*/
	/*border: 0px solid transparent;*/
	line-height: 28px;
	transition: .3s linear;
}

a.theme-btn.btn-style-three {
	/* transition: background 1s linear !important; */
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	padding: 10px 16px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	background: #2e2e2e;
	letter-spacing: 1px;
	border: 2px solid #2e2e2e;
	text-transform: uppercase;
	border-radius: 0;
	font-family: sf-pro, 'Poppins', sans-serif;
}

.btn-style-four:hover {
	color: #ffffff;
	border-color: #ea5b36;
	background-color: #ea5b36;
}

.theme_color {
	color: #ea5b36;
}

/*Social Icon One*/

.social-icon-one {
	position: relative;
	margin-top: 0px;
}

.social-icon-one li {
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	color: #d6d6d6;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #ea5b36;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two .share {
	position: relative;
	color: #151515;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

.social-icon-two a {
	position: relative;
	color: #dbdbdb;
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two a:hover {
	color: #080808;
}

img {
	display: inline-block;
	max-width: 100%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("#");
}

.popup  .form-group{margin-bottom: 10px !important;}
.btn-full {width: 100%}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	background: #1c1c1c;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #ea5b36;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .outer-container {
	position: relative;
	padding: 0px 70px;
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #e5e5e5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 2px 0px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .header-upper {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 5;
}

.main-header .header-upper .sign-in-btn {
	border: 1px solid #a0a0a0;
	position: relative;
	color: #00000a;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #ffffff;
	font-family: "sf-pro";
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 42px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.main-header .header-upper .sign-in-btn:hover {
	color: #ffffff;
	background-color: #ea5b36;
}

.main-header .header-upper .contact-number {
	position: relative;
	top: 2px;
	font-size: 18px;
	display: inline-block;
	color: rgb(0, 0, 0);
	margin-right: 50px;
}

.main-header .header-upper .contact-number span {
	position: relative;
	font-size: 24px;
	color: #00000a;
	font-weight: 500;
	margin-left: 20px;
}

.main-header .logo-outer {
	position: relative;
	float: left;
	z-index: 25;
	padding: 34px 0px 20px;
	margin-right: 150px;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 150px;
}

.logo img {
	width: 150px;
}

.main-header .header-upper .nav-outer {
	position: relative;
	float: left;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-right: 40px;
	padding: 26px 0px 15px;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.sticky-header .main-menu .navigation>li {
	padding: 0px;
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 25px 0px;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: 600;
	opacity: 1;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Playfair Display', serif;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 17px 20px !important;
	color: #333333;
	/* font-family: 'Poppins', sans-serif; */
	/* font-size: 16px; */
	/* padding: 25px 0px; */
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: 600;
	opacity: 1;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Playfair Display', serif;
}

.sticky-header .main-menu .navigation>li.dropdown>a:before {
	display: none;
}

.header-upper .main-menu .navigation>li:hover>a,
.header-upper .main-menu .navigation>li.current>a,
.header-upper .main-menu .navigation>li.current-menu-item>a {
	color: #00000a;
	opacity: 1;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
	color: #ffffff !important;
	background: #ea5b36;
}

.main-menu .navigation>li:hover>a:after {
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	background: #101010;
	border-top: 2px solid #ea5b36;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
	color: #e0e0e0;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
	background-color: #ea5b36;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 250px;
	z-index: 100;
	display: none;
	background: #101010;
	border-top: 2px solid #ea5b36;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
	color: #e0e0e0;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #ffffff;
	background-color: #ea5b36;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.header-style-two {
	position: relative;
}

.header-style-two .logo-outer {
	padding: 34px 0px;
}

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-bottom: 1px solid #f9f9f9;
}

.main-slider .tp-caption {
	z-index: 5;
}

.main-slider h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
}

.main-slider .text {
	font-weight: 400;
	line-height: 1.8em;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Helvetica";
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
	background: none !important;
	overflow: hidden;
	height: 90px;
}

.main-slider.alternate .tparrows.preview3 {
	margin-top: 30px !important;
	height: 50px;
}

.main-slider .tparrows.preview3::after {
	top: 0px;
	color: #101010;
	font-size: 26px;
	padding: 0px;
	background: rgba(255, 255, 255, 0.70);
	font-weight: 400;
	width: 36px;
	height: 90px;
	line-height: 90px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: '\f104';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: '\f105';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after {
	background: rgba(255, 255, 255, 1);
}

.main-slider .tparrows.preview3.tp-leftarrow {
	left: 0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
	right: -36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url("../../../wp-content/themes/images/icons/icon-cross.png") center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas {
	height: 570px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 100px 0px 60px;
}

.no .services-section {
	position: relative;
	padding: 0px 0px 60px !important;
}

.separator {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #f0f0f0;
}

.services-block {
	position: relative;
	margin-bottom: 90px;
	min-height: 192px;
}

.services-block .inner-box {
	position: relative;
}

.services-block .inner-box .icon-box {
	position: relative;
	color: #d9d9d9;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 10px;
	text-align: center;
}

.services-block .inner-box h3 {
	position: relative;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 22px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.services-block .inner-box h3 a {
	color: #2d2d43;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-transform: capitalize;
	font-family: sf-pro;
	margin: auto;
}

.services-block .inner-box h3 a:hover {
	color: #ea5b36;
}

.services-block .inner-box .text {
	position: relative;
	font-size: 18px;
	line-height: 1.8em;
	color: rgba(0, 0, 0, 0.65);
	font-family: sf-pro, 'PT Serif', serif;
}

/*** 

====================================================================
	Who We Are Section
====================================================================

***/

.who-we-are-section {
	position: relative;
	padding: 100px 0px 80px
}

.who-we-are-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.who-we-are-section .image-column .image {
	position: relative;
	padding-right: 40px;
}

.who-we-are-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 50%;
}

.who-we-are-section .tab-column {
	position: relative;
}

.who-we-are-section .tab-column .content-inner {
	position: relative;
	padding-left: 30px;
}

.who-we-are-section .tab-column .content-inner .sec-title {
	margin-bottom: 70px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.info-tabs .tab-btns {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.info-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	line-height: 1.6em;
	margin-bottom: 28px;
	transition: all 500ms ease;
	color: rgba(0, 0, 10, 0.20);
	text-transform: capitalize;
}

.info-tabs .tab-btns .tab-btn.active-btn {
	color: transparent;
	background: linear-gradient(45deg, #fbb03b 0%, #df457a 100%);
	-webkit-background-clip: text;
}

.info-tabs .tabs-content {
	position: relative;
}

.info-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.info-tabs .tabs-content .tab .content {
	position: relative;
}

.info-tabs .tabs-content .tab .content .text {
	position: relative;
	font-size: 18px;
	line-height: 1.7em;
	color: rgba(0, 0, 10, 0.65);
	margin-bottom: 25px;
	font-family: 'PT Serif', serif;
}

.info-tabs .tabs-content .tab.active-tab {
	display: block;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter {
	position: relative;
	color: #103d68;
	padding: 100px 0px 50px;
}

.no .fact-counter {
	position: relative;
	color: #103d68;
	padding: 60px 0px 50px !important;
}

.fact-counter.style-two {
	padding-top: 100px;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
	margin-bottom: 50px;
}

.fact-counter .column .inner {
	position: relative;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .count-outer {
	position: relative;
	font-size: 50px;
	line-height: 1em;
	font-weight: 400;
	margin: 0px 0px;
	font-family: 'Noto Serif', serif;
}

.fact-counter .count-outer .plus-icon {
	position: relative;
	font-weight: 300;
	color: #ea5b36;
	font-size: 28px;
	line-height: 1em;
	display: inline-block;
	font-family: sf-pro;
	margin-left: 10px;
}

.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 300;
	color: #323131;
	font-family: sf-pro;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #aeaeae;
	margin-top: 10px;
	font-family: sf-pro, "Helvetica";
	text-transform: uppercase;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
}

.gallery-section .outer-section {
	padding: 0px 20px;
}

.gallery-section .owl-dots,
.gallery-section .owl-nav { 
	display: none;
}

.gallery-block {
	position: relative;
}

.gallery-block .inner-box {
	position: relative;
	overflow: hidden;
}

.gallery-block .inner-box .image {
	position: relative;
}

.gallery-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: 600px;

	width: 100%;
	object-fit: cover;
	background: gray;
}

.bloglistpage img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: 350px;
}

.gallery-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	display: block;
	visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: rgba(33, 33, 33, 0.95);
}

.gallery-block .inner-box:hover .image .overlay-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.gallery-block .inner-box .image .overlay-box .overlay-inner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.gallery-block .inner-box .image .overlay-box .content {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: -webkit-center; text-align: -moz-center;
}

.gallery-block .inner-box .image .overlay-box .content .post-number {
	position: relative;
	font-size: 40px;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 30px;
	font-family: sf-pro, 'Poppins', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.6em;
	color: rgba(255, 255, 255, 0.4);
	background: black;
}

.gallery-block .inner-box .image .overlay-box .content h3 {
	position: relative;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-family: sf-pro, 'Poppins', sans-serif;
}

.gallery-block .inner-box .image .overlay-box .content h3 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: sf-pro;
	text-transform: capitalize;
}

.gallery-block .inner-box .image .overlay-box .content h3 a:hover {
	color: #ea5b36;
}

.gallery-block .inner-box .image .overlay-box .content .text {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.8em;
	margin-bottom: 20px;
	max-width: 320px;
	font-family: sf-pro, 'PT Serif', serif;
}

.gallery-block .inner-box .image .overlay-box .content .arrow {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.gallery-block .inner-box .image .overlay-box .content .arrow:hover {
	color: #ea5b36;
}

.gallery-section.style-two {
	margin: 0px;
}

.gallery-section.style-two .gallery-block {
	padding: 0px;
}

/*** 

====================================================================
	Progress Section
====================================================================

***/

.progress-section {
	position: relative;
	padding: 200px 0px 50px;
}

.progress-section.style-two {
	padding-top: 140px;
	background-color: #202020;
}

.progress-levels {
	position: relative;
	margin-bottom: 30px;
}

.progress-levels .progress-box {
	position: relative;
	margin-bottom: 100px;
	/*padding: 0;*/
}

.progress-levels .progress-box:nth-child(2) .bar .bar-fill {
	background-color: #11d878;
}

.progress-levels .progress-box:nth-child(3) .bar .bar-fill {
	background-color: #ffcf69;
}

.progress-levels .progress-box:nth-child(4) .bar .bar-fill {
	background-color: #bc86ff;
}

.progress-levels .progress-box .inner {
	position: relative;
	text-align: center;
	padding: 0 10px;
}

.progress-levels .progress-box .inner .count-text {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #252f3e;
	display: inline-block;
	margin-bottom: 25px;
	font-family: sf-pro;
}

.progress-levels .progress-box .inner .percent {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #252f3e;
	margin-left: 0px;
	display: inline-block;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 120px;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	width: 3px;
	height: 100%;
	margin: 0 auto;
	/* background-color: #ecf3f7; */
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 3px;
	height: 0px;
	background: #ff6f6f;
	-moz-transition: all 2000ms ease 300ms;
	-webkit-transition: all 2000ms ease 300ms;
	-ms-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .inner .text {
	position: relative;
	padding-left: 85px;
	color: #252f3e;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	text-align: left;
	margin-top: 35px;
	display: inline-block;
}

.progress-levels .progress-box .inner .text span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 62px;
	font-weight: 300;
	line-height: 1em;
	padding-bottom: 62px;
	color: rgba(37, 42, 62, 0.07);
}

.progress-levels.style-two .progress-box .inner .text,
.progress-levels.style-two .progress-box .inner .count-text,
.progress-levels.style-two .progress-box .inner .percent {
	color: #ffffff;
}

.progress-levels.style-two .progress-box .bar .bar-innner {
	background-color: #2a2a2b;
}

.progress-levels.style-two .progress-box .bar .bar-fill {
	background-color: #ffffff;
}

.progress-levels.style-two .progress-box .inner .text span {
	color: rgba(255, 255, 255, 0.10);
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 50px 0px 140px;
}

.testimonial-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-section .image-column .image {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-section .image-column .image img {
	width: 100%;
	display: block;
}

.testimonial-section .testimonial-column {
	position: relative;
}

.testimonial-section .testimonial-column .inner-column {
	position: relative;
	padding-left: 90px;
}

.testimonial-section .testimonial-column .inner-column .sec-title {
	margin-bottom: 35px;
}

.testimonial-section .owl-dots {
	display: none;
}

.testimonial-section .owl-nav {
	position: relative;
	margin-top: 30px;
	margin-left: 65px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
	display: inline-block;
	color: #000;
	margin: 0px 10px;
	font-weight: 600;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
	color: #3b3b3b;
}

.testimonial-section.style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f8fafd));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f8fafd 100%);
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	padding-left: 75px;
}

.testimonial-block .inner-box .quote-icon {
	position: absolute;
	left: 0px;
	top: 5px;
	color: #ebebeb;
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 20px;
}

.testimonial-block .inner-box .text {
	position: relative;
	color: rgba(0, 0, 10, 0.75);
	font-size: 18px;
	line-height: 1.8em;
}

/*Call To Action Section*/

.call-to-action-section {
	position: relative;
	margin: 0px 35px;
	margin: 0px 0px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.call-to-action-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	*background-color: rgba(0, 0, 0, 0.40);
	background-color: rgba(0, 0, 0, 0.69);
}

.call-to-action-section .content {
	position: relative;
	padding: 150px 0px;
	text-align: center;
}

.call-to-action-section .content h2 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.2em;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 40px;
	font-family: sf-pro, 'Playfair Display', serif;
	font-weight: 200;
}

/*Call To Action Section*/

.call-to-action-section-two {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.call-to-action-section-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.45);
}

.call-to-action-section-two .content {
	position: relative;
	padding: 150px 0px;
	text-align: center;
}

.call-to-action-section-two .content h2 {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1.2em;
	margin-bottom: 40px;
	font-family: 'Playfair Display', serif;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
	position: relative;
	padding: 130px 0px 130px;
	background: white;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.default-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f8fafd));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #fdf8f8 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #fdf8f8 100%);
	background-image: url('../../../img/bw.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.news-section {
	position: relative;
}

.news-section.style-two {
	position: relative;
	padding-bottom: 90px;
}

.news-section .sec-title .go-news {
	position: relative;
	color: #13192d;
	font-size: 16px;
	font-weight: 500;
	margin-top: 100px;
	padding-bottom: 3px;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #13192d;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-section .sec-title .go-news:hover {
	color: #ea5b36;
	border-color: #ea5b36;
}

/*News Block*/

.news-block {
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box {
	position: relative;
	box-shadow: 0 0 20px 2px #00000016;
}

.contains-blog-summary {
	padding: 0 20px 20px;
	background: white;
}

.news-block .inner-box .post-date {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: rgba(19, 25, 45, 0.5);
	border-bottom: 2px solid #eeeeef;
	text-transform: uppercase;
	font-size: 15px;
}

.news-block .inner-box h3 {
	position: relative;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 300;
}

.news-block .inner-box h3 a {
	color: #13192d;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block .inner-box h3 a:hover {
	color: #ea5b36;
}

/*Contact Form Section*/

.contact-form-section {
	position: relative;
}

.contact-form-section.contact-page {
	padding-bottom: 120px;
}

.contact-form-section.style-two {
	padding-bottom: 120px;
}

.contact-form-section.style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f8fafd));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f8fafd 100%);
}

.contact-form-section .column-inner {
	position: relative;
	padding-right: 70px;
}

.contact-form-section .contact-info-column {
	position: relative;
}

.contact-form-section .contact-info-column .inner {
	position: relative;
}

.contact-form-section .contact-info-column .inner .sec-title {
	position: relative;
	padding-top: 10px;
	margin-bottom: 40px;
}

.contact-form-section .contact-info-column .inner .text {
	position: relative;
	color: #8c8c8c;
	font-size: 20px;
	font-weight: 400;
}

.contact-form-section .contact-info-column .inner .text span {
	color: #000000;
	display: block;
	font-weight: 500;
	font-size: 28px;
	margin-top: 8px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form {
	margin-top: 10px;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 0px 0px 8px;
	color: #000000;
	border-bottom: 2px solid #e5e5e5;
	height: 46px;
	font-size: 16px;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
	border-color: #ea5b36;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 0px 0px;
	color: #000000;
	height: 150px;
	background: none;
	resize: none;
	font-size: 16px;
	border-bottom: 2px solid #e5e5e5;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form button {
	position: relative;
	margin-top: 5px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

/*** 

====================================================================
	Main Footer
====================================================================

 ***/

.main-footer {
	position: relative;
}

.main-footer h2 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 10px;
	color: transparent;
	background: linear-gradient(45deg, #fbb03b 0%, #df457a 100%);
	-webkit-background-clip: text;
}

/*Subscribe widget*/

.subscribe-form {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 55px;
}

.subscribe-form .form-group {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #f7f8f9;
	border-radius: 50px;
	border-color: #f7f8f9;
	border-radius: 5px;

}

.subscribe-form .form-group input[type="text"]:focus,
.subscribe-form .form-group input[type="email"]:focus {
	border-color: #ea5b36;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
	padding: 12px 45px;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 5px;

}

.main-footer .footer-bottom {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
}

.main-footer .footer-bottom .logo {
	position: relative;
	margin-bottom: 15px;
	padding-top: 5px;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	color: #fff;
	font-size: 14px;
}

.main-footer .footer-bottom .copyright p {
	padding-bottom: 50px;
	text-transform: uppercase;
}

.main-footer .footer-bottom .copyright a {
	color: #000000;
}

.main-footer .footer-bottom .footer-nav {
	position: relative;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 18px;
}

.main-footer .footer-bottom .footer-nav li {
	position: relative;
	margin-left: 25px;
	display: inline-block;
}

.main-footer .footer-bottom .footer-nav li a {
	position: relative;
	font-size: 14px;
	color: fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .footer-bottom .footer-nav li a:hover {
	color: #ea5b36;
}

/*News Block Two*/

.news-block-two {
	position: relative;
	margin-bottom: 40px;
}

.news-block-two .inner-box {
	position: relative;
	padding: 35px 35px;
	border: 1px solid #ededed;
}

.news-block-two .inner-box .post-date {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	color: rgba(19, 25, 45, 0.70);
}

.news-block-two .inner-box h3 {
	position: relative;
	font-size: 28px;
	line-height: 1.4em;
}

.news-block-two .inner-box h3 a {
	color: #13192d;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box h3 a:hover {
	color: #ea5b36;
}

.news-block-two .inner-box .text {
	position: relative;
	font-size: 18px;
	line-height: 1.7em;
	color: rgba(0, 0, 10, 0.65);
	margin-top: 18px;
	margin-bottom: 20px;
	font-family: 'PT Serif', serif;
}

.news-block-two .inner-box .arrow {
	position: relative;
	color: #cccccc;
	font-size: 24px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .arrow:hover {
	color: #ea5b36;
}

.news-block-two.style-two .inner-box h3 {
	font-size: 32px;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	color: #ffffff;
	padding: 260px 0px 190px;
	background-color: #f9f9f9;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/* background-image: url("images/3.jpg"); */
	border-bottom: 1px solid #eaeaea;
}

.page-title p.gradtext{
	    display: none;
}
dt {
	font-weight: 700;
	padding: 6px 0px;
}

.page-title .auto-container {
	position: relative;
	z-index: 1;
}

.page-title h1 {
	position: relative;
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 200;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 00px;
	text-transform: capitalize;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.page-title h1:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 40px;
	height: 2px;
	width: 50px;
	background-color: transparent;
}

.page-title .bread-crumb {
	position: relative;
	padding-top: 30px;
	text-align: left;
}

.page-title .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
	color: #ea5b36;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.page-title .bread-crumb li:before {
	content: '/';
	position: absolute;
	right: -20px;
	top: 1px;
	width: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.page-title .bread-crumb li:first-child {
	margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #808080;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-title .bread-crumb li a:hover {
	color: #ea5b36;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding-top: 200px;
}

.about-section .sec-title {
	margin-bottom: 30px;
}

.about-section .image {
	position: relative;
	margin-bottom: 120px;
}

.about-section .image img {
	position: relative;
	width: 100%;
	display: block;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding-top: 160px;
	padding-bottom: 100px;
}

.team-block {
	position: relative;
	margin-bottom: 40px;
}

.team-block .inner-box {
	position: relative;
	text-align: center;
}

.team-block .inner-box .image {
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}

.team-block .inner-box h3 a {
	position: relative;
	color: #00000a;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .designation {
	position: relative;
	color: #959595;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.team-page .team-block {
	position: relative;
	margin-bottom: 100px;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
	position: relative;
	padding: 160px 0px 120px;
}

.project-single .inner-box {
	clear: both;
	overflow: hidden;
}

.project-section .sec-title .large-title {
	position: absolute;
	right: 0px;
	top: -20px;

	color: #f6f8f9;
	font-size: 348px;
	line-height: 1em;
	font-weight: 700;
}

.project-section .filters {
	margin-bottom: 80px;
}

.project-section .filters .filter-tabs {
	position: relative;
}

.project-section .filters li {
	position: relative;
	display: inline-block;
	color: #b4b4b4;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-right: 30px;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.project-section .filters .filter.active,
.project-section .filters .filter:hover {
	color: #000000;
}

.project-section.full-width .row {
	margin: 0px 5px;
}

.project-section.full-width .default-portfolio-item {
	padding: 0px 10px;
}

.default-portfolio-item.mix {
	display: none;
}

.default-portfolio-item {
	position: relative;
	margin-bottom: 30px;
}

.default-portfolio-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.default-portfolio-item .image-box {
	position: relative;
	display: block;
}

.default-portfolio-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.default-portfolio-item .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	text-align: center;
	background: rgba(0, 0, 0, 0.50);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.default-portfolio-item .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.default-portfolio-item .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
}

.default-portfolio-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.default-portfolio-item .overlay-inner .image-link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 42px;
	height: 42px;
	margin: 0px 5px;
	line-height: 38px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.default-portfolio-item .overlay-inner .image-link .icon {
	position: relative;
}

.default-portfolio-item .overlay-inner .image-link:hover {
	color: #666666;
	background-color: rgba(255, 255, 255, 1);
}

/*** 

====================================================================
	Project Single Section
====================================================================

***/

.project-single {
	position: relative;
	padding: 15px 0px 20px;
}

.project-single h2 {
	position: relative;
	font-size: 40px;
	color: #00000a;
	line-height: 1.5em;
	margin-bottom: 70px;
}

.project-single .image {
	position: relative;
	margin-bottom: 80px;
}

.project-single .image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-single .project-title {
	position: relative;
}

.project-single .project-title .info-column {
	position: relative;
	margin-bottom: 30px;
}

.project-single .project-title .info-column h3 {
	position: relative;
	color: #171717;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.project-single .project-title .info-column .text {
	position: relative;
	color: #b2b2b2;
	font-size: 18px;
}

.project-single .project-title .btn-column {
	position: relative;
	text-align: right;
}

.project-single .inner-box .bold-text {
	position: relative;
	color: #212121;
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 30px;
	line-height: 1.7em;
	font-weight: 500;
	float: left;
}

.project-single .inner-box .text {
	position: relative;
}

.project-single .inner-box .text {
	position: relative;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 20px;
	color: rgba(0, 0, 10, 0.65);
	font-family: 'PT Serif', serif;
}

.gallery-carousel-section .owl-dots,
.gallery-carousel-section .owl-nav {
	display: none;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.blog-section {
	position: relative;
	padding: 100px 0px 100px;
}

.news-block-three {
	position: relative;
	margin-bottom: 70px;
}

.news-block-three .inner-box {
	position: relative;
	background: #f9f9f9;
	box-shadow: 0 0 5px 0px #d2d2d2;
}

.news-block-three .inner-box .image {
	position: relative;
}

.news-block-three .inner-box .image img {
	position: relative;
	max-width: 100%;
	display: block;
}

.news-block-three .inner-box .lower-box {
	position: relative;
	padding: 0 2em 2em 2em;
}

.news-block-three .inner-box .image img {
	padding-bottom: 0;
}

.news-block-three .inner-box .lower-box .post-date {
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
	color: gray;
	margin-top: 30px;
}

.news-block-three .inner-box .lower-box h3 {
	position: relative;
	color: #444;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4em;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: sf-pro, sans-serif;
}

.news-block-three .inner-box .lower-box h3 a {
	position: relative;
	color: #4a4a4a;
	font-size: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-box h3 a:hover {
	color: #ea5b36;
}

.news-block-three .inner-box .lower-box .text {
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	color: grey;
	color: #666666;
	margin-bottom: 20px;
	font-family: sf-pro, sans-serif;
}

.news-block-three .inner-box .lower-box .arrow {
	position: relative;
	color: #4a4a4a;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-box .arrow:hover {
	color: #ea5b36;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
	margin-bottom: 30px;
	padding-top: 50px;
}

.styled-pagination ul {
	position: relative;
	display: inline-block;
}

.styled-pagination li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 25px 8px 0px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 18px;
	font-size: 20px;
	color: #c9c9c9;
	font-weight: 500;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
	color: #13192d;
	font-weight: 500;
	text-transform: uppercase;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #13192d;
}

.page-numbers .page-numbers.current {
	color: #13192d;
	position: relative;
	display: inline-block;
	line-height: 18px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

/*** 

====================================================================
	Blog Single
====================================================================

***/

.blog-single-section {
	position: relative;
	padding: 80px 0px 150px;
}

.blog-detail {
	position: relative;
}

.blog-detail .inner-box {
	position: relative;
}

.blog-detail .inner-box .image {
	position: relative;
}

.blog-detail .inner-box .image img {
	position: relative;
	max-width: 100%;
	display: block;
}

.blog-detail .inner-box .lower-content {
	position: relative;
	padding-top: 35px;
}

.post-date {
	margin-bottom: 15px;
	font-size: 18px;
	color: #040404;
	font-weight: 500;
}

.blog-detail .inner-box .lower-content h3 a {
	position: relative;
	color: #1a1a1a;
	font-size: 40px;
	margin-bottom: 30px;
}

.blog-detail .inner-box .lower-content h3 {
	position: relative;

}

.blog-detail .inner-box .lower-content .text {
	position: relative;
}

.blog-detail .inner-box .lower-content .text p {
	position: relative;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.65);
	font-family: 'PT Serif', serif;
}

.blog-detail .inner-box .lower-content .text blockquote {
	position: relative;
	padding: 0px !important;
	border: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #f9f9f9;
}

.blog-detail .inner-box .lower-content .text blockquote .blockquote-text {
	position: relative;
	color: #282828;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4em;
	padding-left: 85px;
}

.blog-detail .inner-box .lower-content .text blockquote .blockquote-text:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 20px;
	width: 50px;
	height: 2px;
	background-color: #282828;
}

.blog-detail .inner-box .lower-content .text .bold-text {
	position: relative;
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 20px;
}

/*post share options*/

.blog-detail .inner-box .lower-content .post-share-options {
	position: relative;
	padding: 10px 0px 0px;
}

.blog-detail .inner-box .lower-content .post-share-options .tags span {
	color: #000000;
}

.blog-detail .inner-box .lower-content .post-share-options .tags a {
	position: relative;
	color: #9a9a9a;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .inner-box .lower-content .post-share-options .tags a:hover {
	color: #ea5b36;
}

.blog-detail .inner-box .lower-content .post-share-options .tags {
	position: relative;
	color: #b7b7b7;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

/*Author Box*/

.author-box {
	position: relative;
	padding: 75px 0px;
	margin-bottom: 150px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.author-box .author-inner {
	position: relative;
	padding-left: 225px;
}

.author-box .author-inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	overflow: hidden;
}

.author-box .author-inner h3 {
	position: relative;
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.author-box .author-inner .text {
	position: relative;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 15px;
	color: rgba(0, 0, 0, 0.45);
	font-family: 'PT Serif', serif;
}

.author-box .author-inner .view-profile {
	position: relative;
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 2px solid #000000;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.blog-single-section .comments-area {
	position: relative;
	margin-top: 50px;
}

.blog-single-section .group-title {
	position: relative;
	margin-bottom: 80px;
}

.blog-single-section .group-title h2 {
	position: relative;
	font-size: 42px;
	color: #000000;
	font-weight: 400;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.blog-single-section .comments-area .comment-box {
	position: relative;
	padding: 0px 0px 50px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single-section .comments-area .comment-box.reply-message {
	padding-left: 100px;
}

.blog-single-section .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 100px;
}

.blog-single-section .comments-area .comment .comment-inner {
	position: relative;
}

.blog-single-section .comments-area .comment .comment-reply {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single-section .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}

.blog-single-section .comments-area .comment-box .author-thumb img {
	width: 75px;
	display: block;
	border-radius: 50%;
}

.blog-single-section .comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.blog-single-section .comments-area .comment-box strong {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	line-height: 16px;
	text-transform: capitalize;
}

.blog-single-section .comments-area .comment-box .text {
	color: rgba(0, 0, 0, 0.45);
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 1.8em;
	font-family: 'PT Serif', serif;
}

.blog-single-section .comments-area .comment-info .comment-time {
	position: relative;
	font-size: 16px;
	color: #a5a5a5;
	margin-top: 6px;
}

.blog-single-section .comments-area .comment-box .theme-btn {
	padding: 5px 30px;
	font-size: 12px;
	border: 1px solid #fbca00;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*Blog Comment Form*/

.blog-comment-form {
	margin-top: 50px;
}

.blog-comment-form .title-column {
	position: relative;
}

.blog-comment-form .title-column h2 {
	position: relative;
	color: #000000;
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 30px;
	font-weight: 600;
}

.comment-form h2 {
	position: relative;
	color: #000000;
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 30px;
	margin-left: -15px;
}

.blog-comment-form .title-column .text {
	position: relative;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.45);
}

.blog-comment-form .form-group {
	position: relative;
	margin-bottom: 40px;
	clear: both;
}

.form-column #comments_form p {
	margin-left: 0px !important;
}

.comment-box .form-group {
	margin-bottom: 15px;
	margin-left: 15px !important;
}

.blog-comment-form .form-group input[type="text"],
.blog-comment-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #f7f8f9;
	border-color: #f7f8f9;
}

.blog-comment-form .form-group input[type="text"]:focus,
.blog-comment-form .form-group input[type="email"]:focus,
.blog-comment-form .form-group textarea:focus {
	border-color: #ea5b36;
}

.blog-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 770px;
	line-height: 24px;
	color: #000000;
	height: 160px;
	resize: none;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	background: #f7f8f9;
	transition: all 300ms ease;
	padding: 15px 15px;
	left: 15px;
}

.blog-comment-form button {
	position: relative;
	margin-top: 5px;
	left: 15px;
}

/*** 

====================================================================
	Map Section
====================================================================

 ***/

#google-map-area {
	height: 450px;
}

#google-map {
	height: 100%;
	width: 100%;
}

/*** 

====================================================================
	Error Section Style
====================================================================

***/

.error-section {
	position: relative;
	text-align: center;
	padding: 100px 0px 200px;
}

.error-section .error-big-text {
	position: relative;
	font-size: 300px;
	color: #00000a;
	font-weight: 400;
	letter-spacing: 5px;
	margin-bottom: 60px;
	line-height: 1em;
	font-family: 'Playfair Display', serif;
}

.error-section h2 {
	position: relative;
	color: #00000a;
	font-weight: 400;
	font-size: 38px;
	line-height: 1.3em;
	margin-bottom: 30px;
}

.error-section .text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #00000a;
}

.error-section .error-options {
	position: relative;
}

.error-section .error-options .or {
	position: relative;
	color: #2f2f2f;
	font-size: 18px;
	margin: 0px 25px;
	font-weight: 500;
}

.error-section .btn-style-four {
	padding: 12px 25px;
}

.error-search-box {
	position: relative;
	margin-top: 12px;
	width: 320px;
	display: inline-block;
}

.error-search-box .form-group {
	position: relative;
	margin: 0px;
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"] {
	position: relative;
	line-height: 32px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #ebeaea;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 55px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-box .form-group input:focus {
	border-color: #ea5b36;
}

.error-search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 50px;
	line-height: 52px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #c0c0c0;
	background: none;
	border-radius: 0px 3px 3px 0px;
	font-weight: normal;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-box .form-group input:focus+button,
.error-search-box .form-group button:hover {
	color: #ea5b36;
}

/*** 

====================================================================
	Faq Section
====================================================================

 ***/

.faq-section {
	position: relative;
	overflow: hidden;
	padding: 200px 0px 160px;
}

.mr .faq-section {
	position: relative;
	overflow: hidden;
	padding: 15px 0px 0px !important;
}

.faq-section .faq-title {
	position: relative;
	margin-bottom: 80px;
}

.faq-section .faq-title h2,
.faq-title h2 {
	position: relative;
	color: #000000;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.faq-title .title-text {
	position: relative;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.70);
}

/*Sidebar Search Form*/

.faq-section .faq-search-box {
	position: relative;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 20px;
}

.faq-section .faq-search-box .form-group {
	position: relative;
	margin: 0px;
}

.faq-section .faq-search-box .form-group input[type="text"],
.faq-section .faq-search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	color: #222222;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 60px;
	padding: 15px 15px 15px 20px;
	border: 1px solid #ebebeb;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-section .faq-search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 65px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 22px;
	color: #c0c0c0;
	background: none;
	font-weight: normal;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-section .faq-search-box .form-group input:focus {
	border-color: #ea5b36;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
	margin-bottom: 40px;
}

.accordion-box .block {
	position: relative;
	padding: 19px 0px;
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
	border: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 22px;
	cursor: pointer;
	line-height: 1.4em;
	color: #000000;
	font-weight: 500;
	padding: 0px 15px 0px 25px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 0px;
	top: 22px;
	font-size: 18px;
	color: #ccced2;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 12px;
	color: #ccced2;
	font-weight: 700;
	line-height: 1em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	color: #00091f;
	font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #11da61;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 15px 0px 0px 0px;
}

.accordion-box .block .content p {
	margin-bottom: 20px;
	line-height: 1.7em;
	font-size: 18px;
	font-weight: 300;
	padding-left: 25px;
	color: rgba(0, 0, 10, 0.45);
	font-family: 'PT Serif', serif;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section {
	position: relative;
	padding: 100px 0px 0px;
}

.faq-form-section h2 {
	position: relative;
	color: #161616;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 60px;
}

.faq-form-section .form-group {
	position: relative;
	margin-bottom: 30px;
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #f7f8f9;
	border-color: #f7f8f9;
}

.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus {
	border-color: #ea5b36;
}

.faq-form-section .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #f7f8f9;
	border-color: #f7f8f9;
	resize: vertical;
}

.boxed {
	width: 1300px;
}

.boxed .main-header .outer-container {
	position: relative;
	padding: 0px 15px !important;
}

img {
	height: auto;
}

#comments_form p {
	margin-left: -15px;
}

.round_s img {
	border-radius: 50% !important;
}

.pd-0 {
	padding: 0px !important
}

.pingback .author-thumb img {
	display: none !important;
}

.pingback {
	padding: 0px !important;
}

/*** 

====================================================================
	Sidebar Page
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 160px 0px 100px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
	margin-bottom: 30px !important;
}

.sidebar {
	position: relative;
	padding-left: 20px;
}

.blog-sidebar {
	position: relative;
	padding-left: 35px;
}

.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}

.sidebar-widget .sidebar-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-title h3,
.sidebar-title h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #ec5a2b;
	text-transform: capitalize;
}

.search-box .form-group {
	position: relative;
	margin: 0px;
}

.search-box .form-group input[type="text"],
.search-box .form-group input[type="search"] {
	position: relative;
	line-height: 24px;
	padding: 15px 40px 12px 20px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	color: #222222;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 56px;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.search-box .form-group input:focus {
	border-color: #ea5b36;
}

.search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 56px;
	width: 50px;
	line-height: 56px;
	display: block;
	font-size: 16px;
	color: #cccccc;
	background: none;
	font-weight: normal;
}

.search-box .form-group input:focus+button,
.search-box .form-group button:hover {
	color: #ea5b36;
}

.popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 14px 0px 16px;
	border-top: 1px solid #f0f0f0;
}

.popular-posts .post:last-child {
	border-bottom: 1px solid #f0f0f0;
}

.popular-posts .text {
	font-size: 20px;
	line-height: 1.5em;
	color: #000000;
	font-weight: 500;
	margin-bottom: 10px;
}

.popular-posts .text a {
	color: #000000;
}

.popular-posts .text a:hover {
	color: #ea5b36;
}

.popular-posts .post .date {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 16px;
	color: #b1b1b1;
}

.sidebar .popular-tags a,
.tagcloud a {
	position: relative;
	display: inline-block;
	margin: 0px 5px 8px 0px;
	line-height: 24px;
	padding: 8px 22px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	text-align: center;
	color: #878787;
	text-transform: uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	font-size: 14px !important;
	font-weight: 400;
}

.sidebar .popular-tags a:hover,
.tagcloud a:hover {
	background-color: #ea5b36;
	border-color: #ea5b36;
	color: #ffffff;
}

.sidebar .archive-list,
.sidebar ul {
	position: relative;
}

.sidebar .archive-list li,
.sidebar ul li {
	position: relative;
	line-height: 24px;
	border-top: 1px solid #f0f0f0;
}

.sidebar .post img {
	width: 75px;
}

.popular-posts h4 {
	margin-left: 83px;
	margin-top: -47px;
}

.popular-posts .post-info {
	margin-left: 83px;
}

.sidebar .archive-list li:last-child,
.sidebar ul li:last-child {
	border-bottom: 1px solid #f0f0f0;
}

.sidebar .archive-list li a,
.sidebar ul li a {
	position: relative;
	display: block;
	color: gray;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .archive-list li a:hover,
.sidebar ul li a:hover {
	color: #ea5b36;
}

.sidebar .list {
	position: relative;
}

.sidebar .list li {
	position: relative;
	line-height: 24px;
}

.sidebar .list li:last-child {
	border-bottom: none;
}

.sidebar .list li a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0px 5px 25px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .list li a:before {
	font-family: 'FontAwesome';
	content: "\f178";
	position: absolute;
	left: 0px;
	top: 4px;
	display: block;
	line-height: 26px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.sidebar .list li a:hover {
	color: #ea5b36;
}

.sidebar .service-list {
	position: relative;
	border: 1px solid #f0f0f0;
}

.sidebar .service-list li {
	position: relative;
	line-height: 24px;
}

.sidebar .service-list li a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 12px 25px;
	border-bottom: 1px solid #f0f0f0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .service-list li:last-child a {
	border-bottom: none;
}

.sidebar .service-list li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a {
	color: #ffffff;
	background: #ea5b36;
	border-color: #ea5b36;
}

.sidebar .downloads h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1a1a1a;
}

.sidebar .downloads .text {
	line-height: 1.8em;
	margin-bottom: 20px;
}

.sidebar .download-list li {
	position: relative;
	margin-bottom: 10px;
}

.sidebar .download-list li a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 25px;
	border: 1px solid #f0f0f0;
	border-radius: 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .download-list li a:hover {
	color: #ffffff;
	background: #ea5b36;
	border-color: #ea5b36;
}

.sidebar .download-list li .fa {
	font-size: 14px;
	padding-right: 15px;
}

.gallery-widget img {
	width: 117px;
	/* height: 75px; */
	float: left;
	margin: 3px;
	border-radius: 10%;
}

.main-footer .widgets-section h2 {
	position: relative;
	color: #00000a;
	font-size: 27px;
	text-align: left;
	margin-bottom: 20px;
	padding-top: 50px;
}

.content-side .news-details .news-block-three .lower-box .text strong {
	font-weight: 600;
	color: #000000;
}

blockquote p {
	position: relative;
	padding: 50px 70px 50px 140px;
	background: #f4f7fb;
	font-size: 30px !important;
	color: #282828;
	font-weight: 500;
	line-height: 1.6em;
	border: none;
	margin: 40px 0px;
}

blockquote p:before {
	content: '';
	position: absolute;
	left: 50px;
	top: 75px;
	width: 60px;
	border-bottom: 2px solid #282828;
}

.metaicon {
	color: #ea5b36;
}

.metaicon.fa-calendar,
.metaicon.fa-tags {
	padding-right: 7px;
}

.news-block .text {
	margin-top: 20px;
	font-size: 15px;
	text-align: justify;
	padding-bottom: 20px;
}

.content-side .news-details .news-block-three .lower-box .text strong {
	font-weight: 600;
	color: #000000;
}

blockquote p {
	position: relative;
	padding: 50px 70px 50px 140px;
	background: #f4f7fb;
	font-size: 30px !important;
	color: #282828;
	font-weight: 500;
	line-height: 1.6em;
	border: none;
	margin: 40px 0px;
}

blockquote p:before {
	content: '';
	position: absolute;
	left: 50px;
	top: 75px;
	width: 60px;
	border-bottom: 2px solid #282828;
}

.mr pd-0 {
	padding-top: 60px !important
}

.share-options {
	position: relative;
	float: right;
	margin-bottom: 20px;
	line-height: 24px;
	.share-options
}

.share-options li {
	position: relative;
	float: left;
	margin-left: 15px;
	list-style-type: none !important;
}

.share-options strong {
	padding-right: 5px;
	font-weight: 600;
	color: #000001;
}

.post-options {
	position: relative;
	padding: 15px 0px 10px;
	border-bottom: 1px solid #f0f0f0;
}

.share-options li a {
	position: relative;
	color: #aaaaaa;
	display: inline-block;
}

.share-options li a:hover,
.post-tags a:hover {
	color: #000001;
}

.post-tags a {
	position: relative;
	color: #ea5b36;
	display: inline-block;
	text-transform: capitalize;
}

.post-tags {
	position: relative;
	float: left;
	margin-bottom: 2px;
	margin-top: 20px;
	line-height: 24px;
	font-size: 17px;
	color: #0f0f0f;
	font-weight: 600;
}

.post-options {
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 50px;
}

.post-tags {
	position: relative;
	float: left;
	margin-bottom: 2px;
	margin-top: 20px;
	line-height: 24px;
	font-size: 17px;
	color: #0f0f0f;
	font-weight: 600;
}

.subclass {
	padding-top: 80px;
}

.error-text {
	text-align: left;
}

.default-section .news-block .flaticon-right-arrow-4 {
	font-size: 29px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	opacity: .4;
	transition: opacity .4s linear;

}

.default-section .news-block:hover .flaticon-right-arrow-4 {
	opacity: 1;
}

.blog-thm {
	overflow: hidden;
}

.default-section .news-block .blog-thm img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	-moz-transition: -moz-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}

.default-section .news-block:hover .blog-thm img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);

}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #f7f8f9;
	border-color: #f7f8f9;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 0px 0px;
	color: #000000;
	height: 150px;
	background: none;
	resize: none;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background: #f7f8f9;
	padding: 15px;
	border-bottom: none;
}

.news-block .flaticon-right-arrow-4:before {
	content: "\f100";
	padding-top: 45px;
	position: relative;
	margin-top: 30px;
}

.page-title .bread-crumb li:first-child {
	margin-left: 0px;
}


.main-header {
	background: white;
	border-bottom: 1px solid #f1f1f1;
}

.progress-levels .progress-box .inner .text span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 62px;
	font-weight: 300;
	line-height: 1em;
	padding-bottom: 62px;
	color: rgba(66, 66, 66, 0.24);
	display: flex;
	justify-content: space-between;
	padding: 12px 0 0 0;
}

.arrow .flaticon-right-arrow-4:before {
	color: #ea5b36;
}

.news-block-three .inner-box .lower-box h3 {
	border-left: 2px solid #ea5b36;
	padding-left: 14px;
	font-weight: 300;
}

.main-footer {
	background-image: url("images/32.jpg");
	padding-top: 50px;
}

.footerx .copyright {
	color: #ffffff;
}

.footerx .footer-nav li a {

	color: fff;

}

.footerx .copyright p {
	padding-bottom: 36px;
}

.post-date a {
	color: gray;
}

.twitter_feed li:before {
	content: "\f099";
	font-family: FontAwesome;
	color: #4bcaff;
	width: 50px;
}

.twitter_feed li p {
	margin-left: 25px;
	margin-top: -25px;
}

.twitter_ago {
	color: white
}

.prev-post span {
	margin-right: 10px;
}

.next-post span {
	margin-left: 10px;
}

.metaicon {
	margin-right: 5px;
	margin-left: 10px;
}

.post-date .metaicon:first-child {
	margin-left: 0px;
}

footer .logo img {
	margin-left: -6px !important;
}

.main-header .logo img {
	padding: 8px 0px;
}

.info-tabs .tabs-content .tab .content .text,
.sec-title h2 {
	font-family: sf-pro;
	text-align: justify;
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.main-slider h2 {
	font-weight: 300 !important;
}

.services-block .icon-box img {
	height: 60px;
}

.btn-style-one:hover {
	color: white;
	background-position: 00% 00%;
}

.arrow .flaticon-right-arrow-4:before {
	color: transparent;
	background: linear-gradient(45deg, #fbb03b 0%, #df457a 100%);

	-webkit-background-clip: text;
}

.logoslidegallery {
	height: 80px;
	width: 80px !important;
	margin-bottom: 20px;
}

.wpb_animate_when_almost_visible {
	opacity: 1 !important;
}

.go-news {
	display: none;
}

.theme-btn.btn-style-three {
	transition: all 200ms !important;
}

.sec-title h2 {
	color: #848484;
	font-weight: 300;
	font-size: 35px;
}

.news-block .inner-box h3 a {
	color: #f37959;
	text-transform: capitalize;
	text-align: justify;
	font-size: 22px;
	line-height: normal;
}

.contact-form-section .contact-info-column .inner .text span {
	color: #f37959;
}

.count-box {
	padding-top: 2px;
}

.fact-counter .column {
	margin-bottom: 0;
}

.fact-counter {
	padding: 80px 0px 80px;
}

.counterbg {
	background-color: #f3f3f3;
}

.gallery-section .four-item-carousel {
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: ew-resize;
}

.post-number {
	display: none
}

.none {
	display: none
}

.progress-section {
	padding: 120px 0px 120px;
	padding: 130px 0px 130px;
}

.lineserviceicon {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	margin-top: 22px;
	position: absolute;
	top: 0%;
	left: 50%;
	background: white;
	transform: translate(-50%, -50%);
}

.progress-levels .progress-box .inner .text {


	margin-top: 22px;
	text-align: center;
	padding: 0;
	color: #ea5b35;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 400;
}

.progress-levels .progress-box .bar .bar-fill {
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
	width: 2px;
}

.active-revslide .tp-bgimg.defaultimg {
	transform: scale(1);
	overflow: hidden !important;
	animation: zooming 7s linear infinite alternate;
}

@keyframes zooming {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

ul.menusec2 {
	position: absolute;
	bottom: 0;
	right: 10%;
	font-size: 22px;
	bottom: -150px;
	bottom: -7vw;
}

.menusec2 .submenuofmenusec2 {}

.menusec2 .submenuofmenusec2 li {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 0px 0px 15px;
}

.servicenewt h2 {
	color: darkgray;
	font-family: sf-pro;
	font-size: 42px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.servicenewt h2 span {

	font-family: sf-pro;
	font-size: 42px;
	line-height: 51px;
	margin-bottom: 34px;
	position: relative;
	font-weight: 300;
}

.servicenewt h2::before {
	content: "";
	height: 3px;
	width: 60px;
	background-color: rgb(234, 91, 54);
	position: absolute;
	top: 23px;
	right: calc(100% + 35px);
	transform: scaleX(0);
	border-radius: 2px;
	transition: transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005) 0s,
		-webkit-transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005) 0s;
}

.sec-title.servicenewt {
	margin-bottom: 80px;
	text-align: -webkit-center; text-align: -moz-center;
}

.sec-title.servicenewt h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.progress-levels .progress-box .inner .text p {
	position: relative;
	margin-top: 10px;
	color: #707070;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 16px;
	text-align: justify;
	line-height: 1.8em;
	*text-align-last: left;
}

.blog-thm img {
	width: 100%;

}

.blog-thm {}

.post-date a.arrow {
	float: right;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	overflow: hidden
}

.loader.is-inpage {
	z-index: 201;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.loader.is-inpage .loader__logo {
	display: none;
}

.loader.is-inpage .loader__half,
.loader.is-inpage .loader__half.loader__half--right {
	background-color: #ea5b36
}

.loader.is-inpage .loader__half.loader__half--left,
.loader.is-inpage .loader__half.loader__half--right .loader__half-inner {
	background-color: #ea5b36;
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%) !important;
}

.loader.is-inpage .loader__half.loader__half--left .loader__half-inner {
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%) !important;
	*background-color: #ea5b36
}

.loader__logo {
	display: inline-block;
	color: #fff;
	font-size: 32px;
	position: absolute;
	max-width: 118px;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	    transform: scale3d(0.8, 0.8, 0.8) translate(-62%, -50%);

	z-index: 2
}

.loader__half,
.loader__half-inner {
	position: absolute;
	display: block;
	top: 0;
	height: 100%
}

.loader__half {
	background-color: #ea5b36;

	width: 100%;
	overflow: hidden
}

.loader__half.loader__half--left {
	left: 0;
}

/*        .loader__half.loader__half--right {
            left: 50%
        }*/

.loader__half-inner {
	left: 0;
	width: 100%;
	background-color: #ea5b36;
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%) !important;
	background: black !important;
}

span.loader__logo img {
	width: 80px;
	width: 50px;
}

.summarymid {

	padding: 140px 0;
}



.summarymid h2 {

	font-weight: 300;

	color: darkgray;

	text-align: left;

	margin-bottom: 30px;

	font-size: 42px;
	max-width: none;
}

.aboutpage .summarymid h2 {
	text-align: center;
}

.summarymid .text {

	font-size: 22px;

	color: gray;

	width: 70%;
}

.midpara1 {

	font-size: 18px !important;
}

.summarymid img {
	width: -webkit-fill-available;
	height: auto;
	margin-bottom: 80px;
}

.summarymid .col-md-3 {}

.summarymid .col-md-9 {}

.titlehead {

	width: 50%;

	margin: auto;
}

.mainpara1 {
	margin-top: 20px;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 20px;
	margin: 0;
}

.headeroverlay {

	width: 100%;

	height: 100%;

	background: rgba(1, 1, 1, 0.6);

	position: absolute;

	top: 0;
	left: 0;
}

.column2 {
	column-count: 2;
	column-gap: 50px;
}

.industrypage .summarymid h2 {
	text-align: left;
	font-size: 35px;
	*margin: 0;
	padding: 0;
}

.industrypage .servicenewt {}

.industrypage .servicenewt .text,
.servicepage .servicenewt .text,
.nichepage .servicenewt .text {
	width: 100%;
	text-align: justify;
	margin: 0;
	font-size: 18px;
}

.industrypage .sec-title.servicenewt h2:after {
	background: transparent;
}

.industrypage .sec-title.servicenewt {
	margin-bottom: 100px;
}

.listins {}

.listins>div {
	padding: 0;
	width: calc(50% - 20px);
	overflow: hidden;
	margin: 10px;
}

.listins>div>a>img {

	margin-bottom: 0;

	object-fit: cover;

	height: 370px;

	transform: scale(1);

	overflow: hidden;
	transition: 500ms all ease-in-out;
}

.nopad {}

.listins .insoverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(1, 1, 1, .4);
	top: 0;
	transition: 500ms all ease-in-out;

}

.listins .insovtxt {

	position: absolute;
	width: max-content;
	height: max-content;

	width: -webkit-max-content;
	height: -moz-max-content;

	width: -webkit-max-content;
	height: -moz-max-content;

	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
}

.listins .col-md-6:hover .insovtxt {

	color: white;


}

.listins .col-md-6:hover img {

	transform: scale(1.1);
}

.listins .col-md-6:hover .insoverlay {

	background: rgba(1, 1, 1, .4);

}

.listins>div.fullwidth[class*="col-md"] {
	width: calc(100% - 20px);
}

.whyspringbord .services-section {
	padding: 140px 0;
}

.whyspringbord .services-section .text {
	text-align: justify;
}

.whyspringbord .sec-title {
	margin-bottom: 60px;
}

.whyspringbord .services-block .icon-box img {
	height: 100px;
}

.news-block-three .inner-box .lower-box .arrow .flaticon-right-arrow-4 {
	padding-left: 5px;
}

.contactpage {
	background: #fff;
}

.col2input input {
	width: calc(50% - 3px) !important;
	display: inline-block !important;
	padding: 0 25px !important;
}

.aboutpage .quickcontact h2 {
	text-align: left
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group textarea {
	*text-transform: uppercase;
}

.quickcontact .contactdetail {}

.quickcontact .contactdetail h2 {
	background: linear-gradient(0deg, #df457a 0%, #fbb03b 100%);
	color: transparent;
	-webkit-background-clip: text;
	margin-bottom: 10px;
	font-size: 20px;
}

.quickcontact .contactdetail p {
	font-size: 15px;
	padding-bottom: 20px;
}

.quickcontact h1 {}

.contactpage.summarymid {}

.faq-form-section.contactpage {
	padding-top: 0;
}

.parentpage .page-title {
	height: 70vh;
	display: flex;
	align-items: center;
}

.parentpage .page-title .auto-container {
	position: relative;
	z-index: 1;
	width: 88%;
	max-width: none;
}

.parentpage .page-title .bread-crumb {
	display: none
}

.about12 h2 {
	text-align: left !important;
	color: #656565;
}

.about12 hr.ttt {
	margin: 0;
	margin: 0 0 25px 0;
	width: 70px;
	height: 1px;
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
}

.col-md-6.about12 {
	padding: 0 40px;
	padding: 0 100px 0 30px;
}

.col-md-6.about12 .gradtext {
	background: linear-gradient(115deg, #df457a 0%, #fbb03b 100%);
	color: transparent !important;
	-webkit-background-clip: text !important;
	font-size: 20px;
	background-size: 30%;
}

.col-md-2.about12 {}

.col-md-2.about12 .circle {
	width: 80px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	margin: auto;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
}

.col-md-2.about12 .circle span {
	font-size: 20px;
	font-family: sf-pro;
	letter-spacing: 3px;
	color: gray;
}

.col-md-2.about12 hr {
	border: 0;
	height: 100px;
	background: #d8d8d8;
	width: 1px;
	margin: auto;
}

.rotatelink span {}

.aboutpage.parentpage .rotatelink {
	transform: rotate(-90deg);
	margin: 0;
	margin-top: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 0;
	width: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	position: absolute;
	bottom: -120px;
	top: 50%;
	left: 61%;
	transform: rotate(-90deg) translateX(-50%);
}

.contact.parentpage .rotatelink {
	transform: rotate(-90deg);
	margin: 0;
	margin-top: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 0;
	width: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	position: absolute;
	bottom: -120px;
	top: 50%;
	left: 61%;
	transform: rotate(-90deg) translateX(-50%);
}

.industrypage.parentpage .rotatelink {
	transform: rotate(-90deg);
	margin: 0;
	margin-top: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	width: auto;
	position: relative;
	bottom: -30px;
	top: auto;
	left: auto;
}

.whyspringbord.parentpage .rotatelink {
	transform: rotate(-90deg);
	margin: 0;
	margin-top: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	position: relative;
	bottom: -80px;
	top: auto;
	left: auto;
}

.aboutpage .summarymid img {
	padding: 0 7px;
}

.springtesti {
	padding: 00px 0 80px 0;
}

/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}

#quote-carousel .col-sm-12 p {
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	margin: 10px 0px 30px 0px;
}

#quote-carousel .col-sm-12 small {
	font-size: 15px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
	bottom: -30px;
	z-index: 1;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: transparent;
}

#quote-carousel .carousel-indicators .active {
	background: transparent;
}

#quote-carousel img {
	width: 250px;
	height: 100px
}

/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px;
}

.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}

#quote-carousel .col-sm-12 {
	text-align: center;
}

h3.trust {
	font-size: 30px;
	text-transform: uppercase;
	color: #656565;
	background: linear-gradient(-385deg, #df457a 0%, #fbb03b 100%);
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
	}

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}

	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 10px;
		height: 10px;
	}

	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
}

.footer1 hr.testiline {
	position: relative;
	margin: 0px auto 40px;
	width: 1px;
	height: 150px;
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
}

.industrypage #contact {
	padding: 0;
}

.footerscroll {
	padding: 60px 0 100px 0;
}

.footerscroll .progress-section {
	padding: 30px 0px 0px 0;
}

.servicepage .footerscroll {
	padding: 60px 0 40px 0;

}
 

.footerscroll .btn-style-one,
.progress-box .btn-style-one {
	font-size: 13px;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: 500;
	background: linear-gradient(45deg, #646464 0%, #828282 25%, #df457a 50%, #fbb03b 100%);
	transition: all 500ms;
	background-size: 580% !important;
	background-position: right center;
	padding: 10px 0;
}

.footerscroll .progress-box:hover .btn-style-one,
.progress-box:hover .btn-style-one {
	background-position: right center;

}

.footerscroll .progress-box .text p:nth-of-type(2),
.progress-box .text p:nth-of-type(2) {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.parentpage .page-title::after {
	position: absolute;
	width: 1px;
	height: 16vh;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
}

.bs-example {
	padding: 70px 0 100px 0;
}



body .loader .loader__logo>div {
	left: calc(50% - 80px);
	position: relative;
	background-color: black;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	overflow: hidden;
}

body .loader .loader__logo>div:nth-child(2) {
	width: 140px;
	height: 140px;
	top: -150px;
	left: calc(50% - 70px);
	line-height: 140px;
	text-align: center;
	font-size: 20px;

	width: 151px;
	height: 151px;
	top: -155px;
	left: calc(50% - 75px);
	line-height: 140px;
	text-align: center;
	font-size: 20px;
}

body .loader .loader__logo>div div {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	filter: blur(30px);
	-webkit-filter: blur(30px);
	position: absolute;
}

body .loader .loader__logo>div div:nth-child(1) {
	background-color: #fbb03b;
	-webkit-animation: move 4s;
	-webkit-animation-delay: 4.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation: move 4s;
	animation-delay: 4.8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

body .loader .loader__logo>div div:nth-child(2) {
	background-color: #df457a;
	-webkit-animation: move 3s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation: move 3s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

body .loader .loader__logo>div div:nth-child(3) {
	background-color: #fbb03b;
	-webkit-animation: move 6s;
	-webkit-animation-delay: 3.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation: move 6s;
	animation-delay: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

body .loader .loader__logo>div div:nth-child(4) {
	background-color: #df457a;
	-webkit-animation: move 5s;
	-webkit-animation-delay: 1.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation: move 5s;
	animation-delay: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes move {

	0%,
	100% {
		top: 0%;
		left: 0%;
	}

	25% {
		top: 0%;
		left: 50%;
	}

	50% {
		top: 50%;
		left: 50%;
	}

	75% {
		top: 50%;
		left: 0%;
	}
}

@keyframes move {

	0%,
	100% {
		top: 0%;
		left: 0%;
	}

	25% {
		top: 0%;
		left: 50%;
	}

	50% {
		top: 50%;
		left: 50%;
	}

	75% {
		top: 50%;
		left: 0%;
	}
}

.page-title .auto-container .row .title-column>p {
	text-align: center;
	/* text-transform: uppercase; */
	font-size: 14px;
	background-size: 20%;
	font-weight: 500;
	letter-spacing: 5px;
}

.progress-levels .progress-box .inner .text .arrow {

	display: inline;
}

.progress-levels .progress-box .inner .text span.flaticon-right-arrow-4 {

	font-size: 22px;

	right: 0px;

	left: auto;

	position: relative;

	padding: 0;

	filter: grayscale(0);
}

.progress-levels .progress-box:hover .inner .text span.flaticon-right-arrow-4 {
	filter: grayscale(0);

}

#contact ul.links {
	text-align: right
}

p.hover-arrow:hover .arrow {
	animation: arrow .4s linear;
}

@keyframes arrow {
	from {
		transform: translateX(-10px);
	}

	to {
		transform: translateX(0px);
	}
}


.menusec2 .submenuofmenusec2 li {
	padding: 5px 0px 0px 5px;
}

.col-md-2.about12 .circle span {
	font-family: helvetica;
}

.default-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
	transition: all 500ms ease;
	background-color: rgba(33, 33, 33, 0.95);
}

.default-overlay img.logoslidegallery {
	height: 50px;
	margin-top: 6px;
	margin-top: 30%;
}

.rotated-heading {
	transform: rotate(-90deg)translateY(32%)translateX(-55%);
	position: absolute;
	bottom: 0;
	left: 0;
	/*width: 260px;
    font-size: 16px;*/
	width: 250px;
	font-size: 18px;
	height: 100%;
	text-transform: capitalize;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.gallery-block .inner-box:hover .default-overlay {
	opacity: 0;
	visibility: hidden;
}

.rs-background-video-layer.HasListener.videoisplaying:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}

.gallery-section {
	padding-top: 130px;
}

ul.firstchildmenu.Brochures-text {
	margin-left: 30px;
}

.firstchildmenu.Brochures-text li {
	color: #757A84;
	font: 400 16px/2.1 sf-pro;
	font-size: 17px;
	margin-bottom: 0px;
}

.slotholder>div::after {
	background: rgba(0, 0, 0, .2);
}

.progress-levels .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*.progress-box:nth-of-type(5) span.srvname,
.progress-box:nth-of-type(5) span.txtgray,
.progress-box:nth-of-type(6) span.srvname,
.progress-box:nth-of-type(6) span.txtgray {
	font-size: 19px !important;
}*/

.whatdop {
	margin-top: 20px;
	font-size: 20px;
	padding-bottom: 20px;
}

.footer h3 a {
	color: #666666
}

.footer1 .whypartnr h2 {
	font-size: 30px;
	text-transform: capitalize;
}

.whypartnr .ttt {
	margin: 25px 0 !important;
}

ul.mainpara1 li {
	position: relative;
	padding-left: 30px;
	line-height: 30px;
}

ul.mainpara1 li::before {
	content: '';
	position: absolute;
	width: 21px;
	height: 1px;
	background: linear-gradient(60deg, #fbb03b 0%, #df457a 100%);
	top: calc(50% - 1px);
	left: 0;
}

.submenuofmenusec2 a:hover {
	color: #000;
}

.bannercontent h1,
.bannercontent span,
.bannerbtn,
.gradtext,
.servicenewt h2,
.rotated-heading,
.fact-counter .column .counter-title,
.news-block .inner-box .post-date,
.page-title h1,
/* .page-title .auto-container .row .title-column>p, */
.aboutpage.parentpage .rotatelink,
.industrypage.parentpage .rotatelink,
.firstchildmenu>a>li,
#nav .content .container-contentLink .wrapper-el .el-industry ul li,
.firstchildmenu ul,
.menusec2 .submenuofmenusec2 li {
	text-transform: capitalize !important;
}

.progress-levels .progress-box .inner .text {
	margin-top: 0;
}

.progress-levels .progress-box .inner .text span.hline {
	height: 68px;
	padding-bottom: 0px !important;

}

.gallery-section.srvslide {
	padding-top: 50px;
}

.contentbox span {
	color: #eb5b37;
}

.contentbox ul {
	text-align: justify;
	font-size: 18px;
	padding: 0 40px;
	margin-left: 30px;
	color: gray;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.why-springbord-grid {
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
}

.contactpage-detail {
	*margin-top: 80px;
	position: relative;
}

.contentbox li {
	position: relative;
}

.contentbox li:after {
	/* position: absolute;
    content: "";
    background: gray;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    top: calc(50% - 1.5px);
	left: -10px; */

	position: absolute;
	content: "";
	background: linear-gradient(60deg, #fbb03b 0%, #df457a 100%);
	height: 2px;
	width: 13px;
	border-radius: 50%;
	top: calc(50% - 1.5px);
	left: -21px;
	    top: 14px;
}

.wp-style .text ul>li {
	position: relative;
	list-style-type: none;
}

.wp-style ul>li::after {
	position: absolute;
	content: "";
	background: linear-gradient(60deg, #fbb03b 0%, #df457a 100%);
	height: 2px;
	width: 13px;
	border-radius: 50%;
	top: calc(50% - 1.5px);
	left: -21px;
}

aside #search-2,
aside #tag_cloud-2 {
	display: none;
}

.contactpage-detail>.wpb_column {
	margin-top: 50px;
	margin-bottom: 100px;
}

.inner-box .text ul {
	margin-bottom: 10px;
}

.brochures.whyspringbord .services-block .icon-box img {
	height: 80px;
	margin: 30px 0 00px 0;
	width: auto;
}

.brochures .summarymid .text {
	width: 100%;
}

.brochures .springtesti {
	padding: 0;
}

.brochures .why-springbord-grid,
.brochures .services-block {
	margin-top: 0px;
	margin-bottom: 0;
}

a.downloadb {
	display: block;
	margin-bottom: 30px;
	margin-top: 25px;
	padding: 5px 12px;
	width: max-content;
	width: max-content;
	margin: auto;
	width: -moz-max-content;
	width: -webkit-max-content;
	margin: auto;
}

.firstchildmenu.Brochures-text {
	display: none;
}

span.zn-fontweight {
	color: #eb5b37;
	padding: 0 40px;
	line-height: 40px;
}

p.tandc {
	font-size: 24px;



}

p.tandc {
	font-size: 24px;

	text-align: center;
	padding-bottom: 50px;
	background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
	color: transparent !important;
	-webkit-background-clip: text !important;
}

ul.tandc.mainpara1 li::before {
	content: '';
	position: absolute;
	width: 21px;
	height: 1px;
	background: linear-gradient(60deg, #fbb03b 0%, #df457a 100%);
	top: calc(50% - 1px);
	left: 0;
	top: 15px;
}

.sidelinetop ul li:after {
	top: 15px;

}

ul.tandc.mainpara1 li {
	padding-bottom: 12px;
}

.info.col-md-9 .links li:nth-child(2) {
	display: none !important;
}

a:active,
a:focus {
	color: #ea5b36 !important;
}

.panel-title a:active,
.panel-title a:focus,
a.downloadb:active,
a.downloadb:focus {
	color: white !important;
}

.gallery-section .owl-nav {
	display: block;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	width: 40px;
	margin: 0 10px;
	float: left;
}

/* .owl-next>.fa,
.owl-prev>.fa
{
	    padding: 10px;
	    background: gray;
	    font-size: 20px;
	    margin-left: 0.4px;
	    color: white;
	    margin-top: 0px;
} */
.owl-nav .owl-prev,
.owl-nav .owl-next {

	background: #ea5b36;

	border: 1px solid #ea5b36;

	font-size: 25px;

	
	color: white;
	border-radius: 0%;

	line-height: 38px;

	width: 40px;

	height: 40px;

	text-align: center;

	margin: 10px 0px 10px 10px;
	transition: all 500ms;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent;
	color: #ea5b36;
}
.gallery-section .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	height: auto;
	top: calc(50% - 20px);
	left: 0;
	margin: 0;
	margin-left: auto;
	float: left;
}

.srvslide.extrapad {
	margin-bottom: 140px;
}
.sitemap a,
.sitemap li,
.sitemap ul {
	position: relative;
}
ul.sitemap li::before
{
	    top: 14px;
}
#carousel .bannercontent h1 {
	    margin: 20px 0px !important;
}
.footerscroll  .outer-section {
	    padding: 0px 40px;
}
.quickcontact .contactdetail a,
.quickcontact .contactdetail strong 
	{
	    font-weight: 600;
	    color: #666666;
}
.rotatelink a:focus,.rotatelink a:hover,
 .contentbox a:focus,.contentbox a:hover,
 .sitemap a:focus,.sitemap a:hover,.quickcontact .contactdetail a:hover {
	color: #ea5b36;
}
div.blog-content p,div.blog-content li{
	font-size: 16px;
	margin-bottom: 20px !important;
}
.blogdetailpage .wp-style ul > li{
	    list-style-type: none;
	        position: relative;
}
.blogdetailpage .wp-style ul>li::after{
	top:12px;
}

.blog-content a:hover,.blog-content a:focus{
	color: #ea5b36;
}

.tags{
	display: flex;
	flex-wrap: wrap;
}
.tags a{
	    color: #666666;
    background: #eee;
    padding: 3px 13px;
	margin: 5px;
    border-radius: 0px;
}
.tag-wrapper a:hover{
	color: initial;
}
.casedetails .wp-style ul>li::after {
	top: 12px;
}

.blogdetailpage blockquote p{
margin: 10px 0px;padding: 0;
background: transparent;
font-size: initial !important;
}

ul.discround li {
list-style: circle !important;
}
ul.discround li:after{
display: none !important;
}
ul.whatdop li:before{
	top: 15px;
}

.text-left{
	text-align: left;
}
.tag-wrapper{
	display: none;
}
.blog-navigation {
	background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-navigation > a{
	position: relative;
	width: 50%;
	padding: 10px 10px;
	height: 100px;
	    background-size: cover;
	    display: flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 20px;
    color: #fff;
}
.blog-navigation > a:nth-of-type(1){
	justify-content: flex-start;
}
.blog-navigation > a:nth-of-type(2){
	justify-content: flex-end;
}
.blog-navigation > a:hover,.blog-navigation > a:active,.blog-navigation > a:focus{
    color: #fff !important;

}
.blog-next{
	text-align: right;
	    
}
.blog-navigation span{
	    position: relative;
}
.blog-navigation img{
	width: 50px;
	    padding: 10px;
}
/*.blog-navigation > a:nth-of-type(1):after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #666;
	height: 100%;
	width: 1px;
}*/
.blog-navigation > a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
}
.why-springbord-grid:before{
	content: none;
}

#form-messages
{
	    text-transform: uppercase;
	    font-weight: 400;
}
#form-messages.success{
	    color: #f37959;
	
}

#form-messages.error {
	    color: red;

}


:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}

.highlight {
    background: rgba(255,215,0,0.115);
}

input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
label {
    display: inline-block;
    max-width: 90%;
}
code {
    color: #ea5b36;
    font-family: monospace;
    font-size: 11px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
	z-index: 99999;
    bottom: 0px;
    max-width: 60%;
	left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(33,33,33,.95);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #ea5b36;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #ea5b36;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 13px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #ea5b36;
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #ea5b36;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #ea5b36;
    color: white;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #ea5b36;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #ea5b36;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}




.bannerbtn{
	text-transform: none !important;
}
.bannercontent .bannerbtn,.downloadb.bannerbtn{
	text-transform: capitalize !important;
}
#quote-carousel{
	display: none;
}
.pad-left-20 {padding-left: 20px;}
.margin-top-10px {margin-top: 10px;}
.gallery-block .inner-box .image .overlay-box .content .text {
padding: 0px 20px;
}

.padding-left-0 {padding-left: 0px;}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.padding-right-40 {padding-right: 40px;}

.border-wp {    border: 2px solid #ea5b36;
    padding: 20px; }
.small-ft-wp {font-size: 12px}

.whatdop {text-align: left;}

.error-message {color: #ea5b36;}