/*
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
*/
body::-webkit-scrollbar {
  	width: 0.5em;
}
body::-webkit-scrollbar-track {
  	background-color: #000000;
}
body::-webkit-scrollbar-thumb {
 	background-color: #005792;
	border-radius:5px;
}
a, input[type="submit"], button, button[type="submit"], :before, :after, img, .wpb_wrapper {
    -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{	
	outline:none !important;
}
.the_content_wrapper, h1, h2, h3, h4, h5, h6, p, .wpb_wrapper > div{
	margin-bottom:0 !important;
}
h1, h2, h3, h4, h5, h6, .vc_btn3-container .vc_general, #Top_bar .top_bar_right .action_button, div.vc_custom_heading, button{
	text-transform:uppercase;
}
#Top_bar .top_bar_right {
    padding: 0;
}
#Top_bar .top_bar_right .action_button {
    margin: 0;
}
#Top_bar .menu > li > a span {
    padding: 0 12px !important;
}
#Top_bar .logo {
    margin: 0;
	flex: 0 0 194px;
}
#Top_bar .top_bar_left {
    display: flex;
    justify-content: space-between;
}
#Top_bar .top_bar_left:before, #Top_bar .top_bar_left:after {
    display: none;
}
#Top_bar #menu, #Top_bar .menu, #Top_bar .menu_wrapper{
	width:100%;
}
body:not(.header-simple) #Top_bar #menu{
	background:transparent !important;
	display: flex !important;
    align-items: center;
    height: 100%;
}
#Top_bar .menu{
	display: flex;
    justify-content: center;
	gap: 35px;
}
#Top_bar .menu > li > a, #Top_bar .menu > li > a > span {
    padding: 0 !important;
	line-height: 1 !important;
}
.pt-90{
	padding-top:90px !important;
}
.pb-90{
	padding-bottom:90px !important;
}
.pt-60{
	padding-top:60px !important;
}
.pb-60{
	padding-bottom:60px !important;
}
.mt-12{
	margin-top:12px !important;
}
.mt-25{
	margin-top:25px !important;
}
.mt-100{
	margin-top:100px !important;
}
.vc_btn3-container a.vc_general {
    padding: 16px 24px !important;
    border-radius: 100px !important;
    border: 0 !important;
    font-size: 16px;
    line-height: 13px;
    font-family: "Libre Baskerville",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background: #01659B !important;
    color: #fff !important;
}
.vc_btn3-container a.vc_general, button{
	position:relative;
	z-index:1;
	overflow:hidden;
}
.vc_btn3-container a.vc_general:before, button:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	z-index:-1;
	background:#003450;
}
.vc_btn3-container a.vc_general:hover:before, button:hover:before{
	width:100%;
}
.sub-heading {
    font-size: 25px;
    line-height: 21px;
}
.icon_box{
	padding: 0px 0;
}
.service-section .icon_box .desc_wrapper {
    color: #fff;
    text-align: left;
}
.service-section .icon_box .desc_wrapper h4.title {
    color: #fff;
}
.service-section .icon_box .desc_wrapper .desc {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}
.service-section .icon_box .desc_wrapper .desc a, .build .icon_box .desc_wrapper .desc a{
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    font-family: "Libre Baskerville",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}
.build .icon_box {
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
    border-radius: 10px;
	padding: 0 10px 20px;
}
.build .icon_box .image_wrapper {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01659B;
    border-radius: 50%;
    margin: auto;
    margin-top: 0;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
}
.build .icon_box .desc_wrapper {
    padding-top: 70px;
}
.build .icon_box .desc_wrapper h4.title {
    font-size: 20px;
    line-height: 22px;
}
.build .icon_box .desc_wrapper .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;    
}
.build .icon_box .desc_wrapper .desc a {
    margin-top: 12px;
    color: #01659B;
}
.partner-logo .vc_single_image-wrapper {}

.partner-logo {
    background: #fff;
    border-radius: 10px;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 20px;
}
.faq-section .vc_tta-panel {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
}
.faq-section .vc_tta-panel .vc_tta-panel-heading {
    background: transparent !important;
}
.faq-section .vc_tta-panel .vc_tta-panel-body {
    padding: 0 !important;
    background: transparent !important;
}
.faq-section .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title {
    margin-bottom: 11px !important;
}
.faq-section .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a {
    padding: 0;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #000 !important;
}
.faq-section .vc_tta-panel .vc_tta-panel-body p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.faq-section .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a i:before {
    border-color: #01659B !important;
}
.faq-section .vc_tta-panel:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
footer .menu {
    padding: 0;
    list-style: none;
}
footer ul li a {
    padding: 0 !important;
    font-size: 16px;
    line-height: 35px;
}
footer h4 {
    margin-bottom: 12px !important;
}
.one-fourth.column:first-child {
    width: 30%;
}
.one-fourth.column:nth-child(2) {
    width: 20%;
}
.one-fourth.column:nth-child(3) {
    width: 27%;
}
.one-fourth.column{
	width: 23%;
}
.widget {
    margin: 0;
}
#Footer .footer_copy .one {
    margin-bottom: 0;
    padding-top: 0;
}
#Footer .footer_copy .one .mcb-column-inner {
    margin-bottom: 0;
}
#Footer .footer_copy .one .mcb-column-inner .copyright {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-family: "Libre Baskerville",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
}
#Footer .widget_nav_menu ul li:after{
	display:none;
}
.sp-testimonial-item .sp-testimonial-free {
    padding: 30px 50px;
    border: 1px solid rgb(0 0 0 / 60%) !important;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free .sp-testimonial-content {
    text-align: left;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free .sp-testimonial-content p {
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free .sp-testimonial-client-image {
    display: flex;
    gap: 25px;
    align-items: center;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
    margin-bottom: 0;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free .sp-testimonial-client-image .test-content h4.sp-testimonial-client-name {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    color: #242424;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free .sp-testimonial-client-image .test-content .sp-testimonial-client-designation {
    text-align: left;
    font-size: 16px;
    color: #666666;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-title {
    margin-bottom: 21px;
    text-align: left !important;
}

#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-title h3.sp-testimonial-post-title {
    text-align: left;
    font-size: 34px;
    line-height: 22px;
}
.navigation-buttons {
    display: flex;
    position: absolute;
    bottom: 25px;
    height: auto;
    right: 25px;
	gap:15px;
	
}
.navigation-buttons .testimonial-nav-arrow {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #242424 !important;
    background: #eaeaea !important;
    border: 0 !important;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section {
    margin: 0;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section {
    margin: 0;
}

.navigation-buttons .testimonial-nav-arrow:hover {
    background: #01659B !important;
    color: #fff !important;
}
@media only screen and (min-width: 1240px) and (max-width: 1420px) {
    .section_wrapper,
    .container {
        max-width: 1220px;
    }
}
@media only screen and (min-width: 1421px) {
    .section_wrapper,
    .container {
        max-width: 1320px;
    }
}
@media only screen and (max-width: 1420px){
	section#banner {
    	min-height: 700px !important;
	}
	body, .mfn-menu-item-megamenu {
    	font-size: 14px;
		line-height: 24px;
	}
	#Top_bar .top_bar_right .action_button {
    	font-size: 14px;
	}
	h1, .text-logo #logo {
    	font-size: 40px;
		line-height: 50px;
	}
	h2 {
    	font-size: 35px;
		line-height: 45px;
	}
	.sub-heading {
    	font-size: 20px;
    	line-height: 16px;
	}
	.build .icon_box{
		min-height: 246px;
	}
	.build .icon_box .desc_wrapper .desc br {
    	display: none;
	}
	.build .icon_box .desc_wrapper .desc a {
    	display: block;
	}
	.faq-section .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a{
		font-size: 18px;
    	line-height: 20px;
	}
	.sp-testimonial-item .sp-testimonial-free{
		padding: 30px 35px !important;
	}
	#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-title h3.sp-testimonial-post-title {
    	text-align: left;
    	font-size: 30px;
    	line-height: 20px;
	}
}