/* CSS Document */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url('../webfonts/Roboto-Light.ttf') format('truetype'), url('../webfonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/Roboto-Regular.ttf') format('truetype'), url('../webfonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url('../webfonts/Roboto-Medium.ttf') format('truetype'), url('../webfonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/Raleway-Regular.ttf') format('truetype'), url('../webfonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 600;
	src: url('../webfonts/Raleway-Bold.ttf') format('truetype'), url('../webfonts/Raleway-Bold.ttf') format('truetype');
}
/*Global Setting*/
 
* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	margin: 0 0 20px 0;
}
p:last-child {
	margin-bottom: 0;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
ul, li, a {
	margin: 0;
	padding: 0
}
blockquote {
	line-height: 35px;
	margin: 20px 0;
	color: #000;
	font-weight: 600
}
.title {
	margin-bottom: 30px;
	text-align: center;
}
.title p {
	font-size: 16px;
	margin-bottom: 0px;
}
.title h2 {
	color: #363636;
	font-weight: 600;
	line-height: 35px;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Raleway', sans-serif;
}
.title h2 a {
	color: #363636;
}
.title h2:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 6px 0;
	width: 50px;
	height: 2px;
	background: #28A745;
}
.inner-title {
	margin-bottom: 35px;
}
.inner-title h3 {
	font-size: 26px !important;
	position: relative;
}
.inner-title h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 6px auto;
	width: 50px;
	height: 2px;
	background: #28A745;
}
.title h3 {
	font-weight: 500;
	line-height: 35px;
	font-size: 34px;
	text-transform: uppercase;
}
.title-white h3 {
	color: #fff
}
.title .tvm {
	float: right;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-top: -20px;
}
.title .tvm a {
	color: #fff;
	background: #037896;
	padding: 8px 15px;
}
title .tvm a:before {
	content: "";
	position: absolute;
	left: 100%;
	top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 39px 0 0 20px;
	border-color: transparent transparent transparent #016A32;
}
.title .tvm a:hover {
	background: #0389AB;
}
.title-white h2 {
	color: #fff;
	font-weight: 600;
	line-height: 35px;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Raleway', sans-serif;
}
.title-white h2:after {
	background: #fff;
}
.title-white p {
	color: #fff;
	font-style: italic;
	margin-bottom: 10px;
}
.btn {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 34px;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 23px;
	height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn i {
	font-size: 11px;
	padding-left: 3px;
}
.bg-light {
	background: #EAF7F9;
}
.bg-grey {
	background: #F0F0F0;
}
.section {
	padding: 90px 0;
}
.form-control {
	border: 1px solid #E5E5E5;
	height: 48px;
	color: #777;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	width: 100%;
}
select:focus {
	outline: 0;
	border-color: #00A4A3;
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 15px) 1.4em, calc(100% - 20px) 1.4em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}
 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.form-control:focus {
	outline: 0;
	border-color: #CCD1D7;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=file], input[type=search], input[type=date], input[type=datetime-local], input[type=month], input[type=time], select, textarea, option {
	border: 2px solid #eee;
	padding: .375rem .75rem;
	height: 44px;
	color: #777;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	font-size: 14px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=file]:focus, input[type=search]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, select:focus, textarea:focus, option:focus, button:focus, input[type=submit]:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.required {
	color: #ec215b;
}
input[type="submit"] {
	border: 0;
	padding: 14px 26px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-align: center;
	background: #00A4A3;
	color: #fff;
	line-height: 20px;
}
input[type="submit"]:hover {
 background: #;
}
.textarea.form-control {
	height: 44px;
	border: 2px solid #eee;
}
input::placeholder, textarea::placeholder {
color:#555 !important;
font-weight:300 !important
}
.successmsg {
	background: #28A745;
	padding: 12px 15px;
	margin: 0 0 15px 3px;
	color: #fff;
	border-radius: 1px;
	text-align: center
}
.errormsg {
	background: #F66069;
	padding: 12px 15px;
	margin: 0 0 15px 3px;
	color: #fff;
	border-radius: 1px;
	text-align: center
}
/*Header*/
.top-header {
	background: #4AACC5;
	padding: 3px 0;
}
.header-info ul li {
	padding-right: 25px;
	list-style: none;
	display: inline;
	font-size: 14px;
}
.header-info ul li a {
	color: #fff;
}
.header-info ul li a i {
	padding-right: 2px;
}
.header-info ul li a:hover {
	color: #eee;
}
.social-link ul {
	text-align: right
}
.social-link ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}
.social-link ul li a {
	color: #fff;
	font-size: 13px;
}
.logo {
	margin: 15px 0
}
.logo img {
	width: 120px;
}
.custom-menu {
	margin-top: 22px;
}
/*Top Part*/
.top-part {
	background: #fff;
	padding: 90px 0;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100% 100%;
}
.top-part:before {
	background-color: #4AACC5;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 45%;
	opacity: 1;
}
.top-part .title {
	text-align: left;
}
.intro-part p {
	color: #fff;
	padding-right: 40px;
}
.intro-part .title h2, .intro-part .title h2 a {
	color: #fff;
}
.intro-part .title h2:after {
	background: #fff;
}
.intro-list {
	margin-top: 30px;
}
.intro-list ul li {
	display: table-cell;
	color: #fff;
}
.intro-list ul li i {
	font-size: 60px;
	top: 30px;
	position: relative;
	margin-right: 20px;
}
.intro-list ul li h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.intro-list ul li h5 a {
	color: #fff
}
.intro-service {
	padding-left: 50px;
}
.intro-service ul {
	padding: 15px 0 0 25px;
}
.intro-service ul li {
	padding: 2px 0;
	list-style: none;
	position: relative
}
.intro-service ul li a {
	color: inherit
}
.intro-service ul li a:hover {
	color: #000
}
.intro-service ul li::before {
	content: "\2022";
	color: #006B34;
	font-weight: bold;
	display: inline-block;
	margin-left: -22px;
	top: 2px;
	font-size: 30px;
	position: absolute;
}
.intro-service img {
	float: right;
	width: 270px;
	margin-top: 20px;
}
/*Training*/

.training .title {
	text-align: left;
}
.tr-list {
	margin-top: 35px;
}
.tr-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}
.tr-list img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.tr-list img:hover {
	position: relative;
	z-index: 10;
	-webkit-transform: scale(1.1111);
	transform: scale(1.1111);
}
.tr-list h5 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.tr-list p {
	font-size: 16px;
	line-height: 24px;
}
.tr-list .btn {
	text-transform: none;
	margin: 0
}
/*Why Choose*/
.why {
	padding-bottom: 0;
}
.why-content {
	margin-top: 30px;
	padding-bottom: 80px;
	min-height: 630px;
}
.why .title h2:after {
	margin: 8px auto;
}
.why .accordion {
	margin-top: 30px;
}
whylist-header {
	margin: 5px 0;
}
.why-list h4 {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	text-transform: uppercase;
	cursor: pointer
}
.why-list h4 i {
	margin-right: 10px;
	background: #49ABC4;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	font-size: 13px;
}
.why-list .collapse {
	padding: 15px;
	border-left: 1px dashed #ddd;
	margin-left: 25px;
}
.why-list .collapsing {
	padding: 15px;
	border-left: 1px dashed #ddd;
	margin-left: 25px;
}
.whyimg {
	margin-top: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.why .whyimgblock {
	padding-right: 0;
}
/*Fact Counter*/



.fact-counter {
	text-align: center;
	background: #2D3040 url(../images/background-1.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100% 100%;
	position: relative;
}
.fact-counter:before {
	background: #2D3040;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.92;
	position: absolute;
	right: 0;
	top: 0;
}
.fact-counter .container {
	z-index: 9 !important;
	position: relative;
}
fact-counter .title {
	margin-bottom: 50px;
}
.fact-counter .title h2 {
	text-transform: none;
}
.fact-counter .title h2:after {
	margin: 9px auto;
}
.counter {
	color: #fff;
	text-align: center;
	margin-top: 50px;
}
.counter i {
	font-size: 40px;
	margin-bottom: 30px;
}
.counter span {
	font-size: 45px;
	font-weight: 500;
}
span.counter-value {
	padding-right: 5px;
}
.counter h4 {
	font-size: 20px;
	color: #fff;
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 500;
	font-family: 'Raleway', sans-serif;
}
/*Testimonial*/

.testimonial .title h2:after {
	margin: 9px auto;
}
.customer-testimonials .owl-theme .owl-controls {
	margin-top: 15px;
}
.customer-testimonial-text {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	margin-top: 75px;
	text-align: left;
	position: relative;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.testimonial-item .customer-testimonial-text {
	cursor: default !important;
	margin-top: 20px;
}
.customer-testimonial-text:before, .customer-testimonial-text:after {
	position: absolute;
	visibility: visible;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-color: transparent;
	border-bottom: 0;
}
.customer-testimonial-text:before {
	border-width: 17px;
	border-top-color: rgba(1, 1, 1, 0.15);
	bottom: -17px;
	left: 14px;
}
.customer-testimonial-text:after {
	border-width: 15px;
	border-top-color: #fff;
	bottom: -15px;
	left: 16px;
}
.customer-testimonial-text:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.customer-testimonial-text:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.customer-testimonial-text p {
	font-size: 17px;
	line-height: 30px;
	padding-top: 15px;
}
.customer-testimonial-text p:before {
	content: '❝';
	font-size: 55px;
	color: #016A32;
	display: block;
	line-height: 20px;
}
.customer-testimonial-footer {
	margin: 40px 0 20px 0;
}
.customer-testimonial-footer img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	float: left;
	margin: -15px 20px 0 0;
}
.customer-testimonial-footer h5 {
	line-height: 30px;
	font-size: 20px;
	margin: 20px 0 0 60px;
	font-weight: 600;
}
.customer-testimonial-footer h5 span {
	display: block;
	width: 100%;
	color: #333;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
}
.video-testimonial {
	margin-top: 75px;
}
.video-testimonial .title {
	background: #F9F9F9;
	border: 1px solid #ddd;
	border-bottom: 0;
	display: flow-root;
	margin: 0;
	padding: 10px 15px;
}
.video-testimonial h4 {
	color: #00692F;
	float: left;
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
}
.video-testimonial .title p {
	float: right;
}
.video-testimonial .title p a {
	color: #333
}
.video-testimonial .title a:hover {
	color: #000
}
.video-testimonial iframe {
	border: 1px solid #ccc;
	padding: 1px;
	width: 100%;
	height: 310px;
}
testimonial-list {
	margin-top: 40px;
	padding: 60px 20px 20px;
}
.testimonial-list .inner-title {
	margin-bottom: 20px !important;
}
/*Team*/

.team {
	border-top: 1px solid #ddd;
}
.team .title {
	margin-bottom: 50px;
}
.team .title h2:after {
	margin: 9px auto;
}
.team-item {
	background: #fff;
	margin: 10px;
	border: 1px solid #ddd;
}
.team-item img {
	width: 100%
}
.team-cont {
	padding: 20px;
	text-align: center;
}
.team-cont h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 1px;
}
.team-cont p {
	margin: 0;
	font-style: italic;
	font-size: 14px;
	color: #555
}
.team .owl-theme .owl-controls {
	text-align: left;
	top: 40%;
	position: absolute;
	width: 100%;
	z-index: 9999;
	left: -15px;
}
.team .owl-theme .owl-controls .owl-buttons .owl-next {
	position: relative;
	float: right;
	right: -30px;
}
.team .owl-theme .owl-controls i {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #4AACC5;
	padding: 12px 0px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
/*Bottom Part*/
.bottom-part {
	background: #fff;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100% 100%;
	height: 560px;
}
.bottom-part:before {
	background-color: #006B33;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	opacity: 1;
}
.font-map {
	padding: 0;
}
.font-map iframe {
	margin: 0;
	padding: 0;
	height: 560px;
}
.map-container {
	position: relative;
}
.form-container {
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.register-part {
	padding: 90px 35px 80px 0px;
	position: relative;
	z-index: 9999
}
.register-part .title {
	text-align: left;
	margin-bottom: 50px;
}
.register-part .title h2 {
	font-size: 24px;
}
.register-part .d-form {
}
.register-part .d-form .col-12 {
	padding-right: 5px;
}
.d-form label {
	color: #fff;
}
.d-form .form-control {
	background: none;
	border: 1px solid #AEFFD5;
	margin-bottom: 17px;
}
.d-form .textarea.form-control {
	height: 100px;
}
.d-form input::placeholder, .d-form textarea::placeholder {
color:rgba(255,255,255,0.7) !important;
font-weight:300 !important
}
.register-part .d-form .form-control{ color:#fff;}
.register-part .wpcf7-mail-sent-ok{ color:#E0FF00}
.register-part .d-form .btn {
	margin-top: 0;
	background: none;
	border: 1px solid #AEFFD5;
	line-height: 18px !important;
}
.register-part .d-form .btn:hover {
	background: #00592B
}
/*Footer*/
.top-footer {
	background: #171918;
	padding: 30px 0;
}
.top-footer .title h2 {
	font-size: 22px;
	text-align: left;
	font-weight: 600
}
.footer-widget {
	padding: 30px 0;
}
.location {
	margin-top: 20px;
}
.location ul {
	margin-top: 25px;
}
.location ul li {
	display: inline-flex;
	color: rgba(255,255,255,0.8);
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
}
.location ul li p {
	margin: 0;
	font-size: 15px;
	color: rgba(255,255,255,0.8);
}
.location ul li span {
	display: block;
	color: rgba(255,255,255,0.8)
}
.location ul li i {
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	padding: 7px;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	margin-right: 15px;
	margin-top: 5px;
	text-align: center
}
.location ul li a {
	color: rgba(255,255,255,0.8);
}
.location ul li a:hover {
	color: #eee
}
.footer-link ul {
	margin-top: 45px;
}
.footer-link ul li {
	list-style: none;
	padding: 12px 0;
	color: #fff;
	line-height: 25px;
	border-bottom: 1px dashed #555;
}
.footer-link ul li:last-child {
	border-bottom: 0;
}
.footer-link ul li a {
	color: #fff;
	font-size: 15px;
	display: inline-flex;
}
.footer-link ul li a:before {
	content: '❯';
	font-size: 14px;
	padding-right: 10px;
}
.footer-link ul li a:hover {
	color: #ddd
}
.newsletter {
	margin-top: 60px;
}
.newsletter img {
	width: 100%;
}
.bottom-footer {
	background: #000;
}
.copyright, .developedby {
	padding: 20px 0;
}
.copyright p, .developedby p, .developedby p a {
	font-size: 15px;
	color: #eee
}
.developedby p a:hover {
	color: #fff;
}
.developedby {
	text-align: right
}
.footer-social-link ul {
	text-align: center;
	padding-top: 15px;
}
.footer-social-link ul li a {
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	color: #fff;
	padding: 4px;
	border-radius: 50%;
	display: inline-block;
	font-size: 13px;
}
.footer-social-link ul li a:hover {
	background: #333;
	color: #fff
}
/*Inner page title*/

.page-title {
	background: rgba(0, 0, 0, 0) url("../images/background-1.jpg") repeat scroll 0 0;
	padding: 70px 0 60px 0;
	text-align: center;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-title:before {
	background-color: #00692F;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.90;
}
.page-title .container {
	position: relative;
}
.page-title h2 {
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
}
.page-title .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	z-index: 5;
	padding: 15px 0 0 0;
	display: inline-flex;
}
.page-title .breadcrumb > li {
	float: left;
	margin: 0 0 5px;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}
.page-title .breadcrumb > li + li:before {
	color: rgba(255,255,255,0.7);
	content: "/";
	float: left;
	font-size: 15px;
	margin: 0 6px;
}
.page-title .breadcrumb > li i {
	margin-right: 1px;
	font-size: 13px;
}
.page-title .breadcrumb li a {
	color: rgba(255,255,255,0.7);
}
.page-title .breadcrumb li a:hover {
	color: rgba(255,255,255,1);
}
.sm-page-title .breadcrumb > li + li:before {
	content: '';
	padding-right: 20px;
}
.sm-page-title h2 {
	text-transform: none;
	font-size: 22px;
	font-weight: 400;
}
.sm-page-title p.date {
	color: rgba(255,255,255,0.8);
	font-size: 16px;
}
/*Page*/
.content-details {
	padding-top: 50px;
}
.content-details h1, .content-details h2, .content-details h3, .content-details h4, .content-details h5, .content-details h6 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.content-details ul, .content-details ol {
	padding: 0 15px;
}
.content-details img {
	margin-bottom: 20px;
}
/*Blog*/

.recent-update {
	text-align: center;
}
.recent-update-img {
	position: relative;
	overflow: hidden;
}
.recent-update-img img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.recent-update-img img:hover {
	position: relative;
	-webkit-transform: scale(1.1111);
	transform: scale(1.1111);
}
.recent-update-date {
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 5px;
	left: 5px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	padding: 10px 13px;
}
.recent-update-date .date {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.recent-update-date .month {
	font-size: 12px;
	color: #000;
	margin-top: 4px;
}
.recent-update-date .year {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-top: 5px;
}
.recent-update-block {
	margin: 20px 0;
	text-align: left
}
.recent-update-block h3 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.recent-update-block h3 a {
	color: #2C3038;
	font-weight: bold
}
.recent-update-block h3 a:hover {
	color: #000
}
.recent-update-block p {
	margin-bottom: 5px;
}
.recent-update-block .btn {
	margin-top: 15px;
}
.recent-update-content {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px;
	border-top: 0;
}
.courseblock p.datetile {
	margin-top: 0;
	color: #00692F;
	font-size: 15px;
}
.courseblock p.datetile i {
	font-size: 14px;
}
.courseblock h3 {
	margin-bottom: 0
}
/*Team Details*/

.team-details .team-img {
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
}
.team-details .team-info {
	text-align: left;
}
.team-details .team-info h4 {
	font-weight: 500;
}
.team-details .team-info h5 {
	margin: 10px 0;
	color: #777;
}
.team-details .team-info p {
	font-size: 17px;
	line-height: 32px;
	color: #485666;
	padding: 10px 0
}
/* Media gallery*/

.gallery-item {
	margin: 15px 0;
	text-align: center;
	border: 1px solid #eee;
	padding: 10px;
}
.gallery-item-thumb {
	height: 220px;
	overflow: hidden
}
.gallery-item-thumb img:hover {
	opacity: 0.9
}
.gallery-item p {
	margin: 15px 0 5px 0;
}
.video-gallery .gallery-item-thumb {
	height: auto;
}
.video-gallery .gallery-item-thumb iframe {
	width: 100%;
	height: 350px;
}
.video-gallery .gallery-item-thumb img {
	margin-bottom: 5px;
}
.video-gallery .gallery-item p {
	margin: 5px 0 0 0;
}
/*Contact Page*/
.contact-details h4 {
	font-weight: 500;
}
.contact-form .form {
	margin-top: 30px;
}
.contact-form .form .col-12 {
	margin-top: 15px;
}
.contact-form .form label {
	font-weight: 400
}
.contact-form .form .btn {
	margin-top: 5px;
}
.contact-form .textarea.form-control {
	height: 150px;
}
.contact-details .location {
	margin-top: 45px;
}
.contact-details .location ul li, .contact-details .location ul li a {
	color: #000;
	font-weight: 400;
	display: flex
}
.contact-details .location ul li i {
	border: 1px solid #000;
	color: #000;
}
/*Testimonials*/
.video-testimonial-list .gallery-item-content {
	padding-top: 15px;
}
.video-testimonial-list .gallery-item-content h5 {
	font-size: 18px;
	font-weight: 500;
	color: #B84907;
	margin: 0 0 2px 0;
}
.video-testimonial-list .gallery-item-content p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #555
}
/*Course Details*/


.course-container .page-title {
	text-align: left;
	padding-bottom: 25px;
}
.course-container .page-title h2 {
	font-size: 30px;
	text-transform: none;
	line-height: 35px;
	font-weight: 500;
}
.titleprice {
	text-align: right;
	padding-top: 50px;
}
.titleprice h3 {
	color: #fff;
	font-weight: 500;
	font-size: 35px;
}
.titleprice h3 span {
	font-size: 20px;
	font-weight: 300
}
.titleprice h3 small {
	font-size: 20px;
	font-weight: 300
}
p.datetile {
	color: #fff;
	margin-top: 20px;
	font-weight: 400;
	color: #ffd400
}
p.datetile i {
	font-size: 22px;
	padding-right: 3px;
}
.content-banner {
	margin-bottom: 60px;
}
.pkg-text {
	margin-bottom: 30px;
}
.pkg-hl {
	padding-bottom: 20px;
}
.pkg-hl ul li {
	list-style: none;
	display: inline-block;
	line-height: 21px;
	padding-right: 30px;
	font-weight: 400;
	color: #111;
	font-size: 14px;
}
.pkg-hl ul li span {
	font-weight: 300;
	color: #FF8600;
	font-size: 13px;
}
.pkg-hl ul li i {
	padding-right: 5px;
	margin-top: 15px;
	color: #FF8600
}
.pkg-hl ul li:last-child {
	float: right;
	text-align: right
}
.pkg-hl ul li:last-child i {
	color: #000;
	font-size: 27px;
}
.pkg-detail h3 {
	font-weight: 500;
	margin-bottom: 10px;
	color: #444;
	font-size: 25px;
}
.pkg-thumb {
	margin-bottom: 30px;
}
.pkg-detail .resp-tabs-list {
	text-align: center
}
.pkg-detail .resp-tabs-list li {
	display: inline-block;
	width: auto;
	margin-right: 1px;
	font-size: 15px;
	text-transform: none;
	padding: 8px 20px;
	background: #235F07;
	border: 0;
	margin-bottom: -1px;
}
.pkg-detail .resp-tabs-container {
	border: 1px solid #ddd;
}
.pkg-detail .resp-tab-active {
	border: 1px solid #ddd !important;
	border-bottom: 0 !important;
}
.pkg-detail .tab {
	padding-top: 10px;
}
.pkg-detail .tab h3 {
	font-size: 18px;
	color: #e66a27;
	font-weight: 400;
	margin-bottom: 10px;
}
.pkg-detail .tab ul {
	padding: 0;
	margin: 0
}
.pkg-detail .tab .tab-list ul li {
	list-style: none;
	color: #444;
	font-weight: 300;
	line-height: 21px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.pkg-detail .tab .tab-list ul li:last-child {
	border-bottom: 0;
}
.pkg-detail .tab .tab-list ul li strong {
	display: block;
	font-weight: 500;
	line-height: 25px;
	color: #222;
}
.pkg-detail .tab-ie ul li {
	list-style: none;
	padding: 5px 0;
	display: flex;
}
.pkg-detail .tab-ie ul li:before {
	content: '❯';
	padding-right: 8px;
	font-size: 10px;
}
.pkg-detail .tab .dp table tr td {
	font-size: 14px;
	vertical-align: middle
}
.pkg-detail .tab .dp table tr td .btn {
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
.pkg-detail .tab .dp table tr td span.av {
	color: #15B60A;
	font-weight: 400;
}
.pkg-detail .tab-location img {
	margin-top: 15px;
	border: 2px solid #999
}
.pkg-detail .tab-gallery .gallery-box {
	border: 1px solid #eee;
	padding: 5px;
	margin: 15px 0;
}
.pkg-detail .pkgprice {
	margin-bottom: 20px;
	font-weight: 400;
}
.pkg-detail .pkgprice span {
	color: #F37822;
	font-weight: 500;
}
.pkg-aside .fact {
	background: url(../images/background-1.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 20px 15px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.pkg-aside .fact:before {
	background: #055086;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.90;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.pkg-aside .fact h3 {
	color: #E4FB05;
	text-transform: uppercase;
	font-weight: 600;
}
.pkg-aside .fact ul {
	padding: 20px 0 0 5px;
}
.pkg-aside .fact ul li {
	list-style: none;
	padding: 10px 0;
	font-size: 15px;
	color: rgba(255,255,255,1);
	border-bottom: 1px dashed rgba(255,255,255, 0.1);
	display: flex;
}
.pkg-aside .fact ul li:last-child {
	border-bottom: 0;
}
.pkg-aside .fact ul li strong {
	padding-right: 5px;
	color: #a4fcf9;
}
.pkg-aside .fact ul li i {
	padding-right: 7px;
	margin-top: 5px;
	color: #15F7FF;
	font-size: 16px;
}
.fact {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.fact ul {
	text-align: center
}
.fact ul li {
	list-style: none;
	display: inline-block;
	padding: 0 30px;
	color: #CA5702
}
.fact ul li strong, .fact ul li i {
	color: #333
}
.pkg-book {
}
pkg-book h3 {
	font-weight: 400
}
.pkg-book .form {
	margin-bottom: 0;
	background: #F9F9F9;
	border: 1px solid #eee;
	padding: 15px;
}
.pkg-book .form-group {
	margin-bottom: 0;
}
.pkg-book .form .col-12 {
	margin-top: 15px;
}
.pkg-book .form .col-12 label {
	margin-bottom: 3px;
	font-weight: 400;
	font-size: 14px;
}
.pkg-book .form .btn {
	margin-top: 5px;
}
.pkg-book .form .form-icon {
	position: absolute;
	right: 22px;
	bottom: 8px;
	font-size: 15px;
	color: #888;
}
.related-pkg .title {
	text-align: center;
}
.related-pkg .title h2:after {
	margin: 6px auto !important;
}
.share-post ul.social {
	list-style: none;
	margin: 0;
	padding-top: 35px;
	text-align: left;
}
.share-post ul.social li {
	display: inline;
	margin: 0 5px 0 0;
	color: #000;
}
.share-post ul.social li:first-child {
	padding-right: 5px;
	font-size: 17px;
	font-weight: 500;
}
.share-post ul.social li a {
	background: #444;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 30px;
}
.share-post ul.social li a i {
	color: #fff;
	line-height: 30px;
	margin: 0;
	text-align: center;
	transition: all 0.8s ease 0s;
}
.share-post ul.social li a:hover {
	opacity: 0.8;
}
/*Join Now*/
.join-now ul {
	background: #F9F9F9;
	padding: 15px 0 15px 15px;
	margin-bottom: 30px;
}
.pkg-aside h3 {
	font-weight: 400;
	background: #444;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	border-radius: 3px;
	text-align: center
}
.join-now ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-weight: 400;
	display: flex;
}
.join-now ul li i {
	font-size: 13px;
	padding-right: 2px;
	    position: relative;
	    top: 7px;
    right: 5px;
}
.join-now ul li:last-child {
	border-bottom: 0;
}
.join-now ul li span {
	float: right;
	color: #e87600;
	font-size: 15px;
}
.featured-img {
	float: right;
	width: 400px;
	margin: 10px 0 5px 10px;
}
.inner-content .team-item {
	margin: 15px 0;
}
.inner-content .team-cont {
	padding: 15px;
}
/*Scroll Top Section*/

.return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 300;
	z-index: 9;
	background: #006B33;
	color: #fff;
	padding: 4px 12px;
}
.return-to-top:hover {
	background: #008C43;
}

@media print {
.share-post, .related-pkg, .top-footer, .footer-social-link, .developedby, .pkg-book, .custom-menu, .social-link {
	display: none
}
.user-control {
	display: none
}
}


.partneritem{ padding:15px; border:1px solid #eee; margin:25px 5px 0 5px;}
.partneritem img{ margin-bottom:15px;}
.partneritem h5{ margin-bottom:5px; font-weight:500}

.partnerslide .title h2:after {
    margin: 9px auto;
}


.ceomsg{ margin-top:50px;}
.ceomsg img{ margin-top:10px;}
.msgcontent h3{ font-weight:500;}
.msgcontent h5{ font-weight:400}

.pkg-video{ margin-top:20px;}











