/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.4
*/

/**
 * GLOBAL
 */
body{
	font-family: Montserrat !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat !important;
    color: #0b103f; 
}
a,p,.bold, strong, b, .content,
#search-outer #search .span_12 span{
	font-family: Montserrat !important; 
}
.d-none{
	display:none !important;
}
p{
	font-size: 16px;
	color:#646788;
	line-height: 2;
}
.text-left{
	text-align:left;
}
ul li{
	font-size: 16px;
    color: #646788;
    line-height: 32px;
}
.cmz-title h5{
  	font-size: 16px;
	color: #0b103f;
	text-transform: uppercase;
}
.cmz-title h2{
  	font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    
    text-align: left;
    color: #0b103f;
}
.cmz-p p{
	font-family: Montserrat;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 2;
  	letter-spacing: 0.22px;
  	text-align: left;
  	color: #646788;
}
.title-02 h1{
	font-family: Montserrat;
  	font-size: 40px;
  	font-weight: 600;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 0.65;
  	letter-spacing: normal;
  	color: #484848;
}
.title-02 p{
	font-family: Montserrat;
  	font-size: 19.3px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.51;
  	letter-spacing: normal;
  	color: #646788;
}
.whitepaper-popup img{
	max-width:100%;
	border-radius:20px;
}

/**
 * White Paper
 */
.whitepaper-popup img{
	max-width:100%;
	border-radius:20px;
}
header#top nav ul li a {
    font-weight: 500 !important;
}
a, p, .bold, strong, b, .content, #search-outer #search .span_12 span {
    font-weight: 500 !important;
}
.whitepaper-popup a.nectar-button.cmz-button01 {
    font-weight:900 !important;
}
/* Custom by adhit */
.cmz-checkboxcf7 .version .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}
.cmz-checkboxcf7 label {
	font-weight: 600;
	margin-bottom: 15px;
}
.cmz-checkboxcf7 br {
	display: none;
}
.cmz-checkboxcf7 .wpcf7-checkbox .wpcf7-list-item {
	position: relative;
    overflow: hidden;
}
.cmz-checkboxcf7 .wpcf7-checkbox .wpcf7-list-item > input {
	position: absolute;
    width: 100%;
    opacity: 0;
	z-index: 1;
}
.cmz-checkboxcf7 .wpcf7-checkbox .wpcf7-list-item > .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
}
.cmz-checkboxcf7 .wpcf7-checkbox .wpcf7-list-item > .wpcf7-list-item-label:before {
	width: 11px;
    height: 11px;
    border: 1px solid;
    display: inline-block;
    border-radius: 2px;
	margin-right: 5px;
}
.cmz-checkboxcf7 .wpcf7-checkbox .wpcf7-list-item > .wpcf7-list-item-label:after {
    content: '\2713';
	display: none;
	position: absolute;
    left: 1px;
    width: 11px;
    height: 12px;
    background: #007A33;
    font-weight: 600;
    color: #ffffff;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
}
.cmz-checkboxcf7 .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) and (display:flow-root) { 
		select {
			-webkit-appearance: none;
			height: 52px;
			line-height: 18px;
			background: url(https://www.forest-interactive.com/wp-content/uploads/2020/12/chevron-down.png);
			background-size: 8px;
			background-repeat: no-repeat;
			background-position: 99% center;
		}
    } 
}
@media only screen and ( max-width:767px ){
	.top-white-paper h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.cmz-checkboxcf7 {
		display: block;
		margin-bottom: 15px;
	}
}
/* Custom by adhit */
@media only screen and ( max-width: 690px ) {
 	/* .custom-same-height-tabs .tabbed .ui-tabs-nav {
		flex-wrap: wrap;
	}
	.custom-same-height-tabs .tabbed[data-style*=material] .wpb_tabs_nav li {
		flex: 1;
		height: 174px;
	} */
	body .custom-toggle-mobile div[data-style=minimal] .toggle {
		border-bottom: 0;
	}
	body .custom-toggle-mobile div[data-style=minimal] .toggle h3 a {
		position: relative;
		z-index: 2;
		padding: 20px 45px;
		text-align: center;
		font-size: 16px;
		font-weight: 900 !important;
		line-height: 1.5;
		border-radius: 5px 5px 0 0;
	}
	body .custom-toggle-mobile div[data-style=minimal] .toggle.open h3 a {
		background: #007A33;
		color: #ffffff;
	}
	body .custom-toggle-mobile div[data-style=minimal] .toggle.open h3 a:after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		box-shadow: 0px 18px 50px rgba(18, 71, 35, .3);
	}
	body .custom-toggle-mobile div[data-style=minimal] .toggle:first-child h3 a:before {
		content: '\f2c7';
		font-family: 'FontAwesome';
		font-size: 32px;
		line-height: 1;
		margin: 10px 0;
		display: block;
	}
	body .custom-toggle-mobile div[data-style=minimal] .toggle:nth-child(2) h3 a:before {
		content: '\f012';
		font-family: 'FontAwesome';
		font-size: 32px;
		line-height: 1;
		margin: 10px 0;
		display: block;
	}
	body .custom-toggle-mobile div[data-style=minimal] .toggle:last-child h3 a:before {
		content: '\f10b';
		font-family: 'FontAwesome';
		font-size: 32px;
		line-height: 1;
		margin: 10px 0;
		display: block;
	}
	body .custom-toggle-mobile div[data-style=minimal] .toggle h3 a i {
		display: none;
	}
}

/**
 * Standardize
 */
h1{
    font-weight: bold;
    font-size: 40px;
	line-height: 54px;
    color:#0B103F;
}
h2{
    font-weight: bold;
    font-size: 30px;
    color:#0B103F;
}
h3{
    font-weight: bold;
    font-size: 20px;
    color:#0B103F;
}
h4{
	font-weight: bold;
    font-size: 18px;
}
h5{
	font-weight: bold;
    font-size: 16px;
	
}
.cmz-p p, p {
    color:#646788;
    line-height: 32px;
}
#cmz-home_latestnews .blog-recent[data-style="minimal"] .excerpt{
  	color: #646788 !important;
}
.no-br br{
	display:none !important;
}
.home .blog-recent .col .post-header {
    color: #646788 !important;
}

body[data-form-submit="regular"] .container-wrap .cmz-meetus-form input[type=submit] {
    min-width:0;
    font-size: 16px;
    padding: 20px 45px !important;
    border-radius: 30px !important;
}

a.nectar-button.cmz-button01 {
    text-align: center !important;
    font-size: 16px !important;
    min-width: 0;
    padding: 20px 30px !important;
    border-radius: 30px !important;
}
a.nectar-button.has-icon.cmz-button01 {
    padding: 20px 45px !important;
}
body a.nectar-button.has-icon.cmz-button01 i {
	right: 18px;
}
#commentform .form-submit input[type="submit"] {
    margin-top: 25px;
    font-family: Montserrat !important;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: center !important;
    font-size: 16px !important;
    min-width: auto;
    color: #ffffff;
    background-color: #007A33!important;
    padding: 20px 30px !important;
    border-radius: 30px !important;
    width: auto !important;
}
body[data-button-style*="slightly_rounded"] .masonry.classic_enhanced .posts-container article .meta-category a,
body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a,
body[data-button-style*="slightly_rounded"] .blog-recent[data-style*="classic_enhanced"] .meta-category a{
	border-radius: 30px!important;
    -webkit-border-radius: 30px!important;
}
body #pagination >span.page-numbers.current, 
body nav.woocommerce-pagination span.page-numbers.current {
    border-radius: 30px !important;
}
body[data-button-style*="slightly_rounded"] .nectar-button.event-btn {
    text-align: center !important;
    font-size: 16px !important;
    min-width: 0;
    padding: 20px 45px !important;
    border-radius: 30px !important;
}
/****************************************************************/
.cmz-privacypolicy ul li{
	margin-bottom:15px;
}
.img-45{
	width:45px !important;
	height:45px !important;
}
.centered{
	display: block !important;
    margin: 0 auto !important;
}

.h-260{
	height:260px !important;
}

article.post .more-link, .blog-recent .more-link{
	display:none;
}
.blog-recent[data-style="minimal"] .meta {
    font-family: Montserrat !important;
}
.unset_pointer{
	pointer-events: unset !important;
}
.c-white{
	color:#ffffff !important;
}
.btn-opacity1{
	opacity:1 !important;
}

.justify-content-center{
	-ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-center.center .center{
	-ms-flex-pack: center!important;
    justify-content: center!important;
}
.cmz-ul{
	font-family: Montserrat;
    font-size: 16px;
    color: #0B103F;
    line-height: 35px;
    margin-left: 20px;
}
.card-shadow01 .wpb_column.boxed > .vc_column-inner {
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1); 
}
.card-shadow01 .wpb_column.boxed:hover > .vc_column-inner {
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.1); 
}

/* Line */
.line-1{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* Button */
a.nectar-button.cmz-button01{
	text-align: center !important;
    font-size: 16px !important;
    min-width: 0;
    padding: 20px 30px !important;
    border-radius: 30px !important;
}
a.nectar-button.cmz-button01.padlr40{
	padding: 13px 40px !important;
}

.nectar-carousel-fixed-content a.nectar-button{
	min-width: 150px;
	padding: 13px 25px !important;
    text-align: center !important;
    font-size: 16px !important;
    border-radius: 30px !important;
}
.nectar-button.see-through.cmz-button01, body .nectar-button.see-through.cmz-button01{
	border-radius: 30px !important;
}
/* Min Height */
@media only screen and ( min-width:1100px ) {
	.hd-190{
		min-height:190px
	}
}

/**
 * Carousel_02 
 */
.carousel_02 a {
	position: relative;
	height: 100%;
	display: inline-block;
}
.carousel_02 a:before {
	opacity:0;
	content: '';
	width: 100%;
	height: 94.5%;
	position: absolute;
	left: 0;top: 0;
	z-index: 9;
	display: inline-block;
	background-color: rgb(0 122 50 / 35%);
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.carousel_02 a:hover:before{
	opacity:1;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
@media only screen and ( min-width:1200px ){
	.carousel_02 .col img {
		height: auto !important;
	}
}
@media only screen and ( min-width:767px ){
	ul.carousel_02 .span_3 {
		width: 4% !important;
		padding: 0 10px;
	}
}

/* Play Button */
.play-btn, .play-btn:before, .play-btn:after {width: 30px;height: 30px;}
.play-btn {
	overflow: hidden;
	position: absolute;
	margin: 0 auto;
	left: -15px;
	right: 0;
	border-radius: 20%;
	transform: translateY(63%) rotate(120deg) skewY(30deg) scaleX(0.866);
	cursor: pointer;
	pointer-events: none;
} 
.play-btn:before, .play-btn:after {
	position: absolute;
	background: white;
	pointer-events: auto;
	content: '';
}
.play-btn:before {
	border-radius: 20% 20% 20% 53%;
	transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
   skewX(30deg) scaleY(.866) translateX(-24%);
}
.play-btn:after {
	border-radius: 20% 20% 53% 20%;
	transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
			skewX(-30deg) scaleY(.866) translateX(24%);
}

/** extra styles to show how it works **/
.play-btn:hover { overflow: visible; }
.play-btn:hover:before, .play-btn:hover:after { background: none; }
.play-btn:hover, .play-btn:hover:before, .play-btn:hover:after {
	border: dashed 1px;
}

/**
 * Multi COntact Form
 */
.section-loader-subscribe {
    display: none;
    position: relative;
    left: 0;
    float: left;
    margin: 13px 0 -10px;
    width: 100%
}
.cmz-multiple-cf7 form br {
    display: none !important;
}
.loading-text {
    position: relative;
    top: -30px;
    left: 35px;
    color: #838383
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    50% {
        background: #000
    }
}

@keyframes pulse {
    50% {
        background: #000
    }
}

.loading-send {
    right: 0;
    top: -4px;
    position: relative;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid #057d5c;
    border-top-color: #000;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}



/**
 * HEADER
 */

/* Header Menu */
header#top nav ul li a,
body[data-dropdown-style="minimal"] header#top .sf-menu li ul li a, body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart .quantity, body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart .cart_list li, body[data-dropdown-style="minimal"] #header-outer .cart-notification, body[data-dropdown-style="minimal"] #header-outer .total, body[data-dropdown-style="minimal"] #header-outer .total strong, body[data-dropdown-style="minimal"] #header-outer ul.product_list_widget li dl dd {
    color: #0b103f;
}

#top nav > ul > li > a{
	font-weight: 100 !important;
    font-size: 1rem !important;
}

#top nav > ul > li.current_page_item > a,
#top nav > ul > li.current-menu-parent > a,
#top nav > ul > li.current-menu-item > a{
	font-weight: 700 !important;
}
header#top nav ul li a{
	font-size:15px !important;
}

ul > li.menu-item-has-children > a:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    top: 7px;
    margin-left: 5px;
    position: relative;
}
li.menu-item-has-children ul li.menu-item-has-children > a:before {
    opacity: 0;
}

@media only screen and ( max-width:767px ){
	body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li a {
		padding: 0 7px;
	}
	ul > li.menu-item-has-children ul.sub-menu a {
		font-size:16px !important;
	}
	ul > li.menu-item-has-children ul.sub-menu li{
		margin-bottom:0 !important;
	}
}

body #search-outer #search input[type="text"] {
    border-bottom: 4px solid #007A33 !important;
}
body.material #header-outer #social-in-menu a i {
    font-size: 15px;
    width: 30px;
    top: 0;
}

/**
 * HOME
 */
/* Home Slider */
body.home .container-wrap, body.home .project-title {
    padding-top: 0 !important;
}
.cmz-home-slider{
	margin-bottom:0 !important;
}
.cmz-home-slider .text-slider-1 h1 {
    font-weight: 500 !important;
    color: #007A33;
    font-size: 70px;
    line-height: 75px;
}
.cmz-home-slider .text-slider-1 h1 strong {
    font-weight: 900 !important;
}
.cmz-home-slider .row .col img {
    margin-bottom: 0;
}
.cmz-home-slider .owl-carousel .owl-stage {
    padding: 0 0 !important;
}
/* Slide 2,3,4 */
.cmz-home-slider .slide-v2 .text-slider-1 h1 strong,
.cmz-home-slider .slide-v3 .text-slider-1 h1 strong,
.cmz-home-slider .slide-v4 .text-slider-1 h1 strong{
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 15px;
    display: inline-block;
    color: #1a57d7;
    font-weight: 900 !important;
}
.cmz-home-slider .slide-v3 .text-slider-1 h1 strong{
	color: #183071;
}
.cmz-home-slider .slide-v4 .text-slider-1 h1 strong{
	font-size: 54px;
    line-height: 65px;
	color: #662d91;
}
.cmz-home-slider .slide-v2 .text-slider-1 p,
.cmz-home-slider .slide-v3 .text-slider-1 p,
.cmz-home-slider .slide-v4 .text-slider-1 p{
	font-size:20px;
}

.cmz-home-slider .slide-v2 .text-slider-1 a,
.cmz-home-slider .slide-v3 .text-slider-1 a,
.cmz-home-slider .slide-v4 .text-slider-1 a{
	z-index: 13;
    background-color: #007A33;
    color: #fff;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0px;
    font-size: 20px;
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 8px -1px;
    border-radius: 30px;
    padding: 15px 35px;
    border-width: 0px;
}
@media only screen and ( min-width:1200px ){
	.cmz-home-slider, .cmz-home-slider .owl-stage-outer{
		height:550px !important;
	}
}
@media only screen and ( min-width:768px ){
	.hide-desktop{
		display:none !important;
	}
	.hideDesktop{
		display:none !important;
	}
}
@media only screen and ( max-width:767px ){
	.cmz-home-slider .text-slider-1 h1 {
		font-size: 30px;
		line-height: 35px;
		margin-top: 30px;
    	margin-bottom: 0;
	}
	.cmz-home-slider .slide-v2 .text-slider-1 h1 strong,
	.cmz-home-slider .slide-v3 .text-slider-1 h1 strong{
		font-size: 30px;
		line-height: 35px;
	}
	.cmz-home-slider .slide-v4 .text-slider-1 h1 strong {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 0;
	}
	.cmz-home-slider .slide-v2 .text-slider-1 p,
	.cmz-home-slider .slide-v3 .text-slider-1 p,
	.cmz-home-slider .slide-v4 .text-slider-1 p{
		font-size: 15px;
		line-height: 28px;
	}
	.cmz-home-slider .owl-carousel .owl-stage {
		padding: 0 0;
	}
	.hide-mobile{
		display:none !important;
	}
	.cmz-home-slider .owl-dots {
		margin-top: -50px !important;
	}
	
	.hideMobile{
		display:none !important;
	}
	.cmz-home-slider .slide-v2 .text-slider-1 a, .cmz-home-slider .slide-v3 .text-slider-1 a, .cmz-home-slider .slide-v4 .text-slider-1 a {
		font-size: 15px;
		padding: 12px 30px;
	}
	
}

 /* Home Counters */
#cmz-home_counters .nectar-milestone .subject {
    font-size: 19px!important;
    font-family: Montserrat;
    color: #646788;
}

body.home #cmz-home_counters .nectar-milestone .number{
	font-size: 50px;
    line-height: 50px;
	font-family: 'Montserrat' !important;
}

@media only screen and (min-width:768px) and ( max-width:1199px ){
	div#cmz-home_counters .vc_col-sm-3 {
		width: 50%;
		margin-bottom: 30px;
	}
}

 /* Home Why Choose Us */
body.home #cmz-home_whychooseus{
	padding-top: 80px;
    padding-bottom: 5px;
}
#cmz-home_whychooseus ol { 
    counter-reset: item;
    list-style-type: none;
	margin: 0;
}
#cmz-home_whychooseus ol li { 
	display: block; 
	font-family: Montserrat;
  	font-size: 21px;
  	font-weight: 600;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.92;
  	letter-spacing: 0.24px;
  	text-align: left;
	margin-bottom: 10px;
  	color: #484848;
}
#cmz-home_whychooseus.v3 ol li {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
    color: #646788;
}

.revenue-maximizing .hover-content{
	font-size:18px;
}
.revenue-maximizing .nectar-fancy-box[data-style="hover_desc"] .hover-content {
    max-width: 90%;
}
.revenue-maximizing .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    max-width: 35px;
    margin-bottom: 10px;
}

#cmz-home_whychooseus ol li:before { 
    content: counter(item, decimal-leading-zero) " "; 
    counter-increment: item;
	margin-right:10px;
	font-family: Montserrat;
  	font-size: 21px;
  	font-weight: 600;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.92;
  	letter-spacing: 0.24px;
  	text-align: left;
  	color: #007A33;
}
#cmz-home_whychooseus.v3 ol li:before {
    line-height: 30px;
	min-width: 30px;
}
#cmz-home_whychooseus ol li a{
	color: #484848;
}
#cmz-home_whychooseus ol li a:hover{
	color: #007A33;
}
#cmz-home_whychooseus ol li a:after {
    content: "\e909";
    font-family: 'icomoon'!important;
    font-size:15px;
    padding:5px;
    right: -10px;
    background:#0e7e41;
    color:#fff;
    top:-1px;
    position:relative;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px;
    box-shadow:0 0 10px -2px #0e7e41;
}
#cmz-home_whychooseus.v2 ol li {
	font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    color: #646788;
    display: flex;
}
#cmz-home_whychooseus.v2 ol li:before {
	font-size: 15px;
    line-height: 32px;
}
#cmz-home_whychooseus .pl-25 p{
	line-height:25px;
}
.blog-recent[data-style="minimal"] .col >span {
    font-family: 'Montserrat' !important;
}
.testimonial_slider[data-style*="multiple_visible"] blockquote .title, .nectar_single_testimonial .title {
    font-family: 'Montserrat' !important;
}
@media only screen and (min-width:1367px){
	.slider-shadowwhite #slider-1-slide-1-layer-2:after{
		content: '';
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		box-shadow: inset 260px 0px 110px -75px rgb(255, 255, 255);
	}
	.slider-shadowwhite #slider-1-slide-1-layer-6:after{
		content: '';
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		box-shadow: inset -300px 0px 110px -195px rgb(255, 255, 255);
	}
}

@media only screen and ( max-width:767px ){
	#cmz-home_whychooseus ol li a {
		font-size: 13px;
	}
}


.nectar-fancy-box[data-style="hover_desc"] .hover-content {
    font-family: Montserrat;
}

/* Home Digital Transformation */
@media only screen and ( min-width:1200px ){
	#cmz-home_digitaltransformation h2{
		text-align: center;
		max-width: 1010px;
		margin: 0 auto;
	}
}
@media only screen and ( max-width:1199px ){
	.whychooseus-icon .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation{
		width: 45px;
		float: left;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
@media only screen and ( min-width:1025px ) and ( max-width:1240px ){
	.whychooseus-icon .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
		width: 60px;
	}
	body .home-newsletter input[type="submit"]#btn-ga_newsletter {
		padding: 15px 7px!important;
		font-size: 13px;
	}
}

/* UBM */

.cmz-ubm .nectar-fancy-box .inner {
    padding-bottom: 30px;
}
.cmz-ubm .nectar-fancy-box .box-bg:after {
    background-color: rgba(0, 0, 0, 0.7);
	opacity: 1 !important;
}
.cmz-ubm .nectar-fancy-box[data-style="hover_desc"] {
    transform: translateY(0) !important;
}
/* .nectar-fancy-box[data-style="hover_desc"] .box-bg:before, .nectar-fancy-box[data-style="hover_desc"]:before {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity .65s cubic-bezier(.05,0.2,.1,1);
} */
.revenue-maximizing .nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"]:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0), #007A33 100%);
}
.cmz-ubm .nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"]:before {
	height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 70, 32, 0.7) 100%);
}
.cmz-ubm h3{
	margin-bottom: 20px !important;
}

@media only screen and ( min-width:1000px ){
	.cmz-ubm .nectar-fancy-box {
		padding: 9% 80px;
		height: 440px;
	}
}

/* Home Careers */
#cmz-home_careers .nectar-button[data-color-override="false"].regular-button{
	background-color: #ffffff!important;
    border-radius: 30px !important;
    color: #007A33;
}
#cmz-home_careers .nectar-button[data-color-override="false"].regular-button .icon-button-arrow:before {
    color: #007A33;
}
#cmz-home_careers .video-color-overlay{
	background-color:#000000;
}
.h2-homecareer{
	text-align: center; 
	font-size: 50px; 
}
#cmz-home_careers .mobile-video-image {
    display: block; 
}
@media only screen and (max-width:999px){
	.h2-homecareer{
		font-size: 40px; 
		line-height: 40px;
	}
}
@media only screen and ( max-width:767px ){
	#cmz-home_careers h4 {
		font-size: 41px !important;
		line-height: 50px !important;
	}
	#cmz-home_careers h1{
		font-size:42px;
	}
	
}

/* Home Latest News */
#cmz-home_latestnews .blog-recent[data-style="minimal"] .meta {
    font-size: 16px;
}
#cmz-home_latestnews .blog-recent[data-style="minimal"] .meta a{
	color: #007A33 !important;
    font-weight: 600;
}
#cmz-home_latestnews .blog-recent[data-style="minimal"] h3{
	font-family: Montserrat;
  	font-size: 22px;
  	font-weight: 600;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.52;
  	letter-spacing: normal;
  	text-align: left;
  	color: #0b103f;
}
#cmz-home_latestnews .blog-recent[data-style="minimal"] .excerpt{
	font-family: Montserrat;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.75;
  	letter-spacing: normal;
  	text-align: left;
  	color: #0B103F;
	margin-bottom: 20px;
}
.why-its-great {
    margin-bottom: 20px;
    display: inline-block;
}
@media only screen and ( max-width:1199px ){
	.why-its-great{
		line-height: 40px;
	}
	.why-its-great2{
		line-height: 50px;
	}
}
/* Home Newsletter */
.home-newsletter {
	background-color:#ffffff;
	-webkit-box-shadow: 0 37px 45px -20px rgba(119, 122, 155, 0.2);
	box-shadow: 0 37px 45px -20px rgba(119, 122, 155, 0.2);
    margin-bottom: 80px !important;
    margin-top: -110px;
    padding: 0 50px;
    z-index: 99999;
}
.home-newsletter input[type="email"]{
	height: 70px;
	float: left;
    width: 75%;
    background: #fcfcfc;
	padding: 10px 30px;
    border: 1px solid #007A33;
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
}
.home-newsletter span.your-email{
	float: left;
    width: 75%;
}

body .home-newsletter input[type="submit"]{
	font-family: Montserrat !important;
	width: 25%;
    float: left;
    height: 70px;
	transform: translateY(0) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
}

body .home-newsletter .wpcf7-form span.wpcf7-not-valid-tip {
	background: transparent;
    color: red !Important;
    box-shadow: none;
    padding: 5px 0;
}
body .home-newsletter .wpcf7 .wpcf7-response-output {
    background-color: transparent;
    margin-left: 0;
    margin-top: 10px;
}
body .home-newsletter div.wpcf7-validation-errors{
	border: 2px solid red !important;
}
@media only screen and (min-width:1101px){
	body .home-newsletter form{
		display:flex;
		margin-top: -15px;
	}
}
@media only screen and (max-width:1100px){
	body .home-newsletter input[type="submit"] {
		width: 100%;
		border-top-left-radius: 40px !important;
		border-bottom-left-radius: 40px !important;
		border-top-right-radius: 40px !important;
		border-bottom-right-radius: 40px !important;
	}
	.home-newsletter span.your-email{
		float: left;
		width: 100%;
	}
	body .home-newsletter input[type="email"]{
		margin-bottom:10px;
		width: 100%;
		border-top-left-radius: 40px !important;
		border-bottom-left-radius: 40px !important;
		border-top-right-radius: 40px !important;
		border-bottom-right-radius: 40px !important;
	}
	body .home-newsletter h2{
	    font-size: 30px !important;
    	line-height: 40px !important;
	}
}

@media only screen and ( max-width:767px ){
	.home-newsletter {
		padding: 0 20px;
	}
}

/**
 * FOOTER
 */
#footer-outer, #nectar_fullscreen_rows >#footer-outer.wpb_row .full-page-inner-wrap{
	background-color: #f4f4f4;
}

#footer-outer li#social-in-menu{
	list-style:none;
}
.material #footer-outer .widget li a{
	color:#0b103f !important;
	font-weight: 700;
	font-weight: 100;
    font-size: 14px;
    line-height: 26px;
}

.material #footer-outer .widget li#social-in-menu a{
	margin-right: 12px;
}
#footer-outer .widget h4{
	font-size: 15px;
    color: #0b103f;
	position: relative;
    display: inline-block;
	padding-bottom: 3px;
}
#footer-outer .widget h4:after {
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #007A33 !important;
    border-radius: 30px;
}
#footer-outer .widget.widget_media_image img {
    display: block;
	max-width: 50% !important;
}
#footer-outer #footer-widgets .col p {
    padding-bottom: 20px;
    color: #0b103f !important;
    font-weight: 100;
    font-size: 100%;
}
#footer-outer .container .row{
	padding-bottom:20px;
}
div#footer-outer #copyright {
    background-color: #007A33;
}
#footer-outer[data-using-bg-img="true"] #copyright {
    background-color: #007A33!important;
    color: #fff;
}
#footer-outer #copyright .col {
    width: 100% !important;
}
#footer-outer #copyright .col p{
	display:inline-block;
	padding-bottom: 0;
	color:#ffffff !important;
	font-size: 100%;
    font-weight: 100;
}
#footer-outer #copyright .col ul {
    top: 5px;
    position: relative;
}
#footer-outer #copyright .col ul li a{
	font-size: 14px;
	color: #ffffff !important;
}
#footer-outer #copyright .col ul li a:hover{
	opacity:0.8;
}

@media only screen and ( min-width:1200px ){
	#footer-outer .col:nth-of-type(1) {
		width: 48%;
	}
	#footer-outer .col:nth-of-type(1) .widget:nth-of-type(1){
		width: 300px;
		display: inline-block;
    	float: left;
	}
	#footer-outer .col:nth-of-type(1) .widget:nth-of-type(2){
		margin-left: 30px;
		display: inline-block;
    	float: left;
	}
	#footer-outer .col:nth-of-type(2) {
		width: 11%;
    	margin-left: 10px;
	}
	#footer-outer .col:nth-of-type(3) {
		width: 16%;
	}
	#footer-outer .col:nth-of-type(4) {
		width: 16%;
		margin-left: 10px;
	}
}

@media only screen and ( min-width:684px ) and ( max-width:1024px ){
	#footer-outer .col:nth-of-type(1){
		width: 100% !important;
	}
	#footer-outer .col:nth-of-type(1) .widget{
		width: 47% !important;
    	float: left;
	}
	#footer-outer .col:nth-of-type(1) .widget:nth-of-type(1){
		margin-right:28px;
	}
	#footer-outer .col:nth-of-type(3){
		clear:none !important;
	}
	#footer-outer .col:nth-of-type(2){
		margin-right:9px !important;
	}
	#footer-outer .col:nth-of-type(4){
		width: 100% !important;
	}
	#footer-outer .col:nth-of-type(4) .widget{
		width: 47% !important;
    	float: left;
	}
	#footer-outer .col:nth-of-type(4) .widget:nth-of-type(1){
		margin-right:28px;
	}
	
}

@media only screen and ( min-width:768px ) and ( max-width:1024px ){
	#footer-outer .col:nth-of-type(1) {
		width: 70%!important;
	}
	#footer-outer .col:nth-of-type(1) .widget {
		width: 46% !important;
	}
	#footer-outer .col:nth-of-type(2) {
		width: 21%!important;
		display: contents;
	}
	#footer-outer .col:nth-of-type(4) {
		width: 40% !important;
	}
	#footer-outer .col:nth-of-type(4) .widget {
		width: 100% !important;
	}
	.vc_custom_1611329642642 h4 {
		display: inline-block;
	}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1030px){
	body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
		display: block !important;
	}
	.slide_out_area_close .close-wrap, #search-outer .close-wrap, .slide-out-widget-area-toggle a .close-wrap {
    	overflow: initial !important;
	}
	#slide-out-widget-area span.close-line.close-line2 {
		left: 52px;
	}
}

@media only screen and ( min-width:1024px ) and ( max-width:1240px ){
	#footer-outer .col:nth-of-type(1) {
		width: 30%!important;
	}
	#footer-outer .col:nth-of-type(1) .widget {
		width: 80% !important;
        margin-bottom:60px;
	}
	#footer-outer .col:nth-of-type(2) {
		width: 20%!important;
		display: inline-block;
	}

	#footer-outer .col:nth-of-type(3) {
		width: 40% !important;
		margin-bottom:20px;
	}
	#footer-outer .col:nth-of-type(4) {
		width: 30% !important;
	}
	#footer-outer .col:nth-of-type(4) .widget {
		width: 100% !important;
	}
	.vc_custom_1611329642642 h4 {
		display: inline-block;
	}
	.cmz-dvp-section05 .vc_col-sm-4 {
		width: 100%;
	}
	.cmz-dvp-section05 .vc_col-sm-4:nth-of-type(2) {
		margin-top: 0px !important;
		margin-bottom: 70px;
	}
	.cmz-section-whitelabel .vc_col-sm-3 {
		width: 100%;
		margin-bottom: 60px;
	}
	.cmz-section-whitelabel .vc_col-sm-3:nth-of-type(3) {
		margin-top: 60px;
		margin-left: 0;
		margin-bottom: 60px !important;
	}
	body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
		display: block !important;
		cursor:pointer !important;
		pointer-events: auto !important;
	}
	.slide_out_area_close .close-line2, #search-outer:not(.material-open) .close-line2, .slide-out-widget-area-toggle a:not(.open) .close-line2,
	.slide_out_area_close .close-line, #search-outer .close-line, .slide-out-widget-area-toggle a .close-line {
		-webkit-animation-name: unset !important;
		animation-name: unset !important;
	}
	#slide-out-widget-area span.close-line.close-line2 {
		left: 9px !important;
	}
	#slide-out-widget-area.slide-out-from-right-hover {
		z-index: 999999;
	}
}
@media only screen and (max-width:767px){
	#footer-outer .row {
		padding: 25px 0 40px !important;
	}
	.newfooterlogo{
		margin-bottom:-8px !important;
	}
}


/**
 * CSR
 */
.nectar-video-box .inner-wrap {
    border-radius: 30px !important;
}
.cmz-csr-as .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 50px 0 40px 0;
}
.cmz-csr-as .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    border: 1px solid #e0e0e0;
}
@media only screen and ( min-width:1200px ){
	.three-pillars p{
		min-height: 162px;
		font-size: 15px;
	}
}

/**
 * BLOG
 */
/* Blog Header */
#cmz-blogheader .nectar-recent-posts-single_featured .nectar-recent-post-slide .nectar-recent-post-bg:after {
    background-color: rgba(2,2,2,0.6);
}

@media only screen and ( min-width:1200px ){
	.nectar-recent-posts-single_featured.multiple_featured .controls li .title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

/* Blog Recentpost 01 */
#cmz-blogrecentposts01 .masonry.classic_enhanced .masonry-blog-item .article-content-wrap, 
#cmz-blogrecentposts01 .blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
    padding: 15px !important;
}
#cmz-blogrecentposts01 h3 {
    font-size: 19px;
    line-height: 30px;
}
#cmz-blogrecentposts01 .nectar-love-wrap {
    width: 30px;
}
#categories-4.widget_categories ul li.cat-item-1{
	display:none;
}
@media only screen and ( min-width:1200px ){
	#cmz-blogrecentposts01 h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical; 
	}
	#cmz-blogrecentposts01 .blog-recent[data-style*="classic_enhanced"] .excerpt {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}

/* Testimonial */
#cmz-testimonial p{
	font-size: 14px;
    line-height: 27px;
}
#cmz-testimonial span.testimonial-name{
	font-family: Montserrat !important; 
	color: #0b103f;
	font-weight:bold !important;
}
#cmz-testimonial .testimonial_slider[data-style="multiple_visible"] blockquote p{
	padding: 40px;
}
#cmz-testimonial .testimonial_slider[data-style="multiple_visible"] blockquote p:before {
    font-size: 80px;
    left: 9px;
    top: 11px;
}
#cmz-testimonial .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p{
	background-color: #c2c2c2;
	color: #0b103f;
}
#cmz-testimonial .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after, 
#cmz-testimonial body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after{
	border-color: #c2c2c2;
}
#cmz-testimonial .testimonial_slider[data-style="multiple_visible"] blockquote p:before {
    opacity: 1;
    color: rgb(11, 16, 63) !important;
}
#cmz-testimonial02 p,
#cmz-testimonial02 span,
#cmz-testimonial02 li,
#cmz-testimonial02 h3{
	color:#ffffff;
}
#cmz-testimonial02 .fa:after,
#cmz-testimonial02 .fa:before{
	color:#ffffff;
	
}
#cmz-testimonial02 blockquote p {
    font-size: 17px;
    line-height: 32px;
}
#cmz-testimonial02 blockquote span.testimonial-name {
	font-weight:bold;
    font-size: 25px !important;
    font-weight: bold;
    margin-bottom: 5px !important;
}
#cmz-testimonial02 blockquote span.title {
    font-size: 15px !important;
}
#cmz-testimonial02 .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:after{
	background-color: #fff;
}
.fa:before,
.fa:after{
    font-family: fontawesome;
}
@media only screen and ( min-width:1000px ){
	#cmz-testimonial p {
		min-height: 240px;
	}
}
@media only screen and ( max-width:767px ){
	#cmz-testimonial .testimonial_slider[data-style="multiple_visible"] blockquote p {
		padding: 20px;
	}
}
	
/* Blog Recentpost 02 */
#cmz-blogrecentposts02 h2 {
    font-size: 28px; 
}
#cmz-blogrecentposts02 .nectar-recent-posts-single_featured h2 {
    margin: 15px 0 20px 0 !important;
}
@media only screen and ( min-width:1200px ){
	#cmz-blogrecentposts02 .nectar-recent-posts-single_featured[data-padding="6%"] .recent-post-container{
		padding: 40px 40px;
	}
	.vc_col-sm-8 #cmz-blogrecentposts02 .nectar-recent-posts-single_featured .inner-wrap{
		width: 80%;
	}
}

/* Blog Categories Sidebar */
#sidebar .widget.widget_categories li a, #sidebar .widget.widget_pages li a, #sidebar .widget.widget_nav_menu li a {
    font-size: 17px;
    font-family: Montserrat;
    color: #007A33 !important;
    display: inline-block;
    width: 90%;
    margin-bottom: 8px;
    border-bottom: 2px solid #eaeaea !important;
    border-bottom-style: dashed !important;
}
#sidebar .widget.widget_categories li{
	color: #007A33 !important;
}
#sidebar .widget.widget_categories li:hover,
#sidebar .widget.widget_categories li a:hover{
	color: #0b103f !important;
}

.material .widget.widget_categories li a, 
.material #sidebar .widget.widget_categories li a, 
.material #footer-outer .widget.widget_categories li a {
    padding-bottom: 8px !important;
}
#sidebar h4 {
    color: #b9b9b9;
    font-size: 20px;
}
#text-6 iframe.iframe-embed, #text-6 iframe {
    max-width: 100%;
    width: 100%;
    height: 180px;
}

/* Single Post */
.single-post article.post .content-inner {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.single-post .bottom-meta >div:last-child {
    margin-bottom: 0;
}

.mediacontact{
	font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.52;
    letter-spacing: normal;
    text-align: left;
    color: #114824;
}

/* Archive */
body.archive #footer-outer{
	margin-top:60px;
}
body.post-type-archive-events #footer-outer{
	margin-top:0;
}
body.post-type-archive-events .nectar_team_member_overlay,
body.post-type-archive-events .nectar-close-indicator{
	display:none !important;
}
body.post-type-archive-events .team-member[data-style="bio_fullscreen"] .team-meta p {
    line-height: 21px;
	color: rgba(255,255,255,1);
}
@media only screen and ( min-width:1000px ){
	.cmz-3boxes .post-area.masonry.span_9 .masonry-blog-item {
		width: 30.3% !important;
	}
	.cmz-3boxes .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a {
		width: max-content;
	}
}

/* MEdia Kit Download */
ul.mediakit-download li{
	margin-bottom: 15px;
    padding: 25px 17px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px;
}

ul.mediakit-download li img {
    display: inline-block;
    float: left;
	margin-right: 10px;
}
ul.mediakit-download li a{
	font-family: Montserrat;
  	font-size: 16px;
  	font-weight: 600;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.67;
  	letter-spacing: normal;
  	text-align: left;
  	color: #484848;
}

/**
 * Career
 */
#cmz-perkbennefits .accordion h3 a {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.24px;
    text-align: left;
    color: #007A33;
}
#cmz-perkbennefits .accordion p {
    font-family: Montserrat;
  	font-size: 15px;
  	letter-spacing: 0.23px;
  	text-align: left;
  	color: #0B103F;
}
.cmz-section-meetingform input[type="file"] {
    width:140px;
	height:35px;
	margin-bottom:10px;
}
.cmz-section-meetingform input[type="file"]:after {
	font-family:Montserrat;
    content: 'Attach Resume';
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    height: 33px;
    width: 200px;
    background-color: #b5b5b5;
	color:#ffffff;
    border-radius: 30px;
    position: absolute;
    left: 1px;
    top: 2px;
}
.cmz-section-meetingform input[type="file"]:hover:after{
	background-color: #0e944c;
}
#cmz-perkbennefits .owl-dots{
	display:none;
}
#cmz-perkbennefits .owl-carousel .owl-item img {
    border-radius: 10px; 
}
.cmz-careertestimonial .nectar-fancy-box[data-style="hover_desc"].hovered{
	transform: none !important;
    box-shadow: none !important;
}
.cmz-careertestimonial .nectar-fancy-box h4{
	font-size:18px;
	margin-bottom: 0;
}
.cmz-careertestimonial .nectar-fancy-box h5{
	font-size:14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.cmz-careertestimonial .nectar-fancy-box p{
	font-size: 13px;
    line-height: 18px;
}
.cmz-careertestimonial .nectar-fancy-box[data-style="hover_desc"] .hover-content {
    max-width: 100%;
}
.cmz-careertestimonial .nectar-fancy-box[data-style="hover_desc"][data-color].hover_color_0a0a0a:before {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0),#0a0a0a 90%);
}

@media only screen and ( min-width:1100px ){
	#cmz-home_whychooseus .col-right{
		padding-top:60px;
		width: 55%;
	}
	#cmz-home_whychooseus .col-left {
		width: 45%;
	}
}

/**
 * Event
 */
#cmz-event_meetourteam h3{
	text-align:center;
	font-family: Montserrat;
  	font-size: 23px;
  	font-weight: bold;
  	line-height: 0.95;
  	letter-spacing: 0.93px;
  	color: #0B103F;
	margin-bottom: 2px;
}
#cmz-event_meetourteam h4{
	text-align:center;
	font-family: Montserrat;
  	font-size: 15px;
  	font-weight: 600;
  	line-height: 1.75;
  	letter-spacing: 0.5px;
  	color: #0B103F;
}
#cmz-event_meetourteam p{
	text-align:center;
	font-family: Montserrat;
  	font-size: 11px;
  	font-weight: 600;
  	line-height: 1.94;
  	letter-spacing: 0.45px;
  	color: #0B103F;
}
#cmz-event_meetourteam p a{
	font-size: 14px;
  	color: #0B103F;
}
#cmz-event_meetourteam p a:hover{
  	color: #007A33;
}
#cmz-event_meetourteam p a i{
	font-size: 12px;
    background: #0B103F;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
} 
#cmz-event_meetourteam p a:hover i{
	background: #007A33;
}
#cmz-event_meetourteam .vc_col-sm-3{
	margin-bottom:40px;
}
.cmz-meetus-form textarea{
    max-height: 130px;
}
.cmz-captca-right {
    width: 100% !important;
	margin-bottom: 7px !important;
}
body[data-form-submit="regular"] .container-wrap .cmz-meetus-form input[type=submit] {
    text-align: center !important;
    font-size: 16px !important;
    min-width: 0;
    padding: 20px 45px !important;
    border-radius: 30px !important;
}
.cmz-section-meetingform .wpcf7-form span.wpcf7-not-valid-tip {
    color: red !Important;
    box-shadow: none;
    padding: 5px 0;
}
.cmz-section-meetingform .wpcf7 .wpcf7-response-output {
    background-color: whitesmoke;
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
	border:transparent;
}
.cmz-section-meetingform div.wpcf7-validation-errors{
	border: none !important;
}
.cmz-meetus-form .cmz-col input,
.cmz-meetus-form .cmz-col textarea,
.cmz-meetus-form .cmz-col select{
	 font-family: Montserrat !important;
     border-radius: 30px;
     padding: 12px 25px;  
} 
.cmz-section-meetingform select {
    width: 100%;
    border: none;
    border-radius: 30px !important;
    font-family: Montserrat !important;
    border-radius: 30px !important;
    padding: 18px 25px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    color: #555;
    background-color: #f5f5f5;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.cmz-section-meetingform [data-id="Report_country"]{
	margin: 5px 10px 5px 5px;
}

.cmz-meetus-form .cmz-col select{
	background-color:#f5f5f5;
	height: 52px;
}
.cmz-section-meetingform div.wpcf7-mail-sent-ok {
    border: none !important;
}
.cmz-eventvenue {
    border-radius: 30px;
    position: relative;
    text-align: left;
    box-shadow: 0 0 55px -7px rgba(0, 0, 0, 0.3);
}
.cmz-eventvanueposition .bg-layer > .img-wrap{
	border-radius: 30px !important;
}
.cmz-eventvenue .item {
	width: 260px;
	background-color: #ffffff;
    padding: 23px 30px 0;
}
.cmz-eventvenue .item h6{
	font-family: Montserrat;
	color: #0B103F;
}
.cmz-eventvenue .item p{
	font-family: Montserrat;
	font-size: 15px;
	color: #0b103f;
	font-weight: 600;
}
.cmz-eventvenue .item h5{
	font-family: Montserrat;
	font-size: 15px;
	color: #0b103f;
	font-weight: 600;
	margin-top: -8px;
	margin-bottom: -2px;
	line-height: 20px;
}
.cmz-eventvenue .item:first-of-type{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cmz-eventvenue .item:nth-of-type(2){
	padding-bottom: 15px;
    padding-top: 12px;
}
.cmz-eventvenue .item:nth-of-type(2) h6{
	margin-bottom:-7px;
}
.cmz-eventvenue .item:last-of-type{
	background-color: #007a33;
	display: inline-block;
	text-align: center;
	padding: 30px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
}
.cmz-eventvenue .item a{
	font-family: Montserrat;
	color: #ffffff;
    font-size: 17px;
    line-height: 57px;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cmz-section-meetingform.cmz-multiple .wpcf7 .wpcf7-response-output {
    background-color: transparent;
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    border: transparent;
}
.cmz-section-meetingform.cmz-multiple p{
	margin: 5px 10px 5px 5px;
    padding-bottom: initial;
}
.cmz-section-meetingform.cmz-multiple .wpb_wrapper >div {
    margin-bottom: -25px;
}
.btn-multipleform a {
    background: #007A33;
    display: inline-block;
    color: #fff;
    text-align: center !important;
    font-size: 16px !important;
    min-width: 0;
    margin-top: 10px;
    padding: 20px 45px !important;
    border-radius: 50px !important;
}

.cmz-section-meetingform.cmz-multiple select{
	background: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, #f5f5f500, #f5f5f500);
    background-position: calc(100% - 25px) calc(1em + 14px), calc(100% - 20px) calc(1em + 14px), 100% 0;
    background-size: 5px 5px, 6px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border: thin solid #f5f5f5;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cmz-section-meetingform.cmz-multiple [data-id="list_products"]{
	margin:5px;
}
.cmz-section-meetingform.cmz-multiple [data-id="list_products"] label{
	color: #646788;
}


@media only screen and ( min-width:1200px ){
    .cmz-meetus-form .cmz-col{
        width: 48%;
        float: left;
        margin: 5px;
    } 
	.cmz-w98 {
		width: 97.70% !important;
	}
	.two-post .flickity-slider {
		transform: none !important;
		display: flex !important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.two-post.nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default][data-spacing="10px"] .cell {
		left: 0 !important;
		position: relative !important;
	}
}
@media only screen and ( max-width:1199px ){
	.cmz-meetus-form .cmz-col input, .cmz-meetus-form .cmz-col textarea, .cmz-meetus-form .cmz-col select {
    	margin-bottom: 10px;
	}
}
@media only screen and ( min-width:768px ){
	.cmz-eventvanueposition{
		right:50%;
	}
}
@media only screen and ( max-width:767px ){
	.cmz-eventvanueposition{
		right:30%;
	}
	
}

/**
 * Our Team
 */
.nectar_team_member_overlay .bottom_meta a:nth-of-type(1),
.nectar_team_member_overlay .bottom_meta a:nth-of-type(2),
.nectar_team_member_overlay .bottom_meta a:nth-of-type(4){
    display: none;
}

.cmz-teammembers .team-member-image-inner img,
.cmz-teammembers .team-member-overlay{
	border-radius:30px;
}
.nectar_team_member_overlay.open .team_member_details .team-desc p {
    color: inherit !important;
    line-height: inherit !important;
    font-size: inherit !important;
}
.cmz-testimonial-ourteam p{
	font-size:18px;
}
.cmz-testimonial-ourteam .span_12.light .nectar_single_testimonial span {
	font-family: Montserrat !important;
    font-weight: bold;
}
@media only screen and (min-width:1200px){
	body .cmz-teammembers .team-member[data-style="bio_fullscreen"] .team-meta p {
		max-width: 81%;
	}
	.group-photos .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
		height: 500px;
		object-fit: cover;
	}
}
@media only screen and (max-width:1199px){
	.group-photos .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
		height: 300px;
		object-fit: cover;
	}
	.cmz-testimonial-ourteam p {
		font-size: 14px;
	}
}

/**
 * Brand Identity Guidelines
 */
.card-blackbg .column-bg-overlay{
	background-color: #292929;
    opacity: 1;
}
.card-blackbg .wpb_text_column{
	position:relative;
}
.cmz-3downloads-logo .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    max-width: 180px;
}

/* POPUP DOWNLOAD */
.NoOverflow{
	overflow:hidden !important;
}
@keyframes spinRewards {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#displaypopup_download.beforesend:before {
	font-family: fontawesome;
    content: '\f013';
    color: #007A33;
    width: 50px;
    font-size: 50px;
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    left: 50%;
    text-align: center;
    display: inline-block;
    z-index: 99999;
    animation-name: spinRewards;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
body.popupdownload-overlay{
	overflow:hidden;
}
body.popupdownload-overlay:after{
	content: '';
    background-color: rgb(0,0,0,0.9);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.cmz-download-popup {
    width: 100%;
    max-width: 700px;
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
    z-index: 99999;
}
.cmz-download-popup h2{
	font-size: 18px;
    text-align: center;
	margin-bottom:20px;
}
.cmz-download-popup .center-image{
	text-align:center;
}
.cmz-download-popup .center-image img{
	margin-bottom:20px;
	max-width:100%;
}
.cmz-download-popup ul{
	margin-bottom:40px;
}
.cmz-download-popup ul li {
    font-size: 17px;
    line-height: 30px;
    color: #0B103F;
}
.cmz-download-popup .popup-tnc{
	margin-bottom: 30px;
}
.cmz-download-popup .popup-tnc a{
	text-decoration:underline;
}
.cmz-download-popup .popup-tnc label{
	font-size: 15px;
    color: #0B103F;
}
.cmz-download-popup i.fa-times {
    position: absolute;
    cursor: pointer;
    top: -15px;
    right: -10px;
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100%;
    border: 3px solid #007A33;
}
.Download-FullColorLogo,
.Download-FullWhiteOutLogo,
.Download-BlackMonoLogo{
	cursor:pointer;
}

.cmz-download-popup a.regular-button.disabled,
.cmz-download-popup .nectar-button[data-color-override="false"].regular-button.disabled{
	pointer-events: none !important;
	cursor: not-allowed;
    background-color: #eeeeee !important;
    color: #d0d0d0;
	padding: 13px 25px !important;
    text-align: center !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    top: 0 !important;
    transform: translateY(0) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: none !important;
}
.cmz-download-popup .nectar-button[data-color-override="false"].regular-button.disabled:hover{
	cursor: not-allowed;
}
@media only screen and (max-width:767px){
	.cmz-download-popup h2 {
		font-size: 15px;
		line-height: 22px;
	}
	.cmz-download-popup {
		padding: 30px 15px;
	}
	.cmz-download-popup ul li {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.cmz-download-popup i.fa-times {
		right: 5px;
	}
	.cmz-download-popup {
    	width: 95%;
	}
	#displaypopup_download.beforesend:before {
		left: 45%;
	}
}
	
/**
 * Gallery
 */
.cmz-gallery p{
	color:#ffffff;
}
.cmz-gallery_gotvideos .nectar-video-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
	-webkit-box-shadow: inset -10px -270px 189px -125px rgb(27, 114, 69);
    box-shadow: inset -10px -270px 189px -125px rgb(27, 114, 69);
    top: 0;
}
.cmz-gallery_tabtittle .tabbed[data-style="minimal"] .wpb_tabs_nav{
	margin-bottom:40px;
}
.cmz-gallery_tabtittle li a{
	font-size: 20px;
    font-weight: 600;
	color: #0b103f !important;
}
.cmz-gallery_tabtittle li a.active-tab,
.cmz-gallery_tabtittle li a:hover{
	color: #007A33 !important;
}

.cmz-gallery img,
.cmz-gallery .work-item,
.cmz-gallery .work-info-bg,
.cmz-gallery .nectar-video-box .inner-wrap{
    border-radius: 20px !important;
}
.cmz-gallery_tabtittle .work-info h3{
	display:none;
}
.cmz-gallery_tabtittle.show-title h3 {
    display: block;
}

/**
 * Contact US
 */
.cl_map .pop_marker{
    width:250px !important;
}    
.cl_map .pop_marker h3{
	font-size:16px;
    padding-bottom: 8px !important;
}
.cl_map .pop_marker ul{
    padding:0;
    margin:0;
}
.cl_map .pop_marker .addimage {
    margin-bottom: 5px;
}
.cl_map .pop_marker ul li {
    margin-bottom: 10px !important;
}
#cmz-contact_wordlwideoffices h5{
	text-transform: uppercase;
    font-size: 20px
}
#cmz-contact_wordlwideoffices h5 span{
	text-transform: capitalize;
}
#cmz-contact_wordlwideoffices p{
	padding-bottom: 10px;
}
@media only screen and ( min-width: 1000px ){
	.cmz-contact_3boxcontact {
		padding: 0 80px;
	}
	.cmz-contact_3boxcontact h3,.cmz-contact_3boxcontact p{
		text-align:left !important;
	}
	.cmz-contact_3boxcontact .vc_col-sm-4:nth-of-type(2){
		padding-left:60px;
	}
}

/**
 * Key Highlight
 */
.key-highlight .item{
	text-align:center;
}
.key-highlight .item h3{
	color: #0b103f !important;
}
.key-highlight .item p{
	color: #0B103F !important;
}

.key-highlight .item .nectar_icon_wrap{
	margin-bottom:10px;
}

.key-highlight .item .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap {
    padding: 7% 7%; 
}
@media only screen and ( min-width:1200px ){
	.key-hightlight02 .nectar-icon-list.completed{
		justify-content: center;
	}
}


/**
 * Value For Mobile
 */
.value-formobile .nectar-fancy-box[data-style="parallax_hover"] i{
    opacity: 1;
}

/**
 * DSDP Trusted By
 */
.animation-playbutton a.play_button_2.large.nectar_video_lightbox:after {
    animation: pulse-border 1500ms ease-out infinite;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / 55%);
    position: absolute;
    content: '';
    border-radius: 100%;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@media only screen and ( min-width:992px ){
	.trusted-by .vc_col-sm-3 {
		width: 20%;
	}
	.trusted-by .row_col_wrap_12_inner{
		justify-content: center;
	}
}

body.material .nectar-video-box[data-color="default-accent-color"] a.nectar_video_lightbox:before {
    background-color: #ffffff !important;
    opacity: 0.5;
}

/* Tabs */
.dsdp-tabs h3 a{
	font-size:18px;
	font-weight:bold;
}

/**
 * Content Subscription
 */
.cmz-gmv li a{
	font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px !important;
    letter-spacing: 0.54px;
    text-align: left;
    color: #0b103f !important;
}
.cmz-gmv ul.wpb_tabs_nav li a{
	border-radius: 100px !important;
    padding: 10px 30px !important;
}
.cmz-gmv ul.wpb_tabs_nav li a.active-tab{
	color: #ffffff !important;
}
@media only screen and (min-width:1200px){
/* 	.cmz-gmv div#tab-games:after,
	.cmz-gmv div#tab-ott:after,
	.cmz-gmv div#tab-video:after
	{
		content: '';
		border: 1px solid #848484;
		height: 115%;
		width: 91%;
		top: -35px;
		border-radius: 30px;
		position: absolute;
		display: inline-block;
	} */
	.cmz-gmv .tabbed[data-style="vertical_modern"] >div {
		padding-left: 0;
		margin-left: 80px;
		content: '';
		border: 1px solid #848484;
		height: 115%;
		width: 73%;
		top: -35px;
		border-radius: 30px;
		padding:0 30px;
	}
	.cmz-gmv .tabbed[data-style="vertical_modern"] >div img{
		border-radius:30px;
	}
	.cmz-gmv .tabbed[data-style*="vertical"] .wpb_tabs_nav {
		margin-top: -35px;
	}
}

/**
 * Direct Carrier Billing
 */
.hddc ul{
	margin: 0;
}
.hddc ul li{
	font-family: Montserrat;
	list-style: none;
    font-size: 17px;
    color: #646788;
    margin-bottom: 30px;
    line-height: 27px;
}
.hddc ul li strong{
    font-weight: 900;
    margin-right: 10px;
    display: flex;
    float: left;
}

/**
 * Company Overview
 */
.cmz-visi_misi .flip-box-back .inner{
	font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
    left: 0;
    right: 0;
    line-height: 35px;
	padding: 30px;
    border: 15px solid #ffffff;
}
.cmz-visi_misi .green-inner .flip-box-back .inner{
    border: 15px solid #007a33;
    padding: 30px;
}
.cmz-pwm .nectar-fancy-box .box-bg:after {
    background-color: #ffffff;
}
.cmz-pwm .nectar-fancy-box[data-style="default"] h3{
    color: #0b103f;
}
.cmz-pwm .nectar-fancy-box[data-style="default"] p{
	font-size:14px;
    color: #646788;
}
.cmz-pwm .nectar-fancy-box .inner {
    text-align: center;
}
.cmz-pwm .nectar-fancy-box .inner i.icon-default-style{
	text-align:center;
	color:#007a33 !important;
	margin-bottom: 50px;
}
.cmz-pwm .nectar-fancy-box .inner i.icon-default-style:before{
	padding: 25px;
    border-radius: 100%;
    box-shadow: 0 15px 45px 0 rgba(200, 203, 215, 0.5);
}
/* .cmz-pwm .vc_col-sm-4:hover{
	box-shadow: 0 15px 45px 0 rgba(200, 203, 215, 0.5);
} */
.cmz-pwm .nectar-fancy-box:after {
    left:-10px;
	display:none;
}
.cmz-pwm .nectar-fancy-box {
	padding: 0 12% 12%;
    padding-bottom: 0;
}
.cmz-pwm .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    padding: 25px;
    border-radius: 100%;
    box-shadow: 0 5px 15px 0 rgba(200, 203, 215, 0.5);
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.cmz-pwm .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
    margin: 0 auto;
}
.cmz-trusted .wpb_column.boxed > .vc_column-inner {
    background-color: #fff;
    padding: 45px 15px 45px;
    position: relative;
    -webkit-transition: transform .2s ease,-webkit-box-shadow .2s ease;
    transition: transform .2s ease,box-shadow .2s ease;
    top: 0;
    min-height: 347px;
}
.trusted-by-img .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    max-width: 150px; 
}

@media only screen and ( min-width:1200px ){
	.cmz-pwm .nectar-fancy-box {
		padding: 0 12% 0 !important;
	}
}
@media only screen and ( max-width:767px ){
	.cmz-pwm .nectar-fancy-box .inner {
		min-height: auto !important;
		padding-bottom: 0%;
	}
}

/**
 * Milestone
 */
.cmz-3milestone .nectar-milestone .number.accent-color,
.cmz-3milestone h3{
	color: #ffffff !important;
}
.milestone-v2 .nectar-fancy-box[data-style="parallax_hover"] .inner {
    padding: 10% 0px;
    width: 85%;
    text-align: center;
}
.milestone-v2 .nectar-fancy-box[data-style="parallax_hover"] [class^="icon-"].icon-default-style {
    margin-bottom: 25px;
    text-align: center;
}
.milestone-v2 .nectar-fancy-box[data-style="parallax_hover"] i{
    opacity: 1;
}
.milestone-v2 .nectar-fancy-box[data-style="parallax_hover"] p {
    opacity: 1;
}
.milestone-v2 .nectar-fancy-box[data-style="hover_desc"] .box-bg:before, 
.milestone-v2 .nectar-fancy-box[data-style="hover_desc"]:before {
    background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.95) 56%);
}
.milestone-v2 .nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"]:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0), #007A33 95%);
}
.milestone-v2 .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content {
    width: 35%;
}
/* V3 */
.milestone-v3 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 0px 0 40px 0;
}
.milestone-v3 .nectar-flickity {
	width: 160%;
}
.milestone-v3 .nectar-fancy-box.using-img {
    box-shadow: none !important;
}
.cmz-3milestone .column-link {
    z-index: 99999;
}
.milestone-v3.v-white h2,
.milestone-v3.v-white p{
	color: #ffffff;
}
.milestone-v3.v-white .nectar-flickity[data-controls="touch_total"] .visualized-total {
    background-color: rgb(255 255 255 / 0.5);
}
.milestone-v3.v-white .nectar-flickity[data-controls="touch_total"] .visualized-total span {
    background-color: #fff;
}
.years-milestones .nectar-fancy-box h4{
	font-size:16px;
}

@media only screen and ( max-width:1366px ){
	.milestone-v3 .nectar-flickity {
		width: 120%;
	}
}
@media only screen and ( max-width:767px ){
	.milestone-v3 .nectar-flickity {
		margin-top: 40px;
	}
}

/**
 * NEW Newsroom
 */
body.post-type-archive-newsroom{
	padding-top: 30px;
}
body.archive.post-type-archive-newsroom #footer-outer {
    margin-top: 0;
}
article.type-newsroom .post-content {
    padding-left: 0;
}
body.post-type-archive-newsroom .masonry.classic_enhanced .masonry-blog-item .article-content-wrap, 
body.archive.category .masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
body.archive.tax-newsroom_category .masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
body.post-type-archive-newsroom .blog-recent[data-style*="classic_enhanced"] .article-content-wrap,
body.archive.category .blog-recent[data-style*="classic_enhanced"] .article-content-wrap,
body.archive.tax-newsroom_category .blog-recent[data-style*="classic_enhanced"] .article-content-wrap{
    padding: 15px !important;
}
body.post-type-archive-newsroom .post-area.masonry.span_9 .masonry-blog-item h3 a,
body.tax-newsroom_category .post-area.masonry.span_9 .masonry-blog-item h3 a{
	color: #0B103F;
}
body.post-type-archive-newsroom .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap, 
body.archive.category .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap,
body.archive.tax-newsroom_category .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap,
body.post-type-archive-newsroom .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap,
body.archive.tax-newsroom_category .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap,
body.archive.category .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap,
body.post-type-archive-newsroom .masonry.classic_enhanced .masonry-blog-item .meta-comment-count,
body.archive.category .masonry.classic_enhanced .masonry-blog-item .meta-comment-count,
body.archive.tax-newsroom_category .masonry.classic_enhanced .masonry-blog-item .meta-comment-count{
    display: none !important;
}
body.post-type-archive-newsroom .masonry.classic_enhanced .masonry-blog-item [class^="icon-"].icon-salient-m-user,
body.tax-newsroom_category .masonry.classic_enhanced .masonry-blog-item [class^="icon-"].icon-salient-m-user{
    line-height: 34px;
    height: 34px;
    width: 20px;
    margin-right: 0;
    font-size: 15px;
    color: #716767 !important;
}
body.post-type-archive-newsroom .masonry.classic_enhanced .masonry-blog-item .post-meta a,
body.tax-newsroom_category .masonry.classic_enhanced .masonry-blog-item .post-meta a{
    color: #716767 !important;
}
body.post-type-archive-newsroom #sidebar .widget .tagcloud a,
body.newsroom-template-default #sidebar .widget .tagcloud a,
body.tax-newsroom_category #sidebar .widget .tagcloud a{
    display: block;
    font-size: 18px !important;
    font-family: Montserrat;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #007A33 !important;
    width: 90%;
    margin-bottom: 15px;
    padding-bottom: 10px;
	padding-left: 0;
    border-bottom: 2px solid #eaeaea !important;
    border-bottom-style: dashed !important;
	border-radius: 0!important;
}
body.post-type-archive-newsroom.material .widget .tagcloud a:before, 
body.newsroom-template-default.material .widget .tagcloud a:before,
body.tax-newsroom_category.material .widget .tagcloud a:before,
body.post-type-archive-newsroom.material .widget .tagcloud a,
body.newsroom-template-default.material .widget .tagcloud a,
body.tax-newsroom_category.material .widget .tagcloud a,
body.post-type-archive-newsroom.material #sidebar .widget .tagcloud a,
body.newsroom-template-default.material #sidebar .widget .tagcloud a,
body.tax-newsroom_category.material #sidebar .widget .tagcloud a,
body.post-type-archive-newsroom.material #sidebar .widget .tagcloud a:before,
body.newsroom-template-default.material #sidebar .widget .tagcloud a:before,
body.tax-newsroom_category.material #sidebar .widget .tagcloud a:before{
	border-radius: 0px!important;
}
body.post-type-archive-newsroom #sidebar .widget .tagcloud a:hover,
body.newsroom-template-default #sidebar .widget .tagcloud a:hover,
body.tax-newsroom_category #sidebar .widget .tagcloud a:hover{
	color: #007A33 !important;
}
body.post-type-archive-newsroom #sidebar .widget .tagcloud a:before,
body.newsroom-template-default #sidebar .widget .tagcloud a:before,
body.tax-newsroom_category #sidebar .widget .tagcloud a:before{
	background-color: transparent !important;
}
body.post-type-archive-newsroom .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a,
body.tax-newsroom_category .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a,
.cmz-3boxes .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a{
    background: #007A33;
    border-color: #007A33;
}

body.single-newsroom .rll-youtube-player img {
    max-width: 100% !important;
    width: 100% !important;
	height: -webkit-fill-available;
    object-fit: cover;
}

body.single-newsroom .post-content b {
    font-weight:900 !important;
}
body.single-newsroom .post-content a {
    text-decoration:underline;
}
body.single-newsroom .post-content a:hover {
    color:#000000 !important;
}

@media only screen and (min-width: 1000px){
	body.post-type-archive-newsroom .post-area.masonry.span_9 .masonry-blog-item,
	body.archive.category .post-area.masonry.span_9 .masonry-blog-item,
	body.archive.tax-newsroom_category .post-area.masonry.span_9 .masonry-blog-item{
		width: 30.3% !important;
	}
	body.post-type-archive-newsroom .post-area.masonry.span_9 .masonry-blog-item h3,
	body.archive.category .post-area.masonry.span_9 .masonry-blog-item h3,
	body.archive.tax-newsroom_category .post-area.masonry.span_9 .masonry-blog-item h3{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

/**
 * NEW Insights
 *
 *	Custom by adhit
 */
body.post-type-archive-insights{
	padding-top: 30px;
}
body.archive.post-type-archive-insights #footer-outer {
    margin-top: 0;
}
article.type-insights .post-content {
    padding-left: 0;
}
body.post-type-archive-insights .masonry.classic_enhanced .masonry-blog-item .article-content-wrap, 
body.archive.category .masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
body.archive.tax-insights_category .masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
body.post-type-archive-insights .blog-recent[data-style*="classic_enhanced"] .article-content-wrap,
body.archive.category .blog-recent[data-style*="classic_enhanced"] .article-content-wrap,
body.archive.tax-insights_category .blog-recent[data-style*="classic_enhanced"] .article-content-wrap{
    padding: 15px !important;
}
body.post-type-archive-insights .post-area.masonry.span_9 .masonry-blog-item h3 a,
body.tax-insights_category .post-area.masonry.span_9 .masonry-blog-item h3 a{
	color: #0B103F;
}
body.post-type-archive-insights .post-area.masonry.span_9 .masonry-blog-item .content-inner,
body.tax-insights_category .post-area.masonry.span_9 .masonry-blog-item .content-inner {
	min-height: 220px;
}
body.post-type-archive-insights .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap, 
body.archive.category .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap,
body.archive.tax-insights_category .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap,
body.post-type-archive-insights .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap,
body.archive.tax-insights_category .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap,
body.archive.category .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap,
body.post-type-archive-insights .masonry.classic_enhanced .masonry-blog-item .meta-comment-count,
body.archive.category .masonry.classic_enhanced .masonry-blog-item .meta-comment-count,
body.archive.tax-insights_category .masonry.classic_enhanced .masonry-blog-item .meta-comment-count{
    display: none !important;
}
body.post-type-archive-insights .masonry.classic_enhanced .masonry-blog-item [class^="icon-"].icon-salient-m-user,
body.tax-insights_category .masonry.classic_enhanced .masonry-blog-item [class^="icon-"].icon-salient-m-user{
    line-height: 34px;
    height: 34px;
    width: 20px;
    margin-right: 0;
    font-size: 15px;
    color: #716767 !important;
}
body.post-type-archive-insights .masonry.classic_enhanced .masonry-blog-item .post-meta a,
body.tax-insights_category .masonry.classic_enhanced .masonry-blog-item .post-meta a{
    color: #716767 !important;
}
body.post-type-archive-insights #sidebar .widget .tagcloud a,
body.insights-template-default #sidebar .widget .tagcloud a,
body.tax-insights_category #sidebar .widget .tagcloud a{
    display: block;
    font-size: 18px !important;
    font-family: Montserrat;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #007A33 !important;
    width: 90%;
    margin-bottom: 15px;
    padding-bottom: 10px;
	padding-left: 0;
    border-bottom: 2px solid #eaeaea !important;
    border-bottom-style: dashed !important;
	border-radius: 0!important;
}
body.post-type-archive-insights.material .widget .tagcloud a:before, 
body.insights-template-default.material .widget .tagcloud a:before,
body.tax-insights_category.material .widget .tagcloud a:before,
body.post-type-archive-insights.material .widget .tagcloud a,
body.insights-template-default.material .widget .tagcloud a,
body.tax-insights_category.material .widget .tagcloud a,
body.post-type-archive-insights.material #sidebar .widget .tagcloud a,
body.insights-template-default.material #sidebar .widget .tagcloud a,
body.tax-insights_category.material #sidebar .widget .tagcloud a,
body.post-type-archive-insights.material #sidebar .widget .tagcloud a:before,
body.insights-template-default.material #sidebar .widget .tagcloud a:before,
body.tax-insights_category.material #sidebar .widget .tagcloud a:before{
	border-radius: 0px!important;
}
body.post-type-archive-insights #sidebar .widget .tagcloud a:hover,
body.insights-template-default #sidebar .widget .tagcloud a:hover,
body.tax-insights_category #sidebar .widget .tagcloud a:hover{
	color: #007A33 !important;
}
body.post-type-archive-insights #sidebar .widget .tagcloud a:before,
body.insights-template-default #sidebar .widget .tagcloud a:before,
body.tax-insights_category #sidebar .widget .tagcloud a:before{
	background-color: transparent !important;
}
body.post-type-archive-insights .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a,
body.tax-insights_category .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a,
.cmz-3boxes .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a{
    background: #007A33;
    border-color: #007A33;
}
body.single-insights .post-featured-img img {
	width: 100%;
}
body.single-insights .insights_next_prev_buttons {
	margin: 60px 0;
}
body.single-insights .insights_next_prev_buttons ul {
	display: flex;
	align-items: center;
	margin: 0 -30px;
	padding: 0;
}
body.single-insights .insights_next_prev_buttons ul li {
	display: flex;
	align-items: center;
	list-style: none;
	width: 50%;
	padding: 0 30px;
}
body.single-insights .insights_next_prev_buttons .post-bg-img {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
}
body.single-insights .insights_next_prev_buttons .previous-post {
	justify-content: flex-start;
}
body.single-insights .insights_next_prev_buttons .next-post {
	justify-content: flex-end;
}
body.single-insights .insights_next_prev_buttons .previous-post .post-bg-img {
	margin-right: 15px;
}
body.single-insights .insights_next_prev_buttons .next-post .post-bg-img {
	margin-left: 15px;
}
body.single-insights .insights_next_prev_buttons ul li h3 {
	display: block;
	width: calc(100% - 115px);
	margin-bottom: 0;
}
body.single-insights .insights_next_prev_buttons ul li h3 span {
	display: block;
}
body.single-insights .insights_next_prev_buttons ul li h3 span.text {
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
}
body.single-insights .insights_next_prev_buttons ul li.previous-post h3 {
	text-align: left;
}
body.single-insights .insights_next_prev_buttons ul li.next-post h3 {
	text-align: right;
}
body.single-insights .related-post-wrap h3.related-title {
	position: relative;
}
body.single-insights .related-post-wrap .row-bg-wrap .row-bg {
	background: white;
}

@media only screen and (min-width: 1000px) {
	body.post-type-archive-insights .post-area.masonry.span_9 .masonry-blog-item,
	body.archive.category .post-area.masonry.span_9 .masonry-blog-item,
	body.archive.tax-insights_category .post-area.masonry.span_9 .masonry-blog-item{
		width: 30.3% !important;
	}
	body.post-type-archive-insights .post-area.masonry.span_9 .masonry-blog-item h3,
	body.archive.category .post-area.masonry.span_9 .masonry-blog-item h3,
	body.archive.tax-insights_category .post-area.masonry.span_9 .masonry-blog-item h3{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media only screen and (max-width: 768px) {
	body.single-insights .insights_next_prev_buttons ul {
		flex-wrap: wrap;
	}
	body.single-insights .insights_next_prev_buttons ul li {
		width: 100%;
	}
	body.single-insights .insights_next_prev_buttons ul li.previous-post {
		margin-bottom: 15px;
	}
}
body.post-type-archive-insights #custom-cover-image {
	margin-bottom: 30px;
}
body.post-type-archive-insights #custom-cover-image .container {
	display: flex;
	align-items: center;
	height: 300px;
}
body.post-type-archive-insights #custom-cover-image .left-section {
	flex: 1 1 60%;
}
body.post-type-archive-insights #custom-cover-image .right-section {
	flex: 1 1 40%;
}
body.post-type-archive-insights #custom-cover-image .right-section > div {
	width: 100%;
	height: 300px;
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
	body.post-type-archive-insights #custom-cover-image .container {
		height: auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	body.post-type-archive-insights #custom-cover-image .left-section h1,
	body.post-type-archive-insights #custom-cover-image .left-section p {
		text-align: center;
	}
	body.post-type-archive-insights #custom-cover-image .left-section,
	body.post-type-archive-insights #custom-cover-image .right-section {
		flex: 1 1 100%;
		width: 100%;
	}
}

/**
 * CMZ GDPR
 */
.cli-style-v2.cmz-gdpr {
    display: block;
}
.cli-style-v2.cmz-gdpr .cli-bar-message {
    width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
}
.cli-style-v2.cmz-gdpr .cli-bar-btn_container {
    display: block !important;
}
#cookie-law-info-bar {
    background-color: rgb(35 40 45) !important;
    color: rgb(255 255 255) !important; 
}
.cli_settings_button:not(.cli-plugin-button) {
    color: #ffffff !important;
}
.cli-style-v2.cmz-gdpr a.cli_settings_button {
    float: left;
    position: relative;
	left: -24px;
    top: 10px;
}
.cli-style-v2.cmz-gdpr a#cookie_action_close_header {
    float: right;
	border: 1px solid #007A33;
    border-radius: 30px;
}
.cli-style-v2.cmz-gdpr a#cookie_action_close_header_reject {
    float: right;
	border: 1px solid #fff;
	border-radius: 30px;
}
#cookie-law-info-again{
	box-shadow:rgb(22 22 22 /0.1) 2px 2px 5px 2px !important;
}

.cmz-gdpr .morecontent span {
    display: none;
}
.cmz-gdpr .morelink {
    display: block;
}

.cmz-shortdesc{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.show-more-less{
	margin-top: 10px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    text-align: left;
}

@media only screen and ( min-width:992px ){
	.show-more-less{
		display:none;
	}
}
@media only screen and ( max-width:767px ){
/* 	#cookie-law-info-bar {
		display:none !important;
	} */
	.cli-style-v2.cmz-gdpr a.cli_settings_button {
		left: -4px;
	}
}



/**
 * Ecommerce
 */
.p-points .cmz-left{
	width: 10.666667%;
}
.p-points .cmz-right{
	width: 88.333333%;
}

/**
 * DVP
 */
.box-hover-light .boxed:hover p{
	color:#ffffff;
}
.box-hover-light .boxed svg#dvp-01 {
    fill: #007A33;
}
.box-hover-light .boxed:hover svg#dvp-01 {
    fill: #ffffff;
}
.box-hover-light .wpb_column[data-shadow="small_depth"] > .vc_column-inner > .column-bg-overlay-wrap {
    box-shadow: 0 10px 50px rgba(0,0,0,0.05), 0 13px 45px rgba(0,0,0,0.01);
}
.cmz-dvp-section03 ul li{
    color: #646788;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 15px;
}
.cmz-dvp-section03 ul{
	margin-left: 17px;
}
.cmz-dvp-section03 h2{
	font-size:26px;
	margin-bottom:20px;
}
.cmz-dvp-section03 .default-bg > .vc_column-inner{
    background: #007A33;
}
.cmz-dvp-section03 .default-bg > .vc_column-inner h2,
.cmz-dvp-section03 .default-bg > .vc_column-inner li,
.cmz-dvp-section03 .wpb_column.boxed:hover > .vc_column-inner h2,
.cmz-dvp-section03 .wpb_column.boxed:hover > .vc_column-inner li{
	color:#ffffff;
}
.cmz-dvp-section03 .wpb_column.boxed > .vc_column-inner {
	box-shadow: none;
}
.box-hover-light .wpb_column.boxed > .vc_column-inner, .box-hover-light .wpb_column.boxed {
    box-shadow: none !important;
}
.cmz-dvp-section06 .nectar-icon-list-item.animated div.content h4 {
    color: #646788 !important;
}
body.page-id-13110 .company-name input,
body.page-id-13110 .job-title input,
body.page-id-13124 .company-name input,
body.page-id-13124 .job-title input {
    border-radius: 10px;
    height: 30px;
}

strong {
    font-weight: 900 !important;
}

@media only screen and ( min-width:1200px ){
	.box-hover-light .wpb_column.boxed > .vc_column-inner {
		min-height: 227px;
	}
	.material .box-hover-light .wpb_row, .material .box-hover-light .wpb_content_element {
		margin-bottom: -2px;
	}
	.cmz-dvp-section03 .wpb_column.boxed > .vc_column-inner {
		min-height: 432px;
	}
	.cmz-dvp-section05 .wpb_column > .vc_column-inner {
		min-height: 230px;
	}
	.cmz-dvp-section06 .nectar-icon-list-item.animated:nth-of-type(1) div.content h4,
	.cmz-dvp-section06 .nectar-icon-list-item.animated:nth-of-type(2) div.content h4,
	.cmz-dvp-section06 .nectar-icon-list-item.animated:nth-of-type(5) div.content h4 {
		top: 10px;
		position: relative;
	}
	.cmz-dvp-section06 .nectar-icon-list[data-icon-size="medium"] .nectar-icon-list-item {
		padding-left: 74px;
	}
}

@media only screen and (max-width:767px){
	.cmz-dvp-section03 h2 {
		font-size: 20px;
		line-height: 30px;
	}
}

.align-item-center{
	align-items:center;
	display:flex;
}
.cmz-home-slider .owl-item .text-slider-1 a{
    box-shadow:none;
}
.cmz-home-slider .owl-item.active .text-slider-1 a{
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 8px -1px;
}



/*----------------------------------------------*/

@media only screen and ( min-width: 1200px ){
	.hddc ul {
		top: -8px;
		position: relative;
	}
	.hddc ul li strong{
		height: 80px;
		min-width: 85px;
	}

	
	.dsk-mh108{
		min-height:108px;
	}
	.sliderUnleas{
		font-size:55px !important;
	}
}
@media only screen and ( min-width:1300px ){
	.left-15{
		left:-15px;
	}
}
@media only screen and ( max-width: 1366px ){
	.hddc ul li {
		margin-bottom: 26px;
		line-height: 26px;
	}
	
}
@media only screen and (min-width:1000px) and ( max-width: 1365px ){
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
		font-size: 12px;
	}
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li.menu-item > a {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
	.cmz-title h2 {
		font-family: Montserrat;
		font-size: 32px;
	}
	#cmz-home_whychooseus.v2 ol li {
		font-size: 15px;
	}
	#footer-outer .col:nth-of-type(1) .widget:nth-of-type(1) {
		width: 230px;
	}
	#footer-outer .col:nth-of-type(1) {
		width: 48%;
	}
	#footer-outer .col:nth-of-type(1) .widget:nth-of-type(2) {
		margin-left: 18px;
	}
	.hddc img{
		width: 500px;
    	float: right;
	}
	.hddc ul li strong {
		height: auto;
	}
	.hddc ul li {
		font-size: 15px;
	}
	.hddc ul li strong {
		font-size: 14px;
	}
	.hddc ul li:nth-child(2) {
		top: 8px;
	}
	.hddc ul li:nth-child(3) {
		top: 13px;
	}
	.hddc ul li:nth-child(4) {
		top: 12px;
	}
	.hddc ul li:nth-child(5) {
		top: 9px;
    	position: relative;
	}
	.hddc ul li:nth-child(6) {
		top: 4px;
	}
	.hddc ul li:nth-child(7) {
		top: -8px;
	}
}

@media only screen and (min-width:769px){
	.col-mensa-12 {
		width: 100%;
		display: flex !important;
	}
	.col-mensa-6 {
		width: 50% !important;
	}
}

@media only screen and (max-width:767px){	
	.col-mensa-12 {
		width: 100%;
		 display: flex;
		flex-direction: column-reverse;
	}
	.mensa-popup h3 {
		font-size: 18px;
		line-height: 25px;
	}
	.mensa-popup p {
		font-size: 14px;
		line-height: 27px;
	}
	.whitepaper-popup.mensa-popup a.nectar-button.cmz-button01 {
		padding: 15px 25px !important;
		font-weight: 900 !important;
	}
	.cmz-download-popup.mensa-popup .center-image img {
		margin-bottom: 0;
	}
	li#social-in-menu a:nth-of-type(1) img {
		width: 17px !important;
		top:17px;
		right: 0px;
		position:relative;
	}
	li#social-in-menu a:nth-of-type(1){
		margin-right:6px !important;
	}
	
}

/**
 * cyber Security 
 */
.whiteHover:hover,
.box-hover-light.safeguard .boxed:hover .whiteHover{
	color:#ffffff !important;
}
.box-hover-light.safeguard .wpb_column.boxed > .vc_column-inner {
    min-height: 175px;
}
.p0 .vc_column-inner {
    padding: 0 !important;
}
.strongBold strong{
	font-weight:900 !important;
}
	
/**
 * FILE KARIR
 */
.fileKarir {
	width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.fileKarir::after{
	display: none !important;
}

/**
 * TEAM MEMBER
 */
.cmz-team-card {
	width: 100%;
	border-radius: 16px;
	background-color: #f4f4f4;
	overflow: hidden;
	transition: background-color 0.3s ease;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	position: relative;
}

.cmz-team-card:hover {
	background-color: #007a32;
}

.cmz-team-image-wrapper {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: visible;
}

.cmz-team-image-wrapper img.cmz-team-main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.cmz-team-card:hover .cmz-team-image-wrapper img.cmz-team-main-image {
	transform: scale(1.1);
}

.cmz-team-image-overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 290px;
    background: linear-gradient(to top, rgb(255 255 255), rgba(0, 168, 89, 0));
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.cmz-team-card:hover .cmz-team-image-overlay {
	background: linear-gradient(to top, rgba(0, 168, 89, 0.9), rgba(0, 168, 89, 0));
}

.cmz-team-card-content {
	position: absolute;
	bottom: 24px;
	left: 16px;
	color: #000 !important;
	z-index: 2;
	transition: color 0.3s ease;
}

.cmz-team-card:hover .cmz-team-card-content {
	color: #fff !important;
}

.cmz-team-name {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px !important;
    display: block;
	color: #000000 !important;
	opacity: 1 !important;
	transform: translateY(10px) !important;
    -webkit-transform: translateY(10px) !important;
	transition: color 0.3s ease;

}
.cmz-team-card:hover .cmz-team-card-content .cmz-team-name,
.cmz-team-card:hover .cmz-team-card-content .cmz-team-position {
	color: #ffffff !important;
	transition: color 0.3s ease;
}

.cmz-team-position {
	font-size: 0.95em;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    color: #000000 !important;
	transition: color 0.3s ease;
}

.cmz-team-back-icon {
	position: absolute;
	top: 37px;
	right: 16px;
	width: 24px;
	max-width: 24px !important;
	height: 24px !important;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.cmz-team-card:hover .cmz-team-back-icon {
	opacity: 1;
}
.cmzCarouselTeam .owl-carousel .owl-stage {
    padding: 25px 0 0;
}
.cmz-team-card:hover {
	background-color: transparent;
	transition: opacity 0.3s ease;
}
.cmz-team-card:after{
	transition: opacity 0.3s ease;
}
.cmz-team-card:hover:after{
	content:'';
	height:93%;
	width:100%;
	background:#007a32;
	position:absolute;
	bottom:0;
	border-radius:15px;
	z-index:-9;
	transition: opacity 0.3s ease;
}
.team-member.cmz-team-card[data-style="bio_fullscreen"] .team-meta {
    padding-left: 18px;
    margin-bottom: 18px;
}
@media only screen and (min-width:1200px){
	.cmzCarouselTeam .wpb_wrapper{
		width: 1024px;
		margin: 0 auto;
	}
}
@media only screen and (max-width:767px){
	.cmz-team-image-wrapper {
		height: 100%;
	}
}
.cmz-team-card {
    width: 100%;
    border-radius: 16px;
    background: #f4f4f4; /* Initial background color (light grey) */
    overflow: hidden;
    transition: background 0.3s ease, box-shadow 0.3s ease; /* Add box-shadow to transition as well for a complete effect */
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Initial box shadow */
    position: relative;
}
.cmz-team-card:after {
    content: '';
    height: 0; /* Start with no height */
    width: 100%;
    background: #007a32;
    position: absolute;
    bottom: 0;
    border-radius: 15px;
    z-index: -9;
    transition: height 1s ease-in-out, background 1s ease-in-out; /* Transition the properties that will change */
    /* Or, for a slide up effect, you could use: */
    /* transform: translateY(100%); */
    /* transition: transform 1s ease-in-out; */
}

.cmz-team-card:hover:after {
    height: 93%; /* Expand to full height on hover */
    /* Or, for a slide up effect: */
    /* transform: translateY(0); */
}
