.gita-hero-sec {
    padding: 60px 0;
    background: #fff4c0;
}
.gita-hero-sec h1{
    font-size: 1.8rem;
}
.gita-hero-sec .form-card{
    box-shadow: none;
    border: 3px solid #fded99
}
.industry-card {
    padding: 30px 30px 25px;
    text-align: left;
    /* background: #fff6c8;
    border-bottom: 4px solid #ecdb82; */
}
.primary-card-light{
    background: #d7edff;
    border-bottom: 4px solid #9dc6e8;
}
.img-radius{
    border-radius: 12px;
}
.yogi-logo{
    width: 270px
}

.jsx{
    background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, #6496ff 45.27%, rgba(133, 239, 49, 0) 62.27%), #3777ff;
    -webkit-animation: shimmerBackground-jsx 11s linear infinite;
    animation: shimmerBackground-jsx 11s linear infinite;
}
@-webkit-keyframes shimmerBackground-jsx {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

@keyframes shimmerBackground-jsx {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

section#home-ourworld { 
    padding: 120px 0 80px; 
    position: relative;
    overflow: hidden;
}
.flex-container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-container .left {
    width: calc(45% - 40px);
    position: relative;
    z-index: 2;
}
.flex-container .right {
    width: calc(50% - 40px);
    position: relative;
    z-index: 1
}



/* .images .half-circle-container {
    border-top-left-radius: 230px;
    border-top-right-radius: 230px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
    position: relative;
    height: 444px;
    width: 60%;
} */

.bg-img {
    /* background-image: url(http://kamleshyadav.com/html/astrology/version-3/assets/images/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */

    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    /* height: 100%; */
    transform: translate(-50%, -50%) scale(1);
    /* -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transition: all 2.2s cubic-bezier(.1,.89,.17,1.01) 0.1s, opacity .5s; */
}
.bg-img video, .bg-img img{
    width: 100%;
    border-radius: 40px 40px 0 0;
}
img.mafanfa-circle {
    left: 20%;
    top: 55%;
    z-index: 10;
    position: absolute;
    animation: rotate 3s linear infinite paused;
    width: 86px;
    height: 86px
}
.images .circle-img-container {
    height: 444px;
    width: 444px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-border-radius: 50%;
    overflow: hidden;
    margin-top: -160px;
    z-index: 2;
    margin-left: 25%;
    position: relative;
}

#home-ourworld .right h2 { 
    margin-bottom: 30px; 
}

#home-ourworld .bg-circle {
    position: absolute;
    right: -8vw;
    bottom: -30vw;
    width: 60vw;
    max-width: 960px;max-height: 960px;
    z-index: 0;
}
#home-ourworld .bg-circle svg { width: 100%; height: 100%; }
#home-ourworld .bg-circle img {position: absolute;top: -14%;right: 20vw;transform: rotate(-30deg);}


#home-ourworld .right .section-title .long-line:first-of-type::before {
    content: '';
    position: absolute;
    right: calc(100% + 20px);
    width: 0;
    transition: all 0.7s .4s;
    height: 3px;
    background: #3777ff;
    top: 10%;
    width: 70vw;
}

#home-ourworld .left .mafanfa-circle { left: 20%; top: 55%; z-index: 10; position: absolute; }

.design-list ul{
    position: relative;
    margin-bottom: 15px;
}
.design-list ul::after {
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 0;
    content: " ";
    width: 8px;
    height: 100%;
    background: rgb(55 119 254 / 12%);
    border-radius: 10px;
}
.design-list ul li{
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0px;
    padding-left: 20px;
    position: relative;
}
.design-list ul li::after {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    content: " ";
    width: 8px;
    height: 18px;
    background: #3777ff;
    border-radius: 10px;
}
.oval-figure-bg{
    position: relative;
    z-index: 1;
}
.oval-figure-bg::before{
    position: absolute;
    content: "";
    left: -42px;
    right: -9px;
    top: -38px;
    bottom: -16px;
    background: #fff6c8;
    border-radius: 55% 47% 54% 48%;
    z-index: -1;
}

.what-we-teach{
    padding: 40px 0 70px
}


.faculty_container {
    background: #fff;
    border: 4px solid rgb(55 119 255 / 27%);
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
.faculty_image_area {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.faculty_image_area img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
.faculty_caption{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,#0c113b -5.98%,#080c2be0 13%,rgb(79 92 204 / 3%) 83.5%);
    padding: 24px 24px 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.faculty_name h5 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
    text-transform: capitalize;
}
._ficonPart{
    width: 100%;
}
._ficonPart .icon_image {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}
._ficonPart .icon_text
{
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff
}
._ficonPart .icon_image svg{
    width: 21px;
}
._ficonPart .icon_image svg path {
    fill: #fde054;
}
._ficonPart .icon_image i {
    color: #fde054;
}
.faculty_text{  
    font-size: 14px;
    margin-top: 12px;
    color: #fff;
}
.faculty_text .btn{
    font-weight: 500;
    color: #fde054;
    font-size: 14px;
}
.faculty-dark-bg{
    background: #3777ff;
    color: #fff;
    padding: 18px 20px;
    font-size: 15px;
}
.faculty-lang{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.faculty-dark-bg strong{
    font-weight: 600;
}
.badge-demo{
    font-size: 13px;
    padding: 8px 11px;
    font-weight: 600;
    /* margin: -30px 0 12px;
    display: block;
    width: 168px; */
    box-shadow: 0px 2px 4px rgb(0 0 0 / 22%);
    position: relative;
    
}
#educators-carousel.owl-theme .owl-nav [class*='owl-'] {
    background-color: #3777ff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #fff;
    font-size: 21px;
    height: 37px;
    width: 37px;
    line-height: 31px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%)
}
#educators-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}
#educators-carousel.owl-theme .owl-next {
    right: -38px
}
#educators-carousel.owl-theme .owl-prev {
    left: -6px
}
#educators-carousel.owl-theme .owl-nav .disabled {
    background-color: #cdd5e4;
}

#fmodalappend.faculty_container_bg .faculty_container {
    border: 4px solid rgb(55 119 255 / 27%);  
    border-radius: 15px;  
}
#fmodalappend.faculty_container_bg .faculty_container .faculty_name h5{
    color: #212529;
}

#videoScroll .video-click video {
    height: 420px;
}

.video-click video {
    vertical-align: middle;
    border-radius: 10px;
    object-fit: cover;
    height: 350px;
}

.avg-rating i{
    color: #ffc107;
    font-size: 20px;
    vertical-align: middle;
}




.founders-wrap {
    width: 100%;
    padding: 30px 14px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    /* border: 2px solid #ddd */
    margin-bottom: 20px;
}
.founder-designation {
    font-size: 13px;
    margin: 0 0 20px;
    font-weight: 500;
}
.founder-img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}
.founder-ex-com-design{
    font-size: 15px;
    font-weight: 500;
}
.founder-ex-com-logo img {
    max-width: 35px;
    margin: 10px;
}
.ribbon-container {
    margin: 1.5em auto 1rem;
    background-color: #fafafa;
    width: 100%;
}
.ribbon {
    margin: 0 0 0 -20px;
    padding: 5px 0;
    width: calc(100% + 40px);
    background-color: #fff7c8;
    position: relative;
}
.ribbon-content {
    padding: 5px 5px 5px;
    color: #111111;
    /* display: flex;
    align-items: center;
    max-width: 220px; */
    margin: 0 auto;
    text-align: center;
}
.ribbon-content span{
    font-size: 14px;
}
.ribbon-content img{
    max-height: 46px;
    margin-right: 15px
}

.home-footer{
    padding: 180px 0 15px;
    background: url('https://bambinos.live/public/assets/frontend1/images/footer-img.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}
.home-footer:before{
    background: #111213;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8
}
.home-footer .container{
    position: relative;
}
.footer-left h3{
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-left h4 a { color: #fde054; }
.home-footer p{
    color: #fff;
    text-align: center;
}
.footer-social {
    display: flex;
}
.footer-social img{
    width: 162px;
}
.footer-social a:hover img{
    opacity: 0.8
}
.footer-privacy a{
    text-transform: uppercase;
    font-size: 12px;
    color: #dfdfdf;
}
.footer-privacy a:hover{
   color: #fefefe
}

#fmodalappend .faculty_container, #facultymodalappend .faculty_container {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    padding: 30px 30px 24px
}
#fmodalappend .faculty_image_area, #facultymodalappend .faculty_image_area {
    width: 104px;
    height: 104px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    border-width: 1px solid rgb(233, 247, 254);
}
#fmodalappend .faculty_caption, #facultymodalappend .faculty_caption {
    width: calc(100% - 109px);
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    padding-left: 17px;
    position: static;
    height: auto;
    background: none;
}
#fmodalappend ._ficonPart .icon_text, #facultymodalappend ._ficonPart .icon_text {
    color: #212529;
}
#fmodalappend .faculty_text, #facultymodalappend .faculty_text {
    color: #212529;
}
._close_popup_buton {
    border-radius: 50%;
    border: none;
    padding: 4px 10px;
    color: #222323;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    position: absolute;
    right: 24px;
    top: 23px;
    z-index: 1;
}
._close_popup_buton:focus {
    border: none;
    outline: none
}

.trustpilot-logo {
    height: 40px;
    width: auto;
    background-color: transparent;
}
.trust-block{
    margin-top: 30px;
}




/* reponsive */

@media (max-width: 992px) {
.industry-card {
    padding: 7px 10px 0 15px;
    text-align: left;
    background: none;
    border-left: 4px solid #9dc6e8;
    border-bottom: none;
    margin-bottom: 25px;
}
.yogi-logo{
    max-width: 150px
}
}
@media (max-width: 768px) {
.bg-img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
}
.flex-container {
    display: block;
}
.flex-container .left {
    width: 100%;
}
.flex-container .right {
    width: 100%;
    margin-top: 30px;
}
section#home-ourworld{
    padding: 70px 0 40px
}
#educators-carousel .owl-stage-outer{
    margin-left: -15px;
}
}
@media (max-width: 576px){
    .gita-hero-sec{
        padding: 20px 0 20px
    }
    .gita-hero-sec h1 {
        font-size: 1.4rem;
    }
    .yogi-logo {
        max-width: 109px;
        margin-bottom: 6px;
    }
    .heading-block{
        display: none;
    }
    .trust-block .avg-rating i {
        font-size: 15px;
    }
    .trust-block .avg-rating span, .trust-block .avg-rating b{
        font-size: 14px;
    }
    .trustpilot-logo {
        height: 29px;
    }
    .google-review-logo{
        height: 25px!important;
    }
    .trust-block {
        margin-top: 0px;
    }
.industry-card {
    box-shadow: none;
}
.owl-video-Slide.owl-carousel .owl-stage-outer {
    margin-left: -55px;
}
}