/*-----------slider--------*/
.headtwo {
    font-size: 47px;
    color: var(--black);
    font-family:var(--font-roboto);
    font-weight: 800;
}
.slider-main-heading {
    color: var(--pink) !important;
    font-family: var(--font-Montserrat);
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    font-weight: 600;
}
.prop_desc {
    color: #525358;
    font-size: 14px;
    font-family: var(--font-roboto);
}
.read-more {
    font-family: var(--font-Montserrat);
    color: var(--cream);
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border: 3px solid var(--cream);
    padding: 12px 18px;
    border-radius: 6px;
}
.slider-right-image {
    height: 67%;
}
.read-more:hover
{
  color: var(--cream);
   border: 3px solid var(--cream) !important;
}
#slider .carousel-caption {
    top: 0;
    padding: 0;
    right: 0;
}
#slider .slide_nav {
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 16%;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
#slider .carousel-prev-button i {
    color: #6b6767;
    border: 1px solid #6b6767;
    padding: 13px 14px;
    height: 45px;
    width: 45px;
}
#slider .carousel-next-button i {
    color: #000000;
    border: 1px solid #000000;
    padding: 13px 14px;
    height: 45px;
    margin-left: 25px;
    width: 45px;
}
#slider a i:hover
{
    background: unset !important;
}
.slider-right-img {
    float: right;
}
.slider_col1
{
  width: 51.333333%;
}
.slider_col2
{
  width: 48.666667%;
}
#slider img {
    width: 100%;
}
.slider-box {
    margin-top: 180px;
}
.headtwo {
    background-image: linear-gradient( -225deg, #000000 0%, #000000 51%, #ff1361 67%, #5b62c7 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear;
    display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.slider-box {
  
  animation: resize-anime 5s  forwards;
  animation-direction: alternate;
}
@keyframes resize-anime {
  from {
   
    opacity:0
  } 
  to {

   
    opacity:1
  }
}
/*-----------our-services-----------*/
#our-services {
    margin-top: 125px;
}
.our-services-main-heading {
    color:var(--purple);
    font-family: var(--font-Montserrat);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
.our-services-main-heading:before {
    content: '';
    display: block;
    border-top: 2px solid var(--purple);
    width: 38px;
    position: absolute;
    top: 10px;
    left: -49px;
}
.our-services-sub-heading {
    font-family:var(--font-roboto);
    font-size: 48px;
    color: var(--black);
    font-weight: 800;
}
.our-services-para {
    width: 367px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #2e2e30;
    font-weight: 500;
    font-family:  var(--font-Montserrat);
}

.services_whole_card img {
    width: 93px;
    margin: -15px auto;
}
.services_whole_card .card-title a {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 800;
    font-family: var(--font-roboto);
}
.services_whole_card p{
    font-size: 13px;
    line-height:19px;
    color: #ffffff;
    font-weight: 300;
    font-family: var(--font-roboto);
}
.services_whole_card {
    margin-top:40px;
    transform: rotate(-8deg);
    padding-bottom: 108px;
}
.service-left-text {
    margin-top: 200px;
}
.services_whole_card .our_services_col:nth-child(1),.services_whole_card .our_services_col:nth-child(2) {
    margin-bottom: 27px;
}
.services_whole_card .card {
    
    border: unset;
    border-radius: 25px;
}
.services_whole_card .our_services_col:nth-child(1),.services_whole_card .our_services_col:nth-child(2),.services_whole_card .our_services_col:nth-child(3),.services_whole_card .our_services_col:nth-child(4)
{
    border-radius: 25px;
}
.services_whole_card .our_services_col:nth-child(1) {
    background: #f8a556;
    box-shadow: #f8a556bd 0px 7px 29px 0px;
    
}
.services_whole_card .our_services_col:nth-child(2),.services_whole_card .our_services_col:nth-child(4)
{
        margin-left: 23px;
}
.services_whole_card .our_services_col:nth-child(2) {
    background:#5b62c7;
    box-shadow: #5b62c7c2 0px 7px 29px 0px;
}
.services_whole_card .our_services_col:nth-child(3) {
    background: #f85285;
    box-shadow: #f8528587 0px 7px 29px 0px;
    
}
.services_whole_card .our_services_col:nth-child(4) {
    background: #ff7162;
    box-shadow: #ff716294 0px 7px 29px 0px;
   
}
.card
{
    background: unset;
}
/*---------- pricing plan-------*/
.pricing-plan-box1,.pricing-plan-box2,.pricing-plan-box3 {
    box-shadow: 4px 2px 12px 1px #ccc;
    border-radius: 25px;
    max-width: 100%;
    text-align: center;
    width: 306px;
    position: relative;
    padding-bottom: 50px;
    border: 1px solid #b7b7b7;
}
.pricing-plan-box1:hover
{
    border: 1px solid var(--cream);
}
.pricing-plan-box2:hover
{
    border: 1px solid var(--pink);
}
.pricing-plan-box3:hover
{
    border: 1px solid var(--Orange);
}
.pricing-plan-img {
    width: 100px;
}
.pricing_plan_price {
    font-size: 25px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    position: absolute;
    top:14%;
    left: 40%;
}
.pricing_plan_col {
    width: 31%;
}
.our_services_col {
    width:38%;
}
.pricing_text {
    font-size: 25px;
    color: #000000;
    font-weight: 900;
    font-family: "Roboto";
}

.pricing-contents {
    padding: 0;
}
.pricing_plan_content {
    font-size: 14px;
    color: #676666;
    font-weight: 500;
    font-family: 'Montserrat';
    list-style: none;
    line-height: 13px;
}
.read-more-pricing-plan1,.read-more-pricing-plan2,.read-more-pricing-plan3 {
    font-family: 'Roboto';
    text-decoration: none;
    color: white;
    padding: 13px 13px;
    border-radius: 11px;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
}
.read-more-pricing-plan1
{
  background: var(--cream);  
}
.read-more-pricing-plan2
{
  background: var(--pink);  
}
.read-more-pricing-plan3
{
  background: var(--Orange);  
}
.read-more-pricing-plan1: hover,.read-more-pricing-plan2: hover,.read-more-pricing-plan3: hover{
    color: white;
}
.read-more-pricing-plan1:before,.read-more-pricing-plan2:before,.read-more-pricing-plan3:before {
    position: absolute;
    content: '';
    display: block;
    top: 8%;
    padding: 19px 31px;
    border-radius: 11px;
    width: 100%;
    left: 7%;
    z-index: -1;
}
.read-more-pricing-plan1:before
{
  border: 2px solid var(--cream);
}
.read-more-pricing-plan2:before
{
  border: 2px solid var(--pink);
}
.read-more-pricing-plan3:before
{
  border: 2px solid var(--Orange);
}
/*--------------- sponsor------------------*/
#sponsor .owl-carousel
{
    display: block;
}
#sponsor .sponsor_inner_image img {
  margin: 0 auto;
  height: 78px;
  width: 47%;
  object-fit: contain;
  max-width: 40%;
  transition: all 0.5s ease-in-out;
}
#sponsor {
    padding-bottom: 55px;
}
#sponsor .sponsor_inner_image .sponsor-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
#sponsor .sponsor_inner_image .sponsor-image {
    position: relative;
}
.sponsor_inner_image:hover .sponsor-hover-img
{
    opacity: 1 !important;
}
/*----------- records------------*/
#our-records .owl-carousel
{
    display: block;
}
.counter{
    text-align: center;
}
#counter .counter-value,#counter .counter_suffix {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}
#counter .record_title {
    font-size: 19px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
}
#Join-now {
    margin-top: -50px;
}
/*------------------Latest Post -----------------*/
#latest_post {
    border-bottom: 1px solid #e2e2e2;
}
#latest_post img,.events_thumb img{
    width: 229px;
    height: 279px;
    object-fit: cover;
    border-radius: 25px;
}
.latest_blog_contents1, .latest_blog_contents2 {
    margin-bottom: 30px;
}
/*----------Upcoming Events---------------*/
.events-data {
    display: flex;
}
.event_box,.latest_blog_colsec {
    background: white;
    border-radius: 25px;
    margin-left: -21px;
    padding: 22px 49px;
    width: 60%;
}
.events_content1, .events_content2 {
    margin-bottom: 25px;
}
.entry-date {
    background: unset !important;
}
/*----------------- Product---------------*/
#products .owl-stage-outer {
    padding: 30px 0 25px 0;
}
.product-box {
    box-shadow: 4px 2px 12px 1px #ccc;
    border-radius: 10px;
   transition: all 0.5s ease-in-out;
}
.product-box:hover {
    margin-top: -30px;
}
#products .owl-item {
    padding: 8px;
}
.product-thumb img
{
   height: 50%;
    object-fit: cover;
    width: 84% !important;
    margin: 0 auto;
}
.product-thumb {
    border-bottom: 1px solid #dbdbdb;
}
.product_head a {
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto";
    text-decoration: none;
}
.custom-product-price del {
    display: none;
}
.custom-product-price ins {
    text-decoration: none;
}
.custom-product-price .woocommerce-Price-amount {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    color: #464444;
    font-weight: 600;
    font-family: "Montserrat";
}
.star-rating {
    color:#f8a556;
    border-color:#f8a556;
    margin: 0 auto;
    overflow: hidden;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width:5.4em;
    font-family: star;
    position: relative;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 5px;
    padding-top: 1.5em;
    position: absolute;
    left: 0;
}
.star-rating:before{
  color:#f8a556;
  border-color: #feb42b;
  content: "\73\73\73\73\73";
  float: left;
  top: 0; 
  margin: 0 auto; 
}
.star-rating span:before {
    position: absolute;
    content: "\53\53\53\53\53";
    top: -5px;
    left: 1px;
    position: absolute;
    font-family: 'star';
    color: #f8a556;
    border-color: #f8a556;
}
.comment-value {
  display: none;
}
#products .sale{
    background: #ff7162;
    color: white;
    border-radius: 50%;
    padding: 12px 6px;
    position: relative;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 700;
    width: 42px;
    height: 42px;
    left: 13px;
    top: 16px;
    opacity: 0;
}
.read-more-bg {
    background: #5b62c7;
    color: white;
    padding: 4px 21px;
    border-radius: 6px;
    margin-left: 8px;
}
.product-read-more {
    color: white;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: 600;
}
.add-tocart-bg {
    background: #f85285;
    color: white;
    padding: 6px 13px;
    border-radius: 6px;
}
.add-tocart-bg i {
    font-size: 12px;
}
.add-tocart-bg a {
    color: white;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 11px;
    position: relative;
    top: -1px;
    left: 4px;
}
.cart-btn.button {
    display: flex;
    justify-content: center;
    opacity: 0;
}
.product-rating {
    height: 0;
}
.product-box:hover .cart-btn.button,.product-box:hover .sale{
    opacity: 1 !important;

}
.product-box:hover
{
background: #fff0ef;
transition: all 0.5s ease-in-out;
}
.product-box:hover .product-thumb
{
    border-bottom: unset;
}
.product-box:hover .product_content
{
    margin-top: -32px;
    padding-bottom: 21px;
}
.product-box:hover .cart-btn.button
{
    margin-top: 28px !important;
}
#products .owl-prev, #products .owl-next {
    background: unset;
    height: 38px;
    width: 46px;
}
#products .owl-nav {
    text-align: center;
    margin-top: 45px;
}
#products .owl-prev i,#products .owl-next i {
    font-size: 22px;
    padding: 7px;
}
#products .owl-next {
    margin-left: 13px;
}
.read-more {
    background-image: linear-gradient(0, #ff7162, #ff7162) !important;
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
}

.read-more:hover {
    background-size: 100%;
    color: #fff;
    border: 3px solid #ff7162 !important;
}
.read-more-join-now {
    background-image: linear-gradient(0, #be2a58, #be2a58) !important;
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
}

.read-more-join-now:hover {
    background-size: 100%;
    color: #fff;
}
.read-more-join-now:hover:before
{
    background: unset;
    border: unset;
}
.read-more-about,.read-more-services,.read-more-pricing-plan1,.read-more-pricing-plan2,.read-more-pricing-plan3,.read-more-pricing-plan4,.postbox-content1 .read-more-latest,.postbox-content2 .read-more-latest,.postbox-content3 .read-more-latest,.postbox-content4 .read-more-latest {
    background-image: linear-gradient( -225deg, #000000 0%, #f85285 0%, #f8a556 67%, #ff7162 100% );
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.read-more-about:hover,.read-more-services:hover,.read-more-pricing-plan1:hover,.read-more-pricing-plan2:hover,.read-more-pricing-plan3:hover,.read-more-pricing-plan4:hover,.postbox-content1 .read-more-latest:hover,.postbox-content2 .read-more-latest:hover,.postbox-content3 .read-more-latest:hover,.postbox-content4 .read-more-latest:hover {
    background-size: 100% 100%;
    color: #fff !important;
    box-shadow: 4px 2px 12px 1px #ccc;
}
.add-tocart-bg {
    background-image: linear-gradient(0, #5b62c7, #5b62c7) !important;
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
}

.add-tocart-bg:hover {
    background-size: 100%;
    color: #fff;
}
#tg_gallery .tg_gallery_front li:hover {
    animation: pulse 1s infinite;
}
.events_content1:hover .event_box,.events_content2:hover .event_box,.events_content3:hover .event_box,.events_content4:hover .event_box,.latest_blog_contents1:hover .latest_blog_colsec,.latest_blog_contents2:hover .latest_blog_colsec,.latest_blog_contents3:hover .latest_blog_colsec,.latest_blog_contents4:hover .latest_blog_colsec {
    box-shadow: 4px 2px 12px 1px #ccc !important;
    transition: all 0.5s ease-in-out;
}
.events_content1,.events_content2,.events_content3,.events_content4,.latest_blog_contents1,.latest_blog_contents2,.latest_blog_contents3,.latest_blog_contents4 {
    transition: all 0.5s ease-in-out;
}
.events_content1:hover,.events_content2:hover,.events_content3:hover,.events_content4:hover,.latest_blog_contents1:hover,.latest_blog_contents2:hover,.latest_blog_contents3:hover,.latest_blog_contents4:hover
{
 margin-top: -10px;
}
.events_thumb,.latest-post-imgs,.our-program-img {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 25px;
    z-index: 99;
}
.events_content1:hover .events_thumb img,.events_content2:hover .events_thumb img,.events_content3:hover .events_thumb img,.events_content4:hover .events_thumb img,.latest_blog_contents1:hover .latest-post-imgs img,.latest_blog_contents2:hover .latest-post-imgs img,.latest_blog_contents3:hover .latest-post-imgs img,.latest_blog_contents4:hover .latest-post-imgs img,.our-program-boxes:hover .our-program-img img{
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transform: scale(1.5) rotateZ( -5deg);
    -moz-transform: scale(1.5) rotateZ(-5deg);
    -webkit-transform: scale(1.5) rotateZ( -5deg);
    -o-transform: scale(1.5) rotateZ(-5deg);
}
.slider-right-img{
    animation: zoomout 5s;
}
@keyframes zoomout{
  0%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
.about-left:hover,.about_right_img img:hover {
    animation: pulse 1s infinite;
}
.our_services_col:hover {
    animation: pulse 1s infinite;
}
.our_services_col
{
transition: all 0.5s ease-in-out;
}
@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    }
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    }
  }
.pricing-plan-box1 span,.pricing-plan-box2 span,.pricing-plan-box3 span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  }
.pricing-plan-box1 span:nth-child(1),.pricing-plan-box2 span:nth-child(1),.pricing-plan-box3 span:nth-child(1)
{
  transform:rotate(0deg);
}
.pricing-plan-box1 span:nth-child(2),.pricing-plan-box2 span:nth-child(2),.pricing-plan-box3 span:nth-child(2)
{
  transform:rotate(90deg);
}
.pricing-plan-box1 span:nth-child(3),.pricing-plan-box2 span:nth-child(3),.pricing-plan-box3 span:nth-child(3)
{
  transform:rotate(180deg);
}
.pricing-plan-box1 span:nth-child(4),.pricing-plan-box2 span:nth-child(4),.pricing-plan-box3 span:nth-child(4)
{
  transform:rotate(270deg);
}
.pricing-plan-box1 span:before,.pricing-plan-box2 span:before,.pricing-plan-box3 span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 3px;
  background: var(--cream);
  animation: animate 4s linear infinite;
}
.pricing-plan-box2 span:before
{
  background: var(--pink);
}
.pricing-plan-box3 span:before
{
 background: var(--Orange);
}
.pricing-plan-box1,.pricing-plan-box2,.pricing-plan-box3{
  overflow: hidden;
}
.pricing-plan-box1:before,.pricing-plan-box2:before,.pricing-plan-box3:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  transition:0.5s;
  pointer-events: none;
}
.pricing-plan-box1:hover:before,.pricing-plan-box2:hover:before,.pricing-plan-box3:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}
.read-more-latest:hover:before, .post-contents-cols:nth-child(5) .read-more-latest:hover:before, .post-contents-cols:nth-child(9) .read-more-latest:hover:before
{
    z-index: -1;
}
.our-program-img
{
   border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-radius: unset;
}

.our-team{ text-align: center; }
.our-team .pic{
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    width: 230px;
    height: 230px;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 110%;
    height: 110%;
    border-radius: 50%;
    box-shadow: 100px 0 0 rgb(255 255 255 / 1%) inset, 0 100px 0 rgb(255 255 255 / 1%) inset, -100px 0 0 rgb(255 255 255 / 1%) inset, 0 -100px 0 rgb(255 255 255 / 1%) inset;
    position: absolute;
    top: 0px;
    left: -12px;
    transition: all 300ms linear 0s;
}
.our-team .pic:after{
    transform: rotate(45deg);
}
.our-team:hover .pic:after, .our-team:hover .pic:before {
    box-shadow:0 5px 0 #ff7162 inset, -5px 0 0 #f8a556 inset, 0 -5px 0 #f85285 inset;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 300ms linear 0s;
}
.our-team:hover .pic img{
    transform: scale(1.1);
}
.our-team:hover .fa-instagram
{
  color: #5b62c7;
    font-weight: 700;   
}
.our-team:hover .fa-twitter
{
  color: #ff7162;
    font-weight: 700;   
}
.our-team:hover .fa-facebook-f
{
  color: #f8a556;
    font-weight: 700;   
}
.our-team:hover .fa-pinterest-p
{
  color: #f85285;
    font-weight: 700;   
}
.read-more-bg a {
    color: white;
}