
.section-slider {
    position: relative;
    background-color: #140342;
    background-image: url(/Content/theme/assets/img/home1-bg.webp);
    background-position: center right;
}

.slider-site .item-slider {
    height: 770px;
    overflow: hidden;
    position: relative;display:flex;
}
.item-slider .slider-content{color:#fff;width:50%;padding-left:50px;display:flex;align-items:center;justify-content:center;flex-direction:column}
.item-slider .slider-content .slider-title{font-size:3em}
.item-slider > a{display:flex;align-items:center;justify-content:center;flex-direction:column}
.item-slider .slide-links{display:flex;justify-content:start;align-items:center;width:100%}
.item-slider .slide-links a{margin-left:10px;padding:10px 10px;min-width:200px}
.svg-waves {
    height: 180px;
    width: 100%;
}
.svg-waves use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.svg-waves use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    fill: rgba(255, 255, 255, 0.7);
}
.svg-waves use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    fill: rgba(255, 255, 255, 0.5);
}
.svg-waves use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    fill: rgba(255, 255, 255, 0.3);
}
.svg-waves use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    fill: white;
}
.widget-container {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -9px;
    z-index: 9;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
#course-cat{margin:55px 0 25px 0}
#course-cat img{width:auto}
#course-cat .h2{font-family: "Yekan-Bold", Sans-serif;font-size:1.4em;text-align:center;padding-bottom:0!important}
#course-cat .row .col-12 p{text-align:center;margin:0;padding: 20px 0;}
#course-cat .course-cat .thumb{background-color:#fff;border-radius:100%;width:75px;height:75px;margin: 0 auto;padding:20px}
#course-cat .course-cat{margin:45px 0;background: #EEF2F6;border-radius: 8px;text-align:center;padding: 15px 0;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
#course-cat .course-cat img{display:inline-block}
#course-cat .course-cat .h3{font-family: "Yekan-Bold", Sans-serif;}

.owl-dots {
    margin: 0 !important;
    padding: 1rem 0 0;
    text-align: center;
    list-style: none;
    line-height: 1;
}
.owl-dots .owl-dot {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    border: 0;
    padding: 0;
    background: transparent;
}
.owl-dots .owl-dot span {
  border: none;
  display: block;
  text-indent: -9999em;
  width: 8px;
  height: 8px;
  padding: 0;
  background: #D4D4D4;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.owl-dots .active span {
    background: #000;
}
#course-cat .course-cat:hover{background: #1A064F;}
#course-cat .course-cat:hover a{color:#fff}

#courses {
    margin: 55px 0 0 0;
    background: #EEF2F6;
    padding: 40px 0;
}
#courses .row .col-12 > p {
    text-align: center;
    margin: 0;
}

#courses .h2 {
    font-family: "Yekan-Bold", Sans-serif;
    font-size: 1.4em;
    text-align: center;
}
.course-list{display: flex;flex-wrap: wrap;    justify-content: space-between;    margin: 30px 0;}
.course-list .course{width:22%;margin: 10px 1.5% 40px 0;cursor:pointer}
.course-list .course .course-info{background: #fff;padding: 0 10px;}
.course-list .icon {width:18px;height:18px}
.course-list .course .thumb a {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    display: flex;
}
.course-list .course .thumb a::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
   /* .course-list .course:hover .thumb a::before {
        background: #140342;
        opacity:0.6;
    }*/
    .course-list .course:hover .thumb img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
.course-list .star{    width: 15px;height: 15px;margin:10px 0}
.course-list .h3{font-family: "Yekan-Bold", Sans-serif;min-height:50px;margin: 10px 0;}
.course-list .icons{display: flex;flex-wrap: wrap;}
.course-list .icons .course-icon{width: 50%;display: flex;align-items: center;margin: 5px 0;font-size: 0.8em;}
.course-list .icons2 .course-icon{    width: 100%;border-top: 1px solid #eaeaea;padding: 10px 0;}
#comments{background-color: rgb(100, 64, 251);margin: 0;
    padding: 80px 0;
    color: #fff;}
#comments .row .col-12 > p {
    text-align: center;
    margin: 0;
}

#comments .h2 { 
    color: rgb(0, 255, 132);
    font-family: "Yekan-Bold", Sans-serif;
    font-size: 1.8em;
    text-align: center;
}
#comments .comment-list{padding: 60px 0 0 0;}
#comments .testimonials-item {
    position: relative;
    padding: 0.9375rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid transparent;
    color: #000;
    text-align: justify;
}
#comments .testimonials-item .description{font-size:0.9em;min-height:100px}
#comments .testimonials-item .icon{position: absolute;top: 10px;left: 15px;z-index: 1;color: #E5F0FD;line-height: 1;width: 38px;height: 38px;}
#comments .owl-nav{display: flex;justify-content: end;flex-direction: row-reverse;margin-top: 25px;}
#comments .owl-nav .icon{border-radius: 100%;border: 2px solid #fff;padding: 10px;width: 48px;height: 48px;    margin: 0 10px 0 0;}
#about{    padding: 70px 0 10px 0;}
#about p{text-align:justify;margin:25px 0;}
#about img{border-radius:5px}
#blog{background-color: #EEF2F6;margin: 80px 0 0 0;}
#blog .h2 {
    font-family: "Yekan-Bold", Sans-serif;
    font-size: 1.4em;
    text-align: center;
    padding: 55px 0 0 0;
    margin-bottom:0!important
}
#blog .row .col-12 > p {
    text-align: center;
    margin: 0 0 45px 0;
}
#blog img{border-top-left-radius:5px;border-top-left-radius:5px}
#blog .blog-list h2{padding:15px 5px 15px 5px;text-align:center;font-size:1em;background-color:#fff;min-height:80px;align-items: center;justify-content: center;display:flex;margin-bottom:0!important}
#blog .blog-list p{    margin: 0;
    padding: 0 10px 15px 10px;
    background-color: #fff;
    font-size: 0.9em;
    text-align: justify;
    height: 181px;
    overflow: hidden;}
#blog .owl-dots{margin: 40px 0 !important;}
@media (min-width: 1200px) {
     .owl-dots {
        padding: 0;
    }
    .testimonials-item {
        padding: 1.875rem 1.875rem 20px;
    }
}

@media (max-width:991px) {
    #about h2{font-size:1.2em;text-align:center}
    #about p,#about ul li{font-size:0.9em}
    #comments .testimonials-item .description{min-height:250px}
    #comments .testimonials-item .icon {
        width: 28px;
        height: 28px;
    }
    .course-list .h3{font-size:0.9em;min-height:70px}
    .course-list .icons .course-icon{width:100%}
    .course-list .course {
        width: 46%;
        margin: 10px 2% 40px 0;
    }
    #course-cat .course-cat{margin: 25px 0 0 0;}
    .svg-waves {
        height: 80px;
    }
    .item-slider{flex-wrap:wrap}
    .item-slider .slider-content {
        width: 100%;
        padding: 0 6%;
        justify-content: start;
        padding-top: 40px;
    }
    .slider-site .item-slider{height:370px}
     .item-slider > a{display:none}
    .item-slider .slider-content .slider-title{font-size:1.5em}
    .item-slider .slide-links a{min-width:120px}
}