/*****************************************************************!
 * SSG Webapp main scss v1.0.0
 *
 * Designed and built with all the love and respect in the world by neologix
********************************************************************/
/* Regular */
@font-face {
  font-family: "JF Flat Regular";
  src: url("../fonts/jf_flat/JF-Flat-regular.eot");
  src: url("../fonts/jf_flat/JF-Flat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/jf_flat/JF-Flat-regular.svg#JF Flat Regular") format("svg"), url("../fonts/jf_flat/JF-Flat-regular.woff") format("woff"), url("../fonts/jf_flat/JF-Flat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
button, ul, li, p {
  border: 0;
  padding: 0;
  margin: 0; }

html,
body, .login {
  height: 100%;
  font-family: "JF Flat Regular"; }

body {
  overflow-x: hidden;
  background-color: #f4f4f4; }

@media (min-width: 768px) {
  .container-fluid.paddingLR60 {
    padding: 0px 60px; } }
/*sass variables*/
/*variables*/
/*sass mixin*/
/*sass mixin END*/
/*sass extend*/
.page-title-style, .swiper-wrapper .swiper-slide div, .workshop-subheading {
  font-family: "JF Flat Regular";
  font-weight: bold;
  color: #252525; }

.block-list-heading, .workshop-subheading {
  font-size: 20px;
  margin-top: -4px; }

.link-color, .block-details p a {
  color: #81bb05; }

.link-color:hover, .block-details p a:hover {
  color: #1adc0d !important; }

.img-frame, .block-list-img img {
  padding: 2px;
  background-color: #ccc; }

.button {
  padding: 8px 15px;
  min-width: 100px;
  text-align: center;
  font-size: 13px;
  background-color: #95d60a;
  color: #fff;
  border: none;
  margin-right: 10px;
  outline: none;
  margin-bottom: 5px; }

.button:hover {
  background-color: #88c30a !important;
  color: #fff;
  text-decoration: none; }

.button:focus {
  color: #fff;
  text-decoration: none; }

.workshop-booking, .user-registration {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

/*sass extend END*/
/***** Header Styles ******/
.custom-navbar {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.navbar-toggle {
  background: #95d60a; }

.navbar-toggle .icon-bar {
  background: #fff; }

.top-header {
  width: 100%;
  float: left; }

.top-header .navbar-brand {
  float: left;
  height: auto;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 99; }

.top-header .navbar-brand > img {
  display: block;
  max-width: 100%; }

.bottom-header {
  width: 100%;
  float: left;
  padding: 15px 0px 13px; }

.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px 15px;
  color: #3b3b3b;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: 15px; }

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.active {
  text-decoration: none;
  background-color: transparent;
  color: #95d60a;
  border-bottom: 2px solid #95d60a; }

.lang-wrapper {
  float: right;
  padding: 12px 15px;
  background: #95d60a;
  position: relative; }

.lang-wrapper:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -12px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: scaleX(20deg);
  background: #95d60a;
  z-index: -1; }

.lang-wrapper-inner {
  width: 100%;
  float: left; }

.lang-container, .search-container {
  float: left;
  list-style: none;
  position: relative; }

.lang-container {
  margin-top: 8px; }

.search-container {
  margin-left: 20px; }

.lang-container li {
  float: left;
  margin-right: 20px; }

.search-container li {
  float: left;
  margin-right: 10px; }

.lang-container li > a {
  color: #fff; }

.lang-container li > a:hover, .lang-container li > a:active, .lang-container li > a:focus {
  color: #fff;
  text-decoration: none; }

.search-container li > a:hover, .search-container li > a:active, .search-container li > a:focus {
  color: #fff;
  text-decoration: none; }

.lang-container li > a.lang-active {
  color: #679000; }

.eng-flag {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background: url(../images/english.png) no-repeat center center;
  background-size: contain; }

.ar-flag {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background: url(../images/arabic.png) no-repeat center center;
  background-size: contain; }

.message-top, .search-top {
  width: 34px;
  height: 34px;
  float: left; }

.message-top {
  background: url(../images/mail.png) no-repeat center center;
  background-size: contain; }

.search-top {
  background: url(../images/search.png) no-repeat center center;
  background-size: contain; }

.social-icon-wrapper {
  float: left;
  margin-left: 20px;
  margin-top: 8px; }

.social-icon-wrapper a {
  color: #95d60a;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.social-icon-wrapper a:not(:last-of-type) {
  margin-right: 4px; }

.social-icon-wrapper a:hover, .social-icon-wrapper a:active, .social-icon-wrapper a:focus {
  color: #75ab03; }

@media (max-width: 767px) {
  .social-icon-wrapper {
    margin-left: 0px; }

  .social-icon-wrapper a {
    font-size: 20px; }

  .top-header .navbar-brand {
    width: 110px; }

  .navbar-form {
    margin-top: -4px; }

  .search-container li:last-of-type {
    margin-right: 0px; } }
@media (max-width: 520px) {
  .top-header .navbar-brand {
    position: relative; }

  .lang-wrapper {
    width: 100%;
    margin-top: 15px; }

  .lang-wrapper:after {
    display: none; }

  .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 0; }

  .bottom-header {
    padding-top: 0px; }

  .navbar-form {
    margin-top: -10px; } }
@media (max-width: 340px) {
  .lang-container {
    width: 100%;
    margin-bottom: 15px; }

  .search-container {
    margin-left: 0px; }

  .search-container li {
    margin-right: 15px; } }
@media (min-width: 768px) {
  .bottom-header {
    padding-left: 220px; }

  .lang-wrapper {
    padding-right: 40px; }

  .top-header .navbar-brand {
    left: 50px; }

  .bottom-header {
    padding-right: 40px; } }
/***** Header Styles END ******/
/****** Footer Styles ********/
.top-footer {
  width: 100%;
  float: left;
  background: #fff;
  padding: 25px 0px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.footer-column-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 10px; }

.footer-column-wrapper .footer-column-title {
  font-family: "JF Flat Regular";
  font-size: 23px;
  font-weight: bold;
  color: #252525; }

@media (min-width: 768px) {
  .footer-paddingLR-60 {
    padding: 0px 60px; }

  .row.margin-60 {
    margin-left: -60px;
    margin-right: -60px; } }
@media (min-width: 991px) {
  .borderLR-grey {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    min-height: 230px; } }
.bottom-footer {
  width: 100%;
  float: left;
  background: #95d60a;
  padding: 15px 0px; }

.bottom-footerlinks {
  width: 100%;
  float: left;
  text-align: center; }

.bottom-footerlinks ul {
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
  padding-left: 0px; }

.bottom-footerlinks ul > li {
  float: left; }

.bottom-footerlinks ul > li > a {
  color: #fff; }

.bottom-footerlinks ul > li > a:active, .bottom-footerlinks ul > li > a:focus, .bottom-footerlinks ul > li > a:hover {
  color: #fff;
  text-decoration: none; }

.bottom-footerlinks ul > li:not(:last-of-type):after {
  content: "|";
  padding: 0px 10px;
  color: #fff; }

.copyright {
  text-align: center;
  color: #fff;
  margin-bottom: 0px; }

.fcolumn-paragraph {
  clear: both;
  color: #3a3a3a;
  margin: 15px 0px;
  font-weight: 500;
  font-size: 15px; }

.sgg-footer-form {
  width: 100%;
  float: left; }

.sgg-footer-form input {
  width: 100%;
  float: left;
  border: 1px solid #cacaca;
  padding: 6px 10px;
  font-size: 15px;
  margin: 4px 0px 15px 0px; }

.sgg-footer-form button {
  background: #3e3e3e;
  color: #fff;
  padding: 8px 18px;
  font-size: 15px;
  float: right;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.sgg-footer-form button:hover {
  background: #565555; }

.fweb-list, .fcontact-list {
  width: 100%;
  float: left;
  margin: 15px 0px; }

.fweb-list ul {
  list-style: none;
  width: 100%;
  float: left; }

.fweb-list ul li {
  width: 50%;
  float: left;
  padding-right: 10px;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 15px; }

.fcontact-list p {
  width: 100%;
  float: left;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px; }

.fweb-list ul li > a {
  color: #3a3a3a; }

.fweb-list ul li > a:hover, .fweb-list ul li > a:active, .fweb-list ul li > a:focus {
  color: #3a3a3a;
  text-decoration: none; }

@media (max-width: 520px) {
  .fweb-list ul li {
    width: 100%; } }
.fweb-list ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  width: 16px;
  height: 16px;
  float: left;
  border: 1px solid #8cca08;
  color: #8cca08;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-right: 15px;
  text-align: center;
  line-height: 14px;
  font-size: 15px;
  margin-top: 2px;
  margin-bottom: 20px; }

@-moz-document url-prefix() {
  .fweb-list ul li:before {
    margin-top: 3px; } }
/***** Social widget Styles ******/
.social-widget-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -130px;
  z-index: 99; }

.social-widget-container {
  float: left;
  height: 300px;
  position: relative; }

.main-widget-wrapper {
  width: 264px;
  height: 464px;
  background: #fff;
  position: absolute;
  right: -264px;
  top: -20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.main-widget-wrapper.visible-widget {
  right: 0; }

.main-widget-wrapper.fbook {
  border: 6px solid #3b5999; }

.main-widget-wrapper.twitter {
  border: 6px solid #57aced; }

.main-widget-wrapper.google {
  border: 6px solid #dc503f; }

.main-widget-wrapper.instagram {
  border: 6px solid #c238a7; }

.main-widget-container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative; }

.widget-button {
  width: 54px;
  height: 58px;
  position: absolute;
  left: -58px;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  z-index: -1;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.fbook-btn {
  background: url(../images/facebook.png) no-repeat center center #3b5999;
  top: 10px; }

.twitter-btn {
  background: url(../images/twitter.png) no-repeat center center #57aced;
  top: 80px; }

.google-btn {
  background: url(../images/google.png) no-repeat center center #dc503f;
  top: 150px; }

.instagram-btn {
  background: url(../images/instagram.png) no-repeat center center #c238a7;
  top: 220px; }

.fbook-btn:hover {
  background: url(../images/facebook.png) no-repeat center center #2f4e90;
  background-size: 65%; }

.twitter-btn:hover {
  background: url(../images/twitter.png) no-repeat center center #469de0;
  background-size: 65%; }

.google-btn:hover {
  background: url(../images/google.png) no-repeat center center #cc4534;
  background-size: 65%; }

.instagram-btn:hover {
  background: url(../images/instagram.png) no-repeat center center #b42e9a;
  background-size: 65%; }

.main-widget-container iframe {
  width: 100%;
  height: 100%;
  float: left;
  border: none;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

@media (max-width: 640px) {
  .social-widget-wrapper {
    margin-top: -100px;
    display: none; } }
@media (max-width: 380px) {
  .social-widget-wrapper {
    margin-top: -80px; } }
@media (max-width: 380px) {
  .social-widget-wrapper {
    margin-top: -10px; } }
/****** Gallery Page CSS start ******/
.section-wrapper.top-banner {
  padding-top: 134px; }

.top-banner-gallery {
  width: 100%;
  height: 215px;
  float: left;
  position: relative;
  background: url(../images/top_banner.png) no-repeat center center #adb2b8;
  background-size: cover; }

.img-gallery-title {
  width: 35%;
  height: 100%;
  float: right;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-transform: skew(158deg);
  -moz-transform: skew(158deg);
  -ms-transform: skew(158deg);
  transform: skew(158deg);
  right: -40px; }

.gallery-title-inner {
  width: 100%;
  height: 100%;
  float: left;
  padding-right: 40px;
  display: table;
  text-align: center;
  -webkit-transform: skew(22deg);
  -moz-transform: skew(22deg);
  -ms-transform: skew(22deg);
  transform: skew(22deg);
  font-family: "JF Flat Regular";
  font-size: 38px; }

.gallery-title-txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px; }

.breadcrumb-wrapper {
  width: 100%;
  float: left;
  background: #efefef;
  padding: 10px 50px; }

.breadcrumb-wrapper ul {
  float: left;
  position: relative;
  list-style: none; }

.breadcrumb-wrapper ul li {
  float: left; }

.breadcrumb-wrapper ul li:not(:last-of-type):after {
  content: "\f101";
  font-family: FontAwesome;
  padding: 0px 8px;
  color: #8c8c8c; }

.breadcrumb-wrapper ul li > a {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500; }

.breadcrumb-wrapper ul li > a:hover, .breadcrumb-wrapper ul li > a:active, .breadcrumb-wrapper ul li > a:focus {
  color: #8c8c8c;
  text-decoration: none; }

.breadcrumb-wrapper ul li > a.active {
  color: #95d60a; }

.gallery-thumbnail-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px; }

.gallery-col-thumnails {
  width: 100%;
  float: left;
  padding: 0px 15px;
  margin: 15px 0px;
  text-align: center; }

@media (max-width: 940px) {
  .img-gallery-title {
    width: 45%; } }
@media (max-width: 767px) {
  .img-gallery-title {
    width: 55%; }

  .breadcrumb-wrapper {
    padding: 10px 15px; } }
@media (max-width: 460px) {
  .img-gallery-title {
    width: 60%; }

  .gallery-title-inner {
    font-size: 28px; }

  .section-wrapper-inner h1 {
    font-size: 28px; } }
@media (min-width: 420px) {
  .gallery-col-thumnails {
    width: 50%; } }
@media (min-width: 768px) {
  .gallery-col-thumnails {
    width: 33.333333333333333333333333333333%; } }
@media (min-width: 1200px) {
  .gallery-title-inner {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px; } }
.gallery-col-thumbnail-wrapper {
  width: 100%;
  float: left;
  border-radius: 20px;
  position: relative;
  overflow: hidden; }

.gallery-col-thumbnail-wrapper a {
  width: 100%;
  float: left; }

.gallery-col-thumbnail-wrapper a:hover, .gallery-col-thumbnail-wrapper a:focus, .gallery-col-thumbnail-wrapper a:active, .gallery-col-thumbnail-wrapper a:visited, .ekko-lightbox-nav-overlay > a:hover, .ekko-lightbox-nav-overlay > a:active, .ekko-lightbox-nav-overlay > a:visited {
  text-decoration: none; }

.ekko-lightbox-nav-overlay a {
  text-decoration: none !important; }

.gallery-col-thumbnail-wrapper img {
  width: 100%;
  height: auto; }

.gallery-bottom-text-thumb {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.gallery-bottom-text-inner {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.7);
  max-height: 0px;
  transition: all 0.6s linear;
  overflow: hidden; }

.gallery-bottom-text-thumb p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 14px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

.gallery-col-thumbnail-wrapper:hover .gallery-bottom-text-thumb > .gallery-bottom-text-inner {
  max-height: 200px; }

.swiper-gallery-next, .swiper-container-rtl .swiper-gallery-prev {
  right: -3px;
  left: auto; }

/*.swiper-gallery-next:after, .swiper-container-rtl .swiper-gallery-prev:after {
    content: "\f105";
    font-family: FontAwesome;
}*/
.swiper-gallery-prev, .swiper-container-rtl .swiper-gallery-next {
  left: 0px;
  right: auto; }

/*.swiper-gallery-prev:after, .swiper-container-rtl .swiper-gallery-next:after {
    content: "\f104";
    font-family: FontAwesome;
}*/
.swiper-gallery-next, .swiper-gallery-prev {
  position: absolute;
  top: 53%;
  width: 45px;
  height: 48px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all .5s; }

.ekko-lightbox .modal-footer {
  font-size: 15px; }

@media (min-width: 768px) {
  .gallery-bottom-text-thumb p {
    padding: 10px 15px;
    font-size: 14px; } }
@media (min-width: 1200px) {
  .gallery-bottom-text-thumb p {
    padding: 14px 30px;
    font-size: 19px; } }
@media (max-width: 767px) {
  .swiper-gallery-next, .swiper-gallery-prev {
    display: none; }

  .gallery-bottom-text-inner {
    max-height: 200px; }

  .gallery-bottom-text-thumb p {
    padding: 10px 15px;
    font-size: 14px; } }
/*global styles*/
@media (min-width: 768px) {
  .padding-left-right {
    padding: 0 50px !important; } }
/*global styles END*/
/*dashboard*/
.grey-bg {
  background-color: #f4f4f4 !important; }

.content-wrapper {
  margin-top: 136px;
  float: left;
  width: 100%;
  padding-top: 65px; }

.page-title {
  margin-bottom: 14px;
  font-size: 30px; }

/*swiper*/
.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

/*swiper END*/
.my-badge {
  background-color: #fff; }

.my-badge .swiper-wrapper .swiper-slide img {
  width: 175px; }

.my-badge:hover .swiper-gallery-next, .my-badge:hover .swiper-gallery-prev {
  opacity: 1; }

.panel-header h1 {
  padding: 10px 15px;
  position: relative;
  top: 2px; }

.panel-header h1 img {
  width: 32px;
  margin-right: 5px; }

.panel-header {
  border-bottom: solid 1px #e2e1e1;
  background-color: #f9f9f9;
  height: 62px;
  width: 100%;
  float: left; }

.block-style {
  border: solid 1px #e2e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
  float: left; }

.my-badge .swiper-wrapper {
  padding: 30px 10px; }

.swiper-wrapper .swiper-slide div {
  width: 100%;
  float: left;
  padding: 13px 0 0;
  font-size: 20px; }

.block-details p {
  padding-right: 10px; }

.block-details p a {
  float: right;
  text-decoration: underline;
  margin-top: 2px; }

.block-list-img img {
  width: 100%;
  float: left; }

.block-date-hold img {
  width: 18px;
  position: relative;
  top: -2px; }

.block-list {
  border-bottom: solid 1px #e2e1e1;
  float: left; }

/**/
.user-dropdown .user-img img {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  border: solid 2px #95d60a;
  position: relative;
  top: -5px;
  object-fit: cover;
  object-position: center;
}

.user-dropdown ul a {
  margin: 0px 10px;
  text-transform: none; }

.user-dropdown ul a:hover {
  border-bottom: none; }

.user-dropdown .dropdown-menu li a {
  margin: 0 !important;
  padding: 7px 10px; }

.user-dropdown .dropdown-menu li a:hover {
  color: #6d9811 !important; }

.user-dropdown .dropdown-menu li a:focus {
  border-bottom: none !important; }

.user-dropdown .dropdown-menu li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05); }

.user-dropdown ul li:last-child {
  border-bottom: none !important; }

.user-dropdown .myaccount-ico {
  width: 17px;
  margin-right: 3px; }

.user-dropdown .logout-ico {
  width: 16px;
  margin-right: 3px; }

/*dashboard END*/
/*registration page*/
.user-registration:nth-of-type(1) {
  margin-top: 0 !important; }

/*my badge page*/
.sub-theme-row .theme-ico {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

/*login page*/
.login .logo {
  background-color: rgba(165, 189, 112, 0.2);
  padding: 10px 5px;
  margin-top: 0;
  margin-bottom: 28px; }

.login .well {
  background-color: #fff;
  margin-bottom: 85px; }

.login .well input[type="text"], .login .well input[type="password"], .login .well input[type="email"] {
  box-shadow: none;
  border-radius: 0;
  border: solid 1px #d8d8d8;
  font-family: "JF Flat Regular";
  font-size: 16px;
  height: 40px; }

.login .well button {
  box-shadow: none;
  border-radius: 0;
  border: none; }

.login .cancel {
  background-color: #a2a2a2 !important; }

.login .cancel:hover {
  background-color: #757474 !important; }

.login .form-group a.forgot-login {
  color: #78ad06;
  text-decoration: underline; }

.login .form-group a.forgot-login:hover {
  color: #95d60a; }

.login .well input[type="text"]:focus, .login .well input[type="password"]:focus, .login .well input[type="email"]:focus {
  border: solid 1px #95d60a !important; }

/*page font style*/
.page-subtitle, .panel-header h1 {
  font-family: "JF Flat Regular";
  font-size: 24px;
  color: #252525;
  margin: 0; }

.user-dropdown li a:focus {
  border-bottom: none !important; }

.user-dropdown ul > li.dropdown > a {
  background-image: url(../images/svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 12px;
  padding-right: 20px; }

.user-dropdown ul > li.dropdown.open > a {
  background-image: url(../images/svg/up-arrow.svg) !important;
  background-size: 13px !important; }
  .custom_box_wrap{display: flex;
    align-items: center;
    justify-content: space-between;}
  .custom_box_wrap .custom-title-wrap{}
  .custom_box_wrap .certificate_request_wrap{}
  .custom_box_wrap .certificate_request_wrap a{    font-family: "JF Flat Regular";
    font-weight: bold;
    background: #0000;
    padding: 8px 15px;
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    background-color: #95d60a;
    color: #fff;
    border: none;
    outline: none;
    margin-bottom: 5px;}
  .custom_box_wrap .certificate_request_wrap h1{}
  .custom-inner-page-content{    background: #fff;
    padding: 30px !important;
    margin-bottom: 30px;}
  .custom-inner-page-content .form-wrapper{}
  .custom-inner-page-content .form-wrapper .inner-form{}
  .custom-inner-page-content .form-wrapper .inner-form form{}
  .custom-inner-page-content .form-wrapper .inner-form form label{font-size: 18px;line-height: 26px;}
  .custom-inner-page-content .form-wrapper form input{height: 38px;}
  .custom-inner-page-content .form-wrapper form textarea{}
  .custom-inner-page-content .form-wrapper form button.form-btn-wrap{font-size: 16px;margin-top: 15px;}
  .form-wrapper-custom{width: 50% !important;float: unset;
    margin: 0 auto;
    background: #fff;}
    .custom-inner-page-content .form-wrapper form input[type="checkbox"]{height: inherit;
    margin-right: 7px;
    margin-top: 0;}
    .form_box-wrap{display: flex;
    align-items: center;}
    .form_box-wrap .custom-checkbox{    margin-right: 20px;}
    .wall_of_fame_wrapper .themebadge-1st{width: 170px !important;height: 170px !important;border-radius: 50%;margin: 0 auto !important;;}
    .wall_of_fame_wrapper span.badge-name{filter: unset !important;color: #000;font-weight: 500;font-size: 20px;opacity: 1 !important;border-bottom: 0!important;margin: 4px auto;}
    .age-text-wrap{display: block;    font-size: 16px;}
    .wall_of_fame_wrapper .disabled-badge{opacity: 0.7;margin-bottom: 20px;}
    .badge_image_wrapper_circle .badge-circle {width: auto!important;}
    .modal-body h5.thanks-popup{text-align: center;font-size: 20px;margin: 25px auto;}
    .my-certificate-table{}
    .my-certificate-table table{}
    .my-certificate-table table thead{    background: #CDDC39;
    color: #fff;}
    .my-certificate-table table tbody{}
    .my-certificate-table table tbody a.download_certificate_btn i{    padding-right: 12px;}
    .my-certificate-table table tbody a.download_certificate_btn{font-family: "JF Flat Regular";
    font-weight: bold;
    background: #0000;
    padding: 8px 15px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    font-size: 13px;
    background-color: #95d60a;
    color: #fff;
    border: none;
    outline: none;
    margin-bottom: 5px;cursor: pointer;}
    .my_certificate_inner_page{    padding: 30px !important;}
    .join-modal-body-wrapper{}
    .join-modal-body-wrapper .box-wrapper{}
    .join-modal-body-wrapper .box-wrapper ul{}
    .join-modal-body-wrapper .box-wrapper ul li{list-style-type: none;}
    .join-modal-body-wrapper .box-wrapper ul li .inner-box-wrap{
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #eee;}
    .join-modal-body-wrapper .box-wrapper ul li .inner-box-wrap:last-child{border-bottom: 0;margin: 0;}
    .join-modal-body-wrapper .box-wrapper ul li .inner-box-wrap .circle-bg{
            margin-right: 0;
    padding: 15px 0;
    width: 60px;
  }
    .join-modal-body-wrapper .box-wrapper ul li .inner-box-wrap .circle-bg img{
    border-radius: 50%;
    width: 100%;}
    .join-modal-body-wrapper .box-wrapper ul li .inner-box-wrap .join-member-name{display: flex;
    align-items: center;}
    .join-modal-body-wrapper .box-wrapper ul li .inner-box-wrap .join-member-name h6{
    padding: 0 0px 0 20px;
    font-weight: 500;
    font-size: 20px;
  }
    .join-modal-body-wrapper .box-wrapper ul li .inner-box-wrap .join-member-name span{display: inline-block;
    padding: 0 6px;
    color: #aaa;}
    .custom_wall_of_fame{background: unset;border: 0;}
    .custom_wall_of_fame .inner-page-content{padding: 0;}
    .custom_wall_of_fame .disabled-badge{background: #fff;margin: 15px 15px;width: 22%;padding: 20px 15px;border: 1px solid #eee;filter: unset!important;opacity: 1!important;
    box-shadow: 0 0 10px 3px rgba(158, 158, 158, 0.05);transition: 0.5s all;position: relative;}
    .custom_wall_of_fame .disabled-badge:after{    content: '';
    position: absolute;
    top: 0;
    background: #f9f9f9;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 136px;}
    .custom_wall_of_fame .disabled-badge:hover{transition: 0.5s all;box-shadow: 0 0 20px 3px #9e9e9eb0;border: 1px solid transparent;background: #fff}
    .office-info span{width: 20px;float: left;color: #95d60a;font-size: 16px;margin-top: -1px;margin-right: 4px}
    .address-para{width: 100%;float: left; color: #3a3a3a; font-size: 14px;font-weight: 500;padding-bottom: 15px;}
    .badge-holder .themebadge-1st{z-index: 1;position: relative;}
    .office-info{display: block;padding-bottom:15px;width: 100%;
    float: left;}
    .radio-btn-issue{display: flex;align-items: center;}
    .radio-btn-issue .custom-control-label{margin-top: 6px;margin-left: 6px;}
    .custom-checkbox-row{display: block;
    margin-top: 60px;}
@media (min-width:1620px){
  .custom_wall_of_fame .disabled-badge{width:23%}
}
@media (max-width:1120px){
  .custom_wall_of_fame .disabled-badge{width: 30%;}
}
@media (max-width:992px){
  .custom_wall_of_fame .disabled-badge{width:29%;float: left;}
}
/*page font style END*/
/*temp*/
/*temp END*/

/*# sourceMappingURL=main.css.map */
