
.ind_program_body{
	padding: 30px 0px;
	text-align: center;		
	background: #f8fcff;
	background-image: url(../icon/portfolio-shap-2.png), url(../icon/portfolio-shap-1.png);
	background-size: auto, auto;
	background-position: top 80px right 150px, left 30px bottom 40px;
	background-repeat: no-repeat, no-repeat;
	position: relative;
	overflow: hidden;
}
.ind_program{
	padding: 20px 0px;
	display: flex;
}
.ind_program_box{
	flex:1;
	min-height: 100px;
	margin: 15px;
	background: #ffffff;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.1);
}
/**Program-Flip**S**/
.my_flip_container {
	perspective: 1000px;
	transform-style: preserve-3d;
	width: 100%;
}
.my_flip_container:hover .my_flip_back {transform: rotateY(0deg);}
.my_flip_container:hover .my_flip_front {transform: rotateY(180deg);}
.my_flip_container, .my_flip_front, .my_flip_back {
	width: 100%;
	height: 100%;
}

.my_flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.my_flip_front, .my_flip_back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
}

.my_flip_front {
	z-index: 2;
	transform: rotateY(0deg);
}
.my_flip_back {
	transform: rotateY(-180deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.my_flip_vertical.my_flip_container {position: relative;}
.my_flip_vertical .my_flip_back {	transform: rotateX(180deg);}
.my_flip_vertical.my_flip_container:hover .my_flip_back  {transform: rotateX(0deg);}
.my_flip_vertical.my_flip_container:hover .my_flip_front {transform: rotateX(180deg);}
.my_flip_front {text-align:center; }
.my_flip_body{
	display: flex;
	padding: 30px 0px;
	flex-wrap: wrap;
}
.my_flip_body section{
	flex:1;
	margin: 15px;
	display: flex;
	align-items: stretch;

}
/**Program-Flip**E**/
.ind_program section{
}
.ind_program .my_flip_container{

}
.ind_program_front{
	padding: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
	border-radius: 15px;
	background: #ffffff;
}
.ind_program_front_img{

	position: relative;
	padding-bottom: 60.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.ind_program_front_img img{
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6) url(../img/loader5.gif) no-repeat center center;
}
.ind_program_front_title{
	color: var(--p2);
	padding: 20px 5px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 30px;
	font-family: 'Alkatra';
}
.ind_program .my_flip_back{			
	overflow: hidden;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
	border-radius: 15px;
	background: #ffffff;
}
.ind_program_front_link{
	padding: 20px 5px;
	text-align: center;
	padding-bottom: 10px;
}
.ind_program_front_link a{
	background: var(--p);
	color: #00A1FB;
	font-size: 18px;
	display: inline-block;
	padding: 11px 16px;
	border-radius: 10px;
	transition: ease-in-out 0.3s all;
}
.ind_program_front_link a:hover{
	cursor: pointer;
	color: var(--y);
}
.ind_program_front_icon{
	display: flex;
	padding: 15px 3px;
}
.ind_program_front_icon aside{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.ind_program_front_icon aside i{
	font-size: 25px;
	background: #FFB76B;
	background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ind_program_front_icon aside span{
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: var(--t);
	padding-top: 6px;
	font-weight: 600;
}
.ind_program section:first-child{
	margin-left: 0px;
}
.ind_program section:last-child{
	margin-right: 0px;
}
.ind_program .my_flip_back article{
	padding: 15px;
	color: var(--p2);
	line-height: 22px;
	font-size: 16px;
	padding-bottom: 0px;
}


.ind_enroll_body{
	padding: 20px 0px;
}
.ind_enroll{
	display: flex;
	align-items: center;
	padding: 20px 0px;
}
.ind_enroll h1{
	flex:1;
}

.ind_enroll h1{
	position: relative;
	color: #444444;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:left;
	font-family: 'Alkatra';
}
.ind_enroll h1:after {
	position: absolute;
	content: '';
	display: block;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 3px;
	background-color: #ff6c00;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	transform: skewX(-45deg);
}


.ind_enroll a{
	-webkit-animation: btn_effect 42s linear infinite;
	animation: btn_effect 42s linear infinite;
	background: linear-gradient(120deg,rgba(241,86,40,0) 25%,hsla(0,0%,100%,0.3) 45%,rgba(241,86,40,0) 62%), #F15628;
	line-height: normal;
	padding: 10px 15px;
	margin: 0px 2px;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 0px rgba(241,86,40,0.5);
	border: 1px solid #F15628;
	color:#fff;
	margin-right:2px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	font-family: 'ProximaNovaBold';
}
.ind_enroll a i{
	margin-right:3px;
}
.ind_enroll a:hover{
	background:#FFF;
	color:#F00;
}
.ind_about_body{
	padding: 30px 0px;
	overflow: hidden;
	min-height: 300px;
	background: #eddc68 url("./pattern/ptrn1.png");
	background-size: cover;
}
.ind_about_in{
	padding: 15px 0px;
	display: flex;
}
.ind_about_box1{
	flex:1 0 60%;
}
.ind_about_box2{
	flex:1 0 40%;
	display: flex;
	flex-wrap: wrap;
}
.ind_about_box1 article{
	padding-top: 15px;
	padding-right: 25px;
}
.ind_about_box1 article p {
	padding: 10px 0px;
	padding-top: 3px;
	font-size: 18px;
	line-height: 26px;
	color: #363636;
	font-family: 'Poppins', Lato;
	text-align: left;
}
.ind_about_box2 section{
	background: #fff;
	flex:1 0 38%;
	margin: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	border-radius: 20px;
	border: 2px dashed var(--y);
	padding: 15px 0px;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
}	
.ind_about_box2 section:nth-child(even){
	margin-right: 0px;
}
.ind_about_box2 section article{
	font-size: 20px;
	color: var(--t);
	line-height: 30px;
	padding: 0px 10px;
}
.ind_about_box2 section aside{
	font-size: 50px;
	color: var(--y);

}
.ind_about_box2 section h2{
	padding: 20px 0px;
	color: var(--p);
	font-size: 30px;
	font-family: 'Fjalla One';
}

.ind_value_body{
	padding: 30px 0px;
	background: #FCFFDF;
	position: relative;
	overflow: hidden;
}
.ind_value section{
	flex:1 0 20%;
	margin: 20px;
}
.ind_value .my_flip_front{
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
	border-radius: 15px 0px 15px 0px;
	overflow: hidden;
	background: #ffffff;
}
.ind_value .my_flip_back{		
	border-radius: 0px 15px 0px 15px;
}
.ind_value_front{
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 10px;
}
.ind_value_front span{
	color: #fff;
	font-size: 38px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.ind_value_front h3{
	color: #ffffff;
	font-size: 16px;
	padding: 15px 0px;
	font-family: 'Alkatra';
	font-weight: 400;
}
.ind_value .my_flip_back{			
	overflow: hidden;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
	border-radius: 15px;
	background: #ffffff;
	border-radius: 0px 15px 0px 15px;
}

.ind_value .my_flip_back article{
	padding: 15px;
	color: var(--p2);
	line-height: 22px;
	font-size: 16px;
	padding-bottom: 0px;
}
.ind_value_cbox1{
	position: absolute;
	width: 500px;
	height: 500px;
	background: #fff6bb;
	transform: rotate(30deg);
	top: -250px;
	right: -250px;
	opacity: 0.9;
	animation:sv_fast_spinner 10s linear infinite;
}	
.ind_value_cbox2{
	position: absolute;
	width: 400px;
	height: 400px;
	background: #ffffff;
	transform: rotate(40deg);
	bottom: -200px;
	left: -200px;
	opacity: 0.9;
}
.ind_value_cbox3{
	position: absolute;
	width: 300px;
	height: 300px;
	background: #eddc68;
	left: 150px;
	top: -150px;
	border-radius: 50%;
	opacity: 0.3;

}
.ind_likehome_body{
	padding: 30px 0px;
	min-height: 150px;
	background: #ffffff;
	overflow: hidden;
}
.ind_likehome{
	padding: 20px 0px;
	display: flex;
}
.ind_likehome_img{
	flex:1;
}
.ind_likehome_img img{
	width: 100%;
	height: 100%;
}
.ind_likehome_b2{
	flex:1;
	display: flex;
	flex-wrap: wrap;
}
.ind_likehome_b2 section{
	margin: 15px;
	flex:1 0 38%;
	display: flex;
	min-height: 150px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
}
.ind_likehome_b2 section img{
	width: 60px;
	height: 60px;
	opacity: 0.9;
}
.ind_likehome_b2 section p{
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	padding: 10px;
    font-family: 'Alkatra';
}
.ind_likehome_b2 section dd{
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	position: absolute;
	width: 200px;
	height: 200px;
	left: -100px;
	bottom: -100px;
}
.ind_testimonial_body{
	padding: 30px 0px;
	min-height: 150px;
	background: #f2f2f2;
}
.ind_testimonial{
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
}
.ind_testimonial section{
	flex:1;
	margin: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
	border-radius: 7px;
	position: relative;
}
.ind_testimonial_cbox1{
	background: var(--p2);
	width: 150px;
	height: 150px;
	position: absolute;
	top: -75px;
	left: -75px;
	border-radius: 50%;
	z-index: 0;
}
.ind_testimonial section h1{
	text-align: left;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 20px;
}
.ind_testimonial section article{
	padding: 20px;
	font-size: 12px;
	line-height: 14px;
	color: var(--t);
	text-align: center;
}
.ind_testimonial section aside{
	padding-bottom: 25px;		
}
.ind_testimonial section aside img{
	width: 55px;
	height: 55px;
}
.ind_testimonial section aside h3{
	font-size: 16px;
	padding-top: 5px;
	color: var(--p2);
	font-weight: 400;
	text-transform: uppercase;
}
.ind_testimonial_cbox2, .ind_testimonial_cbox3{
	position: absolute;
	background: linear-gradient(To bottom,var(--p) 50%,var(--p2) 50% 100%);
	-webkit-background: linear-gradient(To bottom,var(--p) 50%,var(--p2) 50% 100%);
	height: 70px;
	width: 5px;
	bottom: 20px;
	left: -1px;
}
.ind_testimonial_cbox3{
	left: auto;
	bottom: auto;
	top: 20px;
	right: -1px;
}


.ind_contact_body{
	padding: 50px 0px;
	background: url(../pattern/ptrn1.png) top;
}
.ind_contact{
	background: #f7fdff;
	border: 2px dashed #6ad2ff;
	padding: 15px;
	border-radius: 15px;
	display: flex;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
}
.ind_contact_box1{
	flex:1;		
}
.ind_contact_box2{
	flex:1;		
}
.ind_contact_map{
	height: 100%;
}
.ind_contact_map iframe{
	height: 100%;
	overflow: hidden;
	border-radius: 10px 0px 0px 10px;
}
.ind_contact_info{
	padding: 20px;
	text-align: left;
}
.ind_contact_info h1{
	color: var(--p2);
	font-family: 'Alkatra';
	font-size: 25px;
}
.ind_contact_info h1 i{
	margin-right: 7px;
}
.ind_contact_info article{
	padding: 25px 0px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	padding-top: 5px;
}
.ind_contact_info article a{
	color: #333;
}
.ind_contact_info article a:hover{
	cursor: pointer;
	color: var(--y);
}

.my_pbody:after{
	top: 0px;
}

.my_form_thank{
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 5px;
}
.my_form_thank img{
	width: 150px;
	opacity: 0.8;
}
.my_form_thank h2{
	font-size: 25px;
	padding: 4px 0px;
	color: #158E02;
}
.my_form_thank dd{
	font-size: 14px;
	line-height: 20px;
	color: var(--t);
}
.my_form_thank dd em{
	font-size: 12px;
	color: #A8A8A8;

}

.my_popup_body{
	position: fixed;
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.1);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	display: none;
}
.my_popup_body section{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.my_popup_body section a{
	padding: 10px;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 5px 5px rgba(51,51,51,0.05);
	width: 40%;
}
.my_popup_body section a img{
	display: block;
	width: 100%;
}
.my_popup_body section a i{
	font-size: 40px;
	color: #e80000;
	position: absolute;
	top: -20px;
	right: -20px;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.my_popup_body section a i:hover{
	cursor: pointer;
	color: #333;
}
@media screen and (max-width:1100px){
}
@media screen and (max-width:1024px){
	/**RCss**/	
	.my_flip_body section{
		flex:1 0 30%;
	}
	.ind_value .my_flip_back article{		
		line-height: 15px;
		font-size: 13px;
	}
	.ind_program section:first-child{
		margin-left: 15px;
	}
	.ind_program section:last-child{
		margin-right: 15px;
	}
}
@media screen and (max-width:931px){
}
@media screen and (max-width:768px) {
	.my_popup_body section a{
		width: 80%;
	}
}
@media screen and (max-width:480px) {
	.my_flip_body section{		
		flex:1 0 40%;
	}
	.my_flip_body section{
		margin: 7px;
	}
	.my_flip_back article{
		font-size: 12px;
		line-height: 14px;
	}
	.ind_program_front_title{
		padding: 10px 5px;
    	font-size: 20px;
	}
	.ind_program_front_icon{
		padding: 7px 3px;
	}
	.ind_program_front_icon aside i {
    	font-size: 18px;
	}
	.ind_program_front_icon aside span {
		font-size: 10px;
		line-height: 11px;
	}
	.ind_program_front_link a{		
		font-size: 13px;
		padding: 11px 16px;
	}
	
	.ind_program section:first-child{
		margin-left: 7px;
	}
	.ind_program section:last-child{
		margin-right: 7px;
	}
	.ind_program{
		padding: 30px 7px;
	}
	.ind_program .my_flip_back article{
		line-height: 16px;
		font-size: 14px;
		padding: 10px;
	}
	.ind_program_front_link{
		padding-top: 10px;
	}
	.ind_enroll{
		flex-direction: column;
	}
	.ind_enroll h1{
		font-size: 18px;
		line-height: 22px;
	}
	.ind_enroll a{
		margin-top: 30px;
	}
	.ind_about_in{		
    	flex-direction: column;
	}
	.ind_about_box1 article{
		padding: 15px;
	}
	.ind_about_box1 article p{
		font-size: 16px;
		line-height: 20px;
	}
	.ind_about_box2{
		padding: 0px 10px;
	}
	.ind_about_box2 section{
		margin: 5px;
	}
	.ind_about_box2 section:nth-child(even){
		margin-right: 5px;
	}
	.ind_about_box2 section article{
		font-size: 18px;
    	line-height: 22px;
	}
	.ind_about_box2 section h2 {
		padding: 14px 0px;
	}
	.ind_value{
		padding: 30px 10px;
	}
	.ind_value_front{
		min-height: 100px;
	}
	.ind_value_cbox1{
		right: -400px;
		
	}
	.ind_value_cbox2{
		left: -300px;
	}
	.ind_value_cbox3{		
		width: 100px;
		height: 100px;
		left: 10px;
		top: -60px;
	}
	
	.ind_likehome{		
		padding: 20px 10px;
	}
	.ind_likehome{
		flex-direction: column;
	}
	.ind_likehome_b2 section{
		margin: 5px;
	}
	.ind_likehome_b2 section p{
		font-size: 13px;
		line-height: 16px;
	}
	.ind_likehome_b2 section dd{
		/*width: 100px;
		height: 100px;
		left: -50px;
		bottom: -50px;*/
	}
	.ind_testimonial{
		padding: 20px 10px;
	}
	.ind_testimonial section {
		flex:1 0 43%;
		margin: 10px;
	}
	.ind_testimonial_cbox1{
		width: 100px;
		height: 100px;
		top: -50px;
		left: -50px;
	}
	.ind_testimonial section h1{
		padding: 12px;
	}
	.ind_testimonial section article{
		padding: 10px;
	}
	.ind_contact{
		margin:0px 15px;
    	flex-direction: column;
	}
	.ind_contact_info{
		padding: 20px 0px;
	}
	.ind_contact_map iframe{
		height: 200px;
	}
	.ind_contact_info h1{
		font-size: 20px;
	}
	.ind_contact_info article{		
		font-size: 14px;
		line-height: 20px;
	}
	.ind_contact_info article{
		padding: 15px 0px;
	}
	.my_popup_body section a{
		width: 70%;
	}
}
/**Slide**S**/
.owl-item img, .full-img {
  	max-width: none;
	width:100%;
	height:88vh;
	display: block;
}  

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.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);
}
.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);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.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);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	transition:ease-in-out 0.2s all;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../img/loding.gif) no-repeat center center
}



.top-nav li a {
	border-top: 2px solid #00283a;
	color: #fff;
	font-size: 0.80em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;

	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #00283a;
	border-top: 2px solid #92c500;
	color: #92c500;
	position: relative;
}

#carousel .text {
	position: absolute;
	top: 50%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}

#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(146, 197, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background:none;
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid rgba(0,0,0,0.4);
	height: 10px;
	width: 10px;
	margin: 0 0.3125em;
	opacity: 1;
	background:rgba(0,0,0,0.05);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: var(--p);
	transform:scale(1.2,1.2)
}


@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  .top-nav li a {
  	background: #05374e none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}



.prev-arrow{
	float:left;
	background:url(../img/arroe_l1.png) no-repeat center;
}
.next-arrow{
	float:right;
	background:url(../img/arroe_r1.png) no-repeat center;
}
.prev-arrow:hover, .next-arrow:hover{
	opacity:1;
	cursor:pointer;
}
.prev-arrow, .next-arrow{
	overflow:hidden;
	width:40px;
	height:40px;
	background-size:contain;
	margin:5px;
	opacity:0.6;
}
.sv_full_sld_np{
	overflow:hidden;
	position:absolute;
	width:100%;
	top:50%;
	z-index:9;
	display:none;
	margin-top:-40px;
}
#carousel:hover .sv_full_sld_np{
	display:block;
}

@media screen and (max-width:1100px){
	.owl-item img, .full-img{
		height:350px;
	}
}
@media screen and (max-width:931px){
	.owl-item img, .full-img{
		height:250px;
	}
}
@media screen and (max-width:768px){
	.owl-item img, .full-img{
		height:200px;
	}
}
@media screen and (max-width:480px){
	.owl-item img, .full-img{
		height:180px;
	}
}
/**Slide**E**/