/*Css by saneeshonline*/
@import url(../css/font-awesome.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Noto+Serif:400,400i,700,700i');
@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-next-page:before {
	content: "\f12d";
}
.flaticon-facebook:before {
	content: "\f12c";
}
.flaticon-twitter-social-outlined-logo:before {
	content: "\f129";
}
.flaticon-youtube-play-button-outlined-social-symbol:before {
	content: "\f127";
}
.flaticon-linkedin:before {
	content: "\f125";
}
.flaticon-send:before {
	content: "\f123";
}
.flaticon-telephone:before {
	content: "\f120";
}
.flaticon-chat:before {
	content: "\f11e";
}
.flaticon-mail-send:before {
	content: "\f122";
}
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:#000;
}
::-moz-placeholder {
 color:#000;
}
:-ms-input-placeholder {
 color:#000;
}
:-moz-placeholder {
 color:#000;
}
::-webkit-scrollbar {
 width: 5px;
}
::-webkit-scrollbar-track {
 background: #1a1a18;
}
::-webkit-scrollbar-thumb {
 background: #28b3a3;
}
sup {
	font-size: xx-small;
	vertical-align: super;
}
.reset {
	clear: both;
}
body {
	color: #333;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	margin: 0;
	font-weight: 500;
	overflow: hidden;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}
p {
	line-height: 26px;
	margin: 15px 0 0 0;
	float: left;
	width: 100%;
}
a {
	text-decoration: none !important;
	color: #414a51;
	-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: #aaa;
}
ul {
	padding: 0;
	margin: 0;
}
/*site-structure*/
.wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.section {
	width: 100%;
	float: left;
	position: relative;
}
.shade {
	background: #f8f9fa;
}
.p-t-b-75 {
	padding: 75px 0;
}
.p-b-75 {
	padding: 0 0 75px;
}
.p-t-75 {
	padding: 75px 0 0;
}
.p-t-b-150 {
	padding: 150px 0;
}
.p-t-150-b-400 {
	padding: 150px 0 400px;
}
.container {
	width: 1280px;
	margin: auto;
}
.img-responsive {
	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;
}
.col-2 {
	width: 16.66666667%;
	float: left;
	padding: 0 15px;
}
.col-3 {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.col-4 {
	width: 33.33333333%;
	float: left;
	padding: 0 15px;
}
.col-5 {
	width: 41.66666667%;
	float: left;
	padding: 0 15px;
}
.col-6 {
	width: 50%;
	float: left;
	padding: 0 15px;
}
.col-7 {
	width: 58.33333333%;
	float: left;
	padding: 0 15px;
}
.col-8 {
	width: 66.66666667%;
	float: left;
	padding: 0 15px;
}
.col-9 {
	width: 75%;
	float: left;
	padding: 0 15px;
}
.col-10 {
	width: 83.33333333%;
	float: left;
	padding: 0 15px;
}
.col-11 {
	width: 91.66666667%;
	float: left;
	padding: 0 15px;
}
.col {
	width: 100%;
	float: left;
	padding: 0 15px;
}
.intro {
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
}
.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 50px;
	transition: all 0.4s ease-in-out;
}
.cbp-af-header.cbp-af-header-shrink {
	top: 0;
}
.nav-bar {
	width: 100%;
	float: left;
	position: relative;
	height: 100%;
	background: white;
	display: none;
	transition: all 0.4s ease-in-out
}
.cbp-af-header.cbp-af-header-shrink .nav-bar {
	display: block;
	height: 75px;
	background: #fff;
	border: #29b3a3 1px solid;
	border-top: none;
	overflow: hidden;
}
.nav-bar-inner {
	width: 100%;
	float: left;
	position: relative;
	height: 100%;
	height: 75px;
	background: white;
	transition: all 0.4s ease-in-out;
	border: #29b2a2 1px solid;
	border-top: none;
	overflow: hidden;/* box-shadow: 0 8px 5px -5px #e0e0e0; */
}
.nav-bar-inner-btn {
	display: inline-block;
	float: right;
	background: #29b3a3;
	height: 100%;
	width: 135px;
}
.nav-bar-inner-btn .menu-btn {
	margin: 20px 0 0 35px;
	transition: all 0.4s ease-in-out
}
.nav-bar-inner-btn .menu-btn .bars {
	background: #29b2a2;
	padding: 15px 5px;
}
.nav-bar-inner-btn .menu-btn .bar {
	background: white;
}
.cbp-af-header.cbp-af-header-shrink .nav-bar-inner {
	height: 65px;
}
.nav-bar-first {
	width: 93.7%;
	height: 50px;
	position: absolute;
	top: 25px;
	padding: 0 25px;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.nav-bar-first-inner {
	width: 100%;
	float: left;
	position: relative;
	height: 50px;
}
.cbp-af-header.cbp-af-header-shrink .nav-bar-first {
	display: none;
}
.brand {
	display: inline-block;
	float: left;
	padding: 15px 0;
	background: white;
	transition: all 0.4s ease-in-out
}
.brand img {
	width: 75%;
}
.cbp-af-header.cbp-af-header-shrink .nav-bar-inner .brand {
	padding: 10px 0;
}
.social-icon {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: #0c314c 1px solid;
	float: right;
	margin: 18px 5px 0 0;
	border-radius: 50%;
	font-size: 18px;
	color: #0c314c;
}
.nav-bar-btns {
	float: right;
	display: inline-block;
	margin: 28px 0 0;
	transition: all 0.4s ease-in-out;/*font-family: 'Montserrat', sans-serif;*/
}
.cbp-af-header.cbp-af-header-shrink .nav-bar-btns {
	margin: 22px 0 0;
}
.nav-bar-btn {
	float: right;
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;/*font-style:italic;*/
}
.nav-bar-btn i {
	margin: 0 5px 0 0;
	float: left;
	font-size: 20px;
	color: #29b3a3;
	font-style: normal;
}
.font-icon-size {
	font-size: 24px !important;
	margin: -7px 5px 0 0 !important;
}
.nav-bar-first .social-icon {
	float: left;
	margin: 0 1px 0 0;
	width: 50px;
	height: 50px;
	background: white;
	border: none;
	border-radius: 0;
	line-height: 50px;
}
.nav-bar-first .nav-bar-btns {
	margin: 0;
}
.nav-bar-first .nav-bar-btn {
	background: white;
	display: inline-block;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 1px;
}
.menu-btn-bg {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 25px;
	z-index: 999;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.menu-btn {
	position: relative;
	cursor: pointer;
}
.menu-btn .bars {
	width: 50px;
	height: 50px;
	background: #fff;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 16px;
}
.nav-bar .menu-btn {
	position: relative;
	float: right;
	cursor: pointer;
	margin: 0;
	right: 10px;
	top: 18px;
}
.nav-bar .menu-btn .bars {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 15px 11px;
}
.menu-btn .bar {
	background: #000;
	height: 1px;
	margin-bottom: 4px;
	animation: sound 0ms -800ms linear infinite alternate;
}
.menu-btn .first {
	width: 18px;
}
.menu-btn .second {
	width: 10px;
}
.menu-btn .third {
	width: 13px;
}
.menu-btn:hover .first {
	animation-duration: 474ms;
}
.menu-btn:hover .second {
	animation-duration: 433ms;
}
.menu-btn:hover .third {
	animation-duration: 407ms;
}
 @keyframes sound {
 0% {
 opacity: .35;
 width: 10px;
}
 100% {
 opacity: 1;
 width: 20px;
}
}
.logo {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -87.5px;
	z-index: 999;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.slideshow {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.slides {
	position: absolute;
	width: 100%;
	height: 100%;
}
.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.slide--current {
	opacity: 1;
	pointer-events: auto;
}
.slide__img {
	position: absolute;
	top: -200px;
	left: -200px;
	width: calc(100% + 400px);
	height: calc(100% + 400px);
	background-size: cover;
	background-position: 50% 50%;
}
.slidenav {
	position: absolute;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	bottom: 0;
	text-align: center;
	padding: 2em;
	z-index: 999;
	webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.slidenav__item {
	border: 0;
	background: white;
	font-weight: bold;
	color: #0c314c;
	font-size: 25px;
	padding: 8px;
	cursor: pointer;
}
.slidenav__item:focus {
	outline: none;
}
.slidenav__item:hover {
	color: var(--color-nav-hover);
}
.slidenav__item--prev {
	transform: rotate(180deg);
}
.shape {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: var(--color-shape-fill);
	top: 0;
	pointer-events: none;
}
.slide__desc__outer {
	position: absolute;
	z-index: 9;
}
.slide__title {
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	cursor: default;
	line-height: 60px;
	float: none;
	width: auto;
	text-align: center;
	color: white;
	z-index: 99;
	letter-spacing: 2px;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.slide__title span {
	/*background-color: rgba(12, 49, 76, 0.8);*/
	padding: 5px 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.slide__desc {
	position: relative;
	color: white;
	font-size: 1.5em;
	z-index: 99;
	margin: 0 0 2em 0;
	cursor: default;
	padding: 0 1em;
	text-align: center;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.slide__link {
	position: relative;
	font-size: 1em;
	z-index: 99;
	font-weight: bold;
	padding: 1em 2em;
	color: white;
	/*background: #28b2a2;*/
	display: block;
	transition: color 0.3s, background 0.3s;
}
/*.slide__link:hover {
	color: #000;
	background: white;
}*/
.intro-desc {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	padding: 50px;
	box-sizing: border-box;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.intro-desc-inner {
	border: white 1px solid;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.art {
	background: url(../images/section-bg.jpg) no-repeat fixed;
	background-size: cover;
}
.curve-1 {
	width: 20%;
	float: right;
	position: relative;
	margin: -210px 50px 0;
	z-index: 0;
}
h2 {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0c304c;
}
.img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.m-t-150 {
	margin-top: 150px;
}
.decor:after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	border-left: 1px solid #29b3a3;
	margin: 10px 0 0 0px;
	position: absolute;
	left: 50%;
}
.projects-bg {
	width: 83.33333333%;
	margin: auto;
	position: relative;
	z-index: 2;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	text-align: center;
	z-index: 999;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -75px;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #0c314c;
	display: inline-block;
	zoom: 1;
	padding: 1px 0;
	width: 50px;
	height: 50px;
	font-size: 35px;
	border-radius: 0;
	background: #fff;
	border: #0c314c 1px solid;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-next {
	margin-left: -1px;
}
.owl-next::before {
	font-family: Flaticon;
	content: "\f115";
}
.owl-prev::before {
	font-family: Flaticon;
	content: "\f116";
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;/**display: inline;*/
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 50px;
	height: 3px;
	margin: 5px 0.5px;
	background: #3a586e;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #28b2a2;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#projects .owl-buttons, #service .owl-buttons {
	display: none;
}
.m-t-75 {
	margin-top: 75px;
}
.hme-project-img {
	width: 100%;
	position: relative;
	float: left;
}
.project-desc {
	width: 100%;
	float: left;
	position: relative;
	border: #0c314c 1px solid;
	padding: 50px;
	margin: 65px 0 0;
	border-left-style: none;
}
.project-desc p {
	display: -webkit-box;
	height: 75px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
h4 {
	font-size: 15px;
	color: #28b3a3;
	float: left;
	width: 100%;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h4:after {
	content: '';
	display: block;
	width: 35px;
	border-bottom: 1px solid #28b3a3;
	margin: 7px 0 0 0px;
	position: absolute;
}
.btn1 {
	font-family: 'Montserrat', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #0c314c;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding: 15px;
	font-size: 11px;
	font-weight: 600;
	margin-top: 15px;
	letter-spacing: 1px;
	float: left;
}
.btn1 .text {
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
}
.btn1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn1::after {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
	transition: -webkit-transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
	transition: transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
	transition: transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99), -webkit-transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.btn1:hover .text {
	color: #fff;
}
.btn1::after {
	content: "";
	position: absolute;
	background: #28b3a3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn1::after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.btn1:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.curve-2 {
	width: 15%;
	position: relative;
	float: left;
	margin: -100px 0 0 50px;
	z-index: 1;
}
.parallex-bg-1 {
	width: 100%;
	padding: 150px 0;
	position: relative;
	float: left;
	color: white;
}
.parallex-bg-1 h2 {
	color: white;
}
.parallex-bg-1 i {
	color: #fff;
	font-size: 50px;
}
.parallex-bg-1 .decor:after {
	border-color: #28b3a3;
}
.service-txt {
	width: 100%;
	float: left;
	position: relative;
	border: #0c314c 1px solid;
	padding: 15px 15px 35px;
	margin: 110px 0 0 8px;
	z-index: 2;
	background: white;
}
.service-txt p {
	font-style: italic;
}
.service .owl-carousel .owl-item {
	float: left;
	padding: 0 7.5px;
}
.flaticon-light-bulb:before {
	content: "\f110";
}
.flaticon-people:before {
	content: "\f10f";
}
.flaticon-handshake:before {
	content: "\f10e";
}
.specialities {
	width: 80%;
	margin: auto;
}
.m-t-100 {
	margin-top: 100px;
}
.grid {
	position: relative;
	list-style: none;
	width: 100%;
	float: left;
	z-index: 3;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure p {
	letter-spacing: 1px;
}
figure.effect-ruby {
	background-color: #0c314c;
	webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby h2 {
	margin-top: 20%;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
figure.effect-ruby p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}
figure.effect-ruby p span {
	display: -webkit-box;
	height: 55px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: italic;
}
figure.effect-ruby i {
	font-size: 50px;
	margin-top: 15px;
	float: left;
	width: 100%;
}
figure.effect-ruby a {
	color: white;
}
figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.parallex-bg-2 {
	min-height: 700px;
	width: 100%;
	overflow: hidden;
	float: left;
	padding: 75px 0;
	background: url(../images/parallex-2.jpg) center right repeat;
}
.parallex-bg-2:before {
	background: #28b3a3;
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 50%;
	z-index: 0;
}
.parallex-bg-2 .test-box {
	box-shadow: none;
}
.parallex-bg-2 h2 {
	color: white;
	position: relative;
}
.parallex-bg-2 .decor:after {
	border-color: white;
}
.test__box__outer {
	width: 70%;
	margin: auto;
}
.test-box {
	width: 100%;
	background: white url(../images/testimonial-curve.jpg) top left no-repeat;
	float: left;
	position: relative;
	padding: 90px 30px 60px;
	margin-top: 95px;
	box-shadow: 0 0 15px #eaeaea;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.m-t-225 {
	margin-top: 225px;
	position: relative;
	z-index: 2;
}
.test-img {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.test-box .col-9 {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
#testimonials p {
	font-style: italic;
	line-height: 30px;
	font-size: 16px;
}
.author {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c51e24;
	font-size: 13px;
	margin: 15px 0 0 40px;
	font-weight: 700;
}
.author:after {
	content: '';
	display: block;
	width: 30px;
	border-bottom: 1px solid #000000;
	margin: -7px 0 0 -40px;
	position: absolute;
}
.parallex-bg-2 .owl-theme .owl-controls {
	margin-top: 35px;
	width: 100%;
	left: 0;
}
.parallex-bg-2 .owl-pagination {
	display: none;
}
.client__bg {
	width: 70%;
	margin: auto;
}
.client ul li {
	width: 33.3%;
	float: left;
	margin: -1px 0 0 -1px;
}
.client__box {
	width: 100%;
	float: left;
	border: #dedede 1px solid;
}
footer {
	background: #0d314d;
	width: 100%;
	float: left;
	position: relative;
	padding: 75px 0 0;
	color: white;
	font-style: italic;
}
footer a {
	color: white;
	border-bottom: #fff 1px solid;
	padding-bottom: 3px;
}
footer a:hover {
	color: #25baa7;
}
.hvr-underline-from-center {
	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;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: -1px;
	background: #0d314d;
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}
.logo-txt {
	font-family: 'Montserrat', sans-serif;
	color: #25baa7;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	width: 100%;
	font-weight: 900;
	font-style: normal;
}
.logo-txt span {
	float: left;
	width: 100%;
	font-size: 10px;
	font-weight: 600;
	color: white;
	text-transform: lowercase;
}
footer .social-icon {
	width: 40px;
	height: 40px;
	border: #25baa7 1px solid;
	border-radius: 0;
	float: left;
	color: #25baa7;
	margin: 25px 0 0 -1px;
	font-style: normal;
}
.footer-list ul li {
	width: 50%;
	float: left;
	padding: 5px 0;
}
.footer-list ul li::nth-child(even) {
 float:right;
}
.footer-decor {
	width: 100%;
	float: left;
	background: url(../images/footer-curve.jpg) right bottom no-repeat;
	height: 82px;
	margin-top: 30px;
}
.curve-3 {
	width: 5%;
	position: relative;
	float: right;
	margin: 0 50px 0 0;
	z-index: 1;
}
.curve-4 {
	width: 10%;
	position: relative;
	float: left;
	margin: -120px 0 0 50px;
	z-index: 1;
}
.curve-5 {
	width: 10%;
	float: right;
	position: relative;
	margin: -210px 50px 0;
	z-index: 0;
}
.curve-6 {
	width: 8%;
	float: left;
	position: relative;
	margin: -120px 0 0 50px;
	z-index: 0;
}
.curve-7 {
	width: 5%;
	float: right;
	position: relative;
	margin: 0 50px 0;
	z-index: 0;
}
.md-close {
	position: absolute;
	right: 0;
	top: 0;
}
/* Keyframes */
@keyframes goRight {
 from {
 left: 0;
 right: 100%;
}
 40% {
 left: 0;
 right: 0;
}
 60% {
 left: 0;
 right: 0;
}
 to {
 left: 100%;
 right: 0;
}
}
@keyframes goLeft {
 from {
 left: 100%;
 right: 0;
}
 40% {
 left: 0;
 right: 0;
}
 60% {
 left: 0;
 right: 0;
}
 to {
 left: 0;
 right: 100%;
}
}
@keyframes goTop {
 from {
 top: 100%;
 bottom: 0;
}
 40% {
 top: 0;
 bottom: 0;
}
 60% {
 top: 0;
 bottom: 0;
}
 to {
 top: 0;
 bottom: 100%;
}
}
@keyframes goBottom {
 from {
 top: 0;
 bottom: 100%;
}
 40% {
 top: 0;
 bottom: 0;
}
 60% {
 top: 0;
 bottom: 0;
}
 to {
 top: 100%;
 bottom: 0;
}
}
@keyframes backRight {
 from {
 left: 0;
 right: 100%;
}
 40% {
 left: 0;
 right: 0;
}
 60% {
 left: 0;
 right: 0;
}
 to {
 left: 0;
 right: 100%;
}
}
@keyframes backLeft {
 from {
 left: 100%;
 right: 0;
}
 40% {
 left: 0;
 right: 0;
}
 60% {
 left: 0;
 right: 0;
}
 to {
 left: 100%;
 right: 0;
}
}
@keyframes backTop {
 from {
 top: 100%;
 bottom: 0;
}
 40% {
 top: 0;
 bottom: 0;
}
 60% {
 top: 0;
 bottom: 0;
}
 to {
 top: 100%;
 bottom: 0;
}
}
@keyframes backBottom {
 from {
 top: 0;
 bottom: 100%;
}
 40% {
 top: 0;
 bottom: 0;
}
 60% {
 top: 0;
 bottom: 0;
}
 to {
 top: 0;
 bottom: 100%;
}
}
/* Masks sizes */
.revealedBox-in.goRight > span, .revealedBox-in.goLeft > span, .revealedBox-in.backRight > span, .revealedBox-in.backLeft > span {
	height: 100%;
	top: 0;
}
.revealedBox-in.goRight.childrenSpan-2 > span, .revealedBox-in.goLeft.childrenSpan-2 > span, .revealedBox-in.backRight.childrenSpan-2 > span, .revealedBox-in.backLeft.childrenSpan-2 > span {
	height: 50%;
}
.revealedBox-in.goRight.childrenSpan-2 > span:nth-child(2), .revealedBox-in.goLeft.childrenSpan-2 > span:nth-child(2), .revealedBox-in.backRight.childrenSpan-2 > span:nth-child(2), .revealedBox-in.backLeft.childrenSpan-2 > span:nth-child(2) {
	top: 50%;
}
.revealedBox-in.goRight.childrenSpan-3 > span, .revealedBox-in.goLeft.childrenSpan-3 > span, .revealedBox-in.backRight.childrenSpan-3 > span, .revealedBox-in.backLeft.childrenSpan-3 > span {
	height: 33.33333%;
}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(2), .revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(2), .revealedBox-in.backRight.childrenSpan-3 > span:nth-child(2), .revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(2) {
	top: 33.33333%;
}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(3), .revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(3), .revealedBox-in.backRight.childrenSpan-3 > span:nth-child(3), .revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(3) {
	top: 66.66666%;
}
.revealedBox-in.goRight.childrenSpan-4 > span, .revealedBox-in.goLeft.childrenSpan-4 > span, .revealedBox-in.backRight.childrenSpan-4 > span, .revealedBox-in.backLeft.childrenSpan-4 > span {
	height: 25%;
}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(2), .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(2), .revealedBox-in.backRight.childrenSpan-4 > span:nth-child(2), .revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(2) {
	top: 25%;
}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(3), .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(3), .revealedBox-in.backRight.childrenSpan-4 > span:nth-child(3), .revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(3) {
	top: 50%;
}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(4), .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(4), .revealedBox-in.backRight.childrenSpan-4 > span:nth-child(4), .revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(4) {
	top: 75%;
}
.revealedBox-in.goRight.childrenSpan-5 > span, .revealedBox-in.goLeft.childrenSpan-5 > span, .revealedBox-in.backRight.childrenSpan-5 > span, .revealedBox-in.backLeft.childrenSpan-5 > span {
	height: 20%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(2), .revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(2), .revealedBox-in.backRight.childrenSpan-5 > span:nth-child(2), .revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(2) {
	top: 20%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(3), .revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(3), .revealedBox-in.backRight.childrenSpan-5 > span:nth-child(3), .revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(3) {
	top: 40%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(4), .revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(4), .revealedBox-in.backRight.childrenSpan-5 > span:nth-child(4), .revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(4) {
	top: 60%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(5), .revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(5), .revealedBox-in.backRight.childrenSpan-5 > span:nth-child(5), .revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(5) {
	top: 80%;
}
.revealedBox-in.goTop > span, .revealedBox-in.goBottom > span, .revealedBox-in.backTop > span, .revealedBox-in.backBottom > span {
	width: 100%;
}
.revealedBox-in.goTop.childrenSpan-2 > span, .revealedBox-in.goBottom.childrenSpan-2 > span, .revealedBox-in.backTop.childrenSpan-2 > span, .revealedBox-in.backBottom.childrenSpan-2 > span {
	width: 50%;
}
.revealedBox-in.goTop.childrenSpan-2 > span:nth-child(2), .revealedBox-in.goBottom.childrenSpan-2 > span:nth-child(2), .revealedBox-in.backTop.childrenSpan-2 > span:nth-child(2), .revealedBox-in.backBottom.childrenSpan-2 > span:nth-child(2) {
	left: 50%;
}
.revealedBox-in.goTop.childrenSpan-3 > span, .revealedBox-in.goBottom.childrenSpan-3 > span, .revealedBox-in.backTop.childrenSpan-3 > span, .revealedBox-in.backBottom.childrenSpan-3 > span {
	width: 33.33333%;
}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(2), .revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(2), .revealedBox-in.backTop.childrenSpan-3 > span:nth-child(2), .revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(2) {
	left: 33.33333%;
}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(3), .revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(3), .revealedBox-in.backTop.childrenSpan-3 > span:nth-child(3), .revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(3) {
	left: 66.66666%;
}
.revealedBox-in.goTop.childrenSpan-4 > span, .revealedBox-in.goBottom.childrenSpan-4 > span, .revealedBox-in.backTop.childrenSpan-4 > span, .revealedBox-in.backBottom.childrenSpan-4 > span {
	width: 25%;
}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(2), .revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(2), .revealedBox-in.backTop.childrenSpan-4 > span:nth-child(2), .revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(2) {
	left: 25%;
}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(3), .revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(3), .revealedBox-in.backTop.childrenSpan-4 > span:nth-child(3), .revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(3) {
	left: 50%;
}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(4), .revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(4), .revealedBox-in.backTop.childrenSpan-4 > span:nth-child(4), .revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(4) {
	left: 75%;
}
.revealedBox-in.goTop.childrenSpan-5 > span, .revealedBox-in.goBottom.childrenSpan-5 > span, .revealedBox-in.backTop.childrenSpan-5 > span, .revealedBox-in.backBottom.childrenSpan-5 > span {
	width: 20%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(2), .revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(2), .revealedBox-in.backTop.childrenSpan-5 > span:nth-child(2), .revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(2) {
	left: 20%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(3), .revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(3), .revealedBox-in.backTop.childrenSpan-5 > span:nth-child(3), .revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(3) {
	left: 40%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(4), .revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(4), .revealedBox-in.backTop.childrenSpan-5 > span:nth-child(4), .revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(4) {
	left: 60%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(5), .revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(5), .revealedBox-in.backTop.childrenSpan-5 > span:nth-child(5), .revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(5) {
	left: 80%;
}
/* Reveal the content */
.test {
	clear: both;
	overflow: hidden;
	float: left;
	width: auto;
	display: table;
	position: relative;
}
.revealedBox .contentBox {
	opacity: 0;
}
.revealedBox > span {
	position: absolute;
	display: block;
	background: #29b3a3;
	z-index: 9;
}
.revealedBox-in > .contentBox {
	opacity: 1;
	transition-delay: 1.00s;
}
/* Assign animations */
.revealedBox-in.goRight > span {
	animation: goRight 0.8s;
}
.revealedBox-in.goLeft > span {
	animation: goLeft 1.4s;
}
.revealedBox-in.backRight > span {
	animation: backRight 1.4s;
}
.revealedBox-in.backLeft > span {
	animation: backLeft 1.4s;
}
.revealedBox-in.goTop > span {
	animation: goTop 1.4s;
}
.revealedBox-in.goBottom > span {
	animation: goBottom 1.4s;
}
.revealedBox-in.backTop > span {
	animation: backTop 1.4s;
}
.revealedBox-in.backBottom > span {
	animation: backBottom 1.4s;
}
/* Add delay */
.revealedBox-in > span {
	animation-delay: 0.1s;
}
.revealedBox-in > span:nth-child(2) {
	animation-delay: 0.2s;
}
.revealedBox-in > span:nth-child(3) {
	animation-delay: 0.3s;
}
.revealedBox-in > span:nth-child(4) {
	animation-delay: 0.4s;
}
.revealedBox-in > span:nth-child(5) {
	animation-delay: 0.5s;
}
.nav-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 1024px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.enquiry-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 350px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-content {
	color: #000;
	position: relative;
	border-radius: 3px;
	width: 100%;
	background: white;
	padding-bottom: 60px;
	float: left;
}
.enquiry-modal .md-content {
	padding: 0 0 25px;
}
.nav-modal .md-content {
	color: #fff;
	position: relative;
	border-radius: 3px;
	width: 100%;
	height: 100vh;
	background: black;
	padding: 0;
}
.md-content h3 {
	margin: 0;
	padding: 20px 15px;
	background: #fff;
	border-radius: 3px 3px 0 0;
}
.nav-effect .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.nav-effect .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.nav-bg {
	width: 100%;
	height: 100%;
	float: left;
	padding: 50px;
	background: white;
}
.nav-bg-desc {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	border: #191919 1px solid;
	z-index: 1;
	display: flex;
	align-items: center;
	color: white;
	font-size: 13px;
	background: black;
}
.nav-bg-desc:after {
	background: url(../images/nav-bg.png) center center no-repeat;
	opacity: .05;
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.nav-details {
	width: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	height: 100%;
}
.nav__details__inner {
	width: 75%;
	margin: auto;
}
.flaticon-close-1:before {
	content: "\f117";
}
.md-close {
	position: absolute;
	text-align: center;
	top: 3px;
	right: 3px;
	width: 50px;
	font-size: 40px;
	height: 54px;
	background: none;
	color: #0d314d;
	border: none;
	cursor: pointer;
	z-index: 99;
	transition: all 0.4s ease-in-out;
}
.md-close:hover {
	color: #28b3a3;
	transform: scale(0.8) rotateZ(90deg);
}
.nav-modal .md-close {
	top: 50px;
	right: 50px;
	color: white;
}
.nav-modal .md-close:hover {
	color: #28b3a3;
	transform: scale(0.8) rotateZ(90deg);
}
.grains:before {
	background: url(../images/dot.gif);
	opacity: 0.09;
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.menu__bg {
	width: 100%;
	margin: auto;
	display: table;
}
.menu {
	position: relative;
	z-index: 10;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}
.menu__item {
	line-height: 1;
	position: relative;
	display: block;
	margin: 6px 0;
	outline: none;
}
.menu__item-name, .menu__item-label {
	position: relative;
	display: inline-block;
}
.menu__item-name {
	font-size: 1.25em;
}
.menu__item-label {
	margin: 0 0 0 0.5em;
}
.menu--dustu .menu__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
	float: left;
	font-style: initial;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
}
.menu--dustu .menu__item:nth-child(even) {
	float: right;
}
.menu--dustu .menu__item-name {
	font-size: 15px;
	overflow: hidden;
	padding: 6px 15px;
	color: #fff;
}
.menu--dustu .menu__item-name::before, .menu--dustu .menu__item-name::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #28b3a3;
	transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
	transition: transform 0.7s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu--dustu .menu__item:hover .menu__item-name::before {
	transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
}
.menu--dustu .menu__item:hover .menu__item-name::after {
	transform: translate3d(0, 0, 0);
}
.menu--dustu .menu__item-name::after {
	top: calc(50% - 0px);
	height: 1px;
	color: #28b3a3 !important;
}
.menu--dustu .menu__item:hover {
	color: #28b3a3;
}
.nav-brand {
	margin: 15px 0 0;
	width: 50%;
	float: left;
}
.nav-bg-desc .social-icon {
	width: 40px;
	height: 40px;
	border: #25baa7 1px solid;
	border-radius: 0;
	float: left;
	color: #25baa7;
	margin: 25px 0 0 -1px;
	font-style: normal;
}
.phn-btn {
	background: #0d314d;
	height: 40px;
	display: inline-block;
	padding: 0 15px;
	float: right;
	text-align: center;
	color: white;
	margin: 17px -20px 0 0;
	line-height: 40px;
	transition: all 0.4s ease-in-out
}
.phn-btn i {
	font-size: 20px;
}
.cbp-af-header.cbp-af-header-shrink .phn-btn {
	margin: 12px -20px 0 0;
}
.intro-inner h1 {
	text-transform: uppercase;
	font-size: 45px;
	color: white;
	font-weight: 900;
	letter-spacing: 2px;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.intro-inner .test {
	float: none;
	margin: auto;
}
.about-breif {
	width: 100%;
	float: left;
	position: relative;
	margin: -75px 0 0;
	background: white;
	padding: 25px 50px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.about-breif p:nth-child(1) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.about-breif p:nth-child(2) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.about-breif p:nth-child(3) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}
.font__italic {
	font-style: italic;
}
.about__img {
	width: 100%;
	float: left;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.art-1 {
	width: 35%;
	float: right;
	margin: -215px -70px 0;
	position: relative;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.vision-mission {
	width: 100%;
	float: left;
	background: #29b3a3;
	position: relative;
	z-index: 1;
	padding: 50px 20% 50px 50px;
	min-height: 525px;
}
.m-t-40 {
	margin-top: 40px;
}
.test-bg {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding: 75px 0;
}
.test-bg .owl-pagination {
	display: none;
}
.test-bg .owl-theme .owl-controls {
	margin-top: 35px;
	width: 100%;
	left: 0;
}
.vision-mission h6 {
	color: #0b342f;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.highlight {
	font-size: 17px;
	line-height: 25px;
	color: white;
}
.smk_accordion {
	position: relative;
	list-style: none;
	margin-top: 30px;
	float: left;
}
.smk_accordion .accordion_in {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
}
.smk_accordion .accordion_in .acc_head {
	position: relative;
	background: #fff;
	padding: 15px;
	display: block;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 700;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:before {
	font-family: 'FontAwesome';
	content: "\f107";
}
.smk_accordion .accordion_in .acc_content {
	background: #f1f1f1;
	padding: 0 15px 15px;
	float: left;
	width: 100%;
	font-style: italic;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
	display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
	background: #0c304c;
	color: #fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:before {
	font-family: 'FontAwesome';
	content: "\f106";
}
.video-bg {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	float: left;
	background: url(../images/video.jpg) center center no-repeat;
	background-size: cover;
	min-height: 445px;
}
.play-btn {
	margin: auto;
}
.stroke-dotted {
	opacity: 0;
	stroke-dasharray: 4, 5;
	stroke-width: 1px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
	-webkit-transition: opacity 1s ease, stroke-width 1s ease;
	transition: opacity 1s ease, stroke-width 1s ease;
}
.stroke-solid {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	-webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
#play:hover .stroke-dotted {
	stroke-width: 2px;
	opacity: 1;
}
#play:hover .stroke-solid {
	opacity: 0;
	stroke-dashoffset: 300;
}
#play:hover .icon {
	-webkit-transform: scale(2.05);
	transform: scale(2.05);
}
#play {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
@-webkit-keyframes spin {
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes spin {
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9 {
	width: 100%;
	position: relative;
	float: left;
	color: white;
	min-height: 385px;
	padding: 175px 0 0;
}
.projects ul li {
	width: 25%;
	padding: 0 7.5px;
	float: left;
	margin-bottom: 15px;
}
.my-img {
	width: 100%;
	float: left;
}
.my-box {
	width: 100%;
	float: left;
	padding: 0 10px 10px;
	position: relative;
	margin: 0;
	background: #e4e4e4;
}
.my-box-in {
	background: #fff;
	width: 100%;
	float: left;
	padding: 15px;
	margin: -35px 0 0;
}
h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 13px;
	color: #0d314d;
}
/*h5:after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 1px solid #53b50a;
    margin: 8px 0 0;
    position: absolute;
}*/
h5 span {
	width: 100%;
	float: left;
	letter-spacing: 0;
	font-size: 10px;
	color: #aaa;
	margin: 5px 0 0;
}
.my-box p {
	display: -webkit-box;
	height: 50px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 0;
	line-height: 23px;
	font-size: 13px;
	font-weight: 700;
}
.gallery li {
	display: block;
	float: left;
	padding: 0 7.5px;
	width: 25%;
	overflow: hidden;
	margin-bottom: 15px;
}
.m-35-t {
	margin-top: -35px;
}
.package__desc ul {
	float: left;
	margin: 30px 0 0;
	width: 100%;
}
.package__desc ul li {
	padding: 15px 0 15px 33px;
	width: 100%;
	background: #fbfbfb;
	border-bottom: #f3f3f3 1px solid;
}
.package__desc ul li:nth-child(even) {
	background: white;
}
.package__desc ul li:before {
	content: "\f10c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #29b3a3;
}
.rate {
	background: #28b3a3;
	color: white;
	font-weight: 700;
	width: 100%;
	padding: 0 15px;
	line-height: 50px;
	float: left;
}
ul.resp-tabs-list {
	margin: -30px auto 0;
	display: table;
	padding: 0px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.resp-tabs-list li {
	font-weight: 700;
	display: inline-block;
	font-size: 15px;
	padding: 20px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	background: #0d314d;
	border-right: #fff 1px solid;
}
.resp-tabs-list li:last-child {
	border: none;
}
.resp-tabs-list li i {
	width: 100%;
	font-size: 30px;
	float: left;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
	float: left;
	width: 100%;
}
.resp-tabs-container .col {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
}
.resp-tab-active {
	margin-bottom: -1px !important;
	color: #fff !important;
	background: #29b3a3 !important;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: none;
	padding: 50px 30px;
	background: white;
	float: left;
	width: 100%;
}
h2.resp-accordion {
	font-size: 14px;
	border: 1px solid #ececec;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
	font-family: 'Noto Serif', serif;
	color: black;
	text-transform: none;
	font-style: italic;
}
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: 8px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #1cbdc4;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #fff;
}
h2.resp-tab-active {
	background: #1cbdc4 !important;
	color: white !important;
}
.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;
}
.contact-side {
	width: 100%;
	float: left;
	margin: -75px 0 0;
	position: relative;
	background: url(../images/contacts.jpg) no-repeat center center;
	background-size: cover;
	min-height: 570px;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.contact-side a {
	color: #fff;
	border-bottom: #fff 1px solid;
	padding-bottom: 3px;
}
.contact-side h4 {
	color: white;
}
.gradient {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 50px;
	position: absolute;
	color: white;
	z-index: 9;
	background-image: radial-gradient(at 25px 25px, rgba(159,0,191,.7) 0, #4D4FA7 90%);
}
.field {
	width: 100%;
	-webkit-appearance: none;
	float: left;
	border: #ececec 1px solid;
	height: 50px;
	padding: 15px;
	border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 15px;
	color: #333;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	font-weight: 500;
}
.area {
	width: 100%;
	float: left;
	-webkit-appearance: none;
	border: #ececec 1px solid;
	height: 100px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 3px;
	resize: none;
	color: #333;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	font-weight: 500;
}
button {
	border: none;
}
.my-label {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	width: 100%;
	float: left;
	margin: 0 0 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}
.p-7-5 {
	padding: 0 7.5px;
}
.form-head {
	width: 100%;
	float: left;
	padding: 0 7.5px;
	margin: 25px 0 15px;
	color: #000;
	text-transform: none;
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: 0;
}
.map-bg {
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
	height: 650px;
	background: green;
	float: left;
}
.test h2, .test p, .test .img, .process__list {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.m-t-75 .test, .parallex-bg-1 .test, .shade .test {
	margin: auto;
	float: none;
}
.line {
	width: 1px;
	height: 50px;
	background: #28b3a3;
}
.specialities .col-4:nth-child(1) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.specialities .col-4:nth-child(2) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.specialities .col-4:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.parallex-bg-2 .test, .test-bg .test {
	margin: auto;
	display: table;
	float: none;
}
.nxt__btn {
	display: inline-block;
	background: white;
	color: #25baa7;
	padding: 10px;
	float: right;
	margin: 15px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}
@-webkit-keyframes hvr-back-pulse {
 50% {
 background-color: rgba(32, 152, 209, 0.75);
}
}
 @keyframes hvr-back-pulse {
 50% {
 background-color: rgba(32, 152, 209, 0.75);
}
}
.hvr-back-pulse {
	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;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #25baa7;
	color: white;
}
.hvr-rectangle-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;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #25baa7;
	-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-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.myform {
	width: 100%;
	float: left;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.menu__contact {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
}
.menu__circle {
	width: 50%;
	margin: auto;
	position: relative;
	z-index: 2;
	display: flow-root;
	mix-blend-mode: color-dodge;/*-webkit-animation: pulse 1.5s infinite;*/
}
.menu__circle img {
	opacity: 0.8;
	pointer-events: none;
}
.nav-bg-desc a {
	color: #25baa7;
}
.nav-bg-desc a:hover {
	color: #fff;
}
 @-webkit-keyframes pulse {
 0% {
 -moz-transform: scale(0.9);
 -ms-transform: scale(0.9);
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
 70% {
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
 box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
}
 100% {
 -moz-transform: scale(0.9);
 -ms-transform: scale(0.9);
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
 box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
}
}
.process__list {
	width: 100%;
	float: left;
}
.process__list ul li {
	padding: 3px 0 3px 1.3em;
}
.process__list ul li:before {
	content: "\f096";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #29b3a3;
}
.about-breif .process__list ul li {
	line-height: 26px;
}
.highlight__txt {
	font-size: 17px;
	line-height: 25px;
	color: black;
	width: 75%;
	margin: auto;
}
.menu-btn span {
	float: left;
	margin: 10px 0 0;
	color: white;
}
.deals .test {
	float: none;
	margin: auto;
}
#deals {
	margin: 0 0 50px;
}
#deals .owl-pagination {
	display: none;
}
.deal__logo {
	float: left;
	margin: 30px 0 0;
	padding: 7.5px;
}
.deal__logo img {
	border: #dedede 1px solid;
}
.cbp-af-header.cbp-af-header-shrink .nav-bar-inner-btn .menu-btn {
	margin: 14px 0 0 35px;
}
.cbp-af-header.cbp-af-header-shrink .nav-bar .menu-btn {
	top: 0;
}
.project__detail {
	width: 100%;
	float: left;
	position: relative;
	margin: -75px 0 0;
	background: white;
	padding: 25px 50px;
}
.project__detail p {
	font-style: italic;
	color: black;
}
.project__title {
	width: 100%;
	float: left;
	color: black;
	margin: 25px 0 0;
}
.project__title:before {
	content: '';
	display: block;
	width: 100px;
	border-top: 1px solid #28b1a1;
	margin: 0 0 10px;
	position: relative;
	float: left;
}
.project__title:after {
	content: '';
	display: block;
	width: 100px;
	border-top: 1px solid #28b1a1;
	margin: 10px 0 0;
	position: relative;
	float: left;
}
.project__title p {
	margin: 0;
	font-style: normal;
}
.project__title h2 {
	font-size: 17px;
}
.project__gallery {
	margin: 50px 0 0;
}
.project__gallery ul li {
	width: 25%;
	float: left;
	padding: 7.5px;
}
.project__detail__decor {
	width: 100%;
	float: left;
	margin: -200px 0 0;
	position: relative;
	/*mix-blend-mode: darken;*/
	z-index: 99
}
#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}
#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
#boxes #dialog {
	width: 440px;
	height: auto;
	padding: 10px;
	background-color: #fff;
}
.close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	font-weight: 700;
	color: black;
}
.close:hover {
	color: #2fb3a3;
}
.address-updation h3 {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 0;
    color: #25baa7;
    font-weight:700;
}
.address-updation p {
    margin:5px 0 0;
}
.privacy h3 {
    margin:15px 0 0;
    color:black;
    font-weight:700;
}
.privacy h5 {
    color: #28b3a3;
    margin:15px 0 0;
}
/*Media-Quries & Styles*/
.m-t-15 {
	margin-top: 15px;
}
.m-t-30 {
	margin-top: 30px;
}
.italic {
	font-style: italic;
}
.m-t-60 {
	margin-top: 60px;
}
.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 {
	width: 50px;
	position: relative;
	line-height: 55px;
	border: #25baa7 1px solid;
	color: #fff;
	display: table;
	margin: auto;
	clear: both;
	text-align: center;
	font-style: normal;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.up i {
	font-size: 25px;
	font-weight: lighter;
}
.flaticon-arrows-2:before {
	content: "\f114";
}

@media screen and (max-width: 1366px) {
.container {
	width: 1200px;
}
.menu__circle {
	width: 43%;
}
}

@media screen and (max-width: 1280px) {
.container {
	width: 100%;
}
.art-1 {
	margin: -215px 15px 0;
}
}

@media screen and (max-width: 1024px) {
.nav-details {
	width: 100%;
	padding: 10px;
}
.menu__circle {
	width: 65%;
}
.margin__adjust__t__90 {
	margin-top: 90px;
}
}

@media screen and (max-width: 991px) {
.phn-btn {
	width: 40px;
	padding: 0;
}
.phn-btn span {
	display: none;
}
.nav__details__inner {
	width: 100%;
}
.menu__circle {
	width: 85%;
}
.parallex-bg-2 .col-8 {
	width: 100%;
}
.test__box__outer {
	width: 90%
}
.projects-bg {
	width: 100%;
	padding: 0 15px;
}
.project-desc {
	padding: 15px;
	margin: 30px 0 0;
}
.art-1 {
	margin: -145px 15px 0;
}
.vision-mission {
	padding: 50px 15px;
}
.projects ul li, .gallery li {
	width: 33.3%;
}
#boxes #dialog {
	width:100%;
}
}

@media screen and (max-width: 768px) {
#cd-zoom-in {
	margin-top: 15px;
}
#google-container {
	height: 300px;
}
#cd-zoom-in, #cd-zoom-out {
	margin-left: 15px;
}
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;
}
.resp-tab-content {
	padding: 0;
}
#boxes .window {
	left:0 !important;
}
.close {
	right:0;
}
}

@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, .slide-txt-box-inner, .intro-left {
	width: 100%;
}
.about-breif, .vision-mission {
	margin: 0;
	padding: 15px;
}
.mobile-p-0, .p-l-7-5, .p-r-7-5, .p-b-75 {
	padding: 0;
}
.quick-form, .m-t-75, .m-t-60, .m-t-225 {
	margin: 15px 0 0;
}
footer {
	padding: 15px 0 0;
}
.p-t-b-75, .process__list {
	padding: 15px 0;
}
.text-right {
	text-align: left;
}
/*.intro-desc {
	padding:25px;
}*/
.nav-bar-first, .nav-bar-btn, .nav-bar .social-icon {
	display: none;
}
.contact-side h4::after {
	margin: 7px 0 0;
	left: 15px;
}
table h4:after {
	margin: 0;
	left: 28px;
}
.parallex-bg-1 {
	text-align: center;
}
.parallex-bg-1 .col-4 {
	margin-bottom: 15px;
}
.intro-desc {
	padding: 15px;
}
.menu-btn-bg {
	right: 0;
}
.slidenav {
	bottom: -30px;
}
.nav-bg:before {
	opacity: .15;
}
#projects .owl-pagination, #service .owl-pagination {
	display: none;
}
#projects .owl-buttons, #service .owl-buttons {
	display: block;
}
.nav-bg-desc {
	overflow-y: scroll;
	padding-bottom: 15px;
}
.menu {
	margin: 70px 0 0;
}
.nav-bg-desc .social-icon {
	margin: 25px 0 15px -1px;
}
.md-close {
	right: 10px;
	top: 10px;
}
.cbp-af-header {
	padding: 0;
}
.cbp-af-header.cbp-af-header-shrink .nav-bar {
	background: white;
}
.brand {
	padding: 15px 0;
}
.nav-bar .menu-btn .bars {
	border: none;
	border-radius: 0;
}
.nav-bar .menu-btn {
	right: 15px;
}
.cbp-af-header.cbp-af-header-shrink {
	border-bottom: #28b3a3 1px solid;
	overflow: hidden;
}
.art-1 {
	margin: -95px 0px 0;
}
.contact-side {
	margin: 15px 0 0;
	min-height: 300px;
}
.gradient {
	padding: 50px 15px;
}
.nxt__btn {
	float: left;
}
.footer-list {
	margin-top: 15px;
}
.menu__contact {
	padding: 0 0 0 15px;
}
.menu__circle {
	width: 75%;
}
.nav-modal .md-close {
	top: 15px;
	right: 15px;
}
.slide__title {
	line-height: 30px;
	font-size: 30px;
	position: absolute;
	bottom: 25%;
}
.slide__desc {
	position: absolute;
	bottom: 15%;
	font-size: 16px;
}
.project-desc {
	border: #0c314c 1px solid;
	border-left: #0c314c 1px solid;
	;
	padding: 15px;
	background: white;
	margin: 0 0 15px;
	border-top: none;
}
.owl-theme .owl-controls {
	margin-top: 0;
	left: 16px;
	margin-left: 0;
	top: auto;
	bottom: -14px;
}
.mobile__pb__50 {
	padding: 0 0 50px;
}
.owl-theme .owl-controls .owl-buttons div {
	width: 35px;
	height: 35px;
	font-size: 17px;
	padding: 0;
	line-height: 33px;
}
.specialities h4::after {
	margin: 7px 0 0 -17.5px;
	left: 50%;
}
.service-txt {
	margin: 0;
	border: none;
}
.service .owl-theme .owl-controls {
	margin-top: 0;
	left: 8px;
	bottom: 0;
}
.grid figure figcaption {
	bottom: 90px;
}
.mobile__plr__15 {
	padding: 0 15px;
}
.test-box .col-3 {
	width: 25%;
}
.test-box .col-9 {
	width: 75%;
}
.parallex-bg-2 .owl-theme .owl-controls {
	margin-top: 0;
	width: 100%;
	left: 0;
	bottom: -75px;
}
.form-head {
	padding: 0 7.5px;
	margin: 15px 0;
	font-size: 16px;
	line-height: 25px;
}
.intro-inner h1 {
	font-size: 30px;
}
.nav-bg {
	padding: 15px;
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9 {
	min-height: 280px;
	padding: 145px 0 0;
}
.test-bg .owl-theme .owl-controls {
	margin-top: 0;
	bottom: -75px;
}
.m-35-t, .margin__adjust__t__90 {
	margin: 0;
}
}

@media screen and (max-width: 600px) {
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9 {
	min-height: 230px;
	padding: 145px 0 0;
}
.projects ul li, .gallery li {
	width: 50%;
}
}

@media screen and (max-width: 480px) {
.intro-inner h1 {
	font-size: 25px;
}
.logo {
	width: 20%;
	margin-top: -60px;
}
.test-box .col-3, .test-box .col-9, .projects ul li, .gallery li {
	width: 100%;
}
.menu--dustu .menu__item-name {
	font-size: 11px;
}
.test-img {
	width: 30%;
	padding-bottom: 30%;
	float: none;
	margin: auto;
}
thead tr {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
tr {
	border: 1px solid #e8e8e8;
	border-bottom: 0;
}
/*tr + tr {
	margin-top: 1.5em;
}*/
tr, td {
	display: block;
}
td {
	border: none;/*border-bottom: 0.125em solid #333;*/
}
td:first-child {
	width: auto;
}
.menu__circle {
	width: 100%;
}
.slide__title {
	bottom: 25%;
	width: 100%;
}
.slide__desc {
	bottom: 10%;
}
}

@media screen and (max-width: 360px) {
.brand {
	width: 60%;
}
.nav-bar-inner-btn {
	width: 40%;
}
.nav-bar-inner-btn .menu-btn {
	float: right;
}
.phn-btn {
	margin: -55px 0 0 -20px;
	float: left;
}
}

@media screen and (max-width: 320px) {
td {
	padding-left: 0.75em;
}
td:before {
	display: block;
	margin-bottom: 0.75em;
	margin-left: 0;
}
}
