/*
* Template Name: Agic One Page Parallax Template
* Author: codetheme144
* Email: codetheme144@gmail.com
* Developed By: codetheme144
* Version: 1.0
*/
/*
-------------------
# Table Of Contents #
==> Reset Css
==> Style Default Css
	01- Navbar
	02- Header
	03- About
	04- Features
	05- Info One
	06- Statistics
	07- Info Two
	08- Skills
	09- Service
	10- Team
	11- Portfolio
	12- Cleints
	13- Price
	14- Sponsors
	15- Blog
	16- Contact
	17- Footer
-------------------
*/
/*
-----------------------
Default Settings
-----------------------
*/
/*
----------------
All Transition
----------------
*/
* {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*
----------------
	The Body
----------------
*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	line-height: 25px;
	font-weight: 300;
	color: #181d2f;
	font-size: 16px;
}

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

a,
a:hover,
a:focus,
button:focus {
	outline: 0;
	text-decoration: none;
	color: #FFF;
}

input,
textarea {
	background-color: #FFF;
	width: 100%;
	border: 1px solid #DDD;
	outline: 0;
	padding: 12px 18px;
	font-size: 14px;
	border-radius: 15px;
	border-top-right-radius: 0;
}

textarea {
	min-height: 150px;
}

input:focus,
textarea:focus {
	outline: none;
	border: 1px solid #009aff;
}

/*
-------------------
	Typography
-------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 25px;
	color: #9b9b9b;
	font-size: 16px;
	margin-bottom: 15px;
}

/*
------------------------------------
			Display Table
------------------------------------
*/
.display-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	min-height: 100%;
}

/*
------------------------------------
			My Classes
------------------------------------
*/
.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-70 {
	padding-bottom: 70px;
}

.overflow {
	overflow: hidden;
}

.container {
	position: relative;
	z-index: 4;
}

.btn-design {
	background-color: #009aff;
	border: 1px solid #009aff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border-top-right-radius: 0;
	letter-spacing: 2px;
	margin-top: 40px;
	min-width: 170px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.btn-design:hover {
	background-color: #F57479;
	border: 1px solid #F57479;
}

.sec-back {
	color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 0%);
}

.overlay-dark {
	background-color: rgba(24, 29, 47, 0.8);
}

.sec-title {
	text-align: center;
	margin-bottom: 40px;
}

.sec-title-left {
	margin-bottom: 30px;
	text-align: left;
}

.sec-title h2 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	color: #F57479;
	letter-spacing: 1px;
}

.sec-title h3 {
    color: #444;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    font-size: 25px;
    margin: 12px 0 30px 0;
}

.sec-title p {
	width: 500px;
	display: inline-block;
	color: #949494;
	font-size: 15px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.sec-back .sec-title h2 {
	color: #009aff;
}
.sec-back .sec-title p {
	color: #EEE;
}

/*
------------------------------------
			Start Up To Top
------------------------------------
*/
.up-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1499;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	opacity: 0;
	visibility: hidden;
}

.up-to-top.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.up-to-top a {
	border-radius: 8px;
	border-top-right-radius: 0;
	height: 35px;
	text-align: center;
	line-height: 33px;
	background-color: #009aff;
	width: 35px;
	display: block;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.up-to-top a i {
	font-size: 12px;
}

.up-to-top:hover a {
	background-color: #F57479;
}

/*
------------------------------------
			Start Up To Top
------------------------------------
*/
/*
------------------------------------
			Start Navbar
------------------------------------
*/
.navbar {
	background-color: transparent !important;
    border-bottom: 1px solid rgba(246, 246, 246, 0.2);
}

.navbar.active {
	background-color: #FFF !important;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-brand {
    font-weight: 700;
    font-size: 28px;
    padding: 20px 0;
    text-transform: uppercase;
    color: #FFF;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar.active .navbar-brand{
	color: #009aff;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 20px 0 20px 0;
    margin-left: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar .navbar-nav .nav-link.active,
.navbar.active .navbar-nav .nav-link.active {
	color: #009aff;
}

.navbar.active .navbar-nav .nav-link {
	color: #181d2f;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #009aff;
}

/*
------------------------------------
			End Navbar
------------------------------------
*/
/*
------------------------------------
			Start Header
------------------------------------
*/
.header {
	background-image: url(../images/header/header.jpg);
	height: 100vh;
}

.header .header-info h1 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.header .header-info h1 .typed {
	color: #009aff;
}

.header .header-info h1 .typed-cursor {
	display: none;
}

.header .header-info .list-job {
	margin: 20px 0 30px 0;
}

.header .header-info .list-job li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #f1f1f1;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 10px;
}

.header .header-info .list-job li:last-of-type {
	margin-right: 0;
}

.header .header-info .list-job li:last-of-type:after {
	position: static;
}

.header .header-info .btn-design {
	margin: 0;
}

/*
------------------------------------
			End Header
------------------------------------
*/
/*
------------------------------------
			Start About
------------------------------------
*/
.about {}

/*
----------------------
	Start Features
----------------------
*/
.about .features .item {
	overflow: hidden;
	padding: 50px 40px;
	position: relative;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	border-top-right-radius: 0;
}

.about .features .item:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.about .features .item i.one {
	display: inline-block;
	font-size: 40px;
	color: #009aff;
}

.about .features .item h4 {
    margin: 20px 0 12px 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.about .features .item p {
	line-height: 26px;
	font-size: 14px;
	margin: 0;
}

.about .features .item a {
	color: #009aff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
}

.about .features .item a:hover {
	color: #F57479;
}

.about .features .item a div {
	display: inline-block;
	margin-left: 5px;
}

/*
----------------------
	End Features
----------------------
*/
/*
----------------------
	Start Info
----------------------
*/
.about .info .img-box {
	position: relative;
}

.about .info .img-box .info-img {
	position: relative;
}

.about .info .img-box .info-img:before {
	content: '';
	width: 35%;
	height: 100%;
	position: absolute;
	top: 35px;
	border-radius: 20px;
	border-top-left-radius: 0px;
	background-color: #009aff;
	z-index: -1;
}

.about .info .img-box .info-img div {
	overflow: hidden;
	border-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	margin: 0px 10px 35px 35px;
}

.about .info .btn-design {
	margin-top: 15px;
}
/*
----------------------
	End Info
----------------------
*/
/*
----------------------
	Start Statistics
----------------------
*/
.about .statistics {
	background-image: url(../images/statistics/statistics.jpg);
}

.about .statistics .item {
	text-align: center;
}

.about .statistics .item i {
	display: block;
	margin-bottom: 30px;
	font-size: 40px;
	color: #009aff;
}

.about .statistics .item span {
	font-size: 50px;
	color: #f57479;
	font-weight: 600;
	font-family: monospace;
}

.about .statistics .item p {
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	color: #FFF;
	letter-spacing: 1px;
}

/*
----------------------
	End Statistics
----------------------
*/
/*
----------------------
	Start Skills
----------------------
*/
.about .skills {
	background-image: url(../images/skills/skills.jpg);
}

.about .skills .skills-text p {
	color: #EEE;
}

.play {
	display: block;
	height: 50px;
	width: 50px;
	border: 1px solid #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 52px;
	margin-top: 15px;
}

.play:hover,
.play:focus {
	border: 1px solid #009aff;
}

.play i {
	display: inline-block;
	padding: 0 0 1px 5px;
}

.play:hover i,
.play:focus i {
	color: #009aff;
}

.about .skills .skills-progress .item {
	margin-bottom: 30px;
}

.about .skills .skills-progress .item:last-of-type {
	margin-bottom: 0;
}

.about .skills .skills-progress .item .name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFF;
}

.about .skills .skills-progress .item .line {
	display: block;
	background-color: #f57479;
	position: relative;
	height: 20px;
	border-radius: 15px;
	border-top-right-radius: 0;
}

.about .skills .skills-progress .item .line div {
	height: 100%;
	display: block;
	width: 0%;
	border-bottom-right-radius: 15px;
	background-color: #009aff;
	position: relative;
	-webkit-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.about .skills .skills-progress .item .line div .number {
	position: absolute;
	top: -27px;
	right: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFF;
}

/*
----------------------
	End Skills
----------------------
*/
/*
------------------------------------
			End About
------------------------------------
*/
/*
------------------------------------
			Start Service
------------------------------------
*/
.service {}

.service .service-box:nth-of-type(1),
.service .service-box:nth-of-type(2),
.service .service-box:nth-of-type(3) {
	margin-bottom: 30px;
}

.service .service-item {
	overflow: hidden;
	padding: 50px 40px;
	position: relative;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	border-top-right-radius: 0;
}

.service .service-item:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.service .service-item i {
	display: inline-block;
	font-size: 40px;
	color: #009aff;
}

.service .service-item h4 {
	font-size: 20px;
	margin: 15px 0;
}

.service .service-item p {
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 0;
}

/*
------------------------------------
			End Service
------------------------------------
*/
/*
------------------------------------
			Start Team
------------------------------------
*/
.team {
	background-color: #f8f9fa;
}

.team .person-item {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	border-radius: 20px;
	border-top-right-radius: 0;
}

.team .person-item .img-box {
	position: relative;
	overflow: hidden;
}

.team .person-item .img-box .over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(245, 116, 121, 0.9);
	color: #FFF;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	visibility: hidden;
	opacity: 0;
}

.team .person-item:hover .img-box .over {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.team .person-item .img-box .over ul {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.team .person-item .img-box .over ul li {
	display: inline-block;
}

.team .person-item .img-box .over ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	background-color: #fff;
	color: #009aff;
	margin: 4px;
	border-radius: 8px;
	border-top-right-radius: 0;
}

.team .person-item .img-box .over ul li:hover a {
	background-color: #009aff;
	color: #FFF;
}

.team .person-item .text-box {
	text-align: center;
	padding: 30px 0;
	background-color: #FFF;
}

.team .person-item .text-box h5 {
	color: #009aff;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.team .person-item .text-box span {
	color: #949494;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

/*
------------------------------------
			End Team
------------------------------------
*/
/*
------------------------------------
			Start Portfolio
------------------------------------
*/
.portfolio {
	text-align: center;
}

.portfolio .link-list {
	display: inline-block;
	margin: 0 auto 30px auto;
	background: #FFF;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
	border-radius: 20px;
	border-top-right-radius: 0;
}

.portfolio .link-list li {
    border-radius: 15px;
    border-top-right-radius: 0;
    padding: 0 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.portfolio .link-list li:hover,
.portfolio .link-list li.active {
	color: #009aff;
}

.portfolio .portfolio-box:nth-of-type(1),
.portfolio .portfolio-box:nth-of-type(2),
.portfolio .portfolio-box:nth-of-type(3) {
	margin-bottom: 30px;
}

.portfolio .portfolio-item {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border-top-right-radius: 0;
}

.portfolio .portfolio-item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio .portfolio-item .over {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background-color: rgba(245, 116, 121, 0.9);
	border-radius: 20px;
	border-top-right-radius: 0;
	opacity: 0.1;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	visibility: hidden;
}

.portfolio .portfolio-item:hover .over {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}

.portfolio .portfolio-item .over div {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.portfolio .portfolio-item .over div h5 {
	color: #181d2f;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	margin-left: 50px;
}

.portfolio .portfolio-item .over div span {
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 50px;
	-webkit-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}

.portfolio .portfolio-item:hover .over div h5,
.portfolio .portfolio-item:hover .over div span {
	margin-left: 0;
	margin-right: 0;
}

.mix {
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}

/*
------------------------------------
			End Portfolio
------------------------------------
*/
/*
------------------------------------
			Start Cleints
------------------------------------
*/
.cleints {
	background-image: url(../images/cleints/cleints.jpg);
}

.cleints .cleints-slide .item .box-text {
	background-color: #f8f9fa;
	padding: 30px 20px 30px 20px;
	color: #000;
	border-radius: 20px;
	border-top-right-radius: 0;
	position: relative;
	border: 1px solid #f1f1f1;
}

.cleints .cleints-slide .item .box-text:after {
	content: '';
	width: 0;
	display: block;
	border-width: 12px;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	top: 99%;
	left: 50px;
}

.cleints .cleints-slide .item .box-text p {
	margin-bottom: 30px;
}

.cleints .cleints-slide .item .box-text h5 {
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.cleints .cleints-slide .item .box-text span {
	text-transform: uppercase;
	margin-top: 4px;
	color: #009aff;
	font-size: 13px;
	font-weight: 600;
}

.cleints .cleints-slide .item .box-text i {
	font-size: 48px;
	color: #f1f1f1;
	position: absolute;
	right: 25px;
	bottom: 40px;
}

.cleints .cleints-slide .item .box-img {
	margin-top: 20px;
	margin-left: 30px;
	display: inline-block;
}

.cleints .cleints-slide .item .box-img img {
	border-radius: 20px;
	border-top-right-radius: 0;
	width: 65px;
}

.cleints .owl-theme .owl-dots {
	display: none;
}

.cleints .cleints-slide .owl-nav button.owl-next,
.cleints .cleints-slide .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border: 1px solid #009aff;
	margin-top: 15px;
	border-radius: 10px;
	border-top-right-radius: 0;
	margin-bottom: 0;
}

.cleints .cleints-slide .owl-nav button.owl-next:hover,
.cleints .cleints-slide .owl-nav button.owl-prev:hover {
	border: 1px solid #F57479;
	color: #FFF;
	background-color: #F57479;
}

.cleints .cleints-slide .owl-nav button.owl-next span,
.cleints .cleints-slide .owl-nav button.owl-prev span {
	font-size: 25px;
}

.cleints .owl-theme .owl-nav {
	margin-top: 0;
}

/*
------------------------------------
			End Cleints
------------------------------------
*/
/*
------------------------------------
			Start Price
------------------------------------
*/
.price {}

.price .item {
	overflow: hidden;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	border-top-right-radius: 0;
	text-align: center;
}

.price .item:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.price .item .top {
	padding: 30px 0;
}

.price .price-package:nth-of-type(1) .item .top {
	background-color: #009aff;
}

.price .price-package:nth-of-type(2) .item .top {
	background: -o-linear-gradient(45deg, rgb(0, 154, 255) 0%, rgb(245, 116, 121) 100%);
	background: linear-gradient(45deg, rgb(0, 154, 255) 0%, rgb(245, 116, 121) 100%);
}

.price .price-package:nth-of-type(3) .item .top {
	background-color: #f57479;
}

.price .item .top h3 {
	font-size: 50px;
	color: #FFF;
	font-weight: 600;
	position: relative;
}

.price .item .top h3:after {
	content: '/ Pm';
	font-size: 12px;
	position: absolute;
	bottom: 10px;
}

.price .item .center {
	padding: 30px 0;
	border-bottom: 1px solid #f1f1f1;
}

.price .item .center h4 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}

.price .item .down {
	padding: 0 30px;
}

.price .item .down li {
	font-size: 15px;
	color: #949494;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0;
}

.price .item .down li:last-of-type {
	border-bottom: none;
}

.price .item .btn-design {
	margin: 15px 0 30px 0;
}

/*
------------------------------------
			End Price
------------------------------------
*/
/*
------------------------------------
			Start Sponsors
------------------------------------
*/
.sponsors {
	background-color: #f8f9fa;
	padding: 50px 0;
}

.sponsors .item img {
	opacity: 0.4;
}

.sponsors .item:hover img {
	opacity: 1;
}

.sponsors .owl-dots {
	display: none;
}

/*
------------------------------------
			End Sponsors
------------------------------------
*/
/*
------------------------------------
			Start Blog
------------------------------------
*/
.blog {}

.blog .post .post-img {
	position: relative;
	border-radius: 20px;
	border-top-right-radius: 0;
	overflow: hidden;
}

.blog .post:hover .post-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.blog .post .post-text {}

.blog .post .post-text .top {
	margin: 15px 0;
}

.blog .post .post-text .top span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	margin-right: 15px;
}

.blog .post .post-text .top span:last-of-type {
	color: #009aff;
	cursor: pointer;
}

.blog .post .post-text .center a {
	display: block;
}

.blog .post .post-text .center a h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 15px 0;
}

.blog .post .post-text .center a:hover h3 {
	color: #009aff;
}

.blog .post .post-text .center p {
	margin: 0;
}

.blog .post .post-text .down a {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	font-weight: 600;
	display: inline-block;
	margin-top: 15px;
}

.blog .post .post-text .down a:hover {
	color: #009aff;
}

/*
------------------------------------
			End Blog
------------------------------------
*/
/*
------------------------------------
			Start Contact
------------------------------------
*/
.contact {
	background-color: #f8f9fa;
}

.contact .form-group.last {
	margin: 0;
}

.form-group {
	margin-bottom: 10px;
}

.contact .btn-design {
	width: 100%;
	margin-top: 0px;
}

/*
------------------------------------
			End Contact
------------------------------------
*/
/*
------------------------------------
			Start Footer
------------------------------------
*/
.footer {
	background-color: #181d2f;
	position: relative;
	text-align: center;
	padding: 50px 0;
}

.footer .template-name {
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	color: #009aff;
}

.footer ul {
	margin: 30px 0;
}

.footer ul li {
	display: inline-block;
	margin: 0 8px;
}

.footer ul li a {
	border-radius: 10px;
	border-top-right-radius: 0;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #009aff;
	width: 35px;
	display: block;
}

.footer ul li:hover a {
	background-color: #F57479;
}

.footer .copyright {
	font-weight: 700;
	font-size: 15px;
	color: #f4f7fd;
	letter-spacing: 1.5px;
	margin: 0;
}

.footer .copyright a:hover {
	color: #009aff;
}

/*
------------------------------------
			End Footer
------------------------------------
*/