/*
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
*/
body::-webkit-scrollbar {
  	width: 0.4em;
}
body::-webkit-scrollbar-track {
  	background-color: #0b2941;
}
body::-webkit-scrollbar-thumb {
 	background-color: #1F7DD5;
}
a, input[type="submit"], button, button[type="submit"], .dontae-row button, .service-section .vc_gitem-animated-block, :before, :after{
   -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;
}
a:hover, input[type="submit"]:focus,  button, button[type="submit"]:focus, .dontae-row button:focus{
	text-decoration:none !important;
	outline:none !important;
}


.pb-136{
	padding-bottom:136px;
}
.pt-100{
	padding-top:100px !important;	
} 
.pb-100{
	padding-bottom:100px;
}
.pt-60 {
	padding-top:60px !important;
}
.pb-60{
	padding-bottom:60px;
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mt-30{
	margin-top:30px;
}
.mt-50{
	margin-top:50px;
}
.wpb_wrapper > div, .has_content .the_content_wrapper, p, h1, h2, h3, h4, h5, h6{
	margin-bottom:0 !important;
}
.banner-section, .partner-section {
	height:800px;
}
#Top_bar .menu > li:last-child a span {
    padding-right: 0;
}
#Top_bar .top_bar_right {
    padding: 0;
    margin-left: 50px;
}
#Top_bar .top_bar_right .action_button {
    padding: 0 !important;
    margin: 0 !important;
    width: 180px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.vc_custom_heading.sub-head {
    display: flex;
    width: 202px;
    height: 40px;
    background: #1F7DD5;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    font-weight: 500 !important;
}
.text-center .vc_btn3-container a.vc_general{
	margin:0 auto;
}
.vc_btn3-container a.vc_general {
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
    width: 180px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    background: #1F7DD5 !important;
    color: #fff !important;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.vc_btn3-container a.vc_general:before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:100%;
	z-index:-1;
	background:#0b2941
}
.vc_btn3-container a.vc_general:hover:before{
	width:100%;
}
.partner-section .vc_btn3-container a.vc_general, .benifit-section .vc_btn3-container a.vc_general{
    background: transparent !important;
    border: 1px solid #fff !important;
}
.about-section ul {
    list-style: none;
    margin: 0;
}
.about-section ul li {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
}
.about-section ul li:before {
    content: "";
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background: #472666;
    border-radius: 50%;
}
.about-section .icon_box {
    padding: 0;
    min-height: auto;
    display: flex;
    align-items: center;
}
.about-section .icon_box .image_wrapper {
    position: relative;
    top: auto;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.about-section .icon_box .image_wrapper {
    padding: 0;
}
.about-section .icon_box .desc_wrapper {
    padding: 0;
}
.about-section .icon_box .desc_wrapper h4.title {
    font-size: 20px;
    font-weight: 900;
}
.benifit-section{
	height:803px;
}
.benifit-section .icon_box {
    padding: 0;
    background: #fff;
    padding: 28px 25px;
}
.benifit-section .icon_box .image_wrapper {
    margin-bottom: 20px;
}
.benifit-section .icon_box .desc_wrapper h4.title {
    color: #000;
    font-size: 24px;
    line-height: 24px;
}
.benifit-section .icon_box {
    background: #fff;
    padding: 28px 25px;
    position: relative;
    z-index: 1;
}
.benifit-section .icon_box .image_wrapper {
    margin-bottom: 20px;
}
.benifit-section .icon_box .image_wrapper img, .benifit-section .icon_box .desc_wrapper h4.title{
	-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;
}
.benifit-section .icon_box .desc_wrapper h4.title {
    color: #000;
    font-size: 24px;
    line-height: 24px;
}
.benifit-section .icon_box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: transparent linear-gradient(180deg, #00EFF9 0%, #1F7DD5 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
	-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;
}

.benifit-section .icon_box:hover:after {
    width: 100%;
}
.benifit-section .icon_box:hover .image_wrapper img {
    filter: brightness(0) invert(1);
}
.benifit-section .icon_box:hover h4.title {
    color: #fff;
}
.text-center .sub-head{
	margin:0 auto;
}
.vc_basic_grid {
    margin-bottom: 0;
}
.vc_gitem-animated-block .vc_gitem-zone:before {
    padding: 0;
}
.vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row {
    position: relative;
    transform: translate(0px, 0px);
}
.vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row .vc_gitem-col {
    padding: 0;
}
.vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row .vc_gitem-col .wpb_single_image {
    margin-bottom: 0;
}
.service-grid .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
    padding: 30px;
	min-height:267px;
}
.service-grid .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-middle .service-excerpt {
    margin-bottom: 20px;
}
.service-grid .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-middle .service-excerpt p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-middle .vc_btn3-container {
    margin-bottom: 0;
}
.service-grid .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-middle .vc_btn3-container a.vc_general {
    width: auto;
    height: auto;
    background: transparent !important;
    display: inline-flex;
    color: #000 !important;
    text-decoration: underline;
}
.service-grid .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-middle .vc_btn3-container a.vc_general:before{
	display:none;
}
.service-grid .vc_gitem-animated-block .vc_gitem-zone .vc_gitem_row.vc_row.vc_gitem-row-position-middle .vc_btn3-container a.vc_general:hover {
    color: #1f7dd5 !important;
}
.service-grid .vc_gitem-animated-block {
    box-shadow: 0px 10px 30px #00000014;
}
.vc_grid.vc_row.vc_grid-gutter-30px {
    margin-bottom: 0;
}
.project-section{
	height:400px;
}
.wpmtst-testimonial-inner.testimonial-inner h3.wpmtst-testimonial-heading.testimonial-heading {
    display: none;
}
.wpmtst-testimonial-inner.testimonial-inner .wpmtst-testimonial-content.testimonial-content {
    display: flex;
    flex-direction: column;
}
.wpmtst-testimonial-inner.testimonial-inner .wpmtst-testimonial-content.testimonial-content .wpmtst-testimonial-image.testimonial-image {
    display: flex;
    order: 1;
	margin-top: 30px;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    background: transparent linear-gradient(180deg, #1F7DD5 0%, #00376D 100%) 0% 0% no-repeat padding-box;
    padding: 86px 30px 30px;
    position: relative;
    margin-top: 15px;
    color: #fff;
}
.wpmslider-viewport {
    height: auto !important;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2023/09/quote-image.png);
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner p {
    font-size: 16px;
}
.bottom-content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    padding-left: 140px;
}
.bottom-content .testimonial-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 0;
}
.bottom-content .wpmtst-testimonial-field.testimonial-field.testimonial-company {
    font-size: 14px;
}
.wpmtst-testimonial-inner.testimonial-inner:after {
    content: "";
    position: absolute;
    width: 115px;
    height: 90px;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/09/testimonials-item-shape.png);
}
.video-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-51%, -50%);
    z-index: 1;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff1c;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.post-title h2.entry-title {
    font-size: 24px;
    line-height: 35px;
}
.post-desc {
    padding: 30px 26px !important;
}
.the_content_wrapper .image_frame, .the_content_wrapper .wp-caption {
    margin-bottom: 0;
}
article.post.post-item {
    box-shadow: 5px 10px 30px #00000014;
    margin-bottom: 0;
}
.post-head {
    margin-bottom: 30px;
    font-size: 16px;
}
.post-excerpt {
    margin-top: 20px;
}
.post-footer {
    margin: 0 !important;
    padding: 0;
}
.post-footer .button-love {
    display: none;
}

.post-footer .post-links {
    padding: 0 !important;
    border: 0 !important;
    width: 100%;
}
.post-footer .post-links i {
    display: none;
}
.post-footer .post-links a.post-comments {
    display: none;
}
.post-footer .post-links a.post-more {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-decoration: underline;
}
.post-head .post-meta.clearfix {
    margin-bottom: 0 !important;
}
.post-meta .author-date span.label i:before {
    content: "\f007" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.grid .post-meta .author-date .author i.icon-user:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #1F7DD5;
}
.post-head a {
    border: 0 !important;
}
span.vcard.author.post-author {
    margin-right: 20px;
}
.post-head span.date span.label {
    display: none;
}
.post-head span.date i.icon-clock:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #1F7DD5;
}
.blog_wrapper.isotope_wrapper.clearfix {
    margin: 0 -1% 0;
}
.newsletter-section {
/*     background: transparent linear-gradient(89deg, #00376D 0%, #1F7DD5 100%) 0% 0% no-repeat padding-box; */
	background: #000;
}
.newsletter-section .vc_custom_heading.sub-head{
	background:#fff;
}
.gjs-row {
    margin: 0 !important;
}
.emaillist {
    display: flex !important;
    width: 100%;
    justify-content: center;
}
.es-form-field-container {
    display: flex;
    width: 100%;
}
.es-form-field-container input[type="email"] {
    width: 600px;
    height: 56px;
    border: 0;
    padding-left: 26px;
    margin-right: 20px;
}
.es-form-field-container input[type="email"]::placeholder {
    color: #959595;
    font-size: 16px;
    text-transform: capitalize;
}
.es-form-field-container input[type="submit"] {
    margin: 0;
    height: 100%;
    background: #00376D;
    border: 0 !important;
}
footer .one-fourth.column:first-child {
    width: 28%;
}
footer .one-fourth.column:nth-child(2) {
    width: 22%;
}
.widget {
    margin: 0;
}
footer .menu {
    padding: 0;
    list-style: none;
}
.widget_archive ul li:after, .widget_nav_menu ul li:after {
    display: none;
}
footer h4 {
    margin-top: 40px;
    margin-bottom: 30px !important;
}
footer .menu li {
    margin-bottom: 30px;
}
footer .menu li a {
    padding: 0;
}
aside#text-2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
#recent-posts-2 li {
    padding: 0;
}
footer .one-fourth.column:last-child {
    width: 24%;
}
aside#custom_html-3 {
    padding-left: 40px;
}
ul.footer-social-list {
    display: flex;
}
ul.footer-social-list li {
    display: flex;
    margin-right: 16px;
}
ul.footer-social-list li a {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
	position:relative;
	z-index:1;
	overflow:hidden;
}
ul.footer-social-list li a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	transform:scale(0);
	-webkit-transform:scale(0);
	background:#0b2941;
	z-index:-1;
	border-radius:50%;
}
ul.footer-social-list li a:hover i{
	color:#fff !important;
}
ul.footer-social-list li a:hover:before{
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
}
ul.footer-social-list li a i {
    color: #1F7DD5;
}
ul.footer-social-list li:last-child {
    margin: 0;
}
#custom_html-3 ul.footer-social-list {
    display: block;
}
#custom_html-3 ul.footer-social-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#custom_html-3 ul.footer-social-list li  a {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
	border-radius:0 !important;
}
#custom_html-3 ul.footer-social-list li i {
    margin-right: 10px;
    color: #1F7DD5;
}
#custom_html-3 ul.footer-social-list li:last-child {
    margin-bottom: 0;
}
footer p, footer li, footer li a, footer a {
    font-size: 16px;
}
#recent-posts-2 ul li a {
    border: 0;
    font-weight: 700;
}
#recent-posts-2 ul li span.post-date {
    font-size: 14px;
    position: relative;
}
#recent-posts-2 ul li span.post-date:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 14px;
}
#Footer .footer_copy .one {
    margin: 0;
    padding: 0;
}
#Footer .footer_copy .one .mcb-column-inner {
    margin-bottom: 0;
}
.footer-copy-center #Footer .footer_copy .copyright {
    margin: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget_recent_entries ul li:hover:after {
    width: unset !important;
}
.benifit-section, .partner-section{
		background-attachment:fixed !important;
	}
/* #Top_bar #logo {
    background-color: #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 0 0 50px 50px;
    padding-bottom: 30px;
} */

#Footer ul {
    background: transparent;
}

#Footer ul li {
    background: transparent !important;
}

#Footer ul li::after {
    display: none;
}
#custom_html-3 ul.footer-social-list li i {
    color: #fff;
}
#custom_html-3 ul li a:before {
    visibility: hidden !important;
}

#Footer .widgets_wrapper aside#media_image-2 img {
    max-width: 300px;
}

#Header_wrapper .is-sticky #menu #menu-main-menu .current_page_item span {
    color: #000;
}

.menu-arrow-top #Top_bar.is-sticky .menu > li > a:after {
    border-top-color: #000 !important;
}

@media screen and (min-width:1240px) and (max-width:1500px){
	.section_wrapper, .container {
    	max-width: 1220px;
	}
}

@media screen and (max-width:1500px){
	body, .mfn-menu-item-megamenu {
    	font-size: 16px;
		line-height: 26px;
	}
	.pb-136 {
    	padding-bottom: 90px;
	}
	.pb-100 {
	    padding-bottom: 70px;
	}
	.pt-100 {
    	padding-top: 70px !important;
	}
	.pb-60 {
	    padding-bottom: 40px;
	}
	.pt-60 {
    	padding-top: 40px !important;
	}
	.mt-50 {
    	margin-top: 25px;
	}
	.mt-30 {
    	margin-top: 20px;
	}
	.mt-20 {
    	margin-top: 15px;
	}
	#Top_bar .menu > li > a{
		font-size: 16px !important;
	}
	#Top_bar .top_bar_right .action_button, .vc_btn3-container a.vc_general {
    	width: 160px;
		height: 50px;
	}
	h1, .text-logo #logo {
    	font-size: 58px !important;
		line-height: 68px !important;
	}
	h2 {
    	font-size: 36px;
		line-height: 46px;
	}
	h3{
    	font-size: 20px;
		line-height: 30px;
	}
	footer h4 {
    	margin-top: 20px;
    	margin-bottom: 20px !important;
    	font-size: 26px;
    	line-height: 36px;
	}
	.banner-section, .partner-section {
	    height: 700px;
	}
	.about-section ul li{
		margin-bottom: 10px;
	}
	.about-section .icon_box .image_wrapper{
		width: 70px;
    	height: 70px;
	}
	.about-section .icon_box .desc_wrapper h4.title, .benifit-section .icon_box .desc_wrapper h4.title {
		font-size: 18px;
	}
	.benifit-section {
    	height: 700px;
	}
	.benifit-section .icon_box {
		padding: 20px 20px;
	}
	.benifit-section .icon_box .image_wrapper {
    	margin-bottom: 10px;
	}
	.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner p {
	    font-size: 14px;
	}
	.wpmtst-testimonial-inner.testimonial-inner .wpmtst-testimonial-content.testimonial-content .wpmtst-testimonial-image.testimonial-image{
		margin-top: 20px;
	}
	.bottom-content .testimonial-name {
	    font-size: 20px;
		line-height: 25px;
	}
	.partner-section {
    	height: 650px !important;
	}
	.post-title h2.entry-title {
    	font-size: 20px;
    	line-height: 30px;
	}
	.post-head {
		margin-bottom: 15px;
	}
	.post-excerpt {
    	margin-top: 15px;
		margin-bottom: 10px;
	}
	.post-desc {
	    padding: 25px 20px !important;
	}
	.es-form-field-container input[type="email"] {
		width: 500px;
	}
	#Footer .widgets_wrapper {
	    padding: 60px 0px 50px;
	}
	footer p, footer li, footer li a, footer a {
    	font-size: 14px;
	}
	footer .menu li, #custom_html-3 ul.footer-social-list li {
    	margin-bottom: 20px;
	}
	aside#custom_html-3 {
    	padding-left: 20px;
	}
}



@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
