/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.eccent_service_hero_container_module .mk-padding-wrapper {
	padding:0 !important;
}

.eccent_service_hero_module {
	display: flex;
	width: 100%;
	background-color: #F1F1F1;
	position: relative;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	padding-top:50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.eccent_service_block_module {
	display: flex;
	width: 100%;
	background-color: #F1F1F1;
	position: relative;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 70px;
	box-sizing: border-box;
}

.eccent_service_hero_module_inner {
	display: flex;
	width: 100%;
	height: auto;
	max-width: 1367px;
	padding-left: 30px;
	padding-right: 30px;
}

.eccent_service_block_module_inner {
	display: flex;
	width: 100%;
	height: auto;
	max-width: 1367px;
	padding-left: 30px;
	padding-right: 30px;
}

.eccent_service_block_full {
	display: flex;
	width: 100%;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.eccent_service_block_full h2 {
	display: block;
	width: 100%;
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 18px !important;
	padding:0 !important;
}

.eccent_service_hero_module_column {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	box-sizing: border-box;
}

.eccent_service_block_column {
	display: flex;
	flex-flow: column wrap;
	box-sizing: border-box;
	background-color: #000;
	position: relative;
}

.eccent_service_block_column a {
	display: block;
	width:100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.eccent_service_block_column a:hover img, .eccent_service_block_column a:active img, .eccent_service_block_column a:focus img {
	transform: scale(1.2);
}

.eccent_service_block_column:hover, .eccent_service_block_column:active, .eccent_service_block_column:focus {
	opacity: 0.7;
}

.eccent_service_block_column img {
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
	transform-origin: center;
	z-index: 3;
}

.eccent_service_block_column span {
	display: block;
	position: absolute;
	width: 100%;
	padding: 12px;
	background-color: rgba(0, 193, 207, 0.9);
	color: #FFF;
	bottom: 0;
	left:0;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	z-index: 4;
}

.eccent_service_hero_module h2 {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-weight: 700;
	color: #333;
}

.eccent_service_hero_module h2 span {
	display: inline-block;
	color: #00c1cf;
}

.eccent_service_block_divider {
	display: inline-block;
	width: 60px;
	height: 4px;
	background: #00c1cf;
	margin-bottom: 35px;
}

a.mob-scrolldown-btn {
	display: none;
}

@media(max-width: 767.9px) {
	.eccent_service_hero_module {
		height: 500px;
	}
	.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
    color: #fff;
    background-color: #00c1cf;
    margin-top: 20px;
}
	.eccent_service_hero_module_inner {
		flex-flow: column wrap;
	}
	
	.eccent_service_block_module_inner {
		flex-flow: column wrap;
	}
	
	.eccent_service_hero_module_column {
		width: 100%;
	}
	
	.eccent_service_block_column {
		width: 100%;
		height: 300px;
		margin-bottom: 7px;
	}
	
	.eccent_service_hero_module h2 {
		font-size: 34px;
	  line-height: 36px;
		text-align: center;
	}
	
	.eccent_service_hero_module_image {
		max-width: 320px !important;
		margin: 0 auto;
	}
}

@media(min-width: 768px) and (max-width: 1024.9px) {
	.eccent_service_hero_module {
		height: 85vh;
		max-height: 600px;
	}
	
	.eccent_service_hero_module_inner {
		flex-flow: row wrap;
	}
	
	.eccent_service_block_module_inner {
		flex-flow: row wrap;
}
	
	.eccent_service_hero_module_column.left {
		width:40%;
	}
	
	.eccent_service_hero_module_column.right {
		width:60%;
		align-items: flex-end;
	}
	
	.eccent_service_block_column {
		width: calc(50% - 14px);
		height: 400px;
		margin: 7px;
	}
	
	.eccent_service_hero_module h2 {
		font-size: 39px;
	  line-height: 43px;
		text-align: left;
	}
	
	.eccent_service_hero_module_image {
		width:90% !important;
		height: auto !important;
	}
	
}

@media (min-width: 1025px) {
	.eccent_service_hero_module {
		height: 75vh;
		max-height: 550px;
	}
	
.eccent_service_hero_module_inner {
		flex-flow: row wrap;
	}
	
	.eccent_service_block_module_inner {
		flex-flow: row wrap;
}
	
	.eccent_service_hero_module_column.left {
		width:40%;
	}
	
	.eccent_service_hero_module_column.right {
		width:60%;
		align-items: flex-end;
	}
	
	.eccent_service_block_column {
		width: calc(33.3% - 14px);
		height: 350px;
		margin: 7px;
	}
	
	.eccent_service_hero_module h2 {
		font-size: 50px;
	  line-height: 55px;
		text-align: left;
	}
	
	.eccent_service_hero_module_image {
		width:90% !important;
		height: auto !important;
	}
	
}

.footer-wrapper .mk-padding-wrapper .mk-col-1-3:first-of-type {
	display: flex;
	flex-flow: column wrap; 
}

.footer-wrapper .mk-padding-wrapper .mk-col-1-3:first-of-type .widget_media_image {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	justify-content: center;
}

.footer-wrapper .mk-padding-wrapper .mk-col-1-3:first-of-type .widget_media_image {
	padding-bottom: 15px !important;
}

.footer-wrapper .mk-padding-wrapper .mk-col-1-3:first-of-type .widget_media_image a img {
	display: block;
	max-width: initial !important;
	width: 100%;
	max-width: 170px !important;
}

.footer-wrapper .mk-padding-wrapper .mk-col-1-3:first-of-type .widget_media_image:last-of-type img {
	display: block;
	max-width: initial !important;
	width: 100%;
	max-width: 80px !important;
}

#mk-boxed-layout {
	overflow: hidden;
}

#fullwidth-slideshow-wrapper-4 {
	padding-top: 0 !important;
}

.eccent_topbar_container {
	display: flex;
	width: 100%;
	max-width: 1367px;
	box-sizing: border-box;
}

.home #text-block-4>h2{
	letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 64px !important;
    line-height: 92%;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: 900;
    padding-top: 0px;
    padding-bottom: 0px;
}
.home #text-block-4>h2>span{
	 font-size: 30px !important;
	display:block;
}

.eccent_column_half {
	display: block;
	box-sizing: border-box;
	line-height: initial !important;
}

.eccent_social_icon {
	padding: 0 !important;
	padding-right: 7px !important;
}

.eccent_column_half a:hover {
	color: #00c1cf !important;
}

.eccent_column_half a:hover img {
	opacity: 0.7;
}

.eccent_column_half a.quote {
	background-color: #00c1cf;
	color: #FFF !important;
}

.eccent_column_half a.quote:hover {
	opacity: 0.7;
}

.eccent_column_half a img {
	display: block;
	width: 28px;
	height: 28px;
}

.eccent_footer_social_ul {
	display: flex;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	flex-flow: row wrap;
	list-style-type: none;
}

.eccent_footer_social_ul li {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 7px;
}

.eccent_footer_social_ul li a {
	display: block;
	width: auto;
	height: auto;
}

.eccent_footer_social_ul li a img {
	display: block;
	width: 35px;
	height: 35px;
}

.eccent_footer_social_ul li a:hover, .eccent_footer_social_ul li a:active, .eccent_footer_social_ul li a:focus {
	opacity: 0.7;
}

@media(max-width: 767.9px) {
	.eccent_column_half a {
		display: inline-block;
		width:auto;
		height: auto;
		padding:5.5px;
		padding-right: 12px;
		padding-left: 12px;
		color:#FFF;
		font-size: 13px;
		line-height: 17px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.eccent_topbar_container {
		flex-flow: row wrap;
		padding-left: 30px;
		padding-right:30px;
	}
	
	.eccent_topbar {
		display:flex;
		flex-flow: column wrap;
		position: relative;
		width: 100%;
		background-color:#000;
		padding-top:7px;
		padding-bottom: 7px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}
	
	.eccent_column_half:first-of-type {
		padding-right: 7px;
		text-align: left;
		width:50%;
	}
	
	.eccent_column_half:last-of-type {
		padding-left: 7px;
		text-align: right;
		width:50%;
	}
	
	.eccent_topbar_regular {
		display: none !important;
	}
}

@media(min-width: 768px) and (max-width: 1024.9px) {
	.eccent_social_alt {
		display: none !important;	
	}
	
	.eccent_column_half a {
		display: inline-block;
		width:auto;
		height: auto;
		padding:5.5px;
		padding-right: 12px;
		padding-left: 12px;
		color:#FFF;
		font-size: 13px;
		line-height: 17px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.eccent_topbar_container {
		flex-flow: row wrap;
		padding-left: 30px;
		padding-right:30px;
	}
	
	.eccent_topbar {
		display:flex;
		flex-flow: column wrap;
		position: relative;
		width: 100%;
		background-color:#000;
		padding-top:7px;
		padding-bottom: 7px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}
	
	.eccent_column_half:first-of-type {
		padding-right: 7px;
		text-align: left;
		width:80%;
	}
	
	.eccent_column_half:last-of-type {
		padding-left: 7px;
		text-align: right;
		width:20%;
	}
	
	
}

@media(min-width: 1025px) {
	
	.footer-wrapper .mk-padding-wrapper .mk-col-1-3:first-of-type .widget_media_image {
		align-items: center !important;
	}
	
	.eccent_social_alt {
		display: none !important;	
	}
	
	.eccent_column_half a {
		display: inline-block;
		width:auto;
		height: auto;
		padding:5.5px;
		padding-right: 12px;
		padding-left: 12px;
		color:#FFF;
		font-size: 13px;
		line-height: 17px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.eccent_topbar {
		display:flex;
		flex-flow: column wrap;
		position: relative;
		width: 100%;
		background-color:#000;
		padding-top:7px;
		padding-bottom: 7px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}
	
	.eccent_column_half:first-of-type {
		padding-right: 15px;
		text-align: left;
		width:70%;
	}
	
	.eccent_column_half:last-of-type {
		padding-left: 15px;
		text-align: right;
		width:30%;
	}
	
	.eccent_topbar_container {
		flex-flow: row wrap;
		padding-left: 30px;
		padding-right:30px;
	}
	
	.mk-header:not(.a-sticky) .mk-header-holder {
		position:relative !important;
		top: initial !important;
		left: initial !important;
		right: initial !important;
	}
	
	.mk-main-navigation {
		display: block;
		width: 100% !important;
	}
	
	
	.header-style-1.header-align-left .mk-header-nav-container {
		display: block;
		width:100% !important;
		float:none;
		text-align: center !important;
	}
	
	.main-navigation-ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 1367px;
		margin:0 auto !important;
	}
	
	.main-navigation-ul li {
		float: none !important;
		max-width: initial !important;
		min-width: calc(100% / 7 - 16px) !important;
		width: auto;
	}
	
	.nav-middle-logo {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	
	.nav-middle-logo img {
		max-width: 170px !important;
	}
	
	.nav-middle-logo a {
		height: auto !important;	
	}
	
	.logo-in-middle.a-sticky .logo-has-sticky .mk-sticky-logo {
		padding-top: 15px;
		padding-bottom: 15px;
		box-sizing: border-box;
	}
}

li#field_3_12 { overflow: hidden !important; }

.preloader-logo {
    max-width: 100%;
    width: 120px !important;
    height: auto !important;
}

input#input_3_12 {
    width: 100%!important;
}
p {font-family: 'Open Sans', sans-serif;}

.page-id-5989 .mk-gallery .grid-frame .item-holder img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    object-position: center;
}
.page-id-5989 section.mk-gallery {
    margin-bottom: 45px !important;
}
.text-black strong a, .text-black strong {
    color: #000 !important;
}
.text-black strong a:hover {
    color: #00c8d7 !important;
}

li.bartext, li.baricon {
    line-height: 26px;
}
.thebrandssection li div {
	background-size:contain;
	margin: 0 20px;
}
.thebrandssection .client-logo {
    max-height: 90px !important;
}
.thebrandssection ul {
	margin: 45px 0;
}

#menu-main-nav li a {
  color: #222 !important;
  width: 100%;
}

#menu-main-nav .sub-menu li a {
	color: #FFF !important;
}

ul#menu-main-nav li a:hover {
	color:#00c8d7 !important;
}

/* #topbar-social img {
    width: 24px;
    height: 24px;
    margin-top: 1px;
} */
section#mk-footer {
    background-image: url(https://samssigns.com/wp-content/uploads/2020/08/grunch-texture-footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-grid.mk-grid {
    max-width: 100%;
    background-color: #fff;
}
.bartext a {
    color: #fff;
}
li.bartext, li.baricon {
    color: #fff;
}
/* div#topbar {
    background-color: #000000;
    width: 100%;
    max-width: 100%;
    color: #fff !important;
} */
li.baricon {
    margin-right: 15px;
}
.home div#next {
    position: absolute;
    top: 140%;
}

div#nextbutton {
    position: absolute;
    top: 87%;
    z-index: 55;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
} 
.nextbutton a {
    font-size: 15px !important;
	  font-weight:bold;
}
div#mk-page-id-5282 #next {
    position: absolute;
    top: 180%;
    margin-top: 35px;
}
#mk-page-id-5213 div#next {
    position: absolute;
    top: 170%;
}

div#nextnextbutton {
    position: absolute;
    right: 110px;
    bottom: 170px;
    z-index: 55;
}
#mk-page-id-6157 div#next {
    position: absolute;
    top: 90%;
}


@media (min-width: 1366px) and (max-width: 1680px) {
	div#nextnextbutton {
			position: absolute;
			right: 80px;
			bottom: 150px;
			z-index: 55;
	}
}

@media only screen and (max-width: 1920px) and (min-width: 1367px) {
	.bartext img {
			width: 20px;
			margin-right: 7px;
	}
	
/* 	.main-navigation-ul li.menu-item {
			float: none;
			display: inline-block;
	} */
/* 	#mk-header-1.mk-header .header-logo {
			position: relative;
			display: inline-block;
			top: -5px;
			width: 190px;
			float: none;
			vertical-align: middle;
			height: 120px;
			margin-bottom: -10px;
	} */

/* 	.topbarinner {
			width: 1140px;
			margin: 0 auto;
	} */
	
/* 	.mk-desktop-logo.dark-logo {
			display: none;
	}
	.header-logo a .mk-sticky-logo {
			position: relative;
			margin: 0 auto;
			display: block;
	}
	.a-sticky.mk-header .fit-logo-img a {
			float: none;
			margin-left: auto;
			margin-right: auto;
			display: block;
			text-align: center;
	}
	.header-logo a .mk-sticky-logo {
			display: inline-block;
			position: relative;
			transform: none !important;
			top: 0;
	}
	.mk-header .mk-header-nav-container {
			width: 100%;
	} */
}

/* @media only screen and (max-width:1366px) and (min-width: 1281px) {

#mk-header-1.mk-header .header-logo {
		position: relative;
		display: inline-block;
		top: -5px;
		width: 190px;
		float: none;
		vertical-align: middle;
		height: 120px;
		margin-bottom: -10px;
}
	
} */

@media only screen and (max-width:1366px) and (min-width: 1025px) {

/* .mk-header:not(.header-style-4) .header-logo {
		top: 2px;
		position: absolute;
} */
	
.mk-section-video video {
    width: 1366px;
}
	
.mk-section-video {
    width: 1366px;
}
	
.mk-header:not(.header-style-4) .header-logo.logo-has-sticky {
		top: 0;
}
	
.header-logo a .mk-sticky-logo {
		width: 100px;
}


}

@media (max-width:768px) {
	.header-logo a img {
			max-width: 140px;
			top: 30px;
	}
	div#nextbutton {
			top: 77%;
	}
	#mk-page-id-5989 div#next {
			position: absolute;
			top: 160%;
	}
	
	.nextbutton a {
			font-weight: bold;
			font-size: 15px !important;
	}
	.nextbutton a {
			font-size: 13px !important;
			padding: 9px 17px !important;
	}
	div#nextnextbutton {
			position: absolute;
			right: 45px;
			bottom: 100px;
			z-index: 55;
	}
	div#topbar {
	padding-bottom: 20px;
	}
	.mk-header:not(.header-style-4) .header-logo {
			top: 15px;
			position: absolute;
	}
}

@media (max-width:480px) {	
	.nextbutton a {
			font-weight: bold;
			font-size: 13px !important;
	}
	.header-logo a img {
			max-width: 140px;
			top: 43px;
	}
	.mk-header:not(.header-style-4) .header-logo {
			top: 5px;
			position: absolute;
	}
	div#nextbutton {
			top: auto;
			margin-bottom: -5px !important;
			position: relative;
	}
	div#nextnextbutton {
			position: relative;
			z-index: 55;
			width: 100%;
			right: 65px;
			bottom: -22px;
			margin-bottom: 40px;
			margin-top: -35px !important;
	}
	div#topbar {
	padding-bottom: 70px;
	}
}

.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
    color: #fff;
    background-color: #00c1cf;
    margin-top: 78px;
}

/* header#mk-header-1  {
max-height: 90px; 
} */

/* .mk-header-inner add-header-height{
	max-height: 90px;
} */



.nextbutton-1 a {
    font-weight: 900;
}
@media screen and (min-width: 481px) {
	a.mob-scrolldown-btn {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	div#strategy-section {
    text-align: center;
}
	a.mob-scrolldown-btn {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 200px;
    left: 0;
    right: 0;
    margin: -65px auto 0 auto;
    /* height: 35px; */
    background: #00c1cf;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 900;
}
}