@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Satisfy|Titillium+Web:200,300,400,600,700,900|Yesteryear');
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
}
.flaticon-support-1:before {
	content: "\f111";
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*:focus {
	outline: none !important;
}
::-webkit-input-placeholder {
 color:#aaa;
}
::-moz-placeholder {
 color:#aaa;
}
:-ms-input-placeholder {
 color:#aaa;
}
:-moz-placeholder {
 color:#aaa;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 30px white inset;
 box-shadow: 0 0 0 30px white inset;
}
.reset {
	clear: both;
}
body {
	margin: 0;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}
body, textarea, input {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #464243;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: 'Titillium Web', sans-serif;
}
p {
	line-height: 28px;
	margin: 15px 0 0 0;
	float: left;
	width: 100%;
}
a {
	text-decoration: none !important;
	color: #53565a;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
}
a:hover {
	text-decoration: none !important;
	color: #f07823;
}
ul {
	padding: 0;
	margin: 0;
}
.wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.container {
	width: 1280px;
	margin: auto;
	position: relative;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.center__block {
	display: block;
	margin: 0 auto;
}
.text__center {
	text-align: center;
}
.text__right {
	text-align: right;
}
.col__1 {
	width: 8.33333333%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__2 {
	width: 16.66666667%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__3 {
	width: 25%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__4 {
	width: 33.33333333%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__5 {
	width: 41.66666667%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__6 {
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__7 {
	width: 58.33333333%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__8 {
	width: 66.66666667%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__9 {
	width: 75%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__10 {
	width: 83.33333333%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col__11 {
	width: 91.66666667%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.col {
	width: 100%;
	float: left;
	padding: 0 15px;
	position: relative;
}
section {
	width: 100%;
	float: left;
	position: relative;
	padding: 75px 0;
}
.intro {
	width: 100%;
	float: left;
	position: relative;
	height: 100vh;
	background: url(../images/pattern.jpg);
}
.intro__txt {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	float: left;
}
.intro__txt h1 {
	font-size: 50px;
	line-height: 75px;
	font-weight: 700;
	text-transform: none;
	font-family: 'Satisfy', cursive;
	color: white;
	padding: 0 0 0 20%;
	width: 70%;
}
.intro__bg {
	width: 100%;
	position: relative;
	background: url(../images/slide__1.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
	float: left;
}
.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 0;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
	height: 70px;
	background: #fff;
	border-bottom: #ececec 1px solid;
}
.navigation {
	width: 100%;
	height: 70px;
	position: relative;
	font-family: inherit;
	background-color: #fff;
	border-radius: 0 0 3px 0;
}
.cbp-af-header.cbp-af-header-shrink .navigation {
	height: 69px;
}
.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
	height: 48px;
}
.navigation-fixed-wrapper {
	width: 100%;
	left: 0;
	z-index: 19998;
	will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
	position: fixed !important;
	-webkit-animation: fade .50s;
	animation: fade .50s;
}
.navigation-fixed-wrapper .navigation {
	margin-right: auto;
	margin-left: auto;
}
.navigation-fixed-placeholder {
	width: 100%;
	display: none;
}
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
	display: block;
}
.navigation-hidden {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: -9999px;
}
.align-to-right {
	float: right;
}
.nav-header {
	float: left;
}
.navigation-hidden .nav-header {
	display: none;
}
.nav-brand {
	padding: 0 15px 0 0;
	float: left;
}
.nav-brand:hover, .nav-brand:focus {
	color: #70798b;
}
.navigation-portrait .nav-brand {
	padding: 0 15px;
}
.nav-logo > img {
	height: 48px;
	margin: 11px auto;
	padding: 0 15px;
	float: left;
}
.nav-logo:focus > img {
	outline: initial;
}
.navigation-portrait .nav-logo > img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0;
}
.nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 15px;
	display: none;
	cursor: pointer;
}
.nav-toggle:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #70798b;
	border-radius: 10px;
	box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.navigation-portrait .nav-toggle {
	display: block;
}
.navigation-portrait .nav-menus-wrapper {
	width: 320px;
	height: 100%;
	top: 0;
	left: -400px;
	position: fixed;
	background-color: #ffffff;
	z-index: 20000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0;
}
.nav-menus-wrapper-close-button {
	width: 30px;
	height: 40px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: #70798b;
	font-size: 26px;
	cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
	display: block;
}
.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 0;
}
.navigation-portrait .nav-menu {
	width: 100%;
}
.nav-menu.nav-menu-centered {
	text-align: center;
}
.nav-menu.nav-menu-centered > li {
	float: none;
}
.nav-menu > li {
	display: inline-block;
	float: left;
	text-align: left;
}
.navigation-portrait .nav-menu > li {
	width: 100%;
	position: relative;
	border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
	border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
	border-top: none;
}
.nav-menu > li > a {
	line-height: 70px;
	padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
	width: 100%;
	height: auto;
	padding: 0 15px;
	line-height: 50px;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
	color: #f07823;
}
.nav-menu > li > a > i, .nav-menu > li > a > [class*="ion-"] {
	width: 18px;
	height: 16px;
	line-height: 16px;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
	width: 16px;
	display: inline-block;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center;
}
.nav-menu.nav-menu-social > li {
	text-align: center;
	float: none;
	border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
	width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
	font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
	font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
	padding: 15px;
}
.submenu-indicator {
	margin-left: 6px;
	margin-top: 30px;
	float: right;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navigation-portrait .submenu-indicator {
	width: 54px;
	height: 44px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000;
}
.submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #000 #000 transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}
.navigation-portrait .submenu-indicator-chevron {
	position: absolute;
	top: 18px;
	left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
	border-color: transparent #f07823 #f07823 transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 19999;
}
.no-scroll {
	/*width: 100%;
	overflow: hidden;*/
	touch-action: none;
	overflow-x: hidden;
}
/* NAVIGATION BUTTON */
.nav-button {
	padding: 4px 15px;
	display: inline-block;
}
.nav-button a {
	color: black;
}
.nav-button a:hover {
	color: #f07823;
}
.nav-button:hover, .nav-button:focus {
	color: #fff;
	text-decoration: none;
}
.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px;
}
/* DROPDOWN EXTENSION */
.nav-dropdown {
	min-width: 180px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style: none;
	z-index: 98;
	white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
	width: 100%;
	position: static;
	left: 0;
}
.nav-dropdown .nav-dropdown {
	left: 100%;
}
.nav-menu > li > .nav-dropdown {
	border-top: solid 1px #f0f0f0;
}
.nav-dropdown > li {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	text-align: left;
}
.nav-dropdown > li > a {
	width: 100%;
	padding: 16px 20px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-size: 13px;
	font-weight: 500;
	color: #70798b;
	background-color: #fdfdfd;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
	color: #f07823;
}
.nav-dropdown.nav-dropdown-left {
	right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
	left: auto;
	right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
	text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
	padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
	padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
	padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
	padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 16px;
	position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
	border-color: transparent #8CC152 #8CC152 transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
	left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav-button i {
	float: left;
	font-size: 50px;
	font-weight: normal;
	color: #f07823;
}
.nav-button span {
	float: left;
	text-align: left;
	padding: 8px 0 0 15px;
	line-height: 22px;
}
.industry {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	z-index: 9
}
.industry ul {
	width: 100%;
	position: relative;
	float: left;
}
.industry ul li {
	width: 25%;
	float: right;
	background: #f07823;
	padding: 30px 20px;
	color: white;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
}
.industry ul li img {
	width: 90px;
}
.industry ul li:hover i {
	color: #f07823;
}
.img__style {
	padding: 51px 20px !important;
	background: white !important;
}
.img__style__orange {
	padding: 55px 20px !important;
	background: #f07823 !important;
}
.industry ul:nth-child(1) li:nth-child(even) {
	background: #09768a;
}
.industry ul:nth-child(1) li:nth-child(even):hover i {
	color: #f07823;
}
.industry ul:nth-child(2) li:nth-child(odd) {
	background: #f07823;
}
.industry ul:nth-child(3) li:nth-child(odd) {
	background: #09768a;
}
.industry ul:nth-child(2) li:nth-child(odd):hover i {
	color: #09768a
}
.industry i, .industry span {
	float: left;
	width: 100%;
}
.industry span {
	padding: 0 20px;
	height: 35px;
}
.industry i {
	font-size: 30px;
	margin: 0 0 5px;
	font-weight: 600;
}
.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
	color: black;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}
.flaticon-syringe:before {
	content: "\f131";
}
.flaticon-test:before {
	content: "\f125";
}
.flaticon-medicines:before {
	content: "\f121";
}
.flaticon-drug:before {
	content: "\f123";
}
.flaticon-hospital-2:before {
	content: "\f12d";
}
.flaticon-hospital-1:before {
	content: "\f12c";
}
.flaticon-stethoscope:before {
	content: "\f129";
}
.intro__inner {
	width: 100%;
	float: left;
	position: relative;
	background: #09768a;
	height: 450px;
}
.page__header {
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 15px;
	border-radius: 3px 3px 0 0;
}
.intro__inner .container {
	height: 100%;
}
h1 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #09768a;
	font-weight: 900;
}
.pattern {
	background: radial-gradient(#95989a .3px, transparent 1px), radial-gradient(#95989a .3px, transparent 1px), #fff;
	background-position: 0 0, 20px 20px;
	background-size: 40px 40px;
}
.about__img {
	padding: 50px 0;
}
.about__txt p:nth-child(1) {
	font-size: 17px;
	line-height: 30px;
}
.shade {
	background-color: #f3efe7;
}
.pb__75 {
	padding: 0 0 75px;
}
.flaticon-eye-1:before {
	content: "\f143";
}
.flaticon-mountain-1:before {
	content: "\f149";
}
.flaticon-network:before {
	content: "\f156";
}
.flaticon-value:before {
	content: "\f14e";
}
.vision__mission i {
	font-size: 50px;
	color: #f07823;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: black;
}
.smk_accordion {
	position: relative;
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
	width: 100%;
	float: left;
}
.smk_accordion .accordion_in {
	border: 1px solid #fff;
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
}
.smk_accordion .accordion_in .acc_head {
	position: relative;
	background: #f07823;
	color: white;
	padding: 20px 15px;
	font-size: 14px;
	display: block;
	cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	transform: rotate( 180deg );
}
.smk_accordion .accordion_in .acc_content {
	display: block;
	width: 100%;
	float: left;
	padding: 15px;
	background: white;
}
.smk_accordion .accordion_in .acc_content p {
	margin: 0;
}
.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
	border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content {
	border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
	background: #09768a;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:after {
	font-family: "Flaticon";
	content: "\f108";
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
	transform: none;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:after {
	font-family: "Flaticon";
	content: "\f108";
}
footer {
	background: #181818;
	width: 100%;
	padding: 75px 0 0;
	float: left;
	position: relative;
	color: #fff;
}
footer ul {
	margin: 15px 0 0 ;
	float: left;
}
footer ul li {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 0;
}
footer ul li ul {
	width: 100%;
	float: left;
	margin: 5px 0 0;
	padding: 0;
}
footer ul li ul li {
	width: 100%;
	float: left;
	padding: 5px 0 5px 10px;
}
footer h3 {
	font-weight: 700;
}
footer a {
	color: white;
}
footer ul li ul li a {
	color: #aaa;
}
.flaticon-instagram:before {
	content: "\f13d";
}
.flaticon-twitter-social-outlined-logo:before {
	content: "\f139";
}
.flaticon-facebook:before {
	content: "\f137";
}
.flaticon-upload-1:before {
	content: "\f107";
}
.social__link {
	float: left;
	padding: 15px 15px 0 0;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}
.hvr-bounce-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f07823;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
	color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.bg__1 {
	background: url(../images/bg__1.jpg) center center no-repeat;
	background-size: cover;
}
.bg__2 {
	background: url(../images/bg__2.jpg) center center no-repeat;
	background-size: cover;
}
.bg__3 {
	background: url(../images/bg__3.jpg) center center no-repeat;
	background-size: cover;
}
.bg__4 {
	background: url(../images/bg__4.jpg) center center no-repeat;
	background-size: cover;
}
.bg__5 {
	background: url(../images/bg__5.jpg) center center no-repeat;
	background-size: cover;
}
.contact__breif {
	font-size: 20px;
	font-weight: 300;
	color: black;
	line-height: 35px;
}
.map__bg {
	width: 100%;
	height: 500px;
	position: relative;
	float: left;
	padding: 10px;
	border-radius: 3px;
	border: #eae7e0 1px solid;
	background-color: #f3efe7;
	margin: 0 0 15px;
}
h3 {
	color: #f07823;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
}
.social__icon {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 -1px 0 0;
	border: #09768a 1px solid;
	text-align: center;
	line-height: 40px;
	color: #f07823;
	font-weight: 700;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: .3s;
	background: white;
}
.skew__btn {
	margin: 15px 0 0;
	padding: 15px 15px;
	display: inline-block;
	border: 1px solid #09768a;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	transition: .3s;
	font-weight: 600;
	letter-spacing: 1px;
	color: #f07823;
	cursor: pointer;
	background: white;
}
.skew__btn:hover, .social__icon:hover {
	color: #fff;
}
.skew__btn:after, .social__icon:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	bottom: 0;
	background: #09768a;
	height: 100%;
	left: -10%;
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
	z-index: 0;
}
.skew__btn:hover:after, .social__icon:hover:after {
	left: -10%;
	width: 120%;
}
.skew__btn span, .social__icon i {
	z-index: 1;
	position: relative;
}
.enquire__form__bg {
	width: 760px;
	margin: auto;
}
.enquire__form {
	width: 100%;
	float: left;
	background: white;
	padding: 25px;
}
.enquire__title {
	font-size: 30px;
	color: black;
	margin: 0 0 30px;
}
.enquire__form__bg {
	width: 760px;
	margin: auto;
}
.enquire__form {
	width: 100%;
	float: left;
	background: white;
	padding: 25px;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.10);
}
.enquire__title {
	font-size: 30px;
	color: black;
	margin: 0 0 30px;
}
.field {
	width: 100%;
	border: none;
	border-bottom: #f5f5f5 1px solid;
	height: 70px;
	float: left;
}
.area {
	width: 100%;
	border: none;
	border-bottom: #f5f5f5 1px solid;
	height: 120px;
	float: left;
	resize: none;
	padding: 15px 0;
}
.equal__list {
	display: flex;
	flex-wrap: wrap;
}
.equal__list__item {
	display: flex;
	flex: 0 0 25%;
	padding: 7.5px;
}
.equal__list__desc {
	background: #fff;
	padding: 15px;
}
.date {
	display: inline-block;
	float: left;
	padding: 5px 10px;
	background: #09768a;
	font-size: 10px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.equal__list__desc h3 {
	margin: 15px 0;
	display: -webkit-box;
	height: 35px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.equal__list__desc p {
	display: -webkit-box;
	height: 70px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0 0;
	line-height: 23px;
}
.blog__detail p {
	float: none;
}
.blog__detail__img__left {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
}
.p7-5 {
	padding: 0 7.5px;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	color: black;
}
.pro__img {
	width: 100%;
	float: left;
	border: #ececec 1px solid;
	padding: 25px;
}
ul.resp-tabs-list {
	margin: 50px auto 0;
	display: table;
	padding: 0px;
	border-bottom: #f07823 1px solid;
}
.resp-tabs-list li {
	font-weight: 700;
	display: inline-block;
	font-size: 14px;
	padding: 13px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}
.resp-tabs-list li span {
	margin: 0 auto 10px;
	display: table;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
}
.resp-tab-active {
	border: 1px solid #f07823;
    border-bottom: #f3efe7 1px solid;
    background: #f3efe7;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    color: #f07823 !important;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: none;
	padding: 15px;
	float: left;
	width: 100%;
}
h2.resp-accordion {
	font-family: 'Lora', serif;
    font-style: italic;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0;
	border: 1px solid #ececec;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
	color: black;
}
h2.resp-accordion i {
	font-size: 20px;
	margin-right: 5px;
	color: #000;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
	width: 0;
height: 0;
float: right;
margin-top: 25px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 8px solid #058844;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #f07823;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #ececec !important;
}
.list__style ul {
	float: left;
	margin: 15px 0 0;
}
.list__style ul li {
	padding: 7px 0 7px 2em;
}
.list__style ul li:before {
	content: "\f103";
	font-family: Flaticon;
	display: inline-block;
	margin-left: -2em;
	width: 2em;
	color: #f36e21;
}
.valign {
	display: flex;
	align-items: center;
}
.parallex {
	background: url("../images/paral_1.jpg") center center no-repeat fixed;
	background-size: cover;
	min-height: 500px;
	color: white;
	display: flex;
}
.franchise {
	background: url("../images/paral_2.jpg") center center no-repeat fixed;
	background-size: cover;
	min-height: 500px;
	color: white;
	display: flex;
}
.franchise .skew__btn {
	border: none;
}
.parallex h2, .franchise h2 {
	color: white;
	font-weight: 700;
}
.parallex:before, .franchise:before {
	background: #FC5C7D;
	background: -webkit-linear-gradient(to left, #09768a, #f07823);
	background: linear-gradient(to left, #09768a, #f07823);
    opacity: 0.9;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.uniq {
	width: 75%;
	margin: auto;
	position: relative;
}
.gallery li {
	display: block;
	float: left;
	padding: 0 7.5px;
	width: 25%;
	overflow: hidden;
	margin-bottom: 15px;
}
.gallery li a {
	width: 100%;
	float: left;
	padding: 10px;
	background: white;
	border: #dbdbdb 1px solid;
}
/*clearfix*/
.group {
 *zoom: 1;
}
.group:before, .group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
/*/clearfix*/


/** /font-icons/**/
@font-face {
	font-family: 'Slide-icons';
	src: url('../font/Slide-icons.eot');
}
@font-face {
	font-family: 'Slide-icons';
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'),  url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Slide-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** //font-icons/**/




.lightGallery {
	overflow: hidden!important;
}
#lightGallery-Gallery img {
	border: none!important;
}
#lightGallery-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	background: #0d0d0d;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
	opacity: 1;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
	opacity: 1;
}
#lightGallery-Gallery.fadeM {
	opacity: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
/*lightGallery starting effects*/


/*lightGallery core*/
#lightGallery-Gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}
#lightGallery-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
}
#lightGallery-slider .lightGallery-slide {
	background: url(../img/loading.gif) no-repeat scroll center center transparent;
	display: inline-block;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
}
#lightGallery-slider.slide .lightGallery-slide {
	position: absolute;
	opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
	position: absolute;
	left: 0;
}
#lightGallery-slider.fadeM .current {
	opacity: 1;
}
#lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.lightGallery-slide.current img, .lightGallery-slide.current iframe {
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	-o-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide.current img, #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	-o-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
	opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
	opacity: 1 !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
	opacity: 0;
	-moz-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
	opacity: 0;
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
	transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
	transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	-ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
	transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lightGallery-slider .lightGallery-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
/*lightGallery core*/


/*action*/
#lightGallery-action {
	bottom: 20px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	z-index: 9;
}
#lightGallery-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	vertical-align: middle;
 *zoom: 1;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	width: 28px;
	height: 28px;
	font-family: 'Slide-icons';
	color: #FFF;
	cursor: pointer;
}
#lightGallery-action a:hover, #lightGallery-action a:focus {
	background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
	content: "\e01d";
	left: 5px;
	bottom: 3px;
	position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
	content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
	content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
	font-family: 'Slide-icons';
	content: "\e01c";
	left: 6px;
	bottom: 4px;
	font-size: 16px;
	position: absolute;
}
/*action*/

/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	-ms-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lightGallery-Gallery .thumb_cont.open {
	max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
	background-color: #333;
	padding: 7px 10px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
	color: #FFFFFF;
	display: block;
	float: right !important;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
	content: "\e01a";
	font-family: 'Slide-icons';
	font-style: normal;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#lightGallery-Gallery .thumb_cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
  *zoom: 1;
	margin-bottom: 4px;
	margin-left: 4px;
	width: 94px;
	height: 94px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	border-radius: 3px;
	border: 3px solid transparent;
	-webkit-transition: border-color linear .2s, opacity linear .2s;
	-moz-transition: border-color linear .2s, opacity linear .2s;
	-o-transition: border-color linear .2s, opacity linear .2s;
	-ms-transition: border-color linear .2s, opacity linear .2s;
	transition: border-color linear .2s, opacity linear .2s;
}
#lightGallery-Gallery .thumb_cont .thumb > img {
	height: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ffffff;
}
/*lightGallery Thumb*/

/*lightGallery Video*/
#lightGallery-slider .video_cont {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-slider .video_cont {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#lightGallery-slider .video {
	width: 100%;
	height: 0;
	padding-botto0m: 56.25%;
	overflow: hidden;
	position: relative;
}
#lightGallery-slider .video iframe {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
#lightGallery-slider .info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
	color: #FFFFFF;
	padding: 10px 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#lightGallery-slider .info span {
	display: block;
	line-height: 1;
}
#lightGallery-slider .info span:last-child {
	margin-top: 6px;
}
#lightGallery-slider .info .title {
	font-size: 14px;
	font-weight: 500;
    background: none;
    color: #fff;
}
#lightGallery-slider .info .desc {
	color: #DDDDDD;
	font-size: 12px;
	display: none;
}
/*lightGallery info Title Desc*/



/*lightGallery Close*/
#lightGallery-close {
	color: #FFFFFF;
	height: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	right: 20px;
	top: 20px;
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
	width: 20px;
	z-index: 1090;
	cursor: pointer;
}
#lightGallery-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.setup {
	width: 75%;
	margin: auto;
}
.support ul li {
	width: 100%;
	float: left;
	padding: 15px;
	background: white;
	line-height: 24px;
	border-bottom: #ececec 1px solid;
}
.support ul li:nth-child(even) {
	background: #f3f3f3;
}
.support ul li:before {
	display: none;
}
.support span {
	color: #00853e;
	font-weight: 600;
	font-family: 'Lora', serif;
}
.product .smk_accordion .accordion_in .acc_head {
    position: relative;
    background: #f07823;
    color: white;
    padding: 0 15px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
    display: block;
    cursor: pointer;
	margin: 15px 0 0;
	font-family: 'Titillium Web', sans-serif;
}
.product .smk_accordion .accordion_in .acc_head span {
	width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #09768a;
    text-align: center;
    line-height: 60px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    float: left;
    color: white;
    margin: 0 15px 0 -15px;
    position: relative;
    /* padding-left: 15px; */
    border: 3px white solid;
}
.product .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    right: 15px;
    top: 0;
    height: 100%;
    line-height: 60px;
	margin: 0;
}
.product .smk_accordion .accordion_in .acc_content {
	    background: #f3efe7;
}
.footer__col {
	width: 100%;
	float: left;
}
.footer__col .col__4:nth-child(2) .box {
	width: 50%;
	float: left;
}
.copyright {
	width: 100%;
	float: left;
	text-align: center;
	padding: 25px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #09768a;
	margin: 75px 0 0;
	font-size: 12px;
}
.franchise__heading h2 {
	font-weight: 900;
	color: #fff;
	margin: 210px 0 0
}
.franchise__heading h2 span {
	text-transform: capitalize;
	font-weight: 700;
	width: 100%;
	float: left;
	color: #fff;
}
.nav-social {
	float: right;
	display: inline-block;
	padding: 7px 0 0;
}
.franchise__font {
	font-family: 'Lora', serif;
	font-family: 'Vollkorn', serif;
	font-family: 'Faustina', serif;
	font-family: 'Averia Serif Libre', cursive;
	font-family: 'Sriracha', cursive;
	font-family: 'Tillana', cursive;
}
.franchise__tab .resp-tabs-list li {
	font-family: 'Lora', serif;
    font-style: italic;
    text-transform: capitalize;
    font-size: 15px;
	letter-spacing: 0;
}
.service ul {
	width: 100%;
	float: left;
}
.service ul li {
	width: 33.33%;
	float: left;
	padding: 15px;
}
.service__box {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	border: #f3efe7 1px solid;
	overflow: hidden;
	transition: .3s ease-in-out;
}
.service__box:hover {
	background: black;
}
figure {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.service__box figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0.00;
}
.service__box figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.30;
}
.service__box__desc {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	transition: all 0.5s ease-in-out;
}
.service__box__desc h4, .values h4 {
	color: #ef852d;
	font-size: 15px;
	font-weight: 700;
}
.service__box__desc .col {
	padding: 0 30px;
}
.service__box__desc:hover {
	color: white;
}
.service__box__desc i {
	font-size: 50px;
}
.flaticon-insurance:before {
    content: "\f17f";
}
.flaticon-help:before {
    content: "\f176";
}
.flaticon-leadership:before {
    content: "\f179";
}
.flaticon-support:before {
    content: "\f17c";
}
.flaticon-stethoscope:before {
    content: "\f17e";
}
.flaticon-square:before {
    content: "\f181";
}
.service h2 {
	font-family: 'Lora', serif;
    font-style: italic;
    text-transform: capitalize;
    font-size: 25px;
	font-weight:700;
	letter-spacing: 0;
	color: #09768a;
}
.service h4 {
	font-family: 'Lora', serif;
    font-style: italic;
}
/*media-quries & keyframes*/
.mt__15 {
	margin-top: 15px;
}
.mt__30 {
	margin-top: 30px;
}
.mt__20 {
	margin: 20px 0 0;
}
.mt__75 {
	margin: 75px 0 0;
}
.mt__150 {
	margin-top: 150px;
}
.italic {
	font-style: italic;
}
.col__center {
	float: none;
	margin: 0 auto;
}
.p0 {
	padding: 0;
}
.m0 {
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.no-border {
	border: none !important;
}
.up {
	position: relative;
    color: #d5bdb2;
    display: inline-block;
    float: right;
	overflow: hidden;
    border-radius: 50px;
    background: #09768a;
    margin: -112px 15px 0 0;
    font-size: 30px;
    clear: both;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    padding: 20px 15px;
    transition: all 0.5s ease-in-out;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	/*-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@keyframes fadein {
 from {
 opacity:0;
}
to {
 opacity: 1;
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}

/*Queries*/

@media screen and (max-width: 1366px) {
.container {
	width: 1200px;
}
.industry span {
	padding: 0 10px;
}
}

@media screen and (max-width: 1280px) {
.container {
	width: 100%;
	padding: 0
}
}

@media screen and (max-width: 1024px) {
.intro {
	height: auto;
}
.industry {
	position: relative;
	float: left;
	width: 100%;
}
}

@media screen and (max-width: 991px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-tabs-container {
	margin-top: 15px;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}

@media screen and (max-width: 767px) {
.col__1, .col__2, .col__3, .col__4, .col__5, .col__6, .col__7, .col__8, .col__9, .col__10, .col__11, .col, .enquire__form__bg {
	width: 100%;
}
.mobile__p0, .resp-tab-content, .resp-tab-content .col__6, .resp-tab-content .col__7, .resp-tab-content .col__5, .resp-tab-content .col {
	padding: 0;
}
	.text__center {
    text-align: left;
}
	.footer__col .col__4 {
		margin: 15px 0 0;
	}
	section {
		padding: 15px 0;
	}
	.pb__75 {
		padding: 0 0 15px;
	}
	.valign {
		display: inline-block;
	}
	.page__header {
		margin: 0 0 0 15px;
	}
	.smk_accordion .accordion_in .acc_content {
		padding: 15px 7.5px;
	}
	.product .smk_accordion .accordion_in .acc_head .acc_icon_expand {
		display: none;
	}
	.smk_accordion {
		margin: 0;
	}
	.uniq {
		width: 100%;
		padding: 0 15px;
	}
	.service__box__desc {
		padding: 0 15px;
	}
	.enquire__title {
		padding: 0 0 0 15px;
		margin:  0 0 15px;
	}
	.blog__detail p {
		float: left;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : landscape) {
	.navigation-portrait .nav-brand img {
		width: 65%;
	}
	.intro__inner {
		height: 250px;
	}
	.page__header {
		width: 75%;
	}
	h1 {
    font-size: 20px;
    font-weight: 700;
	}
	.gallery li {
		width: 33.33%;
	}
	.page__header img {
		width: 20%;
	}
	.service ul li {
		width: 50%;
		padding: 7.5px;
	}
	.equal__list__item {
		flex: 0 0 50%;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
	.navigation-portrait .nav-brand img {
		width: 45%;
	}
	.industry ul li, .setup, .service ul li {
		width: 100%;
	}
	.intro__inner {
		height: 200px;
	}
	.page__header {
		width: 90%;
	}
	h1 {
    font-size: 14px;
    font-weight: 700;
	}
	.gallery li {
		width: 50%;
	}
	.product .smk_accordion .accordion_in .acc_head {
		padding: 0 5px;
		font-size: 12px;
	}
	.page__header img {
		width: 20%;
	}
	.franchise__heading h2 {
		font-weight: 700;
		margin: 105px 0 0;
		font-size: 14px;
	}
	.service ul li {
		padding: 0;
	}
	.equal__list__item {
		flex: 0 0 100%;
	}
}

/*font-family: 'Satisfy', cursive;
font-family: 'Yesteryear', cursive;*/
