/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9. Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*---------------------------------
        Variables
-----------------------------------*/
/*---------------------------------
            General Styles 
-----------------------------------*/

html {
 overflow-y: scroll;
}

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

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

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

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

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

label {
    cursor: pointer;
}

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

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

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #000;
}

body {
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #444;
}

select {
  cursor: pointer;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.html);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;*/
}

.darken {
  box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 1);
}

.darkens {
  box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 1);
}

.tsi-bg {
    width: 100%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 !important;
    height: 100vh;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #9dbaaa;
    border-color: #9dbaaa;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9dbaaa;
    border-color: #9dbaaa;
}

.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-110 {
  padding-top: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

.mb-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;
}

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

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

.tsi-msg {
     padding: 120px 0 120px;
     text-align: center;
     background: #e4e4e4;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
     position: relative;
}

header.tsi-msg-header {
    z-index: 9999;
    position: relative;
}

.tsi-msg-header h1{
	color: #fff;
}

.tsi-msg-bg {
     position: relative;
}

.tsi-msg-bg:before {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.6);
}

.help-block {
  color: #E31C25;
}

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

.list-style li {
  list-style: none;
}

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

.u-bg-half-grey {
	position: relative;
	background-color: #fff3ef;
}

@media(min-width: 991px) {
	.u-bg-half-grey {
		background-color: transparent;
	}

	.u-bg-half-grey:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 30%;
		background-color: #fff3ef;
	}
}

.u-bg-half-grey--lg:before {
	bottom: 20%;
}

/*---------------------------------
    Mixins & Animation CSS
-----------------------------------*/
.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .header-wrap .search-area, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon, .video-play, .circle, .process-wrap.style1 .process-item span, .process-item-wrap .process-item .process-step, .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-icon, .countre-wrap .counter-card .counter-icon, .blog-card.style1 .blog-img .post-date, .contact-box .contact-icon, .contact-widget .contact-info span.contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style3 .hero-btn, .about-wrap.style3 .about-content .about-icon-wrap .about-icon-item, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .appointment-form-wrap, .testimonial-item.style3 .client-quote .client-info-wrap, .client-info-wrap, .instructor-info-wrap, .course-ratings, .course-details-widget ul li, .category-item .cat-icon, .blog-card.style3, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .schedule-widget ul li, .course-metainfo, .tab-content.course-tab-content .lecture-item, .page-navigation .page-nav, .pp-post-item, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item, .about-wrap.style3 .about-content .about-icon-wrap, .process-item-wrap .process-item, .wh-item-wrap .wh-item, .video-wrap .video-btn, .comment-item, .comment-author_info, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i, .course-details-widget ul li p i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .header-wrap .search-area, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon, .video-play, .circle, .process-wrap.style1 .process-item span, .process-item-wrap .process-item .process-step, .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-icon, .countre-wrap .counter-card .counter-icon, .blog-card.style1 .blog-img .post-date, .contact-box .contact-icon, .contact-widget .contact-info span.contact-icon, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-info-wrap .author-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .searchbtn, .header-wrap .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style3 .hero-btn, .about-wrap.style3 .about-content .about-icon-wrap .about-icon-item, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .appointment-form-wrap, .testimonial-item.style3 .client-quote .client-info-wrap, .client-info-wrap, .instructor-info-wrap, .course-ratings, .course-details-widget ul li, .category-item .cat-icon, .blog-card.style3, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .schedule-widget ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.course-metainfo, .course-details-widget ul li, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-navigation .page-nav, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .video-wrap .video-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.testimonial-item.style3 .client-quote .client-info-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-content.course-tab-content .lecture-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

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

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

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #9dbaaa;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
       Button & Link CSS
----------------------------------
.btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}*/

.btn i {
  position: relative;
  height: auto;
  line-height: 1;
  font-size: 16px;
}

.btn.style1 {
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #9dbaaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.style1 i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin: 0 0 0 8px;
}

.btn.style1:hover {
  background-color: #444;
}

.btn.style2 {
  color: #9dbaaa;
  border-radius: 5px;
  border: 1px solid #9dbaaa;
  font-weight: 500;
  padding: 14px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.style2 i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin: 0 0 0 8px;
}

.btn.style2:hover {
  background-color: #9dbaaa;
  color: #fff;
  border-color: transparent;
}

.btn.style3 {
  color: #fff;
  border-radius: 0;
  font-weight: 500;
  padding: 12px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.style3:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 100%;
  height: calc(100% + 3px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.style3 i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin: 0 0 0 8px;
}

.btn.style3:hover:before {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.btn.style4 {
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #4c6959;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.style4 i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin: 0 0 0 8px;
}

.btn.style4:hover {
  background-color: #444;
}

.link {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link i {
  position: absolute;
  top: 2px;
  right: -22px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link:hover {
  letter-spacing: 0.3px;
}

.link.style1 {
  color: #9dbaaa;
}

.slider-btn {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 i {
  line-height: 0.6;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.slider-btn.style1:hover {
  background: #fff;
}

.slider-btn.style1:hover i {
  color: #000;
}

.slider-btn.style2 {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style2 i {
  line-height: 0.6;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.slider-btn.style2:hover {
  background: #000;
  border-color: transparent;
}

.slider-btn.style2:hover i {
  color: #fff;
}

.slider-btn.style3 {
  width: 40px;
  height: 40px;
  border: 1px solid #9dbaaa;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style3 i {
  line-height: 0.6;
  font-size: 28px;
  padding-top: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #9dbaaa;
}

.slider-btn.style3:hover {
  background: #9dbaaa;
  border-color: transparent;
}

.slider-btn.style3:hover i {
  color: #fff;
}

.slider-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: transparent;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}

.slider-pagination.style1 {
  text-align: center;
}

.slider-pagination.style1 .swiper-pagination-bullet {
  display: inline-block;
  border: 1px solid rgba(255, 65, 75, 0.6);
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
}

.slider-pagination.style1 .swiper-pagination-bullet-active {
  background: #9dbaaa;
}

.slider-pagination.style2 {
  text-align: center;
}

.slider-pagination.style2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ABA8B0;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
}

.slider-pagination.style2 .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #ABA8B0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-pagination.style2 .swiper-pagination-bullet-active {
  background: #9dbaaa;
  border-color: #9dbaaa;
}

.slider-pagination.style2 .swiper-pagination-bullet-active:after {
  background: #fff;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title span,
.content-title span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #9dbaaa;
}

.section-title {
  margin-top: -9px;
}

.section-title.style1 p {
  margin: 15px auto 0;
}

.section-para {
  margin-bottom: 0;
}

.discount {
  text-decoration: line-through;
  margin-right: 8px !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}

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

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

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

.bg-spring-wood {
  background-color: #F6F1EE;
}

.bg-albastor {
  background-color: #F7F7F7;
}

.bg-souvi {
  background-color: #fcdace !important;
}

.bg-sublime {
  background-color: #9dbaaa;
}

.bg-tsi {
  background-color: #4c6959;
}

.bg-tsi-light{
	background-color: #9dbaaa;
}

.bg-tsi-2 {
  background-color: #8ba282;
}

.bg-image-test{
	background-image: url(../img/bg12.png);
	background-position: center;
    background-size: 100% 100%;
}

.bg-image-about{
	background-image: url(../img/bg12.png);
	background-position: center;
    background-size: 100% 100%;
}

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

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

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

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

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

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

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3500ms infinite ease-in-out;
  animation: moveHorizontal 3500ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3500ms infinite ease-in-out;
  animation: moveVertical 3500ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

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

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

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

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

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

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a:hover {
  border-color: transparent;
}

.social-profile.style1 li a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style1 li a i {
  font-size: 22px;
  line-height: 0.7;
  color: #9dbaaa;
}

.social-profile.style1 li a:hover {
  background-color: #fcdace;
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  width: 32px;
  height: 32px;
  background: #9dbaaa;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style2 li a i {
  font-size: 18px;
  line-height: 0.7;
  margin-left: 1px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style2 li a:hover {
  background-color: #fff;
}

.social-profile.style2 li a:hover i {
  color: #9dbaaa;
}

.social-profile.style3 li a {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style3 li a i {
  font-size: 14px;
  line-height: 0.7;
  color: #9dbaaa;
}

.social-profile.style3 li a:hover {
  background-color: #9dbaaa;
}

.social-profile.style3 li a:hover i {
  color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 25px 0 0;
}

.page-navigation .page-nav {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  opacity: 0.7;
  color: #9dbaaa;
  border: 1px solid #ddd;
  background: transparent;
}

.page-navigation .page-nav li a i {
  font-size: 16px;
  line-height: 40px;
  color: #9dbaaa;
}

.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  border-color: transparent;
  background: #9dbaaa;
  color: #fff;
  opacity: 1;
}

.page-navigation .page-nav li a.active i, .page-navigation .page-nav li a:hover i {
  color: #fff;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  border-radius: 5px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 75px;
  height: 2px;
  content: "";
  background: #9dbaaa;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.box {
  padding: 22px 25px;
}

/*---------Search Box Widget-------------*/
.search-box {
  position: relative;
}

.search-box.sidebar-widget {
  border: none;
  padding: 0;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
  border: 1px solid #9dbaaa;
}

.search-box .form-group input:focus {
  border-color: #ABA8B0;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  text-align: center;
  background: #9dbaaa;
}

.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*--------- Category Widget---------*/
.category-box ul li {
  position: relative;
  margin-bottom: 15px;
}

.category-box ul li:last-child {
  margin-bottom: 0;
}

.category-box ul li a {
  display: block;
  background-color: #fcdace;
  padding: 15px 15px 15px 20px;
  border-radius: 5px;
  color: #444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 600;
}

.category-box ul li a i {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 16px;
    color: #444;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-box ul li a:hover, .category-box ul li a.active {
  background-color: #9dbaaa;
  color: #fff;
}

.category-box ul li a:hover i, .category-box ul li a.active i {
  color: #fff;
}

/*---------Popular post Widget CSS--------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 90px;
  border-radius: 6px;
}

.pp-post-item .pp-post-img img {
  border-radius: 6px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 105px);
  margin-left: 15px;
}

.pp-post-item .pp-post-info h6 {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

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

.pp-post-item .pp-post-info span {
  color: #444;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 0 0 8px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #9dbaaa;
}

.pp-post-item .pp-post-info:hover h6 a {
  color: #9dbaaa;
}

.pp-post-item.style1 .pp-post-info h6 a {
  color: #fff;
}

.pp-post-item.style1 .pp-post-info .published-date {
  color: #fff;
  opacity: 0.7;
}

.pp-post-item:last-child {
  margin: 0;
}

.swiper-container {
  overflow: hidden;
}

/*-------------  Color Variable  -------*/
/*-------------  Font Variable -------*/
/*-------------  Mixins & Animation CSS -------*/
.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .header-wrap .search-area, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon, .video-play, .circle, .process-wrap.style1 .process-item span, .process-item-wrap .process-item .process-step, .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-icon, .countre-wrap .counter-card .counter-icon, .blog-card.style1 .blog-img .post-date, .contact-box .contact-icon, .contact-widget .contact-info span.contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style3 .hero-btn, .about-wrap.style3 .about-content .about-icon-wrap .about-icon-item, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .appointment-form-wrap, .testimonial-item.style3 .client-quote .client-info-wrap, .client-info-wrap, .instructor-info-wrap, .course-ratings, .course-details-widget ul li, .category-item .cat-icon, .blog-card.style3, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .schedule-widget ul li, .course-metainfo, .tab-content.course-tab-content .lecture-item, .page-navigation .page-nav, .pp-post-item, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item, .about-wrap.style3 .about-content .about-icon-wrap, .process-item-wrap .process-item, .wh-item-wrap .wh-item, .video-wrap .video-btn, .comment-item, .comment-author_info, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i, .course-details-widget ul li p i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .header-wrap .search-area, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon, .video-play, .circle, .process-wrap.style1 .process-item span, .process-item-wrap .process-item .process-step, .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-icon, .countre-wrap .counter-card .counter-icon, .blog-card.style1 .blog-img .post-date, .contact-box .contact-icon, .contact-widget .contact-info span.contact-icon, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .searchbtn, .header-wrap .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style3 .hero-btn, .about-wrap.style3 .about-content .about-icon-wrap .about-icon-item, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .appointment-form-wrap, .testimonial-item.style3 .client-quote .client-info-wrap, .client-info-wrap, .instructor-info-wrap, .course-ratings, .course-details-widget ul li, .category-item .cat-icon, .blog-card.style3, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .schedule-widget ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.course-metainfo, .course-details-widget ul li, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-navigation .page-nav, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .video-wrap .video-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.testimonial-item.style3 .client-quote .client-info-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-content.course-tab-content .lecture-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky .header-bottom {
  padding: 15px 0;
  background-color: #9dbaaa;
}

.header-wrap .header-top .header-top-left .contact-item {
  margin-right: 20px;
  padding-left: 22px;
}

.header-wrap .header-top .header-top-left .contact-item p,
.header-wrap .header-top .header-top-left .contact-item a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.header-wrap .header-top .header-top-left .contact-item i {
  color: #9dbaaa;
  font-size: 15px;
  top: 5px;
  line-height: 0.8;
}

.header-wrap .header-top .header-top-left .contact-item:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-right .social-profile {
  margin-left: 25px;
}

.header-wrap .header-top .header-top-right .social-profile li a {
  position: relative;
  top: 2px;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
  font-size: 15px;
}

.header-wrap .header-bottom {
  position: relative;
  padding: 20px 0;
  background: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-bottom .header-bottom-right .searchbtn {
  margin: 0 15px;
}

.header-wrap .header-bottom .header-bottom-right .btn {
  border-radius: 0;
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 14px;
}

.header-wrap .mobile-menu a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.header-wrap .logo img {
  max-width: 200px;
}

.header-wrap .search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.header-wrap .search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.header-wrap .search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.header-wrap .search-area .form-group input::placeholder {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

@media only screen and (max-width: 1199px) {
  .header-wrap.style1 .header-top .header-top-left .present-date {
    margin: 0 0 15px;
  }
  .header-bottom-right .header-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-bottom-right .searchbtn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 15px 0 0;
  }
  .header-wrap .select-lang {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .navbar-option-item.navbar-language.dropdown.language-option {
    max-width: 238px;
    border: 1px solid #000;
    padding: 10px;
  }
  .header-wrap .select-lang .navbar-language .dropdown-toggle::before {
    top: 13px;
    right: 13px;
  }
  .header-wrap .btn {
    padding: 12px 24px;
  }
  .header-wrap .header-top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start !important;
  }

  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 0;
    margin-top: 15px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a i {
    color: #9dbaaa;
  }
  .header-wrap.sticky.style2 {
    margin-top: 0;
  }
  .header-wrap .header-top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start !important;
  }
  .navbar-language .dropdown-toggle {
    padding-left: 0;
  }
  .header-wrap .header-top .header-top-left .contact-item {
    margin-bottom: 15px;
  }
  .menu-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 22px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
  }
  .mobile-menu a i {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    top: 1px;
  }
  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -3px;
  }
  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: #EEEFF2;
    right: -100%;
    padding: 50px 0 !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .header-top .header-top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .mobile-top-bar {
    margin-right: 16px;
    cursor: pointer;
    position: relative;
    top: 0;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    background-color: #000;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 20px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 14px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li a:hover {
    color: #000;
  }
  .main-menu li ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap.style1 .header-bottom .main-menu-wrap #sublime-menu > ul > li > a.active,
  .header-wrap.style1 .header-bottom .main-menu-wrap #sublime-menu > ul > li > a:hover,
  .header-wrap.style1 .header-bottom .main-menu-wrap #sublime-menu > ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-right: 0;
  }
  .header-wrap.style1 .header-bottom .main-menu-wrap #sublime-menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #9dbaaa;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .header-wrap .search-area {
    top: 84px;
  }
  .header-wrap .header-top-right .btn {
    padding: 12px 40px;
    border-radius: 0;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-wrap #sublime-menu ul li a {
    padding: 15px 15px 15px 15px !important;
    font-size: 18px !important;
  }
  .main-menu-wrap #sublime-menu > ul > li.has-children > a::after {
    right: 3px !important;
  }
  .header-wrap .select-lang .navbar-language .dropdown-toggle {
    font-size: 15px;
  }
  .header-wrap .select-lang .navbar-language .dropdown-toggle::before {
    top: 2px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-menu-wrap #sublime-menu ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-wrap #sublime-menu ul li a {
    padding: 15px 20px 15px 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #sublime-menu ul li a.active, .main-menu-wrap #sublime-menu ul li a:hover {
    color: #fcdace;
  }
  .main-menu-wrap #sublime-menu ul li a.active:before, .main-menu-wrap #sublime-menu ul li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #sublime-menu ul li.has-children .sub-menu {
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 230px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 12px 0;
    -webkit-box-shadow: 0 2px 22px 0px rgba(0, 0, 0, 0.17);
            box-shadow: 0 2px 22px 0px rgba(0, 0, 0, 0.17);
    z-index: 10;
    display: block !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-menu-wrap #sublime-menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu-wrap #sublime-menu ul li.has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 10px 22px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-wrap #sublime-menu ul li.has-children .sub-menu li a.active, .main-menu-wrap #sublime-menu ul li.has-children .sub-menu li a:hover {
    color: #9dbaaa;
  }
  .main-menu-wrap #sublime-menu ul li.has-children .sub-menu li a.active:after, .main-menu-wrap #sublime-menu ul li.has-children .sub-menu li a:hover:after {
    border-color: #9dbaaa;
  }
  .main-menu-wrap #sublime-menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-menu-wrap #sublime-menu ul li.has-children:hover > .sub-menu {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #sublime-menu > ul > li {
    margin: 0;
  }
  .main-menu-wrap #sublime-menu > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #sublime-menu > ul > li.has-children > a {
    position: relative;
  }
  .main-menu-wrap #sublime-menu > ul > li.has-children > a:after {
    position: absolute;
    top: 16px;
    right: 9px;
    content: "\f121";
    font-family: "Flaticon";
    font-size: 8px;
    font-weight: 600;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .main-menu-wrap #sublime-menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  .main-menu-wrap #sublime-menu > ul > li.has-children > .sub-menu > .has-children > a:after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .main-menu-wrap #sublime-menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
    border-color: #9dbaaa;
  }
  .main-menu-wrap #sublime-menu > ul > .has-children {
    position: relative;
  }
  .main-menu-wrap #sublime-menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
    left: -100%;
    top: -12px !important;
  }
  .menu-expand i {
    display: none;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/br-bg-1.jpg);
}

.breadcrumb-wrap {
  position: relative;
  height: 100%;
  padding: 140px 0 140px;
  overflow: hidden;
}

.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  bottom: 0;
  top: 100%;
}

.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
	display: inline-block;
    margin: 0 7px;
    font-family: "Roboto", sans-serif;
    position: relative;
    color: #9dbaaa;
    font-size: 14px;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
  position: absolute;
  top: 11px;
  right: -13px;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:hover {
  color: #9dbaaa;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

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

.hero-wrap {
  margin-top: 96px;
  padding: 100px 0;
}

.hero-wrap.style1 {
  position: relative;
  overflow: hidden;
}

.hero-wrap.style1 .container-fluid {
  position: relative;
}

.hero-wrap.style1 .hero-shape-1 {
  position: absolute;
  bottom: -30px;
  left: 54%;
}

.hero-wrap.style1 .hero-content span {
  color: #9dbaaa;
  display: block;
  margin: 0 0 10px;
}

.hero-wrap.style1 .hero-content h1 {
  font-size: 70px;
  line-height: 1.4;
  margin: 0 0 12px;
}

.hero-wrap.style1 .hero-content p {
  margin: 12px 0 0;
}

.hero-wrap.style1 .hero-content .hero-btn {
  margin-top: 33px;
}

.hero-wrap.style1 .hero-content .hero-btn .btn:nth-child(1) {
  margin-right: 10px;
}

.hero-wrap.style2 {
  padding: 30px 0 0;
  position: relative;
}

.hero-wrap.style2 .hero-content {
  margin-bottom: 30px;
}

.hero-wrap.style2 .hero-shape-13 {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.hero-wrap.style2 .hero-shape-14 {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

.hero-wrap.style2 .hero-shape-16 {
  position: absolute;
  top: 80px;
  right: 150px;
  -webkit-animation: moveVertical 3500ms infinite ease-in-out;
  animation: moveVertical 3500ms infinite ease-in-out;
}

.hero-wrap.style2 .hero-shape-15 {
  position: absolute;
  bottom: 80px;
  left: 150px;
  -webkit-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination {
  position: absolute;
  bottom: 30px !important;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  background: transparent;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 120s;
  animation: dash linear 120s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination .path {
  display: none;
}

.hero-wrap.style2 .hero-slider-one .hero-content span {
  color: #9dbaaa;
  margin: 0 0 10px;
  display: block;
}

.hero-wrap.style2 .hero-btn {
  margin-top: 30px;
}

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

.hero-wrap.style3 {
  position: relative;
}

.hero-wrap.style3 .hero-shape-11 {
  position: absolute;
  top: 100px;
  left: 25%;
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.hero-wrap.style3 .hero-shape-12 {
  position: absolute;
  bottom: 100px;
  left: 40%;
  -webkit-animation: moveVertical 3500ms infinite ease-in-out;
  animation: moveVertical 3500ms infinite ease-in-out;
}

.hero-wrap.style3 .hero-shape-14 {
  position: absolute;
  bottom: 80px;
  left: 2%;
}

.hero-wrap.style3 .hero-content > span {
  color: #9dbaaa;
  margin: 0 0 8px;
  display: block;
}

.hero-wrap.style3 .hero-btn {
  margin-top: 28px;
}

.hero-wrap.style3 .hero-btn .video-play {
  margin: 0 10px;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/*----------------------------------
         About  CSS
----------------------------------*/
.about-wrap .about-content .content-title p {
  margin: 10px 0 10px;
}

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

.about-wrap.style1 .about-shape-1 {
  position: absolute;
  top: 73%;
  left: 100px;
}

.about-wrap.style1 .about-shape-2 {
  position: absolute;
  top: 80px;
  right: 80px;
}

.about-wrap.style1 .about-img-wrap {
  padding-bottom: 80px;
  position: relative;
}

.about-wrap.style1 .about-img-wrap .about-img-one {
  height: 550px;
  width: 80%;
}

.about-wrap.style1 .about-img-wrap .about-img-two {
  height: 350px;
  width: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 7px solid #fff;
  border-left: 7px solid #fff;
  border-radius: 5px;
}

.about-wrap.style1 .about-content .content-title p {
  margin: 15px 0 10px;
}

.about-wrap.style1 .about-content .about-feature-wrap {
  margin-top: 30px;
}

.about-wrap.style1 .about-content .about-feature-wrap .about-feature-item {
  margin: 0 0 30px;
}

.about-wrap.style1 .about-content .about-feature-wrap .about-feature-item:last-child {
  margin: 0;
}

.about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: 2px;
}

.about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon i {
  font-size: 36px;
  line-height: 0.8;
  color: #9dbaaa;
}

.about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-text h4 {
  margin: 0 0 8px;
  font-size: 22px;
}

.about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-text p {
  margin: 0;
}

.about-wrap.style1 .about-content .btn {
  margin-top: 30px;
  padding: 14px 40px;
}

.about-wrap.style2 .about-img {
  position: relative;
  height: auto;
  margin: 15px 0 15px 15px;
}

.about-wrap.style2 .about-img:after {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70px;
  height: calc(100% + 30px);
  content: "";
  background: #9dbaaa;
  z-index: -1;
}

.about-wrap.style2 .about-content .content-title span {
  display: block;
  margin: 0 0 12px;
  color: #9dbaaa;
}

.about-wrap.style2 .about-content .about-btn .btn:nth-child(1) {
  margin-right: 15px;
}

.about-wrap.style3 .about-img {
  height: 500px;
}

.about-wrap.style3 .about-img .shape-2 {
  width: 100%;
  height: 100%;
}

.about-wrap.style3 .about-content .content-title span {
  color: #9dbaaa;
  display: block;
  margin-top: 0 0 12px;
}

.about-wrap.style3 .about-content .about-icon-wrap {
  margin: 28px 0 30px;
}

.about-wrap.style3 .about-content .about-icon-wrap .about-icon-item {
  width: 45%;
}

.about-wrap.style3 .about-content .about-icon-wrap .about-icon-item:nth-child(1) {
  margin-right: 15px;
}

.about-wrap.style3 .about-content .about-icon-wrap .about-icon-item i {
  color: #9dbaaa;
  font-size: 50px;
}

.about-wrap.style3 .about-content .about-icon-wrap .about-icon-item p {
  margin: 0 0 0 15px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 600;
}

.about-quote {
  background: #fcdace;
  padding: 40px;
  border-left: 4px solid #9dbaaa;
  margin: 30px 0 30px;
}

.about-quote p {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 0 0 20px;
  line-height: 30px;
  color: #000;
}

.about-quote span {
  display: block;
  font-size: 15px;
  color: #999;
  font-weight: 500;
}

/*----------------------------------
         Session Section  CSS
----------------------------------*/
.session-wrap {
  position: relative;
}

.session-wrap .session-shape-1 {
  position: absolute;
  top: 73%;
  left: 100px;
}

.session-wrap .session-shape-2 {
  position: absolute;
  top: 120px;
  right: 100px;
}

.session-content .content-title span {
  color: #9dbaaa;
}

.session-content .content-title h2 {
  margin-bottom: 18px;
}

.session-content .content-title p {
  margin-bottom: 15px;
}

.session-content p {
  position: relative;
}

.session-content .content-title p:last-child {
  margin: 0;
}

.session-content .btn {
  padding: 10px 25px;
  margin-top: 10px;
}

.session-img {
  position: relative;
}
/*
.session-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #F6F1EE;
  border-radius: 50%;
  z-index: -1;
}*/

.session-img.style2 img {
  position: relative;
  z-index: 2;
}

.session-img.style2:before {
  background-color: #fff;
  z-index: 1;
}

.session-img img {
  z-index: 1;
  display: block;
  margin: 0 auto;
}

/*-------------------------------
         Service CSS
-------------------------------*/
.service-img img {
    margin-bottom: 20px;
    /*border-radius: 5px;*/
}
/*
.session-img img, .about-image img, .process-wrap img {
    border-radius: 5px;
}*/

.service-wrap {
  position: relative;
}

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

.service-card {
  margin: 0 0 25px;
}

.service-card .service-title {
  font-size: 22px;
}

.service-card.style2 {
  background-color: #fff;
  padding: 25px 25px 25px;
  text-align: center;
  position: relative;
}

.service-card.style2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-card.style2 .icon-overlay {
  position: absolute;
  top: 30px;
  right: 30px;
}

.service-card.style2 .icon-overlay i {
  font-size: 200px;
  opacity: 0.03;
  color: #fff;
}

.service-card.style2 .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #4c6959;
  position: relative;
  margin: 0 0 20px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-icon i {
  font-size: 48px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-info {
  position: relative;
}

.service-card.style2 .service-info .service-title {
  margin: 0 0 12px;
}

.service-card.style2 .service-info .service-title a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-info p {
  margin: 0 0 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-info .btn {
  background-color: #E5E5E5;
  color: #444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}

.service-card.style2:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.service-card.style2:hover .service-icon {
  background: #9dbaaa;
}

.service-card.style2:hover .service-icon i {
  color: #fff;
}

.service-card.style2:hover .service-info .service-title a {
  color: #fff;
}

.service-card.style2:hover .service-info p {
  color: #fff;
}

.service-card.style2:hover .service-info .btn {
  background: #9dbaaa;
  color: #fff;
}

.service-card.style2:hover .service-info .link {
  color: #fff;
}

.service-slider-wrap {
  position: relative;
}

.service-slider-wrap .service-card {
  margin-bottom: 0;
}

.service-slider-wrap .service-one-next,
.service-slider-wrap .service-one-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fcdace;
}

/*-------------------------------
         Appointment CSS
-------------------------------*/
.appointment-wrap {
  position: relative;
}

.appointment-wrap .apt-shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
}

.appointment-wrap .apt-shape-2 {
  position: absolute;
  top: 40%;
  left: 65%;
  z-index: 0;
}

.appointment-wrap .apt-shape-3 {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 0;
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
}

.appointment-form-wrap {
  position: relative;
  z-index: 1;
}

.appointment-form-wrap .appointment-form {
  width: 48%;
  background: #fff;
  padding: 40px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 7%);
  border: 1px solid #eee;
}

.appointment-form-wrap .appointment-form h5 {
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px;
  font-size: 16px;
  text-align: left;
}

.appointment-form-wrap .appointment-form .form-group {
  margin: 0 0 25px;
}

.appointment-form-wrap .appointment-form .form-group input {
  width: 100%;
  height: 52px;
  font-size: 14px;
  border-radius: 5px;
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #9dbaaa;
}

.appointment-form-wrap .appointment-form .form-group textarea {
  width: 100%;
  border: 1px solid #9dbaaa;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.appointment-form-wrap .appointment-form .form-group textarea {
    height: 150px;
    resize: none;
}

.appointment-form-wrap .appointment-form .form-group select {
  width: 100%;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #9dbaaa;
}

.appointment-form-wrap .appointment-bg {
  width: 46%;
  margin-left: 3%;
  margin-right: 3%;
}

input[type="date"] {
  opacity: 0.55;
}

/*-------------------------------
         Therapy CSS
-------------------------------*/
.therapy-bg-1 {
  background-image: url(../img/therapy/therap-bg-1.jpg);
}

.therapy-img {
  position: relative;
  height: 600px;
  border-radius: 40px 40px 0px 40px;
}

.therapy-content .content-title p {
  margin-top: 15px;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #9dbaaa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}

.video-play i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
}

.video-play.style2 {
  border-radius: 50%;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.video-play.style3 {
  display: inline-block;
  width: 50px;
  height: 55px;
  border-radius: 5px;
  position: relative;
  top: auto;
  left: auto;
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.video-play.style3 i {
  font-size: 16px;
  line-height: 61px;
}

.video-play.style4 {
  width: 50px;
  height: 50px;
}

.video-play.style4 i {
  font-size: 18px;
}

/*-------------------------------
         Process CSS
-------------------------------*/
.process-bg-2 {
  background-image: url(../img/process/process-bg-2.jpg);
}

.process-wrap.style1 {
  position: relative;
}

.process-wrap.style1 .container {
  position: relative;
}

.process-wrap.style1 .process-item {
  text-align: left;
  padding: 0 15px;
  margin: 0 0 25px;
}

.process-wrap.style1 .process-item span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0 20px;
}

.process-wrap.style1 .process-item h4 {
  font-size: 22px;
  margin: 0 0 15px;
}

.process-wrap.style1 .process-item h4 a {
  color: #fff;
}

.process-wrap.style1 .process-item p {
  color: #fff;
  margin: 0;
}

.process-wrap.style1 .process-item:hover span {
  background-color: #9dbaaa;
  color: #fff;
}

.process-wrap.style1 .process-item:hover h4 a {
  color: #9dbaaa;
}

.process-wrap.style1 .process-item.style2 h4 a {
  color: #000;
}

.process-wrap.style1 .process-item.style2 p {
  color: #444;
}

.process-item-wrap .process-item.style4 {
  margin-bottom: 25px;
}

.process-item-wrap .process-item.style3 {
  margin-bottom: 20px;
}

.process-item-wrap .process-item.style4:last-child,
.process-item-wrap .process-item.style3:last-child {
  margin-bottom: 0;
}

.process-item-wrap .process-item.style3 .process-step {
  background-color: #fcdace;
}

.process-img {
  height: 580px;
}

.process-item-wrap .process-item .process-step {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
  text-align: center;
  position: relative;
  top: -7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-item-wrap .process-item .process-text {
  width: calc(100% - 55px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-item-wrap .process-item:hover .process-step {
  background-color: #9dbaaa;
  color: #fff;
}

.process-item-wrap .process-item:hover .process-text h5 {
  color: #9dbaaa;
}

.process-item-wrap .process-item.style4 .process-step {
  top: 3px;
}

.process-item-wrap .process-item.style4 .process-text h5 {
  font-size: 18px;
}

.process-item-wrap .process-item.style4 .process-text p {
  margin-bottom: 0;
}

/*----------------------------------
         Testimonials  CSS
----------------------------------*/
.testimonial-bg-1 {
  background-image: url(../img/testimonial/testimonial-bg-1.jpg);
}

.testimonial-wrap.style1 {
  position: relative;
}

.testimonial-wrap.style1 .container {
  position: relative;
}

.testimonial-wrap.style2 {
  position: relative;
}

.testimonial-wrap.style2 .testimonial-shape-1 {
  position: absolute;
  top: 100px;
  left: 100px;
}

.testimonial-wrap.style2 .testimonial-shape-2 {
  position: absolute;
  bottom: 100px;
  right: 100px;
}

.testimonial-wrap .testimonial-one-next,
.testimonial-wrap .testimonial-three-next,
.testimonial-wrap .testimonial-one-prev,
.testimonial-wrap .testimonial-three-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-wrap .testimonial-two-next,
.testimonial-wrap .testimonial-two-prev {
  position: absolute;
  top: calc(50% + 12px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-wrap .testimonial-slider-one {
  padding-top: 24px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.testimonial-slider-wrap .testimonial-slider-two {
  padding-top: 50px;
}

.testimonial-item.style1 {
  background: #fff;
  padding: 25px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-item.style1:before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  background: #9dbaaa;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-item.style1 .ratings {
  line-height: 1;
}

.testimonial-item.style1 .quote-icon {
  position: absolute;
  top: -25px;
  right: 20px;
  color: #9dbaaa;
}

.testimonial-item.style1 .quote-icon i {
  font-size: 50px;
  line-height: 0.8;
}

.testimonial-item.style1 p {
  margin: 12px 0 18px;
}

.testimonial-item.style2 {
  background: #fff;
  text-align: left;
  padding: 15px 25px 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style2 .client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: -60px 0 25px;
}

.testimonial-item.style2 .client-img img {
  border-radius: 50%;
}

.testimonial-item.style2 .client-quote {
  position: relative;
}

.testimonial-item.style2 .client-quote .quote-icon {
  position: absolute;
  top: -10px;
  left: 0;
}

.testimonial-item.style2 .client-quote .quote-icon i {
  font-size: 40px;
  color: #9dbaaa;
  opacity: 0.15;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style2 .client-quote p {
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style2 .client-info {
  margin: 0 0 15px;
}

.testimonial-item.style2 .client-info h5 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style2 .client-info span {
  font-size: 15px;
  display: block;
  color: #666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style3 {
  background-color: #4c6959;
  padding: 22px 25px 25px;
  text-align: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style3 .client-quote p {
  font-size: 14px;
  margin: 0 0 20px;
  color: #fff;
}

.testimonial-item.style3 .client-quote .client-info-wrap .client-info {
  width: auto;
  margin: 0 0 0 20px;
  text-align: left;
}

.testimonial-item.style3 .client-quote .client-info-wrap .client-info h5 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.testimonial-item.style3 .client-quote .client-info-wrap .client-info p {
  font-size: 15px;
  display: block;
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style3 .client-info {
  margin: 0 0 15px;
}

.swiper-slide.swiper-slide-active .testimonial-item.style2,
.swiper-slide.swiper-slide-active .testimonial-item.style3,
.swiper-slide.swiper-slide-active .testimonial-item.style1 {
  background-color: #9dbaaa;
}

.swiper-slide.swiper-slide-active .testimonial-item.style1:before {
  background-color: #fff;
}

.swiper-slide.swiper-slide-active .testimonial-item.style2 .client-info h5,
.swiper-slide.swiper-slide-active .testimonial-item.style3 .client-info h5,
.swiper-slide.swiper-slide-active .testimonial-item.style1 .client-info h5,
.swiper-slide.swiper-slide-active .testimonial-item.style3 .client-info span,
.swiper-slide.swiper-slide-active .testimonial-item.style2 .client-info span,
.swiper-slide.swiper-slide-active .testimonial-item.style1 .client-info span,
.swiper-slide.swiper-slide-active .testimonial-item.style2 .client-quote p,
.swiper-slide.swiper-slide-active .testimonial-item.style3 p,
.swiper-slide.swiper-slide-active .testimonial-item.style1 p,
.swiper-slide.swiper-slide-active .testimonial-item.style1 .quote-icon i,
.swiper-slide.swiper-slide-active .testimonial-item.style2 .client-quote .quote-icon i,
.swiper-slide.swiper-slide-active .testimonial-item.style3 .client-quote .quote-icon i,
.swiper-slide.swiper-slide-active .testimonial-item.style1 .client-quote .quote-icon i {
  color: #fff;
}

.ratings li {
  display: inline-block;
}

.ratings li i {
  color: #F5A623;
}

.client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
}

.client-info-wrap .client-img img {
  border-radius: 50px;
}

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

.client-info-wrap .client-info h5 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.client-info-wrap .client-info span {
  font-size: 14px;
  line-height: 1.1;
  display: block;
}

/*----------------------------
    Category  CSS
------------------------------*/
.category-item {
  border: 1px solid #eee;
  padding: 25px;
  text-align: left;
  margin: 45px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-item .cat-icon {
  width: 80px;
  height: 80px;
  background-color: #9dbaaa;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: -70px 0 0;
}

.category-item .cat-icon i {
  color: #fff;
  font-size: 46px;
  margin: 0 auto;
  line-height: 0.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.category-item .cat-title {
  font-size: 22px;
  margin: 22px 0 15px;
}

.category-item .cat-title a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-item p {
  margin: 0;
}

.category-item:hover {
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
}

.category-item:hover .cat-icon {
  background-color: #fcdace;
}

.category-item:hover .cat-icon i {
  color: #fff;
}

.category-item:hover .cat-title a {
  color: #9dbaaa;
}

/*-------------------------------
         Why Choose Us CSS
-------------------------------*/
.wh-bg-1 {
  background-image: url(../img/why-choose-us/wh-img-1.png);
}

.wh-img {
  height: 630px;
}

.wh-img .shape-1 {
  width: 100%;
  height: 100%;
}

.wh-item-wrap .wh-item {
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.wh-item-wrap .wh-item:last-child {
  margin-bottom: 0;
}

.wh-item-wrap .wh-item .wh-icon {
  width: 80px;
  height: 80px;
  background: #fcdace;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-item-wrap .wh-item .wh-icon i {
  font-size: 44px;
  color: #9dbaaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-item-wrap .wh-item .wh-text {
 /*  width: calc(100% - 100px);
 margin-left: 20px;*/
}

.wh-item-wrap .wh-item .wh-text h5 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-item-wrap .wh-item .wh-text h5 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-item-wrap .wh-item .wh-text p {
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-item-wrap .wh-item .wh-text:hover h5 {
  color: #9dbaaa;
}

.wh-item-wrap .wh-item:hover .wh-icon {
  background: #9dbaaa;
}

.wh-item-wrap .wh-item:hover .wh-icon i {
  color: #fff;
}
/*-------------------------------
         Video  Section  CSS
-------------------------------*/
.video-wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #180f2b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.video-wrap:before {
 /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  content: "";
  background-color: #fcdace;
  z-index: -1;*/
}

.video-wrap .video-shape-1 {
  position: absolute;
  top: 300px;
  left: 100px;
}

.video-wrap .video-shape-2 {
  position: absolute;
  top: 80px;
  right: 100px;
}

.video-wrap .video-shape-3 {
  position: absolute;
  top: 80px;
  left: 28%;
}

.video-wrap .video-shape-4 {
  position: absolute;
  bottom: 300px;
  right: 150px;
}

.video-wrap .video-icon {
  margin: 0 0 20px;
}

.video-wrap .video-icon .video-play {
  margin: 0 auto;
}

.video-wrap .video-text {
  text-align: center;
}

.video-wrap .video-text h5 {
  margin: 0 0 25px;
  font-weight: 400;
  color: #fff;
}

.video-wrap .video-text h3 {
  margin: 0 0 35px;
  color: #fff;
  font-size: 38px
}

.video-wrap .video-btn .btn:nth-child(1) {
  margin-right: 20px;
}

.video-wrap .video-btn .btn.style1 {
  padding: 10px 25px;
}

.video-wrap .video-btn .btn.style2 {
  background: #fff;
  border: none;
  color: #444;
}

.countre-wrap {
  background: #9dbaaa;
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
}

.countre-wrap .counter-card {
  position: relative;
  margin-bottom: 35px;
}

.countre-wrap .counter-card .counter-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}

.countre-wrap .counter-card .counter-icon i {
  color: #9dbaaa;
  font-size: 50px;
}

.countre-wrap .counter-card h2 {
  color: #fff;
  margin: 0;
}

.countre-wrap .counter-card p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  padding: 0 1px;
}

.cd-image-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  font-weight: 500;
  letter-spacing: 1px;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #9dbaaa url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  background-color: #445b7c;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}

/*-------------------------------
         Blog CSS
-------------------------------*/
.blog-wrap {
  position: relative;
}

.blog-card {
  margin: 0 0 45px;
}

.blog-card .blog-info .blog-title {
  font-size: 22px;
}

.blog-card .blog-info .blog-title a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card.style2 {
  border: 1px solid #eee;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card.style2 .blog-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.blog-card.style2 .blog-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.blog-card.style2 .blog-img .post-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #9dbaaa;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

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

.blog-card.style2 .blog-info .blog-title {
  margin: 15px 0 0;
}

.blog-card.style2:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.blog-card.style2:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-card.style2:hover .blog-info .blog-title a {
  color: #9dbaaa;
}

.blog-metainfo li {
  display: inline-block;
  margin-right: 10px;
}

.blog-metainfo li a {
  color: #777;
  font-size: 14px;
}

.blog-metainfo li a i {
  color: #9dbaaa;
  margin-right: 5px;
  font-size: 16px;
}
/*
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}*/

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-box {
  text-align: center;
  padding: 0 25px;
  margin: 0 0 25px;
  border: 1px solid #EEEFF2;
  padding: 25px 25px 22px;
  border-radius: 5px;
  min-height: 263px;
}

.contact-box .contact-icon {
  width: 80px;
  height: 80px;
  background: #9dbaaa;
  text-align: center;
  margin: 0 0 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-icon i {
  color: #fff;
  font-size: 42px;
  line-height: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-info h5 {
  font-size: 24px;
  margin: 0 0 14px;
}

.contact-box:hover .contact-icon {
  background-color: #fcdace;
}



.contact-box:hover .contact-icon i {
  color: #fff;
}

#map {
  width: 100%;
  height: 400px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group select,
#contactForm .form-group textarea {
  width: 100%;
  border: 1px solid #9dbaaa;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}

#contactForm .form-group input {
  height: 50px;
}

#contactForm .form-group textarea {
  height: 150px;
  resize: none;
}

.btn.disabled {
  opacity: 1;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEFF2;
}

article p {
  margin-bottom: 15px;
}

article p:last-child {
  margin-bottom: 0;
}

article .post-subtitle {
  margin: 0 0 15px;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-bottom: 15px;
}

.blog-details-wrap .comment-box-title {
  margin-bottom: 5px;
}

.blog-details-wrap .comment-item {
  padding-left: 0;
}

#cmt-form .comment-box-title {
  margin-bottom: 25px;
}

.author-info-wrap {
  margin-bottom: 25px;
}

.author-info-wrap .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author-info-wrap .author-img img {
  border-radius: 50%;
}

.author-info-wrap .author-info {
  width: calc(100% - 90px);
  margin-left: 0;
}

.author-info-wrap .author-info h6 {
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 10px;
}

.author-info-wrap .author-info .post-metainfo {
  line-height: 1;
}

.author-info-wrap .author-info .post-metainfo li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}

.author-info-wrap .author-info .post-metainfo li:first-child {
  padding-left: 0;
}

.author-info-wrap .author-info .post-metainfo li:last-child {
  padding-right: 0;
  border-right: none;
}

.author-info-wrap .author-info .post-metainfo li a {
  position: relative;
  padding-left: 20px;
  color: #555;
}

.author-info-wrap .author-info .post-metainfo li a i {
  font-size: 16px;
  color: #9dbaaa;
  position: absolute;
  top: 0;
  left: 0;
}

.post-img {
  border-radius: 10px;
  position: relative;
  margin: 0 0 30px;
}

.post-img .news-cat {
  position: absolute;
  top: 25px;
  left: 25px;
}

.post-img img {
  border-radius: 5px;
}

.post-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 10px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #9dbaaa;
  font-size: 18px;
  line-height: 0.8;
}

.post-meta-option {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
}

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

.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
}

.post-navigation .next-post i,
.post-navigation .prev-post i {
  font-size: 10px;
  position: relative;
  top: 0;
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #9dbaaa;
}

.post-navigation .next-post {
  text-align: right;
}

.post-navigation .next-post i {
  margin-left: 5px;
}

.post-navigation .prev-post {
  text-align: left;
}

.post-navigation .prev-post i {
  margin-right: 5px;
}

.post-tag span,
.post-share span {
  margin-right: 10px;
}

.post-tag span i {
  color: #9dbaaa;
}

.post-tag li {
  display: inline-block;
}

.post-tag li a {
  color: #555;
  font-size: 15px;
}

.post-tag li a:hover {
  color: #9dbaaa;
}

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

.post-share {
  display: inline-block;
}

.post-share ul {
  display: inline-block;
}

.post-author {
  padding: 25px;
  margin: 34px 0;
  border-radius: 5px;
  border: 1px solid #eee;
}

.post-author .post-author-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

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

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

.post-author .post-author-info span {
  font-size: 14px;
  font-style: italic;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

.post-author .post-author-info .social-profile li a:hover {
  background: #fcdace;
}

.contact-widget {
  position: relative;
  text-align: left;
  z-index: 1;
  border-radius: 8px;
}

.contact-widget .overlay {
  border-radius: 4px;
  height: calc(100% + 4px);
  top: -2px;
}

.contact-widget > span {
  color: #fff;
  display: block;
  margin: 0 0 10px;
}

.contact-widget.sidebar-widget {
  padding: 38px 25px 50px;
}

.contact-widget p,
.contact-widget h3,
.contact-widget a,
.contact-widget span {
  color: #fff;
  z-index: 2;
  position: relative;
}

.contact-widget h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0 15px;
}

.contact-widget a {
  display: block;
  margin: 0 0 10px;
}

.contact-widget a.btn {
  margin-top: 15px;
  display: inline-block;
}

.contact-widget .contact-info {
  position: relative;
  padding-left: 55px;
  margin: 30px 0 0;
}

.contact-widget .contact-info span.contact-icon {
  position: absolute;
  top: -7px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}

.contact-widget .contact-info span.contact-icon i {
  color: #9dbaaa;
  font-size: 20px;
  line-height: 0.7;
}

.contact-widget .contact-info a {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  margin: 0;
}

/*-------------------------------
         Responsive CSS
-------------------------------*/
/*---------------------------------
        Footer CSS 
-----------------------------------*/
/*-------------  Color Variable  -------*/
/*-------------  Font Variable -------*/
/*-------------  Mixins & Animation CSS -------*/
.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .header-wrap .search-area, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon, .video-play, .circle, .process-wrap.style1 .process-item span, .process-item-wrap .process-item .process-step, .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-icon, .countre-wrap .counter-card .counter-icon, .blog-card.style1 .blog-img .post-date, .contact-box .contact-icon, .contact-widget .contact-info span.contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style3 .hero-btn, .about-wrap.style3 .about-content .about-icon-wrap .about-icon-item, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .appointment-form-wrap, .testimonial-item.style3 .client-quote .client-info-wrap, .client-info-wrap, .instructor-info-wrap, .course-ratings, .course-details-widget ul li, .category-item .cat-icon, .blog-card.style3, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .schedule-widget ul li, .course-metainfo, .tab-content.course-tab-content .lecture-item, .page-navigation .page-nav, .pp-post-item, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item, .about-wrap.style3 .about-content .about-icon-wrap, .process-item-wrap .process-item, .wh-item-wrap .wh-item, .video-wrap .video-btn, .comment-item, .comment-author_info, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .header-wrap .search-area, .about-wrap.style1 .about-content .about-feature-wrap .about-feature-item .about-feature-icon, .video-play, .circle, .process-wrap.style1 .process-item span, .process-item-wrap .process-item .process-step, .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-icon, .countre-wrap .counter-card .counter-icon, .blog-card.style1 .blog-img .post-date, .contact-box .contact-icon, .contact-widget .contact-info span.contact-icon, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .searchbtn, .header-wrap .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style3 .hero-btn, .about-wrap.style3 .about-content .about-icon-wrap .about-icon-item, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .appointment-form-wrap, .testimonial-item.style3 .client-quote .client-info-wrap, .client-info-wrap, .instructor-info-wrap, .course-ratings, .course-details-widget ul li, .category-item .cat-icon, .blog-card.style3, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .schedule-widget ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.course-metainfo, .course-details-widget ul li, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-navigation .page-nav, .service-card.style1 .service-icon, .service-card.style2 .service-icon, .video-wrap .video-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.footer-bg-2 {
  background-image: url(../img/footer/footer-bg-2.html);
}

.footer-wrap {
  position: relative;
}

.footer-wrap .footer-top {
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-top .footer-logo {
  display: block;
  margin: 0 0 27px;
  position: relative;
}

.footer-wrap .footer-top .comp-desc p {
  color: #fff;
  margin: 0 0 32px;
}

.footer-wrap .footer-top .footer-menu li {
  position: relative;
  padding-left: 17px;
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .footer-menu li i {
  position: absolute;
  top: 1px;
  left: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li a {
  color: #fff;
  display: block;
}

.footer-wrap .footer-top .footer-menu li:hover {
  padding-left: 22px;
}

.footer-wrap .footer-top .footer-menu li:hover a {
  color: #fcdace;
}

.footer-wrap .footer-top .footer-menu li:hover i {
  left: 5px;
  color: #fcdace;
}

.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-bottom .copyright {
  padding: 24px 15px;
  text-align: center;
}

.footer-wrap .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #fff;
}

.footer-wrap .footer-bottom .copyright p a {
  text-decoration: underline;
  color: #fff;
}

.footer-wrap.style2 {
  position: relative;
}

.footer-widget-wrap .footer-widget:nth-child(1) {
  width: 31%;
  padding-right: 100px;
}

.footer-widget-wrap .footer-widget:nth-child(2) {
  width: 22%;
}

.footer-widget-wrap .footer-widget:nth-child(3) {
  width: 22%;
}

.footer-widget-wrap .footer-widget:nth-child(4) {
  width: 25%;
}

.footer-widget {
  margin: 0 0 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-widget-title {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 35px;
  position: relative;
}

.newsletter-box p {
  color: #fff;
  margin: 0 0 25px;
}

.newsletter-box .newsletter-form .form-group {
  width: 90%;
  position: relative;
}

.newsletter-box .newsletter-form .form-group input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  color: #444;
  padding: 10px 15px;
  border: none;
}

.newsletter-box .newsletter-form .form-group button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fcdace;
}

.newsletter-box .newsletter-form .form-group button.bg-tsi-2 {
  position: absolute;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  background: #8ba282;
}

.newsletter-box .newsletter-form .form-group button i {
  color: #fff;
  font-size: 22px;
  line-height: 0.7;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
@media only screen and (max-width: 575px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 100%;
  }
  .newsletter-box .newsletter-form .form-group {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 0;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .footer-widget-title {
    margin-top: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 0;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 40px;
  }
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3) {
    width: 22%;
  }
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 24%;
  }
}

.error-content span {
    font-size: 110px;
    font-weight: 700;
    display: block;
    line-height: 82px;
    margin: 0 0 55px;
    color: #9dbaaa;
}

.error-content p {
    margin: 0 0 20px;
}

/* // about */
.ttm-row.connect-section_2 {
	padding: 73px 0 100px;
}

.mt_44 {
	margin-top: -44px !important;
}

.section-title.without-seperator .title-header {
	padding-bottom: 0;
}

.section-title h5 {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 12px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}

.row-title.style1 .section-title h2.title {
	font-size: 50px;
	line-height: 64px;
	color: #fff;
}

.ttm-bgcolor-darkgrey {
	background-color: #9dbaaa;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.ttm-row.element-section {
	padding: 0px 0 60px;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.ttm-tabs ul.tabs {
	padding: 0;
	margin: 0;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li {
	margin: 15px;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.ttm-tabs ul.tabs li {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

ul.tabs li.active a {
	background-color: #fff4f0;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li.active a {
	color: #000;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
	color: #000;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
	background-color: #fcdace;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li.active a {
	background-color: #fff4f0;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
	padding: 14px 18px 14px 18px;
	font-weight: 500;
	border-color: transparent;
	font-size: 18px;
	border-radius: 5px;
	display: block;
}

.ttm-tabs.ttm-tab-style-01 .content-tab {
	padding-top: 28px;
}

.ttm-tabs .content-tab .content-inner.active {
	display: block;
}

.ttm-tabs .content-tab .content-inner {
	display: none;
}

.pl-60 {
	padding-left: 60px !important;
}

.ttm-tabs.ttm-tab-style-01 h4 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
		padding: 16px 18px 16px 18px;
	}
}

@media (max-width: 575px) {
	.ttm-tabs.ttm-tab-style-01 ul.tabs li {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.ttm-tabs.ttm-tab-style-01 ul.tabs li {
		display: block;
		text-align: left;
	}
}

@media (max-width: 991px) {
	.ttm-tabs.ttm-tab-style-01 ul.tabs li {
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
	.ttm-tabs.ttm-tab-style-01 ul.tabs {
		display: block;
	}
}
/*//// */
/*// home */
.slider__wrapper .swiper-slide-active span,
.slider__wrapper .swiper-slide-active p,
.slider__wrapper .swiper-slide-active a,
.slider__wrapper .swiper-slide-active .slider__title {
	opacity: 1;
	transform: translateY(0);
}

.single-slider.swiper-slide {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.slider__height {
	min-height: 100vh;
}

.slider__overlay {
	position: relative;
}

.slider__overlay::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 3, 32, 0.4);
}

.slider__content {
	position: relative;
	z-index: 1;
}

.slider__content span {
	font-size: 16px;
	color: #fcdace;
	margin-bottom: 12px;
	display: inline-block;
}

.slider__content p {
	font-size: 16px;
	line-height: 30px;
	padding-right: 160px;
	margin-bottom: 28px;
	opacity: 0.7;
	color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__content p {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content p {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.slider__content p {
		padding-right: 0;
	}
}

.slider__content>span,
.slider__content p,
.slider__content a {
	position: relative;
	z-index: 1;
	padding-right: 25px;
	transform: translateY(70px);
	transition: 1s;
	opacity: 0;
}

.slider__title {
	font-size: 54px;
	color: #ffffff;
	line-height: 1.05;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	padding-right: 25px;
	transform: translateY(70px);
	transition: 1s;
	opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__title {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__title {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.slider__title {
		font-size: 30px;
	}
}

.slider__title span {
	font-size: 70px;
	color: #ffffff;
	position: relative;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__title span {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__title span {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.slider__title span {
		font-size: 30px;
	}
}

.slider__title span img {
	position: absolute;
	left: -14px;
	bottom: 11px;
	z-index: -1;
	-webkit-animation: section-animation 3s infinite;
	animation: section-animation 3s infinite;
}

@media (max-width: 575px) {
	.slider__title span img {
		height: 15px;
		bottom: 0;
	}
}

.slider__btn {
	height: 50px;
	line-height: 48px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	padding: 0 22px;
	background: transparent;
}

.slider__btn:hover {
	background: #ffffff;
	color: #000320;
	border-color: #ffffff;
}

.slider__nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.slider__nav-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	transition: height 0.3s ease-in-out;
	position: relative;
}

.slider__nav-item:hover {
	cursor: pointer;
}

.slider__nav-item::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(247, 100, 30, 0.8);
}

.slider__nav-item.blue-bg::after {
	background: rgba(45, 105, 240, 0.8);
}

.slider__nav-item.pink-bg::after {
	background: rgba(221, 36, 110, 0.8);
}

.slider__nav-item.green-bg::after {
	background: rgba(12, 174, 116, 0.8);
}

.slider__nav-content {
	position: relative;
	z-index: 1;
	padding: 23px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.slider__nav-content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider__nav-content {
		padding: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__nav-content {
		padding: 15px;
	}
}

.slider__nav-content span {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	opacity: 0.8;
}

.slider__nav-content h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0;
}
/*//*/
.member-card .member-img {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}

.member-card .member-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.member-card .member-img .social-profile {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.member-card .member-img .social-profile li {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.member-card .member-img .social-profile li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.member-card .member-img .social-profile li:nth-child(2) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.member-card .member-img .social-profile li:nth-child(3) {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .social-profile li:nth-child(4) {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.member-card .member-img .social-profile li:nth-child(5) {
  -webkit-transition: 1.1s;
  transition: 1.1s;
}

.member-card .member-info h5 {
  font-size: 22px;
  margin: 0 0 5px;
}

.member-card .member-info p {
  margin: 0;
}

.member-card.style2 {
  margin-bottom: 25px;
}

.member-card:hover .member-img:before {
  visibility: visible;
  opacity: 1;
}

.member-card:hover .member-img .social-profile {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  text-align: center;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.member-card:hover .member-img .social-profile li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.static-value{
	position:absolute;
	left:10px;
	font-size:14px;
	color:#000;
	top:13px;
	cursor: default;
}

.input-price{
	position:relative;
}

input#price-currency {
    padding: 5px 5px 5px 40px;
}