@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Edustar - Education & Online Courses HTML Template
    Author: Madras_Themes
    Description: Edustar - Education & Online Courses HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

01. common style
02. header style
03. Page Title
04. blog style
05. Pagination style
06. footer style
07. shop style
08. course style
09. contact style
10. Forms
11. student-choose style
12. features style
13. counter style
14. instructor style
15. event style
16. faq style
17. banner style
18. Login & Register style
19. Course Carousel section styles
20. education style
21. Buttons
**********************************************/

/*--------------------------------------------
01. common style
--------------------------------------------*/
#wrapper {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  body:not(.stretched) #wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  body:not(.stretched) #wrapper {
    max-width: 1440px;
  }
}
.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}
#content {
  position: relative;
  background-color: #FFF;
}
#content p {
  line-height: 1.8;
}
#content .content-wrap {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
#content .container {
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #575757;
  line-height: 26px;
}

a {
  text-decoration: none !important;
  color: #1ABC9C;
}

a:hover {
  color: #222;
}

.w-img img {
  width: 100%;
}

.gallery-area {
  max-width: 1920px;
  margin: 0 auto;
}

.gallery-inner {
  display: flex;
  flex-wrap: wrap;
}
.gallery-inner > div {
  width: 20%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-inner > div {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .gallery-inner > div {
    width: 50%;
  }
}

.gallery-single {
  position: relative;
}
.gallery-single:hover .gallery-link {
  opacity: 1;
  visibility: visible;
}

.gallery-link {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gallery-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: "";
  opacity: 0.6;
}

.gallery-insta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
}
.gallery-insta:hover {
  color: #fff;
}

.m-img img {
  max-width: 100%;
}

.features-mt {
  margin-top: -85px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  color: #141517;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #575757;
  margin-bottom: 15px;
  line-height: 26px;
}

*::-moz-selection {
  background: #17aa1c;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #17aa1c;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #17aa1c;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #575757;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #575757;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #FFB013;
}

.section-bg {
  background: #f7f9fa;
}

.pink-bg {
  background: #17aa1c;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000;
}

.footer-bg {
  background: #000;
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important;
}

.white-color {
  color: #ffffff;
}

.theme-color {
  color: #17aa1c !important;
}

.black-color {
  color: #000;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1004;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

.long-padding {
  padding-bottom: 285px;
}

/* link btn */
.link-btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #17aa1c;
  text-transform: uppercase;
  padding-right: 15px;
}
.link-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:first-child {
  left: -100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn i:last-child {
  right: 0;
}
.link-btn:hover {
  color: #000;
}
.link-btn:hover i:first-child {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn:hover i:last-child {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}

.link-btn-2 {
  position: relative;
  font-size: 14px;
  color: #17aa1c;
  font-weight: 500;
  padding-right: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
}
.link-btn-2 i {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  font-size: 12px;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: #17aa1c;
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.pink {
  color: #17aa1c;
}
.link-btn-2.pink:hover {
  color: #17aa1c;
}

/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #17aa1c;
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
}
.pulse-btn i {
  padding-left: 2px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.edu-sec-btn {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #17aa1c;
  background-color: transparent;
  padding: 0 30px;
  border: 1px solid #dce8fe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.edu-sec-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
  border-color: #17aa1c;
}

.edu-border-btn {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #17aa1c;
  background-color: transparent;
  padding: 0 30px;
  border: 1px solid #dce8fe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.edu-border-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
  border-color: #17aa1c;
}
.edu-border-btn:focus {
  border: 1px solid #dce8fe;
}

.edu-thard-btn {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #141517;
  background-color: #FFB013;
  padding: 0 40px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.edu-thard-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
}

.edu-four-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #141517;
  background-color: #FFB013;
  padding: 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
}
.edu-four-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
  border-color: #17aa1c;
}

.edu-five-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #17aa1c;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
}
.edu-five-btn:hover {
  background-color: #FFB013;
  color: #141517;
  border: 1px solid #FFB013;
}

.edu-six-btn {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #141517;
  background-color: #FFB013;
  border: 1px solid transparent;
  padding: 0 40px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.edu-six-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.edo-theme-btn {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #17aa1c;
  background-color: transparent;
  padding: 0 40px;
  border: 1px solid #17aa1c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.edo-theme-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
  border-color: transparent;
}

.edo-course-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #141517;
  background-color: #FFB013;
  padding: 0px 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.edo-course-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .edo-course-btn {
    padding: 0px 7px;
  }
}

.edo-course-sec-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #17aa1c;
  padding: 0px 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.edo-course-sec-btn:hover {
  background-color: #FFB013;
  color: #141517;
}

.course-btn {
  height: 40px;
  background: #17aa1c;
  padding: 0 25px;
  display: inline-block;
  line-height: 40px;
  border-radius: 3px;
  font-weight: 600;
  color: #ffffff;
}
.course-btn:hover {
  color: #141517;
  background-color: #FFB013;
}

.add-cart-btn {
  height: 45px;
  padding: 0 45px;
  display: inline-block;
  background-color: #17aa1c;
  line-height: 45px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .add-cart-btn {
    padding: 0 35px;
  }
}
.add-cart-btn:hover {
  background: #FFB013;
  color: #141517;
}
.add-cart-btn i {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.view-details-btn {
  height: 45px;
  padding: 0 45px;
  display: inline-block;
  background-color: #17aa1c;
  line-height: 45px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .view-details-btn {
    padding: 0 35px;
  }
}
.view-details-btn:hover {
  background: #FFB013;
  color: #141517;
}

.c-share-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #dce8fe;
  border-radius: 4px;
  font-size: 19px;
  color: #a6bce8;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.c-share-btn:hover {
  background: #17aa1c;
  border-color: #17aa1c;
  color: #ffffff;
}

.wishlist-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #dce8fe;
  border-radius: 4px;
  font-size: 19px;
  color: #a6bce8;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wishlist-btn:focus {
  border: 1px solid #dce8fe;
}
.wishlist-btn:hover {
  border-color: #17aa1c;
  color: #17aa1c;
}
.wishlist-btn.w-added {
  background: #17aa1c;
  border-color: #17aa1c;
  color: #ffffff;
}

.edu-follow-btn {
  height: 50px;
  padding: 0 40px 0 60px;
  background: #17aa1c;
  display: block;
  line-height: 50px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.edu-follow-btn i {
  margin-right: 10px;
}
.edu-follow-btn:focus {
  color: #ffffff;
}
.edu-follow-btn:hover {
  color: #141517;
  background: #FFB013;
}
.edu-follow-btn:hover:before {
  color: #141517;
}
.edu-follow-btn::before {
  position: absolute;
  content: "\eb1f";
  left: 35px;
  top: 0;
  font-family: "font-icons";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.edu-follow-btn.followed::before {
  content: "\e98b";
}

.course-details-action {
  display: flex;
  gap: 20px;
  width: 240px;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .course-details-action {
    justify-content: start;
  }
}

.share-btn {
  border: 1px solid #edeef2;
  padding: 10px 15px;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.share-btn:hover {
  background-color: #17aa1c;
  border-color: transparent;
}
.share-btn:hover i {
  color: #ffffff;
}

.membership-btn-active {
  height: 55px;
  background: #FFB013;
  display: block;
  line-height: 55px;
  text-align: center;
  border-radius: 4px;
  color: #161b1c;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.membership-btn-active:hover {
  background-color: #17aa1c;
  color: #ffffff;
}

.membership-btn {
  height: 55px;
  background: #17aa1c;
  display: block;
  line-height: 55px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.membership-btn:hover {
  background-color: #FFB013;
  color: #161b1c;
}

.get-btn {
  height: 45px;
  display: inline-block;
  background: #ffffff;
  line-height: 45px;
  color: #141517;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #edeef2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.get-btn:hover {
  background: #17aa1c;
  color: #ffffff;
  border-color: #17aa1c;
}

.video-cart-btn {
  height: 55px;
  padding: 0px 20px;
  display: inline-block;
  background-color: #17aa1c;
  line-height: 55px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.video-cart-btn:hover {
  background-color: #FFB013;
  color: #141517;
}
.video-cart-btn i {
  margin-right: 10px;
}

.video-wishlist-btn {
  height: 55px;
  padding: 0px 20px;
  display: inline-block;
  background-color: #eff1f6;
  line-height: 55px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #141517;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.video-wishlist-btn:hover {
  background-color: #17aa1c;
  color: #ffffff;
}
.video-wishlist-btn i {
  margin-right: 10px;
}

.event-btn {
  height: 55px;
  line-height: 53px;
  color: #ffffff;
  background: #17aa1c;
  border-radius: 4px;
  font-weight: 600;
  padding: 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  justify-content: center;
  width: 100%;
}
.event-btn:hover {
  color: #141517;
  background: #FFB013;
}

.course-sidebar-info.content-hidden ul {
  display: none;
}
.course-sidebar-info.content-hidden::after {
  transform: rotate(0deg);
}

.course-title-breadcrumb .breadcrumb-item {
  margin-right: 10px;
}
.course-title-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

/*----------

02. header style

----------*/
/* ----------------------------------------------------------------
  Top Bar
-----------------------------------------------------------------*/
.note-text p {
  color: #141517;
  margin-bottom: 0;
}
.note-text p span {
  font-weight: 700;
}
.header-note-area {
  padding: 12px 0;
  background: #5624d0;
}
.header-note-area {
  transition: all 0.3s;
}
.header-note-area p {
  color: #fff;
}
.p-relative {
  position: relative;
}
.header-notice-action-close {
  position: absolute;
  right: 20px;
  transition: all 0.3s;
  top: 13px;
}
.header-notice-action-close i {
  cursor: pointer;
  color: #fff;
}
.header-notice-hide {
  margin-top: -52px;
}
#top-bar {
  position: relative;
  border-bottom: 1px solid #EEE;
  font-size: 13px;
}

/* Top Links
---------------------------------*/

.top-links {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-bottom: 1px solid #EEE;
}

@media (min-width: 768px) {
  .top-links {
    border-bottom: 0;
  }
}

.top-links-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}

.top-links-item {
  position: relative;
  border-left: 1px solid #EEE;
}

.top-links-item:first-child,
.top-links-sub-menu .top-links-item { border-left: 0 !important; }

.top-links-item > a {
  display: block;
  padding: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
}

.top-links-item > a > i { vertical-align: top; }

.top-links-item > a > i.icon-angle-down { margin: 0 0 0 5px !important; }

.top-links-item > a > i:first-child { margin-right: 3px; }

.top-links-item.full-icon > a > i {
  top: 2px;
  font-size: 0.875rem;
  margin: 0;
}

.top-links-item:hover { background-color: #EEE; }

.top-links-sub-menu,
.top-links-section {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  list-style: none;
  z-index: -1;
  line-height: 1.5;
  background: #FFF;
  border: 0;
  top: 100%;
  left: -1px;
  width: 140px;
  margin-top: 10px;
  border: 1px solid #EEE;
  border-top-color: #007791;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  transition: opacity .25s ease, margin .2s ease;
}

.top-links:not(.on-click) .top-links-item:hover > .top-links-sub-menu,
.top-links:not(.on-click) .top-links-item:hover > .top-links-section,
.top-links.on-click .top-links-sub-menu,
.top-links.on-click .top-links-section {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
  z-index: 499;
}

.top-links.on-click .top-links-sub-menu,
.top-links.on-click .top-links-section {
  display: none;
}

.top-links-sub-menu .top-links-sub-menu {
  top: -1px;
  left: 100%;
}

.top-links-sub-menu .top-links-item:not(:first-child) {
  border-top: 1px solid #F5F5F5;
}

.top-links-sub-menu .top-links-item:hover { background-color: #F9F9F9; }

.top-links-sub-menu .top-links-item > a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 0.6875rem;
}

.top-links-sub-menu .top-links-item > a > img {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.top-links-sub-menu.top-demo-lang .top-links-item > a > img {
  top: 4px;
  width: 16px;
  height: 16px;
}

.top-links-sub-menu .top-links-item > a > i.icon-angle-down {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
}

.top-links-section {
  padding: 25px;
  left: 0;
  width: 280px;
}

.top-links-section.menu-pos-invert {
  left: auto;
  right: 0;
}


/* Top Social
-----------------------------------------------------------------*/

#top-social {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0;
}

#top-social li {
  position: relative;
  list-style: none;
}

#top-social li { border-left: 1px solid #EEE; }

#top-social li:first-child { border-left: 0 !important; }

#top-social a {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  overflow: hidden;
  font-weight: bold;
  color: #666;
}

#top-social li a:hover {
  color: #FFF !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#top-social li .ts-icon,
#top-social li .ts-text {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 44px;
  line-height: 44px;
}

#top-social li .ts-icon {
  width: 40px;
  text-align: center;
  font-size: 0.875rem;
}

#top-social li .ts-text {
  max-width: 0;
  white-space: nowrap;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#top-social li a:hover .ts-text {
  max-width: 200px;
  padding-right: 12px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}


/* Top Login
-----------------------------------------------------------------*/

#top-login { margin-bottom: 0; }

#top-login .checkbox { margin-bottom: 10px; }

#top-login .form-control { position: relative; }

#top-login .form-control:focus { border-color: #CCC; }

#top-login .input-group#top-login-username { margin-bottom: -1px; }

#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#top-login .input-group#top-login-password { margin-bottom: 10px; }

#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* ----------------------------------------------------------------
  Header
-----------------------------------------------------------------*/


#header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #F5F5F5;
}

#header-wrap {
  position: relative;
  background-color: #FFF;
  width: 100%;
}

.header-wrap-clone {
  display: none;
}

.header-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {

  #header-wrap {
    position: fixed;
    height: auto;
    z-index: 299;
    box-shadow: 0 0 0 rgba(0,0,0,0.1);
    transition: height .2s ease 0s, background-color .3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform;
  }

  #top-bar + #header:not(.sticky-header) #header-wrap,
  #slider + #header:not(.sticky-header) #header-wrap,
  .floating-header:not(.sticky-header) #header-wrap,
  div + #header-wrap,
  .no-sticky #header-wrap,
  [data-sticky-offset]:not([data-sticky-offset="full"]):not(.sticky-header) #header-wrap,
  body:not(.stretched) #header:not(.sticky-header) #header-wrap {
    position: absolute;
  }

  .header-wrap-clone {
    display: block;
    height: calc( 100px + 1px );
  }

  .header-size-sm .header-wrap-clone {
    height: calc( 60px + 1px );
  }

  .header-size-md .header-wrap-clone {
    height: calc( 80px + 1px );
  }

  .header-size-lg .header-wrap-clone {
    height: calc( 120px + 1px );
  }

  .header-row {
    position: initial;
  }

  #header.transparent-header,
  #header.transparent-header:not(.sticky-header) #header-wrap {
    background: transparent;
    border-bottom: 1px solid transparent;
    z-index: 299;
  }

  #header.transparent-header.semi-transparent #header-wrap { background-color: rgba(255,255,255,0.8); }

  #header.transparent-header.floating-header { margin-top: 60px; }

  .transparent-header.floating-header .container {
    background-color: #FFF;
    padding: 0 30px;
  }

  .transparent-header.floating-header:not(.sticky-header) .container {
    position: relative;
  }

  #header + .include-header {
    margin-top: calc( -100px - 2px );
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }

  #header.header-size-sm + .include-header {
    margin-top: calc( -60px - 2px );
  }

  #header.header-size-md + .include-header {
    margin-top: calc( -80px - 2px );
  }

  #header.header-size-lg + .include-header {
    margin-top: calc( -120px - 2px );
  }

  #header.floating-header + .include-header {
    margin-top: calc( -160px - 2px );
  }

  #header.transparent-header + .page-title-parallax.include-header .container {
    z-index: 5;
    padding-top: 100px;
  }

  #header.full-header:not(.transparent-header) { border-bottom-color: #EEE; }

  .stretched .full-header #header-wrap > .container {
    width: 100%;
    max-width: none;
    padding: 0 30px;
  }

  #header.transparent-header.full-header #header-wrap {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  #slider + #header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: none;
  }

  /* ----------------------------------------------------------------
    Sticky Header
  -----------------------------------------------------------------*/

  #logo img {
    -webkit-transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
    transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
  }

  #logo img { max-height: 100%; }

  .sub-menu-container,
  .mega-menu-content {
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
  }

  .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .sticky-header.full-header #header-wrap {
    border-bottom: 1px solid #EEE;
  }

  .sticky-header.semi-transparent { background-color: transparent; }

  .semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

  /* Primary Menu - Style 3
  -----------------------------------------------------------------*/

  .sticky-header .style-3 .menu-container > .menu-item > .menu-link {
    margin: 0;
    border-radius: 0;
  }

  /* Primary Menu - Style 4
  -----------------------------------------------------------------*/

  .sticky-header .style-4 .menu-container > .menu-item > .menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 10px 0;
  }

  /* Primary Menu - Style 5
  -----------------------------------------------------------------*/

  .sticky-header-shrink .style-5 .menu-container > .menu-item { margin-left: 2px; }

  .sticky-header-shrink .style-5 .menu-container > .menu-item:first-child { margin-left: 0; }

  .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link {
    line-height: 22px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link > div { padding: 0; }

  .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link i:not(.icon-angle-down) {
    display: inline-block;
    width: 16px;
    top: -1px;
    margin: 0 6px 0 0;
    font-size: 0.875rem;
    line-height: 22px;
  }

}

@media (max-width: 991.98px) {

  .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 299;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .sticky-header .header-wrap-clone {
    display: block;
  }

  .sticky-header .menu-container {
    max-height: 60vh;
    margin: 1rem 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  body:not(.primary-menu-open) .dark.transparent-header-responsive,
  body:not(.primary-menu-open) .transparent-header-responsive {
    background-color: transparent;
    border: none;
  }

  body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive {
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
  }

}


/* ----------------------------------------------------------------
  Logo
-----------------------------------------------------------------*/


#logo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  margin-right: auto;
  max-height: 100%;
}

#logo a {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
}

#logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 100px;
}

.header-size-sm #header-wrap #logo img {
  height: 60px;
}

.header-size-md #header-wrap #logo img {
  height: 80px;
}

.header-size-lg #header-wrap #logo img {
  height: 120px;
}

#logo a.standard-logo {
  display: -ms-flexbox;
  display: flex;
}

#logo a.retina-logo { display: none; }

@media (min-width: 992px) {

  .full-header #logo {
    padding-right: 30px;
    border-right: 1px solid #EEE;
  }

  #header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); }

  .sticky-header-shrink #header-wrap #logo img {
    height: 60px;
  }

}


/* ----------------------------------------------------------------
  Retina Logo
-----------------------------------------------------------------*/


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  #logo a.standard-logo { display: none; }

  #logo a.retina-logo {
    display: -ms-flexbox;
    display: flex;
  }

}


/* ----------------------------------------------------------------
  Header Right Area
-----------------------------------------------------------------*/


.header-extras {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.header-extras li {
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.25rem;
  overflow: hidden;
  list-style: none;
}

.header-extras li:first-child { margin-left: 0; }

.header-extras li .he-text {
  padding-left: 10px;
  font-weight: bold;
  font-size: 0.875rem;
}

.header-extras li .he-text span {
  display: block;
  font-weight: 400;
  color: #17aa1c;
}


/* ----------------------------------------------------------------
  Primary Menu
-----------------------------------------------------------------*/

.primary-menu {
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.primary-menu + .primary-menu {
  border-top: 1px solid #EEE;
}

#primary-menu-trigger,
#page-menu-trigger {
  display: -ms-flex;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  cursor: pointer;
  font-size: 0.875rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body:not(.top-search-open) .top-search-parent #primary-menu-trigger {
  opacity: 1;
  -webkit-transition: opacity .2s .2s ease, top .4s ease;
  -o-transition: opacity .2s .2s ease, top .4s ease;
  transition: opacity .2s .2s ease, top .4s ease;
}

.top-search-open .top-search-parent #primary-menu-trigger {
  opacity: 0;
}

.svg-trigger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.svg-trigger path {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #333;
  stroke-width: 5;
  stroke-linecap:round;
}

.svg-trigger path:nth-child(1) { stroke-dasharray: 40 160; }

.svg-trigger path:nth-child(2) {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.svg-trigger path:nth-child(3) {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.primary-menu-open .svg-trigger { transform: rotate(45deg); }

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) { stroke-dashoffset: -64px; }

.primary-menu-open .svg-trigger path:nth-child(2) { transform: rotate(90deg); }

.menu-container {
  display: none;
  list-style: none;
  margin: 0;
  width: 100%;
}

.menu-item {
  position: relative;
}

.menu-item:not(:first-child) {
  border-top: 1px solid #EEE;
}

.menu-link {
  display: block;
  line-height: 22px;
  padding: 14px 5px;
  color: #444;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.menu-link span {
  display: none;
}

.menu-link i {
  position: relative;
  top: -1px;
  font-size: 0.875rem;
  width: 16px;
  text-align: center;
  margin-right: 6px;
  vertical-align: top;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
  color: #17aa1c;
}

.menu-item.sub-menu > .menu-link > div { }

.sub-menu-container,
.mega-menu-content {
  position: relative;
  padding-left: 15px;
  border-top: 1px solid #EEE;
  list-style: none;
  margin-bottom: 0;
}

.sub-menu-container .menu-item:not(:first-child) {
  border-top: 1px solid #EEE;
}

.sub-menu-container .menu-item > .menu-link {
  position: relative;
  padding: 11px 5px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
}

.sub-menu-container .menu-item:hover > .menu-link {
  font-weight: 700;
}

.sub-menu-container .menu-link div {
  position: relative;
}

.menu-item .sub-menu-trigger {
  display: block;
  position: absolute;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  top: 9px;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}

.menu-link div > i.icon-angle-down {
  display: none;
}

.sub-menu-container .sub-menu-trigger {
  font-size: 10px;
}

.sub-menu-container .menu-item .sub-menu-trigger {
  top: 6px;
}


/* ----------------------------------------------------------------
  Mega Menu
-----------------------------------------------------------------*/

.mega-menu:not(.mega-menu-full) .mega-menu-content .container {
  max-width: none;
}

.mega-menu-content {
  padding-left: 0;
}

@media (max-width: 991.98px) {

  .primary-menu {
    max-width: 100%;
  }

  .primary-menu > .container {
    max-width: none;
    padding: 0;
  }

  .mega-menu-content .sub-menu-container {
    border-top: 1px solid #EEE;
  }

  .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    display: block !important;
  }

  .mega-menu-content .mega-menu-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .mega-menu-column .widget {
    padding: 30px 0;
  }

}

.mega-menu-content .mega-menu-column:first-child {
  border-top: 0;
}

/* Off Canvas Menu
-----------------------------------------------------------------*/

@media (max-width: 991.98px) {

  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
    position: fixed;
    display: block;
    z-index: 499;
    width: 280px;
    height: 100%;
    height: calc(100vh);
    max-height: none !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 35px 25px 60px !important;
    background-color: #FFF;
    border-right: 1px solid #EEE !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(-280px,0);
    -o-transform: translate(-280px,0);
    transform: translate(-280px,0);
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
  }

  #header:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container {
    left: auto !important;
    right: 0;
    border-right: 0 !important;
    border-left: 1px solid #EEE !important;
    -webkit-transform: translate(280px,0);
    -o-transform: translate(280px,0);
    transform: translate(280px,0);
  }

  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
    -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
    transition: transform .3s ease-in-out, opacity .2s ease !important;
  }

  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }

}

@media (min-width: 992px) {

  .primary-menu {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .primary-menu + .primary-menu {
    border-top: 0;
  }

  #primary-menu-trigger,
  #page-menu-trigger {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
  }

  .menu-container:not(.mobile-primary-menu) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-header .primary-menu .menu-container {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: 1px solid #EEE;
  }

  .transparent-header.full-header .primary-menu .menu-container { border-right-color: rgba(0,0,0,0.1); }

  .mega-menu { position: inherit; }

  .menu-container > .menu-item:not(:first-child) {
    margin-left: 2px;
  }

  .menu-item:not(:first-child) {
    border-top: 0;
  }

  .menu-item.menu-item-important .menu-link > div::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc3545;
  }

  .menu-link {
    padding: 39px 15px;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
  }

  .header-size-sm .menu-container > .menu-item > .menu-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .header-size-md .menu-container > .menu-item > .menu-link {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .header-size-lg .menu-container > .menu-item > .menu-link {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .sticky-header-shrink .menu-container > .menu-item > .menu-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .with-arrows .menu-container > .menu-item > .menu-link div > i.icon-angle-down {
    display: inline-block;
  }

  .sub-menu-container,
  .mega-menu-content {
    position: absolute;
    visibility: hidden;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #17aa1c;
    z-index: 399;
    top: 100%;
    left: 0;
    padding: 0;
  }

  .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
    width: 220px;
  }

  /* Sub-Menu On-Hover Dropdown */
  .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container,
  .primary-menu:not(.on-click) .mega-menu-content {
    display: block;
    opacity: 0;
    margin-top: 15px;
    z-index: -9999;
    pointer-events: none;
    transition: opacity .3s ease, margin .25s ease;
  }

  .primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    margin-top: 0;
    z-index: auto;
  }

  .primary-menu:not(.on-click) .menu-item.mega-menu:hover > .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    pointer-events: auto;
  }

  .primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container,
  .primary-menu:not(.on-click) .menu-item:hover > .mega-menu-content {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
  }

  .primary-menu:not(.on-click) .menu-item:not(:hover) > .sub-menu-container > *,
  .primary-menu:not(.on-click) .menu-item:not(:hover) > .mega-menu-content > * {
    display: none;
  }

  .primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) > * {
    display: block;
  }

  .sub-menu-container .sub-menu-container {
    list-style: none;
    top: -2px !important;
    left: 100%;
  }

  .sub-menu-container.menu-pos-invert,
  .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 0;
  }

  .sub-menu-container .sub-menu-container.menu-pos-invert {
    right: 100%;
  }

  .sub-menu-container .menu-item:not(:first-child) {
    border-top: 0;
  }

  .sub-menu-container .menu-item > .menu-link {
    padding: 10px 15px;
    font-weight: 700;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .sub-menu-container .menu-item > .menu-link i { vertical-align: middle; }

  .sub-menu-container .menu-item:hover > .menu-link {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #17aa1c;
  }

  .menu-link div > i.icon-angle-down {
    top: 0;
    font-size: 0.875rem;
    margin: 0 0 0 5px;
  }

  .sub-menu-container .menu-link div > i.icon-angle-down,
  .side-header .primary-menu:not(.on-click) .menu-link i.icon-angle-down {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 0.875rem;
    line-height: 1;
    margin: 0;
    transform: translateY(-50%) rotate(-90deg);
  }

  .menu-item .sub-menu-trigger,
  .side-header .on-click .sub-menu-container .menu-link i.icon-angle-down:last-child {
    display: none;
  }

  /* ----------------------------------------------------------------
    Mega Menu
  -----------------------------------------------------------------*/

  .mega-menu:not(.mega-menu-full) .mega-menu-content .container {
    max-width: none;
    padding: 0 var(--bs-gutter-x, 0.75rem) !important;
    margin: 0 auto !important;
  }

  .mega-menu-content {
    margin: 0;
    width: 100%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .mega-menu-full .mega-menu-content {
    width: 100%;
    left: 0;
    transform: none;
  }

  .mega-menu-small {
    position: relative;
  }

  .mega-menu-small .mega-menu-content {
    left: 0;
    width: 400px;
    transform: none;
  }

  .floating-header:not(.sticky-header) .mega-menu:not(.mega-menu-small) .mega-menu-content {
    max-width: 100%;
  }

  .sub-menu-container .mega-menu {
    position: relative;
  }

  .sub-menu-container .mega-menu-small .mega-menu-content {
    top: 0;
    left: 100%;
  }

  .sub-menu-container .mega-menu-small .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 100%;
  }

  .mega-menu-content.mega-menu-style-2 {
    padding: 0 10px;
  }

  .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    position: relative;
    display: block !important;
    visibility: visible !important;
    top: 0 !important;
    left: 0;
    min-width: inherit;
    height: auto !important;
    list-style: none;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    opacity: 1 !important;
    z-index: auto;
  }

  .mega-menu-content .sub-menu-container.mega-menu-dropdown {
    padding: 0.75rem;
    width: 220px;
  }

  .mega-menu-column {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-menu-container.mega-menu-column:not(:first-child) {
    border-left: 1px solid #F2F2F2;
  }

  .mega-menu-style-2 .mega-menu-column {
    padding: 30px 20px;
  }

  .mega-menu-style-2 .mega-menu-title:not(:first-child) {
    margin-top: 20px;
  }

  .mega-menu-style-2 .mega-menu-title > .menu-link {
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444;
    padding: 0 !important;
    line-height: 1.3 !important;
  }

  .mega-menu-style-2 .mega-menu-title:hover > .menu-link {
    background-color: transparent;
  }

  .mega-menu-style-2 .mega-menu-title > .menu-link:hover {
    color: #17aa1c;
  }

  .mega-menu-style-2 .sub-menu-container:not(.mega-menu-dropdown) .menu-item {
    border: 0;
  }

  .mega-menu-style-2 .sub-menu-container .menu-link {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .mega-menu-style-2 .sub-menu-container .menu-item:hover > .menu-link { padding-left: 12px; }

  /* Sub-Menu On-Click Dropdown */
  .on-click .sub-menu-container,
  .on-click .mega-menu-content {
    display: none;
    visibility: visible;
  }

  .on-click .menu-item:not(.mega-menu-small) .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    display: block;
  }


  /* Primary Menu - Style 2
  -----------------------------------------------------------------*/

  .style-2 #logo {
    margin-right: 1.5rem;
  }

  .style-2 .primary-menu {
    margin-right: auto;
  }

  .style-2.menu-center .primary-menu {
    margin-right: auto;
    margin-left: auto;
  }


  /* Primary Menu - Style 3
  -----------------------------------------------------------------*/

  .style-3 .menu-container > .menu-item > .menu-link {
    margin: 28px 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 2px;
  }

  .style-3 .menu-container > .menu-item:hover > .menu-link {
    color: #444;
    background-color: #F5F5F5;
  }

  .style-3 .menu-container > .menu-item.current > .menu-link {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background-color: #17aa1c;
  }


  /* Primary Menu - Style 4
  -----------------------------------------------------------------*/

  .style-4 .menu-container > .menu-item > .menu-link {
    margin: 28px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    border: 1px solid transparent;
  }

  .style-4 .menu-container > .menu-item:hover > .menu-link,
  .style-4 .menu-container > .menu-item.current > .menu-link { border-color: #17aa1c; }


  /* Primary Menu - Style 5
  -----------------------------------------------------------------*/

  .style-5 .menu-container {
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #EEE;
  }

  .style-5 .menu-container > .menu-item:not(:first-child) { margin-left: 15px; }

  .style-5 .menu-container > .menu-item > .menu-link {
    padding-top: 27px;
    padding-bottom: 27px;
    line-height: 1;
  }

  .style-5 .menu-container > .menu-item > .menu-link i:not(.icon-angle-down) {
    display: block;
    width: auto;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1;
    transition: all .3s ease;
  }


  /* Primary Menu - Style 6
  -----------------------------------------------------------------*/

  .style-6 .menu-container > .menu-item > .menu-link { position: relative; }

  .style-6 .menu-container > .menu-item > .menu-link::after,
  .style-6 .menu-container > .menu-item.current > .menu-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    width: 0;
    border-top: 2px solid #17aa1c;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    transform: translateX(-50%);
  }

  .style-6 .menu-container > .menu-item.current > .menu-link::after,
  .style-6 .menu-container > .menu-item:hover > .menu-link::after { width: 100%; }


  /* Primary Menu - Sub Title
  -----------------------------------------------------------------*/

  .sub-title .menu-container > .menu-item {
    margin-left: 0;
  }

  .sub-title .menu-container > .menu-item > .menu-link {
    position: relative;
    line-height: 14px;
    padding: 32px 20px;
    text-transform: uppercase;
  }

  .sub-title .menu-container > .menu-item:not(:first-child) > .menu-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -2;
    width: 1px;
    height: 36px;
    background-color: #EEE;
    transform: translateY(-50%);
  }

  .sub-title .menu-container > .menu-item > .menu-link span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize;
  }

  .sub-title .menu-container > .menu-item:hover > .menu-link,
  .sub-title .menu-container > .menu-item.current > .menu-link {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  }

  .sub-title .menu-container > .menu-item:hover > .menu-link span,
  .sub-title .menu-container > .menu-item.current > .menu-link span { color: #EEE; }

  .sub-title .menu-container > .menu-item:hover > .menu-link::after,
  .sub-title .menu-container > .menu-item.current > .menu-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #17aa1c;
    border-top: 5px solid rgba(0,0,0,0.1);
  }


  /* ----------------------------------------------------------------
    Side Header
  -----------------------------------------------------------------*/

  .side-header:not(.open-header) #wrapper {
    margin: 0 0 0 260px !important;
    width: auto !important;
  }

  .side-header .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .side-header #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 260px;
    height: 100%;
    height: calc(100vh);
    background-color: #FFF;
    border: none;
    border-right: 1px solid #EEE;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  }

  .side-header #header-wrap {
    position: relative;
    width: 300px;
    width: calc( 100% + 40px );
    height: 100%;
    overflow-y: scroll;
    padding-right: 40px;
  }

  .side-header #header-wrap > .container {
    width: 260px;
    max-width: none;
    padding: 0 30px;
    margin: 0 !important;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
  }

  .side-header .header-wrap-clone {
    display: none;
  }

  .side-header .header-row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .side-header #logo {
    margin: 3rem 0;
    width: 100%;
  }

  .side-header #logo img {
    max-width: 100%;
  }

  .side-header .header-misc {
    width: 100%;
    margin: 0;
  }

  .side-header .primary-menu {
    margin-bottom: 30px;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    width: 100%;
  }

  .side-header .primary-menu:not(.border-bottom-0)::after { margin-top: 40px; }

  .side-header .menu-container {
    display: block;
    height: auto;
    width: 100%;
  }

  .no-triggers .menu-container .sub-menu-trigger {
    display: none;
  }

  .side-header .on-click .menu-item .sub-menu-trigger {
    display: block;
    top: 0;
    right: -5px;
    font-size: 10px;
  }

  .side-header .primary-menu:not(.on-click) .text-center i.icon-angle-down {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
    transform: none;
  }

  .side-header .primary-menu:not(.on-click) .text-center .sub-menu-container i.icon-angle-down {
    top: -1px;
  }

  .side-header .menu-item {
    width: 100%;
  }

  .side-header .menu-item:not(:first-child) {
    margin: 10px 0 0;
    border-top: 0;
  }

  .side-header .menu-link {
    position: relative;
    padding: 5px 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
  }

  .side-header .sub-menu-container,
  .side-header .mega-menu-content {
    position: relative;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: auto;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 5px 0;
    padding: 0 0 0 12px !important;
  }

  .side-header .mega-menu-content {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .side-header .mega-menu-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none !important;
  }

  .side-header .sub-menu-container .sub-menu-container {
    top: 0 !important;
    left: 0;
  }

  .side-header .sub-menu-container.menu-pos-invert {
    left: 0;
    right: auto;
  }

  .side-header .sub-menu-container .sub-menu-container.menu-pos-invert { right: auto; }

  .side-header .sub-menu-container .menu-item {
    margin: 0;
    border: 0;
  }

  .side-header .sub-menu-container .menu-item:first-child { border-top: 0; }

  .side-header .menu-item:hover > .menu-link {
    background-color: transparent !important;
  }

  .side-header .menu-container > .menu-item.sub-menu > .menu-link,
  .side-header .menu-container > .menu-item.sub-menu:hover > .menu-link { background-image: none !important; }


  /* Side Header - Push Header
  -----------------------------------------------------------------*/

  .side-header.open-header.push-wrapper { overflow-x: hidden; }

  .side-header.open-header #header { left: -260px; }

  .side-header.open-header.side-header-open #header { left: 0; }

  .side-header.open-header #wrapper { left: 0; }

  .side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; }

  #header-trigger { display: none; }

  .side-header.open-header #header-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 20px;
    left: 20px;
    z-index: 11;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    text-align: center;
    border-radius: 2px;
  }

  .side-header.open-header.side-header-open #header-trigger { left: 280px; }

  .side-header.open-header #header-trigger i:nth-child(1),
  .side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; }

  .side-header.open-header.side-header-open #header-trigger i:nth-child(1),
  .side-header.open-header #header-trigger i:nth-child(2) { display: none; }


  .side-header.open-header #header,
  .side-header.open-header #header-trigger,
  .side-header.open-header.push-wrapper #wrapper {
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
  }


  /* Side Header - Right Aligned
  -----------------------------------------------------------------*/

  .side-header.side-header-right #header {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px solid #EEE;
  }

  .side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; }

  .side-header.side-header-right.open-header #header {
    left: auto;
    right: -260px;
  }

  .side-header.side-header-right.open-header.side-header-open #header {
    left: auto;
    right: 0;
  }

  .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; }

  .side-header.side-header-right.open-header #header-trigger {
    left: auto;
    right: 20px;
  }

  .side-header.side-header-right.open-header.side-header-open #header-trigger {
    left: auto;
    right: 280px;
  }

  .side-header.side-header-right.open-header #header,
  .side-header.side-header-right.open-header #header-trigger {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
  }


  /* Primary Menu - Overlay Menu
  -----------------------------------------------------------------*/

  .overlay-menu:not(.top-search-open) #primary-menu-trigger {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .overlay-menu .primary-menu > #overlay-menu-close {
    position: fixed;
    top: 25px;
    left: auto;
    right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
    text-align: center;
    color: #444;
  }

  .overlay-menu #primary-menu-trigger {
    z-index: 599;
  }

  .overlay-menu .primary-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100%;
    height: 100%;
    height: calc(100vh);
    background-color: rgba(255,255,255,0.95);
  }

  .overlay-menu .primary-menu,
  .overlay-menu .primary-menu > #overlay-menu-close {
    opacity: 0 !important;
    pointer-events: none;
    z-index: -2;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .4s ease, transform .45s ease !important;
    transition: opacity .4s ease, transform .45s ease !important;
  }

  .overlay-menu.primary-menu-open .primary-menu,
  .overlay-menu.primary-menu-open #overlay-menu-close {
    opacity: 1 !important;
    pointer-events: auto;
    z-index: 499;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s ease, transform .45s ease !important;
    transition: opacity .3s ease, transform .45s ease !important;
  }

  .overlay-menu .primary-menu,
  .overlay-menu.primary-menu-open .primary-menu {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity .3s ease !important;
    transition: opacity .3s ease !important;
  }

  .overlay-menu .primary-menu > .container {
    max-height: 90%;
    overflow-y: scroll;
  }

  .overlay-menu .menu-container {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    max-width: 250px;
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
  }

  .overlay-menu .menu-container > .menu-item > .menu-link {
    font-size: 0.9375rem;
  }

  .overlay-menu .menu-item {
    width: 100%;
  }

  .overlay-menu .menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .overlay-menu .sub-menu-container,
  .overlay-menu .mega-menu-content {
    display: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 10px 0 !important;
    transform: translateX(0);
  }

  .overlay-menu .mega-menu-content .sub-menu-container {
    padding: 5px 0 !important;
  }

  .overlay-menu .mega-menu-title .sub-menu-container {
    padding-top: 0 !important;
  }

  .overlay-menu .mega-menu-content .mega-menu-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: 0 !important;
  }

  .overlay-menu .sub-menu-container .menu-link {
    padding: 5px 0;
  }

  .overlay-menu .sub-menu-container .menu-item:hover > .menu-link {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .overlay-menu .sub-menu-container .menu-link i.icon-angle-down {
    position: relative;
    display: inline-block;
    top: -1px;
    left: 0;
    margin-left: 5px;
    transform: rotate(0deg);
  }

}

@media (max-width: 991.98px) {

  .side-push-panel #side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    border-radius: 0 0 0 2px;
  }

}


/* ----------------------------------------------------------------
  Top Search
-----------------------------------------------------------------*/

.header-misc {
  position: initial;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.header-misc-element,
.header-misc-icon {
  margin: 0 8px;
}

.header-misc-icon > a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 1.125rem;
  line-height: 20px;
  text-align: center;
  color: #333;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (min-width: 992px) {
  .header-misc:not([class*="order-"]) {
    -ms-flex-order: 6;
    order: 6;
  }
}

#top-search a { z-index: 11; }

#top-search a i {
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-search-open #top-search a i:nth-child(1),
#top-search a i.icon-line-cross:nth-child(2) { opacity: 0; }

.top-search-open #top-search a i.icon-line-cross:nth-child(2) {
  opacity: 1;
  z-index: 11;
  font-size: 1rem;
}

.top-search-form {
  opacity: 0;
  z-index: -2;
  pointer-events: none;
  position: absolute;
  width: 100% !important;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.top-search-open .top-search-form {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

.top-search-form input {
  box-shadow: none !important;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 24px;
  padding: 10px 80px 10px 0;
  height: 100%;
  background-color: transparent !important;
  color: #333;
  font-weight: 700;
  margin-top: 0 !important;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .top-search-form input { font-size: 32px; }

  .full-header .top-search-form input,
  .container-fluid .top-search-form input {
    padding-left: 30px;
  }

  .transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) .top-search-form input {
    border-bottom: 2px solid rgba(0,0,0,0.1);
  }
}

.search-overlay .top-search-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

.search-overlay .top-search-form input {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
}

.top-search-form input::-moz-placeholder {
  color: #555;
  opacity: 1;
  text-transform: uppercase;
}
.top-search-form input:-ms-input-placeholder {
  color: #555;
  text-transform: uppercase;
}
.top-search-form input::-webkit-input-placeholder {
  color: #555;
  text-transform: uppercase;
}

.primary-menu .container .top-search-form input,
.sticky-header .top-search-form input { border: none !important; }

/* Top Search Animation */

#top-search {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body:not(.top-search-open) .top-search-parent #logo,
body:not(.top-search-open) .top-search-parent .primary-menu,
body:not(.top-search-open) .top-search-parent .header-misc > *:not(#top-search) {
  opacity: 1;
  -webkit-transition: padding .4s ease, margin .4s ease, opacity .2s .2s ease;
  transition: padding .4s ease, margin .4s ease, opacity .2s .2s ease;
}

.top-search-open .top-search-parent #logo,
.top-search-open .top-search-parent .primary-menu,
.top-search-open .top-search-parent .header-misc > *:not(#top-search) { opacity: 0; }


/* ----------------------------------------------------------------
  Top Cart
-----------------------------------------------------------------*/


.top-cart-number {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -8px;
  font-size: 0.625rem;
  color: #FFF;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.top-cart-number::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #17aa1c;
  opacity: 0.8;
  z-index: -1;
}

.top-cart-content {
  position: fixed;
  top: 0;
  left: auto;
  width: 260px;
  background-color: #FFF;
  border-left: 1px solid #EEE;
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}

@media (max-width: 991.98px) {
  .top-cart-content {
    right: -260px !important;
    height: calc(100vh);
    z-index: 499;
  }

  .top-cart-open .top-cart-content {
    right: 0 !important;
  }
}

.top-cart-title {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #EEE;
}

.top-cart-title h4 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-cart-items {
  padding: 1rem;
}

.top-cart-item,
.top-cart-action,
.top-cart-item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-cart-item {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-cart-item:not(:first-child) {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #F5F5F5;
}

.top-cart-item-image {
  width: 48px;
  height: 48px;
  border: 2px solid #EEE;
  -webkit-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

.top-cart-item-image a,
.top-cart-item-image img {
  display: block;
  width: 44px;
  height: 44px;
}

.top-cart-item-image:hover { border-color: #17aa1c; }

.top-cart-item-desc,
.top-cart-item-desc-title {
  padding-left: 1rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.top-cart-item-desc {
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-cart-item-desc-title {
  padding-left: 0;
}

.top-cart-item-desc a {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}

.top-cart-item-desc a:hover { color: #17aa1c; }

.top-cart-item-price {
  font-size: 0.75rem;
  color: #999;
}

.top-cart-item-quantity {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #444;
}

.top-cart-action {
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #EEE;
}

.top-cart-action .top-checkout-price {
  font-size: 1.25rem;
  color: #17aa1c;
}

@media (min-width: 992px) {
  #top-cart {
    position: relative;
  }

  .top-cart-content {
    opacity: 0;
    position: absolute;
    width: 280px;
    border: 1px solid #EEE;
    border-top: 2px solid #17aa1c;
    top: calc( 100% + 20px );
    right: -15px;
    margin: -10000px 0 0;
    z-index: auto;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease;
  }

  #top-cart.on-hover:hover .top-cart-content,
  .top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 399;
    margin-top: 0;
  }

  .top-cart-items {
    padding: 1rem;
  }
}
/* ----------------------------------------------------------------
  03. Page Title
-----------------------------------------------------------------*/
#page-title {
  position: relative;
  padding: 4rem 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

#page-title .container {
  position: relative;
}

#page-title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 2rem;
  text-transform: uppercase;
}

#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}

.breadcrumb {
  position: absolute !important;
  width: auto !important;
  top: 50% !important;
  left: auto !important;
  right: 15px !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 90%;
  transform: translateY(-50%);
}

.transparent-header + .page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; }

.breadcrumb a:hover { color: #17aa1c; }

.breadcrumb i { width: auto !important; }

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

.page-title-pattern {
  background-image: url('/temp/images/pattern.png');
  background-repeat: repeat;
  background-attachment: fixed;
}

/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini { padding: 20px 0; }

#page-title.page-title-mini h1 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
}

#page-title.page-title-mini span { display: none; }

@media (max-width: 767.98px) {
  #page-title {
    padding: 2rem 0;
    text-align: center;
  }

  #page-title h1 {
    line-height: 1.5;
    font-size: calc( 1rem + 2vw );
  }

  .page-title-parallax span {
    font-size: 1rem;
  }

  #page-title .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 20px 0 0 !important;
    justify-content: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #page-title #portfolio-navigation,
  #portfolio-ajax-title #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px auto 0;
  }
}
/*-------------
04. blog style
--------------*/
.blog-thumb {
  border-radius: 5px;
  overflow: hidden;
}
.blog-thumb img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}

.blog-wrapper:hover .blog-thumb img {
  transform: scale3d(1.05, 1.05, 1.05);
}

.blog-content p {
  margin-bottom: 30px;
}

.blog-meta {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.blog-meta ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px -20px;
  list-style: none;
}
.blog-meta li {
  font-size: 90%;
  margin: 0 15px 10px 0;
  color: #999;
}

.blog-meta ul.flex-column li {
  margin-left: 0;
}
.blog-meta:not(.no-separator) li::before {
  content: '\205E';
  width: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}

.blog-meta i {
  position: relative;
  top: 1px;
  padding-left: 1px;
  margin-right: 5px;
}

.blog-meta a:not(:hover) { color: #999; }

.blog-meta ins {
  font-weight: 700;
  text-decoration: none;
}

.blog-title h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-content-wrapper {
  padding: 30px 30px 40px 30px;
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(28, 51, 84, 0.1);
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog-content-wrapper {
    padding: 30px 20px 40px 20px;
  }
}

.blog-wrapper {
  border-radius: 5px;
}

.blog-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #17aa1c;
  color: #ffffff;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.6s;
}
.blog-tag:hover {
  background: #ffffff;
  color: #141517;
}
.blog-tag:focus {
  color: #141517;
}

.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: #ffffff;
  border: 1px solid #edeef2;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.sidebar__search input::placeholder {
  color: #575757;
  font-weight: 500;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__search button svg {
  width: 18px;
  height: 18px;
}
.sidebar__search button svg .st0 {
  fill: #575757;
}
.sidebar__search button svg .st1 {
  fill: #575757;
}

.rc__post:not(:last-child) {
  margin-bottom: 30px;
}
.rc__meta span {
  color: #575757;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.rc__thumb img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  object-fit: cover;
}
.rc__title {
  font-size: 18px;
  color: #141517;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rc__title {
    font-size: 16px;
    font-weight: 600;
  }
}
.rc__title a:hover {
  color: #17aa1c;
}

.sidebar__widget {
  border: 1px solid #edeef2;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .sidebar__widget {
    padding: 30px 20px;
  }
}

.sidebar__category ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar__category ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  padding-left: 20px;
  position: relative;
}
.sidebar__category ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #adaeba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sidebar__category ul li a:hover {
  color: #17aa1c;
}
.sidebar__category ul li a:hover::after {
  background: #17aa1c;
}

.sidebar__tag a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #575757;
  background: #F6F8FB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.sidebar__tag a:hover {
  color: #ffffff;
  background: #17aa1c;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #f3f4f8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f3f4f8;
}

blockquote::before {
  content: "\eb36";
  position: static;
  font-family: "font-icons";
  font-size: 32px;
  color: #17aa1c;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}

.post-text blockquote p {
  margin-bottom: 10px !important;
  line-height: 1.3;
  font-size: 20px;
  color: #070337;
  font-weight: 400;
}

blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #17aa1c;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog-details-wrapper img {
  width: 100%;
}

blockquote p {
  font-size: 18px;
  color: #141517;
  font-style: italic;
  font-weight: 600;
}

div.tagcloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #53545b;
  background: #f3f4f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}

div.tagcloud a:hover {
  color: #ffffff;
  background: #17aa1c;
}

.blog__details__tag span {
  font-weight: 600;
  margin-right: 10px;
  color: #141517;
}

/* comment box */
.latest-comments h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .latest-comments h3 {
    font-size: 22px;
  }
}

.latest-comments ul li {
  margin-bottom: 10px;
}

.latest-comments ul li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .latest-comments ul li.children {
    margin-left: 15px;
  }
}

.latest-comments ul li ul li.children-2 {
  margin-left: 100px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .latest-comments ul li ul li.children-2 {
    margin-left: 15px;
  }
}

.comments-box {
  padding: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-right: 40px;
  padding-top: 25px;
  background: #fff;
  border: 1px solid #edeef2;
  border-radius: 5px;
}

.comments-avatar img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.avatar-name {
  margin-bottom: 5px;
}

.avatar-name h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}

.avatar-name span {
  font-size: 14px;
  color: #575757;
}

@media (max-width: 575px) {
  .comments-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.comments-text p {
  font-size: 16px;
  color: #575757;
  margin-bottom: 15px;
}

.comments-replay {
  margin-top: 10px;
}
.comments-replay a {
  display: inline-block;
  color: #17aa1c;
  background: rgba(43, 78, 255, 0.1);
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.comments-replay a:hover {
  color: #ffffff;
  background: #17aa1c;
}

.blog__comment h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__comment h3 {
    font-size: 22px;
  }
}
.blog__comment-input input, .blog__comment-input textarea {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 2px solid #f8f8f9;
  background: #f8f8f9;
  color: #000;
  font-size: 15px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0 24px;
}
.blog__comment-input input::placeholder, .blog__comment-input textarea::placeholder {
  font-size: 15px;
  color: #575757;
}
.blog__comment-input input:focus, .blog__comment-input textarea:focus {
  background: #ffffff;
  border-color: #17aa1c;
}
.blog__comment-input textarea {
  height: 180px;
  resize: none;
  line-height: 1.2;
  padding: 23px;
  padding-top: 19px;
  margin-bottom: 13px;
}
.blog__comment-agree {
  padding-left: 5px;
}
.blog__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blog__comment-agree input:checked {
  position: relative;
  background-color: #17aa1c;
  border-color: transparent;
}
.blog__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\e98b";
  position: absolute;
  font-family: "font-icons";
  font-size: 10px;
  color: #ffffff;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog__comment-agree input:hover {
  cursor: pointer;
}
.blog__comment-agree label {
  padding-left: 8px;
  color: #575757;
}
.blog__comment-agree label a {
  color: #000;
  font-weight: 600;
  padding-left: 4px;
}
.blog__comment-agree label a:hover {
  color: #17aa1c;
}
.blog__comment-agree label:hover {
  cursor: pointer;
}

.blog-main-wrapper .blog-content h3 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-main-wrapper .blog-content h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-main-wrapper .blog-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .blog-main-wrapper .blog-content h3 {
    font-size: 26px;
  }
}

.blog-main-wrapper h4 {
  font-size: 28px;
}
@media (max-width: 575px) {
  .blog-main-wrapper h4 {
    font-size: 26px;
  }
}
/*-----------------
05. Pagination style
------------------*/
.edu-pagination ul {
  display: flex;
  align-items: center;
}
.edu-pagination li {
  margin-right: 15px;
}
.edu-pagination li:hover a {
  color: #17aa1c;
  font-weight: 600;
}
.edu-pagination i {
  height: 45px;
  width: 45px;
  background: #ffffff;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  color: #575757;
  font-size: 20px;
  border: 1px solid #edeef2;
  font-weight: 400;
  transition: 0.3s;
}
.edu-pagination i:hover {
  border-color: #17aa1c;
  background: #17aa1c;
  color: #ffffff;
}

.edu-pagination ul li.active a {
  color: #17aa1c;
  font-weight: 600;
}
/*-----------------
06. footer style
------------------*/
.footer-area {
  background: #141517;
}

.footer-img img {
  margin-bottom: 30px;
}

@media sm {
  .footer-widget {
    margin-bottom: 20px;
  }
}
.footer-widget p {
  color: #A2A2A2;
  margin-bottom: 30px;
}
.footer-widget h3 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
}
.footer-widget ul li {
  margin-bottom: 10px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  color: #A2A2A2;
  text-decoration: none;
}
.footer-widget ul li a:hover {
  color: #ffffff;
}

.f-w1 {
  margin-right: 0;
}

.f-w2 {
  margin-left: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .f-w2 {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .f-w2 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .f-w2 {
    margin-left: 0;
  }
}

.f-w3 {
  margin-left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .f-w3 {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .f-w3 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .f-w3 {
    margin-left: 0;
  }
}

.f-w4 {
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .f-w4 {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .f-w4 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .f-w4 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-icon {
    margin-bottom: 30px;
  }
}
.footer-icon a {
  background: #212730;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-icon a {
    margin-right: 9px;
  }
}
.footer-icon a:hover {
  background: #17aa1c;
}

.copyright-area {
  background: #1a1f27;
  border-radius: 10px 10px 0 0;
  padding: 30px 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-area {
    padding: 30px 15px;
  }
}

.copy-right-support {
  display: flex;
  align-items: center;
  top: 5px;
  position: relative;
}
@media (max-width: 575px) {
  .copy-right-support {
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copy-right-support {
    margin-bottom: 20px;
  }
}
.copy-right-support p {
  color: #a2a2a2;
  margin-bottom: 3px;
  font-size: 14px;
}
.copy-right-support span {
  color: #17aa1c;
}

.copy-right-svg {
  margin-right: 20px;
}

.copyright-svg-content h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-svg-content h5 {
    font-size: 16px;
  }
}

.copyright-subcribe {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-subcribe {
    margin-top: 30px;
  }
}

.copyright-subcribe .field input {
  height: 70px;
  width: 100%;
  padding: 0 190px 0 45px;
  background: #141517;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright-subcribe .field input {
    padding: 0 150px 0 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-subcribe .field input {
    padding-left: 0px 0px 0px 45px;
  }
}
@media (max-width: 575px) {
  .copyright-subcribe .field input {
    padding: 0 20px 0 45px;
    height: 60px;
  }
}
.copyright-subcribe .field input::placeholder {
  color: #A2A2A2;
}
.copyright-subcribe .field input::-moz-placeholder {
  color: #A2A2A2;
}

.copyright-subcribe button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 160px;
  background: #17aa1c;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .copyright-subcribe button {
    margin-bottom: 20px;
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright-subcribe button {
    width: 130px;
  }
}
.copyright-subcribe button:hover {
  background: #FFB013;
  color: #141517;
}

.widget__subscribe .field {
  position: relative;
}
.widget__subscribe .field::before {
  position: absolute;
  content: "\e9f2";
  font-family: "font-icons";
  color: #A2A2A2;
  color: #A2A2A2;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.copyright-text {
  width: 196px;
  position: relative;
  top: 9px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-text {
    margin-bottom: 30px;
  }
}
.copyright-text p {
  color: #ffffff;
}
.copyright-text span {
  color: #17aa1c;
}

.border-line::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background: #373a3e;
  top: -9px;
  right: -28%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .border-line::after {
    right: -17%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-line::after {
    display: none;
  }
}

.border-line-2::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background: #373a3e;
  right: 50px;
  top: -9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .border-line-2::before {
    right: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-line-2::before {
    display: none;
  }
}

.university-footer-area {
  background: #F6F8FB;
}

.uf-w1 {
  margin-right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .uf-w1 {
    margin-right: 0;
  }
}

.uf-w2 {
  margin-left: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .uf-w2 {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .uf-w2 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .uf-w2 {
    margin-left: 0;
  }
}

.uf-w3 {
  margin-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .uf-w3 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .uf-w3 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .uf-w3 {
    margin-left: 0;
  }
}

.uf-w4 {
  margin-left: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .uf-w4 {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .uf-w4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .uf-w4 {
    margin-left: 0;
  }
}

.university-footer-widget-body h3 {
  color: #141517;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.university-footer-icon ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #575757;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university-footer-icon ul li {
    margin-right: 9px;
  }
}
.university-footer-icon a {
  color: #a8adb7;
  background: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}
.university-footer-icon a:hover {
  background: #17aa1c;
  color: #ffffff;
}

.university-footer-link ul li {
  margin-bottom: 10px;
}
.university-footer-link ul li a:hover {
  color: #141517;
}

.university-footer-subscribe input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  outline: none;
  border: 0;
  padding: 0 60px 0 40px;
  color: #a5a5a5;
}
.university-footer-subscribe button {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFB013;
  height: 100%;
  width: 50px;
  color: #ffffff;
}

.university-footer-subscribe .field::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #a2a2a2;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.app-store {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-copyright-right ul li li {
  display: inline-block;
  margin-left: 40px;
  color: #a2a2a2;
}

.footer-bottom {
  background: #141517;
}

.footer-copyright-left {
  padding-left: 55px;
}
.footer-copyright-left p {
  color: #a2a2a2;
}
.footer-copyright-left p span {
  color: #17aa1c;
  margin-left: 10px;
  font-size: 18px;
}

.university-sub-footer {
  background: #141517;
  padding: 25px 0;
  line-height: 1;
}

.sub-footer-link ul {
  display: flex;
  justify-content: end;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sub-footer-link ul {
    margin-top: 15px;
    justify-content: start;
  }
}
.sub-footer-link ul li {
  margin-left: 40px;
}
.sub-footer-link ul li:first-child {
  margin-left: 0;
}
.sub-footer-link ul li a {
  color: #a2a2a2;
  position: relative;
}
.sub-footer-link ul li a::before {
  position: absolute;
  background: #575757;
  width: 1px;
  height: 15px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.sub-footer-link ul li a:hover {
  color: #ffffff;
}
.sub-footer-link ul li:first-child a::before {
  display: none;
}

.sub-footer-text span {
  color: #a2a2a2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sub-footer-text span {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.sub-footer-text span a {
  color: #17aa1c;
}

/*-------------
07. shop style
--------------*/
.product-img {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.product-img img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.product-items {
  overflow: hidden;
}

.product-items:hover .product-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.product-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-content span {
  color: #141517;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}

.shop-old-price {
  font-size: 14px;
  margin-left: 10px;
}

.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .products-wrapper {
    margin-left: 30px;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .products-wrapper {
    column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .products-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 400px) and (max-width: 575px) {
  .products-wrapper {
    column-gap: 20px;
  }
}

.products-wrapper > div {
  width: calc((100% - 120px) / 4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .products-wrapper > div {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .products-wrapper > div {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .products-wrapper > div {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 575px) {
  .products-wrapper > div {
    width: calc((100% - 0px) / 1);
  }
}
@media only screen and (min-width: 400px) and (max-width: 575px) {
  .products-wrapper > div {
    width: calc((100% - 20px) / 2);
  }
}

.shop-quick-view {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}
.shop-quick-view ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.shop-quick-view ul li a {
  display: inline-block;
  width: 43px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
}
.shop-quick-view ul li a:hover {
  background: #17aa1c;
  color: #ffffff;
}
.shop-quick-view ul li a:hover i {
  color: #ffffff;
}
.shop-quick-view ul li a i {
  color: #707070;
  font-size: 16px;
  transition: 0.3s;
}

.product-items:hover .shop-quick-view {
  opacity: 1;
  visibility: visible;
}

.cart-area .table-content table {
  background: #ffffff;
  border-color: #edeef2;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.cart-area .table-content .product-quantity {
  float: none;
}
.cart-area .table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.cart-area .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #edeef2;
}
.cart-area .table-content table td.product-name a:hover {
  color: #000;
}
.cart-area .table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.cart-area .table-content table th,
.cart-area .table-content table td {
  border-bottom: 1px solid #edeef2;
  border-right: 1px solid #edeef2;
}
.cart-area .table td,
.cart-area .table th {
  border-top: 1px solid #edeef2;
}
.cart-area .table-content table td.product-subtotal {
  font-size: 16px;
}
.cart-area .table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}
.cart-area .coupon-all {
  margin-top: 50px;
}
.cart-area .coupon {
  float: left;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cart-area .coupon {
    float: none;
  }
}
.cart-area #coupon_code {
  height: 50px;
  border: 1px solid #edeef2;
  padding: 0 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-area #coupon_code:focus {
  border-color: #000;
}
.cart-area .coupon2 {
  float: right;
}
@media (max-width: 767px) {
  .cart-area .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-area .cart-page-total {
  padding-top: 50px;
}
.cart-area .cart-page-total > h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-area .cart-page-total > ul {
  border: 1px solid #edeef2;
}
.cart-area .cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #575757;
  padding: 14px 30px;
  border-bottom: 1px solid #edeef2;
  font-weight: 400;
}
.cart-area .cart-page-total ul > li > span {
  float: right;
}
.cart-area .cart-page-total li:last-child {
  border-bottom: 0;
}
.cart-area td.product-thumbnail img {
  width: 125px;
}
.cart-area .product-quantity-form {
  margin: auto;
  width: 122px;
  height: 58px;
  border: 1px solid #edeef2;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cart-area .product-quantity-form:hover {
  border-color: #000;
}
.cart-area .cart-plus, .cart-area .cart-minus {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
}
.cart-area .cart-plus:hover, .cart-area .cart-minus:hover {
  cursor: pointer;
  color: #000;
  background: transparent;
}
.cart-area .cart-plus {
  left: auto;
  right: 0;
}
.cart-area .cart-input {
  height: 58px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 4px;
  background: transparent;
}
.cart-area .cart-input:focus {
  outline: none;
}
.cart-plus,
.cart-minus {
  width: 25px;
  height: 30px;
  border: 2px solid #edeef2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.cart-plus:hover,
.cart-minus:hover {
  cursor: pointer;
  color: #ffffff;
  background: #17aa1c;
  border-color: #17aa1c;
}

.cart-input {
  height: 30px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-top: 2px solid #edeef2;
  border-bottom: 2px solid #edeef2;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 0px;
}
.cart-input:focus {
  outline: none;
}

.product-quantity a {
  white-space: nowrap;
}

.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\e612";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #575757;
  font-family: "font-icons";
  font-weight: 700;
}

.coupon-accordion span {
  color: #575757;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #000;
}

.coupon-content {
  border: 1px solid #edeef2;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #141517;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: #141517;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #edeef2;
  height: 55px;
  line-height: 55px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: #000;
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #575757;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #edeef2;
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: #edeef2;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form .ship-different-title {
  border-bottom: 1px solid #edeef2;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #edeef2;
  padding: 0 10px;
  height: 50px;
}

.country-select label,
.checkout-form-list label {
  color: #141517;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: #141517;
}

.country-select .nice-select {
  border: 1px solid #edeef2;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  width: 100%;
  color: #575757;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #141517;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #edeef2;
  border-radius: 0;
  height: 55px;
  line-height: 55px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: #edeef2;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #575757;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title label {
  display: inline-block;
  margin-right: 10px;
}

.order-notes textarea {
  border: 1px solid #edeef2;
  height: 90px;
  padding: 15px;
  width: 100%;
  resize: none;
  padding-left: 20px;
}

.order-notes textarea::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #575757;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 2px solid #edeef2;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #edeef2;
  font-size: 24px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #edeef2;
  border-right: medium none;
  color: #575757;
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th,
.your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #141517;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #575757;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #edeef2;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\eb1f";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "font-icons";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ffffff;
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\eadd";
  font-family: "font-icons";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  user-select: none;
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #edeef2;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #edeef2;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #edeef2;
}

.order-button-payment button {
  width: 100%;
}

.product-details-img {
  margin-right: 50px;
}
@media (max-width: 575px) {
  .product-details-img {
    margin-right: 0;
  }
}
.product-details-img img {
  width: 100%;
}

.product-side-info .product-name {
  font-size: 36px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-side-info .product-name {
    font-size: 28px;
  }
}

.product-side-info .product-price {
  font-size: 20px;
  font-weight: 700;
  color: #17aa1c;
}

.product-side-info p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.product-quantity-cart {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-quantity-cart .cart-minus {
  height: 55px;
  width: 55px;
  border: none;
}

.product-quantity-form .cart-plus {
  height: 55px;
  width: 55px;
  border: none;
}

.product-quantity-cart .cart-input {
  height: 55px;
  width: 55px;
  border: none;
}

.product-quantity-cart .product-quantity-form {
  border: 1px solid #edeef2;
  border-radius: 4px;
}

.comment-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.comment-title p {
  color: #454545;
}

.comment-rating span {
  font-size: 15px;
  color: #454545;
  margin-right: 5px;
}

.comment-rating ul li {
  display: inline-block;
}

.comment-rating ul li a {
  font-size: 14px;
  color: #FFB013;
}

.comment-rating ul {
  display: inline-block;
}

.comment-agree input {
  margin: 0;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #edeef2;
  border-radius: 2px;
  outline: none;
}

.comment-agree label {
  margin-left: 5px;
  font-size: 15px;
  color: #454545;
}

.comment-agree input::placeholder {
  color: #575757;
  font-size: 14px;
  opacity: 1;
}

.comment-input input {
  height: 60px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  outline: 0;
}

.comment-input input::placeholder {
  color: #575757;
  font-size: 14px;
  opacity: 1;
}

.comment-textarea {
  height: 170px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  resize: none;
  outline: 0;
}

.comment-textarea::placeholder {
  color: #575757;
  font-size: 14px;
  opacity: 1;
}

.product-details-nav .nav-item {
  position: relative;
}

.product-details-nav .nav-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #17aa1c;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.product-details-nav .nav-item.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #17aa1c;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-details-nav .nav-item {
  position: relative;
  border: 0;
  padding: 10px 0;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 600;
  color: #141517;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .product-details-nav .nav-item {
    font-size: 20px;
  }
}

.product-details-nav .nav-item.active {
  color: #17aa1c;
  font-weight: 600;
}

/*---------------
08. course style
---------------*/
.course-area {
  background: #F6F8FB;
}

.course-shape-1 {
  position: absolute;
  top: 400px;
  left: 6%;
}

.course-shape-2 {
  position: absolute;
  right: 4%;
  top: 300px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .course-shape-2 {
    display: none;
  }
}

.course-shape-3 {
  position: absolute;
  right: 13%;
  top: 450px;
}

.user-icon {
  margin-bottom: 9px;
}
.user-icon a {
  font-size: 16px;
  color: #a7aaaf;
}
.user-icon a:hover {
  color: #17aa1c;
}
.user-icon i {
  margin-right: 8px;
}

.course-icon span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
}
.course-icon i {
  font-size: 15px;
}

.course-icon i.icon {
  color: #ffb013;
  font-size: 13px;
}

.course-icon i.empty {
  color: #ccc;
}

.course-cart {
  background: #ffffff;
  padding: 30px 40px;
  box-shadow: 0px 0px 70px rgba(15, 38, 71, 0.2);
  min-width: 380px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 11;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .course-cart {
    padding: 30px 30px;
    min-width: 340px;
  }
}
@media (max-width: 575px) {
  .course-cart {
    display: none;
  }
}

.course-info-wrapper h3 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.category-color {
  font-size: 15px;
  font-weight: 600;
  background: #6f19c5;
  padding: 0px 10px;
  color: #ffffff;
  margin-bottom: 15px;
  display: inline-block;
  height: 26px;
  border-radius: 3px;
}

.category-color.category-color-1 {
  background: #31bf82;
}

.category-color.category-color-2 {
  background: #6931bf;
}

.category-color.category-color-3 {
  background: #319dbf;
}

.category-color.category-color-4 {
  background: #bf7831;
}

.category-color.category-color-5 {
  background: #bf315c;
}

.cart-info-body h3:hover {
  color: #17aa1c;
}

.cart-lavel span {
  color: #17aa1c;
  font-size: 15px;
  font-weight: 600;
}
.cart-lavel h5 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #575757;
  margin-bottom: 25px;
}
.cart-lavel p {
  margin-bottom: 25px;
  font-size: 15px;
}

.info-cart-text ul {
  margin-bottom: 30px;
}
.info-cart-text ul li {
  margin-bottom: 5px;
}
.info-cart-text ul i {
  margin-right: 15px;
  color: #17aa1c;
}

.course-action {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.course-action .view-details-btn {
  flex-grow: 1;
}

.browser-course-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
  object-position: center;
}

.browser-course-wrapper:hover .browser-course-bg img {
  transform: scale(1.05);
}

.browser-course-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.browser-course-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.course-height {
  min-height: 270px;
  padding: 50px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .course-height {
    padding: 50px 25px;
  }
}

.browser-course-content {
  position: relative;
  width: 310px;
  z-index: 1;
}
@media (max-width: 575px) {
  .browser-course-content {
    width: 260px;
  }
}
.browser-course-content span {
  margin-bottom: 10px;
  display: block;
  color: #17aa1c;
  font-weight: 700;
}
@media (max-width: 575px) {
  .browser-course-content span {
    left: 0;
  }
}

.browser-course-tittle a {
  font-size: 24px;
  color: #141517;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  display: block;
}

.my-course-info h3 {
  margin-bottom: 25px;
}

.couse-star i {
  color: #FFB013;
  margin-right: 10px;
  font-size: 15px;
}

.course-deteals-btn a {
  color: #17aa1c;
}
.course-deteals-btn a:hover {
  color: #141517;
}
.course-deteals-btn a span {
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .course-deteals-btn a span {
    font-size: 14px;
  }
}

.course-lessson-svg span {
  font-size: 15px;
}
.course-lessson-svg::before {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #edeef2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.portfolio-button {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-button {
    margin-top: 0;
    margin-bottom: 30px;
    float: none;
  }
}

.portfolio-button button.active {
  color: #141517;
  font-size: 16px;
}

.portfolio-button button {
  margin-left: 40px;
  position: relative;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-button button {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-button button {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-button button {
    margin-left: 0px;
    margin-right: 20px;
  }
}
.portfolio-button button:hover {
  color: #141517;
}
.portfolio-button button span::before {
  position: absolute;
  width: 31px;
  height: 1px;
  content: "";
  background: #FFB013;
  top: 50%;
  left: 35px;
  right: 0;
  border: 0;
  margin: auto;
}

.portfolio-active button {
  font-size: 16px;
  margin-left: 40px;
}

.port-red {
  position: absolute;
  top: -30px;
  left: 0;
  color: #FFB013;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  visibility: visible;
}
@media (max-width: 575px) {
  .port-red {
    display: none;
  }
}

.portfolio-button button.active .port-red {
  opacity: 1;
  visibility: visible;
}

.swiper-pagination-bullet-active {
  width: 27px;
  border-radius: 5px;
}

.course-link-color-1 {
  color: #31bf82;
  background: #ebfcf7;
  border-radius: 5px;
  padding: 0 10px;
  height: 25px;
}

.course-link-color-2 {
  color: #6931bf;
  background: #f4eeff;
  border-radius: 5px;
  padding: 0 10px;
  height: 25px;
}

.course-link-color-3 {
  color: #319dbf;
  background: #ebf8fc;
  border-radius: 5px;
  padding: 0 10px;
  height: 25px;
}

.course-link-color-4 {
  color: #bf7831;
  background: #fffaf1;
  border-radius: 5px;
  padding: 0 10px;
  height: 25px;
}

.course-link-color-5 {
  color: #bf315c;
  background: #ffeff1;
  border-radius: 5px;
  padding: 0 10px;
  height: 25px;
}

.course-link-color-1:hover,
.course-link-color-2:hover,
.course-link-color-3:hover,
.course-link-color-4:hover,
.course-link-color-5:hover {
  color: #141517;
}

.port-border::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 1px;
  background: #edeef2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.academic-courses-area {
  background-color: #f4f6f9;
  z-index: 2;
}

.academic-box {
  z-index: 1;
}

.academic-thumb {
  overflow: hidden;
}
.academic-thumb:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  overflow: hidden;
}
.academic-thumb img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}

.academic-content {
  padding: 20px 40px 30px 40px;
  box-shadow: 0px 10px 40px rgba(28, 51, 84, 0.07);
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .academic-content {
    padding: 20px 25px 30px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .academic-content {
    padding: 20px 25px 30px 25px;
  }
}

.academic-shape {
  position: absolute;
  bottom: -11%;
  left: -27%;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .academic-shape {
    display: none;
  }
}

.academic-shape-2 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0px;
}

.academic-body {
  margin-bottom: 30px;
}
.academic-body p {
  font-size: 15px;
}

.academic-content-header h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .academic-content-header h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .academic-content-header h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .academic-content-header h3 {
    font-size: 18px;
  }
}
.academic-content-header h3:hover {
  color: #17aa1c;
}

.academic-tutor {
  margin-bottom: 20px;
}
.academic-tutor img {
  margin-right: 10px;
}
.academic-tutor a {
  font-size: 15px;
  font-weight: 600;
  color: #141517;
}
.academic-tutor a:hover {
  color: #17aa1c;
}

.academic-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  flex-wrap: wrap;
  gap: 15px;
}
.academic-footer span {
  font-size: 14px;
  font-weight: 400;
  color: #575757;
}

.course-wrapper-2 {
  padding: 0px 0px 0px 0px;
  position: relative;
}
.course-wrapper-2:hover .course-cart {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .course-wrapper-2:hover .course-cart {
    opacity: 0;
    visibility: hidden;
  }
}
.course-wrapper-2:hover .student-course-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.student-course-img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px;
}

.student-course-linkter {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.coursee-clock {
  display: flex;
  align-items: center;
}
.coursee-clock span {
  font-size: 14px;
}

.portfolio-price {
  display: flex;
  align-items: center;
}
.portfolio-price span {
  color: #17aa1c;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.portfolio-price del {
  margin-left: 10px;
  color: #575757;
  font-weight: 600;
}

.portfolio-course-wrapper {
  margin-bottom: 15px;
}

.student-course-text h3 {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .student-course-text h3 {
    font-size: 16px;
  }
}
.student-course-text h3 a:hover {
  color: #17aa1c;
}

.course-creadit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course-creadit span {
  font-size: 14px;
}

.coursee-clock i {
  margin-right: 6px;
  line-height: 1;
}

.course-creadit i {
  margin-right: 6px;
  line-height: 1;
}

.course-network span {
  font-size: 14px;
}

.course-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-arera.course-item-height {
  min-height: 350px;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.hero-arera.course-item-height::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #141517;
  opacity: 0.7;
  z-index: -1;
}

.bar-secrch-icon input {
  height: 60px;
  padding: 0 40px;
  font-size: 14px;
  color: #141517;
  outline: none;
  border: 1px solid #edeef2;
  min-width: 420px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .bar-secrch-icon input {
    min-width: 100%;
  }
}
.bar-secrch-icon input ::placeholder {
  color: #a4a7af;
}

.course-tab-btn ul {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.course-result-number {
  font-weight: 700;
}

.course-result-showing {
  font-weight: 700;
}

.curse-tab-left-wrap {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  line-height: 1;
  margin: 10px 0;
}

.course-result h5 {
  color: #141517;
  margin-bottom: 0;
}
.course-result span {
  color: #575757;
}

.course-sidebar-wrapper {
  display: flex;
  justify-content: space-between;
  border: 1px solid #edeef2;
  padding: 8px 20px;
  align-items: center;
  border-radius: 3px;
  flex-wrap: wrap;
  gap: 10px;
}

.course-sidebar-tab {
  flex-grow: 1;
}

.bar-secrch-icon button {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #a4a7af;
  font-size: 14px;
}

.bar-filter {
  border: 1px solid #edeef2;
  padding: 15px 30px;
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
  border-radius: 3px;
}
.bar-filter span {
  color: #141517;
  font-weight: 600;
  margin-right: 5px;
}
.bar-filter i {
  line-height: 0;
  font-size: 19px;
  color: #141517;
}

.course-sidebar-info ul li {
  margin-bottom: 10px;
}

.course-drop-inner .nice-select {
  float: none;
  display: inline-block;
  float: none;
  background: #f7f7f9;
  border: 0;
  width: 180px;
  height: 40px;
}
.course-drop-inner .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #575757;
}

.course-drop-inner .nice-select span {
  color: #575757;
}

.course-sidebar-info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.course-sidebar-info::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e612";
  font-family: "font-icons";
  color: #575757;
  cursor: pointer;
  transform: rotate(-180deg);
}

.edu-check-star i.empty {
  color: #ccc;
  font-size: 15px;
}

.edu-check-star i.icon {
  color: #ffb013;
  font-size: 13px;
}

.course-sidebar-widget {
  border: 1px solid #edeef2;
  padding: 28px 30px 20px 30px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .course-sidebar-widget {
    padding: 28px 20px 20px 20px;
  }
}

.course-sidebar-info h3 {
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.edu-pagination ul {
  display: flex;
  align-items: center;
}
.edu-pagination li {
  margin-right: 15px;
}
.edu-pagination li:hover a {
  color: #17aa1c;
  font-weight: 600;
}
.edu-pagination i {
  height: 45px;
  width: 45px;
  background: #ffffff;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  color: #575757;
  font-size: 20px;
  border: 1px solid #edeef2;
  font-weight: 400;
  transition: 0.3s;
}
.edu-pagination i:hover {
  border-color: #17aa1c;
  background: #17aa1c;
  color: #ffffff;
}

.edu-pagination ul li.active a {
  color: #17aa1c;
  font-weight: 600;
}

.course-sidebar-list input[type=checkbox] {
  border: 1px solid #edeef2;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: 5px;
  font-size: 15px;
  margin-right: 8px;
}

.course-sidebar-list input[type=checkbox]:checked {
  border: none;
  background-color: #17aa1c;
  color: #ffffff;
}

.course-sidebar-list input[type=checkbox]:checked::before {
  position: absolute;
  content: "\e98b";
  font-family: "font-icons";
  line-height: 16px;
  top: 0;
  left: 2px;
}

.course-sidebar-list input[type=radio] {
  border: 1px solid #edeef2;
  border-radius: 9px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: 5px;
  font-size: 15px;
  margin-right: 8px;
}

.course-sidebar-list input[type=radio]:checked::before {
  position: absolute;
  content: "";
  font-family: "font-icons";
  top: 4px;
  left: 4px;
  height: 8px;
  width: 8px;
  background: #17aa1c;
  border-radius: 50%;
}

.edu-check-label {
  cursor: pointer;
}

.protfolio-course-2-wrapper {
  box-shadow: 0px 10px 30px rgba(24, 44, 74, 0.07);
  background: #ffffff;
  position: relative;
}

.protfolio-course-2-wrapper:hover .course-cart {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .protfolio-course-2-wrapper:hover .course-cart {
    opacity: 0;
    visibility: hidden;
  }
}
.protfolio-course-2-wrapper:hover .student-course-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.student-course-img img {
  width: 100%;
}

.portfolio-course-2 {
  padding: 5px 0;
}

.portfolio-course-2 h3 {
  font-size: 17px;
  line-height: 27px;
}

.portfolio-course-2-content {
  padding: 0 20px;
}

.course-2-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid #edeef2;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .course-2-footer i {
    font-size: 14px;
    margin-right: 4px;
  }
}

.course-detalis-area {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .course-detalis-area {
    margin-top: 0;
    padding-top: 110px;
  }
}

.course-detalis-wrapper {
  padding: 40px 30px 0 30px;
  background: #ffffff;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .course-detalis-wrapper {
    padding: 0;
  }
}

.course-heading h2 {
  margin-bottom: 15px;
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-heading h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .course-heading h2 {
    font-size: 24px;
  }
}

.course-star {
  display: flex;
}
.course-star span {
  margin-left: 10px;
  color: #575757;
  font-size: 15px;
  font-weight: 600;
}
.course-star ul li {
  margin-right: 5px;
}
.course-star ul i {
  font-size: 13px;
}
.course-star ul i.icon {
  color: #FFB013;
}
.course-star ul i.empty {
  color: #ccc;
}

.course-meta-wrapper {
  display: flex;
  align-items: center;
}

.course-meta-text {
  margin-left: 15px;
}
.course-meta-text span {
  display: block;
  font-size: 14px;
}

.course-meta-img img {
  width: 50px;
  height: 50px;
  border: 3px solid #ffffff;
  box-shadow: 0px 3px 10px rgba(17, 32, 81, 0.08);
  border-radius: 50%;
}

.course-detelis-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0 20px 0;
  border-top: 1px solid #edeef2;
  border-bottom: 1px solid #edeef2;
  align-items: center;
}

.course-leranm-tittle h3 {
  margin-bottom: 15px;
}

.course-Enroll span {
  display: block;
  font-weight: 700;
  color: #141517;
}
.course-Enroll p {
  font-size: 14px;
  margin-bottom: 0px;
}

.course-update span {
  display: block;
  font-weight: 700;
  color: #141517;
}
.course-update p {
  font-size: 14px;
  margin-bottom: 0px;
}

.course-category span {
  display: block;
  font-weight: 700;
  color: #141517;
}
.course-category p {
  font-size: 14px;
  margin-bottom: 0px;
}

.border-line-meta {
  position: relative;
}
.border-line-meta:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #edeef2;
  right: -45px;
  top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .border-line-meta:before {
    right: -35px;
    top: 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-line-meta:before {
    right: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-line-meta:before {
    right: -25px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .border-line-meta:before {
    display: none;
  }
}

.course-learn-wrapper {
  padding: 30px 30px 10px;
  background: #f5f8ff;
  border: 1px solid #edeef2;
  border-radius: 5px;
}

.course-requirements h4 {
  margin-bottom: 20px;
}

.course-curriculam h4 {
  margin-bottom: 20px;
}

.course-leran-text ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
}
.course-leran-text ul li::before {
  position: absolute;
  content: "\e98b";
  font-family: "font-icons";
  left: 0px;
  color: #17aa1c;
}

.instructors-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px;
}
.instructors-heading .instructors-img {
  width: 100px;
}

.course-instructors {
  padding: 25px 30px 25px 30px;
  background: #fcfdff;
  border: 1px solid #edeef2;
  border-radius: 5px;
}

.instructors-img img {
  margin-bottom: 5px;
}

.course-instructors h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.intructors-content p {
  margin-bottom: 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .instructors-body {
    margin-bottom: 10px;
  }
}
.instructors-body h5 {
  margin-bottom: 0px;
}

.intructors-review {
  padding: 4px 0 10px;
}
.intructors-review i {
  color: #FFB013;
  font-size: 13px;
}

.instructors-footer span {
  margin-right: 25px;
}
.instructors-footer i {
  margin-right: 5px;
}

.student-feedback h3 {
  margin-bottom: 25px;
  font-size: 20px;
}

.rating-point-wrapper {
  padding: 20px 20px 20px 20px;
  border: 1px solid #edeef2;
  border-radius: 5px;
}

.rating-star i {
  color: #FFB013;
  font-size: 15px;
}
.rating-star i.empty {
  color: #ccc;
}

.rating-point-wrapper h2 {
  color: #FFB013;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.reating-icon i {
  color: #FFB013;
}

.rating-point-wrapper span {
  font-weight: 600;
}

.course-detalis-reviews-tittle h3 {
  margin-bottom: 25px;
}

.course-review-item {
  display: flex;
  align-items: normal;
}

.course-review-list {
  margin-left: 20px;
}
.course-review-list span {
  color: #141517;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.course-start-icon {
  margin-bottom: 10px;
}
.course-start-icon i {
  color: #FFB013;
  font-size: 13px;
}

.course-video-thumb {
  position: relative;
  margin-bottom: 30px;
}

.sidber-video-btn a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  bottom: 0;
  height: 70px;
  width: 70px;
  background: #ffffff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #df2020;
  animation: pulse 2s infinite;
}

.course-widget-wrapper {
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  border: 1px solid #edeef2;
  background-color: #ffffff;
  border-radius: 5px;
}

.course-vide-icon {
  display: flex;
  align-items: center;
}
.course-vide-icon i {
  line-height: 1;
  margin-right: 15px;
}

.course-video-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.course-video-price span {
  font-size: 30px;
  color: #141517;
  font-weight: 900;
}

.course-video-body {
  padding: 40px 0 45px 0;
}

.course-video-body ul li {
  padding-bottom: 12px;
  border-bottom: 1px solid #edeef2;
  margin-bottom: 12px;
  line-height: 1;
}
.course-video-body ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.course-gift {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.video-wishlist {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.course-apply-coupon a {
  color: #17aa1c;
  font-weight: 700;
}
.course-apply-coupon a:hover {
  color: #FFB013;
}

.course-apply-coupon {
  position: relative;
}
.course-apply-coupon:hover::before {
  background-color: #FFB013;
}
.course-apply-coupon:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #17aa1c;
  bottom: 0;
}

.course-gift-coupon {
  position: relative;
}
.course-gift-coupon:hover::before {
  background-color: #17aa1c;
}
.course-gift-coupon:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #161b1c;
  bottom: 0;
}

.course-gift-coupon a {
  color: #141517;
  font-weight: 700;
}
.course-gift-coupon a:hover {
  color: #17aa1c;
}

.course-curriculum-info h4 {
  display: inline-block;
  margin-left: 10px;
}

.course-curriculam-accodion .accordion-body {
  padding: 0;
  border: 0;
  color: #c1c7d2;
}

.course-curriculam-accodion .accordion-button:before {
  content: "\eb1f";
  font-family: "font-icons";
  color: #575757;
  background: none;
  flex-shrink: 0;
  margin-right: 10px;
}

.course-curriculam-accodion .accordion-button:not(.collapsed):before {
  content: "\eadd";
  font-family: "font-icons";
  color: #575757;
  background: none;
  flex-shrink: 0;
  transform: rotate(180deg);
}

.course-curriculam-accodion .accordion-button::after {
  display: none;
  transform: rotate(180deg);
}

.course-curriculam-accodion .course-curriculum-content {
  padding: 10px 20px;
  border: 0;
}

.course-curriculam-accodion .accordion-button:focus {
  z-index: 3;
  border: 1px solid #edeef2;
  outline: none;
  box-shadow: none;
  background: #ffffff;
}

.course-curriculam-accodion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .course-curriculam-accodion .accordion-header {
    flex-direction: column;
    align-items: self-start;
    gap: 5px;
  }
}

.course-curriculam-accodion .accordion-header span {
  color: #141517;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-align: left;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .course-curriculam-accodion .accordion-header span {
    font-size: 15px;
  }
}

.course-curriculam-accodion .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #ffffff;
}

.course-curriculam-accodion .accordion-tittle h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.course-curriculam-accodion .accordion-tittle-inner span {
  color: #141517;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.course-curriculam-accodion .course-curriculum-info {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .course-curriculam-accodion .course-curriculum-info {
    margin-bottom: 10px;
  }
}
.course-curriculam-accodion .course-curriculum-info h4 {
  color: #575757;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.course-curriculam-accodion .course-curriculum-meta {
  display: flex;
  align-items: center;
  line-height: 0;
  gap: 10px;
}

.rating-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.rating-row .progress {
  flex-grow: 1;
}

.student-reating-bar .progress {
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

#review-box {
  display: none;
}

/*----------------
09. contact style
-----------------*/
.support-item {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 30px;
}
.support-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .support-item {
    gap: 12px;
  }
}
.support-contact {
  padding: 25px 30px 25px 30px;
  background: #f8f8f9;
  border-radius: 5px;
  border: 1px solid #f8f8f9;
}
@media (max-width: 575px) {
  .support-contact {
    padding: 25px 20px 25px 20px;
  }
}
.support-tittle h4 {
  margin-bottom: 30px;
}
.support-info-phone span {
  font-size: 18px;
  font-weight: 700;
  color: #141517;
  margin-bottom: 10px;
  display: block;
}
.support-info-phone p {
  margin-bottom: 3px;
}
.support-info-phone p a {
  color: #141517;
  font-weight: 700;
}
.support-info-email span {
  font-size: 18px;
  font-weight: 700;
  color: #141517;
  margin-bottom: 10px;
  display: block;
}
.support-info-email a {
  margin-bottom: 2px;
  display: block;
}
.support-info-location span {
  font-size: 18px;
  font-weight: 700;
  color: #141517;
  margin-bottom: 10px;
  display: block;
}
.contact-map iframe {
  height: 380px;
  width: 100%;
  border-radius: 4px;
}

/* ----------------------------------------------------------------
  10. Forms
-----------------------------------------------------------------*/
.form-group {
  margin-bottom: 1rem;
}
.sm-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 2px solid #dddddd;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  height: auto;
}
.sm-form-control:focus {
  border-color: #aaaaaa;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sm-form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.sm-form-control:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.sm-form-control::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.sm-form-control[disabled], .sm-form-control[readonly], fieldset[disabled] .sm-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.sm-form-control.error {
  border-color: #E42C3E;
}

.form-control {
  border-radius: 3px;
}
.form-control:active, .form-control:focus {
  border-color: #aaaaaa;
  box-shadow: none;
}
.form-control.error {
  border-color: #E42C3E;
}

label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}
label.label-muted {
  color: #aaaaaa;
  font-weight: normal;
  margin-right: 5px;
}
label.error {
  display: none !important;
  margin-top: 5px;
  color: #E42C3E;
  font-weight: 400;
}
.show-error-msg + label.error, input[type=checkbox]:not(:checked) + label.error {
  display: block !important;
}

/*-----------------------
11. student-choose style
-------------------------*/
.student-choose-thumb {
  margin-top: 37px;
}
.student-choose-thumb img {
  max-width: 100%;
}

.sitdent-choose-content {
  margin-bottom: 20px;
}
.sitdent-choose-content p {
  color: #575757;
}

.student-choose-list {
  margin-bottom: 40px;
}
.student-choose-list li {
  margin-bottom: 15px;
  color: #141517;
}
.student-choose-list i {
  margin-right: 10px;
  color: #d0d9e9;
  font-size: 20px;
}

.student-choose-list i.icon {
  color: #17aa1c;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .student-btn {
    margin-bottom: 30px;
  }
}

.shap-01 {
  position: absolute;
  top: 170px;
  left: 40%;
  height: 130px;
  width: 122px;
  background: #FFB013;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shap-01 {
    top: 120px;
    left: 31%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shap-01 {
    top: 120px;
    left: 18%;
  }
}

.shap-02 {
  position: absolute;
  top: -8%;
  left: 45%;
  height: 151px;
  width: 150px;
  background: #17aa1c;
  border-radius: 8px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shap-02 {
    top: -11%;
    left: 48%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shap-02 {
    top: -20%;
    left: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shap-02 {
    left: 34%;
  }
}
@media (max-width: 575px) {
  .shap-02 {
    top: 1%;
  }
}

.shap-03 {
  position: absolute;
  top: -7%;
  left: -7%;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .shap-03 {
    display: none;
  }
}

.shap-04 {
  position: absolute;
  bottom: -9%;
  left: 33%;
  z-index: -1;
}

.shap-05 {
  position: absolute;
  bottom: 41%;
  right: -35%;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shap-05 {
    right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .shap-05 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .shap-05 {
    display: none;
  }
}

.shap-06 {
  position: absolute;
  top: -160px;
  right: -43%;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .shap-06 {
    display: none;
  }
}

.shap-07 {
  position: absolute;
  bottom: 15%;
  right: -20%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .shap-07 {
    right: -6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .shap-07 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .shap-07 {
    display: none;
  }
}

/*------------------
12. features style
-------------------*/
.features-area {
  background-position: center;
  background-size: cover;
}

.features-img-bg {
  padding: 60px 80px 50px 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-img-bg {
    padding: 25px 20px 25px 20px;
  }
}

.features-icon {
  font-size: 55px;
  color: #ffffff;
  margin-right: 25px;
}
.features-icon svg {
  margin-right: 27px;
}

.features-content {
  max-width: 295px;
}
.features-content h3 {
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content h3 {
    font-size: 20px;
  }
}

.features-area.margin-top {
  margin-top: -85px;
}

.features-box {
  padding: 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features-box {
    padding: 0 15px;
  }
}

.features-svg {
  margin-bottom: 30px;
  transition: 0.3s;
}

.features-box:hover .features-svg {
  transform: translateY(-10px);
}

.features-text h4 {
  margin-bottom: 20px;
}

.features-btn a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  line-height: 70px;
  border-radius: 50%;
  color: #17aa1c;
  font-size: 18px;
  animation: pulse 2s infinite;
  text-align: center;
  display: inline-block;
}

.features-btn {
  position: relative;
  margin-right: 20px;
}

.video-btn-text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .video-btn-text span {
    font-size: 14px;
  }
}

.features-video-area {
  position: relative;
  margin-top: -220px;
}

.features-shape-wrapper-1 {
  position: absolute;
  bottom: 9%;
  left: -14%;
  line-height: 18px;
}
.features-shape-wrapper-1 span {
  color: #141517;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-shape-wrapper-1 {
    left: -20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-shape-wrapper-1 {
    display: none;
  }
}

.features-shape {
  position: absolute;
  top: -94px;
  right: 0;
}

.features-shape-werapper-2 {
  position: absolute;
  right: -12%;
  top: 25%;
  line-height: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-shape-werapper-2 {
    right: -20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-shape-werapper-2 {
    display: none;
  }
}
.features-shape-werapper-2 span {
  color: #141517;
  font-weight: 600;
}
.features-shape-werapper-2 img {
  position: absolute;
  bottom: -95px;
  right: 38px;
}

.features-video-wrapper {
  padding: 20px;
  box-shadow: 0px 20px 40px rgba(24, 44, 74, 0.1);
  background: #ffffff;
  position: relative;
  border-radius: 10px;
}

.reatures-video-thumb {
  position: relative;
}
.reatures-video-thumb img {
  width: 100%;
}
.reatures-video-thumb::before {
  position: absolute;
  content: "";
  background: #020f29;
  opacity: 0.6;
  height: 100%;
  width: 100%;
}

.features-video-content {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  margin-right: -50%;
}

.know-us-wrapper {
  position: relative;
}

.know-us-better-thumb {
  position: relative;
}
.know-us-better-thumb a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, #020e26 0%, rgba(9, 20, 43, 0) 100%);
  z-index: 1;
}

.know-us-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-right: -50%;
}

.know-us-text h3 {
  color: #ffffff;
  font-size: 20px;
  z-index: 3;
  position: relative;
}

.know-us-wrapper {
  overflow: hidden;
  border-radius: 5px;
}
.know-us-wrapper img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.know-us-wrapper:hover .know-us-better-thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/*-----------------
13. counter style
------------------*/
.counter-wrapper {
  padding: 50px 30px 50px 30px;
  background-color: #F6F8FB;
}

.count-number span {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  color: #141517;
}
.count-number p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.counter-icon svg {
  margin-bottom: 30px;
}

.counter-img svg {
  margin-bottom: 25px;
}

.university-couner-text span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  display: inline-block;
}

.university-couner-text p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

/*--------------------
14. instructor style
---------------------*/
.step-journey-box {
  padding-left: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .step-journey-box {
    padding-left: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .step-journey-box {
    padding-left: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .step-journey-box {
    padding-left: 0;
  }
}

.step-journey-content h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.nav-tabs.step-journey {
  border-bottom: 1px solid #edeef2;
}

.nav-tabs.step-journey .nav-link {
  font-size: 20px;
  color: #7e7e7e;
  padding-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nav-tabs.step-journey .nav-link {
    margin-bottom: 15px;
  }
}

.nav-tabs.step-journey .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #141517;
  font-weight: 500;
}

.step-journey .nav-link {
  position: relative;
  margin-bottom: -1px;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 0;
  margin-right: 50px;
}

.step-journey .nav-link:before {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #17aa1c;
  content: "";
  left: 0;
  opacity: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.step-journey .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}

.step-journey .nav-link::after {
  position: absolute;
  width: 13px;
  height: 5px;
  background: #17aa1c;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .step-journey .nav-link::after {
    display: none;
  }
}

.step-journey .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}

.srep-journey-content {
  margin-bottom: 25px;
}
.srep-journey-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.step-journey-thumb {
  padding-left: 50px;
}
.step-journey-thumb img {
  max-width: 100%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .step-journey-thumb {
    padding-left: 0;
  }
}

.become-intructor-area {
  background-color: #f4f6f9;
}

.become-intructor-text h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .become-intructor-text h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .become-intructor-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .become-intructor-text h2 {
    font-size: 26px;
  }
}
.become-intructor-text p {
  margin-bottom: 40px;
}

.member-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.member-social ul li {
  display: inline-block;
}
.member-social ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #edeef2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #a6b9cc;
  -webkit-transform: 0.3s;
  -moz-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
}
.member-social ul li a:hover {
  background: #17aa1c;
  border-color: #17aa1c;
  color: #ffffff;
}

.member-main-wrapper {
  box-shadow: 0px 10px 40px rgba(28, 51, 84, 0.08);
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #edeef2;
}

.member-item .member-thumb {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 50%;
}

.member-thumb img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.member-item:hover .member-thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.member-content span {
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}
.member-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.member-body {
  border-bottom: 1px solid #edeef2;
}

.member-item {
  padding: 30px 30px 30px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .member-item {
    padding: 30px 20px 30px 20px;
  }
}

.member-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .member-meta {
    padding: 10px 15px;
    flex-wrap: wrap;
  }
}

.member-reating i {
  margin-right: 6px;
  color: #FFB013;
  font-size: 13px;
}

.member-course i {
  margin-right: 10px;
  font-size: 15px;
}

.course-detiles-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #edeef2;
  border-bottom: 1px solid #edeef2;
  padding: 18px 0;
  flex-wrap: wrap;
  gap: 30px;
}

.course-instructors-img img {
  max-width: 100%;
}

.course-detiles-tittle h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.total-course {
  position: relative;
}
.total-course span {
  display: block;
  margin-bottom: -5px;
}
.total-course:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 42px;
  background: #edeef2;
  right: -65%;
  top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .total-course:before {
    right: -40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .total-course:before {
    right: -35%;
  }
}
@media (max-width: 575px) {
  .total-course:before {
    display: none;
  }
}

.student.course {
  position: relative;
}
.student.course label {
  color: #141517;
  font-size: 18px;
  font-weight: 700;
}
.student.course:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #edeef2;
  right: -90%;
  top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .student.course:before {
    right: -65%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .student.course:before {
    right: -50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .student.course:before {
    right: -40%;
  }
}
@media (max-width: 575px) {
  .student.course:before {
    display: none;
  }
}

.share-btn i {
  color: #141517;
}

.student.course span {
  display: block;
  margin-bottom: -5px;
}

.total-course label {
  font-size: 18px;
  font-weight: 700;
  color: #141517;
}

.review-course-inner ul li i {
  margin-right: 6px;
  color: #FFB013;
  font-size: 13px;
}

.review-course-inner p {
  color: #141517;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.course-bio-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

/*--------------------
15. event style
---------------------*/
.event-shape {
  position: absolute;
  right: 13%;
  top: 325px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .event-shape {
    right: 6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .event-shape {
    right: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-shape {
    right: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event-shape {
    display: none;
  }
}

.event-area {
  background-color: #F6F8FB;
}

.event-date {
  height: 60px;
  width: 90px;
  background: #FFB013;
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 60px;
  font-size: 36px;
  font-weight: 700;
  color: #141517;
}

.event-month {
  background: #ffffff;
  display: flex;
  height: 40px;
  width: 90px;
  justify-content: center;
  line-height: 40px;
  font-size: 15px;
  color: #141517;
}

@media (max-width: 575px) {
  .current-event-box {
    margin-bottom: 30px;
  }
}

.current-event-date {
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .current-event-date {
    margin-right: -50px;
  }
}
@media (max-width: 575px) {
  .current-event-date {
    flex-direction: column;
  }
}

.event-tour {
  background: #ffffff;
  border: 1px solid #f6f8fb;
  display: flex;
  justify-content: space-between;
  width: 560px;
  padding: 18px 30px 16px 30px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 575px) {
  .event-tour {
    padding: 18px 10px 16px 10px;
    width: 100%;
  }
}

.event-box-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
}
.event-box-text span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}
.event-box-text span i {
  margin-right: 5px;
}

.event-arrow {
  color: #7f8a9f;
  height: 45px;
  width: 45px;
  background-color: #F6F8FB;
  text-align: center;
  line-height: 45px;
}
.event-arrow:hover {
  color: #ffffff;
  background: #17aa1c;
}

.feedback-header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.feedback-icon i {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 72px;
  color: #ced5e5;
  z-index: -1;
}

.feedback-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #17aa1c;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .feedback-content {
    margin-left: 0px;
  }
}

.feedback-items {
  background: #ffffff;
  padding: 30px 30px 30px 30px;
  z-index: 2;
}

.feedback-title {
  margin-left: 20px;
}
.feedback-title h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}

.gallery-singel-img img {
  max-width: 100%;
}

.event_date_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.event_date {
  width: 120px;
  height: 120px;
  background: #f8f8f9;
  text-align: center;
  display: table;
  border-radius: 5px;
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_date {
    width: 100px;
    height: 100px;
  }
}

.aduence-thumb {
  margin-right: 32px;
}
.aduence-thumb img {
  box-shadow: 0px 0px 10px rgba(17, 32, 80, 0.14);
  border-radius: 50%;
  margin-right: -16px;
  border: 4px solid #ffffff;
}

.event_date_inner h4 {
  font-size: 24px;
  font-weight: 900;
  color: #17aa1c;
  font-family: "Nunito Sans", sans-serif;
}
.event_date_inner span {
  color: #171717;
}

.event_info h3 {
  font-size: 20px;
}

.event-time i {
  line-height: 1;
  margin-right: 10px;
}

.event-location i {
  margin-right: 10px;
}

.event-detalis {
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.event-aduence {
  flex-wrap: wrap;
}

.event_info {
  flex-grow: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_info {
    max-width: 375px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_info {
    max-width: 350px;
  }
}

.get-ticket-btn {
  margin-right: 15px;
}

.single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  border: 1px solid #edeef2;
  padding: 15px 15px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .single-item {
    gap: 20px;
  }
}
.single-item:hover {
  box-shadow: 0px 30px 40px rgba(28, 51, 84, 0.07);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .single-item .event_info {
    order: 2;
  }
}

.event-meta-thumb {
  display: flex;
  align-items: center;
}

.event-wrapper {
  padding: 30px;
  background: #f8f8f9;
  height: 110px;
  width: 100%;
  border-radius: 4px;
}

.find-event-info h4 {
  margin-bottom: 35px;
}

.find-event-input i {
  color: #17aa1c;
}

.find-event-wrapper {
  position: relative;
}

.find-event-input i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.find-event-input input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 2px solid #dddddd;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  height: auto;
}

.event-sidebar {
  background-color: #f8f8f9;
  padding: 30px 30px;
  border-radius: 5px;
}

.event-contact-info h2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-contact-info h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event-contact-info h2 {
    font-size: 24px;
  }
}

.introduction-info h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.introduction-info p {
  margin-bottom: 25px;
}

.even-point-tittle h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.event-speaker-info h4 {
  font-size: 20px;
  margin-bottom: 35px;
}

.event-speaker-wrapper {
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  border: 1px solid #edeef2;
  background-color: #ffffff;
  padding: 28px 29px 28px 29px;
  border-radius: 5px;
  position: relative;
}

.event-speaker-content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 13px 20px 19px 20px;
  border-radius: 3px;
  min-width: 240px;
}
.event-speaker-content span {
  font-size: 16px;
  font-weight: 700;
  color: #141517;
  display: block;
  margin-bottom: 5px;
}
.event-speaker-content p {
  margin-bottom: 0px;
  line-height: 1;
}

.event-price-info {
  display: flex;
  justify-content: space-between;
}

.event-price {
  display: flex;
}

.event-information-wrapper {
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #edeef2;
}
@media (max-width: 575px) {
  .event-information-wrapper {
    padding: 30px 20px 30px 20px;
  }
}

.event-information-list {
  padding: 30px 0 30px 0px;
}
.event-information-list ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edeef2;
  padding: 10px 0px 10px 0px;
  flex-wrap: wrap;
}
.event-information-list ul li:last-child {
  border: none;
  padding-bottom: 5px;
}
.event-information-list ul i {
  line-height: 0;
  margin-right: 15px;
}

.information-list {
  display: flex;
  align-items: center;
}
.information-list:first-child span {
  font-weight: 600;
}

.old-price {
  margin-left: 10px;
}

.event-price span {
  font-size: 28px;
  font-weight: 900;
  color: #141517;
}

.event-ticket-cost span {
  font-weight: 600;
}

.event-sponsor-wrapper {
  border: 1px solid #edeef2;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  background-color: #ffffff;
}

.sopnsor-tittle h4 {
  margin-bottom: 35px;
}

.sponsor-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event-map {
    margin-bottom: 30px;
  }
}
.event-map iframe {
  height: 330px;
  width: 100%;
}

/*----------------
16. faq style
-----------------*/
.faq-tittle-info h3 {
  font-size: 28px;
}
@media (max-width: 575px) {
  .faq-tittle-info h3 {
    font-size: 26px;
  }
}

.faq-question-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #edeef2;
  padding: 24px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  gap: 5px;
  position: relative;
}
.faq-question-item:hover {
  background: #17aa1c;
  color: #ffffff;
  border-color: #17aa1c;
  box-shadow: 0px 40px 40px rgba(24, 44, 74, 0.1);
}
.faq-question-item a {
  font-size: 18px;
}
.faq-question-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.faq-nav-tab {
  display: flex;
  justify-content: center;
  margin-top: -104px;
  position: relative;
}

.faq-nav-tab .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 5px 0 0 5px;
}

.faq-nav-tab .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 5px 5px 0;
}

.faq-nav-tab .nav-tabs {
  border-bottom: 0;
  padding: 25px 25px;
  background: #ffffff;
  border-radius: 7px;
  max-width: 410px;
}

.faq-nav-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 50px;
  height: 55px;
  background-color: #f2f4f6;
  font-size: 18px;
  font-weight: 600;
  color: #141517;
}
@media (max-width: 575px) {
  .faq-nav-tab .nav-tabs .nav-link {
    padding: 0 20px;
    font-size: 16px;
  }
}

.faq-nav-tab .nav-tabs .nav-link.active {
  background-color: #17aa1c;
  color: #ffffff;
}

.faqicon-arrow {
  position: relative;
}
.faqicon-arrow a {
  border: 1px solid #edeef2;
  border-radius: 5px;
  color: #8c929f;
  width: 35px;
  height: 35px;
  content: "";
  text-align: center;
  line-height: 35px;
  display: inline-block;
  font-size: 15px;
}

.faq-wrapper:hover .faqicon-arrow a {
  background-color: #1352cf;
  box-shadow: 0px 40px 40px rgba(24, 44, 74, 0.1);
}

.faq-wrapper:hover .faq-question-item a {
  border-color: transparent;
  color: #ffffff;
}

.faq-topic-title h3 {
  font-size: 28px;
}
@media (max-width: 575px) {
  .faq-topic-title h3 {
    font-size: 26px;
  }
}

.topic-items {
  background: transparent;
  border: 1px solid #edeef2;
  padding: 50px 25px 35px 25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.topic-items:hover {
  box-shadow: 0px 40px 40px rgba(24, 44, 74, 0.07);
}

.topic-wrapper:hover .topic-svg {
  transform: translateY(-10px);
}

.topic-svg {
  transition: 0.3s;
}
.topic-svg svg {
  margin-bottom: 33px;
}

.topic-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.topic-content p {
  margin-bottom: 0;
}

.faq-detalis-info h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .faq-detalis-info h3 {
    font-size: 26px;
  }
}

.faq-suppoert ul li::marker {
  background: #7a7878;
  font-size: 25px;
}

.faq-detalis-info p {
  margin-bottom: 35px;
}

.faq-suppoert p {
  margin-bottom: 23px;
}

.faq-suppoert h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.payment-method-info h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.faq-suppoert ul {
  padding-left: 60px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .faq-suppoert ul {
    padding-left: 20px;
  }
}
.faq-suppoert ul li {
  position: relative;
  margin-bottom: 20px;
}
.faq-suppoert ul li:last-child {
  margin-bottom: 0px;
}
.faq-suppoert ul li:before {
  position: absolute;
  top: 10px;
  left: -20px;
  content: "";
  background: #7a7878;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}
.faq-suppoert ul li a {
  color: #17aa1c;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  font-weight: 600;
}

.faq-sidebar-topc {
  border: 1px solid #edeef2;
  padding: 30px 30px 40px 30px;
  background: #fcfdff;
  border-radius: 8px;
}
.faq-sidebar-topc h5 {
  margin-bottom: 25px;
  font-size: 20px;
}

.sidebar-topic-list .contact-btn {
  width: 100%;
}

.sidebar-topic-list ul {
  margin-bottom: 45px;
}
.sidebar-topic-list ul li {
  font-size: 16px;
  color: #575757;
  margin-bottom: 8px;
}
.sidebar-topic-list ul li a:hover {
  color: #17aa1c;
}

.payment-method-info a {
  color: #17aa1c;
  font-weight: 600;
}

.contact-btn {
  background: #17aa1c;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  height: 54px;
  line-height: 54px;
}
.contact-btn:hover {
  color: #141517;
  background: #FFB013;
}

.faq-content-wrapper {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-content-wrapper {
    margin-right: 0;
  }
}

/*----------------
17. banner style
-----------------*/
.banner-area {
  background: #edeff5;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 575px) {
  .faq .banner-img {
    display: none;
  }
}

.banner-search-box {
  position: relative;
}

.banner-tittle h2 {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .banner-tittle h2 {
    font-size: 28px;
  }
}

.slider-faq-search input {
  height: 70px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #edeef2;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(15, 32, 91, 0.07);
  padding: 0 20px;
  position: relative;
  color: #707070;
  font-size: 14px;
  outline: none;
  text-transform: capitalize;
}
.slider-faq-search input::placeholder {
  color: #a5a5a5;
}

.slider-faq-search button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translatey(-50%);
  font-size: 16px;
  color: #c1c5ce;
}

.banner-tiitle-wrapper {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

/*-------------------------
18. Login & Register style
--------------------------*/
.signin-area-wrapper {
  display: flex;
}

.sign-up-wrapper {
  display: flex;
}

.signup-wrapper input {
  width: 100%;
  height: 55px;
  background: #f5f5f5;
  border: 0;
  border-radius: 4px;
  margin-bottom: 30px;
  display: flex;
  padding: 10px 20px;
  outline: none;
  color: #575757;
  font-size: 16px;
}

.signup-input-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.signup-input-wrapper input {
  width: 100%;
  height: 55px;
  background: #f5f5f5;
  border: 0;
  border-radius: 4px;
  margin-bottom: 30px;
  display: flex;
  padding: 10px 20px;
  outline: none;
  color: #575757;
  font-size: 16px;
}

.sign-check a {
  color: #17aa1c;
  font-weight: 700;
  text-decoration: underline;
}
.sign-check a:hover {
  color: #141517;
}

.signup-box {
  background: #f5f5f5;
  padding: 45px 30px;
}

.signup-thumb img {
  max-width: 100%;
}

.signup-form-wrapper {
  padding: 45px 30px;
  background: #ffffff;
}

.signup-action {
  margin-bottom: 25px;
}

.sing-buttom {
  height: 55px;
  background: #17aa1c;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.sing-buttom:hover {
  color: #141517;
  background: #FFB013;
}

.registered.wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.forget-password a:hover {
  color: #141517;
}

.not-register a:hover {
  color: #141517;
}

.acount-login {
  margin-bottom: 30px;
}
.acount-login a {
  font-weight: 600;
  color: #17aa1c;
  margin-left: 5px;
  text-decoration: underline;
}
.acount-login a:hover {
  color: #141517;
}

.sign-social {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.sign-social span {
  background: #ffffff;
  display: inline-block;
  padding: 0 10px;
}
.sign-social:before {
  position: absolute;
  height: 1px;
  background: #edeef2;
  content: "";
  width: 100%;
  top: 15px;
  left: 0;
  z-index: -1;
}

.sign-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
}

.signup-text h3 {
  font-size: 28px;
  margin-bottom: 106px;
}

.signup-message img {
  max-width: 100%;
  margin-bottom: 5px;
}

.not-register a {
  font-weight: 600;
  color: #17aa1c;
  text-decoration: revert;
  margin-left: 5px;
}

.sign-gmail {
  border: 1px solid #edeef2;
  padding: 10px 20px;
  border-radius: 4px;
}
.sign-gmail a {
  font-weight: 600;
}
.sign-gmail a:hover {
  color: #141517;
}

.sign-facebook {
  border: 1px solid #edeef2;
  padding: 10px 20px;
  border-radius: 4px;
}
.sign-facebook a {
  font-weight: 600;
}
.sign-facebook a:hover {
  color: #141517;
}

.signin-area {
  position: fixed;
  z-index: 99999;
  top: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  max-width: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .signin-area {
    max-width: 360px;
  }
}

.signin-area.open {
  display: inline-block;
}

.signin-area-wrapper > :nth-child(2) {
  flex: 0 0 calc(100% - 360px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .signin-area-wrapper > *:nth-child(1) {
    flex: 0 0 360px;
  }

  .signin-area-wrapper > :nth-child(2) {
    flex: 0 0 calc(100% - 360px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .signin-area-wrapper {
    max-width: 750px;
    max-height: 530px;
    transform: none;
    overflow: auto;
    overflow-y: auto;
    display: inline-block;
  }

  .signin-area.open {
    display: flex;
    justify-content: center;
  }

  .signin-area-wrapper > * {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 767px) {
  .signin-area-wrapper {
    max-width: 750px;
    max-height: 530px;
    transform: none;
    overflow: auto;
    overflow-y: auto;
    display: inline-block;
  }

  .signin-area.open {
    display: flex;
    justify-content: center;
  }

  .signin-area-wrapper > * {
    flex: 0 0 100% !important;
  }
}
.signup-area {
  position: fixed;
  z-index: 99999;
  top: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  max-width: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .signup-area {
    max-width: 360px;
  }
}

.signup-area.open {
  display: inline-block;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .signup-area.open {
    display: flex;
    justify-content: center;
  }
}

.sign-up-wrapper > :nth-child(2) {
  flex: 0 0 calc(100% - 360px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sign-up-wrapper > *:nth-child(1) {
    flex: 0 0 360px;
  }

  .sign-up-wrapper > :nth-child(2) {
    flex: 0 0 calc(100% - 360px);
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sign-up-wrapper {
    display: flex;
    max-width: 750px;
    max-height: 530px;
    transform: none;
    overflow: auto;
    overflow-y: auto;
    overflow-y: auto;
    display: inline-block;
  }
}

/* 19. Course Carousel section styles */

.course-carousel-area {
    margin-bottom: 20px;
    overflow-x: hidden;
}

.course-carousel-area .course-carousel-title{
    font-size: 20px;
    color: #505763;
    margin: 0 0 10px;
}

.course-carousel-area .slick-slider{
    width: calc( 100% + 16px );
    margin-left: -8px;
}

.course-carousel-area .slick-list:before,
.course-carousel-area .slick-list:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    z-index: 1;
}

.course-carousel-area .slick-list:after {
    right: auto;
    left: 0
}

.course-carousel .slick-prev:hover,
.course-carousel .slick-next:hover{
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}
.course-carousel .slick-prev:focus,
.course-carousel .slick-next:focus{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1) !important;
}

.course-carousel .slick-prev,
.course-carousel .slick-next{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    z-index: 1;
    top: calc( 50% - 25px);
}
.course-carousel .slick-prev{
    left: -28px;
}

.course-carousel .slick-prev.slick-disabled,
.course-carousel .slick-next.slick-disabled{
    opacity: 0;
}
.course-carousel .slick-prev:before{
    content: url(/temp/images/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1
}
.course-carousel .slick-next{
    right: -15px
}
.course-carousel .slick-next:before{
    content: url(/temp/images/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
}

.course-box-wrap:focus {
    outline: none;
}

.course-box-wrap {
    padding: 0 8px;
    margin-bottom: 20px;
}

.course-box-wrap a {
    color: #fff;
}

.course-box-wrap a:hover {
    text-decoration: none;
}

.course-box {
    position: relative;
    background: #fff;
}

.course-box:before,
.course-box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -ms-webkit-transition: .2s ease;
    z-index: -1;
}

.course-box:before{
    opacity: 1;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    -ms-webkit-box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
.course-box:after{
    opacity: 0;
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    -webkit-box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    -ms-webkit-box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}
.course-box:hover:before{
    opacity: 0;
}
.course-box:hover:after{
    opacity: 1;
}

.course-box .course-details{
    padding: 15px 10px 0px 15px;
    position: relative;
}

.course-box .course-image img{
    width: 100%;
}
.course-box .course-image{
    position: relative;
}
.course-box .course-image:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}
.course-box .course-img-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: left;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}

.course-box:hover .course-image:before {
    opacity: 1;
    visibility: visible;
}

.course-box .course-details .title{
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14.5px;
    color: #000;
}

.course-box .course-details .instructors {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 21px;
    height: 21px;
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 5px;
}
.course-box .course-details .rating {
    margin-bottom: 10px;
}

.course-box .course-details .rating i {
    font-size: 11px;
}

.course-box .course-details .price {
    padding-bottom: 15px;
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.course-box .course-details .price small {
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}

.text-right{text-align:right!important}

.webui-popover{
    box-shadow: 0 4px 16px rgb(128 134 144 / 25%);
    border-color: transparent;
    border-radius: 10px;
    background-color: #f1f7f8;
}
.course-popover-content .last-updated {
    margin: 10px 0;
    font-size: 12px;
}

.course-popover-content .course-title a {
    visibility: visible;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.3px;
    color: #505763;
    text-decoration: none;
}
.course-popover-content .course-title a:hover {
    text-decoration: underline;
}

.course-popover-content .course-category {
    color: #686f7a;
    font-size: 11px;
    margin-top: 7px;
}

.course-popover-content .course-category .course-badge {
    margin-right: 10px;
    box-shadow: 0 0 0;
}

.course-popover-content .course-meta span {
    margin-right: 10px;
    font-size: 12px;
    color: #7a7d82;
}

.course-popover-content .course-meta span i {
    font-size: 12px;
    margin-right: 5px;
}

.course-popover-content .course-meta {
    padding: 5px 0;
}

.course-popover-content .course-subtitle {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    visibility: visible;
    font-size: 13px;
    line-height: 1.53;
    letter-spacing: -.2px;
    color: #3e3e3e;
    padding-top: 10px;
    font-weight: 500;
}
.course-popover-content .what-will-learn {
    margin-top: 15px;
}

.course-popover-content .what-will-learn ul {
   margin-bottom: 30px;
}

.course-popover-content .what-will-learn ul li {
    position: relative;
    max-height: 54px;
    visibility: visible;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px;
    letter-spacing: -.2px;
    color: #686f7a;
}

.course-popover-content .what-will-learn ul i {
  margin-right: 15px;
  color: #17aa1c;
}

.course-popover-content .course-action {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.course-popover-content .course-action .view-details-btn {
  flex-grow: 1;
}
.course-popover-content .c-share-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #dce8fe;
  border-radius: 4px;
  font-size: 19px;
  color: #a6bce8;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.course-popover-content .c-share-btn:hover {
  background: #17aa1c;
  border-color: #17aa1c;
  color: #ffffff;
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    border-left-color: rgba(20,23,28,.1);
}
.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    border-right-color: #999;
    border-right-color: rgba(20,23,28,.1);
}
.webui-popover.left>.webui-arrow:after, .webui-popover.left-top>.webui-arrow:after, .webui-popover.left-bottom>.webui-arrow:after {
    border-left-color: #f1f7f8 !important;
}
.webui-popover.right>.webui-arrow:after, .webui-popover.right-top>.webui-arrow:after, .webui-popover.right-bottom>.webui-arrow:after {
    border-right-color: #f1f7f8;
}
/* 19. Course Carousel section styles ends */

/*------------------
20. education style
-------------------*/
.education-img img {
  max-width: 100%;
}

.sitdent-choose-content p {
  margin-bottom: 25px;
}

.education-content p {
  margin-bottom: 40px;
}

/* ----------------------------------------------------------------
21. Buttons
-----------------------------------------------------------------*/
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 8px 22px;
  font-size: 0.875rem;
  line-height: 24px;
  background-color: #17aa1c;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  /* Buttons - Border
  -----------------------------------------------------------------*/
    /* Buttons - 3D
  -----------------------------------------------------------------*/
  /* Buttons - Icon Reveal
  -----------------------------------------------------------------*/
}
.button i {
  position: relative;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}
.button.text-end i {
  margin: 0 0 0 5px;
}
body:not(.device-touch) .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.button-dark {
  background-color: #333333;
}
.button.button-dark:hover {
  background-color: #17aa1c;
}
.button.button-light {
  background-color: #eeeeee;
  color: #333333;
  text-shadow: none !important;
}
.button:hover {
  background-color: #444;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button-mini {
  padding: 4px 14px;
  font-size: 11px;
  line-height: 20px;
}
.button-mini i {
  margin-right: 3px;
}
.button-mini.text-end i {
  margin: 0 0 0 3px;
}
.button-small {
  padding: 7px 17px;
  font-size: 12px;
  line-height: 20px;
}
.button-small i {
  margin-right: 4px;
}
.button-small.text-end i {
  margin: 0 0 0 4px;
}
.button-large {
  padding: 8px 26px;
  font-size: 16px;
  line-height: 30px;
}
.button-xlarge {
  padding: 9px 32px;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 34px;
}
.button-xlarge i {
  margin-right: 8px;
}
.button-xlarge.text-end i {
  margin: 0 0 0 8px;
}
.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 1.25rem;
  height: auto;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "PT Serif", serif;
  font-style: italic;
  text-transform: none;
}
.button-desc i {
  font-size: 3rem;
  width: 3rem;
  text-align: center;
  margin-right: 12px;
}
.button-desc.text-end i {
  margin: 0 0 0 12px;
}
.button-desc div {
  display: inline-block;
}
.button-rounded {
  border-radius: 3px;
}
.button.button-border {
  border: 2px solid #333333;
  background: transparent;
  color: #222222;
  font-weight: 700;
  text-shadow: none;
}
.button.button-border-thin {
  border-width: 1px;
}
.button.button-border.button-desc {
  line-height: 1;
}
.button.button-border:not(.button-fill):hover {
  background-color: #333333;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.button-border.button-light {
  border-color: #FFF;
  color: #FFF;
}
.button.button-border.button-light:hover {
  background-color: #FFF;
  color: #222222;
  text-shadow: none;
}
.button.button-3d {
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.button.button-3d:hover {
  background-color: #17aa1c;
  opacity: 0.9;
}
.button.button-3d.button-light:hover, .button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #222222;
}
.button.button-reveal {
  padding-left: 28px;
  padding-right: 28px;
  overflow: hidden;
}
.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.button.button-reveal.button-border i {
  top: -2px;
}
.button.button-reveal.text-end i {
  left: auto;
  right: -32px;
}
.button.button-reveal.button-3d i, .button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px;
}
.button.button-reveal.button-3d i.text-end i, .button.button-reveal.button-rounded i.text-end i {
  border-radius: 0 3px 3px 0;
}
.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}
.button.button-reveal.button-mini {
  padding-left: 17px;
  padding-right: 17px;
}
.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
}
.button.button-reveal.button-mini.text-end i {
  left: auto;
  right: -22px;
}
.button.button-reveal.button-mini:hover span {
  left: 11px;
}
.button.button-reveal.button-mini.text-end:hover span {
  left: -11px;
}
.button.button-reveal.button-small {
  padding-left: 22px;
  padding-right: 22px;
}
.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
}
.button.button-reveal.button-small.text-end i {
  left: auto;
  right: -26px;
}
.button.button-reveal.button-small:hover span {
  left: 13px;
}
.button.button-reveal.button-small.text-end:hover span {
  left: -13px;
}
.button.button-reveal.button-large {
  padding-left: 32px;
  padding-right: 32px;
}
.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
}
.button.button-reveal.button-large.text-end i {
  left: auto;
  right: -38px;
}
.button.button-reveal.button-large:hover span {
  left: 19px;
}
.button.button-reveal.button-large.text-end:hover span {
  left: -19px;
}
.button.button-reveal.button-xlarge {
  padding-right: 40px;
  padding-left: 40px;
}
.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
}
.button.button-reveal.button-xlarge.text-end i {
  left: auto;
  right: -44px;
}
.button.button-reveal.button-xlarge:hover span {
  left: 22px;
}
.button.button-reveal.button-xlarge.text-end:hover span {
  left: -22px;
}
.button.button-reveal:hover i {
  left: 0;
}
.button.button-reveal.text-end:hover i {
  left: auto;
  right: 0;
}
.button.button-reveal:hover span {
  left: 16px;
}
.button.button-reveal.text-end:hover span {
  left: -16px;
}

body:not(.device-touch) .button-reveal i,
body:not(.device-touch) .button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/
.button.button-full {
  display: block;
  width: 100%;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 1.8725rem;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.button.button-full.button-light strong {
  border-bottom-color: #333333;
}
.button.button-full.button-light:hover strong {
  border-bottom-color: #eeeeee;
}
.button.button-full strong {
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
}
body:not(.device-touch) .button.button-full strong {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Buttons - Circle
-----------------------------------------------------------------*/
.button.button-circle {
  border-radius: 20px;
}
.button.button-circle.button-mini {
  border-radius: 14px;
}
.button.button-circle.button-small {
  border-radius: 17px;
}
.button.button-circle.button-large {
  border-radius: 23px;
}
.button.button-circle.button-xlarge {
  border-radius: 26px;
}

/* Buttons - Fill Effect
-----------------------------------------------------------------*/
.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}
.button.button-border.button-fill span {
  position: relative;
}
.button.button-border.button-fill:hover {
  background: transparent !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.button-border.button-fill.button-light:hover {
  border-color: #eeeeee !important;
  color: #333333 !important;
  text-shadow: none;
}
.button.button-border.button-fill.button-light ::before {
  background-color: #eeeeee;
}
.button.button-border.button-fill::before {
  content: '';
  position: absolute;
  background-color: #333333;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
}
.button.button-border.button-fill::before ::before {
  width: 100%;
}
.button.button-border.button-fill.fill-from-right::before {
  left: auto;
  right: 0;
}
.button.button-border.button-fill:hover::before {
  width: 100%;
}
.button.button-border.button-fill.fill-from-top::before, .button.button-border.button-fill.fill-from-bottom::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.button-border.button-fill.fill-from-top::before {
  width: 100%;
  height: 0;
}
.button.button-border.button-fill.fill-from-top:hover::before {
  height: 100%;
}
.button.button-border.button-fill.fill-from-bottom::before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}
.button.button-border.button-fill.fill-from-bottom:hover::before {
  height: 100%;
}

/* Buttons - States
-----------------------------------------------------------------*/
.button.disabled,
.button:disabled {
  opacity: 0.65 !important;
  pointer-events: none !important;
}

/* Buttons - Colors
-----------------------------------------------------------------*/
.button-red:not(.button-border) {
  background-color: #C02942;
}
.button-red.button-3d:hover, .button-red.button-reveal:hover, .button-red.button-border:hover, .button-red.button-border.button-fill::before {
  background-color: #C02942 !important;
}

.button-border.button-red, .button-border.button-light.button-red {
  color: #C02942;
  border-color: #C02942;
}

.button-teal:not(.button-border) {
  background-color: #53777A;
}
.button-teal.button-3d:hover, .button-teal.button-reveal:hover, .button-teal.button-border:hover, .button-teal.button-border.button-fill::before {
  background-color: #53777A !important;
}

.button-border.button-teal, .button-border.button-light.button-teal {
  color: #53777A;
  border-color: #53777A;
}

.button-yellow:not(.button-border) {
  background-color: #ECD078;
}
.button-yellow.button-3d:hover, .button-yellow.button-reveal:hover, .button-yellow.button-border:hover, .button-yellow.button-border.button-fill::before {
  background-color: #ECD078 !important;
}

.button-border.button-yellow, .button-border.button-light.button-yellow {
  color: #ECD078;
  border-color: #ECD078;
}

.button-green:not(.button-border) {
  background-color: #59BA41;
}
.button-green.button-3d:hover, .button-green.button-reveal:hover, .button-green.button-border:hover, .button-green.button-border.button-fill::before {
  background-color: #59BA41 !important;
}

.button-border.button-green, .button-border.button-light.button-green {
  color: #59BA41;
  border-color: #59BA41;
}

.button-brown:not(.button-border) {
  background-color: #774F38;
}
.button-brown.button-3d:hover, .button-brown.button-reveal:hover, .button-brown.button-border:hover, .button-brown.button-border.button-fill::before {
  background-color: #774F38 !important;
}

.button-border.button-brown, .button-border.button-light.button-brown {
  color: #774F38;
  border-color: #774F38;
}

.button-aqua:not(.button-border) {
  background-color: #40C0CB;
}
.button-aqua.button-3d:hover, .button-aqua.button-reveal:hover, .button-aqua.button-border:hover, .button-aqua.button-border.button-fill::before {
  background-color: #40C0CB !important;
}

.button-border.button-aqua, .button-border.button-light.button-aqua {
  color: #40C0CB;
  border-color: #40C0CB;
}

.button-lime:not(.button-border) {
  background-color: #AEE239;
}
.button-lime.button-3d:hover, .button-lime.button-reveal:hover, .button-lime.button-border:hover, .button-lime.button-border.button-fill::before {
  background-color: #AEE239 !important;
}

.button-border.button-lime, .button-border.button-light.button-lime {
  color: #AEE239;
  border-color: #AEE239;
}

.button-purple:not(.button-border) {
  background-color: #5D4157;
}
.button-purple.button-3d:hover, .button-purple.button-reveal:hover, .button-purple.button-border:hover, .button-purple.button-border.button-fill::before {
  background-color: #5D4157 !important;
}

.button-border.button-purple, .button-border.button-light.button-purple {
  color: #5D4157;
  border-color: #5D4157;
}

.button-leaf:not(.button-border) {
  background-color: #A8CABA;
}
.button-leaf.button-3d:hover, .button-leaf.button-reveal:hover, .button-leaf.button-border:hover, .button-leaf.button-border.button-fill::before {
  background-color: #A8CABA !important;
}

.button-border.button-leaf, .button-border.button-light.button-leaf {
  color: #A8CABA;
  border-color: #A8CABA;
}

.button-pink:not(.button-border) {
  background-color: #F89FA1;
}
.button-pink.button-3d:hover, .button-pink.button-reveal:hover, .button-pink.button-border:hover, .button-pink.button-border.button-fill::before {
  background-color: #F89FA1 !important;
}

.button-border.button-pink, .button-border.button-light.button-pink {
  color: #F89FA1;
  border-color: #F89FA1;
}

.button-dirtygreen:not(.button-border) {
  background-color: #1693A5;
}
.button-dirtygreen.button-3d:hover, .button-dirtygreen.button-reveal:hover, .button-dirtygreen.button-border:hover, .button-dirtygreen.button-border.button-fill::before {
  background-color: #1693A5 !important;
}

.button-border.button-dirtygreen, .button-border.button-light.button-dirtygreen {
  color: #1693A5;
  border-color: #1693A5;
}

.button-blue:not(.button-border) {
  background-color: #1265A8;
}
.button-blue.button-3d:hover, .button-blue.button-reveal:hover, .button-blue.button-border:hover, .button-blue.button-border.button-fill::before {
  background-color: #1265A8 !important;
}

.button-border.button-blue, .button-border.button-light.button-blue {
  color: #1265A8;
  border-color: #1265A8;
}

.button-amber:not(.button-border) {
  background-color: #EB9C4D;
}
.button-amber.button-3d:hover, .button-amber.button-reveal:hover, .button-amber.button-border:hover, .button-amber.button-border.button-fill::before {
  background-color: #EB9C4D !important;
}

.button-border.button-amber, .button-border.button-light.button-amber {
  color: #EB9C4D;
  border-color: #EB9C4D;
}

.button-black:not(.button-border) {
  background-color: #111111;
}
.button-black.button-3d:hover, .button-black.button-reveal:hover, .button-black.button-border:hover, .button-black.button-border.button-fill::before {
  background-color: #111111 !important;
}

.button-border.button-black, .button-border.button-light.button-black {
  color: #111111;
  border-color: #111111;
}

.button-white:not(.button-border) {
  background-color: #f9f9f9;
}
.button-white.button-3d:hover, .button-white.button-reveal:hover, .button-white.button-border:hover, .button-white.button-border.button-fill::before {
  background-color: #f9f9f9 !important;
}

.button-border.button-white, .button-border.button-light.button-white {
  color: #f9f9f9;
  border-color: #f9f9f9;
}

/* Buttons - No Hover
-----------------------------------------------------------------*/
.button.button-nohover:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}

/*
homepage styles
*/
.home-banner-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 130px;
    color: #fff;
}
.home-banner-wrap {
    max-width: 500px;
}
.home-banner-wrap h2{
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
}
.home-banner-wrap p{
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(41,48,59,.55);
}
.home-banner-wrap input[type="text"]{
    font-size: 20px;
    height: 50px;
    padding: 11px 17px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-weight: 300
}
.home-banner-wrap .btn{
    padding: 10px 14px;
    font-size: 20px;
    background: #fff;
    border: 0;
    border-radius: 0 3px 3px 0;
    color: #17aa1c;
}
.home-banner-wrap .btn:hover{
    background: #17aa1c;
    color: #fff;
}
.home-fact-area {
  background-color:#17aa1c;
  color:#fff;
  padding:15px 0;
  margin-bottom:60px;
}
.home-fact-box .text-box{
    padding: 10px 0 10px 63px;
}
.home-fact-box i{
    font-size: 47px;
    margin-top: 8px;
}
.home-fact-box .text-box h4{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.home-fact-box .text-box p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.top-categories{
    width: 100%;
    min-height: 90px;
    background-color: #f5f9fa;
    padding: 20px 15px;
    display: inline-flex;
    border: 1px solid #cccdcd;
    border-radius: 10px;
    text-decoration: none;
}
.top-categories:hover, .top-categories:focus{
    background-color: #17aa1c;
    border: 1px solid #17aa1c;
}
.category-icon{
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    margin-top: 7px;
    font-size: 20px;
    position: absolute;
}
.top-categories:hover .category-icon, .top-categories:focus .category-icon{
  background-color: #f5f9fa;
  color: #000;
}
.category-title{
    padding-left: 50px;
    font-weight: 600;
}
.top-categories:hover .category-title, .top-categories:focus .category-title{
  color: #fff;
}
.category-title p{
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}
.top-categories:hover .category-title p, .top-categories:focus .category-title p{
  color: #efdcdc;
}
