@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.dniWrap * {
    font-family: Roboto;
}

.sliderWrap {
    margin: 0 !important
}

p {
    font-family: Roboto !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.pl-72 {
    padding-left: 57px
}

.pl-0 {
    padding-left: 0;
    padding-right: 72px;
}

.img {
    max-width: 100%;
}

.d-flex {
    display: flex;
}

.lineTitle {
    font-weight: 700;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    color: #47499E;
    margin: 0;
    position: relative;
    display: flex;
    line-height: 1;
}

    .lineTitle:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #47499E;
        margin: auto;
        opacity: 0.5;
        margin-left: 20px;
    }

.slick-prev,
.slick-next {
    height: auto;
    width: auto;
}

    .slick-next::before,
    .slick-prev::before {
        display: none;
    }

.slick-prev {
    right: -60px;
    left: auto;
}

.slick-next {
    left: -60px;
    right: auto;
}

.aplyBtn {
    border-radius: 25px;
    background: linear-gradient(94deg, #017BED 1.09%, #F61CA0 100%);
    width: 146px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    border: none;
}

    .aplyBtn:hover, .aplyBtn:focus {
        background: linear-gradient(94deg, #F61CA0 1.09%, #017BED 100%);
        text-decoration: none;
        color: #fff;
    }

.bordrBtn {
    border-width: 1px;
    background: linear-gradient(94deg, #017BED 1.09%, #F61CA0 100%);
    border-radius: 25px;
    display: block;
    max-width: 300px;
    padding: 1px;
    margin: 40px auto 5px;
}

    .bordrBtn span {
        background: #fff;
        color: #47499E;
        font-size: 15px;
        border-radius: 25px;
        padding: 10px 15px;
        font-weight: 700;
        justify-content: center;
        display: flex;
        align-items: center;
    }

        .bordrBtn span img {
            margin-left: 10px;
        }

    .bordrBtn:hover {
        text-decoration: none;
    }

        .bordrBtn:hover span {
            background: transparent;
            color: #fff;
        }

.dniWrap .tabSection {
    margin-top: 25px;
}

.mainSlider img {
    width: 100%;
    display: block;
}

.topslider .slick-next {
    left: 30px;
    z-index: 1;
}

.topslider .slick-prev {
    right: 30px;
    z-index: 1;
}

.topslider .slick-next,
.topslider .slick-prev {
    border: 1px solid #47499e;
    border-radius: 7px
}

.sliderWrap iframe {
    display: flex;
}

.slidrContent {
    padding: 5% 32px 24px 10%;
}

    .slidrContent img {
        max-width: 300px;
    }

    .slidrContent h2 {
        color: #47499E;
        font-family: Roboto;
        font-size: 55px;
        font-style: normal;
        /*max-width: 650px;*/
        margin: 0;
        font-weight: 700;
        line-height: normal;
    }

    .slidrContent h3 {
        color: #333;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 134.523%;
    }

.slick-dots {
    bottom: 20px;
}

    .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 3px;
    }

        .slick-dots li button {
            background: #fff;
            height: 5px;
            padding: 0;
            width: 8px;
            border-radius: 4px;
        }

            .slick-dots li button:before {
                display: none;
            }

        .slick-dots li.slick-active button {
            width: 30px;
        }

.about-col {
    background: url(../../Diversity-Inclusion/images/bg-web.webp) no-repeat center center;
    padding: 60px 0;
    background-size: cover;
}

    /*.play-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.play-btn-wrap img {
    cursor: pointer;
}
.play-btn-wrap iframe{width:100%;min-height: 250px;max-width: 500px;margin: 20px auto 0;display: none;}
*/
    .about-col h2 {
        color: #47499E;
        font-size: 42px;
        font-weight: 700;
        margin: 0 0 30px;
    }

    .about-col h3 {
        color: #333;
        font-size: 32px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        margin: 0;
    }

    .about-col p {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        margin: 25px 0 45px;
        line-height: 1.5;
    }

        .about-col p i {
            color: #47499e;
            font-size: 18px;
            font-style: italic;
            font-weight: 500;
            font-family: Roboto !important;
        }

.ceoMsgCol {
    background: url(../../images/ceoBg.png) no-repeat left center #0C88A4;
    padding: 60px 72px;
}

    .ceoMsgCol .lineTitle {
        color: #fff
    }

        .ceoMsgCol .lineTitle:after {
            border-color: rgba(255, 255, 255, 0.5);
        }

.ceoMsgWrap {
    display: flex;
    align-items: flex-start;
    padding: 45px 22px 0;
}

.ceoImg {
    border-radius: 100%;
    border: 12px solid #fff;
    max-width: 237px;
    min-width: 237px;
    width: 100%;
    margin-top: 45px;
}

    .ceoImg img {
        border-radius: 100%;
        max-width: 100%;
    }


.ceoMsgWrap p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.ceoMsgWrap h5 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 20px 0 0;
}

.ceoMsgWrap p strong {
    font-weight: 500;
}

.ceoContent {
    padding: 45px 0 0 45px;
}

.whiteBgCol {
    background: url(../../images/gcBg.png) no-repeat center center;
    padding: 60px 72px;
    background-size: cover;
}

    .whiteBgCol .lineTitle::after {
        left: 320px;
    }

    .whiteBgCol p {
        font-size: 18px;
        margin-top: 22px;
        font-weight: 300;
        line-height: 1.5;
    }

.toggleContent {
    position: relative;
}

.whiteBgCol p.hiddenText {
    max-height: 78px;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
}

    .whiteBgCol p.hiddenText:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    }

    .whiteBgCol p.hiddenText.show {
        max-height: unset;
        background: none;
    }

        .whiteBgCol p.hiddenText.show:after {
            display: none;
        }

.whiteBgCol .toggleContent .toggle {
    text-align: center;
    color: #47499E;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    display: block;
    cursor: pointer;
    margin-bottom: 24px;
}

.whiteBgCol .tabSection p {
    margin: 25px 0;
}

.tabSection ul.nav {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabSection li a {
    background: #fff;
    min-width: 300px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #47499E;
    border: 1px solid #017BED;
}

.tabSection li.active {
    z-index: 1;
}

.tabSection .nav-pills > li.active > a,
.tabSection .nav-pills > li.active > a:hover,
.tabSection .nav-pills > li.active > a:focus {
    background: linear-gradient(94deg, #017BED 1.09%, #F61CA0 100%);
    border: 1px solid transparent;
}

.tabSection li:first-child a {
    border-radius: 25px 0 0 25px;
    border-right: none;
}

.tabSection li:last-child a {
    border-radius: 0 25px 25px 0;
    margin-left: -5px;
    border-left: none;
}

.tabSection .tab-content .tab-pane,
.tabSection .tab-content > .active {
    display: block;
}

.tabSection .tab-content .tab-pane {
    height: 1px;
    overflow: hidden;
}

.tabSection .tab-content > .active {
    height: auto;
    overflow: visible;
}


.innerSlider2, .innerSliderUnnati {
    max-width: 95%;
    margin: 0 auto 20px;
}


    .innerSlider2 .slick-slide img,
    .innerSliderUnnati .slick-slide img {
        border-radius: 15px;
        max-width: 100%;
        margin: 0 auto;
        width: 96%;
    }


.whiteBgCol.psyCol {
    background-image: url(../../images/sppBg.png);
}


.whiteBgCol.darkWhiteBgCol {
    background: #fff;
}

    .whiteBgCol.darkWhiteBgCol p.hiddenText {
        margin-top: 0px
    }

    .whiteBgCol.darkWhiteBgCol h4 {
        font-size: 24px;
        font-weight: 600;
        margin: 45px 0 10px;
    }

.whiteBgCol.unnatiBgCol {
    background-image: url(../../images/untiBg.jpg);
    background-color: #47499E;
    background-position: bottom center;
}

    .whiteBgCol.unnatiBgCol .lineTitle {
        color: #fff;
    }

        .whiteBgCol.unnatiBgCol .lineTitle::after {
            background: #fff;
            left: 140px;
        }

    .whiteBgCol.unnatiBgCol p.hiddenText {
        color: #fff;
        background: linear-gradient(180deg, #FFF 0%, rgba(51, 51, 51, 0.00) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /*        max-height: 55px;*/
    }

        .whiteBgCol.unnatiBgCol p.hiddenText.show {
            max-height: unset;
        }

        .whiteBgCol.unnatiBgCol p.hiddenText:after {
            display: none;
        }

        .whiteBgCol.unnatiBgCol p.hiddenText.show {
            color: #fff;
            background: none;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: unset;
        }

    .whiteBgCol.unnatiBgCol .toggleContent .toggle {
        color: #fff;
        margin-bottom: 22px;
    }

.shortGalryWrap {
    max-width: 96%;
    margin: 0 auto 30px;
}

    .shortGalryWrap i {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .shortGalryWrap iframe,
    .shortGalryWrap img {
        width: 100%;
        display: block;
        border-radius: 8px;
    }

    .shortGalryWrap .row .imgCover {
        padding: 6px 0;
    }

    .shortGalryWrap .row .row .imgCover {
        padding: 3px 0;
    }

    .shortGalryWrap .row {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        margin-left: -6px;
        margin-right: -6px;
    }

    .shortGalryWrap .col-sm-6,
    .shortGalryWrap .container-fluid {
        padding-left: 6px;
        padding-right: 6px;
    }

.whiteBgCol.testimonials-wrap {
    background: #0C88A4;
    padding-bottom: 90px;
}

    .whiteBgCol.testimonials-wrap .lineTitle {
        color: #fff;
    }

        .whiteBgCol.testimonials-wrap .lineTitle:after {
            border-color: #fff;
        }

.slick-dotted.slick-slider.tetiSlider {
    max-width: 90%;
    margin: 47px auto 0;
}

.sliderInr {
    display: flex;
    background: url(../../images/icons/coma.svg) no-repeat 96% 87% #fff;
    position: relative;
    padding: 45px 80px 38px 180px;
    margin-left: 117px;
    border-radius: 12px;
    min-height: 320px;
}

.tetiSlider .slick-dots {
    bottom: -40px;
}

.sliderInr p {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.sliderInr h4 {
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: 600;
}

.imgWrap {
    position: absolute;
    left: -117px;
    max-width: 234px;
    border: 10px solid #fff;
    border-radius: 100%;
    fill: #FFF;
    filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.10));
}

    .imgWrap img {
        max-width: 100%;
        border-radius: 100%;
    }

.whiteBgCol.awardBgCol {
    background: #F5F5F5;
    padding-bottom: 42px
}

.awardSlider {
    padding: 53px 33px 0;
}

.whiteBgCol.awardBgCol .lineTitle::after {
    left: 150px;
}

.awardSlide {
    padding: 0 5px 30px;
    margin: 0;
}

.awardCol {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 10px 10px;
    min-height: 270px;
}

    .awardCol img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
    }

    .awardCol p {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        line-height: 22px;
        text-align: center;
        margin-bottom: 0;
    }

.awardSlider .slick-prev {
    right: -20px
}

.awardSlider .slick-next {
    left: -20px
}


.darkWhiteBgCol.connectCol {
    padding: 40px 72px 51px;
}

/*
.connectCol .nav {
    margin-bottom: 25px;
}

.connectCol .nav-tabs>li>a {
    color: #47499E;
    font-size: 14px;
    font-weight: 700;
    border: none;
}


.connectCol .nav-tabs>li.active>a,
.connectCol .nav-tabs>li.active>a:hover,
.connectCol .nav-tabs>li.active>a:focus {
    border: none;
    border-radius: 0;
    color: #47499E;
}

.connectCol .nav-tabs>li.active>a:after {
    content: '';
    height: 3px;
    background: linear-gradient(94deg, #017BED 1.09%, #F61CA0 100%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
}

.connectCol .nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
    border: none;
}

.connectCol .nav-tabs>li {
    margin-bottom: -2px;
}*/

.tabCol {
    border-radius: 12px;
    border: 1px solid #DBDBDB;
    padding: 26px 38px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.connectCol .row {
    display: flex;
    margin-top: 40px;
}

.blueCol {
    background: #D6F6F9;
}


.orngCol {
    background: #FEF4E8;
}

.tabCol h3 {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

.tabCol p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 20px;
}

.tabCol.orngCol p:nth-child(2) {
    margin-bottom: 5px
}

.tabCol p a {
    color: #017BED;
    font-weight: 700;
    text-decoration: underline;
}

.connectCol .input-group {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .connectCol .input-group .form-control {
        max-width: 377px;
        margin-right: 21px;
        border-radius: 25px;
        border: 1px solid #017BED;
        background: #FFF;
        height: 40px;
        font-size: 14px;
        color: #333;
        font-family: Roboto;
        font-style: italic;
    }

.connectCol .aplyBtn {
    margin: auto auto 0;
}

/*
.whiteBgCol.darkWhiteBgCol.connectCol h4{
  margin: 18px 0 40px;
}
*/


/**/
.revSliderWrap {
    max-width: 90%;
    margin: 0 auto;
}

/*.rev_slider.slick-slider {
  margin-left: -15%;
  margin-right: -15%;
}
*/
.rev_slider.slick-slider {
    margin-left: 0%;
    margin-right: 0%;
}

.rev_slider .slick-list {
    /*  padding-top: 10%!important;
  padding-bottom: 10%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;*/
    padding-left: 25% !important;
    padding-right: 25% !important;
    /*  max-width: 1115px;*/
    max-width: 100%;
    margin: 0 auto;
}

.rev_slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.rev_slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}


.rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

    .rev_slider .slick-current img {
        box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.10);
    }

.rev_slider .slick-snext {
    opacity: 1;
    transform: translate3d(68%, 0, -18px);
    z-index: 1;
    perspective: 1000px;
}

.rev_slider .slick-sprev {
    opacity: 1;
    transform: translate3d(-68%, 0, -18px);
}

.rev_slider .rev_img {
    display: block;
    width: 100%;
    height: auto;
}

    .rev_slider .rev_img img {
        width: 100%;
        border-radius: 15px;
    }

.darkWhiteBgCol.whiteBgCol p.hiddenText {
    margin: 40px 0 8px;
}

.comuntyCol.whiteBgCol p.hiddenText::after,
.comuntyCol .toggleContent .toggle {
    display: none;
}

.cookie_bot *,
footer * {
    font-weight: 500
}

.cookie_bot p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    color: white;
}

footer .copyright p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
}

.intLang p {
    font-family: 'Roboto', sans-serif !important;
}

footer .copyright ul li a {
    font-weight: 500;
}

.unnatiVideo video {
    width: 100%;
    border-radius: 5px;
}

video {
    display: block;
    max-width: 100%;
}

.aboutUsVideo video {
    width: 100%;
    /*max-width: 500px;*/
    margin: 0 auto;
}

video.stopvideo {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.redCol {
    background: #f61ca01f;
}

.aboutUsVideo,
.communityVideo {
    padding-top: 24px
}

    .communityVideo iframe {
        aspect-ratio: 4 / 3;
        width: 100%;
        max-width: 600px;
    }

.imgCoverN {
    height: 100%;
    padding: 3px 0;
}

.aboutUSVideoSlider {
    max-width: 700px;
    margin: 0 auto;
}

    .aboutUSVideoSlider.slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .aboutUSVideoSlider .slick-dots {
        bottom: -20px;
    }

        .aboutUSVideoSlider .slick-dots li button {
            background: #47499e
        }

.communityVideo,
.iframeCover {
    display: flex;
    justify-content: center;
}


.aboutUSVideoSlider video,
.aboutUSVideoSlider iframe {
    /*width: 100%;
        display: block;
        height: 320px;*/
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.about-col p.graColor {
    background: -webkit-linear-gradient(180deg, rgba(15,118,233,1) 0%, rgba(233,33,164,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 20px;
}

.ml-0 {
    margin-left: 0 !important
}

.rev_slide.slick-slide.slick-active.slick-snext, .rev_slide.slick-slide.slick-sprev {
    filter: blur(2px);
}

.revSliderWrap .rev_img iframe {
    max-height: 318px;
}

.revSliderWrap .rev_img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .revSliderWrap .rev_img p {
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        bottom: 0;
        z-index: 1;
        margin: 0;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        color: #fff;
        width: 100%;
    }

.mainSlider {
    background: #fff;
}

.brandBody nav.navbar {
    position: relative;
}

p {
    color: #000
}

.ytvideo, .mainSlider video {
    height: 500px;
    width: 100%;
}

.ceoMsgCol .lineRight {
    position: relative;
}

    .ceoMsgCol .lineRight:nth-child(1):after {
        content: '';
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 80%;
        width: 2px;
        ;
        background: background: rgb(34,193,195);
        background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(255,255,255,1) 49%, rgba(253,187,45,0) 100%);
    }

.disability-inc {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

    .disability-inc p {
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        bottom: 0;
        z-index: 1;
        margin: 0;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        color: #fff;
        width: 100%;
    }

.innerSlider2 .slick-slide img {
    width: 100%;
}

.whiteBgCol.darkWhiteBgCol.pb-0 {
    padding-bottom: 0px;
}


@media all and (max-width:767px) {
    .slidrContent h2 {
        min-height: 58px;
        align-items: center;
        display: flex;
    }
}

@media all and (max-width:600px) {
    .slidrContent h2 {
        min-height: 94px;
    }
}
