@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('custom-animate.css');

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

body {

	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
	color: var(--thm-text);
	line-height: 1.8em;
	font-weight: 300;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: var(--thm-font);
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--thm-base);
}

.theme_color {
	color: var(--thm-base);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	margin: 0px 0px 20px;
	background: none;
	line-height: 1.25em;
	font-family: var(--thm-font);
	color: var(--thm-black);
}

h1 {
	font-size: 140px;
}

h2 {
	font-size: 70px;
}

h3 {
	font-size: 60px;
}

h4 {
	font-size: 40px;
}

h5 {
	font-size: 30px;
}

h6 {
	font-size: 26px;
}

input,
select,
button {
	font-family: var(--thm-font);
}

textarea {
	overflow: hidden;
	resize: none;
}

button {
	outline: none !important;
	cursor: pointer;
}

p {
	line-height: 1.8em;
	margin: 0 0 20px;
}

.text {
	line-height: 1.8em;
	margin: 0 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}


.btn-style-one {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: var(--thm-base);
	color: var(--thm-black);
	border-radius: 5px;
	overflow: hidden;
	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;
}

.btn-style-one .btn-title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding: 19px 50px 16px;
	z-index: 1;
}

.btn-style-one:hover {
	background: var(--thm-base);
	color: #ffffff;
}

.btn-style-one .btn-curve {
	position: absolute;
	right: -15px;
	top: 0;
	width: 26px;
	height: 100%;
	background: var(--thm-black);
	opacity: 0.20;
	z-index: 0;
	transform: skewX(-22deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0deg);
}

.btn-style-two {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: var(--thm-black);
	color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	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;
}

.btn-style-two .btn-title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding: 19px 50px 16px;
	z-index: 1;
	transition: .5s;
}

.btn-style-two:hover {
	color: var(--thm-black);
}

.btn-style-two .btn-curve {
	position: absolute;
	right: -15px;
	top: 0;
	width: 26px;
	height: 100%;
	background: #ffffff;
	opacity: 0.20;
	z-index: 0;
	transform: skewX(-22deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-two:hover .btn-curve {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0deg);
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

.scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	color: var(--thm-black);
	font-size: 14px;
	line-height: 44px;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: var(--thm-base);
	display: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background:#f2f2f2;
}

.scroll-to-top:hover {
	background:#f2f2f2;
}

.main-header {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 9999;
	background: none;
}

.main-header .header-upper {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fixed-header .header-upper {
	background:#fff;
	-webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.fixed-header .header-upper .main-menu .navigation > li > a{
    color:#000;
}
.fixed-header .sub-text{
    color:#000 !important;
}
.fixed-header .number{
    color:#000 !important;
}
.header-style-two.fixed-header .header-upper {
	background:var(--thm-black);
	-webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.main-header .header-upper .inner-container {
	position: relative;
	display: block;
	padding: 0px 60px;
}

.main-header .header-upper .logo-box {
	position: relative;
	float: left;
	padding:15px 0px;
	margin-right: 50px;
	z-index: 7;
	margin-left: 50px;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
}

.main-header .header-upper .logo-box .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height:50px;
	z-index: 1;
}

.main-header .other-links {
	position: relative;
	float: right;
	z-index: 7;
}

.main-header .other-links .link-box {
	position: relative;
	float: left;
	padding:15px 0px;
	margin-right:50px;
}

.main-header .other-links .link-box .link {
	position: relative;
	display: block;
	padding-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #fea917;
    padding: 10px 20px;
}

.header-style-two.fixed-header .other-links .link-box .link {
	color: #ffffff;
}

.main-header .other-links .link-box .link .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 42px;
	background: url(../images/icons/chat-icon.png) left center no-repeat;
}


.main-header .other-links .link-box .sub-text {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	font-family: 'Roboto Slab', serif;
}

.main-header .other-links .link-box .number {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.main-header .other-links .link-box .number:hover {
	text-decoration: underline;
}

.main-header .other-links .call-us {
	position: relative;
}

.main-header .other-links .search-btn {
	position: relative;
	float: left;
	padding: 40px 0px;
	padding-right: 50px;
	margin-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.main-header .other-links .search-btn button {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 32px;
	color: #ffffff;
	cursor: pointer;
}


.main-header .other-links .search-btn button span {
	vertical-align: middle;
}

.main-header .nav-outer {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.main-header .nav-outer .main-menu {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	font-family: var(--thm-font);
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 15px 0px;
	margin-right: 40px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
	display: none;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #ffffff;
	padding: 12px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #ffffff;
}

.header-style-two .main-menu .navigation>li>a,
.header-style-two .main-menu .navigation>li:hover>a {
	color: var(--thm-black);
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two.fixed-header .main-menu .navigation > li > a,
.header-style-two.fixed-header .main-menu .navigation > li > a:hover {
	color: #fff;
}
.header-style-two.fixed-header .main-menu .navigation > li.current > a {
	color: var(--thm-base);
}

.main-menu .navigation>li>a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	border-bottom: 2px solid var(--thm-base);
	transform: scaleX(0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header-style-two .main-menu .navigation>li>a:before {
	border-bottom-color: #fff;
}
.header-style-two.fixed-header .main-menu .navigation>li>a:before {
	border-bottom-color: var(--thm-base);
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	transform: scale(1);
}

.sticky-header .main-menu .navigation>li.dropdown {
	padding-right: 0px;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 220px;
	z-index: 100;
	display: none;
	background: #ffffff;
	padding: 20px 0px 15px;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms 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;
	padding: 0px 25px;
	width: 100%;
	margin-bottom: 5px;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 5px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #171b27;
	letter-spacing: 0.03em;
	text-align: left;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Roboto Slab', serif;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: var(--thm-base);
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	z-index: 100;
	display: none;
	background: #ffffff;
	padding: 20px 0px 15px;
	border-radius: 5px;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms 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>li>ul>li {
	position: relative;
	padding: 0px 25px;
	width: 100%;
	margin-bottom: 5px;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 5px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 20px;
	color: #171b27;
	letter-spacing: 0.03em;
	text-align: left;
	text-transform: capitalize;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--thm-base);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 7px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	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 */

.header-style-two.fixed-header .header-upper .logo-box  .logo .stricked-logo,
.header-style-two .header-upper .logo-box .logo .main-logo {
	display: flex;
}
.header-style-two.fixed-header .header-upper .logo-box .logo .main-logo,
.header-style-two .header-upper .logo-box .logo .stricked-logo {
	display: none;
}

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 21px 0px !important;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #25283a;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
	left: auto;
	right: 100%;
}

.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 {
	opacity: 1;
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 15px 30px;
	color: #272727;
	font-weight: 300;
	font-size: 18px;
	background-color: #ffffff;
	padding-left: 30px;
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: var(--thm-base);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
	background-color: var(--thm-black);
	color: #ffffff;
}

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 999999;
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 999999;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	transform: rotate(45deg);
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: var(--thm-base);
	margin: 22px 0px 0px;
	display: none;
}
.mobile-nav-toggler .icon{
	padding: 4px 8px;
}
.mobile-nav-toggler .icon:before{
	color:#fff;
}
.mobile-nav-toggler .txt {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	display: none;
}

img.lazy-image {
	background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
	background-image: none;
}

.owl-theme img.lazy-image.loaded {
	height: auto;
	opacity: 1;
}

.default-form {
	position: relative;
}

.default-form .row {
	margin: 0 -15px;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.default-form .field-inner {
	position: relative;
	display: block;
}

.default-form .field-inner .alt-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	font-size: 20px;
	color: #9b9fa6;
	z-index: 1;
	pointer-events: none;
}

.default-form .form-group .field-label {
	position: relative;
	display: block;
	color: #0f172b;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.default-form .form-group .e-label {
	position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	display: block;
	height: 70px;
	width: 100%;
	font-size: 18px;
	color: var(--thm-black);
	line-height: 40px;
	font-weight: 400;
	padding: 14px 30px;
	letter-spacing: 0.02em;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	border-radius: 7px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group textarea {
	height: 220px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
	display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
	border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
	color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
	color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
	color: #aaaaaa;
}

.default-form label.error {
	color: #ff0000;
	font-size: 18px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	letter-spacing: 1px;
	padding-top: 7px;
	line-height: 24px;
}

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 16px;
	font-style: normal;
	height: 70px;
	padding: 14px 30px;
	line-height: 40px;
	letter-spacing: 0.02em;
	font-family: var(--thm-font);
	color: var(--thm-text);
	font-size: 20px;
	border-radius: 7px;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 10px;
	text-indent: 0px;
	color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
	font-family: 'Flaticon';
	content: "\f191";
	position: absolute;
	right: 0px;
	top: 0px !important;
	width: 15px;
	height: 30px;
	display: block;
	color: var(--thm-black);
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	background: #f4f5f8;
	border: 1px solid #e9ebee;
	border-top: none;
	font-family: var(--thm-font);
	border-radius: 0;
	padding: 0;
}

.ui-menu .ui-menu-item {
	font-size: 20px;
	border-bottom: 1px solid #e9ebee;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 14px 30px !important;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 30px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
	background: var(--thm-base);
	margin: 0;
}

.banner-section {
	position: relative;
	z-index: 1;
}


.banner-section .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover;
	z-index: 1;
}

.banner-section .left-based-text {
	position: absolute;
	left: 50px;
	top: 50px;
	bottom: 50px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 500;
	z-index: 10;
}

.banner-section .left-based-text .base-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 730px;
	height: 24px;
	transform-origin: left bottom;
	transform: rotate(-90deg);
}

.banner-section .left-based-text .social-links {
	position: absolute;
	left: 0;
	top: 0;
}

.banner-section .left-based-text .social-links ul li {
	float: left;
	margin-right: 35px;
}

.banner-section .left-based-text .social-links ul li a {
	position: relative;
	display: block;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .left-based-text .social-links ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	border-bottom: 2px solid var(--thm-base);
	transform: scaleX(0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .left-based-text .social-links ul li a:hover:before {
	transform: scale(1);
}

.banner-section .left-based-text .hours {
	position: absolute;
	right: 0;
	top: 0;
}

.banner-section .left-based-text .hours ul li {
	float: left;
	margin-left: 35px;
}

.banner-three .left-based-text .social-links ul li a,
.banner-three .left-based-text .hours ul li {
	color: var(--thm-black);
}

.banner-section .left-based-text .social-links ul li a:before {
	border-bottom-color: var(--thm-black);
}

.banner-carousel {
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item {
	position: relative;
	display: block;
	background-color: var(--thm-black);
	color: #ffffff;
	overflow: hidden;
}

.banner-three .banner-carousel .slide-item {
	background: none;
}

.banner-carousel .slide-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	opacity: 0.60;
	z-index: 1;
}

.banner-two .banner-carousel .slide-item:before {
	opacity: 0.80;
}

.banner-three .banner-carousel .slide-item:before {
	display: none;
}

.banner-carousel .slide-item .right-bottom-curve {
	position: absolute;
	right: 0;
	top: 0;
	width: 655px;
	max-width: 100%;
	height: 100%;
	background: url(../images/right-curve.png) right bottom no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateX(700px);
	-moz-transform: translateX(700px);
	-ms-transform: translateX(700px);
	-o-transform: translateX(700px);
	transform: translateX(700px);
}

.banner-carousel .active .right-bottom-curve {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.banner-carousel .slide-item .right-top-curve {
	position: absolute;
	right: 0;
	top: 0;
	width: 164px;
	max-width: 100%;
	height: 100%;
	background: url(../images/right-white-curve.png) right top no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px);
}

.banner-carousel .active .right-top-curve {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 1800ms;
	-moz-transition-delay: 1800ms;
	-ms-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-carousel .slide-item .round-shape-1 {
	position: absolute;
	left: -500px;
	bottom: -500px;
	width: 1000px;
	height: 1000px;
	background: rgba(255, 255, 255, 0.20);
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.banner-carousel .active .round-shape-1 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .active .shape-1 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.banner-carousel .active .shape-2 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-carousel .active .shape-3 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 1800ms;
	-moz-transition-delay: 1800ms;
	-ms-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
	transition-delay: 1800ms;
}


.banner-carousel .active .shape-4 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 2500ms;
	-moz-transition-delay: 2500ms;
	-ms-transition-delay: 2500ms;
	-o-transition-delay: 2500ms;
	transition-delay: 2500ms;
}

.banner-carousel .active .shape-5 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transition-delay: 2700ms;
	-moz-transition-delay: 2700ms;
	-ms-transition-delay: 2700ms;
	-o-transition-delay: 2700ms;
	transition-delay: 2700ms;
}

.banner-carousel .active .shape-6 {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transition-delay: 2700ms;
	-moz-transition-delay: 2700ms;
	-ms-transition-delay: 2700ms;
	-o-transition-delay: 2700ms;
	transition-delay: 2700ms;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 750px;
	padding: 0 0px;
	z-index: 11;
}

.banner-carousel .content-box .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 40px 0px 50px;
}

.banner-carousel .content-box .inner {
	position: relative;
	display: block;
	max-width: 800px;
}

.banner-two .banner-carousel .content-box .inner {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.banner-three .banner-carousel .content-box .inner {
	max-width: 550px;
}

.banner-carousel .content-box .sub-title {
	display: block;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5em;
	color: #ffaa17;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .sub-title {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-carousel .content-box h1 {
	display: block;
	font-size: 70px;
	font-family: 'Roboto Slab', serif;
	line-height: 1em;
	color: #ffffff;
	opacity: 0;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-two .banner-carousel .content-box h1 {
	text-transform: capitalize;
}

.banner-three .banner-carousel .content-box h1 {
	font-size: 120px;
	color: var(--thm-black);
	font-weight: 500;
}

.banner-carousel .active .content-box h1 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.banner-three .banner-carousel .active .content-box h1 {
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	color: var(--thm-black);
	margin: 5px 0 0;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}


.banner-carousel .active .content-box .text {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-carousel .content-box .link-box {
	position: relative;
	display: block;
	padding-top: 50px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-three .banner-carousel .content-box .link-box {
	padding-top: 45px;
}

.banner-carousel .active .content-box .link-box {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1800ms;
	-moz-transition-delay: 1800ms;
	-ms-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-carousel .slide-item .round-image {
	position: absolute;
	right: -200px;
	top: -100px;
	width: 850px;
	height: 850px;
	border-radius: 50%;
	z-index: 2;
}

.banner-carousel .slide-item .round-image .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 850px;
	height: 850px;
	background-size: cover;
	background-position: left top;
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.banner-carousel .active .round-image .image {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.banner-carousel .slide-item .round-image:before {
	content: '';
	position: absolute;
	left: -100px;
	bottom: 120px;
	width: 100%;
	height: 100%;
	background: var(--thm-black);
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.banner-carousel .active .round-image:before {
	opacity: 0.10;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .slide-item .round-image:after {
	content: '';
	position: absolute;
	left: -100px;
	bottom: -50px;
	width: 330px;
	height: 330px;
	background: url(../images/main-slider/b-3-shape.png) center center no-repeat;
	z-index: 3;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.banner-carousel .active .round-image:after {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel .owl-nav {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	width: 1200px;
	height: 110px;
	text-align: right;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #ffffff !important;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	opacity: 0.20;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next {
	top: auto;
	bottom: 0;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
	vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
	opacity: 1;
}

.banner-section .owl-dots {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	display: none;
}

.banner-two .owl-nav,
.banner-three .owl-nav {
	display: none;
}

.banner-two .owl-dots {
	display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border: 5px solid rgba(255, 255, 255, 0.20);
	border-radius: 50%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
	background: none;
	border-width: 2px;
	border-color: var(--thm-base);
}

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title.centered {
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.sec-title .upper-text {
	position: relative;
	display: inline-block;
	line-height: 1.6em;
	font-size: 16px;
	color: #9b9fa6;
	font-weight: 400;
	margin: 0 0 20px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 0.9em;
	text-transform: uppercase;
	color: var(--thm-black);
	font-weight: 400;
	margin-bottom: 0px;
}

.sec-title h2 strong {
	font-weight: 700;
}

.sec-title h2 .dot {
	color: var(--thm-base);
	padding-left: 7px;
}

.sec-title .lower-text {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: var(--thm-text);
	padding: 30px 0px 0px;
}

.main-footer {
	position: relative;
	color: #999b9f;
	background:#fea917;
}

.main-footer .widgets-section {
	position: relative;
	padding: 70px 0px 40px;
}

.main-footer.normal-padding .widgets-section {
	padding: 120px 0px 70px;
}

.main-footer .column {
	position: relative;
	margin-bottom: 35px;
}

.main-footer .footer-widget {
	position: relative;
}

.main-footer .footer-logo {
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
}

.main-footer h6 {
	position: relative;
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	font-weight: 600;
	color:#ffffff;
	text-transform:capitalize;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}

.main-footer .logo-widget .text {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
	color:#fff;
}

.main-footer .links-widget ul li {
	position: relative;
	margin-bottom: 3px;
}

.main-footer .links-widget ul li:last-child {
	margin: 0;
}

.main-footer .links-widget ul li a {
	position: relative;
	color: #999b9f;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0.07em;
	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 .links-widget ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid var(--thm-base);
	transform: scaleX(0);
	transform-origin: left;
	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 .links-widget ul li a:hover:before {
	transform: scaleX(1);
}

.main-footer .links-widget ul li a:hover {
	color: #ffffff;
}

.main-footer .social-links {
	position: relative;
}

.main-footer .social-links li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
}

.main-footer .social-links li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 26px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links li a span {
	vertical-align: middle;
}

.main-footer .social-links li a:hover {
	color: #ffffff;
	background: var(--thm-base);
}

.main-footer .info-widget ul li {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.main-footer .info-widget ul li.address {
	margin-bottom: 20px;
}

.main-footer .info-widget ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	font-size: 16px;
	color: var(--thm-base);
}

.main-footer .info-widget ul li:last-child {
	margin: 0;
}

.main-footer .info-widget ul li a {
	position: relative;
	color: #fff;
	line-height: 28px;
	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 .info-widget ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: var(--thm-base);
}

.contact-info li .icon:before{
	color: #fff;
}
.contact-info li{
	color:#fff;
}
.main-footer .footer-bottom {
	position: relative;
	text-align: center;
	background:#fff;
}

.main-footer .footer-bottom .inner {
	position: relative;
	display: block;
	padding: 10px 0px;
	line-height: 30px;
	color: #999b9f;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	text-align: left;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 14px;
	letter-spacing: 0.1em;
	color:#000;
}

.testimonials-section {
	position: relative;
	padding: 120px 0px;
	background: #ffffff url(../images/background/pattern-2.png) left top repeat;
	overflow: hidden;
}

.testimonials-page {
	padding-bottom: 90px;
}

.testimonials-section .sec-title {
	margin-bottom: 40px;
}

.testimonials-section .carousel-box {
	position: relative;
	margin: 0px 0px;
}

.testimonials-section .carousel-box .owl-stage-outer {
	overflow: visible;
}

.testi-block {
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .testi-block {
	margin: 0;
}

.testi-block .inner {
	position: relative;
	display: block;
	padding: 60px 60px 50px;
	background: #ffffff;
	border-radius: 7px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testi-block:hover .inner {
	background-color: var(--thm-base);
}


.testimonials-page .testi-block .inner {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.owl-theme .testi-block .inner {
	margin: 7px 0px;
}

.testi-block .icon {
	position: absolute;
	right: 50px;
	top: 60px;
	font-weight: 700;
	font-size: 100px;
	line-height: 1em;
	color: var(--thm-base);
	transition: all 500ms ease;
}
.testi-block:hover .icon {
	color: var(--thm-black);
}

.testi-block .info {
	position: relative;
	padding-left: 100px;
	padding-top: 16px;
	min-height: 70px;
	margin-bottom: 35px;
}

.testi-block .info .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.testi-block .info .image img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	border-radius: 7px;
	transition: all 500ms ease;
}

.testi-block:hover .info .image img {
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.testi-block .info .name {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: var(--thm-black);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.testi-block .info .designation {
	display: block;
	font-size: 16px;
	color: var(--thm-base);
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 500ms ease;
}
.testi-block:hover .info .designation {
	color: var(--thm-black);
}

.testi-block .text {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: var(--thm-text);
	transition: all 500ms ease;
	padding: 0px 0px;
}
.testi-block:hover .text {
	color: var(--thm-black);
}

.testimonials-section .owl-theme .owl-nav {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	display: none;
}

.testimonials-section .owl-theme .owl-dots {
	position: absolute;
	top: -70px;
	width: 1170px;
	left: 50%;
	margin-left: -585px;
	text-align: right;
}

.testimonials-section .owl-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 6px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	background: #d3d3d4;
	border: 2px solid #d3d3d4;
	border-radius: 50%;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
	background: #ffffff;
	border-color: var(--thm-base);
}

.page-banner {
	position: relative;
	padding: 0;
	color: #ffffff;
	background: var(--thm-black);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-banner .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-banner .shape-1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	max-width: 100%;
	height: 100%;
	background: url(../images/background/b-shape-1.png) right bottom no-repeat;
	z-index: 1;
}

.page-banner .shape-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	max-width: 100%;
	height: 100%;
	background: url(../images/background/b-shape-2.png) right top no-repeat;
	z-index: 1;
}

.page-banner .banner-inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 3;
}

.page-banner .inner-container {
	position: relative;
	padding: 240px 0px 120px;
}

.page-banner h1 {
	position: relative;
	font-size: 65px;
	color: #ffffff;
	line-height: 0.9em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Roboto Slab', serif;
}

.page-banner .page-nav {
	position: relative;
	padding-top: 5px;
	text-align: center;
}

.page-banner .bread-crumb {
	position: relative;
	display: inline-block;
	background: #ffaa17;
	padding: 4px 12px;
	margin-top: 20px;
}

.page-banner .bread-crumb li {
	position: relative;
	float: left;
	font-size: 20px;
	line-height: 30px;
	color: #ccd6df;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: default;
	padding-right: 15px;
	margin-right: 15px;
}

.page-banner .bread-crumb li:before {
	position: absolute;
	right: -15px;
	width: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	content: "-";
}

.page-banner .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
	display: none;
}

.page-banner .bread-crumb li a {
	color: #ffffff;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
	color: var(--thm-base);
}

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(8, 39, 64, 0.3);
}

.side-menu__block-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 520px;
	height: 100%;
	overflow-y: auto;
	background-color:#000;
	z-index: 999999;
	padding: 40px 0;
	padding-top: 20px;
}

@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
}

@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
	padding: 10px 0px 0px;
	margin-bottom: 20px;
	padding-left: 0.5em;
}

.mobile-nav__container li.dropdown ul li {
	margin-bottom: 10px;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown>a {
	position: relative;
	display: inline-block;
	padding-right: 25px;
	vertical-align: middle;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 22px;
	width: 22px;
	height: 22px;
	display: block;
	text-align: center;
	vertical-align: middle;
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 10px;
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 300;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	padding-bottom:15px;
	font-family: 'Roboto Slab', serif;
}

.mobile-nav__container li a:hover {
	color: #ffaa16;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color: #ffaa16;
}

.side-menu__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 40px;
}

.side-menu__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: #fff;
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__social a:hover {
	background-color: #ffaa16;
	color: var(--thm-black);
}

.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
}

.side-menu__content p {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #9ca3a9;
	letter-spacing: .05em;
}

.side-menu__content p+p {
	margin-top: 30px;
}

.side-menu__content p a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__content p a:hover {
	color: #ffaa16;
	text-decoration: underline;
}

.side-menu__sep {
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	margin-top: 70px;
	margin-bottom: 70px;
}

.side-menu__text p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #9ca3a9;
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	font-size: 20px;
	color: #ff0143;
	line-height: 30px;
	font-weight: 400;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: #ffa801;
}

.side-menu__block__copy {
	text-transform: uppercase;
	font-size: 16px;
	color: #9ca3a9;
	font-weight: 400;
	letter-spacing: .2em;
}
.welbox {
    text-align: center;
    border: 1px solid #fff;
    height: 300px;
}
.welbox h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 5px;
    border-bottom: 1px solid #fff;
}
.welbox p{
    padding:10px 10px;
}
.ser_sec{
	background:#fea917;
	padding:40px 0px 240px;
}
.ser_sec .title{
	font-family: 'Roboto Slab', serif;
	text-align:center;
	color:#000;
}
.ser_sec .title h1{
	font-size: 50px;
	margin-bottom: 40px;
	margin-top: 30px;
	color: #fff;
}
.ser-pd{
	padding:0px;
}
.ser_bx_1{
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.18);
	padding: 70px 20px 70px 20px;
	text-align: center;
}
.ser_bx_1 h3{
	font-family: 'Roboto Slab', serif;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
.ser_bx_1 p{
	color:#000;
}
.ser_bx_1 .read{
	margin-top:25px;
}
.ser_bx_1 .read a{
	border: 1px solid #000;
    padding: 8px 12px;
    border-radius: 2px;
}
.ser_bx_1 .read a:hover{
	color:#000;
}
.ser_bx_2{
	background:#6f6f6f;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.18);
	padding: 70px 20px 70px 20px;
	text-align: center;
}
.ser_bx_2 h3{
	font-family: 'Roboto Slab', serif;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
.ser_bx_2 p{
	color:#fff;
}
.ser_bx_2 .read a{
	border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 2px;
    color:#fff;
}
.ser_bx_2 .read a:hover{
	color:#fff;
}
.ser_bx_2 .read{
	margin-top:25px;
}
.tab_sec{
	background:#fff;
	padding:10px 0px 240px;
}
.tab_sec::before {
    content: "";
    position:relative;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-left:120vw solid #ffffff;
    border-top: 120px solid transparent;
    width: 0;
    z-index: 0;
}
.tab_sec .title{
	font-family: 'Roboto Slab', serif;
	text-align:center;
	color:#000;
	margin-top:60px;
}
.tab_sec .title h1{
	font-size: 50px;
	margin-bottom: 40px;
	margin-top: 30px;
	color: #fea917;
}
.call_back{
	padding:0px 0px 100px;
}
.col_img{
	text-align:center;
}
.call_back::before {
    content: "";
    position:relative;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-left:120vw solid #fff;
    border-top: 120px solid transparent;
    width: 0;
    z-index: 0;
}
.call_back h1{
	font-family: 'Roboto Slab', serif;
	color:#fea917;
	font-size:50px;
	margin-bottom:40px;
}
.col_txt{
	padding-bottom:60px;
}
.bt button{
	padding: 6px 12px;
    width: 100%;
    background: #fea917;
    color: #fff;
    border-radius: 4px;
}
.padbtm{
	padding-bottom:65px;
}
.main-footer::before {
    content: "";
    position:relative;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-left:128vw solid #fea917;
    border-top: 144px solid transparent;
    width: 0;
    z-index: 0;
}
.innerpage{
	padding:100px 0px 200px;
}
.innerpage p{
	text-align:center;
	font-size:20px;
}
@media(max-width: 575px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-menu__sep {
		margin-top: 40px;
		margin-bottom: 40px;
		width: calc(100% - 100px);
	}
	.wel_quo{
	text-align:center;
	margin-top:20px;
	}
	.wel_quoicon{
		margin-bottom:15px;
	}
	.ser-pd{
    	padding-left:15px;
    	padding-right:15px;
	}
}

@media(max-width: 480px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 40px;
	}

	.side-menu__social a {
		width: 45px;
		height: 45px;
	}
	.main-header .header-upper .logo-box{
	    margin-left:0px;
	    margin-right:0px;
	}
	.main-header .other-links .link-box{
	    margin-right:0px;
	}
	.copyright{
	    text-align:center !important;
	}
	.design{
	    text-align:center !important;
	}
}
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}
.tabcnt{
    margin:0px auto;
    text-align:center;
}
.tablink {
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width:125px;
  border: 1px solid #dadada;
  margin-bottom: 10px;
}
.tabcontent {
  color: white;
  display: none;
  padding: 20px 20px;
  height: 100%;
}
.tbcnt p{
    color:#000;
}
.cnttitle{   
    font-family: 'Roboto Slab', serif;
    font-size:40px;
    text-align: center;
    margin-bottom: 30px;
}
.sbtn{
    background: #fea917;
    border-color: #fea917;
}
.reach{
    margin-top:100px; 
    text-align:center;
}
.reach h1{
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;  
}
input.form-control,textarea {
    border: 1px solid #dedede;
    padding: 22px 10px;
}
textarea{
    height:150px !important;
}
.copyright{
    text-align:left;
}
.design{
    text-align:right;
 	position: relative;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 14px;
	letter-spacing: 0.1em;
	color:#000;
}
@media(max-width: 991px) {
.ser_bx_1,.ser_bx_2{
    height:315px;    
}
}
@media(max-width: 767px) {
.ser_bx_1,.ser_bx_2{
    height:362px;    
}
}
