/*--------------------------------------------------------
* Template Name    : Nexora - multipurpose html template 
* Author           : MouriThemes 
* Version          : 1.0.0
* File Description : Main css file of the template
*---------------------------------------------------------
*/

/*----------- table of content ---------------


1. DEFAULT
2. NAVBAR
3. HOME
4. ABOUT
5. SERVICES
6. PORTFOLIO
7. STATISTICS
8. TESTIMONIALS
9. BLOG
10. CONTACT
11. FOOTER BOTTOM
12. RESPONSIVE


*/


/*==============
    1. DEFAULT
================*/

body {
	letter-spacing: 1px;
	color: #333333;
	font-size: 14px;
	font-family: poppins;
}
h1, h2, h3, h4, h5, h6 {
	font-family: poppins;
	font-weight: 700;
}
a {
	text-decoration: none !important;
	outline: none;
}
p {
	font-size: 14px;
	line-height: 1.6;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.btn, .btn:focus, button, .form-control:focus, button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.xs-mb-30 {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.btn:hover {
	color: #fff;
}
.section-header p {
	width: 75%;
	margin: 15px auto 40px auto;
}
.section-padding {
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
  }

/******************
2. NAVBAR
*******************/

.navbar {
	display: block;
}
.cus-navbar {
	padding: 0;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
}
.cus-navbar .navbar-nav li a {
	line-height: 26px;
	font-size: 15px;
	margin: 0 15px;
	letter-spacing: 0.8px;
	text-transform: capitalize;
	font-weight: 600;
	color: #222;
}
.cus-navbar .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}
.logo .logo-one {
	display: inline-block;
}
.logo .logo-two {
	display: none;
}
.nav-sticky .logo .logo-two {
	display: inline-block;
}
.nav-sticky .logo .logo-one {
	display: none;
}
.navbar-toggle {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7;
}
.cus-navbar .navbar-toggles {
	padding: .25rem .75rem;
	font-size: 18px;
	background: 0 0;
	border: 1px solid transparent;
	color: #fff;
	outline: 0;
}
.cus-navbar .navbar-toggles-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}
.menu-toggle {
	padding: 4.5px 10px !important;
}
.menu-toggle span {
	line-height: 27px;
}

.nav-sticky.cus-navbar {
	margin-top: 0px;
	background-color: #FFF;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	color: #000 !important;
}
.nav-sticky.cus-navbar.cus-bg {
	background-color: #fff;
}
.nav-sticky .navbar-nav li a {
	color: rgba(50, 50, 50, 0.7) !important;
}
.nav-sticky.cus-navbar .navbar-nav li.active a, .nav-sticky.cus-navbar .navbar-nav li a:hover, .nav-sticky.cus-navbar .navbar-nav li a:active {
	color: #08c1b8 !important;
}
.nav-sticky.cus-navbar .navbar-toggles {
	padding: .25rem .75rem;
	border: 1px solid transparent;
	outline: 0;
}
.nav-sticky .navbar-nav {
	margin-top: 0px;
}

/******************
3. HOME
*******************/

.banner-text {
	display: table;
	width: 100%;
	height: 100%;
}
.welcome-content {
	display: table-cell;
	vertical-align: middle;
}
.banner-text-two {
	font-size: 40px;
	font-weight: 600;
}
.banner-text-one {
	font-size: 28px;
	color: #08c1b8;
}
.b-text {
	margin-top: 31%;
}
.banner-text-three {
	margin: 0 auto;
	font-size: 15px;
}
.btn-custom {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
    border-radius: 25px;
}
.btn.btn-custom.cus-b {
	background: #08c1b8;
	border-radius: 25px;
	padding: 10px 30px;
	border: 2px solid #08c1b8;
}
.btn.btn-custom.cus-b:hover {
	background: transparent;
	color: #08c1b8;
	transition: .7s;
}

/******************
4. ABOUT
*******************/

.about-text {
	margin: 40px 0 0 0;
}
.about-btn{
	margin-top: 70px;
}
.about-btn a {
	background: #08c1b8;
	color: #fff;
	font-size: 13px;
	background: #08c1b8;
	line-height: 10px;
	border: 2px solid #08c1b8;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out 0s;
	padding: 15px 35px;
    border-radius: 50px;
	font-weight: 600;
	margin-top: 30px;
	text-transform: uppercase;
}
.about-btn a:hover{
	transition: .7s;
	background: transparent;
	color: #08c1b8;
}
.about-text p {
	line-height: 2;
	margin-top: 20px;
}
.about-text h2 {
	line-height: 1.5;
	font-weight: 600;
}
.about-text h4 {
	color: #08c1b8;
	font-size: 22px;
	font-weight: 600;
}
.single-about {
	margin: 7px 0;
}
.single-about span {
	color: #222;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	width: 35%;
}

/******************
5. SERVICES
*******************/

.section-header h2 {
	font-weight: 700;
}
.section-header h2 span {
	color: #08c1b8;
}
.single-services {
	background: #f7f8fd;
	margin-bottom: 0;
	padding: 40px 30px;
	margin-bottom: 30px;
	box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.25);
}
.services-icon i {
	font-size: 50px;
	color: #08c1b8;
}
.services-content h3 {
	font-size: 20px;
	padding: 20px 0;
}
.single-services:hover {
	background: #08c1b8;
	transition: .7s;
	color: #fff;
}
.single-services:hover .services-icon i{
	color: #fff;
	transition: .7s;
}

/******************
6. PORTFOLIO
*******************/

.project-item img {
	width: 100%;
}
.project-item {
	margin: 15px;
}
.overlay {
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	background: rgba(8,193,184,0.7);
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: crosshair;
}
.overlay .overlay-inner {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}
.overlay .overlay-inner h4 {
	color: #fff !important;
	margin-bottom: 0 !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	font-size: 18px;
	text-transform: uppercase;
}
.overlay .overlay-inner p {
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
}
.project-item:hover .overlay .overlay-inner h4 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.project-item:hover .overlay .overlay-inner p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.project-item a:hover .overlay {
	opacity: 1;
}
.port-items {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.portfolio-items .port-items .single-port {
	overflow: hidden;
}
.single-port {
	padding: 0;
}
ul.port-nav-list {
	padding: 0 0 50px 0;
	list-style: none;
	text-align: center;
}
ul.port-nav-list li {
	display: inline-block;
	margin-right: 10px;
}
ul.port-nav-list li a {
	display: block;
	cursor: pointer;
	color: rgb(73, 73, 73);
	font-size: 14px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 900;
}
ul.port-nav-list li a.active {
	color: #fff;
	background: #08c1b8;
	border-radius: 25px;
}
ul.port-nav-list li a.active:hover {
	color: #fff;
}
.port-items {
	width: 100%;
}
.portfolio-items .port-items .single-port {
	overflow: hidden;
	margin-bottom: 25px;
}

/******************
7. STATISTICS
*******************/

.statistic-area {
	text-align: center;
}
.single-count i {
	color: #222222;
	font-size: 35px;
    margin-bottom: 20px;
}
.single-count h2 {
	font-size: 50px;
	color: #08c1b8;
}
.single-count p {
	font-size: 18px;
	color: #222;
}
.single-count {
	background: #fafafa;
	padding: 30px 15px;
	box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.25);;
}
.single-count:hover {
	transition: .7s;
	background: #08c1b8;
}
.single-count:hover p{
	transition: .7s;
	color: #fff;
}
.single-count:hover h2{
	transition: .7s;
	color: #fff;
}
.single-count:hover i{
	transition: .7s;
	color: #fff;
}


/******************
8. TESTIMONIALS
*******************/

.testimonial-area .section-title h2 {
	color: #fff;
}
.single-testimonial {
	background: #f7f8fd;
	border-radius: 5px;
	padding: 30px;
	margin: 5px;
}
.single-testimonial p {
	margin-bottom: 30px;
}
.single-testimonial h2 {
	margin: 10px 0 0;
	font-size: 18px;
	color: #08c1b8;
}
.single-testimonial h3 {
	margin: 10px 0 0;
	font-weight: 100;
	font-size: 15px;
}
.testi-img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.testi-img img {
	width: 100%;
	height: 100%;
}
.single-testimonial:hover {
	transition: .7s;
	color: #fff;
	background: #08c1b8;
}
.single-testimonial:hover h2{
	transition: .7s;
	color: #fff;
}
.owl-theme .owl-controls {
	margin-top: 50px;
	margin-left: 30px;
}
.owl-dots {
	text-align: center;
	margin-top: 30px;
}
.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #262626 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: #08c1b8 !important;
}

/******************
10. BLOG
*******************/

.blog-area {
	background: #fff;
}
.single-blog {
	box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.25);
}
.blog-text h2 a {
	font-size: 16px;
	text-decoration: none;
	color: #333333;
	transition: 0.2s;
}
.single-blog:hover .blog-text h2 a {
	color: #08c1b8;
}
.blog-text{
	padding: 17px 15px;
}
.blog-text h2 {
	margin: 0 0 20px;
}
.blog-img img {
	width: 100%;
}
.blog-text .meta {
	margin-bottom: 15px;
}
.blog-text .meta span {
	margin-right: 15px;
	font-weight: 700;
}
.blog-text .meta span i {
	margin-right: 10px;
	color: #08c1b8;
}
.single-blog .blog-img {
	position: relative;
	overflow: hidden;
}
.single-blog:hover .blog-img img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

/******************
11. CONTACT
*******************/

.form-group input {
	padding: 10px;
	background: transparent;
	border: none;
	border: 1px solid #e3e3e3;
	box-shadow: none;
	border-radius: 0;
}
.form-group textarea {
	padding: 10px;
	background: transparent;
	border: none;
	border: 1px solid #e3e3e3;
	box-shadow: none;
	border-radius: 0;
}
.form-control {
	display: inline-block;
	height: 38px;
	padding: 10px 2px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-bottom: 2px solid #ddd;
}
.form-control:focus {
	border-color: #E67E22 !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form .btn.btn-lg {
	background: #E67E22;
	color: #fff;
	border-radius: 0;
	display: inline-block;
	margin-top: 30px;
}
#contact-form .btn.btn-send {
	background: #08c1b8;
	color: #fff;
	border-radius: 25px;
	border: 2px solid #08c1b8;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 30px;
}
#contact-form .btn.btn-send:hover{
	background: transparent;
	color: #08c1b8;
	transition: .7s;
}
.single_contact_info {
	text-align: center;
}
.single_info_text {
	margin-bottom: 20px;
}

/******************
14. FOOTER BOTTOM
*******************/

.footer-bottom {
	padding: 30px 0;
	background: #212529;
}
.footer-bottom p {
	font-size: 15px;
	margin: 0;
	color: #ffffff;
}

/*=============================
  16. RESPONSIVE
===============================*/

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cus-bg.bg-dark .navbar-toggler {
		color: #08c1b8 !important;
	}
	.cus-navbar .navbar-nav li a {
		text-align: center;
	}
	.banner-text-two {
		font-size: 45px;
	}
	.overlay .overlay-inner {
		top: 40%;
	}
	.banner-img {
		text-align: center;
	}
	.about-img {
		margin-bottom: 30px;
		text-align: center;
	}
	.blog-img img {
		width: 100%;
	}
	.overlay .overlay-inner h4 {
		font-size: 19px;
	}
	.imgg-area::before {
		width: 90%;
	}
	.contact_info_content h3 {
		font-size: 14px;
	}
	.single_info_text h4 {
		font-size: 12px;
	}
	.border-one {
		border: none;
	}
	.border-two {
		border: none;
	}
	.widget.tags ul {
		padding: 20px 0;
	}
	.blog-img-area {
		padding: 140px 0 80px;
	}
	#contact-form .btn.btn-send {
		margin-bottom: 30px;
	}
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.cus-bg.bg-dark .navbar-toggler {
		color: #08c1b8 !important;
	}
	.cus-navbar .navbar-nav li a {
		text-align: center;
	}
	.section-padding {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.section-header h2 {
		font-size: 25px;
	}
	.section-header p {
		font-size: 12px;
	}
	.banner-img {
		margin-top: 35px;
	}
	.b-text {
		text-align: center;
	}	
	.banner-text-one {
		font-size: 25px;
	}
	.banner-text-two {
		font-size: 16px;
	}
	.btn-custom {
		padding: 12px 10px;
		font-size: 12px;
		letter-spacing: 0;
		margin: 0 5px;
	}
	.about-area .owl-dots {
		margin-top: 0;
	}
	.about-text {
		margin-top: 30px;
	}
	.about-text h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	ul.port-nav-list li {
		margin-bottom: 15px;
	}
	ul.port-nav-list li a {
		font-size: 11px;
		font-weight: 700;
	}
	.single-services {
		padding: 30px 13px;
	}
	.project-item {
		margin-bottom: 30px;
	}
	.overlay {
		bottom: 30px;
		background: rgba(0,0,0,0.8);
	}
	.overlay .overlay-inner h4 {
		font-size: 14px;
	}
	.overlay .overlay-inner p {
		margin-top: 5px;
		font-size: 11px;
		font-weight: 500;
	}
	.testi-img {
		margin-top: 35px;
	}
	.blog-text h2 a {
		font-size: 14px;
	}	
    .blog-img img {
        width: 100%;
    }
	.single-count h2 {
		font-size: 30px;
	}
	.single-count p {
		font-size: 14px;
	}
	#contact-form .btn.btn-send {
		margin-bottom: 30px;
	}
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.cus-bg.bg-dark .navbar-toggler {
		color: #08c1b8 !important; 
	}
	.cus-navbar .navbar-nav li a {
		text-align: center;
	}
	.banner-text-two {
		font-size: 30px;
	}
	.btn-custom {
		padding: 12px 20px;
		font-size: 14px
	}
	.about-text h2 {
		font-size: 30px;
	}
	.blog-img img {
		width: 100%;
	}
}

@media (min-width: 200px) and (max-width: 991px) {
	.cus-bg.bg-dark .navbar-toggler {
		color: #08c1b8 !important;
	}
	.cus-navbar .navbar-nav li a {
		text-align: center;
	}
	.cus-navbar {
		margin-top: 0px;
		padding: 10px 0px !important;
		background-color: #fff !important;
		box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
		color: #fff !important;
	}
	.cus-navbar .navbar-nav li a {
		transition: all 0.4s;
		color: rgba(50, 50, 50, 0.7) !important;
		margin: 0px;
	}
	.cus-navbar>.container {
		width: 90%;
	}
	.cus-navbar .navbar-nav li.active a {
		border-color: transparent;
	}
	.navbar-nav {
		margin-top: 0px;
	}
	.navbar-toggler {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #323232;
		padding: 0px;
	}
	.logo .logo-two {
		display: inline-block;
	}
	.logo .logo-one {
		display: none;
	}
}

/* Dark Version */

.bg-dark {
	background: #111418 !important;
}
.bg-dark-2 {
	background: #212529;
}
.bg-dark.cus-navbar .navbar-nav li a {
	color: #ffffff !important;
}
.bg-dark .banner-text-two {
	color: #ffffff;
}

.bg-dark .banner-text-three {
	color: #ffffff;
}
.bg-dark .about-text h2 {
	color: #ffffff;
}
.bg-dark .about-text p {
	color: #ffffff;
}
.bg-dark .single-about {
	color: #ffffff;
}
.bg-dark .single-about span{
	color: #ffffff;
}
.bg-dark .section-header h2 {
	color: #ffffff;
}
.bg-dark .section-header p {
	color: #ffffff;
}
.bg-dark .services-content {
	color: #fff;
}
.bg-dark ul.port-nav-list li a {
	color: #fff !important;
}
.bg-dark .single-count i {
	color: #ffffff;
}
.bg-dark .single-count p {
	color: #ffffff;
}
.single-testimonial.bg-dark-2{
	color: #ffffff;
}
.bg-dark-2 .blog-text h2 a{
	color: #ffffff;
}
.bg-dark .blog-text{
	color: #ffffff;
}




