/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

#Top_bar.is-sticky .menu > li > a span:not(.description) { padding: 0 12px; }
.carousel-wrap {
	margin: 30px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}
.owl-carousel .item {
	position: relative;
	z-index: 100; 
	-webkit-backface-visibility: hidden; 
}
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}
.owl-nav i { font-size: 52px; }
.owl-nav .owl-prev { left: -30px; }
.owl-nav .owl-next { right: -30px; }
.page-id-182 .if-border-hide .image_frame:not(.has_border).scale-with-grid { border-width: 7px; }
.slogan.ctm-topbar-btn > a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #e5131a;
    padding: 5px;
    border-radius: 5px;
}
#Subheader h1.title {
    text-transform: uppercase;
    font-size: 30px;
}
#Top_bar .menu > li ul { background-color: #ffffff !important; }
#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a { color: #ffffff !important; }
#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a { background: rgba(144,144,144,0.8) !important; }

/* Home Page 1 */
.ctm-home-1-blog a, .ctm-home-1-blog a:hover { color: #fff; }
.ctm-home-1-blog .desc_footer { color: #fff !important; }
.ctm-icon-box .icon_box .icon_wrapper {
    height: 100px;
    font-size: 40px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.page-id-229 .recentpost-inner-content .wp-post-date { display: none; }
.ctm-margin-10 { margin: 0 1% 10px; }

/* Solutions box Home Page 2 */
.services-wrap{
    display: flex;
    flex-wrap: wrap;
}
.serv-section{
  	max-width: 100%;
  	min-height: 10px;
}
.serv-box{
  	padding: 30px 20px 50px;
  	display: block;
  	width: auto;
  	text-align: left;
  	margin: 0 0 30px;
  	background-color: #fff;
  	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  	position: relative;
  	overflow: hidden;
  	z-index: 1;
  	transition: .4s ease;
  	transition-property: background;
}
.back-imag-serv{
  	background-image: url("../images/ser-block-f.jpg");
  	background-repeat: no-repeat;
  	bottom: 0;
  	position: fixed;
}
.serv-box:hover{
  	background-color: #e5131a;
}
.serv-box:hover h3, .serv-box:hover h3 a, .serv-box:hover p{
  	color: #fff;
}
.serv-box:before{
  	content: attr(data-bg-number);
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
 	bottom: 0;
  	width: 100%;
  	height: 100%;
  	opacity: .08;
  	color: #333;
  	font-size: 107px;
  	line-height: 120px;
  	z-index: -1;
  	margin-left: 26px;
}
.serv-box h3{
  	font-size: 17px;
  	color: #e5131a;
}
.serv-box h3, .serv-box p, .serv-box h3 a {
  	color: #333;
  	margin-top: 5px;
  	margin-bottom: 34px;
  	transition-property:color;
  	word-wrap: break-word;
}
.serv-box .view-link-serv{
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	display: block;
  	margin-left: 30px;
  	margin-bottom: 10px;
  	text-decoration: none;
}
.serv-box .view-link-serv i.seemore{
  	display: inline-block;
  	position: absolute;
  	left: 0;
  	bottom: 0px;
  	font-size: 18px;
  	transition: .4s ease;
  	transition-property: color,left;
  	color: #e5131a;
}
.serv-box:hover .view-link-serv i.seemore{
  	color: #fff;
  	left: 100%;
  	padding-left: 12px;

}
.serv-box .view-link-serv span{
  	opacity: 0;
  	transition: .4s ease;
  	transition-property: opacity,color;
  	position: relative;
  	bottom: 0px;
  	text-decoration: none;
}
.serv-box:hover .view-link-serv span{
  	opacity: 1;
  	color: #fff
}
.serv-box figure, .serv-box i.serv-icon{
  	display: block;
  	position: absolute;
  	bottom: 0;
  	right: 0;
}
.serv-box figure{
  	width: 46px;
  	height: 46px;
  	line-height: 54px;
  	background-color: #161a1f;
  	text-align: center;
  	transition: .4s ease;
  	transition-property: background;
}
.serv-box:hover figure{
  	background-color:#fff;
}
.serv-box figure {
  	overflow: hidden;
  	max-width: 100%;
  	display: block;
}
.serv-box i.serv-icon{
  	width: 38px;
  	height: 14px;
  	color: #fff;
  	font-size: 20px;
  	font-weight: 400;
  	line-height: 14px;
  	text-transform: uppercase;
  	top: 0;
  	left: 0;
  	margin: auto;
  	transition: .4s ease;
  	transition-property: color;
}
.serv-box:hover i.serv-icon{
  	color: #e5131a;
}

.blog-teaser.margin-no .teaser-wrapper li { margin-bottom: 0px; }
#Top_bar .menu > li > a span:not(.description) {
    padding: 0 12px;
}
.ctm-social-icon{ margin: 0 20px; }
.ctm-social-icon li {
    margin-right: 0px !important;
    padding: 10px 0 !important;
}
.ctm-social-icon li > a { font-size: 25px; }

/*Chatbox CSS*/
.l_c_h {
    width:300px;
    position:fixed;
    bottom:0;
    right:0px;
    background:#fff;
    border-radius:3px;
    z-index:5000;
    display:block;
}
.l_c_h .c_h {
    cursor:pointer;
    border-radius:0px;
    /*background:#c61432;*/
    background: #03056b;
    line-height: 34px;
}
.l_c_h .left_c {
    color:#ebebeb;
    width:150px;
    font-size:16px;
}
.l_c_h .right_c {
    text-align:center;
    /*background:#DE4A4A;*/
    background: #e5131a;
    line-height: 36px;
}
.l_c_h .right_c  a {
    color:#ebebeb;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer !important;
    font-size: 16px;
    line-height: normal !important;
    margin-top: 0 !important;
    padding: 1px 0px !important;
    text-align: center !important;
    text-decoration:none;
    font-weight:600;
}
.clear {clear:both;}
.chat_container {padding:5px 26px;}
.chat_container .no_provider {
    text-align:left;
    color:#5E5652;
    font-size:12px;
    width:auto;
    padding:5px;
    margin-left:5px;
}
.chat_container .footer_c {
    text-align:left;
    color:#5E5652;
    font-size:12px;
    margin-left:10px;
    margin-bottom:10px;
}
.chat_container .footer_c a {
    text-decoration:underline;
    color:#777;
    font-size:11px;
}
.chat_container .chat_entry {
    margin:10px;
    margin-top:0px;
}
.chat_container .chat_entry p {
    margin-top:10px;
    margin-bottom:10px;
}
.chat_container .chat_entry h4 {
    text-align:left;
    color:#1A1A1A;
    font-weight:400;
    font-size:16px;
    margin-top:0px;
}
.chat_container .chat_entry input[type="text"], .chat_container .chat_entry input[type="email"], .chat_container .chat_entry textarea  {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    font-size: 13px;
    padding: 8px 8px;
    margin-bottom:5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:100%;
}
.chat_container .chat_entry input[type="text"]:focus, .chat_container .chat_entry input[type="email"]:focus, .chat_container .chat_entry textarea:focus {
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline:0 none;
    border-color:#66afe9;
}
.chat_container .chat_entry input[type="submit"]{
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:0px;
    color: #fff;
    background-color: #e5131a !important;
}
.chat_container .chat_entry input[type="submit"]:hover {background-color: #C64545;}
.left{float:left;}
.right{float:right;}
.left_icons{
    width:35px;
    height:auto;
    text-align:center;
    color:#999;
    /*background:#DE4A4A;*/
    background: #ff8f32;
    font-size:15px;
}
.left_icons a{
    color:#fff;
    font-weight:normal;
}
.center_icons{
    text-align:center;
    padding: 3px 0px 0px 15px;
}
.hr_color {
    color: #c61432;
    background: #c61432;
}
.page-id-187 .wpcf7-form-control.wpcf7-submit {width: 100%;}
.page-id-187 .get_in_touch ul li {padding: 13px 0 13px 35px;}
.page-id-187 .get_in_touch {padding: 25px 20px;}
.get_in_touch [class^="icon-"]:before, [class*=" icon-"]:before {margin-left: 0;}
#Subheader .title {
    color: #c61432 !important;
    font-family: 'Open Sans',Arial,sans-serif;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 640px) {
	.needsolutions .column.one-third.column_column { text-align: center; }
	.home .post-image-bg img { width: fit-content !important; }
	#Header_wrapper #Subheader { padding: 40px 0px !important; }
	#Footer .ctm-quick-links li { width: 50%; float: left; }
	.ctm-margin-add .column.column_contact_box { margin-bottom: 40px !important; }
	.dnone-placehoder .one-sixth.column_placeholder {display: none;}
	.section.mcb-section.mcb-section-t0zxsn397{padding-top:0px !important;}
	.ctm-home-1-blog .Latest_news ul li .desc_footer .date {float: none;}
	.ctm-home-1-blog .Latest_news ul {float: none;text-align: center;}
	.ctm-home-1-blog .Latest_news ul li .desc_footer .button-love {display: none;}
	.ctm-home-1-blog{text-align: center;}
}

.home .post-content-left.wp-medium-6 {width: 100% !important;}
.home .post-content-left .wp-post-content {
    padding: 10px 100px 10px 100px !important;
    margin-top: 15px !important;
}
.category-success-stories #Filters li.reset {display: none;}
.category-success-stories h2.entry-title {font-size: 25px;text-align: center;}
.category-success-stories .post-excerpt > img {display: none;}
.category-success-stories .post-excerpt {text-align: center;}
.single-post .image_frame.scale-with-grid { width: 70%; }