﻿* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat,sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #232e33;
    outline: 0;
    line-height: 1.5em;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-size: 26px;
    margin: 0;
    line-height: 1.3em
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #11212e
}

.hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-color: #000;
    width: 25%;
    margin-left: auto;
    margin-right: auto
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    outline: 0 !important;
    color: #f15922;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

    a:active, a:focus, a:hover {
        outline: 0 !important;
        text-decoration: none;
        color: #000
    }

input:focus, textarea {
    outline: 0 !important;
    text-decoration: none
}

img {
    border: 0
}

.img-responsive100 {
    width: 100%
}





.nopd {
    padding-left: 0;
    padding-right: 0
}

.fsize22 {
    font-size: 18px
}

.fsize28 {
    font-size: 28px
}

.fsize24 {
    font-size: 24px
}

.font-weight-300 {
    font-weight: 400 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

li {
    color: #1e1e1e;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

::-moz-selection {
    background-color: #f16f21;
    color: #fff
}

::selection {
    background-color: #f16f21;
    color: #fff
}

::-webkit-input-placeholder {
    color: rgba(0,0,0,.8) !important
}

::-moz-placeholder {
    color: rgba(0,0,0,.8) !important
}

:-ms-input-placeholder {
    color: rgba(0,0,0,.8) !important
}

:-moz-placeholder {
    color: rgba(0,0,0,.8) !important
}

.zindex2 {
    z-index: 2
}

.show {
    display: block !important
}

.text-orange {
    color: #f16e21
}

.text-blue {
    color: #1c2e51
}

.bg-orange {
    background-color: #f16e21
}

.bg-blue {
    /*background-color: #1c2e51;*/
    Background-color: #1f4690;
}

.bg-lightorange {
    /*background-color: #1c2e51;*/
    background-color:#fdeedc;
}

.bg-blue {
    /*background-color: #1c2e51;*/
    Background-color: #1f4690;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#header.sticky .header-absolute {
    background-color: #fff;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%)
}

    #header.sticky .header-absolute .logo img {
        width: 100px
    }

#back-top {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    background-color: #1c2e51;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

    #back-top:after {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f062";
        line-height: 48px;
        -webkit-transition: color .25s ease,-webkit-transform 2s ease;
        transition: color .25s ease,transform 2s ease
    }

    #back-top:hover {
        border-color: transparent;
        background-color: #11212e
    }

        #back-top:hover:after {
            color: #fff
        }

.bc-img01, .home-banner {
    background-image: url(../../images/thankyou-banner.png);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    height: 600px
}

.home-banner {
    background-image: url(../../images/home-banner.png);
}

.sideNavi {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
}

.sideNavi-flex .sideNavi-item .callbg {
    background-color: #c6c6c6;
    color: #010101
}

.sideNavi a {
    background-color: #1c2e51;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 9px 16px;
    margin-bottom: 50px;
    display: block;
    z-index:9;
}

.blog-text > a {
    color: #fff;
    display: inline-block;
    background-color: #1c2e51;
    line-height: 1;
    border-radius: 30px;
    padding: 20px 40px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0);
    transition: color .3s ease 0s;
    vertical-align: middle;
    font-size: 16px
}

    .blog-text > a:hover {
        color: #414042
    }

    .blog-text > a::before {
        border-radius: 30px;
        background-color: #fff;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleX(0);
        transform-origin: 50% 0 0;
        transition-duration: .3s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1
    }

    .blog-text > a:hover::before {
        transform: scaleY(1)
    }

.widget-title h3 {
    position: relative
}

.header .header-absolute {
    position: absolute;
    width: 100%;
    z-index: 10
}

.logo {
    position: relative
}

.logo-right strong a {
    line-height: 1.1;
    color: #1c2e51;
}

.logo-right i {
    margin-top: 5px;
    display: inline-block;
    font-size: 40px;
    position: absolute;
    right:240px;
}

.dsu-form {
    width: 340px;
    padding: 30px 0;
    background-color: rgb(0,0,0,0.5);
    border-radius: 30px
}

.frmBg {
    text-align: center;
    position: relative
}

    .frmBg h4 {
        font-size: 22px;
        line-height: 26px;
        color: #fff;
        display: block
    }

.applyBox {
    margin-top: 0;
    width: 100%;
    display: table
}

.contact_fild {
    padding: 0 10px
}

.contact-fild-box .form-control {
    font-size: 13px;
    color: rgba(0,0,0,.9);
    border: 0;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px 15px;
    height: auto
}

.form-group {
    margin-bottom: 6px
}

.btn_submit {
    background: #fff;
    color: #1c2e51;
    font-size: 20px;
    position: relative;
    border: 0;
    border-radius: 10px;
    padding: 10px 40px;
    margin-top: 10px;
    line-height: normal
}

    .btn_submit:hover {
        background: #1c2e51;
        color: #fff
    }

.contact-fild-box {
    margin-bottom: 10px;
    position: relative
}

    .contact-fild-box.text-center {
        margin-bottom: 0
    }

.dsu-intro {
    position: absolute;
    width: 31%;
    /*top: 20%;*/
    top: 10%;
    z-index: 12;
    right: 0
}

.dsu-addmission {
    margin-top: 174px;
    display: block;
    padding: 0
}

.formIDfid {
    padding: 0 10px
}

.contact-fild-box .form-control option {
    color: #000
}
.programme span, .programme p {
    font-weight: 600;
    font-size: 20px;
}



.succeed-text {
    display: block;
    font-size: 23px;
    line-height: 1.3;
    margin-top: 15px;
    font-weight:600;
}

.admission {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 35px;
    display: block;
}

.dsu-addmission .bannerContent h1 {
    font-size:23px;
    line-height: 1.4;
}

.programme {
    margin-top: 48px;
}

    .dsu-addmission .bannerContent h1 span.font3 {
        font-size: 2.8em;
        line-height: 85px;
    }

.unique__section span {
    background-color: #fff;
    position: relative;
    color: #1c2e51;
    padding: 5px 12px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px
}

    .unique__section span:after {
        position: absolute;
        content: "";
        background-color: #fff;
        width: 20px;
        height: 12px;
        margin: 0 auto;
        bottom: -12px;
        left: 47%;
        clip-path: polygon(0 0,46% 100%,100% 0)
    }

.program__section .program__row_area .program-item .program__icon {
    background-color: #fff;
    border: 2px solid #1c2e51;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    line-height: 92px;
    border-radius: 100%
}

.program__section .program__row_area .program-item p {
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px
}

.program__section .program__row_area .program-item:hover {
    background-color: #1c2e51
}

    .program__section .program__row_area .program-item:hover p {
        color: #fff
    }

.program__section .program__row_area .program-item {
    background-color: #fff;
    border: 2px solid #1c2e51;
    border-radius: 15px;
    padding: 15px 25px;
    min-height: 180px
}

#highlights-slider.owl-carousel .owl-stage-outer {
    padding-top: 40px
}

#highlights-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #1c2e51
}

#highlights-slider.owl-theme .owl-dots .owl-dot.active span, #mentors-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #1c2e51
}

#highlights-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #fff;
    background: #f16e21;
    padding: 0 15px;
    font-size: 50px;
    top: 40%;
    margin: 0;
    border-radius: 0;
    text-align: center
}

#highlights-slider.owl-theme .owl-nav .owl-prev {
    left: -100px
}

#highlights-slider.owl-theme .owl-nav .owl-next {
    right: -100px
}

.industry__section .industry-item .industry-thumb {
    border-radius: 20px;
    overflow: hidden
}

.industry__section .industry-item .industry-content p {
    /*color: #fff;*/
    font-size: 18px;
    padding: 10px
}

.program__section .program__row_area #highlights-slider1 .program-item {
    margin-top: 50px;
    background-color: #fff;
}

    .program__section .program__row_area #highlights-slider1 .program-item:hover {
        background-color: #1c2e51;
    }

        .program__section .program__row_area #highlights-slider1 .program-item:hover p {
            color: #fff;
        }

.industry__section .industry-item {
    padding: 10px
}

    .industry__section .industry-item:hover {
        background-color: #fff;
        padding: 10px;
        border-radius: 30px
    }

        .industry__section .industry-item:hover p {
            color: #1c2e51;
        }

.program__section .program__row_area #highlights-slider1 .program-item p {
    color: #11212e;
    .program__section .program__row_area #highlights-slider1 .program-item
}

.recognitions__section .recognitions_item {
    border-radius: 25px;
    padding: 15px
}

    .recognitions__section .recognitions_item p {
        font-weight: 700;
        font-size: 18px;
        margin-top: 8px
    }

#recognitions-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #fff
}

#recognitions-slider.owl-theme .owl-dots .owl-dot.active span, #recognitions-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.succeeder-content h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 12px;
}

.succeeder-content {
    margin-bottom: 25px;
}

.benefits__section {
    background-color: #eee
}

.talent__section {
    background-image: url(../../images/Admissions.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center
}

    .talent__section .talent__block .talent__flex {
        padding: 8px 15px;
        margin-bottom: 15px;
        border-radius: 8px;
        background-color: rgba(255,255,255,.8);
        display: flex;
        align-items: center
    }

        .talent__section .talent__block .talent__flex .talent__content h6 {
            text-transform: uppercase;
            color: #1c2e51;
            font-size: 18px;
            font-weight: 700
        }

        .talent__section .talent__block .talent__flex .talent__content p {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 600
        }

.footer {
    width: 100%;
    display: table;
    padding: 10px 0;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    line-height: 16px
}

.desktop {
    display: block
}

.mobile {
    display: none
}

ul.listing li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 8px 0;
    padding-left: 35px
}

    ul.listing li:last-child {
        border: 0
    }

    ul.listing li:after {
        color: #fff;
        text-align: center;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 10px;
        background-color: #1c2e51;
        content: "\f00c";
        font-family: 'Font Awesome 5 Pro'
    }

.row {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.placement-highlights .row {
    row-gap: 50px;
}

.font9 {
    font-size: 52px;
}

.recruiters:after {
    content: "";
    background: linear-gradient(to bottom, #f16e21 0%, #dee2e6 100%);
    position: absolute;
    width: 5px;
    height: 100%;
    top: 10px;
    left: 102%;
    display: block;
}

.recruiters-section .row {
    row-gap: 27px;
}

@media only screen and (max-width: 786px) {
    .mobile-num-top {
        display: block !important;
        text-align: center !important;
        padding: 5px 0px;
        background: #eee;
    }

        .mobile-num-top i {
            display: none;
        }

    .dsu-addmission .bannerContent h1 {
        font-size: 21px;
    }

    .succeed-text {
        font-size: 20px;
    }

    .admission {
        font-size: 18px;
    }
}

/*****************Media Query ******************************/
@media only screen and (max-width:1024px) {
    #hero.unique__section-fluid, #hero.container-fluid .row {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:980px) {
   

    .dsu-intro {
        position: relative;
        width: 100%;
        top: 0
    }

    .dsu-addmission {
        margin-top: 0
    }

    .join-section, .section2 {
        background-size: cover
    }

    .mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w-75 {
        width: 100% !important
    }

    .dsu-form {
        margin: 15px auto 15px;
        float: none;
        padding: 20px 0
    }

    .recruiters:after {
        content: none;
    }

    .desktop, .widget-title span {
        display: none
    }

    .mobile {
        display: block
    }

    .companies-section {
        background-size: cover
    }

    .sideNavi {
        position: fixed;
        width: 100%;
        bottom: 0;
        top: auto;
        right: auto;
        left: 0;
        z-index: 2;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .unique__section span {
        display: block
    }

    .sideNavi .sideNavi-flex {
        display: flex
    }

    .sideNavi a {
        display: block;
        text-align: center;
        padding: 12px 2px;
        margin-bottom: 0
    }

    .sideNavi-item {
        width: 100%
    }

    .footer {
        height: 90px;
        font-size: 12px
    }

    .bc-img01 {
        height: auto;
        background-position: top left;
        padding: 65px 0;
        background-size: cover;
        background-image: url(../../images/banner.png)
    }

    .dsu-addmission .bannerContent h1 {
        font-size: 24px
    }

    .dsu-addmission .bannerContent .admContent p {
        font-size: 22px
    }

    .dsu-addmission .bannerContent .admContent {
        margin-top: 7%
    }

    .logo {
        text-align: center
    }

    .dsu-addmission .bannerContent {
        width: 70%
    }

    .row {
        width: auto
    }

    .header .header-absolute {
        position: relative
    }

    .talent__section {
        background-size: cover
    }

    #highlights-slider.owl-theme .owl-nav [class*=owl-] {
        display: none
    }
}


@media(max-width:767.98px){
    .dsu-addmission .bannerContent h1 span.font3 {
        font-size: 1.9em;
        line-height: 1.3;
    }

    .bc-img01 {
        background-image: url(../../images/thankyou-banner.png);
        background-position: 109px 0;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:736px) {
    .bc-img01 {
        /*padding: 65px 0;*/
        padding: 20px 0;
    }

    .container {
        max-width: 100%
    }

    .join-section .joindvItem {
        width: 100%
    }

    #industry-slider.owl-theme .owl-nav [class*=owl-], #recognitions-slider.owl-theme .owl-nav [class*=owl-] {
        display: none
    }
}

@media only screen and (max-width:667px) {
    .join-section .joindvItem .joinContent {
        padding: 30px 20px
    }

        .join-section .joindvItem .joinContent p {
            line-height: 16px;
            font-size: 14px;
            margin-top: 6px
        }

    .join-section .joindvItem:last-child {
        width: 100%
    }

    #recognitions-slider.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        color: #fff;
        background: #000;
        padding: 0 15px
    }

    #recognitions-slider.owl-theme .owl-nav .owl-next {
        right: -5px
    }

    #recognitions-slider.owl-theme .owl-nav .owl-prev {
        left: -5px
    }

    .programs-section {
        text-align: center
    }

        .programs-section .text-justify {
            text-align: center !important
        }

    #client-slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        color: #fff;
        background: #000;
        padding: 3px 10px;
        font-size: 42px;
        top: 50%;
        margin: 0;
        border-radius: 0;
        text-align: center
    }

    #client-slider.owl-theme .owl-nav .owl-prev {
        left: -40px
    }

    #client-slider.owl-theme .owl-nav .owl-next {
        right: -40px
    }

    .client-relative {
        padding: 0 25px
    }

    .about-section .row {
        margin: 0 0
    }
}

@media only screen and (max-width:568px) {
    .loader-inner, .px-5.advantagesBx, .section3 .px-5 {
        padding: 0 15px !important
    }

    .fsize22 {
        margin-top: 14px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 26px
    }

    p {
        font-size: 14px
    }

    ul.listing li {
        font-size: 14px;
        line-height: 20px
    }

    .applyBox {
        margin-top: 0
    }

    .courseContent, .courseThumb {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .course-right, .courseContent {
        margin-top: 20px
    }

    .pattenabsolute {
        left: 82px
    }
}

@media(max-width:485px) {
    .bc-img01 {
        background-position: -89px -24px;
    }
}


@media only screen and (max-width:480px) {
    .join-section .joindvItem .joinContent strong {
        font-weight: 900;
        line-height: 24px;
        font-size: 16px
    }

    .join-section .joindvItem .joinContent p {
        font-size: 12px
    }
}

@media only screen and (max-width:414px) {
    .fsize24, h1, h2, h3, h4, h5, h6 {
        font-size: 20px
    }

    .placement-highlights {
        margin-top: 0px !important;
    }

    .hero-section .bc-img01 {
        background-image: url(../../images/thankyou-banner.png);
        background-position: -27px -24px;
        padding: 41px 0;
        margin-top:24px;
    }

    .font9 {
        font-size: 46px;
    }

    .join-section .joindvItem .joinContent strong {
        font-size: 13px
    }

    .dsu-addmission .bannerContent h1 {
        font-size: 14px
    }

    .placement-highlights .row {
        row-gap: 18px;
    }

 
}

    @media only screen and (max-width:384px) {
        .dsu-form {
            width: 90%
        }

        .hero-section .bc-img01 {
            background-position: -137px -24px;
            
        }

        .dsu-addmission .bannerContent .admContent p {
            font-size: 20px
        }

        .course-section .courseContent {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }


        .dsu-addmission .bannerContent h1 span.font3 {
            font-size: 2.8em;
            line-height: 45px;
        }
    }

    @media only screen and (max-width:360px) {
        .sideNavi a {
            font-size: 12px
        }

        .fsize22 {
            font-size: 17px
        }
    }

    @media only screen and (max-width:320px) {
        .footer {
            font-size: 10px
        }

        .frmBg h4, .fsize24, h1, h2, h3, h4, h5, h6 {
            font-size: 20px
        }

        .dsu-addmission .bannerContent h1 {
            font-size: 14px
        }
    }
}

        .talent__section1 {
            /*background-image: url(../../images/Admissions.webp);*/
            background-size: 100%;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position: center
        }

            .talent__section1 .talent__block .talent__flex {
                padding: 8px 15px;
                margin-bottom: 15px;
                border-radius: 8px;
                background-color: #fff;
                display: flex;
                align-items: center
            }

                .talent__section1 .talent__block .talent__flex .talent__content h6 {
                    text-transform: uppercase;
                    color: #1c2e51;
                    font-size: 18px;
                    font-weight: 700
                }
                .talent__section1 .talent__block .talent__flex .talent__content h2 {
                    text-transform: uppercase;
                    color: #1c2e51;
                    font-size: 22px;
                    font-weight: 700
                }

                .talent__section1 .talent__block .talent__flex .talent__content p {
                    font-size: 14px;
                    line-height: 1.5;
                    font-weight: 600
                }

        .talent__section1 {
            background-size: cover
        }


