
/** ADD YOUR AWESOME CODES HERE **/

/* .navbar-light .navbar-brand {
	padding: 10px 0;
} */

.brand-logo {
	width: 100%;
	max-width: 100px;
}

.brand-name {
	margin-left: 10px;
}

.brand-name h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.brand-name h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #ce2e89;
    margin: 0 auto;
    padding: 5px 0px;
    text-align: center;
    max-width: 320px;
}

    .yc-profile-card{
     position: relative;
     font-family: sans-serif;
     max-width:360px;
     background: #fff;
     padding: 0 20px;
     border-radius: 10px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     transition: .6s;
     margin: 0 auto;
   }

   .yc-profile-card .img{
     position: relative;
     width: 100%;
     height: auto;
     transition: .6s;
     z-index: 99;
    transform: translateY(-60px);
   }

   .yc-profile-card .img img{
     width: 100%;
     border-radius: 10px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     transition: .6s;
   }

   .yc-profile-card .caption{
     text-align: center;
     transform: translateY(-40px);
     opacity: 1;
     transition: .6s;
   }

   .yc-profile-card .caption h3{
    font-size: 1.12rem;
    font-family: sans-serif;
    font-weight: 600;
    color: #e31327;
   }
   .yc-profile-card .caption p{
     font-size: 15px;
    color: #333333;
    font-family: sans-serif;
    margin: 0;
    font-weight: 600;
    border-top: 1px solid gainsboro;
    padding: 6px 0;
   }
   .yc-profile-card .caption .social-links a{
     color: #0c52a1;
     margin-right: 15px;
     font-size: 21px;
     transition: .6s;
   }



    .rs-latest-couses .course-item {
  border-radius: 300px 5px 5px 300px;
  border: 1px solid #ceeaf0;
  background: #ffffff;
}
/* @media(min-width: 78px){
  .rs-latest-couses .course-item{
    display: flex;
  }
} */
.rs-latest-couses .course-item .course-image a {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
}
.rs-latest-couses .course-item .course-image a img {
  object-fit: cover;
  
  height: 100%;
  width: 100%;
}
.rs-latest-couses .course-item .course-info {
  align-self: center;
  padding: 0px 30px;
  width: 100%;
}
.rs-latest-couses .course-item .course-info .meta-part {
  padding: 0;
}
.rs-latest-couses .course-item .course-info .meta-part li {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}
.rs-latest-couses .course-item .course-info p {
    margin: 5px 0;
}
.rs-latest-couses .course-item .course-info .course-title {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  /* margin: 0px 5px 0; */
}
.rs-latest-couses .course-item .course-info .course-title a {
  color: #111111;
}
.rs-latest-couses .course-item .course-info .course-title a:hover {
  color: #21a7d0;
  transition: all 0.3s ease;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta {
  float: left;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings i {
  color: #fcb903;
}
.btn-part{
  margin-top: 10px;
  background-color: #fcb903;
  color: white;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  border-radius: 5px;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a {
  color: white!important;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a:hover {
  color: #21a7d0;
  transition: all 0.3s ease;
}
.rs-latest-couses .course-item:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.rs-latest-couses.orange-color .course-item {
  border: 1px solid #FF542129;
}
.rs-latest-couses.orange-color .course-item .course-info .course-title a:hover,
.rs-latest-couses.orange-color .course-item .bottom-part .btn-part a:hover {
  color: #ff5421;
}

/* @media(max-width:992px){
  .rs-latest-couses.orange-color .course-item{
    display: flex!important;
  }
} */

.rs-latest-couses.orange-color .course-item:hover{
  background: #FFFFFF;
  border-color: #FFFFFF;
}
    .aboutus-sec {
        background: #E8E8F4;
    }

    .service-content h2 {
        
        letter-spacing: normal;
    }

    .service-content p {
    margin-bottom: 20px;
    padding-right: 0px;
}
@media(max-width:320px){
  .rs-newsletter .title{
    font-size: 13px!important;
    padding: 0px!;
  }
}
.service-image img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.service-content .service-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #3A3A5E;
    font-weight: 500;
}

.service-content .service-list li i {
    position: absolute;
    left: 0;
    color: red;
    top: 10px;
    font-size: 20px;
}

    .service-image .service-counter h2 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: -5px;
}
    .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.service-image .service-counter {
        left: -90px;
    }

    .service-image .service-counter {
    padding: 30px;
    text-align: center;
    max-width: 250px;
    position: absolute;
    background-color: #fff;
    bottom: -15px;
    left: -140px;
}

.service-image .service-counter p {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-top: 14px;
    line-height: 1.8;
}

.service-image .image.style2 {
    margin-top: 66px;
}




@media(max-width:767px){
	.brand-logo {
	max-width: 60px;
}

.brand-name h2 {
    font-size: 14px;
}

.brand-name h4 {
    font-size: 12px;
}
.brand-name {
	margin-left: 4px;
}
}