    body {
        font-size: 16px;
    }

/** Font Style begin**/

section {
    padding: 2em 0;
    position: relative;
}

.vs-container-fhd {
	max-width: 1890px;
	margin: auto;
	padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vs-container-hd {
	max-width: 1280px;
	margin: auto;
	padding-right: 15px;
  padding-left: 15px;
}

    section h2 {
        font-size: 2.35rem;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 2rem;

    }

    section h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.6;
    }

    section h4 {
        font-size: 1.35rem;
        font-weight: 600;
        line-height: 1.6;
    }

#insights-slider .uk-slider ul>li.col-md-6{ min-height: 470px;}

#contact-us {
    position: fixed;
    top: 7.5px;
    right: 15px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
    border: 1px solid #333;
    padding: 5px 10px;
    font-weight: 400;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.5px;
    background-color: #FFF;
}
a#contact-us:hover{color: #FFF;background-color: #DB0025;}

    .vs-home-banner h2{ color: #DB0025;}

    p {
        font-weight: 400; color: #333;
    }

    .vs-card-body {
        overflow: hidden;
    }

    .vs-card-body p {
        min-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .vs-card-body.h-0 p {
        min-height: inherit;
    }
    .uk-position-small {
        margin: 15px 5px;
    }

    .uk-card-body p {
    max-height: 58px;
    min-height: 58px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }

.dk-cover:before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}

img.dk-cover {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(145deg,#000000,#004358);
    background-color: #333;
    opacity: .5;
}

/** Font Style end**/

/** button begin **/
    .btn-white,.btn-red {
        min-width: 160px;
    }
     .btn-white:hover {-webkit-transition: 0s ease;transition: 0s ease;}

/*    .btn{border-radius: 0;}*/

    .btn-outline-dark {
        color: #111;
        font-weight: 400;
    }

    .btn-ghost-white, .btn-ghost-white:link, .btn-ghost-white:visited, .btn-ghost-white:focus {
        border-width: 1px;
        border-color: #fff;
        color: #fff;
        background-color: transparent;
        font-weight: inherit;
    }

    .vs-read-more span {
        font-size: 14px;font-weight: 400;
    }

   .vs-read-more a:hover span, .uk-slider-items > a:hover .vs-read-more span {
     -webkit-transition: .3s ease;
        transition: .3s ease;
    }

.vs-read-more.btn-white a:hover span,.vs-read-more span a:hover{
    color: #ffffff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


.uk-slider-items > a:hover .vs-read-more.btn-white span {
    color: #FFF;
}

.vs-home-banner .uk-slideshow-nav.uk-dotnav {
    bottom: -40px;position: relative;
}

.vs-read-more a.btn-white:hover span{ color: #ffffff; -webkit-transition: .1s ease; transition: .1s ease;}

    .uk-light  .vs-read-more a:hover span{
        color: #CCC;

    }
   .vs-read-more a span i{
       -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .vs-read-more a:hover span i{
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    .vs-read-more span i {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
    .vs-read-more .btn-white span i {
    -webkit-transition: none;
    transition: none;
}

    a:hover .vs-read-more span i {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

    a:hover .vs-read-more i {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

/** button end **/


/** a Link Style **/

    a:hover {
        text-decoration: none
    }
    a:hover h4 {
        text-decoration: none;
        color: #DB0025;
    }
    .uk-slideshow a {
        color: #000;
    }


/** a Link Style **/

/*** SVG ICON***/
ul.s-icon { margin: auto;padding: 0; }

ul.s-icon li img{
max-width: 74px;
margin-bottom: 2px;
}

.svg-icon img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 5px;
}

ul.s-icon li {
    display: block;
    background-color: inherit;
    max-width: inherit;
    margin: 0;
    padding: 0;
}
ul.s-icon li a {
    display: block;
}

ul.s-icon p {
    font-size: 13px;
    padding: .5em;
}

.s-icon span {
    display: block; -webkit-transition: linear .5s; transition: linear .5s;
}

ul.s-icon li a span {
    font-size: 14px;
    font-weight: 400;
    margin: auto;
}


ul.s-icon li a:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

/*** SVG ICON***/

.tooltip-inner {
    max-width: 200px;
    padding: .5rem 1rem;
    color: #222;
    text-align: center;
    background-color: #eee;
    border-radius: .25rem;
    font-size: 13px;
}
.tooltip{top: -10px !important;}
.tooltip.show {
    opacity: .9;
    top: -10px !important;
}

ul.s-icon .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #eee;
}

    a.uk-slidenav {
        background-color: rgba(255, 255, 255, 0.35);
    }

    .uk-active.uk-transition-active .uk-panel {
        opacity: 1;

    }

    a.uk-card-default:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    a .uk-card-default:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .uk-card-default {
        -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.03);
        box-shadow: 0 3px 10px rgba(0,0,0,.03);
        -webkit-transition: .3s ease;
        transition: .3s ease;
        border: 1px solid#F1f1f1;
    }

  #v-slide .uk-dotnav { bottom: -35px;position: relative;}

 .check-icon ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: -.1px;
}
    .check-icon li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }

    .check-icon ul li:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: "\f14a";
        padding: 0px .5em;
        color: #DB0025;
    }

    a.uk-slidenav svg {
        padding: 2px;
    }

    .vs-card-body {
        padding: 1em;
    }

    .vs-card-block {
        background-color: #Fafafa;
        min-height: 440px;
        max-width: 520px;
    }

    .vs-card-shadow{-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.08);box-shadow: 0 5px 10px rgba(0,0,0,.08);background-color: #FFF;}

    .bg-gray {
        background-color: #F3f3f3;
    }

    .bg-eee {
        background-color: #eee;
    }

     .top-gray-block-imgonly {
        max-width: 440px;
        padding: 1.5rem 2rem 1.5rem 3.3rem;
    }

     .top-gray-block {
        max-width: 440px;
        padding: 1.5rem 2rem 1.5rem 3.3rem;
    }

    .gray-block {
        padding: 5em;
    }

    .uk-lightbox { background: rgba(0, 0, 0, 0.5);}

    .uk-slidenav {

        color: #000 !important;
        background-color: #FFF;
        border-radius: 50%;
        padding: 10px 15px;

        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07), 0 3px 10px 0 rgba(0, 0, 0, .07), 0 5px 10px 0 rgba(0, 0, 0, .07);

        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07), 0 3px 10px 0 rgba(0, 0, 0, .07), 0 5px 10px 0 rgba(0, 0, 0, .07);

    }

    .uk-card-body {
        padding: 10px 40px;
    }


  .uk-card-body  h3.uk-card-title {
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .uk-card-body p {
        max-width: 640px;
        font-size: 14px;
    }

    .vs-read-more i.fa.fa-angle-right {
        font-weight: 100;
    }

    a.media-content-block:hover,

    .hidden-more {
        overflow: hidden;
    }

    .media-content-bg {
        -webkit-transition: all 1s;
        transition: all 1s;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .media-content-bg:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
        -webkit-transition: all 1s;
        transition: all 1s;
        cursor: pointer;
    }

    a.media-content-block .vs-read-more {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;

    }

    a.media-content-block:hover .vs-read-more,a.media-content-block .vs-read-more.show {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 1;
    }

    .top-bg-leftblock-imgonly {
        height: 520px;
        background-color: #f3f3f3;
        max-width: 520px;
    }

    .top-bg-leftblock {
        height: 520px;
        background-color: #f3f3f3;
        max-width: 520px;
    }

    .top-gray-block small {
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 5px;
        display: block;
        color: #333;
    }
    .video-background {
        background-color: #Fafafa;
    }

    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: visible;
    }
        .video-foreground {
            top: -100%;
            height: 300%;
        }
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%237e7e7e;stroke-linecap:round;stroke-miterlimit:10;stroke-width:8px;}%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='63 23 36 50 63 77'/%3E%3C/svg%3E");
  border: 2px solid #AAA;
  width: auto;
  background-size: 50%;
  border-radius: 50%;
  padding: 1.1em;
  opacity: .7;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%237e7e7e;stroke-linecap:round;stroke-miterlimit:10;stroke-width:8px;}%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='36 23 63 50 36 77'/%3E%3C/svg%3E");
    border: 2px solid #AAA;
    width: auto;
    background-size: 50%;
    border-radius: 50%;
    padding: 1.1em;
    opacity: .7;
}

.carousel-control.left {
    left: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: .9;
   margin-left: -10%;
}

.carousel-control.right {
    right: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: .9;
   margin-right: -10%;
}

.carousel .carousel-control.left span,
.carousel .carousel-control.right span{
  opacity: 0; -webkit-transition: all 2s ease; transition: all 2s ease; }

.carousel:hover .carousel-control.left span,
.carousel:hover .carousel-control.right span{
  opacity: 1;  -webkit-transition: all 1s ease;  transition: all 1s ease;}

.carousel_square .carousel-control.left span,
.carousel_square .carousel-control.right span{
  opacity: 0;   -webkit-transition: all 2s ease; transition: all 2s ease; }

.carousel_square:hover .carousel-control.left span,
.carousel_square:hover .carousel-control.right span
{ opacity: 1;  -webkit-transition: all 1s ease;  transition: all 1s ease;}

#custom_carousel_square ul.carousel-indicators li{display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102,102,102,.4);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: background-color,border-color;
    transition-property: background-color,border-color;}
#custom_carousel_square ul.carousel-indicators li.active {
    background-color: rgba(102,102,102,.6);
    border-color: transparent;}
    /***** @media query Begin *****/

#case-study > .vs-container {
    padding-left: 8px;
    padding-right: 8px;
}

.slideshow .banner-text {
    padding-left: 1.3em;
    margin-left: -1.3em;
    position: relative;
}

.slideshow .banner-text:before {
    content: "";
    background-color: #DB0025;
    position: absolute;
    top: 5%;
    left: 0;
    height: 90%;
    width: 1px;
}

.slideshow .banner-text h2 {
    padding-top: 0;
    margin-bottom: 0.3em;
    font-weight: bold;
    color: #333;
    line-height: 1.3em;
}

#case-study > .vs-container {
    padding-left: 8px;
    padding-right: 8px;
}

.vs-hline {
    position: relative;
    margin-bottom: 3em;
    margin-top: 30px;
}

.vs-hline h3 {
    margin: 0;
    padding: 0;
}

.vs-hline:before {
    content: '';
    background-color: #DB0025;
    position: absolute;
    top: -20px;
    left: 46%;
    right: 46%;
    height: 2px;
}

#md-review  .model{ color: #DB0025;font-weight: 600;padding-top: 0.5em; padding-bottom: 0.2em; font-size: 85%}

/** Video **/

.yt-ready{position: relative;display:block;cursor:pointer;}
.yt-play-btn:hover{opacity: 0.85;}
.yt-play-btn img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
#youtu {
    background: url(../images/yt-photo.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}
#howitwork-video{
    background: url(/education/images/Classroom_environment_hreo.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}
#youtu button , #howitwork-video button,.video-iframe button {
    width: 100%;
    background: rgba(0, 0, 0, 0.1) url(https://img.icons8.com/material-outlined/96/FFFFFF/circled-play.png) no-repeat 50% 50%;
    background-size: 5em;
    border: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
#youtu iframe, #howitwork-video iframe,.video-iframe iframe {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#youtu button:before,#howitwork-video  button:before,.video-iframe button:before {
    content: "";
    display: block;
    padding-top: 56.2222222222%;
}
#youtu button:hover,#howitwork-video button:hover,.video-iframe button:hover {
    background-color: rgba(0, 0, 0, 0.02);
    background-image: url(https://img.icons8.com/material/96/FFFFFF/circled-play.png);
}
.video-iframe {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

/** Video **/

@media all and (-ms-high-contrast:none){

.slideshow .banner-text { margin-top:6em ; }
/* IE10 +*/

}

@media screen and (min-width: 1600px) and (max-width: 2560px) {

#o-slide .uk-position-center-right, #v-slide .uk-position-center-right{ right: 10vw;}
#o-slide .uk-position-center-left, #v-slide  .uk-position-center-left{ left: 10vw;}

}

@media (min-width: 1600px) {

#o-slide .uk-position-center-right, #v-slide .uk-position-center-right { right: 8.5vw;}
#o-slide .uk-position-center-left, #v-slide  .uk-position-center-left { left: 8.5vw;}
}

@media (min-width: 1920px) {

#o-slide .uk-position-center-right, #v-slide .uk-position-center-right { right: 10vw;}
#o-slide .uk-position-center-left, #v-slide  .uk-position-center-left { left: 10vw;}
}

@media (min-width: 2561px) {

#o-slide .uk-position-center-right, #v-slide .uk-position-center-right { right:27.5vw;}
#o-slide .uk-position-center-left, #v-slide  .uk-position-center-left  { left: 27.5vw;}
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        top: -100%;
        height: 300%;
    }
}

@media (max-width: 1200px) {
    section h2 {
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: .5rem;
    }

    section h3 {
        font-size: 1.5rem;
    }

    section h4 {
        font-size: 1.3rem;
    }

}

@media (max-width: 767px) {


.vs-home-banner .uk-slideshow-nav.uk-dotnav{
bottom: 0px;position: relative;
}

.vs-home-banner .uk-slideshow-items {
 min-height: 440px !important;
}

.uk-cover {
    max-width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    height: inherit !important;
    width: inherit !important;
}
[data-uk-cover],[uk-cover]{
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0;
}

    ul.s-icon li {
    padding-bottom: 0;
    max-width: inherit;
    display: block;
}

ul.s-icon li a span.df {
    font-size: 14px;
    font-weight: 400;
    display: inline-table;
}

 ul.s-icon li img {
    max-width: 50px;
    margin-bottom: 5px;
}



.pt-xs-0{ padding-top: 0  !important;}
.bg-gray#v-slide{ background-color: #FFF;}
#o-slide .uk-position-center-right, #v-slide .uk-position-center-right { display: none}
#o-slide .uk-position-center-left, #v-slide  .uk-position-center-left  { display: none}
#v-slide .uk-dotnav { bottom: -10px;}
#v-slide .gray-block{min-height: 270px;}
#v-slide .uk-position-bottom.uk-position-small { display: contents;}
    section {
        padding: .5em 0;
    }

    .vs-card-body {
        padding: 1.5rem 0rem;
    }

    .uk-card-body {
          padding: 10px 15px;
    }

    .media-content-block {
        padding: 15px;
    }

    .top-bg-leftblock {
        background-color: white;
        padding: 1.5em .5em;
        text-align: inherit;
        bottom: 0;
        min-height: 246px;

        position: absolute;
        max-width: 100%;
        left: 0;
    }
  .top-gray-block-imgonly {
        max-width: 100%;
        padding:0;
    }

 .top-bg-leftblock-imgonly {
    background-color: white;
    padding: 0;
    text-align: inherit;
    bottom: 0;
    min-height: 246px;
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;
}

    .btn-white,.btn-red {
        min-width: 180px;
    }
    .clearheight {
        height: inherit !important;
    }

    .clearmargin {
        margin: inherit;
    }
    .clearpadding {
        padding: inherit;
    }
    .video-foreground {
        top: 0%;
        height: 100%;
    }

    .gray-block {
        padding: 1.5rem 0rem;
        max-width: 100%;
    }

    .top-gray-block {
        padding: 1rem;
    }

    .vs-card-block {
        min-height: inherit;
        background-color: #ffffff;
    }

    #case-study .uk-slideshow-items {
        min-height: 460px !important;
    }

    .media-content-block {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.08);
        box-shadow: 0 5px 15px rgba(0,0,0,.08);
        margin: 1em;
    }
  a.media-content-block .vs-read-more { opacity: 1;}

    .vs-hline h3 small {
        display: none;
    }

    .vs-hline {
        margin-bottom: 0;
    }

    .vs-hline h3 {
        line-height: 1.6;
        margin-bottom: 20px;
    }

}
