@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Red+Hat+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Red+Hat+Display&family=Rubik&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}

.padding-70 {
    padding: 70px 0px;
}

.padding-50 {
    padding: 50px 0px;
}

.padding-30 {
    padding: 30px 0px;
}

.padding-90 {
    padding: 90px 0px;
}

.head {
    font-size: 40px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.ylw-btn {
    width: 130px;
    padding: 10px;
    margin: 10px 0;
    font-weight: 500;
    border: none;
    border-bottom-right-radius: 25px;
    background: #DA241C;
    color: #fff;
    font-weight: 700;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

.blk-btn {
    width: 130px;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom-right-radius: 25px;
    background: #000;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

.blk-btn:hover,
.ylw-btn:hover {
    opacity: 0.8;
    transition: 0.5s ease;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    color: #000;
}

.info {
    margin-bottom: 50px;
    font-family: 'Noto Sans';
}

/* h2 {
    font-size: 34px;
    font-family: 'Noto Sans';
}


h3 {
    font-size: 26px;
    font-family: 'Noto Sans';
} */


.info h3.text-center {
    font-size: 34px;
    font-weight: 600;
    font-family: 'Noto Sans';
}

/* topbar */

.top-bar {
    min-height: 40px;
    height: 100%;
    max-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.top-bar .row {
    align-items: center;
    justify-content: center;
}

.top-bar .trng-tmng p {
    margin: 0;
    color: #C3BEBC;
    font-size: 13px;
}

.top-bar .trng-links {
    float: right;
}

.top-bar .trng-tmng span {
    margin: 0 5px;
}

.top-bar .trng-tmng i {
    font-size: 16px;
    padding: 0 5px;
    color: #fff;
    transition: 0.5s ease;
}

.top-bar .trng-tmng i:hover {
    opacity: 0.8;
    transition: 0.5s ease;
}

/* header  */

header {
    position: sticky;
    z-index: 50;
    background: #fff;
    top: 0;
    transition: 0.5s ease;
}

/* .top-bar,
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
  transition: 0.5s ease;
} */

header .navbar-brand img {
    width: 70px;
    height: 100px;
}

header a.navbar-brand {
    padding: 0;
}

header nav.navbar.navbar-expand-lg.bg-light {
    padding: 3px 0px;
}

header .navbar-expand-lg .navbar-nav {
    align-items: center;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500 !important;
    transition: 0.5s ease;
    color: #000;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #FFF;
    transition: 0.5s ease;
    background: #DA241C;
    min-width: 50px;
    width: 100%;
    border: none;
    border-radius: 5px;
}

header .navbar-nav li {
    padding: 0 10px;
    margin: 0 3px;
    font-size: 14px;
}

header .nav-link .nv-im {
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    font-size: 10px;
}


header .nav-link .nv-im img {
    height: 21px;
    width: 21px;
}

header .p-con {
    flex-direction: column;
    padding: 6px;
    text-align: start;
}

header .nav-item .cnslt {
    background: #DA241C;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-right: 40px;
    font-size: 14px;
    transition: 0.5s ease;
}

header .nav-item .cnslt:hover {
    opacity: 0.8;
    transition: 0.5s ease;
}

header .nav-item .cnslt a {
    text-decoration: none;
    color: #FFF;
    font-weight: 600;
}

header .nav-rgt {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    justify-content: right;
    max-width: 450px;
}

header .nav-rgt span.dis-n {
    /* color: #8E8888; */
    font-size: 12px;
}


header .nav-rgt .nav-link .nv-img2 {
    opacity: 0;
    display: none;
}

header .nav-rgt .nav-link:hover .nv-img1 {
    opacity: 0;
    display: none;
}

header .nav-rgt .nav-link:hover .nv-img2 {
    opacity: 1;
    display: block;
    margin-right: 2px !important;
}

header .nav-rgt .nav-link:hover .p-con span {
    color: #FFF;
}

.course-p .row {
    justify-content: center;
}

.navbar .nav-link:hover {
    /* color: #FEC600; */
    transition: 0.5s ease;
    background: #DA241C;
    min-width: 50px;
    width: 100%;
    color: white;
    border: none;
    border-radius: 5px;
}

.nav-rgt ul {
    width: 100%;
    justify-content: right;
    align-items: center;
    margin: 0;
    padding: 0;
}

/*.nav-rgt ul li {*/
/*    padding-left: 50px;*/
/*}*/

.nav-rgt {
    display: flex;
}

.nv-im {
    padding-left: 5px;
}

li {
    list-style: none;
}

.faq-sec li {
    list-style-type: disc;
    padding: 7px 0;
    color: #8B8B8B;
}

/* banner */

.banner .inn-txt {
    position: relative;
}

.banner .sh-txt-bnr {
    color: #f2f2f2;
    position: absolute;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    top: 30%;
    left: 10%;
    line-height: 56px;
}

.sh-txt-bnr h2 {
    line-height: 65px;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

.sh-txt-bnr h1 {
    line-height: 65px;
    font-size: 50px;
    font-weight: 700;
}


.banner .sh-txt-bnr button {
    width: 150px;
    height: 40px;
}

.banner .sh-txt-bnr p {
    font-size: 18px;
    width: 70%;
    line-height: 40px;
    color: #f2f2f2;
}


.banner .inn-txt img {
    min-height: 550px;
}

.banner .carousel-indicators .active {
    background: #DA241C;
    background-clip: padding-box;
}

/* .banner .carousel-control-next,
.banner .carousel-control-prev {
    display: none;
} */

/* pricing */


.pck-inf .row {
    align-items: center;
}

.pck-inf sup,
sub {
    font-size: 18px;
}

.pck-inf .card-hd p span {
    font-weight: bold;
    font-size: 36px;
}

.pck-inf .card {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    text-align: left;
    padding: 40px;
    width: 100%;
    height: 100%;
    min-height: 520px;
    transition: 0.4s;
    box-shadow: 0px 7px 41px rgb(0 0 0 / 8%);
}

.pck-inf .card h3 span {
    color: #DA241C;
}

/* .pck-inf .card-hd {
    color: #000;
    background: #fff;
    transition: 0.4s;
} */

.prm-crd .pck-btn {
    background: #DA241C !important;
    /* color: #000 !important; */
    margin: 16px 0;
    margin-top: 50px !important;
}

.prm-crd .pck-btn a {
    color: #fff !important;
    text-decoration: none;
}

.pck-inf .pck-btn {
    width: 130px;
    padding: 8px;
    margin: 16px 0;
    border: none;
    border-bottom-right-radius: 25px;
    background: #DA241C;
    color: #f2f2f2;
    font-weight: 500;
    margin-top: 30px;
}

.pck-inf .pck-btn a {
    color: #f2f2f2;
    text-decoration: none;
}

.pck-inf .card-inner ul {
    list-style: inside;
    padding-left: 0px;
    margin-top: 30px;
}

.pck-inf .card-inner ul li {
    margin-bottom: 14px;
    /* display: flex;
    align-items: baseline; */
    list-style: inside;
    gap: 0px 10px;
}

.pck-inf .card-inner i {
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pck-inf .info p {
    font-size: 19px;
}

.pck-inf h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Noto Sans';
}

.pck-inf .card-inner i.fa.fa-check {
    background: #2DC071;
}

.pck-inf .card-inner i.fa.fa-times {
    background: #7F7F7F;
}

.pck-inf .trk-img {
    width: 100%;
    height: 100%;
    display: none;
}

.pck-inf .prm-crd {
    background: #000;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 7px 41px rgb(0 0 0 / 8%);
    border-radius: 10px;
    text-align: left;
    padding: 30px;
    width: 100%;
    height: 100%;
    /*min-height: 578px;*/
    color: #f2f2f2;
}

.pck-inf .trk-img img {
    width: 100%;
    height: 100%;
    min-height: 400px;
}


/* .pck-inf .card:hover .card-hd,
.pck-inf .card:hover li {
    color: #fff;
    background: transparent;
} */



/* .pck-inf .card:hover .pck-btn:hover {
    opacity: 0.8;
    transition: 0.5s ease;
} */

/* review */

.rvw {
    background: url(../images/rvw/rvw-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rvw .card {
    background: url(../images/cut-icon.png);
    background-size: 140px 140px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #ffffffe6;
    padding: 10px;
    transition: 0.5s;
    height: 100%;
}

.rvw-rgt .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    font-weight: 600;
    min-height: 48px;
}

.rvw .card:hover {
    background: #000;
    color: #f2f2f2 !important;
    transition: 0.5s;
}

.rvw .card:hover .card-title {
    color: #f2f2f2;
}

.rvw .rvw-icon,
.rvw .rvw-txt {
    margin: 15px 0px;
}

.rvw .rvw-icon .fa {
    font-size: 18px;
    margin-right: 5px;
}

.rvw .rvw-dscp {
    display: flex;
    align-items: center;
}

.rvw .rvw-img {
    margin-right: 20px;
}

.rvw .info h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.rvw .info p {
    color: #f2f2f2;
}

.rvw .rvw-box {
    margin: 40px 0px;
}

.rvw .rvw-box p {
    color: #F2F2F2;
    margin-bottom: 5px;
}

.rvw .rvw-box ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
}

.rvw .rvw-box i {
    background: #DA241C;
    color: #fff;
    margin-right: 7px;
    padding: 4px;
    font-size: 16px;
}

.rvw .rvw-btn,
.glry .rvw-btn {
    min-width: 150px;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom-right-radius: 25px;
    background: #DA241C;
    font-weight: 700;
    transition: 0.5s ease;
}

.rvw .rvw-btn a,
.glry .rvw-btn a {
    text-decoration: none;
    color: #000;
}

.rvw .rvw-btn:hover,
.glry .rvw-btn:hover {
    opacity: 0.8;
    transition: 0.5s ease;
}

.rvws .card {
    min-height: 530px;
}


/* gallery */


.glry .info p {
    font-size: 19px;
}

.glry .glry-slider {
    width: 100%;
    overflow: hidden;
}

.glry .card {
    position: relative;
    border: none;
    border-radius: 0px !important;
    margin: 0px 10px;
}

.glry .card .rvw-btn {
    position: absolute;
    left: 0;
    bottom: 30px;
    opacity: 0;
}

.glry .card-img-top {
    width: 100%;
    border-radius: 0px !important;
    transition: 0.5s ease;
}


.glry .card-img-top img {
    width: 100%;
    height: 100%;
}


.glry .card:hover img.card-img-top {
    filter: brightness(0.7);
    transition: 0.5s ease;
}

/*.glry .card:hover button.rvw-btn {*/
/*    opacity: 1;*/
/*}*/

/*.glry .card:hover button.rvw-btn:hover {*/
/*    opacity: 0.8;*/
/*}*/

/* newsletter */

.nws-ltr {
    background: #FBFBFB;
}

.nws-ltr .info {
    margin-bottom: 0;
}

.nws-ltr h3 {
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

.nws-ltr .info p {
    color: #808080;
    margin: 0px;
}

.nws-ltr .row {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nws-ltr form {
    display: flex;

}

.nws-ltr form .form-control,
.form-control:focus {
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #ced4da;
    padding: 16px 0.75rem;
}

.nws-ltr button.snd-btn {
    width: 130px;
    padding: 16px 8px;
    margin: 0px 5px;
    border: none;
    border-bottom-right-radius: 25px;
    background: #DA241C;
    font-weight: 700;
    color: white;
    transition: 0.5s ease;
}

.nws-ltr button.snd-btn a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.nws-ltr button.snd-btn:hover {
    opacity: 0.8;
    transition: 0.5s ease;
}

/* footer

footer {
    background: #000;
    font-family: 'Noto Sans', sans-serif !important;
}

footer .info {
    margin-bottom: 30px;
}

footer .info h5 {
    color: #fff;
}

footer .ftr-items {
    list-style: none;
    padding: 0;
}

footer .ftr-items li {
    margin-bottom: 15px;
}

footer .ftr-items li a {
    color: #fff;
    font-size: 14px;
    transition: 0.5s ease;
}


footer .ftr-items li a:hover {
    color: #DA241C;
    transition: 0.5s ease;
}

footer .tlk-items {
    list-style: none;
    padding: 0;
}

footer .lts-tlk {
    display: flex;
    align-items: center;
    gap: 0 30px;
    background: #ffee10;
    padding: 10px 25px;
}


footer .lts-tlk h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

footer li.tlk-links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 30px 0px;
}

footer li.tlk-links i {
    font-size: 30px;
}

footer li.tlk-links span {
    display: flex;
    flex-direction: column;
}

footer li.tlk-links span a {
    color: #fff;
    transition: 0.5s ease;
}

footer li.tlk-links span a:hover {
    color: #DA241C;
    transition: 0.5s ease;
}

footer .tlk-icn {
    margin: 0 8px;
}

footer li.tlk-input {
    background: transparent;
    padding: 10px 3px;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
}

.footer form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border: 1px solid #2F3145;
}

footer form input#email {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 6px;
    width: 65%;
}

footer button.submit.tlk-btn {
    width: 33%;
    border: none;
    background: #ffee10;
    padding: 8px;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 0px 20px 20px 0px;
    font-weight: 500;
    transition: 0.5s ease;
}


footer button.submit.tlk-btn:hover {
    opacity: 0.8;
    transition: 0.5s ease;
}

footer .cpy-rgt {
    padding: 20px 0px;
}

footer .cpy-rgt p {
    color: #fff;
    margin: 0;
}

footer .cpy-links {
    float: right;
}

footer .cpy-rgt .cpy-links a {
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    transition: 0.5s ease;
}


footer .cpy-rgt .cpy-links a:hover {
    opacity: 0.8;
    transition: 0.5s ease;
} */
.footer {
    font-family: 'Red Hat Display', sans-serif;
    background: #000;
}

.footer a {
    text-decoration: none;
    color: #f2f2f2;
    transition: 0.5s;
}

.footer ul {
    padding-left: 0 !important;
}

.footer ul li {
    padding: 12px 0 0 0;
}

.footer h3 {
    font-family: 'Red Hat Display', sans-serif;
}

.footer .lt-tlk {
    color: #000;
    font-weight: 700;
    width: 100%;
    padding: 24px 70px;
    font-size: 33px;
    background: #DA241C;
    /* justify-content: center; */
    align-items: center;
}

.footer .lt-tlk img {
    margin-right: 40px;
}

.footer .lt-tlk h3 {
    padding: 0 15px;
    font-weight: 700;
    color: #fff;
}

.footer .busi-inq span {
    text-align: start;
    font-size: 18px;
    color: #f2f2f2 !important;
    line-height: 31px;
}

.footer .busi-inq {
    border: 1px solid #2F3145;
    border-bottom: 0px;
}

.footer .busi-inq .nv-im {
    padding: 10px 70px;
}

.footer .busi-inq a.nav-link:hover {
    background: none;
}


.foot-bar h3 {
    color: #f2f2f2;
    font-size: 18px;
    margin: 0;
}
}

.foot-bar .soc-icns {
    justify-content: center;
}

.footer form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border: 1px solid #2F3145;
}

.footer .busi-inq .nv-im img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto 0;
    margin-right: 12px;
}

.footer form input {
    border-radius: 49px;
    background-color: transparent !important;
    border-color: #f2f2f2;
    padding: 24px;
    width: 347px;
    height: 60px;
    border: 1px solid #f2f2f2;
    margin: auto;
}

.footer form button {
    border-radius: 0px 26px 26px 0px;
    background-color: #DA241C;
    position: absolute;
    right: 40px;
    padding: 10px;
    top: 30px;
}

.foot-bar .soc-icns img {
    padding: 0 16px;
}

.footer ul li a:hover {
    transition: 0.5s;
    color: #DA241C;
}

.footer ul li a {
    font-family: 'Red Hat Display', sans-serif;
}

.soc-icns {
    border-top: 1px solid #2F3145;
    /* justify-content: center; */
    padding: 10px 70px;
    gap: 20px;
}


.soc-icns img {
    padding: 10px 7px;

}

.ft-ln {
    color: #2F3145;
    margin: 0;
    opacity: 1;
}

.footer .busi-inq .nv-im i {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto 0;
    color: #e8e8e8;
    font-size: 40px;
    margin-right: 12px;
}

/* Footer Ends */


/*start-contact-page*/
.cont-bnr {
    background-position: center;
    position: relative;
}

.cont-bnr h2 {
    font-size: 40px;
    font-weight: 700;
}

.inr-card {
    box-shadow: 1px 0px 6px -1px rgb(40 40 40 / 25%);
    border-radius: 14px;
    padding: 40px 30px;
    min-height: 250px;
    transition: 0.5s;
}

.inr-card:hover {
    background-color: #DA241C;
    transition: 0.5s;
    color: #fff;
}

.inr-card:hover label a {
    color: #fff;
}

.inr-card img.icon {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 20px;
}

.inr-card label {
    font-weight: 500;
}

.inr-card label a {
    color: #BBBBBB;
}

.inr-card h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form h3 {
    font-size: 44px;
    font-weight: 500;
}

.contact-form form input {
    padding: 15px;
    width: 100%;
    border: 1px #ccc3 solid;
    box-shadow: 0px 0px 7px -1px #cccccc9e;
    /*text-transform: capitalize;*/
    background-color: #fff;
}

.contact-form form select {
    padding: 15px;
    width: 100%;
    border: 1px #ccc3 solid;
    box-shadow: 0px 0px 7px -1px #cccccc9e;
    text-transform: capitalize;
    background-color: #fff;
}

.contact-form form textarea {
    padding: 15px;
    width: 100%;
    border: 1px #ccc3 solid;
    box-shadow: 0px 0px 7px -1px #cccccc9e;
    min-height: 250px;
    background-color: #fff;
}

.contact-form form .feild {
    padding: 18px 6px;
    text-transform: capitalize;
}

.contact-form button.blk-btn {
    min-width: 160px;
    padding: 12px !important;
    background: #da241c;
    width: max-content;
}

.contact-form {
    background-image: url("../images/map.png");
    width: 100%;
    min-height: 500px;
}

.contact-form {
    background-image: url(../images/map.png);
    width: 100%;
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: right;
}

section.map-sec iframe {
    width: 100%;
    min-height: 550px;
}

/*end-contact-page*/

/**start-cource-page**/
.hr-a {
    background-image: url(../images/c-imgs/course-detail-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hr-b {
    background-image: url(../images/c-imgs/course-detail-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hr {
    background-image: url(../images/c-imgs/course-detail-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hc {
    background-image: url(../images/c-imgs/course-detail-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.mc {
    background-image: url(../images/c-imgs/course-detail-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hr-o {
    background-image: url(../images/c-imgs/course-detail-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.cource-cnt p {
    color: #8B8B8B;
    font-size: 20px;
    font-weight: 500;
}

.cource-cnt button {
    background: #DA241C;
    color: #fff;
    padding: 7px 15px;
    border: 0px;
    border-radius: 20px 0px 20px 0px;
    margin-bottom: 30px;
}

.cource-cnt {
    padding-right: 20px;
}

form.write {
    background: #FAFAFA;
    padding: 15px 30px;
    border-radius: 7px;
    box-shadow: 1px 0px 7px -1px rgb(0 0 0 / 25%);
    margin-top: 45px;
}

form.write textarea {
    box-shadow: 0px 0px 3px -1px rgb(0 0 0 / 25%);
    border: 0px;
    width: 100%;
    padding: 15px;
    min-height: 130px;
}

form.write input {
    box-shadow: 0px 0px 3px -1px rgb(0 0 0 / 25%);
    border: 0px;
    width: 100%;
    padding: 15px;
}

form.write .field {
    margin: 18px 0px;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.coment-sec h3 {
    font-size: 36px;
    font-weight: 700;
}

/**end-cource-page**/


/**student-info-page**/
.info-banner {
    background-image: url(../images/info-bnr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.policy-box {
    box-shadow: 0px 1px 7px -1px rgb(0 0 0 / 25%);
    padding: 10px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: center;
    border-radius: 4px;
    transition: 0.5s ease;
}

.policy-box:hover {
    background: #da241c;
    transition: 0.5s ease;
}

.policy-box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.5s ease;
}

.policy-box:hover h4 {
    color: #fff;
    transition: 0.5s ease;
}

.faq-sec .accordion {
    margin-top: 50px;
}

.faq-sec button.accordion-button {
    font-size: 20px;
    color: #000 !important;
    font-weight: 500;
    background: #fff !important;
}

.faq-sec .accordion-item {
    margin-bottom: 20px;
    border: 0px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.faq-sec .accordion-body p {
    color: #8B8B8B;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
}

/**student-info-page**/


img.nv-img1 {
    margin-right: 2px !important;
}

.expl-btn {
    background: #DA241C;
}

.footer .foot-logo img {
    height: 120px;
    margin: 0px;
}

.footer .lt-tlk h3 {
    margin-bottom: 0;
}

.footer .soc-icns a {
    margin: 15px;
    padding: 0;
}

.footer .soc-icns a i {
    font-size: 30px;
}

.foot-bar a {
    padding: 0 5px;
}

.foot-bar a:hover {
    color: #da241c;
}

.foot-desc {
    padding: 8px 0;
}

.th-img {
    padding-top: 8px;
}

.text-bold {
    font-weight: 700 !important;
}

.tb {
    color: #000;
    font-weight: 600;
}

.tbs {
    box-shadow: 0px 7px 41px rgb(0 0 0 / 8%);
    padding: 30px;
    border-radius: 14px;
    margin: 50px auto;
}

.tbs .tb:hover {
    /* color: #FEC600; */
    transition: 0.5s ease;
    background: #DA241C;
    /* min-width: 50px; */
    width: 100%;
    color: white;
    /* border: none; */
    /* border-radius: 5px; */
}

.nav-tabs .nav-link:hover {
    isolation: none;
    border-color: none;
}

.a-40 .card {
    min-height: 200px;
}

.a-40 p {
    font-size: 18px;
}

.a-40 .card button {
    background: #DA241C;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    border-radius: 20px 0px 20px 0px;
    margin: auto;
    font-size: 20px;
}

.a-40 .cdtx a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-tb {
    /* text-align: center; */
    max-width: 666px;
    margin: auto;
    padding: 16px 0;
}

.a-tb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features .card img {
    box-shadow: 10px 10px 0px #da241c;
}

.bt-cd {
    min-height: 100% !important;
}

.pco {
    font-size: 18px;
    font-weight: 500;
    color: #8b8b8b;
    min-height: 190px;
}














.testimonial{
    text-align: center;
    margin: 0 20px;
}
.testimonial .description{
    margin-bottom: 50px;
    font-size: 15px;
    text-align: left;
    position: relative;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #2660a4;
}