body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    margin: 0px auto;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

::placeholder,
.form-control {
    font-size: 0.95rem !important;
}


/* navbar starts*/

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

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

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

.navbar.navbar-light {
    background: white !important;
    box-shadow: 0px 16px 32px #00000019;
}


/* navbar ends*/


/* header nav */

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ee6571 !important;
    font-weight: 500;
    border-bottom: 1px solid white;
}

a,
a:hover {
    text-decoration: none !important;
}


/* a:hover{
    color: #fedd38 !important;
 } */


/*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-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;
}

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


/*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: 35px;
    bottom: 30px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #fedd38;
    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 !important;
    color: black;
}


/*Scroll button ends*/

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

#header.header-scrolled {
    background: linear-gradient(45deg, #f28447, #ee6571);
}

.navbar-light .navbar-toggler {
    border-color: rgb(242 148 140);
}

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

.owl-carousel .owl-item img {
    width: auto;
}

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

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

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

button:focus {
    outline: none !important;
}

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

.btn {
    border-radius: 0rem !important;
}


/*sidebar form starts*/

.dsu-form {
    top: 8rem;
}

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

.dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 400px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    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: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 39%;
    right: 75.5%;
    -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-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    color: black;
    background: #fedd38;
}

.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: transparent;
}

.frmBg1 spanz {
    font-weight: 700;
}

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

.submit_btn {
    background: linear-gradient(180deg, #FE8A44, #FC6378);
    color: white !important;
    font-weight: 700;
    border-radius: 0.2rem !important;
}

.btn-violet {
    background: linear-gradient(180deg, #CD44FE, #7663FC);
    color: white !important;
    font-weight: 700;
    border-radius: 0.2rem !important;
}

::placeholder {
    font-size: 0.9rem;
    color: #B8B8B8;
}


/*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;
}

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

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

#videos_slide .owl-dots.disabled {
    display: block !important;
}

.owl-carousel .owl-nav .owl-prev {
    left: 16% !important;
    top: -6.5rem !important;
    display: none;
}

.owl-carousel .owl-nav .owl-next {
    right: 73% !important;
    top: -6.5rem !important;
    display: none;
}

.dsu-form1 {
    border: 1px solid #ced4da;
    padding: 1rem;
}

.text-orange {
    color: #FFD200 !important;
}

.text-black {
    color: #000000 !important;
}

.bg-orange {
    background: #FFD200 !important;
}

.bg-black {
    background: #000 !important;
}

.dropdown-menu {
    background: black !important;
    border-radius: 0px;
    margin-left: -0.5rem;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    display: none;
}

.btn-warning,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #ffd338;
    background-color: #000000;
    border-color: #000000;
    padding: 1rem 2rem !important;
}

.btn-warning:hover {
    color: #ffd338;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ffd338;
    border-color: #ffd338;
    padding: 0.5rem 1rem !important;
    cursor: auto !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffd338;
    border-color: #ffd338;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}

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


/* .stories{
    background: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -999;
} */

.placements {
    background: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -999;
}

.footer .btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    cursor: pointer !important;
}

.copyright p {
    font-size: 0.85rem;
}

.bg-black {
    background: black !important;
}

.about {
    background: url("../images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -3rem;
}

.bg-about-sec {
    background: linear-gradient(90deg, #f5a37a, #f18f92);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4rem 4rem 0rem 0rem;
}

.legacy {
    margin-top: -3rem;
    margin-left: -1.3rem;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.fa {
    font-size: 1.4rem !important;
}


/*on hover text*/

.card-img-overlay {
    transform: translateY(15rem);
    transition: transform .18s ease-in;
    background-color: rgb(0 0 0 / 72%)
}

.card-text {
    opacity: 0;
    transform: translateY(-6rem);
    transition: opacity .05s ease-in, transform .25s ease-in;
    display: none;
    font-size: 0.85rem !important;
    font-weight: 500;
}

.btn-text {
    opacity: 0;
    transform: translateY(2rem);
}

.card {
    overflow: hidden;
    background-color: #345;
    border: none;
    box-shadow: 0 0 10px #e5e5e5;
    border-radius: 1rem;
}

.card:hover .card-img {
    /*mix-blend-mode: overlay;*/
}


/* .card-img-overlay:hover{
  transform: translateY(0);
  transition: transform .25s ease-out;
  background-color: rgba(0,0,0,.8);
} */

.card-img-overlay:hover .card-text {
    opacity: 1;
    transform: translateY(0);
    transition: transform .25s ease-out;
    display: block;
}

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


/*on hover text*/

.text-orange {
    color: #F56A46 !important;
}

.border-rt {
    border-right: 2px dashed #ebebeb;
}

.border-bt {
    border-bottom: 2px dashed #ebebeb;
}

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

.advantage {
    background: url("../images/advantage.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.text-grey {
    color: #f3f3f39c;
}

.adv-text {
    font-size: 6rem;
    margin-top: -11rem;
    position: relative;
    z-index: -9999;
}

.course-text {
    font-size: 6rem;
    position: relative;
    z-index: -9999;
    margin-left: -3rem;
    margin-bottom: -3rem;
}

.border-bot-grad {
    border-bottom: 2px solid #f06945;
    padding-bottom: 0.5rem;
}

.num-text {
    font: normal normal bold 38px/41px Open Sans Condensed;
    letter-spacing: 0px;
    color: #FF6100;
    opacity: 1;
}

.custm_container {
    padding-left: 10rem;
    padding-right: 10rem;
}

a.nav-link.active.show {
    /* background-color: #fedd38; */
    padding: 0.8rem;
    color: #ffff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f28447;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffff !important;
}

.nav-pills .nav-link {
    min-height: 4rem;
    color: #000 !important;
    font-size: 1.3rem;
    font-weight: bold;
    border: 1px solid #DEDEDE;
    text-align: center;
    border: 1px solid #f28447;
}

.row_tp {
    margin-top: 3rem;
}

ul.nav.nav-pills.nav-justified {
    margin: auto;
    width: 50rem;
}

.nav-pills .nav-link {
    border-radius: 0rem;
}

.com_pd {
    padding-top: 1rem;
}

.para_t {
    margin-top: -0.5rem
}

.border_right {
    border-right: 1px solid #FF6100;
    position: relative;
    height: 7rem;
}

.card-img-overlay {
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.yellow_text {
    color: #fedd38;
    font-weight: bolder;
    font-size: 4rem;
}

.mrg_tp {
    margin-top: 6rem;
}

.borderight {
    border-right: 1.2px dashed #FFFFFF;
    position: relative;
    height: 10rem;
}

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

.fixed_btn2 {
    position: fixed;
    right: -70px;
    top: 35%;
    z-index: 9999;
    transform: rotate(270deg);
    padding: 14px;
    border-bottom-left-radius: 15px;
    font-size: 1.4rem;
}

button.btn.enq.btn_fix {
    color: #000;
    background-color: #fedd38;
    font-weight: bold;
    font-size: 1.2rem;
}

.custom_container {
    padding-left: 10rem;
    padding-right: 3rem;
}

.bg_grey {
    background-color: #efefef63;
    padding: 1rem;
}

.bg_org {
    background-color: #ee657117;
    padding: 1rem;
}

.rg_mrg {
    margin-top: -6rem;
}

.ftp {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: black;
}

.bg_blue {
    padding: 1rem;
    box-shadow: 0px 16px 32px #00000019;
    min-height: 45rem;
    background-color: #F56A46;
}

.bg_orange {
    padding: 1rem;
    box-shadow: 0px 16px 32px #00000019;
    background-image: linear-gradient(to bottom, #f4762c, #f6822d, #f88f2f, #f99a33, #faa638);
    min-height: 45rem;
}

.bg_box {
    background-color: #FFFFFF;
    border-radius: 15px;
    min-height: 29rem;
    padding: 31px;
}

.brd {
    border-bottom: 2px solid #f46f22;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.advantages {
    background-color: #ff6100c2;
}

.customcont {
    padding-left: 3rem;
    padding-right: 3rem;
}

.mrg_lft {
    margin-right: 8rem;
}

.mrg_lft1 {
    margin-right: 4rem;
}

.acc-container {
    max-width: 700px;
    width: 100%;
}

.acc {
    margin-bottom: 10px;
}

.acc-head {
    background: linear-gradient(45deg, #f28447, #ee6571);
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
}

.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #fff;
    transition: all .3s;
}

.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
}

.acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    color: #fff;
    font-weight: bold;
}

.acc-content {
    padding: 15px 10px;
    display: none;
}

.acc-head.active::before {
    transform: rotate(90deg);
}

.kol {
    width: 47rem;
}

.dug {
    width: 47rem;
}

.textorange {
    color: #F56A46 !important;
    font-size: 1.4rem;
}

.course_container {
    padding-left: 10rem;
    padding-right: 10rem;
}

.common_spacing {
    padding-top: 6rem;
    padding-bottom: 5rem;
}

.com_padding {
    padding-bottom: 5rem;
}

.acc-content {
    box-shadow: 0px 14px 20px rgb(0 0 0 / 12%);
}