/* --------- SLIDER--------- */
.home h1{
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 10px;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 38px;
}
h2.card-title{
  font-size: 30px;
}
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
  z-index: 1;
}
#slider img {
 width: 100%;
}
.slide_next_image img{
  width: auto !important;
  height: 100%;
}
#slider .fs-2,
#slider h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
  90deg, #0000, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-animation : animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(255 255 255 / 58%);
}
#slider p {
  color: #fff;
  margin: 15px 0;
  border-radius: 0 0 5px 5px;
  font: 500 17px 'Roboto';
}
.slider-box {
  max-width: 635px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  padding: 20px;
  text-align: left;
  padding-left: 0;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
.inner_carousel{
  padding: 20px 20px;
}
a.blog-more{ 
  display:inline-block; 
  font:400 16px 'Roboto Condensed', sans-serif; 
  padding:10px 30px; 
  margin-top:21px; 
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  -o-border-radius:4px; 
  -ms-border-radius:4px; 
  margin-right:15px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 5%;
  margin-bottom: 10px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  opacity: 1;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
    display: block !important;
  }
#slider .carousel-control-prev-icon,#slider .carousel-control-next-icon{
  background-image:none; 
}
.carousel-control-next-icon,.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider span.carousel-control-prev-icon i, #slider span.carousel-control-next-icon i {
  padding: 12px 16px;
  background-color: #ffffff;
  font-size: 22px;
  color: #2c4058;
}
#slider a i:focus,#slider a i:active,#slider a i:hover{
  background-color: #8b6aff;
  border: none;
  transition: all 0.5s ease-out;
  color: #ffffff;
}
#slider .inner_carousel h2 small {
  color: #313a43;
  display: block;
  margin-top: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.slide_next_image img {
  text-align: right;
  float: right;
}
a.read-more.font-weight-bold.btn.btn-primary.theme_button,#trending_product .cart-btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #8b6aff;
  border: 2px solid transparent;
  font-weight: 600;
}
a.read-more.font-weight-bold.btn.btn-primary.theme_white_button {
  font-size: 15px;
  color: #ffffff;
  background-color: #8b6aff;
  border: 2px solid transparent;
  font-weight: 600;
}
/*Fade slider*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,.carousel-fade  .carousel-item-next.carousel-item-left,.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
ol.carousel-indicators {
  position: absolute;
  bottom: 40px;
}
ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: #333333;
  border-radius: 0;
  background-color: #ffffff;
  display: none;
}
.carousel-indicators .active{
  background-color: #2ecc71;
}
span.head-two {
  color: #fff;
  font-size: 40px;
  font-family: Roboto;
  line-height: 1.3;
}
a.read-more.font-weight-bold.btn.btn-primary.theme_button i {
  padding: 0px !important;
  color: #ffffff !important;
  font-size: 14px !important;
}
a.read-more.font-weight-bold.btn.btn-primary.theme_white_button.slidebutton2 i {
  padding: 0px !important;
  background-color: #2c4058 !important;
  color: #ffffff !important;
  font-size: 14px !important;
}
.slidebutton2 {
  background-color: #2c4058 !important;
  margin: 15px;
}
/*-------------Goals Section---------------*/
#goals {
  padding-bottom: 0;
  z-index: 1;
}
.goal_box {
  padding: 25px 20px;
  margin-bottom: 20px;
}
.goal_outer {
  width: 100%;
  margin-top: -150px;
}

.goal_box .fs-6,
.goal_box h6 {
  font: 700 21px "Roboto" !important;
  color: #2c4058;
  line-height: 50px !important;
}
.goal_box p {
  color: #2c4058;
  font-weight: normal;
  font-size: 16px;
}
.goal_box:hover .fs-6,
.goal_box:hover h6,
.goal_box:hover p {
  color: #fff;
}
.goal_box:hover .fs-6:after,
.goal_box:hover h6:after {
  background: #fff;
}
#goals .goal_hover_image{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#goals .goal_box:hover .goal_hover_image{
  opacity: 1;
}
/*----------------Newsletter---------------*/
section#newsletter {
  background-color: #051f3f;
}
.newsletter-heading h3 {
  padding: 0px;
  font-size: 36px;
  color: #8b6aff;
  font-weight: 600; 
}
.newsletter-heading p {
  font-size: 15px;
  color: #fff;
}
#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  background-color: #ffffff;
  padding: 10px 20px;
}
#newsletter input[type="submit"]{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.news_content.text-center.col-lg-6 {
    position: relative;
    top: 25px;
}
#newsletter input[type="submit"] {
  border: 0;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 18px;
  height: 45px;
}
#newsletter .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2 !important;
    color: #fff;
}
/*--------Courses--------------*/
.featured-head h2 {
    width: 100%;
    margin: 0 auto;
    max-width: 550px;
    color: #2c4058;
}
.featured-head h6 {
  text-align: center;
  color: #2c4058;
  font-size: 19px;
}
.cat-title {
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px auto;
  position: relative;
}
span.post_ctg {
  float: none;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 999999;
}
span.border-middle {
  display: block;
  border-bottom: 1px solid #000;
  position: relative;
  top: 18px;
}
span.course-comments{
  margin-right: 10px;
  color: #001f3f;

} 
span.course-seats{
  margin-right: 10px;
  color: #001f3f;
}
span.course-seats i{
  color: black;
  margin-right: 5px;
}
span.course-comments i{
  color:black;
  margin-right: 7px;
}
span.coursehead {
  padding: 0 6px; 
  position: relative;
  top: 2px; 
  font-weight: 500;
  color: #8b6aff;
  font-size: 18px;
}
span.border-middle {
  display: block;
  border-bottom: 3px solid #8b6aff;
  position: relative;
  top: 18px;
}
span.course-price {
  background: rgba(0, 0, 0, 0) linear-gradient( 
  124deg ,transparent 0%, #8b6aff 0%) repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 5%;
  right: 5%;
  padding: 2px 25px 2px 25px;
}
#featured-courses .review_stars{
  color: #ffc107;
}
.featured-courses-contents{
  box-shadow: rgb(17 17 26 / 5%) -1px 0px 16px, rgb(17 17 26 / 5%) 3px 0px 32px;
  margin-bottom: 10px;
}
.featured-courses-contents h5 a {
  color: #2c4058;
  font-size: 20px;
  font-family: Roboto;
} 
section#featured-courses {
  background-color: #f5f5f5;
}
.featured-courses-contents {
  background-color: #ffffff;
}
.courses-text {
  color: #2c4058;
  font-size: 15px;
}
span.coursehead.hx {
  background-color: #f5f5f5;
}
.main-box {
  margin: 30px 0px 30px 0px;
}
.short-course {
  background-color: #efefef;
  padding: 20px;
}
.con-box-short {
  margin: 0 auto;
  padding: 15px 0px 0px 0px;
}
#course_single .li_content {
    margin: 10px 10px 10px 0px;
}
.featured-courses-contents:hover img{
  opacity: 1;
}
.featured-courses-contents img{
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/*-----------Why Choose US--------------*/
.whychoose_us h2 {
  padding: 10px 0px 10px 0px;
  color: #ffffff;
}
.why_para.col-md-9.pl-0 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.why_para h4 {
  color: #ffffff;
  font: 600 20px/25px 'Roboto';
}
.feature-img-box{
  align-items: center;
  display: flex;
}
.whychoose_us h6 {
  color: #ffffff;
  padding:  0px 0px 0px 0px;
}
.why_para p {
  font: 400 14px/21px 'Roboto';
  color: #ffffff;
}
.why_choose_us {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.why_choose_us {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 20px;
}
section#why_choose_us {
  color: #ffffff;
  background-color: rgb(49 65 85 / 73%);
  background-size: cover;
}
/*Why-choose-us Video*//* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  box-shadow:0px 2px 6px rgba(0,0,0,1);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.adopt_outer {
  background: #f33e17;
}
.over_video{
  position: relative;
}
.over_video img {
  width: 100%;
}
.over_video .ps_video{
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 102px;
  border: 6px solid #c4b4fc;
  animation: rippleiv 2s infinite;
  border-radius: 50px;
}
#video{
  position: relative;
}
.ps_video {
  position: absolute;
  right: 50%;
  top: 100%;
  margin-top: 20%;
}
.ps_video i {
  color: #ffffff;
  font-size: 35px;
  padding: 25px 32px;
  border-radius: 50%;
  text-align: center;
  background-color: #8b6aff;
  cursor: pointer;
  width: 90px;
  height: 90px;
  animation: ripplei 2s infinite;
  box-shadow: 0px 0px 8px 8px #ffffff00;
}
.head-inner.text-center {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
/*----------Our Teachers-----------*/
.teacher-sheading h6 {
  color: #8b6aff;
  padding: 0px 0px 10px 0px;
}
.teacher-box-content h4 {
  color: #2c4058;
  font-size: 16px;
  font-weight: 600px;
}
.teacher-heading h2 {
  color: #051f3f;
  padding: 0px;
}
.teacher-content p {
    padding: 20px 0;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    color: #2c4058;
    max-width: 600px;
}
.teacher-box-content {
  position: absolute;
  bottom: 20%;
  left: 21%;
  text-align: center;
  background-color: #ffffff;
  padding: 0px 21px 5px 20px;
}
h4.teacher_name a {
  color: #2c4058;
  font-size: 16px;
  font-weight: 900;
}
.teacher-box-content cite {
  color: #2c4058;
  font-size: 14px;
  font-family: Roboto;
}
.team-box:hover:before{
  background: rgba(0,0,0,0.7);
}
.team-box .social-link{
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.4s linear 0s;
  position: absolute;
  bottom: 20%;
  left: 21%;
  text-align: center;
  background-color: #8b6aff;
  padding: 12px 15px 12px 15px;
}
.team-box {
  margin-bottom: 10px;
  position: relative;
}
.team-box:hover .social-link {
  opacity: 1;
}
.team-box .social-link li a:hover{
  text-decoration: none;
  background: rgba(255,255,255,0);
}
.team-box .social-link li{
  display: inline-block;
}
.team-box .social-link li a{
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.team-box:hover .teacher-box-content {  
  display: none;
}
/*------------------Trending Products-----------------*/
.product-title h3 {
  text-align: center;
  color: #ff6589;
}
.inner_product {
  background-color: #ffffff;
}
.inner_product a {
  color: #3f3f3f;
}
#trending_product .products .product-title,.product-hover-text{
  color: #051f3f;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  transition-duration: 1s;
  transform: translateY(0px);
}
#trending_product .products .product-title{
  background-color: #fff;
}
.hide-cont h5{
  padding-bottom: 0px !important;
}
.custom-product-price a {
  position: absolute;
  top: 0;
  background: #ffffff;
  color: #6649a6;
  padding: 10px 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  opacity: 0;
  min-width: 80px;
}
/* Button CSS*/
.newproductgallery #portfolio:hover .addtocartscode {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
}
.custom_cart a {
  position: absolute;
  top: 0;
  background: #ffffff;
  color: #6649a6;
  padding: 10px 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  opacity: 0;
  min-width: 80px;
}
.inner_product:hover .custom_cart a {
  opacity: 1;
  top: 30%;
  transform: translateY(-30%, -30%);
  -webkit-transform: translateY(-30%, -30%);
  -o-transform: translateY(-30%, -30%);
  -ms-transform: translateY(-30%, -30%);
  -moz-transform: translateY(-30%, -30%);
  font-size: 14px !important;
  background-color: #2c4058;
  border: none;
  color: #ffffff;
}
.inner_product a.added_to_cart.wc-forward {
  top: 20% !important;
}
.inner_product:hover a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.product-thumb {
  position: relative;
  text-align: center;
}
.product-thumb img{
  width: 100%;
}
.product-sale {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f06845;
  padding: 0;
  color: #ffffff;
  font: bold 16px 'Montserrat', sans-serif;
  padding: 8px;
  display: block;
}
.cart-btn a {
  background-color: #8b6aff;
  border: 1px solid transparent;
  color: white;
  font-size: 15px;
  padding: 9px 15px;
}
.inner_product:hover .product-sale {
  background-color: #75b64a;
  transition: 0.5s;
}
section#trending_product {
  background-color: #ecf0f3;
}
.product-heading h2 {
  color: #2c4058;
  text-transform: none;
  margin-bottom: 20px;
}
.product-heading h6 {
  color: #8b6aff;
  padding: 0px 0px 10px 0px;
}
a.read-more.font-weight-bold.btn.btn-primary.theme_button.product_button {
  float: right;
  top: 40px;
}
.custom-product-price.text-center.\.text-pro {
  margin-bottom: 20px;
  font-size: 16px;
}
.hide-cont {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  transition: .5s ease;
  opacity: 0;
}
.inner-pro {
  position: relative;
}
.product-thumb {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.inner-pro:hover .product-thumb {
  opacity: 0.3;
}
.inner-pro:hover .hide-cont {
  opacity: 1;
}
.inner-pro:hover {
  background-color: #08364f;  
}
#trending_product .products .product_box:hover .product-title{
  transform: translateY(-40px);
  opacity: 0;
}
.btn.theme_button:hover{
    color: #fff;
}
/*-------------Events Section--------------*/
h4.event_name a{
  color: #2c4058;
  font-size: 26px;
  font-weight: bold;
}
#events .qoute_text{
  font-size: 14px;
}
.event-heading h6 {
  color: #ffffff;
  padding: 0px 0px 10px 0px;
}
.qoute_text {
  color: #001f3f;
  font-size: 15px;
}
.event-heading h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.qoute_text.py-2 {
  color: #2c4058;
  font-size: 15px;
}
.timelocation {
  display: inline-flex;
  padding: 5px 0px 0px 0px;
}
.timelocation p {
    margin-bottom: 5px;
        color: #626262;
    font-size: 14px;
}
p.location {
  margin-left: 20px;
}
h4.event_name {
  padding: 0px;
}
.timelocation i {
  color: #8b6aff;
  font-size: 14px;
}
.event-box {
  background-color: #ffffff;
  padding: 20px 5px 20px 5px;
  margin: 15px 0px 0px 0px;
}
a.read-more.font-weight-bold.btn.btn-primary.theme_button.event_button {
  float: right;
  top: 40px;
  background-color: #ffffff;
  color: #8b6aff;
}
a.read-more.font-weight-bold.btn.btn-primary.theme_button.event_button i {
  color: #8b6aff !important;
}
.short-event{
  background-color: #efefef;
}
#accordion .events-box {
  border: 1px solid #bbb;
  margin: 10px 0px;
}
#teacher .social-link-short a i {
  background-color: #8b6aff;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 11px 15px;
  color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 10px;
}
#teacher cite {
  display: block;
}
.li_content p {
  margin-bottom: 2px;
}
span.entry-author a {
  color: #000;
}
/*-----------------Testimonial Section-------------*/
#testimonial .testimonial-head{
  text-align: center;
}
#testimonial .testimonial-head h2 {
  color: #2c4058;
}
#testimonial .testimonials-content{
  font-size: 18px;
  color: #001f3f;
  text-align: center;
}
#testimonial .testimonials-content img{
  width: 100px;
  border-radius:50%;
  margin: 20px auto 15px;
}
#testimonial .testimonials-text p{
  font-size: 16px;
  letter-spacing: 1px;
  color: #051f3f;
  font-family: Roboto;
  max-width: 95%;
  margin: 0 auto;
  line-height: 28px;
  position: relative;
}
#testimonial .testimonials-text p:before,#testimonial .testimonials-text p:after{
  color: #8b6aff;
  font-size: 50px;
  position: absolute;
  font-family: 'FontAwesome';
}
#testimonial .testimonials-text p:before{
  content: open-quote;
  margin-left: -25px;
  top: 10%;
}
#testimonial .testimonials-text p:after{
  content: close-quote;
  bottom: -10%;
}
#testimonial .testimonials-content h6 a{
  font-size: 21px;
  color: #001f3f;
}
#testimonial .testimonials-content span{
  font-size: 14px;
  letter-spacing: 0px;
  color: #8fa3aa;
  font-family: "Source Sans Pro";
}
#testimonial .owl-nav button{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  outline: none;
}
.testimonial-head h6 {
  color: #8b6aff;
}
.testimonial_box_sc.text-center {
  border: 1px solid #cccccc;
  padding: 20px;
}
/*--------------Sponsors---------------------*/
img.feature-img.mt-3.mb-3 {
  padding: 42px;
}
section#our_partners {
  background-color: #ecf0f3;
  padding: 14px 0px 14px 0px;
}
.client_inner img{
  padding: 40px;
}
.client_inner:hover img{
  animation: flip 4s 1;
}
/*--------------Latest Post------------------*/
#latest_post .postbox{
  position: relative;
}
.postbox .postpic{
  position: relative;
  overflow: hidden;
}
.post_pic_inner {
  position: relative;
}
.post_pic_inner img{
  transform: scale(1);
  transition: all 1s ease 0s;
}
.post_pic_inner:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#8b6aff 10%,#0000ff00 70%);
  transition: all .5s;
  z-index: 4;
  border-radius: 8px;
}
.postbox:hover .post_pic_inner:before{
  top: 0;
}
.blog h6 {
  color: #8b6aff;
  padding: 0px 0px 10px 0px;
}
.image-box img,.blog_sec1 img {
  width: 100%;
}
.blog h2 {
  color: #2c4058;
  margin-bottom: 20px;
}
.postbox-content {
  padding: 15px 30px;
  position: absolute;
  bottom:0px;
  color: #fff;
  z-index: 99;
  border-radius: 8px;
}
.postbox-content-next{
  z-index: 99;
}
.postbox-content-next {
  padding: 0px 0px 15px 10px;
  color: #fff;
}
h4.posttitle a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
.blog_sec1 h4.posttitle a{
  font-size: 24px;
}
.meta_post {
  font-size: 14px;
  display: none;
}
.postbox:hover .meta_post{
  display: block;
}
.postbox-content-next {
  padding: 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
}
#latest_post .blog_sec2 .postbox{
  margin-bottom: 13%;
}
.latest_post1 .postbox-content{
  padding-bottom: 10%;
  padding-left: 7%;
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  border-left: 3px solid #000000;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 22px;
  font-size: 32px;
}
#register h2{
  font-size: 22px;
  text-transform: none;
  color: #001f3f;
  line-height: 30px;
}
.btn-register{
    font-size: 14px;
    font-weight: 600;
    background-color: #8b6aff;
}
#register{
  background-color: #ecf0f3;
}
#register .register-button{
  transform: translateY(40%);
}
/*-----------------Video Gallery------------------*/
.video-gallery-heading h6 {
  color: #8b6aff;
  padding: 0px 0px 10px 0px;
}

.video-gallery-heading h2 {
  color: #051f3f;
  margin-bottom: 20px;
  text-transform: none;
}
/*-------------------------Contact Details------------------------*/
section#contact-details{
  background-color: #8b6aff;
}
span.hi_phone, span.hi_mail{
  font-size: 18px;
}
.hi_phone i, .hi_mail i{  
  background-color: #5f5406;
  padding: 12px;
  margin-right: 12px;
  color: #ffffff;
}
.hi_phone i:after, .hi_mail i:after{
  border-left-color: #5f5406;
  margin-left: 12px;
}
/*------------------------- About us-----------------------------*/
#about {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fefefe;
}
.about-heading img{
  text-align: right;
}
.about-content p {
  font-size: 15px;
  color: #2c4058;
}
.li_content p {
  color: #6c6c6c;
  font-size: 13px;
}
#about ul li, #course ul li, #course_single ul li {
  list-style: none;
}
.li_content i{
  color: #8b6aff; 
  margin-right:0px;
}
.about_img img {
  border-radius: 10px;
  height: 100%;
}
.about-content {
  margin-right: 20px;
}
h4.subheading {
  color: #858585;
}
.about-contact {
  padding: 15px;
  background: #fff;
  position: absolute;
  top: -113px;
  box-shadow: 0px 6px 5px 6px #e1e1e1;
}
.about-contact input[type="text"], .about-contact input[type="tel"], .about-contact input[type="email"], .about-contact input[type="phno"], .about-contact input[type="password"], .about-contact textarea, .about-contact select {
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: #6c6c6c;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
p.subtext{
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}
.read_more{
  color: #8b6aff;
}
.read_more i{
  width: auto;
  padding-left: 5px;
}
.about-contact input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #040404;
}
.about-content h6 {
  color: #516072;
  font-size: 20px;
  font-weight: 500;
}
.about-content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #2c4058;
  text-transform: none;
}
.about-content i {
  font-size: 20px;
  color: #8b6aff;
  padding: 5px;
}
.box {
 cursor: pointer;
  position: relative;
  overflow: hidden;
}
.box img {
  left: 0;
 -webkit-transition: all 300ms ease-out;
 -moz-transition: all 300ms ease-out;
 -o-transition: all 300ms ease-out;
 -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
  border-radius: 10px;
  background-color: #8d6bf5;
  position: absolute;
  top: 0px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  height: 100%;
  bottom: 0%;
  left: -100%;
}
.box:hover .overbox {
  opacity: 0.9;
  transform: translateX(100%);
  transition: 1s ease;
  bottom: 0%;
  left: -75%;
}
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.box:hover .title,.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}
.box:hover .tagline,.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.overbox h3{
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 30%;
}
.overbox p {
    text-align: center;
    position: relative;
    top: 30%;
    padding: 0px 16px;
    font-size: 14px;
    font-weight: 600;
}
/*------------------------- Gallery ------------------------*/
#section_gallery .media {
  max-width: 300px;
  margin: 0 auto;
}
.icon_overlay i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #8b6aff;
  padding: 20px 20px;
}
.view_more {
  background-color: #8b6aff;
  padding: 40px;
  text-align: center;
}
.view_more a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #3a393e;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  border: 1px solid #ffffff;
}
/*--------------our sucess-------------------------*/
.card-bg1{
  height: 250px !important;
  background-repeat: no-repeat !important;
  background-size: cover!important;
  padding: 35px !important;
}
.card-bg2{
  height: 250px !important;
  background-repeat: no-repeat !important;
  background-size: cover!important;
  padding: 35px !important;
}
.card-main{
  margin-top: 30px !important;
}
#sucess .card-purple-text{
  font: 600 18px "Roboto";
  color: #8b6aff;
  margin-bottom: 0;
}
.text-up{
  margin-top: -40%;
  margin-left: 30px;
}
#sucess .card-black-text{
  font: 600 26px/40px "Roboto";
  color: #001f3f;
  width: 250px;
}
.btn-purple{
  font: 600 16px "Roboto";
  color: #ffffff;
  padding: 6px 20px;
  background-color: #8b6aff;
}
#sucess {
  padding-bottom: 13%;
}
.text-big{ 
  color: #2c4058;
  padding-bottom: 30px;
  text-transform: none;
}
#sucess .text-small{
  font-weight: 600;
  color: #8b6aff;
}
/*------------------------- Our Records -----------------------------*/
#our_records h3{
  border-right: none;
  margin: 0;
}
.record_listing {
  display: flex;
  padding: 0px 10px;
}
#our_records {
  padding: 50px 0;
  background-size: cover;
}
#our_records .counter-icon {
  text-align: left;
}
#our_records h4 {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  line-height: 34px;
  padding: 0;
}
#our_records p {
  font-size: 14px;
  color: #ffffff;
}
#our_records .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#our_records button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #ffffff;
  border: solid 2px #191b27;
}
#our_records button.owl-dot.active {
  background-color: #ff6589;
  border: solid 2px #ff6589;
}
#our_records button:focus {
  outline: inherit !important;
}
#our_records .counter_inner {
  margin-bottom: 20px;
}
.record-box-icon {
  font-size: 23px;
  text-align: center;
}
.record-box-icon i{
  color: #1e202c;
  font-weight: bold;
}
.record-count {
  font-size: 72px;
  color: #ffffff;
  font-weight: 900;
}
.record-text {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto';
}
.record_box3, .record_box4{
  margin-bottom: 0 !important;
}