body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}

h1 {
    color: #EC2A2C;
}


/* navbar starts*/

.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon_1.svg");
}


/* navbar ends*/
    .logo-img {
        width: 19rem;
    }


/* header nav */

.navbar.navbar-light {
    background: white !important;
    box-shadow: 0 0 10px #8b8b8b;
}

.navbar-light .navbar-nav .nav-link {
    color: #1D1D1D;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #112884 !important;
    /*border-bottom: 3px solid #c42c40;*/
}

a:hover {
    color: #ed4631 !important;
}

.banner-section img {
    margin-top: 5rem !important;
}

.about-img {
    margin-top: -0.1rem;
}


/*Banner*/


/* .carousel-control-prev-icon {
    background-image: url("../images/chevron_left_black_24dp.svg");
}

.carousel-control-next-icon {
    background-image: url("../images/chevron_right_black_24dp.svg");
} */


/* .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 100%;
} */

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 0.7 !important;
}

h5,
h6,
p {
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}

.head {
    font-size: 3rem;
}


/*Scroll button starts*/

.scroll {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #c42c40;
    font-weight: 600;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);
}

i.fa.fa-angle-up {
    font-weight: 900;
    font-size: 2rem;
}


/*Scroll button ends*/

:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background: #f8f8f8;
}

.text-orange {
    color: #F77F00;
}

.bg-blue {
    background: #112884;
}

.form-control {
    border: none;
    border: 1px solid #ced4da;
    border-radius: 5px !important;
}


/*#header.header-scrolled .logo-wd {
    width: 150px;
}*/

.btn-primary a {
    color: white;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-warning.focus,
.btn-warning:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #202658;
    border-color: #202658;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
    color: white;
    background-color: #EC2A2C;
    border-color: #EC2A2C;
    /* border-radius: 38px; */
    /* padding: 0.7rem 3rem; */
    font-weight: 500;
}

.btn-secondary,
.btn-secondary:focus {
    color: #1D1D1D;
    background-color: #E4E4E4;
    border-color: #E4E4E4;
    /* border-radius: 38px; */
    /* padding: 0.7rem 3rem; */
    font-weight: bold;
}

.btn-secondary:hover {
    color: white;
    background-color: #F77F00;
    border-color: #F77F00;
}

a {
    color: #202658;
}

.owl-item img {
    width: auto;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 15px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -3% !important;
}

.owl-carousel .owl-nav .owl-next {
    right: -3% !important;
}

#partner_slide .owl-nav .owl-next {
    right: -10% !important;
    top: 2rem;
}

#partner_slide .owl-nav .owl-prev {
    left: -10% !important;
    top: 2rem;
}

button:focus {
    outline: none !important;
}

.form-control {
    color: #6c757d !important;
}


/* banner form */


/* .form_div {
    padding: 0 1rem;
} */


/* .banner_form {
    position: absolute;
    top: 99%;
    right: -153%;
} */

.form_img {
    position: absolute;
    top: 0;
    right: 0;
}

.form-title h6 {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    /*background: #202658;*/
    /*padding: 0.8rem 0rem;*/
}

.banner_form .input-group>.form-control {
    /* background: #f1f1f1; */
    font-size: 12px;
}

.form-check-label {
    font-size: 12px;
}


/*sidebar form ends*/

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.font-weight-600 {
    font-weight: 600;
}


/*.bg-grey-img {
    background: url("../images/bggrey.png");
    background-repeat: no-repeat;
    background-size: cover;
}*/

.mt-bann {
    margin-top: -0.5rem;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #3b3785!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #3b3785!important;
    background: #3b3785!important;
}

.toll-free a:hover {
    color: #403785 !important;
}

.border-bott {
    border-bottom: 1px dashed #403988 !important;
}

.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
}

img.img-fluid.orange-box {
    width: 58px;
}


/* .owl-carousel .owl-nav.disabled {
    display: block;
} */

.banner {
    margin-top: 3rem !important;
}

.navbar {
    padding: 0rem !important;
}

.bg-grey {
    background: #F5F5F5 !important;
}

.font-weight-bold {
    font-weight: 600!important;
}

.blue-ach {
    background: url("../images/blue.svg");
}

.lightgreen-ach {
    background: url("../images/lightgreen.svg");
}

.yellow-ach {
    background: url("../images/yellow.svg");
}

.aqua-ach {
    background: url("../images/aqua.svg");
}

.parrotgreen-ach {
    background: url("../images/parrotgreen.svg");
}

.orange-ach {
    background: url("../images/orange.svg");
}

.flex-cust {
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-blue-ach {
    color: #3682E5;
}

.text-lightgreen-ach {
    color: #37EB85;
}

.text-yellow-ach {
    color: #E9EF38;
}

.text-aqua-ach {
    color: #38CEEE;
}

.text-parrotgreen-ach {
    color: #A3EA37;
}

.text-orange-ach {
    color: #EEAB38;
}

.milestone p {
    font-size: 0.9rem !important;
}

.zoom_cust:hover {
    transform: scale(1.02);
    transition: 0.3s ease-in-out;
}

.bg-peach {
    background: #FFF5F5;
    /* height: 68rem; */
}

.testi_postion {
    background: #FFF5F5;
}

.box-scdl {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 12px;
    min-height: 23rem;
}


/* .bg-bord {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 1.4rem;
    margin: auto;
} */

.bg-bord:before {
    content: '';
    position: absolute;
    /* top: 1rem; */
    left: 5.9rem;
    border-radius: 50%;
    margin: auto;
}

.bg-bord:hover:before {
    left: 8.7rem;
    transition: 0.3s ease-in-out;
}

.scdl_navyblue:hover {
    color: #183584;
}

.scdl_aqua:hover {
    color: #2DA397;
}

.card-body-custom {
    position: relative;
    top: 0 !important;
    z-index: 0 !important;
    padding: 1.25rem !important;
}

.scdl_red:hover {
    color: #EC2A2C;
}

.scdl_orange:hover {
    color: #F77F00;
}

.scdl_violet:hover {
    color: #7C4BC0;
}

.scdl_blue:hover {
    color: #1888C9;
}

.bg-bord-navyblue {
    background: #183584;
}

.bg-bord-navyblue:before {
    border: 2px solid #183584;
}

.bg-bord-aqua {
    background: #2DA397;
}

.bg-bord-aqua:before {
    border: 2px solid #2DA397;
}

.bg-bord-red {
    background: #EC2A2C;
}

.bg-bord-red:before {
    border: 2px solid #EC2A2C;
}

.bg-bord-orange {
    background: #F77F00;
}

.bg-bord-orange:before {
    border: 2px solid #F77F00;
}

.bg-bord-violet {
    background: #7C4BC0;
}

.bg-bord-violet:before {
    border: 2px solid #7C4BC0;
}

.bg-bord-blue {
    background: #1888C9;
}

.bg-bord-blue:before {
    border: 2px solid #1888C9;
}

.card {
    border: none !important;
}

.card-header {
    border-bottom: none !important;
    background: transparent;
}

.card-body {
    color: black;
    /* width: 300px; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none !important;
    color: #112884 !important;
}

.nav-pills a:hover {
    color: #112884 !important;
}

.nav-pills a {
    color: #989696 !important;
}

.nav-pills .nav-link {
    border-bottom: 1px solid #dedddd;
    padding: 1rem 0rem;
    border-radius: 0rem;
    font-size: 1.1rem;
}

.card-body.card-body-custom {
    box-shadow: 0px 3px 6px #00000029;
}

.card-box {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    min-height: 26rem;
}

.card-box:hover {
    transform: scale(1.02);
    transition: 0.3s ease-in-out;
}

.card-box p {
    font-size: 0.9rem !important;
}

.card-box img {
    border-radius: 12px 12px 0px 0px;
}

.text-black-cust {
    color: #1D1D1D;
    font-size: 0.9rem;
}

.card-box:hover h6,
.card-box:hover a {
    color: #F77F00 !important;
}

.card-box2 {
    background: #fff;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #00000029;
}

.card-box2 .pos-pgm {
    position: relative;
    top: -0.8rem;
}

.text-grey {
    color: #989696;
}

.card-box2 .btn-secondary {
    width: 95% !important;
}

.card-box2:hover {
    transform: scale(1.01);
    transition: 0.3s ease-in-out;
}

.card-box2:hover h6 {
    color: #F77F00 !important;
}

.card-box2:hover button {
    background: #F77F00 !important;
    border-color: #F77F00 !important;
}

.card-box2:hover button a {
    color: white !important;
}


/*take */

.take {
    background-color: #F5F5F5;
}

.take-text {
    padding: 3rem 3rem 1rem 3rem;
}

li.media {
    margin-bottom: 3rem;
}

.media-body {
    margin-top: 1rem;
}

.row.aways {
    margin-top: 3rem;
}

.faculties-card img {
    z-index: 1;
}

.faculties-card .card-body {
    /* color: black; */
    background-size: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
}

.faculties-card ul li {
    display: inline;
}

.faculties-card h6 {
    color: #F77F00;
}

.faculties-card p {
    color: #1D1D1D;
}

.faculties-card small {
    color: #989696;
}

.card-body {
    position: relative;
    top: -5rem;
    z-index: -1;
}

.card-text {
    padding: 7rem 2rem 1rem 2rem !important;
}

.card-icon a {
    width: 45px;
    font-size: 24px;
    display: inline-block;
    position: relative;
}

.card-icon {
    background-color: #F8F8F8;
    padding: 1.2rem 0rem 1rem 0rem;
    text-align: center;
}

.card-body {
    padding: 0rem;
}

#client-owl .owl-nav {
    position: absolute;
    top: -6rem;
    right: 8rem;
    display: block;
}

#client-owl .owl-prev {
    background-color: #183584;
    position: relative;
    width: 50px;
    height: 50px;
}

#client-owl .owl-next {
    background-color: #183584;
    position: relative;
    width: 50px;
    height: 50px;
}

#client-owl .owl-nav [class*=owl-]:hover {
    background: #F77F00 !important;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #F77F00!important;
    background: #F77F00!important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #D6D6D6 !important;
}

.testimonials {
    position: relative;
}

.quote-img {
    position: relative;
    left: -12rem;
    top: 2rem;
    z-index: 999;
}

.testimonials-side {
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 0;
}

.quote-img img {
    display: block;
    width: auto !important;
}

.testimonials-bg {
    background: #F1F3FF;
    padding: 4rem 4rem 2rem 4rem;
    box-shadow: 0px 3px 6px #00000029;
}

.overlap-img {
    position: absolute;
    right: 6rem;
    bottom: 0rem;
}

embed.students-sub {
    width: 100%;
    height: 300px;
}

#owl-video .owl-nav.disabled+.owl-dots {
    margin-top: 3.5rem;
}

.owl-star-rating img {
    display: block;
    width: auto !important;
}

.testimonials-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 11px;
    border-bottom: 83px solid white;
    border-left: 81px solid #F1F3FF;
    width: 0;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-bottom: 15px;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 35px !important;
}

#owl-video {
    margin-top: 4.6rem;
    /* margin-left: 4rem; */
}

.quote-img img {
    width: 13% !important;
}

.right-border {
    border-right: 1px dashed #C4C1C1;
}

.experience {
    border-top: 1px dashed #D8D4D4;
}

.card-img img {
    width: 80%;
}

.form-clickOuter {
    position: absolute;
    bottom: 39%;
    right: 80%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-size: 14px;
    padding: 10px 29px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #000;
    background: #f8c129;
}

#box {
    position: absolute;
    bottom: 71%;
    right: -3%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}

#button {
    position: relative;
    font-size: 14px;
    padding: 10px 29px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    /* border-radius: 0px; */
    background: #EA2F31;
    border-radius: 0px 0px 6px 6px;
    /* color: #000; */
    /* background: #f8c129; */
}

input[type="submit"] {
    background: none;
    color: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
}

#box form {
    /* background: #fff !important;
    display: none;
    position: absolute;
    top: 27px; */
    position: absolute;
    top: 15%;
    right: 7%;
    /* padding: 20px; */
    width: 375px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 10px;
    transform: rotate(-90deg);
}


/* .box {
    background-color: #fff;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 10px;
    position: absolute;
    right: 3rem;
    top: 8rem;
    z-index: 99999;
} */

.box {
    padding: 15px;
    border: 2px solid red;
    height: 100%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}

.box-inner {
    width: 400px;
    padding: 10px;
}

.slide-toggle {
    position: absolute;
    right: -2.3rem;
    top: 15rem;
    z-index: 999;
    font-size: 14px;
    padding: 10px 29px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    background: #EA2F31;
    border-radius: 0px 0px 6px 6px;
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
    border: 0rem;
}

.faculties-card:hover {
    transform: scale(1.01);
    transition: 0.3s ease-in-out;
}


/* .card-body:hover {
    box-shadow: 0px 0px 3px #00000029;
} */

.btn-schedule {
    background-color: transparent;
    color: #EC2A2C;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #EC2A2C;
    border-color: #EC2A2C;
}

.program-p {
    min-height: 115px;
}

.dsu-form {
    top: 8rem
}

.dsu-form {
    z-index: 100000!important
}

.dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    width: 360px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999
}

.form-clickOuter {
    animation: blinker 2s linear infinite
}

.form-clickOuter {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    margin-left: -101px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.form-click {
    position: relative;
    font-size: 19px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    /* border: 1px solid #fff; */
    color: #fff;
    background: #EC2A2C;
}

.frmBg {
    text-align: center;
    padding: 1.5rem;
    /* background-color: #27426d */
}

.frmBg span {
    font-size: 22px;
    color: #fff;
    font-weight: 700
}

.dsu-form {
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.button_color {
    background-color: #EC2A2C;
    color: white;
}

.bannerform {
    position: absolute;
    top: 135px;
    right: 3%;
    padding: 20px 10px;
    width: 470px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 16px;
    opacity: 1;
}

.enq {
    text-align: initial;
}

.mb_mobile {
    background: #EC2A2C;
    color: white;
}

.card-box.pb-3.cards-b {
    margin-bottom: 2rem;
}

.mb_banner1 {
    margin-top: 3rem;
}

.testi_monials {
    background: #263990 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
}

.spacing-top {
    padding-top: 4rem;
}

.s_top {
    padding-top: 7rem;
}

.testi_postion {
    position: relative;
    top: -3rem;
}

.form_div {
    padding: 0 1rem;
}

.banner_form {
    position: absolute;
    top: 112px;
    right: 1%;
    padding: 20px 10px;
    width: 375px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.52);
    border: 1px solid #005826;
    border-radius: 16px;
    opacity: 1;
}

.form_img {
    position: absolute;
    top: 0;
    right: 0;
}

.form-title h4 {
    font-weight: bold;
    margin: 20px 0;
    padding-left: 15px;
}

.banner_form .input-group>.form-control {
    background: #f1f1f1;
    font-size: 12px;
}

.banner_form .btn {
    background: red;
    color: #fff;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 3px;
    font-size: 14px;
}

.banner_form1 {
    top: 136px
}


/* old css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
.section_padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


/* start header */


/* .nav-bordered {
    margin: 1rem 0;
    font-weight: 600;
    color: #000000;
}

.navbar-nav li {
    position: relative;
    width: calc(100% / 6);
    text-align: center;
}

.navbar-nav li a {
    font-weight: 400;
    padding: 0;
    color: #000 !important;
}

.navbar-nav li:last-child:after {
    display: none;
}

.navbar-nav li:after {
    position: absolute;
    content: '';
    border-right: 1px solid rgba(0, 0, 0, .5);
    left: 100%;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 999;
}

.nav-nobordered {
    padding: 0 4rem 0 2.5rem;
    margin: 1rem;
    font-weight: 600;
    color: #000000;
}

.bg-clr {
    background-color: #D8D8D8;
} */


/* end header */


/* start banner section */

.section-content {
    position: absolute;
    /* padding: 4rem; */
    /* line-height: 1.5; */
    top: 50%;
    left: 15%;
    width: 65%;
    transform: translate(-0%, -50%);
}

.enquirebtn {
    background-color: #E41C24;
    color: white;
    border: none;
    padding: 0.8rem;
    font-weight: bold;
}

.row.centered.apply {
    padding: 0 2rem;
}


/* end banner section */


/* start about */

.about-box {
    padding: 4rem;
}

.main-title {
    color: #E41C24;
}


/* .about {
    padding-top: 1rem;
    padding-left: 3rem;
} */

.about p {
    color: #434343;
}


/* end about */


/* start why scdl */

.whyscdl {
    text-align: center;
    padding: 2rem;
    font-weight: 700;
}

.borderB {
    border-bottom: 0.1rem solid rgba(173, 172, 172, 0.219);
}

.borderR {
    border-right: 0.1rem solid rgba(173, 172, 172, 0.219);
}

.why_box {
    padding: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why_box img {
    width: 100px !important;
}

.why-scdl-bg {
    /* background-color: darkblue; */
    background-image: url("../images/whyscdl.jpg");
    background-size: cover;
}


/* end why scdl */


/* start stats section */

.stats {
    background-color: #1A3C77;
    color: #fff;
    text-align: center;
    padding: 2rem;
}

.stats img {
    width: 70px;
}

.bordright {
    border-right: 1px solid rgba(173, 172, 172, 0.685);
}

.bordright .col-6 p {
    margin: 1rem;
}

.scroll1 {
    z-index: 9991;
    position: fixed;
    width: 100%;
    text-align: center;
    /* height: 70px; */
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.scroll {
    cursor: pointer;
    transform: rotate(90deg);
    background: #0045E0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0px;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);
}

.scroll2 {
    cursor: pointer;
    transform: rotate(90deg);
    background: #0045E0;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    right: -31px;
    z-index: 999;
    top: 40%;
    transform: rotate(-90deg);
}


/* end stats section */


/* start infographic */

.vcntr h1 {
    color: #E41C24;
    /* font-size: 4rem; */
    font-weight: 700;
}


/* end infographic */

.bg4 {
    background: #0045E0;
}


/* start award */

.move10 {
    margin-top: 2rem;
}

.move5 {
    margin-top: 4rem;
}

.card-text {
    text-align: center;
}


/* end award */


/* start Success stories */

.story-img {
    width: 50%;
    padding: 1rem;
    width: auto !important;
    margin: 0 auto;
}

.item .card-deck {
    margin: 1rem !important;
}

.item .card.shadow.success-card {
    margin: 0 !important;
}

.success-card {
    /* justify-content: center; */
    text-align: center;
    height: 100%;
}

.success-card .card-text {
    height: 40vh;
    overflow-y: auto;
    padding-right: 1rem;
}

.success-card .card-text::-webkit-scrollbar {
    width: 0.3rem;
}

.success-card .card-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3rem #0045E0
}

.success-card .card-text::-webkit-scrollbar-thumb {
    background-color: #0045E0;
    outline: 1px solid slategrey;
}

.card-title {
    font-weight: 700;
}

.title-color {
    color: #E41C24;
    padding-bottom: 0.5rem;
}

.success-header {
    text-align: center;
    font-weight: 700;
    /* padding-bottom: 2rem; */
}


/* end Success stories */


/* footer */

.footer {
    background-color: black;
    color: white;
    padding: 1rem;
    text-align: center;
}

.txtend {
    padding-left: 3rem;
}


/* end footer */


/* start programs offered */

.programs-bg {
    background-image: url("../images/programs%20bg.svg");
    background-size: cover;
}

.prg-head {
    font-weight: 700;
    padding-bottom: 2rem;
}

ul#myTab .nav-link:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 1rem;
    padding-right: 1.5em;
    position: absolute;
    right: 10px;
    font-weight: normal;
    display: inline-block;
}

ul#myTab .nav-link {
    padding: 1rem 2rem 1rem 1rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #4E4E4E;
    border-bottom: 0.1rem solid #ccc;
    height: 100%;
    border-radius: 0;
}

.subtitle {
    font-weight: bold;
    /* margin-bottom: 2rem; */
}

ul#myTab .nav-link.active {
    background: #f8f8f8;
    color: #ef1c24;
    height: 100%;
    box-shadow: 0 12px 24px rgb(0 0 0 / 15%);
    border-radius: 7px;
}

ul#myTab .nav-link.active:after {
    transform: rotate(90deg);
    padding-left: 1.5em;
}

.course-card {
    color: #fff;
    margin-bottom: 1rem;
    background: transparent linear-gradient(118deg, #E41C24 0%, #930006 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000015;
    border-radius: 5px;
    opacity: 1;
    font-size: 0.8rem;
    height: 100%;
}

.course-card .card-title {
    margin: 0;
}

.card.shadow.course-card:hover {
    background: rgb(25 92 224 / 87%);
    color: #fff;
}

.course-card .card-body {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
}

.counter_value {
    font-size: 2.5rem;
    font-weight: 700;
}

.course-card a {
    color: white;
    display: none;
}

.pg-link a {
    color: black;
}


/* end programs offered */


/* common bg */

.bg1 {
    background: #D8D8D8;
}

.bg2 {
    background: #e4d9d9;
}


/* common text color */

.text-black {
    color: #000;
}

.get_connect img {
    width: 3rem;
}


/* awards section */

.awards {
    background: url('../images/awards%20bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 70%;
}

h2.text {
    color: #E41C24;
    font-weight: bold;
}

.p {
    font-size: 1rem;
    font-weight: 500;
}

h2.text-center {
    font-size: 2.4rem;
    color: white;
    font-weight: 700;
}

.highlight {
    background-color: #9F0006;
}

p.p1 {
    color: white;
    font-size: 0.9rem;
}

.box {
    padding: 15px;
    border: 2px solid red;
    height: 100%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}

h3.d1 {
    font-size: 1rem;
    font-weight: bold;
    color: #e53f26;
}

p.d {
    font-size: 0.7rem;
}

.faq .search-faq-section-list .card-header button {
    color: #000;
    font-size: 1.2rem;
    padding: 1rem;
    font-weight: bold;
    word-break: inherit;
    white-space: normal;
    border-radius: 10px;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
}

.faq .search-faq-section-list .card-header button.collapsed {
    color: #000;
}

.faq .search-faq-section-list .card-header button {
    color: #E41C24;
}

.faq .search-faq-section-list .card-header {
    background: #fff;
    border: 0;
    color: #E41C24;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 10px;
}

.faq .search-faq-section-list .card-header button i.faq_arrow {
    font-size: 32px;
    position: absolute;
    right: 1rem;
}

.faq_arrow {
    float: right;
}


/* .apply_section {
    background-image: linear-gradient(to right, #3A60AC, #1A3C77);
} */

p.pa {
    color: white;
}

.circle1 {
    background: transparent linear-gradient(90deg, #D58300 0%, #DD8E00 23%, #F3AB00 57%, #FFBB00 81%, #F6AF00 86%, #D58300 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 24px #0000001A;
    color: #fff;
    border-radius: 50%;
    font-size: 2.5rem;
    font-weight: bold;
    display: inline-table;
    padding: 1rem;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
}

.table-bordered td,
.table-bordered th {
    font-size: 1rem;
    color: #fff;
}

.bg_table {
    background: #a02914;
}

p.a1 {
    color: white;
    font-size: 1.2rem;
    padding-top: 26px;
}

.box_highlights {
    position: relative;
    height: 100%;
}

.box_highlights:after {
    position: absolute;
    content: '';
    top: 0;
    left: -1rem;
    width: 1px;
    height: 100%;
    background: #d73e42;
}

.highlight .col-md-3:nth-child(4n+1) .box_highlights:after {
    display: none;
}

.highlight .hr {
    border-left: 1px solid #d73e42 !important;
    height: 100%;
}

h6.t1 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #E41C24;
}

.box1 {
    padding: 7px;
    border: 2px solid gray;
    margin: 0;
    height: 100%;
}

.eligibility img {
    margin-bottom: 1rem;
    width: 2rem;
}

.eligibility img+p {
    margin-bottom: 1.5rem;
}

.career {
    background-image: url("../images/career%20option%20bg.png");
    /* mobile accordion for programme */
}

.career p {
    margin-top: 0.7rem;
}

#mobile_acc {
    margin: 0 0;
}

#mobile_acc #faq .card {
    margin-bottom: 15px;
    border: 0;
}

#mobile_acc #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#mobile_acc #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #Fff;
    color: #ef1c24;
    padding: 20px;
    white-space: normal;
    word-break: break-word;
}

ul#myTab .nav-item {
    position: relative;
    padding: 0 1rem 1rem;
    max-width: 25%;
    flex: 0 0 25%;
}

#mobile_acc #faq .card .card-header .btn-header-link.collapsed {
    color: #000;
}

#mobile_acc #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
}

#mobile_acc #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#mobile_acc #faq .card .collapsing {
    line-height: 30px;
}

#mobile_acc #faq .card .collapse {
    border: 0;
}

#mobile_acc #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.text_red {
    color: #E41C24;
}

.cust_list.cat_cust_digital_marketing {
    margin-bottom: 1rem;
}

.form_toggle {
    position: fixed;
    top: 20%;
    transform: translateY(-20%);
    right: 0;
    width: 339px;
    padding: 1rem 2rem 1rem 1rem;
    background: #f2b33d;
}

.highlight img {
    width: 3rem;
}

#myTabContent>.active {
    padding: 2rem 0;
    background: #f8f8f8;
    box-shadow: 0 12px 24px rgb(0 0 0 / 15%);
    border-radius: 7px;
}