
@charset "utf-8";
/* CSS Document */
body {
    font-family: "Poppins", sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
    font-family: "Poppins", sans-serif;
}
ul{
    list-style-type:none;
}   
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
    text-decoration:none;
    outline:none;
}

.color_light_blue {
    color: #2B72EE;
}
.color_blue {
    color: #15253E;
}
.blue_back{
    background:#15253E;
}
.bluelight_back{
    background:#2B72EE;
}
.link_color {
    color: #15253E;
    font-weight: 600;
    opacity: 0.8;
    transition: all ease .3s;
}
.link_color:hover {
    opacity: 1;
    color: #15253E;
}
.btn-style-one {
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    color: #000;
    padding: 10px 35px;
    transition: all ease .3s;
    transform: scale(1);
    width: 100%;
    box-shadow: 0px 0px 12px 0px #727272;
}
 .btn-style-one:hover {
    transition: all ease .3s;
    transform: scale(0.96);
}
 .btn-style-two {
    font-size: 18px;
    font-weight: 700;
    background: #15253E;
    color: #fff;
    padding: 10px 65px;
    transition: all ease .3s;
    transform: scale(1);
}
 .btn-style-two:hover {
    color: #fff;
    transition: all ease .3s;
    transform: scale(0.96);
}
.scale_image_design_one {
    position: relative;
    overflow: hidden;
}
.scale_image_design_one img {
    transform: scale(1);
    transition: all ease .3s;
}
.scale_image_design_one:hover img {
    transform: scale(0.96);
    transition: all ease .3s;
}
.apply-now {
    position: relative;
}

/*#################################### Font ###################################*/





/* top bar start  */


.firstNavbar {
    background: lch(86.69 0.02 356.63 / 0.5);
}

.firstNavbar .navbar .navbar-brand {
    font-size: 14px;
}

.firstNavbar .navbar .navbar-brand a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.firstNavbar .navbar-toggler-icon {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.firstNavbar nav a {
    color: #000;
    font-weight: 500;
}

.secondNavbar .navbar {
    position: static !important;
}

.secondNavbar .navbar .navbar-brand {
    font-size: 35px;
    letter-spacing: 0;
}

.secondNavbar .navbar .nav-link {
    font-size: 16px;
    margin: 0px 5px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.secondNavbar .navbar .nav-link:hover {
    /*font-weight:bold;*/
    color: #fff;
}

.secondNavbar .navbar-toggler {
    border: 0;
    color: #fff;
}

.secondNavbar .navbar .navbar-brand {
    width: 250px;
}

.secondNavbar nav a img {
    width: 100%;
}

.secondNavbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.secondNavbar .dropstart:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.secondNavbar li.nav-item.dropdown:hover>ul.dropdown-menu {
    display: block;
}

.secondNavbar {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 48px;
    z-index: 1;
    background: rgb(0 0 0 / 68%);
}


@media (min-width:300px) and (max-width:991px) {
    .firstNavbar .contact-us {
        display: none;
    }

    .secondNavbar .dropstart:hover .dropdown-menu {
        /*display: block;*/
    }

    .secondNavbar .dropdown .dropdown-menu {
        position: relative;
        left: 0;
        right: 0 !important;
    }

    .secondNavbar .dropstart .dropdown-menu {
        z-index: -1;
    }

    .secondNavbar .dropstart .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: 0;
        content: "";
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .secondNavbar .dropstart .dropdown-toggle::before {
        display: none;
    }

    .secondNavbar li.nav-item.dropdown:hover>ul.dropdown-menu {
        background: #0000000f;
        color: #fff;
        border: 0;
        border-radius: 0;
    }

    .secondNavbar .dropstart .dropdown-menu {
        background: #0000000f;
        color: #fff;
        border: 0;
        border-radius: 0;

    }

    .secondNavbar .dropstart {
        padding: 0 1rem;
    }

    .secondNavbar li.nav-item {
        padding: 0 1rem;
    }

    .secondNavbar .navbar .nav-link {
        margin: 0px 0px;
        color: #000 !important;
    }

    .navbar-collapse {
        background: #fff;
    }



}

@media (min-width:300px) and (max-width:767px) {
    .firstNavbar .contact-us {
        display: none;
    }

    .firstNavbar li.login-con span {
        /*display: none;*/
    }

    .firstNavbar .navbar .navbar-brand a {
        font-size: 12px;
    }

    .secondNavbar .navbar .navbar-brand {
        width: 200px;
    }


}

@media screen and (min-width: 769px) {
    .dropstart:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
    }
}

/* top bar end  */




/*course banner starts*/
section.course-banner {
    position: relative;
    padding: 60px 60px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: calc(100vh - 50px);
}
section.course-banner h1 {
    font-size: 68px;
    color: #fff;
    font-family: serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
        z-index: 1;
}

/*course banner ends*/


/*overview section starts*/
section.overview-section {
    position: relative;
    padding: 40px 0;
}

section.overview-section .over-image {
    right: 0;
    margin-top: -450px;
    position: absolute;
    width: 30%;
}
section.overview-section .overview-box {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
}
section.overview-section h2 {
    font-size: 28px;
    background: #0099CC;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin-bottom: 20px;
    font-weight: 700;
}
section.overview-section .overview-box p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
section.overview-section .eligibility-box {
    padding: 40px;
}
section.overview-section .eligibility-box p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
section.overview-section .eligibility-box .eligible-para {
    background: #000;
    padding: 15px 20px;
    color: #fff;
    width: fit-content;
}
section.overview-section .eligibility-box p span {
    background: #263787;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    margin-right: 5px;
}




/*overview section ends*/





/*scope section starts*/
section.scope-section {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}
section.scope-section h2 {
    font-size: 28px;
    background: #0099CC;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin-bottom: 20px;
    font-weight: 700;
}
section.scope-section p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
section.scope-section h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}
section.scope-section .course-off-box ul {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
section.scope-section .course-off-box ul li {
    width: calc(33.33% - 10px);
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: lch(0 0 0 / 0.34);
    transition: all ease .3s;
}

section.scope-section .course-off-box ul li:nth-child(4n) {
    width: calc(50% - 10px);
}
section.scope-section .course-off-box ul li:nth-child(5n) {
    width: calc(50% - 10px);
    margin-right: 0;
}
section.scope-section .course-off-box ul li h4 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all ease .3s;
}
section.scope-section .course-off-box ul li h4 span {
    display: block;
    font-size: 46px;
    margin-right: 20px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    font-weight: 900;
    transition: all ease .3s;
}
section.scope-section .course-off-box ul li:hover {
    background: #fff;
}
section.scope-section .course-off-box ul li:hover h4{
    color: #263787;
}
section.scope-section .course-off-box ul li:hover h4 span {
    color: #263787;
    -webkit-text-stroke: 2px #263787;
}
section.scope-section .custom-table thead {
    background: #fff;
    border-bottom: 30px solid #0099cc;
}
section.scope-section .custom-table {
    background-color: #0099CC;
    color: #000;
    margin: 0;
    border-collapse: separate;
    border-spacing: 20px;
}
section.scope-section .custom-table th {
    background-color: transparent;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 15px 10px;
    vertical-align: middle;
}
section.scope-section .table-wrapper {
  background: #0099cc;
  padding: 10px 0;
}
section.scope-section .custom-table td {
    border: none;
    vertical-align: middle;
    padding: 0px 15px;
    width: 25%;
    max-width: 25%;
        background: hsl(0deg 0% 100% / 33%);
}
section.scope-section .custom-table td p {
    font-size: 16px;
    color: #000;
    margin: 0;
    /*background: hsl(0deg 0% 100% / 33%);*/
    padding: 10px;
    font-weight: 500;
}
section.scope-section .custom-table td:first-child p {
    font-weight: 700;
    margin-left: 0;
}
section.scope-section .custom-table td:last-child p {
    margin-right: 10px;
}
section.scop-three-section ul li {
    width: 100% !important;
    margin-right: 0 !important;
}



/*scope section ends*/




/*Job opportunities section starts*/

section.job-opp-section {
    position: relative;
    padding: 60px 0;
    background: #000;
    border-top: 50px solid #fff;
}
section.job-opp-section h2 {
    font-size: 28px;
    background: #0099CC;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin: 0 auto 20px;
    font-weight: 700;
}
section.job-two-opp-section .row > div {
    max-width: 14.2%;
    padding: 0 5px;
}
section.job-opp-section .job-dv {
    background: #263787;
    padding: 15px;
    text-align: center;
    height: 100%;
}

section.job-two-opp-section .job-dv {
    padding: 15px 5px;
}
section.job-opp-section .job-dv img {
    height: 65px;
    margin-bottom: 15px;
}
section.job-opp-section .job-dv h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}





/*Job opportunities section ends*/




/*Top Recruiters section starts*/

section.top-rec-section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}
section.top-rec-section h2 {
    font-size: 28px;
    background: #0099CC;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin: 0 auto 20px;
    font-weight: 700;
}

section.top-rec-section .recruiters-wrapper {
    overflow: hidden;
    background: linear-gradient(90deg, #263187, #2DB7FF);
    padding: 30px 0;
}

section.top-rec-section .recruiters {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
}

section.top-rec-section .recruiters span {
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 26px;
    border-right: 2px solid #000;
    padding: 10px 50px;
    text-align: center;
}

/* Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




/*Top Recruiters section ends*/








/*benefits section starts*/

section.benefits-section {
    position: relative;
    background: linear-gradient(90deg, #263187, #2DB7FF);
    padding: 60px 0;
    border-bottom: 20px solid #fff;
}
section.benefits-section ul {
    list-style: disc;
    padding-left: 30px;
}
section.benefits-section ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
section.benefits-section h2 {
    font-size: 28px;
    background: #0099CC;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin: 0 0 20px;
    font-weight: 700;
}

/*benefits section ends*/




/*difference section starts*/
section.difference-section {
    position: relative;
    padding: 60px 0;
    background: rgb(0 153 204 / 24%);
}
section.difference-section h2 {
    font-size: 28px;
    background: #0099CC;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin: 0 auto 20px;
    font-weight: 700;
}
section.difference-section .diff-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
section.difference-section .table {
    border-collapse: separate;
    border-spacing: 20px;
}
section.difference-section .table th, 
section.difference-section .table td {
    background: rgb(0 0 0 / 39%);
    border: none;
    padding: 20px;
    font-size: 20px;
    vertical-align: middle;
}
section.difference-section .table thead th {
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

section.difference-section .table td:first-child {
    text-align: center;
    font-weight: 700;
}

/*difference section ends*/




/*---------------------------------------------------------
=================Footer CSS Starts====================
---------------------------------------------------------*/

section.footer_apply_section {
    position: relative;
    z-index: 1;
}
footer.footer_wrap {
    padding: 80px 0 0;
    background: #15253E;
    position: relative;
    margin-top: -0;
}
footer.footer_wrap h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
footer.footer_wrap ul {
    padding-left: 0px;
    margin-top: 15px;
}
footer.footer_wrap ul li a {
        display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    transition: all ease .3s;
}
footer.footer_wrap ul li a:hover {
    color: #ffffffb0;
}
footer.footer_wrap .quick_links ul li {
    margin-bottom: 5px;
}
footer.footer_wrap .copyright_text {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ffffffb0;
    margin-top: 30px;
}
footer.footer_wrap .copyright_text p {
    font-size: 14px;
    color: #ffffffc2;
    margin: 0;
}

footer.footer_wrap .footer_contact_sec ul li {
    /* display: inline-block; */
    margin-bottom: 15px;
    text-indent: -8px;
    margin-left: 18px;
}
footer.footer_wrap .footer_contact_sec ul li:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
.footer_img {
    margin-bottom: 40px;
}


}

/*---------------------------------------------------------
=================Footer CSS Ends====================
---------------------------------------------------------*/


@media screen and (max-width: 1399.98px) {
section.overview-section .over-image {
    margin-top: -410px;
    width: 35%;
}


}

@media screen and (max-width: 1299.98px) {
section.scope-section .custom-table td p {
    padding: 15px 5px;
}

}
@media screen and (max-width: 1199.98px) {


}
@media screen and (max-width: 1099.98px) {
.secondNavbar .navbar .navbar-brand {
    width: 200px;
}
section.overview-section h2,
section.scope-section h2,
section.job-opp-section h2,
section.top-rec-section h2,
section.benefits-section h2,
section.difference-section h2 {
    font-size: 24px;
}
section.overview-section .overview-box p {
    font-size: 16px;
}

section.overview-section .eligibility-box p {
    font-size: 16px;
}
section.scope-section p {
    font-size: 16px;
}
section.scope-section .course-off-box ul li h4 {
    font-size: 20px;
}
section.scope-section .custom-table td p {
    font-size: 14px;
}
section.top-rec-section .recruiters span {
    font-size: 18px;
    padding: 10px 30px;
}
section.job-two-opp-section .row > div {
    max-width: 25%;
    padding: 0 5px;
    margin: 5px 0 !important;
}
section.job-two-opp-section {
    padding: 60px 15px;
}
}

@media screen and (max-width: 991.98px) {
.secondNavbar {
    top: 40px;
}
.firstNavbar {
    padding-right: 15px;
}

section.job-opp-section .job-dv img {
    height: 55px;
}
section.job-opp-section .job-dv h3 {
    font-size: 16px;
}
section.course-banner h1 {
    font-size: 48px;
}
section.difference-section .table thead th {
    font-size: 18px;
    line-height: normal;
}
section.difference-section .table th, section.difference-section .table td {
    padding: 10px;
    font-size: 16px;
}

}
@media screen and (max-width: 767.98px) {
.secondNavbar {
        top: 56px;
    }
section.course-banner h1 {
    font-size: 30px;
}
section.course-banner {
    padding: 60px 20px 30px;
    height: calc(50vh - 40px);
}
    section.job-two-opp-section .row > div {
        max-width: 50%;
    }
section.overview-section .over-image {
    margin-top: -150px;
    width: 35%;
}

section.overview-section .overview-box {
     padding: 40px 15px;
}
section.overview-section .overview-box p {
    font-size: 14px;
}
section.overview-section .eligibility-box {
    padding: 40px 15px 0;
}
section.overview-section .eligibility-box p {
        font-size: 14px;
    }

section.overview-section .eligibility-box p span {
    margin: 0px 0 10px;
    width: 24%;
    display: inline-block;
    text-align: center;
}

section.scope-section p {
        font-size: 14px;
    }

section.scope-section h3 {
    font-size: 20px;
}
section.scope-section .course-off-box ul li {
    width: calc(100% - 0px) ! IMPORTANT;
    margin-right: 0;
}
section.scope-section .course-off-box ul li h4 {
        font-size: 16px;
    }
section.scope-section .course-off-box ul li h4 span {
    font-size: 34px;
    margin-left: 15px;
}
section.scope-section .custom-table td {
    padding: 0px 5px;
    /*min-width: 170px;*/
}

section.scope-section .custom-table td:nth-child(2n) {
    min-width: 20px;
    width: 20px;
    max-width: 20px;
}
section.scope-section .custom-table td p {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.scope-section .custom-table td:nth-child(3n) {
    min-width: 140px;
}
section.scope-section .custom-table td:nth-child(4n) {
    min-width: 165px;
}
section.scope-section .custom-table td:last-child p {
    margin-right: 5px;
}

section.scope-section .custom-table th {
    font-size: 14px;
    padding: 10px 5px;

}
section.job-opp-section .job-dv {
    padding: 10px 5px;
}
section.job-opp-section .job-dv img {
    height: 40px;
    margin-top: 10px;
}
section.job-opp-section .job-dv h3 {
        font-size: 14px;
    }
section.job-opp-section .row > div:nth-child(odd) {
    padding-right: 5px;
}
section.job-opp-section .row > div:nth-child(even) {
    padding-left: 5px;
}
section.job-opp-section .row > div {
    margin: 5px 0 !important;
}
section.top-rec-section .recruiters span {
        font-size: 16px;
        padding: 10px 15px;
}
section.benefits-section ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

section.difference-section .table thead th {
     font-size: 14px;     
    }

   section.difference-section .table {
    border-spacing: 5px;
} 
section.difference-section .table th, section.difference-section .table td {
                font-size: 14px;
        line-height: normal;
    }
section.scope-section .custom-table {
    border-spacing: 5px;
}

}