/*
  Theme Name: Name - Multipage Blog HTML Template
  Author: 
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer 
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #e74c3c;
	text-decoration: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

/* button style */

.btn {
	-moz-user-select: none;
	background: #404040 none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 60px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

.btn.btn-black {
	background: #303b41;
}

.btn.btn-black:hover {
	background: #1a1a1a;
}

.btn:hover {
	background: #e74c3c;
	color: #fff
}

.btn.btn-large {
	padding: 10px 25px;
}

.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}

.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}

.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}

.btn.btn-base.btn-link:hover {
	color: #106fab;
}

.theme-bg {
	background: #e74c3c;
}

.orange {
	color: #e74c3c;
}

.bg-white {
	background-color: #ffffff;
}

.breadcrumb>.active {
	color: #888;
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.owl-carousel .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.owl-carousel .owl-nav div:hover {
	background: #e74c3c;
	color: #fff
}

/* Section Title */
.section-title h2 {
	font-size: 38px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
}

.secondary-section-title h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Page Title Section */
.page-title h5 {
	font-size: 14px;
	color: #bfbfbf;
}

.page-title h5>a:hover {
	color: #bfbfbf;
	text-decoration: underline;
}

/* ----- Start Home Page ----- */

/* Start Header Section */

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
}

.header-area .logo {
	margin-left: 20px;
}

.main-menu ul li {
	display: inline-block;
}

.main-menu ul li a {
	font-size: 16px;
	color: #fff;
	padding: 40px 20px;
	display: block;
	text-transform: uppercase;
}

.main-menu ul li:hover a,
.main-menu ul li a.active {
	background-color: #f46758;
}

/* End Header Section */

/* Start Slider Section */

.slider-area .owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	position: absolute;
	opacity: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
	color: #e74c3c;
}

.slider-area .owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}

.slider-area .owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.single-slider {
	height: 100vh;
}

.slider-content h1 {
	font-size: 64px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.slider-content p {
	width: 60%;
	margin: auto;
	margin-bottom: 80px;
}

.slider-content .btn {
	color: #fff;
}

/* End Slider Section */

/* Start Choose Section */

.single-choose h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.single-choose p {
	font-size: 14px;
	color: #3e3e3e;
}

.single-choose p>a {
	color: #e74c3c;
}

.single-choose p>a:hover {
	text-decoration: underline;
}

/* End Choose Section */

/* Start Service Section */

.single-service img {
	margin-bottom: 20px;
}

.single-service p {
	font-size: 14px;
	color: #fff;
}

/* End Service Service */

/* Start Project Section */

.single-project {
	padding: 0 17px;
}

.single-project img {
	width: 100%;
	margin-bottom: 15px;
}

.single-project p {
	color: #000;
}

.project-area .owl-carousel .owl-nav div {
	background: none;
	line-height: 40px;
	opacity: 1;
	text-align: center;
	transition: all 0.3s ease 0s;
	visibility: visible;
	color: #b1b1b1;
	position: absolute;
	right: 15px;
	top: -43px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 25px;
}

.project-area .owl-carousel .owl-nav div.owl-prev {
	right: 40px;
}

.project-area .owl-carousel .owl-nav div:hover {
	color: #e74c3c;
}

/* End Project Section */

/* Start Footer Section */

.widget-title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.footer-widget img {
	float: left;
	margin-right: 10px;
}

.footer-widget p {
	font-size: 11px;
	line-height: 17px;
}

.address ul li {
	font-size: 12px;
	color: #8a8a8a;
}

.footer-social {
	margin-top: 20px;
}

.footer-social a {
	color: #898989;
	margin-right: 15px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}

.footer-social a:hover {
	color: #e74c3c;
}


/* End Footer Section */

/* ----- End Home Page ----- */

/* ----- Start About Page ----- */

/* Start History Section */

.value-list {
	margin-left: 14px;
}

.value-list li {
	list-style: disc;
	color: #e74c3c;
	margin-bottom: 24px;
}

/* End History Section */

/* Start Testimonial Section */

.first-testi {
	margin-bottom: 30px;
}

.first-testi h6,
.second-testi h6 {
	margin-top: -13px;
}

/* End Testimonial Section */

/* ----- End About Page ----- */

/* ----- Start Product Page ----- */

/* Start Product Section */

.single-product h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.single-product h6 {
	font-weight: bold;
	margin-bottom: 5px;
}

.single-product img {
	width: 100%;
}

/* End Product Section */

/* ----- End Product Page ----- */

/* ----- Start blog Page ----- */

.single-blog h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.single-blog h4:hover {
	color: #e74c3c;
}

.single-blog img {
	width: 100%;
	margin-bottom: 20px;
}

.single-blog p {
	margin-bottom: 8px;
}

.meta span {
	font-size: 12px;
}

.blog-area .owl-carousel .owl-nav div {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: none;
}

.blog-area .owl-carousel .owl-nav div:hover {
	color: #e74c3c;
}


.blog-area .owl-next {
	margin-left: 15px;
}

.blog-post h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #3e3e3e;
}

.blog-social {
	margin-top: 15px;
}

.blog-social ul li {
	background: #28a9e1;
	display: inline-block;
	margin-bottom: 10px;
}

.blog-social ul li:nth-of-type(2) {
	background: #3a589c;
}

.blog-social ul li:nth-of-type(3) {
	background: #cb4638;
}

.blog-social ul li:last-of-type {
	background: #cb4638;
}

.blog-social ul li a {
	padding: 10px;
	color: #fff;
	display: block;
}

.blog-social ul li a i {
	margin-right: 5px;
}

.blog-img {
	width: 100%;
	margin: 30px 0;
}

.blog-text p {
	font-size: 16px;
	color: #3e3e3e;
}

.blog-text p span {
	font-weight: 700;
}

/* ----- End blog Page ----- */




/* ----- Start Contact Page ----- */

.contact-form h4,
.location h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3e3e3e;
}

.contact-form p {
	color: #3e3e3e;
	margin-bottom: 30px;
}

.contact-form input {
	width: 100%;
	background: #f7f7f7;
	border: 0;
	padding: 15px;
	margin-bottom: 10px;
	outline: 0;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #8c8c8c;
	font-size: 15px;
}

.contact-form textarea {
	width: 100%;
	height: 180px;
	margin-bottom: 10px;
	background: #f7f7f7;
	border: 0;
	padding: 15px;
	outline: 0;
}

.contact-form button {
	width: 100%;
	border: 0;
	background: #e74c3c;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	height: 45px;
	cursor: pointer;
}

.location iframe {
	width: 100%;
	margin-bottom: 25px;
}

.single-location ul li {
	color: #3e3e3e;
	margin-bottom: 2px;
}

.single-location ul li:last-of-type {
	margin-top: 19px;
	color: #e74c3c;
}

/* ----- End Contact Page ----- */