/*-----------------------------------------------------------
    Theme Name: Edulet
    Theme URI: 
    Description: Edulet - Education Online Courses & Training HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Range Slider CSS
10. Comments CSS
11. Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Countdown Widget
     - Category Widget
     - Popular Post Widget
12. Sign In CSS
13. FAQ,Terms & Conditions, Privacy-policy,404 error CSS
14. Header CSS
15. Main Menu CSS
16. Breadcrumb CSS
17. Hero CSS
18. Promo CSS
19. Counter CSS
20. Category CSS
21. About CSS
22. Course CSS
23. Course Details CSS
24. Event CSS
25. Team CSS
26. Instructor CSS
27. Instructor Profile CSS
28. Feature CSS
29. Testimonial CSS
30. Blog CSS
31. Blog Details CSS
    - Comment CSS
32. Shop CSS
    - Product Filter CSS
    - Product Details CSS
    - New Arrival Product CSS
    - Product Counter CSS
    - Cart Popup CSS
    - Checkout CSS
    - Wishlist CSS
33. Newsletter CSS
34. Footer CSS
35. Contact CSS
36. Responsive CSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;family=Raleway:wght@200;300;400;500;600;700;900&amp;display=swap");
/*---------------------------------
        Variables
-----------------------------------*/
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #260944;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: #F67F51;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

body {
  color: #260944;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 26px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

/*---------------------------------
          Mixins CSS
-----------------------------------*/
.comment-author_info, .blog-metainfo .blog-author, .blog-metainfo, .client-wrap, .feature-item, .instructor-info, .event-card .event-info .event-venue, .course-metainfo, .course-author-wrap .course-instructor, .course-author-wrap, .course-rating-wrap, .about-img-wrap, .category-item-wrap .category-item .category-icon, .category-item-wrap, .counter-item.style3 .counter-icon, .counter-item.style3, .counter-item.style2 .counter-icon, .counter-item.style2, .promo-item.style3 .promo-icon, .promo-item.style3, .header-bottom-right, .comment-item, .social-profile.style4 li a, .social-profile.style3 li a, .social-profile.style2 li a, .social-profile.style1 li a, .lecture-item, .event-countdown .event-cd .countdown, .btn, .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item-wrap .category-item .category-icon, .counter-item.style3 .counter-icon, .counter-item.style2 .counter-icon, .promo-item.style3 .promo-icon, .social-profile.style4 li a, .social-profile.style3 li a, .social-profile.style2 li a, .social-profile.style1 li a, .slider-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-metainfo .blog-author, .blog-metainfo, .client-wrap, .instructor-info, .course-metainfo, .course-author-wrap .course-instructor, .course-author-wrap, .course-rating-wrap, .counter-item.style3, .counter-item.style2, .promo-item.style3, .header-bottom-right, .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.course-metainfo, .course-author-wrap, .course-rating-wrap, .about-img-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lecture-item, .event-countdown .event-cd .countdown {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  color: #4DE2C1;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #13171d;
}
.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  max-width: 150px;
}

@keyframes loading {
  from {
    max-width: 0;
  }
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn i {
  position: relative;
  height: auto;
  line-height: 1;
  margin: 0 9px 0 0;
  font-size: 16px;
}
.btn.style1 {
  background: #F67F51;
  color: #fff;
}
.btn.style2 {
  background: #fff;
  color: #F67F51;
}
.btn.style3 {
  background: #3DB166;
  color: #fff;
}
.btn.style3:hover {
  border-color: #3DB166;
}
.btn.style4 {
  background: #fff;
  color: #3DB166;
}
.btn.style5 {
  background: #3DB166;
  color: #fff;
  padding: 5px 15px;
}
.btn.style5:hover {
  background-color: transparent;
  border-color: #3DB166;
  color: #3DB166;
}
.btn.style6 {
  background: #0C0C2E;
  color: #fff;
}
.btn.style6.slide_left {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn.style6.slide_left:hover {
  box-shadow: inset 0 0 0 50px #3DB166;
  background: transparent;
  color: #fff;
  border-color: #3DB166;
}
.btn.style7 {
  background: #3DB166;
  color: #fff;
  border-radius: 3px;
}
.btn.style7:hover {
  border-color: #3DB166;
}
.btn.style8 {
  background: #EEEFF2;
  color: #0C0C2E;
  padding: 7px 18px;
  border-radius: 0;
}
.btn.style8:hover {
  background-color: transparent;
  border-color: #3DB166;
  color: #3DB166;
}
.btn.slide_down:hover {
  box-shadow: inset 0 100px 0 0 #F67F51;
  color: #fff;
}
.btn.slide_right {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #260944;
  background: transparent;
  color: #fff;
  border-color: #260944;
}
.btn.slide-right {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn.slide-right:hover {
  box-shadow: inset 400px 0 0 0 #F67F51;
  background: transparent;
  color: #fff;
  border-color: #F67F51;
}
.btn.slide_left {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn.slide_left:hover {
  box-shadow: inset 0 0 0 50px #260944;
  background: transparent;
  color: #fff;
  border-color: #260944;
}
.btn.slide_diagonal:hover {
  box-shadow: inset 400px 50px 0 0 #F67F51;
}

.link {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.link i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link:hover {
  color: #F67F51;
  letter-spacing: 0.3px;
}
.link:hover i {
  margin-left: 8px;
}
.link.style2 {
  color: #3DB166;
}

.slider-btn {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  text-align: center;
  background: #3DB166;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-btn i {
  font-size: 10px;
  height: 24px;
  color: #fff;
}
.slider-btn:hover {
  background-color: #fff;
  border-color: #3DB166;
}
.slider-btn:hover i {
  color: #3DB166;
}

.slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: transparent;
  position: relative;
  opacity: 1;
  margin: 0 5px;
}
.slider-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 46%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.slider-pagination.style1 .swiper-pagination-bullet {
  border: 1px solid #F67F51;
}
.slider-pagination.style1 .swiper-pagination-bullet:after {
  background-color: #F67F51;
}
.slider-pagination.style1 .swiper-pagination-bullet-active {
  background-color: #F67F51;
}
.slider-pagination.style2 .swiper-pagination-bullet {
  border: 1px solid #3DB166;
}
.slider-pagination.style2 .swiper-pagination-bullet:after {
  background-color: #3DB166;
}
.slider-pagination.style2 .swiper-pagination-bullet-active {
  background-color: #3DB166;
}

.submit-btn {
  display: block;
  width: 100%;
  background: #F67F51;
  text-align: center;
  border: none;
  color: #fff;
  padding: 15px 10px;
  font-weight: 600;
  font-size: 18px;
}

@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(108deg);
  }
  20% {
    -webkit-transform: translate(141px, 102px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}
.section-title span,
.content-title span {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #260944;
}
.section-title p,
.content-title p {
  margin: 5px 0 0;
}
.section-title.style1 p,
.content-title.style1 p {
  margin: 10px auto 0;
}

.content-box-title {
  background: transparent;
  padding: 0;
}
.content-box-title h5 {
  color: #0C0C2E;
  font-size: 24px;
}

.text-green {
  color: #3DB166;
}

.text-jaffa {
  color: #F67F51;
}

.text-white {
  color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-jaguar {
  background-color: #0E021A;
}

.bg-green {
  background-color: #3DB166;
}

.bg-violet {
  background-color: #260944;
}

.bg-jaffa {
  background-color: #F67F51;
}

.bg-flamingo {
  background-color: #EE6632;
}

.bg-haiti {
  background-color: #0C0C2E;
}

.bg-bianca {
  background-color: #FAFDF6;
}

.bg-lilac {
  background-color: #F8F7FD;
}

.bg-selago {
  background-color: #F9FAFE;
}

.bg-linen {
  background-color: #FAEFE9;
}

.bg-athens {
  background-color: #EEEFF2;
}

.bg-bunting {
  background-color: #121246;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.circle {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.circle:hover {
  background: #fff;
}
.circle i {
  color: #fff;
  font-size: 30px;
}
.circle:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

.circle:after {
  animation: ripple 2s linear 1.9s infinite;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
.bounce {
  -moz-animation: float 1500ms infinite ease-in-out;
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.content-wrapper {
  margin: 82px 0 0;
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-profile li a i {
  font-size: 14px;
  line-height: 34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-profile li a:hover {
  background-color: #F69E15;
  border-color: transparent;
}
.social-profile li a:hover i {
  font-size: 14px;
}
.social-profile.style1 li a {
  background: #fff;
  position: relative;
  width: 25px;
  height: 25px;
}
.social-profile.style1 li a i {
  color: #260944;
}
.social-profile.style1 li a:hover {
  background: #F67F51;
}
.social-profile.style1 li a:hover i {
  color: #fff;
}
.social-profile.style2 li a {
  background: #EEEFF2;
  position: relative;
  width: 25px;
  height: 25px;
}
.social-profile.style2 li a i {
  color: #3DB166;
}
.social-profile.style2 li a:hover {
  background: #3DB166;
}
.social-profile.style2 li a:hover i {
  color: #fff;
}
.social-profile.style3 li a {
  background: #EEEFF2;
  position: relative;
  width: 30px;
  height: 30px;
}
.social-profile.style3 li a i {
  color: #3DB166;
}
.social-profile.style3 li a:hover {
  background: #3DB166;
}
.social-profile.style3 li a:hover i {
  color: #fff;
}
.social-profile.style4 li a {
  background: #EEEFF2;
  position: relative;
  width: 38px;
  height: 38px;
}
.social-profile.style4 li a i {
  color: #3DB166;
  font-size: 20px;
}
.social-profile.style4 li a:hover {
  background: #3DB166;
}
.social-profile.style4 li a:hover i {
  color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 20px 0 0;
}
.page-navigation .page-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-navigation .page-nav li {
  margin: 0 5px;
}
.page-navigation .page-nav li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background: #F0FDF4;
  line-height: 40px;
  color: #3DB166;
  font-weight: 500;
  border: 1px solid #3DB166;
}
.page-navigation .page-nav li a i {
  font-size: 13px;
  line-height: 42px;
}
.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  background: #3DB166;
  border-color: transparent;
  color: #fff;
  border-color: transparent;
}

/*---------------------------
       Range Slider CSS
 ---------------------------*/
.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #3DB166;
  border-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #3DB166;
  border-color: transparent;
}

.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 4px;
}

#slider-range_one {
  border-color: transparent;
  background-color: #ABA8B0;
  border-radius: 50px;
  height: 3px;
}

#amount_one {
  border: none !important;
  background: transparent;
}

/*---------------------------
        Comments CSS
 ---------------------------*/
.comment-box-title {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 25px;
}
.comment-box-title span {
  color: #3DB166;
  font-weight: 600;
}

.comment-item {
  margin: 0 0 30px;
}
.comment-item.reply {
  margin-left: 40px;
}
.comment-item:last-child {
  margin: 0;
}
.comment-item .comment-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item .comment-author-wrap {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 0 5px;
  font-size: 18px;
}
.comment-item .comment-author-wrap .comment-author-name .comment-date {
  font-size: 14px;
  margin: 0;
  color: #888;
}
.comment-item .comment-author-wrap .comment-text p {
  margin: 0;
  font-size: 15px;
}

.reply_btn {
  background-color: #3DB166;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 6px 13px 9px;
  border-radius: 3px;
  font-size: 15px;
}
.reply_btn:hover {
  color: #fff;
}

.comment-form-title h4 {
  margin-bottom: 15px;
}

.comment-form .form-group {
  margin: 0 0 25px;
}
.comment-form .form-group label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}
.comment-form .form-group input,
.comment-form .form-group textarea {
  width: 100%;
  background-color: #F0FDF4;
  padding: 15px;
  border: none;
}
.comment-form .form-group input {
  height: 56px;
}
.comment-form .form-group textarea {
  height: 135px;
  resize: none;
}

.form_group {
  position: relative;
}
.form_group label {
  padding-left: 20px;
}
.form_group input {
  position: absolute;
  top: 6px;
  left: 0;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #fff;
  padding: 22px 25px 25px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.03);
}
.sidebar .sidebar-widget h4 {
  margin: 0 0 20px;
  padding-bottom: 15px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
}
.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #0C0C2E;
  width: 55px;
  height: 2px;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.sidebar .sidebar-widget.search-box {
  background: transparent;
  padding: 0;
}
.sidebar .sidebar-widget .category-box {
  margin-top: -5px;
}

.sidebar-widget.recent-post .pp-post-item .pp-post-info h6 a {
  color: #000;
}

.rating li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.rating li i {
  font-size: 14px;
}
.rating.style1 li i {
  color: #F67F51;
}
.rating.style2 li i {
  color: #3DB166;
}

/*---------Search Box Widget-------------*/
.search-box {
  position: relative;
}
.search-box input {
  width: 100%;
  height: 60px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border: none;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.03);
}
.search-box button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 50px;
  height: 100%;
  border: none;
  background: transparent;
}
.search-box button i {
  color: #3DB166;
  font-size: 20px;
}

/*--------- Taglist Widget---------*/
.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 14px;
  border: 1px solid #88838E;
  color: #554F5E;
}
.tag-list ul li a:hover {
  background-color: #3DB166;
  color: #fff;
  border-color: transparent;
}

.sidebar-widget .tag-list {
  margin-top: -12px;
}

/*-----------Countdown widget CSS--------*/
.event-countdown .event-cd {
  position: relative;
  height: 200px;
  border-radius: 5px;
}
.event-countdown .event-cd .overlay {
  border-radius: 5px;
}
.event-countdown .event-cd .event-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.event-countdown .event-cd .countdown {
  padding: 0 15px;
  z-index: 3;
  position: relative;
}
.event-countdown .event-cd .countdown span {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0 6px;
}
.event-countdown .event-cd .countdown span p {
  color: #fff;
  margin: 5px 0 0;
}

/*---------- Category Widget----------------*/
.category-widget,
.price-range-widget,
.new-product {
  padding: 20px 25px 25px;
}

.category-box ul li {
  display: block;
  position: relative;
}
.category-box ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-color: #3DB166;
  width: 8px;
  height: 8px;
}
.category-box ul li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 0 10px 15px 20px;
  color: #0C0C2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.category-box ul li a span {
  display: block;
  text-align: right;
  float: right;
}
.category-box ul li a:hover {
  color: #3DB166;
}
.category-box ul li:last-child a {
  margin: 0;
  border: none;
  padding-bottom: 0;
}
.category-box.style2 li {
  padding-left: 0;
}
.category-box.style2 li:before {
  display: none;
}
.category-box.style2 li:first-child a {
  padding-top: 0;
}
.category-box.style2 li:last-child a {
  padding-bottom: 0;
}
.category-box.style2 li a {
  border-bottom: 1px solid #EEEFF2;
  padding: 15px 0;
}

/*---------Popular post Widget CSS--------------*/
.pp-post-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
  width: 95px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 110px);
  margin-left: 15px;
}
.pp-post-item .pp-post-info h6 {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}
.pp-post-item .pp-post-info h6 a {
  color: #fff;
}
.pp-post-item .pp-post-info span {
  color: #0C0C2E;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin: 8px 0 0;
  position: relative;
  padding-left: 20px;
}
.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #3DB166;
}
.pp-post-item:last-child {
  margin: 0;
}

/*--------------Sign In CSS------------------*/
.login-form {
  background-color: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.login-form .login-header {
  padding: 20px 20px 20px 25px;
}
.login-form .login-header h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.login-form .login-header span {
  color: #fff;
}
.login-form .login-body {
  border: 1px solid #EEEFF2;
  padding: 22px 25px 25px;
}
.login-form .login-body label {
  font-size: 16px;
  margin: 0 0 10px;
}
.login-form .login-body input {
  border-radius: 4px;
  background: rgba(231, 246, 236, 0.45);
}
.login-form .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}
.login-form .login-body .form_group label {
  font-size: 16px;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
  z-index: 9;
}
.or-text:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}

/*------------------------------------------------------
        FAQ,Terms & Conditions, Privacy-policy,404 error CSS
 ---------------------------------------------------*/
.faq-item {
  margin: 0 0 25px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item h5 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 6px;
}
.faq-item p {
  margin: 0;
}
.faq-item.style2 {
  margin: 0 0 30px;
}

.error-content {
  text-align: center;
}
.error-content span {
  font-size: 110px;
  font-weight: 700;
  display: block;
  line-height: 82px;
  margin: 0 0 55px;
  color: #3DB166;
}
.error-content .btn i {
  margin-right: 5px;
  margin-left: 0;
  position: relative;
  top: 0;
}
.error-content p {
  margin: 0 0 20px;
}

/*-------------------------------
         Header CSS
-------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-wrap.sticky {
  z-index: 20;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-wrap .header-top {
  padding: 10px 0;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap .header-search {
  position: relative;
  min-width: 250px;
}
.header-wrap .header-search .form-group {
  margin-bottom: 0;
}
.header-wrap .header-search input {
  width: 100%;
  height: 37px;
  border: none;
  background: #fff;
  font-size: 15px;
  color: #260944;
  padding: 10px 15px;
}
.header-wrap .header-search button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 8px 10px;
  height: 100%;
}
.header-wrap .header-search button i {
  font-size: 16px;
}
.header-wrap.style1 .header-bottom {
  background: transparent;
  border-bottom: 2px solid #fff;
}
.header-wrap.style2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-wrap.style2 .header-search {
  position: relative;
}
.header-wrap.style2 .header-search .form-group {
  margin: 0;
}
.header-wrap.style2 .header-search input {
  background: #EEEFF2;
}
.header-wrap.style2 .main-menu-wrap #menu ul li a {
  color: #260944;
}
.header-wrap.style2 .main-menu-wrap #menu ul li a.active, .header-wrap.style2 .main-menu-wrap #menu ul li a:hover {
  color: #3DB166;
}
.header-wrap.style2 .main-menu-wrap #menu ul li.has-children > a.active:before, .header-wrap.style2 .main-menu-wrap #menu ul li.has-children > a:hover:before {
  border-color: #3DB166;
}
.header-wrap.style2 .main-menu-wrap #menu ul li.has-children .sub-menu {
  border-top-color: #3DB166;
}
.header-wrap.style2 .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .header-wrap.style2 .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
  color: #3DB166;
  border-color: #3DB166;
}
.header-wrap.style2 .header-bottom-right select {
  color: #554F5E;
  background-image: linear-gradient(45deg, transparent 50%, #554F5E 60%), linear-gradient(135deg, #554F5E 40%, transparent 50%) !important;
}
.header-wrap.style3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-wrap.style3 .header-search {
  position: relative;
}
.header-wrap.style3 .header-search input {
  background: #EEEFF2;
}
.header-wrap.style3 .main-menu-wrap #menu ul li a {
  color: #260944;
}
.header-wrap.style3 .main-menu-wrap #menu ul li a.active, .header-wrap.style3 .main-menu-wrap #menu ul li a:hover {
  color: #3DB166;
}
.header-wrap.style3 .main-menu-wrap #menu ul li.has-children > a.active:before, .header-wrap.style3 .main-menu-wrap #menu ul li.has-children > a:hover:before {
  border-color: #3DB166;
}
.header-wrap.style3 .main-menu-wrap #menu ul li.has-children .sub-menu {
  border-top-color: #3DB166;
}
.header-wrap.style3 .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .header-wrap.style3 .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
  color: #3DB166;
  border-color: #3DB166;
}
.header-wrap.style3 .header-bottom-right select {
  color: #554F5E;
  background-image: linear-gradient(45deg, transparent 50%, #554F5E 60%), linear-gradient(135deg, #554F5E 40%, transparent 50%) !important;
}

.header-wrap.sticky.style1 .header-search input {
  background-color: #EEEFF2;
}

.header-wrap.sticky.style1 .social-profile li a {
  background-color: #F67F51;
}

.header-wrap.sticky.style1 .social-profile li a i {
  color: #fff;
}

.header-wrap.style3 .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover::after {
  border-color: #3DB166;
}

.header-bottom-right select {
  background: transparent;
  border: none;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #260944;
  padding: 0 12px 0 2px;
  font-size: 15px;
  font-weight: 600;
  background-image: linear-gradient(45deg, transparent 50%, #260944 60%), linear-gradient(135deg, #260944 40%, transparent 50%) !important;
  background-size: 8px 6px, 8px 6px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.header-bottom-right select option {
  color: #000;
}

.lang_selctor i {
  color: #260944;
  position: relative;
  top: 1px;
  left: 1px;
}
.lang_selctor select {
  background-position: calc(100% - 10px) 11px, calc(100% - 2px) 11px, 100% 0;
}

.header-contact li {
  position: relative;
  padding-left: 24px;
  margin-right: 25px;
  display: inline-block;
}
.header-contact li:first-child {
  margin-right: 20px;
}
.header-contact li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #3DB166;
}
.header-contact a {
  color: #D5CEEC;
  font-size: 15px;
}

.header-top-menu {
  text-align: end;
}
.header-top-menu li {
  display: inline-block;
  margin: 0 0 0 20px;
}
.header-top-menu li:first-child {
  margin: 0;
}
.header-top-menu li a {
  color: #D5CEEC;
  font-size: 15px;
}

.search-box-full {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.search-box-full.open {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.search-box-full .close-search_box {
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background: transparent;
}
.search-box-full .close-search_box i {
  color: #fff;
  font-size: 30px;
}
.search-box-full .form-group {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
.search-box-full .form-group input {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid #737373;
  background: transparent;
  color: #fff;
  padding: 10px 40px 10px 10px;
}
.search-box-full .form-group button {
  position: absolute;
  top: 20px;
  right: 0;
  background: transparent;
  border: none;
}
.search-box-full .form-group button i {
  color: #fff;
}

.searchBtn {
  background: rgba(61, 177, 102, 0.12);
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  margin-left: 30px;
}
.searchBtn i {
  color: #3DB166;
  font-weight: 800;
  font-size: 15px;
  line-height: 39px;
}

/*-------------------------------
         Main Mneu CSS
-------------------------------*/
@media only screen and (min-width: 1920px) {
  .header-bottom .header-bottom-right .lang_selctor {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .header-bottom .header-bottom-right .lang_selctor {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
  .header-wrap .main-menu-wrap #menu ul li a {
    padding: 28px 15px;
  }

  .header-wrap .main-menu-wrap #menu > ul > li.has-children > a::before {
    right: 3px;
  }

  .header-bottom .header-bottom-right .lang_selctor {
    margin: 0 10px;
  }

  .header-wrap .header-search {
    min-width: 230px;
  }

  .searchBtn {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .header-wrap .main-menu-wrap #menu ul li a {
    padding: 28px 13px;
    font-size: 14px;
  }

  .header-wrap .main-menu-wrap #menu > ul > li.has-children > a::before {
    right: 0px;
  }

  .header-bottom .header-bottom-right .lang_selctor {
    margin: 0 6px;
  }

  .searchBtn {
    margin-left: 7px;
  }

  .header-wrap .header-search {
    min-width: 180px;
    width: 180px;
  }

  .header-bottom-right .btn.style5 {
    padding: 5px 11px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-wrap.sticky .header-top {
    margin-top: -46px;
  }
  .header-wrap.style1 #menu ul li a {
    color: #260944;
  }

  .main-menu-wrap #menu ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-wrap #menu ul li a {
    padding: 28px 18px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu ul li a.active, .main-menu-wrap #menu ul li a:hover {
    border-color: #F67F51;
    color: #F67F51;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 83px;
    left: -6px;
    min-width: 220px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 2px solid #F67F51;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    display: block !important;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    display: block;
    color: #554F5E;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding: 16px 0;
    margin: 0 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    border-color: #F67F51;
    color: #F67F51;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-menu-wrap #menu ul li.has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu > ul > li {
    margin: 0;
  }
  .main-menu-wrap #menu > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu > ul > li > a:hover {
    color: #F67F51;
  }
  .main-menu-wrap #menu > ul > li.has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > a:before {
    position: absolute;
    top: 38px;
    right: 5px;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    transform: rotate(-45deg);
  }
  .main-menu-wrap #menu > ul > li.has-children > a.active, .main-menu-wrap #menu > ul > li.has-children > a:hover {
    color: #F67F51;
    border-bottom-color: rgba(247, 125, 14, 0.26);
  }
  .main-menu-wrap #menu > ul > li.has-children > a.active:before, .main-menu-wrap #menu > ul > li.has-children > a:hover:before {
    border-color: #F67F51;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
    position: absolute;
    top: 25px;
    right: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    transform: rotate(-135deg);
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
    border-color: #F69E15;
  }
  .main-menu-wrap #menu > ul > .has-children {
    position: relative;
  }

  .main-menu-wrap #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
    left: 100%;
    top: 0px;
  }

  .menu-expand i {
    display: none;
  }

  .header-wrap.style2 .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover::after {
    border-color: #3DB166;
  }
}
@media only screen and (max-width: 1199px) {
  .logo img {
    max-width: 120px;
  }

  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }

  .header-wrap .header-bottom {
    padding: 15px 0;
  }

  .mobile-bar-wrap {
    text-align: right;
    position: relative;
    top: 4px;
  }

  .header-wrap .header-bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
  }

  .header-bottom-right select {
    color: #000;
    padding: 0 15px 0 7px;
    background-image: linear-gradient(45deg, transparent 50%, #000 60%), linear-gradient(135deg, #000 40%, transparent 50%) !important;
  }

  .header-bottom-right .lang_selctor select {
    background-position: calc(100% - 7px) 11px, calc(100% + 1px) 11px, 100% 0;
  }

  .header-bottom-right .lang_selctor i {
    color: #000;
  }

  .header-wrap.style1 .header-bottom {
    background: #fff;
  }

  .header-wrap .header-bottom-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 20px;
  }

  .header-bottom-right .lang_selctor i {
    left: 0;
  }

  .header-bottom-right select {
    padding: 0 15px 0 7px;
  }

  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: #FAEFE9;
    right: -100%;
    padding: 50px 5px !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .header-wrap .header-top .header-contact li {
    display: block;
    margin: 0 0 15px;
  }
  .header-wrap .header-top .header-contact li:last-child {
    margin: 0;
  }
  .header-wrap .header-top .header-top-menu {
    text-align: start;
    margin: 15px 0;
  }
  .header-wrap .header-top .header-top-menu li {
    display: block;
    margin: 0 0 15px;
  }
  .header-wrap .header-top .header-top-menu li:last-child {
    margin-bottom: 0;
  }
  .header-wrap .header-bottom-right .header-search {
    width: 100%;
    min-width: 100%;
  }
  .header-wrap .header-bottom-right .header-search input {
    height: 45px;
    background-color: #fff;
  }
  .header-wrap .header-bottom-right .lang_selctor {
    margin: 15px 0;
  }

  .header-contact a,
.header-top-menu li a {
    color: #0C0C2E;
  }

  .header-wrap .header-top .header-top-menu ul li {
    display: block;
    margin: 10px 0;
  }

  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 22px;
  }

  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a i {
    color: #0C0C2E;
    font-size: 28px;
  }

  .mobile-top-bar,
.mobile-menu {
    display: inline-block;
  }

  .mobile-top-bar {
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    top: 0.4px;
  }
  .mobile-top-bar span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 20px;
    background-color: #0C0C2E;
    margin: 4.5px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 15px;
    margin-left: 10px;
  }

  .lang_selctor {
    margin: 0 0 0 11px;
  }

  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 20px;
  }

  .header-bottom {
    border-top: none;
  }

  .main-menu-wrap {
    width: 100%;
    position: absolute;
    background: #FAFDF6;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }

  .main-menu > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li ul li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }

  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li span.menu-expand i {
    color: #000;
    font-size: 14px;
  }
  .main-menu li span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li a:hover {
    color: #000;
  }
  .main-menu li ul.sub-menu {
    padding-left: 20px;
  }

  .main-menu li a.active {
    color: #000;
    font-weight: 600;
    border-color: rgba(0, 0, 0, 0.3);
  }
}
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-bg-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-bg-2 {
  background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-bg-3 {
  background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-bg-4 {
  background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.br-bg-5 {
  background-image: url(../img/breadcrumb/breadcrumb-5.jpg);
}

.br-bg-6 {
  background-image: url(../img/breadcrumb/breadcrumb-6.jpg);
}

.breadcrumb-wrap {
  position: relative;
  height: 100%;
  padding: 125px 0 130px;
  overflow: hidden;
}
.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #0C0C2E;
  font-weight: 700;
  padding: 0 15px;
  margin: 0 0 10px;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #0C0C2E;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li i {
  margin-left: 5px;
  font-size: 12px;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  color: #0C0C2E;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
  position: absolute;
  top: 4px;
  right: -11px;
  font-size: 16px;
  content: "";
  width: 2px;
  height: 15px;
  background-color: #0C0C2E;
  border-radius: 0;
  transform: skewX(-15deg);
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 28px;
  }
}
/*-------------------------------
         Hero CSS
-------------------------------*/
.hero-bg-1 {
  background-image: url(../img/hero/hero-bg-1.svg);
}

.hero-bg-2 {
  background-image: url(../img/hero/hero-bg-1.jpg);
}

.hero-bg-3 {
  background-image: url(../img/hero/hero-bg-2.jpg);
}

.hero-bg-4 {
  background-image: url(../img/hero/hero-bg-4.jpg);
}

.hero-wrap {
  overflow-x: hidden;
}
.hero-wrap .hero-content {
  z-index: 1;
  position: relative;
}
.hero-wrap .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
  margin: 5px 0 30px;
}
.hero-wrap .hero-content span {
  display: block;
  font-weight: 600;
}
.hero-wrap.style1 {
  padding: 140px 0 55px;
  position: relative;
}
.hero-wrap.style1 .hero-shape-1 {
  position: absolute;
  top: 30%;
  left: 0px;
  z-index: 0;
}
.hero-wrap.style1 .hero-shape-2 {
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: 0;
  -webkit-animation: moveVertical 5s infinite linear;
  animation: moveVertical 5s infinite linear;
}
.hero-wrap.style1 .hero-shape-3 {
  position: absolute;
  top: 100px;
  right: -60px;
  z-index: 0;
  opacity: 0.3;
  -webkit-animation: zoomIn 5s infinite linear;
  animation: zoomIn 5s infinite linear;
}
.hero-wrap.style1 .hero-shape-4 {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 0;
  opacity: 0.5;
  -webkit-animation: zoomIn 5s infinite linear;
  animation: zoomIn 5s infinite linear;
}
.hero-wrap.style1 .hero-shape-5 {
  position: absolute;
  top: 25%;
  right: 30px;
  z-index: 0;
}
.hero-wrap.style1 .hero-shape-6 {
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 0;
  -webkit-animation: moveHorizontal 5s infinite linear;
  animation: moveHorizontal 5s infinite linear;
}
.hero-wrap.style1 .hero-img {
  position: relative;
  z-index: 1;
}
.hero-wrap.style1 .hero-content h1 {
  color: #260944;
  font-size: 54px;
}
.hero-wrap.style1 .hero-content span {
  color: #F67F51;
  font-weight: 600;
}
.hero-wrap.style2 {
  margin-top: 128px;
}
.hero-wrap.style3 {
  margin-top: 82px;
}

.hero-btn .btn:first-child {
  margin-right: 15px;
}

.hero-slider-item {
  padding: 150px 0 155px;
  position: relative;
}
.hero-slider-item .hero-dot-shape {
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: 0;
  -webkit-animation: moveHorizontal 5s linear infinite;
  animation: moveHorizontal 5s linear infinite;
}
.hero-slider-item .container {
  position: relative;
  z-index: 1;
}
.hero-slider-item.style1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.95) 35%, rgba(255, 255, 255, 0.03) 100%);
}
.hero-slider-item.style1 .hero-content span {
  color: #3DB166;
  font-weight: 600;
}
.hero-slider-item.style1 .hero-content h1 {
  color: #0C0C2E;
}
.hero-slider-item.style2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.84) 35%, rgba(0, 0, 0, 0.059) 100%);
}
.hero-slider-item.style2 .hero-content span {
  color: #3DB166;
  font-weight: 600;
}
.hero-slider-item.style2 .hero-content h1 {
  color: #fff;
}
.hero-slider-item .hero-content {
  z-index: 1;
  position: relative;
}

.hero-one-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
}

.hero-one-next {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
}

@media only screen and (min-width: 1920px) {
  .hero-wrap.style1 {
    padding: 180px 0 100px;
  }

  .hero-slider-item .hero-content {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-slider-item.style1,
.hero-slider-item.style2 {
    padding: 260px 0 265px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-wrap.style2,
.hero-wrap.style3 {
    margin-top: 66px;
  }

  .hero-one-prev {
    top: auto;
    left: auto;
    right: 60px;
    z-index: 1;
    bottom: 20px;
  }

  .hero-one-next {
    top: auto;
    bottom: 20px;
    right: 20px;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrap.style1 .hero-content span {
    font-size: 15px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-wrap.style1 .hero-shape-1,
.hero-wrap.style1 .hero-shape-2,
.hero-wrap.style1 .hero-shape-3,
.hero-wrap.style1 .hero-shape-4,
.hero-wrap.style1 .hero-shape-5,
.hero-wrap.style1 .hero-shape-6 {
    opacity: 0.2;
  }

  .hero-wrap.style1 .hero-content {
    text-align: center;
    margin-top: 40px;
  }

  .hero-slider-item.style1::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 35%, rgba(255, 255, 255, 0.03) 100%);
  }

  .hero-slider-item.style2::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.84) 35%, rgba(0, 0, 0, 0.059) 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrap.style1 .hero-content span {
    font-size: 15px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 38px;
  }

  .hero-wrap .hero-content h1 {
    font-size: 48px;
    margin: 5px 0 30px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-item .hero-content span {
    font-size: 14px;
  }

  .hero-slider-item .hero-content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-wrap.style1 .hero-content span {
    font-size: 14px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 32px;
  }

  .hero-slider-item.style1::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.03) 100%);
  }

  .hero-slider-item.style2::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.85) 35%, rgba(0, 0, 0, 0.059) 100%);
  }

  .hero-slider-item .hero-dot-shape {
    max-width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-dot-shape {
    max-width: 150px;
  }

  .hero-slider-item .hero-content span {
    font-size: 14px;
  }

  .hero-slider-item .hero-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 375px) {
  .hero-btn .btn:first-child {
    margin-right: 10px;
  }
}
/*-------------------------------
         Promo CSS
-------------------------------*/
.promo-wrap {
  overflow-x: hidden;
}
.promo-wrap.style1 {
  position: relative;
}
.promo-wrap.style1 .promo-dot-shape {
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: -1;
}
.promo-wrap.style1 .promo-curve-1 {
  position: absolute;
  top: 100px;
  left: 80px;
  z-index: -1;
}
.promo-wrap.style1 .promo-curve-2 {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
.promo-wrap.style2 {
  padding: 50px;
  border-radius: 50px 0 50px 0;
  margin: -100px 0 0;
  position: relative;
  z-index: 1;
}

.promo-slider {
  padding: 20px 12px;
}

.promo-item h4 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 13px;
}
.promo-item p {
  margin: 0;
}
.promo-item.style1 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-top: 2px solid #F37D4F;
  background-color: #fff;
}
.promo-item.style1 .promo-icon {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
}
.promo-item.style1 .promo-icon i {
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 36px;
  color: #fff;
}
.promo-item.style2 {
  background-color: #121246;
  position: relative;
  border-radius: 5px;
  padding: 45px 25px 42px;
  margin: 0 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.promo-item.style2:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #151549;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 25px solid rgba(21, 21, 73, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.promo-item.style2 .promo-icon {
  margin: 0 0 15px;
}
.promo-item.style2 .promo-icon i {
  color: #3DB166;
  font-size: 50px;
}
.promo-item.style2 h4,
.promo-item.style2 p {
  color: #fff;
}
.promo-item.style2:hover {
  background-color: #0C0C2E;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}
.promo-item.style2:hover:before {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
}
.promo-item.style3 .promo-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
.promo-item.style3 .promo-icon i {
  color: #3DB166;
  font-size: 40px;
}
.promo-item.style3 .promo-text {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.promo-item.style3 .promo-text h4 {
  color: #3DB166;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  display: block;
}
.promo-item.style3 .promo-text p {
  color: #fff;
  margin: 0;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .promo-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo-item.style3 .promo-icon {
    width: 60px;
    height: 60px;
  }

  .promo-item.style3 .promo-text {
    width: calc(100% - 75px);
    margin-left: 15px;
  }

  .promo-item.style3 .promo-icon i {
    color: #3DB166;
    font-size: 30px;
  }

  .promo-item.style3 .promo-text h4 {
    font-size: 16px;
  }

  .promo-item.style3 .promo-text p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .promo-wrap.style2 {
    padding: 30px 30px 5px 30px;
    border-radius: 30px 0 30px 0;
  }

  .promo-item.style3 {
    margin-bottom: 25px;
  }

  .promo-item.style3 .promo-text h4 {
    font-size: 16px;
  }

  .promo-item.style3 .promo-text p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-item.style1 {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 376px) {
  .promo-item.style3 .promo-icon {
    width: 60px;
    height: 60px;
  }

  .promo-item.style3 .promo-text {
    width: calc(100% - 75px);
    margin-left: 15px;
  }

  .promo-item.style3 .promo-icon i {
    color: #3DB166;
    font-size: 30px;
  }
}
/*-------------------------------
        Counter CSS
-------------------------------*/
.counter-item-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}

.counter-item {
  text-align: center;
  display: inline-block;
  position: relative;
}
.counter-item.style1 {
  margin-bottom: 25px;
}
.counter-item.style1 img {
  width: 100%;
}
.counter-item.style1 .counter-num {
  position: absolute;
  top: calc(50% + 12px);
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.counter-item.style1 .counter-value {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 10px;
}
.counter-item.style1 p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.counter-item.style2 {
  background: #121246;
  padding: 25px 30px;
  border-radius: 20px 0 20px 0;
  margin-bottom: 25px;
}
.counter-item.style2 .counter-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0C0C2E;
  text-align: center;
}
.counter-item.style2 .counter-icon i {
  color: #3DB166;
  font-size: 40px;
}
.counter-item.style2 .counter-num {
  width: calc(100% - 105px);
  margin-left: 25px;
  text-align: left;
}
.counter-item.style2 .counter-num .counter-value {
  color: #3DB166;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
}
.counter-item.style2 .counter-num p {
  color: #fff;
}
.counter-item.style3 {
  background: #fff;
  padding: 25px 30px;
  border-radius: 20px 0 20px 0;
  margin-bottom: 25px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.047);
}
.counter-item.style3 .counter-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0C0C2E;
  text-align: center;
}
.counter-item.style3 .counter-icon.clr-yellow {
  background-color: #FEFCF4;
}
.counter-item.style3 .counter-icon.clr-yellow i {
  color: #EAAC46;
}
.counter-item.style3 .counter-icon.clr-selago {
  background-color: #F4F4FE;
}
.counter-item.style3 .counter-icon.clr-selago i {
  color: #3DB166;
}
.counter-item.style3 .counter-icon.clr-chalk {
  background-color: #F2E9FE;
}
.counter-item.style3 .counter-icon.clr-chalk i {
  color: #B087E8;
}
.counter-item.style3 .counter-icon.clr-pink {
  background-color: #FCE0E7;
}
.counter-item.style3 .counter-icon.clr-pink i {
  color: #E64E74;
}
.counter-item.style3 .counter-icon i {
  color: #3DB166;
  font-size: 40px;
}
.counter-item.style3 .counter-num {
  width: calc(100% - 105px);
  margin-left: 25px;
  text-align: left;
}
.counter-item.style3 .counter-num .counter-value {
  color: #0C0C2E;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
}
.counter-item.style3 .counter-num p {
  color: #3DB166;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item.style1 .counter-value {
    font-size: 32px;
    margin: 0 0 10px;
  }

  .counter-item.style1 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-wrap.style1 .counter-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item-wrap {
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    justify-content: center;
  }

  .counter-wrap.style1 .counter-item-wrap .counter-item {
    width: calc(33.33% - 25px);
    margin: 0 25px 25px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item.style1 .counter-value {
    font-size: 30px;
  }

  .counter-item.style1 p {
    font-size: 15px;
  }

  .counter-item-wrap .counter-item.style1 {
    width: 50%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .counter-item.style2 .counter-num p,
.counter-item.style3 .counter-num p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item-wrap .counter-item.style1 {
    width: calc(50% - 25px);
    margin: 0 12.5px 25px 12.5px;
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item.style2, .counter-item.style3 {
    padding: 20px 20px;
  }
  .counter-item.style2 .counter-icon, .counter-item.style3 .counter-icon {
    width: 60px;
    height: 60px;
  }
  .counter-item.style2 .counter-icon i, .counter-item.style3 .counter-icon i {
    font-size: 28px;
  }
  .counter-item.style2 .counter-num, .counter-item.style3 .counter-num {
    width: calc(100% - 80px);
    margin-left: 20px;
  }
  .counter-item.style2 .counter-num .counter-value, .counter-item.style3 .counter-num .counter-value {
    font-size: 36px;
  }
  .counter-item.style2 .counter-num p, .counter-item.style3 .counter-num p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .counter-item.style1 .counter-value {
    font-size: 26px;
  }

  .counter-item.style1 p {
    font-size: 14px;
  }

  .sidebar-box .instructor-info .instructor-name h6 {
    font-size: 17px;
  }
}
/*-------------------------------
         Category CSS
-------------------------------*/
.category-item-wrap {
  margin: 0 -1%;
}
.category-item-wrap .category-item {
  width: 18%;
  text-align: center;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 25px 20px 22px;
  margin: 0 1% 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.category-item-wrap .category-item .category-icon {
  width: 80px;
  height: 80px;
  background-color: #F8F7FD;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.category-item-wrap .category-item .category-icon i {
  color: #0C0C2E;
  font-size: 40px;
}
.category-item-wrap .category-item .category-name {
  text-align: center;
}
.category-item-wrap .category-item .category-name a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0C0C2E;
  margin: 0 0 10px;
}
.category-item-wrap .category-item .category-name span {
  display: block;
  font-size: 16px;
}
.category-item-wrap .category-item:hover {
  background-color: #0C0C2E;
}
.category-item-wrap .category-item:hover .category-name a,
.category-item-wrap .category-item:hover .category-name span {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .category-item-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-item-wrap {
    margin: 0 -2%;
  }
  .category-item-wrap .category-item {
    width: 30%;
    margin: 0 1.5% 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-item-wrap {
    margin: 0 -4%;
  }
  .category-item-wrap .category-item {
    width: 46%;
    margin: 0 2% 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-item-wrap {
    margin: 0 -5%;
  }
  .category-item-wrap .category-item {
    width: 45%;
    margin: 0 2.5% 30px;
  }
}
@media only screen and (max-width: 575px) {
  .category-item-wrap {
    margin: 0;
  }
  .category-item-wrap .category-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
/*-------------------------------
         About CSS
-------------------------------*/
.about-bg-1 {
  background-image: url(../img/about/about-bg-1.jpg);
}

.about-bg-3 {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-wrap {
  overflow: hidden;
  position: relative;
}
.about-wrap .container {
  position: relative;
  z-index: 1;
}
.about-wrap .container .about-dot-shape {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 0;
  -webkit-animation: moveVertical 10s infinite linear;
  animation: moveVertical 10s infinite linear;
}
.about-wrap .container .about-circle-shape {
  position: absolute;
  bottom: -25px;
  left: 75px;
  z-index: 0;
  -webkit-animation: rotation 16s infinite linear;
  animation: rotation 16s infinite linear;
}
.about-wrap .about-circle-shape-4 {
  position: absolute;
  top: -50px;
  left: 20%;
  z-index: 0;
  -webkit-animation: rotation 15s infinite linear;
  animation: rotation 15s infinite linear;
}
.about-wrap .about-dot-shape-4 {
  position: absolute;
  bottom: -40px;
  left: 15%;
  z-index: 0;
  -webkit-animation: moveVertical 9s infinite linear;
  animation: moveVertical 9s infinite linear;
}
.about-wrap .about-zigzag {
  position: absolute;
  top: 40px;
  right: -50px;
  z-index: 0;
}
.about-wrap .about-wave {
  position: absolute;
  bottom: 40px;
  right: -30px;
  z-index: 0;
  -webkit-animation: moveHorizontal 9s infinite linear;
  animation: moveHorizontal 9s infinite linear;
}
.about-wrap .about-content {
  position: relative;
  z-index: 1;
}
.about-wrap.style2 {
  position: relative;
}
.about-wrap.style2 .overlay {
  opacity: 0.94;
}
.about-wrap.style2 .about-img {
  height: 550px;
}
.about-wrap.style2 .about-content h2 {
  margin: 0 0 20px;
}
.about-wrap.style2 .about-content .about-desc p {
  margin: 0 0 22px;
}
.about-wrap.style2 .about-content .about-desc p:last-child {
  margin: 0;
}
.about-wrap.style2 .about-content .about-btn {
  margin-top: 32px;
}
.about-wrap.style2 .about-content .about-btn .btn:first-child {
  margin-right: 15px;
}
.about-wrap.style3 {
  position: relative;
}
.about-wrap.style3 .about-img {
  height: 550px;
  border-radius: 50px 0 50px 0;
  position: relative;
  z-index: 1;
}
.about-wrap.style3 .about-content h2 {
  margin: 0 0 17px;
}
.about-wrap.style3 .about-content .about-desc p {
  margin: 0 0 22px;
}
.about-wrap.style3 .about-content .about-desc p:last-child {
  margin: 0;
}
.about-wrap.style3 .about-content .about-btn {
  margin-top: 32px;
}
.about-wrap.style3 .about-content .about-btn .btn:first-child {
  margin-right: 15px;
}

.about-img.style2 {
  height: 100%;
  z-index: 9;
  position: relative;
  border-radius: 50px 0 50px 0;
}

.about-img-wrap {
  position: relative;
}

.about-img-one {
  background: linear-gradient(to right, #E3EFDD, #F5F1DA);
  padding: 18px 18px 0 18px;
  position: relative;
  overflow: hidden;
  width: 48%;
}

.about-img-two {
  width: 48%;
}

.about-img-text-wrap {
  position: absolute;
  bottom: -52px;
  left: 4px;
  background: #fff;
  width: calc(100% + 30px);
  text-align: right;
  padding: 40px 0 40px 0;
  background: linear-gradient(to right, #E3EFDD, #F5F1DA);
  -webkit-transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  transform: rotate(-17deg);
}
.about-img-text-wrap .about-img-text {
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  transform: rotate(17deg);
}
.about-img-text-wrap .about-img-text p {
  text-align: center;
  margin-right: 30px;
  margin-bottom: 34px;
  font-size: 18px;
}
.about-img-text-wrap .about-img-text p span {
  font-weight: 600;
  display: block;
}

.member-info h6,
.member-info p {
  transform: rotate(17deg);
}

.feature-list {
  margin: 20px 0 30px;
}
.feature-list li {
  position: relative;
  font-weight: 600;
  margin: 0 0 18px;
}
.feature-list li:last-child {
  margin: 0;
}
.feature-list li i {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-list.style1 li {
  padding-left: 40px;
  font-size: 20px;
}
.feature-list.style1 li i {
  color: #F67F51;
  font-size: 30px;
}
.feature-list.style2 {
  columns: 2;
}
.feature-list.style2 li {
  padding-left: 28px;
  font-size: 16px;
}
.feature-list.style2 li i {
  color: #3DB166;
  font-size: 18px;
  top: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-wrap.style2 .about-img,
.about-wrap.style3 .about-img {
    height: 500px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-one {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img-text-wrap {
    padding: 22px 0 34px 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-wrap.style2 .about-content .about-btn .btn:nth-child(1),
.about-wrap.style3 .about-content .about-btn .btn:nth-child(1) {
    margin-right: 10px;
  }

  .about-img-one {
    width: 100%;
  }

  .feature-list.style1 li {
    padding-left: 35px;
    font-size: 16px;
  }

  .feature-list.style1 li i {
    font-size: 26px;
  }
}
/*-------------------------------
         Course CSS
-------------------------------*/
.course-bg {
  background-image: url(../img/courses/course-bg.jpg);
}

.course-wrap {
  overflow-x: hidden;
  position: relative;
}
.course-wrap .course-curve-shape {
  position: absolute;
  top: 80px;
  right: -50px;
  z-index: 0;
}
.course-wrap .course-wave-shape {
  position: absolute;
  bottom: 40px;
  right: -10px;
  z-index: 0;
}
.course-wrap .course-oval-shape {
  position: absolute;
  top: 40px;
  left: -20px;
  z-index: 0;
}
.course-wrap .container {
  position: relative;
  z-index: 2;
}
.course-wrap.style2 {
  overflow-x: hidden;
}

.course-slider {
  padding: 0 12px 25px;
}

.course-card {
  margin: 0 0 25px;
}
.course-card.style1 {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.course-card.style2 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.course-card.style2 .course-info {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.course-card.style2:hover .course-info {
  background-color: #0C0C2E;
}
.course-card.style2:hover .course-info .course-title a {
  color: #fff;
}
.course-card.style2:hover .course-info .course-brief p {
  color: #fff;
}
.course-card.style2:hover .course-info .link {
  color: #3DB166;
}
.course-card.style3 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.course-card.style3 .course-rating-wrap .course-category a {
  color: #3DB166;
}
.course-card.style3 .course-metainfo {
  border-color: #3DB166;
}
.course-card.style3 .course-metainfo .course-enroll .btn {
  background-color: #3DB166;
}
.course-card.style3:hover {
  box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1);
}

.course-title {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.course-info {
  padding: 22px 25px;
  background: #fff;
}

.course-rating-wrap {
  margin: 0 0 22px;
}
.course-rating-wrap .course-category a {
  font-weight: 600;
  color: #F67F51;
}

.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #FEC009;
  font-size: 15px;
}

.course-author-wrap {
  margin: 0 0 25px;
}
.course-author-wrap .course-instructor .instructor-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}
.course-author-wrap .course-instructor .instructor-img img {
  border-radius: 50%;
}
.course-author-wrap .course-instructor .instructor-name {
  width: calc(100% - 55px);
  margin-left: 15px;
}
.course-author-wrap .course-instructor .instructor-name a {
  font-weight: 600;
}

.course-price {
  font-weight: 600;
}

.course-metainfo {
  margin: 0 -20px 0;
  padding: 25px 20px 0;
  border-top: 1px solid #F67F51;
}
.course-metainfo .course-Lectures {
  font-weight: 600;
}
.course-metainfo .course-enroll .btn {
  background-color: #F67F51;
  color: #fff;
  padding: 7px 15px 9px;
  line-height: 1;
  font-size: 15px;
  border-radius: 5px;
}

.course-pagination {
  text-align: center;
}

.search-course-wrap {
  position: relative;
}
.search-course-wrap .container {
  position: relative;
  z-index: 1;
}
.search-course-wrap .search-course .form-group {
  margin: 0 0 25px;
}
.search-course-wrap .search-course .form-group input,
.search-course-wrap .search-course .form-group select {
  width: 100%;
  background-color: #252466;
  height: 55px;
  color: #fff;
  border: none;
  padding: 10px 15px;
}
.search-course-wrap .search-course .form-group input::placeholder {
  color: #fff;
}

/*-----------------------------
    Course Details CSS
-------------------------------*/
.sidebar-box {
  padding: 22px 25px 25px;
  border-radius: 5px;
  margin: 0 0 30px;
  background-color: #fff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
}
.sidebar-box:last-child {
  margin-bottom: 0;
}

.course-description h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
.course-description p {
  margin: 0 0 20px;
}

.course-details {
  padding: 25px 25px 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
}

.course-details-title {
  margin: 0 0 25px;
}

.box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 25px;
}

.course-details-widget ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.course-details-widget ul li:last-child {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.course-details-widget ul li p {
  margin: 0;
}
.course-details-widget ul li p i {
  color: #3DB166;
  margin-right: 7px;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.course-details-widget ul li p span {
  display: block;
  font-size: 15px;
  color: #ABA8B0;
  margin-left: 30px;
}

.course-enroll-widget {
  text-align: center;
}
.course-enroll-widget .single-course-price {
  font-size: 30px;
  color: #3DB166;
  font-weight: 600;
  margin: 0 0 20px;
}
.course-enroll-widget .btn {
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 15px;
}

.course-details-meta {
  margin: 20px 0 12px;
}
.course-details-meta li {
  display: inline-block;
  margin-right: 25px;
}
.course-details-meta li:last-child {
  margin: 0;
}
.course-details-meta li i {
  color: #3DB166;
  margin-right: 5px;
  font-stretch: 18px;
}

.course-details-img img {
  border-radius: 5px;
}

ul.course-details-list {
  margin: 0 0 25px;
}
ul.course-details-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 15px;
}
ul.course-details-list li:last-child {
  margin: 0;
}
ul.course-details-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #3DB166;
  font-size: 16px;
}

.course-accordion {
  margin: 20px 0;
}

.lecture-accordion {
  border-radius: 0;
}

.lecture-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lecture-item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.lecture-item p {
  margin: 0;
}
.lecture-item p i {
  color: #3DB166;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.lecture-item span {
  display: inline-block;
  color: #3DB166;
}

.course-accordion .accordion-button {
  border-color: rgba(0, 0, 0, 0.06);
}

.course-accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.06);
}

.course-accordion .accordion-button::after {
  background-size: 0.95rem;
  width: 0.95rem;
  height: 0.95rem;
}

.course-accordion .accordion-button[aria-expanded=true],
.course-accordion .accordion-button[aria-expanded=false] {
  background-color: #E7F6EC;
  font-weight: 600;
  color: #0C0C2E !important;
}

.course-accordion .accordion-button[aria-expanded=false]::after {
  border-color: #fff;
}

.comment-author_info .course-rating {
  margin-left: 15px;
  position: relative;
  top: 1px;
  line-height: 1;
}

.course-hightlight-text {
  font-size: 18px;
  color: #3DB166;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1199px) {
  .course-details {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 376px) {
  .course-info {
    padding: 22px 20px;
  }

  .course-hightlight-text {
    font-size: 16px;
  }

  .course-details-title {
    font-size: 18px;
  }
}
/*-------------------------------
         Event CSS
-------------------------------*/
.event-bg-1 {
  background-image: url(../img/event/event-bg.jpg);
}

.event-bg-2 {
  background-image: url(../img/event/event-bg-2.jpg);
}

.event-bg {
  height: calc(100% - 25px);
  margin: 0 0 25px;
}

.event-card {
  background-color: #0C0C2E;
  padding: 25px;
  margin: 0 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-card:hover {
  background-color: #F67F51;
}
.event-card:hover .event-info .link {
  color: #fff;
}
.event-card .event-img {
  margin: 0 0 24px;
}
.event-card .event-info {
  color: #fff;
}
.event-card .event-info .event-title {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 13px;
}
.event-card .event-info .event-title a {
  color: #fff;
}
.event-card .event-info .event-venue {
  margin: 0 0 15px;
}
.event-card .event-info .event-venue span {
  width: 80px;
  font-weight: 500;
}
.event-card .event-info .event-venue p {
  width: calc(100% - 80px);
  color: #fff;
  margin: 0;
  font-weight: 500;
}
.event-card .event-info .link {
  color: #3DB166;
}

.event-map {
  height: 400px;
}
.event-map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 376px) {
  .event-card {
    padding: 20px;
  }
}
/*-------------------------------
         Team CSS
-------------------------------*/
.team-wrap {
  overflow-x: hidden;
}
.team-wrap .container {
  position: relative;
}
.team-wrap .container .team-circle-shape {
  position: absolute;
  top: -10px;
  right: -50px;
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}
.team-wrap .container .team-dot-shape {
  position: absolute;
  bottom: 0;
  right: -50px;
}

.team-slider {
  padding: 10px 15px 25px;
}

.team-card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 0 25px;
}

.team-member-img {
  background: linear-gradient(to right, #E3EFDD, #F5F1DA);
  padding: 18px 18px 0 18px;
}

.team-card.style1 {
  position: relative;
}

.member-info-wrap {
  position: absolute;
  bottom: -65px;
  left: 4px;
  background: #fff;
  width: calc(100% + 30px);
  text-align: right;
  padding: 18px 0 0 0;
  background: linear-gradient(to right, #E3EFDD, #F5F1DA);
  transform: rotate(-17deg);
}
.member-info-wrap .member-info {
  background-color: #fff;
  height: calc(100% + 100px);
  padding: 18px 50px 70px 18px;
}

.member-info h6,
.member-info p {
  transform: rotate(17deg);
}

.member-info h6 {
  font-size: 20px;
  line-height: 1;
  margin: 0 -4px 5px 0;
}
.member-info p {
  color: #F67F51;
}

.team-wrap.style1 .content-title p {
  margin: 18px 0 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .team-wrap .container .team-circle-shape {
    top: 156px;
    right: -27px;
    max-width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .member-info p {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .member-info p {
    margin: 0 0 12px;
  }
}
/*-------------------------------
         Instructor CSS
-------------------------------*/
.instructor-wrap {
  position: relative;
}
.instructor-wrap .container {
  position: relative;
  z-index: 1;
}
.instructor-wrap .instructor-shape-1 {
  position: absolute;
  top: 100px;
  left: 10px;
  z-index: 0;
}
.instructor-wrap .instructor-shape-2 {
  position: absolute;
  bottom: 100px;
  left: 30px;
  max-width: 130px;
}

.instructor-card {
  margin: 0 0 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.instructor-card:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.instructor-card.style2 {
  margin: 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.instructor-card.style2:hover {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.instructor-card.style2 .instructor-info {
  background-color: #fff;
}
.instructor-card.style2 .instructor-info .instructor-social .social-profile {
  bottom: -25px;
}
.instructor-card.style2 .instructor-info .instructor-social .social-profile li {
  display: block;
  margin: 10px 0;
  padding: 6px 0;
  border: none;
}

.instructor-info .instructor-social {
  position: relative;
  width: 70px;
  height: 100%;
  line-height: 1;
  background-color: #0C0C2E;
  padding: 25px 5px;
  text-align: center;
}
.instructor-info .instructor-social span i {
  color: #fff;
  font-size: 26px;
}
.instructor-info .instructor-social .social-profile {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #0C0C2E;
  display: inline-table;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  min-width: 70px;
  visibility: hidden;
  opacity: 0;
  padding: 6px 0 0;
}
.instructor-info .instructor-social .social-profile li {
  display: block;
  margin: 10px 0;
}
.instructor-info .instructor-social .social-profile li a {
  margin: 0 auto;
}
.instructor-info .instructor-social:hover .social-profile {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.instructor-info .instructor-name {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.instructor-info .instructor-name h6 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px;
}
.instructor-info .instructor-name h6 a:hover {
  color: #3DB166;
}
.instructor-info .instructor-name p {
  color: #3DB166;
  margin: 0;
  line-height: 1;
  font-size: 15px;
}

/*-----------------------------------
        Instructor Profile CSS
--------------------------------------*/
.course-tablist {
  justify-content: space-between;
  border: none;
}
.course-tablist .nav-item {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.19);
  background: transparent;
}
.course-tablist .nav-item:last-child {
  border: none;
}
.course-tablist .nav-item .nav-link {
  width: 100%;
  border: none;
  background-color: #E7F6EC;
  border-radius: 0;
  padding: 15px 5px;
}
.course-tablist .nav-item .nav-link.active {
  background: #3DB166;
  color: #fff;
}
.course-tablist.style2 li {
  width: 33.33%;
}

.insructor-tab-content {
  margin: 25px 0 0;
}
.insructor-tab-content .instructor-title {
  margin: 0 0 10px;
}
.insructor-tab-content span {
  display: block;
  color: #3DB166;
  margin: 0 0 14px;
}
.insructor-tab-content p:last-child {
  margin: 0;
}
.insructor-tab-content .footer-contact-address li i {
  color: #3DB166;
}
.insructor-tab-content .footer-contact-address li p,
.insructor-tab-content .footer-contact-address li a {
  color: #260944;
}

.skills.style1 {
  margin: 0 0 15px;
}
.skills.style1 .skillbar {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #3DB166;
  height: 10px;
  border-radius: 15px;
}
.skills.style1 .skillbar .skillbar-bar {
  height: 8px;
  width: 0px;
  background: #3DB166;
  border-radius: 50px 0 0 50px;
}
.skills p {
  margin: 0 0 5px;
}

.instructor-form {
  background: #F8F8F8;
  padding: 30px;
  border-radius: 5px;
}

.apply-form-title {
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 20px;
}

.form-group {
  position: relative;
  margin: 0 0 25px;
}
.form-group label {
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #777;
  margin: 0 0 10px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #EEEFF2;
  border: none;
  padding: 10px 15px;
}
.form-group textarea {
  height: 150px;
}
.form-group input,
.form-group select {
  height: 58px;
}

.upload-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #777;
  margin: 0 0 10px;
}

.file-upload {
  margin: 0 0 25px;
}
.file-upload .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 54px;
}
.file-upload .file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: #EEEFF2;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 58px;
  line-height: 38px;
  color: #999;
}
.file-upload .file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 58px;
  background: #3DB166;
  color: #fff;
  font-weight: 600;
  z-index: 25;
  font-size: 16px;
  line-height: 32px;
  padding: 12px 55px;
  pointer-events: none;
}
.file-upload .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 34px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .course-tablist li {
    width: 50%;
    border-right: 1px solid #ABA8B0;
    background: transparent;
  }
  .course-tablist li:nth-child(1) {
    border-bottom: 1px solid #88838E;
  }

  .file-upload .file-upload-wrapper::before {
    padding: 12px 25px;
    font-size: 13px;
  }

  .file-upload .file-upload-wrapper::after {
    font-size: 13px;
  }

  .apply-form-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-details-wrap .instructor-img {
    margin: 0 0 30px;
  }
}
/*-------------------------------
         Feature CSS
-------------------------------*/
.feature-bg-1 {
  background-image: url(../img/feature-bg-1.jpg);
}

.feature-wrap {
  position: relative;
  overflow-x: hidden;
}
.feature-wrap:before {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  background-color: #F7F7FD;
  width: 40%;
  height: calc(100% - 100px);
  z-index: -1;
}
.feature-wrap .container {
  position: relative;
}
.feature-wrap .container .feature-dot-shape {
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -1;
}

.feature-bg {
  height: 500px;
}

.feature-item {
  margin: 0 0 30px;
}
.feature-item:last-child {
  margin-bottom: 0;
}
.feature-item .feature-icon {
  width: 45px;
}
.feature-item .feature-icon i {
  color: #3DB166;
  font-size: 40px;
}
.feature-item .feature-text {
  width: calc(100% - 60px);
  margin-left: 15px;
}
.feature-item .feature-text h6 {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 10px;
}
.feature-item .feature-text p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .feature-bg {
    margin: 0 0 30px;
  }
}
/*-------------------------------
        Testimonial CSS
-------------------------------*/
.testimonial-bg-1 {
  background-image: url(../img/testimonial/testimonial-bg-1.jpg);
}

.testimonial-wrap {
  overflow-x: hidden;
}
.testimonial-wrap .testimonial-dot-shape-2 {
  position: absolute;
  top: 100px;
  left: 0px;
}
.testimonial-wrap .container {
  position: relative;
}
.testimonial-wrap .container .testimonial-dot-shape {
  position: absolute;
  bottom: 30px;
  left: -100px;
}
.testimonial-wrap .container .testimonial-angle-shape {
  position: absolute;
  bottom: 0px;
  left: -80px;
  -webkit-animation: moveHorizontal 5s linear infinite;
  animation: moveHorizontal 5s linear infinite;
}

.testimonial-slider-one.style1 {
  padding: 25px 0 0;
}
.testimonial-slider-one.style2 {
  padding: 35px 15px;
}

.testimonial-slider-two {
  padding: 50px 0 60px;
}
.testimonial-slider-two .testimonial-pagination-two {
  position: relative;
  bottom: -66px;
  text-align: center;
}

.testimonial-wrap {
  position: relative;
}
.testimonial-wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../img/testimonial/testimonial-bg-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.testimonial-wrap .testimonial-bg {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-wrap .testimonial-item.style1 {
  background-color: #fff;
  position: relative;
  padding: 20px 20px 35px;
}
.testimonial-wrap .testimonial-item.style1:before {
  position: absolute;
  top: -11px;
  left: 0.5px;
  content: "";
  width: calc(100% - 0.5px);
  height: 21px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}
.testimonial-wrap .testimonial-item.style1:after {
  position: absolute;
  bottom: -11px;
  right: 0.5px;
  content: "";
  width: calc(100% - 0.5px);
  height: 21px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}
.testimonial-wrap .testimonial-item.style1 .quote-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 40px;
  z-index: 2;
  float: right;
  clear: both;
  margin: -23px 0 0;
}
.testimonial-wrap .testimonial-item.style1 .quote-icon img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial-wrap .testimonial-item.style1 .quote-icon i {
  color: #fff;
  z-index: 2;
  position: relative;
  line-height: 41px;
  font-size: 22px;
}
.testimonial-wrap .testimonial-item.style2 {
  position: relative;
}
.testimonial-wrap .testimonial-item.style2:before {
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  background-color: #3DB166;
  width: 90%;
  height: calc(100% + 50px);
  z-index: -1;
}
.testimonial-wrap .testimonial-item.style2 .client-img {
  position: relative;
  border-radius: 50px 0 50px 0;
  padding: 0 0 15px 30px;
  margin-top: -50px;
}
.testimonial-wrap .testimonial-item.style2 .client-img:after {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  background-color: #f1f1f1;
  width: calc(100% - 35px);
  height: 100%;
  z-index: -1;
}
.testimonial-wrap .testimonial-item.style2 .client-img img {
  border-radius: 50px 0 50px 0;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content {
  padding: 50px 50px 0 0;
  text-align: center;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content .quote-icon {
  margin: 15px 0 20px;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content .quote-icon i {
  color: #fff;
  font-size: 50px;
  line-height: 0.7;
  height: auto;
  display: block;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content .client-quote {
  margin: 20px 0;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content .client-quote p {
  color: #fff;
  font-style: italic;
  font-weight: 600;
  margin: 0;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content .client-name h6 {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 0 0 5px;
  font-size: 18px;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content .client-name h6:before {
  position: absolute;
  top: 7px;
  left: -38px;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.testimonial-wrap .testimonial-item.style2 .testimonial-content .client-name p {
  color: #fff;
  margin: 0;
}
.testimonial-wrap .testimonial-item.style3 {
  background-color: #fff;
  position: relative;
  padding: 20px 20px 35px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.testimonial-wrap .testimonial-item.style3:before {
  position: absolute;
  top: -11px;
  left: 0.5px;
  content: "";
  width: calc(100% - 0.5px);
  height: 21px;
  background-color: #fff;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  box-shadow: 0 -8px 14px rgba(0, 0, 0, 0.04);
}
.testimonial-wrap .testimonial-item.style3:after {
  position: absolute;
  bottom: -11px;
  right: 0.5px;
  content: "";
  width: calc(100% - 0.5px);
  height: 21px;
  background-color: #fff;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
}
.testimonial-wrap .testimonial-item.style3 .quote-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 40px;
  z-index: 2;
  float: right;
  clear: both;
  margin: -23px 0 0;
}
.testimonial-wrap .testimonial-item.style3 .quote-icon img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial-wrap .testimonial-item.style3 .quote-icon i {
  color: #fff;
  z-index: 2;
  position: relative;
  line-height: 41px;
  font-size: 22px;
}
.testimonial-wrap .testimonial-item.style3 .client-info p {
  color: #3DB166;
}

.client-wrap .client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.client-wrap .client-img img {
  border-radius: 50%;
}
.client-wrap .client-info {
  width: calc(100% - 65px);
  margin-left: 15px;
}
.client-wrap .client-info h6 {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.client-wrap .client-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #F67F51;
}

.client-quote {
  margin: 20px 0 20px;
}
.client-quote p {
  margin: 0;
}

.testimonial-pagination {
  margin: 30px 0 0;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrap .testimonial-dot-shape-2 {
    top: 0px;
    left: 0px;
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrap .testimonial-item.style2::before {
    width: 100%;
    height: calc(100% + 45px);
  }

  .testimonial-wrap .testimonial-item.style2 .testimonial-content {
    padding: 50px 30px 0 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .client-wrap .client-info h6 {
    font-size: 16px;
  }

  .client-wrap .client-img {
    width: 40px;
    height: 40px;
  }

  .client-wrap .client-info {
    width: calc(100% - 55px);
    margin-left: 10px;
  }

  .client-wrap .client-info h6 {
    font-size: 15px;
  }

  .client-wrap .client-info p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrap .testimonial-item.style1::before,
.testimonial-wrap .testimonial-item.style3::before,
.testimonial-wrap .testimonial-item.style1::after,
.testimonial-wrap .testimonial-item.style3::after {
    height: 23px;
  }

  .client-wrap .client-info h6 {
    font-size: 14px;
  }

  .testimonial-wrap .testimonial-item.style2::before {
    width: 100%;
    height: calc(100% + 45px);
  }

  .testimonial-wrap .testimonial-item.style2 .testimonial-content {
    padding: 50px 15px 0 15px;
    text-align: center;
  }
}
/*-------------------------------
         Blog CSS
-------------------------------*/
.blog-wrap.style2 {
  position: relative;
}
.blog-wrap.style2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #f7f7f7;
  width: 100%;
  height: 58%;
  z-index: -1;
}

.blog-card {
  margin: 0 0 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.blog-card.style2 .blog-date a {
  color: #3DB166;
}
.blog-card.style2 .blog-cat {
  color: #3DB166;
  background-color: #F0FDF4;
}
.blog-card.style2 .blog-title:hover a {
  color: #3DB166;
}
.blog-card.style2 .link:hover {
  color: #3DB166;
}

.blog-img {
  position: relative;
  margin-bottom: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-date {
  position: absolute;
  bottom: -35px;
  right: 25px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-date a {
  display: block;
  margin: 0;
  font-size: 16px;
  padding: 15px 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #260944;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-date a span {
  display: block;
}

.blog-info {
  padding: 0 20px 20px 20px;
}

.blog-metainfo .blog-author {
  margin-right: 15px;
}
.blog-metainfo .blog-author .blog-author-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.blog-metainfo .blog-author .blog-author-img img {
  border-radius: 50%;
}
.blog-metainfo .blog-author .blog-author-info {
  width: calc(100% - 50px);
  margin-left: 15px;
}
.blog-metainfo .blog-author .blog-author-info p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.blog-metainfo .blog-cat {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 3px;
  background-color: #FAEFEA;
  color: #F67F51;
}

.blog-info .blog-title {
  font-size: 20px;
  line-height: 1.4;
  margin: 18px 0 13px;
}
.blog-info p {
  margin: 0 0 15px;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article {
  padding: 25px 25px 30px;
  margin-bottom: 30px;
}
article p:last-child {
  margin-bottom: 0;
}

.post-meta {
  margin: 0 0 13px;
}
.post-meta li {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #554F5E;
}
.post-meta li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  color: #3DB166;
}

.post-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 20px;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 38px;
  background-color: #F0FDF4;
  text-align: left;
  margin: 30px 0 30px;
}
.wp-block-quote p {
  font-size: 18px;
  color: #0C0C2E;
  font-style: italic;
  font-weight: 600;
  position: relative;
  margin: 0;
}
.wp-block-quote i {
  position: absolute;
  bottom: 16px;
  right: 30px;
  z-index: 0;
  font-weight: 700;
  color: #3DB166;
  font-size: 30px;
}
.wp-block-quote .quote-author h6 {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}
.wp-block-quote .quote-author span {
  font-size: 15px;
}

.post-img {
  margin: 0 0 25px;
}

.content-feature-list {
  margin: 0 0 25px 0;
}
.content-feature-list li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 10px;
  font-weight: 600;
}
.content-feature-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: #3DB166;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/*----------Comment css-----------*/
.post-comment-wrap {
  border: 1px solid #ABA8B0;
  padding: 25px;
  margin: 0 0 25px;
}
.post-comment-wrap.review-box {
  border: none;
  padding: 0;
}
.post-comment-wrap .comment-title {
  line-height: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ABA8B0;
}
.post-comment-wrap .comment-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.post-comment-wrap .comment-item:last-child {
  margin: 0;
}
.post-comment-wrap .comment-item .comment-author_img {
  width: 100px;
  height: 100px;
}
.post-comment-wrap .comment-item .comment-author_text {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.post-comment-wrap .comment-item .comment-author_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 0;
}
.post-comment-wrap.style2 {
  border: none;
  padding: 0;
}
.post-comment-wrap.style2 .comment-item {
  border-bottom: 1px solid #ABA8B0;
  padding-bottom: 23px;
}
.post-comment-wrap.style2 .comment-item.reply {
  margin-left: 50px;
}
.post-comment-wrap.style2 .comment-title {
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
.post-comment-wrap.style2 .comment-author_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.post-comment-wrap.style2 .comment-author_img img {
  border-radius: 50%;
}
.post-comment-wrap.style2 .comment-author_info {
  display: inline-block;
  margin: 0 0 8px;
}
.post-comment-wrap.style2 .comment-author_info h6,
.post-comment-wrap.style2 .comment-author_info p {
  display: block;
}
.post-comment-wrap.style2 .comment-author_info p {
  margin-left: 0 !important;
}
.post-comment-wrap.style2 .post-reply {
  background: #F67F51;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  display: inline-block;
  margin: 15px 0 0;
}

.comment-author_info {
  margin: 0 0 8px;
}
.comment-author_info h6,
.comment-author_info p {
  display: inline-block;
}
.comment-author_info h6 {
  line-height: 21px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.comment-author_info p {
  margin-left: 25px !important;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  opacity: 0.7;
}
.comment-author_info .rating-star {
  margin: 0 0 0 20px;
}
.comment-author_info .rating-star li {
  margin: 0;
  line-height: 1;
}
.comment-author_info .rating-star li i {
  font-size: 15px;
}

.post-tag span,
.post-share span {
  font-weight: 600;
  margin-right: 5px;
}

.post-tag.tag-list ul {
  display: inline-block;
}

.post-share {
  display: inline-block;
}
.post-share ul {
  display: inline-block;
  position: relative;
  top: 2px;
}

.post-author {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  margin: 30px 0;
  background-color: #fff;
}
.post-author .post-author-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 150px);
  margin-left: 20px;
}
.post-author .post-author-info p {
  margin: 0 0 20px;
}

#cmt-form {
  background-color: #fff;
  padding: 22px 25px 25px;
}

.post-comment {
  padding: 22px 25px 25px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-metainfo .blog-cat {
    font-size: 14px;
  }

  .blog-metainfo .blog-author .blog-author-info p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-card .blog-info .blog-author-info .blog-author-img {
    width: 35px;
    height: 35px;
  }

  .blog-card .blog-info .blog-author-info .blog-author-meta {
    width: calc(100% - 50px);
    margin-left: 10px;
  }

  .blog-card .blog-info .blog-author-info .blog-author-meta h6 {
    font-size: 15px;
  }

  .blog-card .blog-info .blog-author-info .blog-author-meta .blog-metainfo li i {
    font-size: 15px;
  }

  .blog-card .blog-info .blog-author-info .blog-author-meta .blog-metainfo li {
    padding-left: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .post-tag.tag-list {
    margin: -12px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .post-tag.tag-list {
    margin: -12px 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-card .blog-info .blog-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .blog-metainfo .blog-cat {
    font-size: 14px;
    padding: 7px 10px;
  }

  .blog-metainfo .blog-author .blog-author-info p {
    font-size: 14px;
  }

  .blog-card .blog-info .blog-author-info .blog-author-meta h6 {
    margin: 0 0 2px;
  }

  .blog-card .blog-info .blog-author-info .blog-author-meta .blog-metainfo li {
    padding-left: 16px;
  }

  .blog-card .blog-info .blog-author-info .blog-author-meta .blog-metainfo li i {
    font-size: 14px;
    top: 1px;
  }

  .blog-card .blog-info .blog-title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
  }

  .blog-card.style1 .blog-info {
    padding: 5px 20px 20px;
  }

  .blog-card.style1 .blog-img .blog-cat {
    left: 20px;
  }

  .blog-card.style2 .blog-info {
    padding: 20px;
  }

  .blog-card.style2 .blog-info .blog-author-info .blog-author-meta .blog-metainfo li i {
    top: 1px;
  }

  .comment-author-info .btn {
    margin: 7px 0 8px;
    font-size: 14px;
    padding: 7px 15px;
  }

  .comment-item.reply {
    margin-left: 20px;
  }

  .post-author .post-author-img {
    width: 70px;
    height: 70px;
  }

  .post-author .post-author-info {
    width: calc(100% - 85px);
    margin-left: 15px;
  }

  .post-author .post-author-info h4 {
    font-size: 20px;
  }

  .post-author {
    padding: 15px;
  }

  .post-comment-wrap .comment-item .comment-author_img {
    width: 65px;
    height: 65px;
  }

  .post-comment-wrap .comment-item .comment-author_text {
    width: calc(100% - 80px);
    margin-left: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .comment-author_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .comment-author_info .course-rating {
    margin-left: 0;
    margin-top: 5px;
  }

  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li,
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 14px;
  }
}
/*---------------------------------
        Shop CSS 
-----------------------------------*/
.product-filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin: 0 0 20px;
}
.product-filter-list button {
  border: 1px solid #ddd !important;
  margin: 0 8px;
  border-radius: 15px 0px !important;
  color: #0C0C2E;
  background-color: #fff;
  padding: 8px 25px;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center;
}
.product-filter-list button.active {
  background: #F67F51;
  color: #fff;
  border-color: transparent !important;
}

.product-wrap {
  position: relative;
}
.product-wrap .shape-8 {
  position: absolute;
  top: 0;
  right: 20px;
}

.product-card {
  margin: 0 0 30px;
  border-radius: 3px;
}
.product-card .product-img {
  position: relative;
  margin: 0 0 20px;
}
.product-card .product-img img {
  margin: 0 auto;
  display: block;
}
.product-card .product-img .product-option {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-card .product-img .product-option button {
  width: 44px;
  height: 44px;
  background: #3DB166;
  border-radius: 20px 0 20px 0;
  display: flex;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-card .product-img .product-option button:last-child {
  margin: 0;
}
.product-card .product-img .product-option button i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-card .product-info h4 {
  font-size: 18px;
  line-height: 1.3;
}
.product-card .product-info h4 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-card .product-info .rating {
  margin: 7px 0 6px;
}
.product-card .product-info .product-price {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.product-card.style1 .product-img {
  border-radius: 15px;
}
.product-card.style1 .product-img .product-option button {
  border-radius: 50%;
}
.product-card.style1 .product-info h4 {
  font-weight: 600;
  font-size: 18px;
}
.product-card.style1 .product-info .product-rating {
  margin: 10px 0;
}
.product-card:hover .product-info h4 a {
  color: #3DB166;
}

.discount {
  color: #999 !important;
  text-decoration: line-through;
  margin-left: 7px;
}

/*---------Product filter CSS------*/
.profuct-result p {
  color: #0C0C2E;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.filter-item-num select,
.filter-item-cat select {
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  color: #393939;
  background-color: #fff;
  border-color: transparent;
  font-size: 14px;
  height: 52px;
}

/*-----------Product Details CSS------------------*/
.product-gallery.swiper-container.gallery-top {
  height: auto !important;
}

.gallery-top {
  padding: 10px;
}

.product-large-img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  padding: 40px 30px 40px 30px;
}
.product-large-img img {
  margin: 0 auto;
  display: block;
}
.product-large-img .discount-price {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #F67F51;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

.gallery-thumbs .product-thumb {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.gallery-thumbs .product-thumb img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}

.swiper-container.gallery-thumbs {
  padding: 20px 20px;
}

.single-product-details .single-product-title {
  position: relative;
}
.single-product-details .single-product-title h2 {
  font-size: 30px;
  color: #0C0C2E;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px;
}
.single-product-details .single-product-title h3 {
  font-size: 20px;
  color: #3DB166;
  line-height: 1.5;
  font-weight: 500;
  margin: 7px 0 7px;
}
.single-product-details .rating {
  margin: 0 0 15px;
}
.single-product-details .single-product-review-left .rating-star {
  margin: 0 5px 5px 0;
  display: inline-block;
}
.single-product-details .single-product-review-left .rating-star li {
  margin: 0;
}
.single-product-details .single-product-review-left span {
  font-size: 14px;
  color: #88838E;
  position: relative;
  top: -2px;
}
.single-product-details .single-product-desc p {
  opacity: 0.7;
  margin: 0 0 15px;
}

.product-tablist {
  border: none;
}
.product-tablist .nav-item {
  border-radius: 0;
  margin-right: 10px;
}
.product-tablist .nav-item:last-child {
  margin: 0;
}
.product-tablist .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #0C0C2E;
  background: #EEEFF2;
  border: none !important;
  border-radius: 0;
  padding: 12px 22px;
  text-align: center;
}
.product-tablist .nav-item .nav-link.active {
  background: #3DB166;
  color: #fff;
}

.product-tab-content {
  margin: 30px 0 0;
  border: 1px solid #EEEFF2;
  padding: 25px 25px;
}

/*------New Arrival Product CSS-------*/
.new-product-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.new-product-item:last-child {
  margin: 0;
}
.new-product-item .new-product-img {
  width: 70px;
  text-align: center;
}
.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
}
.new-product-item .new-product-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}
.new-product-item .new-product-info h6 {
  margin: 0 0 5px;
}
.new-product-item .new-product-info h6 a {
  color: #0C0C2E;
}
.new-product-item .new-product-info span {
  color: #3DB166;
  font-size: 14px;
}
.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #88838E;
}

/*-------Product Counter-------*/
.single-product-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 26px;
}
.single-product-option button:nth-child(1), .single-product-option button:nth-child(2) {
  margin-right: 15px;
}

.product-quantity {
  width: 144px;
  margin-right: 10px;
}
.product-quantity .qtySelector {
  position: relative;
  border: 0.5px solid rgba(69, 69, 70, 0.1);
  height: 42px;
}
.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #EEEFF2;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #000;
}
.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}
.product-quantity .qtySelector span.increaseQty {
  right: 0;
}
.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: #EEEFF2;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(69, 69, 70, 0.1);
  border-right: 1px solid rgba(69, 69, 70, 0.1);
  left: 48px;
  position: relative;
  height: 42px;
  top: -1px;
  text-align: center;
  color: #000;
}

.add-cart button,
.add-wishlist button {
  margin-right: 10px;
  font-weight: 400 !important;
}
.add-cart button i,
.add-wishlist button i {
  margin-right: 10px;
  top: 1px !important;
}
.add-cart button.v3,
.add-wishlist button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.rating-star {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.rating-star li {
  display: inline-block;
  margin: 0 2px;
}
.rating-star li i {
  font-size: 18px;
  color: #F67F51;
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}
.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}
.product-description-box .product-desc p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}
.additional-info li:last-child {
  margin-bottom: 0;
}
.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

.product-more-option-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 22px;
}
.product-more-option-item:last-child {
  margin: 0;
}
.product-more-option-item h6 {
  margin: 0 12px 0 0;
}
.product-more-option-item a {
  position: relative;
}

/*----------------------------------
    Cart Popup CSS
----------------------------------*/
.cart-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 560px;
  background: #fff;
  height: 100vh;
  z-index: 9999;
  padding: 30px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cart-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.cart-popup .cart-popup-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ABA8B0;
  padding: 0 0 10px;
  margin: 0 0 25px;
}
.cart-popup .cart-popup-title h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.cart-popup .cart-popup-item-wrap {
  height: calc(100% - 300px);
  overflow-y: auto;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
  width: 110px;
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img img {
  margin: 0 auto;
  display: block;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
  width: calc(100% - 240px);
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
  font-weight: 600;
  text-transsform: capitalize;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
  width: 80px;
  text-align: right;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
  background: transparent;
  border: none;
  position: relative;
  top: -13px;
  opacity: 0.68;
  cursor: pointer;
  display: block;
  text-align: right;
  width: 100%;
  padding: 0;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button i {
  width: 30px;
  height: 30px;
  border: 1px solid #F67F51;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
  font-weight: 700;
  color: #F67F51;
}
.cart-popup .cart-popup-total-wrap {
  position: absolute;
  bottom: 35px;
  left: 40px;
  width: calc(100% - 80px);
}
.cart-popup .cart-popup-total-wrap .cart-popup-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0 35px;
}
.cart-popup .cart-popup-total-wrap .cart-popup-total h5 {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}
.cart-popup .cart-popup-total-wrap .btn {
  display: block;
  width: 100%;
  margin: 15px 0 0;
  padding: 12px 0;
}
.cart-popup .cart-popup-total-wrap .btn.v4 {
  color: #0C0C2E;
  border: 1px solid #ABA8B0;
}
.cart-popup .cart-popup-total-wrap .btn.v4:hover {
  background: #F67F51;
  border-color: transparent;
  color: #fff;
}
.cart-popup .close-popup {
  background: transparent;
  border: 1px solid #F67F51;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-popup .close-popup i {
  line-height: 33px;
}
.cart-popup .close-popup:hover {
  background: #F67F51;
}
.cart-popup .close-popup:hover i {
  color: #fff;
}

/*----------------------------------
    Checkout CSS
----------------------------------*/
.checkout-details {
  background: #fff;
  padding: 20px 25px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.checkout-details .content-box-title h5 {
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.checkout-details .form-group input {
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #EEEFF2;
}
.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  background: #3DB166;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
}

.payment-method {
  background: #fff;
  padding: 20px 25px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.payment-method .content-box-title h5 {
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.payment-method .select-method {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment-method .select-method div {
  margin: 0 0 10px;
  display: block;
}
.payment-method .select-method div:last-child {
  margin: 0;
}
.payment-method .select-method div label {
  padding-left: 28px !important;
}
.payment-method .select-method div p {
  margin: 0 0 0 28px;
  opacity: 0.7;
}

.payment-method .select-method [type=radio]:checked + label::before,
.payment-method .select-method [type=radio]:not(:checked) + label::before {
  width: 18px;
  height: 18px;
  top: 1px;
}

.payment-method .select-method [type=radio]:checked + label::after,
.payment-method .select-method [type=radio]:not(:checked) + label::after {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 4px;
}

.payment-method .select-method [type=radio]:checked + label,
.select-method [type=radio]:not(:checked) + label {
  font-weight: 600;
  color: #0C0C2E;
}

form.checkout textarea {
  height: 145px;
}

.bill-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 0;
}
.bill-item .bill-item-name p {
  margin: 0;
}
.bill-item .bill-item-price span {
  color: #0C0C2E;
}

.bill-details > h5 {
  color: #fff;
  background: #000;
  padding: 20px;
  margin: 0;
}
.bill-details .subtotal-item h6 {
  margin: 0 0 10px;
}

.bill-item-wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

.subtotal-wrap {
  padding: 10px 0 5px;
}
.subtotal-wrap .subtotal-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 6.5px 0;
}
.subtotal-wrap .subtotal-item .subtotal-item-right {
  color: #0C0C2E;
}
.subtotal-wrap .subtotal-item .subtotal-item-right span {
  font-weight: 700;
}
.subtotal-wrap .subtotal-item .subtotal-item-left h6 {
  margin: 0;
  font-weight: 700;
}
.subtotal-wrap .subtotal-item .form-group {
  position: relative;
}

.subtotal-item-left p,
.subtotal-item-right p {
  margin: 0;
}

.total-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 0;
  border-top: 1px solid #EEEFF2;
}
.total-wrap h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}
.total-wrap span {
  font-size: 18px;
  font-weight: 700;
  color: #0C0C2E;
}

.select-method {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.select-method div {
  margin-right: 20px;
}
.select-method [type=radio]:checked,
.select-method [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.select-method [type=radio]:checked + label,
.select-method [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0C0C2E;
}
.select-method [type=radio]:checked + label::before,
.select-method [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #3DB166;
  border-radius: 100%;
  background: transparent;
}
.select-method [type=radio]:checked + label::before {
  background-color: #fff;
}
.select-method [type=radio]:checked + label:after,
.select-method [type=radio]:not(:checked) + label:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3DB166;
  top: 7px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-method [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.select-method [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkout-promobox {
  background: #fff;
  padding: 15px;
  margin: 0 0 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.checkout-promobox .form_group label a {
  margin-left: 6px;
}

.checkout-form {
  background: #fff;
  padding: 20px 25px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.checkout-form .form-group {
  margin: 0 0 15px;
}
.checkout-form .form-group label {
  font-weight: 600;
  margin: 0 0 8px;
  display: block;
  color: #000;
}
.checkout-form .form-group input,
.checkout-form .form-group textarea {
  border: none;
  border-radius: 5px;
  background: rgba(231, 246, 236, 0.51);
  color: #000;
  width: 100%;
  padding: 10px 15px;
}
.checkout-form .form-group input {
  height: 52px;
}
.checkout-form .form-group textarea {
  height: 140px;
  resize: none;
}

/*------------------------------
        Wishlist CSS
-------------------------------*/
.wishlist-table {
  margin: 0 0 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
  background-color: #fff;
}
.wishlist-table table {
  margin: 0;
}
.wishlist-table table thead tr {
  border-top: none;
}
.wishlist-table table thead tr th {
  border: none;
  color: #260944;
  padding: 20px 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid rgba(69, 69, 70, 0.2) !important;
}
.wishlist-table table tbody tr {
  vertical-align: middle;
}
.wishlist-table table tbody tr:last-child td {
  border: none;
}
.wishlist-table table tbody tr td {
  padding: 20px 15px 0;
  text-align: center;
  border-bottom: none;
}
.wishlist-table table tbody tr td .wh_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.wishlist-table table tbody tr td .wh_item a {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
  width: calc(100% - 80px);
}
.wishlist-table table tbody tr td .wh_item a:hover {
  color: #F67F51;
}
.wishlist-table table tbody tr td .wh_item:hover span {
  color: #3DB166;
}
.wishlist-table table tbody tr td .wh_item img {
  max-width: 65px;
  display: block;
  border-radius: 5px;
}
.wishlist-table table tbody tr td .wh_item span {
  margin-left: 15px;
  color: #0C0C2E;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wishlist-table table tbody tr td .wh-tem-price {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.wishlist-table table tbody tr td p {
  margin: 0;
}
.wishlist-table table tbody tr td button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 30px;
  color: #F67F51;
}
.wishlist-table table tbody tr td button span {
  color: #F67F51;
  font-size: 18px;
  line-height: 30px;
}

.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
  text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
  margin: 0 auto;
}

.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}

.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
}

.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
  height: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profuct-result p {
    font-size: 15px;
  }

  .single-product-details {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-card .product-img .product-option {
    visibility: hidden;
    opacity: 0;
  }

  .product-card:hover .product-img .product-option {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .product-tab-content .comment-form-wrap {
    margin: 30px 0 0;
  }

  .cart-popup .cart-popup-total-wrap .btn.v1,
.cart-popup .cart-popup-total-wrap .btn.v2 {
    width: 100% !important;
    display: block;
  }

  .wishlist-table {
    width: 100%;
    overflow-x: auto;
  }

  .wishlist-table table td:nth-child(3),
.wishlist-table table th:nth-child(3) {
    min-width: 160px;
  }

  .wishlist-table table td,
.wishlist-table table th {
    min-width: 120px;
  }

  .wishlist-table table thead tr th {
    padding: 15px 15px;
    font-size: 18px;
  }

  .wishlist-table table tbody tr td .wh_item a,
.wishlist-table table tbody tr td .wh-tem-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-details {
    margin: 30px 0 0;
  }

  .profuct-result,
.filter-item-cat select {
    margin: 0 0 20px;
  }

  .cart-popup,
.contact-popup {
    padding: 10px 15px;
    width: 100%;
  }

  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
    width: 75px;
  }

  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
    width: calc(100% - 160px);
  }

  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
    width: 60px;
  }

  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
    font-size: 14px;
  }

  .cart-popup .cart-popup-item-wrap {
    height: calc(100% - 272px);
  }

  .cart-popup .cart-popup-total-wrap {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .cart-popup .cart-popup-total-wrap .cart-popup-total {
    padding: 15px 0 5px;
  }

  .product-quantity .qtySelector {
    height: 40px;
  }

  .product-quantity .qtySelector span {
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .product-quantity .qtySelector input {
    width: calc(100% - 80px);
    left: 40px;
    height: 40px;
  }

  .add-cart button,
.add-wishlist button {
    height: 40px;
  }

  .wishlist-table table tbody tr td .wh_item a,
.wishlist-table table tbody tr td .wh-tem-price {
    font-size: 16px;
  }

  .product-card .product-rating {
    justify-content: center;
  }

  .product-card .product-img .product-option button i {
    font-size: 15px;
  }

  .product-card .product-img .product-option button {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .add-cart span,
.add-wishlist span {
    display: none;
  }
  .add-cart .btn,
.add-wishlist .btn {
    padding: 8px 20px;
  }
  .add-cart .btn i,
.add-wishlist .btn i {
    font-size: 20px;
    margin: 0;
    line-height: 1;
  }

  .wishlist-table table td:nth-child(2),
.wishlist-table table th:nth-child(2) {
    min-width: 250px;
  }

  .wishlist-table table tbody tr td,
.wishlist-table table tbody tr th {
    padding: 20px 0psx 0;
  }

  .checkout-details {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .product-tablist li button {
    font-size: 16px;
    padding: 10px 5px;
    width: 140px;
  }

  .comment-author_info .rating-star {
    margin: 0 !important;
  }

  .post-comment-wrap {
    padding: 15px;
  }

  .comment-form-wrap .comment-form-title h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .product-filter-list li {
    font-size: 14px;
    padding: 5px 12px;
    margin: 0 5px;
  }

  .cart-wrap .btn {
    width: 100%;
    display: block;
    text-align: center;
  }

  .wishlist-wrap .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
  .wishlist-wrap .btn:nth-child(1) {
    margin: 0 0 15px;
  }

  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }

  .select-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .select-method div {
    margin: 0 0 10px;
  }
  .select-method div:last-child {
    margin: 0;
  }

  .select-method [type=radio]:checked + label,
.select-method [type=radio]:not(:checked) + label {
    display: block;
  }

  .single-product-option button {
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 7px 10px;
  }

  .single-product-option button:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 376px) {
  .cart-popup .product-quantity {
    width: 118px;
  }

  .cart-popup .cart-popup-item-wrap .cart-popup-item {
    align-items: flex-start;
    margin: 0 0 20px;
  }

  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
    top: 0;
  }

  .product-filter-list li {
    font-size: 16px;
    width: 100%;
    margin: 0 0 15px;
  }

  .product-filter-list li:last-child {
    margin: 0;
  }

  .checkout-form .form-group label {
    margin: 0 0 4px;
    font-size: 14px;
  }
}
/*-------------------------------
         Newsletter CSS
-------------------------------*/
.newsletter-wrap {
  position: relative;
}
.newsletter-wrap .student-img {
  position: absolute;
  top: -60px;
  right: 50px;
  height: calc(100% + 60px);
}
.newsletter-wrap .student-img img {
  height: 100%;
}
.newsletter-wrap .newsletter-shap-3 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.newsletter-wrap .newsletter-shap-3 img {
  height: 100%;
}
.newsletter-wrap .container {
  position: relative;
}
.newsletter-wrap .container .newsletter-shap-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsletter-wrap .container .newsletter-shap-2 {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}
.newsletter-wrap .newsletter-form .form-group {
  position: relative;
  margin: 0;
}
.newsletter-wrap .newsletter-form .form-group input {
  width: 100%;
  height: 52px;
  background: #fff;
  border: none;
  padding: 10px 120px 10px 20px;
  border-radius: 5px;
}
.newsletter-wrap .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px;
  border: none;
  padding: 5px 30px;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  color: #fff;
}
.newsletter-wrap .newsletter-form .form-group button i {
  height: auto;
  display: inline-block;
  font-size: 25px;
  line-height: 45px;
}
.newsletter-wrap.style1 .newsletter-form .form-group button {
  background-color: #F67F51;
}
.newsletter-wrap.style1 .newsletter-form .form-group button i {
  color: #fff;
}
.newsletter-wrap.style2 .newsletter-form .form-group input {
  padding-right: 170px;
}
.newsletter-wrap.style2 .newsletter-form .form-group button {
  background-color: #3DB166;
  padding: 3px 30px 5px;
}
.newsletter-wrap.style2 .newsletter-form .form-group button i {
  color: #fff;
  position: relative;
  top: 3px;
  margin-left: 7px;
  font-size: 20px;
  line-height: 26px;
}

@media only screen and (min-width: 1200px) {
  .student-img {
    right: 12%;
  }

  .newsletter-form {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .newsletter-wrap .student-img {
    position: absolute;
    top: -20px;
    right: -36px;
    height: calc(100% + 20px);
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-wrap .newsletter-form .form-group button {
    padding: 5px 20px;
  }

  .newsletter-wrap .newsletter-form .form-group input {
    padding: 10px 80px 10px 20px;
  }

  .newsletter-wrap .newsletter-form .form-group input {
    padding: 10px 80px 10px 20px;
    font-size: 14px;
  }

  .newsletter-wrap.style2 .newsletter-form .form-group button {
    padding: 3px 18px 5px;
    font-size: 14px;
  }

  .newsletter-wrap.style2 .newsletter-form .form-group button i {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .student-img {
    display: none;
  }

  .newsletter-shap-1,
.newsletter-shap-3 {
    display: none;
  }

  .newsletter-wrap .container .newsletter-shap-2 {
    position: absolute;
    top: -20px;
    right: 0;
    max-width: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-wrap .container .newsletter-shap-1 {
    bottom: 80px;
    left: 0;
    max-width: 160px;
  }
}
/*-------------------------------
         Footer CSS
-------------------------------*/
.footer-wrap {
  position: relative;
  z-index: 2;
}
.footer-wrap .footer-shape-1 {
  position: absolute;
  top: 55px;
  left: 7%;
  z-index: 0;
  -webkit-animation: animationFramesTwo 25s alternate infinite linear;
  animation: animationFramesTwo 25s alternate infinite linear;
}
.footer-wrap .footer-shape-2 {
  position: absolute;
  bottom: 20%;
  left: 2%;
  z-index: 0;
  -webkit-animation: moveHorizontal 5s linear infinite;
  animation: moveHorizontal 5s linear infinite;
}
.footer-wrap .footer-shape-3 {
  position: absolute;
  top: 40%;
  right: 7%;
  z-index: 0;
  -webkit-animation: moveHorizontal 5s linear infinite;
  animation: moveHorizontal 5s linear infinite;
}
.footer-wrap .footer-bottom {
  padding: 20px 0;
}
.footer-wrap .footer-bottom .copyright {
  text-align: center;
}
.footer-wrap .footer-bottom .copyright p {
  color: #D5CEEC;
  margin: 0;
}
.footer-wrap .footer-bottom .copyright p a {
  color: #F67F51;
}
.footer-wrap .footer-widget {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.footer-wrap .footer-widget .footer-widget-title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 13px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 1px dotted #F67F51;
}
.footer-wrap.style1 .footer-bottom {
  border-top: 1px solid #27174B;
}
.footer-wrap.style2 .footer-widget .footer-widget-title {
  border-color: #3DB166;
}
.footer-wrap.style2 .footer-widget .footer-contact-address li i {
  color: #3DB166;
}
.footer-wrap.style2 .footer-bottom {
  border-top: 1px solid #27174B;
}
.footer-wrap.style2 .footer-bottom .copyright p a {
  color: #3DB166;
}

.project-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.footer-contact-address li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.footer-contact-address li:last-child {
  margin-bottom: 0;
}
.footer-contact-address li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #F67F51;
  font-size: 18px;
}
.footer-contact-address li a,
.footer-contact-address li p {
  color: #D5CEEC;
  display: block;
  margin: 0;
}

.footer-menu li a {
  color: #D5CEEC;
  padding-bottom: 5px;
  line-height: 32px;
  position: relative;
}
.footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #D5CEEC;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu li:hover a:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .footer-shape-1 {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 22px;
    display: block;
  }
}
/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-address {
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  padding: 70px 30px 50px;
}
.contact-address .contact-icon {
  text-align: center;
  margin: 0 0 20px;
}
.contact-address .contact-icon i {
  color: #3DB166;
  font-size: 60px;
}
.contact-address .contact-info h5 {
  font-size: 20px;
  font-weight: 500;
}
.contact-address .contact-info p {
  margin: 0 0 10px;
  color: #3DB166;
}
.contact-address .contact-info p a {
  color: #3DB166;
}

.contact-img {
  height: 438px;
  border-radius: 20px;
}

.company-location .comp-map {
  height: 400px;
}
.company-location .comp-map iframe {
  width: 100%;
  height: 100%;
}

.contact-form_wrap {
  background: #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.contact-form_wrap .form-group input,
.contact-form_wrap .form-group textarea {
  background-color: #F4FBF6;
}

@media only screen and (max-width: 575px) {
  .counter-item.style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px;
  }
  .counter-item.style2 .counter-icon {
    width: 65px;
    height: 65px;
  }
  .counter-item.style2 .counter-icon i {
    color: #3DB166;
    font-size: 28px;
  }
  .counter-item.style2 .counter-num {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .counter-item.style2 .counter-num .counter-value {
    font-size: 34px;
  }
}
/*-------------------------------
         Responsive CSS
-------------------------------*/
@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }

  .sm-center {
    text-align: center !important;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-70 {
    padding-top: 20px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pb-75 {
    padding-bottom: 25px;
  }

  .pb-50 {
    padding-bottom: 0px;
  }

  .mb-40 {
    margin-bottom: 25px !important;
  }

  .content-title h2,
.section-title h2 {
    font-size: 36px;
  }

  .section-title span,
.content-title span {
    font-size: 14px;
  }

  .back-to-top {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  .back-to-top i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }

  .pb-100 {
    padding-bottom: 70px;
  }

  .mt-100 {
    margin-top: 70px !important;
  }

  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-70 {
    padding-top: 40px;
  }

  .pb-70 {
    padding-bottom: 40px;
  }

  .pb-75 {
    padding-bottom: 45px;
  }

  .pb-50 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper {
    overflow-x: hidden !important;
  }

  .md-none {
    display: none !important;
  }

  .md-center {
    text-align: center !important;
  }

  .content-wrapper {
    margin: 68px 0 0;
  }

  .sidebar {
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .lg-center {
    text-align: center !important;
  }

  .lg-none {
    display: none !important;
  }

  .page-wrapper {
    overflow-x: hidden;
  }

  .content-wrapper {
    margin: 65px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }

  .container {
    max-width: 1200px;
  }

  .container-fluid {
    padding: 0 50px;
  }

  .section-title {
    padding: 0 30px;
  }

  .container-full {
    padding-left: calc((100% - 1200px) / 2 + 15px);
    padding-right: 0;
  }

  .container-full-left {
    padding-right: calc((100% - 1200px) / 2 + 15px);
  }
}
@media only screen and (min-width: 1450px) {
  .container {
    max-width: 1410px;
  }

  .header-wrap.style3 .container-fluid,
.hero-wrap.style3 .container-fluid {
    padding: 0 80px;
  }

  .container-full {
    padding-left: calc((100% - 1410px) / 2 + 15px);
    padding-right: 0;
  }

  .container-full-left {
    padding-right: calc((100% - 1410px) / 2 + 10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-full {
    padding-left: calc((100% - 960px) / 2 + 15px);
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-full {
    padding-left: calc((100% - 720px) / 2 + 15px);
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .xs-center {
    text-align: center;
  }

  .content-title h2,
.section-title h2 {
    font-size: 28px;
  }

  .reply_btn {
    margin: 7px 0;
  }
}
@media only screen and (max-width: 376px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }

  .content-title h2,
.section-title h2 {
    font-size: 26px;
  }

  .btn {
    font-size: 13px;
    padding: 7px 15px;
  }
  .btn i {
    font-size: 13px;
  }

  .page-navigation .page-nav li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 42px;
  }

  .page-navigation .page-nav li a i {
    line-height: 42px;
  }

  .btn.style7 {
    font-size: 16px;
  }

  .event-countdown .event-cd .countdown span {
    font-size: 22px;
  }

  .comment-item .comment-author-img {
    width: 50px;
    height: 50px;
  }

  .comment-item .comment-author-wrap {
    width: calc(100% - 65px);
    margin-left: 15px;
  }

  .comment-item .comment-author-wrap .comment-author-name h5 {
    font-size: 16px;
  }

  .comment-item.reply {
    margin-left: 10px;
  }

  .error-content span {
    font-size: 70px;
    line-height: 52px;
  }
}

/*# sourceMappingURL=style.css.map */
