/*-------------- Owl crousel ---------------*/

  .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    width: auto;
  }
  section{
    padding:50px 0px;
  }
  .sec_small_heading{
    font-size: 16px;
    line-height: normal;
    color: #890C25;
    font-weight: 700;
    font-family: Jost;
    letter-spacing: 0px;
  }
  .sec_main_heading{
    font-family: Jost;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.03em;
    text-align: center;
    color:#0F2239;
    max-width: 600px;
    margin: auto;
  }
  .section-btn{
    font-family: Jost;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    color:#fff;
    background-color:#890C25;
    border-radius:50px;
    padding:16px 60px;
  }
  .section-btn.btn{
    font-family: Jost;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    color:#fff;
    background-color:#890C25;
    border-color: #890C25;
    border-radius:50px;
    padding:16px 40px;
  }
  .section-btn:hover{
  border-color:#fff;
  background-color: transparent;
  }
  .btn-primary:active{
    background-color: #890C25 !important;
    border-color: #890C25 !important;
  }

  .section-btn:hover{
    background-color: #ef851f;
  }
  .btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: none !important;
    border-color: #890C25 !important;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #fff !important;
    border-color: #fff !important;
    color:#890C25 !important;
    box-shadow: 0px 0px 20px 0px #00000026;
}
  .section-description{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
  }

  .post-main_heading {
    font-size: 1.75rem;
    line-height: 1.2;
    color: #0F2239;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
  }

  .post-description {
    font-size: 16px;
    line-height: 24px;
    color:#afa6a7;
    font-weight: 500;
  }
  .counter-num{
    font-family: Jost;
    font-size: 58px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 0em;
    text-align: center;
    color:#fff;
  }
  .counter-title{
    font-family: Jost;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color:#fff;
    }

    #course-categories .owl-nav{
      display: none;
    }
    .owl-nav{
      display: none;
    }
    #course-categories .btn-padd{
      margin-top: 35px;
    }

/* SLIDER */
#slider .small-des{
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #890C25;
  padding-top: 78px;

}
#slider .main-head{
  font-family: Jost;
  font-size: 60px;
  font-weight: 700;
  line-height: 87px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;

}
#slider .long-des{
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  max-width: 500px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.vertical.carousel .carousel-item {
    overflow: hidden;
}
.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}
.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}
.vertical.carousel .carousel-indicators {
    top: -36%;
    left: unset;
    margin-left: unset !important;
    margin-right: 1rem;
    flex-direction: column;
}
.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    background-color:#ef851f;
    border-radius:30px;
    opacity: 1;
}
.carousel-indicators .active{
  background-color:#fff !important;
}
.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 33px;
    height: 121px;
}
.vertical.carousel .carousel-control-prev{
  top: 23%;
  left: 5%;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    /*transform: rotateZ(90deg);*/
}
.vertical.carousel .carousel-control-next {
    top: 52%;
    /* bottom: 23%; */
    right: 5%;

}

#slider .carousel-caption{
  position: static;
  text-align: left;
}
#slider .slider-box{
  max-width:76%;
  padding-left: 8px;
  margin: auto;
  margin-top: 4px;
}

#slider .rightdiv{
  position: relative;
  animation: pulse 8s infinite ease-in-out alternate;
}
#slider .img-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 19px;
}
#slider .slidimgdot1,#slider .slidimgdot2,#slider .slidimgdot3{
  position: absolute;
  z-index: 9;
}
#slider .slidimgdot1{
  left: 63px;
  top: 434px;

}
#slider .slidimgdot2{
  left: 57%;
  top: 659px
}
#slider .slidimgdot3{
  right: 44px;
    top: 282px;
}
#slider .slidimgcurve{
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: 0px;
}
section#slider{
  position: relative;
  padding-top: 120px
}
#slider .slidimgcurve{
  left: 0px;
  right: 0px;
  bottom: -74px;
  z-index: 1;
}
#slider .carousel{
  z-index: 9;
}

#course-categories{
  margin-top: 68px;
}

/**************** courses section ********************/
#courses ul.nav-tabs{
    justify-content: center;
    width: 300px;
    margin: auto;
    border-bottom:0px;
    margin-bottom: 34px;

  }
  #courses .nav-tabs .nav-link{
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    border-radius:9px;
    background-color:#fff;
    box-shadow: 0px 0px 20px 0px #00000026;
    padding:9px 15px;
    color:#000;
  }
  #courses .nav-tabs .nav-item{
    margin-right:20px;
  }
  #courses .nav-tabs .nav-link.active{
    background-color:#890C25;
    color:#fff;
    box-shadow: none;
  }
  .course-content .title{
    font-family: Jost;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;

  }
  .course-content .title a{
    color:#0F2239;
  }
  .course-content .topdiv,.course-content .bottomdiv{
    display:flex;
    justify-content: space-between;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F2239;
  }
  .course-content .course-img{
    padding:20px 20px;
    box-shadow: 0px 0px 20px 0px #00000026;
    border-radius: 10px;
  }
  .course-content .main-inner{
    padding-top: 20px;
  }

  .course-content .bottomdiv{
    border-top: 1px solid #F6ECEC;
    margin-top: 15px;
    padding-top: 20px;
  }
  .course-content .price{
    font-weight: 700;
    line-height: 20px;
    color: #890C25;

  }
  .course-content .course-level{
      font-weight: 600;

  }
  .course-content .topdiv{
    padding-top: 15px;
  }

  #courses .tab-content{
    margin-top: 50px;
  }
  .course-content .course-img .img{
    position: relative;
  }
  .course-content .course-img .img{
    position: relative;
  }
  .course-content .course-img .iconimg {
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: 16px;
    right: 12px;
    background-color: #fff;
    border-radius: 50%;
  }

  .course-content .course-img .iconimg img{
      text-align: center;
      padding-top: 10px;
      padding-left: 10px
  }
  .course-content:hover .iconimg{
    background-color: #890C25;
  }
  .course-content:hover .iconimg img{
      filter:  brightness(0) invert(1);
  }


/**************** offer section ********************/
#course-categories .category-title{
  font-family: Jost;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: #0F2239;
  margin-bottom:0px;
  margin-top:10px;
}
#course-categories .category-para{
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color:#0F2239;
}
.categories-images .cat-img{
  width:122px;
  height:122px;
  margin:auto;
  position:relative;
  animation: pulse 3s infinite ease-in-out alternate;
}
.categories-images .cat-img img{
  width:100%;
  height:100%;
  position: absolute;
}
/**************** ready offer section ********************/

#ready_offer .sec_main_heading{
  color:#fff;
  max-width:100%;
  padding-bottom:0px;
}
#ready_offer .sec_small_heading{
   padding-top:50px;
}
#ready_offer .blue-heading{
  color:#890C25;
}
#ready_offer .mentor-title{
  font-family: Jost;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: -0.03em;
  text-align: center;
  color:#fff;
}
#ready_offer .section-description{
  max-width:674px;
  margin:auto;
  color:#fff;
}
#ready_offer .margin-right{
  margin-right:30px;
}
#ready_offer .btn-padd{
  padding-bottom:37px;
}
#ready_offer{
  position: relative;
}
#ready_offer .img1{
  position: absolute;
  top: 0px;
  left: 0px;
}
#ready_offer .img2{
  position: absolute;
  left: 148px;
  top: 233px;
}
#ready_offer .img3{
  position: absolute;
  left: 172px;
  top: 337px;
}
#ready_offer .img4{
  position: absolute;
    bottom: 0px;
    left: 396px;
}
#ready_offer .img5{
  position: absolute;
  bottom: 24px;
  right: 106px;
}
#ready_offer .img6 {
    position: absolute;
    top: 47px;
    right: 279px;
}
#ready_offer .img7{
  bottom: 0px;
  position: absolute;
  right: 15px;
}
/****************why choose Section********************/
section#why-choose {
  padding: 0px 0px;
}
#why-choose h5{
  margin-bottom: 0px;
  padding-top: 50px ;
}
#why-choose .btn-padd{
  padding-bottom: 50px;
}
#why-choose .right-div{
  position: relative;
}
#why-choose .section-bottom-left-image{
  position: absolute;
  top: -21px;
  right: 0px;
  z-index: -1;
}
#why-choose .sec_main_heading{
  margin-left: 0px;
  padding-bottom: 0px;
}
.why-list ul{
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}
.why-list ul li{
  list-style-type: none;
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;

}
.why-list ul li i{
  font-size: 16px;
  color: #890C25;
  margin-right: 39px;
}

/**************** favourite course Section********************/
#favourite{
  position: relative;
}
#favourite .img1{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
#favourite .img2{
  position: absolute;
  left: 30px;
  bottom: 0px;
}
#favourite .img3{
  position: absolute;
  right: 200px;
  top: 90px;
}
#favourite .img4{
  position: absolute;
  bottom: 34px;
  right: 108px;
}
#favourite .img5{
  position: absolute;
  bottom: 0px;
  right: 15px;
}
#favourite .sec_main_heading{
  color: #fff;
  margin-left: 0px;
}

#favourite h5{
  margin-bottom: 0px;
  padding-top: 50px ;
}
#favourite .btn-padd{
  padding-bottom: 50px;
  text-align: left;
}
#favourite .section-description{
  color: #fff;
}
#favourite .right-img{
  position:absolute;
  top: 18px;
  height:566px;
}

/**************** upcoming event section ********************/
#upcoming-events {
  background-color:#F0F4FA;
  position: relative;
}

#upcoming-events .upcoming-right-content{
    box-shadow: 0px 0px 20px 0px #00000026;
    background: #FFFFFF;
    margin-bottom: 18px;
    border-radius: 20px;
    padding:30px 70px 30px 40px;

  }
  #upcoming-events .slick-vertical .slick-slide{
    height: 170px;

  }
  .ticket-btn{
    margin-top: 20px;
  }
  #upcoming-events ul.nav-tabs{
    justify-content: center;
    width: 300px;
    margin: auto;
    border-bottom:0px;
    margin-bottom: 34px;

  }
  #upcoming-events .nav-tabs .nav-link{
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    border-radius:9px;
    background-color:#fff;
    box-shadow: 0px 0px 20px 0px #00000026;
    padding:9px 15px;
    color:#000;
  }
  #upcoming-events .nav-tabs .nav-item{
    margin-right:20px;
  }
  #upcoming-events .nav-tabs .nav-link.active{
    background-color:#890C25;
    color:#fff;
    box-shadow: none;
  }
  #upcoming-events .start-date{
    font-family: Jost;
    letter-spacing: 0em;
    text-align: left;
    position:relative;
  }
  #upcoming-events .datebold{
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    display:block;
  }
  #upcoming-events .month{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }
  #upcoming-events .ime-loc{
    display: flex;
  }
  #upcoming-events .time-loc{
    display: flex;
    gap: 40px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    text-align:left ;
    padding-left: 10px;
  }
  #upcoming-events .time-loc i{
    padding-right: 10px;
    font-size: 24px;
  }
  #upcoming-events .start-time{
    display: flex;
    align-items: center;
  }

  #upcoming-events .title{
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
  }
  #upcoming-events .title a{
    font-family: Jost;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;

  }
  #upcoming-events .ticket{
    font-family: Jost;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    background-color: #890C25;
    border-radius: 50px;
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    color: #fff;

  }
  #upcoming-events .start-date{
    position: relative;
  }
  #upcoming-events .start-date:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 112px;
    background-color: #E7F0FF;
    right: -8px;
    top: -8px;
  }
  #upcoming-events .slider-nav .slick-current.slick-active{
    background-color: #0F2239;
    color: #fff;
  }
  #upcoming-events .slick-current.slick-active .title a{
    color: #fff;
  }
  #upcoming-events .slick-current.slick-active .start-date:after{
    background-color: #fff;
  }
  #upcoming-events .slick-current.slick-active img{
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #00000026;
  }
  #upcoming-events .img1{
    position: absolute;
    left: 77px;
    top: -49px;
  }
  #upcoming-events .img2{
    position: absolute;
    right: 25px;
    bottom: 20px;
  }
  #upcoming-events .img3{
    position: absolute;
    left: 58px;
    bottom: 57px;
  }
  #upcoming-events .img4{
    position: absolute;
    right: 200px;
    top: 187px;
  }
  #upcoming-events .img5{
    position: absolute;
    left: 72px;
    top: -48px
  }
  #upcoming-events .inner-div{
    position: relative;
  }
/**********logo social section ************/
#bottomlogo{
  background-color:#890C25;
  padding-top: 10px;
  padding-bottom: 10px
}
#bottomlogo .socialbox{
  text-align: right;
}
#bottomlogo .socialbox a{
  margin-right: 15px;
}
#bottomlogo .socialbox i{
  border-radius: 50%;
  color: #0F2239;
  padding: 13px 10px;
  line-height: 20px;
  background: #fff;
  border-radius: 50px;
  font-size: 22px;
  width: 46px;
  height: 45px;
  text-align: center;
}
#bottomlogo .socialbox a i:hover{
  color: #890C25;
}


/**********about us section ************/
#about .sec_main_heading{
  max-width:100%;
}
#about .section-description{
  color:#0F2239
}
#about{
  position:relative;
}

#about .section-bottom-left-image .img1{
  position: absolute;
  right: 36px;
  bottom: 43px;
}
#about .section-bottom-left-image .img2{
  position: absolute;
  right: 150px;
  bottom: 67px ;
}
#about .about-contain{
  position:relative;
}

#about{
  margin-top: 39px;
  padding-top: 148px;
  padding-bottom: 160px;
}
#about .left-img{
  position: relative;
}
#about .mainimg{
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
#about .abtim1{
  position: absolute;
  left: 164px;
  bottom: -73px;
  z-index: 2;
}
#about .abtim2{
  position: absolute;
  top: 100px;
  left: -114px;
  z-index: 2;
}
#about .abtim3{
  position: absolute;
  left: -100px;
  bottom: -96px
}
#about .abtim4 {
  position: absolute;
  left: 397px;
  top: 22px;
  animation: pulse 1s infinite ease-in-out alternate;
}
.section-bottom-left-image img,#upcoming-events .img2,#ready_offer .img1,#ready_offer .img2,#ready_offer .img7,#team .timg1,#team .timg3,.vertical.carousel .carousel-control-prev-icon, .vertical.carousel .carousel-control-next-icon{
  animation: pulse 7s infinite ease-in-out alternate;
}
#upcoming-events .img1,#upcoming-events .img4,#upcoming-events .img3,#favourite .img2,#favourite .img4,#favourite .img3,#about .abtim4,#upcoming-events .img1,#team .timg4,#team .timg5,#ready_offer .img6,#ready_offer .img3,#ready_offer .img5{
  animation: spin 10s linear infinite;
}
#about .abtim5{
  position: absolute;
  left: 0px;
  bottom: 0px;

}
#about .abtimgright{
  position: absolute;
  right: 79px;
  bottom: -89px

}
#about .abtimgright1{
  position: absolute;
  right: 224px;
  bottom: -43px;
  animation: spin 10s linear infinite;
}
#about .abtimgright2{
  position: absolute;
  right: 109px;
  top: 76px;
  animation: spin 10s linear infinite;
}

  /************** Product ****************/
  #feature{
    position:relative;
  }
  #feature .section-right-image{
    position: absolute;
    top: -6rem;
    z-index: 0;
    right: 10rem;
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
  }
  #feature .section-right-image img {
    height: 210px;
    width: 210px;
    margin: 0 auto;
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
  }
   #feature .top-margin{
    margin-top:91px;
   }
  #feature .section-description{
    max-width:64%;
    margin:auto;
  }
  #feature .features{
    width:87%;
    margin:auto;
  }
  #feature .iconbg{
    width:90px;
    height:90px;
    text-align: center;
    border-radius: 15px;
    background: #ef851f;
    border: 5px solid #ef851f;
    transition: all 0.3s ease 0s;
    position: relative;
  }

  #feature .iconbg:after{
    content: "";
    position: absolute;
    background-color: #ef851f;
    width: 2px;
    height:280px;
    top:0px;
    left: 38px;
    z-index: -1;
    transition:all 0.3s ease 0s
  }
  #feature .feature-box {
    margin-top: 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 50px;
  }
  #feature .feature-box:after {
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom:0px;
    transition: all 0.3s ease 0s;
    content: "";
    width:362px;
    height:1px;
  }
   #feature .feature-content:hover .feature-box:after{
    border-bottom: 2px solid #ef851f;
    -webkit-transition-duration:1s;
   }
   #feature .feature-content{
    transition: all 0.3s ease 0s;
   }
   #feature .feature-content:hover .feature-box{
    top:-20px;
    -webkit-transition-duration:1s;
   }
   #feature .feature-content:hover .iconbg {
    margin-top: -30px;
    animation: bounce 1s ease normal none 1;
  }
   #feature .feature-content:hover .iconbg:after{
     height:302px;
   }

  #feature .iconbg i{
    font-size:3rem;
    color:#fff;
    line-height: 80px;
  }
  #feature .post-main_heading{
    padding-top:0px;
  }
  #feature .right-content{
    padding-left:30px;
  }
  #feature .read-more {
    color:#6c6666;
    background-color:transparent;
    border-radius: none;
    border-color:transparent;
    font-family: 'Open Sans',sans-serif;
    font-weight:600;
    padding:0rem 0rem;
    padding-bottom: 91px;

  }
  #feature .read-more:hover{
    color:#ef851f;
  }
  #feature .btn-check:focus+.btn-primary, #feature .btn-primary:focus{
    box-shadow:none;
  }
  #feature .featureno3 .read-more{
    padding-bottom:37px;
  }
  #feature .featureno3 .post-main_heading{
     max-width:65%;
  }
  @-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sp {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 30px);
  }

  to {
    transform: translate(0, -0px);
  }
}

  /************** Appoinment ****************/
  #appoinment{
    background-color:#f6f6f6;
  }
  #appoinment .sec_main_heading{
    font-size:2.5rem;
    line-height: 3.1rem;
    color:#3f3f3f;
    font-family: 'Poppins';
  }
  #appoinment .appoint-box{
    background-color:#fff;
    padding: 5rem 3rem 7rem 3rem;
    border-radius: 0 150px 0 150px;
    box-shadow: 0 0px 20px 10px #888282
  }

  #appoinment input[type="text"],
  #appoinment input[type="tel"],
  #appoinment input[type="email"],
  #appoinment input[type="number"],
  #appoinment input[type="date"],
  #appoinment input[type="phone"],
  #appoinment input[type="password"],
  #appoinment textarea,
  #appoinment select {
    border: 0px;
    font-size: 16px;
    padding: 14px 30px;
    height: auto;
    margin-bottom: 12px;
    border-radius: 0px;
    width: 100%;
    background: #fff;
    font-weight: 400;
    border: 1px solid #ababab;
    text-align: text-center;
  }
  #appoinment textarea{
    height:100px;
  }
   #appoinment ::placeholder{
    padding-left:30px;
  }
  #appoinment input[type="submit"] {
    padding: 14px 50px;
    border-radius: 10px;
    color: #ffffff;
    margin: 12px 0px;
    border: 2px solid #41436c;
    background: linear-gradient( to right,#41436c 0%,#41436c 51%);
    -webkit-transition: all 0.3s ease-in-out !important;
    float: right;
    border-radius: 10px;
    font-weight:600;
    font-size: 1.5rem;
  }
 #appoinment input[type="submit"]:hover {
    background: #ef851f;
    border-color:#ef851f;
    color:#00457c;
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
    webkit-transform: translateY(-5px);
}
#appoinment .calltext{
  color:#ef851f;
  font-family: 'Open Sans',sans-serif;
  font-weight:600;
  font-size:1.75rem;
}
#appoinment .phonetext{
  color:#42446b;
  font-weight:600;
  font-size:1.6rem
}
#appoinment i{
  font-size:2.3rem;
  color:#ef851f;
}
#appoinment .details-box {
    padding: 5rem 0rem 5rem 5rem;
}
#appoinment .phoneotate i{
  transform: rotate(86deg);
}

#appoinment .section-right-image{
  position: absolute;
  z-index: 0;
  left: 0;
  -webkit-animation: sp 10s linear infinite;
  animation: sp 10s linear infinite;
  bottom:53px;
}
#appoinment{
  position:relative;
  padding-top: 11rem;
  padding-bottom: 6rem;
}
#appoinment .section-right-image img {
    height: 210px;
    width: 210px;
    margin: 0 auto;
    -webkit-animation: sp 10s linear infinite;
    animation: sp 10s linear infinite;
}

  /*************Testimonial***************/
  #testimonial  .sec_small_heading{
    margin-bottom: 0px;
  }
  #testimonial .testibox{
    border-radius: 20px;
    background-color: #fff;
    padding: 37px 40px;
    box-shadow: 0px 0px 20px 0px #00000026;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;

  }
   #testimonial .testibox:hover{
    background-color:#890C25;
    color: #fff;
   }
   #testimonial .testibox:hover .right-div h5 a{
    color: #fff;
   }
   #testimonial .testibox:hover .team-location{
    color: #0F2239;
   }

  #testimonial .main-testimonial{
    display: flex;
    gap: 21px;
  }
   #testimonial .right-div h5 {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  #testimonial .right-div h5 a{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F2239;

  }
  #testimonial .team-location{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #890C25;
  }
  #testimonial p.content{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
  }
  #testimonial .owl-dots, #testimonial .owl-nav {
   display: none;
  }
  #testimonial .owl-nav {
   margin: 0;
  padding: 0;
  line-height: 0;
  text-align: right;
  font-size: 0;
  position: absolute;
  right: 116px;
  bottom: -22px;
  }
 #testimonial .owl-nav button.owl-prev,#testimonial .owl-nav button.owl-next{
  background-color:#ef851f;
  color:#fff;
  border-radius: 0px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-color:#ef851f;
 }
  #testimonial .owl-nav button.owl-prev i,#testimonial .owl-nav button.owl-next i{

  font-size:2rem;

 }
 #testimonial .sec_main_heading{
  max-width: 100%;
 }
  /*****************blog section***********/
  #latest-news .inner-box{
    box-shadow: 0px 0px 20px 0px #00000026;
   /* background: #FFFFFF;*/
    margin-bottom: 18px ;
    border-radius: 20px ;
  }
  #latest-news .sec_small_heading{
    margin-bottom: 0px;
  }
  #latest-news .news-info{
    position: relative;
  }
  #latest-news .latest-top-content{
    position: absolute;
    bottom: 36px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 50%);
    border-radius: 20px;
    width: 90%;
    left: 5%;
    right: 5%;
    padding: 25px 20px
  }
  .news-info h5{
    font-family: Jost;
    font-size: 25px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 0px
  }
  .news-info .date{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;

  }
  .news-info .para-des p{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;

  }
  .latest-news-info .date{
    font-family: Jost;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #0F2239;
    padding-top: 22px;
  }
  .latest-news-info h5{
    font-family: Jost;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F2239;
    margin-bottom: 0px;

  }
  .latest-news-info .para-des p{
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F2239;
  }
  .news-info h5 a{
    color: #fff;
  }
  .latest-news-info h5 a{
  color:#0F2239}

  /*#latest-news .news-info{
    box-shadow: 0px 0px 20px 0px #00000026;
  }*/
  .news-info img{
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #00000026;
  }
.latest-news-image img{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

  /**************Our Gallery **************/
  #gallery_product {
    background: #f8f8f8;
  }
  #gallery_product .owl-nav {
    display: none;
  }

  /* ***************Team **********************/
  section#team{
    padding-bottom:0px !important;
    padding-top: 0px !important;
  }
  #team .teams{
    padding-bottom:90px;
  }
  #team h5.sec_small_heading{
    margin-bottom: 0px;
    padding-top: 97px;
  }
  #team h3.sec_main_heading{
    padding-top:0px;
  }
  #team {
    background-color: #F0F4FA;
  }
  #team .team-image{
    position:relative;
  }
  #team .team-image img{
    position:relative;
  }
  #team .team_content{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color: #00000080;
    border-radius: 20px;
    text-align: center;
  }
  #team .inner-content{
    position:relative;
    padding:20px 20px;
    padding-top: 100px;
  }

  #team .owl-nav,#team .owl-dots{
    display: none;
  }
  #team .post-title{
    font-family: Jost;
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    color:#fff;
    margin-bottom: 0px !important;
  }
  #team .post-title a{
    font-family: Jost;
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    color:#fff;
  }
  #team .team-desigation{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color:#fff;
  }
  #team .social-icon{
    background-color: #890C25;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    padding-top: 15px
  }

  #team .social-profiles{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 33px;
  }
  #team .social-icon img{
    width:auto;
  }
  #team .maindiv,section#team{
    position:relative;
  }
  #team .timg3{
    position:absolute;
    right:0px;
    top:50%;
  }
  #team .maindiv{
    position:relative;
  }
  #team .timg1{
    position:absolute;
    top:0px;
    left:0px;
  }
  #team .timg2{
    position:absolute;
    top: 14px;
    left: 116px;
  }
  #team .timg4{
    position:absolute;
    top:63px;
    right:0px;
  }
  #team .timg5{
    position:absolute;
    bottom:0px;
    left:0px;
  }






  /*****************Newsletter***************/
  #newsletter .section-right-image{
  position: absolute;
  z-index: 0;
  left: 25px;
  -webkit-animation: sp 10s linear infinite;
  animation: sp 10s linear infinite;
  top:-120px;
  }
  #newsletter{
    position:relative;
  }
  #newsletter .section-right-image img {
      height: 170px;
      width: 170px;
      margin: 0 auto;
      -webkit-animation: sp 10s linear infinite;
      animation: sp 10s linear infinite;
  }

  #newsletter  {
    background-color: #41436c;
    border-top-right-radius: 186px;
    margin-right: 5rem;
  }
   #newsletter .sec_main_heading{
    color:#fff;
    font-size:36px;
    text-align: left;
   }
  #newsletter input[type="submit"] {
    padding: 15px 50px;
    background: #ef851f;
    border-radius: 8px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }
  #newsletter input[type="email"]::placeholder{
    font-size: 18px;
    height: 70px;
    color: #454869;
    font-weight: 400;
  }
  #newsletter  input[type="email"]{
    padding: 20px 10px 20px 80px;
    width: 70%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #00000021;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #newsletter .Shortcode {
    width: 96%;
    /*margin: 0 auto;*/
  }
  #newsletter .Shortcode form{
    position:relative;
   }
   #newsletter input[type="submit"]{
    position: absolute;
    top:0;
    right:67px;
   }
   #newsletter .newsbox {
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
    margin: auto;
   }

  /* ***************callnow **********************/
  /*#callnows .owl-nav,#callnows .owl-dots {
    display: none;
  }*/

  /* ***************Call Now **********************/
  #callnow{
    background-color:#f6f6f6;
  }
  #callnow .sec_main_heading{
    background-color:#31304f;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    padding: 1.5rem 0;
    font-weight: bold;
    color:#fff;
    padding: 1.5rem 0;
    font-size: 3rem;
    font-family:  'Poppins',sans-serif;
    margin-bottom:74px;
  }
  #callnow .inquiry-text{
    color:#948b8c;
    font-weight:400;
    line-height: 1.9rem;
    font-size: 1.2rem;
    font-family: 'Poppins',sans-serif;
    max-width:70%;
    margin:auto;
  }
  #callnow .right-image{
    position: relative;
    top: -109px;
    right:5.1rem;
  }
  #callnow .right-image img{
    border-radius: 50%;
    border: 4px solid #323150;
    background:#fff;
    /*height:550px;*/

  }
  #callnow .callnumber{
    max-width: 60%;
    margin: auto;
  }
  #callnow .callnumber .phone-heading{
    border-radius: 20px;
    background-color: #ef851f;
    padding: 1.5rem 3rem;
    color: #ffffff;
  }
  #callnow .callnumber .phone-heading span{
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Poppins',sans-serif;
  }
  #callnow .callnumber .icon {align-self:center;}
  #callnow .callnumber .icon i{
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 6rem;
    color:#31304f;
  }
  #callnow .main-left .text-effect {
    color: #fff;
    text-align: center;
    display: block;
    animation: effect linear 1500ms infinite;
    /* font-weight: 600; */
}

 #callnow .callnumber .text-effect {
    background: linear-gradient(to right,#31304f 50%, #fff 40%);
    background-size: 200% auto;
    font-size: 35px;
    text-align: left;
    text-transform: none;
    margin: 0 auto;
    position: relative;
    animation: animate 7.5s alternate linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    display: inline-block;
    width: auto;
}
 #callnow .callnumber .text-effect {
    background-image: linear-gradient( to right,#31304f 50%,#fff 40% );
}
@keyframes animate{
        100%{
            background-position: 200% center;
            transform: scale(1.05,1.05);
        }
    }
@keyframes effect {

            50%{

               text-shadow: -2px 2px 0 #00457c, -2px 2px 0 #e59649, -2px 2px 0 #e59649, -2px 2px 0 #e59649, 2px -2px 0 #e59649, 2px -2px 0 #e59649, 2px -2px 0 #e59649, 2px -2px 0 #e59649;
           }

        }


  /* ***************Gallery Section**********************/

  #gallery .gallery_img {
    --gap: 30px;
    --num-cols: 3;
    --row-height: 300px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    grid-auto-rows: var(--row-height);
    gap: var(--gap);
  }
  #gallery .gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 6px solid #ffffff;
  }
  #gallery .image-grid-col-4 {
    grid-column: span 2;
  }
  #gallery .image-grid-col-3 {
    grid-row-end: span 2;
  }
  section#gallery {
    background: #f3f3f3;
  }
