/**************************************************

Template Name: Edutune 
Author: rayetun
Version: 1.0
NOTE: This is main stylesheet of the template.



**************************************************/

/*================================================
            Table of contents  
==================================================
 
1.  GENERAL   
2.  HEADER AREA
3.  HERO AREA


====================================================
            End table content 
===================================================*/

/*==================================================
    1. GENERAL CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Rubik:300,400,500,700,900');
body,
html {
	font-family: 'Rubik', sans-serif;
	height: 100%;
	color: #676767;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	margin-bottom: 15px;
	font-weight: 700;
	color: #313131;
}

body {
	padding: 0;
	margin: 0;
	background-color: #f9fdff
}

a {
	cursor: pointer
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #2C2933
}

input:focus,
textarea:focus,
btn:focus,
a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto
}

.spacer-60 {
	height: 60px;
}




/*==================================================
    2. Header Area CSS
==================================================*/

.header-area {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 99;
	width: 100%;
	padding: 20px 0;
}

.logo h1 {
	margin: 0
}

.main-menu {
	margin-top: 15px
}

.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu ul li {
	display: inline-block;
	position: relative;
	z-index: 1
}

.main-menu ul li a {
	display: block;
	color: #fff;
	padding: 5px 5px;
	margin-left: 8px;
}

.main-menu ul li.btn {
	background: #10b6a7;
	margin-left: 30px;
	position: relative
}



/*==================================================
    3. Hero Area CSS
==================================================*/

.hero-bg-1 {
	background-image: url(../images/hero-img.jpg)
}

.hero-area {
	position: relative;
	z-index: 1;
	background-color: deepskyblue;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 240px 0 170px
}

.hero-area:after,
.cta-area:after {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	opacity: 0.9;
	background: background: #10b5a5;
	background: -moz-linear-gradient(45deg, #10b5a5 0%, #0b7730 100%);
	background: -webkit-linear-gradient(45deg, #10b5a5 0%, #0b7730 100%);
	background: linear-gradient(45deg, #10b5a5 0%, #0b7730 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b5a5', endColorstr='#0b7730', GradientType=1);
}

.hero-content {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}

.hero-content h2 {
	font-size: 54px;
	margin-bottom: 30px;
	color: #fff;
}

.hero-content p:last-child {
	font-size: 14px;
	margin: 0
}

.video-btn i.fa {
	margin: 20px auto 13px;
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background: #fff;
	line-height: 80px;
	padding-left: 5px;
	color: #000;
	font-size: 20px;
}


/*==================================================
    4. Service Area CSS
==================================================*/

.borderd-box h3 {
	font-size: 26px;
}

.section-padding {
	padding: 120px 0;
}

.borderd-box {
	position: relative;
	z-index: 1;
	border: 1px solid #f0f4f6;
	border-top: none;
	background: #fff;
	padding: 25px;
	color: #667677;
	border-radius: 5px;
}

.borderd-box:before {
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 10px;
	content: "";
	background: #10b6a7;
	border-radius: 5px;
}

.borderd-box h3 {
	margin-top: 20px;
	margin-bottom: 50px;
}

.single-service-box {
	background: #f9fdff;
	padding: 30px 20px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 5px;
}

.borderd-box .col-lg-6:nth-child(2) .single-service-box {
	background: #fafaff
}

.borderd-box .col-lg-6:nth-child(3) .single-service-box {
	background: #fafffc
}

.borderd-box .col-lg-6:nth-child(4) .single-service-box {
	background: #fffaff
}

.service-icon {
	width: 90px;
	height: 90px;
	background: #fff;
	margin: 0 auto 25px;
	border-radius: 50%;
	box-shadow: 2px 2px 13px #e2f6f5;
	font-size: 23px;
	color: #4a7088
}

.service-icon-wrap {
	vertical-align: middle;
}

.borderd-box h4 {
	font-size: 18px;
	margin-bottom: 25px
}

.inline-btn {
	color: #10b6a7;
	transition: 0.3s;
}

.inline-btn i.fa {
	padding-left: 5px;
}

.borderd-box ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.borderd-box ul li {
	padding-bottom: 25px;
	padding-top: 20px;
	border-top: 1px solid #ecf9ff;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
}

.borderd-box ul li a {
	color: #313131;
	transition: 0.3s;
}

.post-date {
	font-size: 85%;
}

.borderd-box ul li:hover a {
	color: #10b6a7
}

.borderd-box ul li:hover a .post-date {
	color: #313131
}


/*==================================================
    5. CTA Area CSS
==================================================*/

.cta-area {
	background-image: url(../images/cta-area.jpg);
	position: relative;
	z-index: 1;
	margin: 60px 0;
	padding: 60px 30px;
	color: #fff;
	background-color: #10b6a7;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.cta-area,
.cta-area:after {
	border-radius: 5px;
}

.cta-area h3 {
	color: #fff;
	font-size: 26px;
}

.edutune-btn {
	background: #10b6a7;
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
	border-radius: 5px;
	transition: 0.3s;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}

/*==================================================
    6. Blog Area CSS
==================================================*/

.single-blog-box {
	margin-bottom: 40px
}

.single-blog-bg {
	position: relative;
	z-index: 1;
	background-color: deepskyblue;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 270px;
	border-radius: 5px;
}

.blog-bg-1 {
	background-image: url(../images/blog-bg-1.jpg)
}

.blog-bg-2 {
	background-image: url(../images/blog-bg-2.jpg)
}

.blog-bg-3 {
	background-image: url(../images/blog-bg-3.jpg)
}

.blog-bg-4 {
	background-image: url(../images/blog-bg-4.jpg)
}

.blog-category {
	font-size: 14px;
	color: #10b6a7;
	margin: 20px 0;
	display: inline-block
}

.single-blog-box h4 {
	font-size: 18px;
}

.big-read-more-btn {
	width: 100%;
	background: #10b6a7;
	padding: 15px;
	transition: 0.3s;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 25px;
}

ul.margin-bottom-0 {
	margin-bottom: 0;
}

.padding-bottom-0 {
	padding-bottom: 0
}


/*==================================================
    7. Footer Area CSS
==================================================*/

.footer-area {
	background-color: #036b63;
	color: #fff;
	padding: 70px;
}

.footer-area h3 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
}

.footer-area i.fa {
	position: absolute;
	left: 0;
	padding-top: 4px
}

.padding-right-20 li a,
.footer-area p {
	padding-left: 20px
}

.footer-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-area ul li{
	padding-bottom: 5px
}
.footer-area a {
	color: #fff;
	transition: 0.5s;
}

.footer-bottom {
	background-color: #015952;
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
}
