body {
	margin: auto;
	padding: 0px;
	font-family: 'Roboto Slab', serif;
}
/*font-family: 'Open Sans', sans-serif;*/

a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
.main_bg {
	background: url(../images/main_top_bg.jpg) no-repeat center right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.main_bg h1 {
	font-size: 34px;
	color: #fff;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	line-height: 54px;
	font-weight: 300;
	text-transform: uppercase;
}
.main_bg h1 span {
	font-size: 54px;
	font-weight: 400;
}

.navbar-nav img{
	padding-top:10px;
}

.signup_frm {
	width: auto;
	padding: 20px 30px 40px 30px;
	background: #edf1f4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 25px;
}
.blue_strip {
	width: 237px;
	background: url(../images/blue_strip.png) no-repeat top left;
	color: #fff;
	font-size: 24px;
	padding: 0px 10px 7px 10px;
	text-align: center;
	display: inline-block;
	margin-top: -35px;
	margin-bottom: 30px;
	margin-left: 0px;
	float: left;
}
.who_are {
	width: auto;
	padding: 80px 0px 90px 0px;
	text-align: center;
}
.who_are h2 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 54px;
	color: #2a2a2a;
	font-weight: 300;
}
.who_are p {
	margin: 0px;
	padding: 0px;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
}
.our_simple {
	width: auto;
	background: url(../images/our_simple.jpg) no-repeat center right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 80px 0px 60px 0px;
	text-align: center;
}
.our_simple h2 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 54px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}
.our_simple img {
	margin: 10px 0px 15px 0px;
	display: inline-block;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our_simple img:hover {
	-webkit-box-shadow: 0px 1px 15px 0px rgba(23, 23, 23, 2);
	-moz-box-shadow: 0px 1px 15px 0px rgba(23, 23, 23, 2);
	box-shadow: 0px 1px 15px 0px rgba(23, 23, 23, 2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
}
.our_simple p {
	font-size: 30px;
	text-align: center;
	padding-bottom: 25px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
}
.our_succes {
	width: auto;
	padding: 80px 0px 80px 0px;
}
.our_succes h2 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 54px;
	color: #2a2a2a;
	font-weight: 300;
	text-align: center;
}
.our_cmt {
	width: auto;
	margin: 20px 30px 20px 30px;
	display: block;
	background: #f7f7f7;
	border: #CCC solid 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	font-size: 22px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our_cmt i {
	color: #ff551f;
	font-size: 24px;
	font-weight: 300;
	margin: 0px 10px 0px 10px;
}
.our_cmt:hover {
	border: #797979 solid 1px;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(23, 23, 23, 0.6);
	-moz-box-shadow: 0px 1px 7px 0px rgba(23, 23, 23, 0.6);
	box-shadow: 0px 1px 7px 0px rgba(23, 23, 23, 0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.more_details {
	width: auto;
	background: url(../images/more_bg.jpg) no-repeat center right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 80px 0px 100px 0px;
}
.more_details h2 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 54px;
	color: #2a2a2a;
	text-align: center;
	font-weight: 300;
}
.more_details h4 {
	margin: 0px;
	padding: 30px 0px 25px 0px;
	font-size: 30px;
	color: #2a2a2a;
	text-align: left;
	font-weight: 300;
}
.more_details p {
	color: #2a2a2a;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
}
.more_details ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style: none;
}
.more_details li {
	margin: 0px;
	padding: 5px 0px 20px 30px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 300;
	background: url(../images/ryt_click.png) no-repeat left top;
	background-position: 0px 9px;
}
/****testimonials **********/

.testi_sect {
	padding: 80px 0px 70px 0px;
}
.testi_sect h2 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 54px;
	color: #2a2a2a;
	text-align: center;
	font-weight: 300;
}
.testi_sect p {
	font-size: 16px;
	color: #333;
	font-weight: 300;
	padding-top: 25px;
	line-height: 26px;
}
.quote {
	color: rgba(0,0,0,.1);
	text-align: center;
	margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #e84a64;
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}
/****Footer Start****/

.footer_bg {
	width: auto;
	background: url(../images/footer_bg.png) no-repeat center right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 80px 0px 80px 0px;
}
.footer_bg h3 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}
.ft_contact {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 0px 10px 25px 10px;
}
.ft_contact i {
	width: auto;
	text-align: center;
	font-size: 28px;
	padding-bottom: 25px;
}
.ft_contact p {
	width: auto;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	font-weight: 3000;
}
.ft_contact p a {
	color: #fff;
}
.ft_contact p a:hover {
	color: #ef4538;
}
.ft_social {
	width: auto;
	text-align: center;
}
.ft_social a i {
	width: 32px;
	height: 32px;
	font-size: 16px;
	color: #fff;
	border: #fff solid 1px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.ft_social a i:hover {
	color: #ef4538;
	border: #ef4538 solid 1px;
}
.ft_social p {
	width: auto;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	font-weight: 3000;
	padding-top: 15px;
	color: #fff;
}
	
	
/******responsive start hardeep dhiman*******/
	
	
	
	
@media only screen and (min-device-width:220px) and (max-device-width:767px) {

.navbar-nav{
	text-align:center;
}

.navbar-nav img{
	padding-top:0px;
}	
	
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	position: absolute;
	width: 100%;
	z-index: 999;
	background: #333;
}
.main_bg h1 {
	font-size: 28px;
	color: #fff;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
.main_bg h1 span {
	font-size: 44px;
	font-weight: 400;
}
.who_are {
	width: auto;
	padding: 40px 0px 50px 0px;
	text-align: center;
}
.who_are h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 40px;
	color: #2a2a2a;
	font-weight: 300;
}
.our_simple {
	padding: 50px 0px 40px 0px;
	text-align: center;
}
.our_simple h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-size: 44px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}
.our_succes {
	width: auto;
	padding: 40px 0px 40px 0px;
}
.our_succes h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 44px;
	color: #2a2a2a;
	font-weight: 300;
	text-align: center;
}
.our_cmt {
	width: auto;
	margin: 20px 0px 20px 0px;
	font-size: 18px;
}
.our_cmt i {
	color: #ff551f;
	font-size: 24px;
	font-weight: 300;
	margin: 0px 4px 0px 4px;
}
.more_details {
	width: auto;
	padding: 40px 0px 60px 0px;
}
.more_details h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 44px;
	color: #2a2a2a;
	text-align: center;
	font-weight: 300;
}
.more_details h4 {
	margin: 0px;
	padding: 30px 0px 25px 0px;
	font-size: 26px;
	color: #2a2a2a;
	text-align: center;
	font-weight: 300;
}
.more_details p {
	color: #2a2a2a;
	font-size: 18px;
	line-height: 38px;
	font-weight: 300;
	text-align: center;
}
.footer_bg {
	width: auto;
	background: url(../images/footer_bg.png) no-repeat center center;
	background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px 0px 40px 0px;
}
.footer_bg h3 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-size: 38px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}
.testi_sect h2 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 40px;
	color: #2a2a2a;
	text-align: center;
	font-weight: 300;
}
.testi_sect {
	padding: 50px 0px 70px 0px;
}
}
 @media only screen and (min-device-width:768px) and (max-device-width:1023px) {
.ft_contact {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 0px 10px 25px 10px;
	height: 180px;
}
.more_details h4 {
	margin: 0px;
	padding: 30px 0px 25px 0px;
	font-size: 30px;
	color: #2a2a2a;
	text-align: center;
	font-weight: 300;
}
.more_details p {
	color: #2a2a2a;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	text-align: center;
}
.our_cmt {
	width: auto;
	margin: 20px 0px 20px 0px;
	font-size: 17px;
}
.main_bg h1 {
	font-size: 34px;
	color: #fff;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	line-height: 54px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
}
