@import url("../../releases/v5.8.1/css/all.css");
.text-main {
  color: #474747;
}

.text-sec {
  color: #f5f5f5;
}

.text-300 {
  font-weight: 300;
}

.text-500 {
  font-weight: 500;
}

.text-700 {
  font-weight: 700;
}

.text-14 {
  font-size: 14px;
}

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

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.listsearch {
   padding: 15px;
   line-height: 2;
}
.wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.wrapper.wrapper-small {
  max-width: 855px;
}
.wrapper a{
  display:inline;
}
footer .wrapper a,header .wrapper a{
  display:block;
}
.simple-pagination a{
  display: block;
}
.sectpad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sectpad-md {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sectpad-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

*,
*:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

a {
  display: block;
  text-decoration: none;
}


a:hover {
  text-decoration: none;
}

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

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

/* Buttons */
button:focus {
  outline: none;
}

button.btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler {
  position: relative;
  height: 40px;
  width: 50px;
  padding: 0;
  border: none !important;
}

.navbar-toggler span {
  position: absolute;
  height: 6px;
  left: 7px;
  right: 7px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
}

.navbar-toggler span:nth-child(1) {
  top: 5px;
}

.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar-toggler span:nth-child(4) {
  bottom: 5px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.navbar-toggler:not(.collapsed) span:nth-child(4) {
  bottom: 5px;
  opacity: 0;
}

.read-more-link {
  color: #474747;
  font-size: 14px;
}

/*.read-more-link::before {
  content: "[ ";
  display: inline;
  color: #474747;
}

.read-more-link::after {
  content: " ]";
  display: inline;
  color: #474747;
}*/

.read-more-link:hover {
  color: #f49cae;
}

.white-btn {
  background-color: #fff;
  color: #474747;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 10px;
  padding: 0 15px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.white-btn:hover {
  background-color: #f49cae;
  color: #fff;
}

.white-btn.ghost-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 34px;
}

.white-btn.ghost-btn:hover {
  background-color: #f49cae;
  border-color: #f49cae;
}
.blog-mob {
font-size: 20px;
}

.submit-btn {
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  background-color: #6f7073;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.submit-btn i {
  margin-right: 10px;
}

.submit-btn:hover {
  background-color: #3d3d3f;
}

.share-btn {
  height: 30px;
  white-space: nowrap;
}

.share-btn span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #474747;
}

.share-btn i {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  color: #fff;
  background-color: #b9e2e5;
  border-radius: 5px;
}

.share-btn:hover span {
  color: #f49cae;
}

.share-btn:hover i {
  background-color: #f49cae;
}
.home-blog-bottom .slider-control{
  max-width:120px;
}
.slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  visibility: visible;
}

.listsearch li{
  padding: 5px 20px;
  border-bottom: 1px solid whitesmoke;
}
.listsearch li a{
  color: #6f7073;
}

.slider-control .slider-control-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  color: #474747;
  border: none;
}

.slider-control .slider-control-btn:hover {
  color: #f49cae;
}

.slider-control span {
  line-height: 35px;
  display: block;
}

.slider-control-hidden {
  visibility: hidden;
}

.link-in-text {
  color: #474747;
  display: inline;
  text-decoration: underline;
  font-weight: 700;
}

.link-in-text:hover {
  color: #f49cae;
  text-decoration: none;
}

.input-style {
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  line-height: 30px;
  border: none;
  margin-bottom: 15px;
  font-size: 14px;
}

textarea {
  resize: none;
  height: 200px;
}

.article-date {
  font-size: 12px;
  margin-bottom: 0;
  color: #6f7073;
}

/* Headings */
.black-bg-heading {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #474747;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-heading-pink {
  width: 100%;
  line-height: 50px;
  text-align: center;
  margin: 0 0 10px;
}

.section-heading-pink h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 30px;
  line-height: 50px;
  border: 2px solid #f49cae;
  border-top: none;
  display: inline-block;
}

.dotted-heading {
  border-bottom: 2px dotted #474747;
  margin-bottom: 20px;
}

.dotted-div {
  border-bottom: 2px dotted #474747;
  padding: 20px 0;
}

.page-color-heading {
  width: 100%;
  margin-bottom: 20px;
}

.page-color-heading h1 {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 0;
  line-height: 55px;
  font-size: 24px;
  font-weight: 700;
}

.page-color-heading.pink h1 {
  background-color: #f49cae;
  color: #fff;
}

.page-color-heading.blue h1 {
  background-color: #b9e2e5;
  color: #474747;
}

.heading-underline {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

.heading-underline.pink {
  border-bottom: 3px solid #f49cae;
}

.heading-underline.blue {
  border-bottom: 3px solid #b9e2e5;
}

/* Text box */
.text-box-default {
  margin: 15px 0;
}

.text-box-default .tb-title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 15px;
  display: inline-block;
  background-color: #6f7073;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.text-box-default .tb-text {
  padding: 35px 75px;
  text-align: center;
}

.text-box-default .tb-text p {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 0;
  color: #474747;
}

.text-box-default.tb-yellow .tb-text {
  background-color: #d9d868;
}

.text-box-default.tb-blue .tb-text {
  background-color: #b9e2e5;
}

.text-box-default.tb-pink .tb-text {
  background-color: #f49cae;
}

/* Pagination */
.default-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.default-pagination ul li a.page-link {
  line-height: 30px;
  width: 30px;
  text-align: center;
  background-color: #f49cae;
  color: #fff;
  border-radius: 5px;
  margin-right: 7px;
  padding: 0;
  border: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.default-pagination ul li a.page-link:hover {
  background-color: #b9e2e5;
  color: #474747;
}

.default-pagination ul li .prev,
.default-pagination ul li .next {
  display: none;
}

.default-pagination ul li.active span {
  display: block;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background-color: #f49cae;
  color: #474747;
  border-radius: 5px;
  margin-right: 7px;
  padding: 0;
  opacity: 0.6;
}

/* Global */
header {
  background-color: #f5f5f5;
}

header .top-header {
  line-height: 40px;
  -webkit-transition: 0s padding linear;
  transition: 0s padding linear;
}

header .top-header .top-header-left {
  width: 100%;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .top-header .top-header-left .user-options a {
  color: #474747;
  font-size: 12px;
  font-weight: 700;
}

header .top-header .top-header-left .user-options a img {
  height: 15px;
  width: auto;
  display: inline-block;
}

header .top-header .top-header-left .user-options a:hover {
  color: #f49cae;
}

header .top-header .top-header-left #header-social {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-header .top-header-left #header-social li {
  margin-right: 10px;
}

header .top-header .top-header-left #header-social li:nth-last-child(1) {
  margin-right: 0;
}

header .top-header .top-header-left #header-social li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #f5f5f5;
  background-color: #474747;
  font-size: 0.75rem;
}

header .top-header .top-header-left #header-social li a:hover {
  background-color: #f49cae;
}

header .top-header .top-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 485px;
}

header .top-header .top-header-right .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-header .top-header-right .header-search input {
  border: none;
  background-color: #fff;
  height: 25px;
  padding: 0 5px;
  text-align: right;
  border: 1px solid rgba(71, 71, 71, 0.3);
  font-size: 12px;
}

header .top-header .top-header-right .header-search input::-webkit-input-placeholder {
  text-align: right;
}

header .top-header .top-header-right .header-search input:-ms-input-placeholder {
  text-align: right;
}

header .top-header .top-header-right .header-search input::-ms-input-placeholder {
  text-align: right;
}

header .top-header .top-header-right .header-search input::placeholder {
  text-align: right;
  
}

header .top-header .top-header-right .header-search input:placeholder-shown {
  background-color: rgba(71, 71, 71, 0.1);
  border-color: transparent;
}

header .top-header .top-header-right .header-search .search-btn {
  background-color: transparent;
  height: 25px;
  line-height: 25px;
  border: none;
  font-size: 12px;
}

header .top-header .top-header-right .header-search .search-btn:hover {
  color: #f49cae;
}

header .top-header .top-header-right .grades,
header .top-header .top-header-right #choose-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding: 0 9px;
}

header .top-header .top-header-right .grades li a,
header .top-header .top-header-right #choose-lang li a {
  color: #474747;
  text-transform: uppercase;
  margin: 0 3px;
}

header .top-header .top-header-right .grades li a:hover,
header .top-header .top-header-right #choose-lang li a:hover {
  color: #f49cae;
}

header .top-header .top-header-right .search-responsive-trigger {
  display: none;
}

header .top-header.top-header-padding {
  padding-bottom: 60px;
  -webkit-transition: none;
  transition: none;
}

header .main-header {
  line-height: 80px;
  background-color: #6f7073;
}

header .main-header .navbar {
  line-height: 40px;
  min-height: 80px;
  padding: 0;
}

header .main-header .navbar .navbar-brand {
  max-width: 350px;
  width: 100%;
  padding: 0;
  height: 42px;
  margin: 19px 0;
}

header .main-header .navbar .navbar-brand .responsive-logo {
  display: none;
}

header .main-header .navbar.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0 0.75rem;
  font-size: 14px;
  text-align: left;
}

header .main-header .navbar.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #f49cae;
}

header .main-header .navbar .dropdown-menu {
  border-color: transparent;
  background-color: #6f7073;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}

header .main-header .navbar .dropdown-menu .dropdown-item {
  color: #fff;
}

header .main-header .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #f49cae;
}

header .main-header.scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  line-height: 60px;
}

header .main-header.scroll-header .navbar {
  min-height: 60px;
}

header .main-header.scroll-header .navbar .navbar-brand {
  margin: 9px 0;
}

/* Footer */
footer .top-footer {
  background-color: #474747;
  color: #fff;
  padding: 40px 0;
}

footer .top-footer p {
  margin-bottom: 5px;
  font-weight: 700;
}

footer .top-footer .col-md-4 {
  border-right: 1px solid #f49cae;
}

footer .top-footer .col-md-4:nth-last-of-type(1) {
  border-right: none;
}

footer .top-footer .footer-logo {
  max-width: 180px;
  margin-bottom: 40px;
}

footer .top-footer .footer-contact {
  font-size: 12px;
}

footer .top-footer .footer-contact a {
  color: #fff;
}

footer .top-footer .footer-contact a:hover {
  color: #f49cae;
}

footer .top-footer .visit-us-footer {
  font-size: 12px;
}

footer .top-footer #footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 40px;
}

footer .top-footer #footer-social li {
  margin-right: 15px;
}

footer .top-footer #footer-social li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #6f7073;
  font-size: 18px;
  text-align: center;
}

footer .top-footer #footer-social li a:hover {
  background-color: #f49cae;
  color: #fff;
}

footer .top-footer #footer-social a {
  color: #fff;
}

footer .top-footer #footer-social a:hover {
  color: #f49cae;
}

footer .top-footer .newsletter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .top-footer .newsletter > div {
  max-width: 205px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .top-footer .newsletter > div input {
  height: 45px;
  border: none;
  line-height: 45px;
  padding: 0 13px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
}

footer .top-footer .newsletter > div .newsletter-btn {
  width: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 7px;
  height: 45px;
  background-color: #f49cae;
  border: none;
}

footer .top-footer .newsletter > div .newsletter-btn img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

footer .top-footer .newsletter > div .newsletter-btn:hover {
  background-color: #b9e2e5;
}

footer .bottom-footer .footer-copyright {
  line-height: 20px;
  padding: 10px 0;
  font-size: 12px;
}

footer .bottom-footer .footer-copyright a {
  color: #474747;
  text-decoration: underline;
}

footer .bottom-footer .footer-copyright a:hover {
  color: #f49cae;
}

.bigger p{
  font-size:18px !important;
}
.view-modal, .popup{
  position: fixed;
  z-index:999;
  left: 50%;
}
button{
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}
.view-modal{
  top: 50%;
  color: #7d2ae8;
  font-size: 18px;
  padding: 10px 25px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.popup{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
  opacity 0.2s 0s ease-in-out,
  transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
  opacity 0.2s 0s ease-in-out,
  transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding: 5px 15px;
  border-bottom: 1px solid #ebedf9;
}
.popup header span{
  font-size: 21px;
  font-weight: 600;
}
.popup header .closepopup, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.popup header .closepopup{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.popup header .closepopup:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
}
.content p{
  font-size: 16px;
}
.content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i{
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.icons a:nth-child(1):hover{
  background: #1877F2;
}
.icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.icons a:nth-child(2):hover{
  background: #46C1F6;
}
.icons a:nth-child(4){
  color: #7d2ae8;
  border-color: #7d2ae8;
}
.icons a:nth-child(4):hover{
  background: #7d2ae8;
}
.icons a:nth-child(3){
  color: #25D366;
  border-color: #bef4d2;
}
.icons a:nth-child(3):hover{
  background: #25D366;
}
.icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
.icons a:nth-child(5):hover{
  background: #0088cc;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field button:hover{
  background: #8d39fa;
}

/*** Home Page ***/
/* Hero */
.hero {
  position: relative;
}

.hero.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero .slick-dots {
  bottom: 25px;
}

.hero .slick-dots li button::before {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.hero .slick-dots li:not(.slick-active) button:hover::before {
  opacity: 0.75;
  background-color: #fff;
}

.hero .slick-dots li.slick-active button::before {
  background-color: #f49cae;
  border-color: #f49cae;
  opacity: 1;
}

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

.hero .hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(71, 71, 71, 0.25);
}

.hero .hero-text {
  width: 100%;
  max-width: 745px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}

.hero .hero-text h1 {
  color: white;
  font-weight: 300;
  font-size: 28px;
}

.hero .hero-text h1 span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
}

/* Home blog section */
.home-blog {
  background: -webkit-gradient(linear, left bottom, right top, from(#fbdce3), to(#e7f5f6));
  background: linear-gradient(to top right, #fbdce3, #e7f5f6);
}

.home-blog .home-blog-top .row {
  max-width: 840px;
  margin: 0 auto;
}

.home-blog .home-blog-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-blog .home-blog-top-item .home-blog-top-img-holder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.home-blog .home-blog-top-item .home-blog-top-img-holder img {
  width: 60%;
}

.home-blog .home-blog-top-item:nth-of-type(1) .home-blog-top-img-holder {
  background-color: #d9d868;
}

.home-blog .home-blog-top-item:nth-of-type(2) .home-blog-top-img-holder {
  background-color: #f49cae;
}

.home-blog .home-blog-top-item:nth-of-type(3) .home-blog-top-img-holder {
  background-color: #b9e2e5;
}

.home-blog .home-blog-top-item .home-blog-top-text {
  text-align: center;
  width: 100%;
  font-size: 15px;
}

.home-blog .home-blog-top-item .home-blog-top-text span {
  font-weight: 700;
}

.home-blog .home-blog-top-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.home-blog .home-blog-bottom {
  padding: 40px 93px 85px;
  margin-top: 40px;
  background-color: #fff;
}

.home-blog .home-blog-bottom .blog-item {
  background-color: #f4f0f6;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom .blog-item-title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom .article-date {
  width: 100%;
  font-size: 12px;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom .blog-item-links {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom .blog-item-links .blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6f7073;
  font-size: 10px;
  font-weight: 700;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom .blog-item-links .blog-share span {
  height: 24px;
  width: 24px;
  background-color: #f49cae;
  border-radius: 5px;
  margin-left: 5px;
  padding: 5px;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom .blog-item-links .blog-share span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.home-blog .home-blog-bottom .blog-item .blog-item-bottom .blog-item-links .blog-share:hover {
  color: #f49cae;
}

/* Home text box */
.home-text-box {
  padding: 125px 0 150px;
  background-color: #d9d868;
}

.home-text-box .wrapper {
  padding-left: 100px;
  padding-right: 100px;
}

.home-text-box .home-text-holder {
  padding: 50px 60px 65px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.home-text-box .home-text-holder p {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 0;
}

.home-text-box .home-text-holder::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  height: 70px;
  width: 70px;
  background-color: #fff;
  position: absolute;
  bottom: -67px;
  right: 70px;
}

/* Home find us */
.home-find-us {
  background: -webkit-gradient(linear, left bottom, right top, from(#e7f5f6), to(#fbdce3));
  background: linear-gradient(to top right, #e7f5f6, #fbdce3);
}

.home-find-us .wrapper {
  background-color: #fff;
  padding: 50px 5px 100px;
}

.home-find-us .wrapper .home-find-us-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.home-find-us .wrapper .home-find-us-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.home-find-us .wrapper .home-find-us-content .find-club-map {
  width: 100%;
  background-color: #474747;
  position: relative;
}

.home-find-us .wrapper .home-find-us-content .find-club-map::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(71, 71, 71, 0.2)), color-stop(rgba(71, 71, 71, 0.7)), to(#474747));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(71, 71, 71, 0.2), rgba(71, 71, 71, 0.7), #474747);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 1;
}

.home-find-us .wrapper .home-find-us-content .find-club-map.remove-bg::after {
  opacity: 0;
}

.home-find-us .wrapper .home-find-us-content .find-club-map img {
  width: 100%;
}

.home-find-us .wrapper .home-find-us-content .find-club-map .find-club-link {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  border: 1px solid #f49cae;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
}

.home-find-us .wrapper .home-find-us-content .find-club-map .find-club-link::after {
  content: ">";
  display: inline;
  color: #fff;
  margin-left: 5px;
}

.home-find-us .wrapper .home-find-us-content .find-club-map .find-club-link:hover {
  background-color: #f49cae;
}

/* Home results */
.home-results {
  background-color: #f5f5f5;
}

.home-results .bars {
  padding-bottom: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.home-results .bar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-results .bar .bars-text {
  text-align: center;
}

.home-results .bar .bars-text p {
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  max-width: 200px;
  font-weight: 500;
  margin: 0 auto;
  min-height: 66px;
}

.home-results .bar svg.radial-progress {
  height: auto;
  max-width: 200px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
}

.home-results .bar svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 3;
  -webkit-transition: none !important;
  transition: none !important;
}

.home-results .bar svg.radial-progress circle.incomplete {
  opacity: 0.7;
  stroke: #474747;
}

.home-results .bar svg.radial-progress circle.complete {
  stroke-dasharray: 219.91148575129;
}

.home-results .bar svg.radial-progress text {
  fill: #474747;
  text-anchor: middle;
  font-weight: 700;
  font-size: 20px;
}

.home-results #bar1 svg.radial-progress circle.complete {
  stroke: #b9e2e5;
}

.home-results #bar2 svg.radial-progress circle.complete {
  stroke: #d9d868;
}

.home-results #bar3 svg.radial-progress circle.complete {
  stroke: #f49cae;
}

.home-results .percentage {
  color: #474747;
}

/* Home testimonials */
.home-testimonials {
  background-color: #b9e2e5;
}

.home-testimonials .home-testimonials-item .home-testimonials-text {
  max-width: 650px;
}

.home-testimonials .home-testimonials-item .home-testimonials-text .home-testimonials-name {
  font-size: 26px;
  font-weight: 700;
}

.home-testimonials .home-testimonials-item .home-testimonials-text .home-testimonials-comment {
  font-size: 19px;
  font-style: italic;
}

.home-testimonials .home-testimonials-item .home-testimonials-img-holder {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 25px solid #fff;
  overflow: hidden;
}

.home-testimonials .home-testimonials-item .home-testimonials-img-holder img {
  width: 100%;
}

.home-testimonials .slick-prev {
  left: -100px;
  height: 50px;
  width: 50px;
}

.home-testimonials .slick-prev::before {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: 300;
  font-size: 36px;
}

.home-testimonials .slick-next {
  right: -100px;
  height: 50px;
  width: 50px;
}

.home-testimonials .slick-next::before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: 300;
  font-size: 36px;
}

/*** Contact page ***/
.contact-page .contact-content {
  background-color: #fff;
  padding: 0 30px;
  margin: 40px 0;
}

.contact-page .contact-content .contact-header {
  padding-bottom: 30px;
}

.contact-page .contact-content .contact-header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .contact-content .contact-header-bottom img {
  max-height: 42px;
}

.contact-page .contact-content .contact-header-bottom #contact-social {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .contact-content .contact-header-bottom #contact-social li {
  margin-right: 10px;
}

.contact-page .contact-content .contact-header-bottom #contact-social li:nth-last-child(1) {
  margin-right: 0;
}

.contact-page .contact-content .contact-header-bottom #contact-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #f5f5f5;
  background-color: #474747;
  font-size: 1rem;
}

.contact-page .contact-content .contact-header-bottom #contact-social li a:hover {
  background-color: #f49cae;
}

.contact-page .contact-content .contact-body .contact-info p, .contact-page .contact-content .contact-body .contact-info a {
  font-size: 15px;
}

.contact-page .contact-content .contact-body .contact-info .contact-info-section {
  padding-bottom: 40px;
}

.contact-page .contact-content .contact-body .contact-info .contact-info-section a {
  color: #474747;
}

.contact-page .contact-content .contact-body .contact-info .contact-info-section a:hover {
  color: #f49cae;
}

.contact-page .contact-content .contact-map {
  padding-bottom: 30px;
}

.contact-page .contact-content .contact-map #contact-map-iframe {
  width: 100%;
  height: 450px;
}

/*** News page ***/
.news-page .news-content {
  background-color: #fff;
  padding: 0 30px 20px;
  margin: 40px 0;
}

.news-page .news-content .news-header {
  padding-bottom: 10px;
}

.news-page .news-content .news-list .news-list-item {
  padding-bottom: 30px;
}

.news-page .news-content .news-list .news-list-item .news-list-text {
  position: relative;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 35px;
}

.news-page .news-content .news-list .news-list-item .news-list-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-page .news-content .news-list .news-list-item .news-list-text > div .news-list-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.news-page .news-content .news-list .news-list-item .news-list-text > div .news-list-short {
  font-size: 14px;
  line-height: 17px;
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-page .news-content .news-list .news-list-item .news-list-text > div .news-list-text-bottom {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  line-height: 35px;
}

.news-page .news-content .news-list .news-list-item .news-list-text > div .news-list-text-bottom p {
  margin: 0;
}

/*** Article page ***/
.article-page .article-content {
  background-color: #fff;
  padding: 0 0 20px;
  margin: 40px 0 0;
}

.article-page .article-content .article-body {
  padding: 30px;
}

.article-page .article-content .article-body .article-heading-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.article-page .article-content .article-body .article-heading-holder h1 {
  margin-right: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  width: auto;
  max-width: 100%;
}

.article-page .article-content .article-body .article-text p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif !important;
}
.article-page .article-content .article-body .article-text ul {
  list-style: initial;
}
.article-page .article-content .article-body .article-text span{
    font-family: "Open Sans", sans-serif !important;
}

.article-page .article-footer .article-tag-heading {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.article-page .article-footer .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-page .article-footer .article-tags .article-tag {
  height: 40px;
  line-height: 40px;
  background-color: #f49cae;
  color: #474747;
  padding: 0 12px;
  margin-right: 5px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.article-page .article-footer .article-tags .article-tag:nth-last-of-type(1) {
  margin-right: 0;
}

.article-page .article-footer .article-tags .article-tag:hover {
  background-color: #b9e2e5;
}

.article-page .article-footer .related-news {
  padding: 10px 0 70px;
}

.article-page .article-footer .related-news .related-news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}

.article-page .article-footer .related-news .related-news-title p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.article-page .article-footer .related-news .related-news-slider .related-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 10px;
}

.article-page .article-footer .related-news .related-news-slider .related-article > a {
  height: 100%;
  width: 100%;
  background-color: #fff;
  color: #474747;
}

.article-page .article-footer .related-news .related-news-slider .related-article > a .related-article-img {
  width: 100%;
}

.article-page .article-footer .related-news .related-news-slider .related-article > a .related-article-title {
  padding: 15px;
}

.article-page .article-footer .related-news .related-news-slider .related-article > a .related-article-title h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.article-page .article-footer .related-news .related-news-slider .related-article > a:hover {
  color: #f49cae;
}

/*** about-us page ***/
.about-us-page {
  padding-bottom: 50px;
}

.about-us-page .about-us-content {
  background-color: #fff;
  margin: 40px 0 0;
}

.about-us-page .about-us-content .about-us-body {
  padding: 40px;
}

.about-us-page .about-us-content .about-us-body .about-us-text p {
  font-size: 16px;
}

.about-us-page .about-us-content .about-us-body .about-us-text h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card {
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header {
  padding: 0;
  border-bottom: none;
  background-color: #ececec;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .symbol-word {
  border-right: 1px solid #fff;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100%;
  background-color: #f49cae;
  text-align: center;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .symbol-word p {
  font-size: 0.575rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  width: 100%;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .symbol-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .symbol-title p {
  width: 100%;
  padding: 0 5px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 300;
  line-height: 20px;
  color: #474747;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .plus-minus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  display: block;
  background-color: #f49cae;
  position: relative;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .plus-minus span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}


.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .plus-minus span:nth-child(1) {
  width: 20px;
  height: 2px;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a .plus-minus span:nth-child(2) {
  width: 2px;
  height: 20px;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a:not(.collapsed) .plus-minus span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-header a:not(.collapsed) .symbol-title {
  border-color: #fff;
}

.about-us-page .about-us-content .about-us-body .accordion-section .card .card-body {
  background-color: #ececec;
  text-align: left;
  font-size: 15px;
}
/*# sourceMappingURL=style.css.map */