/*************************
*******Typography******
**************************/

.clear {
	clear:both;
}
.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.h30 {
	height:30px;
}
.h40 {
	height:40px;
}
.h50 {
	height:50px;
}
.pad_zero {
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family:"PT Sans", sans-serif;
}
h3 {
	font-size: 18px;
}
.box
{


    background-color: rgba(75, 75, 75, 0.5);
    background: rgba(75, 75, 75, 0.5);
    


-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:2px;
margin-top:30px;
}
.links_h a {
   
    color: #fff;
    font-family:'Gabriola-Regular';
    font-size: 22px;
	text-align:center;


}
.links_h a:hover {
text-decoration:underline;
}

.parallax {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.parallax, .parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
	color: #242424;
}
.parallax input[type="text"], .parallax input[type="text"]:hover, .parallax input[type="email"], .parallax input[type="email"]:hover, .parallax input[type="url"], .parallax input[type="url"]:hover, .parallax input[type="password"], .parallax input[type="password"]:hover, .parallax textarea, .parallax textarea:hover {
	font-weight: 300;
	color: #464646;
}
.btn {
	border: 0;
	border-radius: 0;
}
.btn.btn-primary:hover {
	background-color: #017fb5;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	background: transparent;
}
a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
section {
	padding:100px 0 0px 0px;
}
section_2 {
	padding:0px 0 0px 0px;
}
.heading {
	padding-bottom:50px;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #fff;
}
.preloader > i {
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
}
/*************************
********Home CSS**********
**************************/
.front {
	position:absolute;
	z-index:3000;
	margin-left:12%;
}
.logo {
	height:65px;
	/*position:absolute;
      z-index:3000;*/
margin-top:50px;
}
.text_video {
	color: #fe6000;
	font-size:20px;
	margin-bottom: 20px;
	font-family: 'NerisSemiBold';
	line-height:30px;
	text-align:right;
}
#home-slider {
	overflow: hidden;
	position: relative;
}
#home-slider .caption {
	width:73%;
	margin:auto;
	position: absolute;
	top:65%;
	margin-top: -104px;
	left: 0;
	right: 0;
	z-index: 15;
	font-size: 18px;
	font-weight: 300;
}
#home-slider .caption h1 {
	color: #fe6000;
	font-size:20px;
	margin-bottom: 20px;
	font-family: 'NerisSemiBold';
	line-height:30px;
}
#home-slider .caption p {
	color: #707070;
	font-size:18px;
	margin-bottom: 30px;
	line-height:30px;
	font-family: 'NerisSemiBold';
}
.caption .btn-start {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding:14px 40px;
	border: 1px solid #6e6d6c;
	border-radius: 4px;
	margin-top: 40px;
}
.caption .btn-start:hover {
	color: #fff
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0px!important;
}
.carousel-fade .carousel-inner .item:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.left-control, .right-control {
	position: absolute;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 48px;
	border-radius: 50%;
	border:1px solid #c7c7c7;
	z-index: 20;
	font-size: 24px;
	color: #c7c7c7;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.left-control {
	left: -51px
}
.right-control {
	right: -51px;
}
.left-control:hover, .right-control:hover {
	color: #fff;
}
#home-slider:hover .left-control {
	left:30px
}
#home-slider:hover .right-control {
	right:30px
}
#home-slider .fa-angle-down {
	position: absolute;
	left: 50%;
	bottom: 50px;
	color: #000;
	display: inline-block;
	width: 24px;
	margin-left: -12px;
	font-size: 24px;
	line-height: 24px;
	z-index: 999;
	-webkit-animation: bounce 3000ms infinite;
	animation: bounce 3000ms infinite;
}
.navbar-right li a {
	color: #000;
	padding-top:12px;
	padding-bottom: 14px;
	font-size:16px;
	font-family:"PT Sans", sans-serif;
	border-right:solid 1px #d19c05;
}
.navbar-right li.active a {
	background-color: #333;
	color: #fff;
}
.navbar-right li:last-child > a {
	border-right:none;
}
.navbar-brand h1 {
	margin-top: 5px;
}
/*************************
********HOME *******
**************************/
#header {
	background-color:#000000;
	position:fixed;
	z-index:5000;
	width:100%;
}
.top-bar {
	background-color:#ffcc00;
/*	position:fixed;
	z-index:5000;
	width:100%;*/
}
#home {
	width:100%;
	padding:0;
}
.home_pad_1 {
	padding-top:50px;
}
.home_pad_2 {
	padding-top:130px;
}
.orange_text {
	color: #f15b26;
	font-family: 'NerisLight';
	font-size:18px;
}
.flying_kite {
	float:left;
}
/*************************
********Director's Statement CSS*******
**************************/
#director {
	padding-bottom:150px;
	padding-top:170px;
}
.director h1 {
	font-family: 'NerisSemiBold';
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
.director h2 {
	font-family: 'NerisBlack';
	font-size:20px;
	margin-bottom:10px;
	color:#FFFFFF;
	margin-top:10px;
}
.justify {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}
.director_img {
	background:#fff;
	box-shadow: 0 0 5px #c6c3c3;
	text-align:center;
	padding:10px;
	padding-bottom:15px;
	float:right;
	margin-left:20px;
}
.director_heading {
	font-family: 'NerisLight';
	font-size:18px;
	text-align:center;
	color:#333;
}
/*************************

********Director's Statement CSS*******
**************************/
#director {
	padding-bottom:150px;
	padding-top:170px;
}
.director h1 {
	font-family: 'NerisSemiBold';
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
.director h2 {
	font-family: 'NerisBlack';
	font-size:20px;
	margin-bottom:10px;
	color:#FFFFFF;
	margin-top:10px;
}
.justify {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}
.director_img {
	background:#fff;
	box-shadow: 0 0 5px #c6c3c3;
	text-align:center;
	padding:10px;
	padding-bottom:15px;
	float:right;
	margin-left:20px;
}
.director_heading {
	font-family: 'NerisLight';
	font-size:18px;
	text-align:center;
	color:#333;
}
/*************************



********Director's Statement CSS*******
**************************/
#director {
	padding-bottom:150px;
	padding-top:170px;
}
.director h1 {
	font-family: 'NerisSemiBold';
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
.director h2 {
	font-family: 'NerisBlack';
	font-size:20px;
	margin-bottom:10px;
	color:#FFFFFF;
	margin-top:10px;
}
.justify {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}
.director_img {
	background:#fff;
	box-shadow: 0 0 5px #c6c3c3;
	text-align:center;
	padding:10px;
	padding-bottom:15px;
	float:right;
	margin-left:20px;
}
.director_heading {
	font-family: 'NerisLight';
	font-size:18px;
	text-align:center;
	color:#333;
}
/*************************



********Director's Statement CSS*******
**************************/
#director {
	padding-bottom:50px;
	padding-top:150px;
}
.director h1 {
	font-family: 'NerisSemiBold';
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
.director h2 {
	font-family: 'NerisBlack';
	font-size:20px;
	margin-bottom:10px;
	color:#FFFFFF;
	margin-top:10px;
}
.justify {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}
.director_img {
	background:#fff;
	box-shadow: 0 0 5px #c6c3c3;
	text-align:center;
	padding:10px;
	padding-bottom:15px;
	float:right;
	margin-left:20px;
}
.director_heading {
	font-family: 'NerisLight';
	font-size:18px;
	text-align:center;
	color:#333;
}
/*************************




********Rotating Images CSS*******
**************************/
#rotating {
	padding-bottom:150px;
	padding-top:170px;
}
.rotating h1 {
	font-family: 'NerisSemiBold';
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
/*************************

/*************************
******** Current News  CSS*******
**************************/
#current {
	padding-bottom:0px;
	padding-top:150px;
}
#current h1 {
	font-family:"PT Sans", sans-serif;
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
#current h2 {
	font-family:"PT Sans", sans-serif;
	font-size:20px !important;
	margin-bottom:5px;
	color:#242424;
}
#current p {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}

/*************************
******** IMDB  CSS*******
**************************/
#imdb {
	padding-bottom:0px;
	padding-top:150px;
}
#imdb h1 {
	font-family:"PT Sans", sans-serif;
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
#imdb h2 {
	font-family:"PT Sans", sans-serif;
	font-size:20px !important;
	margin-bottom:5px;
	color:#242424;
}
#imdb p {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}





/*************************
******** About Viloma  CSS*******
**************************/
#about {
	padding-bottom:0px;
	padding-top:150px;
}
#about h1 {
	font-family:"PT Sans", sans-serif;
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
#about h2 {
	font-family:"PT Sans", sans-serif;
	font-size:20px !important;
	margin-bottom:5px;
	color:#242424;
}
#about p {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}
.about_img {
	background:#eeeeee;
	box-shadow: 0 0 3px #c6c3c3;
	text-align:center;
	padding:1px;
	border:solid 8px #fff;
	margin-top:0px!important;
	
}
.director_heading {
	font-family: 'NerisLight';
	font-size:18px;
	text-align:center;
	color:#333;
}
.img_border {
	background:#eeeeee;
	box-shadow: 0 0 3px #c6c3c3;
	padding:1px;
	border:solid 8px #fff;
}
/*************************
******** Distributors Viloma  CSS*******
**************************/
#distributors {
	padding-bottom:50px;
	padding-top:150px;
}
#distributors h1 {
	font-family:"PT Sans", sans-serif;
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
#distributors h2 {
	font-family:"PT Sans", sans-serif;
	font-size:20px !important;
	margin-bottom:5px;
	color:#242424;
}
#distributors p {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}
#distributors img {
	background:#eeeeee;
	box-shadow: 0 0 3px #c6c3c3;
	text-align:center;
	padding:1px;
	border:solid 8px #fff;
	float:right;
	margin-left:20px;
}
/*************************
******** Websites Viloma  CSS*******
**************************/
#websites {
	padding-bottom:50px;
	padding-top:150px;
}
#websites h1 {
	font-family:"PT Sans", sans-serif;
	font-size:28px;
	color:#242424;
	margin-bottom:10px;
}
#websites h2 {
	font-family:"PT Sans", sans-serif;
	font-size:24px;
	color:#242424;
}
#websites p {
	font-family:"PT Sans", sans-serif;
	font-size:16px;
	color:#242424;
	text-align:justify;
	line-height:25px;
}
#websites img {
	background:#eeeeee;
	box-shadow: 0 0 3px #c6c3c3;
	text-align:center;
	padding:1px;
	border:solid 8px #fff;
	float:right;
	margin-left:20px;
}
/*********Awards  CSS*******
***************************/
#awards {
	padding-top:150px;
	padding-bottom:70px;
	background-image:url(../images/award-bg.jpg);
	background-repeat:repeat-y;
}
.award_box {
	background-color:#283045;
}
.awards h1 {
	font-family: 'NerisSemiBold';
	font-size:26px;
	color:#fff;
	margin-bottom:20px;
}
.awards p {
	font-family:"PT Sans", sans-serif;
	font-size:15px;
	color:#fff;
	text-align:justify;
	line-height:25px;
	margin-bottom:20px;
}
.red_head {
	color: #ffcc00;
	font-family:"PT Sans", sans-serif;
	font-size: 17px;
	padding:0px;
	margin-top:5px;
}
.dashed {
	border-bottom: 1px dashed #cbcbcb;
	margin-bottom:15px;
	padding-top:15px;
}
.awards img {
	border-bottom:4px solid #161d2f;
}
/*************************
********Videos CSS*******
**************************/

.video_bg {
	padding:1%;
	margin:3%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, hsla(0, 0%, 90%, 1) 0%, hsla(0, 0%, 90%, 1) 50%, hsla(0, 0%, 90%, 1) 100%);
	background: -webkit-linear-gradient(top, hsla(0, 0%, 90%, 1) 0%, hsla(0, 0%, 90%, 1) 50%, hsla(0, 0%, 90%, 1) 100%);
	background: linear-gradient(to bottom, hsla(0, 0%, 90%, 1) 0%, hsla(0, 0%, 90%, 1) 50%, hsla(0, 0%, 90%, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=0 );
}
.video_bg2 {
	padding:0px;
	margin:0%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, hsla(0, 0%, 90%, 1) 0%, hsla(0, 0%, 90%, 1) 50%, hsla(0, 0%, 90%, 1) 100%);
	background: -webkit-linear-gradient(top, hsla(0, 0%, 90%, 1) 0%, hsla(0, 0%, 90%, 1) 50%, hsla(0, 0%, 90%, 1) 100%);
	background: linear-gradient(to bottom, hsla(0, 0%, 90%, 1) 0%, hsla(0, 0%, 90%, 1) 50%, hsla(0, 0%, 90%, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=0 );
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#parent {
	padding-bottom:150px;
}
#parent > div {
	text-align: center;
	position: relative;
}
#parent-carousel {
	position: relative;
	z-index: 15;
}
.parent p {
	font-family: 'NerisLight';
	font-size:16px;
	color:#fff;
	text-align:justify;
	line-height:25px;
	padding-top:20px;
}
.parent-icon {
	position: relative;
	z-index: 15;
	color: #fff;
}
.parent-icon .fa-parent {
	font-size: 24px;
	height: 64px;
	width: 64px;
	line-height: 65px;
	border-radius: 50%;
	position: relative;
}
.parent-icon .fa-parent:after {
	position: absolute;
	content: "";
	border-width: 8px;
	border-style: solid;
	left: 24px;
	bottom: -14px;
}
#parent-carousel .item {
	padding: 100px 55px 200px;
}
#parent-carousel .item a {
	color: #fff;
}
.parent-icon h4 {
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #fff;
}
.parent-left-control, .parent-right-control {
	position: absolute;
	top: 50%;
	color: #fff;
	border: 1px solid #fafafa;
	height:34px;
	width: 34px;
	line-height: 31px;
	margin-top: -17px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 15
}
.parent-left-control {
	left: 120px;
}
.parent-right-control {
	right: 120px
}
.parent-left-control:hover, .parent-right-control:hover {
	color: #fff;
}
/*************************
********Three Box CSS*******
**************************/
#three {
	background-image:url(../images/speak.jpg);
	padding:120px 0px;
}
#three h1 {
	font-family: 'NerisSemiBold';
	font-size:24px;
	color:#000;
	padding-bottom:0px;
}
#three p {
	font-family: 'NerisLight';
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:22px;
	padding-bottom:20px;
	margin-bottom:50px;
}
.circle_1 {
	-webkit-border-radius:500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color:#a3248d;
	padding:38% 8%;
	margin:0.5%;
	font-family: 'NerisLight';
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:25px;
}
.circle_2 {
	-webkit-border-radius:500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color:#ec1f27;
	padding:31% 15%;
	margin:0.5%;
	font-family: 'NerisLight';
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:25px;
}
.circle_3 {
	-webkit-border-radius:500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color:#17baa3;
	padding:24% 15%;
	margin:0.5%;
	line-height:25px;
	font-family: 'NerisLight';
	font-size:16px;
	color:#fff;
	text-align:center;
}
/*************************
********Reviews*******
**************************/
#reviews {
	padding-bottom:150px;
	padding-top:170px;
}
.reviews h1 {
	font-family: 'NerisSemiBold';
	font-size:26px;
	color:#ff0101;
	margin-bottom:20px;
}
.process_bg {
	background-image:url(../images/process.jpg);
	background-repeat:no-repeat;
	background-position:-20px 50px;
	height:650px;
}
.process_9 {
	font-size:17px;
	font-family: 'NerisLight';
	color:#161314;
}
.green_box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:5px 10px;
	background-color:#05b49c;
	font-family: 'NerisSemiBold';
	font-size:18px;
	margin:15px 0px;
}
.green_icon {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.green_icon li {
	padding:0px 10px 10px 0px;
	padding-left:30px;
	background-image:url(../images/green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:8px 4px;
	font-size:16px;
	font-family: 'NerisLight';
	color:#272828;
}
#reviews h2 {
	font-family: 'NerisSemiBold';
	font-size:22px;
	color:#FFFFFF;
	margin-bottom:10px;
}
.circle_2_1 {
	-moz-border-radius-topleft: 800px;
	-webkit-border-top-left-radius: 800px;
	border-top-left-radius: 800px;
	-moz-border-radius-topright: 200px;
	-webkit-border-top-right-radius: 200px;
	border-top-right-radius:200px;
	-moz-border-radius-bottomright: 800px;
	-webkit-border-bottom-right-radius: 800px;
	border-bottom-right-radius: 800px;
	-moz-border-radius-bottomleft: 800px;
	-webkit-border-bottom-left-radius: 800px;
	border-bottom-left-radius: 800px;
	background-color:#a4248e;
	padding:8% 5% 14% 15%;
	font-family: 'NerisLight';
	font-size:16px;
	color:#fff;
	line-height:25px;
}
.circle_2_2 {
	-moz-border-radius-topleft: 800px;
	-webkit-border-top-left-radius: 800px;
	border-top-left-radius: 800px;
	-moz-border-radius-topright: 200px;
	-webkit-border-top-right-radius: 200px;
	border-top-right-radius:200px;
	-moz-border-radius-bottomright: 800px;
	-webkit-border-bottom-right-radius: 800px;
	border-bottom-right-radius: 800px;
	-moz-border-radius-bottomleft: 800px;
	-webkit-border-bottom-left-radius: 800px;
	border-bottom-left-radius: 800px;
	background-color:#24b0e6;
	padding:12% 5% 15% 16%;
	font-family: 'NerisLight';
	font-size:16px;
	color:#fff;
	line-height:25px;
}
.circle_2_3 {
	-moz-border-radius-topleft: 800px;
	-webkit-border-top-left-radius: 800px;
	border-top-left-radius: 800px;
	-moz-border-radius-topright: 200px;
	-webkit-border-top-right-radius: 200px;
	border-top-right-radius:200px;
	-moz-border-radius-bottomright: 800px;
	-webkit-border-bottom-right-radius: 800px;
	border-bottom-right-radius: 800px;
	-moz-border-radius-bottomleft: 800px;
	-webkit-border-bottom-left-radius: 800px;
	border-bottom-left-radius: 800px;
	background-color:#f15b26;
	padding:10% 10% 25% 20%;
	font-family: 'NerisLight';
	font-size:16px;
	color:#fff;
	line-height:25px;
}
.over_flow {
	overflow:scroll;
	height:400px;
}
.egg {
	display:block;
	background-color:blue;
	/* beware that Safari needs actual
 px for border radius (bug) */
   -webkit-border-radius:63px 63px 63px 63px/ 108px 108px 72px 72px;
	/* fails in Safari, but overwrites in Chrome */
   border-radius:50% 50% 50% 50%/60% 60% 40% 40%;
	padding:11% 4%;
}
.blog_archieve {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.blog_archieve li {
	padding:0px 10px 10px 0px;
	padding-left:25px;
	background-image:url(../images/text-icon.jpg);
	background-repeat:no-repeat;
	background-position:8px 6px;
	margin-bottom:5px;
	font-size:16px;
	font-family: 'NerisLight';
	color:#272828;
}
.blog_archieve li:hover {
	text-decoration:none;
}
/*************************
********portfolio CSS*****
**************************/

#portfolio {
	padding-bottom:50px;
	padding-top:150px;
	background-image:url(../images/photo_bg.jpg);
	background-repeat:repeat;
}
#portfolio .container-fluid, #portfolio .col-sm-3 {
	overflow: hidden;
	padding:0;
}
#portfolio h1 {
	font-family:"PT Sans", sans-serif;
	font-size:28px;
	color:#333;
}
#portfolio .folio-item {
	position: relative;
}
#portfolio .overlay {
	color: #fff;
	left: 0;
	right:0;
	bottom:-100%;
	height: 0;
	position: absolute;
	text-align: center;
	opacity:0;
}
.overlay .overlay-content {
	display: table;
	height: 100%;
	width: 100%;
}
.overlay .overlay-text {
	display: table-cell;
	vertical-align: middle;
}
.overlay .folio-info {
	opacity: 0;
	margin-bottom: 75px;
	margin-top: -75px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.overlay .folio-info h3 {
	margin-top: 0;
	color: #fff;
}
.folio-overview a {
	font-size: 18px;
	color: #333;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin-top: 80px;
	margin-right: 5px;
}
.folio-overview a:hover {
	color: #fff;
}
.folio-overview .folio-expand {
	margin-top: -500px;
	margin-left: -500px;
}
.folio-image, .folio-overview .folio-expand {
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
#portfolio .folio-item:hover .folio-image {
	-webkit-transform: scale(1.5) rotate(-180deg);
	transform: scale(1.5) rotate(-180deg);
}
.folio-image img {
	width: 100%;
}
#portfolio .folio-item:hover .overlay {
	opacity: 0.8;
	bottom: 0;
	height: 100%;
}
#portfolio .folio-item:hover .folio-overview .folio-expand {
	margin-top: 0;
	margin-left:0;
}
#portfolio .folio-item:hover .overlay .folio-info {
	opacity: 1;
	margin-bottom:0;
	margin-top:0;
}
#single-portfolio {
	padding: 90px 0;
	background: #f5f5f5;
	position: relative;
}
#single-portfolio img {
	width: 100%;
	margin-bottom: 10px;
}
#single-portfolio .close-folio-item {
	position: absolute;
	top: 30px;
	font-size: 34px;
	width: 34px;
	height: 34px;
	left: 50%;
	color: #999;
	margin-left: -17px;
}
/*************************
********photo CSS*****
**************************/

#photo {
	padding-bottom:50px;
	padding-top:150px;
	background-image:url(../images/photo_bg.jpg);
	background-repeat:repeat;
}
#photo .container-fluid, #photo .col-sm-3 {
	overflow: hidden;
	padding:0;
}
#photo h1 {
	font-family:"PT Sans", sans-serif;
	font-size:28px;
	color:#333;
}
#photo .folio-item {
	position: relative;
}
#photo .overlay {
	color: #fff;
	left: 0;
	right:0;
	bottom:-100%;
	height: 0;
	position: absolute;
	text-align: center;
	opacity:0;
}
.overlay .overlay-content {
	display: table;
	height: 100%;
	width: 100%;
}
.overlay .overlay-text {
	display: table-cell;
	vertical-align: middle;
}
.overlay .folio-info {
	opacity: 0;
	margin-bottom: 75px;
	margin-top: -75px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.overlay .folio-info h3 {
	margin-top: 0;
	color: #fff;
}
.folio-overview a {
	font-size: 18px;
	color: #333;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin-top: 80px;
	margin-right: 5px;
}
.folio-overview a:hover {
	color: #fff;
}
.folio-overview .folio-expand {
	margin-top: -500px;
	margin-left: -500px;
}
.folio-image, .folio-overview .folio-expand {
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
#photo .folio-item:hover .folio-image {
	-webkit-transform: scale(1.5) rotate(-180deg);
	transform: scale(1.5) rotate(-180deg);
}
.folio-image img {
	width: 100%;
}
#photo .folio-item:hover .overlay {
	opacity: 0.8;
	bottom: 0;
	height: 100%;
}
#photo .folio-item:hover .folio-overview .folio-expand {
	margin-top: 0;
	margin-left:0;
}
#photo .folio-item:hover .overlay .folio-info {
	opacity: 1;
	margin-bottom:0;
	margin-top:0;
}
#single-photo {
	padding: 90px 0;
	background: #f5f5f5;
	position: relative;
}
#single-photo img {
	width: 100%;
	margin-bottom: 10px;
}
#single-photo .close-folio-item {
	position: absolute;
	top: 30px;
	font-size: 34px;
	width: 34px;
	height: 34px;
	left: 50%;
	color: #999;
	margin-left: -17px;
}
/*************************
********Videos Gallery*******
**************************/
#gallery {
	padding-bottom:50px;
	padding-top:50px;
}
.egg {
	display:block;
	background-color:blue;
	/* beware that Safari needs actual
 px for border radius (bug) */
   -webkit-border-radius:63px 63px 63px 63px/ 108px 108px 72px 72px;
	/* fails in Safari, but overwrites in Chrome */
   border-radius:50% 50% 50% 50%/60% 60% 40% 40%;
	padding:11% 4%;
}
.gallery h1 {
	color: #fe5e00;
	font-family: "NerisSemiBold";
	font-size: 28px!important;
	margin-bottom:20px;
}
.gallery a, .partner a:link, .partner a:hover, .partner a:active, .partner a:visited {
	color: #ffffff;
	display: inline-block;
	padding: 5px 0px;
	font-family: 'NerisSemiBold';
	font-size:18px;
}
.white_heading {
	font-family: 'NerisSemiBold';
	font-size:20px;
	margin-bottom:10px;
	color:#FFF;
}
.white_heading2 {
	font-family: 'NerisSemiBold';
	font-size:17px;
	margin-bottom:0px;
	color:#FFF;
}
.blog_archieve2 {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.blog_archieve2 li {
	padding:0px 10px 5px 0px;
	padding-left:25px;
	background-image:url(../images/white-circle.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
	margin-bottom:5px;
	font-size:16px;
	font-family: 'NerisLight';
	color:#fff;
}
.blog_archieve2 li:hover {
	text-decoration:none;
}
.blog_archieve3 {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.blog_archieve3 li {
	padding:0px 10px 5px 0px;
	padding-left:0px;
	background-position:10px 8px;
	margin-bottom:5px;
	font-size:16px;
	font-family: 'NerisLight';
	color:#fff;
}
.blog_archieve3 li:hover {
	text-decoration:none;
}
.orange_btn2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	font-family: 'NerisSemiBold';
	text-align:center;
	padding: 7px 38px 7px 38px;
	text-decoration:none;
	display:inline-block;
	color: #fff;
	background-color: #fe5e00;
}
.orange_btn2:hover {
	color:#ffffff;
}
.orange_btn3 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	font-family: 'NerisSemiBold';
	text-align:center;
	padding: 7px 14px 7px 14px;
	text-decoration:none;
	display:inline-block;
	color: #fff;
	background-color: #fe5e00;
}
.orange_btn3:hover {
	color:#ffffff;
}
.orange_btn4 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	font-family: 'NerisLight';
	text-align:center;
	padding: 5px 10px;
	text-decoration:none;
	display:inline-block;
	color: #fff;
	background-color: #fe5e00;
}
.orange_btn4:hover {
	color:#ffffff;
}
.btn_s_t {
	font-size:14px;
	font-family: 'NerisSemiBold';
	text-align:center;
	color: #fff;
}
/*************************
**********Locate Us*****
**************************/


.classic-title {
	padding-bottom:5px;
	border-bottom: 1px solid #fe5e00;
	font-weight: 300;
}
.classic-title span {
	padding-bottom: 3px;
	line-height:30px;
}
.locate {
	color:#242424;
}
.locate p {
	font-family: 'NerisLight';
	font-size:16px;
	color:#252525;
	margin-bottom:20px;
}
.locate h1 {
	font-family: 'NerisBlack';
	font-size:22px;
	color:#fe5e00;
	margin-bottom:20px;
}
.locate h2 {
	font-family: 'NerisBlack';
	font-size:20px;
	color:#666666;
	margin-bottom:20px;
}
.locate h3 {
	font-family: 'NerisSemiBold';
	font-size:20px;
	color:#666666;
	margin-bottom:20px;
}
.locate h4 {
	font-family: 'NerisSemiBold';
	font-size:18px;
	color:#252525;
}
/*************************
**********Contact CSS*****
**************************/

#contact {
	padding-bottom:150px;
	padding-top:150px;
	background-image:url(../images/partner-bg.jpg);
	background-repeat:repeat;
}
.classic-title {
	padding-bottom:5px;
	border-bottom: 1px solid #fe5e00;
	font-weight: 300;
}
.classic-title span {
	padding-bottom: 3px;
	line-height:30px;
}
.contact h1 {
	font-family:"PT Sans",sans-serif;
	font-size:28px;
	color:#242424;
	margin-bottom:5px;
}
.contact h2 {
	font-family: 'NerisSemiBold';
	font-size:18px;
	color:#464646;
	line-height:25px;
}
.contact p {
	font-family: 'NerisLight';
	font-size:16px;
	color:#333;
	text-align:justify;
	line-height:25px;
}
.small_text {
	font-family: 'NerisLight';
	font-size:16px;
	color:#464646;
}
#google-map {
	height: 350px;
}
#contact-us {
	background-image:url(../images/contact-bg.jpg);
	padding-bottom: 90px;
}
#contact-us .heading {
	padding-top: 95px;
}
.form_bg {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e1e1e1 0%, #ffffff 4%, #ffffff 50%, #ededed 98%, #dedede 100%) repeat scroll 0 0;
	border: 1px solid #dbd8d8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding:5% 10%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.form_bg2 {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e1e1e1 0%, #ffffff 4%, #ffffff 50%, #ededed 98%, #dedede 100%) repeat scroll 0 0;
	border: 1px solid #dbd8d8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding:3% 5%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.orange_box {
	background-color:#fe5e00;
	padding:5%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
}
.form-control {
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
}
textarea.form-control {
	resize:none;
}
.white_btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	font-family: 'NerisSemiBold';
	padding: 8px 30px 8px 30px;
	text-decoration:none;
	display:inline-block;
	color: #fff;
	background-color: #333;
}
.white_btn:hover {
	background-color: #242424;
	color: #fff;
}
.orange_btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	font-family: 'NerisSemiBold';
	padding: 5px 15px 5px 15px;
	text-decoration:none;
	display:inline-block;
	color: #fff;
	background-color: #fe5e00;
	border:solid 1px #aab2bd;
}
.orange_btn:hover {
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#FFFFFF);
}
.form-group {
	margin-bottom: 15px;
}
.contact-info {
	padding-left:70px;
	font-weight: 300;
}
ul.address {
	margin-top: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-info ul li {
	margin-bottom: 8px;
}
.contact-info ul li a {
	color: #fff;
}
.btn-submit {
	display: block;
	padding: 12px;
	width: 100%;
	color: #fff;
	border:0;
	margin-top: 40px;
}
.fotter_top {
	background-color:#ffcc99;
	padding-top:10px;
	bottom: 0;
	width:100%;
	position:fixed;
	z-index:5000;
	border-top:#f2c3a8 solid 1px;
}
.footer_nav {
	float: left;
	list-style: outside none none;
	padding: 0;
}
.footer_nav li {
	float: left;
	border-right: 1px solid #ffffff;
}
.footer_nav li a {
	display: block;
	padding: 0 12px;
	text-decoration: none;
	font-size:16px;
	font-family: 'NerisLight';
	color:#fff;
}
.footer_nav li:last-child {
	border-right:none;
}
.footer_nav2 {
	float: right;
	list-style: outside none none;
	padding: 0;
}
.footer_nav2 li {
	float: right;
}
.footer_nav2 li a {
	border-right: 1px solid #ffffff;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-size:16px;
	font-family: 'NerisLight';
	color:#403f3f;
}
#footer {
	color:#fff;
	padding:3% 0;
}
.footer-top {
	position: relative;
	padding:30px 0
}
#footer .footer-bottom {
	background-color: #fff;
	padding: 20px 0 10px;
}
#footer .footer-bottom a:hover {
	text-decoration: underline;
}
.footer h1 {
	font-family: 'NerisSemiBold';
	font-size:20px;
	color:#fff;
	line-height:25px;
}
.footer-logo {
	display: inline-block;
	margin-bottom: 5px;
}
.footer_links {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.footer_links li {
	float:right;
	width:100%;
	list-style:none;
}
.footer_links li a {
	color: #ffffff;
	display: inline-block;
	padding: 5px 5px;
	font-family: 'NerisSemiBold';
	font-size:18px;
	text-align:right;
	float:right;
}
#footer .social-icons {
	margin-top: 15px;
}
#footer .social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .social-icons ul li a {
	border-radius: 4px;
	line-height: 33px;
}
/*#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}*/

/*Presets*/





/*************************
*********Team CSS*********
**************************/
#team {
	padding-top: 0;
}
.team-members {
	margin-bottom: 25px;
}
.social-icons {
	margin-top:30px;
}
.social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.social-icons ul li {
	float: left;
	margin-right: 8px;
}
.social-icons ul li:last-child {
	margin-right: 0;
}
.social-icons ul li a {
	color:#fff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: block;
	font-size: 16px;
	opacity: 0.8;
}
.social-icons ul li a:hover {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.team-member {
	text-align: center;
	color: #333;
	font-size: 14px;
}
.team-member:hover .social-icons ul li a.facebook {
	background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
	background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
	background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
	background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
	background-color: #ff6b00;
}
#team .img-responsive {
	width: 100%;
}
.member-info h3 {
	margin-top: 35px;
}
.member-info h4 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #999;
}
/*************************
*******Features CSS*******
**************************/
#features {
	text-align: center;
	background-image: url(../images/features-bg.jpg);
}
#features i {
	font-size: 48px;
}
#features h3 {
	margin-top: 15px;
	font-size: 30px;
	margin-bottom: 7px;
	color: #fff;
}
#features .slider-overlay {
	opacity: 0.8;
}
/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
	text-align: center;
}
.single-table {
	padding: 30px 20px 20px;
	border:1px solid #f2f2f2;
}
.single-table h3 {
	margin-top: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.price {
	font-size: 36px;
	line-height: 36px;
}
.price span {
	font-size: 14px;
	line-height: 14px;
}
.single-table ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.single-table ul li {
	line-height: 30px;
}
.single-table.featured {
	color: #fff;
}
.single-table.featured h3 {
	color: #fff;
}
.single-table.featured .btn.btn-primary {
	background-color: #fff;
}
/*************************
**********Blog CSS********
**************************/

.post-thumb {
	position: relative;
}
.post-icon {
	position: absolute;
	top:10px;
	right:10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius:4px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.post-meta {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.post-meta span {
	margin-right: 16px;
}
#post-carousel .carousel-indicators {
	bottom: 3px;
	left: 90%;
}
.blog-left-control, .blog-right-control {
	position: absolute;
	top: 45%;
	width: 30px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-size: 36px;
}
.blog-left-control {
	left: 0;
}
.blog-right-control {
	right: 0;
}
.blog-left-control:hover, .blog-right-control:hover {
	color: #fff;
}
.entry-header h3 a {
	line-height: 30px;
}
.entry-header .date, .entry-header .cetagory {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}
.entry-header .date:after {
	content: "";
	position: absolute;
	left: 0;
	bottom:-22px;
	width: 20px;
	height: 3px;
}
.entry-content {
	font-size: 14px;
}
.load-more {
	display:block;
	text-align: center;
	margin-top: 70px;
}
.btn-loadmore {
	border: 1px solid #f2f2f2;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 125px;
	text-transform: uppercase;
}
.btn-loadmore:hover {
	color:#fff;
}
.box-shadow {
	border: 1px solid #e5e4e4;
}
.green_btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:17px;
	font-family: 'PT Sans', sans-serif;
	padding: 5px 20px;
	text-decoration:none;
	display:inline-block;
	color: #fff;
	background-color: #1ca93e;
	margin:30px 0px;
}
.green_btn:hover {
	background-color: #1ca93e;
	color:#fff;
}

.red_btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:17px;
	font-family: 'PT Sans', sans-serif;
	padding: 5px 20px;
	text-decoration:none;
	display:inline-block;
	color: #fff;
	background-color: #ff0000;
	margin:30px 0px;
}
.red_btn:hover {
	background-color: #ee0101;
	color:#fff;
}
.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
  }

  .video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
  }
  .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }