@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif !important;
  color: #000 !important;
}
a {
  transition: 0.5s ease all !important;
  text-decoration: none !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
}
a:hover {
  text-decoration: none !important;
  color: #8cc63f !important;
}
li {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}

h2 {
  font-size: 32px !important;
  font-weight: 900 !important;
  margin: 10px 0 !important;
}

h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 10px 0 !important;
}
p {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 12px 0 !important;
  letter-spacing: 0.5px !important;
}
.btns {
  padding: 10px 0;
}
.btns1 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 10px 25px;
  background-color: #8cc63f !important;
  border-radius: 30px;
  font-size: 15px !important;
  font-weight: 500;
}
.btns1:hover {
  color: #fff !important;
  background-color: #f7931e !important;
}

/* .undrline:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 100%;
    position: absolute;
    background: #19a2d0;
    transition:  0.6s ease all;
    width: 0;
  }
  .undrline:hover:after { 
    width: 100%; 
    left: 0;
    transition:  0.6s ease all;
  } */

.undln {
  text-align: center;
}
.undln h2 {
  display: inline-block;
}

.undln h2:after {
  width: 100%;
  content: "";
  display: block;
  height: 4px;
  background-color: #19a2d0;
}

.mgtop {
  margin-top: 20px !important;
}
.mainheading {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 20px;
  color: #f7931e;
}
.mainheading2 {
  font-size: 40px;
  font-weight: 800;
  margin: 10px 0 20px;
  color: #f7931e;
}

.allpages {
  margin: 40px 0;
}

/*============header===========*/
body.down .topheader.animateIt {
  top: 0;
}
.topheader.animateIt {
  position: fixed;
  top: -160px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.6s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.topheader.animateIt ul li a {
  color: #000;
  font-weight: 600;
}
.topheader.animateIt P {
  color: #000;
  font-weight: 600;
}

/*============header===========*/
.topheader {
  width: 100%;
  background-color: #fdf8f2;
  z-index: 9999999;
}
.headeriall {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerin {
  width: 10%;
}
.headerin img {
  width: 100%;
  padding: 6px 0;
}
.topmenu {
  width: 70%;
  margin: 0;
  padding: 0;
}
.topmenu ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
.topmenu ul li {
  list-style: none;
  margin-left: 30px;
}
.topmenu ul li a {
  transition: 0.3s ease all;
  color: #000;
  font-weight: 600;
}
.topmenu ul li a i {
  font-size: 13px;
}
.topmenu ul li a:hover {
  transition: 0.3s ease all;
}
.topmenu2 {
  width: 20%;
  margin: 0;
  padding: 0;
}
.topmenu2 ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.topmenu2 ul li {
  list-style: none;
}
.topmenu2 ul li a {
  position: relative;
  display: inline-block;
  transition: 0.3s ease all;
  color: #000;
}
.topmenu2 ul li a:hover {
  transition: 0.3s ease all;
}

.hdbtn a {
  background-color: #f7931e;
  color: #fff !important;
  font-size: 12px !important;
  padding: 12px 18px;
  border-radius: 15px;
}
.hdbtn a:hover {
  background-color: #8cc63f;
}
ul.main {
  position: absolute;
  z-index: 1;
  display: block !important;
  padding: 0;
  height: 0;
  margin: 0;
}
.main li {
  list-style: none;
  width: 160px;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease-in-out;
  text-align: left;
  margin-left: 0 !important;
}
.main li a {
  width: 100%;
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background-color: #8cc63f;
  padding: 7px !important;
  display: inline-block;
}
.main li a:hover {
  background-color: #f7931e !important;
}
.main li:nth-child(odd) {
  -webkit-transform-origin: top;
  -webkit-transform: perspective(350px) rotateX(-90deg);
}

.main li:nth-child(even) {
  margin-top: -65px;
  -webkit-transform-origin: bottom;
  -webkit-transform: perspective(350px) rotateX(90deg);
}

.hov:hover li:nth-child(odd) {
  -webkit-transform-origin: top;
  -webkit-transform: perspective(350px) rotateX(0deg);
  margin-top: 0;
}

.hov:hover li:nth-child(even) {
  -webkit-transform-origin: bottom;
  -webkit-transform: perspective(350px) rotateX(0deg);
  margin-top: 0;
}

.main li:first-child {
  margin-top: 0;
}

.hov {
  position: relative;
  text-align: center;
  list-style: none;
  z-index: 2;
}
.hov p {
  font-weight: 600 !important;
  margin: 0 !important;
  display: inline-block;
}
.hov p i {
  font-size: 13px;
}

/*============banner===========*/
.banner {
  width: 100%;
  height: auto;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bannertxt {
  text-align: center;
  padding: 150px 0 200px 0;
}
.bannertxt h1 {
  font-size: 45px;
  font-weight: 900;
  margin: 15px 0;
  color: #fff;
  text-transform: uppercase;
}

.bannertxt p {
  color: #fff;
}

/*============footer===========*/
.footer {
  width: 100%;
  background-color: #353c2a;
  position: relative;
}

.footerin {
  padding: 30px 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.footerin p {
  font-size: 14px !important;
  color: #fff;
}

.footer1 {
  width: 32%;
}
.footer2 {
  width: 26%;
}
.footer3 {
  width: 21%;
}
.footer4 {
  width: 21%;
}

.footerin1 a img {
  width: 50%;
}
.fticn i {
  font-size: 14px !important;
}
.footerintxt ul {
  padding: 0;
  margin: 0;
}
.footerintxt ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  list-style: none;
}
.footerintxt ul li p {
  font-size: 15px !important;
}
.footerintxt a {
  color: #fff;
  margin: 5px 0;
  font-weight: 500;
}
.footerintxt a span {
  font-size: 17px;
  font-weight: 500;
}
.footerintxt a:hover {
  transition: 0.6s ease all;
}
.footerintxt a i {
  padding-right: 5px;
  font-size: 10px;
}
.mdlline {
  margin-bottom: 10px;
  column-gap: 20px;
}
.mdlline h3 {
  color: #f7931e;
  font-size: 25px;
  font-weight: 800;
  padding: 10px 0;
}
.mdlline2 h3 {
  color: #f7931e;
  font-size: 25px;
  font-weight: 800;
  margin: 20px 0 10px 0;
}

.socalmedia2 {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 10px;
}
.socalmedia2 a {
  width: 40px;
  height: 40px;
  background-color: #8cc63f;
  border-radius: 50%;
  position: relative;
}
.socalmedia2 a:hover {
  background-color: #f7931e;
}
.socalmedia2 a i {
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.backtop a {
  position: fixed;
  background-color: #f7931e !important;
  z-index: 99999;
  bottom: 100px;
  right: 30px;
  color: #fff;
  box-shadow: none;
  border: none;
}
.backtop a:focus {
  outline: 0;
  box-shadow: none;
}

.wtapp-btn a {
  position: fixed;
  z-index: 99999;
  bottom: 40px;
  left: 30px;
  background-color: #25d366 !important;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.icn-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

.messenger-btn a {
  position: fixed;
  z-index: 99999;
  bottom: 100px;
  right: 30px;
  background-color: #0a7cff !important;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.chat-btn a {
  position: fixed;
  z-index: 99999;
  bottom: 100px;
  left: 30px;
  background-color: #f0b81d !important;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.footerlst {
  padding: 5px 0;
  text-align: center;
  border-top: dotted 1px #f7931e;
}
.footerlst p {
  font-size: 13px !important;
  color: #8cc63f !important;
  font-weight: 300 !important;
}

/*============courses-box===========*/
.courses-box {
  margin: 40px 0 70px 0;
}
.box {
  background-color: #000;
  font-family: "Oxygen", sans-serif;
  border-radius: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}
.box:hover {
  background-color: #8cc63f;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  background-color: #8cc63f;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.4s ease-in;
}
.box:after {
  top: auto;
  bottom: 0;
  left: 100%;
}
.box .box-content:before {
  width: 5px;
  height: 100%;
  top: 100%;
  left: 0;
}
.box .box-content:after {
  width: 5px;
  height: 100%;
  top: -100%;
  left: auto;
  right: 0;
}
.box:hover:before,
.box:hover:after {
  opacity: 0.2;
  left: 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after {
  opacity: 0.2;
  top: 0;
}
.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.box:hover img {
  opacity: 0.35;
}
.box .box-content {
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 15px 0 0 15px;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  transition: all 0.45s ease;
  text-align: center;
}
.box:hover .box-content {
  opacity: 1;
  top: 0;
}
.box:hover h5 {
  opacity: 0;
  transition: all 0.45s ease;
}
.box h5 {
  color: #fff;
  text-align: center;
  opacity: 1;
  background-color: #f7931e;
  margin: 0 !important;
  padding: 12px 0;
  font-weight: 500 !important;
  transition: all 0.45s ease;
}
.box .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}
.box .post {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 5px;
  display: block;
}
.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 30%;
  transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}
.box:hover .icon {
  opacity: 1;
  transform: rotate(0deg);
}
.box .icon li {
  display: inline-block;
}
.box .icon li a {
  color: #fff;
  background-color: #8cc63f;
  font-size: 16px;
  text-align: center;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1.5px solid #fff;
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.box .icon li a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background-color: #f7931e;
  color: #fff !important;
}
.box .icon li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  animation: animate 0.5s ease-out 75ms;
}
@keyframes animate {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}

/* ....................course-dtls................... */

.course_inner .card {
  height: auto;
}
.course_inner .card:hover {
  box-shadow: none;
}
.border_down {
  border-bottom: solid 2px #000;
  width: max-content;
  color: #f7931e;
}
/*============banner2===========*/

.banner2 {
  background-image: url(../images/bannerpages.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff;
}
.banner2in {
  padding: 100px 0 40px 0;
}
.banner2in h5 {
  color: #8cc63f;
  display: inline-block;
  line-height: 30px;
  margin: 0 !important;
}
.banner2in h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8cc63f;
}
.banner2in p {
  font-size: 13px !important;
  margin: 5px !important;
}

/*============about===========*/
.about {
  width: 100%;
  margin: 0;
}
.aboutin {
  margin: 40px 0;
}
.aboutimg {
  margin: 0;
  text-align: right;
}
.aboutimg img {
  width: 95%;
}
.abouttxt {
  width: 100%;
  text-align: justify;
}
.abouttxt h5 {
  color: #f7931e;
}
.abouttxt ul {
  margin: 25px 0 !important;
}
.abouttxt ul li {
  margin: 10px 0;
}
.abouttxt ul li i {
  font-size: 10px;
  margin-right: 5px;
  color: #8cc63f;
}

/* testimonials */

.testimonials {
  padding: 0px 0 50px 0;
  background: linear-gradient(
    0deg,
    rgba(233, 236, 248, 1) 42%,
    rgba(255, 255, 255, 1) 100%
  );
}
.slider2 {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  padding: 20px 0;
}
.slide2 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 300px !important;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
.slide2 h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
  color: #8cc63f;
}
.slide2 h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.slide2 P {
  text-align: left;
  position: relative;
  display: block;
}
.slide2 P::before {
  content: "\201F";
  display: inline-block;
  font-size: 50px;
  position: absolute;
  top: -20%;
  color: #f7931e;
}
.slide2 P::after {
  content: "\201E";
  display: inline-block;
  font-size: 50px;
  position: absolute;
  bottom: -15%;
  margin-left: 3px;
  color: #f7931e;
}
.slide2 P span {
  padding: 0 12px;
}

.owl-carousel .owl-stage-outer {
  padding: 40px 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 50% !important;
  background: inherit !important;
  border: 3px solid #bbb;
  color: #bbb !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  border: 3px solid #f7931e;
  color: #f7931e !important;
}

@media (max-width: 575.5px) {
  .testimonials .container {
    margin: 0px;
    padding: 20px;
  }
}

/* Slider */

.cmpnylogo {
  background-color: #9bbc68;
  padding: 20px 0 60px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  color: transparent;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -4%;
  transform: translateY(-50%);
  background-color: #f7931e !important;
}
.slick-prev:before {
  content: "\276E";
  color: #fff;
  font-size: 15px;
  padding: 1px !important;
  font-weight: 500;
}
.slick-next {
  color: transparent;
  padding: 0 !important;
  font-size: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
  background-color: #f7931e !important;
}
.slick-next:before {
  content: "\276F";
  color: #fff;
  font-size: 15px;
  padding: 0px !important;
  font-weight: 500;
  margin: 0 !important;
}

.slick-prev:focus {
  border: none;
  outline: none;
}
.slick-next:focus {
  border: none;
  outline: none;
}
/*============course===========*/
.course {
  margin: 0;
}
.course ul {
  margin: 0;
  padding: 0;
}
.course ul li {
  list-style: none;
}
/* .course h5{
    text-align: center;
    color: #f7931e;
} */
.courseall {
  padding-top: 70px;
}
.courseall2 {
  padding-top: 10px;
}
.courseall h2 {
  border-bottom: dotted 2px #8cc63f;
}
/* .courseall h2::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #8cc63f;
    border-bottom: #8cc63f;
} */
.coursesdls {
  margin: 12px 0;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* background: linear-gradient(186deg, rgba(245,144,26,0.5074404761904762) 0%, rgba(255,255,255,1) 64%); */
  text-align: left;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.coursesdls img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  /* box-shadow: rgba(253, 176, 59, 0.56) 0px 22px 70px 4px; */
}
.coursesdls ul {
  margin: 20px 0 !important;
  display: flex;
  column-gap: 5px;
}
.coursesdls ul li {
  color: #f7931e;
}
.coursesdls h5 {
  text-align: left;
}
.coursesdls h5 a {
  color: #000;
  font-size: 20px !important;
}
.coursesdls p i {
  color: #8cc63f;
  margin-right: 7px;
}

.coursecart {
  border-top: dotted 1px #000;
  padding: 20px 0 10px 0;
  text-align: center;
}
.coursprice p span {
  font-weight: bold;
}
.gaphit {
  height: 70px;
}

/*============sidemenu===========*/
.sidemenu {
  background-color: #faf1e8;
  padding: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
}
.sidemenu p a {
  color: #7d7f85;
  text-decoration: underline !important;
}

/*============news===========*/
.newstxt h5 {
  color: #8cc63f;
}
.newstxt h6 {
  margin: 30px 0;
}
.borderline {
  padding-top: 10px;
  border-top: dotted 1px #000;
}

.newssocaltxt {
  margin-bottom: 40px;
}

/*============bespoke===========*/

.bespoketxt h5 {
  color: #8cc63f;
}

/*============Blog===========*/
.card-wrapper {
  margin-bottom: 30px;
}
.card-image .card .card-img-wrapper {
  height: 100%;
}
.card-image .card .card-body {
  display: none;
}
.card-image-title-description .card .card-img-wrapper {
  position: relative;
  max-height: 160px;
}
.card-image-title-description .card {
  position: relative;
  min-height: 300px;
}
.card-image-title-description .card .card-body {
  height: auto;
  position: relative;
  top: 0;
  margin-bottom: -70px;
}
.card-image-title-description .card:hover .card-body {
  top: -70px;
}
.card-image-title-description .card .card-body .card-title {
  margin-bottom: 0.75rem;
}
.card {
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 350px;
  height: 100%;
}
.card:hover {
  box-shadow: 8px 12px 31px -10px #ab98ab;
}
.card-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55%;
  overflow: hidden;
}
.card-img-wrapper img {
  transition: 1.5s ease;
}
.card:hover .card-img-wrapper img {
  transform: scale(1.15);
}
.card-body .card-title {
  margin-bottom: calc(50% + 20px);
  transition: 1.5s ease;
}
.card:hover .card-body .card-title {
  margin-bottom: 0.75rem;
}

.card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background-color: #fff;
  transition: 1.5s ease;
}
.card-content {
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  transition: 1.5s ease;
}
.card:hover .card-body {
  height: 80%;
}
.card:hover .card-content {
  bottom: 0;
}

/*============Blog-dtls===========*/

.blogdet_img {
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blogdet_img img {
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

/*============contact===========*/
.contact {
  margin: 20px 0;
  padding: 30px;
  background-image: url("../images/contact.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.contacttxt h5 {
  margin: 0 !important;
  color: #8cc63f;
}
.contacttxt p {
  margin: 0 !important;
  margin-bottom: 15px !important;
}

.contacttxt a {
  position: relative;
  display: inline-block;
  color: #f7931e;
  margin-left: 5px;
}
.contacttxt a:hover {
  color: #8cc63f;
}

.socalmedia {
  margin: 10px 0;
}
.socalmedia h3 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  color: #8cc63f;
}
.socalmedia ul {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
.socalmedia ul li {
  list-style: none;
  margin: 8px 0;
}
.socalmedia ul li a {
  width: 38px;
  height: 38px;
  background-color: #f7931e;
  border-radius: 50%;
  position: relative;
}
.socalmedia ul li a:hover {
  background-color: #8cc63f;
}
.socalmedia ul li a i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.contactinput {
  margin: 0;
  background-color: #02020296;
  padding: 30px;
  color: #fff;
}
.contactinput h3 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  color: #8cc63f;
  text-align: center;
}
.contactinput input {
  width: 100%;
  margin: 12px 0;
  padding: 10px 15px;
  outline: none;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #eaebe9;
}
.contactinput input::placeholder {
  color: #f7931e;
}
.contactinput input:focus {
  color: #000;
  background-color: #fff;
}
.contactinput textarea {
  width: 100%;
  margin: 12px 0;
  padding: 10px 15px;
  outline: none;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  background-color: #eaebe9;
}
.contactinput textarea::placeholder {
  color: #f7931e;
}
.contactinput textarea:focus {
  color: #000;
  background-color: #fff;
}
.contactinput P {
  font-size: 13px !important;
  color: #fff;
  text-align: justify;
  font-weight: 400 !important;
}
.contactinput label {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
/*============login===========*/

.login {
  width: 45%;
  margin: 0 auto;
}
.contact2 {
  margin: 20px 0;
  background-image: url(../images/contact.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.forgrtpass {
  text-align: right;
  margin-top: 20px;
}
.forgrtpass a {
  color: #f7931e;
  text-decoration: underline !important;
}
.linklogin {
  text-align: center;
}
.linklogin a {
  color: #f7931e;
  text-decoration: underline !important;
  margin-left: 7px;
  display: inline-block;
}
.fntlvl {
  font-size: 14px !important;
}
/*============register===========*/
.rag {
  width: 80%;
  margin: 0 auto;
}
.contactinput h5 {
  color: #8cc63f;
  text-align: left;
  margin: 15px 0 0 0 !important;
}
.inputflx {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}

.contactinput input[type="radio"] {
  height: 22px;
}

.inputflx2 {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.contactinput input[type="checkbox"] {
  width: 20px !important;
  height: 19px;
}
p.mrgnot {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
.bntsize {
  width: 40% !important;
  margin: 0 auto;
  text-align: center;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #eaebe9;
  color: #000 !important;
  margin: 12px 0;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #000;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: solid 1px #000;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f7931e;
  color: #fff;
}

/*============lightbox===========*/

a.lightbox img {
  height: 150px;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 94px 20px 20px 20px;
}
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: #000322;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #5b5959;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a.lightbox-close:before {
  content: "";
  display: block;
  height: 25px;
  width: 2px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.lightbox-close:after {
  content: "";
  display: block;
  height: 25px;
  width: 2px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox-target:target {
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
  top: 0;
}
.head_search {
  display: flex;
  place-items: center;
  height: 100%;
  width: 100%;
}
.head_search input {
  outline: none;
  padding: 5px 10px;
  height: 43px;
}
.head_search input::placeholder {
  font-size: 20px;
  font-weight: 600;
}
.head_search button {
  border: none;
  height: 43px;
  width: 5%;
  background-color: #f7931e;
  color: #fff;
}
/*============FAQs===========*/
.accordion-item {
  background-color: #fff;
  border: 0.11rem solid #8cc63f !important;
}
.accordion-item h3 {
  margin: 0;
}

.accordion-button {
  display: block;
  color: #666565 !important;
  background-color: #deefc3 !important;
  padding: 0.7rem 1rem !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}
.faqall .accordion-button::after {
  width: 1.25rem;
  height: auto !important;
  content: "\002B" !important;
  background-image: none !important;
  display: block;
  font-size: 20px;
  transition: calc();
}
.faqall .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #9bbc68 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.faqall .accordion-button:not(.collapsed)::after {
  content: "\2212" !important;
  transform: none !important;
}
.faqall .accordion-button:focus {
  z-index: 3;
  border-color: #f7931e !important;
  outline: 0;
  box-shadow: none !important;
}
.accordion-body {
  padding: 0.5rem 1rem !important;
}
.accordion-body img {
  width: 100%;
  margin: 25px 0;
}
/*============localsafeguarding===========*/
.safeguardinglink a {
  color: #000;
  text-decoration: underline !important;
}
.safeguardinglink p {
  margin: 2px 0 12px !important;
}

/*============alldtls===========*/
.alldtls figure {
  width: 100%;
}
.alldtls figure img {
  width: 100%;
}
.alldtls h3 {
  font-size: 18px;
  font-weight: 700;
}
.alldtls h5 {
  color: #8cc63f;
}
.alldtls h5 span {
  color: #000;
}
.alldtls h6 {
  font-size: 16px;
  font-weight: 600;
  color: #8cc63f;
  margin: 10px 0;
}
.alldtls h6 span {
  color: #000;
}
.alldtls p {
  text-align: justify;
}

.alldtls li {
  text-align: justify;
}

.alldtls select {
  width: 100%;
  margin: 12px 0;
  padding: 10px 15px;
  outline: none;
  border: solid 2px #000;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}

.alldtls input {
  width: 100%;
  margin: 12px 0;
  padding: 10px 15px;
  outline: none;
  border: solid 2px #000;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}

/*============header-search-button===========*/

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

.manage_form {
  width: 80%;
}

.form-radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form-radio-all {
  width: 25%;
}
.manage_form label {
  font-size: 16px;
  font-weight: 500;
}

.manage_form input,
.manage_form select,
.manage_form textarea {
  outline: none;
  border: solid 2px #000;
  border-radius: 5px;
  padding: 5px 0;
  color: #0000008f;
}

.manage_form label input {
  width: 20px;
  height: 20px;
}

.manage_form button {
  background-color: #fec006;
  border: solid 1px #333;
  border-radius: 5px;
}

.card_welcome h2 {
  border-bottom: solid 1px #ccc;
}

.card_welcome img {
  max-width: 100% !important;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

.text_hub {
  font-weight: 500 !important;
  border: none !important;
  color: #f58220 !important;
}

.card_welcome p {
  font-weight: 500;
}

.font_sije {
  color: #8cc63f;
}

.color_cnge,
.color_cnge:hover {
  color: #f58220;
}
/* Alerts --------------------------------------------------------------*/
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/*# Sidebar --------------------------------------------------------------*/
.sidebar {
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #e1dede;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #000;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  padding: 10px 0 10px 40px;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/* # Profie Page --------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  margin: 0px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview {
  color: #012970;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
/*# Main --------------------------------------------------------------*/
#main {
  transition: all 0.3s;
}

/*============thanks===========*/
.bgg_color {
  background-color: #f7f7f7;
}
.news_letter h1 {
  font-weight: 600;
}
.news_button {
  background-color: #4caad8 !important;
  font-weight: 500;
  border: none !important;
}
.news_social a i {
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.news_footin a,
.news_footin a:hover {
  color: #333;
}
.coor_cnge1 i {
  background-color: #0d6efd;
}
.coor_cnge2 i {
  background-color: #77ccf1;
}
.coor_cnge3 i {
  background-color: #54be93;
}
.coor_cnge4 i {
  background-color: #e4405f;
}
/*============link===========*/
.linkimg {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 25px;
}
.link p a {
  text-decoration: underline !important;
}

/*============cart===========*/
.cartdtsl {
  width: 100%;
}
.cartdtsl table {
  width: 100%;
  text-align: center;
  border: solid 1px #000;
}
.cartdtsl table img {
  width: 30%;
}
.cartdtsl th,
.cartdtsl td {
  border: dotted 1px #000;
}
.cartdtsl th {
  background-color: #8cc63f;
}
.cartdtsl table span {
  margin: 0 8px;
}

.tbalebtn {
  background-color: #f7931e;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 15px;
  border-radius: 5px;
}
.tbalebtn:hover {
  color: #fff !important;
  background-color: #8cc63f;
}
.tbalebtn2 {
  background-color: #f7931e;
  color: #fff !important;
  padding: 2px 7px 4px;
  border-radius: 50%;
  font-size: 14px !important;
}
.tbalebtn2:hover {
  color: #fff !important;
  background-color: #8cc63f;
}
.tbalebtn3 {
  background-color: #f7931e;
  color: #fff !important;
  padding: 2px 7px 5px;
  border-radius: 50%;
  font-size: 13px !important;
}
.tbalebtn3:hover {
  color: #fff !important;
  background-color: #f35a41;
}
.cartdtsl table input {
  width: 80%;
  margin: 0;
  padding: 8px 15px;
  outline: none;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #e4e4e4;
}
.cartdtsl table input::placeholder {
  color: #f7931e;
}

.cartprize table {
  width: 100%;
}
.cartprize table h5 {
  text-align: center;
}
.cartprize th {
  background-color: #8cc63f;
}
.cartprize table span {
  margin-left: 15px;
  font-weight: 600;
}
.tbalebtnlst {
  display: inline-block;
  width: 100%;
  background-color: #f7931e;
  color: #fff !important;
  font-size: 16px !important;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
}
.tbalebtnlst:hover {
  color: #fff !important;
  background-color: #8cc63f;
}

/*============dashboard===========*/
.dadhcartall {
  width: 100%;
}

.dadhcart {
  border: solid 1px #000;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}
.dadhcar h4 {
  font-size: 27px !important;
  font-weight: 800;
}

.dadhcarticn {
  width: 70px;
  height: 70px;
  background-color: #8cc63f;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.dadhcarticn i {
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
}

.progresscrdall {
  margin: 30px 0;
  border: solid 1px #000;
  border-radius: 10px;
  overflow: hidden;
}

.progresscrd {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.progresscrdimg {
  width: 35%;
}
.progresscrdtxt {
  width: 65%;
  color: #000;
}
.progresscrdtxt p span {
  color: #7a7878;
}
/*============mbr-sidebar===========*/

.mbr-sidebar .accordion-button:focus {
  z-index: 3;
  color: #000 !important;
  outline: 0;
  box-shadow: none !important;
}
.mbr-sidebar {
  margin: 20px 0;
  background: #f4f4f6;
}

.mbr-sidebar .accordion {
  width: 98%;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(225, 225, 225, 1);
  overflow: hidden;
  transition: height 0.3s ease;
  margin: 0 5px;
}

.mbr-sidebar .accordion .accordion_tab {
  padding: 15px;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #8cc63f;
}

.mbr-sidebar .accordion .accordion_tab .accordion_arrow {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.mbr-sidebar .accordion .accordion_tab .accordion_arrow img {
  width: 100%;
  height: 100%;
}

.mbr-sidebar .accordion .accordion_tab.active .accordion_arrow {
  transform: translateY(-50%) rotate(180deg);
}

.mbr-sidebar .accordion.active {
  height: auto;
}

.mbr-sidebar .accordion .accordion_content {
  padding: 20px;
  border-bottom: 1px solid #8cc63f;
}

.mbr-sidebar .accordion .accordion_content .accordion_item {
  margin-bottom: 20px;
}

.mbr-sidebar .accordion .accordion_content .accordion_item p.item_title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
}

.mbr-sidebar .accordion .accordion_content .accordion_item p:last-child {
  color: #9a9b9f;
  font-size: 14px;
  line-height: 20px;
}

.mbr-sidebar .accordionlasthight {
  height: auto !important;
}

.mbr-sidebar .ui-accordion .ui-accordion-content {
  padding: 0.5em 1em !important;
  border-top: 0;
  overflow: auto;
}
.mbr-sidebar .accordionlasthight ul {
  padding: 0;
  margin: 10px 0;
}
.mbr-sidebar .accordionlasthight ul li {
  list-style: none;
  margin: 10px 0;
}
.nxtpre {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
/*============question===========*/
.question ul {
  padding: 0;
  margin: 0;
}
.question ul li {
  padding: 0;
  margin: 15px 0 40px;
  list-style: none;
}
.questionopt {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
}

.questionopt img {
  width: 100%;
}
.questionopt h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  left: 5%;
  margin-left: 40px;
  text-align: justify;
  padding-right: 10px;
}
.mbr-sidebar .active {
  background-color: #cfe9c5;
  color: #f7931e !important;
}
.questionopt input {
  font-weight: 500;
  top: 5%;
  left: 1%;
  position: absolute;
  padding: 5px;
  width: 20px;
  height: 20px;
}
.onopthd {
  width: 100%;
  display: inline-block;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.onopthd h2 {
  color: #fff;
}
.onopthd h2 span {
  color: #8cc63f;
}

.ckboxall {
  display: flex;
  align-items: center;
  margin: 10px 0 !important;
  column-gap: 0.8rem;
}
.ckbox input {
  margin-top: 0.5rem;
  width: 17px;
  height: 17px;
}
.ckboxtxt p {
  margin: 0 !important;
}

/*============RESULT===========*/
.resultopt {
  width: 100%;
}
.resultopt table {
  width: 100%;
  text-align: center;
  border: solid 1px #000;
}
.resultopt th,
.resultopt td {
  border: dotted 1px #000;
}
.resultopt th {
  background-color: #8cc63f;
  padding: 10px 0;
}
.resultopt table p {
  text-align: center !important;
}

.passcls p {
  padding: 2px 10px;
  border-radius: 30px;
  border: solid 1px #32963a;
  background-color: #d5f5d8;
  margin: 2px 0 !important;
  font-size: 13px !important;
  display: inline-block;
}

/*============thanks===========*/

*,
*:focus {
  outline: none !important;
}
body {
  background: #dddddd;
  font-family: "Muli", sans-serif;
}
.owl-carousel .owl-item {
}
.owl-carousel .item.owl-lazy {
  background-size: 150% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 6px;
  border: solid 1px #ddd;
  overflow: hidden;
  transition: background-size 3s ease;
}
.owl-carousel .owl-item i.fab {
  display: inline-block;
  float: none;
  clear: both;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 6px;
  border-radius: 100%;
  margin-bottom: 3px;
  font-size: 20px;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
.owl-carousel .owl-item.active .item.owl-lazy {
  background-size: calc(120% + 50px) auto !important;
  transition: background-size 3s ease 0.5s;
}
.owl-carousel .owl-item.active i.fab {
  transition: all 0.5s ease 1s;
}
.owl-carousel .owl-item.active .sliderContentInner {
  opacity: 1;
  transition: all 0.8s ease 0.5s;
}
.owl-theme .owl-dots .owl-dot {
  padding: 0px;
  background: none;
  border: none;
  outline: none;
}
.sliderContent {
  position: relative;
  padding-top: 50%;
  display: block;
  color: #fff;
  background-image: linear-gradient(to top, #000000, transparent 55%);
}
.sliderContent.bgLight {
  background-image: linear-gradient(to top, #fff, transparent 75%);
  color: #000 !important;
}
.sliderContentInner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 45px 30px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.5s ease;
}
.sliderContentInner p.lead {
  line-height: 1.3;
}
.sliderContent h3 {
  font-size: 24px;
  font-weight: 700;
}
.sliderContent .btn.btn-default {
  background: #06c;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sliderContent h3 {
    font-size: 20px;
  }
  .sliderContentInner {
    padding: 25px 30px;
  }
  .sliderContentInner p.lead {
    font-size: 13px;
  }
}

* {
  outline: none;
}
.owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #cc0000;
  position: relative;
  z-index: 9;
  top: 4px;
}

.owl-dot.active {
  position: relative;
}
.owl-dot.active:after {
  animation: smProgressbar 5s ease forwards;
  position: absolute;
  top: 5px;
  left: 7px;
  content: "";
  height: 4px;
  width: 0px;
  background: #06c;
  z-index: 2;
}
.owl-theme .owl-dots {
  position: relative;
  z-index: 9;
  top: -40px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  border-radius: 0px;
}

@keyframes smProgressbar {
  0% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  p.lead {
    display: none;
  }
  .sliderContent {
    padding-top: 68%;
  }
}

/*============pmnt-suc===========*/

.pmnt-suc {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
}
.pmnt-suc img {
  width: 100%;
  height: 100%;
}
.payment-suc {
  width: 35%;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.payment-suc h4 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin: 0;
  color: #8cc63f;
}
.payment-suc h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 20px;
  color: #8cc63f;
}
.payment-suc p {
  text-align: left;
}
.payment-suc p span {
  font-weight: 600 !important;
}
.payment-suc h5 {
  text-align: left;
  font-weight: 700 !important;
}
.payment-btn {
  margin: 30px 0 10px 0;
}

.member-catagory {
  background-color: #32963a;
}
.member-catagory h4 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  height: 50px;
}

.member-catagory-pdf {
  text-align: left;
}
.member-catagory-pdf a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*============thanks===========*/
