html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.444;
	color: #2f2f2f;
	background-color: #ffffff;
}

/*NAVIGATION*/

.navbar-static-top {
	box-shadow: 5px 4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 4px 0 rgba(0, 0, 0, 0.25);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #222;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #222;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #222;
	color: #ffffff;
}

/*NAVIGATION END*/

/*BANNER STYLES GO*/
.default-banner {
	background-image: url("/web/image/842");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 70px;
}

.default-banner .section-subtitle,
.default-banner .section-title {
	color: #fff;
}

.banner-content {
	position: relative;
	padding: 20px 30px;
	background: #fff;
	border-radius: 4px;
	text-align: right;
	box-shadow: 0 12px 26px -12px rgba(0, 0, 0,.38), 0 3px 23px 0 rgba(0,0,0,.12), 0 6px 10px -5px rgba(0, 0, 0,.2);
	-webkit-box-shadow: 0 12px 26px -12px rgba(0, 0, 0,.38), 0 3px 23px 0 rgba(0,0,0,.12), 0 6px 10px -5px rgba(0, 0, 0,.2);
	-moz-box-shadow: 0 12px 26px -12px rgba(0, 0, 0,.38), 0 3px 23px 0 rgba(0,0,0,.12), 0 6px 10px -5px rgba(0, 0, 0,.2);
}

.banner-content:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background: #fff;
	position: absolute;
	bottom: -17px;
	left: 36px;
	border-radius: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	box-shadow: 6px 6px 8px -3px rgba(0, 0, 0, 0.25);
}

.banner-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.banner-content ul>li {
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0;
	color: #494d52;
}

.banner-logo>img {
	width: 70%;
	margin-bottom: 30px;
	opacity: .85;
}

.btn.banner-btn,
.btn.btn-default.banner-btn {
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px;
	background: #89bc7a;
	border: none;
	box-shadow: 0 2px 2px 0 rgba(137, 188, 122,.14), 0 3px 1px -2px rgba(137, 188, 122,.2), 0 1px 5px 0 rgba(137, 188, 122,.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(137, 188, 122,.14), 0 3px 1px -2px rgba(137, 188, 122,.2), 0 1px 5px 0 rgba(137, 188, 122,.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(137, 188, 122,.14), 0 3px 1px -2px rgba(137, 188, 122,.2), 0 1px 5px 0 rgba(137, 188, 122,.12);
}

.btn.banner-btn:hover,
.btn.btn-default.banner-btn:hover {
	border: none;
	background: #8ec27e;
	box-shadow: 0 14px 26px -12px rgba(137, 188, 122,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(137, 188, 122,.2);
	-webkit-box-shadow: 0 14px 26px -12px rgba(137, 188, 122,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(137, 188, 122,.2);
	-moz-box-shadow: 0 14px 26px -12px rgba(137, 188, 122,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(137, 188, 122,.2);
}
/*BANNER STYLES END*/

h1,h2,h3,h4,h5,p,span,a {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	line-height: 1.444;
}

h4 {
	font-size: 19px;
}

.section {
	padding: 60px 0;
}

.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: inherit;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
	background-color: #0067b8;
	color: #fff;
	padding: 14px 25px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:hover,
.btn:focus {
	background-color: #222;
	filter: brightness(115%);
	-webkit-filter: brightness(115%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.btn>i {
	color: inherit;
	margin-left: 5px;
}

.btn-lg {
	font-size: 16px;
	padding: 16px 20px;
}

.btn-social {
	font-family: inherit;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	line-height: 1.4;
	text-align: center;
	color: #000;
	background-color: #fff;
	padding: 12px 6px;
	margin: 4px;
	outline: none;
}

.btn-social-small {
	font-size: 16px;
	width: 36px;
	height: 36px;
	padding: 8px 2px;
}

.btn-social:hover,
.btn-social:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
	filter: brightness(115%);
	-webkit-filter: brightness(115%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.btn-fc {
	background-color: #3b5999;
}

.btn-tw {
	background-color: #55acee;
}

.btn-in {
	background-color: #0077B5;
}

.btn-g-plus {
	background-color: #dd4b39;
}

.btn-mail {
	background-color: #0d6759;
}

.btn-shadow {
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0);
}

.btn-shadow:hover,
.btn-shadow:focus {
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.btn-shadow,
.btn-social {
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
}

a,
.flat-card img {
	transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out, filter .1s ease-in-out;
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out, filter .1s ease-in-out;
	-o-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, filter .1s ease-in-out;
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, filter .1s ease-in-out;
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out, filter .1s ease-in-out;
}

.pt0 {
	padding-top: 0!important;
}

.pb0 {
	padding-bottom: 0!important;
}

.bg-light-gray {
	background-color: #fbfbfb;
}

.section-df {
	padding: 40px 0;
}
/*DEFAULT STYLES END!*/

/*NAVIGATION*/
.navbar-brand {
	font-weight: 700;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #222;
	border: none;
	box-shadow: 5px 5px black;
	-webkit-box-shadow: 5px 5px black;
}

.navbar-nav .dropdown-menu > li > a {
	color: #fff;
	padding: 7px 20px 4px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #000;
	color: #fff;
}

/*HOME PAGE GO!*/
.header-section {
	margin: 90px 0;
	background-color: rgba(0, 0, 0, 0.35);
}

.header-title {
	font-size: 56px;
	text-align: center;
	text-transform: capitalize;
}

.header-subtitle {
	text-align: center;
	text-transform: capitalize;
	margin: 5px 0 20px;
}

.share-title {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

.flat-card {
	padding: 20px;
	border: 1px solid #d1d1d1;
	background: #fff;
	margin-top: 0;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
}

.flat-card>a:hover {
	text-decoration: none;
}

.flat-card>a:hover .card-title>b {
	border-bottom: 2px solid rgba(0, 103, 184, 0.9)
}

.card-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #0067b8;
	margin: 18px 0 10px;
}

.card-title>b {
	display: inline-block;
	position: relative;
	font-weight: 600!important;
	border-bottom: 2px solid transparent;
}

.card-title>b:after {
	position: absolute;
	top: -2px;
	font-family: 'fontAwesome';
	content: "\f105";
	margin-left: 5px;
	display: inline-block;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
}

.flat-card>a:hover .card-title>b:after {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
}

.flat-card img {
	opacity: .9;
}

.flat-card>a:hover img {
	opacity: 1;
}

.card-text {
	margin-top: 10px;
	margin-bottom: 0;
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 400;
}

.section-title {
	text-align: center;
	margin: 40px 0;
}

.section-title-small {
	text-transform: capitalize;
	margin: 20px 0;
	text-align: center;
	color: #fff;
}

.section-title>h2 {
	margin: 0;
	font-size: 44px;
	font-weight: 700;
}

.colum-bg {
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.25);
}

.colum-bg>h4 {
	font-size: 16px;
}

.service-info .img {
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.section-title-sm {
	text-transform: capitalize;
	color: #0d6759;
	font-size: 32px;
}

.two-col-section .text-sm {
	margin-top: 20px;
}

.two-col-section img {
	margin: 0;
	width: 100%;
	border: 4px solid #0d6759;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.services-banner {
	box-shadow: inset 0 0px 13px -5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: inset 0 0px 13px -5px rgba(0, 0, 0, 0.40);
}

.services-banner .section-title-sm {
	margin: 0;
}

.services-banner-item {
	color: #2f2f2f;
	margin-top: 20px;
	font-size: 18px;
	padding-left: 15px;
}

.services-banner-item p {
	display: block;
	padding-left: 19px;
	position: relative;
}

.services-banner-item p::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #0d6759;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
	margin-top: 0px;
	position: absolute;
	left: 0;
	top: 6px;
}

.services-banner .btn {
	margin-top: 50px;
}

.services-banner-col .services-banner-item {
	float: left;
	width: 50%;
	padding: 0 5px;
	font-size: 16px;
}

.services-banner-col .services-banner-item p:before {
	box-shadow: none;
	background-color: #2f2f2f;
	top: 6px;
}

/*FOOTER GO!*/

footer #footer {
	padding: 40px 0;
}

.footer-title {
	font-size: 18px;
	font-weight: 800;
}

.footer-info {
	font-size: 16px;
}

.footer-info>i.fa {
	margin-right: 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: white;
	color: black;
	text-align: center;
}

body.o_connected_user {
	padding-top: 25px !important;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif!important;
}
h1, .h1 {
	font-size: 44px;
}
h2, .h2 {
	font-size: 32px;
}
.panel-default > .panel-heading {
	cursor: pointer;
}
.panel-group .panel {
	border: none;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.unit-section {
	padding: 30px 0;
}
.panel-title {
	position: relative;
}
.panel-group {
	margin-bottom: 40px;
}
.panel-title > span.fa {
	position: absolute;
	right: 0px;
	top: calc(50% - 17px);
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #ffbf00;
	border-radius: 50%;
	color: #000;
	padding-left: 3px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.panel-heading.collapsed .panel-title> span.fa {
	transform: rotate(0deg);
}

.panel-heading .panel-title > span.fa {
	transform: rotate(90deg);
	box-shadow: 5px 0px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.panel-default > .panel-heading {
	border: none;
	background-color: transparent;
	padding: 20px 18px;
}

.contact-info-card {
	position: relative;
	bottom: 6px;
	z-index: 1;
	overflow:hidden;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.unit-img {
	overflow: hidden;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.form-horizontal .form-group {
	margin: 0 0 15px;
}

.somform {
	border: none;
	border-bottom: 1px solid #ffbf00;
	box-shadow: none;
}

textarea.form-control {
	border: 1px solid #d6d6d6;
}

.form-control:focus {
	border-color: #ffbf00;
	outline: 0;
	box-shadow:none;
}

.form-horizontal .control-label {
	font-size:14px;
	padding:0;
	margin-bottom:5px;
	color:#000;
}

div.container.card-service {
	padding: 8px 20px;
	position: relative;
	top: -70px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

/*CONTACT US PAGE GO!*/
.contact-us-title {
	background-image: url(/web/image/362);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-col-info {
	margin-bottom: 30px;
}

.contact-card-title {
	font-size: 24px;
	font-weight: bold;
	color: #0d6759;
	margin: 0 0 20px;
}

.contact-item {
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-item>span {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: calc(100% - 60px);
	word-break: break-word;
	font-weight: 600;
}

.contact-item>i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	color: #2f2f2f;
	font-size: 22px;
	margin-right: 10px;
	border: 1px solid #d1d1d1;
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.control-label {
	font-weight: 600;
	margin-bottom: 5px!important;
}

.form-control {
	height: 50px;
	border: 1px solid #d1d1d1;
}

.form-control:focus {
	outline: none;
	border: 1px solid #2f2f2f;
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
/*CONTACT US PAGE END!*/

/*ABOUT US PAGE GO!*/

.section-header-title {
	padding: 11px 15px;
	background: rgba(0, 0, 0, 0.27);
}

.section-header-title>h2 {
	color: #fff;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}

.section-header-title {
	padding: 11px 15px 6px;
	background: rgba(0, 0, 0, 0.27);
}

.section-header-title>p {
	font-size: 20px;
}

.slider-section {
	height: 650px;
	overflow: hidden;
}

.o_gallery.o_slideshow .carousel .carousel-control.right, .modal-body.o_slideshow .carousel .carousel-control.right, .o_gallery.o_slideshow .carousel .carousel-control.left, .modal-body.o_slideshow .carousel .carousel-control.left {
	color: #0d6759;
}

.o_gallery.o_slideshow .carousel ul.carousel-indicators, .modal-body.o_slideshow .carousel ul.carousel-indicators {
	bottom: -15px;
}

.o_gallery.o_slideshow .carousel ul.carousel-indicators > *, .modal-body.o_slideshow .carousel ul.carousel-indicators > * {
	width: 50px;
	height: 50px;
}

.o_gallery.o_slideshow .carousel ul.carousel-indicators li {
	border: 1px solid #0d6759;
	box-shadow: none;
}

.o_gallery.o_slideshow .carousel ul.carousel-indicators li.active,
.o_gallery.o_slideshow .carousel ul.carousel-indicators li:hover {
	opacity: 1;
	border: 1px solid #0d6759;
	-webkit-box-shadow: 3px 3px 0 #0d6759;
	-moz-box-shadow: 3px 3px 0 #0d6759;
	box-shadow: 3px 3px 0 #0d6759;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
}

.o_gallery.o_slideshow .carousel img, .modal-body.o_slideshow .carousel img {
	border: 1px solid #0d6759; */
}
/*ABOUT US PAGE END!*/


@media (max-width: 767px) {

	.navbar-collapse {
		margin-top: 15px;
	}

	.navbar-nav .open .dropdown-menu {
		background-color: #222;
	}

	.navbar.navbar-static-top ul.nav > li.divider {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid grey;
		border-right: none;
	}

	.navbar-nav {
		margin: 1px -15px 0;
	}

	.section {
		padding: 30px 0;
	}

	.services-banner .btn {
		margin-top: 15px;
	}

	.services-banner-col {
		margin-bottom: 15px;
	}

	.section-header-title {
		background: transparent;
		margin-bottom: 10px;
	}
}

@media (max-width: 488px) {

	body {
		font-size: 15px;
	}

	h2, .h2 {
		font-size: 26px;
	}

	.section-df {
		padding: 30px 0;
	}

	.section-title-sm {
		font-size: 26px;
	}

	.section-subtitle {
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.col-max {
		width: 100%!important;
	}

	.navbar-brand {
		padding: 14.5px 0;
		font-size: 14px;
	}

	.navbar-toggle {
		margin-right: 0;
	}

	.s_text_block_image_fw .container > .row > div {
		padding: 15px;
	}

	.section-title>h2 {
		font-size: 34px;
	}

	.header-title {
		font-size: 38px;
	}

	.services-banner-col {
		float: left;
		width: 100%;
	}

	.services-banner-col .services-banner-item {
		width: 100%;
	}

	.slider-section {
		height: auto!important;
	}

	.slider-section ul.carousel-indicators {
		display: none!important;
	}

	.contact-item {
		font-size: 16px;
	}

	.about-col-info>.col-sm-4 {
		padding: 0;
	}

	.about-col-send .form-group {
		padding: 0!important;
	}

	.service-info .o_image_floating.o_margin_l.pull-right {
		display: none!important;
	}

	.services-banner-item {
		padding-left: 0;
	}

	.section-title-small {
		text-align: left;
	}

	.service-info .col-md-3 {
		padding: 0;
	}

	.colum-bg {
		padding: 6px 15px;
		background: rgba(0, 0, 0, 0.25);
	}

	.services-banner-col .services-banner-item {
		margin-top: 0;
	}
}


