/*
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
*/

h1, h2, h3, h4, h5, p, .has_content .the_content_wrapper, .wpb_wrapper > div, .wpb_content_element{
	margin-bottom:0 !important;
}
body::-webkit-scrollbar {
  	width: 0.4em;
}
body::-webkit-scrollbar-track {
  	background-color: #000;
}
body::-webkit-scrollbar-thumb {
 	background-color: #E81515;
}
a, input[type="submit"], button, button[type="submit"], :before, :after, img, .vc_icon_element-inner{
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    text-decoration: none;
}
a:hover, input[type="submit"]:focus,  button, button[type="submit"]:focus, .dontae-row button:focus{
	text-decoration:none !important;
	outline:none !important;
}
.vc_custom_heading{
	text-transform:uppercase;
}
.pt-216{
	padding-top:216px !important;
}
.pb-216{
	padding-bottom:216px !important;
}
.pt-180{
	padding-top:180px !important;
}
.pb-180{
	padding-bottom:180px !important;
}
.pt-76{
	padding-top:76px !important;
}
.pb-76{
	padding-bottom:76px !important;
}
.pt-72{
	padding-top:72px !important;
}
.pb-72{
	padding-bottom:72px !important;
}
.mt-5{
	margin-top:5px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-25{
	margin-top:25px !important;
}
.mt-30{
	margin-top:30px !important;
}
.mt-50{
	margin-top:50px !important;
}
.mr-20{
	margin-right:20px;
}
.text-center{
	text-align:center;
}
.header-stack #Top_bar .top_bar_right {
    bottom: auto;
    top: 13px;
	padding:0;
	right: 12px;
}
#Top_bar .top_bar_right .top_bar_right_wrapper .custom-top-right-bar .wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}
#Top_bar .top_bar_right .top_bar_right_wrapper .custom-top-right-bar .wrapper .top-bar-icon-box {
    display: flex;
    align-items: center;
    gap: 14px;
}
#Top_bar .top_bar_right .top_bar_right_wrapper .custom-top-right-bar .wrapper .top-bar-icon-box .top-bar-icon-desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#Top_bar .top_bar_right .top_bar_right_wrapper .custom-top-right-bar .wrapper .top-bar-icon-box .top-bar-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E81515;
    border-radius: 2px;
}
#Top_bar .top_bar_right .top_bar_right_wrapper .custom-top-right-bar .wrapper .top-bar-icon-box .top-bar-icon.no-border{
	border:0;
}
#Top_bar .top_bar_right .top_bar_right_wrapper .custom-top-right-bar .wrapper .top-bar-icon-box .top-bar-icon-desc a {
    font-size: 15px;
    line-height: 11px;
    color: #000;
}
#Top_bar .top_bar_right .top_bar_right_wrapper .custom-top-right-bar .wrapper .top-bar-icon-box .top-bar-icon-desc span {
    font-size: 12px;
    line-height: 10px;
	color:#777777;
}
#Top_bar .top_bar_right .top_bar_right_wrapper > a:last-child{
	margin-right: 0;
    padding: 14px 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 15px;
}
#Top_bar .logo {
    border: 0 !important;
}
#Top_bar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    background: #E81515;
    bottom: 0;
}
#Top_bar .menu > li > a, #Top_bar .menu > li > a > span {
    line-height: unset !important;
    padding: 0 !important;
}
#Top_bar .menu > li {    
    padding: 10px 0;
}
#Top_bar .menu > li a:after {
    bottom: 0 !important;
    height: 1px !important;
}
#Top_bar .menu > li.current-menu-item > a {
    font-weight: 700;
}
#Top_bar .menu_wrapper nav#menu {
    width: 100%;
}
#Top_bar .menu_wrapper nav#menu ul#menu-main-menu {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
#Top_bar .menu_wrapper {
    width: 100%;
}
.banner-section ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.vc_btn3-container .vc_general {
    padding: 16px 36px;
    border: 0 !important;
    border-radius: 5px;
    background: #E81515 !important;
    color: #fff !important;
    text-transform: uppercase;   
    font-size: 16px;
}
.vc_btn3-container .vc_general, button{
	position:relative;
	z-index:1;
	overflow:hidden;
}
.vc_btn3-container .vc_general:hover, button:hover:before{
	color:#fff !important;
}
.vc_btn3-container .vc_general:before, button:before{
	left: 0;
    top: 0;
    width: 0%;
    height: 100%;
	background:#000;
	content:"";
	position:absolute;
	z-index:-1;
}
.vc_btn3-container .vc_general:hover:before, button:hover:before{
	width: 100%;
}
.sub-heading, .vc_btn3-container .vc_general{
	font-family: "Tomorrow",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-weight: 700;
}
.position-absolute {
    position: absolute;
}
.about-image {
    right: 15px;
    bottom: -50%;
    transform: translate(0px, -50%);
}
.operators-grid .vc_grid-item .vc_gitem-animated-block {
    padding: 34px 32px;
    background: #fff;
	height:100%;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone:before {
    padding: 0;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row {
    position: relative;
    top: 0;
    transform: translateY(0%);
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row .vc_gitem-col {
    padding: 0;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .Operators-featured-image {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(232 21 21 / 20%);
    position: relative;
	overflow:hidden;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block:hover .Operators-featured-image:before {
    transform: rotate(45deg);
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .Operators-featured-image:before, .operators-grid .vc_grid-item .vc_gitem-animated-block .Operators-featured-image:after {
    content: "";
    position: absolute;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .Operators-featured-image:before {
    width: 98px;
    height: 98px;
    background: #E81515;
    opacity: 50%;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .Operators-featured-image figure {
    position: relative;
    z-index: 1;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .Operators-featured-image:after {
    width: 78px;
    height: 78px;
    background: #E81515;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    margin-bottom: 18px;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row .vc_custom_heading {
    margin-bottom: 0;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row .vc_custom_heading p {
    font-size: 16px;
    line-height: 24px;
    text-transform: initial;
    margin-top: 10px;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row .vc_custom_heading p br {
    display: none;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-bottom .Operators-featured-button {
    margin-bottom: 0;
    text-align: left;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-bottom .Operators-featured-button .vc_icon_element-inner {
    border: 0;
    width: 26px !important;
    height: 26px !important;
    background: #E81515;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block:hover .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-bottom .Operators-featured-button .vc_icon_element-inner {
    background: #000;
}
.operators-grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-bottom .Operators-featured-button .vc_icon_element-inner span.vc_icon_element-icon {
    font-size: 14px !important;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form .form-row {
    display: flex;
    gap: 16px;
}
.contact-form .form-row .form-col-half span input {
    height: 71px;
    text-transform: uppercase;
    box-shadow: 0 0 7px rgb(0 0 0 / 25%);
    padding-left: 20px;
	font-size: 14px;
}
.contact-form .form-row  .form-col-full {
    width: 100%;
}
.contact-form .form-row .form-col-full span textarea {
    height: 121px;
    resize: none;
    text-transform: uppercase;
    box-shadow: 0 0 7px rgb(0 0 0 / 25%);
    padding: 20px;
	font-size: 14px;
}
.one-fourth.column:first-child{
    width: 30%;
}
.one-fourth.column:nth-child(2) {
    width: 20%;
}
footer p {
    font-size: 16px;
    line-height: 25px;
}
footer .menu {
    padding: 0;
    list-style: none;
}
footer .menu li a {
    padding: 0;
}
footer li a {
    font-size: 16px;
    line-height: 30px;
}
footer h4 {
    text-transform: uppercase;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
}
.widget {
    margin: 0;
}
#Footer .widget_nav_menu ul li:after {
    display: none;
}
aside#text-2 {
    margin-top: 12px;
}
aside#text-2 {
    margin-top: 12px;
}
ul.footer-social-list {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
ul.footer-social-list li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E81515;
    border-radius: 50%;
}
ul.footer-social-list li a:hover {
    background: #000;
}
#Footer .footer_copy .one {
    margin: 0;
    padding: 0;
    min-height: auto;
}
#Footer .footer_copy .one .mcb-column-inner {
    margin-bottom: 0;
}
#Footer .footer_copy .one .mcb-column-inner .copyright {
    margin-bottom: 0;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Tomorrow",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
}
#Footer .footer_copy .one .mcb-column-inner .copyright span {
    color: #E81515;
    margin: 0 5px;
}
.operators-grid .vc_grid .vc_pageable-slide-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
}
.operators-grid .vc_grid .vc_grid-item-mini {
    height: 100%;
}
.operators-section .icon_box {
    padding: 25px;
    background: #fff;
}
.operators-section .icon_box .desc_wrapper {
    text-align: left;
}
.operators-section .icon_box .desc_wrapper .desc {
    margin-top: 15px;
    font-size: 16px;
}
.operator-row .wpb_column .vc_column-inner .wpb_wrapper, .operator-row .wpb_column .vc_column-inner .wpb_wrapper .icon_box {
    height: 100%;
}
@media screen and (max-width:1399px){
	.pb-216 {
    	padding-bottom: 150px !important;
	}
	.pt-216 {
    	padding-top: 150px !important;
	}
}