

/*
Template Name: Fitness - Startup Landing Page Template
Author URI: http://themeforest.net/user/bogdan_09
Author Name: Ioana
Version: 1.0
*/


/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. FOOTER
03. HOME
04. SERVICES
05. TEAM
06. OFFERS
07. TIMELINE
08. CONTACT
09. REGISTER 
10. OTHER STYLES
		1. Buttons
		2. Navigation
		3. Testimonials
		4. Background Image
11. MOBILE DEVICES

--- */

/* ========================================================== */
/* 			            01. GENERAL LAYOUT                    */
/* ========================================================== */

.no-padding{
	padding:0;
}

.no-padding-left{
	padding-left:0;
}

.no-padding-right{
	padding-left:0;
}

.small-padding-left{
	padding-left:5px;
}

.small-padding-right{
	padding-right:5px;
}
.mT20{margin-top:20px}
.mT30{margin-top:30px}

ul, ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
	color:#858585;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 14px;
	line-height: 28px;
}

ul li i{
	vertical-align: middle;

}

ul.features-list-dark{
	display: inline-block;
}

ul.features-list-dark li{
	float:left;
	font-size:16px;
	line-height:28px;
	margin:1px 0;
}

ul.features-list li{
	float:left;
	font-size:16px;
	line-height:24px;
	margin:6px 0;
}
ul.features-list li img{
	max-width:55px;
	margin-right:20px;
	float:left;
}

ul.features-list li i{
	font-size:16px;
}


p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color:#404040;
	margin-bottom:10px;margin-top:10px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Oxygen', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom:20px;
  color: #1d1d1d;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h2 {
	margin:0 0 15px 0;
}

.section-title.grey{
	color:#ddd;
}

.section-title {
	font-size: 30px;
	font-weight: 400;
}

.large-title{
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 500;
}

.section-subtitle{
	font-size:17px;
}



.separator_wrapper, 
.separator_wrapper_white {
	margin-bottom:10px;
}

.separator_wrapper::after, 
.separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after, 
.separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.medium-title {
	font-size: 32px;
	margin-top:10px;
}

iframe{
	max-width:100%;
	border:none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.yellow {
	color: #e84d3c;
}

.red{
	color:#ed1941;
}
.grey{
	color:#ddd;
}

.grey-light {
	color: #8a8989;
}

.white{
	color:#fff;
}

.section-white{
	background-color:#fff;
	padding:90px 0;
}

.section-grey{
	background-color: #edefef;
	padding:90px 0;
}

.pos-r{ position:relative;}

#elevator_item {width:50px;height:65px;position:absolute;right:0%;bottom:5px;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;-moz-transition: opacity .4s ease-in-out;-o-transition: opacity .4s ease-in-out;opacity:1;z-index:999999;
color:#fff;-webkit-animation: bounce 2s ease infinite;animation: bounce 2s ease infinite;  border-radius:50%;/* box-shadow: 0 2px 6px rgba(0,0,0,.6) */;}
#elevator_item.off {opacity: 0;visibility: hidden}
#elevator {display: block;width: 50px;height:65px;background: url(../images/top.png)top center no-repeat;
cursor: pointer;margin-bottom:0px; text-align:center; line-height:80px; color:#72727b;border-radius:50%;}
#elevator:hover {background-color:none; color:#fff;}
#elevator:active {background-color:none; color:#fff;}

.section-red{
	background: rgb(255,174,39);
    background: -moz-linear-gradient(-45deg, rgba(255,174,39,1) 0%, rgba(222,73,109,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,174,39,1)), color-stop(100%,rgba(222,73,109,1)));
    /* background: -webkit-linear-gradient(-45deg, rgba(255,174,39,1) 0%,rgba(222,73,109,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,174,39,1) 0%,rgba(222,73,109,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,174,39,1) 0%,rgba(222,73,109,1) 100%); */
	/* background: linear-gradient(135deg, rgba(255,174,39,1) 0%,rgba(222,73,109,1) 100%); */
	background: linear-gradient(59deg,rgba(255,174,39,1) 20%, #D72D3A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae27', endColorstr='#de496d',GradientType=1 );
	padding:50px 0 0px 0;
}

.section-dark-first{
	background-color:rgba(242, 242, 242,0.9);
	padding:50px 0;position: relative;
}

.section-dark-second {
	background-color:#d7d7d7;
	padding:50px 0 20px 0;
}


.small-padding{
	padding:40px 0;
}

.medium-padding{
	padding:60px 0;
}

.no-padding-bottom{
	padding:90px 0 0 0;
}

.small-padding-bottom {
	padding:90px 0 60px 0;
}

.no-padding{
	padding:0;
}

/* margin and padding classes */

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}
.margin-bottom-110 {
	margin-bottom: 110px !important;
}
.height-100{
    height:100%;
}
.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

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

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

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

.margin-top-0 {
	margin-top: 0px !important;
}

/* carousel */
.carousel.carousel1 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel1 .item .lead {
	font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
	background-color: #e0e0e0;
	width: 16px;
	height: 16px;
}

.carousel.carousel1 .carousel-indicators li.active {
	background-color: #e84d3c;
}

.carousel.carousel3 .carousel-indicators {
	position: inherit;
	right: 0;
}

.carousel.carousel3 .item .lead {
	font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
	background-color: #f9f9f9;
	width: 16px;
	height: 16px;
}

.carousel.carousel3 .carousel-indicators li.active {
	background-color: #34b1c4;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}

.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
/* end carousel */

/* -----  Photos Hover Animations ----- */
.popup-wrapper{
	display:block;
	position:relative;
	overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
	text-align:center
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	max-width:160px;
	text-align: center;
	height: auto;
	border-radius: 6px;
	/* border: 2px solid #909090; */
	margin: 0 auto 
}

.popup-gallery:hover img {
	opacity: 0.9;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, 
.popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:38px;
	z-index: 3;
	top: 50%!important;
	margin-top: -19px!important;
	left: 0;
	right: 0;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */
.keyword{
text-align: center;
font-size: 11px;
color: #111;
line-height: 15px;
}
.footer {
	z-index:900;
	background-color: #ffba24;
    border-top: 1px solid #ccc;
	font-weight: 300;
}

.footer p {
	font-size: 13px;
	color: #000;
}

.footer p a {
	 color: #000;
	text-decoration:none;
}

.footer p a:hover,.footer p a:focus {
	color: #000;
   text-decoration:underline;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 5px;
  width: 30px;
  height: 30px;
  padding: 8px 4px;
  border: 1px solid #444;
  border-radius: 50%;
  font-size:14px!important;
  color: #444;
  background-color: transparent;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
  color:#fff;
  background-color: #ed1941;
  border: 1px solid #ed1941;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

/* ========================================================== */
/* 			                 03. HOME                         */
/* ========================================================== */

.home-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:100;
	padding:144px 0 20px 0;
	/*background: url(../images/banner.jpg);*/
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	border-bottom:1px solid#ccc
}

.home-wrapper .gradient_overlay{
	position: absolute;
	/* opacity: 0.3; */
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* background-color: #85f5fe; */
	/* background: linear-gradient(40deg, #306aab 0%,#6ae0b5 100%); */
	background: linear-gradient(59deg,rgba(255,174,39,1) 37%, #D72D3A 100%);
}

.home-wrappe-inside{
	position:relative;
	z-index:100;
}

.home-inner{
	float:right;
}

.home-second-title {
	font-size:30px;
	line-height:40px;
	font-weight:300;
	margin-bottom: 0;
}

.home-title{
	font-size:34px;
	line-height:36px;
	font-weight:300;
	color:#1d1d1d;
	letter-spacing: 1px;
	margin-top: 5px;
}

.home-subtitle{
	font-size:16px;
	line-height:28px;
	font-weight:400;
	color:#666;
	margin-bottom:25px; margin-top:10px;
}

/* ========================================================== */
/* 				  		   04. SERVICES                       */
/* ========================================================== */

.features-item{
	display: inline-block;
	margin:25px 0; height:320px; 
	text-align:center; z-index:1;
}

.features-item h3{
	font-size: 24px;
    margin:5px;
}

.features-item p{
	padding:0 10px;
}

.picture-wrapper{
	margin-bottom:0px;
	width:100%;
}

.services-item {
    margin: 20px 0;
}

.services-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #34b1c4;
    font-size: 48px;
    line-height: 70px;
    text-align: center
}

.services-text {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
	font-weight: 400;
	margin-bottom: 0;
}

.services-text-serv{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
	font-weight: 400;
	color: #858585;
	margin-bottom: 20px;
}

.service-title {
	color: #252525;
	font-size: 30px;
	font-weight: 700;
}

/* ========================================================== */
/* 				  		     04. ABOUT US                     */
/* ========================================================== */

.about-title {
	font-size: 30px;
	color: #252525;
	font-weight: 700;
	margin-top: 10px;
}

.about-box {
	overflow: hidden;
	margin-bottom: 20px;
}

.about-icon {
	float: left;
	font-size: 25px;
	line-height: 75px;
	text-align: center;
	border: 2px solid #e84d3c;
	background-color: transparent;
	border-radius: 41px 41px;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.about-text-box {
	float: left;
	max-width: 80%;
}

h3.about-text {
	font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #454545;
    margin: 0;
}


/* ========================================================== */
/* 				  		     05. TEAM                         */
/* ========================================================== */

.team-box{
	text-align:center;
	background-color: #eef0f1;
    border-bottom: 3px solid #e0e0e0;
	margin-bottom:20px;
	padding:1px 20px 15px 20px;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.team-box h3{
	margin:20px 0 1px 0!important;
	color:#454545;
	font-size:18px;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-item:hover h3{
	color:#e84d3c;
}

.team-box p.team-info{
	font-size:16px;
	font-style:italic;
	margin-bottom:5px;
}

.team-popup{
	display:block;
	position:relative;
	overflow:hidden;
}

.team-popup .team-popup-overlay {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay .team-icon{
	position: absolute;
	display: inline-block;
	z-index: 3000;
	top: 50%!important;
	margin-top: -15px!important;
	left: 0%;
	right: 0%;
}

.team-popup .team-popup-overlay .team-icon a{
	margin:0 3px;
	color:#fff;
	font-size: 28px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay .team-icon a:hover{
	color:#e84d3c;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay:hover{
	opacity: 0.8!important;
}

/* ========================================================== */
/* 				  		     06. OFFERS                       */
/* ========================================================== */

.image-section-offers {
	width:100%;
	position:relative;
	z-index:100;
	background: url(http://placehold.it/1920x1280);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-section-offers .image-overlay{
	background-color: rgba(23,32,44,0.88);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

p.section-subtitle {
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
}

.box-offer1 {
	background: url(../images/offer1.jpg) no-repeat top right;
	background-color: #E0DDE4;
	padding: 50px 70px 50px 20px;
}

.box-offer2 {
	background: url(../images/offer2.png) no-repeat top right;
	background-color: #E0DDE4;
	padding: 50px 70px 50px 20px;
}

.box-offer3 {
	background: url(../images/offer3.jpg) no-repeat top right;
	background-color: #E0DDE4;
	padding: 50px 70px 50px 20px;
}

.box-offer4 {
	background: url(../images/offer4.jpg) no-repeat top right;
	background-color: #E0DDE4;
	padding: 50px 70px 50px 20px;
}

h4.offer-title {
	font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    color: #252525;
}

p.offer-text {
	font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #454545;
}

.markup-offer {
	color: #ccd9c7;
	margin-left: 5px;
	position: absolute;
}

.btn-offer:hover .markup-offer{
	color: #ffffff;
}

/* ========================================================== */
/* 				  		     07. TIMELINE                     */
/* ========================================================== */

.inner-timeline {
	margin: 50px auto;
	max-width: 960px;
}

.inner-timeline-second {
	margin: 50px auto;
	max-width: 960px;
}

.primary-box {
	display: block;
	background-color: #ffffff;
	border-radius:4px;
	float: none!important;
	padding:20px 15px 15px 15px;
}

.title-timeline {
	color: #252525;
    font-size: 22px;
    margin: 10px 0;
}

.title-sec-timeline{
	color: #252525;
    font-size: 18px;
}

.text-timeline {
	color: #454545;
    font-size: 14px;
    line-height: 22px;
}

.second-box {
	background-color: #ffffff;
	border-radius:4px;
	padding: 10px 10px 10px 20px;
	margin-bottom: 40px;
}

.second-box2 {
	background-color: #ffffff;
	border-radius:4px;
	padding: 10px 10px 10px 20px;
	margin-top: 48px;
}


/* ========================================================== */
/* 						    08. CONTACT                       */
/* ========================================================== */

.image-contact{
	width:100%;
	position:relative;
	z-index:100;
	/*background: url(http://placehold.it/1920x1150);*/
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	padding:0;
}

.image-contact .image-overlay{
	background-color: rgba(242, 242, 242,0.9);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#contact-form{
	margin:0 auto;
	width:100%;
	max-width:960px;
	text-align:center;
	margin-bottom:10px;
}

input.contact-input{
	/* width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #333;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; */
	display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 0px 10px;
    height: 48px;
    line-height: 48px;
    color: #222;
    background: transparent;
    border: 1px solid #d2cece;
    border-radius: 4px;
    margin-bottom: 15px;
}

textarea{
	/* height:100px;
	resize: none;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #333;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; */
	display: block;
    width: 100%;
	margin: 0;
	resize: none;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 0px 10px;
    height: 60px;
    line-height: 48px;
    color: #222;
    background: transparent;
    border: 1px solid #d2cece;
    border-radius: 4px;
    margin-bottom: 0px;
}

input.contact-submit{
	color: #fff;
	border: 2px solid #ed1941;
	background-color: #ed1941;
    cursor: pointer;
	/* display: inline-block; */
	display: block;
	margin: auto;
	margin-top: 20px;
	text-align: center;
    font-size: 14px;
	font-weight:700;
	/* margin:20px 0 10px 0px; */
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
.service-detail {
    box-shadow: 0 3px 10px 0 rgba(46, 61, 73, 0.09);
    padding: 10px;
	border: 1px solid #dedede;
	min-height: 340px;
}
.service-detail::before{
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    border-left: 5px solid #D72D3A;
    height: 57px;
    border-top: 5px solid #D72D3A;
    right: -15px;
    z-index: -1;
    width: 14%;
}
input.contact-submit:hover{
	color:#ed1941;
	background-color: transparent;
	border:2px solid #ed1941;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#444;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#444;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#444;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#444;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
  border-color:#169dff;;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-style:italic;
	padding:20px 20px;
	border:1px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 					       09. REGISTER                       */
/* ========================================================== */

.register-inner{
	width:100%;
	max-width:585px;
	padding:50px 0 50px 35px;
}

.register-form{
	padding:5px 0 20px 0;
}
 
input.register-input{
	/* width:100%;
	height:36px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:15px;
	color: #000;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; */
	display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 0px 10px;
    height: 40px;
    line-height: 48px;
    color: #222;
    background: transparent;
    border: 1px solid #d2cece;
    border-radius: 4px;
    margin-bottom: 0px;
}

select.register-input{
	width:97%;
	height:52px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.register-submit-top, input.register-submit{
	color: #ffffff;
	border: 1px solid #D72D3A;
	background-color: #D72D3A;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	width:100%;
	max-width:535px;
    padding: 10px 0;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit-top{
	max-width: 165px;
    border-radius: 75px;
}

input.register-submit:hover{
	color:#e84d3c;
	background-color: transparent;
	border:1px solid #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#444!important;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#444!important;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#444!important;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#444;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#fff!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-style:italic;
	margin:20px 0 30px 0;
	padding:20px 20px;
	border:1px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 		 		  	   	 09. OTHER STYLES                     */
/* ========================================================== */

.section_features{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}

.feature-container {
	float: right;
	margin-left: 20px;
}

.no-padding{
	padding:0;
}

.wrapper-inner{
	display: inline-block;
	width:100%;
	max-width:585px;
	padding:40px 0 40px 35px;
}

.portfolio-pic{
	margin-bottom:30px;
}

/* ----- 1. Buttons ----- */
.btn, btn:hover{
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-margin {
    display: inline-block;
    margin: 10px 10px;
}

.btn-white {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-big {
  color: #8b62ba;
  background-color: #fff;
  border-color: #fff;
  padding:20px 40px;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-big:hover,
.btn-white-big:focus,
.btn-white-big:active,
.btn-white-big.active,
.open .dropdown-toggle.btn-white-big {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
}

.btn-red {
	background-color:#e84d3c;
	position: relative;
	display: inline-block;
	text-align:center;
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #d04536;
}

.btn-offer {
	width: 120px;
	text-align: center;
	padding: 15px 7px;
	font-weight: 600;
	margin-top: 10px;
	border: 2px solid #e84d3c;
	border-radius: 40px;
	display: inline-block;
}

.btn-offer:hover {
	background-color: #e84d3c;
	border: 2px solid #e84d3c;
	color: #ffffff;
	width: 150px;
}

/* ----- 03. Navigation ----- */

#navbar-collapse-02 li.selected a{
    color: 000!important;
}

#navbar-collapse-02 .current a {
    color: #000!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navbar-collapse-02 .current a::after {
	bottom:0px; width:100%;
	background: #ed1941;
  }

.navbar-fixed-top { background-color: rgba(255, 255, 255, 1)!important; padding:1px 0; transition: background-color 1s ease 0s;border-bottom: 1px solid #bababa;}
.navbar-fixed-top.opaque { background-color: rgba(255, 255, 255, 0.8)!important;transition: background-color 1s ease 0s;border-bottom: 1px solid #bababa;}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a.purchase{
	position:relative;
	color:#fff;
	background-color: #e84d3c;
	border:1px solid #e84d3c;
	margin-left:15px;
	margin-right:15px;
	margin-top:14px;
	padding:0 20px;
	font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
	text-transform:none;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.navbar-default .navbar-nav > li > a.purchase:hover{
	color:#e84d3c!important;
	background-color: transparent;
	border:1px solid #e84d3c;
}

#navbar-collapse-02 .current a.purchase{
	color:#e84d3c!important;
	background-color: #fff!important;
	border:1px solid #fff!important;
}

/* ----- 5. Testimonials ----- */
.testimonials-box{
	border-right: 1px solid #ffffff;
	overflow: hidden;
}

.testimonials-info{
	float: right;	
	padding:10px 40px 10px 0;
}

.author-pic {
	float: right;
	margin-right:30px;
	width:110px;
	height:110px;
	padding:5px 5px;
	background-color: transparent;
	border:1px solid #ffffff;;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

p.author-name{
	font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 20px;
}

p.author-name span{
	font-size:17px;
	font-weight:400;
	font-style:italic;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

p.testimonials-text {
	font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    margin-left: 30px;
}

/* ----- 6. Background Image ----- */
.image-feature-wrapper{
	width:100%;
	position:relative;
	z-index:100;
	background: url(http://placehold.it/1920x1080);
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	padding:0;
}

.image-section{
	width:100%;
	position:relative;
	z-index:100;
	 background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	padding:0;
}

.image-section .image-overlay{
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section-inside{
	position:relative;
	z-index:100;
}

/* ========================================================== */
/* 					    10. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld, only screen and (max-width: 800px) {
	
	.testimonials-box{
		border-right: none;
		margin: 0;
		text-align: center;	
	}

	.testimonials-info{
		float: none;	
	}

	.author-pic {
		float:none;	
		display: inline-block;
		margin-bottom: 20px;
		   
	}

	p.author-name{
		text-align: center;
	    
	}

	p.testimonials-text {
		text-align: center;
	}

}


.navbar-brand img{width:100%;max-width:250px;height:auto;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; 
text-align:left}

.about-img { width:100%;max-width:430px;height:auto;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; 
	text-align:center; float:none;
}

.about-img1 { width:100%;max-width:800px;height:auto;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; 
	text-align:center; float:none;margin-top: 100px;
}

#triangle-bottomright { position:absolute; right:-5px; bottom:0; width: 0; height: 0; border-bottom:480px solid #d0e9ec; border-left:480px solid transparent;z-index:0 }

#triangle-bottomleft { position:absolute; left:-5px; bottom:0; width: 0; height: 0; border-bottom: 900px solid #d0e9ec; border-right:900px solid transparent;z-index:0 }

.count-h4{ font-weight:700;font-family: 'Open Sans', sans-serif; color:#ed1941; margin-bottom:0px}
.count-h5{ font-weight:700;font-family: 'Open Sans', sans-serif; color:#000;margin-bottom:0px; margin-top:0}
.counter-box{ 
	/* border:1px solid #ccc; 
	padding:10px; */
	overflow:hidden; 
	margin:20px 0px
}
.divider-bg{border-right:1px solid #ccc}



/********** Start bx-wrapper **********/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px ;
	padding:10px;
   *zoom: 1;
  }
  
  .bxslider li  p {
	  font-size: 14px;
	  color: #535151;font-style:normal; padding:5px 10px;
	  line-height: 22px; position:relative; margin:0px 0px;
	  font-family:'Roboto', sans-serif;
	  text-align:center;
	  transition: all 0.5s ease 0s;
	  font-weight: 400; border-bottom:0px solid #ccc;
  }
  
  .bxslider li  p  .span1 {
	 color: #ed1941;
	 position: relative;
	 bottom: 0.2em;
	 font-size: 40px;
  }
  
  .bxslider li  p span{
	  font-size: 16px; margin:5px 0px;
	  color: #ed1941; font-style:normal; font-weight: 700;
	  }
  
  .bx-wrapper img { width: 100%; height:auto; text-align:center; border:0px solid #fff;
   display:inline-block; margin:0 auto;
  }
  
  
  
  /** THEME
  
  ===================================*/
  
  .bx-wrapper {position: relative;margin: 0 auto 0px;padding: 0;*zoom: 1;}
  
  /** THEME
  
  ===================================*/

  .bx-wrapper .bx-viewport {left: 0px;background:none;
/*fix other elements on the page moving (on Chrome)*/
   -webkit-transform: translatez(0);
   -moz-transform: translatez(0);
   -ms-transform: translatez(0);
   -o-transform: translatez(0);
   transform: translatez(0);}
 
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
   position: absolute;bottom: -30px;width: 100%;
  }
 
  /* LOADER */
  
  .bx-wrapper .bx-loading {min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  }
   
  /* PAGER */
  
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }
 
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom:-30px;
    width: 100%;
  }
  
  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; margin:5px;
  }
  
  .bxslider li { line-height:0}
  .bx-wrapper {
    padding: 0;
    position: relative;
  }
  
  .bx-wrapper .bx-pager {
    color: #fff;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
  }

  .quote-img{width:100%; height:25px; max-width:32px;  float:none; text-align:center; margin:10px 0px; }
  
  .bx-wrapper .bx-controls-direction a { line-height:40px; text-shadow:0 0 3px rgba(0,0,0,0.3); font-size:20px; position:absolute; top:50%;
  margin-top:-20px;font-family:'FontAwesome'; color:#fff; text-decoration:none; display:none; }
  
  .bx-wrapper .bx-prev { left:5px}
  
  .bx-wrapper .bx-next { right:5px}
  
   .bx-wrapper .bx-pager.bx-default-pager a { width:15px; display:inline-block; border-radius:50%; height:15px; background:#fff ;text-indent: -9999px; border:1px solid #666}
  
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background:#ed1941; border:1px solid #fff}
  
  
	/********** End bx-wrapper **********/
  


 /* 
 * 	Core Owl Carousel CSS File
 *	v1.18
 */

/* 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%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
	perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
    z-index: 9;
    padding: 0 35px;
}
.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);
}
.owl-controls .owl-buttons {text-align: center;}
/* 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;
    backface-visibility: hidden;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    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{
    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;
}







/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.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;
}
/* goUp */
.owl-goUp-out {
    -webkit-animation: goUpout .4s ease both;
    -moz-animation: goUpout .4s ease both;
    -ms-animation: goUpout .4s ease both;
    -o-animation: goUpout .4s ease both;
    animation: goUpout .4s ease both;
}
.owl-goUp-in {
  -webkit-animation: goUpin .4s ease both;
  -moz-animation: goUpin .4s ease both;
  -ms-animation: goUpin .4s ease both;
  -o-animation: goUpin .4s ease both;
  animation: goUpin .4s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .9s ease-out both;
  -moz-animation: scaleUpFrom .9s ease-out both;
  animation: scaleUpFrom .9s ease-out both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .9s ease both;
  -moz-animation: scaleUpTo .9s ease both;
  animation: scaleUpTo .9s 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.8); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.8); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.8); }
}

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

@-webkit-keyframes goUpin {
    from { -webkit-transform: translateY(100%); }
}
@-moz-keyframes goUpin {
    from { -moz-transform: translateY(100%); }
}@-ms-keyframes goUpin {
    from { -moz-transform: translateY(100%); }
}@-o-keyframes goUpin {
    from { -moz-transform: translateY(100%); }
}
@keyframes goUpin {
    from { -moz-transform: translateY(100%); }
}
@-webkit-keyframes goUpout {
    to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goUpout {
    to { -moz-transform: translateY(-100%); }
}@-ms-keyframes goUpout {
    to { -moz-transform: translateY(-100%); }
}@-o-keyframes goUpout {
    to { -moz-transform: translateY(-100%); }
}
@keyframes goUpout {
    to { -moz-transform: translateY(-100%); }
}


/* CSS For Brand Logo carousel */

.icon {
    display: inline-block;
    font-style: normal;
}

.icon.arrow_right:before {
    content: '→';
}
    .owl-carousel .owl-controls {
margin-top: 0;
}

.owl-carousel .owl-controls .owl-buttons {
    margin-top: 30px;
}

.owl-carousel .owl-controls .owl-buttons > div {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    z-index: 9;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-controls .owl-buttons > div .icon {
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 26px;
    font-family: 'Oxygen', sans-serif;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-controls .owl-buttons > div .icon:before, .owl-carousel .owl-controls .owl-buttons > div .icon:after {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-controls .owl-buttons > div .icon:after {
    top: 0;
    color: #e61d2a;
    width: 100%;
}

.owl-carousel .owl-controls .owl-buttons > div .icon.arrow_right:before, .owl-carousel .owl-controls .owl-buttons > div .icon.arrow_right:after {
    content: '→';
}

.owl-carousel .owl-controls .owl-buttons > div .icon.arrow_right:after {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-140%);
    -moz-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
    -o-transform: translateX(-140%);
    transform: translateX(-140%);
}

.owl-carousel .owl-controls .owl-buttons > div .icon.arrow_left:before, .owl-carousel .owl-controls .owl-buttons > div .icon.arrow_left:after {
    content: '←';
}

.owl-carousel .owl-controls .owl-buttons > div .icon.arrow_left:after {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(140%);
    -moz-transform: translateX(140%);
    -ms-transform: translateX(140%);
    -o-transform: translateX(140%);
    transform: translateX(140%);
}

.owl-carousel .owl-controls .owl-buttons > div:hover .icon {
    border-color: #e61d2a !important;
    color: #e61d2a !important;
}

.owl-carousel .owl-controls .owl-buttons > div:hover .arrow_right:before {
    -webkit-transform: translateX(140%);
    -moz-transform: translateX(140%);
    -ms-transform: translateX(140%);
    -o-transform: translateX(140%);
    transform: translateX(140%);
}

.owl-carousel .owl-controls .owl-buttons > div:hover .arrow_right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.owl-carousel .owl-controls .owl-buttons > div:hover .arrow_left:before {
    -webkit-transform: translateX(-140%);
    -moz-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
    -o-transform: translateX(-140%);
    transform: translateX(-140%);
}

.owl-carousel .owl-controls .owl-buttons > div:hover .arrow_left:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.owl-carousel .owl-controls .owl-pagination {
    margin-top: 30px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page {
    position: relative;
}

.owl-carousel .owl-controls .owl-pagination .owl-page > span {
    opacity: 1;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #1b1b1b;
    margin: 6px;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active > span {
    border-color: #8ec620;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.owl-carousel:hover .owl-controls .owl-buttons > div.owl-next {
	opacity: 1;
}

.owl-carousel:hover .owl-controls .owl-buttons > div.owl-prev {
	opacity: 1;
}


.owl-prev {
	position: absolute;
	top: 47%;
	left: -20px;
}

.owl-next {
	position: absolute;
	top: 47%;
	right: -20px;
}

.form-bg {
    background-color: #fff;
    padding: 20px 0px 10px 20px;; 
	border-radius: 28px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-top: 60px;
        border: 2px solid #dc3d37;
            display: flow-root;
}
.form-bg h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    color: #D72D3A;
}
span.divider3 {
    height: 4px;
    width: 20%;
    margin: auto;
    border-bottom: 3px solid #D72D3A;
    position: relative;
    display: block;
    padding-bottom: 10px;
}
@media (max-width:800px){
	 
	.popup-gallery{display:block}
	.owl-prev {
		left: 10px;
	}
	.owl-next {
	   right: 10px;
	}

 }


@media (max-width:640px){
	 
	.popup-gallery{display:block}
	.owl-prev {
		left: 10px;
	}
	.owl-next {
	   right: 10px;
	}

 }


 .service-detail::after {
    position: absolute;
    left: 16px;
    /* right: -30px; */
    bottom: -21px;
    width: 0%;
    height: 4px;
    background: #D72D3A;
    content: "";
    transition: 0.5s;
}
.service-detail:hover::after {
    width: 92%;
    height: 4px;
    background: #D72D3A;
    transition: 0.5s;
}


/**/


.main-timeline{ font-family: 'Niramit', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{ margin: 0 -15px; }
.main-timeline .timeline-content{
    color: #EA2027;
    text-align: left;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    font-size: 70px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.main-timeline  .timeline:hover .timeline-icon{ transform: rotateY(360deg); }
.main-timeline .timeline-year{
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-year:after{
    content: '';
    height: 45px;
    width: 100%;
    background-color: #D72D3A;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.main-timeline .timeline-year span{
    color: #fff;
    background-color: #D72D3A;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    line-height: 99px;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 5px #999, 0 0 0 5px #fff;
    display: block;
}
.inner-content span {
    display: block;
    text-align: center;
}
.process-heading{
	margin-bottom: 30px;
}
.main-timeline .inner-content{
    padding: 0 0px 10px 10px;
	border-left: 2px solid #D72D3A;
	min-height: 295px;
}
.main-timeline .title{
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 0px 0;
    text-align:center;
}
.process {
    padding: 10px 0px;
}
/* .main-timeline .description{
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
} */
ul.process-point {
    list-style: disc;
    padding-left: 10px;
	color: #000;
	margin-bottom: 0px;
	text-align:center;
	    list-style-type: none;
}
.main-timeline .timeline.blue .timeline-icon,
.main-timeline .timeline.blue .title{
    color: #1F5295;
}
.main-timeline .timeline.blue .timeline-year:after,
.main-timeline .timeline.blue .timeline-year span{
    background-color: #1F5295;
}
.main-timeline .timeline.blue .inner-content{ border-left-color: #1F5295; }
.main-timeline .timeline.green .timeline-icon,
.main-timeline .timeline.green .title{
    color:#000;
}
.main-timeline .timeline.green .timeline-year:after,
.main-timeline .timeline.green .timeline-year span{
    background-color:#ffba24;
}
.main-timeline .timeline.green .inner-content{ border-left-color:#ffba24; }
.main-timeline .timeline.pink .timeline-icon,
.main-timeline .timeline.pink .title{
    color: #e02a6d;
}
.main-timeline .timeline.pink .timeline-year:after,
.main-timeline .timeline.pink .timeline-year span{
    background-color: #e02a6d;
}
.col-half-offset{
    margin-left:4.166666667%;
}
.main-timeline .timeline.pink .inner-content{ border-left-color: #e02a6d; }
.banner-content {
    padding: 0px 20px;
}
.banner-content h3 {
    font-size: 45px;
    line-height: 63px;
    font-weight: 800;
    color: #1d1d1d;
}
.banner-content p {
    font-size: 27px;
    line-height: 39px;
    color: #fff;
    font-weight: initial;
}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin: 0 0 15px; }
    .main-timeline .timeline-year:after{ width: 100%; }
}
@media screen and (max-width:1024px){
	.service-detail:hover::after{
		width: 50%;
	}
	.features-item{
		margin: 50px 0;
	}
	.service-detail{
		min-height: 330px;
	}
}
@media screen and (max-width:991px){
	.col-half-offset{
		margin-left:0px !important;
	}
	.navbar-brand img{
		max-width: 200px;
	}
	.nav > li{
		margin: 0px 7px;
	}
	.service-detail {
		min-height: 252px;
	}
	.features-item {
		margin: 10px 0;
	}
	.service-detail::after{
		bottom: 9px;
	}
	.main-timeline .timeline-year:after{
		width: 100%;
	}
	.main-timeline .inner-content{
		min-height: 325px;
	}
}
.inquireButton {
    background-color: #D72D3A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 22px;
    font-weight: 400;
    padding: 12px 20px;
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1000;
    width: 100%;
}
.inquireButton a{
	color: #fff;
}
@media screen and (max-width:991px){
    
	.inquireButton {
		display: block;
	}
	.form-bg {
    margin-top: 50px;
	}
	.iso-logo{
	        text-align: center;
    display: block;
    margin: auto auto 70px auto;
	}
}
@media screen and (max-width:768px){
	.form-bg {
    margin-top: 50px;
        margin-left: 0;
	}
}
@media screen and (max-width:480px){
    .sidebar_list_wrap{
    margin-bottom:70px;
}
	.iso-logo{
    margin: auto auto 0px auto;
	}
.banner-content h3 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
}
.banner-content p {
    font-size: 13px;
    line-height: 16px;
}
.section-title {
    font-size: 22px;
        margin: 0 0 7px 0;
}
.section-dark-first {
    padding: 20px 0;
}
.features-item {
    height: auto;
}
.home-second-title {
    font-size: 18px;
}
.about-img1 {
    margin-top: 0;
}
.count-h5 {
    font-weight: 500;
    font-size: 14px;
}
.main-timeline .inner-content {
    min-height: auto;
}
.form-bg {
    margin-top: 0px;
    margin-bottom:25px;
}
.features-item h3 {
    font-size: 16px;
}
.owl-carousel .owl-wrapper-outer {
    padding: 0 0px;
}
}
.hidden-key{
    color:#fff;
}
.thankyou-wrap{
    
}
select {
    border: 1px solid #d2cece;
}

.form-control:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid;
}