body {
  margin: 0;
  font-size: 13px;
  font-family: 'Source Sans Pro', tahoma, sans-serif; }

* {
  box-sizing: border-box; }

a {
  color: #2980b9;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', tahoma, sans-serif;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  font-weight: 500; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: 'Source Sans Pro', tahoma, sans-serif; }

h1 {
  font-size: 24px;
  line-height: 30px; }

h2 {
  font-size: 21px;
  line-height: 25px; }

h3 {
  font-size: 20px;
  line-height: 24px; }

h4 {
  font-size: 18px;
  line-height: 23px; }

h5 {
  font-size: 16px;
  line-height: 22px; }

.ksma-btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.ksma-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .ksma-btn:hover {
    text-decoration: none; }

.ksma-header {
  position: fixed;
  background-color: #FFF;
  width: 100%;
  top: -1px;
  text-align: center;
  padding: 5px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  z-index: 999; }
  .ksma-header .ksma-header-logo img {
    max-width: 300px;
    max-height: 60px; }

.ksma-header-clear-medium {
  padding-top: 90px; }

.ksma-footer-clear-medium {
  padding-bottom: 40px !important; }

.ksma-is-ios .ksma-page-content {
  padding-bottom: calc(65px + (constant(safe-area-inset-bottom))*1.1);
  padding-bottom: calc(65px + (env(safe-area-inset-bottom))*1.1); }

.ksma-w-100 {
  width: 100% !important; }

.ksma-mw-100 {
  max-width: 100%; }

.ksma-h-100 {
  height: 100%; }

.ksma-h-100vh {
  height: 100%; }

.ksma-overflow-hidden {
  overflow: hidden; }

.ksma-overflow-y-auto {
  overflow-y: auto; }

.ksma-overflow-x-auto {
  overflow-x: auto; }

.ksma-shadow {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08); }

.ksma-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.ksma-no-gutters {
  margin-right: 0;
  margin-left: 0; }

.ksma-no-gutters > .ksma-col, .ksma-no-gutters > [class*=ksma-col-] {
  padding-right: 0;
  padding-left: 0; }

.ksma-col, .ksma-col-auto, .ksma-col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.ksma-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.ksma-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.ksma-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.ksma-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.ksma-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.ksma-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.ksma-align-items-end {
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important; }

.ksma-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.ksma-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.ksma-vertical-align-middle {
  vertical-align: middle; }

.ksma-text-decoration {
  text-decoration: none; }

.ksma-text-left {
  text-align: left; }

.ksma-text-center {
  text-align: center; }

.ksma-text-right {
  text-align: right; }

.ksma-d-inline-block {
  display: inline-block; }

.ksma-d-none {
  display: none; }

.ksma-d-block {
  display: block; }

.ksma-d-flex {
  display: flex; }

.ksma-footer-menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: #f9f9f9;
  transition: all 250ms ease;
  transition: all 250ms ease;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  z-index: 95; }
  .ksma-footer-menu a {
    color: #000000; }

.ksma-p-1 {
  padding: 10px; }

.ksma-m-1 {
  margin: 10px; }

.ksma-rounded-1 {
  border-radius: 10px; }

.ksma-border-1 {
  border: 1px solid #ddd; }

.ksma-p-2 {
  padding: 20px; }

.ksma-m-2 {
  margin: 20px; }

.ksma-rounded-2 {
  border-radius: 20px; }

.ksma-border-2 {
  border: 2px solid #ddd; }

.ksma-p-3 {
  padding: 30px; }

.ksma-m-3 {
  margin: 30px; }

.ksma-rounded-3 {
  border-radius: 30px; }

.ksma-border-3 {
  border: 3px solid #ddd; }

.ksma-p-4 {
  padding: 40px; }

.ksma-m-4 {
  margin: 40px; }

.ksma-rounded-4 {
  border-radius: 40px; }

.ksma-border-4 {
  border: 4px solid #ddd; }

.ksma-p-5 {
  padding: 50px; }

.ksma-m-5 {
  margin: 50px; }

.ksma-rounded-5 {
  border-radius: 50px; }

.ksma-border-5 {
  border: 5px solid #ddd; }

.ksma-p-6 {
  padding: 60px; }

.ksma-m-6 {
  margin: 60px; }

.ksma-rounded-6 {
  border-radius: 60px; }

.ksma-border-6 {
  border: 6px solid #ddd; }

.ksma-p-7 {
  padding: 70px; }

.ksma-m-7 {
  margin: 70px; }

.ksma-rounded-7 {
  border-radius: 70px; }

.ksma-border-7 {
  border: 7px solid #ddd; }

.ksma-p-8 {
  padding: 80px; }

.ksma-m-8 {
  margin: 80px; }

.ksma-rounded-8 {
  border-radius: 80px; }

.ksma-border-8 {
  border: 8px solid #ddd; }

.ksma-p-9 {
  padding: 90px; }

.ksma-m-9 {
  margin: 90px; }

.ksma-rounded-9 {
  border-radius: 90px; }

.ksma-border-9 {
  border: 9px solid #ddd; }

.ksma-p-10 {
  padding: 100px; }

.ksma-m-10 {
  margin: 100px; }

.ksma-rounded-10 {
  border-radius: 100px; }

.ksma-border-10 {
  border: 10px solid #ddd; }

/* font Size */
.ksma-font-8 {
  font-size: 8px !important; }

.ksma-font-9 {
  font-size: 9px !important; }

.ksma-font-10 {
  font-size: 10px !important; }

.ksma-font-11 {
  font-size: 11px !important; }

.ksma-font-12 {
  font-size: 12px !important; }

.ksma-font-13 {
  font-size: 13px !important; }

.ksma-font-14 {
  font-size: 14px !important; }

.ksma-font-15 {
  font-size: 15px !important; }

.ksma-font-16 {
  font-size: 16px !important; }

.ksma-font-17 {
  font-size: 17px !important; }

.ksma-font-18 {
  font-size: 18px !important; }

.ksma-font-19 {
  font-size: 19px !important; }

.ksma-font-20 {
  font-size: 20px !important; }

.ksma-font-21 {
  font-size: 21px !important; }

.ksma-font-22 {
  font-size: 22px !important; }

.ksma-font-23 {
  font-size: 23px !important; }

.ksma-font-24 {
  font-size: 24px !important; }

.ksma-font-25 {
  font-size: 25px !important; }

.ksma-font-26 {
  font-size: 26px !important; }

.ksma-font-27 {
  font-size: 27px !important; }

.ksma-font-28 {
  font-size: 28px !important; }

.ksma-font-29 {
  font-size: 29px !important; }

.ksma-font-30 {
  font-size: 30px !important; }

.ksma-font-normal {
  font-weight: normal; }

.ksma-font-bold {
  font-weight: bold; }

.ksma-font-italic {
  font-weight: italic; }

/* /font Size */
.ksma-position-relative {
  position: relative; }

.ksma-position-absolute {
  position: absolute; }

.ksma-position-fixed {
  position: fixed; }

.ksma-position-static {
  position: static; }

.ksma-mt-0 {
  margin-top: 0px !important; }

.ksma-pt-0 {
  padding-top: 0px !important; }

.ksma-mb-0 {
  margin-bottom: 0px !important; }

.ksma-pb-0 {
  padding-bottom: 0px !important; }

.ksma-ml-0 {
  margin-left: 0px !important; }

.ksma-pl-0 {
  padding-left: 0px !important; }

.ksma-mr-0 {
  margin-right: 0px !important; }

.ksma-pr-0 {
  padding-right: 0px !important; }

.ksma-mt-5 {
  margin-top: 5px !important; }

.ksma-pt-5 {
  padding-top: 5px !important; }

.ksma-mb-5 {
  margin-bottom: 5px !important; }

.ksma-pb-5 {
  padding-bottom: 5px !important; }

.ksma-ml-5 {
  margin-left: 5px !important; }

.ksma-pl-5 {
  padding-left: 5px !important; }

.ksma-mr-5 {
  margin-right: 5px !important; }

.ksma-pr-5 {
  padding-right: 5px !important; }

.ksma-mt-10 {
  margin-top: 10px !important; }

.ksma-pt-10 {
  padding-top: 10px !important; }

.ksma-mb-10 {
  margin-bottom: 10px !important; }

.ksma-pb-10 {
  padding-bottom: 10px !important; }

.ksma-ml-10 {
  margin-left: 10px !important; }

.ksma-pl-10 {
  padding-left: 10px !important; }

.ksma-mr-10 {
  margin-right: 10px !important; }

.ksma-pr-10 {
  padding-right: 10px !important; }

.ksma-mt-15 {
  margin-top: 15px !important; }

.ksma-pt-15 {
  padding-top: 15px !important; }

.ksma-mb-15 {
  margin-bottom: 15px !important; }

.ksma-pb-15 {
  padding-bottom: 15px !important; }

.ksma-ml-15 {
  margin-left: 15px !important; }

.ksma-pl-15 {
  padding-left: 15px !important; }

.ksma-mr-15 {
  margin-right: 15px !important; }

.ksma-pr-15 {
  padding-right: 15px !important; }

.ksma-mt-20 {
  margin-top: 20px !important; }

.ksma-pt-20 {
  padding-top: 20px !important; }

.ksma-mb-20 {
  margin-bottom: 20px !important; }

.ksma-pb-20 {
  padding-bottom: 20px !important; }

.ksma-ml-20 {
  margin-left: 20px !important; }

.ksma-pl-20 {
  padding-left: 20px !important; }

.ksma-mr-20 {
  margin-right: 20px !important; }

.ksma-pr-20 {
  padding-right: 20px !important; }

.ksma-mt-25 {
  margin-top: 25px !important; }

.ksma-pt-25 {
  padding-top: 25px !important; }

.ksma-mb-25 {
  margin-bottom: 25px !important; }

.ksma-pb-25 {
  padding-bottom: 25px !important; }

.ksma-ml-25 {
  margin-left: 25px !important; }

.ksma-pl-25 {
  padding-left: 25px !important; }

.ksma-mr-25 {
  margin-right: 25px !important; }

.ksma-pr-25 {
  padding-right: 25px !important; }

.ksma-mt-30 {
  margin-top: 30px !important; }

.ksma-pt-30 {
  padding-top: 30px !important; }

.ksma-mb-30 {
  margin-bottom: 30px !important; }

.ksma-pb-30 {
  padding-bottom: 30px !important; }

.ksma-ml-30 {
  margin-left: 30px !important; }

.ksma-pl-30 {
  padding-left: 30px !important; }

.ksma-mr-30 {
  margin-right: 30px !important; }

.ksma-pr-30 {
  padding-right: 30px !important; }

.ksma-mt-35 {
  margin-top: 35px !important; }

.ksma-pt-35 {
  padding-top: 35px !important; }

.ksma-mb-35 {
  margin-bottom: 35px !important; }

.ksma-pb-35 {
  padding-bottom: 35px !important; }

.ksma-ml-35 {
  margin-left: 35px !important; }

.ksma-pl-35 {
  padding-left: 35px !important; }

.ksma-mr-35 {
  margin-right: 35px !important; }

.ksma-pr-35 {
  padding-right: 35px !important; }

.ksma-mt-40 {
  margin-top: 40px !important; }

.ksma-pt-40 {
  padding-top: 40px !important; }

.ksma-mb-40 {
  margin-bottom: 40px !important; }

.ksma-pb-40 {
  padding-bottom: 40px !important; }

.ksma-ml-40 {
  margin-left: 40px !important; }

.ksma-pl-40 {
  padding-left: 40px !important; }

.ksma-mr-40 {
  margin-right: 40px !important; }

.ksma-pr-40 {
  padding-right: 40px !important; }

.ksma-mt-45 {
  margin-top: 45px !important; }

.ksma-pt-45 {
  padding-top: 45px !important; }

.ksma-mb-45 {
  margin-bottom: 45px !important; }

.ksma-pb-45 {
  padding-bottom: 45px !important; }

.ksma-ml-45 {
  margin-left: 45px !important; }

.ksma-pl-45 {
  padding-left: 45px !important; }

.ksma-mr-45 {
  margin-right: 45px !important; }

.ksma-pr-45 {
  padding-right: 45px !important; }

.ksma-mt-50 {
  margin-top: 50px !important; }

.ksma-pt-50 {
  padding-top: 50px !important; }

.ksma-mb-50 {
  margin-bottom: 50px !important; }

.ksma-pb-50 {
  padding-bottom: 50px !important; }

.ksma-ml-50 {
  margin-left: 50px !important; }

.ksma-pl-50 {
  padding-left: 50px !important; }

.ksma-mr-50 {
  margin-right: 50px !important; }

.ksma-pr-50 {
  padding-right: 50px !important; }

/* background and text color */
.ksma-bg-white-theme {
  background-color: #ffffff !important; }

.ksma-bg-black-theme {
  background-color: #000000 !important; }

.ksma-bg-yellow-theme {
  background-color: #F6BB42 !important; }

.ksma-bg-red-theme {
  background-color: #BF263C !important; }

.ksma-bg-green-theme {
  background-color: #A0D468 !important; }

.ksma-bg-blue-theme {
  background-color: #4A89DC !important; }

.ksma-bg-gray-theme {
  background-color: #656D78 !important; }

.ksma-bg-facebook-theme {
  background-color: #3b5998 !important; }

.ksma-bg-twitter-theme {
  background-color: #4099ff !important; }

.ksma-bg-whatsapp-theme {
  background-color: #34AF23 !important; }

.ksma-bg-violet-light-theme {
  background-color: #673c58 !important; }

.ksma-text-white-theme {
  color: #ffffff !important; }

.ksma-text-black-theme {
  color: #000000 !important; }

.ksma-text-yellow-theme {
  color: #F6BB42 !important; }

.ksma-text-red-theme {
  color: #BF263C !important; }

.ksma-text-green-theme {
  color: #A0D468 !important; }

.ksma-text-blue-theme {
  color: #4A89DC !important; }

.ksma-text-gray-theme {
  color: #656D78 !important; }

/* Popup / Modal  */
.ksma-rounded-6p {
  border-radius: 6px; }

.ksma-social-w {
  height: 40px;
  width: 40px; }

.ksma-Modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999; }
  .ksma-Modal-overlay .ksma-Modal-content {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    overflow-x: hidden; }
  .ksma-Modal-overlay .ksma-Modal-cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default; }
  .ksma-Modal-overlay.ksma-Modal-overlay-open {
    visibility: visible;
    opacity: 1; }
  .ksma-Modal-overlay .ksma-Modal-popup {
    margin: 50px auto;
    padding: 15px;
    background: #fff;
    border: 1px solid #666;
    width: 96%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative; }
  .ksma-Modal-overlay .ksma-Modal-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 15px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    cursor: pointer; }

/* /Popup / Modal  */

/*# sourceMappingURL=ksam-main.css.map */
