@font-face {
    font-family: neutra text;
    src: url('../fonts/Neutra-Text-Light-Alt.woff2') format('woff2'), url('../fonts/Neutra-Text-Light-Alt.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: neutra text;
    src: url('../fonts/Neutra-Text-Book-Alt.woff2') format('woff2'), url('../fonts/Neutra-Text-Book-Alt.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: neutra text tf;
    src: url('../fonts/Neutra-Text-TF-Demi.woff2') format('woff2'), url('../fonts/Neutra-Text-TF-Demi.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: neutra text tf;
    src: url('../fonts/Neutra-Text-TF-Bold-Alt.woff2') format('woff2'), url('../fonts/Neutra-Text-TF-Bold-Alt.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}


body {
    background: #fff;
    position: relative;
    box-sizing: border-box;
    font-family: neutra text;
}

a,
li {
    text-decoration: none !important;
    cursor: pointer;
    font-family: neutra text;
    list-style: none;
}

button {
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: neutra text;
    color: #000000
;

}

.fixeds {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    background-color: #fff;
    top: 0;
    animation: smoothScroll 1s forwards;
    left: 0;
    z-index: 999 !important;
    box-shadow: 3px 6px 1px -1px rgb(0 0 0 / 6%);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.top_header {
    border-bottom: 1px solid #eaeaea;
    height: 40px;
    background: linear-gradient(45deg, #AA1956, #E2173D) !important;
    top: 0;
}

.top_header .container {
    max-width: 1170px;
}

.left_head_top {
    top: 0;
}

.contact_head a {
    border-right: 1px solid #eaeaea;
    padding: 5px 0px;
    padding-right: 12px;
    margin-right: 12px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.contact_head a span {
    margin-right: 11px;
    top: 1px;
    position: relative;
    color: #fff;
}

.contact_head a span::before {
    font-size: 17px;
    margin-left: 0;
    font-weight: 600;
}

.top_header_right ul {
    margin: 0;
    float: right;
}

.top_header_right ul li {
    display: inline-flex;
}

.top_header_right ul li a {
    border-right: 1px solid #eaeaea;
    padding: 5px 0px;
    padding-right: 12px;
    margin-right: 12px;
    color: #fff !important;
    font-size: 19px;
}

.top_header_right ul li a span {
    color: #fff;
}

.top_header_right ul li a span::before {
    font-size: 18px;
    margin-left: 0;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#font_size {
    font-size: 13px;
}

.main_header {
    padding: 5px 0px 5px 0px;
    width: 100%;
}

.main_header .container {
    max-width: 1170px;
}

.logo_header a img {
    width: 58px;
}

.main_menu ul {
    margin: 0;
    float: right;
}

.main_menu ul li {
    display: inline-flex;
}

.main_menu ul li a {
    padding: 17px 0px;
    padding-right: 20px;
    color: #000033;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
}

p {
    color: #777777;
    line-height: 1.8;
}

.hero__sloider {
    position: relative;
    z-index: 10;
}

.slider_img {
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.slider_img::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 4, 4, 0)), color-stop(50%, rgba(2, 4, 4, 0.58)), color-stop(85%, #020404), to(#020404));
    background-image: -webkit-linear-gradient(top, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #020404 85%, #020404 100%);
    background-image: linear-gradient(to bottom, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #02040491 85%, #0204048f 100%);
    z-index: 5;
}

.slider__image_wrap {
    position: absolute;
    z-index: 10;
    left: 10%;
    top: 46%;
    transform: translate(0%, -51%);
    width: 35%;
}


.slider__content2 {
}

.slider__content2 h2 {
    text-align: left;
    font-family: neutra text tf;
    color: #ffff;
    z-index: 10;
    position: relative;
    font-size: 4rem;
    font-weight: bold;
}

.slider_carousel .owl-nav {
    display: none;
}

.slider_carousel .owl-dots {
    display: none;
}

.about_sec {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-top: 10rem;
    padding: 3rem;
}

.about_sec_bg {
    position: relative;
    width: 95%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}

.about_sec_bg img {border-radius: 10px;box-shadow: 0 1px 17px 7px rgb(0 0 0 / 18%);width: 100%;}

.about_sec_content {
    width: 46%;
}

.about_sec_content_inner span {
    font-family: neutra text tf;
    font-weight: 800;
    font-size: 27px;
    padding-left: 35px;
    display: block;
    color: #B90D3F;
    margin-bottom: 10px;
    position: relative;
}

.about_sec_content_inner p {
    font-family: neutra text;
    color: #000033;
    font-weight: 400;
    font-size: 18px;
}

.about_sec_content_inner a {
    padding: 11px 30px 10px;
    background: transparent;
    border: 1.5px solid #BB194F;
    color: currentColor;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 161px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #BB194F;
}

.about_sec_content_inner a::before {
    content: " ";
    position: absolute;
    top: 1px;
    left: -4px;
    right: -4px;
    bottom: 1px;
    border: 1.5px solid #BB194F;
}

.about_sec_content_inner a::after {
    content: " ";
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 0;
    height: 100%;
}

.about_sec_content_inner h5 {
    position: absolute;
    right: -26rem;
    transform: rotate(90deg);
    font-family: neutra text tf;
    font-size: 130px;
    font-weight: 800;
    top: 14rem;
    color: #f6f6f2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.coures_sec {
    padding: 6rem 0px 6rem 0px;
    position: relative;
    overflow: hidden;
    /* background-image: linear-gradient(120deg, #a24a26 0%, #f5576c 100%); */
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    background: #aa1a56;
}

.coures_sec h2 {
    text-align: center;
    color: #fff;
    font-family: neutra text tf;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.course_grid_box {
    width: 320px;
    height: 400px;
    position: relative;
    /* height: 100%; */
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 16px rgba(189, 189, 189, 0.24);
    box-shadow: 0px 4px 16px rgba(189, 189, 189, 0.24);
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in;
}

.course_images {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
    padding-top: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.course_details {
    position: relative;
    bottom: 14%;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 16px rgba(189, 189, 189, 0.24);
    box-shadow: 0px 4px 16px rgba(189, 189, 189, 0.24);
    padding: 10px;
    margin: 0px 10px 0px 10px;
    min-height: 74px;
    border: 1px solid #eee;
}

.course_details_inner span {
    font-family: neutra text;
    font-size: 17px;
    font-weight: 500;
}

.course_tag span {
    position: absolute;
    top: 14px;
    left: 80px;
    text-transform: uppercase;
    font-family: neutra text;
    font-size: 9px;
    background: #f23e36;
    border-radius: 4px;
    color: #fff;
    padding: 2px;
    letter-spacing: 0.6px;
}

.course_tag h2 {
    font-family: neutra text tf;
    color: #000033;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 10px;
}

.batch_start svg {
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.batch_explore {
    float: left;
}

.batch_explore span {
    color: #828282;
    font-family: neutra text;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-right: 4px;
}

.batch_date {
    font-family: neutra text tf;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-top: 2px;
}

.course_description {
    color: #777777;
    position: relative;
    bottom: 9%;
    margin-right: 20px;
    margin-left: 20px;
}

.course_description p {
    font-family: neutra text;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 22px;
    color: #000;
}

.course_images img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    margin-top: 16px;
    display: block;
    border-radius: 10px !important;
}

.coures_sec::after {
    content: " ";
    position: absolute;
    background-image: url(../img/waves2.svg);
    ackground-size: 150%;
    background-position: center;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 1;
    left: 0;
}

.course_link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #532047;
}

.course_link a {
    color: #B90D3F;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: neutra text tf;
    background: #fff;
    padding: 16px;
    border-radius: 10px;
}

.course_link span::before {
    margin-left: 5px;
    font-size: 18px;
}

.course_link span {
    position: relative;
    top: 3px;
    color: #B90D3F;
}

.coures_sec h3 {
    position: absolute;
    left: -32rem;
    transform: rotate(90deg);
    font-family: neutra text tf;
    font-size: 101px;
    font-weight: 800;
    top: 14rem;
    color: #F7F7F4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bootom_slider {
    z-index: 100;
    position: absolute;
    background: #aa1a56;
    right: 0px;
    width: 81%;
    overflow: hidden;
    margin-top: -124px;
    padding: 32px;
    min-height: 230px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bottom_slider_inner h4 {
    text-align: center;
    font-family: neutra text tf;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

.facts_inner {
    text-align: center;
}

.facts_inner h4 {
    font-size: 60px;
    font-weight: 800;
    font-family: neutra text tf;
    color: #fff;
}

.facts_inner span {
    font-family: neutra text tf;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .7;
}

.about_sec_bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(211, 18, 69, 0.05), #b90d3f8c);
    display: none;
}

.la {
    position: absolute;
    width: 532px;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
}

.ra {
    position: absolute;
    width: 530px;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    display: none;
}

.our_events {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.our_events h4 {
    text-align: center;
    font-family: neutra text tf;
    color: #B90D3F;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

.our_events_bg {
    margin-bottom: 30px;
    height: 260px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.our_events_bg img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

.inner_events {
    background: linear-gradient(45deg, #AA1956, #E2173D) !important;
    padding: 20px;
    height: 260px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.inner_events h4 {
    font-size: 16px !important;
    color: #fff !important;
    font-family: neutra text !important;
    line-height: 30px;
    padding-top: 31px;
}

.inner_events a {
    padding: 11px 30px 10px;
    background: transparent;
    border: 1.5px solid #fff;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 161px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #fff;
    margin: auto;
    display: block;
    width: max-content;
}

.inner_events a::before {
    content: " ";
    position: absolute;
    top: 1px;
    left: -4px;
    right: -4px;
    bottom: 1px;
    border: 1.5px solid #fff;
}

.inner_events a::after {
    content: " ";
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 0;
    height: 100%;
}

.blog_inner_box {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in;
    margin-bottom: 20px;
    min-height: 472px;
    margin-top: 20px;
}

.blog_images {
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.blog_images img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform .3s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
}

.blog_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog_date {
    webkit-flex: 1 0 17%;
    -ms-flex: 1 0 17%;
    flex: 1 0 17%;
    max-width: 17%;
    border-right: 1px solid #181818;
    display: none;
}

.date_monts {
    font-family: neutra text;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.date_day {
    font-family: neutra text;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.blog_title {
    max-width: 100%;
    text-align: left;
    padding-left: 0;
}

.blog_title h4 a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    display: block;
    line-height: 25px;
    letter-spacing: 0.6px;
    font-family: neutra text tf;
    padding: 0;
}

.blog_descrption {
    margin-top: 15px;
    margin-bottom: 3rem;
    height: 91px;
    overflow: hidden;
}

.blog_descrption p {
    font-family: neutra text;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 22px;
    color: #000;
}

.blog_btn {
    position: absolute;
    bottom: 20px;
    right: 44px;
    color: #532047;
}

.blog_btn a {
    color: #B90D3F;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
}

#blog_la {
    width: 35.9rem;
}

#blog_ra {

    width: 35.5rem;
}

.testimonial {
    position: relative;
    padding: 60px 0px 60px 0px;
}

.testimonials_blog {
    background-image: url(../img/testimonils.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 50vh;
}

.testimonial_main_bg {
    background-color: #fff;
    padding: 30px 24px 35px 24px;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    border-radius: 10px;
}

.testimonial_upper {
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
}

.user_img img {
    width: 100px !important;
    height: 100px;
    border-radius: 50% !important;
    border: 4px solid #fff;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    margin-bottom: 20px;
}

.user_description span {
    font-family: neutra text;
    font-size: 17px;
}

.user_description h6 {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: neutra text tf;
}

.review_icon {
    position: absolute;
    top: 5.4rem;
    left: 50%;
}

.review_icon svg {
    fill: #B90D3F;
}

.review_content {
    padding-top: 20px;
    padding-left: 41px;
}

.review_content p {
    font-size: 20px;
    font-family: neutra text;
    width: 85%;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin: auto !important;
    text-align: center;
}

.testimonil_text h5 {
    text-align: center;
    font-family: neutra text tf;
    color: #B90D3F;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

.testimonial_slider .owl-prev {
    position: absolute;
    bottom: -15px;
    left: 10rem;
    background: transparent !important;
}

.testimonial_slider .owl-prev i {
    color: #BB194F;
    font-size: 19px;
}

.testimonial_slider .owl-next {
    position: absolute;
    bottom: -14px;
    right: -27px;
    background: transparent !important;
}

.testimonial_slider .owl-next i {
    color: #BB194F;
    font-size: 19px;
}

.testimonial_slider .owl-dots {
    position: relative;
    margin-left: 12rem;
    margin-top: 4rem;
}

.testimonial_slider .owl-dots .active span {
    background: #BB194F !important;
    width: 70px !important;
}

.testimonial_slider .owl-dots span {
    width: 92px !important;
    height: 4px !important;
    margin: 0px !important;
    margin-left: -2px !important;
}

.get_quation {
    position: relative;
    background: #aa1a56;
    padding: 60px 0px 60px 0px;
}

.get_quation span {
    font-family: neutra text tf;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.get_quation h6 {
    color: #fff;
    font-size: 18px;
    width: 88%;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.form_bg input {
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;
    border: none;
    width: 100%;
    background-color: #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: neutra text;
    letter-spacing: 1px;
}

.form_bg textarea {
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;
    border: none;
    border: 1px solid #9999a666;
    width: 100%;
    background-color: #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: neutra text;
    letter-spacing: 1px;
    height: 96px;
}

.botoom_text p {
    font-family: neutra text;
    display: inline-flex;
    font-size: 19px;
    font-weight: 600;
}

.botoom_text p span {
    font-size: 16px;
    margin-bottom: 0;
    vertical-align: baseline;
}

.clients_bg {
    margin-bottom: 20px;
}

.clients_bg img {
    display: inline-block;
    vertical-align: top;
    width: 74%;
}

.form_sumbit_btn button {
    padding: 11px 30px 10px;
    background: transparent;
    border: 1.5px solid #fff;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 161px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #fff;
    margin: auto;
    display: block;
    width: max-content;
    font-family: neutra text tf;
}

.footers {
    background: #1b2022;
    padding: 40px 0px 40px 0px;
}

.footer_logo a img {
    width: 37%;
}

.footer_connect {
    margin-top: 15px;
}

.footer_connect h5 {
    font-size: 25px;
    color: #fff;
    font-family: neutra text tf;
    margin-bottom: 14px;
}

.footer_connect ul {
    margin: 0;
}

.footer_connect ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer_connect ul li a i {
    width: 32px;
    height: 32px;
    display: block;
    background-color: #fff;
    text-align: Center;
    transition: all .3s;
    border-radius: 50%;
    color: #63636e !important;
    font-size: 18px;
    padding-top: 8px;
}

.foot_links h4 {
    font-size: 18px;
    font-family: neutra text tf;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
}

.foot_links ul {
    margin: 0;
}

.foot_links ul li {
    font-size: 17px;
    color: #fff;
    line-height: 37px;
}

.foot_links ul li a {
    color: #fff;
}

.foot_links li {
    color: #fff;
}

.foot_bottoms {
    padding-top: 30px;
}

#mt_tops {
    border-top: 1px solid #9999a666;
    margin-top: 40px;
}


.foot_bottoms p {
    margin: 0;
    font-family: neutra text;
    color: #fff;
    font-size: 16px;
}

.blog_btn span::before {
    margin-left: 5px;
    font-size: 16px;
}

.blog_btn span {
    position: relative;
    top: 3px;
    color: #B90D3F;
}

.course_grid_box:hover .course_images img {
    -webkit-transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
    -ms-transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
    -moz-transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
    transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
}

.course_grid_box:hover .course_tag h2 {
    color: #B90D3F;
}

.btn6 {
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    padding: 8px 15px;
    position: relative;
}

.btn6::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 0%;
    height: 1px;
    background: #B90D3F;
    box-shadow: inset 0px 0px 0px #B90D3F;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.btn6::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 0%;
    height: 1px;
    background: #B90D3F;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.btn6:hover {}

.btn6:hover::before {
    width: 100%;
}

.btn6:hover::after {
    width: 100%;
    height: 34px;
}

.btn6:hover {
    color: #bd194e;
}

.btn6:hover span {
    color: #fff;
}

.btn_hover2:hover {
    background: #bb194fde;
    color: #fff;
}

.btn_hover3:hover {
    color: #bb194fde;
    background-color: #fff;
}

.btn6:hover .blog_images img:hover {
    -webkit-transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
    -ms-transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
    -moz-transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
    transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
}

.blog_inner_box:hover .date_monts {
    color: #bb194f;
}

.blog_inner_box:hover .date_day {
    color: #bb194f;
}

.blog_inner_box:hover .blog_title h4 a {
    color: #bb194f;
}

.btn6:hover .blog_date {
    border-right: 1px solid #bb194f;
}

.our_events_bg .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our_events_bg:hover .overlay {
    background-color: #e2173d40;
}

.our_events_bg h2,
.our_events_bg img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our_events_bg img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.our_events_bg:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.our_events_bg h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.our_events_bg span.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: #e2173d;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 85%;
    width: 90%;
    position: absolute;
    top: 0px;
    left: 5%;
    bottom: 0;
    display: block;
    margin: auto;
}

.our_events_bg:hover span.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #e2173d1c;
    box-shadow: 0 0 5px #ffffffb5;
    border-radius: 4px;
}

.overlay_contents {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: block;
}

.overlay_contents h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}

.overlay_contents a {
    display: block;
    margin: auto;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px;
}

.overlay_contents a span::before {
    margin-left: 0;
    font-size: 14px;
}

.testimonials_blog i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    color: #eb595f;
    text-align: center;
    font-size: 23px;
    border-radius: 50%;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.28);
    -webkit-animation: ripple 1.8s ease-out infinite;
    animation: ripple 1.8s ease-out infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #0c0c0c8f;
    }

    30% {
        box-shadow: 0 0 0 25px rgba(30, 33, 32, 0);
    }

    70% {
        box-shadow: 0 0 0 46px rgba(12, 13, 12, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(28, 29, 28, 0);
    }
}

.main_menu ul li a::after {
    content: " ";
    position: absolute;
    left: 0;
    background: #B90D3F;
    height: 1.5px;
    width: 0%;
    margin: auto;
    bottom: 15px;
    border-radius: 10px;
    transform: 0.5;
}

.main_menu ul li a:hover::after {
    width: 90%;
    transform: 0.5;
}

.main_menu ul li a:hover {
    color: #B90D3F;
}

.heading:before {
    content: "";

}

.heading:after {
    content: "";

}

.about_sec_content_inner span::before {
    content: " ";
    background: #B90D3F;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.svg_animation {
    position: absolute;
    right: 0;
    bottom: 0;
}

.svg_animation svg {
    width: 90%;
    height: 189px;
}

#music_tones {
    animation: tone 2s 3s infinite ease-in;
    /* animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear; */
    transform-origin: bottom;

}

@keyframes tone {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(10deg);
    }

    50% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    90% {
        opacity: 0;
        transform: translate3d(0, -20vh, 0) scale(1.1) rotate(-10deg);
    }

    100% {
        opacity: 0;
    }

}

#music_tone2 {
    animation: tones 2.2s 3.2s infinite ease-in;
    transform-origin: bottom;
}

@keyframes tones {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(10deg);
    }

    50% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    90% {
        opacity: 0;
        transform: translate3d(0, -25vh, 0) scale(1.1) rotate(-10deg);
    }

    100% {
        opacity: 0;
    }

}

#tones3 {
    animation: tone3 2.2s 3.3s infinite ease-in;
    transform-origin: bottom;
}

@keyframes tone3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(10deg);
    }

    50% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    90% {
        opacity: 0;
        transform: translate3d(0, -8vh, 0) scale(1.1) rotate(-10deg);
    }

    100% {
        opacity: 0;
    }
}

#eye_movement {
    animation: eyeMovement 2.2s 3.3s infinite ease-in;
    animation-iteration-count: infinite;
    overflow: hidden;
}

@keyframes eyeMovement {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        transform: translate3d(-2vh, 4vh, 0vh) rotate(-3deg);
    }

    100% {
        opacity: 1;
    }

}

.our_events h5 {
    font-weight: 800;
}

.why_choose {position: relative;padding: 6rem 0;background: #aa1a56;margin-bottom: 5rem;z-index: 1;background-attachment: fixed;margin-top: 2rem;}

.why_choose_box {/* box-shadow: 1px 4px 40px 2px #ccc; */position: relative;padding: 28px;margin-bottom: 30px;background-color: #fff;border-radius: 20px;}

.title_smal {
    background: #B90D3F;
    width: 60px;
    height: 8px;
    margin-bottom: 10px;
}

.why_choose_box h5 {
    font-size: 20px;
    font-family: neutra text tf;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
}

.why_choose_box p {
    font-family: neutra text;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.mt_topss {
    margin-top: 60%;
}

.mt_right {
    margin-right: 20px;
}

.mt_right2 {
    margin-right: 7%;
}

.why_choose_right {}

.why_choose_right h6 {
    font-family: neutra text tf;
    font-weight: 600;
    font-size: 19px;
    padding-left: 35px;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.why_choose_right h5 {
    color: inherit;
    font-size: 27px;
    font-family: neutra text tf;
    margin-bottom: 15px;
}

.why_choose_right span {
    font-family: neutra text;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block;
    line-height: 24px;
}

.why_choose_right p {
    font-family: neutra text;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 23px;
    line-height: 27px;
}

.why_choose_right h6::before {
    content: " ";
    background: #fff;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 11px;
}

#plus::after {
    content: "+";
}

#plus {
    position: relative;
}

#percentage {
    position: relative;
}

#percentage::after {
    content: "%";
}

#hour {
    position: relative;
}

#hour::after {
    content: "hr";
}

.why_choose_right_bottom {
    margin-top: 2rem;
}

.why_choose_right_bottom h4 {font-size: 35px;font-weight: 800;color: #fff;font-family: neutra text tf;text-align: center;margin-bottom: 3px;}

.why_choose_right_bottom span {font-family: neutra text;font-weight: 500;display: block;margin-bottom: 0;font-size: 17px;text-align: center;}

.why_choose_right_bottom p {
    margin-bottom: 0;
    font-family: neutra text tf;
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.brdr_right {
    border-right: 1px solid #ccc;
}

.placement_cell {
    /* background: linear-gradient(45deg, #AA1956, #E2173D) !important; */
    padding: 80px 0px 60px 0px;
    position: relative;
    overflow: hidden;
    background: #aa1a56;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.placement_cell_inner {
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

.placement_inner_img {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
}

.placement_inner_img img {
    width: 100%;
    height: 111px;
    margin: auto;
    display: block;
}

.blog_inner_box:hover {
    box-shadow: 20px 15px 50px 0 rgba(45, 45, 47, 0.24);
    transform: translateY(-4px);
}

.course_grid_box:hover {
    box-shadow: 20px 15px 50px 0 rgba(45, 45, 47, 0.24);
    transform: translateY(-4px);
}

.breadcumb {
    background-image: url(../img/music_breadcumb.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}

.breadcumb_title {
    position: relative;
    z-index: 10;
    padding-top: 10%;
}

.breadcumb_title h5 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    font-family: neutra text tf;
    color: #fff;
}

.breadcumb_title h1 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: neutra text tf;
    color: #fff;
}
.breadcumb_title h2 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 25px;
    font-weight: 300;
    font-family: neutra text tf;
    color: #fff;
    margin-top: 10px;
    line-height: 28px;
}

.breadcumb::after {
    content: " ";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
}

.course_sec_inner {
    padding: 50px 0px 50px 0px;
    background: #F5F5F5;
}

.course_sec_inner .container {}

.course_sec_inner h4 {
    text-align: center;
    font-family: neutra text tf;
    color: #B90D3F;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 0.6px;
}

.mt_topsss {
    margin-top: 40px;
}

.btn_inner {
    padding: 11px 30px 10px;
    background: transparent;
    border: 1.5px solid #BB194F;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 161px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #BB194F;
    text-align: center;
    margin: auto;
    display: block;
    width: max-content;
    margin-top: 40px;
}

.acc_card {
    margin-bottom: 8px;
    padding-right: 35px;
    background: #fff;
    border-radius: 2px;
}

.acc_title {
    border-bottom: 0;
    display: block;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 54px 13px 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    font-family: neutra text tf;
}

.acc__panel {
    display: none;
    margin-left: 0;
    padding: 0px 20px 30px;
    margin-top: -20px;
}

.acc__panel p {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: -10px;
    line-height: 22px;
    font-weight: 500;
    font-family: neutra text;
}

.acc_title::after {
    width: 8px;
    height: 8px;
    border-right: 1.2px solid #909090;
    border-bottom: 1.2px solid #909090;
    position: absolute;
    right: 10px;
    content: " ";
    top: 23px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

.acc_title.active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.career_scope {
    background: #f6f6f6 !important;
    padding: 50px 0px 50px 0px;
}

.carer_option_title {
    text-align: center;
    font-family: neutra text tf;
    color: #B90D3F;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.career_scope p {
    font-family: neutra text;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.acc__panel ul {
    margin: 0;
    margin-top: 20px;
    margin-left: 20px;
}

.acc__panel ul li {
    list-style-type: disc;
}

.breadcumb_course {
    background-image: url(../img/course_inner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    position: relative;
}

.breadcumb_course::after {
    content: " ";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), color-stop(70%, rgba(91, 90, 90, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(71, 66, 66, 0.47) 70%);
}

.course_description_top {
    position: relative;
    padding-bottom: 40px;
}

.course_desc_top_box {
    font-family: neutra text;
}

.course_desc_top_box h5 {
    font-family: neutra text tf;
    font-size: 22px;
    line-height: 24px;
}



.box_form {
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 4px;
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08);
    margin-top: -40px;
    z-index: 10;
    position: relative;
}

.course_key_desc {}

.course_key_desc li {
    position: relative;
    line-height: 30px;
}

.course_key_desc li::before {
    content: " ";
    width: 8px;
    height: 8px;
    border-right: 1.8px solid #B90D3F;
    border-bottom: 1.8px solid #B90D3F;
    position: absolute;
    left: -20px;
    content: " ";
    top: 8px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

.course_descption_sec_03 {
    border-bottom: 1.5px solid #cccccc85;
    padding-bottom: 50px;
    padding-top: 30px;
}

.course_key_desc h2 {
    font-size: 30px;
    font-family: neutra text tf;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.bg {
    background-image: url(../img/bgs.jpg);
    width: 100%;
    height: 250px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-position: center;
    background-size: cover;
}

.course_overview {
    padding-top: 30px;
    background: #F5F5F5;
    padding-bottom: 50px;
}

.course_overview_inner h4 {
    font-size: 24px;
    font-family: neutra text tf;
    font-weight: 800;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.course_overview_inner p {
    position: relative;
    line-height: 30px;
    font-family: neutra text;
    font-size: 16px;
    color: #000033;
}

.course_overview_inner {
    padding-right: 10%;
}

.border_btm {
    font-size: 24px;
    font-family: neutra text tf;
    font-weight: 800;
    position: relative;
    margin-bottom: 15px;
}

.course_content_title {
    font-size: 24px;
    font-family: neutra text tf;
    font-weight: 800;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.overview_btm_list {
    padding-left: 5%;
}

.overview_btm_list ul li {
    list-style-type: disc;
}

.overview_btm_list span {
    font-size: 20px;
    font-family: neutra text tf;
    font-weight: 800;
    position: relative;
    margin-bottom: 15px;
}

.enroll_section {
    display: grid;
    grid-template-columns: 60% 35%;
    width: 78%;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
}

.enroll_desc p {
    margin: 0;
    font-size: 23px;
    width: 379px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: neutra text tf;
}

.enroll_link a {
    padding: 11px 30px 10px;
    background: transparent;
    border: 1.5px solid #BB194F;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 161px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #BB194F;
    text-align: center;
    width: max-content;
}

.contact_breadcumb {
    background-image: url(../img/contact_breadcumb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.contact_breadcumb::after {
    content: " ";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), color-stop(70%, rgba(91, 90, 90, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(71, 66, 66, 0.47) 70%);
}

.contact_inner {
    background: #F5F5F5;
    padding: 50px 0px 50px 0px;
}

.contact_info_title span {
    font-family: neutra text;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
    color: #BB194F;
}

.contact_info_title h5 {
    font-family: neutra text tf;
    font-size: 36px;
    font-weight: 800;
    width: 447px;
    line-height: 42px;
}

.contact_left_bg img {
    width: 100%;
}

.contact_tops {
    padding-top: 50px;
    padding-bottom: 50px;
}

.form_wrap {
    position: relative;
    margin-bottom: 27px;
}

.form_wrap input {
    border: 1px solid #22222261;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 2px;
    font-family: neutra text;
    font-weight: 500;
    moz-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
}

.form_wrap textarea {
    border: 1px solid #22222261;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 2px;
    font-family: neutra text;
    font-weight: 500;
    moz-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    height: 120px;
}

.contact_info_desc p {
    font-family: neutra text;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin: 0;
}

.inner_form_submit {}

.inner_form_submit button {
    padding: 11px 30px 10px;
    background: transparent;
    border: 1.5px solid #BB194F;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 161px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #BB194F;
    text-align: center;
    width: max-content;
    font-family: neutra text;
}

.locations_wrap {
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 20px;
    height: 200px;
    border-radius: 2px;
}

.icon_bg {
    position: relative;
    margin-top: -13px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px dashed #BB194F;
    margin: auto;
    margin-bottom: 15px;
}

.icon_bg i {
    font-size: 30px;
    color: #BB194F;
    line-height: 60px;
}

.icons_inner_content {
    padding-left: 30px;
}

.icons_inner_content span {
    font-family: neutra text tf;
    font-size: 25px;
    font-weight: 800;
    width: 447px;
    line-height: 29px;
    color: #BB194F;
}

.icons_inner_content p {
    font-family: neutra text;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 23px;
    margin-top: 7px;
    color: #212529;
}

.icons_inner_content p a {
    font-family: neutra text;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: 23px;
    margin-top: 7px;
    color: #212529;
}

.about_breadcumb {
    background-image: url(../img/about_bg2.jpg);
}

.about_secs {
    position: relative;
}

.sections {}

.inner_two {}

.inner_same {}

.inner_two {
    background: #EAEAF1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

#left_about {
    padding: 50px 50px 60px 98px;
    width: 44%;
}

.inner_same {
    display: inline-block;
    float: left;
    position: relative;
    height: 90vh;
    overflow: hidden;
}

#right_about {
    width: 56%;
}

#aboutasa {
    width: 49%;
    bottom: 44px;
    transform: rotate(56deg);
    left: 19%;
}

.inner_same img {
    width: 100%;
    position: absolute;
}

#aboutas {
    width: 808px;
    right: 0;
    top: 50px;
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
}

#third::after {
    content: '';
    width: 72%;
    background: #fff;
    position: absolute;
    left: -87px;
    top: 0;
    height: 100%;
    z-index: -1;
    transform: skewx(-16deg);
}

.inner_same h4 {
    font-family: neutra text tf;
    color: #B90D3F;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
}

.inner_same h2 {
    font-family: neutra text tf;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.inner_same p {
    font-family: neutra text;
    color: #212529;
    font-size: 17px;
}

.why_inner {
    padding: 70px 0px 0px 0px;
}

.gallery_breadcumb {
    background-image: url(../img/galler_bg.jpg);
}


.blog_top {
    position: relative;
    z-index: 1;
    max-width: 1148px;
    margin: 50px auto 0;
    padding: 20px 24px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.cover_container {
    width: 50%;
    position: relative;
}

.cover_container a {
    width: 100%;
    max-width: 532px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.cover_container a img {

    /* max-width: 100%; */
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

.left_hero {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left_hero_inner {
    padding-left: 46px;
}

.info {

    color: #383140;
}

.topic {
    color: #3c33d5;
}

.dot {

    margin: 0 4px;
}

.word_count {
    color: #383140;
    font-size: 14px;
    font-family: neutra text;
}

.link_article {}

.titles {
    font-family: neutra text tf;
    font-weight: 500;
    margin-top: 8px;
    font-size: 35px;
    line-height: 36px;
    color: #383140;
    margin-bottom: 15px;
}

.description {
    margin: 7px 0 0 0;
    font-size: 17px;
    line-height: 24px;
    color: #212529;
}

.read a {
    display: inline-block;
    margin: 16px 0 0 0;
    font-size: 13.5px;
    line-height: 24px;
    position: relative;
    color: #301c6b !important;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cover_container a:before {
    content: "";
    position: absolute;
    top: 24px;
    left: -24px;
    width: 532px;
    height: 252px;
    background: url(../img/illu-featured-image-2.svg) center center;
    z-index: -1;
}

.deco-top {
    position: relative;
    width: 100%;
}

.deco-top:before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0px;
    width: 41px;
    height: 60px;
    background: url(../img/right-illu1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.deco-top:after {
    content: "";
    position: absolute;
    top: 81px;
    right: 34px;
    width: 95px;
    height: 95px;
    background: url(../img/right-illu2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-center {
    float: none;
    max-width: 1148px;
    margin: 0 auto;
    padding: 20px 24px 20px;
    padding-bottom: 40px;
}

.blog_section {
    position: relative;
}

.title_section h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: neutra text tf;
}

.titlesss {
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    font-family: neutra text tf;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 24px;
}

.recent_listing {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.recent_item {
    margin-top: 22px;
    width: 100%;
    max-width: 344px;
    position: relative;
    z-index: 1;
}

.recent_item__2 {
    display: block;
}

.recent_item__inner {
    padding: 16px;
    background: #FFF;
    position: relative;
    border-radius: 8px;
}

.recent_item__inner a {}

.cover {
    height: 176px;
    margin-bottom: 10px;
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 4px;
}

.recent_item .recent_item__inner:hover:before {
    content: "";
    position: absolute;
    top: -12px;
    right: -12px;
    width: 52px;
    height: 52px;
    background: url(../img/illu-featured-image-salmon.svg) center center;
    z-index: -1;
}

.recent_item .recent_item__inner:before {
    transition: all .3s;
}

.recent_item .recent_item__inner:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.18), 0px 3px 8px rgba(0, 0, 0, 0.12);
}

.deco-middle {
    margin-top: 30px;
    position: relative;
}

.deco-middle:after {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    width: 61px;
    height: 157px;
    background: url(../img/left-illu1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.deco-middle__separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(113.93deg, #fff -0.32%, #ad8fe8 100%);
    opacity: .3;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.recent_listing .recent-item:nth-child(3n-1) {
    margin: 22px 32px 0;
}

.faq_inners {
    background: #F6F6F6;
    padding: 50px 0px 50px 0px;
}

.faq_inners h5 {
    text-align: center;
    font-family: neutra text tf;
    color: #B90D3F;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.faq_inners p {
    font-family: neutra text;
    color: #000;
    margin-bottom: 40px;
}


.gallery_sec {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.galler_box {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px 0px;
}

.gallery_box_figure {
    position: relative;
    min-height: 248px;
    border-radius: 3px;
    margin: 0;
}

.overflows {
    overflow: hidden;
}

.img_zoom {
    display: block;
    overflow: hidden;
}

.img_zoom img {

    width: 100%;

    display: block;

    transition: transform .3s;

    -webkit-backface-visibility: visible;

    backface-visibility: visible;

    -webkit-perspective: 1000;

    -moz-perspective: 1000;

    -ms-perspective: 1000;

    height: 220px;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    border-top: 1px solid #fff;
    justify-content: flex-end;
}

.gallery_box_thumb {

    border-right: 1px solid #fff;

    display: block;

    position: relative;

    text-align: center;

    overflow: hidden;

    max-height: 67px;

    box-sizing: border-box;

}

.gallery_box_thumb img {
    height: auto;
}

.gallery_item_conter {
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
    font-family: neutra text;
}

.block {
    font-family: neutra text;
    font-size: 64%;
}

.gallery_box_description_text span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.gallery_box_description_text {
    padding: 18px 20px 18px 20px;
}


.galer_inner_wrap_sec {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #F5F5F5;
}

.gallery_grid {
    -moz-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 11px 19px -7px rgba(0, 0, 0, 0.28);
    position: relative;
    margin-bottom: 40px;
}

.gallery_grid a {}

.gallery_grid a img {
    width: 100%;
    min-height: 250px;
    border: 3px solid #ffffff;
}

.smartphoto {
    position: fixed;
    z-index: 100000;
}

.breadcumn_inner {}

.breadcumn_inner ul {
    margin: 0;
    padding: 15px 14px 15px 15px;
}

.breadcumn_inner ul li {
    display: inline-block;
    padding-right: 20px;
    font-size: 17px;
}

.breadcumn_inner ul li a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #B90D3F;
}

.breadcumn_inner ul li::after {
    width: 8px;
    height: 8px;
    border-right: 1.2px solid #B90D3F;
    border-bottom: 1.2px solid #B90D3F;
    position: absolute;
    content: " ";
    top: 27px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
    left: 11.5%;
}

.smartphoto {
    position: fixed;
    z-index: 1000000 !important;
}

.placement_title {
    text-align: center;
    color: #fff;
    font-family: neutra text tf;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}


.tops {

    margin-top: 50px;
}

.btn_inners {
    padding: 11px 30px 10px;
    background: transparent;
    border: 1.5px solid #BB194F;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 161px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #BB194F;
}

.bottom_contnet .container {
    max-width: 1345px;
}

.bottom_contnet ul li {
    list-style-type: disc;
    font-family: neutra text;
    color: #212529;
    font-size: 17px;
}

.bottom_contnet p {
    font-family: neutra text;
    color: #212529;
    font-size: 17px;
}

.listaudio li {
    font-family: neutra text;
    color: #212529;
    font-size: 17px;
    list-style-type: disc;
}

.audio_btm {}

.audio_btm .container {
    max-width: 1345px;
}

.audio_btm p {
    font-family: neutra text;
    color: #212529;
    font-size: 17px;
}

.blog_sections {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog_sections h2 {
    text-align: center;
    font-family: neutra text tf;
    color: #B90D3F;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

.mobile_menu {
    display: none;
}

.acc__panel p {}

.design_by p {
    margin: 0;
    font-family: neutra text;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    float: right;
    padding-top: 30px;
}

.design_by p a {
    margin-left: 5px;
    color: #fff;
}

.batch_start {
    display: none !important;
}

.bg_img {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.tor_d {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.blog_title h4 a:hover {
    color: #000 !important;
}

.tor_d p {
    margin-left: 0 !IMPORTANT;
    line-height: initial !IMPORTANT;
}
.tor_d p span{
    font-size: 20px !IMPORTANT;
    letter-spacing:1px;
}
.lightgallery-img_wrapper{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000000a3;
        top: 0;
        left: 0;
        z-index: 999999;
        justify-content: center;
        align-items: center;
        padding: 45px;
        display: none;
}
.lightgallery-img_wrapper img{
    display: block;
    margin:50px auto;
    width: 54%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lightgallery-img_wrapper button{
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    right: 20px;
    background: #fff;
}
#glimpse .event__item__pic{
        width: 93%;
}
.event__item h3{
    display: none;
}
.why_choose::after{
   content:'';
   background: url('https://audiotech.heyprovider.in/assets/img/wave4.svg');
   position: absolute;
   width: 100%;
   height: 300px;
   transform: translateY(65px);
   background-size: cover;
   /* background: red; */
   bottom: 0;
   z-index: -1;
}
.why_choose::before{
   content:'';
   background: url('https://audiotech.heyprovider.in/assets/img/wave3.svg');
   position: absolute;
   width: 100%;
   height: 200px;
   transform: translateY(-190px);
   background-size: cover;
}
.why_choose img{
    margin-top:2rem;
    width: 100%;
}
#carrer_page h2{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 900;
    letter-spacing: 1px;
}
#carrer_page .col-md-12 .course_grid_box{
    width: 100%;
    display: flex;
    margin: 2rem 0;
    padding: 1rem;
}
#carrer_page .col-md-12 .course_grid_box .course_images{
    height: auto;
    width: 50%;
    overflow: hidden;
}
#carrer_page .col-md-12 .course_grid_box .course_details{
    bottom: 0;
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 0;
    min-height: auto;
    background: transparent;
}
#carrer_page .col-md-12 .wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 12px;
}
#carrer_page .col-md-12:nth-child(even) .course_grid_box{
   flex-direction: row-reverse;
   background: linear-gradient(45deg, #AA1956, #E2173D) !important;
   top: 0;
   color: #fff;
}
#carrer_page .col-md-12 .course_grid_box .course_tag h2{
    text-align: left;
    margin: 0;
    background: transparent;
}
#carrer_page .col-md-12 .course_grid_box .course_description{
    width: 100%;
    bottom: 0;
}
#carrer_page .col-md-12:nth-child(even) .course_grid_box p , #carrer_page .col-md-12:nth-child(even) .course_grid_box  h2{
    color: #fff !important;
}
.our-team{
    border-left: 8px solid #d41844;
    border-bottom: 8px solid #d41844;
    margin: 1rem 0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.our-team .team-image{
    position: relative;
    text-align: center;
}
.our-team img{
    width: 100%;
    height: 300px;
}
.our-team .description{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    color: #fff;
    line-height: 27px;
    padding: 2rem;
    opacity: 0;
    background-color: rgb(190 25 78 / 76%);
    transition: all 0.5s ease 0s;
}
.our-team:hover .description{
    opacity: 1;
}
.our-team .social{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #3b336a;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translate(0px, 0px) rotateY(0deg);
}
.our-team .social li{
    display: block;
    margin-bottom: 10px;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #bc3fbf;
}
.our-team .team-info{
    padding: 20px;
}
.our-team .title{
    font-size: 21px;
    color: #3b336a;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
    font-weight: 800;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #3b336a;
    text-transform: capitalize;
}
.our-team .title:hover,
.our-team .post:hover{
    color: #bc3fbf;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .our-team .social{ left: -20px; }
}
@media only screen and (max-width: 480px){
    .our-team .social{ left: -20px; }
}
#team_details{
    margin: 1rem 0;
}.slider_img::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 4, 4, 0)), color-stop(50%, rgba(2, 4, 4, 0.58)), color-stop(85%, #020404), to(#020404));
    background-image: -webkit-linear-gradient(top, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #020404 85%, #020404 100%);
    background-image: none;
    z-index: 5;
}.slider__image_wrap {
    position: absolute;
    z-index: 10;
    left: 10%;
    top: 39%;
    transform: translate(0%, -51%);
    width: 52%;
}.slider__content2 h1 {
    font-size: 68px;
    font-weight: bold;
    color: #d41743;
    line-height: 68px;
}.bootom_slider {
    z-index: 100;
    position: absolute;
    background: #aa1a56;
    right: 0px;
    width: 100%;
    overflow: hidden;
    margin-top: -124px;
    padding: 32px;
    min-height: 230px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}.bottom_slider_inner {
    display: none;
}.bootom_slider {
    z-index: 100;
    position: absolute;
    background: #aa1a56;
    right: 0px;
    width: 100%;
    overflow: hidden;
    margin-top: -124px;
    padding: 32px;
    min-height: 180px;}@media(max-width:767px){
    .slider__content2 h1 {
    font-size: 23px;
    font-weight: bold;
    color: #d41743;
    line-height: 27px;
}    .slider__image_wrap

 {
        width: 100%;
        top: 35% !important;
        text-align: center !important;
        left: 7% !important;
        text-align: left !important;
        width: 50% !important;
    }.ata-title {
    color: #fff;
    font-size: 10.5px!important;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: sans-serif;
}.ata-icon {
    width: 28px!important;
    height: 28px!important;
    border-radius: 11px;
    background: linear-gradient(135deg, #AA1956, #E2173D);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}.ata-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 14px!important;
    padding: 15px 18px!important;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .2s;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}button.ata-view {
    display: none;
}#ata-header h2 {
    color: #fff;
    font-size: 16px!important;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    /* font-family: sans-serif; */
}#ata-body {
    padding: 9px 16px!important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}.ata-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 14px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 1px !important;
    transition: .2s;
}#ata-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-family: sans-serif;
    display: none;
}#ata-footer {
    padding: 0 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
}#ata-header {
    background: linear-gradient(135deg, #AA1956 0%, #E2173D 100%);
    padding: 18px 25px 12px;
    position: relative;
}
}