/*
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
*/
#custom_html-3 h4 {
    font-size: 50px;
    line-height: 55px;
	margin: 0 !important;
}
body::-webkit-scrollbar {
  	width: 0.4em;
}
body::-webkit-scrollbar-track {
	background: linear-gradient(90deg, #712fc1 0%, #2e25ff 100%);
}
body::-webkit-scrollbar-thumb {
 	background-color: #712fc1;
}
a, input[type="submit"], button, button[type="submit"], :before, :after, img {
    -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;
}
h1, h2, h3, h4, h5, h6, p, .wpb_wrapper > div, .has_content .the_content_wrapper{
	margin-bottom:0 !important;
}
.pt-70{
	padding-top:70px !important;
}
.pb-70{
	padding-bottom:70px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-30{
	margin-top:30px !important;
}
.mt-50{
	margin-top:50px !important;
}

#Action_bar .contact_details {
    position: absolute;
    left: auto;
    z-index: 1111;
    top: 33px;
    display: flex;
    gap: 50px;
	right: 220px;
}
.logo.text-logo a#logo {
    font-size: 35px;
}
#Action_bar {
    line-height: unset !important;
    height: 0;
}
#Action_bar .contact_details li {
    padding: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
	margin:0 !important;
}
#Action_bar .contact_details li i {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C03673;
    background: linear-gradient(230deg, rgba(192, 54, 115, 1) 0%, rgba(130, 18, 145, 1) 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
#Action_bar .contact_details li i:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#Action_bar .contact_details li.phone i:before {
    content: "\f095";
}
#Action_bar .contact_details li.mail i:before {
    content: "\f0e0";
}
#Action_bar .contact_details a {
    font-weight: 700;
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 22px;
}
#Action_bar .contact_details li:first-child a:before {
    content: "Get a Free Consultation";
}
#Action_bar .contact_details li.mail a:before {
    content: "Send a message ";
}
#Action_bar .contact_details a:before {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#Action_bar .contact_details li.phone.phone-1 {
    order: 1;
}
#Top_bar .top_bar_right {
    padding: 0;
    bottom: auto !important;
    top: 48px !important;
	right:15px !important;
}
#Top_bar .top_bar_right .top_bar_right_wrapper{
	padding: 5px;
    background: url(/wp-content/uploads/2026/04/btn-bordr-img.webp);
    background-size: 100% 100%;
}
#Top_bar .top_bar_right .action_button{
    margin: 0 !important;
	position:relative;
	height:100%;
}
#Top_bar:before {
    background: linear-gradient(180deg, rgba(192, 54, 115, 1) 0%, rgba(130, 18, 145, 1) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 54px;
    left: 0;
    bottom: 0;
}
#Top_bar .logo, #Top_bar{
    border: 0 !important;
}
#Top_bar .menu > li, #Top_bar .menu > li > a, #Top_bar .menu > li > a > span {
    line-height: unset !important;
    padding: 0 !important;
}
#Top_bar .menu > li > a {
    padding: 14px 0 !important;
}
#Top_bar #menu {
    display: flex !important;
    width: 100%;
    background: transparent;
}
#Top_bar #menu .menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
#Top_bar .menu_wrapper {
    width: 100%;
}
#Top_bar .menu > li > a:after {
    bottom: 14px !important;
    height: 1px !important;
}
.banner-section .wpb_single_image {
    width: max-content;
}
.vc_btn3-container {
    padding: 5px;
    background: url(/wp-content/uploads/2026/04/btn-bordr-img.webp);
    background-size: 100% 100%;
}
.vc_btn3-container a.vc_general {
    padding: 14px 45px !important;
    border-radius: 0;
    border: 0 !important;
    background: linear-gradient(90deg,#712fc1 0%,#2e25ff 100%);
    color: #fff !important;
    font-family: "Bebas Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
	font-weight:600;
}
.vc_custom_heading.sub-heading {
    background: #C03673;
    background: linear-gradient(to bottom, #C03673 0%, #821291 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.book-section .icon_box {
    padding: 0;
    min-height: auto;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 13px 16px;
    background: #fff;
    border-radius: 10px;
}
.book-section .icon_box .image_wrapper {
    position: relative;
    top: auto;
    width: 138px;
    height: 204px;
    flex: 0 0 138px;
}
.book-section .icon_box .desc_wrapper {
    padding: 0;
}
.book-section .icon_box .desc_wrapper h4.title {
    font-size: 35px;
    line-height: 32px;
    font-weight: 400;
}
.book-section .icon_box .desc_wrapper .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}
.book-section .icon_box .desc_wrapper .desc a,  .solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-footer a.post-more{
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    border-bottom: 1px solid;
    display: inline-flex;
    font-family: "Bebas Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background: #712FC1;
    background: linear-gradient(to left, #712FC1 0%, #2E25FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.solution-section .blog_wrapper {
    margin: 0 -1% 0;
}
.solution-section .blog_wrapper .post-item .image_frame {
    margin-bottom: 15px;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc {
    padding: 0;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-head {
    display: none;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-title h2.entry-title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-excerpt {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-footer {
    margin: 5px 0px 0px;
    padding: 0;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-footer .button-love {
    display: none;
}

.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links {
    border: 0;
    padding: 0;
	width:100%;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner{
	background:#fff;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links i {
    display: none;
}
.solution-section .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links a.post-comments {
    display: none;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner h3.testimonial-heading {
    display: none;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner .test-head {
    margin: 0;
    display: flex !important;
    max-width: 100% !important;
    float: none;
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
	justify-content: space-between;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner .test-head .testimonial-field.testimonial-name {
    display: flex;
    order: -1;
	text-align: left;
    font-size: 25px;
    line-height: 25px;
    font-family: "Bebas Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background: #712FC1;
    background: linear-gradient(to right, #712FC1 0%, #2E25FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	align-items: center;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner .test-head .wpmtst-testimonial-image {
    margin: 0;
    float: none;
    display: flex;
    order: -1;
	justify-content: end;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner .maybe-clear {
    display: none;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner .wpmtst-testimonial-image img {
    border: 0;
    padding: 0;
    margin: unset;
}
.wpmtst-testimonial-content {
    margin-bottom: 0 !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner .test-client {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 28px;
    left: 93px;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner .test-client .testimonial-field.testimonial-company {
    font-size: 14px;
    text-align: left;
    line-height: 10px;
    margin-top: 5px;
    font-family: "Bebas Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p {
    font-size: 15px;
    line-height: 22px;
}
.wpmslider-viewport {
    height: auto !important;
}
.single-post p{
	margin-bottom:15px !important;
}
.strong-view.wpmtst-default.slider-container {
    padding: 0;
}
.wpmslider-controls .wpmslider-controls-direction a {
    width: 52px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #C03673;
    background: linear-gradient(180deg,rgba(192, 54, 115, 1) 0%, rgba(130, 18, 145, 1) 100%);
    border-radius: 50%;
    line-height: unset !important;
    font-size: 0 !important;
}
.wpmslider-controls .wpmslider-controls-direction a:before {
    top: auto !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(329deg) brightness(101%) contrast(101%);
}
.vc_icon_element.play-btn {
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    z-index: 1;
}
.vc_icon_element.play-btn:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 148px;
    height: 148px;
    background: #fff;
    opacity: 50%;
    border-radius: 50%;
    z-index: -1;
}
.vc_icon_element.play-btn:after {
    content: "";
    position: absolute;
    left: 21px;
    top: 21px;
    width: 125px;
    height: 125px;
    background: #fff;
    border-radius: 50%;
    z-index: -2;
}
#video .vc_icon_element.play-btn .vc_icon_element-inner span.vc_icon_element-icon {
    background: #712FC1;
    background: linear-gradient(to right, #712FC1 0%, #2E25FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px !important;
}
.logo-no-margin #Action_bar .column{
	height:0;
}
.widget {
    margin: 0;
}
footer .menu {
    padding: 0;
    list-style: none;
}
#Footer .widget_nav_menu ul li:after {
    display: none;
}

footer h4 {
    margin-top: 26px;
    margin-bottom: 12px !important;
}
footer li a {
    padding: 0 !important;
    font-size: 16px;
    line-height: 30px;
}
#Footer .widgets_wrapper .container {
    display: flex;
    height: 100%;
}
.one-fourth.column:first-child {
    width: 30%;
	display: flex;
    float: none;
    flex: 0 0 30%;
}
.one-fourth.column{
	width: 23%;
	flex: 0 0 23%;
}
aside#custom_html-3 {
    height: 100%;
}
aside#custom_html-3 .textwidget.custom-html-widget {
    height: 100%;
    display: flex;
    align-items: center;
}
#Footer .widgets_wrapper .container {
    display: flex;
    height: 100%;
}
mfn-footer .footer_copy {
    border-color: rgb(255 255 255 / 55%);
}
#Footer .footer_copy .one {
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
}
#Footer .footer_copy .one .mcb-column-inner {
    margin: 0;
}
#Footer .footer_copy .one .mcb-column-inner .copyright {
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Bebas Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    letter-spacing: 1px;
	margin-bottom:0;
}
#Footer .footer_copy .one .mcb-column-inner .copyright span {
    margin: 0 5px;
    background: #C03673;
    background: linear-gradient(to bottom, #C03673 0%, #821291 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1399px){
	.banner-section {
		padding-top: 0 !important;
		min-height: 700px !important;
	}
	.banner-section .wpb_single_image {
		width: auto;
	}
}