/*
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: 2.0.1
*/
.footprint img{margin-bottom:15px;}
.footprint small{font-size:12px; color:#686866; line-height:20px;}
.footprint p{margin-bottom:0; line-height:17px;}
.white-link:hover{color:#85b890 !important;}
.button-custom .action_button {
    border-style: solid;
    padding: 10px 15px!important;
    line-height: 14px!important;
    top: 0;
    font-size: 18px !important;
}
#Subheader .title {
    margin-bottom: 0;
    width: 50%;
    float: left;
}
.wpcf7-response-output{
    color:#00b140;
}
.director img {
    border-radius: 50%;
    width: 100px;
    float: left;
    margin-right: 20px;
}
.director h4 {
    float: left;
    margin-top: 25px;
    font-size: 18px;
    color: #00b13f !important;
    font-weight: 600 !important;
    width: 46%;
}
.director span {
    font-size:15px;
    line-height: 18px;
    color: #6a6a6a;
    display:block;
}
.post-links{float:left !important;}
.chart{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}
.career ::-webkit-input-placeholder { color: #009b36; }
.career :-moz-placeholder { color: #009b36; }

.career :focus::-webkit-input-placeholder { color: #009b36 !important; }
.career :focus:-moz-placeholder { color: #009b36 !important; }

.career input:focus::placeholder {
  color: #009b36 !important;
}
.career select:focus::placeholder {
  color: #009b36 !important;
}
.career select{
    color:#009b36 !important;
}
.career input{
    color:#009b36 !important;
}
.career textarea{
    color:#009b36 !important;
}
.share-simple-wrapper {
   border-top: none;
    padding: 0px 0;
    text-align: center;
}
.blink_me {
    animation: blinker 1s linear infinite;
    font-weight: normal;
}

@keyframes blinker {
   0%, 100% {
    font-weight:normal;
  }
  50% {
    font-weight:bold;
    color:#00b140;
  }
}
.client-slide .button{border-color:#00b03d !important;}
.mcb-item-sidebar_widget-inner {
    overflow: hidden !important;
}
.column_sidebar_widget .widget {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget {
    margin: 10px 0;
    position: relative;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom:50px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 7px;
  background-color: #00b140;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius:5px;
}

/* Container around content */
.container2 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.container2 p {
   clear:left;
}

/* The circles on the timeline */
.container2::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  background-color: white;
  border: 13px solid #00b140;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  transition: transform .2s; /* Animation */
}
.container2:hover::after {
   transform: scale(1.2);
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  background-color: #00b140;
  border: 13px solid #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}


/* Place the container to the left */
.left2 {
  left: 0;
  text-align:right;
}
.left2 img {
  float:right;
  margin-left:15px;
}
/* Place the container to the right */
.right2 {
  left: 50%;
}
.right2 img {
  float:left;
  margin-right:15px;
}

/* Fix the circle for containers on the right side */
.right2::after {
  left: -25px;
}

/* The actual content */
.content2 {
  padding: 10px 20px;
  background-color:none;
  position: relative;
  border:3px solid #00b140;
  border-radius: 15px;
  transition: transform .2s; /* Animation */

}
.content2 h2{
	color:#fff;
	font-size:40px;
	line-height:44px;
}
.content2 p{
	color:#00b140;
	
}
.content2:hover{
    transform: scale(1.03);
}
.content2 img{
	width: 45px;
	height:45px;
 
}
  

.table__wrapper {
  width: 100%;
  border:2px solid #efefef;
  border-radius:10px;
  padding: 5px 5px 0 3px;
}

.table__wrapper .table {
  width: 100%;
  max-width: 100%;
}


/* ------- Presentational Formatting --------- */
 

.center {
  margin: 0 auto;
  width: 80%;
}

.table {
  border-collapse: collapse;
  text-align:center;
}
.table td,
.table th {
  padding:3px;
  font-size:13px;
  border-right:1px solid #d0d0d0;
}
.table td:last-child,
.table th:last-child {
  border-right:0px solid #d0d0d0;
}

.table th {
  text-align: center;
  color:#149d5e;
   padding:3px;
  font-size:13px;
  border-bottom:1px solid #d0d0d0;
}
.table td{
  color:#6e6e6e;
}
@media screen and (max-width:1280px) {
    .header-transparent #Top_bar .top_bar_right {
    display:none;
}
#Subheader .title {
    margin-bottom: 0;
    width: 100%;
    float: left;
}
}

@media screen and (max-width:991px) {
    #contactform{
        width: 95% !important;
        box-sizing: border-box;
    }
    .container2::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -16px;
    background-color: white;
    border: 6px solid #e6f102;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    transition: transform .2s;
}
.right2::after {
    left: -16px;
}
.content2 {
 
    margin-right: 25px;
    margin-left: 25px;
}
.content2 h2 {
 
    font-size: 31px !important;
 
}
    #Subheader .title {
    margin-bottom: 0;
    width: 100%;
    float: left;
}
    .content2 h2 {
    color: #e6f102;
    font-size: 20px;
    line-height: 60px;
}
.container2 {
    padding: 10px 0px;
    padding-right:0 !important;
}
  .table {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0;
  }
  .table thead {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .table tbody,
  .table tr,
  .table th,
  .table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .table tr td,
  .table tr th {
    padding: 10px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid #EDF0F1;
    border-top: none;
    width: 100%;
    white-space: normal;
  }
  .table th[scope="row"] {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #B3BFC6;
    margin: 0 auto;
    padding: .5em 0;
  }
  .table td[data-header]:before {
    content: attr(data-header);
    display: block;
    float: left;
    width: 50%;
    color: #000000;
    font-weight: bold;
    text-align: left;
  }
  .table td[data-header] > * {
    display: block;
    width: 50%;
    float: right;
    clear: right;
    padding-left: 1em;
    margin-top: 0;
  }
  .table td[data-header]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    border-right: 1px solid #EDF0F1;
    padding-bottom: 200%;
    display: block;
  }
}

@media screen and (max-width: 600px) {
    #Subheader .title {
    margin-bottom: 0;
    width: 100%;
    float: left;
}
  .center {
    width: 100%;
  }
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container2 {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container2::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left2::after, .right2::after {
  left: 16px;
  }
  
  /* Make all right containers behave like the left ones */
  .right2 {
  left: 0%;
  }
  .content2 {
 
    margin-right: 0px;
    margin-left: 0px;
}
.left2 img {
    float: left;
    margin-right: 15px;
    margin-left: 0px;
}
.content2 h2 {
 
    display: flex;
}
.content2 p {
 
    text-align: left;
}
.content2 h2 {
    font-size: 20px !important;
}
 .container2:hover::after {
   transform: scale(0.8);
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px !important;
  background-color: #e6f102;
  border: 13px solid #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
      left: 7px;
}
  
}
 	
 	.lang{border-radius:10px 0 0 10px; padding:8px; background:#7f7e80; position:fixed; top:32.22%; right:0; width:100%; max-width: 18px;  transition: 10s;  -webkit-animation: slide 0.5s forwards; -webkit-animation-delay: 20s; animation: slide 0.8s forwards; animation-delay: 20s;}
		.lang ul{margin:0; padding:0; list-style: none;}
		.lang ul li{  margin: 5px 0px; }
		.lang ul li img{width:18px; height: 18px;     transition: transform .3s ease; float:left;}
		.lang ul li img:hover{ transform: scale(1.2);}
		.lang ul li span{font-size:12px; color:#fff; text-decoration: none; font-weight: 500; font-family: outfit;     float:left; width:18px; transition: transform .5s;height: 18px;
    line-height: 18px; }
	 
		@-webkit-keyframes slide {
    100% { right: 0px; }
}

@keyframes slide {
    100% { right: 0px; }
}
.lang-footer{ position: relative; margin-left: -17px; }
		.lang-footer ul{margin:0; padding:0; list-style: none;}
		.lang-footer ul li{display:inline-block; margin:5px;  width:20px; text-align:center; line-height: 18px;}
		.lang-footer ul li img{width:20px; height: 20px;  transition: transform .3s ease;}
		.lang-footer ul li img:hover{ transform: scale(1.2);}
		.lang-footer ul li span{font-size:13px; color:#00b140; text-decoration: none; font-weight: 500; font-family: outfit;      line-height: 8px;  width:20px; transition: transform .5s }
		.lang-footer ul li:hover span{color:#fff;}
		#contactform	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00b140;
  opacity: 1; /* Firefox */
}
.clear{clear:both;}
#contactform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00b140;
}

#contactform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #00b140;
}
		.feedback {
	font-family: Outfit;
	border-radius: 0px 10px 10px 0px;
	padding: 8px;
	background: #7f7e80;
	position: fixed;
	overflow: hidden;
	top: 35%;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 18px;
	max-height: 104px;
	-webkit-animation: slide 0.5s forwards;
	-webkit-animation-delay: 20s;
	animation: feedback 0.8s forwards;
	animation-delay: 20s;
	display: block;
	cursor: pointer;
}
.send-btn{
	    margin: 20px 0 0 0;
    width: 150px;
    float: left;
    background: #25b652 !important;
    padding: 10px;
    border-radius: 50px;
    border: none;
    color: #fff !important;
    cursor: pointer;
    padding:12px !important;
    display:block;
}
 @-webkit-keyframes feedback {
 100% {
left: 0px;
}
}
 @keyframes feedback {
 100% {
left: 0px;
}
}
.feed-text {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-align: center;
	text-transform: uppercase;
	margin-top: 65px;
	margin-left: -5px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size:16px !important;
}
 
#bg-blk {
	background: #000000bf;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	display: none;
	
}
#contactform h2{color:#7d888e; font-size:25px !important;  margin-bottom:0; margin-top:0; line-height:20px;}
	 #contactform{display:none; z-index:999999; position: fixed;     background-color: #ffffff;
    width: 450px;     padding: 20px 20px; transform: translate(-50%,-50%); left: 50%;
    top: 50%;
    border-radius: 8px; }
		#contactform input,select,textarea{
			    color: #00b140;
    border: none;
    border-bottom: 2px solid #85b890;
			padding:10px;
			outline: none;
			width:100%;
			padding: 4px 5px;
			    margin-bottom:0px;
		 
		}
		#close {
        position: absolute;
    right: 20px;
    border: none;
    border-radius: 100%;
    background: #25b652;
    color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    top: 16px;
    font-size:18px;
    padding:0 !important;
    display:block;
}
		.fifty{width:48% !important; float:left;}
		.right{float:right;}
.left{float:left;}

   
#contactform{margin:0;}
#main-slider {
   padding:0 4%;
    background-size: cover;
}
 



#frmContact {
 
   
    border-radius: 10px;
}

#frmContact div {
    margin-bottom: 15px
}

.demoInputBox {
    padding: 10px;
 
    
    margin-top: 4px;
}

#mail-status{margin-top: 12px}
.Error {
    background-color: #ffe7e7;
    border: #9C0E24 1px solid;
    padding: 0px 15px;
    color: #9C0E24;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
}

.success {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}

.info {
    font-size: .8em;
    color: #ff0000;
    padding-left: 5px;
    font-size:12px;
    line-height: 10px;
}

.btnAction {
    background-color: black;
    border: 0;
    padding: 10px 40px;
    color: #FFF;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.btnRefresh {
    border: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #85b890;
 	font-size: 13px;
    margin-left: 20px;
}
.btnRefresh:hover{color:#25b652 ;}
#captcha_code {
    vertical-align: middle;
}

.top-margin {
    margin-top: 5px;
}

#loader-icon {
    display: none;
    float: LEFT;
    MARGIN-top: 25px;
    margin-left: 25px;
} 

.blog_slider.flat .blog_slider_header .slick-arrow .button_icon i {
    color: #2cbd60 !important;
}
.blog_slider.flat .blog_slider_header .slick-arrow .button_icon {font-size:24px; font-weight:bold;  transition: transform .2s; /* Animation */}
.blog_slider.flat .blog_slider_header .slick-arrow:hover .button_icon {
     transform: scale(1.1);
}
.blog_slider.flat .blog_slider_header .slick-arrow {width:50px; height:50px; position:relative;}
.blog_slider.flat .blog_slider_header .slick-arrow {    background-color: hsl(132deg 37% 79% / 70%) !important;}
.blog_slider.flat .blog_slider_header {
    opacity: 1 !important;
}
.blog_slider.flat .blog_slider_header .button.slider_prev {left:0;}
.blog_slider.flat .blog_slider_header .button.slider_next {right:0;}
.blog_slider.flat .blog_slider_header .slick-arrow .button_icon {position:relative;     margin-top: -10px; margin-left: 3px;}
.blog_slider_header .slider_navigation {margin-bottom:20px;}
.grecaptcha-badge{opacity:0 !important; }
 