
/*--------------------------------------------------------- owl min crowsel css */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*--------------------------------------------------------- end owl min crowsel css */



/*--------------------------------------------------------- owl theme default css */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*--------------------------------------------------------- owl end theme default css */



/*--------------------------------------------------------- style css */


@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900&display=swap');
a, img {
     border: none;
     outline-style: none;
}
img {
     max-width: 100%;
     height: auto;
     /*! max-width: 100%; */
}
a {
     color: #fff;
     transition: all 0.2s ease;
}
a:hover, a:focus {
     color: #333333;
     text-decoration: none;
     outline: none;
} 
ul, ol {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 0.8rem;
}
ul li {
     list-style: none;
}
.display-inline {
     display: inline-block;
     float: none;
}
h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 0;
}
body, html {
    height: 100%;
}
body {
    font-family: 'Red Hat Display', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000;
}
.rows {
    width: 100%;
    float: left;
}
.display-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.pos-rel {
    position: relative;
}
.pl-15 {
    padding-left: 15px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pt-20 {
    padding-top: 20px !important;
}


/**Header**/
.header-wrap {
    background: #fff;
    padding: 40px 0;
}
.light-red {
    background: #FFF8F8;
}
.small-heading {
    font-size: 1.1em;
    color: #5F5F5F;
}
.large-heading {
    color: #0D0D0D;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 700;
    max-width: 100%;
}
.mt-10 {
    margin-top: 5px !important;
}
.content {
    font-size: 1.2em;
    color: #5F5F5F;
}
.video-block {
    margin-top: 50px;
}
.form-box {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 20px;
}
.red-btn {
    background: #DE1F26;
    border: 1px solid #DE1F26;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.9em;
    width: 100%;
    padding: 12px;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
.red-btn:hover {
    background: #fff;
    color: #DE1F26;
    border: 1px solid #DE1F26;
}
.red-btn:focus {
    outline: none;
}
.custom-form .form-group {
    margin-bottom: 20px;
}
.custom-form .form-control {
   background: #FFFFFF;
    border: 1px solid #DBDBDB;
    font-size: 0.9em;
    color: #5F5F5F;
    border-radius: 0;
    padding: 12px 15px;
}
.custom-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.custom-form select.form-control {
    height: auto !important;
    -webkit-appearance: none;
    background: #fff url(../img/down-arrow.svg) no-repeat 90% center;
    background-size: 12px 12px;
    color: #000;
}
.custom-form select.form-control.l-96 {
    background-position: 96% center;
}

.custom-checkbox {
    position: relative;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 36px;
    font-size: 0.9em;
    color: #000;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #5F5F5F;
    position: absolute;
    left: 0;
    top: 0;
}
.styled-checkbox:checked + label:before {
    background: #de1f26;
    border: 1px solid #de1f26;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.build-future-wrap,
.degree-programs-wrap,
.course-offer-wrap,
.ju-differentiatiors-wrap,
.highlight-placement-wrap,
.recruiter-wrap {
    padding: 40px 0;
}
.main-heading {
    font-size: 2.2em;
    color: #000;
    margin-bottom: 5px;
    font-weight: 700;
}
.view-more-link {
    color: #DE1F26;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
}
.courses-link {
    padding-left: 20px;
	margin-left:20px;
}
.courses-link li {
    padding: 3px 0;
    list-style-type: disc;
}
.courses-link li a {
    color: #1763AE;
    /*font-size: 1.1em;*/
    font-weight: 400;
}
.main-title {
    color: #0D0D0D;
    font-size: 1.7em;
    margin-bottom: 5px;
    font-weight: 700;
    margin-left:20px;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-30 {
    /* margin-top: 30px !important; */
}
.content-list {
    padding-left: 20px;
    font-size: 1.1em;
}
.content-list li {
    padding: 7px 0;
    list-style-type: disc;
    color: #5F5F5F;
}
.blue-learn-more {
    font-size: 1.1em;
    color: #1763AE;
    transition: all 0.5s ease-in-out 0s;
}
.blue-learn-more img {
    margin-left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.blue-learn-more:hover img {
    margin-left: 7px;
}
.jud-video-block {
    background: url(../images/vector.svg) no-repeat center center;
    padding: 75px 0;
    background-size: auto 100%;
}
.red-box {
    background: #DE1F26;
    padding: 40px;
    border-radius: 6px;
    margin-top: 100px;
}
.red-box .col-md-4 + .col-md-4 {
    position: relative;
}
.red-box .col-md-4 + .col-md-4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #fff;
}
.red-box .small-heading {
    max-width: 80%;
    margin: 15px auto 0;
}
.white {
    color: #fff !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.white-box {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 30px;
}
.blue {
    color: #1763AE !important;
}
.testimonial-slider {
    margin-top: 40px;
}
.testimonial-slider .owl-dots {
    margin-top: 30px;
    text-align: center;
}
.testimonial-slider .owl-dots .owl-dot.active {
    background: #DE1F26;
}
.testimonial-slider .owl-dots .owl-dot {
    border: 1px solid #DE1F26;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 10px;
}
.testimonial-slider .owl-dots .owl-dot:focus {
    outline: none;
}
.mt-20 {
    margin-top: 20px !important;
}
.recruiter-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.recruiter-list li {
    width: 25%;
    padding: 10px;
}
.recruiter-box img {
    width: 100%;
}
.mt-80 {
    margin-top: 80px !important;
}
.footer-wrap {
    background: #DE1F26;
    padding: 40px 0;
}
.social-link {
    display: flex;
    flex-wrap: wrap;
}
.social-link li {
    margin-right: 15px;
}
.footer-heading {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.address {
    font-size: 0.9em;
    font-weight: 400;
    color: #fff;
}
.contact-list li {
    margin-bottom: 7px;
    font-size: 0.9em;
}
.contact-list li a {
    color: #fff;
}
.contact-list li img {
    margin-right: 4px;
}
.session-year {
    color: #DE1F26;
    font-weight: 500;
    font-size: 2em;
    text-align: left;
    line-height: 1.2em;
    border-left: solid 2px #D9261C;
    /* padding-left: 15px; */
    margin-left: 85px;
}
.session-year span {
    font-weight: 700;
}
.icon-box {
    background: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    padding: 7px;
    margin-bottom: 12px;
    position: relative;
    margin-left:20px;
}
.icon-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    width: auto !important;
}
.btn-block {
    margin-top: 20px;
}
.build-future-wrap .large-heading {
    font-size: 2.1em;
}
.course-offer-slider.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.course-offer-slider.owl-carousel .owl-nav button {
    background: #DE1F26;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 15px;
}
.course-offer-slider.owl-carousel .owl-nav button span {
    text-indent: -9999px;
    display: inline-block;
}
.course-offer-slider.owl-carousel .owl-nav button.owl-prev {
    background: #DE1F26 url(../images/white-left.png) no-repeat center center;
    background-size: 15px 15px;
    position: relative;
}
.course-offer-slider.owl-carousel .owl-nav button.owl-next {
    background: #DE1F26 url(../images/white-right.png) no-repeat center center;
    background-size: 15px 15px;
    position: relative;
    /* margin: 40px; */
    margin-left: 40px;
}
button:focus {
    outline: none;
}
.ml-50{
    margin-left: 50px;
}
.heading-box{
    min-height: 380px
}
.kys-btn-block {
    margin-left: auto;
}
.kys-btn {
    color: #D9261C;
    font-weight: 500;
    font-size: 1.3em;
    width: 100%;
    padding: 12px 25px;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
.kys-btn img {
    max-width: 34px;
    margin-right: 10px;
    vertical-align: -10px;
}
.kys-btn:hover {
    color: #D9261C;
}
/*---------------------------------------------------------  end style css */




/*--------------------------------------------------------- responsive css */

@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }
    .jud-video-block {
        background-size: auto 86%;
    }
    .jud-video-block iframe {
        height: 258px;
    }
}
@media (max-width: 991px) {
    .recruiter-list li {
        width: 33.33%;
    }
    .content {
        font-size: 1em;
    }
    .form-box {
        margin-top: 30px;
    }
    .video-block {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .degree-programs-wrap .col-md-4 + .col-md-4,
    .course-offer-slider .col-md-4 + .col-md-4,
    .red-box .col-md-4 + .col-md-4 {
        margin-top: 40px;
    }
    .course-offer-slider.owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .red-box .col-md-4 + .col-md-4:before {
        display: none;
    }
    .red-box .small-heading {
        max-width: 350px;
    }
    .recruiter-wrap .order-2 {
        order: inherit !important;
    }
    .large-heading {
        font-size: 2.5em;
    }
    .build-future-wrap .large-heading {
        font-size: 3em;
    }
    .session-year {
        font-size: 1.5em;
    }
    .main-logo img {
        max-height: 50px;
    }
}
@media (max-width: 600px) {
    .build-future-wrap, 
    .degree-programs-wrap, 
    .course-offer-wrap, 
    .ju-differentiatiors-wrap, 
    .highlight-placement-wrap, 
    .recruiter-wrap {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .footer-wrap .col-12 + .col-12 {
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .recruiter-list li {
        width: 50%;
    }
    .build-future-wrap .large-heading {
        font-size: 2em;
    }
    .main-heading {
        font-size: 2em;
        line-height: 1.2em;
    }
	.icon-box{
		margin-left:0px;
	}
	.main-title{
		margin-left:0px;
	}
	.courses-link{
		margin-left:0px;
	}
}
@media (max-width: 380px) {
    .build-future-wrap .large-heading {
        font-size: 1.7em;
    }
    .session-year {
        font-size: 1.2em;
    }
    .main-logo img {
        max-height: 40px;
    }
}

/*--------------------------------------------------------- end responsive css */


