/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



.th-footer-bottom .row-bg-wrap{
	border-bottom:4px solid #31a156;
}

/* homepage form */
.homepage-form{
	background:white;
	border-radius:5px;
	border:1px solid #e6e6e6;
}

.homepage-form .homepage-form_left{
	width:75%;
	display:inline-block;
	
}

.homepage-form .homepage-form_left .homepage-form_top{
	padding: 30px 40px 30px;
	border-bottom:1px solid #e6e6e6;
}

.homepage-form .homepage-form_left .homepage-form_top p{
	font-size:18px;
}

.homepage-form .homepage-form_left .homepage-form_top p strong{
	color:#231f46;
}

.homepage-form .homepage-form_left .homepage-form_top p strong.homepage-form_phone{
	color:#3daf8b;
	font-size:33px;
}

.homepage-form .homepage-form_left .homepage-form_field{
	    width: 24%;
    margin-right: 10px;
    display: inline-block;
}

.homepage-form .homepage-form_left .homepage-form_field:last-child{
    margin-right: 0px;
}

.homepage-form .homepage-form_right {
    width: 24%;
    display: inline-block;
    padding: 40px 40px;
    vertical-align: top;
}

.homepage-form .homepage-form_bottom{
	padding: 30px 0px 30px 40px;
}

.homepage-form .homepage-form_bottom span.select2{
	    top: -4px !important;
}

.homepage-form_right input{
	background: #3dae8a;
}

.th-title-top{
	margin-bottom: 5px !important;
}

/* homepage form - end */

/* HEADER */
.sc-headernumber span.menu-title-text{
	color:#f48c2e !important;
	font-weight:bold !important;
}

.sc-headerbutton{
	margin-left: -30px !important;
}

.sc-headerbutton .menu-title-text{
	font-size: 14px;
}

#top nav > ul > li[class*="button_solid_color"].sc-headerbutton > a:before{
    height: 40px;
}

#top nav > ul > li[class*="button_solid_color"].sc-headerbutton:hover > a:before{
    height: 45px;
}

#top .span_3{
	z-index:1 !important;
}

#top .right-aligned-menu-items{
	z-index:2 !important;
}

#header-space {
    /*height: 110px !important;*/
}
/* HEADER - END */

.sc-submenu{
	
}

.sc-submenu .sc-submenu-left{
	margin: 0 auto;
	    border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
    padding: 20px 0px;
}

.sc-submenu .sc-submenu-left li{
	    display: inline-block;
    position: relative;
	border-right: 1px solid rgba(0,0,0,.1);
    padding-right: 1.5em;
    margin-right: 1.5em;
	font-size:14px;
}

.sc-submenu .sc-submenu-left li:last-child{
	border-right: none;
    padding-right: 0em;
    margin-right: 0em;
}

.sc-submenu .sc-submenu-left li img{
	    display: inline-block;
    margin-right: .5em;
	margin-bottom: -4px;
}

.sc-submenu .sc-submenu-left li span{
	    display: inline-block;
	color:#444343;
}

.sc-submenu .sc-submenu-left li:hover span{
	color:#141414 !important;
}

.sc-submenu .sc-submenu-right{
	    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 20px 0px;
	border-top: 1px solid rgba(0,0,0,.1);
	    text-align: right;
}

.sc-submenu .sc-submenu-right p{
	font-size:14px;
	display:inline-block;
	padding-bottom:0px;
}

.sc-submenu .sc-submenu-right p strong{
	color:#f48c2e;
}

.sc-submenu .sc-submenu-right .cld-socialloop{
	display:inline-block;
	margin-bottom:0px;
	margin-left:0px !important;
}

.sc-submenu .sc-submenu-right .cld-socialloop li{
	display:inline-block;
	margin-left:.7em;
}

.sc-submenu .sc-submenu-right .cld-socialloop li:hover{
	opacity:.8;
}

.sc-submenu .sc-submenu-right .cld-socialloop li:first-child{
	border-left:1px solid rgba(0,0,0,.1);
	padding-left:1.5em;
	margin-left:1.5em;
}

.sc-headerbutton a{
	    margin-right: -20px !important;
}

.small-nav .sc-submenu-container{
	display:none;
}

.sc-submenu-container{
	background: rgb(243,243,243);
background: -moz-linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(244,244,244,1) 25%, rgba(255,255,255,1) 45%, rgba(252,252,252,1) 55%, rgba(245,245,245,1) 75%, rgba(243,243,243,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(244,244,244,1) 25%, rgba(255,255,255,1) 45%, rgba(252,252,252,1) 55%, rgba(245,245,245,1) 75%, rgba(243,243,243,1) 100%);
background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(244,244,244,1) 25%, rgba(255,255,255,1) 45%, rgba(252,252,252,1) 55%, rgba(245,245,245,1) 75%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#f3f3f3",GradientType=1);
}

.sc-submenu-container:after {
    content: '';
    background: #f3f3f3;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
    right: -994px;
    min-width: 1000px;
}

.sc-submenu-container:before {
    content: '';
    background: #f3f3f3;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
    left: -994px;
    min-width: 1000px;
}

#header-outer:not(.small-nav) #top #logo img.default-logo{
	margin-bottom: -87px !important;
	margin-top:-20px !important;
}

.small-nav #top .row a#logo{
	   /* overflow: hidden;*/
    height: 62px;
	top: -5px;
}

header#top{
	border-top: 3px solid #38a885;
	background:white;
}

#header-space {
    max-height: 170px;
    background: white !important;
}

body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after{
    border-color: #38a885 !important;
    border-width: 3px !important;
    bottom: -41px !important;
}

body #header-outer[data-lhe=animated_underline].small-nav #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    bottom: -40px !important;
}

.sc-submenu-right{
	
}


.sc-submenu-right a.sc-menu-item{
	color: #444343;
	position: relative;
    border-right: 1px solid rgba(0,0,0,.1);
    padding-right: 1em;
    margin-right: 1.5em;
    font-size: 14px;
}

.sc-submenu-right .jc-c2aarea-phone{
	background: white;
    border: 1px solid #dedfdf;
    padding: 10px 20px;
    border-radius: 100px;
	color: #3eaf8c;
    font-size: 11px !important;
}

.sc-submenu-right .jc-c2aarea-phone strong{
	color:#231f46;
	font-size:14px;
	    padding-left: 0.3em;
}

.sc-submenu-right .jc-c2aarea-phone:hover{
	background: white;
    border: 1px solid #dedfdf;
	opacity:.7;
	font-size: 11px !important;
}

.sc-submenu-right .jc-c2aarea-phone:hover strong{
	color:#231f46;
}
.sc-submenu-right .jc-c2aarea-phone a{
	color:#31a156;
	font-size:11px;
}

.th-headerdropdown .title.inherit-h3 .menu-title-text{
	font-size: 24px;
    line-height: 24px;
}

.th-headerdropdown .nectar-ext-menu-item .nectar-ext-menu-item__button{
	padding-top: 0.5em !important;
}

.th-headerdropdown .nectar-menu-icon{
	color:#31a156 !important;
}

.th-headerdropdown .sub-menu li.menu-item.menu-item-has-icon:not(:last-child){
	    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.th-headerdropdown .sub-menu li.menu-item.menu-item-has-icon .menu-title-text:after{
	    height:3px;
	background-color: #31a156;
	bottom: -7px;
}

.th-homeboxes h3{
	    font-size: 22px !important;
    line-height: 26px !important;
    color: #24244c !important;
    font-weight: 600 !important;
}

.th-homeboxes p {
    font-size: 18px !important;
    color: #0a1f44 !important;
}

.th-homeboxes p .pa-arrow {
   font-family:monospace !important;
	color: #0a1f44 !important;
}

.th-homeboxes h3{
	    font-size: 22px !important;
    line-height: 26px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.nectar-fancy-box:hover .th-homeboxes p {
    font-size: 18px !important;
    color: white !important;
}

.nectar-fancy-box:hover .nectar-fancy-box:hover p{
	color:white !important;
}

.th-homepageherotop p{
	font-size:19px;
	color:#e4e1ff;
	font-weight:400;
}

.th-homepageherotop p strong{
	font-weight:bold;
	color:white;
}

.nectar-fancy-box[data-style="parallax_hover"].overlay_7ed3f7 .bg-img:after {
   background: rgb(127,208,243) !important;
background: -moz-linear-gradient(38deg, rgba(126,176,248,1) 30%, rgba(126,176,248,0) 100%) !important;
background: -webkit-linear-gradient(38deg, rgba(126,176,248,1) 30%, rgba(126,176,248,0) 100%) !important;
background: linear-gradient(38deg, rgba(126,176,248,1) 30%, rgba(126,176,248,0) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fd0f3",endColorstr="#7fd0f3",GradientType=1) !important;
	opacity:.9 ;
}

/* Contact Form */
.th-field{
	    margin-bottom: 1.5em;
}

.th-field-half{
	display: inline-block;
    width: 48%;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.th-field-half_last{
	margin-right:0px;
}

.body[data-form-submit="default"] .container-wrap input[type=submit]{
	background:#31a156 !important;
}

.th-field .select2-container .select2-selection--multiple{
	min-height:52px;
}

/* Contact Form - end */

/* Contact Form */
.th-field{
	    margin-bottom: 1.5em;
}

.th-field-half{
	display: inline-block;
    width: 48%;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.th-field-half_last{
	margin-right:0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px){
	.sc-submenu .sc-submenu-left li {
    font-size: 12px !important;
}
	.sc-submenu-right a.sc-menu-item {
    font-size: 12px !important;
		    padding-right: .5em !important;
    margin-right: 1em !important;
}
	.sc-submenu-right .jc-c2aarea-phone {
    font-size: 10px !important;
		    padding: 5px 13px !important;
}
	.sc-submenu-right .jc-c2aarea-phone strong {
    color: #231f46;
    font-size: 12px;
    padding-left: 0.3em;
}
	.sc-submenu .sc-submenu-right .cld-socialloop {
    font-size: 10px !important;
}
	.cld-socialloop{
		display:none !important;
	}
	#top nav > ul > li.menu-item > a{
    font-size: 14px !important;
}
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li.menu-item > a{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.sc-submenu .sc-submenu-left li {
    font-size: 12px !important;
}
	.sc-submenu-right a.sc-menu-item {
    font-size: 11px !important;
		    padding-right: .5em !important;
    margin-right: 1em !important;
}
	.sc-submenu-right .jc-c2aarea-phone, .sc-submenu-right .jc-c2aarea-phone:hover {
        font-size: 8px !important;
    padding: 5px 13px !important;
}
	.sc-submenu-right .jc-c2aarea-phone strong {
    color: #231f46;
    font-size: 12px;
    padding-left: 0.3em;
}
	.sc-submenu .sc-submenu-right .cld-socialloop {
    font-size: 10px !important;
}
	.cld-socialloop{
		display:none !important;
	}
	#top nav > ul > li.menu-item > a{
    font-size: 12px !important;
}
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li.menu-item > a{
    margin-left: 10px !important;
    margin-right: 10px !important;
}
	.sc-submenu .sc-submenu-left li {
    padding-right: 1em !important;
    margin-right: 1em !important;
}
	.sc-submenu .sc-submenu-left li img {
    max-width: 14% !important;
}
	.sc-submenu .sc-submenu-left li {
    padding-right: .5em !important;
    margin-right: .5em !important;
}
	
	.sc-submenu-right .jc-c2aarea-phone strong {
    font-size: 10px !important;
}
	.sc-submenu .sc-submenu-left li {
    font-size: 11px !important;
}
}

@media only screen and (min-width: 800px) and (max-width: 1000px){
	.sc-submenu-left{
		display:none !important;
	}
	.sc-submenu-right a.sc-menu-item{
	display:none !important;	
	}
	.sc-submenu .sc-submenu-right .cld-socialloop{
		display:none !important;
	}
	.sc-submenu-container{
		background:none !important;
	}
	header#top {
    border-top: none;
}
	#header-outer{
		    border-top: 3px solid #31a156;
	}
	
	.sc-submenu .sc-submenu-right {
    border: 0px !important;
}
	.sc-submenu .sc-submenu-right {
    /*margin: -60px 0px -60px !important;*/
		margin-top: -60px !important;
}
	#header-outer #top .row .col.span_9{
		    z-index: 998;
	}
	.sc-submenu-right{
		    z-index: 999;
    position: relative;
	}
	
	.homepage-form {
    margin-top: 10% !important;
}
	
	.homepage-form .homepage-form_left .homepage-form_top p strong.homepage-form_phone {
    display:block;
}
	.homepage-form .homepage-form_right {
    width: 100% !important;
}
	.homepage-form .homepage-form_left {
    width: 100% !important;
}
	.homepage-form .homepage-form_left .homepage-form_field {
    width: 45% !important;
    margin-right: 15px !important;
}
	#aboutus .th-about-images{
		display:none;
	}
	
	.mb-footer-c2a img{
		padding-top: 11em;
	}
}

@media only screen and (max-width: 800px){
	.sc-submenu-left{
		display:none !important;
	}
	.sc-submenu-right a.sc-menu-item{
	display:none !important;	
	}
	.sc-submenu .sc-submenu-right .cld-socialloop{
		display:none !important;
	}
	.sc-submenu-container{
		background:none !important;
	}
	header#top {
    border-top: none;
}
	#header-outer{
		    border-top: 3px solid #31a156;
	}
	
	.sc-submenu .sc-submenu-right {
    border: 0px !important;
}
	.sc-submenu .sc-submenu-right {
    /*margin: -60px 0px -60px !important;*/
		margin-top: -60px !important;
}
	#header-outer #top .row .col.span_9{
		    z-index: 998;
	}
	.sc-submenu-right{
		    z-index: 999;
    position: relative;
	}
	
	.homepage-form {
    margin-top: 30% !important;
}
	
	.homepage-form .homepage-form_left .homepage-form_top p strong.homepage-form_phone {
    display:block;
}
	.homepage-form .homepage-form_right {
    width: 100%;
}
	.homepage-form .homepage-form_left {
    width: 100%;
}
	.homepage-form .homepage-form_left .homepage-form_field {
    width: 45% !important;
    margin-right: 15px !important;
}
	#aboutus .th-about-images{
		display:none;
	}
	
	.mb-footer-c2a img{
		padding-top: 11em;
	}
	.homepage-form .homepage-form_left .homepage-form_field {
    width: 100% !important;
    margin-bottom: 1em !important;
}
	.homepage-form .homepage-form_bottom {
    padding: 30px 40px 30px 40px !important;
}
	.sc-submenu-right .jc-c2aarea-phone {
    font-size: 8px !important;
}
	.sc-submenu-right .jc-c2aarea-phone strong {
    font-size: 12px !important;
}
	.sc-submenu-right .jc-c2aarea-phone {
    padding: 7px 10px !important;
    font-size: 8px !important;
}
	
	.sc-submenu .sc-submenu-right {
    margin-left: -30px !important;
}
	.th-homepageherotop h2{
		font-size: 38px !important;
    padding-top: 1em !important;
	}
	.th-homepageherotop .nectar-split-heading.font_line_height_58px * {
    line-height: 30px !important;
    font-size: 30px !important;
}
}

/* TESTIMONIALS */

.cm-test .cm-testimonial{
	background-color: rgba(255,255,255,1);
    border: 1px solid #dfdfdf;
        text-align: left;
    padding: 50px 50px 50px 100px;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    quotes: "\201C""\201D";
    position: relative;
}

.cm-test .cm-testimonial:before{
color: #31a156 !important;
    font-family: sans-serif;
    content: open-quote;
    font-size: 130px;
    position: absolute;
    left: 29px;
    top: 50px;
    line-height: 115px;
}

.cm-test-name{
color: #2a4257;
font-size: 16px;
text-align: center;
padding-bottom: 0px;
}

.cm-test-comp{
color: #676767;
font-size: 14px;
text-align: center;
margin-bottom:30px; 
}

.cm-test .cm-testimonial:after{
	content: "";
	    background-color: rgba(255,255,255,1);
    border: none !important;
    border-left: 1px solid #dfdfdf !important;
    border-top: 1px solid #dfdfdf !important;
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(-135deg);
   left: 50%;
    margin-left: -20px;
    bottom: -13px;
}

/* testimonials - end */

.nectar_video_lightbox.play_button:before {
    border: 6px solid rgba(49, 161, 86, .8);
    background: rgba(49, 161, 86, .8);
}

.nectar_video_lightbox svg {
    z-index: 999 !important;
}

.intro{
	font-size:24px;
	line-height:36px;
}

.mandm-cleaning .nectar-menu-icon.svg-icon{
	color: #2c9c51 !important;
}

.mandm-cleaning .sub-menu li.menu-item-has-icon {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    margin-bottom: .7em !important;
    padding-bottom: .7em !important;
}

.mandm-cleaning .sub-menu li.menu-item-has-icon:last-child{
	border-bottom: none !important;
    margin-bottom: none !important;
    padding-bottom: none !important;
}

.mandm-service-menu{
	
}

.mandm-service-menu ul{
}

.material .main-content .mandm-service-menu .widget ul.menu li{
	list-style:none;
}

.material .main-content .mandm-service-menu .widget ul.menu li a{
	    background: #f3f3f3 !important;
    padding: 25px 25px !important;
    display: block;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.material .main-content .mandm-service-menu .widget ul.menu li:first-child a{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.material .main-content .mandm-service-menu .widget ul.menu li:last-child a{
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

.material .main-content .mandm-service-menu .widget ul.menu li a:hover, .material .main-content .mandm-service-menu .widget ul.menu li.current_page_item a{
	background:white !important;
	transition: background-color 0.2s ease;
}

.material .main-content .mandm-service-menu .widget ul.menu li a:hover:before, .material .main-content .mandm-service-menu .widget ul.menu li.current_page_item a:before{
	content:"> ";
	font-family:monospace;
	color:#067ae7;
}

.mandm-footer .widget h2{
	font-size:24px;
}

.mandm-footer #menu-cleaning-services{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.mandm-form{
	
}

.mandm-form .th-field-half{
	    width: 46% !important;
}

.mandm-form textarea{
	height: 55px;
}

ul.menu{
	margin-left:0px;
}

/* Footer Menu */

.before-footer ul.menu li{
	list-style: none;
    display: inline-block;
    position: relative;
	font-size: 20px;
	    margin-right: 1.5em;
}

.before-footer ul.menu li:last-child{
	    margin-right: 0em;
}

.before-footer ul.menu li a{
	color:#dbd8f8;
}

.before-footer ul.menu li.current_page_item a, .before-footer ul.menu li a:hover{
	color:white;
}

.lom-newsletterc2a p span.lom-arrow, .lom-arrow{
	    font-family: monospace !important;
	margin-left:5px;
}

.mb-footerbottom > .row-bg-wrap{
	    border-bottom: 3px solid #2d9a78;
}

.pa-megamenu{
	
}

#top nav>ul>.megamenu ul li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    padding-bottom: 1em !important;
    margin-bottom: 1em !important;
}

#top nav>ul>.megamenu ul li ul li:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.sf-menu li ul li a .menu-title-text:after {
    height: 3px !important;
    margin-bottom: -7px !important;
}


.pa-serviceheader{
	
}

h3.lom-head{
	font-size: 41px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
    margin-bottom: .5em !important;
}
.lom-head2{
	font-size:24px;
}
.lom-maroon{
	
}

/* Homepage blog */
.lom-newsletterc2a{
	
}

.lom-newsletterc2a h4{
	color: #ffffff;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 35px !important;
    font-family: 'Open Sans' !important;
}

.lom-newsletterc2a h5{
	    color: #40bf98;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.lom-newsletterc2a h6{
	    color: #69a0ff;
    font-size: 18px !important;
    font-weight: bolder !important;
    line-height: 23px !important;
    margin-bottom: 1em;
}

.lom-newsletterc2a p{
	color: #40bf97;
    font-size: 14px;
    font-weight: bold;
}

.lom-newsletterc2a p span.lom-arrow, .lom-arrow{
	    font-family: monospace !important;
}

.lom-homeblog .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
    padding: 2% 5% !important;
}

#slide-out-widget-area-bg{
	background: url(https://cimettadesign.net/pena/wp-content/uploads/2026/01/miami-beach.jpg);
	background-size:cover;
}

#slide-out-widget-area-bg:before {
    content: '';
    background-color: rgba(42, 62, 114, .9) !important;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
}

@media only screen and (max-width: 1000px){
	.sc-submenu-container:before, .sc-submenu-container:after{
		display:none;
	}
	
	body #header-outer{
    background-color: white !important;
}
}

/* TESTIMONIALS */

.cm-test .cm-testimonial{
	background-color: rgba(255,255,255,1);
    border: 1px solid #dfdfdf;
        text-align: left;
    padding: 50px 50px 50px 100px;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    quotes: "\201C""\201D";
    position: relative;
}

.cm-test .cm-testimonial:before{
color: #688d58 !important;
    font-family: sans-serif;
    content: open-quote;
    font-size: 130px;
    position: absolute;
    left: 29px;
    top: 50px;
    line-height: 115px;
}

.cm-test-name{
color: #2a4257;
font-size: 16px;
text-align: center;
padding-bottom: 0px;
}

.cm-test-comp{
color: #676767;
font-size: 14px;
text-align: center;
margin-bottom:30px; 
}

.cm-test .cm-testimonial:after{
	content: "";
	    background-color: rgba(255,255,255,1);
    border: none !important;
    border-left: 1px solid #dfdfdf !important;
    border-top: 1px solid #dfdfdf !important;
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(-135deg);
   left: 50%;
    margin-left: -20px;
    bottom: -13px;
}

/* testimonials - end */
