@charset "utf-8";
/* CSS Document */


/*
 *
 * charity pages html template
 * Author: Jitu Chauhan
 *
 */


/*-------------------------------------------------------------------
		Section for Gradient one page template html
			
			ABOUT				:
			SERVICE				:
			WORK					:
			BLOG					:
			TEAM					:
			PRICING				:
			TESTIMONIAL		:
			CONTACT			:
			
	
---------------------------------------------------------------*/
/*----------------------------------------
			COLORS
			
			      	Primary color								: #3594d4;
				  	Secondry 	color							: #242424;
					h1, h2, h3, h4, h5, h6 					: #242424;
	                p : color										: #797979;
					a : color										: #3594d4;
				    a:hover 										: #242424;
				    footer : color								: #1e1e1b;


----------------------------------------*/

/*-------------------------------
			FONT FAMILY
			
	h1, h2, h3, h4, h5, h6	: 	font-family: 'Roboto', sans-serif;
						 			p	: 	font-family: 'Roboto', sans-serif;
						 			a	: 	font-family: 'Roboto', sans-serif;

-------------------------------*/

/*-------------------------------
			FONT SIZE based on Golden Ration
			
					body : font-size: 16px;
					    h1 : font-size: 50px
						h2 : font-size: 31px
						h3 : font-size: 24px
						h4 : font-size: 21px
						 p : font-size: 19px

-------------------------------*/

/*------------------------------
		General Styles
-------------------------------*/		


body {
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	color: #242424;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: -1px;
}
h1 {
	font-size: 50px;
	text-transform: uppercase;
}
h2 {
	font-size: 31px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
p {
	color: #797979;
	line-height: 31px;
	font-size: 19px;
	margin-bottom: 30px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #242424;
}
a:hover {
	color: #3594d4;
	text-decoration: none;
}
ul {
	margin-bottom: 30px;
	padding-left: 0px;
}
ul li {
	color: #797979;
	margin-bottom: 10px;
	list-style: none;
}
/***************************  100 line-style icons./ font icon **************************/
@font-face {
	font-family: 'et-line';
	src: url('fonts/et-line.eot');
	src: url('fonts/et-line.eot%3F') format('embedded-opentype'),  url('fonts/et-line.woff') format('woff'),  url('fonts/et-line.ttf') format('truetype'),  url('fonts/et-line.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*************************** GENERAL CSS **************************/

.btn-purple {
	background-color: #ffd302;
	border: none;
	padding: 23px 37px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 19px;
	color: #242424;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-purple:hover {
	background-color: #308ac6;
}
.section-space {
	padding-top: 100px;/*margin-bottom:100px;*/
}
.lead-text {
	font-size: 31px;
	color: #797979;
	line-height: 48px;
	border-bottom: 1px solid #e0dfdd;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.yellow-box {
	background-color: #ffd302;
	padding: 25px;
	margin-bottom: 30px;
	text-align: center;
}
.black-box {
	background-color: #242424;
	padding: 25px;
}
.tp-btn {
	padding: 10px 21px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 19px;
	color: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom:15px;
}
.tp-btn-primary {
	color: #fff;
	background-color: #3594d4;
}
.tp-btn-secondary:hover {
	color: #fff;
	background-color: #242424;
}
.tp-btn-secondary, .tp-btn-primary:hover {
	background-color: #ffd302;
	color: #242424;
}
.heading-title {
	text-align: center;
	margin-bottom: 30px;
}
/************** Navigation ******************/

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-default .navbar-nav>li>a {
	color: #98cff4;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 28px;
}
.navbar-default.navbar-shrink {
	padding: 0px 0px 0px;
	background-color: #3594d4;
	border-bottom: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background: transparent;
	border-bottom: 3px solid #fff;
}
.navbar-nav li {
	margin-bottom: 0px;
}
header {
	background-color: #3594d4;
	color: #fff;
	background-attachment: scroll;
	/*background-image: url(../img/header-bg.jpg);*/
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
}
header .head-title {
	font-size: 110px;
	color: #fff;
	margin-bottom: 60px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 130px;
	text-transform: inherit;
}
header .head-intro {
	font-size: 26px;
	color: #fff;
	line-height: 40px;
	font-weight: 400;
	font-family: 'Domine', serif;
}
/************ About Section ****************/
#about-section {
}
.about-section {
	background-color: #f6f5f3;
}
.num {
	font-size: 100px;
	font-weight: 900;
	margin-bottom: 0px;
	letter-spacing: -4px;
}
.start-design {
	font-weight: 900;
}
#feature {
}
.feature {
	margin: 50px 0px;
}
.feature-blk {
	text-align: center;
}
.feature-blk .icon {
	margin-bottom: 30px;
	display: block;
	font-size: 72px;
	color: #58585a;
}
#statistics {
}
.statistics {
	background-color: #3594d4;
	padding: 60px 0px;
}
.statistics .block {
	text-align: center;
	margin-bottom: 0px;
}
.statistics .num {
	color: #fff;
}
.statistics .block h4 {
	margin-bottom: 0px;
	color: #fff;
}
/************** Service Section ************************/

#service-section {
}
.service-section {
	padding-bottom: 80px;
}
.service-block {
}
.block {
	text-align: center;
	margin-bottom: 50px;
}
/**************** Portfolio Section *****************/

#portfolio-section {
}
.portfolio-section {
	background-color: #f6f5f3;
	padding-bottom: 100px;
}
.portfolio-box {
	background-color: #242424;
}
.portfolio-box h2 {
	color: #fff;
}
.portfolio-box strong {
	color: #3594d4;
}
.portfolio-bg {
	position: relative;
}
.portfolio-ct {
	position: absolute;
	bottom: 10px;
	padding: 50PX;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/******************* Blog Section ****************/

#blog-section {
}
.blog-section {
	margin-bottom: 70px;
}
.blog-block {
	margin-bottom: 50px;
}
.blog-block h2 {
	margin-bottom: 30px;
}
.thumbnail {
	margin-bottom: 30px;
	border: none;
	padding: 0px;
	background-color: #f6f5f3;
}
.meta {
	margin-bottom: 30px;
}
.comment, .date {
	margin-right: 20px;
	color: #797979;
	font-size: 19px;
}
.meta i {
	margin-right: 10px;
	color: #797979;
	font-size: 19px;
}
.comment a {
	color: #797979;
	font-size: 19px;
}
.icon {
	margin-bottom: 30px;
	display: block;
	font-size: 72px;
	color: #3594d4;
}
/************** Team Section ********************/

#team-section {
}
.team-section {
	background-color: #f6f5f3;
	padding-bottom: 100px;
}
.yellow-line {
	margin: 30px 0px;
	border: 3px solid #3594d4;
}
/**************** Pricing Plan Section ***************/

#pricing-plan-section {
}
.pricing-plan-section {
	margin-bottom: 100px;
}
.pricing-plan-section .pt-yellow, .pricing-plan-section .pt-black {
	text-align: center;
}
.pricing-plan {
	margin-bottom: 50px;
}
.pt-price {
	padding: 50px 0px;
}
.pt-yellow h2, .pt-black h2 {
	color: #fff;
}
.pt-yellow {
	background-color: #3594d4;
	padding: 50px 25px;
}
.pt-black {
	background-color: #242424;
	padding: 50px 25px;
}
.pt-currencyblack {
	color: #3594d4;
	position: absolute;
	left: 75px;
	top: 170px;
	font-size: 42px;
}
.pt-currencyyellow {
	color: #fff;
	position: absolute;
	left: 75px;
	top: 170px;
	font-size: 42px;
}
.pt-black .ptl-points {
	font-size: 77px;
	color: #3594d4;
}
.pt-yellow .ptl-points {
	font-size: 77px;
	color: #fff;
}
.pt-per-black {
	font-size: 31px;
	color: #3594d4;
}
.pt-per-yellow {
	font-size: 31px;
	color: #fff;
}
.pt-yellow li, .pt-black li {
	color: #fff;
}
.pt-black ul, .pt-yellow ul {
	margin-bottom: 70px;
}
.pt-black .tp-btn-primary {
	padding: 16px 61px;
	font-size: 19px;
	font-weight: 700;
	border-radius: 0px;
}
.pt-yellow .tp-btn-secondary {
	padding: 16px 61px;
	font-size: 19px;
	font-weight: 700;
	border-radius: 0px;
}
/*************** client Say Section ****************/

#client-say-section {
}
.client-say-section {
}
.client-bg {
	position: absolute;
}
.client-say {
	text-align: center;
	padding: 95px 0px;
}
.client-say h1 {
	color: #fff;
}
.client-say .thumbnail {
	background: none;
	margin-top: 100px;
	margin-bottom: 70px;
}
.client-say p {
	color: #f6f5f3;
	font-size: 31px;
	font-style: italic;
	font-weight: 300;
	line-height: 40px;
}
.author-name {
	color: #3594d4;
}
/*************** client Trust Section ****************/

#client-trust-section {
}
.client-trust-section {
	padding-bottom: 100px;
	background-color: #f6f5f3;
}
/**************** contact-us-section **********************/

#contact-us-section {
}
.contact-us-section {
	margin-bottom: 100px;
}
.contact-us-section i {
	margin-right: 10px;
	color: #797979;
}
.call {
	margin-bottom: 0px;
}
.form-group {
	margin-bottom: 30px;
}
.form-group textarea {
	width: 100%;
	background-color: #f3f2ef;
	border: none;
	border-radius: 0px;
}
.form-group input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	width: 100%;
	height: 55px;
	background-color: #f3f2ef;
	border: none;
	border-radius: 0px;
}
.form-group label {
	margin-bottom: 5px;
	font-weight: 300;
	color: #242424;
}
.form-group .tp-btn-primary {
}
/****************** map-section ******************/

#map-section {
}
.map-section {
}
.map {
	border-bottom: 10px solid #3594d4;
}
.google-maps {
	position: relative;
	/* padding-bottom: 75%*/; /*This is the aspect ratio*/
	height: 540px;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;/* height: 100% !important;*/
}
/************** footer-section *****************/

#footer-section {
}
.footer-section {
	background-color: #1e1e1b;
	padding: 100px 0px;
}
.footer-section h2 {
	color: #fff;
	margin-bottom: 30px;
}
.footer-section .logo {
	margin-bottom: 20px;
}
.social-icon i {
	font-size: 31px;
	color: #797979;
	margin-right: 5px;
}
.social-icon a i:hover {
	color: #3594d4;
}
.footer-section .form-group input[type="email"] {
	width: 100%;
	background-color: #161613;
	border: none;
	border-radius: 0px;
	font-size: 19px;
}
.footer-section .form-group {
	margin-bottom: 15px;
}
.sub-footer {
	background-color: #161613;
	padding: 34px 0px 5px;
}
/********************************************
				MOBILE CSS
********************************************/

#about-section, #statistics, #service-section, #portfolio-section, #portfolio, #blog-section, #team-section, #team-block, #pricing-plan-section, #client-trust-section, #contact-us-section {
	overflow: hidden;
}

@media(max-width:767px) {
	
/************* General  Mobile CSS ****************/	
	
h1 {
	font-size: 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 17px;
}
p {
	color: #797979;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.section-space {
	padding-top: 60px;
}
/************** Navigation ******************/

.navbar-default .navbar-toggle {
	border-color: #242424;
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #242424;
	background-image: none;
	border-radius: 4px;
}
.navbar-collapse {
	border-top: 0px solid transparent;
}
.navbar-brand {
	float: left;
	padding: 3px 0px 0px 0px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	margin-left: 15px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #3594d4;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #797979;
	border-color: #797979;
}
.navbar-nav {
	margin: 7.5px -15px;
	position: relative;
	z-index: 9999;
	background-color: #3594d4;
}
header .head-title {
	font-size: 50px;
	line-height: 75px;
}
header .head-intro {
	font-size: 21px;
	color: #302f29;
	line-height: 31px;
	font-weight: 400;
	font-family: 'Domine', serif;
}
.intro-text {
	padding-top: 100px;
	padding-bottom: 0px;
}
.btn-purple {
	background-color: #6312d1;
	border: none;
	padding: 8px 17px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

/************ About Section *************/

.yellow-box {
	text-align: center;
}
.statistics {
	padding: 50px 0px;
}

/************* Portfolio Section ***************/

.portfolio-section {
	padding-bottom: 60px;
}
.portfolio-ct {
	position: absolute;
	bottom: 10px;
	padding: 10PX;
}

/********* Blog Section ************/

.meta {
	margin-bottom: 30px;
	text-align: center;
}
.blog-block {
	text-align: center;
}

/********** Pricing Plan Section ************/

.pt-currencyyellow {
	color: #fff;
	position: absolute;
	left: 60px;
	top: 145px;
	font-size: 42px;
}
.pt-currencyblack {
	color: #3594d4;
	position: absolute;
	left: 60px;
	top: 145px;
	font-size: 42px;
}

/************** Client Say Section *************/

.client-say {
	text-align: center;
	background-image: url(../images/client-bg.png);
	padding: 95px 0px;
}
.client-say .thumbnail {
	background: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

/*********** Footer ***********/

.footer-section {
	background-color: #1e1e1b;
	padding: 50px 0px;
}
.follow-us {
	margin-top: 70px;
}			

}
