/*
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
*/
.no-bg .elementor-widget-wrap {
    display: block !important;
}
.first-section .elementor-widget-wrap {
    flex-direction: row-reverse;
}
.about-inn {
    background: #f5f5f5;
    padding: 80px 0;
}

.no-bg {
    background: none;
}

.about-inn .about-innpic {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    width: auto;
}
.about-inn .text_content {
    width: 60%;
}
.about-innpic {
    height: 371px;
    width: 371px !important;
    border-radius: 100%;
    border: 4px solid #1a1c29;
    margin: 0 20px 0 0;
    overflow: hidden;
}
.about-innpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-bg .text_content {
    width: auto;
}
.about-inn .text_content p {
    color: #5f5f5f!important;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 30px;
    display: block;
}
.about-inn .text_content h3 {
    color: #04326d;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 30px;
}
.about-inn .text_content .biotxt{
    color: #5f5f5f!important;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 30px;
    display: block;
}
.about-inn .text_content .biotxt span {
    font-family: 'pristinaregular';
    font-size: 35px;
    color: #000;
    line-height: normal;
}
.margin-btm {
    margin-bottom: -130px;
}
.banner-box-single h4 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px #000;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 0 25px;
    transition: all 0.3s;
	z-index: 9;
}
.banner-box-single:hover h4 {
    opacity: 0;
}
.banner-box-text h5 {
    font-size: 20px;
    color: #fff;
    opacity: 0;
}
.banner-box-single:hover .banner-box-text h5 {
    opacity: 1;
    margin-bottom:10px;
}
.banner-about h3{
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.banner-about h4{
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight:400;
    padding-bottom: 10px;
}
/*.inner-banner .ctaption_box .elementor-widget-container{width:100%!important; text-align: center;padding:0 10%;}
.top_sec .banner {
    background-size: cover !important;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 958px;
    position: relative;
}

.top_sec .banner .ctaption_box {
    position: absolute;
    top: 198px;
    left: 0;
    width: 100%;
}
.top_sec .banner .ctaption_box .elementor-widget-container{
    width: 887px;
}

.top_sec .banner .ctaption_box .elementor-widget-container h3{
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.top_sec .banner .ctaption_box .elementor-widget-container h4{
    font-size: 30px;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight:400;
    padding-bottom: 10px;
}
.top_sec .banner .ctaption_box .elementor-widget-container p{
    font-size: 18px;
    color: #fff;
    font-weight:400;
    padding-bottom: 30px;
    line-height: 30px;
} */