@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Regular.woff2") format("woff2"),
       url("../fonts/Inter-UI-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Italic.woff2") format("woff2"),
       url("../fonts/Inter-UI-Italic.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 500;
  src: url("../fonts/Inter-UI-Medium.woff2") format("woff2"),
       url("../fonts/Inter-UI-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 500;
  src: url("../fonts/Inter-UI-MediumItalic.woff2") format("woff2"),
       url("../fonts/Inter-UI-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 700;
  src: url("../fonts/Inter-UI-Bold.woff2") format("woff2"),
       url("../fonts/Inter-UI-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 700;
  src: url("../fonts/Inter-UI-BoldItalic.woff2") format("woff2"),
       url("../fonts/Inter-UI-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 900;
  src: url("../fonts/Inter-UI-Black.woff2") format("woff2"),
       url("../fonts/Inter-UI-Black.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 900;
  src: url("../fonts/Inter-UI-BlackItalic.woff2") format("woff2"),
       url("../fonts/Inter-UI-BlackItalic.woff") format("woff");
}


.test-heading
{

    font-size: 20px;
    text-align: center;
    padding: 70px 0;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;

}


/*
.testimonials-preview .testimony-slider .item:nth-child(1n+1) .testimony-card{border-bottom: 5px solid #00D527;}
*/
.testimony-slider   .owl-item:nth-child(3n+1) .testimony-card{border-bottom:8px solid #00D527; min-height: 340px;}
.testimony-slider   .owl-item:nth-child(3n+2) .testimony-card {border-bottom: 8px solid #D58D00; min-height: 340px;}
.testimony-slider   .owl-item:nth-child(3n+3) .testimony-card{border-bottom: 8px solid #006AD5; min-height: 340px;}

.now-get-started{padding: 80px 0;
text-align: center;
position: relative;}

.now-get-started:after{content: url(../img/Triangle.png);
position: absolute;
    right: 0;
    top: -353px;
}

.now-get-started:before{content: url(../img/Oval.png);
position: absolute;
    left: 150px;
    top: 20px;
}


.now-get-started .btn-primary
{
    font-size: 13px;
    color: #fff !important;
    text-decoration: inherit;
    padding: 12px 22px;
    border-radius: 5px;
    margin-top: 15px;
}

.how-works{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20266c+0,539de6+100 */
background: #20266c; /* Old browsers */
background: -moz-linear-gradient(left, #026d22 0%, #3bcc4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #026d22 0%,#3bcc4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #026d22 0%,#3bcc4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026d22', endColorstr='#3bcc4e',GradientType=1 ); /* IE6-9 */
padding: 70px 0;
    color: #fff;
}

.how-works h5{margin-bottom: 40px;}

.content-why {
    padding-left: 45px;
}

.relative{position: relative;}

.why-icon {
    position: absolute;
    left: 0;
}

.rating-stars svg{font-size: 14px;}

.courses-preview .btn-primary{padding: 12px 22px;
border-radius: 5px;
    text-transform:capitalize;
    background: #D51C23;
    border-color: #D51C23;
}
.courses-preview .btn-primary:hover, .courses-preview .btn-primary:focus{background: #BF1E24;
border-color:#BF1E24;}


.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    transition: opacity .4s ease;
}
.navbar  .btn-outline-primary {
    background: transparent;
    border-color: #3bcc4e;
    color: #3bcc4e;
    font-size: 14px;
}

.shrink .navbar-app {background: #fff !important}

.shrink .navbar-app .nav-link {
    color: #333 !important;
}

.shrink .navbar  .btn-outline-primary {
    background: transparent;
    border-color: #3bcc4e;
    color: #3bcc4e;
    font-size: 14px;
}

.black-logo{display: none;}
.shrink  .black-logo{display: block;}
.shrink  .white-logo{display: none;}

.hero  .btn-primary {
    background: #3bcc4e;
    border-color: #3bcc4e;
    padding: 12px 35px;
    border-radius: 5px;
    margin-top: 35px;
}

.copy{text-align: left;
        font-size: 14px;
    border-top: 1px solid #dedede;
    padding-top: 25px;
}

.owl-carousel.owl-loaded {
    display: block;
}

@media (max-width: 768px) {
.navbar-app .nav-link {

    color: #333 !important;
    font-size: 14px;

}
    .navbar .btn-outline-primary {
    background: transparent;
    border-color: #0767CD;
    color: #0767CD;
    font-size: 14px;
}
    
    
}

@media (min-width: 769px) {
    
    .how-works .col-md-4{padding-right: 35px;
padding-left: 35px;}
    .courses-preview .col-lg-4{padding-right: 25px;
padding-left: 25px;}
    .how-works  .row {

    margin-right: -35px;
    margin-left: -35px;
}
    
}