/*
*******************************************
*******************************************

Template Name: Lesun - Consulting & Business HTML Template
Author: Hassan Rasu
Version: 1.0
Template By: Themescare

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - SITE PRELOADER CSS
04 - BTN TOP CSS
05 - PAGINATION CSS
06 - BREADCROMB CSS
07 - REPONSIVE MENU CSS
08 - HEADER AREA CSS
09 - SLIDER CSS
10 - FEATURE AREA CSS
11 - ABOUT AREA CSS
12 - QUOTES AREA CSS
13 - SERVICES AREA CSS
14 - CHOOSE US AREA CSS
15 - PROJECT AREA CSS
16 - COUNTER AREA CSS
17 - TEAM AREA CSS
18 - FAQS TESTIMONIAL AREA CSS
19 - BLOG AREA CSS
20 - SUBSCRIBE AREA CSS
21 - FOOTER AREA CSS
22 - ABOUT PAGE AREA CSS
23 - MISSION AREA CSS
24 - SINGLE SERVICE AREA CSS
25 - SINGLE PROJECT AREA CSS
26 - NOT FOUND PAGE CSS
27 - FAQS PAGE CSS
28 - LOGIN PAGE CSS
29 - BLOG PAGE CSS
30 - BLOG DETAILS PAGE CSS
31 - CONTACT PAGE CSS


*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	color: #333;
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	overflow-x: hidden;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

.d-none{
    display: none;
}

.link{
	color: #9A9A9A;
}

.link:hover{
	color: #6E6D6B;
	cursor: pointer;
}

.lesun-btn {
	background: #ffba00 none repeat scroll 0 0;
	color: #fff !important;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	padding: 7px 20px;
	text-transform: uppercase;
	position: relative;
}

.lesun-btn:before {
	background: #092a48 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
	z-index: -1;
}

.lesun-btn:hover:before {
	color: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.lesun-default-btn {
	background: #9A9A9A none repeat scroll 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "Open Sans", sans-serif;
	color: #FFF !important;
	display: inline-block;
	font-weight: 600;
	margin-top: 40px;
	padding: 7px 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

.lesun-default-btn:before {
	background: #6E6D6B none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
	z-index: -1;
}

.lesun-default-btn:hover:before {
	color: #FFF;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.lesun-secondary-btn {
	background: #ffba00 none repeat scroll 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "Open Sans", sans-serif;
	color: #fff !important;
	display: inline-block;
	font-weight: 600;
	margin-top: 40px;
	padding: 7px 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

.lesun-secondary-btn:before {
	background: #ffd400 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
	z-index: -1;
}

.lesun-secondary-btn:hover:before {
	color: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.lesun-site-heading {
	margin-bottom: 30px;
	text-align: center
}

#separador, #separador2, #separador3{
	margin: 2.5rem 0;
}

.lesun-site-heading-primary {
	margin-bottom: 15px;
}

.lesun-site-heading>h4,
.lesun-site-heading-primary>h4 {
	color: #ffd400;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: lowercase;
}

.lesun-site-heading>h2,
.lesun-site-heading-primary>h2 {
	color: #000;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

.lesun-site-heading-primary-white {
	margin-bottom: 20px;
}

.lesun-site-heading-primary-white>h4,
.lesun-site-heading-primary-white>h4 {
	color: #0c90ce;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: lowercase;
}

.lesun-site-heading-primary-white>h2,
.lesun-site-heading-primary-white>h2 {
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: inherit
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

input,
textarea:focus {
	outline: medium none
}

.section_100 {
	padding: 100px 100px 50px;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_100 {
	padding-bottom: 100px
}

.section_b_70 {
	padding-bottom: 70px
}


/*================================================
03 - SITE PRELOADER CSS
==================================================*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background-size: cover;
	height: 100%;
	z-index: 10000;
}

#status {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

#status>p {
	margin: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffd400;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*================================================
04 - BTN TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #383838;
	border: 2px solid #5f5f5f;
	border-radius: 30px;
	bottom: 30px;
	cursor: pointer;
	height: 60px;
	line-height: 53px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 40px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #0bb1ff none repeat scroll 0 0;
	border: 2px solid #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/*================================================
05 - PAGINATION CSS
==================================================*/

ul.pagination {
	list-style: outside none none;
	margin: 35px 0 0;
	padding: 0;
	text-align: center;
	display: block
}

ul.pagination li {
	display: inline-block;
}

ul.pagination li a {
	border-radius: 0 !important;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	height: 35px;
	letter-spacing: 2px;
	min-width: 35px;
	padding: 5px;
	text-transform: uppercase;
	background: #092a48 none repeat scroll 0 0;
	border: 1px solid #092a48
}

ul.pagination li.active a,
ul.pagination li>a:hover,
ul.pagination li.active a:hover {
	background: #0c90ce none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #0c90ce;
}


/*================================================
06 - BREADCROMB CSS
==================================================*/

.lesun-breadcromb-area {
	background: url(../img/breadcromb.webp) no-repeat scroll 0 0/cover;
	position: relative;
	z-index: 1
}

#image_about{
	background: url(../img/b-1.webp) no-repeat scroll 0 0/cover;
}

#image_service{
	background: url(../img/b-1.webp) no-repeat scroll 0 0/cover;
}

.lesun-breadcromb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	z-index: -1
}

.breadcromb h2 {
	color: #000;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.breadcromb li {
	display: inline-block;
	margin: 0 4px;
	color: #000;
	text-transform: capitalize
}

.breadcromb li a {
	color: #0c90ce;
	font-weight: 600
}

.breadcromb li a:hover {
	color: #333
}

.breadcromb ul li:first-child a{
	color: #9A9A9A;
}

.breadcromb ul li:first-child a:hover{
	color: #6E6D6B;
}


/*================================================
07 - REPONSIVE MENU CSS
==================================================*/

.dropdown-toggle{
	cursor: pointer;
}

.dropdown-item{
	padding: 0 1rem;
}

.lesun-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #0c90ce
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #0c90ce none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #0c90ce;
}

.slicknav_btn {
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: transparent !important;
	line-height: 0;
	margin-top: 10px
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #111;
}


/*================================================
08 - HEADER AREA CSS
==================================================*/

.header-top-left {
	padding: 10px 0
}

.menuAlign{
	text-align: left;
}

.menuCartAlign{
	text-align: right;
}

.lesun-header-top-area {
	background: #000 none repeat scroll 0 0;
}

.header-top-left>p {
	color: #fff;
	display: inline-block;
	margin-right: 25px;
	text-transform: capitalize;
	font-weight: 500
}

.header-top-left>p>i {
	font-size: 17px;
	margin-right: 5px;
}

.header-top-right {
	text-align: right;
}

.header-top-social>li {
	display: inline-block;
}

.header-top-social li a {
	color: #fff;
	display: block;
	padding: 10px 8px;
}

.social-icon{
	width: 30px;
}

.down-homepage{
	font-size: 7rem;
}

.twitter-icon{
	width: 23px;
	border-radius: 6px;
}

.search-form {
	background: #0c90ce none repeat scroll 0 0;
	border-top: 2px solid #333;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 20px;
	position: absolute;
	right: 0;
	top: 120%;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	visibility: hidden;
	width: 250px;
}

.search-form.now-visible {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%;
	visibility: visible;
	z-index: 99999999;
}

.header-search-box {
	display: inline-block;
	position: relative
}

.header-top-social {
	float: right;
}

.search-icon {
	color: #fff;
	cursor: pointer;
	margin-right: 10px;
	padding: 10px 7px;
}

.search-form input {
	border: medium none;
	color: #333;
	left: 0;
	padding: 5px 50px 5px 10px;
	position: absolute;
	width: 100%;
	;
	height: 100%
}

.search-form button {
	background: #005f8b none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	width: 20%;
	height: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.search-form button:hover {
	background: #42c2fd none repeat scroll 0 0;
}

.search-form>form {
	background: #fff none repeat scroll 0 0;
	height: 35px;
	position: relative;
	width: 100%;
}

.site-logo img {
	width: 210px;
	position: relative;
	z-index: 999;
}

.site-logo {
	display: inline-block;
	margin: 17px 0;
}

.mainmenu ul {
	text-align: right;
}

.mainmenu ul li {
	display: inline-block;
	margin: 0 13px;
	position: relative
}

.mainmenu ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	color: #9A9A9A;
	font-family: 'Poppins', sans-serif;
	padding: 30px 0px
}

.mainmenu ul li a:hover {
	color: #6E6D6B;
}

.mainmenu li.current-page-item>a {
	color: #6E6D6B;
}

.mainmenu ul li ul {
	position: absolute;
	width: 200px;
	top: 160%;
	background: #fdfdfd none repeat scroll 0 0;
	z-index: 999;
	text-align: left;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.mainmenu ul li ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0
}

.mainmenu ul li ul li:last-child {
	border-bottom: 0px solid #ddd
}

.mainmenu ul li ul li a {
	display: block;
	padding: 10px
}

.mainmenu ul li ul li a:hover {
	color: #fff;
	background: #6E6D6B none repeat scroll 0 0
}

.mainmenu ul li:hover>a {
	color: #6E6D6B;
}

.consultation-btn>a {
	border: 1px solid #0c90ce;
	border-radius: 5px;
	color: #0c90ce;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 7px 20px;
	text-transform: uppercase;
}

.consultation-btn>a:hover {
	background: #0c90ce none repeat scroll 0 0;
	color: #fff
}

.consultation-btn {
	margin: 22px 0;
	text-align: right;
}


/*================================================
09 - SLIDER CSS
==================================================*/

.slide-item-4 {
	background: url(../img/slider-1.webp);
}

.slide-item-3 {
	background: url(../img/slider-1.webp);
}

.slide-item-2 {
	background: url(../img/slider-2.webp);
}

.slide-item-1 {
	background: url(../img/slider-2.webp);
}

.lesun-main-caption {
	background: rgba(28, 28, 28, 0.44) none repeat scroll 0 0
}

.lesun-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 560px;
}

.slider-text {
	width: 70%;
}

.lesun-main-caption {
	display: table;
	height: 100%;
	width: 100%;
}

.lesun-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-shadow: 0 0 3px rgba(31, 31, 31, 0.4);
	text-transform: uppercase;
}

.slider-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
	text-transform: capitalize;
}

.lesun-main-caption a {
	margin: 0 5px;
}

.lesun-slide .owl-nav>.owl-prev {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lesun-slide:hover .owl-nav>.owl-prev {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lesun-slide .owl-nav>.owl-next {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lesun-slide:hover .owl-nav>.owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lesun-slide .owl-prev {
	background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: 45px;
	left: 0;
	line-height: 36px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
}

.lesun-slide .owl-next {
	background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 36px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
	right: 0
}

.lesun-slide .owl-prev:hover,
.lesun-slide .owl-next:hover {
	/*background: #9c9c9c none repeat scroll 0 0;*/
	color: #fff;
}


/*================================================
10 - FEATURE AREA CSS
==================================================*/

.lesun-features-area {
	background: #f9f9f9 none repeat scroll 0 0;
}

.features-heading {
	margin-bottom: 30px;
	text-align: center;
}

.features-heading>h2 {
	color: #ffba00;
	font-size: 26px;
	line-height: 35px;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	font-weight: 500
}

.features-heading>h2 span {
	display: block
}

.subtext{
	text-transform: lowercase;
	color: #9A9A9A;
	display: inline !important;
}

.text-capitalize{
	text-transform: capitalize !important;
}

.features-image img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.features-info {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.single-features {
	margin-top: 30px;
	position: relative;
	overflow: hidden
}

.features-info h3 {
	color: #111;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.features-info h3:hover {
	color: #0c90ce
}

.feature-hover {
	border-color: #0c90ce transparent;
	border-style: solid;
	border-width: 0 0 50px 50px;
	bottom: -50px;
	content: "";
	cursor: pointer;
	position: absolute;
	right: -50px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: visible;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.feature-hover>a {
	color: #fff;
	display: block;
	left: -31px;
	padding: 3px 10px;
	position: absolute;
	top: 18px;
}

.single-features:hover .features-info>.feature-hover {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 0;
	bottom: 0
}

.single-features:hover .features-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.feature-hover:hover {
	border-color: #092a48 transparent
}


/*================================================
11 - ABOUT AREA CSS
==================================================*/

.lesun-home-about-area .lesun-site-heading {
	margin-bottom: 15px
}

.home-about-left blockquote {
	border-left: 5px solid #ffd400;
	color: #000;
	font-family: 'Fira Sans', sans-serif;
	margin: 10px 0;
}

.home-about-left>a.lesun-default-btn {
	margin-top: 30px
}

.home-about-right>img {
	width: 100%
}


/*================================================
12 - QUOTES AREA CSS
==================================================*/

.lesun-quote-area {
	background: url("../img/b-4.webp") no-repeat fixed 0 0 / cover;
}

.quote-box {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

.quote-box>h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.quote-box>p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
	text-transform: capitalize;
}

.quote-box>a.lesun-secondary-btn {
	margin-top: 15px
}


/*================================================
13 - SERVICES AREA CSS
==================================================*/

.single-service-item {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999
}

.single-service-item:hover .service-icon {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: crimson;
}

.single-service-item:hover .service-heading h3 {
	color: #fff;
}

.single-service-item:hover .service-info>a {
	color: #fff;
	text-decoration: underline
}

.service-info>a>i {
	margin-left: 3px
}

.single-service-item:hover .service-info>a:hover {
	color: #092a48;
}

.service-heading-icon {
	overflow: hidden;
	margin-bottom: 10px
}

.service-icon {
	background: #ffba00 none repeat scroll 0 0;
	border: 1px solid #ffba00;
	color: #fff;
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	width: 60px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin-left: 0;
	font-size: 30px
}

.service-heading {
	overflow: hidden;
}

.service-heading h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin: 17px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.service-info>a {
	color: #ffa300;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	;
	font-weight: 500;
	margin-top: 5px;
	text-transform: capitalize;
}

.single-service-item .service-hover .service-hob-one {
	top: 0;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.single-service-item .service-hover .service-hob-two {
	top: 25%;
	-webkit-transition-delay: 0.105s;
	transition-delay: 0.105s;
}

.single-service-item .service-hover .service-hob-three {
	top: 50%;
	-webkit-transition-delay: 0.105s;
	transition-delay: 0.105s;
}

.single-service-item .service-hover .service-hob-four {
	top: 75%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.single-service-item .service-hover .service-hob-one,
.single-service-item .service-hover .service-hob-two,
.single-service-item .service-hover .service-hob-three,
.single-service-item .service-hover .service-hob-four {
	background: #0c90ce none repeat scroll 0 0;
	height: 26%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: -99;
}

.single-service-item:hover .service-hover .service-hob-one,
.single-service-item:hover .service-hover .service-hob-two,
.single-service-item:hover .service-hover .service-hob-three,
.single-service-item:hover .service-hover .service-hob-four {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-service-item:hover {
	color: #fff;
	border: 1px solid #0c90ce
}


/*================================================
14 - CHOOSE US AREA CSS
==================================================*/

.lesun-choose-us-area {
	overflow: hidden;
	position: relative;
	background: #ffba00 none repeat scroll 0 0
}

.lesun-choose-us-area:before {
	background: rgba(0, 0, 0, 0) url("../img/porque_elegirnos.webp") no-repeat scroll 0 0/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.choose-us-wrap {
	float: right;
	padding: 0 50px;
	width: 50%;
}

.choose-wrap-heading>h2 {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}

.single-choose-left {
	text-align: right;
	margin-top: 30px
}

.single-choose-left .choose-icon {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #ffba00;
	float: right;
	height: 70px;
	line-height: 70px;
	margin-left: 10px;
	text-align: center;
	width: 70px;
	font-size: 26px
}

.single-choose-right {
	text-align: left;
	margin-top: 30px
}

.single-choose-right .choose-icon {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #ffba00;
	float: left;
	height: 70px;
	line-height: 70px;
	margin-right: 10px;
	text-align: center;
	width: 70px;
	font-size: 26px
}

.choose-info {
	color: #fff;
	display: block;
	padding-top: 12px;
}

.choose-info>h4 {
	color: #fff;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.choose-info>p {
	color: #000;
}

/*================================================
15 - PROJECT AREA CSS
==================================================*/

.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0px auto;
	padding: 0;
}

.da-thumbs div.project_list {
	float: left;
	position: relative;
	margin-bottom: 30px
}

.da-thumbs div.project_list a,
.da-thumbs div.project_list a img {
	display: block;
	position: relative;
}

.da-thumbs div.project_list a {
	overflow: hidden;
}

.da-thumbs div.project_list a div.project-overlay {
	position: absolute;
	background: #333;
	background: rgba(40, 52, 76, 0.92) none repeat scroll 0 0;
	width: 100%;
	cursor: -moz-zoom-in;
	height: 100%;
	padding: 10px
}

.project-overlay-inner {
	border: 1px solid #ddd;
	height: 100%;
	width: 100%;
}

.da-thumbs div.project_list a div h3 {
	color: #fff;
	display: block;
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 40px 20px 20px;
	padding: 10px 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: capitalize;
}

.da-thumbs div.project_list a,
.da-thumbs div.project_list a img {
	width: 100%
}


/*================================================
16 - COUNTER AREA CSS
==================================================*/

.lesun-counter-area {
	background: rgba(0, 0, 0, 0) url("../img/count_bg.jpeg") no-repeat fixed 0 0 / cover;
	position: relative;
	text-align: center;
	z-index: 1
}

.lesun-counter-area:before {
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 7, 23, 0.78) none repeat scroll 0 0
}

.counter-text {
	margin: 0 auto;
	width: 60%;
}

.counter-text>h3 {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 36px
}

.single-counter {
	background: #fff none repeat scroll 0 0;
	color: #333;
	padding: 20px;
	text-align: center;
	margin-top: 30px
}

.counter-icon {
	border-right: 2px solid #0c90ce;
	color: #0c90ce;
	float: left;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 70px;
}

.counter-icon:before {
	color: #0c90ce;
	content: "";
	font: 35px "FontAwesome";
	position: absolute;
	right: -13px;
	top: 22px;
}

.counter-info {
	margin-top: 10px;
	overflow: hidden;
}

.counter-info>h3 {
	border-bottom: 2px solid #0c90ce;
	color: #0c90ce;
	padding-bottom: 5px;
	font-family: "Oswald", sans-serif;
	font-weight: 500
}

.counter-info>p {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
}


/*================================================
17 - TEAM AREA CSS
==================================================*/

.single-team-member {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	margin-top: 30px
}

.team-image>img {
	width: 100%
}

.team-info-one {
	background: #222 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotateY(97deg);
	transform: rotateY(97deg);
	-webkit-transform-origin: left center 0;
	transform-origin: left center 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
}

.team-overlay-one {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.single-team-member:hover .team-info-one {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: visible;
}

.team-overlay-one>h3 {
	color: #fff;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.team-overlay-one>p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
}

.team-overlay-one ul {
	margin-top: 15px
}

.team-overlay-one li {
	display: inline-block;
}

.team-overlay-one li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #fff;
	background: #fff none repeat scroll 0 0;
	;
	color: #0c90ce
}

.team-slider .owl-prev {
	border: 1px solid #0c90ce;
	border-radius: 3px;
	color: #0c90ce;
	height: 35px;
	line-height: 33px;
	position: absolute;
	right: 40px;
	text-align: center;
	top: -25px;
	width: 35px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.team-slider .owl-next {
	border: 1px solid #0c90ce;
	border-radius: 3px;
	color: #0c90ce;
	height: 35px;
	line-height: 33px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: -25px;
	width: 35px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.team-slider .owl-next:hover,
.team-slider .owl-prev:hover {
	background: #0c90ce none repeat scroll 0 0;
	color: #fff
}


/*================================================
18 - FAQS TESTIMONIAL AREA CSS
==================================================*/

.lesun-faqs-testimonial-area .lesun-site-heading-primary {
	margin-bottom: 30px
}

.lesun-faqs-testimonial-area {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #636c72;
}

.lesun-faqs-testimonial-area h2{
	color: #ffba00;
}

.testimonial-text {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	color: #555;
	padding: 20px;
	position: relative;
}

.testimonial-text:after {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 13px 13px 0;
	bottom: -12px;
	content: "";
	left: 5%;
	position: absolute;
}

.testimonial-author {
	margin-top: 30px;
	overflow: hidden;
}

.testimonial-author-img {
	float: left;
	height: 80px;
	margin-right: 10px;
	width: 80px;
}

.testimonial-author-img>img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

.testimonial-author-info {
	margin-top: 15px;
	overflow: hidden;
}

.testimonial-author-info>h3 {
	color: #0c90ce;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 19px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.panel {
	background-color: #fff;
	border-radius: 0px
}

.panel-default {
	border-color: #fff
}

.panel-default>.panel-heading {
	background-color: transparent;
	color: #333;
	padding: 0
}

.panel-group .panel {
	border-radius: 0px
}

.finance-panel-title>a>i {
	float: right;
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.panel-title {
	font-size: 14px;
	text-transform: capitalize;
}

.finance-panel-title>a {
	display: block;
	padding: 10px;
}

.finance-panel-title>a:hover {
	color: #0c90ce
}

.finance-panel-title>a:hover>i {
	color: #0c90ce
}

#accordion {
	margin-bottom: 0
}

.owl-dots {
	margin-top: 10px;
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: #bfbfbf none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 5px 7px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 10px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #0c90ce none repeat scroll 0 0;
}


/*================================================
19 - BLOG AREA CSS
==================================================*/

.single-blog-item {
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #ddd
}

.blog-image {
	overflow: hidden
}

.blog-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-blog-item:hover .blog-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.blog-info {
	padding: 15px;
}

.post-meta>span {
	border-right: 1px solid #ddd;
	color: #444;
	font-size: 13px;
	margin-right: 5px;
	padding-right: 5px;
	text-transform: capitalize;
}

.post-meta>span:last-child {
	border-right: 0px solid #ddd;
	margin-right: 0;
	padding-right: 0
}

.post-meta a:hover {
	color: #0c90ce
}

.post-meta {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post-header h3 {
	display: inline-block;
	font-size: 19px;
	margin-bottom: 6px;
	margin-top: 5px;
	text-transform: capitalize;
}

.post-header a:hover {
	color: #0c90ce
}

.post-readmore>a {
	background: #0c90ce none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding: 5px 10px;
	text-transform: capitalize;
}

.post-readmore>a:hover {
	background: #092a48 none repeat scroll 0 0;
}

.post-readmore {
	margin-top: 20px;
	text-align: left;
}


/*================================================
20 - SUBSCRIBE AREA CSS
==================================================*/

.lesun-subscribe-area {
	background: #0c90ce none repeat scroll 0 0;
	text-align: center;
	color: #fff
}

.subscribe-box>h3 {
	color: #fff;
	font-family: "Fira Sans", sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 5px
}

.subscribe-right {
	margin-top: 20px
}

.subscribe-right>form {
	margin: 0 auto;
	width: 40%;
}

.subscribe-right>form input {
	width: 75%;
	border: medium none;
	background: #fff none repeat scroll 0 0;
	padding: 5px 10px;
	color: #111
}

.subscribe-right>form button {
	width: 22%;
	border: medium none;
	background: #ffba00 none repeat scroll 0 0;
	color: #fff;
	padding: 5px 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.subscribe-right>form button:hover {
	background: #056e9f none repeat scroll 0 0
}


/*================================================
21 - FOOTER AREA CSS
==================================================*/

.bg-black{
	background-color: #171717;
}

.text-in-white{
	color: #FFF !important;
}

.spacerFooter{
	padding: 0 .5rem;
}

.footer-content{
	padding: auto 3rem !important;
}

.no-wrap{
	white-space: nowrap;
}

.footer-top-area {
	/*background: #222 url(../img/b-1.webp) no-repeat scroll 0 0/cover;*/
}

/*@media screen and (min-width: 767px){
	.footer-top-area {
		background: #222 url(../img/b-1.webp) no-repeat scroll 0 0/cover;
	}
}*/
.footer-top-area {
	color: #9A9A9A
}

.footer-logo {
	margin-bottom: 15px;
}

.single-footer-widget>h3 {
	color: #fff;
	font-size: 19px;
	text-transform: capitalize;
	margin-bottom: 15px
}

.single-footer-widget {
	margin-top: 15px;
}

.single-footer-widget.footer-logo-widget {
	margin-top: 0;
}

.latest-post-footer-left {
	background: #303030 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}

.latest-post-footer-right {
	overflow: hidden;
}

.latest-post-footer {
	margin-bottom: 20px;
}

.latest-post-footer:last-child {
	margin-bottom: 0
}

.latest-post-footer-right>h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #787f84
}

.latest-post-footer-right>h4>a:hover {
	color: #eee
}

.latest-post-footer-right>p {
	color: #eee;
	font-size: 13px;
	font-style: italic;
}

.single-footer-widget li {
	margin-bottom: 5px
}

.single-footer-widget li a:hover {
	color: #6E6D6B;
}

.single-footer-widget>form {
	background: #333 none repeat scroll 0 0;
	height: 35px;
	margin-top: 10px;
	position: relative;
}

.single-footer-widget input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	color: #eee;
	width: 80%;
}

.single-footer-widget button {
	background: #f26723 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-footer-widget button:hover {
	background: #464646 none repeat scroll 0 0
}

.copyright-area {
	background: #171717 none repeat scroll 0 0;
	border-top: 1px solid #2b2b2b;
	color: #7f7f7f;
	padding: 25px 0;
	text-align: center;
}

.copyright-right p a, .copyright-right h6, .copyright-right h4 {
	color: #9A9A9A;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	margin: 0 3px;
	text-transform: capitalize;
}

.copyright-right p a:hover, .copyright-right a h6:hover {
	color: #6E6D6B;
}

.single-footer-widget a {
	text-transform: capitalize;
}

.single-footer-widget a i {
	margin-right: 5px
}

.copyright-right>p {
	text-transform: capitalize;
}

.single-footer-widget p>i {
	color: #9c9c9c;
	margin-right: 5px;
}


/*================================================
22 - ABOUT PAGE AREA CSS
==================================================*/

.about-page-left>h2 {
	color: #000;
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: capitalize;
}

.about-page-left>p {
	margin: 0 0 10px;
}

.about-page-left>p:last-child {
	margin: 0
}

.about-page-right>img {
	width: 100%
}

.about-page-right {
	position: relative
}

.about-page-right .popup-youtube {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	color: #0c90ce;
	font-size: 30px;
	height: 70px;
	left: 50%;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
	z-index: 9;
}

.flaticon-play-button {
	margin-left: 5px
}

.about-page-right .iq-waves {
	height: 384px;
	height: 24rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 384px;
	width: 24rem;
	z-index: 2;
}

.about-page-right .iq-waves .waves {
	-webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
	animation: 3s ease-in-out 0s normal none infinite running waves;
	background: rgba(12, 144, 206, 0.63) none repeat scroll 0 0 padding-box;
	border-radius: 320px;
	height: 384px;
	height: 24rem;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	width: 384px;
	width: 24rem;
}

.about-page-right .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.about-page-right .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.about-page-right .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}


/*================================================
23 - MISSION AREA CSS
==================================================*/

.row_pad_70 {
	padding: 70px 0
}

.lesun-mission-area {
	background: #f9f9f9 none repeat scroll 0 0
}

.mission-area-left {
	position: relative;
	width: 70%;
	margin-left: 30px
}

.mission-area-left:before {
	background: #ffa300 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 2px;
}

.single-mission {
	margin-left: 50px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.single-mission>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.mission-box-one,
.mission-box-two,
.mission-box-three {
	position: relative
}

.mission-box-one:after,
.mission-box-two:after,
.mission-box-three:after {
	background: #ffa300 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	height: 45px;
	left: -72px;
	line-height: 45px;
	position: absolute;
	text-align: center;
	top: 55px;
	width: 45px;
}

.mission-box-one:after {
	content: "1"
}

.mission-box-two:after {
	content: "2"
}

.mission-box-three:after {
	content: "3"
}

.mission-area-right>img {
	margin-top: -16px;
}


/*================================================
24 - SINGLE SERVICE AREA CSS
==================================================*/

.single-service-widget {
	margin-bottom: 30px;
}

.single-service-widget li {
	border: 1px solid #eee;
	margin-bottom: 5px
}

.single-service-widget li:last-child {
	margin-bottom: 0
}

.single-service-widget a {
	border-left: 5px solid #fff;
	color: #000;
	display: block;
	font-weight: 500;
	padding: 10px;
	text-transform: capitalize;
}

.single-service-widget a:hover,
.single-service-widget ul li.active>a {
	background: #0c90ce none repeat scroll 0 0;
	border-left: 5px solid #000;
	color: #fff;
}

.single-service-widget ul li a i {
	float: right;
	font-size: 20px;
	margin-top: 2px;
}

.widget-title {
	margin-bottom: 25px;
}

.widget-title>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin: 17px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.title-line {
	background: #0c90ce none repeat scroll 0 0;
	height: 3px;
	width: 100px;
}

.broucher-item {
	margin: 10px 0;
	position: relative;
}

.broucher-item>a {
	background: #0c90ce none repeat scroll 0 0;
	border-left: 0 none;
	color: #fff;
	padding-left: 60px;
}

.broucher-item a span {
	color: #fff;
	float: right;
	margin-top: 5px;
}

.broucher-item i {
	background: #fff none repeat scroll 0 0;
	color: #0c90ce;
	font-size: 20px;
	height: 30px;
	left: 14px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 30px;
}

.broucher-item>a:hover {
	background: #0c90ce none repeat scroll 0 0;
	border-left: 0 none;
	color: #fff;
}

.single-service-widget.brochures p>a {
	border: medium none;
	color: #0c90ce;
	display: inline-block;
	padding: 0;
	text-transform: lowercase;
}

.single-service-widget.brochures p>a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #0c90ce;
	text-decoration: underline;
}

.single-service-right>h2 {
	color: #222;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-service-right>p {
	margin: 0 0 10px
}

.single-service-wrap-left {
	margin-top: 30px;
}

.single-service-widget:last-child {
	margin-bottom: 0
}

.single-service-wrap-left>h3,
.tabs.single-service-tab>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 5px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-service-banner {
	margin-top: 30px
}

.single-service-banner img {
	width: 100%
}

.single-service-wrap-left>h3:after,
.tabs.single-service-tab>h3:after {
	background: #0c90ce none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 60%;
}

.single-service-wrap-left li i {
	color: #0c90ce;
	margin-right: 5px
}

.single-service-wrap-left li {
	margin-bottom: 6px;
}

.single-service-tab {
	margin-top: 30px;
}

#service_pro {
	border: medium none;
	margin-top: 15px;
}

#service_pro>li {
	margin: 2px;
}

.nav-tabs>li>a {
	border: 0 none;
}

.panel-body-text>p {
	margin-top: 6px;
}

#product_tab_content .panel-body {
	padding-bottom: 0
}

.panel-body-img>img {
	width: 100%
}

#service_pro .active>a:after {
	border-color: #000 transparent;
	border-style: solid;
	border-width: 7px 10px 0;
	bottom: -8px;
	content: "";
	left: 42%;
	position: absolute;
}

#service_pro a:after {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 7px 10px 0;
	bottom: -10px;
	content: "";
	left: 42%;
	position: absolute;
}

#service_pro .active>a {
	background: #0c90ce none repeat scroll 0 0;
	border-color: currentcolor currentcolor #000;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 3px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	position: relative;
	text-transform: capitalize;
}

#service_pro a {
	background: #f9f9f9 none repeat scroll 0 0;
	border-color: currentcolor currentcolor #f9f9f9;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 3px;
	color: #333;
	font-weight: 500;
	margin: 0;
	position: relative;
	text-transform: capitalize;
}


/*================================================
25 - SINGLE PROJECT AREA CSS
==================================================*/

.pad_left_no {
	padding-left: 0
}

.single-project-image-item {
	margin-bottom: 15px;
	position: relative
}

.single-project-image-item>img {
	width: 100%
}

.single-project-image-item:last-child {
	margin-bottom: 0px
}

.single-project-image-item:after,
.single-project-image-bg:after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	position: absolute;
	top: 0;
	width: 100%;
}

.single-project-image-bg {
	position: relative
}

.single-project-image-bg>img {
	width: 100%
}

.single_project_wrap_left {
	margin-top: 30px;
}

.single_project_wrap_left>h3:after,
.project-description>h3:after {
	background: #0c90ce none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 60%;
}

.single_project_wrap_left>h3,
.project-description>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 5px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single_project_wrap_left>p {
	margin: 0 0 10px;
}

.single_project_wrap_left>ul {
	float: left;
	margin-top: 10px;
	width: 50%;
}

.single_project_wrap_left ul li {
	margin: 3px 0
}

.single_project_wrap_left ul li>i {
	color: #0c90ce;
	margin-right: 5px
}

.single_project_wrap_left>a.lesun-default-btn {
	margin-top: 20px
}

.project-description {
	margin-top: 30px;
}

.project-description-box {
	margin-top: 20px;
}

.project-description-box>ul {
	background: #0c90ce none repeat scroll 0 0;
	padding: 20px;
}

.project-description-box li {
	border-bottom: 1px solid #05608b;
	color: #fff;
	margin: 5px 0;
	padding-bottom: 5px;
}

.project-description-box li:last-child {
	border-bottom: 0px solid #05608b;
	padding-bottom: 0
}

.project-description-box ul li strong {
	display: inline-block;
	width: 35%;
}


/*================================================
26 - NOT FOUND PAGE CSS
==================================================*/

.notfound {
	text-align: center;
}

.notfound>h2 {
	color: #333;
	font-size: 150px;
	font-weight: 600;
	line-height: 135px;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif
}

.notfound>h3 span {
	color: #0c90ce
}

.notfound>h3 {
	color: #111;
	font-size: 35px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}

.notfound>p {
	color: #575757;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	text-transform: capitalize;
}

.notfound>form {
	margin: 30px auto 0;
	position: relative;
	width: 60%;
}

.notfound>form>input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	height: 50px;
	padding: 5px 105px 5px 10px;
	width: 100%;
}

.notfound>form>button {
	background: #0c90ce none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 26px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100px;
}

.notfound>form>button:hover {
	background: #092a48 none repeat scroll 0 0
}


/*================================================
27 - FAQS PAGE CSS
==================================================*/

.lesun-faqs-right>form {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	margin-top: 30px;
	padding: 20px 50px;
}

.lesun-faqs-right>form p {
	margin-top: 15px;
}

.lesun-faqs-right>form label {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: capitalize;
}

.lesun-faqs-right>form input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #111;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}

.lesun-faqs-right>form textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #111;
	height: 120px;
	padding: 5px 10px;
	width: 100%;
}

.lesun-faqs-right>form button {
	background: #092a48 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	padding: 5px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	width: 100%
}

.lesun-faqs-right>form button:hover {
	background: #056e9f none repeat scroll 0 0;
}


/*================================================
28 - LOGIN PAGE CSS
==================================================*/

.lesun-login-area {
	padding-bottom: 135px
}

.modalWidth {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-right: 0 !important;
}

.modalWidth .modal-dialog {
	width: 25% !important;
}

.login-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 40px 30px 0;
	text-align: center;
	width: 42%;
}

.login-heading>h3 {
	color: #0c90ce;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.social-account-login>a {
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding: 5px 5px 5px 47px;
	position: relative;
	width: 32.33%;
	text-transform: capitalize;
	margin: 10px 0
}

.facebook-login>span {
	background: #31497d none repeat scroll 0 0;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 35px;
	position: absolute;
	top: 0;
	width: 32%;
}

.facebook-login {
	background: #3b5998 none repeat scroll 0 0;
}

.facebook-login:hover {
	background: #25385f none repeat scroll 0 0;
}

.twitter-login>span {
	background: #0098d2 none repeat scroll 0 0;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 35px;
	position: absolute;
	top: 0;
	width: 32%;
}

.twitter-login:hover {
	background: #00749f none repeat scroll 0 0;
}

.twitter-login {
	background: #00acee none repeat scroll 0 0;
}

.google-login>span {
	background: #c03121 none repeat scroll 0 0;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 35px;
	position: absolute;
	top: 0;
	width: 32%;
}

.google-login {
	background: #dd4b39 none repeat scroll 0 0;
}

.google-login:hover {
	background: #8d2418 none repeat scroll 0 0;
}

.login-box>form {
	background: #0c90ce none repeat scroll 0 0;
	margin-top: -25px;
	padding: 30px;
	position: relative;
	top: 35px;
}

.account-form-group {
	border: 1px solid #ddd;
	height: 45px;
	margin-bottom: 10px;
	position: relative;
}

.account-form-group>input {
	border: medium none;
	color: #111;
	height: 100%;
	left: 0;
	padding: 5px 10px 5px 60px;
	position: absolute;
	top: 0;
	width: 100%;
}

.account-form-group i {
	border-right: 1px solid #ddd;
	color: #959595;
	font-size: 18px;
	height: 100%;
	left: 0;
	line-height: 40px;
	margin-right: 5px;
	padding-right: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 48px;
}

.remember {
	display: inline-block;
	text-transform: capitalize;
	float: left
}

.remember>input[type=checkbox]+label {
	display: block;
	cursor: pointer;
}

.remember>input[type=checkbox] {
	display: none;
}

.remember>input[type=checkbox]+label:before {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	color: transparent;
	content: "✔";
	height: 10px;
	margin-bottom: 4px;
	margin-right: 7px;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	vertical-align: bottom;
	width: 10px;
}

.remember>input[type=checkbox]+label:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.remember>input[type=checkbox]:checked+label:before {
	background-color: #fff;
	border-color: #fff;
	color: #00a1ed;
}

.remember>input[type=checkbox]:disabled+label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	border-color: #aaa;
}

.remember>input[type=checkbox]:checked:disabled+label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #00a1ed;
	border-color: #00a1ed;
}

.lost-pass {
	float: right;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
}

.lost-pass>a:hover {
	color: #eee;
	text-decoration: underline
}

.remember label {
	color: #fff;
	font-weight: 500;
}

.login-box button {
	background: #092a48 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin-top: 20px;
	padding: 5px 30px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.login-box button:hover {
	background: #056e9f none repeat scroll 0 0
}

.login-box>form:after {
	border-color: #016595 transparent;
	border-style: solid;
	border-width: 35px 0 0 25px;
	bottom: 0;
	content: "";
	left: -25px;
	position: absolute;
}

.login-box>form:before {
	border-color: #016595 transparent;
	border-style: solid;
	border-width: 35px 25px 0 0;
	bottom: 0;
	content: "";
	right: -25px;
	position: absolute;
}

.reg_rem {
	float: none
}


/*================================================
29 - BLOG PAGE CSS
==================================================*/

.single-blog-page-item {
	border-bottom: 3px dotted #ddd;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.single-blog-item-img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-blog-item-date>h4 {
	background: #0c90ce none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-weight: 600;
	margin-right: 10px;
	margin-top: 20px;
	padding: 12px 0;
	text-align: center;
	text-transform: capitalize;
	width: 65px;
}

.single-blog-item-date>h4>span {
	display: block;
}

.blog-title>h3 {
	display: block;
	font-size: 19px;
	margin-top: 20px;
	text-transform: capitalize;
}

.blog-title>h3>a:hover {
	color: #0c90ce;
}

.blog-content>a {
	background: #0c90ce none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding: 5px 10px;
	text-transform: capitalize;
	margin-top: 20px
}

.blog-title a:hover {
	color: #0c90ce
}

.blog-content>a:hover {
	background: #092a48 none repeat scroll 0 0;
}

.blog-title>p {
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
	text-transform: capitalize
}

.blog-title>p>i {
	color: #092a48;
	font-size: 15px;
	margin-right: 5px;
}

.blog-content {
	margin-top: 20px;
}

.lesun-blog-widget {
	margin-bottom: 30px;
}

.lesun-blog-widget>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 5px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lesun-blog-widget>h3:after {
	background: #0c90ce none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 60%;
}

.lesun-blog-widget>form {
	height: 45px;
	position: relative;
}

.lesun-blog-widget input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	padding: 5px 95px 5px 10px;
	width: 100%;
}

.lesun-blog-widget button {
	background: #092a48 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 85px;
}

.lesun-blog-widget button:hover {
	background: #056e9f none repeat scroll 0 0
}

.single-blog-item-img {
	overflow: hidden;
}

.single-blog-item-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.category>li {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
}

.category>li:last-child,
.related-blog-pro>li:last-child {
	border-bottom: 0 solid #ddd;
}

.category li a {
	color: #111;
	display: block;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: capitalize;
}

.category li a:hover,
.pro-text a:hover,
.single-product-text h3>a:hover {
	color: #0c90ce;
}

.category li a span {
	color: #111;
	float: right;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.category li a:hover span {
	color: #0c90ce;
}

.Tags-catagory>li {
	display: inline-block;
	margin: 4px 2px;
}

.Tags-catagory>li>a {
	background: #f9f9f9 none repeat scroll 0 0;
	display: block;
	padding: 5px 10px;
	text-transform: capitalize;
}

.Tags-catagory>li>a:hover {
	background: #0c90ce none repeat scroll 0 0;
	color: #fff;
}

.related-blog-pro>li {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	overflow: hidden
}

.pro-img {
	float: left;
	height: auto;
	margin-right: 10px;
	width: 70px;
}

.pro-text>h4 {
	color: #111;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize
}

.pro-text span a {
	color: #0c90ce
}

.pro-text {
	margin-top: 10px
}

.instagram li {
	float: left;
	padding: 0 8px 8px 0;
	width: 25%;
}

.lesun-blog-widget:last-child {
	margin-bottom: 0;
}


/*================================================
30 - BLOG DETAILS PAGE CSS
==================================================*/

.single-blog-page-item.single-blog-page {
	border-bottom: 0px dotted #ddd;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.single-blog-page .blog-content>p {
	margin: 0 0 10px;
}

.single-blog-page .blog-content>img {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	width: 50%
}

.single-blog-page .blog-content blockquote {
	background: #f9f9f9 none repeat scroll 0 0;
	border-left: 5px solid #0c90ce;
	font-style: italic;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 30px;
	padding: 20px;
}

.post-share {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	margin-top: 30px;
	padding: 15px 0px;
}

.post-share-left>h4,
.post-share-right>h4 {
	color: #333;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
}

.post-share-left>p {
	display: inline-block;
}

.post-share-left>p>a {
	color: #333;
	margin-right: 4px;
	text-decoration: underline;
	text-transform: capitalize;
}

.post-share-left>p>a:hover {
	text-decoration: none;
}

.post-share-right>ul {
	float: right;
}

.post-share-right li {
	display: inline-block;
	margin: 0 3px;
}

.post-share-right li a:hover {
	color: #0c90ce;
}

.post-share-right {
	text-align: right;
}

.lesun-comment-list {
	margin-top: 50px;
}

.comment-group-title>h2 {
	color: #111;
	display: block;
	font-family: "Fira Sans", sans-serif;
	font-size: 23px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center
}

.lesun-leave-comment>h2 {
	color: #111;
	display: block;
	font-family: "Fira Sans", sans-serif;
	font-size: 23px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center
}

.single-comment-item {
	margin-top: 30px;
}

.single-comment-box {
	background: #f9f9f9 none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 0 10px 30px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.main-comment {
	font-size: 14px;
	padding: 30px 0 0 100px;
	position: relative;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
}

.author-image img {
	border-radius: 50%;
	display: block;
	width: 80px;
}

.comment-info {
	margin-bottom: 10px;
}

.comment-info h4 {
	color: #111;
	font-size: 17px;
	text-transform: capitalize;
}

.comment-info>p {
	color: #7b7b7b;
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
	text-transform: capitalize;
}

.reply {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	margin-top: 5px;
	text-decoration: underline;
	text-transform: capitalize;
}

.reply:hover {
	color: #0c90ce
}

.single-comment-box.reply-comment {
	margin-left: 100px;
}

.lesun-leave-comment>p {
	text-align: center;
}

.lesun-leave-comment>form {
	margin-top: 20px;
	text-align: center;
}

.lesun-leave-comment input[type="text"],
.lesun-leave-comment input[type="email"] {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #111;
	height: 45px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 0;
	padding: 10px 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 45%;
}

.lesun-leave-comment input[type="email"] {
	margin-right: 0;
}

.lesun-leave-comment textarea {
	border: 1px solid #ddd;
	color: #111;
	height: 160px;
	margin-bottom: 20px;
	padding: 5px 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 93%;
}

.lesun-leave-comment button {
	background: #0c90ce none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin-top: 5px;
	padding: 5px 30px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lesun-leave-comment button:hover {
	background: #092a48 none repeat scroll 0 0;
}

.lesun-leave-comment {
	margin-top: 50px;
}


/*================================================
31 - CONTACT PAGE CSS
==================================================*/

.single-info-left>p {
	color: #9c9c9c;
	font-weight: 400;
}

.information-left>h2 {
	color: #ffba00;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 5px
}

.information-left>h2:after {
	background: #ffba00 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 60%;
}

.single-info-left>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-info-left {
	margin-top: 20px;
}

.map-canvas {
	height: 310px
}

.contact-form-box>h2 {
	color: #ffba00;
	display: block;
	font-family: "Fira Sans", sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 5px;
	text-align: center
}

#terms-and-conditions{
    height: 13px !important;
    width: 13px !important;
    margin-right: .5rem;
}

.heading-line-two {
	background: #ffba00 none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto 20px;
	width: 15%;
}

.contact-form-box>form {
	margin: 50px auto 0;
	width: 70%;
}

.contact-form-box form p {
	margin-bottom: 30px;
}

.contact-form-box form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #8e8e8e;
	-o-border-image: none;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	height: 45px;
	width: 100%;
	color: #111;
	font-weight: 400
}

.contact-form-box form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #8e8e8e;
	-o-border-image: none;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	height: 120px;
	width: 100%;
	color: #111;
	font-weight: 400
}

.contact-form-box form button {
	background: #EEE none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin-top: 5px;
	padding: 5px 30px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 0 auto;
	display: block
}

.contact-form-box form button:hover {
	background: #EEE none repeat scroll 0 0
}

#disabled-btn{
    cursor: auto;
	display: none;
}


.contact-form-box .row:last-child p {
	margin-bottom: 0;
	text-align: center;
}

/*================================================
32 - SWAL
==================================================*/

.swal2-modal{
	width: 25% !important;
}

@media screen and (max-width: 992px) {
  .lesun-service-area .row .col-md-4{
  		display: none; /* OCULTAR SERVICIOS */
  }

  .lesun-service-area .row .col-md-4:nth-child(1),.lesun-service-area .row .col-md-4:nth-child(2),.lesun-service-area .row .col-md-4:nth-child(3){
    	display: block; /* MOSTRAR PRIMEROS 3 SERVICIOS */
  }

  .separar-title{
  	margin-top:3rem;
  }

}


.footer-logo{
	margin: 2rem 0;
}

.glassmorfism{
	border-radius: 10px;
	background-color: rgba(255,255,255,.30);
	box-shadow: 0 2rem 2rem rgba(31,38,135,0.37);
	backdrop-filter: blur(2px);
	padding: 2rem 0;
}

.azul_mejora{
	background-color: #0C90CE !important;
}

.amarillo_mejora{
	background-color: #FFD409 !important;
}

.blanco_mejora{
	background-color: #FFF6F5 !important;
}


@media screen and (min-width: 767px){
	.section_consultoria, .section_consultoria_grande{
		height: 15rem;
	}

	#img_serviceConsultoria{
		width: 80%;
	}
	
	#div_mapa{
		margin-left:3rem;
	}

	.hide-in-desktop{
		display: none !important;
	}
	
	.header-top-left>p:last-child{
		display: inline-block !important;
	}
}

@media screen and (max-width: 1141px){
	.swal2-modal{
		width: 50% !important;
	}

	.modalWidth .modal-dialog {
		width: 50% !important;
	}
}

@media screen and (max-width: 766px){
	.section_consultoria{
		height: 8rem;
	}

	.no-in-mobile{
		display: none;
	  }

	.section_consultoria_grande{
		height: 14rem;
	}

	#img_serviceConsultoria{
		width: 100%;
	}

	.hide-in-mobile{
		display: none;
		border-bottom-width: 0 !important;
	}

	.footer-row{
		text-align: center;
	}

	.footer-content{
		margin-top: 5rem !important;
	}

	.swal2-modal{
		width: 100% !important;
	}

	.modalWidth .modal-dialog {
		width: 100% !important;
	}
	
}

.section_consultoria, .section_consultoria_grande{
	color:#fff;
	padding: 1rem 3rem;
	text-align:center;
}


/* MEGA MENU */
.p-absolute{
	position: absolute;
}

.w-100{
	width: 100vw;
}

.w-100p{
    width: 100%;
}

.of-hidden{
    overflow: hidden;
}

.swal2-confirm, .swal2-cancel{
    font-size: 1.5rem !important;
} 

.swal2-icon{
    font-size: 1.2rem !important;
}

.img-wish-cart{
    width: 90px;
    /* height: 90px; */
}

.w-80{
    width: 80% !important;
}

.w-50{
    width: 50% !important;
}

.w-10{
    width: 10% !important;
}

.align-items-center{
    align-items: center !important;
}

.index-2{
	z-index: 2;
}

#mega-menu{
	visibility: hidden;
	background-color: #333;
	height: 280px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	box-shadow: 0px 4px 10px #FFF;
}

#mega-menu.fadeIn{
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

#mega-menu.fadeOut{
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}

.carousel-inner {
	height: 360px;
	width: 100%;
}

.mega-menu-distribution{
	width: 33.33vw;
}

.list-group-item{
	background-color: rgba(0,0,0,0);
	border: 0;
	color: #FFF;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before{
	content: "";
}

.list-group .active{
	background-color: #ffd400;
	color: #FFF;
	border-radius: 0;
}

.list-group .active:hover{
	background-color: #ffd400;
}

a.list-group-item, button.list-group-item{
	color: #FFF;
}

.first-section{
	font-size: 18px;
	padding: 1.5rem 0;
}

.second-section{
	font-size: 14px;
	padding: 1.5rem 0;
}

.list-group-item-action{
	border-radius: 0 !important;
}

.complete-height{
	height: 100% !important;
	width: 100% !important;
}

.courseLink{
	cursor: pointer;
}

@media screen and (max-width: 767.50px){
	.third-section{
		display: none;
	}

	.mega-menu-distribution{
		width: 50vw;
	}

	.first-section{
		font-size: 14px;
	}

	.second-section{
		font-size: 12px;
	}

	.menuAlign, .menuCartAlign{
		text-align: center;
	}
}

/* Sticky social bar */
.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 9999;
  }
  
  .icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
  }
  
  .icon-bar a:hover {
	background-color: #000;
  }
  
  .facebook {
	background: #3B5998;
	color: white;
  }
  
  .twitter {
	background: #55ACEE;
	color: white;
  }
  
  .google {
	background: #dd4b39;
	color: white;
  }
  
  .linkedin {
	background: #007bb5;
	color: white;
  }
  
  .youtube {
	background: #bb0000;
	color: white;
  }

#header-phone{
	margin-right: 2.3rem !important;
}

@media screen and (max-width: 766px) {
	#header-phone{
		margin-right: 0 !important;
	}
}

#slider-cart{
    padding: 0 !important;
}

.h-100{
    height: 100% !important;
}

.d-flex{
    display: flex !important;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-right{
    justify-content: right;
}

.p-1{
    padding: 1rem;
}

.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.px-1{
    padding-left: 1rem;
    padding-right: 1rem;
}

.mx-1{
    margin-left: 1rem;
    margin-right: 1rem;
}

.mr-1{
	margin-right: 1rem;
}

.mt-2{
    margin-top: 2rem !important;
}

.mt-4{
    margin-top: 4rem !important;
}

.mt-6{
    margin-top: 6rem;
}

.mb-1{
    margin-bottom: 1rem;
}


.mb-4{
    margin-bottom: 4rem;
}

.py-2{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-6{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pb-2{
    padding-bottom: 2rem;
}

.pb-4{
    padding-bottom: 4rem;
}

.slider-height{
    height: 700px !important;
}

.rounded-circle{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    color: #979797;
}

.icon-padding{
    padding: .5rem 1rem;
}

.slider-icon{ 
    font-size: 2.5rem;
}

.border-down{
    border-bottom: 4px solid #e3c01c;
}

/*---------------------
  Product
-----------------------*/

.product {
	padding-top: 60px;
	padding-bottom: 50px;
}

.text-details{
    white-space: nowrap; 
    width: 230px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.text-details:hover{
    white-space: normal; 
}

.filter__controls {
	text-align: right;
	margin-bottom: 50px;
}

.filter__controls li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	color: #111111;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
}

.filter__controls li.active:after {
	opacity: 1;
}

.filter__controls li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
	opacity: 0;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.product__item {
	margin-bottom: 35px;
}

.product__item:hover .product__hover li {
	opacity: 1;
	top: 0;
}

.product__item.sale .product__item__pic .label {
	background: #ca1515;
}

.product__item.sale .product__item__text .product__price {
	color: #ca1515;
}

.product__item__pic {
	height: 200px;
	position: relative;
	overflow: hidden;
	border: 4px solid #e4c01c !important;
	box-shadow: 4px 4px 10px #171717;
	border-radius: 5px;
}

.product__item__pic .label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding: 2px 8px;
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	top: 10px;
}

.product__item__pic .label.new {
	background: #36a300;
}

.product__item__pic .label.stockout {
	background: #111111;
}

.product__item__pic .label.stockblue {
	background: #0066bd !important;
}

.product__item__pic .label.sale {
	background: #ca1515;
}

.product__hover {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.product__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.product__hover li:nth-child(1) {
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

.product__hover li:nth-child(2) {
	-webkit-transition: all 0.4s ease 0.15s;
	-o-transition: all 0.4s ease 0.15s;
	transition: all 0.4s ease 0.15s;
}

.product__hover li:nth-child(3) {
	-webkit-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.product__hover li:last-child {
	margin-right: 0;
}

.product__hover li:hover a {
	background: #e4c01c;
	color: #fff;
}

.product__hover li:hover a span {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.product__hover li a {
	font-size: 18px;
	color: #171717;
	display: block;
	height: 45px;
	width: 45px;
	background: #e4c01c;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__hover li a span {
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display: inline-block;
}

.product__item__text {
	text-align: center;
	padding-top: 22px;
}

.product__item__text h6 a {
	font-size: 14px;
	color: #111111;
}

.product__item__text .rating {
	line-height: 18px;
	margin-bottom: 5px;
}

.product__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__item__text .rating i:last-child {
	margin-right: 0;
}

.product__item__text .product__price {
	color: #111111;
	font-weight: 600;
}

.product__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Services
-----------------------*/

.services {
	padding-top: 10px;
	padding-bottom: 50px;
}

.services__item {
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}

.services__item i {
	font-size: 36px;
	color: #171717;
	position: absolute;
	left: 0;
	top: 4px;
}

.services__item h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}

.services__item p {
	margin-bottom: 0;
}

.cart-btn{
    padding: 1.2rem;
}

.btn-ms{
    background-color: #000;
    color: #FFF;
}

.btn-ms:hover{
    background-color: #6E6D6B;
    color: #FFF;
}

.btn-ms i{
    font-size: 1.8rem;
}

.btn-ms span{
    background-color: #e3c01c !important;
}

/*---------------------
  Shop Cart
-----------------------*/

.shop-cart {
	padding-top: 70px;
	padding-bottom: 90px;
}

.shop__cart__table {
	margin-bottom: 30px;
}

.shop__cart__table table {
	width: 100%;
}

.shop__cart__table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table thead th {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.shop__cart__table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table tbody tr td {
	padding: 30px 0;
}

.shop__cart__table tbody tr .cart__product__item {
	overflow: hidden;
	width: 585px;
}

.shop__cart__table tbody tr .cart__product__item img {
	float: left;
	margin-right: 25px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
	overflow: hidden;
	padding-top: 23px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
	color: #111111;
	font-weight: 600;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.shop__cart__table tbody tr .cart__price {
	font-size: 16px;
	color: #ca1515;
	font-weight: 600;
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity {
	width: 250px;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty {
	border: none;
	padding: 0;
	width: 110px;
	border-radius: 0;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty input {
	color: #444444;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty .qtybtn {
	font-size: 16px;
	color: #444444;
}

.shop__cart__table tbody tr .cart__total {
	font-size: 16px;
	color: #ca1515;
	font-weight: 600;
	width: 150px;
}

.shop__cart__table tbody tr .cart__close {
	text-align: right;
}

.shop__cart__table tbody tr .cart__close span {
	height: 45px;
	width: 45px;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 18px;
	color: #111111;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
}

.cart__btn {
	margin-bottom: 50px;
}

.cart__btn.update__btn {
	text-align: right;
}

.cart__btn a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.cart__btn a span {
	color: #ca1515;
	font-size: 14px;
	margin-right: 5px;
}

.discount__content h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
}

.discount__content form {
	position: relative;
	width: 370px;
	display: inline-block;
}

.discount__content form input {
	height: 52px;
	width: 100%;
	border: 1px solid #444444;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 115px;
	font-size: 14px;
	color: #444444;
}

.discount__content form input::-webkit-input-placeholder {
	color: #444444;
}

.discount__content form input::-moz-placeholder {
	color: #444444;
}

.discount__content form input:-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::placeholder {
	color: #444444;
}

.discount__content form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.cart__total__procced {
	background: #f5f5f5;
	padding: 40px;
}

.cart__total__procced h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cart__total__procced ul {
	margin-bottom: 25px;
}

.cart__total__procced ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.cart__total__procced ul li span {
	color: #ca1515;
	float: right;
}

.cart__total__procced .primary-btn {
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 12px 0 10px;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 70px;
}

.coupon__link {
	font-size: 14px;
	color: #444444;
	padding: 14px 0;
	background: #f5f5f5;
	border-top: 2px solid #ca1515;
	text-align: center;
	margin-bottom: 50px;
}

.coupon__link a {
	font-size: 14px;
	color: #444444;
}

.coupon__link span {
	font-size: 14px;
	color: #ca1515;
}

.checkout__form h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form .checkout__form__input p {
	color: #444444;
	font-weight: 500;
	margin-bottom: 10px;
}

.checkout__form .checkout__form__input p span {
	color: #ca1515;
}

.checkout__form .checkout__form__input input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	margin-bottom: 25px;
	font-size: 14px;
	padding-left: 20px;
	color: #666666;
}

.checkout__form .checkout__form__input input::-webkit-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-moz-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input:-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::placeholder {
	color: #666666;
}

.checkout__form .checkout__form__checkbox {
	margin-bottom: 20px;
}

.checkout__form .checkout__form__checkbox label {
	display: block;
	padding-left: 24px;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	margin-bottom: 16px;
}

.checkout__form .checkout__form__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark {
	border-color: #ca1515;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.checkout__form .checkout__form__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__form .checkout__form__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.checkout__form .checkout__form__checkbox p {
	margin-bottom: 0;
}

.checkout__order {
	padding: 10px;
}

.checkout__order h5 {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

.checkout__order .site-btn {
        background-color: #e3c01c;
	color: #FFF;
	width: 100%;
	border: 0;
}

.checkout__order__product {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 22px;
}

.checkout__order__product ul li {
	list-style: none;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	overflow: hidden;
	margin-bottom: 14px;
	line-height: 24px;
}

.checkout__order__product ul li:last-child {
	margin-bottom: 0;
}

.checkout__order__product ul li span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__product ul li .top__text {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: left;
}

.checkout__order__product ul li .top__text__right {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__total {
	padding-top: 12px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.checkout__order__total ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.checkout__order__total ul li span {
	color: #ca1515;
	float: right;
}

.checkout__order__widget {
	padding-bottom: 10px;
}

.checkout__order__widget label {
	display: block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	position: relative;
	cursor: pointer;
	margin-bottom: 14px;
}

.checkout__order__widget label input {
	position: absolute;
	visibility: hidden;
}

.checkout__order__widget label input:checked~.checkmark {
	border-color: #ca1515;
}

.checkout__order__widget label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.checkout__order__widget label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__order__widget label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.pay-method{
    border: 1px solid #f2f2f2;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 1px 1px 4px 1px;
}

/** ADMIN PANEL **/
.divider,
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #e3c01c !important;
}

.dropdown-menu .divider{
	height: 2px !important;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
	height: 100%;
    }
}


@media (max-width: 477px) {
    .button-spacing{
	margin-bottom: 2rem !important;
    }
}

.space-between{
    display: flex;
    justify-content: space-between;
}

.modal-btn{
    width: 80%;
}

.btn-forgot:hover{
    cursor: pointer;
}

/** REGISTER **/
.terms-conditions{
    margin-left: 10%;
}

/** CONFIRMATION **/
.fs-8{
    font-size: 8rem;

}

@media screen and (max-width: 992px) {
    .no-in-table{
	display: none !important;
    }
}

.overflow-x{
    overflow-x: auto !important;
}

.input-width{
    width: 50% !important;
}

/*================================================
32 - COUNTER
==================================================*/


.employees,.customer,.design,.order
{
    margin-top: 70px;
    margin-bottom: 70px;
	text-align: center;
}
.counter-count
{
    font-size: 34px;
    /* background-color: rgba(154,154,154,.2); */
    border-radius: 50%;
    position: relative;
    color: #000;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	border: 1px solid rgba(0,0,0,.4);
	/* border-radius: 10px; */
  	/* box-shadow: rgba(0, 0, 0, 0.8) 4px 5px 10px 0px; */
    display: inline-block;
	margin-bottom: 2rem;
	/* box-shadow: 10px 10px; */
}

.employee-p,.customer-p,.order-p,.design-p
{
    color: #000000;
    line-height: 34px;
}

.note-moreinfo{
	padding: 1.5rem;
	background-color: rgba(255,186,0,.8);
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background-color: #ffba00 !important;
}

.fa-arrow-up{
	font-size: 4rem;
}

.card-content{
	height: 120px !important;
}

.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRjymV5cxaKH_AeVUAL0JjXTwVoW_8UxN2vJw&usqp=CAU") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}
.sprite {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {i
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}

.header-title{
	color: #ffba00
}

.header-title-content{
	padding: 0 10px;
}

.header-image{
	width: 100% !important;
}

.bl-title{
	border-left: 5px solid #ffba00;
}

.pl-title{
	padding-left: 15px;
}

.pl-text{
	padding-left: 5px;
}

.sectionbg-light, .sectionbg-responsive{
	background-color: rgba(154,154,154,.4) !important;
}

.justify-content-between{
	justify-content: space-between !important;
}

.solutions-title{
	background-color: #ffba00;
	border-radius: 15px 15px 0 0;
}

.text-white{
	color: #FFF !important;
}


@media screen and (min-width: 992px) {
    .md-d-flex{
	  display: flex !important;
	}

	.md-mb-2{
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 991px) {
	.xs-mb-1{
		margin-bottom: 1rem;
	}

	.xs-mt-0{
		margin-top: 0 !important;
	}

	.xs-text-center{
		text-align: center !important;
	}

	.xs-h-20{
		height: 20rem !important;
	}

	.sectionbg-responsive{
		background-color: #FFF !important;
	}
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 150px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  background-color: rgba(154,154,154,.4) !important;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 150px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.flip-card-front {
  background-color: rgba(154,154,154,.4);
  color: black;
}

.flip-card-back {
  background-color: rgba(154,154,154,.4);
  color: #000;
  transform: rotateY(180deg);
}

.service-card{
	cursor: pointer;
}

.empty-input-style{
	border: 3px solid red;
}

.terms-empty{
	border: 3px solid red !important;
	padding: .5rem;
}

.mt-0{
	margin-top: 0 !important;
}

.p-0{
	padding: 0 !important;
}

.button-formatted{
	margin: 0 !important;
	padding: 0 !important;
}

.py-9px{
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.button-radius{
	border-radius: .25em;
}

.float-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.my-float{
	margin-top:16px;
}

@media screen and (max-width: 766px) {
	.section_100{
		padding: 0;
	}

	.mobiley-padding{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.pay_button{
	width: 100%;
	margin: .5rem auto;
}

.pay_button img{
	width: 60%;
}

#stripe-logo-btn, #paypalBtn img{
	width: 100%;
	height: 27px;
}

.swal2-styled.swal2-confirm:focus{
	box-shadow: none !important;
}

.button-radius{
	cursor: pointer;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: #e3c01c !important;
	color: #000;
}

.btn-mobile{
	padding-left: 2.5rem; 
	padding-right: 2.5rem; 
	width: 100%
}

.resume_align{
	text-align: right;
}

.bg-primary, .btn-primary, .btn-primary:hover{
	background-color: #e3c01c;
	border-color: #e3c01c;
}

.border_bottom_shopcart{
	border-bottom: 1px solid #d7d7d7;
}

.input-quantity{
	width: 90%;
}

@media screen and (min-width: 500px) {
	.paypal-button-container{
		max-width: 100% !important;
	}
}

@media screen and (max-width: 1199px) {
	/* #paypalBtn, #stripeBtn{
		width: 50%;
	} */

	#paypalBtn img, #stripeBtn img{
		height: 50px;
	}
}

@media screen and (min-width: 1199px) {
	.btn-mobile{
		padding-left: 2.5rem; 
		padding-right: 2.5rem; 
		width: 35%
	}
}

@media screen and (max-width: 628px) {
	#paypalBtn img{
		width: 100%;
	}
}

