@charset "UTF-8";

/*================================================
1. Default CSS
2. Header Menu CSS
3. Hero area CSS
4. Client Logo Area CSS
5. Job Categories Area CSS
6. Platform Area CSS
7. Popular Jobs area CSS
8. Testimonial area CSS
9. Around World area CSS
10. Subscribe area CSS
11. Footer area CSS



12. Hrrd Menu area CSS
13. Hrrd Hero area CSS
14. Hrdd Featured area CSS
15. Hrrd Everything area CSS
16. Collaborate area CSS
17. Apps area CSS
18. Hrrd Pricing area CSS
19. Hrrd Testimonial area CSS
20. Hrrd Subscribe area CSS 
21. Hrrd Footer area CSS



22. Tripp Menu area CSS
23. Trip Services area CSS
24. Destination area CSS
25. Trip Testimonial area CSS
26. Trip Map area CSS



27. Ag hero style start
28. ag client logo style start
29. ag service style start
30. ag blog style start
31. ag working process style start
32. ag testimonial style start
33. ag newslatter style start
34. ag footer style start
Agency Menu Css


38. edu hero style start
39. edu client logo style start
40. edu department style start
41. edu instructor style start
42. edu success style start
43. edu testimonial style start
44. edu register style start
45. edu footer style start
Edu Menu


-- About Page Css
-- Service Page Css
-- Contact Page Css
-- Blog Details Page Css



=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap");
/*================================================
1. Default CSS
=================================================*/
/* Font Variable */
/* Color Variable */
/* Circular Std Font Start */
@font-face {
  font-family: 'Circular Std black';
  src: url("../fonts/circularStd/CircularStd-Black.eot");
  src: url(../fonts/circularStd/CircularStd-Black.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Black.woff) format("woff"), url(../fonts/circularStd/CircularStd-Black.woff2) format("woff2");
}

@font-face {
  font-family: 'Circular Std regular';
  src: url("../fonts/circularStd/CircularStd-Book.eot");
  src: url(../fonts/circularStd/CircularStd-Book.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Book.woff) format("woff"), url(../fonts/circularStd/CircularStd-Book.woff2) format("woff2");
}

@font-face {
  font-family: 'Circular Std bold';
  src: url("../fonts/circularStd/CircularStd-Bold.eot");
  src: url(../fonts/circularStd/CircularStd-Bold.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Bold.woff) format("woff"), url(../fonts/circularStd/CircularStd-Bold.woff2) format("woff2");
}

@font-face {
  font-family: 'Circular Std medium';
  src: url("../fonts/circularStd/CircularStd-Medium.eot");
  src: url(../fonts/circularStd/CircularStd-Medium.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Medium.woff) format("woff"), url(../fonts/circularStd/CircularStd-Medium.woff2) format("woff2");
}

/* Circular Std Font Variables */
/* Circular Std Font End */
a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #183B56;
}

html, body {
  font-weight: 400;
  line-height: 1.6;
  color: #5A7184;
  font-family: "DM Sans", sans-serif;
}

p {
  margin-bottom: 0;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


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

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





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

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

.mt-24 {
  margin-top: 24px;
}

.mt-26 {
  margin-top: 26px;
}

.mb-76 {
  margin-bottom: 76px;
}

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

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

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

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

.shape {
  position: absolute;
  z-index: -1;
}

.positioning {
  position: relative;
  z-index: 2;
}

.common-btn {
  border-radius: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 8px !important;
  padding: 10px 52px;
/*  padding: 20px 44px;*/
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover::before {
  width: 100%;
}

.common-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 0;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.common-btn.btn-style-1 {
  background: #FF8345;
}

.common-btn.btn-style-1::before {
  background: #7BC678;
}

.common-btn.btn-style-2 {
  background: #7BC678;
}

.common-btn.btn-style-2::before {
  background: #FF8345;
}

.common-btn.btn-hrrd-2 {
  background: #FFE5A3;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 4px;
  color: #333333;
}

.common-btn.btn-hrrd-2:hover {
  color: #fff;
}

.common-btn.btn-hrrd-2::before {
  background: #FF7342;
}

.common-btn.btn-hrrd-1 {
  background: #0a528e;
/*  background: #FF7342;*/
  border-radius: 4px;
}

.common-btn.btn-hrrd-1:hover {
  color: #3B3B3B;
}

.common-btn.btn-hrrd-1::before {
  background: #FFE5A3;
}

.common-btn.btn-tripp-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FE5B3E), to(#FE7B49));
  background: linear-gradient(180deg, #FE5B3E 0%, #FE7B49 100%);
  border-radius: 15px;
  font-weight: 700;
}

.common-btn.btn-tripp-1:hover {
  color: #fff;
}

.common-btn.btn-tripp-1::before {
  background: #221314;
}

.title-mark {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.title-mark::before {
  width: 100%;
  height: 51.29px;
  background: rgba(255, 131, 69, 0.7);
  content: "";
  position: absolute;
  bottom: 10px;
  z-index: -1;
  -webkit-animation: up-dn-mark-1 1s alternate infinite;
          animation: up-dn-mark-1 1s alternate infinite;
}

.title-mark.title-mark-section::before {
  width: 100%;
  height: 20px;
  background: rgba(255, 131, 69, 0.7);
  content: "";
  position: absolute;
  bottom: 5px;
  z-index: -1;
  -webkit-animation: up-dn-mark-1 1s alternate infinite;
          animation: up-dn-mark-1 1s alternate infinite;
}

.ch-section-title h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #183B56;
}

.hrdd-section-title.hrrd-subscribe-title h1 {
  color: #fff;
}

.hrdd-section-title.hrrd-subscribe-title h1 span::before {
  border: .5px solid #fff;
  background: #94BCF9;
}

.hrdd-section-title h1 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #3B3B3B;
  display: inline-block;
}

.hrdd-section-title h1 span {
  display: inline-block;
  z-index: 1;
  position: relative;
}

.hrdd-section-title h1 span::before {
  position: absolute;
  left: 0;
  height: 50px;
  width: 76%;
  border: 0.5px solid #FF7342;
  background: #FFE3D9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
/*  content: "";*/
  z-index: -1;
}

@-webkit-keyframes up-dn-mark-1 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes up-dn-mark-1 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.trip-section-title h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #221314;
}

.trip-section-title h1 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
}

.trip-section-title h1 span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 18px;
  width: 100%;
  content: "";
  z-index: -1;
  background-image: url(../images/shape/trip-title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.container-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 170px;
  line-height: 1;
  color: rgba(34, 19, 20, 0.01);
  position: absolute;
  z-index: -1;
}

/*added utilities*/
.mt-60 {
  margin-top: 60px;
}

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

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

.mt-45 {
  margin-top: 45px;
}

/*added reuseable components*/
.vactor-shape {
  z-index: -1;
}

.tri-btn-fill {
  background: -webkit-gradient(linear, left top, left bottom, from(#FE5B3E), to(#FE7B49));
  background: linear-gradient(180deg, #FE5B3E 0%, #FE7B49 100%);
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  gap: 12px;
  border: none;
  padding: 24px 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tri-btn-fill i {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tri-btn-fill i::before {
  vertical-align: middle;
}

.tri-btn-fill.tri-submit-btn:hover {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}

.tri-btn-fill:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
          box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  color: #fff;
}

.tri-btn-fill:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.ag-btn-fill {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #404c99;
  font-family: "Circular Std bold";
  background: #ffffff;
  border-radius: 15px;
  display: inline-block;
  padding: 12px 32px;
/*  padding: 25px 44px;*/
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.ag-btn-fill:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
          box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  color: #fff;
  background: #323b77;
}

.edu-btn-fill {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  background: #ffa600;
  -webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
          box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
  border-radius: 15px;
  padding: 12px 24px;
/*  padding: 22px 36px;*/
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.edu-btn-fill:hover {
  -webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
          box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
  color: #fff;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  background: #e69500;
}

.ag-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.ag-rating i {
  color: #FF8423;
}

.ag-section-title {
  font-family: "Circular Std black";
  font-weight: 700;
  font-size: 42px;
/*  font-size: 50px;*/
  line-height: 60px;
  text-align: center;
/*  color: #183B56;*/
  color: #0a528e;
}
.cus-ag-section-title {
  color: #ffffff;
}
.edu-section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  color: #111116;
}

.breadcrumb-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff7e1));
  background: linear-gradient(180deg, #ffffff 0%, #fff7e1 100%);
/*  background: linear-gradient(180deg, #FFEDE7 0%, #FFFFFF 100%);*/
  padding-top: 172px;
/*  padding-top: 214px;*/
  padding-bottom: 70px;
/*  padding-bottom: 100px;*/
}

.breadcrumb-area .breadcrumb-text h1 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 72px;
  color: #3B3B3B;
}

.breadcrumb-area .breadcrumb-text p {
  color: #0a528e;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}

.breadcrumb-area .breadcrumb-text p a {
  color: #3B3B3B;
}

/*================================================
2. Header Menu CSS
=================================================*/
.logo, .main-nav, .menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.logo img {
    max-height: 100px;
    max-width: 220px;
}

.header-menu-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: transparent;
}

.main-nav {
  float: right;
}

.menu-btn-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #FF8345;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 47px 15px;
}

.main-nav > ul > li.has-child-menu:after {
  position: absolute;
  right: -5px;
/*  right: 2px;*/
  top: 45px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
  color: #183b56a3;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.main-nav > ul > li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #183B56;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav > ul > li:hover > a {
  color: #FF8345;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 90px;
  right: 0;
  min-width: 260px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f5f5f5;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
/*  border-bottom: 1px solid #ddd;*/
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu > li a:hover {
  color: #FF8345;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #000;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu-btn-wrap .menu-reg {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #183B56;
  margin-right: 54px;
}

.sticky {
  position: fixed;
  top: 0;
  background: #F8F9FA;
  z-index: 99;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.01);
  padding-top: unset;
}

/*================================================
3. Hero area CSS
=================================================*/
.hero-area {
  position: relative;
  padding-top: 161px;
  background: #F9FCFB;
}

.hero-content h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 100px;
  position: relative;
  z-index: 1;
}

.hero-content .hero-search-form {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 20px 40px rgba(195, 199, 197, 0.1);
          box-shadow: 10px 20px 40px rgba(195, 199, 197, 0.1);
  border-radius: 10px;
  max-width: 600px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  margin-top: 32px;
  margin-bottom: 29px;
}

.hero-content .hero-search-form button {
  position: absolute;
  border: none;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-content .hero-search-form .search-box input {
  border: none;
  position: relative;
}

.hero-content .hero-search-form .search-box input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #5A7184;
  opacity: 0.5;
}

.hero-content .hero-search-form .search-box input:-ms-input-placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #5A7184;
  opacity: 0.5;
}

.hero-content .hero-search-form .search-box input::-ms-input-placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #5A7184;
  opacity: 0.5;
}

.hero-content .hero-search-form .search-box input::placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #5A7184;
  opacity: 0.5;
}

.hero-content .recent-search ul li {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FF8345;
}

.hero-content .recent-search ul li:first-child {
  margin-right: 20px;
}

.hero-content .recent-search ul li a {
  display: block;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  font-size: 14px;
  color: rgba(63, 71, 92, 0.6);
  padding: 2px 6px;
  margin-right: 2px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.hero-content .recent-search ul li a:hover {
  background: #FF8345;
  color: #fff;
}

.hero-img {
  position: relative;
}

.hero-img .cart-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px;
  display: inline-block;
  position: absolute;
  bottom: 71px;
  -webkit-transform: translateY(41px);
          transform: translateY(41px);
  right: 0;
  -webkit-animation: up-dn 2.5s alternate linear infinite;
          animation: up-dn 2.5s alternate linear infinite;
}

.hero-img .cart-box p {
  line-height: 1;
}

.hero-img .cart-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.hero-img .cart-box ul li {
  display: inline-block;
  margin: -8px;
}

.hero-img .cart-box ul li i {
  width: 57px;
  height: 57px;
  background: #FFE7DB;
  border: 0.5px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3F475C;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

@-webkit-keyframes up-dn {
  0% {
    -webkit-transform: translateY(41px);
            transform: translateY(41px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes up-dn {
  0% {
    -webkit-transform: translateY(41px);
            transform: translateY(41px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*================================================
4. Client Logo Area CSS
=================================================*/
.client-logo-box {
  margin-bottom: 24px;
}

/*================================================
5. Job Categories Area CSS
=================================================*/
.job-category-box {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  padding: 30px;
  min-height: 268px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-bottom: 24px;
}

.job-category-box:hover {
  background: #F8F9FA;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.job-category-box:hover .job-category-icon i {
  background: #FF8345;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.job-category-box .job-category-icon i {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 131, 69, 0.1);
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  color: #FF8345;
}

.job-category-box .job-category-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2px;
  margin-top: 67px;
  margin-bottom: 14px;
}

.job-category-box .job-category-content ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.job-category-box .job-category-content ul li i {
  float: right;
  color: #183B56;
  font-size: 19px;
}

.job-category-box.job-category-explore {
  background: url(../images/job-category-shape.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #ff8345), to(#ff8345));
  background: url(../images/job-category-shape.png), linear-gradient(#ff8345 100%, #ff8345 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 53.5px;
}

.job-category-box.job-category-explore h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

.job-category-box.job-category-explore h2 i {
  margin-left: 39px;
}

/*================================================
6. Platform Area CSS
=================================================*/
.platform-area {
  background: #dbdbdb;
/*  background: #FCFCFC;*/
}

.platform-work-wrap .platform-work-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
/*  padding: 30px;*/
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  margin-bottom: 16px;
  -webkit-transition: .2s;
  transition: .2s;
}

.platform-work-wrap .platform-work-box:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.platform-work-wrap .platform-work-box:first-child {
  border: none;
  -webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.07);
}

.platform-work-wrap .platform-work-box:last-child {
  margin-bottom: 0;
}

.platform-work-wrap .platform-work-box .platform-icon i {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF8345;
  font-size: 17px;
}

.platform-work-wrap .platform-work-box .platform-content {
  padding-left: 16px;
}

.platform-work-wrap .platform-work-box .platform-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.platform-work-wrap .platform-work-box .platform-content p {
  line-height: 26px;
  margin-top: 8px;
/*  padding-right: 156px;*/
}

/*================================================
7. Popular Jobs area CSS
=================================================*/
.single-popular-job-item {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 16.8383px;
  padding: 40px;
}

.single-popular-job-item:hover .popular-job-content h3 a {
  color: #FF8345;
}

.single-popular-job-item .program-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-popular-job-item .program-time span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #E95432;
  background: rgba(233, 84, 50, 0.1);
  border-radius: 5px;
  display: inline-block;
  padding: 4px 10px;
}

.single-popular-job-item .popular-job-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 24px;
}

.single-popular-job-item .popular-job-content h3 a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-popular-job-item .popular-job-content ul li {
  display: inline-block;
  margin-right: 63px;
}

.single-popular-job-item .popular-job-content ul li:last-child {
  margin-right: 0;
}

.single-popular-job-item .popular-job-content ul li i {
  margin-right: 7px;
}

.single-popular-job-item .popular-job-apply {
  margin-top: 52px;
}

.single-popular-job-item .popular-job-apply ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-popular-job-item .popular-job-apply ul li {
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  color: #183B56;
}

.single-popular-job-item .popular-job-apply ul li img {
  margin-right: 10px;
  margin-top: -5px;
}

.single-popular-job-item .popular-job-apply ul li a {
  color: #7BC678;
}

.single-popular-job-item .popular-job-apply ul li i {
  color: #fff;
  background: #7BC678;
  display: inline;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 15px;
  margin-left: 6px;
}

.popular-job-slide .owl-item img {
  display: unset;
  width: unset;
}

.popular-job-slide .owl-dots {
  text-align: center;
  margin-top: 42px;
}

.popular-job-slide .owl-dots button {
  border: none;
  width: 20px;
  height: 20px;
  background: #E0E0E0;
  border-radius: 50%;
  margin-right: 16px;
}

.popular-job-slide .owl-dots button:last-child {
  margin-right: 0;
}

.popular-job-slide .owl-dots button.active {
  background: #FDFDFD;
  border: 0.5px solid #FF8345;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.popular-job-slide .owl-dots button.active::before {
  width: 7.12px;
  height: 7.12px;
  background: #FF8345;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popular-jobs-area {
  z-index: 1;
  position: relative;
}

.popular-jobs-area .popular-jobs-shape {
  z-index: -1;
  left: 0;
}

/*================================================
8. Testimonial area CSS
=================================================*/
.testimonial-content-slide-box h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

.testimonial-content-slide-box p {
  font-size: 18px;
  color: #183B56;
  margin-top: 23px;
}

.testimonial-img-slide-box {
  position: relative;
}

.testimonial-img-slide-box.slick-active img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.testimonial-img-slide-box img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s ease-in;
  transition: all .7s ease-in;
}

.testimonial-img-slide-box i {
  font-size: 100px;
  position: absolute;
  color: #183B56;
  left: 23%;
  bottom: 38px;
}

.testimonial-content-slide-wrap .tst {
  position: absolute;
  color: #183B56;
  border-radius: 50%;
  cursor: pointer;
  font-size: 35px;
  bottom: -89px;
  left: 0;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
}

.testimonial-content-slide-wrap .tst:hover {
  color: #5A7184;
}

.testimonial-content-slide-wrap .tst.tst-2 {
  margin-left: 62px;
}

/*================================================
9. Around World area CSS
=================================================*/
.around-world-content p {
  margin: 31px 0 54px 0;
}

.around-world-area {
  position: relative;
  z-index: 1;
}

.around-world-area .around-world-shape {
  z-index: -1;
  bottom: 55%;
}

/*================================================
10. Subscribe area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
}

.subscribe-area .h1-subscribe-dot {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: up-dn 2s alternate linear infinite;
          animation: up-dn 2s alternate linear infinite;
}

.subscribe-wrap {
  background: #F3F6FB;
  border-radius: 16.8383px;
  padding: 110px 200px;
}

.subscribe-title {
  padding-right: 56px;
}

.subscribe-title h1 {
  line-height: 60px;
}

.subscribe-title .title-mark.title-mark-section::before {
  width: 100%;
  height: 20px;
  background: rgba(255, 131, 69, 0.7);
  content: "";
  position: absolute;
  bottom: 14px;
  z-index: -1;
}

/*================================================
11. Footer area CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area .h1-footer-dot {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-widget .footer-logo p {
  margin: 13px 0 46px;
}

.single-widget .footer-social ul li {
  display: inline-block;
  margin-right: 4px;
}

.single-widget .footer-social ul li:last-child {
  margin-right: 0;
}

.single-widget .footer-social ul li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  background: rgba(24, 59, 86, 0.1);
  border-radius: 50%;
  font-size: 16px;
  color: rgba(24, 59, 86, 0.6);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-widget .footer-social ul li i:hover {
  background: rgba(24, 59, 86, 0.3);
  color: rgba(24, 59, 86, 0.9);
}

.single-widget .footer-title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #183B56;
  margin-top: 31px;
  margin-bottom: 26px;
}

.single-widget .footer-link ul li, .single-widget .contact-info ul li {
  margin-bottom: 18px;
}

.single-widget .footer-link ul li a, .single-widget .contact-info ul li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.single-widget .footer-link ul li a:hover, .single-widget .contact-info ul li a:hover {
  color: #FF8345;
}

.single-widget .footer-link ul li:last-child, .single-widget .contact-info ul li:last-child {
  margin-bottom: 0;
}

.single-widget .contact-info ul li {
  color: #183B56;
}

.single-widget .contact-info ul li span {
  color: #5A7184;
}

.copy-right-area p {
  color: #183B56;
  margin-top: 22px;
}

/*================================================
12. Hrrd Menu area CSS
=================================================*/
.hrrd-menu .main-nav {
  float: left;
}

.hrrd-menu .main-nav > ul > li:hover > a {
  color: #FF7342;
  border-bottom: 1px solid #FF7342;
}

.hrrd-menu .main-nav > ul > li > a {
  color: #3B3B3B;
  line-height: 1;
}

.hrrd-menu .main-nav > ul > li > a.active {
  color: #FF7342;
  border-bottom: 1px solid #FF7342;
}

.hrrd-menu .main-nav > ul > li.has-child-menu:after {
  top: 39px;
}

.hrrd-menu .menu-btn-wrap a {
  margin-right: 16px;
}

.hrrd-menu .menu-btn-wrap a:last-child {
  margin-right: 0;
}

/*================================================
13. Hrrd Hero area CSS
=================================================*/
.hrrd-hero-content h1 {
  font-family: "Circular Std black";
  font-size: 70px;
  line-height: 80px;
  color: #3B3B3B;
}

.hrrd-hero-content .hrrd-hero-client-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hrrd-hero-content .hrrd-hero-client-logo ul li {
  display: inline-block;
}

.hrrd-hero-content .hrrd-hero-client-logo ul li:hover img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.hrrd-hero-content .hrrd-hero-client-logo ul li img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hrrd-hero-content .hrrd-hero-btn-wrap {
  margin: 44px 0 93px;
}

.hrrd-hero-img-wrap {
  position: relative;
  margin-right: -70px;
}

.hrrd-hero-img-wrap .hrrd-hero-post {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
  border-radius: 7.13976px;
  display: inline-block;
  padding: 25px 30px;
  position: absolute;
  left: -30px;
  top: -10px;
  -webkit-animation: up-dn-cart-time 2s alternate linear infinite;
          animation: up-dn-cart-time 2s alternate linear infinite;
}

.hrrd-hero-img-wrap .hrrd-hero-post h4 {
  font-family: "Circular Std medium";
  font-size: 17.8494px;
  letter-spacing: 0.178494px;
  color: #3B3B3B;
}

.hrrd-hero-img-wrap .hrrd-hero-post .hrrd-hero-post-shape {
  position: relative;
  text-align: center;
  margin: 24px 0px 24px;
}

.hrrd-hero-img-wrap .hrrd-hero-post .hrrd-hero-post-shape i {
  width: 42px;
  height: 42px;
  font-size: 16px;
  color: #183B56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul {
  line-height: 1;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 15px;
  line-height: 1;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li:last-child {
  margin-right: 0;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li:last-child span {
  background: #1565D8;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li span {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  background: #00B8D9;
  height: 5.35px;
  width: 5.35px;
  border-radius: 50%;
  margin-right: 7px;
}

.like-cart.hero-like-cart {
  padding: 24px;
  border-radius: 8.2142px;
  -webkit-animation: up-dn-cart-like 2s alternate linear infinite;
          animation: up-dn-cart-like 2s alternate linear infinite;
  top: 90px;
  right: 0px;
  bottom: unset;
  left: auto;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-icon i {
  height: 49px;
  width: 49px;
  font-size: 14px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content {
  padding-left: 15px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content h4 {
  font-size: 17.2326px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content h6 {
  font-size: 12.9244px;
  margin-top: 6px;
}

.hrrd-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDE7), to(#FFFFFF));
  background: linear-gradient(180deg, #FFEDE7 0%, #FFFFFF 100%);
  padding: 220px 0 134px;
}

.hrrd-hero-shape {
  right: 0;
  bottom: 0;
}

.hrrd-hero-shape-top {
  top: 0;
  left: 0;
}

/*================================================
14. Hrdd Featured area CSS
=================================================*/
.featured-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
          box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 24px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.featured-box:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.featured-box:hover .featured-content h2 {
  color: #1a1a1a;
}

.featured-box .featured-content {
  padding-left: 23px;
}

.featured-box .featured-content h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #3B3B3B;
  margin-bottom: 13px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.featured-area .featured-shape {
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes zm {
  0% {
    -webkit-transform: scale(0.95) translateX(-50%);
            transform: scale(0.95) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}

@keyframes zm {
  0% {
    -webkit-transform: scale(0.95) translateX(-50%);
            transform: scale(0.95) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}

/*================================================
15. Hrrd Everything area CSS
=================================================*/
.everything-info {
  margin: 34px 0 49px;
}

.everything-info ul li {
  height: 70px;
  background: #FFF3EF;
  border-radius: 4px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px 0 54px;
  color: #3B3B3B;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.everything-info ul li:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.everything-info ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #FF7342;
  top: 50%;
  left: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.everything-info ul li:last-child {
  margin-bottom: 0;
}

.everything-info ul li i {
  color: #230B34;
}

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

.income-cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 29.7349px 68.2154px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 29.7349px 68.2154px rgba(0, 0, 0, 0.05);
  border-radius: 20.0099px;
  padding: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: up-dn-cart-income 3s linear infinite;
          animation: up-dn-cart-income 3s linear infinite;
}

.income-cart p {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 14px;
}

.income-cart .income-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 19px;
}

.income-cart .income-price-wrap .income-main-price h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  margin-right: 35px;
}

.income-cart .income-price-wrap .income-percent span {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 12px;
  color: #1ECAAB;
}

.income-cart .income-price-wrap .income-percent span i {
  font-size: 10px;
  margin-right: 5px;
}

.like-cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 26.6471px 61.1317px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 26.6471px 61.1317px rgba(0, 0, 0, 0.05);
  border-radius: 17.932px;
  display: inline-block;
  padding: 53px;
  position: absolute;
  bottom: 41%;
  left: 0;
  -webkit-animation: up-dn-cart-like 2s alternate linear infinite;
          animation: up-dn-cart-like 2s alternate linear infinite;
}

.like-cart .like-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.like-cart .like-cart-box .like-cart-icon i {
  background: rgba(20, 102, 217, 0.1);
  mix-blend-mode: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1565D8;
  font-size: 31px;
  border-radius: 50%;
  height: 107.59px;
  width: 107.59px;
}

.like-cart .like-cart-box .like-cart-content {
  padding-left: 33px;
}

.like-cart .like-cart-box .like-cart-content h4 {
  font-family: "Circular Std black";
  font-style: normal;
  font-weight: bold;
  font-size: 37.6195px;
  letter-spacing: 0.313496px;
  color: #333333;
}

.like-cart .like-cart-box .like-cart-content h6 {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 28.2146px;
  color: #5A7184;
  margin-top: 19px;
}

.time-cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 21.1129px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 21.1129px 50px rgba(0, 0, 0, 0.1);
  border-radius: 14.9032px;
  padding: 30px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: up-dn-cart-time 2.5s alternate linear infinite;
          animation: up-dn-cart-time 2.5s alternate linear infinite;
}

.time-cart .time-cart-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.time-cart .time-cart-img-list img {
  margin-right: 15px;
}

.time-cart .time-cart-img-list img:last-child {
  margin-right: 0;
}

.time-cart .time-cart-content h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 24.8387px;
  letter-spacing: 0.248387px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.time-cart .time-cart-content p {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 17.3871px;
  color: #5A7184;
  margin-bottom: 18px;
}

.time-cart .time-cart-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time-cart .time-cart-btn-wrap .time-cart-btn {
  background: #6A99FF;
  border-radius: 9.93548px;
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 17.3871px;
  color: #FFFFFF;
  padding: 15px 24px;
}

.time-cart .time-cart-btn-wrap .time-cart-btn.time-cart-btn-2 {
  background: rgba(106, 153, 255, 0.1);
  color: #6A99FF;
  margin-left: 19px;
}

.everything-area .everything-left {
  top: 0;
  left: 0;
}

@-webkit-keyframes up-dn-cart-time {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes up-dn-cart-time {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes up-dn-cart-like {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes up-dn-cart-like {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes up-dn-cart-income {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes up-dn-cart-income {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*================================================
16. Collaborate area CSS
=================================================*/
.collaborate-area .collaborate-right {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.collaborate-info > p {
  margin-top: 27px;
  margin-bottom: 28px;
}

.collaborate-info .collaborate-info-list {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.collaborate-info .collaborate-info-list:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.collaborate-info .collaborate-info-list:hover p i {
  color: #3B3B3B;
}

.collaborate-info .collaborate-info-list p {
  font-weight: 500;
  font-size: 18px;
  color: #3B3B3B;
  margin-bottom: 24px;
}

.collaborate-info .collaborate-info-list p i {
  color: #FF7342;
  background: rgba(255, 115, 66, 0.2);
  mix-blend-mode: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  font-size: 13px;
  margin-right: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.hrrd-collaborate-btn-wrap {
  margin-top: 28px;
}

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

.engagement-cart {
  position: absolute;
  left: 0;
  top: 136px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
  border-radius: 12.7032px;
  overflow: hidden;
  width: 212px;
  height: 171px;
  -webkit-animation: up-dn-cart-time 2s alternate linear infinite;
          animation: up-dn-cart-time 2s alternate linear infinite;
}

.testimonial-cart {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
  border-radius: 12.7032px;
  padding: 50px 40px 40px;
  display: inline-block;
  -webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
          animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-cart i {
  position: absolute;
  color: #ECECEC;
  font-size: 33px;
  right: 40px;
  top: 50px;
}

.testimonial-cart .testimonial-cart-people h3 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.211719px;
}

.testimonial-cart .testimonial-cart-people h6 {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 12px;
  color: #5A7184;
  margin-top: 6px;
  margin-bottom: 24px;
}

@-webkit-keyframes up-dn-cart-testimonial {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes up-dn-cart-testimonial {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*================================================
17. Apps area CSS
=================================================*/
.apps-area {
  background: #F9F9F9;
}

.apps-area .hrrd-app-shape {
  left: 100px;
  top: 20%;
  -webkit-animation: rot-1 7.5s linear infinite;
          animation: rot-1 7.5s linear infinite;
}

@-webkit-keyframes rot-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rot-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.apps-box {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
          box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  border-radius: 20px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-bottom: 24px;
}

.apps-box:hover {
  background: #FF7342;
  -webkit-box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
          box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.apps-box:hover img {
  -webkit-filter: brightness(50%) hue-rotate(45deg);
          filter: brightness(50%) hue-rotate(45deg);
}

.apps-box img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/*================================================
18. Hrrd Pricing area CSS
=================================================*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF7342;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow, 0.6s -webkit-box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-btn {
  margin-top: 35px;
  margin-bottom: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toggle-btn input:checked + .slider {
  background-color: #37E0F5;
}

.toggle-btn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

.toggle-btn span {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

.toggle-btn input, .toggle-btn label {
  display: inline-block;
  vertical-align: middle;
}

.pricing-area {
  background: #F9F9F9;
}

.price-content-box {
  border-radius: 15px;
  padding: 50px;
  margin-bottom: 24px;
}

.price-content-box:hover .price-top-content h2 {
  color: #ffc233;
}

.price-content-box.design-2 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 54px 50px rgba(67, 67, 68, 0.0705882);
          box-shadow: 0px 54px 50px rgba(67, 67, 68, 0.0705882);
}

.price-content-box.design-2:hover .price-top-content h2 {
  color: #ff4f0f;
}

.price-content-box .price-top-content {
  position: relative;
  padding-bottom: 9px;
}

.price-content-box .price-top-content::before {
  position: absolute;
  left: 0;
  width: 90%;
  height: 1.56px;
  bottom: 0;
  background: #F5F6FA;
  content: "";
}

.price-content-box .price-top-content h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 24px;
  color: #3B3B3B;
  margin-bottom: 11px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.price-content-box .price-top-content h1 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 48px;
  color: #3B3B3B;
}

.price-content-box .price-top-content h1 span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding-left: 2px;
}

.price-content-box .price-list {
  margin: 30px 0 47px;
}

.price-content-box .price-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
  margin-bottom: 28px;
}

.price-content-box .price-list ul li:last-child {
  margin-bottom: 0;
}

.price-content-box .price-list ul li i {
  width: 26px;
  height: 26px;
  background: rgba(255, 115, 66, 0.1);
  color: #FF7342;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-right: 13px;
}

.price-content-box .pricing-btn-wrap .pricing-btn {
  background: #FFD167;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 19px 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.price-content-box .pricing-btn-wrap .pricing-btn:hover {
  background: #ffc233;
}

.price-content-box .pricing-btn-wrap .pricing-btn.style-2 {
  background: #FF7342;
}

.price-content-box .pricing-btn-wrap .pricing-btn.style-2:hover {
  background: #ff4f0f;
}

.text1 {
  display: none;
}

.pricing-shape {
  right: 100px;
  top: 10%;
  -webkit-animation: rot-2 5s alternate linear infinite;
          animation: rot-2 5s alternate linear infinite;
}

@-webkit-keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg) scale(0.3);
            transform: rotate(0deg) scale(0.3);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg) scale(0.3);
            transform: rotate(0deg) scale(0.3);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

/*================================================
19. Hrrd Testimonial area CSS
=================================================*/
.testimonial-hrrd .testimonial-content-slide-box h2 {
  font-family: "Circular Std black";
  font-style: normal;
  color: #3B3B3B;
}

.testimonial-hrrd .testimonial-content-slide-box p {
  color: #5A7184;
}

.testimonial-hrrd .testimonial-img-slide-box i {
  color: #3B3B3B;
  left: 10%;
  bottom: 0;
}

.testimonial-hrrd .testimonial-content-slide-wrap .tst:hover {
  color: #FF7342;
}

.hrrd-testimonial-shape {
  left: 0;
  top: 30%;
  -webkit-animation: up-dn 2s alternate linear infinite;
          animation: up-dn 2s alternate linear infinite;
}

/*================================================
20. Hrrd Subscribe area CSS
=================================================*/
.hrrd-subscribe-wrap {
  background: #669FF6;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 10px;
  padding: 100px 10px;
}

.hrrd-subscribe-wrap .hrrd-subscribe-title p {
  color: #fff;
  margin: 30px 0 52px;
}

.hrrd-subscribe-wrap form {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.hrrd-subscribe-wrap form input {
  background: #fff;
  width: 100%;
  padding: 37px 205px 37px 40px;
  border: none;
}

.hrrd-subscribe-wrap form button {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}

.hrrd-subscribe-area .hrrd-subscribe-shape {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*================================================
21. Hrrd Footer area CSS
=================================================*/
.hrrd-footer-area .single-widget .footer-title h3 {
  font-family: "Circular Std black";
  font-style: normal;
  color: #3B3B3B;
}

.hrrd-footer-area .single-widget .contact-info ul li {
  color: #3B3B3B;
}

.hrrd-footer-area .single-widget .footer-social ul li i {
  background: rgba(255, 115, 66, 0.1);
  color: rgba(255, 115, 66, 0.6);
}

.hrrd-footer-area .single-widget .footer-social ul li i:hover {
  background: rgba(255, 115, 66, 0.4);
  color: rgba(255, 115, 66, 0.9);
}

.hrrd-footer-shape {
  right: 0;
  bottom: 50%;
}

/*================================================
22. Tripp Menu area CSS
=================================================*/
.trip-menu .main-nav {
  float: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trip-menu .main-nav > ul > li:hover > a {
  color: #221314;
}

.trip-menu .main-nav > ul > li:hover > a::before {
  width: 100%;
}

.trip-menu .main-nav > ul > li > a {
  color: #A8A8A8;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.trip-menu .main-nav > ul > li > a::before {
  position: absolute;
  left: 0;
  top: 100%;
  height: 5px;
  width: 0;
  content: "";
  z-index: -1;
  background-image: url(../images/shape/trip-menu-shape.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.trip-menu .main-nav > ul > li > a.active {
  color: #221314;
}

.trip-menu .main-nav > ul > li > a.active::before {
  width: 100%;
}

.trip-menu .main-nav > ul > li.has-child-menu:after {
  top: 40px;
}

.trip-menu .menu-btn-wrap a {
  margin-right: 16px;
}

.trip-menu .menu-btn-wrap a:last-child {
  margin-right: 0;
}

/*================================================
23. Trip Services area CSS
=================================================*/
.trip-service-btn a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FE5B3E;
}

.trip-service-btn a i {
  margin-left: 10px;
  font-size: 16px;
}

.trip-service-box {
  background: #FFFFFF;
  border: 1px solid #F0EDED;
  border-radius: 20px;
  padding: 50px 10px;
  margin-bottom: 24px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.trip-service-box:hover {
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
          box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  border: 1px solid transparent;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.trip-service-box .trip-service-content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2px;
  color: #221314;
  margin-top: 29px;
  margin-bottom: 15px;
}

.trip-service-box .trip-service-content p {
  line-height: 1;
}

.trip-service-text {
  top: 0;
  right: 130px;
}

/*================================================
24. Destination area CSS
=================================================*/
.destination-area {
  background: #FEF9F3;
}

.destination-text {
  right: 80px;
  top: 0px;
}

.destination-right-wrap {
  padding-right: 236px;
}

.destination-content p {
  font-size: 18px;
  line-height: 40px;
  color: #625858;
  margin: 28px 0 49px;
}

.destination-content .destination-btn-wrap a i {
  margin-left: 13px;
}

.single-destination-slide-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.single-destination-slide-box:hover img {
  -webkit-filter: brightness(100%) hue-rotate(45deg);
          filter: brightness(100%) hue-rotate(45deg);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.single-destination-slide-box img {
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: filter;
}

.single-destination-slide-box .destination-slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 100%;
  padding: 0 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-destination-slide-box .destination-slide-info .destination-slide-content h3 {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.single-destination-slide-box .destination-slide-info .destination-slide-content p {
  font-size: 18px;
  color: #EAEAEA;
  margin-top: 5px;
}

.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
}

.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 i {
  margin-left: 5px;
  font-size: 15px;
}

.destination-slide-wrap .tst {
  position: absolute;
  color: #FEAA99;
  cursor: pointer;
  font-size: 35px;
  top: 100%;
  left: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.destination-slide-wrap .tst:hover {
  color: #FE5B3E;
}

.destination-slide-wrap .tst.tst-2 {
  margin-left: 50px;
}

.destination-slide-wrap .slick-slide {
  margin: 0 10px;
  padding: 15px 0 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.destination-slide-wrap .slick-list {
  margin: 0 -10px;
}

.destination-slide-wrap .slick-slide.slick-current.slick-active {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

/*================================================
25. Trip Testimonial area CSS
=================================================*/
.trip-testimonial .testimonial-content-slide-wrap .tst {
  color: #fff;
  font-size: 14px;
  height: 36px;
  width: 36px;
  background: #FE5B3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -74px;
}

.trip-testimonial .testimonial-content-slide-wrap .tst:hover {
  background: #FFAD9F;
}

.trip-testimonial .testimonial-content-slide-box h2 {
  margin-top: 30px;
}

.reviews-text {
  top: 0;
  right: 100px;
  color: #F8F8F8;
}

/*================================================
26. Trip Map area CSS
=================================================*/
.trip-map-wrap {
  position: relative;
}

.trip-map-wrap .trip-map-country {
  position: absolute;
}

.trip-map-wrap .trip-map-country img {
  -webkit-animation: sc-zoom 1s alternate linear infinite;
          animation: sc-zoom 1s alternate linear infinite;
  z-index: 1;
}

.trip-map-wrap .trip-map-country.country-1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 200px;
}

.trip-map-wrap .trip-map-country.country-2 {
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.trip-map-wrap .trip-map-country.country-3 {
  bottom: 9%;
  right: 10%;
}

.trip-map-wrap .trip-map-country .trip-map-country-content h2 {
  font-weight: 600;
  font-size: 24px;
  color: #221314;
  margin: 10px 0 10px;
}

.trip-map-wrap .trip-map-country .trip-map-country-content p {
  font-size: 18px;
  line-height: 1;
}

.places-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
  color: #F8F8F8;
}

.trip-map-area {
  position: relative;
}

.trip-map-shape {
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

@-webkit-keyframes sc-zoom {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sc-zoom {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*================================================
27. Ag hero style start
=================================================*/
.ag-hero-style {
  overflow-x: hidden;
  background: #ECF7FB;
  position: relative;
  z-index: 1;
  padding-top: 106px;
}

.ag-hero-style .ag-hero-random-shapes .shape-one {
  position: absolute;
  top: 70%;
  left: 0;
  z-index: -1;
}

.ag-hero-style .ag-hero-random-shapes .shape-two {
  position: absolute;
  right: 7%;
  top: 7%;
  z-index: -1;
}

.ag-hero-style .ag-hero-content {
  max-width: 482px;
  padding-top: 180px;
  padding-bottom: 163px;
}

.ag-hero-style .ag-hero-content .ag-hero-title {
  font-size: 80px;
  line-height: 90px;
  color: #183B56;
  font-family: "Circular Std black";
  padding-bottom: 22px;
}

.ag-hero-style .ag-hero-content p {
  font-size: 20px;
  line-height: 40px;
  color: #5A7184;
  font-family: "Circular Std regular";
}

.ag-hero-style .ag-hero-content .ag-hero-btn {
  margin-top: 48px;
}

.ag-hero-style .ag-hero-figure {
  position: relative;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  margin-top: 32px;
}

.ag-hero-style .ag-hero-figure .project-label {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  top: 45%;
  right: 0;
  padding: 21px 22px;
  padding-right: 27px;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  z-index: -1;
}

.ag-hero-style .ag-hero-figure .project-label span {
  font-family: "Circular Std regular";
  font-size: 17.516px;
  color: #5A7184;
}

.ag-hero-style .ag-hero-figure .project-label h5 {
  font-family: "Circular Std bold";
  font-size: 22.5206px;
  color: #183B56;
  padding-top: 3px;
}

.ag-hero-style .ag-hero-figure .project-label .label-shape {
  position: absolute;
  right: 7px;
  bottom: 7px;
}

.ag-hero-style .ag-hero-figure .review-label {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 23px 25px;
  padding-bottom: 20px;
  left: 0;
  top: 23%;
  z-index: -1;
  -webkit-animation: slide-top 3.5s cubic-bezier(0.15, 0.46, 0.45, 0.94) infinite alternate;
          animation: slide-top 3.5s cubic-bezier(0.15, 0.46, 0.45, 0.94) infinite alternate;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.ag-hero-style .ag-hero-figure .review-label .label-header {
  gap: 10px;
}

.ag-hero-style .ag-hero-figure .review-label h5 {
  font-family: "Circular Std medium";
  font-size: 16px;
  color: #5A7184;
  padding-top: 8px;
}

/*================================================
Ag hero style end
=================================================*/
/*================================================
28. ag client logo style start
=================================================*/
.ag-client-logo-style {
  margin-top: 120px;
}

.ag-client-logo-style .ag-client-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

/*================================================
ag client logo style end
=================================================*/
/*================================================
29. ag service style start
=================================================*/
.ag-service-style {
  margin-top: 110px;
}

.ag-service-style .ag-section-title {
  padding-bottom: 60px;
}

.ag-service-card {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.08);
          box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.08);
  border-radius: 16.8383px;
  padding: 30px 30px;
  padding-bottom: 50px;
}

.ag-service-card:hover .service-icon {
  background: rgba(82, 211, 253, 0.3);
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}

.ag-service-card:hover .service-icon.bg-v2 {
  background: rgba(253, 123, 39, 0.3);
}

.ag-service-card:hover .service-icon.bg-v3 {
  background: rgba(23, 194, 152, 0.3);
}

.ag-service-card .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  background: rgba(82, 211, 253, 0.1);
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-service-card .service-icon.bg-v2 {
  background: rgba(253, 123, 39, 0.1);
}

.ag-service-card .service-icon.bg-v3 {
  background: rgba(23, 194, 152, 0.1);
}

.ag-service-card .service-info .service-title {
  font-family: "Circular Std black";
  font-size: 24px;
  color: #183B56;
  padding-top: 37px;
}

.ag-service-card .service-info p {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 18px;
  line-height: 36px;
  color: #5A7184;
  padding-top: 16px;
}

/*================================================
ag service style end
=================================================*/
/*================================================
30. ag blog style start
=================================================*/
.ag-blog-style {
  margin-top: 110px;
}

.ag-blog-style .ag-section-title {
  padding-bottom: 60px;
}

.ag-blog-card {
  background: #F8FCFD;
  border-radius: 16.8383px;
  padding: 30px 30px;
  padding-bottom: 22px;
}

.ag-blog-card:hover .blog-thumb img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.ag-blog-card .blog-thumb {
  overflow: hidden;
  border-radius: 8px;
}

.ag-blog-card .blog-thumb img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-blog-card .blog-disc .blog-meta {
  margin-top: 25px;
}

.ag-blog-card .blog-disc .blog-meta a {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 18px;
  color: #5A7184;
  display: inline-block;
}

.ag-blog-card .blog-disc .blog-title {
  font-family: "Circular Std black";
  font-size: 24px;
  line-height: 34px;
  color: #183B56;
  padding-top: 10px;
}

.ag-blog-card .blog-disc .blog-btn {
  margin-top: 20px;
}

.ag-blog-card .blog-disc .blog-btn a {
  display: inline-block;
  font-family: "Circular Std bold";
  font-size: 16px;
  color: #404C99;
}

.ag-blog-card .blog-disc .blog-btn a:hover i {
  margin-left: 12px;
}

.ag-blog-card .blog-disc .blog-btn a i {
  margin-left: 8px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.ag-blog-card .blog-disc .blog-btn a i::before {
  vertical-align: middle;
}

/*================================================
ag blog style end
=================================================*/
/*================================================
31. ag working process style start
=================================================*/
.ag-working-process {
  /*margin-top: 120px;
  padding-top: 165px;*/
  padding-bottom: 70px;
/*  padding-bottom: 180px;*/
  background: #F2F3F7;
  overflow-x: hidden;
}
.cus-ag-working-process{
  background: #0a528e !important;
}
.ag-working-process .ag-process-disc p {
  font-family: "Circular Std regular";
/*  font-size: 16px;*/
  font-size: 18px;
  line-height: 28px;
/*  color: #ffffff;*/
  color: #5A7184;
  padding-top: 5px;
  text-align: justify;
}

.cus-ag-working-process .cus-ag-process-disc p {
  font-family: "Circular Std regular";
/*  font-size: 16px;*/
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
/*  color: #5A7184;*/
  padding-top: 5px;
/*  text-align: justify;*/
  text-align: center;
}

.ag-working-process .ag-process-disc .process-btn {
  margin-top: 48px;
}

.ag-working-process .ag-process-features-image {
  z-index: 2;
}

.ag-working-process .ag-process-features-image .client-group {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 17.4545px 29.0908px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 17.4545px 29.0908px rgba(0, 0, 0, 0.06);
  border-radius: 11.6363px;
  padding: 34px 34px;
  bottom: -60px;
  right: -60px;
}

.ag-working-process .ag-process-features-image .client-group.client-group2 {
  padding: 0;
}

.ag-working-process .ag-process-features-image .client-group h6 {
  font-family: "Circular Std medium";
  font-size: 18.6181px;
  color: #5A7184;
  padding-bottom: 14px;
  text-align: start;
}

.ag-working-process .ag-process-features-image .client-group img {
  max-width: 265px;
}

.ag-working-process .ag-process-features-image .process-animi-shape {
  bottom: -30px;
  left: -30px;
  z-index: -1;
  -webkit-animation: slide-top 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
          animation: slide-top 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.ag-working-process .features-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-120px, -60px);
          transform: translate(-120px, -60px);
}

.ag-working-process .features-img-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(98px, -60px);
          transform: translate(98px, -60px);
}

.process-row-gap {
  margin-top: 70px;
/*  margin-top: 160px;*/
}

/*================================================
ag working process style end
=================================================*/
/*================================================
32. ag testimonial style start
=================================================*/
/*.ag-testimonial-style {
  margin-top: 83px;
}*/

.ag-testimonial-card {
  max-width: 685px;
  text-align: center;
  padding: 260px 0;
}

.ag-testimonial-card .testiminial-texts {
  font-family: "Circular Std bold";
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #183B56;
}

.ag-testimonial-card .reviewer-name {
  font-family: "Circular Std bold";
  font-size: 18px;
  color: #0BC0EB;
  padding-top: 35px;
  padding-bottom: 12px;
}

.ag-testimonial-card span {
  font-family: "Circular Std regular";
  font-size: 18px;
  color: #5A7184;
}

.ag-testimonial-background {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.ag-testimonial-background img {
  width: 100%;
}

/*================================================
ag testimonial style end
=================================================*/
/*================================================
33. ag newslatter style start
=================================================*/
.ag-newslatter-style {
  margin-top: 79px;
}

.ag-newslatter-style .ag-newslatter-wrap {
  background: url(../images/agency/backgrounds/newslatter-bg.png) no-repeat center;
  border-radius: 60px;
  padding: 100px 0;
  padding-top: 92px;
}

.ag-newslatter-style .ag-newslatter-wrap h2 {
  padding-bottom: 36px;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input {
  background: #FFFFFF;
  border-radius: 20px;
  height: 100px;
  width: 100%;
  border: none;
  padding: 20px 40px;
  padding-right: 180px;
  font-family: "Circular Std bold";
  font-size: 18px;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input::-webkit-input-placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input:-ms-input-placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input::-ms-input-placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input::placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: none;
  background: #404C99;
  padding: 10px 39px;
  border-radius: 15px;
  font-family: "Circular Std bold";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button img {
  -webkit-transition: inherit;
  transition: inherit;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
          box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
  color: #fff;
  background: #232953;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button:hover img {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}

/*================================================
ag newslatter style end
=================================================*/
/*================================================
34. ag footer style start
=================================================*/
.ag-footer-style {
  padding-top: 120px;
  padding-bottom: 100px;
}

.ag-footer-style .copyright-texts p {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #5A7184;
}

.ag-footer-style .footer-about .f-about-texts {
  font-family: "Circular Std regular";
  font-size: 16px;
  line-height: 36px;
  color: #5A7184;
  padding-top: 14px;
}

.ag-footer-style .footer-about .footer-social-links {
  margin-top: 34px;
}

.ag-footer-style .footer-about .footer-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 40px;
  background: #E8EBEE;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-footer-style .footer-about .footer-social-links li a:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0.8rem -0.75rem rgba(22, 28, 45, 0.1) !important;
          box-shadow: 0 1rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0.8rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  color: rgba(24, 59, 86, 0.8);
  background: #cad1d8;
}

.ag-footer-style .footer-about .footer-social-links li a i {
  color: rgba(24, 59, 86, 0.6);
  font-size: 16px;
}

.ag-footer-style .footer-widget .footer-widget-title {
  font-family: "Circular Std black";
  font-size: 22px;
  color: #183B56;
  text-transform: capitalize;
  padding-bottom: 12px;
}

.ag-footer-style .footer-widget .footer-contact-links li {
  padding-top: 17px;
  font-family: "Circular Std regular";
  font-size: 16px;
  color: #5A7184;
}

.ag-footer-style .footer-widget .footer-contact-links li span {
  color: #183B56;
}

.ag-footer-style .footer-widget .footer-links li a {
  display: inline-block;
  font-family: "Circular Std regular";
  font-size: 16px;
  color: #5A7184;
  padding-top: 17px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.ag-footer-style .footer-widget .footer-links li a:hover {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
  color: #183B56;
}

/*================================================
ag footer style end
=================================================*/
/*================================================
35. edu hero style start
=================================================*/
.edu-hero-style {
  background: linear-gradient(90.63deg, #FFFBF4 21.32%, #F7FCF9 132.04%);
  overflow-x: hidden;
  padding-top: 120px;
}

.edu-hero-style .edu-hero-content .edu-hero-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  color: #111116;
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px;
}

.edu-hero-style .edu-hero-content p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #6F6F76;
  padding-bottom: 46px;
}

.edu-hero-style .ag-hero-figure {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  position: relative;
}

.edu-hero-style .ag-hero-figure .florting-mail-label {
  position: absolute;
  top: 17%;
  left: 0;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 18px 26px;
  padding-top: 26px;
  -webkit-animation: slide-top 3.5s ease infinite alternate;
          animation: slide-top 3.5s ease infinite alternate;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.edu-hero-style .ag-hero-figure .florting-mail-label .icon {
  width: 48px;
  height: 48px;
  background: #6B47FC;
  border-radius: 50%;
  -webkit-box-shadow: 2px 8px 20px rgba(107, 71, 252, 0.5);
          box-shadow: 2px 8px 20px rgba(107, 71, 252, 0.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.edu-hero-style .ag-hero-figure .florting-mail-label .icon i {
  color: #fff;
}

.edu-hero-style .ag-hero-figure .florting-mail-label h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #111116;
  font-family: "Poppins", sans-serif;
  padding-top: 8px;
  padding-bottom: 2px;
}

.edu-hero-style .ag-hero-figure .florting-mail-label p {
  font-size: 16px;
  color: #6F6F76;
  font-family: "Rubik", sans-serif;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two {
  position: absolute;
  top: 15%;
  right: 0;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 36px 22px;
  padding-bottom: 30px;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two .icon {
  width: 48px;
  height: 48px;
  background: #51C8FF;
  -webkit-box-shadow: 2px 8px 20px rgba(81, 200, 255, 0.5);
          box-shadow: 2px 8px 20px rgba(81, 200, 255, 0.5);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two .icon i {
  color: #fff;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #111116;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two p {
  font-size: 16px;
  color: #6F6F76;
  font-family: "Rubik", sans-serif;
  padding-top: 3px;
  padding-bottom: 16px;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two img {
  max-width: 154px;
}

/*================================================
edu hero style end
=================================================*/
/*================================================
36. edu client logo style start
=================================================*/
.edu-client-logo-style {
  margin-top: 105px;
}

.edu-client-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.edu-client-logo-row .edu-client-logobox {
  background: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  width: 210px;
  min-height: 97px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edu-client-logo-row .edu-client-logobox img {
  max-width: 100%;
}

.edu-client-logo-row .edu-client-logobox:hover {
  -webkit-box-shadow: 5px 30px 60px rgba(85, 85, 85, 0.1);
          box-shadow: 5px 30px 60px rgba(85, 85, 85, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}

/*================================================
edu client logo style end
=================================================*/
/*================================================
37. edu department style start
=================================================*/
.edu-department-style {
  background: #FFFBF4;
  /*padding-top: 105px;
  padding-bottom: 120px;*/
  padding-top: 42px;
  padding-bottom: 42px;
  margin-top: 0px;
/*  margin-top: 120px;*/
  z-index: 1;
}

.edu-department-single {
  background: #4169e1;
/*  background: #ffe4e4;*/
/*  background: #FFFFFF;*/
  -webkit-box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
          box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
  border-radius: 20px;
  padding: 24px 30px;
}

.edu-department-single:hover .edu-department-thumb img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
}

.edu-department-single .edu-department-thumb {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.edu-department-single .edu-department-thumb img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edu-department-single .edu-department-disc .department-title {
  font-family: "Poppins", sans-serif;
  /*font-weight: 700;
  font-size: 24px;*/
  font-weight: 400;
  font-size: 36px;
  color: #ffffff;
/*  color: #3B3B3B;*/
  padding-top: 25px;
}


.edu-department-single .edu-department-disc .department-title a {
  color: inherit;
}

.edu-department-single .edu-department-disc p {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  color: #6F6F76;
  padding-top: 15px;
}

.edu-department-single .edu-department-disc .d-btn {
  margin-top: 22px;
}

.edu-department-single .edu-department-disc .d-btn a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  /*font-weight: 500;
  font-size: 16px;*/
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
/*  color: #FFA502;*/
  display: inline-block;
}

.edu-department-single .edu-department-disc .d-btn a:hover {
  color: #ffa502;
}

.edu-department-single .edu-department-disc .d-btn a:hover i {
  margin-left: 11px;
}

.edu-department-single .edu-department-disc .d-btn a i {
  margin-left: 8px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.edu-department-single .edu-department-disc .d-btn a i::before {
  vertical-align: middle;
}

/*================================================
edu department style end
=================================================*/
/*================================================
38. edu instructor style start
=================================================*/
.edu-instructor-style {
  margin-top: 105px;
}

.edu-instructor-single:hover .instructor-image {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}

.edu-instructor-single:hover .instructor-image::before {
  -webkit-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
  -webkit-transform-origin: -50% 50%;
          transform-origin: -50% 50%;
  opacity: 1;
}

.edu-instructor-single .instructor-image {
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.edu-instructor-single .instructor-image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
  width: 100%;
  background: rgba(255, 166, 0, 0.1);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: -1;
  opacity: 0;
}

.edu-instructor-single .instructor-info {
  text-align: center;
}

.edu-instructor-single .instructor-info h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #3B3B3B;
  padding-top: 32px;
  padding-bottom: 8px;
}

.edu-instructor-single .instructor-info h4 a {
  color: inherit;
}

.edu-instructor-single .instructor-info span {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #6F6F76;
}

.edu-instructor-single .instructor-info .instructor-social-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
  gap: 15px;
}

.edu-instructor-single .instructor-info .instructor-social-links li a {
  color: #3B3B3B;
}

/*================================================
edu instructor style end
=================================================*/
/*================================================
39. edu success style start
=================================================*/
.edu-success-style {
  margin-top: 76px;
}

.edu-success-style .success-play-btn {
  position: absolute;
  right: 17px;
  bottom: 27%;
}

.success-student-image .vactor-shape1 {
  bottom: 70px;
  left: -60px;
}

.edu-success-contents p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #6F6F76;
  padding-top: 30px;
}

.edu-success-contents .success-btn {
  padding-top: 48px;
}

.success-play-btn {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
          box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.success-play-btn::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-animation: bloming 3s infinite alternate;
          animation: bloming 3s infinite alternate;
  z-index: -1;
}

@-webkit-keyframes bloming {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes bloming {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

.success-play-btn::after {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-animation: bloming2 3s infinite;
          animation: bloming2 3s infinite;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

@-webkit-keyframes bloming2 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes bloming2 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

.success-play-btn i {
  font-size: 32px;
  color: #000000;
}

/*================================================
edu success style end
=================================================*/
/*================================================
40. edu testimonial style start
=================================================*/
.edu-testimonial-right p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #6F6F76;
  padding-top: 28px;
}

.edu-testimonial-style {
  margin-top: 110px;
}

.edu-testimonial-card {
  background: #FFA502;
  border-radius: 18.169px;
  padding: 48px 48px;
  padding-bottom: 40px;
  border-radius: 18.169px;
  -webkit-box-shadow: -5px 10px 20px rgba(255, 165, 2, 0.02);
          box-shadow: -5px 10px 20px rgba(255, 165, 2, 0.02);
}

.edu-testimonial-card.floted-testmonial-card {
  max-width: 695.27px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background: #fff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
}

.edu-testimonial-card.floted-testmonial-card .testi-card-header .reviwer-info .reviewer-self h4, .edu-testimonial-card.floted-testmonial-card .testi-card-header .reviwer-info .reviewer-self span {
  color: #6F6F76;
}

.edu-testimonial-card.floted-testmonial-card .testi-card-body p {
  color: #6F6F76;
}

.edu-testimonial-card .testi-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.edu-testimonial-card .testi-card-header .reviewer-rating {
  gap: 10px;
}

.edu-testimonial-card .testi-card-header .reviewer-rating li i {
  color: #FFFFFF;
  font-size: 18px;
}

.edu-testimonial-card .testi-card-header .reviwer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.edu-testimonial-card .testi-card-header .reviwer-info .reviewer-avater {
  max-width: 87px;
}

.edu-testimonial-card .testi-card-header .reviwer-info .reviewer-self h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24.2254px;
  letter-spacing: 0.242254px;
  color: #FFFFFF;
}

.edu-testimonial-card .testi-card-header .reviwer-info .reviewer-self span {
  font-family: "Rubik", sans-serif;
  font-size: 19.3803px;
  color: #FFFFFF;
}

.edu-testimonial-card .testi-card-body p {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 48px;
  color: #FFFFFF;
  padding-top: 22px;
}

.edu-testimonial-silder {
  margin-left: auto;
  max-width: 695.27px;
}

.edu-testimonial-silder .owl-nav {
  position: absolute;
  right: 0;
  bottom: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.edu-testimonial-silder .owl-nav .owl-prev, .edu-testimonial-silder .owl-nav .owl-next {
  border: 2px solid #111116;
  color: #111116;
  height: 56px;
  width: 56px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edu-testimonial-silder .owl-nav .owl-prev:hover, .edu-testimonial-silder .owl-nav .owl-next:hover {
  background: #111116;
}

.edu-testimonial-silder .owl-nav .owl-prev:hover i, .edu-testimonial-silder .owl-nav .owl-next:hover i {
  color: #fff;
}

.edu-testimonial-silder .owl-nav .owl-prev i, .edu-testimonial-silder .owl-nav .owl-next i {
  font-size: 20px;
}

.edu-testimonial-carusol-wrap {
  padding-bottom: 155px;
}

@-webkit-keyframes edufadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 20px);
            transform: translate3d(-20px, 20px, 20px);
  }
}

@keyframes edufadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 20px);
            transform: translate3d(-20px, 20px, 20px);
  }
}

/*================================================
edu testimonial style end
=================================================*/
/*================================================
41. edu register style start
=================================================*/
.edu-register-style {
/*  margin-top: 90px;*/
/*  margin-top: 120px;*/
  position: relative;
  z-index: 1;
}

.edu-register-style .arrow-vactor {
  position: absolute;
  bottom: 55px;
  right: 0;
  max-width: 100px;
}

.edu-register-style .edu-register-flort-bg {
  position: absolute;
  z-index: -1;
/*  min-height: 250px;*/
  min-height: 450px;
  width: 100%;
  background: #2A2A31;
  bottom: 0;
}

.edu-register-style .register-section-title {
  padding-bottom: 62px;
  color: #09528e !important;
}

.edu-register-style .register-btn {
  padding-top: 90px;
}

/*================================================
edu register style end
=================================================*/
/*================================================
42. edu footer style start
=================================================*/
.edu-footer-style {
  background: #380b4e;
/*  background: #111116;*/
  padding-top: 90px;
}

.edu-footer-style .footer-copyright {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.edu-footer-style .footer-copyright p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #B2B2B2;
}

.edu-footer-style .edu-footer-about .f-about-texts {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
/*  color: #B2B2B2;*/
  padding-top: 5px;
}

.edu-footer-style .footer-social-links {
  margin-top: 45px;
}

.edu-footer-style .footer-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*width: 42px;
  height: 40px;*/
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  /*background: #29292e;
  border: 1px solid #29292e;*/
  background: #ffffff;
  border: 1px solid #ffffff;
}

.edu-footer-style .footer-social-links li a:hover {
  background: #18181b;
}

.edu-footer-style .footer-social-links li a:hover i {
  color: rgba(255, 255, 255, 0.8);
}

.edu-footer-style .footer-social-links li a i {
  color: #380b4e;
/*  color: rgba(255, 255, 255, 0.6);*/
  font-size: 14px;
}

.edu-footer-style .footer-widget .footer-widget-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #F2F2F2;
  padding-bottom: 8px;
}

.edu-footer-style .footer-widget .footer-contact-links li {
  padding-top: 17px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffa600;
/*  color: #B2B2B2;*/
}

.edu-footer-style .footer-widget .footer-contact-links li:hover {
  color: #ffffff;
}

.edu-footer-style .footer-widget .footer-contact-links li span {
  color: #fff;
}

.edu-footer-style .footer-widget .footer-links li a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #ffffff;
/*  color: #B3B3B3;*/
  display: inline-block;
  padding-top: 18px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.edu-footer-style .footer-widget .footer-links li a:hover {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
  color: #ffa600;
/*  color: #999999;*/
}

.edu-footer-main-wrap {
  padding-bottom: 50px;
}

.register-florting-image {
  right: 100px;
}

/*================================================
edu footer style end
=================================================*/
/* Edu Menu */
.eu-menu .main-nav {
/*  float: unset;*/
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.eu-menu .main-nav > ul > li:hover > a {
  color: #111116;
}

.eu-menu .main-nav > ul > li:hover > a::before {
  width: 25.42px;
}

.eu-menu .main-nav > ul > li > a {
  color: #111116;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.eu-menu .main-nav > ul > li > a::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -5px;
  width: 0;
  height: 1.38px;
  background: #FFBE48;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eu-menu .main-nav > ul > li > a.active {
  color: #111116;
}

.eu-menu .main-nav > ul > li > a.active::before {
  width: 25.42px;
}

.eu-menu .main-nav > ul > li.has-child-menu:after {
  top: 40px;
}

.eu-menu .menu-btn-wrap .edu-btn {
  background: #0a528e;
  -webkit-box-shadow: inset 0px -10px 20px #45aaff;
          box-shadow: inset 0px -10px 20px #45aaff;
  border-radius: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px 12px;
/*  padding: 12px 24px;*/
/*  padding: 19px 31px;*/
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.eu-menu .menu-btn-wrap .edu-btn:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  background: #e69500;
  -webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
          box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
}

/*================================================
43. tri hero style start
=================================================*/
.tri-hero-style {
  background: linear-gradient(94.53deg, rgba(252, 254, 255, 0.8) 25.16%, #FFFFFF 100.79%), url("../images/trip/trip-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 86px;
  padding-top: 132px;
}

.tri-hero-style .florting-shape-2 {
  top: 45%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.tri-hero-style .florting-shape-1 {
  bottom: 10%;
  right: 7%;
  -webkit-animation: tri-slide-x 3.5s ease infinite alternate;
          animation: tri-slide-x 3.5s ease infinite alternate;
}

@-webkit-keyframes tri-slide-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

.tri-hero-style .tri-hero-label {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.tri-hero-style .tri-hero-label img {
  -webkit-box-shadow: 0px 9.55079px 15.918px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 9.55079px 15.918px rgba(0, 0, 0, 0.06);
  -webkit-animation: tri-slide-top 3.5s ease infinite alternate;
          animation: tri-slide-top 3.5s ease infinite alternate;
}

@-webkit-keyframes tri-slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.tri-hero-style .tri-hero-figure-trans {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
}

.tri-hero-content .tri-hero-title {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 110px;
  color: #221314;
}

.tri-hero-content .tri-hero-title .underline-vactor {
  position: absolute;
  width: 100%;
  bottom: 12%;
  left: 0;
  z-index: -1;
}

.tri-hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #5A7184;
  font-family: "DM Sans", sans-serif;
  padding-top: 28px;
}

/*================================================
tri hero style end
=================================================*/
/*================================================
44. tri explore bar start
=================================================*/
.tri-explore-bar-row {
  background: #FFFFFF;
  -webkit-box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.1);
          box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.1);
  border-radius: 20px;
  padding: 28px 60px;
  padding-top: 36px;
  margin-top: -70px;
  position: relative;
  z-index: 10;
}

.tri-maulti-searchbar .filter-single {
  position: relative;
}

.tri-maulti-searchbar .filter-single:last-child::before {
  display: none;
}

.tri-maulti-searchbar .filter-single::before {
  position: absolute;
  content: "";
  height: 37px;
  width: 1px;
  background: #221314;
  opacity: 0.2;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tri-maulti-searchbar .filter-single.location-select {
  max-width: 132px;
}

.tri-maulti-searchbar .filter-single.date-input {
  max-width: 215px;
}

.tri-maulti-searchbar .filter-single input {
  height: 40px;
  width: 100%;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #221314;
  padding: 0;
  border: none;
}

.tri-maulti-searchbar .filter-single .nice-select:after {
  display: none;
}

.tri-maulti-searchbar .filter-single .nice-select {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #221314;
  padding: 0;
  border: none;
  height: 40px;
  line-height: 38px;
}

.tri-maulti-searchbar .filter-single h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #A8A8A8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tri-maulti-searchbar .filter-single h5 i {
  color: #FF8345;
  margin-left: 10px;
}

.tri-maulti-searchbar .filter-single h5 i::before {
  vertical-align: middle;
}

/*================================================
tri explore bar end
=================================================*/
/*================================================
45. tri package style start
=================================================*/
.package-text {
  top: 0;
  left: 100px;
  color: #FBFBFB;
}

.tri-package-card.tri-package-featured {
  margin-bottom: 40px;
}

.tri-package-card:hover .tri-package-thumb {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

.tri-package-card:hover .tri-package-thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.tri-package-card .tri-package-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tri-package-card .tri-package-thumb img {
  width: 172px;
/*  width: 100%;*/
  -webkit-transition: all .35s;
  transition: all .35s;
  border-radius: 20px;
}

.tri-package-card .tri-package-thumb .tri-package-price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  top: 36px;
  right: 40px;
}

.tri-package-card .tri-package-disc {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 23px;
}

.tri-package-card .tri-package-disc .package-info {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: flex;*/
  gap: 16px;
  justify-content: center;
}

.tri-package-card .tri-package-disc .package-info .location-icon i {
  font-size: 20px;
  color: #FE5B3E;
}

.tri-package-card .tri-package-disc .package-info .location h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #221314;
}

.tri-package-card .tri-package-disc .package-info .location h4 a {
  color: inherit;
}

.tri-package-card .tri-package-disc .package-info .location .package-duration {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #5A7184;
}

.tri-package-card .tri-package-disc .package-rating {
  gap: 5px;
  justify-content: flex-start;
}

.tri-package-card .tri-package-disc .package-rating li i {
  color: #FE5B3E;
}

/*================================================
tri package style end                  
=================================================*/
/*================================================
46. tri footer style start
=================================================*/
.tri-footer-style {
  background: linear-gradient(193.79deg, #FFFFFF 26.44%, rgba(255, 255, 255, 0.6) 91.68%), url("../images/trip/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 220px;
}

.tri-footer-main-wrap {
  padding-bottom: 60px;
}

.tri-footer-subscribe-wrap h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #221314;
  padding-bottom: 46px;
}

.tri-footer-subscribe-wrap .subscribe-form-input {
  max-width: 574px;
  position: relative;
}

.tri-footer-subscribe-wrap .subscribe-form-input input {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.25);
          box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.25);
  border-radius: 20px;
  padding: 20px;
  padding-left: 30px;
  border: none;
}

.tri-footer-subscribe-wrap .subscribe-form-input input::-webkit-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input input:-ms-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input input::-ms-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input .tri-submit-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

.footer-bottom-wrap {
  margin-top: 100px;
}

.footer-bottom-wrap .footer-bottom p {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #221314;
  margin-top: 18px;
}

.footer-bottom-wrap .footer-social-links {
  gap: 10px;
}

.footer-bottom-wrap .footer-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #E9EAEF;
  color: #221314;
  padding: 8px 13px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-bottom-wrap .footer-social-links li a:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  background: #d3d5df;
}

.newsletter-text {
  right: 0;
  bottom: 200px;
  color: #F0F0F1;
}

/*================================================
tri footer style end
=================================================*/
/* 
Agency Menu Css
*/
.agency-menu .main-nav {
  float: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.agency-menu .main-nav > ul > li:hover > a {
  color: #404C99;
}

.agency-menu .main-nav > ul > li > a {
  color: rgba(24, 59, 86, 0.8);
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "Circular Std regular";
}

.agency-menu .main-nav > ul > li > a.active {
  color: #404C99;
}

.agency-menu .main-nav > ul > li.has-child-menu:after {
  top: 40px;
}

.agency-menu .menu-btn-wrap .log-btn {
  border: 1px solid #183B56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  font-family: "Circular Std bold";
  font-style: normal;
  color: #183B56;
  padding: 19px 43px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.agency-menu .menu-btn-wrap .log-btn:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1);
          box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  color: #fff;
  background: #323b77;
}

/*================================================
 About Page Css
=================================================*/
.exceptionally-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exceptionally-wrap:hover img {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-filter: grayscale(0) blur(0px);
          filter: grayscale(0) blur(0px);
}

.exceptionally-wrap img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-filter: grayscale(30%) blur(0.4px);
          filter: grayscale(30%) blur(0.4px);
}

.exceptionally-wrap .exceptionally-content {
  padding-left: 60px;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child {
  margin-bottom: 37px;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child:last-child {
  margin-bottom: 0;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child h2 {
  font-family: "Circular Std bold";
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 14px;
}

.work-mixi .mix {
  display: none;
}

.work-link ul li {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: #5A7184;
  margin-right: 50px;
  cursor: pointer;
}

.work-link ul li.active {
  position: relative;
  color: #FF7342;
}

.work-link ul li.active::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #FF7342;
  content: "";
  height: 2px;
  width: 100%;
}

.work-link ul li:last-child {
  margin-right: 0;
}

.latest-work-area {
  background: #F0F0F0;
}

.latest-text {
  margin: 25px 0 33px;
  line-height: 32px;
}

.latest-work-img-wrap {
  -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.latest-work-img-wrap:hover .latest-work-hover-content {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.latest-work-img-wrap .latest-work-hover-content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 115, 66, 0.9)), to(rgba(255, 115, 66, 0.9)));
  background: linear-gradient(0deg, rgba(255, 115, 66, 0.9), rgba(255, 115, 66, 0.9));
  position: absolute;
  left: 0;
  top: 0;
  padding: 37px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.latest-work-img-wrap .latest-work-hover-content p {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.latest-work-img-wrap .latest-work-hover-content h2 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 17px 0 30px;
}

.latest-work-img-wrap .latest-work-hover-content a {
  font-weight: 700;
  color: #FFFFFF;
}

.latest-work-img-wrap .latest-work-hover-content a i {
  font-size: 11px;
}

.section-text {
  position: relative;
  padding-left: 10px;
}

.section-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 59px;
  background: #FF7342;
}

.single-about-team:hover .single-about-team-img img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-about-team:hover .single-about-team-content h3 {
  color: #FF7342;
}

.single-about-team .single-about-team-content h3 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 22px;
  color: #3B3B3B;
  margin: 36px 0 12px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.single-about-team .single-about-team-content p {
  line-height: 1;
}

.single-about-team .single-about-team-img {
  overflow: hidden;
  border-radius: 16px;
}

.single-about-team .single-about-team-img img {
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: filter;
}

.inner-slide-wrap .owl-dots {
  text-align: center;
  margin-top: 46px;
}

.inner-slide-wrap .owl-dots button {
  width: 16px;
  height: 16px;
  background: #EBE0E0;
  border: none;
  border-radius: 50%;
  margin-right: 16px;
}

.inner-slide-wrap .owl-dots button.active {
  background: #FF7342;
}

.inner-slide-wrap .owl-dots button:last-child {
  margin-right: 0;
}

.inner-slide-wrap .owl-item img {
  display: unset;
  width: unset;
}

.about-testimonial-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(rgba(249, 249, 249, 0)));
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
}

.single-client-testimonial {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #ededed8a;
}

.single-client-testimonial:hover .client-testimonial-img img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.single-client-testimonial:hover .client-testimonial-info h2 {
  color: #FF7342;
}

.single-client-testimonial .client-testimonial-img img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-client-testimonial .client-testimonial-info {
  padding-bottom: 24px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EFEFEF;
}

.single-client-testimonial .client-testimonial-info h2 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #3B3B3B;
  margin: 28px 0 4px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.single-client-testimonial .client-testimonial-info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #5A7184;
}

.single-client-testimonial .client-testimonial-rating ul {
  margin-bottom: 11px;
}

.single-client-testimonial .client-testimonial-rating ul li {
  display: inline-block;
  color: #FAB33F;
  font-size: 22px;
  margin-right: 5px;
}

.single-client-testimonial .client-testimonial-rating ul li:last-child {
  margin-right: 0;
}

/*================================================
 Service Page Css
=================================================*/
.solutions-btn-wrap .btn-hrrd-2 i {
  margin-right: 5px;
}

.solutions-area .collaborate-info > p {
  margin: 28px 0 57px;
}

.all-services-area {
  background: #F9F9F9;
}

.all-services-area .latest-text {
  margin: 25px 0 0px;
}

.all-services-box {
  background: #0a528e;
/*  background: #FFFFFF;*/
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 24px 30px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.all-services-box:hover {
  /*-webkit-box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
          box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);*/
  -webkit-box-shadow: 0 .5rem 1rem #fac9c9;
          box-shadow: 0 .5rem 1rem #fac9c9;        
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.all-services-box:hover .all-services-icon i {
  color: #FF7342;
}

.all-services-box .all-services-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.all-services-box .all-services-icon i {
  width: 70px;
  height: 70px;
  background: rgba(90, 113, 132, 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #697F90;
  font-size: 38px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.all-services-box .all-services-content h3 {
  margin: 26px 0 25px;
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  text-align: justify;
}

.all-services-box .all-services-content p {
  color: #ffffff;
/*  color: #5A7184;*/
  margin-bottom: 14px;
  line-height: 32px;
  text-align: justify;
}

.all-services-box .all-services-content a {
  color: #ffffff;
/*  color: #FF7342;*/
  font-weight: bold;
  font-size: 20px;
  /*border: solid 2px #002f57;
  border-radius: 10px;
  padding: 10px;*/
}
.all-services-content:hover a {
  color: #ff5757;
  /*border: solid 2px #fff;
  border-radius: 10px;
  padding: 10px;*/
}

.all-services-box .all-services-content a i {
  font-size: 19px;
}

.toggle-btn.pricing-plan-toggle {
  margin: 0;
}

.toggle-btn.pricing-plan-toggle span {
  font-weight: 500;
  font-size: 16px;
  color: #5A7184;
}

.toggle-btn.pricing-plan-toggle .slider {
  background-color: #E6EAED;
}

.toggle-btn.pricing-plan-toggle .slider:before {
  background-color: #669FF6;
}

.pricing-plan-wrap {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 32px 16px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.pricing-plan-wrap:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
          box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
  border-radius: 16px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.pricing-plan-wrap:hover .pricing-plan-info .pricing-plan-icon i {
  color: #FF7342;
}

.pricing-plan-wrap:hover .pricing-plan-btn-wrap a {
  background: #FF7342;
  color: #fff;
}

.pricing-plan-wrap .pricing-plan-info {
  border-bottom: 1px solid rgba(90, 113, 132, 0.25);
  padding-bottom: 16px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-icon {
  width: 104px;
  height: 104px;
  background: rgba(90, 113, 132, 0.05);
  border-radius: 8px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-icon i {
  color: #FFE194;
  font-size: 64px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare {
  padding-left: 24px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #5A7184;
  line-height: 1;
  margin-bottom: 15px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare h1 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  color: #333333;
}

.pricing-plan-wrap .pricing-plan-details ul {
  list-style: unset;
  padding-left: 16px;
  color: #333333;
  margin: 20px 0 29px;
}

.pricing-plan-wrap .pricing-plan-details ul li {
  color: #5A7184;
  margin-bottom: 10px;
}

.pricing-plan-wrap .pricing-plan-details ul li:last-child {
  margin-bottom: 0;
}

.pricing-plan-wrap .pricing-plan-btn-wrap a {
  display: inline-block;
  background: #FFE5A3;
  border-radius: 8px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  padding: 15px 22px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.counter-wrap {
  /*background-image: url(../images/service/count-bg.png);
  border-radius: 24px;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;*/
  background-color: #f6e9c6;
  padding: 82px 0 53px;
}

.counter-wrap .counter-item {
  margin-bottom: 24px;
}

.counter-wrap .counter-item h1 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 48px;
/*  color: #3B3B3B;*/
  color: #0a528e;
}

.counter-wrap .counter-item p {
  color: #000000;
  margin-top: 5px;
  font-weight: bold;
}

/*================================================
 Blog Page Css
=================================================*/
.blog-post-wrap h1 a {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 32px;
  color: #3B3B3B;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.blog-post-wrap h1 a:hover {
  color: #FF7342;
}

.blog-post-wrap p {
  color: #5A7184;
  margin-bottom: 30px;
}

.blog-post-wrap ul {
  margin: 15px 0 22px;
}

.blog-post-wrap ul li {
  margin-right: 10px;
  display: inline-block;
}

.blog-post-wrap ul li a {
  font-size: 14px;
  color: #5A7184;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.blog-post-wrap ul li a:hover {
  color: #29343d;
}

.blog-post-wrap ul li:last-child {
  margin-right: 0;
}

.blog-post-wrap ul li i {
  color: #FF7342;
  margin-right: 5px;
}

.blog-post-wrap .blog-post-btn {
  color: #FF7342;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.blog-post-wrap .blog-post-btn:hover {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.blog-post-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.blog-post-img:hover img {
  -webkit-filter: brightness(100%) hue-rotate(45deg);
          filter: brightness(100%) hue-rotate(45deg);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-post-img img {
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: filter;
}

.pagination-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-wrap ul li {
  line-height: 1;
  width: 48px;
  height: 48px;
  background: rgba(90, 113, 132, 0.1);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 22px;
  color: #5A7184;
  margin-right: 20px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.pagination-wrap ul li:hover {
  background: #FF7342;
  color: #fff;
}

.pagination-wrap ul li:first-child, .pagination-wrap ul li:last-child {
  background: none;
  color: #FF7342;
  font-size: 38px;
  width: unset;
  height: unset;
  margin-right: 12px;
}

.pagination-wrap ul li:first-child:hover, .pagination-wrap ul li:last-child:hover {
  background: unset;
  color: #000;
}

.pagination-wrap ul li:last-child {
  margin-left: -8px;
  margin-right: 0px;
}

.cart-wrap .single-cart {
  margin-bottom: 24px;
  border: 2px solid rgba(102, 159, 246, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(2px 12px 70px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(2px 12px 70px rgba(0, 0, 0, 0.08));
  border-radius: 12px;
  padding: 20px 30px;
  position: relative;
}

.cart-wrap .single-cart::before {
  width: 2px;
  height: 32px;
  position: absolute;
  content: '';
  background: #FF7342;
  left: -2px;
  -webkit-animation: cart-anm-t-b 4s alternate linear infinite;
          animation: cart-anm-t-b 4s alternate linear infinite;
}

.cart-wrap .single-cart.search-cart {
  padding: 22px;
}

.cart-wrap .single-cart.search-cart::before {
  display: none;
}

.cart-wrap .single-cart:last-child {
  margin-bottom: 0;
}

.cart-wrap .single-cart .cart-form {
  position: relative;
  overflow: hidden;
}

.cart-wrap .single-cart .cart-form input {
  width: 100%;
  background: rgba(189, 198, 206, 0.2);
  border-radius: 6px;
  border: none;
  color: #5A7184;
  padding: 15px 60px 15px 22px;
}

.cart-wrap .single-cart .cart-form i {
  position: absolute;
  color: #FF7342;
  font-size: 18px;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cart-wrap .single-cart .cart-title {
  border-bottom: 2px solid rgba(90, 113, 132, 0.4);
  padding-bottom: 17px;
  margin-bottom: 26px;
}

.cart-wrap .single-cart .cart-title h2 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 26px;
  color: #3B3B3B;
}

.cart-wrap .single-cart .cart-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(90, 113, 132, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.cart-wrap .single-cart .cart-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-wrap .single-cart .cart-post .cart-post-img {
  max-width: 69px;
  width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 116, 255, 0.08)), to(rgba(74, 116, 255, 0.08)));
  background: linear-gradient(0deg, rgba(74, 116, 255, 0.08), rgba(74, 116, 255, 0.08));
  border-radius: 8px;
}

.cart-wrap .single-cart .cart-post .cart-post-img:hover img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cart-wrap .single-cart .cart-post .cart-post-img img {
  -webkit-transition: .2s;
  transition: .2s;
}

.cart-wrap .single-cart .cart-post .cart-post-content {
  padding-left: 12px;
}

.cart-wrap .single-cart .cart-post .cart-post-content h4 a {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3B;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.cart-wrap .single-cart .cart-post .cart-post-content h4 a:hover {
  color: #FF7342;
}

.cart-wrap .single-cart .cart-post .cart-post-content p {
  font-size: 14px;
  line-height: 18px;
  color: #5A7184;
  margin-top: 8px;
}

.cart-wrap .single-cart .comment-box {
  border-bottom: 2px solid rgba(90, 113, 132, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.cart-wrap .single-cart .comment-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-wrap .single-cart .comment-box h4 {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3B;
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-wrap .single-cart .comment-box h4:hover {
  color: #FF7342;
}

.cart-wrap .single-cart .comment-box h4 span {
  font-size: 12px;
  color: #5A7184;
}

.cart-wrap .single-cart .keywords-tag ul li {
  background: rgba(90, 113, 132, 0.1);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  color: #5A7184;
  margin: 0px 9px 12px 0px;
  display: inline-block;
  padding: 10px 17px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.cart-wrap .single-cart .keywords-tag ul li:hover {
  color: #FFFFFF;
  background: #FF7342;
}

.cart-wrap .single-cart .contact-details {
  border-bottom: 2px solid rgba(90, 113, 132, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.cart-wrap .single-cart .contact-details:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-wrap .single-cart .contact-details .contact-details-title h3 {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 20px;
  color: #3B3B3B;
  margin-bottom: 26px;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li {
  color: #5A7184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:hover {
  color: #29343d;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:hover i {
  color: #992900;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:last-child {
  margin-bottom: 0;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li i {
  font-size: 20px;
  color: #FF7342;
  margin-right: 15px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

@-webkit-keyframes cart-anm-t-b {
  0% {
    top: 18px;
  }
  100% {
    top: calc(100% - 50px);
  }
}

@keyframes cart-anm-t-b {
  0% {
    top: 18px;
  }
  100% {
    top: calc(100% - 50px);
  }
}

/*================================================
 Contact Page Css
=================================================*/
.shop-check {
  display: block;
  position: relative;
  margin-top: 16px;
  margin-bottom: 45px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 23px;
  /* Create a custom checkbox */
}

.shop-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.shop-check .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 1px solid #FF7342;
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.shop-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shop-check input:checked ~ .checkmark {
  background-color: #FF7342;
}

/* Show the checkmark when checked */
.shop-check input:checked ~ .checkmark:after {
  display: block;
}

.contact-input {
  position: relative;
}

.contact-input .form-message {
  position: absolute;
  left: 0;
  top: 102%;
}

.contact-input .form-message.error {
  color: red;
}

.contact-input .form-message.success {
  color: green;
}

.contact-input h1 {
  font-size: 32px;
  color: #3B3B3B;
  margin-bottom: 20px;
  text-align: center;
}

.contact-input textarea, .contact-input input, .contact-input select {
  width: 100%;
  border: 1.5px solid rgba(90, 113, 132, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 20px;
}

.contact-input textarea::-webkit-input-placeholder, .contact-input input::-webkit-input-placeholder, .contact-input select::-webkit-input-placeholder {
  color: #5A7184;
}

.contact-input textarea:-ms-input-placeholder, .contact-input input:-ms-input-placeholder, .contact-input select:-ms-input-placeholder {
  color: #5A7184;
}

.contact-input textarea::-ms-input-placeholder, .contact-input input::-ms-input-placeholder, .contact-input select::-ms-input-placeholder {
  color: #5A7184;
}

.contact-input textarea::placeholder, .contact-input input::placeholder, .contact-input select::placeholder {
  color: #5A7184;
}

3.contact-input input, select {
  margin-bottom: 10px;
/*  margin-bottom: 46px;*/
}
.contact-input .contact-btn-wrap button {
  border: none;
}

.location-map {
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
}

.location-map iframe {
  height: 100%;
  width: 100%;
}

/*================================================
 Blog Details Page Css
=================================================*/
.blog-post-details h1 a {
  font-size: 48px;
  line-height: 58px;
}

.blog-post-details p {
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-details-wrap .details-post-content h1 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 36px;
  color: #3B3B3B;
}

.details-post-img {
  position: relative;
  overflow: hidden;
}

.details-post-img:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
}

.details-post-img:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
}

.details-post-img:after {
  background: rgba(255, 255, 255, 0.6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.details-post-img:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.details-share {
  margin-top: 34px;
}

.details-share li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.details-share .details-share-info li {
  background: #FF7342;
  color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  margin-right: 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.details-share .details-share-info li:hover {
  background: #5A7184;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.details-share .details-share-info li:last-child {
  margin-right: 30px;
}

.details-share .details-share-info li:first-child {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3B3B3B;
  background: unset;
  height: unset;
  width: unset;
  border-radius: unset;
  margin-right: 10px;
}

.details-share .details-share-info li:first-child:hover {
  background: unset;
  -webkit-transform: unset;
          transform: unset;
}

.details-share .details-share-like li {
  color: #FF7342;
  font-size: 28px;
  margin-right: 12px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.details-share .details-share-like li:hover {
  color: #5A7184;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.details-share .details-share-like li:last-child {
  font-size: 18px;
  color: #3B3B3B;
  margin-right: 0;
  margin-left: -5px;
}

.details-share .details-share-like li:last-child:hover {
  color: #3B3B3B;
  -webkit-transform: unset;
          transform: unset;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FF8345;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:hover i {
  color: #FF8345;
}

.back-to-top-btn i {
  color: #183B56;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}


/*=============Custom Css=============*/




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ptb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.ptb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.ptb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.about-team-area {
  background: #fff0d5;
/*  background: #FFFBF4;*/
}



.first-container {
    padding: 0;
    margin: 0;
    position: fixed;
    left: -120px;
    top: 40%;
    width: 159px;
    z-index: 99;
}

.first li {
    list-style-type: none;
    /* background-color:#616161; */
    color: #fff;
    height: 43px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.first li a {
    display: inline!important;
  text-decoration: none;
}

.first li img {
    float: right;
    margin: 5px 4px;
    margin-left: 14px;
    padding: 4px;
}
.first li p {
    padding-top: 5px;
    margin: 0;
    text-align: right;
    line-height: 16px;
    font-size: 11px;
    color: #fff!important;
}
.first li:hover {
margin-right: -115px;
}


.testing {
    display: block;
    position: fixed;
    right: -50px;
    line-height: 1.5;
    background: #E91E63;
    top: 40%;
    z-index: 999999;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    padding: 12px 20px;
    text-align: center;
    font-size: 17px;
    border-radius: .25rem;
    font-weight: 600;
}
.testing a {
    color: #fff;
    text-decoration: none;
}

.social-outer-box.enquiry{display: block;position: fixed;right: -50px;line-height: 1.5;background: #c92025;top: 40%;z-index: 99;color: #fff;-webkit-transform: translate3d(0, 0, 0) rotate(-90deg);padding: 12px 20px;text-align: center;font-size: 17px;border-radius: .25rem;font-weight: 600;}
a.risk {
    color: #ffffff;
}

.social-outer-box.enquiry a {
    border: 0;
    color: #fff;
}

.color1 {background-color:#10274a}
.color2 {background-color:#1bd741}
.color3 {background-color:#4267b2}
.color4 {background-color:#0077b7}


.color3 p, .color4 p, .color5 p, .color6 p, .color7 p {
    font-size: 16px !important;
    padding-top: 14px !important;
}

@media only screen and (max-width: 767px) {
.first-container {
  bottom: 5%;
    top: auto;
}
.social-outer-box {
    text-align: center;
    vertical-align: middle;
    top: auto !important;
      width: 100%;
    bottom: 0;
    left: 0;
  right:0 !important;
  left:15%;
  width:70%;
    margin: 0!important;
  -webkit-transform:none !important;
  padding: 10px 0px !important;
}

}
.mobile-contact {
    background: #4caf50;
    padding: 3px 10px;
}
.mobile-contact span {
    color: #fff;
    /* display: block; */
    font-size: 16px;
}

.mobile-contact a, .mobile-contact a h5 {
    color: #fff;
    font-size: 16px;
}



/*========== Courses - Css ==============*/


/*================================================
Boxes CSS
=================================================*/
.boxes-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.boxes-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.boxes-area .container-fluid .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.single-boxes-item {
  padding: 40px;
  position: relative;
  background-color: #f8f8f8;
  z-index: 1;
  min-height: 210px;
}

.single-boxes-item h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.single-boxes-item .boxes-btn {
  display: inline-block;
  position: relative;
  color: #252525;
  z-index: 1;
  padding-right: 22px;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 15px;
  font-weight: 600;
}

.single-boxes-item .boxes-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-boxes-item .boxes-btn::before {
  content: '';
  position: absolute;
  background-color: #252525;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-boxes-item .boxes-btn:hover, .single-boxes-item .boxes-btn:focus {
  padding-right: 25px;
}

.single-boxes-item .boxes-btn:hover::before, .single-boxes-item .boxes-btn:focus::before {
  width: 0;
}

.single-boxes-item.bg-color {
  background-color: #ff1949;
}

.single-boxes-item.bg-color h3 {
  color: #ffffff;
}

.single-boxes-item.bg-color p {
  color: #ffffff;
  opacity: 0.95;
}

.single-boxes-item.bg-color .boxes-btn {
  color: #ffffff;
}

.single-boxes-item.bg-color .boxes-btn::before {
  background-color: #ffffff;
}

.single-boxes-item.bg-color::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50px;
  height: 35px;
  background: #ffffff;
  opacity: .3;
  border-radius: 50% 50% 0 0;
}

.single-boxes-item.bg-color::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: .2;
  -webkit-animation: border-transform 5s linear infinite alternate forwards;
          animation: border-transform 5s linear infinite alternate forwards;
}

.single-boxes-item.bg-image {
  background-color: #ff1949;
  background-image: url(../img/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-boxes-item.bg-image h3 {
  color: #ffffff;
}

.single-boxes-item.bg-image p {
  color: #ffffff;
  opacity: 0.95;
}

.single-boxes-item.bg-image .boxes-btn {
  color: #ffffff;
}

.single-boxes-item.bg-image .boxes-btn::before {
  background-color: #ffffff;
}

/*================================================
About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 50px;
}

.about-image img {
  border-radius: 5px;
}

.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

.about-right-image img{
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 20px 20px 20px 20px;
  margin-top: 75px;
}

.about-content {
  margin-top: 10px;
/*  padding-left: 15px;*/
/*  padding-left: 110px;*/
}

.about-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #0eb582;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-content h2 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 30px;
/*  font-size: 38px;*/
  font-weight: 700;
}

.about-content h6 {
  margin-bottom: 14px;
  line-height: 1.6;
}

.about-content .features-text {
  margin-top: 25px;
}

.about-content .features-text h5 {
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding-left: 47px;
  padding-top: 7px;
}

.about-content .features-text i {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #0eb582;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.about-content .default-btn {
  margin-top: 30px;
}

.about-content .signature {
  margin-top: 25px;
}

.about-content.left-content {
  max-width: 625px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 15px;
}

.about-right-image {
  position: relative;
  text-align: right;
  /*padding-left: 100px;
  padding-bottom: 60px;*/
}

.about-right-image img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-right-image .text-box {
  position: absolute;
  left: 220px;
  top: 60px;
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.about-right-image .text-box .inner {
  position: absolute;
  left: 0;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  text-transform: uppercase;
  color: #727695;
  font-size: 15px;
  font-weight: 600;
}

.about-right-image .text-box .inner span {
  display: block;
  color: #ff1949;
  margin-top: -2px;
  font-size: 30px;
  font-weight: 700;
}

.about-right-image .text-box::before {
  position: absolute;
  content: '';
  border: 2px dashed #ff1949;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  right: 0;
  bottom: 0;
  margin: 10px;
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.about-inner-area {
  margin-top: 80px;
}

.about-text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 700;
}

.about-text h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  background-color: #ff1949;
  height: 1px;
}

.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.about-text .features-list li {
  position: relative;
  margin-bottom: 12px;
  color: #252525;
  padding-top: 3px;
  padding-left: 30px;
}

.about-text .features-list li i {
  font-size: 16px;
  color: #252525;
  background-color: #eaeaf2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-text .features-list li:last-child {
  margin-bottom: 0;
}

.about-text .features-list li:hover i {
  background-color: #ff1949;
  color: #ffffff;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*================================================
Story CSS
=================================================*/
.story-content {
  margin-top: -6px;
}

.story-content p {
/*  margin-bottom: 30px;*/
}

.story-content p:last-child {
  margin-bottom: 0;
}

.story-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

/*================================================
Values CSS
=================================================*/
.values-content {
  margin-top: -6px;
}

/*.values-content p {
  margin-bottom: 30px;
}*/

.values-content p:last-child {
  margin-bottom: 0;
}

.values-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

/*================================================
Courses Categories CSS
=================================================*/
.courses-categories-area {
  position: relative;
  z-index: 1;
}

.courses-categories-area.bg-image {
  background-image: url(../img/pattern.jpg);
}

.single-categories-courses-box {
  position: relative;
  z-index: 1;
  background-color: #0eb582;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 20px;
}

.single-categories-courses-box .icon {
  width: 100px;
  height: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  font-size: 65px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.single-categories-courses-box .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.single-categories-courses-box h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.single-categories-courses-box span {
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.single-categories-courses-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.single-categories-courses-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50px;
  height: 35px;
  background: #ffffff;
  opacity: 0.06;
  border-radius: 50% 50% 0 0;
}

.single-categories-courses-box::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.05;
  -webkit-animation: border-transform 5s linear infinite alternate forwards;
          animation: border-transform 5s linear infinite alternate forwards;
}

.single-categories-courses-box:hover .icon, .single-categories-courses-box:focus .icon {
  background-color: #ffffff;
  border-color: #0eb582;
  color: #0eb582;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
}

.single-categories-courses-item {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ff1949;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-categories-courses-item .icon {
  width: 100px;
  height: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  font-size: 65px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.single-categories-courses-item .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.single-categories-courses-item h3 {
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  font-weight: 700;
}

.single-categories-courses-item span {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.single-categories-courses-item .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.single-categories-courses-item .learn-more-btn {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  padding-right: 22px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  font-weight: 500;
}

.single-categories-courses-item .learn-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-categories-courses-item .learn-more-btn::before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-categories-courses-item.bg1 {
  background-image: url(../img/categories/1.jpg);
}

.single-categories-courses-item.bg2 {
  background-image: url(../img/categories/2.jpg);
}

.single-categories-courses-item.bg3 {
  background-image: url(../img/categories/3.jpg);
}

.single-categories-courses-item.bg4 {
  background-image: url(../img/categories/4.jpg);
}

.single-categories-courses-item.bg5 {
  background-image: url(../img/categories/5.jpg);
}

.single-categories-courses-item.bg6 {
  background-image: url(../img/categories/6.jpg);
}

.single-categories-courses-item.bg7 {
  background-image: url(../img/categories/7.jpg);
}

.single-categories-courses-item.bg8 {
  background-image: url(../img/categories/8.jpg);
}

.single-categories-courses-item:hover, .single-categories-courses-item:focus {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-categories-courses-item:hover .icon, .single-categories-courses-item:focus .icon {
  border-color: #ffffff;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}

.single-categories-courses-item:hover h3, .single-categories-courses-item:focus h3 {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}

.single-categories-courses-item:hover span, .single-categories-courses-item:focus span {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}

.single-categories-courses-item:hover .learn-more-btn, .single-categories-courses-item:focus .learn-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 18px;
}

.owl-item:nth-child(2) .single-categories-courses-box, .owl-item:nth-child(8) .single-categories-courses-box, .col-lg-3:nth-child(2) .single-categories-courses-box, .col-lg-3:nth-child(8) .single-categories-courses-box {
  background-color: #fea116;
}

.owl-item:nth-child(2) .single-categories-courses-box:hover .icon, .owl-item:nth-child(2) .single-categories-courses-box:focus .icon, .owl-item:nth-child(8) .single-categories-courses-box:hover .icon, .owl-item:nth-child(8) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(2) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(2) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(8) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(8) .single-categories-courses-box:focus .icon {
  border-color: #fea116;
  color: #fea116;
}

.owl-item:nth-child(3) .single-categories-courses-box, .owl-item:nth-child(9) .single-categories-courses-box, .col-lg-3:nth-child(3) .single-categories-courses-box, .col-lg-3:nth-child(9) .single-categories-courses-box {
  background-color: #1cb5a3;
}

.owl-item:nth-child(3) .single-categories-courses-box:hover .icon, .owl-item:nth-child(3) .single-categories-courses-box:focus .icon, .owl-item:nth-child(9) .single-categories-courses-box:hover .icon, .owl-item:nth-child(9) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(3) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(3) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(9) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(9) .single-categories-courses-box:focus .icon {
  border-color: #1cb5a3;
  color: #1cb5a3;
}

.owl-item:nth-child(4) .single-categories-courses-box, .owl-item:nth-child(10) .single-categories-courses-box, .col-lg-3:nth-child(4) .single-categories-courses-box, .col-lg-3:nth-child(10) .single-categories-courses-box {
  background-color: #3d64ff;
}

.owl-item:nth-child(4) .single-categories-courses-box:hover .icon, .owl-item:nth-child(4) .single-categories-courses-box:focus .icon, .owl-item:nth-child(10) .single-categories-courses-box:hover .icon, .owl-item:nth-child(10) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(4) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(4) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(10) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(10) .single-categories-courses-box:focus .icon {
  border-color: #3d64ff;
  color: #3d64ff;
}

.owl-item:nth-child(5) .single-categories-courses-box, .owl-item:nth-child(11) .single-categories-courses-box, .col-lg-3:nth-child(5) .single-categories-courses-box, .col-lg-3:nth-child(11) .single-categories-courses-box {
  background-color: #e74d57;
}

.owl-item:nth-child(5) .single-categories-courses-box:hover .icon, .owl-item:nth-child(5) .single-categories-courses-box:focus .icon, .owl-item:nth-child(11) .single-categories-courses-box:hover .icon, .owl-item:nth-child(11) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(5) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(5) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(11) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(11) .single-categories-courses-box:focus .icon {
  border-color: #e74d57;
  color: #e74d57;
}

.owl-item:nth-child(6) .single-categories-courses-box, .owl-item:nth-child(12) .single-categories-courses-box, .col-lg-3:nth-child(6) .single-categories-courses-box, .col-lg-3:nth-child(12) .single-categories-courses-box {
  background-color: #9764df;
}

.owl-item:nth-child(6) .single-categories-courses-box:hover .icon, .owl-item:nth-child(6) .single-categories-courses-box:focus .icon, .owl-item:nth-child(12) .single-categories-courses-box:hover .icon, .owl-item:nth-child(12) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(6) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(6) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(12) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(12) .single-categories-courses-box:focus .icon {
  border-color: #9764df;
  color: #9764df;
}

.single-courses-category {
  text-align: center;
}

.single-courses-category a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 25px;
  color: #252525;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
}

.single-courses-category a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #ff1949;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-category a i {
  display: block;
  font-size: 55px;
  margin-bottom: 10px;
  color: #ff1949;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-category a:hover, .single-courses-category a:focus {
  border-radius: 0;
  color: #ffffff;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.single-courses-category a:hover i, .single-courses-category a:focus i {
  color: #ffffff;
}

.single-courses-category a:hover::before, .single-courses-category a:focus::before {
  height: 100%;
}

.owl-item:nth-child(2) .single-courses-category a i, .owl-item:nth-child(11) .single-courses-category a i, .col-lg-3:nth-child(2) .single-courses-category a i, .col-lg-3:nth-child(11) .single-courses-category a i {
  color: #0eb582;
}

.owl-item:nth-child(2) .single-courses-category a::before, .owl-item:nth-child(11) .single-courses-category a::before, .col-lg-3:nth-child(2) .single-courses-category a::before, .col-lg-3:nth-child(11) .single-courses-category a::before {
  background-color: #0eb582;
}

.owl-item:nth-child(2) .single-courses-category a:hover i, .owl-item:nth-child(2) .single-courses-category a:focus i, .owl-item:nth-child(11) .single-courses-category a:hover i, .owl-item:nth-child(11) .single-courses-category a:focus i, .col-lg-3:nth-child(2) .single-courses-category a:hover i, .col-lg-3:nth-child(2) .single-courses-category a:focus i, .col-lg-3:nth-child(11) .single-courses-category a:hover i, .col-lg-3:nth-child(11) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(3) .single-courses-category a i, .owl-item:nth-child(12) .single-courses-category a i, .col-lg-3:nth-child(3) .single-courses-category a i, .col-lg-3:nth-child(12) .single-courses-category a i {
  color: #0093c9;
}

.owl-item:nth-child(3) .single-courses-category a::before, .owl-item:nth-child(12) .single-courses-category a::before, .col-lg-3:nth-child(3) .single-courses-category a::before, .col-lg-3:nth-child(12) .single-courses-category a::before {
  background-color: #0093c9;
}

.owl-item:nth-child(3) .single-courses-category a:hover i, .owl-item:nth-child(3) .single-courses-category a:focus i, .owl-item:nth-child(12) .single-courses-category a:hover i, .owl-item:nth-child(12) .single-courses-category a:focus i, .col-lg-3:nth-child(3) .single-courses-category a:hover i, .col-lg-3:nth-child(3) .single-courses-category a:focus i, .col-lg-3:nth-child(12) .single-courses-category a:hover i, .col-lg-3:nth-child(12) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(4) .single-courses-category a i, .owl-item:nth-child(13) .single-courses-category a i, .col-lg-3:nth-child(4) .single-courses-category a i, .col-lg-3:nth-child(13) .single-courses-category a i {
  color: #2d3942;
}

.owl-item:nth-child(4) .single-courses-category a::before, .owl-item:nth-child(13) .single-courses-category a::before, .col-lg-3:nth-child(4) .single-courses-category a::before, .col-lg-3:nth-child(13) .single-courses-category a::before {
  background-color: #2d3942;
}

.owl-item:nth-child(4) .single-courses-category a:hover i, .owl-item:nth-child(4) .single-courses-category a:focus i, .owl-item:nth-child(13) .single-courses-category a:hover i, .owl-item:nth-child(13) .single-courses-category a:focus i, .col-lg-3:nth-child(4) .single-courses-category a:hover i, .col-lg-3:nth-child(4) .single-courses-category a:focus i, .col-lg-3:nth-child(13) .single-courses-category a:hover i, .col-lg-3:nth-child(13) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(5) .single-courses-category a i, .owl-item:nth-child(14) .single-courses-category a i, .col-lg-3:nth-child(5) .single-courses-category a i, .col-lg-3:nth-child(14) .single-courses-category a i {
  color: #bfd131;
}

.owl-item:nth-child(5) .single-courses-category a::before, .owl-item:nth-child(14) .single-courses-category a::before, .col-lg-3:nth-child(5) .single-courses-category a::before, .col-lg-3:nth-child(14) .single-courses-category a::before {
  background-color: #bfd131;
}

.owl-item:nth-child(5) .single-courses-category a:hover i, .owl-item:nth-child(5) .single-courses-category a:focus i, .owl-item:nth-child(14) .single-courses-category a:hover i, .owl-item:nth-child(14) .single-courses-category a:focus i, .col-lg-3:nth-child(5) .single-courses-category a:hover i, .col-lg-3:nth-child(5) .single-courses-category a:focus i, .col-lg-3:nth-child(14) .single-courses-category a:hover i, .col-lg-3:nth-child(14) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(6) .single-courses-category a i, .owl-item:nth-child(15) .single-courses-category a i, .col-lg-3:nth-child(6) .single-courses-category a i, .col-lg-3:nth-child(15) .single-courses-category a i {
  color: #f49b29;
}

.owl-item:nth-child(6) .single-courses-category a::before, .owl-item:nth-child(15) .single-courses-category a::before, .col-lg-3:nth-child(6) .single-courses-category a::before, .col-lg-3:nth-child(15) .single-courses-category a::before {
  background-color: #f49b29;
}

.owl-item:nth-child(6) .single-courses-category a:hover i, .owl-item:nth-child(6) .single-courses-category a:focus i, .owl-item:nth-child(15) .single-courses-category a:hover i, .owl-item:nth-child(15) .single-courses-category a:focus i, .col-lg-3:nth-child(6) .single-courses-category a:hover i, .col-lg-3:nth-child(6) .single-courses-category a:focus i, .col-lg-3:nth-child(15) .single-courses-category a:hover i, .col-lg-3:nth-child(15) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(7) .single-courses-category a i, .owl-item:nth-child(1165) .single-courses-category a i, .col-lg-3:nth-child(7) .single-courses-category a i, .col-lg-3:nth-child(1165) .single-courses-category a i {
  color: #833a8d;
}

.owl-item:nth-child(7) .single-courses-category a::before, .owl-item:nth-child(1165) .single-courses-category a::before, .col-lg-3:nth-child(7) .single-courses-category a::before, .col-lg-3:nth-child(1165) .single-courses-category a::before {
  background-color: #833a8d;
}

.owl-item:nth-child(7) .single-courses-category a:hover i, .owl-item:nth-child(7) .single-courses-category a:focus i, .owl-item:nth-child(1165) .single-courses-category a:hover i, .owl-item:nth-child(1165) .single-courses-category a:focus i, .col-lg-3:nth-child(7) .single-courses-category a:hover i, .col-lg-3:nth-child(7) .single-courses-category a:focus i, .col-lg-3:nth-child(1165) .single-courses-category a:hover i, .col-lg-3:nth-child(1165) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(8) .single-courses-category a i, .owl-item:nth-child(17) .single-courses-category a i, .col-lg-3:nth-child(8) .single-courses-category a i, .col-lg-3:nth-child(17) .single-courses-category a i {
  color: #c81a7f;
}

.owl-item:nth-child(8) .single-courses-category a::before, .owl-item:nth-child(17) .single-courses-category a::before, .col-lg-3:nth-child(8) .single-courses-category a::before, .col-lg-3:nth-child(17) .single-courses-category a::before {
  background-color: #c81a7f;
}

.owl-item:nth-child(8) .single-courses-category a:hover i, .owl-item:nth-child(8) .single-courses-category a:focus i, .owl-item:nth-child(17) .single-courses-category a:hover i, .owl-item:nth-child(17) .single-courses-category a:focus i, .col-lg-3:nth-child(8) .single-courses-category a:hover i, .col-lg-3:nth-child(8) .single-courses-category a:focus i, .col-lg-3:nth-child(17) .single-courses-category a:hover i, .col-lg-3:nth-child(17) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(9) .single-courses-category a i, .owl-item:nth-child(18) .single-courses-category a i, .col-lg-3:nth-child(9) .single-courses-category a i, .col-lg-3:nth-child(18) .single-courses-category a i {
  color: #1cb5a3;
}

.owl-item:nth-child(9) .single-courses-category a::before, .owl-item:nth-child(18) .single-courses-category a::before, .col-lg-3:nth-child(9) .single-courses-category a::before, .col-lg-3:nth-child(18) .single-courses-category a::before {
  background-color: #1cb5a3;
}

.owl-item:nth-child(9) .single-courses-category a:hover i, .owl-item:nth-child(9) .single-courses-category a:focus i, .owl-item:nth-child(18) .single-courses-category a:hover i, .owl-item:nth-child(18) .single-courses-category a:focus i, .col-lg-3:nth-child(9) .single-courses-category a:hover i, .col-lg-3:nth-child(9) .single-courses-category a:focus i, .col-lg-3:nth-child(18) .single-courses-category a:hover i, .col-lg-3:nth-child(18) .single-courses-category a:focus i {
  color: #ffffff;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.courses-categories-slides.owl-theme {
  margin-top: -30px;
}

.courses-categories-slides.owl-theme .single-categories-courses-box {
  margin-top: 30px;
}

.courses-categories-slides.owl-theme .single-categories-courses-item {
  margin-top: 30px;
}

.courses-categories-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-]:hover, .courses-categories-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}

.courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

#particles-js-circle-bubble-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#particles-js-circle-bubble-4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*================================================
Partner CSS
=================================================*/
.partner-area.bg-color {
  background-color: #ff1949;
}

.partner-area.bg-color .section-title h2 {
  color: #ffffff;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .9;
}

.single-partner-item:hover a img, .single-partner-item:focus a img {
  opacity: 1;
}

.partner-slides.owl-theme .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*================================================
Offer CSS
=================================================*/
.offer-area {
  position: relative;
  z-index: 1;
  background-color: #b3d1b6;
/*  background-image: url(../img/offer-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.offer-area .section-title .sub-title {
  color: #ffffff;
}

.offer-area .section-title h2 {
  color: #252525;
/*  color: #ffffff;*/
}

.offer-area .section-title p {
  color: #252525;
/*  color: #ffffff;*/
/*  opacity: 0.95;*/
}

/*.offer-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 100%;
  height: 20%;
  z-index: -1;
  background-color: #ffffff;
}*/

.single-offer-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 20px 10px;
/*  padding: 30px 25px;*/
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.single-offer-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  background: #0eb582;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.single-offer-box .icon {
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  border: 2px dashed #ff1949;
  border-radius: 50%;
  font-size: 45px;
  color: #ff1949;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.single-offer-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-offer-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0px;
/*  margin-bottom: 10px;*/
  font-size: 20px;
  font-weight: 600;
}

.single-offer-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.8;
}

.single-offer-box:hover .icon {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ffffff;
}

.single-offer-box:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-offer-box:hover h3 {
  color: #ffffff;
}

.single-offer-box:hover p {
  color: #ffffff;
  opacity: 0.95;
}

.col-lg-4:nth-child(2) .single-offer-box::before {
  background: #ff1949;
}

.col-lg-4:nth-child(2) .single-offer-box .icon {
  border-color: #0eb582;
  color: #0eb582;
}

.col-lg-4:nth-child(2) .single-offer-box:hover .icon {
  background-color: #0eb582;
  color: #ffffff;
  border-color: #ffffff;
}

.col-lg-4:nth-child(3) .single-offer-box::before {
  background: #3d64ff;
}

.col-lg-4:nth-child(3) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}

.col-lg-4:nth-child(3) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: #ffffff;
  border-color: #ffffff;
}

.col-lg-4:nth-child(5) .single-offer-box::before {
  background: #ff1949;
}

.col-lg-4:nth-child(5) .single-offer-box .icon {
  border-color: #0eb582;
  color: #0eb582;
}

.col-lg-4:nth-child(5) .single-offer-box:hover .icon {
  background-color: #0eb582;
  color: #ffffff;
  border-color: #ffffff;
}

.col-lg-4:nth-child(6) .single-offer-box::before {
  background: #3d64ff;
}

.col-lg-4:nth-child(6) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}

.col-lg-4:nth-child(6) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: #ffffff;
  border-color: #ffffff;
}

/*================================================
Become Instructor & Partner CSS
=================================================*/
.become-instructor-partner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.become-instructor-partner-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.become-instructor-partner-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.become-instructor-partner-content {
  position: relative;
  z-index: 1;
  padding: 100px;
/*  background-image: url(../img/pattern.png);*/
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
  background-color: #c4ffcb87;
}

.become-instructor-partner-content h2 {
  margin-bottom: 14px;
  font-size: 37px;
  font-weight: 700;
}

.become-instructor-partner-content p {
  margin-bottom: 25px;
  max-width: 540px;
}

.become-instructor-partner-content .default-btn {
  border-radius: 30px;
}

.become-instructor-partner-content.bg-color {
  background-color: #c4ffcb87;
  background-image: unset !important;
}

.become-instructor-partner-content.bg-color h2 {
/*  color: #ffffff;*/
}

.become-instructor-partner-content.bg-color p {
/*  color: #ffffff;*/
  opacity: 0.97;
}

.become-instructor-partner-content.bg-color .default-btn {
  background-color: #ffffff;
  color: #252525;
}

.become-instructor-partner-content.bg-color .default-btn .icon-arrow {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.become-instructor-partner-content.bg-color .default-btn:focus, .become-instructor-partner-content.bg-color .default-btn:hover {
  color: #ffffff;
  background-color: #252525;
  border-color: #252525;
}

.become-instructor-partner-content.bg-color .default-btn:focus .icon-arrow, .become-instructor-partner-content.bg-color .default-btn:hover .icon-arrow {
  color: #ffffff;
}

.become-instructor-partner-content.bg-color::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
/*  background-image: url(../img/bg-lines.svg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.become-instructor-partner-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.become-instructor-partner-image.bg-image1 {
  background-image: url(../img/become-instructor.jpg);
}

.become-instructor-partner-image.bg-image2 {
  background-image: url(../img/become-partner.jpg);
}

.become-instructor-partner-image img {
  display: none;
}

/*================================================
Funfacts CSS
=================================================*/
.funfacts-area {
  overflow: hidden;
}

.funfacts-inner {
  overflow: hidden;
  background-color: #ff1949;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.funfacts-inner .col-lg-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.funfacts-inner .col-lg-3:last-child {
  border-right: 0;
}

.single-funfact {
  text-align: center;
}

.single-funfact .icon {
  color: #ffffff;
  line-height: 0;
  font-size: 50px;
  margin-top: -7px;
  margin-bottom: 10px;
}

.single-funfact h3 {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
}

.single-funfact h3 .odometer-formatting-mark {
  display: none;
}

.single-funfact p {
  color: #ffffff;
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.funfacts-style-two {
  overflow: hidden;
  background-color: #ff1949;
  position: relative;
  z-index: 1;
}

#particles-js-circle-bubble {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*================================================
Features CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
}

.single-features-box {
  min-height: 500px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 30px;
  border-right: 1px solid #cccccc;
}

.single-features-box .inner-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}

.single-features-box .inner-content h3 {
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 24px;
  font-weight: 700;
}

.single-features-box .inner-content p {
  color: #ffffff;
  opacity: .95;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 0;
}

.single-features-box .inner-content .default-btn {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.single-features-box:hover .inner-content h3 {
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}

.single-features-box:hover .inner-content p {
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}

.single-features-box:hover .inner-content .default-btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slideshow-box {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slideshow-box .slideshow-slides {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slideshow-box .slideshow-slides li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slideshow-box .slideshow-slides li span.bg1 {
  background-image: url(../img/slideshow/1.jpg);
}

.slideshow-box .slideshow-slides li span.bg2 {
  background-image: url(../img/slideshow/2.jpg);
}

.slideshow-box .slideshow-slides li span.bg3 {
  background-image: url(../img/slideshow/3.jpg);
}

.slideshow-box .slideshow-slides li span.bg4 {
  background-image: url(../img/slideshow/4.jpg);
}

.slideshow-box .slideshow-slides li span.bg5 {
  background-image: url(../img/slideshow/5.jpg);
}

.slideshow-box .slideshow-slides .owl-stage-outer {
  height: 100%;
  width: 100%;
}

.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage {
  height: 100%;
  width: 100%;
}

.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  width: 100%;
}

.col-lg-3:nth-child(4) .single-features-box {
  border-right: none;
}

/*================================================
Courses CSS
=================================================*/
.courses-area {
  position: relative;
  z-index: 1;
}

.single-courses-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
/*  border-radius: 5px 5px 0 0;*/
  border-radius: 20px 20px 20px 20px;
    overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
}

.single-courses-box .courses-image a img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.single-courses-box .courses-image .courses-tag {
  position: absolute;
  right: 25px;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.single-courses-box .courses-image .courses-tag a {
  color: #0eb582;
  font-weight: 500;
}

.single-courses-box .courses-content {
  padding: 25px 25px 20px;
}

.single-courses-box .courses-content .course-author {
  margin-bottom: 13px;
}

.single-courses-box .courses-content .course-author img {
  width: 37px;
  height: 37px;
  margin-right: 8px;
}

.single-courses-box .courses-content .course-author span {
  color: #252525;
  font-size: 14.5px;
  font-weight: 500;
}

.single-courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
}

.single-courses-box .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-courses-box .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}

.single-courses-box .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}

.single-courses-box .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}

.single-courses-box .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-courses-box .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-courses-box .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}

.single-courses-box .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-courses-box .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.single-courses-box .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      /*-ms-flex: 0 0 34%;
          flex: 0 0 34%;*/
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.single-courses-box .courses-box-footer ul .courses-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #ff1949;
  font-size: 18px;
  font-weight: 500;
}

.single-courses-box .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}

.single-courses-box.without-box-shadow {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.single-courses-box.without-box-shadow .courses-content {
  padding: 25px 0 18px;
}

.single-courses-box.without-box-shadow .courses-box-footer {
  padding: 18px 0 0;
}

.single-courses-box:hover, .single-courses-box:focus {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-courses-box:hover .courses-image .courses-tag, .single-courses-box:focus .courses-image .courses-tag {
  background-color: #0eb582;
}

.single-courses-box:hover .courses-image .courses-tag a, .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.single-courses-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-item .courses-image {
  position: relative;
  overflow: hidden;
}

.single-courses-item .courses-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-courses-item .courses-content {
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
}

.single-courses-item .courses-content .course-author {
  margin-top: -15px;
}

.single-courses-item .courses-content .course-author img {
  width: 50px;
  border: 3px solid #ffffff;
  height: 50px;
  border-radius: 3px;
}

.single-courses-item .courses-content .course-author span {
  color: #252525;
  position: relative;
  top: 10px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.single-courses-item .courses-content .courses-rating {
  position: relative;
  top: 4px;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}

.single-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}

.single-courses-item .courses-content h3 {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
}

.single-courses-item .courses-content p {
  line-height: 1.8;
}

.single-courses-item .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px;
}

.single-courses-item .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-courses-item .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-courses-item .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}

.single-courses-item .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-courses-item .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.single-courses-item .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.single-courses-item .courses-box-footer ul .courses-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #ff1949;
  font-size: 18px;
  font-weight: 500;
}

.single-courses-item .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}

.single-courses-item:hover .courses-image img, .single-courses-item:focus .courses-image img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}

.single-courses-item:hover .courses-image .courses-tag, .single-courses-item:focus .courses-image .courses-tag {
  background-color: #0eb582;
}

.single-courses-item:hover .courses-image .courses-tag a, .single-courses-item:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.single-courses-list-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-list-box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
}

.single-courses-list-box .box-item .courses-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  border-radius: 5px 0 0 5px;
}

.single-courses-list-box .box-item .courses-image .image {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-courses-list-box .box-item .courses-image .image.bg-1 {
  background-image: url(../img/courses/1.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-2 {
  background-image: url(../img/courses/2.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-3 {
  background-image: url(../img/courses/3.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-4 {
  background-image: url(../img/courses/4.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-5 {
  background-image: url(../img/courses/5.jpg);
}

.single-courses-list-box .box-item .courses-image .image.bg-6 {
  background-image: url(../img/courses/6.jpg);
}

.single-courses-list-box .box-item .courses-image .image img {
  display: none;
}

.single-courses-list-box .box-item .courses-image .image .courses-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.single-courses-list-box .box-item .courses-image .image .courses-tag a {
  color: #0eb582;
  font-weight: 500;
}

.single-courses-list-box .box-item .courses-image .image a.link-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.single-courses-list-box .box-item .courses-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.single-courses-list-box .box-item .courses-desc .courses-content {
  padding: 25px 25px 20px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .course-author {
  margin-bottom: 13px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .course-author img {
  width: 37px;
  height: 37px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .course-author span {
  color: #252525;
  font-size: 14.5px;
  font-weight: 500;
}

.single-courses-list-box .box-item .courses-desc .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 600;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating {
  margin-bottom: 12px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}

.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}

.single-courses-list-box .box-item .courses-desc .courses-content p {
  margin-bottom: 0;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #ff1949;
  font-size: 18px;
  font-weight: 500;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}

.single-courses-list-box:hover .box-item .courses-image .image .courses-tag {
  background-color: #0eb582;
  color: #ffffff;
}

.single-courses-list-box:hover .box-item .courses-image .image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(2) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box .courses-image .courses-tag a {
  color: #ff1949;
}

.owl-item:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(8) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #ff1949;
}

.owl-item:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(3) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box .courses-image .courses-tag a {
  color: #fea116;
}

.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #fea116;
}

.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(4) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box .courses-image .courses-tag a {
  color: #1cb5a3;
}

.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #1cb5a3;
}

.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(5) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box .courses-image .courses-tag a {
  color: #3d64ff;
}

.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #3d64ff;
}

.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(6) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box .courses-image .courses-tag a {
  color: #e74d57;
}

.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #e74d57;
}

.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.shorting-menu {
  margin-bottom: 40px;
  margin-top: -30px;
}

.shorting-menu .filter {
  background-color: transparent;
  border: none;
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  margin-right: 20px;
  font-weight: 500;
}

.shorting-menu .filter:hover, .shorting-menu .filter:focus, .shorting-menu .filter.mixitup-control-active {
  color: #183f1d;
}

.courses-slides.owl-theme {
  margin-top: -25px;
}

.courses-slides.owl-theme .single-courses-box {
  margin-top: 25px;
}

.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-]:hover, .courses-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.courses-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.courses-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .courses-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.courses-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}

.courses-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.courses-slides.owl-theme .owl-dots {
  margin-top: 15px;
}

.courses-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #dddddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.courses-slides.owl-theme .owl-dots .owl-dot:hover span, .courses-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff1949;
}

.courses-slides.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.courses-list-tab .tabs {
  margin-bottom: 40px;
  text-align: center;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
          box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.courses-list-tab .tabs li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.courses-list-tab .tabs li:last-child {
  margin-right: 0;
}

.courses-list-tab .tabs li:first-child {
  margin-left: 0;
}

.courses-list-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.courses-list-tab .tabs li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #eeeeee;
}

.courses-list-tab .tabs li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ff1949;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.courses-list-tab .tabs li a:hover, .courses-list-tab .tabs li a:focus {
  color: #ff1949;
}

.courses-list-tab .tabs li a:hover::after, .courses-list-tab .tabs li a:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.courses-list-tab .tabs li.current a {
  color: #ff1949;
}

.courses-list-tab .tabs li.current a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.tab .tabs-item {
  display: none;
}

.tab .tabs-item:first-child {
  display: block;
}

.courses-topbar {
  margin-bottom: 40px;
}

.courses-topbar .topbar-result-count p {
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.courses-topbar .topbar-ordering-and-search {
  text-align: right;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
  background-color: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: #727695;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #727695;
  border-width: 1px;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option {
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option:hover, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.focus, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #ff1949;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected {
  font-weight: 400;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form {
  position: relative;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 14.2px;
  font-size: 18px;
  color: #ff1949;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search {
  height: 50px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 3px 15px 0 48px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

/*================================================
Courses Details CSS
=================================================*/
.courses-details-header {
  margin-bottom: 30px;
}

.courses-details-header .courses-title h2 {
  margin-bottom: 12px;
  font-size: 29px;
  font-weight: 700;
}

.courses-details-header .courses-meta {
  margin-top: 20px;
}

.courses-details-header .courses-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-header .courses-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}

.courses-details-header .courses-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-header .courses-meta ul li span {
  display: block;
  color: #ff1949;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.courses-details-header .courses-meta ul li a {
  display: inline-block;
  color: #252525;
}

.courses-details-header .courses-meta ul li a:hover, .courses-details-header .courses-meta ul li a:focus {
  color: #ff1949;
}

.courses-details-header .courses-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.courses-details-header .courses-price {
  text-align: right;
}

.courses-details-header .courses-price .price {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 6px;
  font-size: 35px;
  font-weight: 600;
}

.courses-details-header .courses-price .default-btn {
  border-radius: 5px;
}

.courses-details-header .courses-price .courses-review {
  display: block;
  margin-bottom: 10px;
}

.courses-details-header .courses-price .courses-review .review-stars {
  display: inline-block;
}

.courses-details-header .courses-price .courses-review .review-stars i {
  color: #f2b827;
  font-size: 20px;
  display: inline-block;
  margin-right: -3px;
}

.courses-details-header .courses-price .courses-review .reviews-total {
  position: relative;
  color: #727695;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 2px;
}

.courses-details-image {
  border-radius: 5px;
}

.courses-details-image img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc {
  margin-top: 35px;
}

.courses-details-desc h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.courses-details-desc h3:not(first-child) {
  margin-top: 30px;
}

.courses-details-desc .why-you-learn {
  margin-top: 20px;
}

.courses-details-desc .why-you-learn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}

.courses-details-desc .why-you-learn ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.courses-details-desc .why-you-learn ul li span {
  display: block;
  color: #252525;
  position: relative;
  padding-left: 28px;
  line-height: 1.7;
  font-weight: 500;
}

.courses-details-desc .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #183f1d;
  font-size: 22px;
}

.courses-details-desc .requirements-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .requirements-list li {
  color: #727695;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
}

.courses-details-desc .requirements-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}

.courses-details-desc .requirements-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc p strong {
  color: #252525;
}

.courses-details-desc .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}

.courses-details-desc .description-features-list li {
  color: #727695;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

.courses-details-desc .description-features-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}

.courses-details-desc .description-features-list li strong {
  color: #252525;
}

.courses-details-desc .description-features-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .audience-list li {
  color: #727695;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

.courses-details-desc .audience-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}

.courses-details-desc .audience-list li strong {
  color: #252525;
}

.courses-details-desc .audience-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}

.courses-details-desc .courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #f5d070;
/*  background-image: url(../img/bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-details-desc .courses-author .author-profile {
  padding: 0 25px 25px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #0eb582;
  font-size: 14px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #252525;
  padding: 5px 12px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #ff1949;
  color: #ffffff;
}

.courses-details-desc .courses-accordion {
  margin-top: 20px;
}

.courses-details-desc .courses-accordion .accordion {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .courses-accordion .accordion .accordion-item {
  background-color: #fdfdfd;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 0;
  position: relative;
  padding: 13px 40px 13px 15px;
  border-top: none;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title:hover, .courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title.active {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949 !important;
}

.courses-details-desc .courses-accordion .accordion .accordion-item:first-child .accordion-title {
  border-top: 1px solid #eeeeee;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content {
  border: 1px solid #eeeeee;
  border-top: none;
  display: none;
  padding: 10px 15px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-top: 15px;
  padding-right: 210px;
  padding-bottom: 15px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons:last-child {
  border-bottom: none;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .number {
  color: #252525;
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  font-size: 15.5px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .preview {
  padding: 1px 7px 0px;
  text-align: center;
  margin-left: 5px;
  background: #0eb582;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .locked {
  padding: 1px 7px 0px;
  text-align: center;
  margin-left: 5px;
  background: red;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-title {
  display: inline-block;
  color: #726b6b;
  font-size: 15.5px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-title:hover {
  color: #ff1949;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .duration {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  margin-right: 10px;
  color: #726b6b;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .duration i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ff1949;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: 500;
  color: #726b6b;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video i {
  position: absolute;
  left: 0;
  font-size: 17px;
  top: 2px;
  color: #ff1949;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video:hover {
  color: #ff1949;
}

.related-courses {
  margin-top: 40px;
}

.related-courses h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.courses-sidebar-information {
  margin-bottom: 40px;
  background-color: #f6ee2321;
  padding: 10px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
/*  border-top: 4px solid #183f1d;*/
  border-top: 4px solid #0a528e;
}

.courses-sidebar-information ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-sidebar-information ul li {
  border-bottom: 1px dashed #b5b5b5;
/*  border-bottom: 1px dashed #eeeeee;*/
  color: #252525;
  overflow: hidden;
  text-align: right;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
}

.courses-sidebar-information ul li span {
  display: block;
  width: 150px;
  text-align: left;
  float: left;
}

.courses-sidebar-information ul li span i {
  color: #183f1d;
  position: relative;
  top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  margin-right: 2px;
}

.courses-sidebar-information ul li:hover span i {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.courses-sidebar-information ul li:last-child {
  border-bottom: none;
}

.courses-sidebar-syllabus {
  border: 1px solid #b5b5b5;
  /* border: 1px solid #f3f3f3; */
  margin-bottom: 40px;
  border-radius: 5px;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-top: 4px solid #0a528e;
}

.courses-sidebar-syllabus h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}

.courses-sidebar-syllabus .chapter {
  color: #ff1949;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.courses-sidebar-syllabus h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}

.courses-sidebar-syllabus .courses-list {
  margin-bottom: 30px;
}

.courses-sidebar-syllabus .courses-list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.courses-sidebar-syllabus .courses-list ul li {
  font-size: 15px;
  color: #727695;
  line-height: 23px;
  margin: 12px 0;
}

.courses-sidebar-syllabus .courses-list ul li a {
  display: inline-block;
  color: #727695;
}

.courses-sidebar-syllabus .courses-list ul li a:hover, .courses-sidebar-syllabus .courses-list ul li a:focus {
  color: #ff1949;
}

.courses-sidebar-syllabus .courses-list ul li a .free-lesson {
  padding: 1px 8px;
  text-align: center;
  margin-left: 5px;
  background: #0eb582;
  color: #ffffff;
  position: relative;
  top: -2px;
  font-weight: 500;
  font-size: 12px;
}

.courses-sidebar-syllabus .courses-list ul li .number {
  display: inline-block;
  color: #252525;
  font-weight: 500;
}

.courses-sidebar-syllabus .courses-list:last-child {
  margin-bottom: 0;
}


.cus-courses-purchase-info{
  padding: 20px;
  position: relative;
  border-radius: 5px;
}
.cus-courses-purchase-info::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
/*  background-color: #183f1d;*/
/*  opacity: .60;*/
  z-index: -1;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}






.courses-purchase-info {
  padding: 20px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  min-height: 180px;
/*  background-image: url(../img/mission-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-purchase-info::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #0a528e;
/*  opacity: .60;*/
  z-index: -1;
}

.courses-purchase-info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg-lines.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-purchase-info h4 {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 19px;
}

.courses-purchase-info p {
  color: #ffffff;
  font-size: 16px;
}

.courses-purchase-info a {
  margin-right: 15px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 500;
}

.courses-review-comments {
  margin-top: 40px;
}

.courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}

.courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.courses-review-comments .user-review .sub-comment {
  margin-bottom: 10px;
  font-weight: 600;
}

.courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 10px;
}

.courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.courses-review-comments .user-review .review-rating .review-stars i {
  color: #f2b827;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.courses-review-comments .user-review .review-rating span {
  color: #252525;
  position: relative;
  top: -2px;
  font-weight: 500;
  margin-left: 5px;
}

/*================================================
Team CSS
=================================================*/
.team-area {
  position: relative;
  z-index: 2;
}

.single-instructor-member {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-instructor-member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-instructor-member .member-image {
  overflow: hidden;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.single-instructor-member .member-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}

.single-instructor-member .member-content {
  padding: 15px 25px 25px 25px;
  border-radius: 5px;
  position: relative;
}

.single-instructor-member .member-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.single-instructor-member .member-content h3 a {
  display: inline-block;
}

.single-instructor-member .member-content span {
  display: block;
  color: #ff1949;
  font-weight: 500;
}

.single-instructor-member .member-content .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
}

.single-instructor-member .member-content .social li {
  display: inline-block;
}

.single-instructor-member .member-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: unset;
  font-size: 16px;
  border-radius: 50%;
  background-color: #0eb582;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  position: relative;
}

.single-instructor-member .member-content .social li a.facebook {
  background-color: #3b5998;
}

.single-instructor-member .member-content .social li a.twitter {
  background-color: #1da1f2;
}

.single-instructor-member .member-content .social li a.instagram {
  background-color: #c13584;
}

.single-instructor-member .member-content .social li a.linkedin {
  background-color: #0077b5;
}

.single-instructor-member .member-content .social li a:hover, .single-instructor-member .member-content .social li a:focus {
  background-color: #ff1949;
  color: #ffffff;
}

.single-instructor-member .member-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-instructor-member .member-content .social li:nth-child(2) a {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.single-instructor-member .member-content .social li:nth-child(3) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-instructor-member .member-content .social li:nth-child(4) a {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.single-instructor-member:hover::after, .single-instructor-member:focus::after {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-instructor-member:hover .member-image img, .single-instructor-member:focus .member-image img {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.single-instructor-member:hover .member-content .social li a, .single-instructor-member:focus .member-content .social li a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team-btn-box {
  margin-top: 40px;
}

.single-instructor-box {
  text-align: center;
}

.single-instructor-box .image {
  border: 4px solid #ffcbd6;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-instructor-box .image img {
  border-radius: 5px;
}

.single-instructor-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-instructor-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-instructor-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #252525;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-instructor-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-instructor-box .image .social li a:hover {
  color: #ffffff;
  background-color: #ff1949;
}

.single-instructor-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-instructor-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-instructor-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-instructor-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-instructor-box .content {
  margin-top: 25px;
}

.single-instructor-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.single-instructor-box .content h3 a {
  display: inline-block;
}

.single-instructor-box .content span {
  display: block;
  color: #ff1949;
  font-size: 14px;
  margin-top: 6px;
}

.single-instructor-box:hover .image {
  border-color: #ff1949;
}

.single-instructor-box:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.owl-item:nth-child(2) .single-instructor-box .image, .owl-item:nth-child(6) .single-instructor-box .image, .col-lg-4:nth-child(2) .single-instructor-box .image, .col-lg-4:nth-child(6) .single-instructor-box .image {
  border-color: #ffe5be;
}

.owl-item:nth-child(2) .single-instructor-box .image .social li a:hover, .owl-item:nth-child(6) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(2) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(6) .single-instructor-box .image .social li a:hover {
  color: #ffffff;
  background-color: #fea116;
}

.owl-item:nth-child(2) .single-instructor-box .content span, .owl-item:nth-child(6) .single-instructor-box .content span, .col-lg-4:nth-child(2) .single-instructor-box .content span, .col-lg-4:nth-child(6) .single-instructor-box .content span {
  color: #fea116;
}

.owl-item:nth-child(2) .single-instructor-box:hover .image, .owl-item:nth-child(6) .single-instructor-box:hover .image, .col-lg-4:nth-child(2) .single-instructor-box:hover .image, .col-lg-4:nth-child(6) .single-instructor-box:hover .image {
  border-color: #fea116;
}

.owl-item:nth-child(3) .single-instructor-box .image, .owl-item:nth-child(5) .single-instructor-box .image, .col-lg-4:nth-child(3) .single-instructor-box .image, .col-lg-4:nth-child(5) .single-instructor-box .image {
  border-color: #b2f3df;
}

.owl-item:nth-child(3) .single-instructor-box .image .social li a:hover, .owl-item:nth-child(5) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(3) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(5) .single-instructor-box .image .social li a:hover {
  color: #ffffff;
  background-color: #0eb582;
}

.owl-item:nth-child(3) .single-instructor-box .content span, .owl-item:nth-child(5) .single-instructor-box .content span, .col-lg-4:nth-child(3) .single-instructor-box .content span, .col-lg-4:nth-child(5) .single-instructor-box .content span {
  color: #0eb582;
}

.owl-item:nth-child(3) .single-instructor-box:hover .image, .owl-item:nth-child(5) .single-instructor-box:hover .image, .col-lg-4:nth-child(3) .single-instructor-box:hover .image, .col-lg-4:nth-child(5) .single-instructor-box:hover .image {
  border-color: #0eb582;
}

.team-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.team-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.team-slides.owl-theme .owl-nav [class*=owl-]:hover, .team-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.team-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.team-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .team-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.team-slides.owl-theme:hover .owl-nav [class*=owl-], .team-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}

.team-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .team-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

#particles-js-circle-bubble-3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.single-team-member {
  text-align: center;
  position: relative;
}

.single-team-member .member-content {
  padding: 25px;
  position: absolute;
  left: 0;
  top: 85%;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  opacity: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-left: 15px;
  margin-right: 15px;
}

.single-team-member .member-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.single-team-member .member-content h3 a {
  display: inline-block;
}

.single-team-member .member-content span {
  display: block;
  color: #ff1949;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 14px;
}

.single-team-member .member-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 5;
}

.single-team-member .member-content .social li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.single-team-member .member-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: unset;
  font-size: 16px;
  border-radius: 50%;
  background-color: #0eb582;
  color: #ffffff;
  position: relative;
}

.single-team-member .member-content .social li a.facebook {
  background-color: #3b5998;
}

.single-team-member .member-content .social li a.twitter {
  background-color: #1da1f2;
}

.single-team-member .member-content .social li a.instagram {
  background-color: #c13584;
}

.single-team-member .member-content .social li a.linkedin {
  background-color: #0077b5;
}

.single-team-member .member-content .social li a:hover, .single-team-member .member-content .social li a:focus {
  background-color: #ff1949;
  color: #ffffff;
}

.single-team-member .member-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-team-member:hover .member-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*================================================
Team Details CSS
=================================================*/
.instructor-details-area .section-title {
  margin-bottom: 40px;
}

.instructor-details-desc {
  margin-bottom: 60px;
}

.instructor-details-desc .instructor-details-sidebar {
  text-align: center;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta {
  margin-bottom: 20px;
  margin-top: 30px;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li {
  position: relative;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-left: 37px;
  margin-left: 8px;
  margin-right: 8px;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li span {
  display: block;
  color: #ff1949;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li a {
  display: inline-block;
  color: #252525;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li a:hover, .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li a:focus {
  color: #ff1949;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.instructor-details-desc .instructor-details-sidebar .default-btn {
  border-radius: 30px;
}

.instructor-details-desc .instructor-details-sidebar .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.instructor-details-desc .instructor-details-sidebar .social-link li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  position: relative;
  background-color: #ff1949;
  border: 1px solid #ff1949;
  border-radius: 50%;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.instructor-details-desc .instructor-details-sidebar .social-link li a:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a:focus {
  background-color: transparent;
  color: #ff1949;
  border-color: #ff1949;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #ffffff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest:focus {
  color: #bd081c;
  background-color: transparent;
}

.instructor-details-desc .instructor-details h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.instructor-details-desc .instructor-details .sub-title {
  color: #ff1949;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.instructor-details-desc .instructor-details .instructor-details-info {
  margin-top: 25px;
}

.instructor-details-desc .instructor-details .instructor-details-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.instructor-details-desc .instructor-details .instructor-details-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li {
  position: relative;
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding-left: 37px;
  margin-bottom: 15px;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li:last-child {
  margin-bottom: 0;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.instructor-details-desc .instructor-details .instructor-details-info ul li span {
  display: block;
  color: #ff1949;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/*================================================
Mission CSS
=================================================*/
.mission-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-content {
  background-color: #ffffff;
  padding: 60px;
  border-radius: 5px;
  max-width: 630px;
}

.mission-content .section-title {
  margin-bottom: 35px;
}

.mission-content h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.mission-content .default-btn {
  margin-top: 8px;
}

.mission-content .owl-theme .owl-nav {
  margin-top: 0;
}

.mission-content .owl-theme .owl-nav [class*=owl-] {
  color: #252525;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  position: absolute;
  left: -84px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 50%;
}

.mission-content .owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -84px;
}

.mission-content .owl-theme .owl-nav [class*=owl-]:hover, .mission-content .owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #ff1949;
  color: #ffffff;
}

/*================================================
Testimonials CSS
=================================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-testimonials-item {
  background-color: #ffffff;
  padding: 35px 30px 95px;
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 100px;
}

.single-testimonials-item p {
  line-height: 1.9;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.single-testimonials-item .info {
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
}

.single-testimonials-item .info img {
  width: 100px !important;
  height: 100px;
  display: inline-block !important;
  border: 3px solid #ffffff;
}

.single-testimonials-item .info h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.single-testimonials-item .info span {
  color: #183f1d;
  display: block;
  font-weight: 500;
}

.owl-item .single-testimonials-item {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .7;
}

.owl-item.active.center .single-testimonials-item {
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  margin-top: 0;
  background-color: #183f1d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 5px;
}

.owl-item.active.center .single-testimonials-item p {
  color: #ffffff;
}

.testimonials-slides.owl-theme .owl-dots {
  margin-top: 15px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #b3d1b6;
/*  background: #dddddd;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #183f1d;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.feedback-area {
  position: relative;
  z-index: 1;
  background-color: #F7F5F4;
}

.single-feedback-item {
  text-align: left;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.single-feedback-item p {
  color: #252525;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}

.single-feedback-item .info {
  text-align: right;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  padding-right: 118px;
  padding-bottom: 22px;
}

.single-feedback-item .info img {
  width: 100px !important;
  height: 100px;
  display: inline-block !important;
  border: 3px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.single-feedback-item .info h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.single-feedback-item .info span {
  color: #ff1949;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.single-feedback-item .info::before {
  content: '';
  position: absolute;
  right: 290px;
  bottom: 45px;
  width: 110px;
  height: 75px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png);
}

.feedback-slides.owl-theme {
  margin-bottom: -40px;
}

.feedback-slides.owl-theme .single-feedback-item {
  margin-bottom: 40px;
}

.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover, .feedback-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .feedback-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-], .feedback-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: 70px;
  opacity: 1;
  visibility: visible;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .feedback-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 70px;
}

/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.single-gallery-item img {
  border-radius: 5px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-gallery-item:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/*================================================
Students Feedback Form CSS
=================================================*/
.students-feedback-form-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/feedback-form-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.students-feedback-form-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 700;
}

.students-feedback-form {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  color: #ffffff;
}

.students-feedback-form h3 {
  background-color: #ff1949;
  margin-bottom: 0;
  color: #ffffff;
  padding: 25px 20px;
  font-size: 25px;
  font-weight: 600;
}

.students-feedback-form form {
  color: #252525;
  padding: 30px;
}

.students-feedback-form form .form-group {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}

.students-feedback-form form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1.3px solid #eeeeee;
  padding: 0 0 0 30px;
  color: #252525;
  height: 45px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}

.students-feedback-form form .form-group .form-control::-webkit-input-placeholder {
  -webkit-transition: .2s;
  transition: .2s;
}

.students-feedback-form form .form-group .form-control:-ms-input-placeholder {
  -webkit-transition: .2s;
  transition: .2s;
}

.students-feedback-form form .form-group .form-control::-ms-input-placeholder {
  -webkit-transition: .2s;
  transition: .2s;
}

.students-feedback-form form .form-group .form-control::placeholder {
  -webkit-transition: .2s;
  transition: .2s;
}

.students-feedback-form form .form-group .form-control:focus {
  padding-left: 0;
}

.students-feedback-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.students-feedback-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.students-feedback-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.students-feedback-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.students-feedback-form form .form-group .form-control:focus + .label-title::before {
  width: 100%;
}

.students-feedback-form form .form-group .form-control:focus + .label-title {
  color: #A1A1A1;
}

.students-feedback-form form .form-group .form-control:focus + .label-title i {
  top: -15px;
}

.students-feedback-form form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #252525;
}

.students-feedback-form form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ff1949;
}

.students-feedback-form form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 10px;
  font-size: 20px;
}

.students-feedback-form form .form-group textarea.form-control {
  height: auto !important;
  padding-top: 10px;
}

.students-feedback-form::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-top: -20px;
  border-right-color: inherit;
  z-index: -1;
}

.feedback-form-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.feedback-form-inner {
  background-color: #ffffff;
  border-radius: 5px 0 5px 5px;
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
}

.feedback-form-inner .feedback-form-image {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.feedback-form-inner .feedback-form-image img {
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
  right: 0;
}

.feedback-form-inner .feedback-form {
  position: relative;
}

.feedback-form-inner .feedback-form h3 {
  color: #ffffff;
  background-color: #0eb582;
  text-align: center;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
}

.feedback-form-inner .feedback-form form {
  text-align: center;
  padding: 30px 30px 30px 0;
}

.feedback-form-inner .feedback-form form .form-group {
  text-align: left;
  margin-bottom: 15px;
}

.feedback-form-inner .feedback-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .form-control:focus::placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .default-btn {
  margin-top: 5px;
  border-radius: 3px;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
}

.single-blog-post .post-image::before, .single-blog-post .post-image::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-blog-post .post-image::before {
  width: 60px;
  height: 1px;
  left: 100%;
}

.single-blog-post .post-image::after {
  height: 60px;
  width: 1px;
  top: 0;
}

.single-blog-post .post-image .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}

.single-blog-post .post-image .tag a {
  display: inline-block;
  background-color: #ffffff;
  color: #ff1949;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post .post-content {
  margin-top: 25px;
}

.single-blog-post .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
  display: inline-block;
  color: #727695;
  margin-right: 15px;
  position: relative;
}

.single-blog-post .post-content .post-meta li.post-author img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.single-blog-post .post-content .post-meta li.post-author a {
  color: #0eb582;
}

.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: #727695;
}

.single-blog-post .post-content .post-meta li a:hover, .single-blog-post .post-content .post-meta li a:focus {
  color: #ff1949;
}

.single-blog-post .post-content .post-meta li::before {
  position: absolute;
  right: -10px;
  top: 7px;
  height: 14px;
  content: '';
  width: 1px;
  background-color: #727695;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.single-blog-post .post-content .read-more-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.single-blog-post .post-content .read-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-post .post-content .read-more-btn::before {
  content: '';
  position: absolute;
  background-color: #ff1949;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-content .read-more-btn:hover::before, .single-blog-post .post-content .read-more-btn:focus::before {
  width: 100%;
}

.single-blog-post:hover .post-image::before, .single-blog-post:hover .post-image::after, .single-blog-post:focus .post-image::before, .single-blog-post:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.single-blog-post:hover .post-image img, .single-blog-post:focus .post-image img {
  zoom: 1;
  opacity: .9 !important;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-blog-post:hover .post-image .tag a, .single-blog-post:focus .post-image .tag a {
  background-color: #ff1949;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover, .blog-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.blog-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .blog-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.blog-slides.owl-theme:hover .owl-nav [class*=owl-], .blog-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}

.blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .blog-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.owl-item:nth-child(2) .single-blog-post .post-image .tag a, .owl-item:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post .post-image .tag a {
  color: #0eb582;
}

.owl-item:nth-child(2) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(2) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:focus .post-image .tag a {
  background-color: #0eb582;
  color: #ffffff;
}

.owl-item:nth-child(3) .single-blog-post .post-image .tag a, .owl-item:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post .post-image .tag a {
  color: #fea116;
}

.owl-item:nth-child(3) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(3) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:focus .post-image .tag a {
  background-color: #fea116;
  color: #ffffff;
}

.owl-item:nth-child(4) .single-blog-post .post-image .tag a, .owl-item:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post .post-image .tag a {
  color: #1cb5a3;
}

.owl-item:nth-child(4) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(4) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:focus .post-image .tag a {
  background-color: #1cb5a3;
  color: #ffffff;
}

.owl-item:nth-child(5) .single-blog-post .post-image .tag a, .owl-item:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post .post-image .tag a {
  color: #3d64ff;
}

.owl-item:nth-child(5) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(5) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:focus .post-image .tag a {
  background-color: #3d64ff;
  color: #ffffff;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 30px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #ff1949;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #252525;
}

.blog-details-desc .article-content .entry-meta ul li a:hover, .blog-details-desc .article-content .entry-meta ul li a:focus {
  color: #ff1949;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: #727695;
}

.blog-details-desc .article-content .features-list li i {
  color: #ff1949;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #727695;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #252525;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #727695;
  font-weight: 500;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #ff1949;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  color: #727695;
  position: relative;
  top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #ff1949;
  color: #ffffff;
  border: 1px solid #ff1949;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #ff1949;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #f8f8f8;
}

.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #ff1949;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #0eb582;
  font-size: 14px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #252525;
  padding: 5px 12px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #ff1949;
  color: #ffffff;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #252525;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ed67";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ff1949;
  margin-top: 20px;
  margin-bottom: 20px;
}

.raque-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #ff1949;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #ff1949;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #727695;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #ff1949;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #ff1949;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #252525;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #727695;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 600;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 65px;
  color: #252525;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #252525;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #ff1949;
  border-color: #ff1949;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #727695;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #727695;
}

.comments-area .comment-metadata a:hover {
  color: #ff1949;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #727695;
  position: relative;
  top: -1.5px;
  font-weight: normal;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #ff1949;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #0eb582;
}

/*================================================
How It Works CSS
=================================================*/
.how-it-works-area {
  position: relative;
  z-index: 1;
  background-color: #ff1949;
}

.how-it-works-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg-lines.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-it-works-area .section-title .sub-title {
  color: #ffffff;
}

.how-it-works-area .section-title h2 {
  color: #ffffff;
}

.single-work-process {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.single-work-process .icon {
  width: 90px;
  height: 90px;
  position: relative;
  margin-bottom: 30px;
  font-size: 50px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.single-work-process .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.single-work-process h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.single-work-process p {
  color: #ffffff;
  opacity: 0.95;
}

.single-work-process::before {
  content: '';
  position: absolute;
  right: -55px;
  top: 15px;
  width: 110px;
  height: 75px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/white-arrow.png);
}

.single-work-process:hover .icon {
  background-color: #ffffff;
  color: #ff1949;
  border-color: #ffffff;
}

.col-lg-4:nth-child(2) .single-work-process:hover .icon {
  color: #0eb582;
}

.col-lg-4:nth-child(2) .single-work-process::before {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.col-lg-4:nth-child(3) .single-work-process:hover .icon {
  color: #fea116;
}

.col-lg-4:nth-child(3) .single-work-process::before {
  display: none;
}

/*================================================
Pricing CSS
=================================================*/
.pricing-area {
  background-color: #f7fafd;
}

.pricing-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
}

.pricing-table table {
  margin-bottom: 0;
  text-align: center;
}

.pricing-table table thead tr {
  background: #ff1949;
}

.pricing-table table thead tr th {
  vertical-align: middle;
  border: none;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
}

.pricing-table table thead tr th:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}

.pricing-table table tbody td {
  vertical-align: middle;
  color: #252525;
  padding: 16px 20px;
  border-color: #eeeeee;
  font-size: 15px;
  font-weight: 400;
}

.pricing-table table tbody td:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}

.pricing-table table tbody td i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #0eb582;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}

.pricing-table table tbody td i.bx-x {
  line-height: 22px;
}

.pricing-table table tbody tr:nth-child(1) td i, .pricing-table table tbody tr:nth-child(8) td i {
  background-color: #facd60;
}

.pricing-table table tbody tr:nth-child(3) td i, .pricing-table table tbody tr:nth-child(10) td i {
  background-color: #fd6c28;
}

.pricing-table table tbody tr:nth-child(4) td i, .pricing-table table tbody tr:nth-child(11) td i {
  background-color: #ee0979;
}

.pricing-table table tbody tr:nth-child(5) td i, .pricing-table table tbody tr:nth-child(12) td i {
  background-color: #1ac0c6;
}

.pricing-table table tbody tr:nth-child(6) td i, .pricing-table table tbody tr:nth-child(13) td i {
  background-color: #f45271;
}

.pricing-table table tbody tr:nth-child(7) td i, .pricing-table table tbody tr:nth-child(14) td i {
  background-color: #fd6d27;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-color: #183f1d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
/*  padding-top: 330px;*/
  padding: 40px 0px;
}

.page-title-area.page-title-style-two {
  padding-top: 280px;
  padding-bottom: 120px;
}

.page-title-area.page-title-style-three {
  padding-top: 180px;
  padding-bottom: 140px;
}

/*.page-title-area.item-bg1 {
  background-image: url(../img/page-title/1.jpg);
}*/

.page-title-area.item-bg2 {
  background-image: url(../img/page-title/2.jpg);
}

.page-title-area.item-bg3 {
  background-image: url(../img/page-title/3.jpg);
}

.page-title-area.item-bg4 {
  background-image: url(../img/page-title/4.jpg);
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 12px;
  list-style-type: none;
}

.page-title-content ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  color: #ffffff;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
  opacity: .85;
}

.page-title-content ul li a:hover, .page-title-content ul li a:focus {
  color: #ffeb3b;
  opacity: 1;
}

.page-title-content ul li::before {
  content: "\ea50";
  color: #ffffff;
  position: absolute;
  right: -25px;
  top: -4px;
  opacity: .85;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 20px;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}

/*================================================
Events CSS
=================================================*/
.single-events-box {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
}

.single-events-box .events-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
}

.single-events-box .events-box .events-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 5px 0 0 5px;
}

.single-events-box .events-box .events-image .image {
  height: 100%;
  width: 100%;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-events-box .events-box .events-image .image img {
  display: none;
}

.single-events-box .events-box .events-image .image.bg1 {
  background-image: url(../img/events/1.jpg);
}

.single-events-box .events-box .events-image .image.bg2 {
  background-image: url(../img/events/2.jpg);
}

.single-events-box .events-box .events-image .image.bg3 {
  background-image: url(../img/events/3.jpg);
}

.single-events-box .events-box .events-image .image.bg4 {
  background-image: url(../img/events/4.jpg);
}

.single-events-box .events-box .events-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.single-events-box .events-box .events-content .content {
  padding: 30px;
}

.single-events-box .events-box .events-content .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-events-box .events-box .events-content .content h3 a {
  display: inline-block;
}

.single-events-box .events-box .events-content .content .location {
  display: block;
  color: #727695;
  margin-top: 15px;
}

.single-events-box .events-box .events-content .content .location i {
  color: #ff1949;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.single-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
}

.single-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #ff1949;
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}

.single-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}

.single-events-box .events-box .events-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 0 5px 5px 0;
}

.single-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #ff1949;
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
}

.single-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.single-events-box .events-box .events-date .date span::before {
  content: '';
  position: absolute;
  right: 5px;
  top: 4px;
  background: #ffffff;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.single-events-box .events-box .events-date .date h3 {
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.single-events-box .events-box .events-date .date p {
  color: #ffffff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.single-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 200px;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .20;
}

/*================================================
Events Details CSS
=================================================*/
.events-details-header {
  margin-bottom: 25px;
}

.events-details-header .back-all-events {
  display: inline-block;
  color: #727695;
  text-transform: uppercase;
  margin-bottom: 13px;
  position: relative;
  padding-left: 23px;
  font-weight: 600;
  font-size: 14px;
}

.events-details-header .back-all-events i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.events-details-header .back-all-events:hover, .events-details-header .back-all-events:focus {
  color: #ff1949;
}

.events-details-header h3 {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 600;
}

.events-details-header .events-meta {
  margin-top: 20px;
}

.events-details-header .events-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.events-details-header .events-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}

.events-details-header .events-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.events-details-header .events-meta ul li span {
  display: block;
  color: #ff1949;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.events-details-header .events-meta ul li a {
  display: inline-block;
  color: #252525;
}

.events-details-header .events-meta ul li a:hover, .events-details-header .events-meta ul li a:focus {
  color: #ff1949;
}

.events-details-header .events-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.events-details .events-details-image {
  margin-bottom: 25px;
}

.events-details .events-details-image img {
  width: 100%;
  border-radius: 5px;
}

.events-details .events-info-links {
  margin-top: 25px;
}

.events-details .events-info-links a {
  display: inline-block;
  background-color: #ff1949;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px 6px;
  margin-right: 5px;
  border: 1px solid #ff1949;
  font-size: 15px;
  font-weight: 500;
}

.events-details .events-info-links a:hover, .events-details .events-info-links a:focus {
  color: #ff1949;
  background-color: transparent;
}

/*================================================
Count Down CSS
=================================================*/
.countdown-area {
  background-color: #ff1949;
}

.countdown-content h2 {
  margin-bottom: 18px;
  line-height: 1.3;
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
}

.countdown-content .sign-up-btn {
  display: inline-block;
  position: relative;
  color: #ffffff;
  z-index: 1;
  padding-right: 22px;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 16px;
  font-weight: 400;
}

.countdown-content .sign-up-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.countdown-content .sign-up-btn::before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.countdown-content .sign-up-btn:hover, .countdown-content .sign-up-btn:focus {
  padding-right: 25px;
}

.countdown-content .sign-up-btn:hover::before, .countdown-content .sign-up-btn:focus::before {
  width: 0;
}

.countdown-timer #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 50px;
  font-weight: 700;
  margin-left: 30px;
  margin-right: 30px;
}

.countdown-timer #timer div span {
  color: #ffffff;
  margin-top: -6px;
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.countdown-timer #timer div::before {
  content: "\ea4a";
  position: absolute;
  right: -48px;
  top: 9px;
  color: #ffffff;
  font-size: 35px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

.countdown-timer #timer div:first-child {
  margin-left: 0;
}

.countdown-timer #timer div:last-child {
  margin-right: 0;
}

.countdown-timer #timer div:last-child::before {
  display: none;
}

/*================================================
Shop CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}

.woocommerce-topbar .topbar-result-count p {
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.woocommerce-topbar .topbar-ordering-and-search {
  text-align: right;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
  background-color: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: #727695;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #727695;
  border-width: 1px;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option {
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option:hover, .woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.focus, .woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #ff1949;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected {
  font-weight: 400;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form {
  position: relative;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 14.2px;
  font-size: 18px;
  color: #ff1949;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search {
  height: 50px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 3px 15px 0 48px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

.single-product-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.single-product-box .product-image a {
  display: block;
}

.single-product-box .product-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product-box .product-image a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
}

.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  background-color: #252525;
  color: #ffffff;
  padding: 18px 20px 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}

.single-product-box .product-image .add-to-cart-btn:hover, .single-product-box .product-image .add-to-cart-btn:focus {
  background-color: #ff1949;
  color: #ffffff;
}

.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-product-box .product-content {
  padding: 30px 25px;
}

.single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.single-product-box .product-content h3 a {
  display: inline-block;
}

.single-product-box .product-content .price {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
}

.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 14px;
}

.single-product-box .product-content .rating {
  margin-top: 10px;
  color: #ffb708;
  font-size: 18px;
}

.single-product-box .product-content .rating i {
  margin-right: -1px;
}

.single-product-box:hover .product-image a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Product Details CSS
=================================================*/
.products-details-image img {
  width: 100%;
  border-radius: 5px;
}

.products-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.products-details-image .slick-dots {
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.products-details-image .slick-dots li {
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 5px;
}

.products-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

.products-details-image .slick-dots li:last-child {
  margin-right: 0;
}

.products-details-image .slick-dots li:first-child {
  margin-left: 0;
}

.products-details-image .slick-thumbs {
  display: none;
}

.product-details-desc h3 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}

.product-details-desc .price {
  margin-bottom: 15px;
  color: #ff1949;
  font-size: 15px;
  font-weight: 600;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}

.product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}

.product-details-desc .product-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}

.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #252525;
  border-bottom: 1px solid #252525;
  line-height: initial;
  position: relative;
  top: -2px;
}

.product-details-desc .product-review .rating-count:hover {
  color: #ff1949;
  border-color: #ff1949;
}

.product-details-desc .product-meta {
  margin-top: 20px;
}

.product-details-desc .product-meta span {
  display: block;
  color: #252525;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.product-details-desc .product-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

.product-details-desc .product-meta span span.sku {
  color: #ff1949;
}

.product-details-desc .product-meta span span.in-stock {
  color: #0eb582;
}

.product-details-desc .product-meta span a {
  display: inline-block;
  color: #727695;
}

.product-details-desc .product-meta span a:hover, .product-details-desc .product-meta span a:focus {
  color: #ff1949;
}

.product-details-desc .product-meta span:last-child {
  margin-bottom: 0;
}

.product-details-desc .product-add-to-cart {
  margin-top: 25px;
}

.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #ff1949;
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: #252525;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #252525;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #252525;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #252525;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #252525;
}

.product-details-desc .product-add-to-cart .default-btn {
  height: 50px;
  top: -1px;
  position: relative;
  line-height: 50px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
  display: block;
  color: #727695;
  margin-bottom: 10px;
}

.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  color: #252525;
  border: 1px dashed #eeeeee;
  background-color: #ebebeb;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 500;
  font-size: 15px;
}

.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #252525;
  margin: 2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
      color: #183f1d;
    background-color: #f6ee2321;
    border-color: #c5bf29;
}

.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
  border-color: #183f1d;
}

.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
  background: #183f1d;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
    background-color: #183f1d;
    border-color: #183f1d;
}

.products-details-tab .tabs li.current a .dot {
  border-color: #ffffff;
}

.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tab-content {
  border: 1px dashed #eeeeee;
  padding: 30px;
/*  background: #f3fff4bf;*/
  background: #f3faff;
  padding: 25px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: 0 0 16px 16px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content p:last-child {
/*  margin-bottom: 0;*/
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #727695;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #252525;
  font-weight: 500;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 18px;
  margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
/*  padding-right: 200px;*/
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 18px;
  color: #ebebeb;
  margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 500;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #727695;
  top: 40px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff1949;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .default-btn {
  margin-top: 10px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li {
    list-style: disc;
    margin-left: 25px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul {
    margin-bottom: 20px;
}

.related-products {
  margin-top: 70px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px 0 25px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #727695;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  color: #727695;
  font-weight: 500;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #252525;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
  font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #ff1949;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #252525;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #252525;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #252525;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #252525;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #252525;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
  text-align: right;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code .form-control {
  height: 50px;
}

.cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-buttons .shopping-coupon-code .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #252525;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #ff1949;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 650px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-top: 50px;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}

.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 15px 15px;
  color: #252525;
  overflow: hidden;
  font-weight: 500;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  font-size: 18px;
  border-top: none;
}

.cart-totals ul li:last-child span {
  color: #252525;
}

.cart-totals ul li span {
  float: right;
  color: #727695;
  font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 15px 20px;
  border-top: 3px solid #ff1949;
  position: relative;
  margin-bottom: 40px;
}

.user-actions i {
  color: #ff1949;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #ff1949;
}

.user-actions span a {
  display: inline-block;
  color: #252525;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #ff1949;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
}

.billing-details .title::before {
  content: '';
  position: absolute;
  background: #ff1949;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 48px;
  color: #727695;
  font-weight: normal;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #ff1949 !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-group .form-control {
  background: #f3f3f3;
  border-color: #f3f3f3;
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.billing-details .form-group .form-control:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.billing-details .form-group .form-control::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.billing-details .form-group .form-control::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.billing-details .form-group .form-control:focus {
  background-color: transparent;
  border-color: #eeeeee;
}

.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus::placeholder {
  color: transparent;
}

.billing-details .form-check {
  margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
  color: #252525;
}

.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
}

.order-details .title::before {
  content: '';
  position: absolute;
  background: #ff1949;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 12px 20px 10px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #727695;
  border-color: #eaedff;
  font-size: 14.5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #727695;
  display: inline-block;
  font-weight: 500;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #ff1949;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #252525;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
  color: #252525;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #252525;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ff1949;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .default-btn {
  margin-top: 15px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border-radius: 3px;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: -12px;
}

.pagination-area .page-numbers {
  color: #252525;
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current {
  color: #ff1949;
}

.pagination-area .page-numbers.prev, .pagination-area .page-numbers.next {
  font-size: 28px;
  position: relative;
  top: 5px;
  margin-left: -3px;
  margin-right: -3px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 40px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 10px;
  border-left: 3px dashed #dfdfdf;
  font-size: 19px;
  font-weight: 600;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 6px;
  background: #ff1949;
}

.widget-area .widget .widget-title::after {
  content: '';
  position: absolute;
  left: -3px;
  top: 16px;
  width: 3px;
  height: 6px;
  background: #0eb582;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
  height: 55px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 3px 0 0 18px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.widget-area .widget_search form button {
  border: none;
  background-color: #ff1949;
  color: #ffffff;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #0eb582;
  color: #ffffff;
}

.widget-area .widget_raque_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_raque_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_raque_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_raque_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/7.jpg);
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/8.jpg);
}

.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/9.jpg);
}

.widget-area .widget_raque_posts_thumb .item .thumb::before, .widget-area .widget_raque_posts_thumb .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget-area .widget_raque_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.widget-area .widget_raque_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.widget-area .widget_raque_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_raque_posts_thumb .item .info time {
  display: block;
  color: #727695;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_raque_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_raque_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_raque_posts_thumb .item:hover .thumb::before, .widget-area .widget_raque_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #252525;
  padding-left: 18px;
  font-weight: 600;
  font-size: 14px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #0eb582;
  height: 8px;
  width: 8px;
  content: '';
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #252525;
  display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
  color: #ff1949;
}

.widget-area .widget_categories ul li .post-count {
  color: #727695;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}

.widget-area .tagcloud a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #727695;
  padding: 7px 18px;
  border: 1px dashed #eeeeee;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13.5px !important;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #ff1949;
  border-color: #ff1949;
}

.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.widget-area .widget_instagram ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.widget-area .widget_instagram ul li a {
  position: relative;
}

.widget-area .widget_instagram ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff1949;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_instagram ul li a:hover::before {
  opacity: .70;
  visibility: visible;
}

.widget-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  background-image: url(../img/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #ff1949;
  opacity: .60;
  z-index: -1;
}

.widget-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
}

.widget-area .widget_contact .text .icon {
  width: 65px;
  height: 65px;
  border: 2px dashed #ffffff;
  position: relative;
  color: #ffffff;
  border-radius: 50%;
  font-size: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.widget-area .widget_contact .text .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 500;
}

.widget-area .widget_contact .text a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
}

.widget-area .widget_contact:hover .text .icon {
  background-color: #ffffff;
  color: #ff1949;
  border-color: #ffffff;
}

.widget-area .widget_events_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_events_details ul li {
  border-bottom: 1px dashed #eeeeee;
  color: #727695;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-area .widget_events_details ul li:first-child {
  border-top: 1px dashed #eeeeee;
}

.widget-area .widget_events_details ul li span {
  display: inline-block;
  color: #252525;
  font-weight: 600;
}

.widget-area .widget_events_details ul li a {
  display: inline-block;
  color: #727695;
}

.widget-area .widget_events_details ul li a:hover {
  color: #ff1949;
}

/*================================================
Login CSS
=================================================*/
.login-image {
  height: 100%;
  width: 100%;
  background-image: url(../img/login-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-image img {
  display: none;
}

.login-content {
  height: 100vh;
}

.login-content .login-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.login-content .login-form .logo {
  margin-bottom: 30px;
}

.login-content .login-form .logo a {
  display: inline-block;
}

.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.login-content .login-form p {
  margin-top: 8px;
  margin-bottom: 0;
}

.login-content .login-form p a {
  display: inline-block;
}

.login-content .login-form form {
  margin-top: 35px;
}

.login-content .login-form form .form-group {
  margin-bottom: 15px;
}

.login-content .login-form form .form-control {
  background-color: #ffffff;
  color: #252525;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 15px;
}

.login-content .login-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus::placeholder {
  color: transparent;
}

.login-content .login-form form button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
  padding: 13px 25px 12px 25px;
  position: relative;
  background-color: #ff1949;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  border-width: 2px;
  border-style: solid;
  border-color: #ff1949;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 700;
}

.login-content .login-form form button:hover, .login-content .login-form form button:focus {
  background-color: #0eb582;
  color: #ffffff;
  border-color: #0eb582;
}

.login-content .login-form form .forgot-password {
  text-align: right;
  margin-top: 20px;
}

.login-content .login-form form .forgot-password a {
  display: inline-block;
  color: #ff1949;
  text-decoration: underline;
}

.login-content .login-form form .forgot-password a:hover {
  color: #0eb582;
}

.login-content .login-form form .connect-with-social {
  margin-top: 20px;
}

.login-content .login-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ff1949;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 30px;
  border-radius: 2px;
  color: #ff1949;
  font-weight: 500;
}

.login-content .login-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}

.login-content .login-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.login-content .login-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}

.login-content .login-form form .connect-with-social button.twitter {
  margin-top: 10px;
  border-color: #1da1f2;
  color: #1da1f2;
}

.login-content .login-form form .connect-with-social button.twitter:hover {
  background-color: #1da1f2;
  color: #ffffff;
  border-color: #1da1f2;
}

.login-content .login-form form .connect-with-social button:hover {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
}

/*================================================
Register CSS
=================================================*/
.register-image {
  height: 100%;
  width: 100%;
  background-image: url(../img/register-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.register-image img {
  display: none;
}

.register-content {
  height: 100vh;
}

.register-content .register-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.register-content .register-form .logo {
  margin-bottom: 30px;
}

.register-content .register-form .logo a {
  display: inline-block;
}

.register-content .register-form h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.register-content .register-form p {
  margin-top: 8px;
  margin-bottom: 0;
}

.register-content .register-form p a {
  display: inline-block;
}

.register-content .register-form form {
  margin-top: 35px;
}

.register-content .register-form form .form-group {
  margin-bottom: 15px;
}

.register-content .register-form form .form-control {
  background-color: #ffffff;
  color: #252525;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 15px;
}

.register-content .register-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-content .register-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-content .register-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-content .register-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-content .register-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.register-content .register-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.register-content .register-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.register-content .register-form form .form-control:focus::placeholder {
  color: transparent;
}

.register-content .register-form form button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
  padding: 13px 25px 12px 25px;
  position: relative;
  background-color: #ff1949;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  border-width: 2px;
  border-style: solid;
  border-color: #ff1949;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 700;
}

.register-content .register-form form button:hover, .register-content .register-form form button:focus {
  background-color: #0eb582;
  color: #ffffff;
  border-color: #0eb582;
}

.register-content .register-form form .connect-with-social {
  margin-top: 20px;
}

.register-content .register-form form .connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: #727695;
  margin-bottom: 20px;
}

.register-content .register-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ff1949;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 30px;
  border-radius: 2px;
  color: #ff1949;
  font-weight: 500;
}

.register-content .register-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}

.register-content .register-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.register-content .register-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}

.register-content .register-form form .connect-with-social button.twitter {
  margin-top: 10px;
  border-color: #1da1f2;
  color: #1da1f2;
}

.register-content .register-form form .connect-with-social button.twitter:hover {
  background-color: #1da1f2;
  color: #ffffff;
  border-color: #1da1f2;
}

.register-content .register-form form .connect-with-social button:hover {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}

.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
  color: #252525;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
          box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: 16px;
  font-weight: 600;
}

.faq-accordion-tab .tabs li a i {
  font-size: 30px;
}

.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
  background-color: #ff1949;
  color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
  background-color: #ff1949;
  color: #ffffff;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
          box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: #ffffff;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 17px 60px;
  color: #252525;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #f6f7fb;
  background-image: url(../img/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 850px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 50px 60px 50px 30px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-content h2 {
  font-size: 37px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-content #timer div {
  background-color: #333333;
  color: #ffffff;
  width: 110px;
  height: 120px;
  border-radius: 5px;
  font-size: 38px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}

.coming-soon-content form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #252525;
}

.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 9px;
  font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ff1949;
}

.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0 0 0 32px;
  color: #252525;
  height: 45px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:focus {
  padding-left: 2px;
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus + .label-title::before {
  width: 100%;
}

.coming-soon-content form .form-group .input-newsletter:focus + .label-title {
  color: #A1A1A1;
}

.coming-soon-content form .form-group .input-newsletter:focus + .label-title i {
  top: -22px;
}

.coming-soon-content form .validation-danger {
  color: red;
  margin-top: 10px;
}

.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Error 404 CSS
=================================================*/
.error-404-area {
  z-index: 1;
  background: #f8f8f8;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}

.error-404-area .notfound {
  position: relative;
  max-width: 520px;
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.error-404-area .notfound .notfound-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.error-404-area .notfound .notfound-bg div {
  width: 100%;
  background: #ffffff;
  border-radius: 90px;
  height: 125px;
}

.error-404-area .notfound .notfound-bg div:nth-child(1) {
  -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
          box-shadow: 5px 5px 0 0 #f3f3f3;
}

.error-404-area .notfound .notfound-bg div:nth-child(2) {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
          box-shadow: 5px 5px 0 0 #f3f3f3;
  position: relative;
  z-index: 10;
}

.error-404-area .notfound .notfound-bg div:nth-child(3) {
  -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
          box-shadow: 5px 5px 0 0 #f3f3f3;
  position: relative;
  z-index: 90;
}

.error-404-area .notfound h1 {
  background: url(../img/oops-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}

.error-404-area .notfound h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
}

.error-404-area .notfound p {
  color: #6084a4;
  margin-bottom: 20px;
  line-height: 1.7;
}

/*================================================
Contact CSS
=================================================*/
.contact-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-box {
      text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); */
    /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); */
    /* background: #ffffff; */
    /* padding: 30px 60px; */
    padding: 20px;
    /* min-height: 282px; */
    border-top: 1px solid #e1e1e1;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f6ee2321;
  border-radius: 50%;
  font-size: 35px;
  color: #183f1d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.contact-info-box p {
  margin-bottom: 2px;
  font-size: 14px;
  text-align: left;
}

.contact-info-box p a {
  display: inline-block;
  color: #000000;
}

.contact-info-box p a:hover {
  color: #183f1d;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
          background-color: #f6ee2321;
}

.contact-info-box:hover .icon {
  background-color: #183f1d;
  color: #ffffff;
  border-color: #183f1d;
}

.contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  padding: 50px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#contactForm .form-group {
  margin-bottom: 15px;
}

#contactForm .form-group .form-control {
  height: 50px;
  border-radius: 5px;
}

#contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}

#contactForm .form-group textarea.form-control {
  height: auto;
}

#contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

#contactForm .default-btn {
  border-radius: 30px;
  margin-top: 10px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px #f6ee2333;
          box-shadow: 0 5px 28.5px 1.5px #f6ee2333;
}

#contactForm .default-btn:hover, #contactForm .default-btn:focus {
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
}

#contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.contact-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  text-align: center;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

#map iframe {
  height: 550px;
  width: 100%;
  border: none;
  margin-bottom: -7px;
}

/*new-CSS*/
/*================================================
My Account CSS
=================================================*/
.myAccount-profile {
  margin-bottom: 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}

.myAccount-profile .profile-image img {
  border-radius: 5px;
}

.myAccount-profile .profile-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.myAccount-profile .profile-content h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}

.myAccount-profile .profile-content .contact-info {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.myAccount-profile .profile-content .contact-info li {
  margin-bottom: 10px;
  color: #727695;
  position: relative;
  padding-left: 25px;
}

.myAccount-profile .profile-content .contact-info li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  color: #252525;
  top: 1px;
}

.myAccount-profile .profile-content .contact-info li a {
  display: inline-block;
  color: #727695;
}

.myAccount-profile .profile-content .contact-info li a:hover, .myAccount-profile .profile-content .contact-info li a:focus {
  color: #ff1949;
}

.myAccount-profile .profile-content .contact-info li:last-child {
  margin-bottom: 0;
}

.myAccount-profile .profile-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.myAccount-profile .profile-content .social li {
  display: inline-block;
  margin-right: 2px;
}

.myAccount-profile .profile-content .social li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ff1949;
  background-color: #f4f4f4;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}

.myAccount-profile .profile-content .social li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
}

.myAccount-profile .profile-content .social li a:hover, .myAccount-profile .profile-content .social li a:focus {
  background-color: #ff1949;
  color: #ffffff;
}

.myAccount-profile .profile-content .myAccount-logout {
  display: inline-block;
  margin-top: 20px;
  background-color: #d9534f;
  color: #ffffff;
  padding: 7px 20px 8px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.myAccount-profile .profile-content .myAccount-logout:hover {
  background-color: red;
  color: #ffffff;
}

.myAccount-navigation {
  margin-bottom: 30px;
}

.myAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}

.myAccount-navigation ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -1px;
}

.myAccount-navigation ul li a {
  display: block;
  padding: 9px 25px 9px 50px;
  color: #252525;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.myAccount-navigation ul li a i {
  font-size: 18px;
  position: absolute;
  left: 25px;
  top: 47%;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
}

.myAccount-navigation ul li a.active, .myAccount-navigation ul li a:hover {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
}

.myAccount-navigation ul li:last-child {
  margin-right: 0;
}

.myAccount-content p {
  margin-bottom: 10px;
}

.myAccount-content p:last-child {
  margin-bottom: 0;
}

.myAccount-content p a {
  display: inline-block;
  color: #ff1949;
}

.myAccount-content p a:hover {
  color: #252525;
}

.myAccount-content h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.myAccount-content .recent-orders-table .table {
  margin-bottom: 0;
}

.myAccount-content .recent-orders-table .table thead th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  padding: 13px 20px 12px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}

.myAccount-content .recent-orders-table .table tbody td {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  color: #252525;
  padding: 13px 20px 12px;
}

.myAccount-content .recent-orders-table .table tbody td .view-button {
  display: inline-block;
  background-color: #EAEAEC;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}

.myAccount-content .recent-orders-table .table tbody td .view-button:hover {
  background-color: #ff1949;
  color: #ffffff;
}

.myAccount-content .orders-table .table {
  margin-bottom: 0;
}

.myAccount-content .orders-table .table thead th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  padding: 13px 20px 12px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}

.myAccount-content .orders-table .table tbody td {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  color: #252525;
  padding: 13px 20px 12px;
}

.myAccount-content .orders-table .table tbody td .view-button {
  display: inline-block;
  background-color: #EAEAEC;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}

.myAccount-content .orders-table .table tbody td .view-button:hover {
  background-color: #ff1949;
  color: #ffffff;
}

.myAccount-content .downloads-table .table {
  margin-bottom: 0;
}

.myAccount-content .downloads-table .table thead th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  padding: 13px 20px 12px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}

.myAccount-content .downloads-table .table tbody td {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  color: #252525;
  padding: 13px 20px 12px;
}

.myAccount-content .downloads-table .table tbody td a {
  display: inline-block;
}

.myAccount-content .downloads-table .table tbody td .downloads-button {
  display: inline-block;
  background-color: #EAEAEC;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}

.myAccount-content .downloads-table .table tbody td .downloads-button:hover {
  background-color: #ff1949;
  color: #ffffff;
}

.myAccount-content .edit-account {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 40px;
  border-radius: 5px;
}

.myAccount-content .edit-account h3 {
  margin-top: 0;
  font-size: 20px;
}

.myAccount-content .edit-account .form-group {
  margin-bottom: 20px;
}

.myAccount-content .edit-account .form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.myAccount-content .edit-account .form-group label .required {
  color: red;
  font-size: 15px;
}

.myAccount-content .edit-account .form-group span {
  font-size: 13.5px;
  color: #727695;
  display: inline-block;
}

.myAccount-content .edit-account .form-group span em {
  margin-top: 5px;
  display: inline-block;
}

.myAccount-content .edit-account .form-group .nice-select {
  background-color: #ffffff;
  border-radius: 3px;
  height: 48px;
  border: solid 1px #e6e9fc;
  line-height: 48px;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
}

.myAccount-content .edit-account .form-group .nice-select span {
  font-size: 15px;
  color: #252525;
  display: block;
}

.myAccount-content .edit-account .form-group .nice-select .list {
  border: solid 1px #e6e9fc;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.myAccount-content .edit-account .form-group .nice-select .list .option {
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}

.myAccount-content .edit-account .form-group .nice-select .list .option:hover, .myAccount-content .edit-account .form-group .nice-select .list .option.focus, .myAccount-content .edit-account .form-group .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #ff1949;
}

.myAccount-content .edit-account .form-group .nice-select .list .option.selected {
  font-weight: 400;
}

.myAccount-content .edit-account .form-group .nice-select::after {
  right: 15px;
}

.myAccount-content .edit-account legend {
  display: block;
  margin-bottom: 15px;
  color: #727695;
  font-size: 20px;
  font-weight: 500;
}

.myAccount-content .edit-account .default-btn {
  border-radius: 30px;
  margin-top: 5px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.1);
          box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.1);
}

.myAccount-content .edit-account .default-btn:hover, .myAccount-content .edit-account .default-btn:focus {
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.1);
          box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.1);
}

.myAccount-content .myAccount-addresses {
  margin-top: 20px;
}

.myAccount-content .myAccount-addresses .addresses-title {
  overflow: hidden;
}

.myAccount-content .myAccount-addresses .addresses-title h3 {
  font-size: 18px;
  float: left;
  margin-top: 0;
  margin-bottom: 12px;
}

.myAccount-content .myAccount-addresses .addresses-title .edit {
  float: right;
  display: block;
  background: #f9f9f9;
  padding: 4px 10px 2px;
  font-size: 13.5px;
  font-weight: 500;
}

.myAccount-content .myAccount-addresses .addresses-title .edit:hover {
  color: #ffffff;
  background-color: #ff1949;
}

.myAccount-content .myAccount-addresses address {
  color: #727695;
  line-height: 1.8;
  margin-bottom: 0;
}

/*end-new-CSS*/
/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #183f1d;
  padding-top: 100px;
}

.single-footer-widget h3 {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.single-footer-widget .contact-us-link {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-right: 10px;
}

.single-footer-widget .contact-us-link li {
  margin-bottom: 12px;
  color: #cccccc;
  position: relative;
  padding-left: 25px;
}

.single-footer-widget .contact-us-link li i {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}

.single-footer-widget .contact-us-link li a {
  display: inline-block;
  color: #cccccc;
}
.contact-us-link li p{
  color: #cccccc;
}

.single-footer-widget .contact-us-link li a:hover, .single-footer-widget .contact-us-link li a:focus {
  color: #f6ee23;
}

.single-footer-widget .contact-us-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .support-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-footer-widget .support-link li {
  margin-bottom: 11px;
}

.single-footer-widget .support-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .support-link li a {
  display: inline-block;
  color: #cccccc;
}

.single-footer-widget .support-link li a:hover, .single-footer-widget .support-link li a:focus {
  color: #ffeb3b;
  padding-left: 7px;
}

.single-footer-widget .useful-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-footer-widget .useful-link li {
  margin-bottom: 11px;
}

.single-footer-widget .useful-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .useful-link li a {
  display: inline-block;
  color: #cccccc;
}

.single-footer-widget .useful-link li a:hover, .single-footer-widget .useful-link li a:focus {
  color: #ffeb3b;
  padding-left: 7px;
}

.single-footer-widget .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 2px;
}

.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #183f1d;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}

.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
}

.single-footer-widget .social-link li a:hover, .single-footer-widget .social-link li a:focus {
  background-color: #ffeb3b;
  color: #183f1d;
}

.single-footer-widget .newsletter-box p {
  color: #cccccc;
  font-family: "Poppins", sans-serif;
}

.single-footer-widget .newsletter-box form {
  position: relative;
}

.single-footer-widget .newsletter-box form label {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
}

.single-footer-widget .newsletter-box form .input-newsletter {
  width: 100%;
  background-color: transparent;
  border: 1px solid #848282;
  border-radius: 5px;
  height: 43px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .newsletter-box form .input-newsletter::-webkit-input-placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter:-ms-input-placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter::-ms-input-placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter::placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter:focus {
  padding-left: 12px;
  border-color: #ff1949;
}

.single-footer-widget .newsletter-box form button {
  display: block;
  margin-top: .9rem;
  width: 100%;
  border-radius: .25rem;
  background-color: #ff1949;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
}

.single-footer-widget .newsletter-box form button:hover, .single-footer-widget .newsletter-box form button:focus {
  background-color: #0eb582;
  color: #ffffff;
}

.single-footer-widget .newsletter-box form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -35px;
  color: #ffffff;
}

.footer-bottom-area {
  margin-top: 70px;
  text-align: center;
  background-color: #090a0e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom-area .logo {
  margin-bottom: 18px;
}

.footer-bottom-area p {
  color: #cccccc;
  font-size: 14px;
}

.footer-bottom-area p i {
  position: relative;
  top: 1px;
}

.footer-bottom-area p a {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.footer-bottom-area p a:hover, .footer-bottom-area p a:focus {
  color: #ffeb3b;
  text-decoration: underline;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -42px;
  right: 15px;
  color: #183f1d;
  background-color: #ffeb3b;
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}

.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  -webkit-transition: .3s;
  transition: .3s;
}

.go-top.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  margin-top: -3px;
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.header-area.header-color-white .top-header {
  background-color: transparent;
  border-bottom: 1px solid #343434;
}

.header-area.header-color-white .top-header .top-header-social {
  border-left-color: #343434;
}

.header-area.header-color-white .navbar-style-three .raque-nav {
  background-color: transparent;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar {
  background-color: transparent;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a {
  color: rgba(255, 255, 255, 0.87);
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a.active, .header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active, .header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three .others-option .language-switcher .dropdown-toggle {
  color: rgba(255, 255, 255, 0.87);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-area.header-color-white .navbar-style-three .others-option .language-switcher .dropdown-toggle:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .others-option .cart-wrapper-btn {
  color: rgba(255, 255, 255, 0.87);
}

.header-area.header-color-white .navbar-style-three .others-option .cart-wrapper-btn:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .others-option .search-box {
  color: rgba(255, 255, 255, 0.87);
}

.header-area.header-color-white .navbar-style-three .others-option .search-box:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a.active, .header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active, .header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .language-switcher .dropdown-toggle {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .language-switcher .dropdown-toggle:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .cart-wrapper-btn {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .cart-wrapper-btn:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .search-box {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .search-box:hover {
  color: #ff1949;
}

.top-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

/*================================================
Health Coaching Banner CSS
=================================================*/
.health-coaching-banner .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.single-banner-item {
  padding-top: 205px;
  padding-bottom: 205px;
  padding-left: 175px;
  padding-right: 175px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-banner-item.bg-1 {
  background-image: url(../img/health-coaching/main-banner1.jpg);
}

.single-banner-item.bg-2 {
  background-image: url(../img/health-coaching/main-banner2.jpg);
}

.single-banner-item h1 {
  max-width: 675px;
  margin-bottom: 35px;
  color: #005d40;
  font-size: 70px;
  font-weight: 700;
}

.single-banner-item p {
  color: #252525;
  max-width: 590px;
  font-weight: 600;
  font-size: 16px;
}

.single-banner-item .default-btn {
  margin-top: 15px;
}

.health-coaching-banner-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  font-size: 35px;
  line-height: 1;
  color: #005d40;
  background-color: transparent !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  padding: 0 0 0 6px !important;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]::before {
  width: 28px;
  height: 35px;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  z-index: -1;
  border: 1px solid #005d40;
  border-radius: 2px;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 40px;
  padding: 0 6px 0 0 !important;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
  left: auto;
  right: 0;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  border-color: #ffffff;
}

.owl-item.active .single-banner-item h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.owl-item.active .single-banner-item p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.owl-item.active .single-banner-item .default-btn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.health-coaching-bg-image {
  position: relative;
  z-index: 1;
}

.health-coaching-bg-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 73.5%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/health-coaching/bg-image.jpg);
  background-repeat: no-repeat;
}

/*================================================
Business Coaching Banner CSS
=================================================*/
.business-coaching-banner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  background-image: url(../img/business-coaching/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-coaching-banner .container {
  max-width: 1250px;
}

.business-banner-content {
  z-index: 1;
  position: relative;
  padding: 70px;
}

.business-banner-content .shape {
  position: absolute;
  left: -13%;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  z-index: -1;
}

.business-banner-content .shape img {
  max-width: 140%;
}

.business-banner-content h1 {
  margin-bottom: 25px;
  font-size: 55px;
  font-weight: 700;
}

.business-banner-content p {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}

.business-banner-content .default-btn {
  margin-top: 15px;
}

.business-banner-image {
  text-align: right;
}

.business-shape1 {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: -1;
}

.business-shape1 img {
  -webkit-animation: movebounce3 8s linear infinite;
          animation: movebounce3 8s linear infinite;
}

.business-shape2 {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}

.business-shape2 img {
  -webkit-animation: movebounce2 8s linear infinite;
          animation: movebounce2 8s linear infinite;
}

.business-shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Featured CSS
=================================================*/
.featured-area .section-title h2 {
  color: #ffffff;
}

.featured-area .section-title p {
  color: #ffffff;
  opacity: 0.95;
}

.single-featured-box {
  margin-bottom: 30px;
  text-align: center;
  border: 1px dashed #6ba292;
  border-radius: 5px;
  padding: 40px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #ffffff;
  font-size: 65px;
  color: #005d40;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-featured-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 700;
}

.single-featured-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.single-featured-box .link-btn {
  display: inline-block;
  color: #ff1949;
  font-weight: 600;
  margin-top: 5px;
}

.single-featured-box:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-featured-box:hover .icon {
  color: #ffffff;
  background-color: #005d40;
}

.single-featured-box:hover h3 {
  color: #252525;
}

.single-featured-box:hover p {
  color: #252525;
}

/*================================================
Services CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
}

.services-area .section-title h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.single-services-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 92px;
}

.single-services-box .icon {
  width: 70px;
  height: 70px;
  line-height: 69px;
  background-color: #ffffff;
  font-size: 40px;
  color: #005d40;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #d0e1dc;
  position: absolute;
  left: 0;
  top: 2px;
}

.single-services-box h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 700;
}

.single-services-box:hover .icon {
  background-color: #005d40;
  color: #ffffff;
  border-color: #005d40;
}

.services-box {
  margin-bottom: 30px;
  border: 4px solid #fbf1f2;
  border-radius: 5px;
  padding: 30px 30px 30px 90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.services-box .icon {
  position: absolute;
  left: 30px;
  top: 32px;
  color: #252525;
  font-size: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}

.services-box h3 {
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 700;
}

.services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box:hover {
  border-color: #ff1949;
  background-color: #ff1949;
  color: #ffffff;
}

.services-box:hover .icon, .services-box:hover p, .services-box:hover h3 {
  color: #ffffff;
}

.services-btn {
  text-align: center;
  margin-top: 10px;
}

.divider.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.divider.bg-e4feff {
  background-color: #e4feff;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.health-coaching-shape1 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: -1;
}

.health-coaching-shape1 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
}

.health-coaching-shape2 {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
}

.health-coaching-shape2 img {
  -webkit-animation: movebounce2 8s linear infinite;
          animation: movebounce2 8s linear infinite;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*================================================
Experience CSS
=================================================*/
.experience-area {
  position: relative;
  z-index: 1;
}

.experience-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ff1949;
  font-weight: 500;
  margin-bottom: 10px;
}

.experience-content h2 {
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: 700;
}

.experience-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
}

.experience-content .features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

.experience-content .features-list li span {
  display: block;
  color: #252525;
  position: relative;
  font-weight: 600;
  padding-left: 40px;
  padding-top: 5px;
}

.experience-content .features-list li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.experience-content .features-list li span i::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #005d40;
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.experience-content .features-list li span:hover i {
  background-color: #ff1949;
  color: #ff1949;
}

.experience-content .features-list li span:hover i::after {
  background-color: #ffffff;
}

.experience-content .default-btn {
  margin-top: 35px;
}

.experience-image {
  text-align: right;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.experience-image::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  margin-right: 30px;
}

.health-coaching-shape3 {
  position: absolute;
  left: 8px;
  bottom: 0;
  z-index: -1;
}

.health-coaching-shape3 img {
  -webkit-animation: movebounce3 8s linear infinite;
          animation: movebounce3 8s linear infinite;
}

.health-coaching-shape4 {
  position: absolute;
  right: 3%;
  top: 65%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  z-index: -1;
}

.health-coaching-shape4 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
  max-width: 300px;
}

@-webkit-keyframes movebounce3 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes movebounce3 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*================================================
Program CSS
=================================================*/
.program-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/health-coaching/program-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.program-area .section-title h2 {
  max-width: 585px;
  color: #ffffff;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
}

.program-area .section-title p {
  color: #ffffff;
}

.program-area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-color: #005d40;
  opacity: 0.75;
}

.program-area::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 32%;
  background-color: #ffffff;
  z-index: -2;
}

.single-program-box {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-program-box .icon {
  font-size: 60px;
  line-height: 1;
  color: #005d40;
  margin-bottom: 20px;
}

.single-program-box h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.single-program-box .link-btn {
  display: inline-block;
  color: #ff1949;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
}

.single-program-box .link-btn:hover {
  color: #005d40;
}

.single-program-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.health-coaching-shape5 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  bottom: 4%;
}

.health-coaching-shape5 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Courses CSS
=================================================*/
.single-courses-box-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-box-item .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.single-courses-box-item .courses-image .image {
  border-radius: 5px 5px 0 0;
}

.single-courses-box-item .courses-image .image img {
  border-radius: 5px 5px 0 0;
}

.single-courses-box-item .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.single-courses-box-item .courses-image .fav:hover {
  color: #ff1949;
}

.single-courses-box-item .courses-image .price {
  display: inline-block;
  background-color: #005d40;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -32.5px;
  text-align: center;
  line-height: 67px;
  font-size: 24px;
  font-weight: 600;
}

.single-courses-box-item .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 25px;
}

.single-courses-box-item .courses-content .course-author {
  margin-bottom: 15px;
}

.single-courses-box-item .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-courses-box-item .courses-content .course-author span {
  color: #ff1949;
}

.single-courses-box-item .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}

.single-courses-box-item .courses-content h3 a {
  display: inline-block;
}

.courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}

.courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}

.courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.courses-box .courses-image .fav:hover {
  color: #ff1949;
}

.courses-box .courses-image .price {
  display: inline-block;
  background-color: #ff1949;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -32.5px;
  border: 4px solid #f8e8e9;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
}

.courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.courses-box .courses-content .course-author {
  margin-bottom: 15px;
}

.courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.courses-box .courses-content .course-author span {
  color: #ff1949;
}

.courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
}

.courses-box .courses-content h3 a {
  display: inline-block;
}

.courses-box .courses-content .courses-box-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.courses-box .courses-content .courses-box-footer li {
  color: #727695;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  padding-right: 7px;
}

.courses-box .courses-content .courses-box-footer li i {
  color: #ff1949;
  position: absolute;
  left: 7px;
  top: 3px;
  line-height: 1;
}

.courses-box .courses-content .courses-box-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}

.courses-box .courses-content::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: -1;
  background-color: #ff1949;
}

.courses-info {
  text-align: center;
  margin-top: 20px;
}

.courses-info p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.courses-info p a {
  color: #ff1949;
  font-weight: 600;
}

.courses-info p a:hover {
  text-decoration: underline;
  color: #252525;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area.bg-f8fafb {
  background-color: #ffffff;
}

.feedback-area.bg-f8fafb::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  z-index: -1;
  background-color: #f8fafb;
}

.feedback-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.feedback-content {
  position: relative;
  z-index: 1;
}

.feedback-content p {
  font-size: 28px;
  color: #252525;
}

.feedback-content .client-info {
  margin-top: 30px;
}

.feedback-content .client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.feedback-content .client-info .title {
  margin-left: 15px;
}

.feedback-content .client-info .title h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.feedback-content .client-info .title span {
  color: #ff1949;
  font-size: 14px;
}

.feedback-content::before {
  content: "\f10e";
  position: absolute;
  right: 30px;
  bottom: -23px;
  line-height: 1;
  z-index: -1;
  color: #005d40;
  opacity: .5;
  font-family: Flaticon;
  font-size: 150px;
}

/*================================================
Events CSS
=================================================*/
.events-area {
  position: relative;
  z-index: 1;
}

.single-events-box-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.single-events-box-item .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}

.single-events-box-item .image img {
  border-radius: 5px 5px 5px 0;
}

.single-events-box-item .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #005d40;
  color: #ffffff;
  padding: 9px 20px 7px;
  border-radius: 0 5px 0 0;
  font-weight: 500;
}

.single-events-box-item .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}

.single-events-box-item .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
}

.single-events-box-item .content h3 a {
  display: inline-block;
}

.single-events-box-item .content .location {
  display: block;
  color: #727695;
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
}

.single-events-box-item .content .location i {
  color: #ff1949;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.events-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}

.events-box .image {
  height: 100%;
  border-radius: 5px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.events-box .image.bg1 {
  background-image: url(../img/business-coaching/events-img1.jpg);
}

.events-box .image.bg2 {
  background-image: url(../img/business-coaching/events-img2.jpg);
}

.events-box .image.bg3 {
  background-image: url(../img/business-coaching/events-img3.jpg);
}

.events-box .image.bg4 {
  background-image: url(../img/business-coaching/events-img4.jpg);
}

.events-box .image img {
  display: none;
  border-radius: 5px;
}

.events-box .image .divider-shape {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 2vw;
  max-width: 72px;
  right: -1px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
          mask-size: 100% 101%;
  background-color: #ffffff;
}

.events-box .content {
  padding: 30px;
}

.events-box .content .date {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 6px 15px;
  background-color: #ff1949;
}

.events-box .content .date span {
  color: #ffffff;
  font-weight: 500;
}

.events-box .content h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 700;
}

.events-box .content h3 a {
  display: inline-block;
}

.events-box .content .location {
  display: block;
  color: #727695;
  margin-top: 10px;
  position: relative;
  padding-left: 22px;
  font-weight: 500;
}

.events-box .content .location i {
  color: #ff1949;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
}

.health-coaching-shape6 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
}

.health-coaching-shape6 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
}

.health-coaching-shape7 {
  position: absolute;
  z-index: -1;
  left: 20px;
  bottom: 20px;
}

.health-coaching-shape7 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
  max-width: 150px;
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}

.blog-area.bg-image {
  background-position: center center;
  background-size: cover;
  background-image: url(../img/health-coaching/bg-image2.jpg);
  background-repeat: no-repeat;
}

.blog-area.bg-image .section-title h2 {
  color: #ffffff;
}

.blog-area.bg-image .section-title p {
  color: #ffffff;
}

.single-blog-post-box {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post-box .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-box .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-box .post-content {
  background-color: #fffaf3;
  padding: 25px;
}

.single-blog-post-box .post-content .category {
  display: inline-block;
  margin-bottom: 7px;
  color: #727695;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post-box .post-content .category:hover {
  color: #ff1949;
}

.single-blog-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 25px;
  font-weight: 600;
}

.single-blog-post-box .post-content h3 a {
  display: inline-block;
}

.single-blog-post-box .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-blog-post-box .post-content .post-content-footer li {
  color: #727695;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  padding-right: 7px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author span {
  color: #ff1949;
  font-weight: 500;
  font-size: 15px;
}

.single-blog-post-box .post-content .post-content-footer li i {
  color: #ff1949;
  position: absolute;
  left: 7px;
  top: 3px;
}

.single-blog-post-box .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.single-blog-post-box.without-bg-color .post-content {
  padding: 25px 0 0 0;
  background-color: transparent;
}

.single-blog-post-box:hover .post-image a img {
  -webkit-transform: rotate(5deg) scale(1.3);
          transform: rotate(5deg) scale(1.3);
}

.blog-post-info {
  text-align: center;
  margin-top: 15px;
}

.blog-post-info p {
  max-width: 600px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.blog-post-info p a {
  font-weight: 600;
  text-decoration: underline;
  color: #ffffff;
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.subscribe-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ff1949;
  font-weight: 500;
  margin-bottom: 8px;
}

.subscribe-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 37px;
  font-weight: 700;
}

.subscribe-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.subscribe-content .newsletter-form {
  position: relative;
  max-width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background-color: #ebebeb;
  color: #252525;
  height: 50px;
  border-radius: 5px;
  padding-left: 18px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 400;
}

.subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}

.subscribe-content .newsletter-form .validation-success {
  margin-top: 15px;
}

.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 50px;
}

.health-coaching-shape8 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.health-coaching-shape8 img {
  max-width: 325px;
}

.health-coaching-shape9 {
  position: absolute;
  right: 7%;
  top: 30%;
  z-index: -1;
}

.health-coaching-shape9 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
  max-width: 200px;
}

/*================================================
Premium Access CSS
=================================================*/
.premium-access-area {
  position: relative;
  z-index: 1;
  background-color: #F7F5F4;
}

.premium-access-content {
  text-align: center;
/*  max-width: 720px;*/
  margin-left: auto;
  margin-right: auto;
}

.premium-access-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ff1949;
  font-weight: 500;
  margin-bottom: 10px;
}

.premium-access-content h2 {
  max-width: 615px;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.premium-access-content p {
/*  max-width: 652px;*/
/*  max-width: 615px;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.premium-access-content .default-btn {
  margin-top: 10px;
}

/*================================================
Distance Learning CSS
=================================================*/
.distance-learning-area {
  position: relative;
  z-index: 1;
}

.distance-learning-image {
  text-align: center;
}

.distance-learning-content {
  padding-left: 15px;
  margin-top: 20px;
}

.distance-learning-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 12px;
  font-weight: 500;
}

.distance-learning-content h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}

.distance-learning-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: -8px;
  margin-right: -8px;
}

.distance-learning-content .features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.distance-learning-content .features-list li span {
  display: block;
  position: relative;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.distance-learning-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: #ff1949;
  font-size: 25px;
  background-image: url(../img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.distance-learning-content .default-btn {
  margin-top: 35px;
}

.business-shape4 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}

.business-shape4 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
}

.business-shape5 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: -1;
}

.business-shape5 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
}

.business-shape7 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}

.business-shape7 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
}

.business-shape8 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.business-shape8 img {
  -webkit-animation: movebounce2 8s linear infinite;
          animation: movebounce2 8s linear infinite;
  max-width: 150px;
}

.business-shape9 {
  position: absolute;
  z-index: -1;
  left: 8%;
/*  left: 15%;*/
  top: 35%;
}

.business-shape9 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
}

.business-shape10 {
  position: absolute;
  right: 8%;
/*  right: 15%;*/
  top: 25%;
  z-index: -1;
}

.business-shape10 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
FAQ CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
}

.faq-video {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
}

.faq-video img {
  border-radius: 5px;
}

.faq-video .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 60px;
  text-align: center;
  line-height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #ff1949;
  border-radius: 50%;
  color: #ffffff;
}

.faq-video .video-btn::after, .faq-video .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.faq-video .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.faq-video .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.faq-video .video-btn:hover {
  color: #ff1949;
  background-color: #ffffff;
}

.faq-video .video-btn:hover::before, .faq-video .video-btn:hover::after {
  border-color: #ff1949;
}

.faq-accordion-style-two.faq-accordion .accordion .accordion-item {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.faq-accordion-style-two.faq-accordion .accordion .accordion-title {
  padding: 16px 15px 14px 45px;
}

.faq-accordion-style-two.faq-accordion .accordion .accordion-title i {
  left: 13px;
  top: 14px;
  font-size: 25px;
}

.faq-accordion-style-two.faq-accordion .accordion .accordion-content {
  padding-bottom: 18px;
  padding-right: 15px;
  padding-left: 45px;
}

/*================================================
Funfacts CSS
=================================================*/
.funfacts-list .single-funfacts-box {
  margin-bottom: 0;
}

.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
  margin-top: 60px;
  margin-bottom: 30px;
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
  margin-top: -60px;
}

.single-funfacts-box {
  text-align: center;
  border: 5px solid #fbf1f2;
  border-radius: 85px;
  margin-bottom: 30px;
  background-image: url(../img/business-coaching/funfacts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-funfacts-box h3 {
  margin-bottom: 0;
  color: #ff1949;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts-box h3 span {
  font-size: 48px;
}

.single-funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts-box p {
  text-transform: uppercase;
  color: #252525;
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}

.funfacts-and-feedback-area {
  position: relative;
  z-index: 1;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 10px;
}

.feedback-slides-content h2 {
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 700;
}

.feedback-slides-content p {
  margin-top: 15px;
}

.feedback-slides-content .feedback-info p {
  margin-bottom: 0;
}

.feedback-slides-content .feedback-info p a {
  color: #ff1949;
  font-weight: 600;
}

.feedback-slides-content .feedback-info p a:hover {
  text-decoration: underline;
  color: #0eb582;
}

.feedback-slides-content .feedback-slides-two {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-feedback-slides-item {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 50px 70px 50px 50px;
  border-radius: 5px;
  overflow: hidden;
}

.single-feedback-slides-item p {
  color: #606060;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-feedback-slides-item .client-info {
  margin-top: 25px;
}

.single-feedback-slides-item .client-info img {
  width: 55px;
  height: 55px;
}

.single-feedback-slides-item .client-info .title {
  margin-left: 15px;
}

.single-feedback-slides-item .client-info .title h3 {
  margin-bottom: 0;
  color: #ff1949;
  font-size: 18px;
  font-weight: 600;
}

.single-feedback-slides-item .client-info .title span {
  display: block;
  color: #727695;
  font-size: 14px;
  margin-top: 4px;
}

.single-feedback-slides-item::after {
  width: 75px;
  height: 75px;
  content: '';
  border-radius: 50%;
  background-color: #ff1949;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}

.single-feedback-slides-item::before {
  content: "\f10e";
  font-family: Flaticon;
  font-size: 100px;
  position: absolute;
  right: 50px;
  color: #e8e8e8;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
}

.feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot {
  display: block;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 3px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ff1949;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #ff1949;
}

.business-shape6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.business-shape6 img {
  -webkit-animation: movebounce 8s linear infinite;
          animation: movebounce 8s linear infinite;
}

/*================================================
Language Banner Area CSS
=================================================*/
.language-banner-area {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  background-color: #f8e8e9;
  background-image: url(../img/banner-bg.jpg);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-banner-area .container-fluid {
  max-width: 1275px;
}

.language-banner-content {
  padding-right: 10px;
}

.language-banner-content h1 {
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 700;
}

.language-banner-content p {
  color: #252525;
  font-weight: 600;
}

.language-banner-content .default-btn {
  margin-top: 10px;
}

.language-banner-image {
  text-align: center;
  position: relative;
  top: 15px;
}

.lang-shape1 {
  position: absolute;
  left: 0;
  top: 16%;
  z-index: -1;
}

.lang-shape1 img {
  max-width: 100px;
  -webkit-animation: movebounce2 8s linear infinite;
          animation: movebounce2 8s linear infinite;
}

.lang-shape2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.lang-shape2 img {
  -webkit-animation: movebounce2 8s linear infinite;
          animation: movebounce2 8s linear infinite;
  max-width: 170px;
}

.lang-shape3 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.lang-shape3 img {
  -webkit-animation: movebounce2 8s linear infinite;
          animation: movebounce2 8s linear infinite;
  max-width: 250px;
}

.lang-shape4 {
  position: absolute;
  right: 5%;
  top: 30%;
  z-index: -1;
}

.lang-shape4 img {
  -webkit-animation: movebounce3 8s linear infinite;
          animation: movebounce3 8s linear infinite;
}

.lang-shape5 {
  position: absolute;
  left: 1%;
  bottom: 0;
  z-index: -1;
}

.lang-shape5 img {
  -webkit-animation: movebounce3 8s linear infinite;
          animation: movebounce3 8s linear infinite;
  max-width: 350px;
}

/*================================================
Courses Area CSS
=================================================*/
.single-language-courses-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.single-language-courses-box a img {
  border-radius: 5px 5px 0 0;
}

.single-language-courses-box .content {
  padding: 30px;
}

.single-language-courses-box .content h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.single-language-courses-box .content .link-btn {
  display: inline-block;
  color: #ff1949;
  font-weight: 600;
}

.single-language-courses-box .content .link-btn:hover {
  color: #0eb582;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area {
  position: relative;
  z-index: 1;
}

.why-choose-us-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.why-choose-us-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.why-choose-us-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.why-choose-us-image {
  height: 100%;
  background-image: url(../img/why-choose-us.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-us-image img {
  display: none;
}

.why-choose-us-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 30px;
}

.why-choose-us-content .content {
  max-width: 455px;
}

.why-choose-us-content .content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 12px;
  font-weight: 500;
}

.why-choose-us-content .content h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}

.why-choose-us-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: -8px;
  margin-right: -8px;
}

.why-choose-us-content .content .features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.why-choose-us-content .content .features-list li span {
  display: block;
  position: relative;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.why-choose-us-content .content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: #ff1949;
  font-size: 25px;
  background-image: url(../img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-us-content .content .default-btn {
  margin-top: 35px;
}

.why-choose-us-area-two {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg-shape.jpg);
}

.why-choose-us-img {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-right: 15px;
  z-index: 1;
}

.why-choose-us-img .shape {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.why-choose-us-img .shape img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.why-choose-us-text {
  padding-left: 15px;
}

.why-choose-us-text .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 12px;
  font-weight: 500;
}

.why-choose-us-text h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}

.why-choose-us-text .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: -8px;
  margin-right: -8px;
}

.why-choose-us-text .features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.why-choose-us-text .features-list li span {
  display: block;
  position: relative;
  color: #d4d4d4;
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.why-choose-us-text .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: #ff1949;
  font-size: 25px;
  background-image: url(../img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-us-text .default-btn {
  margin-top: 35px;
}

/*================================================
Information Area CSS
=================================================*/
.information-image {
  padding-right: 15px;
}

.information-content {
  padding-left: 15px;
}

.information-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 10px;
  font-weight: 500;
}

.information-content h2 {
  margin-bottom: 40px;
  font-size: 37px;
  font-weight: 700;
}

.information-content .apply-details {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.information-content .apply-details li {
  position: relative;
  margin-top: 30px;
  padding-left: 108px;
}

.information-content .apply-details li .icon {
  width: 85px;
  height: 85px;
  line-height: 84px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff1949;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.information-content .apply-details li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.information-content .apply-details li:hover .icon {
  background-color: #252525;
  color: #ffffff;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url(../img/free-trial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.free-trial-form {
  margin-left: auto;
  max-width: 600px;
  background-color: #f3f3f3;
  padding: 50px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

.free-trial-form::before {
  -webkit-transform: rotate(6.5deg);
          transform: rotate(6.5deg);
  content: '';
  position: absolute;
  border-radius: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(243, 243, 243, 0.85);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -2;
}

.free-trial-form::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: 0;
  background-color: #f3f3f3;
  z-index: -1;
}

.free-trial-form .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 10px;
  font-weight: 500;
}

.free-trial-form h2 {
  margin-bottom: 25px;
  font-size: 37px;
  font-weight: 700;
}

.free-trial-form form .form-group {
  margin-bottom: 15px;
}

.free-trial-form form .form-control {
  border: none;
  padding-top: 2px;
  padding-left: 15px;
}

.free-trial-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.free-trial-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.free-trial-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.free-trial-form form .form-control:focus::placeholder {
  color: transparent;
}

.free-trial-form form button {
  display: block;
  width: 100%;
  background-color: #ff1949;
  color: #ffffff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 14.5px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.free-trial-form form button:hover {
  background-color: #0eb582;
  color: #ffffff;
}

.free-trial-form:hover::before {
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area-two .feedback-slides.owl-theme {
  margin-bottom: 0;
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 0;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  font-size: 40px;
  color: #9d9d9d !important;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 30px;
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ff1949 !important;
}

.feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-area-two .section-title {
  margin-bottom: 20px;
}

.feedback-image {
  text-align: center;
  margin-top: 30px;
}

.single-feedback-box {
  text-align: center;
  position: relative;
  margin-top: 25px;
  z-index: 1;
}

.single-feedback-box p {
  margin-bottom: 0;
  font-size: 19px;
  color: #606060;
}

.single-feedback-box .info {
  margin-top: 25px;
  text-align: left;
}

.single-feedback-box .info img {
  width: 55px !important;
  display: inline-block !important;
  height: 55px;
  border-radius: 50%;
  margin-right: 7px;
}

.single-feedback-box .info .title {
  margin-left: 7px;
}

.single-feedback-box .info .title h3 {
  margin-bottom: 5px;
  color: #ff1949;
  font-size: 17px;
  font-weight: 700;
}

.single-feedback-box .info .title p {
  color: #606060;
  font-size: 14px;
}

.single-feedback-box::before {
  content: "\f10e";
  position: absolute;
  left: -70px;
  top: -35px;
  line-height: 1;
  z-index: -1;
  color: #e3e3e3;
  opacity: 0.8;
  opacity: .5;
  font-family: Flaticon;
  font-size: 110px;
}

/*================================================
Dark CSS
=================================================*/
.bg-dark {
  background-color: #000000 !important;
  color: #ffffff;
}

.bg-dark .h1, .bg-dark .h2, .bg-dark .h3, .bg-dark .h4, .bg-dark .h5, .bg-dark .h6, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
  color: #ffffff;
}

.bg-dark p {
  color: #d4d4d4;
}

.bg-dark.bg-0b0517 {
  background-color: #0b0517 !important;
}

.bg-dark.bg-100f1f {
  background-color: #100f1f !important;
}

.bg-dark a {
  color: #ffffff;
}

.bg-dark a:hover {
  color: #ff1949;
}

.bg-dark .default-btn {
  color: #ffffff;
}

.bg-dark .default-btn:hover, .bg-dark .default-btn:focus {
  color: #ffffff;
}

.bg-dark .single-blog-post-box .post-content .category {
  color: #ff1949;
}

.bg-dark .single-blog-post-box .post-content .category:hover {
  color: #0eb582;
}

.bg-dark .courses-info p a:hover {
  color: #ffffff;
}

.bg-dark .courses-box {
  background-color: #100f1f;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.bg-dark .courses-box .courses-image .price {
  border-color: #100f1f;
}

.bg-dark .courses-box .courses-content .courses-box-footer li {
  color: #d4d4d4;
}

.bg-370920 {
  background-color: #370920;
}

/*================================================
Online Area CSS
=================================================*/
.online-area {
  overflow: hidden;
}

.online-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.gym-shape1 {
  position: absolute;
  top: 18%;
  left: 13%;
  z-index: -1;
}

.gym-shape1 img {
  -webkit-animation: movebounce2 6s linear infinite;
          animation: movebounce2 6s linear infinite;
}

.gym-shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.gym-shape2 img {
  -webkit-animation: movebounce3 6s linear infinite;
          animation: movebounce3 6s linear infinite;
}

.online-content {
  margin-top: 100px;
}

.online-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 12px;
  font-weight: 500;
}

.online-content h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}

.online-content .default-btn {
  margin-top: 15px;
}

/*================================================
App Area CSS
=================================================*/
.app-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/app-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #100f1f;
  opacity: 0.88;
}

.app-area .row {
  margin-left: 0;
  margin-right: 0;
}

.app-area .row .col-lg-5, .app-area .row .col-md-7 {
  padding-left: 0;
  padding-right: 0;
}

.app-area .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50px;
  z-index: -1;
  background-color: #0b0517;
}

.app-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  right: 0;
  height: 50px;
  z-index: -1;
  background-color: #0b0517;
}

.app-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 10px;
  font-weight: 600;
}

.app-content h2 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 37px;
  font-weight: 700;
}

.app-content .default-btn {
  margin-top: 15px;
}

.app-image {
  text-align: center;
}

.app-image img {
  max-width: 112%;
}

/*================================================
Gym Trainer Area CSS
=================================================*/
.single-gym-trainer {
  text-align: center;
  margin-bottom: 30px;
}

.single-gym-trainer img {
  border-radius: 5px;
}

.single-gym-trainer .content {
  margin-top: 25px;
}

.single-gym-trainer .content span {
  display: block;
  font-weight: 600;
  color: #ff1949;
  margin-bottom: 9px;
}

.single-gym-trainer .content h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.single-gym-trainer .content .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-gym-trainer .content .social-link li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.single-gym-trainer .content .social-link li a {
  width: 40px;
  height: 40px;
  background-color: #100f1f;
  color: #78777e;
  font-size: 22px;
  position: relative;
}

.single-gym-trainer .content .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-gym-trainer .content .social-link li a:hover {
  background-color: #ff1949;
  color: #ffffff;
}

/*================================================
Gym Feedback Area CSS
=================================================*/
.gym-feedback-area {
  background-image: url(../img/feedback-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gym-feedback-inner {
  background-color: #000000;
  max-width: 650px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.gym-feedback-inner::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 63%;
  -webkit-transform: translateY(-63%);
          transform: translateY(-63%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: -1;
  background-color: #ff1949;
}

.gym-feedback-inner .section-title {
  margin-bottom: 40px;
}

.gym-feedback-inner .feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gym-feedback-inner .feedback-slides-two.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.gym-feedback-inner .feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 4px;
}

.single-gym-feedback-box {
  text-align: center;
  position: relative;
  z-index: 1;
}

.single-gym-feedback-box img {
  width: 90px !important;
  height: 90px;
  display: inline-block !important;
  margin-bottom: 25px;
  border-radius: 50%;
}

.single-gym-feedback-box p {
  color: #d4d4d4;
  line-height: 1.8;
}

.single-gym-feedback-box .title {
  margin-top: 25px;
}

.single-gym-feedback-box .title h3 {
  margin-bottom: 5px;
  color: #ff1949;
  font-size: 18px;
  font-weight: 700;
}

.single-gym-feedback-box .title span {
  color: #d4d4d4;
  font-size: 14px;
}

.single-gym-feedback-box::before {
  content: "\f10e";
  position: absolute;
  right: 30px;
  bottom: 0px;
  line-height: 1;
  z-index: -1;
  color: #21071c;
  opacity: .9;
  font-family: Flaticon;
  font-size: 100px;
}

/*================================================
Learning Area CSS
=================================================*/
.learning-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.single-learning-box {
  margin-bottom: 30px;
  border: 1px solid #2b2635;
  border-radius: 5px;
  padding: 40px 25px;
  text-align: center;
}

.single-learning-box .icon {
  margin-bottom: 25px;
  line-height: 1;
  color: #ff1949;
  font-size: 50px;
}

.single-learning-box h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.single-learning-box .link-btn {
  display: inline-block;
  font-weight: 500;
  color: #ff1949;
  margin-top: 2px;
}

.single-learning-box .link-btn:hover {
  color: #0eb582;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-style-three .row {
  margin-left: 0;
  margin-right: 0;
}

.funfacts-style-three .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.funfacts-style-three .row .col-lg-3:last-child .single-funfacts-item {
  border-right: none;
}

.funfacts-style-three .row .col-lg-3:nth-child(2) .single-funfacts-item {
  background-image: url(../img/funfacts-bg2.png);
}

.funfacts-style-three .row .col-lg-3:nth-child(3) .single-funfacts-item {
  background-image: url(../img/funfacts-bg3.png);
}

.funfacts-style-three .row .col-lg-3:nth-child(4) .single-funfacts-item {
  background-image: url(../img/funfacts-bg4.png);
}

.single-funfacts-item {
  border-right: 1px solid #0b0517;
  text-align: center;
  background-image: url(../img/funfacts-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-funfacts-item h3 {
  margin-bottom: 0;
  color: #ff1949;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts-item h3 span {
  font-size: 48px;
}

.single-funfacts-item h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts-item p {
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}

/*================================================
Gym Main Banner Area CSS
=================================================*/
.gym-main-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 247px;
}

.gym-main-banner.bg-1 {
  background-image: url(../img/gym-main-banner1.jpg);
}

.gym-main-banner.bg-2 {
  background-image: url(../img/gym-main-banner2.jpg);
}

.gym-main-banner .container {
  max-width: 1300px;
}

.gym-banner-content {
  max-width: 630px;
}

.gym-banner-content .sub-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #ff1949;
  display: block;
  margin-bottom: 12px;
}

.gym-banner-content h1 {
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
}

.gym-banner-content .default-btn {
  margin-top: 15px;
}

.gym-home-slides.owl-theme {
  margin-bottom: -2px;
}

.gym-home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.gym-home-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gym-home-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gym-home-slides.owl-theme .owl-dots .owl-dot:hover span, .gym-home-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ff1949;
}

.gym-home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .gym-home-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #ff1949;
}

.gym-home-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.gym-home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 25px;
  margin: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gym-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25px;
}

.gym-home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ff1949;
  color: #ffffff;
}

.gym-home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/* Online Motivation Course CSS, Online Education Course CSS, Online Training Course CSS */
/*================================================
Top Header Area CSS
=================================================*/
.top-header.training-top-header-with-black-color {
  background-color: #252525;
}

/*================================================
Motivation Course Banner Area CSS
=================================================*/
.motivation-course-banner-area {
  padding-top: 100px;
  border-top: 1px solid #E5E5E5;
}

.motivation-course-banner-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.motivation-course-banner-content h1 {
  font-size: 78px;
  font-weight: bold;
  margin-bottom: 0;
}

.motivation-course-banner-text {
  padding-left: 45px;
}

.motivation-course-banner-text p {
  margin-bottom: 25px;
}

.motivation-course-banner-image {
  margin-top: 70px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}

.motivation-course-banner-image img {
  border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-course-banner-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.motivation-course-banner-image .video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #2525256e;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 75px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-course-banner-image .video-btn i {
  position: absolute;
  left: 2.8px;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.motivation-course-banner-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #183f1d;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.motivation-course-banner-image .video-btn:hover {
  background-color: #183f1d;
}

/*================================================
Motivation Featured Area CSS
=================================================*/
.motivation-featured-area .section-title.text-left h2 {
  max-width: 100%;
}

.motivation-featured-area .section-title p {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}

.motivation-featured-area .section-title .bottom-zero {
  margin-bottom: 0;
}

.motivation-featured-area.bg-with-black-color {
  background-color: #183f1d;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 15px;
}

.motivation-featured-area.bg-fluid-black-color {
  background-color: #0E2742;
}

.motivation-featured-area.bg-fluid-black-color .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon i {
  border-radius: 50px;
  background: #EA9927;
}

.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon.bg-0B767A i {
  background: #0B767A;
}

.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon.bg-9879B6 i {
  background: #9879B6;
}

.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon.bg-FF305B i {
  background: #FF305B;
}

.motivation-featured-card {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-card .number {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: #252525;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38% / 65% 35% 65% 35%;
  margin-bottom: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.motivation-featured-card h3 a {
  color: #252525;
}

.motivation-featured-card p {
  margin-bottom: 0;
}

.motivation-featured-card .featured-btn {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-card .featured-btn::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff1949;
  opacity: 0.2;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-card .featured-btn::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff1949;
  opacity: 0;
  visibility: hidden;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.motivation-featured-card:hover .number {
  background-color: #ff1949;
  color: #ffffff;
}

.motivation-featured-card:hover h3 a {
  color: #ff1949;
}

.motivation-featured-card:hover .featured-btn {
  color: #ff1949;
}

.motivation-featured-card:hover .featured-btn::before {
  opacity: 0;
  visibility: hidden;
}

.motivation-featured-card:hover .featured-btn::after {
  opacity: 0.2;
  visibility: visible;
}

.motivation-featured-item {
/*  margin-bottom: 30px;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
/*  padding: 0 35px;*/
  text-align: center;
}

.motivation-featured-item .icon {
  margin-bottom: 20px;
/*  position: absolute;*/
  left: 0;
  top: 0;
}

.motivation-featured-item .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  /*background: linear-gradient(247.7deg, #806AFF 0%, #A049F7 70.91%);*/
  background: #fff;
  border-radius: 15px;
  color: #183f1d;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-item h3 {
  margin-bottom: 15px;
  font-size: 18.5px;
  font-weight: 600;
}

.motivation-featured-item h3 a {
  color: #ffffff !important;
}

.motivation-featured-item p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}

.motivation-featured-item .featured-btn {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 14px;
}

.motivation-featured-item .featured-btn::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff1949;
  opacity: 0.2;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-item .featured-btn::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff1949;
  opacity: 0;
  visibility: hidden;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-featured-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.motivation-featured-item:hover .number {
  background-color: #ff1949;
  color: #ffffff;
}

.motivation-featured-item:hover h3 a {
  color: #ff1949;
}

.motivation-featured-item:hover .featured-btn {
  color: #ff1949;
}

.motivation-featured-item:hover .featured-btn::before {
  opacity: 0;
  visibility: hidden;
}

.motivation-featured-item:hover .featured-btn::after {
  opacity: 0.2;
  visibility: visible;
}

/*================================================
Motivation Courses Area CSS
=================================================*/
.motivation-courses-area.bg-FAF8F8 {
  background-color: #FAF8F8;
}

.motivation-courses-area.with-border-bottom-color .container {
  border-bottom: 1px solid #E5E5E5;
}

.single-motivation-courses-box {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-motivation-courses-box .courses-image {
  position: relative;
}

.single-motivation-courses-box .courses-image img {
  border-radius: 10px;
}

.single-motivation-courses-box .courses-image .price {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: #ff1949;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38% / 65% 35% 65% 35%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  bottom: -20.5px;
}

.single-motivation-courses-box .courses-content {
  margin-top: 25px;
}

.single-motivation-courses-box .courses-content .courses-tag {
  margin-bottom: 15px;
}

.single-motivation-courses-box .courses-content .courses-tag a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff1949;
}

.single-motivation-courses-box .courses-content .course-author {
  margin-bottom: 15px;
}

.single-motivation-courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.single-motivation-courses-box .courses-content .course-author span {
  color: #727695;
  font-size: 14.5px;
  font-weight: 500;
}

.single-motivation-courses-box .courses-content .course-author .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-motivation-courses-box .courses-content .course-author .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14.5px;
  margin-right: -2px;
}

.single-motivation-courses-box .courses-content .course-author .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 13.2px;
  color: #727695;
}

.single-motivation-courses-box .courses-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
}

.single-motivation-courses-box .courses-box-footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  margin-top: 22px;
}

.single-motivation-courses-box .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-motivation-courses-box .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  font-weight: 400;
  padding-left: 7px;
  padding-right: 7px;
}

.single-motivation-courses-box .courses-box-footer ul li i {
  color: #ff1949;
  position: relative;
  top: 1px;
}

.single-motivation-courses-box .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-motivation-courses-box .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.single-motivation-courses-box .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.single-motivation-courses-box .courses-box-footer ul .courses-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
}

.single-motivation-courses-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff1949;
}

.single-motivation-courses-box:hover .courses-content h3 a {
  color: #ff1949;
}

.single-motivation-courses-item {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-motivation-courses-item .courses-image {
  position: relative;
}

.single-motivation-courses-item .courses-image img {
  border-radius: 10px;
}

.single-motivation-courses-item .courses-image .price {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: #ff1949;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38% / 65% 35% 65% 35%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.single-motivation-courses-item .courses-content {
  padding: 25px 25px 25px;
}

.single-motivation-courses-item .courses-content .course-author {
  margin-bottom: 15px;
}

.single-motivation-courses-item .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.single-motivation-courses-item .courses-content .course-author span {
  color: #727695;
  font-size: 14.5px;
  font-weight: 500;
}

.single-motivation-courses-item .courses-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.single-motivation-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-motivation-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14.5px;
  margin-right: -2px;
}

.single-motivation-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 13.2px;
  color: #727695;
}

.single-motivation-courses-item .courses-content .courses-box-footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 18px;
  margin-top: 18px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  font-weight: 400;
  padding-left: 7px;
  padding-right: 7px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul li i {
  color: #ff1949;
  position: relative;
  top: 1px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.single-motivation-courses-item .courses-content .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.single-motivation-courses-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-motivation-courses-item:hover .courses-content h3 a {
  color: #ff1949;
}

.courses-info-wrap {
  text-align: center;
  margin-top: 10px;
}

.courses-info-wrap p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.courses-info-wrap p a {
  color: #ff1949;
  font-weight: 600;
}

.courses-info-wrap p a:hover {
  text-decoration: underline;
  color: #252525;
}

/*================================================
Motivation Categories Area CSS
=================================================*/
.motivation-categories-area {
  background: #FAF8F8;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.motivation-categories-card .motivation-categories-list {
  padding: 0;
  margin-bottom: 0;
}

.motivation-categories-card .motivation-categories-list li {
  list-style-type: none;
  position: relative;
  background-color: #ffffff;
  padding: 22.8px 20px 22.8px 115px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-categories-card .motivation-categories-list li:last-child {
  margin-bottom: 0;
}

.motivation-categories-card .motivation-categories-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100px;
  width: 105px;
  line-height: 100px;
  background-color: #252525;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  -webkit-clip-path: circle(60% at 30% 50%);
          clip-path: circle(60% at 30% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-categories-card .motivation-categories-list li .icon i {
  position: relative;
  left: -5.8px;
  top: 2.8px;
  line-height: 0;
}

.motivation-categories-card .motivation-categories-list li h3 {
  font-size: 18.8px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-categories-card .motivation-categories-list li span {
  font-size: 14px;
  color: #727695;
  display: inline-block;
  margin-top: 10.8px;
}

.motivation-categories-card .motivation-categories-list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.motivation-categories-card .motivation-categories-list li:hover .icon {
  background-color: #ff1949;
  color: #ffffff;
}

.motivation-categories-card .motivation-categories-list li:hover h3 a {
  color: #ff1949;
}

.motivation-categories-card .motivation-categories-image {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.motivation-categories-card .motivation-categories-image span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 1px;
}

.motivation-categories-card .motivation-categories-image span a {
  color: #ff1949;
  border-bottom: 1px solid #ff1949;
  font-weight: 600;
}

.motivation-categories-card .motivation-categories-image span a:hover {
  color: #0eb582;
  border-bottom: 1px solid #0eb582;
}

.motivation-categories-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  z-index: -1;
  text-align: center;
}

/*================================================
Newcomers Area CSS
=================================================*/
.new-comers-image {
  position: relative;
  z-index: 1;
}

.new-comers-image .wrap-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.new-comers-content {
  padding-left: 30px;
}

.new-comers-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #008000;
  font-weight: 500;
  margin-bottom: 12px;
}

.new-comers-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}

.new-comers-content h4 {
  margin-bottom: 18px;
  line-height: 1.6;
  font-size: 15.5px;
  font-weight: 600;
}

.new-comers-content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 18.5px;
  font-weight: 600;
}

.new-comers-content p {
  margin-bottom: 0;
}

.new-comers-content .new-comers-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.new-comers-content .new-comers-list li {
  font-size: 15px;
  font-weight: 600;
  color: #252525;
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
  padding-left: 28px;
}

.new-comers-content .new-comers-list li:last-child {
  margin-bottom: 0;
}

.new-comers-content .new-comers-list li i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
  background-color: #ff1949;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.new-comers-content .new-comers-btn {
  margin-top: 30px;
}

/*================================================
Motivation Partner Area CSS
=================================================*/
.motivation-partner-area {
  background-color: #ff1949;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 15px;
}

.motivation-partner-area.bg-color-with-gradient {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#FF305B), color-stop(50%, #FD6E00), to(#FF3142));
  background: linear-gradient(270deg, #FF305B 0%, #FD6E00 50%, #FF3142 100%);
}

.motivation-partner-area .single-partner-item {
  text-align: center;
  position: relative;
}

.motivation-partner-area .single-partner-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 0.5;
}

/*================================================
Motivation Offer Area CSS
=================================================*/
.motivation-offer-area {
  overflow: hidden;
  background-color: #FAF8F8;
}

.motivation-offer-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.motivation-offer-image {
  background-image: url(../img/motivation-course/motivation-offer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.motivation-offer-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  max-width: 635px;
}

.motivation-offer-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ff1949;
  font-weight: 500;
  margin-bottom: 12px;
}

.motivation-offer-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}

.motivation-offer-content .offer-inner-box {
  margin-top: 35px;
  position: relative;
  padding-left: 105px;
}

.motivation-offer-content .offer-inner-box .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.motivation-offer-content .offer-inner-box .icon i {
  display: inline-block;
  height: 70px;
  width: 80px;
  line-height: 70px;
  background-color: #252525;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38% / 65% 35% 65% 35%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-offer-content .offer-inner-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.motivation-offer-content .offer-inner-box p {
  margin-bottom: 0;
}

.motivation-offer-content .offer-inner-box:hover .icon i {
  background-color: #ff1949;
  color: #ffffff;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-card {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-card img {
  border-radius: 10px;
}

.single-team-card .team-content {
/*  padding-right: 80px;*/
  position: relative;
  margin-top: 25px;
}

.single-team-card .team-content h3 {
  font-size: 18px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
}

.single-team-card .team-content span {
  color: #727695;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-card .team-content .social-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}

.single-team-card .team-content .social-btn span {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #252525;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-card .team-content .social-btn span i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.single-team-card .team-content .social-btn ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  right: 6.8px;
  bottom: 95px;
}

.single-team-card .team-content .social-btn ul li {
  top: 0;
  right: 0;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-team-card .team-content .social-btn ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffeb3b;
  position: relative;
  font-size: 18px;
  background-color: #183f1d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-card .team-content .social-btn ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-left: -1px;
}

.single-team-card .team-content .social-btn ul li a:hover {
  background-color: #0eb582;
  color: #ffffff;
}

.single-team-card .team-content .social-btn ul li:nth-child(1) {
  top: -12px;
}

.single-team-card .team-content .social-btn ul li:nth-child(2) {
  top: -70px;
}

.single-team-card .team-content .social-btn ul li:nth-child(3) {
  top: -130px;
}

.single-team-card .team-content .social-btn:hover ul li {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-team-card:hover {
  border: 1px solid #183f1d;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team-card:hover .team-content .social-btn span {
  color: #183f1d;
  background-color: #ffeb3b;
}

/*================================================
Motivation Mission Area CSS
=================================================*/
.motivation-mission-area {
  overflow: hidden;
  background-color: #FAF8F8;
}

.motivation-mission-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.motivation-mission-image {
  background-image: url(../img/motivation-course/motivation-mission.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.motivation-mission-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
  max-width: 635px;
  margin-left: auto;
}

.motivation-mission-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ff1949;
  font-weight: 500;
  margin-bottom: 12px;
}

.motivation-mission-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}

.motivation-mission-content .mission-inner-box {
  margin-top: 35px;
  position: relative;
  padding-left: 80px;
}

.motivation-mission-content .mission-inner-box .number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 50px;
  width: 60px;
  line-height: 50px;
  background-color: #252525;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38% / 65% 35% 65% 35%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.motivation-mission-content .mission-inner-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.motivation-mission-content .mission-inner-box p {
  margin-bottom: 0;
}

.motivation-mission-content .mission-inner-box:hover .number {
  background-color: #ff1949;
  color: #ffffff;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post-card {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-card .post-image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.single-blog-post-card .post-image img {
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  border-radius: 10px;
}

.single-blog-post-card .post-image::before, .single-blog-post-card .post-image::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-blog-post-card .post-image::before {
  width: 60px;
  height: 1px;
  left: 100%;
}

.single-blog-post-card .post-image::after {
  height: 60px;
  width: 1px;
  top: 0;
}

.single-blog-post-card .post-content {
  margin-top: 25px;
}

.single-blog-post-card .post-content .tag {
  margin-bottom: 18px;
}

.single-blog-post-card .post-content .tag a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff1949;
}

.single-blog-post-card .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 18px;
  list-style-type: none;
}

.single-blog-post-card .post-content .post-meta li {
  display: inline-block;
  color: #727695;
  margin-right: 20px;
  position: relative;
  font-size: 14px;
}

.single-blog-post-card .post-content .post-meta li.post-author img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.single-blog-post-card .post-content .post-meta li.post-author a {
  color: #727695;
}

.single-blog-post-card .post-content .post-meta li.post-author a:hover, .single-blog-post-card .post-content .post-meta li.post-author a:focus {
  color: #ff1949;
}

.single-blog-post-card .post-content .post-meta li.date {
  position: relative;
  padding-left: 20px;
}

.single-blog-post-card .post-content .post-meta li.date i {
  color: #ff1949;
  position: absolute;
  left: 0;
  top: 2.8px;
  font-size: 15px;
}

.single-blog-post-card .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post-card .post-content h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.single-blog-post-card .post-content .read-more-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #ffffff;
  border: 1px solid #ff1949;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.single-blog-post-card:hover, .single-blog-post-card:focus {
  border: 1px solid #ff1949;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog-post-card:hover .post-image::before, .single-blog-post-card:hover .post-image::after, .single-blog-post-card:focus .post-image::before, .single-blog-post-card:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.single-blog-post-card:hover .post-image img, .single-blog-post-card:focus .post-image img {
  zoom: 1;
  opacity: .9 !important;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-blog-post-card:hover .post-content h3 a, .single-blog-post-card:focus .post-content h3 a {
  color: #ff1949;
}

.single-blog-post-card:hover .post-content .read-more-btn, .single-blog-post-card:focus .post-content .read-more-btn {
  background-color: #ff1949;
  border: 1px solid #ff1949;
  color: #ffffff;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area.footer-style-wrap .single-footer-widget .contact-us-link li i {
  color: #f6ee23;
}

.footer-area.footer-style-wrap .single-footer-widget .support-link li {
  position: relative;
  padding-left: 15px;
}

.footer-area.footer-style-wrap .single-footer-widget .support-link li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #f6ee23;
  border-radius: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-area.footer-style-wrap .single-footer-widget .support-link li a:hover {
  padding-left: 0;
}

.footer-area.footer-style-wrap .single-footer-widget .useful-link li {
  position: relative;
  padding-left: 15px;
}

.footer-area.footer-style-wrap .single-footer-widget .useful-link li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #f6ee23;
  border-radius: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-area.footer-style-wrap .single-footer-widget .useful-link li a:hover {
  padding-left: 0;
}

.footer-bottom-area.footer-bottom-style-wrap {
  background-color: #0d2610;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-bottom-area.footer-bottom-style-wrap .container {
  border-top: 1px solid #252525;
  padding-top: 20px;
  padding-bottom: 25px;
}

/*================================================
Education Course Banner Area CSS
=================================================*/
.education-course-banner-area {
  background-image: url(../img/slider-img-001.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 280px;
  padding-bottom: 300px;
}

.education-course-banner-content {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.education-course-banner-content h1 {
      font-size: 54px;
    /* font-size: 80px; */
    font-weight: bold;
    margin-bottom: 0;
    color: #ffffff;
    /* color: #ffffff; */
    text-shadow: #252525 2px 6px 15px;
    letter-spacing: 2px;
}

.education-course-banner-content .btn-box {
  margin-top: 45px;
}

.education-categories-item {
  position: absolute;
  background-color: #ffffff;
  padding: 22.8px 20px 22.8px 115px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border-radius: 50px 15px 15px 50px;
}

.education-categories-item:last-child {
  margin-bottom: 0;
}

.education-categories-item .icon {
position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 68px;
    width: 68px;
    line-height: 80px;
    background-color: #ff1949;
    color: #ffffff;
    font-size: 45px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
}

.education-categories-item .icon i {
  position: relative;
/*  top: 2.8px;*/
}

.education-categories-item h3 {
  font-size: 18.8px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.education-categories-item span {
  font-size: 14px;
  color: #727695;
  display: inline-block;
  margin-top: 10.8px;
}

.education-categories-item:hover h3 a {
  color: #ff1949;
}

.education-categories-item.technology {
  top: 15%;
  left: 30%;
  -webkit-transform: translateY(-15%) translateX(-30%);
          transform: translateY(-15%) translateX(-30%);
}

.education-categories-item.marketing {
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%) translateX(-2%);
          transform: translateY(-50%) translateX(-2%);
}

.education-categories-item.marketing .icon {
  background: linear-gradient(208.49deg, #24CFDD 9.31%, #94FA8C 93.21%);
}

.education-categories-item.business {
  bottom: 15%;
  left: 30%;
  -webkit-transform: translateY(-15%) translateX(-30%);
          transform: translateY(-15%) translateX(-30%);
}

.education-categories-item.business .icon {
  background: linear-gradient(208.49deg, #2F94F8 9.31%, #7ADAF0 93.21%);
}

.education-categories-item.health {
  top: 10%;
  right: 12%;
  -webkit-transform: translateY(-10%) translateX(-12%);
          transform: translateY(-10%) translateX(-12%);
}

.education-categories-item.health .icon {
  background: linear-gradient(208.49deg, #3A41A1 9.31%, #B8C3FB 93.21%);
}

.education-categories-item.science {
  bottom: 40%;
  right: 2%;
  -webkit-transform: translateY(-40%) translateX(-2%);
          transform: translateY(-40%) translateX(-2%);
}

.education-categories-item.science .icon {
  background: linear-gradient(208.49deg, #FABC42 9.31%, #EA6495 93.21%);
}

.education-categories-item.graphics-design {
  bottom: 10%;
  right: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
          transform: translateY(-10%) translateX(-10%);
}

.education-categories-item.graphics-design .icon {
  background: linear-gradient(234.34deg, #F25984 0.81%, #FDB3B2 97.9%);
}

/*================================================
Overview Connections Area CSS
=================================================*/
.overview-connections-area {
  background-color: #282525;
}

.overview-connections-area .section-title.text-left h2 {
  max-width: 100%;
  color: #ffffff;
}

.overview-connections-area .section-title p {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #ffffff;
}

.overview-connections-area .section-title .bottom-zero {
  margin-bottom: 0;
}

.overview-connections-area.bg-FAF8F8 {
  background-color: #FAF8F8;
  margin-top: -162px;
  padding-top: 255px;
}

.overview-connections-area.bg-FAF8F8 .section-title.text-left h2 {
  color: #252525;
}

.overview-connections-area.bg-FAF8F8 .section-title p {
  color: #727695;
}

.overview-connections-area.bg-FAF8F8 .overview-connections-card p {
  color: #727695;
}

.overview-connections-card {
  max-width: 350px;
}

.overview-connections-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}

.overview-connections-card h3 span {
  color: #ff1949;
}

.overview-connections-card p {
  color: #ffffff;
  font-size: 15px;
}

/*================================================
Become Box Area CSS
=================================================*/
.become-box-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.become-box-item {
  background: linear-gradient(283.99deg, #FF305B 0.51%, #FD6E00 32.63%, #FF3142 100%);
  border-radius: 15px;
  padding: 15px 55px 15px 0px;
}

.become-box-item.with-gradient-color {
  background: linear-gradient(247.7deg, #806AFF 0%, #A049F7 70.91%);
  padding: 18.5px 55px 18.5px 0px;
}

.become-box-item .become-box-content {
  padding-left: 15px;
}

.become-box-item .become-box-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

.become-box-item .become-box-content p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}

.become-box-item .become-box-content .btn-box {
  margin-top: 25px;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-wrap-area {
  background: #FAF8F8;
  overflow: hidden;
}

.testimonials-wrap-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-wrap-area.bg-E7F0FD {
  background-color: #E7F0FD;
  margin-bottom: -155px;
  padding-bottom: 245px;
}

.testimonials-wrap-slides-item {
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  position: relative;
}

.testimonials-wrap-slides-item .client-info {
  margin-bottom: 20px;
}

.testimonials-wrap-slides-item .client-info img {
  width: 75px;
  height: 75px;
}

.testimonials-wrap-slides-item .client-info .title {
  margin-left: 15px;
}

.testimonials-wrap-slides-item .client-info .title h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.testimonials-wrap-slides-item .client-info .title span {
  display: block;
  color: #183f1d;
  font-size: 14px;
  margin-top: 12px;
}

.testimonials-wrap-slides-item p {
  color: #252525;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-wrap-slides-item .review-stars-rated {
  position: absolute;
  right: 35px;
  top: 50px;
}

.testimonials-wrap-slides-item .review-stars-rated i {
  color: #ffeb3b;
  font-size: 14px;
}

.testimonials-wrap-slides-item:hover {
  border: 1px solid #183f1d;
}

.testimonials-wrap-slides.owl-theme .owl-dots {
  margin-top: 0;
}

.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
/*  background: linear-gradient(30deg, #ffeb3b 13.39%, #183f1d 50%, #8c952b 86.61%);*/
background: #183f1d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
}

.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
/*  background: linear-gradient(30deg, #ffeb3b 13.39%, #183f1d 50%, #8c952b 86.61%);*/
background: #183f1d;
}

.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
}

/*================================================
Training Course Banner Area CSS
=================================================*/
.training-course-banner-area {
  background-image: url(../img/motivation-course/training-course-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.training-course-banner-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.training-course-banner-content h1 {
  font-size: 70px;
  margin-bottom: 25px;
  font-weight: bold;
}

.training-course-banner-content h1 span {
  color: #ff1949;
}

.training-course-banner-content p {
  margin-bottom: 0;
  max-width: 650px;
}

.training-course-banner-content .btn-box {
  margin-top: 30px;
}

.training-course-banner-content .trusted-by-content {
  margin-top: 45px;
}

.training-course-banner-content .trusted-by-content .title {
  margin-bottom: 25px;
  color: #002846;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
}

.training-course-banner-content .trusted-by-content .single-partner-item {
  text-align: center;
  position: relative;
}

.training-course-banner-content .trusted-by-content .single-partner-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 1px;
  height: 100%;
  background-color: #727695;
  opacity: 0.5;
}

.training-course-banner-content .trusted-by-content .single-partner-item a img {
  max-width: 90px;
}

/*================================================
Funfacts Style Area CSS
=================================================*/
.funfacts-style-area {
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
}

.funfacts-style-area::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #0E2742;
  border-radius: 300px 0px 0px 300px;
  width: 98%;
}

.funfacts-style-area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 5%;
}

.single-funfact-card {
  position: relative;
  padding-left: 120px;
}

.single-funfact-card .icon {
  color: #ffffff;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  left: 50px;
  top: 10px;
}

.single-funfact-card .icon::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #EA9927;
  left: -10px;
  top: -10px;
  z-index: -1;
  opacity: 0.3;
  border-radius: 50px;
}

.single-funfact-card .icon.bg-0B767A::before {
  background: #0B767A;
}

.single-funfact-card .icon.bg-9879B6::before {
  background: #9879B6;
}

.single-funfact-card .icon.bg-FF1949::before {
  background: #FF1949;
}

.single-funfact-card h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

.single-funfact-card h3 .odometer-formatting-mark {
  display: none;
}

.single-funfact-card p {
  color: #ffffff;
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/*================================================
Free Trial Area CSS
=================================================*/
.start-free-trial-area {
  background-image: url(../img/motivation-course/start-free-trial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 155px;
}

.start-free-trial-content h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}

.start-free-trial-content span {
  font-size: 15px;
  font-weight: 500;
  color: #252525;
}

.start-free-trial-content span a {
  color: #ff1949;
}

.start-free-trial-content .start-free-trial-form {
  margin-top: 25px;
}

.start-free-trial-content .start-free-trial-form .form-group {
  margin-bottom: 15px;
}

.start-free-trial-content .start-free-trial-form .form-group label {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}

.start-free-trial-content .start-free-trial-form .form-control {
  color: #727695;
  border: none;
  padding-top: 2px;
  padding-left: 15px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.start-free-trial-content .start-free-trial-form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.start-free-trial-content .start-free-trial-form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.start-free-trial-content .start-free-trial-form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.start-free-trial-content .start-free-trial-form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.start-free-trial-content .start-free-trial-form .form-control:focus {
  background-color: transparent;
  border: 1px solid #ff1949;
}

.start-free-trial-content .start-free-trial-form .form-check {
  margin-top: 15px;
}

.start-free-trial-content .start-free-trial-form .form-check .form-check-label {
  font-size: 14px;
  color: #727695;
  font-weight: 400;
}

.start-free-trial-content .start-free-trial-form .form-check .form-check-label a {
  color: #ff1949;
}

.start-free-trial-content .start-free-trial-form .form-check .form-check-input:focus {
  border-color: #ff1949;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ff1949;
}

.start-free-trial-content .start-free-trial-form .free-btn-box {
  margin-top: 20px;
}

.start-free-trial-content .start-free-trial-form .free-btn-box button {
  display: block;
  background-color: #ff1949;
  color: #ffffff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.start-free-trial-content .start-free-trial-form .free-btn-box button:hover {
  background-color: #0eb582;
  color: #ffffff;
}

.start-free-trial-image {
  padding-left: 25px;
}

/*================================================
Training Overview Area CSS
=================================================*/
.training-overview-area {
  position: relative;
  z-index: 1;
}

.training-overview-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #0E2742;
  border-radius: 0 300px 300px 0;
  width: 98%;
}

.training-overview-area::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 5%;
}

.training-overview-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

.training-overview-btn {
  text-align: right;
}

/*================================================
Training Courses Area CSS
=================================================*/
.training-courses-image {
  position: relative;
  z-index: 1;
}

.training-courses-image .wrap-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.training-courses-content {
  padding-left: 35px;
}

.training-courses-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ff1949;
  font-weight: 500;
  margin-bottom: 12px;
}

.training-courses-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}

.training-courses-content p {
  margin-bottom: 0;
}

.training-courses-content .training-courses-btn {
  margin-top: 25px;
}

/* End, Online Motivation Course CSS, Online Education Course CSS, Online Training Course CSS */
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 30px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #82b440;
  padding: 10px 20px 10px;
  font-size: 15px;
  font-weight: 600;
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.buy-now-btn:hover {
  background-color: #ff1949;
  color: #ffffff !important;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}



.bg-color-1 {
  background-color: #FAF8F8;
}
.bg-color-2 {
  background-color: #F7F5F4;
}

.cus-color-text{
  color: #008000;
}







@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.blink {
        color: #000000 !important;
        background: #f6ee23;
        display: inline-block;
        padding: 4px 10px !important;
        border-radius: 11px;
        font-weight: bolder;
        font-family: sans-serif;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
}



@media (max-width:500px) {
  li.blink {
    display: block;
    width: 100%;
    max-width: 100% !important;
}
}


.cus-courses{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 25px;
    max-width: 85%;
    margin: 0 auto 25px;
}




.first-container {
    padding: 0;
    margin: 0;
    position: fixed;
    left: -120px;
    top: 56%;
    width: 159px;
    z-index: 99;
}

.first li {
    list-style-type: none;
    /* background-color:#616161; */
    color: #fff;
    height: 43px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.first li a {
    display: inline!important;
  text-decoration: none;
}

.first li img {
    float: right;
    margin: 5px 4px;
    margin-left: 14px;
    padding: 4px;
}
.first li p {
    padding-top: 5px;
    margin: 0;
    text-align: right;
    line-height: 16px;
    font-size: 11px;
    color: #fff!important;
}
.first li:hover {
margin-right: -115px;
}


.testing {
    display: block;
    position: fixed;
    right: -50px;
    line-height: 1.5;
    background: #E91E63;
    top: 40%;
    z-index: 999999;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    padding: 12px 20px;
    text-align: center;
    font-size: 17px;
    border-radius: .25rem;
    font-weight: 600;
}
.testing a {
    color: #fff;
    text-decoration: none;
}






.social-outer-box.enquiry{display: block;position: fixed;right: -50px;line-height: 1.5;background: #c92025;top: 56%;z-index: 99;color: #fff;-webkit-transform: translate3d(0, 0, 0) rotate(-90deg);padding: 12px 20px;text-align: center;font-size: 17px;border-radius: .25rem;font-weight: 600;}
a.risk {
    color: #ffffff;
}

.social-outer-box.enquiry a {
    border: 0;
    color: #fff;
}

.color1 {background-color:#10274a}
.color2 {background-color:#1bd741}
.color3 {background-color:#4267b2}
.color4 {background-color:#0077b7}


.color3 p, .color4 p, .color5 p, .color6 p, .color7 p {
    font-size: 16px !important;
    padding-top: 14px !important;
}

@media only screen and (max-width: 767px) {
.first-container {
  bottom: 5%;
    top: auto;
}
.social-outer-box {
    text-align: center;
    vertical-align: middle;
    top: auto !important;
      width: 100%;
    bottom: 0;
    left: 0;
  right:0 !important;
  left:15%;
  width:70%;
    margin: 0!important;
  -webkit-transform:none !important;
  padding: 10px 0px !important;
}

}





.mobile-contact {
    background: #4caf50;
    padding: 3px 10px;
}
.mobile-contact span {
    color: #fff;
    /* display: block; */
    font-size: 16px;
}

.mobile-contact a, .mobile-contact a h5 {
    color: #fff;
    font-size: 16px;
}

.cus-tri-bg{
  background: #fffbf4;
}
.cus-card {
    padding: 25px;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
}















.twae-wrapper {
    --tw-cbx-text-align-alternate: right;
    --tw-lbl-big-color: #30324B;
    --tw-lbl-big-size: 22px;
    --tw-lbl-small-size: 16px;
    --tw-ybx-size: 80px;
    --tw-cbx-bottom-margin: 60px;
    --tw-cbx-title-color: #151414;
    --tw-cbx-des-color: #151414;
}



.twae-title {
    font-family: "Poppins", Sans-serif;
    font-size: 10px;
    font-weight: 400;
}


.twae-vertical.twae-wrapper .twae-slideshow {
    width: 100%
}

.twae-vertical.twae-wrapper .twae-icon-left-open,.twae-vertical.twae-wrapper .twae-icon-right-open {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer
}

.twae-vertical.twae-wrapper .twae-icon-right-open {
    right: 0
}

.twae-vertical {
    --tw-ibx-position: 0;
    --tw-cbx-text-align: left;
    --tw-cbx-bd-top-width: 0px;
    --tw-cbx-bd-right-width: 0px;
    --tw-cbx-bd-bottom-width: 0px;
    --tw-cbx-bd-left-width: 3px;
    --tw-cbx-img-order: 2;
    max-width: 1600px;
    padding: calc(var(--tw-line-width) * 3) 0;
    margin: 0 auto
}

.twae-vertical.twae-wrapper .twae-end,.twae-vertical.twae-wrapper .twae-start {
    background-color: var(--tw-line-bg);
    width: calc(var(--tw-line-width) * 3);
    height: calc(var(--tw-line-width) * 3);
    display: inline-block;
    position: absolute;
    left: calc(50% - var(--tw-line-width) * 1.5);
    z-index: 9;
    border-width: calc(var(--tw-line-bd-width) * 1px);
    border-style: var(--tw-line-bd-style);
    border-color: var(--tw-line-bd-color);
    border-radius: calc(var(--tw-ibx-radius) * 1%);
    -webkit-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -moz-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -ms-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -o-border-radius: calc(var(--tw-ibx-radius) * 1%)
}

.twae-vertical.twae-wrapper .twae-start {
    top: 2px
}

.twae-vertical.twae-wrapper .twae-end {
    bottom: 2px
}

.twae-post-timeline.twae-wrapper .twae-end {
    bottom: inherit!important
}

.twae-vertical.twae-wrapper .twea-pagination {
    margin-top: 15px
}

.twae-vertical.twae-wrapper .twae-end:after,.twae-vertical.twae-wrapper .twae-start:after {
    content: '';
    position: absolute;
    height: calc(var(--tw-line-bd-width) * 1px + var(--tw-line-width) * .1);
    width: calc(var(--tw-line-width) - var(--tw-line-bd-width) * 2px);
    background-color: var(--tw-line-bg);
    left: calc(50% - (var(--tw-line-width) - var(--tw-line-bd-width) * 2px)/ 2)
}

.twae-vertical.twae-wrapper .twae-start:after {
    bottom: calc(0px - var(--tw-line-bd-width) * 1px)
}

.twae-vertical.twae-wrapper .twae-end:after {
    top: calc(0px - var(--tw-line-bd-width) * 1px)
}

.twae-vertical.twae-wrapper .twae-end-fill:not(.twae-end-out-viewport) .twae-end,.twae-vertical.twae-wrapper .twae-end-fill:not(.twae-end-out-viewport) .twae-end:after,.twae-vertical.twae-wrapper .twae-start-fill:not(.twae-start-out-viewport) .twae-start,.twae-vertical.twae-wrapper .twae-start-fill:not(.twae-start-out-viewport) .twae-start:after {
    background-color: var(--tw-line-filling-color);
    border-color: var(--tw-line-filling-color)
}

.twae-vertical.twae-wrapper .twae-timeline {
    position: relative;
    margin: 0;
    padding: 40px 0;
    display: flow-root;
    width: 100%
}

.twae-vertical.twae-wrapper .twae-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - var(--tw-line-width)/ 2);
    display: block;
    width: var(--tw-line-width);
    background-color: var(--tw-line-bg)!important;
    border-width: 0 calc(var(--tw-line-bd-width) * 1px) 0 calc(var(--tw-line-bd-width) * 1px);
    border-style: var(--tw-line-bd-style);
    border-color: var(--tw-line-bd-color)
}

.twae-vertical.twae-wrapper .twae-inner-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - var(--tw-line-width)/ 2);
    display: block;
    width: var(--tw-line-width);
    background-color: var(--tw-line-filling-color)
}

.twae-vertical.twae-wrapper .twae-year {
    position: relative;
    margin: 30px 0;
    justify-content: center;
    width: 100%
}

.twae-vertical.twae-wrapper .twae-year:first-child {
    margin-top: 0!important
}

.twae-vertical.twae-wrapper .twae-year-text:after,.twae-vertical.twae-wrapper .twae-year-text:before {
    height: calc(var(--tw-ybx-bd-width) + var(--tw-line-width) * .1);
    width: calc(var(--tw-line-width) - var(--tw-line-bd-width) * 2px);
    left: calc(50% - (var(--tw-line-width) - var(--tw-line-bd-width) * 2px)/ 2)
}

.twae-vertical.twae-wrapper .twae-year-text:before {
    top: 0
}

.twae-vertical.twae-wrapper .twae-year-text:after {
    bottom: 0
}

.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-year:not(.twae-out-viewport) .twae-year-text {
    border-color: var(--tw-line-filling-color)
}

.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-year:not(.twae-out-viewport) .twae-year-text:after,.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-year:not(.twae-out-viewport) .twae-year-text:before {
    background: var(--tw-line-filling-color)
}

.twae-vertical.twae-wrapper .twae-labels {
    justify-content: space-between;
    top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 - (var(--tw-lbl-big-size)/ 2 - var(--tw-ibx-size)/ 2));
    left: calc(-100% - var(--tw-ibx-size) * 2);
    text-align: right
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-labels {
    left: auto;
    right: calc(-100% - var(--tw-ibx-size) * 2);
    text-align: left
}

.twae-vertical.twae-wrapper .twae-story-center .twae-labels {
    top: calc(0px - var(--tw-ibx-size) * 2 - (var(--tw-lbl-big-size)/ 2 - var(--tw-ibx-size)/ 2));
    left: calc(50% + var(--tw-ibx-size));
    width: calc(50% - var(--tw-ibx-size));
    text-align: left
}

.twae-vertical.twae-wrapper .twae-icon {
    top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100);
    left: calc(var(--tw-ibx-size)/ 2 - var(--tw-ibx-size) * 2)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-icon {
    left: auto;
    right: calc(var(--tw-ibx-size)/ 2 - var(--tw-ibx-size) * 2)
}

.twae-vertical.twae-wrapper .twae-icondot {
    left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2);
    top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 4)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-icondot {
    left: auto;
    right: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-icon {
    top: calc(0px - var(--tw-ibx-size) * 2);
    left: calc(50% - var(--tw-ibx-size)/ 2)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-icondot {
    top: calc(0px - var(--tw-ibx-size) * 1.75);
    left: calc(50% - var(--tw-ibx-size)/ 4)
}

.twae-vertical.twae-wrapper .twae-icon:after,.twae-vertical.twae-wrapper .twae-icon:before,.twae-vertical.twae-wrapper .twae-icondot:after,.twae-vertical.twae-wrapper .twae-icondot:before {
    height: calc(var(--tw-ibx-bd-width) + var(--tw-line-width) * .1);
    width: calc(var(--tw-line-width) - var(--tw-line-bd-width) * 2px);
    left: calc(50% - (var(--tw-line-width) - var(--tw-line-bd-width) * 2px)/ 2)
}

.twae-vertical.twae-wrapper .twae-icon:before,.twae-vertical.twae-wrapper .twae-icondot:before {
    top: calc(0px - var(--tw-ibx-bd-width))
}

.twae-vertical.twae-wrapper .twae-icon:after,.twae-vertical.twae-wrapper .twae-icondot:after {
    bottom: calc(0px - var(--tw-ibx-bd-width))
}

.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-story:not(.twae-out-viewport) .twae-icon,.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-story:not(.twae-out-viewport) .twae-icondot {
    border-color: var(--tw-line-filling-color);
    border-style: solid
}

.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-story:not(.twae-out-viewport) .twae-icon:after,.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-story:not(.twae-out-viewport) .twae-icon:before,.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-story:not(.twae-out-viewport) .twae-icondot:after,.twae-end-out-viewport:not(.twae-start-out-viewport) .twae-story:not(.twae-out-viewport) .twae-icondot:before {
    background: var(--tw-line-filling-color)
}

.twae-vertical.twae-wrapper .twae-arrow {
    background: linear-gradient(to top right,var(--tw-arw-bg) 52%,transparent 48%);
    left: calc(var(--tw-ibx-size)/ 7 - var(--tw-ibx-size)/ 3.5 + var(--tw-cbx-bd-left-width)/ 3);
    top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 2 - var(--tw-ibx-size)/ 7);
    border-width: 0 0 var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-left-width);
    box-shadow: -4px 4px 8px -4px rgb(0,0,0,.4)
}

.twae-vertical.twae-bg-gradient .twae-story.twae-bg-hover:hover .twae-arrow,.twae-vertical.twae-bg-multicolor .twae-story.twae-bg-hover:hover .twae-arrow,.twae-vertical.twae-wrapper .twae-story.twae-bg-hover:hover .twae-arrow {
    background: linear-gradient(to top right,var(--tw-cbx-title-bg,var(--tw-cbx-bg-hover)) 52%,transparent 48%)
}

.twae-vertical.twae-bg-gradient .twae-story.twae-bg-hover.twae-story-left:hover .twae-arrow,.twae-vertical.twae-bg-multicolor .twae-story.twae-bg-hover.twae-story-left:hover .twae-arrow,.twae-vertical.twae-wrapper .twae-story.twae-bg-hover.twae-story-left:hover .twae-arrow {
    background: linear-gradient(to bottom left,var(--tw-cbx-title-bg,var(--tw-cbx-bg-hover)) 52%,transparent 48%)
}

.twae-vertical.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-2) .twae-arrow {
    background: linear-gradient(to top right,var(--tw-arw-bg2,var(--tw-arw-bg)) 52%,transparent 48%)
}

.twae-vertical.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-1) .twae-arrow {
    background: linear-gradient(to top right,var(--tw-arw-bg3,var(--tw-arw-bg)) 52%,transparent 48%)
}

.twae-vertical.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n) .twae-arrow {
    background: linear-gradient(to top right,var(--tw-arw-bg4,var(--tw-arw-bg)) 52%,transparent 48%)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow {
    left: auto;
    right: calc(var(--tw-ibx-size)/ 7 - var(--tw-ibx-size)/ 3.5 + var(--tw-cbx-bd-left-width)/ 3);
    background: linear-gradient(to bottom left,var(--tw-arw-bg) 52%,transparent 48%);
    border-width: var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-left-width) 0 0;
    box-shadow: 4px -4px 8px -4px rgb(0,0,0,.4)
}

.twae-vertical.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-2).twae-story-left .twae-arrow {
    background: linear-gradient(to bottom left,var(--tw-arw-bg2,var(--tw-arw-bg)) 52%,transparent 48%)
}

.twae-vertical.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-1).twae-story-left .twae-arrow {
    background: linear-gradient(to bottom left,var(--tw-arw-bg3,var(--tw-arw-bg)) 52%,transparent 48%)
}

.twae-vertical.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n).twae-story-left .twae-arrow {
    background: linear-gradient(to bottom left,var(--tw-arw-bg4,var(--tw-arw-bg)) 52%,transparent 48%)
}

.twae-vertical.twae-wrapper .twae-arrow-line {
    left: calc(0px - var(--tw-ibx-size) * .5);
    top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 2 - var(--tw-line-width)/ 2);
    width: calc(var(--tw-ibx-size) * .5);
    height: var(--tw-line-width);
    border-width: calc(var(--tw-line-bd-width) * 1px) 0 calc(var(--tw-line-bd-width) * 1px) 0
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow-line {
    left: auto;
    right: calc(0px - var(--tw-ibx-size) * .5)
}

.twae-vertical.twae-wrapper .twae-story-no-icon .twae-arrow-line {
    width: calc(var(--tw-ibx-size) * .75);
    left: calc(0px - var(--tw-ibx-size) * .75)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left.twae-story-no-icon .twae-arrow-line {
    left: auto;
    right: calc(0px - var(--tw-ibx-size) * .75)
}

.twae-vertical.twae-wrapper .twae-story-no-dot .twae-arrow-line {
    width: calc(var(--tw-ibx-size) - var(--tw-line-width) * .5);
    left: calc(0px - var(--tw-ibx-size) + var(--tw-line-width) * .5)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left.twae-story-no-dot .twae-arrow-line {
    left: auto;
    right: calc(0px - var(--tw-ibx-size) + var(--tw-line-width) * .5)
}

.twae-vertical.twae-wrapper .twae-arrow-line:after,.twae-vertical.twae-wrapper .twae-arrow-line:before {
    height: var(--tw-line-width);
    top: calc(0px - calc(var(--tw-line-bd-width) * 1px));
    border-width: calc(var(--tw-line-bd-width) * 1px) 0 calc(var(--tw-line-bd-width) * 1px) 0
}

.twae-vertical.twae-wrapper .twae-arrow-line:before {
    width: calc(var(--tw-ibx-bd-width));
    left: calc(0px - var(--tw-ibx-bd-width))
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow-line:before {
    left: auto;
    right: calc(0px - var(--tw-ibx-bd-width))
}

.twae-vertical.twae-wrapper .twae-arrow-line:after {
    width: calc(var(--tw-cbx-bd-left-width));
    right: calc(0px - var(--tw-cbx-bd-left-width))
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow-line:after {
    right: auto;
    left: calc(0px - var(--tw-cbx-bd-left-width))
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-arrow,.twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-arrow-line {
    display: none;
    opacity: 0
}

.twae-vertical.twae-wrapper .twae-story {
    position: relative;
    width: calc(50% - var(--tw-ibx-size));
    float: right;
    clear: both
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left {
    float: left
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    top: calc(var(--tw-ibx-size) * 2.5);
    margin-bottom: calc(var(--tw-ibx-size) * 2.5 + var(--tw-cbx-bottom-margin))
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center:after,.twae-vertical.twae-wrapper .twae-story.twae-story-center:before {
    content: " ";
    position: absolute;
    height: calc(var(--tw-cbx-bd-left-width) + 10px);
    width: calc(var(--tw-line-width) - var(--tw-line-bd-width) * 2px);
    background: var(--tw-line-bg);
    left: calc(50% - (var(--tw-line-width) - var(--tw-line-bd-width) * 2px)/ 2);
    opacity: var(--tw-line-bd-width);
    z-index: 1
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center:before {
    top: -10px
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center:after {
    bottom: -10px
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-content {
    box-shadow: var(--tw-cbx-shadow-left);
    border-width: var(--tw-cbx-bd-top-width) var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-bottom-width) var(--tw-cbx-bd-right-width);
    border-radius: var(--tw-cbx-radius-left);
    -webkit-border-radius: var(--tw-cbx-radius-left);
    -moz-border-radius: var(--tw-cbx-radius-left);
    -ms-border-radius: var(--tw-cbx-radius-left);
    -o-border-radius: var(--tw-cbx-radius-left)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-content {
    border-width: var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-right-width) var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-right-width)
}

.twae-vertical.twae-wrapper.twae-bg-gradient .twae-content {
    background-image: linear-gradient(to right,var(--tw-cbx-bg),var(--tw-cbx-bg-gradient))
}

.twae-vertical.twae-wrapper.twae-bg-gradient .twae-story.twae-story-left .twae-content {
    background-image: linear-gradient(to left,var(--tw-cbx-bg),var(--tw-cbx-bg-gradient))
}

.twae-vertical.twae-wrapper.twae-bg-gradient .twae-story.twae-story-center .twae-content {
    background-image: linear-gradient(to bottom,var(--tw-cbx-bg),var(--tw-cbx-bg-gradient))
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left:hover .twae-content {
    box-shadow: var(--tw-cbx-shadow-left-hover);
    border-radius: var(--tw-cbx-radius-left-hover);
    -webkit-border-radius: var(--tw-cbx-radius-left-hover);
    -moz-border-radius: var(--tw-cbx-radius-left-hover);
    -ms-border-radius: var(--tw-cbx-radius-left-hover);
    -o-border-radius: var(--tw-cbx-radius-left-hover)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-title {
    justify-content: var(--tw-cbx-text-align-alternate);
    text-align: var(--tw-cbx-text-align-alternate)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-media {
    justify-content: var(--tw-cbx-img-align,var(--tw-cbx-text-align-alternate))
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-description {
    text-align: var(--tw-cbx-text-align-alternate)
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-button {
    justify-content: var(--tw-cbx-btn-align,var(--tw-cbx-text-align-alternate))
}

.twae-vertical.twae-wrapper.style-2 {
    --tw-ibx-radius: 0;
    --tw-ibx-bd-width: calc(var(--tw-line-bd-width, var(--tw-line-width)) * 1px);
    --tw-cbx-radius: 0px 0px 0px 0px;
    --tw-cbx-radius-left: 0px 0px 0px 0px;
    --tw-cbx-padding: 0px;
    --tw-cbx-bd-left-width: 0px;
    --tw-cbx-title-color: #fff;
    --tw-cbx-title-bg: var(--tw-ibx-bg);
    --tw-cbx-title-padding: 8px 12px 8px 12px;
    --tw-cbx-title-margin: 0px 0px 0px 0px;
    --tw-cbx-img-padding: 10px 10px 0px 10px;
    --tw-cbx-des-padding: 0px 10px 0px 10px
}

.twae-vertical.twae-wrapper.style-3 {
    --tw-cbx-radius: 0px 0px 0px 0px;
    --tw-cbx-radius-left: 0px 0px 0px 0px;
    --tw-cbx-shadow: 0px;
    --tw-cbx-shadow-left: 0px;
    --tw-cbx-bd-top-width: 1px;
    --tw-cbx-bd-right-width: 1px;
    --tw-cbx-bd-bottom-width: 1px;
    --tw-cbx-bd-left-width: 1px;
    --tw-cbx-des-margin: 0px
}

@media only screen and (max-width: 767px) {
    .twae-vertical.twae-wrapper .twae-end,.twae-vertical.twae-wrapper .twae-start {
        left:calc(0px + var(--tw-ibx-size)/ 2 - var(--tw-line-width) * 1.5)
    }

    .twae-vertical.twae-wrapper .twae-inner-line,.twae-vertical.twae-wrapper .twae-timeline:before {
        left: calc(0px - var(--tw-line-width)/ 2 + var(--tw-ibx-size)/ 2)
    }

    .twae-vertical.twae-wrapper .twae-year {
        justify-content: flex-start
    }

    .twae-vertical.twae-wrapper .twae-year .twae-year-text:after {
        left: calc(0px + var(--tw-ibx-size)/ 2 - var(--tw-line-width)/ 2 + var(--tw-line-bd-width)/ 2)
    }

    .twae-vertical.twae-wrapper .twae-story,.twae-vertical.twae-wrapper .twae-story.twae-story-center {
        width: calc(100% - var(--tw-ibx-size) * 1.5);
        float: right;
        text-align: left;
        margin-bottom: var(--tw-cbx-bottom-margin);
        top: 0
    }

    .twae-vertical.twae-wrapper .twae-story .twae-labels,.twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-labels {
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        padding-bottom: 12px;
        width: 100%
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-center:after,.twae-vertical.twae-wrapper .twae-story.twae-story-center:before {
        display: none;
        opacity: 0
    }

    .twae-vertical.twae-wrapper .twae-icon {
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + (var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) - ((var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) * var(--tw-ibx-position)/ 100))
    }

    .twae-vertical.twae-wrapper .twae-icondot {
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 4 + (var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) - ((var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) * var(--tw-ibx-position)/ 100))
    }

    .twae-vertical.twae-wrapper .twae-story-center .twae-icondot {
        left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 4 + (var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) - ((var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) * var(--tw-ibx-position)/ 100))
    }

    .twae-vertical.twae-wrapper .twae-story-center .twae-icon {
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + (var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) - ((var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) * var(--tw-ibx-position)/ 100));
        left: calc(var(--tw-ibx-size)/ 2 - var(--tw-ibx-size) * 2)
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left {
        float: right
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-labels {
        right: 0
    }

    .twae-vertical.twae-wrapper .twae-arrow,.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow {
        border-width: 0 0 var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-left-width);
        left: calc(var(--tw-ibx-size)/ 7 - var(--tw-ibx-size)/ 3.5 + var(--tw-cbx-bd-left-width)/ 3);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 2 - var(--tw-ibx-size)/ 7 + (var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) - ((var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) * var(--tw-ibx-position)/ 100));
        background: linear-gradient(to top right,var(--tw-arw-bg) 52%,transparent 48%);
        box-shadow: -4px 4px 8px -4px rgb(0,0,0,.4)
    }

    .twae-vertical.twae-wrapper .twae-arrow-line,.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow-line {
        right: auto;
        left: calc(0px - var(--tw-ibx-size) * .5);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 2 - var(--tw-line-width)/ 2 + (var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) - ((var(--tw-lbl-big-size) + var(--tw-lbl-small-size) + var(--tw-lbl-gap) + 12px) * var(--tw-ibx-position)/ 100))
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left.twae-story-no-icon .twae-arrow-line {
        right: auto;
        left: calc(0px - var(--tw-ibx-size) * .75)
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left.twae-story-no-dot .twae-arrow-line {
        right: auto;
        left: calc(0px - var(--tw-ibx-size) + var(--tw-line-width) * .5)
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-arrow,.twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-arrow-line {
        display: block;
        opacity: 1
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow-line:before {
        right: auto;
        left: calc(0px - var(--tw-ibx-bd-width))
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-arrow-line:after {
        left: auto;
        right: calc(0px - var(--tw-cbx-bd-left-width))
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-icon {
        left: calc(var(--tw-ibx-size)/ 2 - var(--tw-ibx-size) * 2);
        right: auto
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-icondot {
        left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2);
        right: auto
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-center .twae-content,.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-content {
        border-width: var(--tw-cbx-bd-top-width) var(--tw-cbx-bd-right-width) var(--tw-cbx-bd-bottom-width) var(--tw-cbx-bd-left-width)
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-title {
        justify-content: var(--tw-cbx-text-align);
        text-align: var(--tw-cbx-text-align)
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-description {
        text-align: var(--tw-cbx-text-align)
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-media {
        justify-content: var(--tw-cbx-img-align,var(--tw-cbx-text-align))
    }

    .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-button {
        justify-content: var(--tw-cbx-btn-align,var(--tw-cbx-text-align))
    }

    .twae-vertical.twae-wrapper .twae-year .twae-year-text {
        position: relative;
        overflow: visible;
        left: calc(var(--tw-ibx-size)*1.5);
        right: auto
    }

    .twae-vertical.twae-wrapper .twae-year .twae-year-text:before {
        height: var(--tw-line-width);
        left: auto;
        right: calc(100% + var(--tw-ybx-bd-width))!important;
        width: calc(var(--tw-ibx-size) - var(--tw-line-width)/ 2 + var(--tw-line-bd-width)*1px);
        background-color: var(--tw-line-bg);
        opacity: 1
    }

    .twae-vertical.twae-wrapper .twae-year-label.twae-year-text::after {
        right: 100%;
        left: auto;
        width: var(--tw-ybx-bd-width);
        height: var(--tw-line-width)
    }

    .twae-vertical.twae-wrapper .twae-year .twae-year-text:before,.twae-vertical.twae-wrapper .twae-year-label.twae-year-text::after {
        top: calc(50% - var(--tw-line-width)/ 2)!important;
        border-width: calc(var(--tw-line-bd-width)*1px) 0 calc(var(--tw-line-bd-width)*1px) 0;
        border-style: var(--tw-line-bd-style);
        border-color: var(--tw-line-bd-color)
    }
}

@media only screen and (min-width: 768px) {
    .twae-vertical-right.twae-wrapper .twae-end,.twae-vertical-right.twae-wrapper .twae-start {
        left:calc(33.33% - var(--tw-line-width) * 1.5)
    }

    .twae-vertical-right.twae-wrapper .twae-inner-line,.twae-vertical-right.twae-wrapper .twae-timeline:before {
        left: calc(33.33% - var(--tw-line-width)/ 2)
    }

    .twae-vertical-right.twae-wrapper .twae-year {
        justify-content: left
    }

    .twae-vertical-right.twae-wrapper .twae-year-text:after,.twae-vertical-right.twae-wrapper .twae-year-text:before {
        left: calc(25.33% - (var(--tw-line-width) - var(--tw-line-bd-width) * 2px)/ 2)
    }

    .twae-vertical-right.twae-wrapper .twae-labels {
        right: auto;
        left: calc((-100% + var(--tw-ibx-size))/ 2 - var(--tw-ibx-size) * 2);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 - (var(--tw-lbl-big-size)/ 2 - var(--tw-ibx-size)/ 2));
        width: calc((100% + var(--tw-ibx-size))/ 2 - var(--tw-ibx-size));
        text-align: right
    }

    .twae-vertical-right.twae-wrapper .twae-story {
        width: calc(66.66% - var(--tw-ibx-size));
        float: right;
        margin-bottom: var(--tw-cbx-bottom-margin);
        text-align: left;
        top: auto
    }

    .twae-vertical-right.twae-wrapper .twae-content {
        border-width: var(--tw-cbx-bd-top-width) var(--tw-cbx-bd-right-width) var(--tw-cbx-bd-bottom-width) var(--tw-cbx-bd-left-width)
    }

    .twae-vertical-right.twae-wrapper .twae-icon {
        right: auto;
        left: calc(var(--tw-ibx-size)/ 2 - var(--tw-ibx-size) * 2);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100)
    }

    .twae-vertical-right.twae-wrapper .twae-icondot {
        right: auto;
        left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 4)
    }

    .twae-vertical-right.twae-wrapper .twae-arrow {
        background: linear-gradient(to top right,var(--tw-arw-bg) 52%,transparent 48%);
        border-width: 0 0 var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-left-width);
        right: auto;
        left: calc(var(--tw-ibx-size)/ 7 - var(--tw-ibx-size)/ 3.5 + var(--tw-cbx-bd-left-width)/ 3);
        box-shadow: -4px 4px 8px -4px rgb(0,0,0,.4)
    }

    .twae-vertical-right.twae-wrapper .twae-arrow-line {
        right: auto;
        left: calc(0px - var(--tw-ibx-size) * .5)
    }

    .twae-vertical-right.twae-wrapper .twae-arrow-line:before {
        right: auto;
        left: calc(0px - var(--tw-ibx-bd-width))
    }

    .twae-vertical-right.twae-wrapper .twae-arrow-line:after {
        left: auto;
        right: calc(0px - var(--tw-cbx-bd-left-width))
    }

    .twae-vertical-right.twae-wrapper .twae-story-no-icon .twae-arrow-line {
        right: auto;
        left: calc(0px - var(--tw-ibx-size) * .75)
    }

    .twae-vertical-right.twae-wrapper .twae-story-no-dot .twae-arrow-line {
        right: auto;
        left: calc(0px - var(--tw-ibx-size) + var(--tw-line-width) * .5)
    }

    .twae-vertical-right.twae-wrapper .twae-story.twae-story-center:after,.twae-vertical-right.twae-wrapper .twae-story.twae-story-center:before {
        display: none
    }

    .twae-vertical-right.twae-wrapper .twae-story-center .twae-arrow,.twae-vertical-right.twae-wrapper .twae-story-center .twae-arrow-line {
        display: block;
        opacity: 1
    }

    .twae-vertical-left.twae-wrapper .twae-end,.twae-vertical-left.twae-wrapper .twae-start {
        left: calc(66.66% - var(--tw-line-width) * 1.5)
    }

    .twae-vertical-left.twae-wrapper .twae-inner-line,.twae-vertical-left.twae-wrapper .twae-timeline:before {
        left: calc(66.66% - var(--tw-line-width)/ 2)
    }

    .twae-vertical-left.twae-wrapper .twae-year {
        justify-content: left;
        padding-left: calc(66.66% - var(--tw-ybx-size)/ 2)
    }

    .twae-vertical-left.twae-wrapper .twae-year-text:after,.twae-vertical-left.twae-wrapper .twae-year-text:before {
        left: calc(66.66% - (var(--tw-line-width) - var(--tw-line-bd-width) * 2px)/ 2)
    }

    .twae-vertical-left.twae-wrapper .twae-story .twae-labels {
        left: auto;
        right: calc((-100% + var(--tw-ibx-size))/ 2 - var(--tw-ibx-size) * 2);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 - (var(--tw-lbl-big-size)/ 2 - var(--tw-ibx-size)/ 2));
        width: calc((100% + var(--tw-ibx-size))/ 2 - var(--tw-ibx-size));
        text-align: left
    }

    .twae-vertical-left.twae-wrapper .twae-story {
        float: left;
        width: calc(66.66% - var(--tw-ibx-size));
        margin-bottom: var(--tw-cbx-bottom-margin);
        text-align: left;
        top: auto
    }

    .twae-vertical-left.twae-wrapper .twae-content {
        border-width: var(--tw-cbx-bd-top-width) var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-bottom-width) var(--tw-cbx-bd-right-width)
    }

    .twae-vertical-left.twae-wrapper .twae-icon {
        left: auto;
        right: calc(var(--tw-ibx-size)/ 2 - var(--tw-ibx-size) * 2);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100)
    }

    .twae-vertical-left.twae-wrapper .twae-icondot {
        left: auto;
        right: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2);
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position)/ 100 + var(--tw-ibx-size)/ 4)
    }

    .twae-vertical-left.twae-wrapper .twae-arrow {
        left: auto;
        right: calc(var(--tw-ibx-size)/ 7 - var(--tw-ibx-size)/ 3.5 + var(--tw-cbx-bd-left-width)/ 3);
        background: linear-gradient(to bottom left,var(--tw-arw-bg) 52%,transparent 48%);
        border-width: var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-left-width) 0 0;
        box-shadow: 4px -4px 8px -4px rgb(0,0,0,.4)
    }

    .twae-vertical-left.twae-wrapper .twae-arrow-line {
        left: auto;
        right: calc(0px - var(--tw-ibx-size) * .5)
    }

    .twae-vertical-left.twae-wrapper .twae-arrow-line:before {
        left: auto;
        right: calc(0px - var(--tw-ibx-bd-width))
    }

    .twae-vertical-left.twae-wrapper .twae-arrow-line:after {
        right: auto;
        left: calc(0px - var(--tw-cbx-bd-left-width))
    }

    .twae-vertical-left.twae-wrapper .twae-story-no-icon .twae-arrow-line {
        left: auto;
        right: calc(0px - var(--tw-ibx-size) * .75)
    }

    .twae-vertical-left.twae-wrapper .twae-story-no-dot .twae-arrow-line {
        left: auto;
        right: calc(0px - var(--tw-ibx-size) + var(--tw-line-width) * .5)
    }

    .twae-vertical-left.twae-wrapper .twae-story.twae-story-center:after,.twae-vertical-left.twae-wrapper .twae-story.twae-story-center:before {
        display: none
    }

    .twae-vertical-left.twae-wrapper .twae-story-center .twae-arrow,.twae-vertical-left.twae-wrapper .twae-story-center .twae-arrow-line {
        display: block;
        opacity: 1
    }

    .twae-vertical-center.twae-wrapper .twae-labels {
        top: calc(0px - var(--tw-ibx-size) * 2 - (var(--tw-lbl-big-size)/ 2 - var(--tw-ibx-size)/ 2));
        left: calc(50% + var(--tw-ibx-size));
        width: calc(50% - var(--tw-ibx-size));
        text-align: left
    }

    .twae-vertical-center.twae-wrapper .twae-icon {
        top: calc(0px - var(--tw-ibx-size) * 2);
        left: calc(50% - var(--tw-ibx-size)/ 2)
    }

    .twae-vertical-center.twae-wrapper .twae-icondot {
        top: calc(0px - var(--tw-ibx-size) * 1.75);
        left: calc(50% - var(--tw-ibx-size)/ 4)
    }

    .twae-vertical-center.twae-wrapper .twae-arrow,.twae-vertical-center.twae-wrapper .twae-arrow-line {
        display: none;
        opacity: 0
    }

    .twae-vertical-center.twae-wrapper .twae-story {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
        top: calc(var(--tw-ibx-size) * 2.5);
        margin-bottom: calc(var(--tw-ibx-size) * 2.5 + var(--tw-cbx-bottom-margin))
    }

    .twae-vertical-center.twae-wrapper .twae-content {
        border-width: var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-right-width) var(--tw-cbx-bd-left-width) var(--tw-cbx-bd-right-width)
    }

    .twae-vertical-center.twae-wrapper .twae-story:after,.twae-vertical-center.twae-wrapper .twae-story:before {
        content: " ";
        position: absolute;
        height: calc(var(--tw-cbx-bd-left-width) + 10px);
        width: calc(var(--tw-line-width) - var(--tw-line-bd-width) * 2px);
        background: var(--tw-line-bg);
        left: calc(50% - (var(--tw-line-width) - var(--tw-line-bd-width) * 2px)/ 2);
        opacity: var(--tw-line-bd-width);
        z-index: 1
    }

    .twae-vertical-center.twae-wrapper .twae-story:before {
        top: -10px
    }

    .twae-vertical-center.twae-wrapper .twae-story:after {
        bottom: -10px
    }
}




.twae-wrapper {
    --tw-line-width: 4px;
    --tw-line-bg: #d6d6d6;
    --tw-line-filling-color: rgba(0, 0, 0, 0.5);
    --tw-line-bd-width: 0;
    --tw-line-bd-style: solid;
    --tw-ybx-size: 80px;
    --tw-ybx-text-size: 22px;
    --tw-ybx-text-weight: bold;
    --tw-ybx-text-color: #ffffff;
    --tw-ybx-bg: #54595f;
    --tw-ybx-bd-width: var(
    --tw-line-bd-width-inpx, var(--tw-line-width));
    --tw-ybx-bd-style: var(
    --tw-line-bd-style);
    --tw-ybx-bd-color: var(
    --tw-line-bd-color, var(--tw-line-bg));
    --tw-ibx-size: 48px;
    --tw-ibx-text-size: 24px;
    --tw-ibx-bg: var(
    --e-global-color-primary, #222);
    --tw-ibx-color: var(
    --tw-cbx-bg);
    --tw-ibx-radius: 50;
    --tw-ibx-bd-width: var(
    --tw-line-bd-width-inpx, var(--tw-line-width));
    --tw-ibx-bd-style: var(
    --tw-line-bd-style);
    --tw-ibx-bd-color: var(
    --tw-line-bd-color, var(--tw-line-bg));
    --tw-lbl-gap: 5px;
    --tw-lbl-position: column nowrap;
    --tw-lbl-justify: flex-end;
    --tw-lbl-big-size: 24px;
    --tw-lbl-small-size: 16px;
    --tw-lbl-big-weight: bold;
    --tw-lbl-small-weight: normal;
    --tw-lbl-big-color: var(
    --e-global-color-primary, #222);
    --tw-lbl-small-color: var(
    --e-global-color-text, #444);
    --tw-arw-bg: var(
    --tw-cbx-title-bg, var(--tw-cbx-bg));
    --tw-arw-bg2: var(
    --tw-cbx-title-bg, var(--tw-cbx-bg2));
    --tw-arw-bg3: var(
    --tw-cbx-title-bg, var(--tw-cbx-bg3));
    --tw-arw-bg4: var(
    --tw-cbx-title-bg, var(--tw-cbx-bg4));
    --tw-arw-bd-color: var(
    --tw-cbx-bd-color);
    --tw-arw-line-background: var(
    --tw-cbx-title-bg, var(--tw-line-bg));
    --tw-arw-line-border-color: var(
    --tw-line-bd-color);
    --tw-cbx-bg: #ffffff;
    --tw-cbx-bd-style: solid;
    --tw-cbx-bd-color: var(
    --tw-ibx-bg);
    --tw-cbx-radius: 6px 6px 6px 6px;
    --tw-cbx-radius-left: 6px 6px 6px 6px;
    --tw-cbx-padding: 0.75em 0.75em calc(0.75em - 10px) 0.75em;
    --tw-cbx-bottom-margin: 100px;
    --tw-cbx-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
    --tw-cbx-shadow-left: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
    --tw-cbx-space: 20;
    --tw-cbx-bg-hover: var(
    --tw-cbx-bg);
    --tw-cbx-radius-hover: var(
    --tw-cbx-radius);
    --tw-cbx-radius-left-hover: var(
    --tw-cbx-radius-left);
    --tw-cbx-shadow-hover: var(
    --tw-cbx-shadow);
    --tw-cbx-shadow-left-hover: var(
    --tw-cbx-shadow-left);
    --tw-cbx-title-color: var(
    --e-global-color-primary, #222);
    --tw-cbx-title-font-size: 19px;
    --tw-cbx-title-font-weight: bold;
    --tw-cbx-title-line-height: 1.25em;
    --tw-cbx-title-padding: 0px 0px 0px 0px;
    --tw-cbx-title-margin: 0px 0px 10px 0px;
    --tw-cbx-des-color: var(
    --e-global-color-text, #444);
    --tw-cbx-des-padding: 0px 0px 0px 0px;
    --tw-cbx-des-margin: 0px 0px 10px 0px;
    --tw-cbx-img-width: 100%;
    --tw-cbx-img-height: auto;
    --tw-cbx-img-padding: 0px 0px 0px 0px;
    --tw-cbx-img-margin: 0px 0px 10px 0px;
    --tw-cbx-img-margin-left: 0px;
    --tw-cbx-img-margin-right: 0px;
    --tw-cbx-img-border-width: 1px;
    --tw-cbx-img-border-style: none;
    --tw-cbx-img-border-color: var(
    --e-global-color-text, #444);
    --tw-cbx-img-radius: 0px;
    --tw-cbx-img-shadow: 0px;
    --tw-cbx-btn-margin: 10px 0px 0px 0px;
    --tw-cbx-btn-margin-left: 0px;
    --tw-cbx-btn-margin-right: 0px;
    --tw-cbx-btn-padding: 10px 14px 10px 14px;
    --tw-cbx-btn-width: auto;
    --tw-cbx-btn-height: auto;
    --tw-cbx-btn-color: var(
    --tw-cbx-des-color, #444);
    --tw-cbx-btn-bgcolor: #00000015
}

.twae-wrapper,.twae-wrapper *,.twae-wrapper :after,.twae-wrapper :before,.twae-wrapper:after,.twae-wrapper:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.twae-wrapper {
    width: 100%;
    display: block;
    position: relative
}

.twae-wrapper .twae-year {
    display: flex;
    align-items: center;
    padding: 0;
    background: 0 0!important
}

.twae-wrapper .twae-year-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1em;
    overflow: hidden;
    width: var(--tw-ybx-size);
    height: calc(var(--tw-ybx-size) * ((60 + var(--tw-ibx-radius)/ 1.25)/ 100));
    font-size: var(--tw-ybx-text-size);
    font-weight: var(--tw-ybx-text-weight);
    color: var(--tw-ybx-text-color);
    background-color: var(--tw-ybx-bg);
    border-width: var(--tw-ybx-bd-width);
    border-style: var(--tw-ybx-bd-style);
    border-color: var(--tw-ybx-bd-color);
    border-radius: calc(var(--tw-ibx-radius) * 1%);
    -webkit-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -moz-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -ms-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -o-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

.twae-wrapper .twae-year-text:after,.twae-wrapper .twae-year-text:before {
    content: "";
    position: absolute;
    background: var(--tw-line-bg);
    opacity: var(--tw-line-bd-width)
}

.twae-wrapper .twae-labels {
    display: flex;
    flex-flow: var(--tw-lbl-position);
    gap: var(--tw-lbl-gap);
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0
}

.twae-wrapper .twae-label-big {
    line-height: 1em;
    font-size: 21px;
    font-weight: var(--tw-lbl-big-weight);
    color: var(--tw-lbl-big-color);
    white-space: nowrap;
    max-width: 100%
}

.twae-wrapper .twae-label-small {
    line-height: 1em;
    font-size: var(--tw-lbl-small-size);
    font-weight: var(--tw-lbl-small-weight);
    color: var(--tw-lbl-small-color);
    white-space: nowrap;
    max-width: 100%
}

.twae-wrapper .twae-icon {
    position: absolute;
    width: var(--tw-ibx-size);
    height: var(--tw-ibx-size);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    border-width: var(--tw-ibx-bd-width);
    border-style: var(--tw-ibx-bd-style);
    border-color: var(--tw-ibx-bd-color);
    background-color: #F19418;
    color: var(--tw-ibx-color);
    border-radius: calc(var(--tw-ibx-radius) * 1%);
    -webkit-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -moz-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -ms-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -o-border-radius: calc(var(--tw-ibx-radius) * 1%)
}

.twae-wrapper .twae-icon img {
    border-radius: calc(var(--tw-ibx-radius) * 1%);
    height: -webkit-fill-available;
    width: -webkit-fill-available
}

.twae-wrapper .twae-icon .twae_icon_text,.twae-wrapper .twae-icon i {
    color: var(--tw-ibx-color);
    font-size: var(--tw-ibx-text-size);
    line-height: 1em
}

.twae-wrapper .twae-icon img {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    border-radius: calc(var(--tw-ibx-radius) * 1%)
}

.twae-wrapper .twae-icondot {
    position: absolute;
    width: calc(var(--tw-ibx-size)/ 2);
    height: calc(var(--tw-ibx-size)/ 2);
    background-color: var(--tw-ibx-bg);
    border-width: var(--tw-ibx-bd-width);
    border-style: var(--tw-ibx-bd-style);
    border-color: var(--tw-ibx-bd-color);
    border-radius: calc(var(--tw-ibx-radius) * 1%);
    -webkit-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -moz-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -ms-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -o-border-radius: calc(var(--tw-ibx-radius) * 1%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

.twae-wrapper .twae-icon:after,.twae-wrapper .twae-icon:before,.twae-wrapper .twae-icondot:after,.twae-wrapper .twae-icondot:before {
    content: "";
    position: absolute;
    background: var(--tw-line-bg);
    opacity: var(--tw-line-bd-width);
    margin: 0
}

.twae-wrapper .twae-arrow {
    position: absolute;
    width: calc(var(--tw-ibx-size)/ 3.5);
    height: calc(var(--tw-ibx-size)/ 3.5);
    transform: rotate(45deg);
    border-style: var(--tw-cbx-bd-style);
    border-color: #F19418;
    z-index: 2
}

.twae-wrapper .twae-arrow-line {
    position: absolute;
    background: var(--tw-arw-line-background);
    border-style: var(--tw-line-bd-style);
    border-color: var(--tw-arw-line-border-color);
    z-index: 2
}

.twae-wrapper .twae-arrow-line:after,.twae-wrapper .twae-arrow-line:before {
    content: "";
    position: absolute;
    background: var(--tw-arw-line-background);
    border-style: var(--tw-line-bd-style);
    border-color: var(--tw-arw-line-border-color);
    opacity: var(--tw-line-bd-width)
}

.twae-wrapper .twae-story {
    margin-bottom: var(--tw-cbx-bottom-margin)
}

.twae-wrapper .twae-content {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: var(--tw-cbx-padding);
    background: var(--tw-cbx-bg);
    border-width: var(--tw-cbx-bd-top-width) var(--tw-cbx-bd-right-width) var(--tw-cbx-bd-bottom-width) var(--tw-cbx-bd-left-width);
    border-color: #F19418;
    border-style: var(--tw-cbx-bd-style);
    box-shadow: var(--tw-cbx-shadow);
    border-radius: var(--tw-cbx-radius);
    -webkit-border-radius: var(--tw-cbx-radius);
    -moz-border-radius: var(--tw-cbx-radius);
    -ms-border-radius: var(--tw-cbx-radius);
    -o-border-radius: var(--tw-cbx-radius)
}

.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-2) .twae-content {
    background: var(--tw-cbx-bg2,var(--tw-cbx-bg))
}

.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-1) .twae-content {
    background: var(--tw-cbx-bg3,var(--tw-cbx-bg))
}

.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n) .twae-content {
    background: var(--tw-cbx-bg4,var(--tw-cbx-bg))
}

.twae-wrapper .twae-title {
    background: var(--tw-cbx-title-bg);
    color: #F19418;
    margin: var(--tw-cbx-title-margin);
    padding: var(--tw-cbx-title-padding);
    font-size: var(--tw-cbx-title-font-size);
    font-weight: var(--tw-cbx-title-font-weight);
    line-height: var(--tw-cbx-title-line-height);
    order: 1;
    display: flex;
    align-items: center;
    justify-content: var(--tw-cbx-text-align);
    text-align: var(--tw-cbx-text-align)
}

.twae-wrapper .twae-title a,.twae-wrapper .twae-title a:hover {
    text-decoration: none!important;
    color: var(--tw-cbx-title-color)
}

.twae-wrapper .twae-media {
    display: flex;
    align-items: center;
    justify-content: var(--tw-cbx-img-align,var(--tw-cbx-text-align));
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    order: var(--tw-cbx-img-order)
}

.twae-wrapper .twae-media iframe,.twae-wrapper .twae-media img {
    width: calc(var(--tw-cbx-img-width) - (var(--tw-cbx-img-margin-left) + var(--tw-cbx-img-margin-right)));
    max-width: 100%;
    height: var(--tw-cbx-img-height);
    object-fit: cover;
    object-position: top;
    padding: var(--tw-cbx-img-padding)!important;
    margin: var(--tw-cbx-img-margin)!important;
    border-width: var(--tw-cbx-img-border-width);
    border-color: var(--tw-cbx-img-border-color);
    border-style: var(--tw-cbx-img-border-style);
    box-shadow: var(--tw-cbx-img-shadow);
    border-radius: var(--tw-cbx-img-radius);
    -webkit-border-radius: var(--tw-cbx-img-radius);
    -moz-border-radius: var(--tw-cbx-img-radius);
    -ms-border-radius: var(--tw-cbx-img-radius);
    -o-border-radius: var(--tw-cbx-img-radius)
}

.twae-wrapper .twae-media.medium img,.twae-wrapper .twae-media.thumbnail img {
    width: auto
}

.twae-wrapper .twae-media iframe {
    min-height: 200px
}

.twae-wrapper .twae-media .swiper-slide {
    text-align: center
}

.twae-wrapper .twae-description {
    width: 100%;
    display: inline-block;
    margin: var(--tw-cbx-des-margin);
    padding: var(--tw-cbx-des-padding);
    color: var(--tw-cbx-des-color);
    background: var(--tw-cbx-des-background);
    text-align: var(--tw-cbx-text-align);
    order: 3
}

.twae-wrapper .twae-description p {
    margin: 0 0 10px 0;
    padding: 0
}

.twae-wrapper .twae-description ol,.twae-wrapper .twae-description p,.twae-wrapper .twae-description span,.twae-wrapper .twae-description ul {
    color: var(--tw-cbx-des-color);
}

.twae-wrapper .twae-button {
    display: flex;
    justify-content: var(--tw-cbx-btn-align,var(--tw-cbx-text-align))
}

.twae-wrapper .twae-button a.elementor-button {
    width: var(--tw-cbx-btn-width);
    height: var(--tw-cbx-btn-height);
    margin: var(--tw-cbx-btn-margin);
    padding: var(--tw-cbx-btn-padding);
    color: var(--tw-cbx-btn-color);
    background-color: var(--tw-cbx-btn-bgcolor);
    text-decoration: none!important;
    align-items: center;
    justify-content: center;
    display: flex
}

.twae-wrapper .twae-button a.elementor-button:hover {
    opacity: .8;
    color: var(--tw-cbx-btn-color);
    height: var(--tw-cbx-btn-height);
    margin: var(--tw-cbx-btn-margin);
    padding: var(--tw-cbx-btn-padding)
}

.twae-wrapper .twae-button button.elementor-button {
    color: var(--tw-cbx-btn-color);
    background-color: var(--tw-cbx-btn-bgcolor)
}

.twae-wrapper .twae-story:hover .twae-content {
    box-shadow: var(--tw-cbx-shadow-hover);
    border-radius: var(--tw-cbx-radius-hover);
    -webkit-border-radius: var(--tw-cbx-radius-hover);
    -moz-border-radius: var(--tw-cbx-radius-hover);
    -ms-border-radius: var(--tw-cbx-radius-hover);
    -o-border-radius: var(--tw-cbx-radius-hover)
}

.twae-wrapper .twae-story.twae-bg-hover:hover .twae-content {
    background: linear-gradient(to right,var(--tw-cbx-bg-hover),var(--tw-cbx-bg-hover))!important
}

.twae-wrapper .twae-icon-left-open,.twae-wrapper .twae-icon-right-open {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer
}

.twae-wrapper .twae-icon-right-open {
    right: 10px
}

.twae-wrapper .twae-icon-left-open {
    left: 10px
}

.twae-popup {
    --tw-cbx-title-color: var(--e-global-color-primary, #222);
    --tw-cbx-title-font-size: 24px;
    --tw-cbx-title-font-weight: bold;
    --tw-cbx-title-line-height: 1.25em;
    --tw-cbx-title-padding: 0px 0px 0px 0px;
    --tw-cbx-title-margin: 0px 0px 5px 0px;
    --tw-cbx-des-color: var(--e-global-color-text, #444);
    --tw-cbx-des-padding: 0px 0px 0px 0px;
    --tw-cbx-des-margin: 0px 0px 10px 0px;
    --tw-cbx-bg: #ffffff;
    opacity: 1;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.twae-popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.twae-popup .twae-popup-content {
    z-index: 99999;
    position: relative;
    border: 1px solid #888;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    width: 500px;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 10px;
    max-height: calc(100% - 20px);
    background-color: #fff;
    background-image: linear-gradient(to right,var(--tw-cbx-bg),var(--tw-cbx-bg))
}

.twae-popup .twae-popup-content::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px
}

.twae-popup .twae-popup-content::-webkit-scrollbar-track {
    background: #999;
    border-radius: 10px
}

.twae-popup .twae-popup-content::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 10px
}

.twae-popup .twae-popup-content::-webkit-scrollbar-thumb:hover {
    background: #666
}

.twae-popup .story_content {
    padding: 10px
}

.twae-popup .twae-popup-labels {
    position: relative;
    height: auto;
    text-align: left;
    padding: 10px 10px 0 10px
}

.twae-popup .twae-popup-labels span {
    text-transform: capitalize;
    font-size: 16px
}

.twae-popup span.twae-label {
    font-size: 25px;
    font-weight: 700
}

.twae-popup span.twae-sublabel {
    margin-left: 5px
}

.twae-popup .twae-popup-labels span.twae-title {
    font-size: 20px;
    display: block;
    font-weight: 700
}

.twae-popup .twae-img img {
    width: 100%;
    padding-bottom: 5px
}

.twae-popup .twae-img.medium img,.twae-popup .twae-img.thumbnail img,img.attachment-medium.size-medium.wp-post-image,img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width: auto;
    padding-bottom: 10px
}

.twae-popup img.attachment-medium.size-medium.wp-post-image,.twae-popup img.attachment-thumbnail.size-thumbnail.wp-post-image {
    float: left
}

.twae-popup .twae-img.medium,.twae-popup .twae-img.thumbnail {
    width: auto;
    padding-right: 10px;
    width: auto;
    margin: 0;
    float: left;
    padding: 0 5px;
    height: auto;
    display: flex
}

.twae-popup .twae-img-desc {
    padding: 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto
}

.twae-popup .twae-description {
    display: block;
    width: auto
}

.twae-popup-footer {
    height: 35px;
    position: relative
}

.twae-popup span.twae_close_button {
    float: right;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    line-height: 28px;
    background: #e8e8e8;
    text-align: center;
    right: 10px
}

.twae-popup span.twae_close_button:hover {
    opacity: .7
}

@media (max-width: 767px) {
    .twae-popup .twae-popup-content {
        width:80%
    }

    .twae-popup .twae-img-desc {
        max-height: 400px;
        overflow: auto
    }
}

@media (min-width: 768px) {
    .twae-popup .twae-img-desc {
        max-height:70vh;
        overflow-y: auto
    }
}

.elementor-widget.elementor-widget-timeline-widget-addon .twae-wrapper .twae-description,.elementor-widget.elementor-widget-twae-post-timeline-widget .twae-wrapper .twae-description {
    color: var(--tw-cbx-des-color)
}

.elementor-widget.elementor-widget-timeline-widget-addon .twae-wrapper .twae-icon,.elementor-widget.elementor-widget-twae-post-timeline-widget .twae-wrapper .twae-icon {
    background-color: var(--tw-ibx-bg)
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text {
    position: relative;
    overflow: visible
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
    content: "";
    position: absolute;
    height: var(--tw-line-width);
    width: calc(var(--tw-ibx-size) + var(--tw-line-bd-width) * 1px);
    background-color: var(--tw-line-bg);
    opacity: 1
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after {
    width: var(--tw-ybx-bd-width);
    height: var(--tw-line-width)
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after,.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
    top: calc(50% - var(--tw-line-width)/ 2)!important;
    border-width: calc(var(--tw-line-bd-width) * 1px) 0 calc(var(--tw-line-bd-width) * 1px) 0;
    border-style: var(--tw-line-bd-style);
    border-color: var(--tw-line-bd-color)
}

@media screen and (min-width: 768px) {
    .twae-vertical-right.twae-wrapper .twae-year {
        padding-left:0!important
    }

    .twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text {
        left: calc(33.33% - var(--tw-ibx-size) - var(--tw-ybx-size) - var(--tw-line-width)/ 2)
    }

    .twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
        right: auto;
        left: calc(100% + var(--tw-ybx-bd-width))!important
    }

    .twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after {
        right: auto;
        left: 100%
    }
}

@media screen and (max-width: 767px) {
    .twae-vertical-right.twae-wrapper .twae-year .twae-year-text {
        margin-left:0!important;
        left: calc(var(--tw-ibx-size) * 1.5);
        right: auto
    }

    .twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
        left: auto;
        right: calc(100% + var(--tw-ybx-bd-width))!important
    }

    .twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after {
        left: auto;
        right: 100%
    }
}


.cus-admi{
  /*color: #ffffff;
  background: #ff5757;*/
  max-width: 320px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 11px;
  font-weight: bolder;
  font-family: Poppins, sans-serif;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 01.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.counter-area {
    overflow-x: hidden;
    background: #f6e9c6;
}
.cus-counter-plus {
    font-size: 32px;
    font-weight: bold;
/*    padding: 10px;*/
    padding: 0 0 0 10px;
    color: #0a528e;
}

.cus-img-mbbs {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
    margin-bottom: 32px;
}

.cus-mbbs-coursesss{
  display: flex;
}
.cus-mbbs-coursesss img{
  max-width: 45px;
}
.cus-mbbs-coursesss h3{
  font-size: 16px !important;
  font-weight: 400 !important;
}


.cub-bg-color-1 {background: #f2f3f7;}
.cub-bg-color-2 {background: #2A2A31;}


.product-left {
    position: -webkit-sticky;
    position: sticky!important;
    top: 60px
}

.product-left {
    top: 124px
}



.search-form{
    color: #999;    
}

#search {
    width: 100%;
    margin-bottom: 0.5rem;
}

#MBBS,
#organisations {
    margin-top: 10px;
    margin-bottom: 0.5rem;
    display: none;
}


.cus-enqurie{
/*  border: 2px solid;*/
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
}
