body {
    overflow-x: hidden;
    margin: 0px auto;
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

.row {
    margin: 0;
}


/* navbar starts*/

.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}

.bg_red {
    background-color: #F8C300;
}

.bg-blue {
    background-color: #001C54;
}

.bg-yellow {
    background-color: #F8C300;
}

.bg_black {
    background-color: #000;
}


/* navbar ends*/


/* header nav */

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #c42c40 !important;
    font-weight: 500;
    /* border-bottom: 1px solid #C42C40; */
}

a,
a:hover {
    text-decoration: none !important;
    color: #fff;
}

.logo-wd {
    width: 80%;
}


/*Scroll button starts*/

.scroll2 {
    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: 15px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #000000;
    font-weight: 600;
}


/*Scroll button ends*/

:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}

.navbar-light .navbar-toggler {
    border-color: rgb(197 60 64);
}


/* New css  */

button.btn.btn_applynow {
    background-color: #F8C300;
    border-radius: 32px;
    padding: 10px 30px 10px 30px;
    color: #001C54;
    width: fit-content;
}

button.btn.btn_applynow:hover {
    background-color: #fff;
    border-radius: 32px;
    padding: 10px 30px 10px 30px;
    color: #F8C300;
    width: fit-content;
}

button.btn.btn_applynow a {
    color: #001C54;
}

button.btn.btn_applynow a:hover {
    color: #001C54;
}

.banner_top {
    margin-top: 6rem;
}

.text_blue {
    color: #001C54;
}

.head {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

.position-relative {
    position: relative;
    z-index: 2;
}

.big-text {
    color: #F8C300;
    font-size: 100px;
    font-weight: 700;
}

.short-desc {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}

.sec-1 .small-text {
    font-size: 20px;
    color: #fff;
}

.head1 {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
}

.banner-box {
    position: absolute;
    top: 10rem;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 5rem;
}

.banner {
    /* background-image: url("../images/desk.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    background-color: #000000;
}


/* .data {
    background-image: url("../images/big-screen.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */

.banner_form {
    padding: 17px;
    position: absolute;
    /* top: 6rem; */
    top: 10rem;
    right: 3%;
    z-index: 999;
    background-color: #001C54;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 16px;
    width: 24rem;
}


/* 
.form-control {
    text-align: left;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 5px;
    color: #fff;
} */

button#submit_btn {
    background-color: #ffff;
    font-weight: bold;
    color: #000;
}


/* Captch Code Start */

.left-captcha {
    background: #dee7ef;
    padding: 0.5rem;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 0 !important;
    width: 30%;
    text-align: center;
}

.right-captcha {
    background: #dee7ef;
    padding: 0.5rem;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #007bff;
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

span#random1 {
    transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(346deg);
    display: inline-block;
    font-weight: 900;
}

span#random2 {
    transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(24deg);
    display: inline-block;
    font-weight: 900;
}

#captcha_number {
    width: 50%;
}


/* Captcha Code End */

.scroll2 {
    z-index: 9991;
    position: fixed;
    right: -53px;
    bottom: 50%;
    transform: rotate(90deg);
    background: #cb2b2a;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    border-radius: 0;
    box-shadow: 0 3px 14px 2px rgb(0 0 0 / 30%)
}

#mybutton {
    position: fixed;
    bottom: -4px;
    right: 0;
    width: 100%;
    z-index: 999
}


/* .feedback {
    color: #fff;
    padding: 4px 1px 14px 0;
    width: 100%;
    border: none;
    box-shadow: 0 0 10px #cecece
} */

.banner .short-desc {
    margin-bottom: 50px;
}


/* sec-1 start */

.sec-1 {
    background-color: #000;
    padding: 0 0 0 5rem;
    position: relative;
    z-index: 2;
}

.program-sp {
    top: -7rem;
}


/* .sec-1::before{
    content: '';
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
} */

.sec-1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 500px; */
    height: 22%;
    background: linear-gradient(0deg, rgba(20, 7, 75, 1) 0%, rgba(20, 7, 75, 0) 100%);
    z-index: 1;
}

.sec-1 ul li {
    font-size: 32px;
    color: #F8C300;
    font-weight: 700;
    margin-top: 30px;
}

.about-right {
    background-image: url("../images/bg-about.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-1__boy-img {
    width: 80%;
    float: right;
}


/* sec-1 end */


/* sec-2 start */

.sec-2 {
    background-color: #14074B;
}

.para {
    overflow-y: auto;
    max-height: 100px;
}


/* Webkit browsers */

.para::-webkit-scrollbar {
    width: 3px;
    /* display: none; */
}

.para::-webkit-scrollbar-track {
    background: #D2D2D2;
    width: 1px;
    /* background of the scrollbar track */
    border-radius: 10px;
    /* rounded corners of the track */
}

.para::-webkit-scrollbar-thumb {
    background: #001C54;
    width: 5px;
    /* color of the scrollbar thumb */
    border-radius: 10px;
    /* rounded corners of the thumb */
}

.para::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* color of the scrollbar thumb on hover */
}


/* For Firefox */


/* For Edge and IE */

.para {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sec-2 .head1 {
    margin-bottom: 50px;
}

.box-list__wrapper {
    padding: 0px 5% 0px 28%;
    background-image: url("../images/sec-2-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 890px;
}

.owl-carousel .owl-nav {
    position: relative;
    width: fit-content;
    bottom: 350px;
    left: -35%;
}

.owl-carousel .owl-item img {
    width: 150px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: relative;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    display: none;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #001C54;
    font-size: 46px;
    border: 1px solid #001C54;
    font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover::before,
.owl-carousel .owl-next:hover::before {
    background-color: #F8C300;
}

.owl-carousel .owl-prev:active::before,
.owl-carousel .owl-next:active::before {
    background-color: #F8C300;
}

.owl-carousel .owl-prev::before {
    content: "\f177";
}

.owl-carousel .owl-next::before {
    content: '\f178 ';
}

.owl-carousel .owl-prev {
    left: 0;
}

.owl-carousel .owl-next {
    left: 135px;
}


/* .box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.com-box-1,
.com-box-2,
.com-box-3 {
    width: 100%;
}

.com-box-2 {
    padding-top: 100px;
}

.com-box-3 {
    padding-top: 200px;
} */


/* .box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.box-list__item {
    display: flex;
    flex-wrap: wrap;
}

.com-box-1,
.com-box-2,
.com-box-3 {
    width: 32%;
}

.p-100 {
    padding-top: 100px;
    margin-left: 1.5%;
}

.p-200 {
    padding-top: 200px;
    margin-left: 1.5%;
}

.com-box-item {
    width: 100%;
    padding: 20px;
    box-shadow: inset 0px 0px 44px 20px #D2D2D2;
    border-radius: 20px;
    text-align: center;
    background-color: #FFFFFF;
}

.com-box-item:hover {
    background-color: #DBAC00;
    box-shadow: inset 0px 0px 44px 20px #957500;
}

.com-box-item+.com-box-item {
    margin-top: 25px;
}

.com-box-item h6 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.com-box-item p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}


/* sec-2 end */


/* sec-3 start */

.sec-3 {
    background-image: url("../images/sec-3-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -1px;
    padding: 2rem 4rem 0 4rem;
}

.para-box {
    color: #fff;
    padding-top: 6rem;
}

.para-box__location {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.para-box h6 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.para-box p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}

.acd-box1 {
    background-image: url("../images/acd1.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.acd-box2 {
    background-image: url("../images/acd2.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.top-size {
    padding-top: 10%;
}

.top-size .head1 {
    margin-left: 60px;
}

.acd-box1 h5,
.acd-box2 h5 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-top: 60px;
}

.acd-box1 p,
.acd-box2 p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

.mr-spac {
    margin-top: -10rem;
}

.bottom-s {
    border-radius: 50px;
    background-color: #F8C300;
    padding: 6px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.listing-s {
    margin-top: 4rem;
}

.listing-s h4 {
    margin-bottom: 2rem;
}

.bottom-s h6 {
    width: calc(100% - 105px);
    font-size: 21px;
    font-weight: 400;
    color: #000;
    margin-left: 20px;
}

.bottom-s span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.sec-3__duration {
    background-image: url("../images/duration-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 15px 25px 110px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    width: fit-content;
    word-break: break-all;
}

.sec-3__duration span {
    font-size: 36px;
    color: #F8C300;
}


/* sec-3 end */


/* sec-4 start */

.sec-4 {
    background-image: url("../images/learning-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4rem;
}

.sec-4 .head1 {
    color: #001C54;
    margin-bottom: 3rem;
}

.border-left {
    padding-left: 80px;
}

.learn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.learn p {
    margin-top: 20px;
    font-size: 21px;
}

.learn img {
    width: 120px;
}

.sec-4 .learn__border {
    position: relative;
    /* height: 100px; */
}

.sec-4 .learn__border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background-color: #000000;
}

.career {
    width: 80%;
    margin: 0 auto;
    margin-top: 9rem;
    background-color: #001C54;
    border-radius: 90px;
    border: 12px solid rgba(255, 255, 255, 0.20);
}

.career .head1 {
    color: #fff;
}

.career-box {
    margin-top: 2rem;
    padding: 1rem 1rem 1rem 4rem;
}

.career-box-1 {
    justify-content: flex-end;
    display: flex;
}

.box-img {
    margin-top: -4rem;
}

.career-box ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}

.career-box ul li p {
    margin-bottom: 0;
    margin-left: 20px;
}

.career-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* sec-4 end */


/* sec-5 start */

.sec-5 {
    background-image: url("../images/opprtunity.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1rem 4rem 35rem;
    text-align: center;
}

.ct {
    background-image: url("../images/contct-us.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 10px 55px 0;
    width: 55%;
    margin: 0 auto;
}

.ct h6 {
    margin-top: -4rem;
    font-size: 30px;
    color: #000;
    font-weight: 400;
}

.ct a {
    color: #000;
    text-decoration: underline !important;
}

.ct a:hover {
    color: #001C54;
    text-decoration: underline !important;
    font-weight: 700;
}

.ct .ct-para {
    font-size: 30px;
    color: #000;
    font-weight: 400;
}

.sec-5 h4 {
    color: #001C54;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.sec-5 p {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
}


/* sec-5 end */

.ftp p {
    font-size: 20px;
}

.video-part {
    position: relative;
    width: 100%;
    height: 730px;
}

.video-part video {
    width: 100%;
}

.banner-text {
    transform: translate(-50%, 0px);
    left: 25%;
    z-index: 99;
    position: absolute;
    top: 20%;
    color: #fff;
    width: 39%;
}