@charset "utf-8";

/* ============================== 
	- Template Name: Jekas - Responsive Bootstrap 3 App Landing Page
	- Autor: Iwthemes
	- Email: support@iwthemes.com
	- Name File: style.css
	- Version 1.0 - Create on 29/09/2014
	- Website: http://www.iwthemes.com 
	- Copyright: (C) 2014
================================= */

/* ---------------------- 
	Stylesheet Guide
-------------------------

01. Import styles
	-  bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).
	-  bootstrap-theme.css	
	-  jquery.fancybox.css  - Lightbox
	-  owl-carousel.css  - Carousel (comments, sponsors and gallery)
	-  animate.css  - Animations in css3
	-  font-awesome.min.css  - Incons
	-  Google Fonts  - Open sans And Shadows

02. Basic Elements
	-  Standar Styles
	-  Dark Skin
	-  Class and styles General
	-  Simple Title
	-  Info title
	-  divisor vertical
	-  Services Optio 01
	-  Services Optio 02
	-  Top

03. 03 Structure
	-  header
	-  Logo
	-  Nav
	-  Main Navigation
	-  Content Info
	-  Content Sections
	-  Parallax Secion
	-  Video Secion
	-  Portfolio Carousel
	-  Footer
	-  Social
	-  Contact Section
	-  Newsletter
	-  carousel testimonials
	-  Tables Pricing
	-  Tables Pricing Promotion
*/

/* ---------------------------------------------------------------------- */
/*	01 Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");
/*Style Switcher - Theme Options */
@import url("skins/theme-options.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox.css");
/*carousel.css*/
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.default.css");
/*Animations*/
@import url("animations/animate.css");
/*Icons Font-Awesome*/
@import url("icons/font-awesome.css");


/* ---------------------------------------------------------------------- */
/*	02 Basic Elements
/* ---------------------------------------------------------------------- */

/* Standar Styles --------------------------------------------------------*/

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #777;
	position: relative;
	font-weight: 300;
	background-color: #fff;
}

a {
	color: #43402f;
}

a:hover {
	text-decoration: none;
	color: #43402f;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 300;
}

h1 {
	font-size: 34px;
	line-height: 44px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
}

h3 {
	font-size: 24px;
	line-height: 34px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
}

h5 {
	font-size: 18px;
	line-height: 28px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 5px 0 15px 0;
	margin: 0;
	color: #403e3d;
	font-family: 'Open Sans', sans-serif;
}

.style-light {
	background: #fff;
	background-color: #fff;
}

/* Dark Skin -----------------------------*/

.style-dark {
	color: #dedede !important;
	background: #232323;
	background-color: #232323;
}

.style-dark .info_resalt {
	color: #dedede !important;
	background: #161616;
	background-color: #161616;
}

.style-dark h1,
.style-dark h2,
.style-dark h3,
.style-dark h4,
.style-dark h5,
.style-dark h6 {
	color: #fff !important;
}

.style-dark .borders {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

.style-dark .border_top {
	border-top: 1px solid #444;
}

.style-dark .border_bottom {
	border-bottom: 1px solid #444;
}

.style-dark .footer_top:before {
	border-top: 30px solid #161616;
}

.style-dark .info_title i.right,
.style-dark .info_title i.left,
.style-dark .opacy_bg_01 h3,
.style-dark .opacy_bg_01 h1,
.style-dark .opacy_bg_01 .btn {
	color: #444 !important;
}

.style-dark .vertical_line {
	background: #444;
}

.style-dark .vertical_line .circle_top,
.style-dark .vertical_line .circle_bottom {
	background: #dedede;
}

.style-dark .btn,
.style-dark a {
	color: #fff;
}

.style-dark .info,
.style-dark .info a,
.style-dark .opacy_bg_01,
.style-dark .item_table ul {
	color: #666 !important;
}

/* Class and styles General ----------------------------*/

.paddings {
	padding: 70px 0;
}

.padding-top {
	padding-top: 70px;
}

.padding_bottom {
	padding-bottom: 70px;
}

.padding-top-mini {
	padding-top: 25px;
}

.margin_top {
	margin-top: 50px;
}

.button {
	width: auto;
	border: 0;
	color: #fff;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	padding: 12px 25px;
	text-shadow: 0 -1px 0 #ccc;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.button:hover {
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.btn-primary {
	border: 0 !important;
}

.button i {
	padding-right: 10px;
	color: #232323;
	font-size: 25px;
}

ul li,
ol li {
	line-height: 30px;
}

dl,
dt {
	padding-bottom: 10px;
}

.carousel-portfolio,
.carousel-sponsors,
.carousel-single,
.list,
.tp-banner ul,
footer ul {
	list-style: none;
	padding: 0;
}

.list li i {
	padding-right: 6px;
}

.list li {
	line-height: 37px;
}

.title-subtitle span {
	display: block;
	font-size: 0.7em;
	font-weight: lighter;
}

/* Simple Title ---------------------------------*/

.simple-title {
	text-align: center;
	margin-bottom: 60px;
}

.simple-title h2 {
	padding: 0;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

/* Info title -----------------------------------*/

.info_title {
	position: relative;
	overflow: hidden;
}

.info_title i.right {
	position: absolute;
	right: 10%;
	top: 40%;
	font-size: 15em;
	color: #e5e5e5;
	z-index: 0;
}

.info_title i.left {
	position: absolute;
	left: 10%;
	top: 15%;
	font-size: 15em;
	color: #e5e5e5;
	z-index: 0;
}

/* divisor vertical ----------------------------*/

.vertical_line {
	width: 1px;
	background: #dedede;
	margin: 0 auto;
	height: 100px;
	position: relative;
}

.vertical_line .circle_top {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #666;
	position: absolute;
	top: 0;
	left: -3.5px;
}

.vertical_line .circle_bottom {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #666;
	position: absolute;
	bottom: 0;
	left: -3.5px;
}

.info_vertical {
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.info_vertical h1 {
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 1.1;
	font-weight: lighter;
	font-family: 'Open Sans', sans-serif;
	width: 85%;
	margin: 0 auto;
}

.info_vertical h1 span {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.2em;
	font-weight: lighter;
	padding-right: 7px;
	font-style: italic;
}

.info_vertical p {
	font-size: 18px;
	line-height: 28px;
	font-weight: lighter;
	margin: 0;
	width: 100%;
}

.info_vertical h2 {
	padding: 10px 0 10px 0;
}

/* Services Optio 01 ------------------------------------------*/

.service-01 {
	text-align: center;
}

.service-01 .head-service-01 i {
	font-size: 40px;
	font-weight: lighter;
}

.info_skin_base .service-01 .head-service-01 i {
	color: #fff !important;
}

.info_skin_base h1 span {
	color: #fff !important;
}

.service-01 .caption-service-01 h3 {
	font-weight: lighter;
	padding: 10px 0;
}

/* Services Optio 02 ------------------------------------------*/

.service-02 {
	margin: 30px 0;
}

.service-02 .head-service-02 {
	margin-bottom: 15px;
}

.service-02 .head-service-02 i {
	font-size: 25px;
	line-height: 45px;
	float: left;
	margin-right: 20px;
	font-weight: lighter;
	width: 45px;
	height: 45px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
}

.service-02 h3 {
	font-weight: lighter;
	display: inline;
	font-size: 20px;
	padding: 0;
	line-height: 30px;
}

.service-02 h3 span {
	font-weight: lighter;
	display: block;
	font-size: 14px;
	padding: 0;
	line-height: 20px;
}

.info_skin_base .service-02 .head-service-02 i {
	background-color: #fff !important;
	color: #232323 !important;
}

.info_skin_base .service-02 h3 span {
	color: #fff !important;
}

.img-features {
	position: relative;
}

.img-features:after {
	position: absolute;
	top: 37%;
	left: -63px;
	width: 92px;
	height: 35px;
	content: '';
	z-index: 99;
}

.img-features:before {
	position: absolute;
	top: 88%;
	right: -58px;
	width: 92px;
	height: 35px;
	content: '';
	z-index: 99;
}

/* Preloader --------------------------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/img-theme/preloader.gif");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}

/* Top ---------------------------------------------------------*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url("../img/img-theme/ui.totop.webp") no-repeat left top;
}

#toTopHover {
	background: url("../img/img-theme/ui.totop.webp") no-repeat left -51px;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
}

#toTop:active,
#toTop:focus {
	outline: none;
}

a:focus {
	outline: none;
}

/* ---------------------------------------------------------------------- */
/*	03 Structure
/* ---------------------------------------------------------------------- */

/* header ---------------------------------------------------------*/

header {
	overflow: hidden;
	position: relative;
}

header .container {
	position: relative;
}

.info-header {
	padding-top: 16%;
}

.info-header h1 span {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.3em !important;
	font-style: italic;
	padding-right: 7px;
	font-weight: lighter !important;
}

.info-header h2 {
	font-weight: lighter;
}

hr.line {
	width: 130px;
	background: #fff;
	margin: 25px auto 60px auto;
	border-top: 2px solid #e1e1e1;
}

.index_static h1 {
	font-size: 50px;
	font-weight: 300;
	line-height: 60px;
	color: #fff;
}

.index_static h1 span,
.style-caption-h1 span {
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
}

.index_static .button,
.resalt-button .button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 2px 0 #F2664F;
	box-shadow: inset 0 2px 0 #F2664F;
	color: #FFF;
	height: auto !important;
	font-size: 18px;
	font-weight: lighter;
	padding: 15px 25px !important;
	box-shadow: 0 1px 0 9px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.index_static .button span,
.resalt-button .button span {
	font-size: 28px;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #fff;
}

.resalt-button .button {
	margin: 20px auto;
	display: inline-block;
}

.index_static .button {
	padding-top: 100px;
	margin: 40px 40px 0 0;
}

.index_static {
	overflow: auto;
}

.index_static .content_info,
.index_static .opacy_bg_02 {
	min-height: 860px;
}

.img-screen {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.img-screen img {
	position: relative;
	margin-top: 80px;
	width: 90%;
	max-width: 800px;
	margin-bottom: -350px;
}

/*  Main Logo -----------------------------------------*/

.logo img {
	max-width: 100%;
}

/*  Container Navigation -----------------------------------------*/

.nav_logo {
	width: 100%;
	z-index: 999;
	padding: 20px 0;
	background: #ffffff !important;
	/* background: rgba(17, 17, 17, 0.9) !important; */
}

.sticky-wrapper {
	z-index: 999;
	width: 100%;
	position: fixed;
	border-bottom: 2px solid #000000;
}

.layout-boxed .nav_logo,
.layout-boxed-margin .nav_logo,
.layout-boxed .carousel-testimonials,
.layout-boxed-margin .carousel-testimonials {
	max-width: 1230px;
}

.layout-boxed-margin .sticky-wrapper {
	position: absolute;
	z-index: 999;
}

.layout-boxed .name,
.layout-boxed-mamrgin .name {
	padding-right: 8%;
}

.layout-boxed .job,
.layout-boxed-mamrgin .job {
	padding-left: 8%;
}

/*  Main Navigation -----------------------------------------*/

.tinynav {
	display: none
}

.sf-menu {
	margin: 0;
	float: right;
	padding-top: 7px;
}

.sf-menu ul {
	position: absolute;
	list-style: none;
	top: -999em;
	width: 150px;
	padding: 0;
	display: none;
}

.sf-menu>li {
	position: relative;
	float: left;
	list-style: none;
	line-height: 20px;
	margin: 0 30px 0 0;

}

.sf-menu>li:last-child {
	margin: 0;
}

.sf-menu>li>a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: lighter;
	color: #000000;
	text-transform: uppercase;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 44px;
	left: 0;
	z-index: 999;
}

.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em
}

.sf-menu li.current,
.sf-menu li:hover,
.sf-menu li.sfHover {
	text-decoration: none;
}

.sf-menu li li a {
	display: block;
	margin: 0;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	overflow: hidden;
	padding: 12px 15px;
	background: #ffffff;
	/* background: rgba(17, 17, 17, 0.9); */
	text-transform: uppercase;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.sf-menu li li {
	float: none;
	position: relative;
}

.sf-menu li li a:hover {
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 150px;
	top: 0;
}


/* Content Info --------------------------*/

.content_info {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Content Secions -----------------------------*/

.info_resalt {
	background: #f5f5f5;
	padding: 70px 0;
}

.info_resalt.no-bottom {
	padding-bottom: 0;
}

.info_resalt.sponsors {
	padding: 20px 0;
}

/* Dark Secion -----------------------------*/

.info_dark {
	background-color: #191919;
	background: #191919;
	color: #dedede !important;
}

.info_dark h1,
.opacy_bg_02 h1,
.opacy_bg_03 h1,
.opacy_bg_04 h1,
.info_dark h2,
.opacy_bg_02 h2,
.opacy_bg_03 h2,
.opacy_bg_04 h2,
.info_dark h3,
.opacy_bg_02 h3,
.opacy_bg_03 h3,
.opacy_bg_04 h3,
.info_dark h4,
.opacy_bg_02 h4,
.opacy_bg_03 h4,
.opacy_bg_04 h4,
.info_dark h5,
.opacy_bg_02 h5,
.opacy_bg_03 h5,
.opacy_bg_04 h5,
.info_dark h6,
.opacy_bg_02 h6,
.opacy_bg_03 h6,
.opacy_bg_04 h6,
.info_dark i,
.info_dark span,
.opacy_bg_03 .btn {
	color: #fff !important;
}

.borders {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.border_top {
	border-top: 1px solid #eee;
}

.border_bottom {
	border-bottom: 1px solid #eee;
}

.border_right {
	border-right: 1px solid #eee;
}

/* Parallax Secion --------------------------*/

.image_01_parallax {
	background: url("../img/parallax/1.webp");
}

.image_02_parallax {
	background: url("../img/parallax/2.webp");
}

.image_03_parallax {
	background: url("../img/parallax/3.webp");
}


.image_business-intelligence-contact {
	background: url("../img/maxelit/business-intelligence/business-intelligence-contact.webp");
}

.image_cloud-computing-contact {
	background: url("../img/maxelit/cloud-computing/cloud-computing-contact.webp");
}

.image_cybersecurity-contact {
	background: url("../img/maxelit/cybersecurity/cybersecurity-contact.webp");
}

.img_process-automation-contact {
	background: url("../img/maxelit/process-automation/process-automation-contact.webp");
}

.img_managed-services-contact {
	background: url("../img/maxelit/managed-services/managed-services-contact.webp");
}

.img_nonprofits-consulting-contact {
	background: url("../img/maxelit/nonprofits-consulting/nonprofits-consulting-contact.webp");
}

.img_about-contact {
	background: url("../img/maxelit/about/about-contact.webp");
}

.our-reviews-parallax {
	background: url("../img/maxelit/ai.webp");
}


.bg_parallax {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 0 50%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.opacy_bg_01 {
	bottom: 0px;
	left: 0;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 2;
	background: rgba(255, 255, 255, 0.5)
}

.opacy_bg_02 {
	bottom: 0px;
	left: 0;
	color: #dedede !important;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 2;
	background: rgba(0, 0, 0, 0.55)
}

.opacy_bg_03 {
	bottom: 0px;
	left: 0;
	color: #dedede !important;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 2;
}

.opacy_bg_04 {
	bottom: 0px;
	left: 0;
	width: 100%;
	color: #dedede !important;
	position: relative;
	height: auto;
	z-index: 2;
}

.info_skin_base,
.info_skin_base i,
.info_skin_base .simple-title span {
	color: #fff !important;
}

.info_skin_base .owl-theme .owl-dots .owl-dot.active span,
.info_skin_base .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff !important;
	background-color: #fff !important;
}

/* Video Section --------------------------*/

.bg_video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}

/* Portfolio Carousel ------------------------------------*/

.carousel-portfolio li img {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	object-fit: contain;
	object-position: center;
}

.carousel-portfolio li {
	padding: 5px;
	background: #fff;
	border: solid 1px #cdcdcd;
	text-align: left;
}

.carousel-portfolio li .hover {
	position: relative;
	overflow: hidden;
	height: 350px;
}

.carousel-portfolio li .info {
	padding: 5px 2px;
	font-size: 14px;
}

.carousel-portfolio li .info i {
	float: right;
	padding: 5px 2px;
	color: #333;
	font-size: 15px;
}

.overlay {
	position: absolute;
	left: 0;
	top: -500px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.carousel-portfolio li:hover .overlay {
	top: 0;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.technologies {
	margin: 30px 0 35px 0;
}

.technologies i {
	font-size: 60px;
	margin: auto 20px;
	color: #fff;
}

.carousel-single {
	overflow: hidden;
}

.carousel-single li {
	overflow: hidden;
	max-height: 450px;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
}

.carousel-single li img {
	padding: 6px;
	border-radius: 10px;
}

.carousel-single li:hover .overlay {
	top: 0;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/* Footer ----------------------------*/

footer {
	background-color: #1C1C1C;
	padding: 90px 0;
	font-weight: 600;
	position: relative;
}

.arrow-skin:before {
	-webkit-transition-duration: 0.3s;
	content: '';
	right: 50%;
	margin-right: -30px;
	top: 0;
	position: absolute;
	z-index: 99;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

footer p {
	margin: 0;
	font-weight: lighter;
	font-size: 15px;
}

footer h2 {
	color: #fff;
}

/* Social   ----------------------------*/

.social {
	margin: 30px auto 40px auto;
}

.social li {
	display: inline-block;
	margin: 10px 15px;
}

.social li a {
	color: #fff;
}

.social li a i {
	font-size: 30px;
}

.social li a i:hover {
	color: #fff !important;
}

/* Contact Section ----------------------------*/

#form input {
	width: 93%;
	height: 40px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	padding: 5px 10px;
	font-size: 14px;
}

#form textarea {
	width: 93%;
	height: 150px;
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

#form .button {
	width: auto;
	padding: 8px 30px;
	height: auto;
	border: 0;
}

#form #result {
	font-size: bold;
}

footer .border_right {
	padding-top: 50px;
}

#result {
	width: 93%;
}

#result .alert {
	padding: 10px
}

/* newsletter Section  ----------------------------*/

.newsletter-section {
	padding-top: 30px;
}

.info-newsletter {
	margin-bottom: 30px;
}

.info-newsletter h3 {
	color: #fff;
	font-weight: lighter;
}

.newsletterForm .input-group {
	margin-top: 35px;
}

.newsletterForm input {
	height: 50px;
}

.newsletterForm .btn {
	border: 0;
	font-size: 16px;
	height: 50px;
	border-radius: 0 5px 5px 0;
	font-weight: 300;
	background-image: none !important;
}

#result-newsletter {
	margin-top: 20px;
}

#result-newsletter .alert {
	padding: 10px
}

.coopring {
	background: #fff;
	color: #222;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}

.margin-top-offering {
	margin-top: 25px !important;
}

/* carousel testimonials -------------------------------------------*/

.carousel-testimonials {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.carousel-testimonials li {
	position: relative;
}

.carousel-testimonials li p span {
	display: block;
}

.carousel-testimonials li p i {
	display: inline-block;
	color: #FFC400;
}

.carousel-testimonials .image-testimonials {
	width: 100px;
	margin: 0 auto;
	height: 100px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.carousel-testimonials .image-testimonials img {
	width: 100px;
	height: 100px;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 50%;
	z-index: 1;
}

.carousel-testimonials .head-testimonials {
	width: 100px;
	margin: 0 auto;
	height: 100px;
	border-radius: 50%;
	position: relative;
}

.carousel-testimonials .head-testimonials:before {
	-webkit-transition-duration: 0.3s;
	content: '';
	right: 50%;
	margin-right: -20px;
	bottom: -12px;
	position: absolute;
	z-index: 999;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.name {
	text-align: center;
}

.name h3 {
	padding: 20px 0 0 0;
}

.name h3 span {
	display: block;
	font-size: 16px;
}

.carousel-testimonials p {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.info_skin_base .name h3 span {
	color: #fff !important;
}

.info_skin_base .carousel-testimonials .image-testimonials {
	border: 5px solid #fff !important;
}

.info_skin_base .carousel-testimonials .head-testimonials:before {
	border-top: 16px solid #fff !important;
}

.info_skin_base .carousel-testimonials {
	padding: 50px 0;
}


/* Tables Princing -----------------------------------------------*/

.item_table {
	border-radius: 4px;
	border: solid 1px #cdcdcd;
	background-color: #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.head_table {
	color: #fff;
	background-color: #1C1C1C;
	position: relative;
	z-index: 5;
	padding: 10px 0;
	text-align: center;
}

.head_table h1 {
	color: #fff;
	margin: 0;
	font-weight: lighter;
	font-size: 25px;
	line-height: 35px;
	padding: 10px 0;
	border-bottom: 1px solid #666;
}

.head_table h2 {
	font-size: 30px;
	margin: 0;
	font-weight: lighter;
	padding: 10px 0 0 0;
}

.head_table h2 span {
	font-size: 14px;
	color: #fff;
}

.head_table h5 {
	margin: 0;
	font-weight: lighter;
	padding: 0;
	color: #fff;
	padding-bottom: 10px;
}

.arrow_table {
	position: absolute;
	z-index: -1;
	background-repeat: repeat-x;
	bottom: -28px;
	height: 32px;
	width: 100%;
	left: 0;
}

.item_table .color {
	background-color: #f9f9f9;
}

.item_table ul {
	margin: 30px 0;
	padding: 0;
}

.item_table ul li {
	list-style: none;
	border-top: 1px solid #eee;
	line-height: 40px;
	text-align: center;
	padding: 5px 0;
}

.item_table ul li i {
	color: #555;
	padding-right: 5px;
}

.item_table ul li:last-child {
	border-bottom: 1px solid #ddd;
}

/* Tables Princing Promotions -----------------------------------------------*/

.promotion_table {
	margin-top: -40px;
}

.promotion_table:hover {
	margin-top: -40px;
}

.promotion_table .head_table {
	color: #fff;
	position: relative;
	z-index: 5;
	text-align: center;
}

.promotion_table .head_table h2 {
	color: #232323 !important;
}

.sf-menu>li.menu-more>a .fa-chevron-down {
	font-size: 10px;
	margin-left: 5px;
}

.sf-menu>li.menu-more ul {
	width: auto;
	min-width: 280px;
	left: auto !important;
	right: 0;
}

.sf-menu>li.menu-more:hover ul,
.sf-menu>li.menu-more.sfHover ul {
	left: auto !important;
	right: 0;
}

.sf-menu>li.menu-more li a {
	overflow: visible;
	white-space: nowrap;
}


/* artificial-intelligence.html -----------------------------------------------*/

#theme-options {
	display: none !important;
}

.page-hero .ai-hero-parallax {
	background-image: url("../img/maxelit/artificial-intelligence/ai-hero-bg.webp");
}

.page-hero .content_info,
.page-hero .opacy_bg_02 {
	min-height: 420px;
}

.page-hero .info-header h1 {
	margin-top: 40px;
}

.service-page-img {
	width: 100%;
	max-width: 500px;
	height: auto;
	border-radius: 4px;
	margin: 0 auto 30px;
	display: block;
}

.service-page-content h4 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 12px;
}

.service-page-content h4:first-child {
	margin-top: 0;
}

.ai-outcomes {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.ai-outcomes li {
	padding: 8px 0 8px 28px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.ai-outcomes li:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #a30707;
}

.feature-card {
	margin-bottom: 40px;
}

.feature-card img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 20px;
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.feature-card h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

.margin-set-process {
	margin-top: 20px;
}

/* ABOUT / contact */

.mx-contact-section {
	width: 100%;
	background: #fff;
	padding: 70px 0;
}

.mx-contact-container {
	width: 85%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 70px;
}

.mx-contact-form {
	width: 50%;
}

.mx-contact-info {
	width: 50%;
}

.mx-contact-form h2,
.mx-contact-info h2 {
	font-size: 42px;
	color: #111;
	margin-bottom: 30px;
	font-weight: 600;
}

.contact-check {
	margin-top: 15px !important;
}

.mx-contact-form input,
.mx-contact-form textarea {
	width: 100%;
	padding: 16px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 16px;
}

.mx-contact-form textarea {
	resize: none;
}

.mx-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
	font-size: 15px;
	color: #444;
}

.mx-checkbox input {
	width: auto;
}

.mx-contact-form button {
	width: 100%;
	padding: 18px;
	background: #b50000;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
	transition: .3s;
}

.mx-contact-form button:hover {
	background: #920000;
}

.mx-recaptcha {
	margin-bottom: 16px !important;

}

.mx-privacy {
	margin-top: 18px;
	font-size: 13px;
	color: #666;
	line-height: 1.7;
}

.mx-privacy a {
	color: #b50000;
	text-decoration: none;
}

#contact-result {
	margin-top: 15px;
}

#contact-result .alert {
	padding: 12px 15px;
	border-radius: 4px;
	font-size: 14px;
}

#contact-result .alert-success {
	background: #dff0d8;
	color: #3c763d;
	border: 1px solid #d6e9c6;
}

#contact-result .alert-danger {
	background: #f2dede;
	color: #a94442;
	border: 1px solid #ebccd1;
}

.mx-contact-info p {
	font-size: 18px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 18px;
}

.mx-contact-info h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 28px;
	color: #111;
}

.mx-contact-info a {
	color: #b50000;
	text-decoration: none;
	font-size: 18px;
}

.mx-phone {
	color: #b50000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 18px;
}

.mx-phone:hover,
.mx-phone:focus {
	color: #920000;
	text-decoration: none;
}

.mx-hours-dropdown {
	margin-bottom: 18px;
}

.mx-hours-toggle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	text-align: left;
}

.mx-hours-today-label {
	flex: 1;
	line-height: 1.6;
}

.mx-hours-today-label .mx-hours-day {
	font-weight: 700;
	margin-right: 10px;
}

.mx-hours-chevron {
	color: #b50000;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 12px;
	transition: transform 0.2s ease;
}

.mx-hours-toggle[aria-expanded="false"] .mx-hours-chevron {
	transform: rotate(180deg);
}

.mx-hours-list {
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
	display: none;
}

.mx-hours-list.open {
	display: block;
}

.mx-hours-list li {
	display: flex;
	align-items: baseline;
	padding: 3px 0;
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}

.mx-hours-list .mx-hours-day {
	min-width: 40px;
	font-weight: 400;
	margin-right: 16px;
}

.mx-hours-list .mx-hours-time {
	color: #555;
}

.mx-hours-note {
	margin: 12px 0 0;
	font-size: 16px;
	color: #555;
}

.mx-hours {
	color: #b50000;
	font-weight: bold;
}

@media(max-width:992px) {

	.mx-contact-container {
		flex-direction: column;
	}

	.mx-contact-form,
	.mx-contact-info {
		width: 100%;
	}

}

.mx-contact-map-section {
	width: 100%;
	background: #fff;
	padding: 0 0 70px;
}

.mx-contact-map-wrapper {
	position: relative;
	width: 85%;
	max-width: 1200px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.mx-contact-map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.mx-directions-btn {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: #b50000;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: background 0.3s;
}

.mx-directions-btn:hover {
	background: #920000;
	color: #fff;
}

@media (max-width: 992px) {
	.mx-contact-map-wrapper {
		width: 90%;
		height: 350px;
	}
}

/* Home and about review  */

.our-reviews-title {
	color: #fff;
	margin-bottom: 40px;
	font-weight: 700;
}

.our-reviews-carousel {
	list-style: none;
	margin: 0;
	padding: 0;
}

.our-review-card {
	padding: 10px;
}

.our-review-card-inner {
	background: #fff;
	border-radius: 4px;
	padding: 30px 25px;
	text-align: center;
	min-height: 320px;
}

.our-review-logo {
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
	border-radius: 50%;
	overflow: hidden;
}

.our-review-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-review-stars {
	margin-bottom: 15px;
}

.our-review-stars .fa-star {
	color: #ffc400;
	font-size: 16px;
}

.our-review-card-inner h4 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 700;
	color: #333 !important;
}

.our-review-quote {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 15px;
}

.our-review-author {
	font-size: 13px;
	margin: 0;
	font-weight: 600;
	color: #333 !important;
}

.our-review-link {
	display: inline-block;
	margin: 10px 0 15px;
	font-size: 14px;
	padding: 8px 18px;
}

.our-reviews-carousel .owl-nav {
	margin-top: 20px;
	text-align: center;
}

.our-reviews-carousel .owl-nav button {
	background: rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 8px;
	font-size: 20px;
}

.our-reviews-carousel .owl-nav button:hover {
	background: rgba(255, 255, 255, 0.35) !important;
}

/* index css */

.logo_img {
	max-height: 60px;
	width: auto;
}

.service-card-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 15px;
}

.service-01 .caption-service-01 h3 {
	margin-top: 0;
}

.thumbtack-reviews-img {
	display: block;
	max-width: 100%;
	width: 800px;
	height: auto;
	margin: 0 auto 25px;
	border-radius: 4px;
}

.thumbtack-link {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
}

.info-header h2.subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 15px;
}

.sf-menu>li.menu-more>a .fa-chevron-down {
	font-size: 10px;
	margin-left: 5px;
}

.sf-menu>li.menu-more ul {
	width: auto;
	min-width: 280px;
	left: auto !important;
	right: 0;
}

.sf-menu>li.menu-more:hover ul,
.sf-menu>li.menu-more.sfHover ul {
	left: auto !important;
	right: 0;
}

.sf-menu>li.menu-more li a {
	overflow: visible;
	white-space: nowrap;
}

.owl-nav {
	display: none !important;
}

/* Mobile hamburger navigation ------------------------------------ */

.mobile-nav-toggle,
.mobile-nav-panel {
	display: none;
}

body.mobile-nav-open {
	overflow: hidden;
}

@media (max-width: 979px) {
	.mobile-nav-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: none;
		background: transparent;
		cursor: pointer;
		flex-shrink: 0;
		margin-left: auto;
		z-index: 1002;
	}

	.mobile-nav-bar {
		display: block;
		width: 24px;
		height: 2px;
		background: #111;
		transition: transform 0.25s ease, opacity 0.25s ease;
	}

	.mobile-nav-toggle.open .mobile-nav-bar:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.mobile-nav-toggle.open .mobile-nav-bar:nth-child(2) {
		opacity: 0;
	}

	.mobile-nav-toggle.open .mobile-nav-bar:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.nav_logo .container>.row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		margin-left: 0;
		margin-right: 0;
	}

	.nav_logo .logo {
		float: none;
		width: auto;
		flex: 1;
		min-width: 0;
		padding: 0;
	}

	.nav_logo .logo_img {
		max-height: 46px;
		width: auto;
	}

	.nav_logo nav {
		display: none !important;
	}

	.tinynav,
	select.tinynav {
		display: none !important;
	}

	.nav_logo {
		padding: 10px 0;
	}

	.nav_logo .container {
		position: relative;
	}

	.mobile-nav-panel {
		display: none;
		position: absolute;
		left: 15px;
		right: 15px;
		top: calc(100% - 4px);
		background: #fff;
		/* border-top: 2px solid #b50000; */
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
		z-index: 1001;
		max-height: calc(100vh - 72px);
		overflow-y: auto;
		margin-top: 13px;
	}

	.mobile-nav-panel.open {
		display: block;
	}

	.mobile-nav-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mobile-nav-list li a {
		display: block;
		padding: 14px 20px;
		color: #111;
		text-decoration: none;
		/* border-bottom: 1px solid #eee; */
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.3px;
	}

	.mobile-nav-list li.active a,
	.mobile-nav-list li a:hover {
		color: #fff;
		background: #b50000;
	}

	.mobile-nav-divider {
		padding: 12px 20px 6px;
		font-size: 11px;
		color: #666;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-bottom: 1px solid #eee;
		background: #f9f9f9;
	}

	.info-header {
		padding-top: 90px !important;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.index_static h1 {
		font-size: 26px;
		line-height: 34px;
	}

	.index_static h1 span,
	.style-caption-h1 span {
		font-size: 30px;
		line-height: 38px;
	}

	.info-header h2.subtitle {
		font-size: 14px;
		line-height: 22px;
	}

	.index_static .content_info,
	.index_static .opacy_bg_02 {
		min-height: auto !important;
		height: auto !important;
		padding-bottom: 40px;
	}

	.index_static .button {
		display: block !important;
		width: auto;
		max-width: 280px;
		margin: 12px auto !important;
		padding: 12px 18px !important;
		font-size: 14px;
	}

	.index_static .button span {
		font-size: 22px;
	}

	hr.line {
		margin: 12px auto 24px;
		width: 100px;
	}

	.page-hero .content_info,
	.page-hero .opacy_bg_02 {
		min-height: auto !important;
		height: auto !important;
		/* padding-bottom: 30px; */
	}

	.page-hero .info-header h1 {
		margin-top: 0;
		font-size: 28px;
		line-height: 36px;
	}

	.resalt-button .button,
	.button {
		max-width: 100%;
	}

	.mx-contact-container {
		width: 92%;
		gap: 40px;
	}

	.mx-contact-map-wrapper {
		width: 92%;
		height: 320px;
	}

	.service-page-content,
	.service-page-img {
		padding-left: 0;
		padding-right: 0;
	}

	.info_vertical h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.info_title i.right {
		display: none;
	}
}