    .header-top {
    z-index: 11;
    position: relative;
    background-color: rgba(31, 61, 157, 0.9);
    padding-top: 0px !important; 
    padding-bottom: 0px !important;
     height: auto; 
}

.header-top {
    z-index: 11;
    position: relative;
    background-color: rgb(42 29 90);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: auto;
}


.header-middle {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 45px;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.header-middle .navbar__menu-link {
    display: block;
    font-weight: 700;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pc-menu{
    display: block;
    font-weight: 700;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    position: relative;
    color:#333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pc-menu.active {
    color: #8f8147 !important;
}


.pc-menu:hover {
    color: #8f8147 !important;
}

.btn_pink, .btn-2_pink {
    padding: 5px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #8f8147;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}



.btn_pink:hover, .btn-2_pink:hover {
    color: #ffffff;
    background-color: #2a1d5a;
}


.header-middle .navbar__menu-link.active {
    color: #8f8147 !important;
}


.header-middle .navbar__menu-link:hover {
    color: #8f8147 !important;
}

.cls-1 {
    fill: #8f8147;
    fill-rule: evenodd;
}

/*.header-bottom__banner .slide-item {
    width: 100%;
    height: 570px;
    padding-top: 310px;
    overflow: hidden;
    position: relative;
}*/

.header-bottom__banner .slide-item__title {
    margin-left: -2px;
    text-transform: uppercase;
    font-size: 78px;
    font-family: "BebasNeue";
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0px;
    width: 100%;
    color: #2a1d5a;
}

.header-bottom__banner .slide-item__title span {
    font-weight: 900;
    font-family: "BebasNeue";
    color: #8f8147;
}

.header-bottom__banner .owl-dots .owl-dot.active span {
    width: 47px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2a1d5a !important;
}

.btn_blue {
    padding: 25px 37.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2a1d5a;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
}

.btn_blue:hover {
    background-color: #8f8147;
    color: #ffffff;
}


.header-bottom__banner .slide-item {
    width: 100%;
    height: 560px;
    padding-top: 310px;
    overflow: hidden;
    position: relative;
}

.header-bottom {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 500px;
}

.services__item {
    
    background-color: #2a1d5a;
    height: 420px;
    
}

@media (max-width: 991px){
.header-bottom .services__item {
    height: 400px;
    max-width: 190px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.header-bottom .services {
    bottom: -400px;
}

}





.services__item:hover {
    margin-top: 0px;
    background-color: #8f8147;
}

.services__item-text {
    font-weight: 100;
    font-size: 15.5px;
    padding: 20px;
    margin-bottom: 0;
}


.services .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2a1d5a !important;
}


.section-title > span {
    letter-spacing: -1.6px;
    line-height: 0.8;
    font-family: "BebasNeueBold";
    color: #2a1d5a;
}

.section-title {
    text-transform: uppercase;
    font-family: "BebasNeueBold";
    color: #8f8147;
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: -1.6px;
}

.circle-blue {
    z-index: 1;
    width: 605px;
    height: 605px;
    border-radius: 50%;
    background-color: #2a1d5a;
}

.circle-pink {
    z-index: 2;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    background-color: #8f8147;
    -webkit-box-shadow: 20px 20px 51px rgb(143 129 71);
    box-shadow: 20px 20px 51px rgb(143 129 71);
    animation: 1s animatePinkShadow linear alternate-reverse infinite;
}


.why-choose-us > .container .difference__item-number {
    margin-right: 30px;
    min-height: 87px;
    min-width: 87px;
    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;
    border-radius: 50%;
    background-color: #2a1d5a;
    font-family: "BebasNeueBold";
    font-size: 48px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.why-choose-us > .container .difference__item-number:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(42, 29, 90, 0.4);
    width: 126%;
    height: 126%;
    z-index: -1;
    animation: animatePinkShadow 1s linear alternate-reverse infinite;
}


.appointments .container .company-numbers__item > .number {
    border-radius: 8px;
    color: #ffffff;
    background-color: #2a1d5a;
    width: 132px;
    min-width: 132px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    font-size: 56px;
    font-family: "BebasNeue";
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-right: 29px;
    margin-left: -1px;
    animation: 1s animatePinkShadow linear alternate-reverse infinite;
}

.emergency-call .container > .call > a {
    font-family: "BebasNeueBold";
    color: #2a1d5a;
    /*font-size: 64px;*/
}

.emergency-call .container > .call > .icon {
    background-color: #2a1d5a;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-right: 25px;
    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;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgb(42 29 90);
    box-shadow: 8.135px 18.271px 51px 0px rgb(42 29 90);
}


.emergency-call .container > .call > .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: rgb(42 29 90 / 40%);
    border-radius: 50%;
    z-index: -1;
} 

.testimonials__content-carousel .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2a1d5a !important;
}

.testimonials__content-carousel .owl-nav button:hover {
    background-color: #2a1d5a !important;
}

.testimonials__content-carousel .owl-nav button span {
    line-height: 20px;
    font-weight: 900;
    margin-top: -5px;
    font-size: 30px;
    color: #2a1d5a;
}


.latest-news__item > .inner-block > .img > .date {
    position: absolute;
    left: 37px;
    bottom: -20px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    border-radius: 20px;
    padding: 8px 15px;
    color: #ffffff;
    background-color: #2a1d5a;
}
.read-more-2, .read-more {
    font-family: "Roboto Bold";
    font-size: 16.5px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #2a1d5a;
}

.read-more-2:hover {
    text-decoration: none !important;
    color: #8f8147;
}
.footer__top {
    position: relative;
    padding-top: 160px;
    border-bottom: 1px solid #2a1d5a;
}


.header-bottom__banner .owl-dots {
    position: relative;
    top: -50px;
    margin: 0 auto;
    max-width: 1120px;
     text-align: center; 
}


.to-top {
    display: none;
    border-radius: 8px;
    background-color: #2a1d5a;
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.4);
    box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.4);
    position: fixed;
    right: 40px;   /*right: 80px*/
    bottom: 40px;  /*bottom: 50px*/
    width: 50px;
    height: 52px;
    z-index: 20;
    color: #ffffff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    cursor: pointer;
}


.to-top:hover {
    background-color: #8f8147;
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgb(143 129 71);
    box-shadow: 8.135px 18.271px 51px 0px rgb(143 129 71);
}

::-webkit-scrollbar-thumb {
    background-color: #2a1d5a;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #8f8147;
}

@media (max-width: 1199px){

.header-middle {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 80px;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

}






0% {
    -webkit-box-shadow: 0 0 0 0 #f00;
    box-shadow: 0 0 0 0 #f00;
}

100% {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px #f00;
    box-shadow: 8.135px 18.271px 51px 0px #f00;
}

0% {
    -webkit-box-shadow: 0 0 0 0 #f00;
    box-shadow: 0 0 0 0 rgb(42 29 90);
}

100% {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px #f00;
    box-shadow: 8.135px 18.271px 51px 0px #f00;
}










.our-mission {
    position: relative;
    overflow: hidden;
    /*padding-top: 80px;*/
    padding-bottom: 80px;
}

body p{
    text-align: justify;
}

.about__our-misson-text {
    position: absolute;
    top: 337px;
    /*right: 0;*/
    left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    width: 100%;
    padding: 47px 40px 46px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #2a1d5a;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 6;
}


.faq__content .accardion__item:nth-child(2) {
    border-color: #2a1d5a;
}

.faq__content .accardion__item-title span {
    font-family: "Roboto Bold";
    margin-right: 10px;
    font-weight: 900;
    color: #2a1d5a;
}


.other-services__cards > .card-item:hover {
    border-color: #2a1d5a;
    -webkit-box-shadow: 15.657px 23.213px 51px rgb(42 29 90 / 20%);
    box-shadow: 15.657px 23.213px 51px rgb(42 29 90 / 40%);
}


.our-numbers {
    position: relative;
    z-index: 10;
    background-image: url(./../images/banner/SBBDC-Corporate-Film-0308.jpg);
    background-position: 42% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 540px;
    padding-top: 110px;
    padding-bottom: 80px;
}


.header-middle .navbar__submenu {
    display: none;
    -webkit-animation: navbarShowAnimation 0.6s ease-in-out !important;
    animation: navbarShowAnimation 0.6s ease-in-out !important;
    /*position: absolute;*/
    left: -17%;
    top: 45px;
    width: 280px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.97);
    padding-top: 13px;
    padding-bottom: 10px;
    list-style: none;
    overflow: hidden;
}

.header-middle .navbar__submenu-link:hover {
    background-color: #2a1d5a;
    text-indent: 18px;
    color: #ffffff;
}


.contact > .contact-map > .container > .contact-map__card {
   /* position: absolute;*/
    z-index: 20;
    top: 200px;
   /* max-width: 340px;*/
    width: 100%;
    background-color: #2a1d5a;
    border-radius: 8px;
    overflow: hidden;
}

.contact > .contact-map > .container > .contact-map__card > .content > .number > a:hover {
    color: #8f8147;
}

.contact > .contact-map > .container > .contact-map__card > .content > .email:hover {
    cursor: pointer;
    color: #8f8147;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control:hover {
    border-color: #2a1d5a;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group:first-child {
    height: 200px;
}

.sidebar > .blog-sidebar > div {
    width: 100%;
    padding: 40px 50px;
    border: 1px solid #2a1d5a;
    margin-bottom: 50px;
    border-radius: 8px;
    background-color: #8f8147;
}

.sidebar > .blog-sidebar > div:last-child {
    margin-bottom: 0;
    margin-top: 150px;
}


.sidebar > .blog-sidebar > .follow > .socials > a:hover {
    border-color: #2a1d5a;
    background-color: #2a1d5a;
    color: #ffffff;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control:focus {
    border-color: #8f8147;
    background-color: #ffffff;
}

.about-2 > .container {
    z-index: 15px;
    position: relative;
    top: 100px;
}


.about-2 {
    position: relative;
    height: 100%;  /*  900px*/
    width: 100%;
    z-index: 10;
    background-image: url(./../images/jpg/SBBDC-banner-about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*.header-bottom__banner .slide-item .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -110px;
}
*/




@media (max-width: 1900px){
.header-bottom-3__banner .owl-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -40px;
}

}



.header-bottom-3__banner .slide-item__title {
    margin-top: 25px;
    width: 100%;
    text-transform: uppercase;
    font-size: 60px;
    font-family: "BebasNeue";
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0px;
    width: 100%;
    color: #2a1d5a;
}


.about {
    position: relative;
    padding-top: 450px;
    padding-bottom: 160px;
    z-index: 9;
}

.services {
    position: absolute;
    bottom: auto; 
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}


.header-bottom-3__banner .slide-item__title span {
    font-weight: 900;
    font-family: "BebasNeue";
    color: #8f8147;
}


.footer .container > div > .footer__top-blocks a:hover {
    color: #8f8147;
}


.latest-news-2__carousel-item > .latest-news-2__card > .content {
    
    background-image: linear-gradient(to right, #d8d8d8 105px, #d8d8d8 1px);
    
}

.latest-news-2__carousel > .owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2a1d5a !important;
}


.about-4 > .container > .content > .content-right > .list1-title {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
}


/*.about-4 > .container > .content > .content-right > .list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column; 
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 130px;
}*/

/*.about-4 > .container > .content > .content-right > .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 220px;
}
*/


.about-4 > .container > .content > .content-right > .list1 > .list1-item {
    /*width: 550px;*/
    /*height: 32px;*/
    font-size: 16px;
    padding-left: 35px;
    line-height: 32px;
    text-transform: capitalize;
}


.about-4 > .container > .content > .content-right > p {
    margin-top: 10px;
    /*font-family: "Roboto Light";
    font-size: 16px;
    line-height: 2;
    color: #333333;
    margin-bottom: 20px;*/
}

.departments-3 > .container > .seats{
    padding-top: 60px;
    padding-bottom: 0px;
}

.departments-3 > .container > .seats > .item {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    max-width: 31.5%;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 0px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 80px;
}

.departments-3 > .container > .seats > .item > .title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px; /*20px*/
    line-height: 1;
    font-family: "Roboto";
    color: #333333;
    padding: 10px;  /*20px*/
}

.departments-3 > .container > .seats > .item > .text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #8f8147;
    font-weight: bolder;
    text-align: center;
}


.img-para {
    padding:210px 60px 270px;
}

.img-para-e {
     padding: 120px 60px 60px;
}

.img-para-ep {
     padding: 220px 60px 60px;
}


.testimonials > .img-para > .text > h2 {
    font-family: "Roboto Bold";
    font-size: 25px;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 35px;
}

.departments-3 > .container > .departments-3__item-1 > .item > .content {
    position: relative;
    max-width: 500px;
    width: 100%;
    padding: 50px 50px 50px;
    overflow: hidden;
}


.popup-form > .inner-block > .img {
    overflow: hidden;
    max-width: 340px;
    width: 100%;
    width: 100%;
    height: 100%;
    background-color: white;
}

.popup-form > .inner-block {
    position: relative;
    border-radius: 8px;
    max-width: 740px;
    width: 100%;
    height: 550px;  /* 500px*/
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.header-bottom-3__banner > .owl-stage-outer > .owl-stage > .owl-item.active .slide-item > .img > img {
    /* -webkit-animation: bannerScale 5s linear 1s; */
    animation: none;
}

.appointments .container .online-appointments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 100%; 
    max-width: 100%; 
    width: 100%;
}

.testimonials__content-carousel .owl-nav {        width: 400px;    }



@media (max-width: 1900px) {
.header-bottom-3__banner .slide-item > .img {
    border-bottom-left-radius: none;
    right: 0;
    top: 0;
    height: 400px;
    width: 100%;
    max-width: 100%;
}


.header-bottom-3__banner .slide-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
}


}



.container.container_right-sidebar > .article {
    max-width: 100%; 
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .date, .latest-news-4 > .container_right-sidebar > .article > .single-card > .date {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 100;
    border-radius: 20px;
    padding: 8px 15px;
    color: #ffffff;
    background-color: #2a1d5a;
}


.latest-news-4 > .container_left-sidebar > .article > .single-card > .blog, .latest-news-4 > .container_right-sidebar > .article > .single-card > .blog {
    background-color: #2a1d5a;
    padding: 45px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.head-prc{
    font-family: Roboto Bold;
}

.latest-news__item > .inner-block > .img {
    position: relative;
    width: 100%;
    height: auto;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .img, .latest-news-4 > .container_right-sidebar > .article > .single-card > .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .text, .latest-news-4 > .container_right-sidebar > .article > .single-card > .text {
   /* font-size: 17px;
    color: #333333;
    line-height: 2;*/
    margin-bottom: 25px;
}



@media (max-width: 991px){
    
/*.header-bottom {
    height: 600px;
    top: 75px;
}*/


.header-bottom-3__banner .slide-item > .img {
   
    top: 80px;
}

}


@media (max-width: 575px) {
.other-services__cards > .card-item {
    margin-left: 0px; 
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}

.h-prc{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
}

.cbct-video{
width:100%;
height:515px;
padding:40px 0px 60px;

}

@media (max-width: 1199px){
.testimonials__img {
    display: inline;
}

.testimonials {
    
    display: block;
    padding: 50px 30px;
}

.img-para {
    padding:80px 40px;
}

}


@media (max-width: 389px){
.header-bottom .services {
    bottom: -360px;
}
}


@media (max-width: 389px){
.header-bottom .services__item {
    height: 410px;
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
}
}
