
/**
 * ----------------------------------------------
 * COLOR CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * Font face
 * 
 */

/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'SF UI Display Ultralight';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Ultralight'), url('sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Thin';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Thin'), url('sf-ui-display-thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Light'), url('sf-ui-display-light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Regular'), url('sf-ui-display-regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Medium', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Medium'), url('sf-ui-display-medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Semibold', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Semibold'), url('sf-ui-display-semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Bold'), url('sf-ui-display-bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Heavy'), url('sf-ui-display-heavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Black';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Black'), url('sf-ui-display-black.woff') format('woff');
    }
/*! ===== button rounded style =====*/
.btn-rounded {
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #fcd57e;
  color: #ffffff;
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #fcd57e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-rounded.btn-o {
  background-color: #ffffff;
  color: #fcd57e;
  border-color: #fcd57e;
}

.btn-rounded:hover,
.btn-rounded:focus {
  background-color: #fabd33;
  border-color: #fabd33;
  outline: none;
  color: #ffffff;
}

/*! ===== button square style =====*/
.btn-square {
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #fcd57e;
  color: #ffffff;
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid #fcd57e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-square.btn-o {
  background-color: #ffffff;
  color: #fcd57e;
  border-color: #fcd57e;
}

.btn-square:hover,
.btn-square:focus {
  background-color: #fabd33;
  border-color: #fabd33;
  outline: none;
  color: #ffffff;
}

.btn-circle {
  /*===== button circle style =====*/
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #fcd57e;
  color: #ffffff;
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #fcd57e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-circle.btn-o {
  background-color: #ffffff;
  color: #fcd57e;
  border-color: #fcd57e;
}

.btn-circle:hover,
.btn-circle:focus {
  background-color: #fabd33;
  border-color: #fabd33;
  outline: none;
  color: #ffffff;
}

/*===== heading style 1 =====*/
.heading-1 {
  font-family: 'SF UI Display Semibold', sans-serif;
  font-size: 36px;
  color: #ffffff;
  line-height: 1.38;
  margin-bottom: 0 !important;
}

.header-content-left .heading-2 {
  font-family: 'SF UI Display Regular', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}



/*===== heading style 2 =====*/
.heading-2 {
  font-family: 'SF UI Display Regular', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #212121;
  letter-spacing: 0.2px;
}

/*===== heading style 3 =====*/
.heading-3 {
  font-family: 'SF UI Display Semibold', sans-serif;
  font-size: 20px;
  color: #212121;
  letter-spacing: 1.5px;
  margin-top: 0px;
}

/*===== heading style 4 =====*/
.heading-4 {
  font-family: 'SF UI Display Semibold', sans-serif;
  font-size: 34px;
  color: #212121;
  letter-spacing: 1.5px;
  opacity: 1;
  text-align: center;
}

/*===== heading style 5 =====*/
.heading-5 {
  font-family: 'SF UI Display Semibold', sans-serif;
  font-size: 16px;
  color: #212121;
  letter-spacing: 1.5px;
}

/*===== paragraph style 1 =====*/
.p-text {
  font-family: 'SF UI Display Regular', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #212121;
  line-height: 2;
  opacity: 0.7;
}

/*! ===== link style =====*/
.link-text {
  text-decoration: none;
  font-family: 'SF UI Display Regular', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fc977b;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.link-text:hover,
.link-text:focus {
  text-decoration: none;
  outline: none;
  color: #fa5c30;
}

.link-text i {
  font-size: 12px;
  margin-left: 5px;
}

/**
 * ----------------------------------------------
 * SIMPLE RESET
 * ----------------------------------------------
 */
* {
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
}

body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

body::-webkit-scrollbar-thumb {
  background: #fef5e2;
}

body::-webkit-scrollbar-track {
  background: floralwhite;
}

a {
  text-decoration: none;
  color: #fbb136;
}

a:hover {
  text-decoration: none;
  color: #fbb136;
}

/**
 * ----------------------------------------------
 * CUSTOM CLASS
 * ----------------------------------------------
 */
.page-wrapper {
  position: relative;
}

.fix-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.download-app-text h2{
  color: #ffffff;
}

.download-app-text p{
  color: #b8b8b8;
}

@media only screen and (max-width: 500px) {
  .fix-container {
    padding: 0 3%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
  .fix-container {
    padding: 0 3%;
  }
}

.white-space {
  height: 130px;
  width: 100%;
}

@media only screen and (min-width: 1370px) {
  .white-space {
    height: 160px;
  }
}

@media only screen and (max-width: 500px) {
  .white-space {
    height: 80px;
  }
}

@media only screen and (max-width: 400px) {
  .white-space {
    height: 50px;
  }
}

.fix {
  margin: 0px;
  padding: 0px;
}

.p-none {
  padding: 0px;
}

.m-none {
  margin: 0px;
}

.clear {
  clear: both;
}

/*! ===== input field style =====*/
.input-field {
  border: 1px solid #616161;
  padding: 12px;
  border-radius: 5px;
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 14px;
}

.input-field:hover::-webkit-input-placeholder,
.input-field:focus::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-field:hover:-ms-input-placeholder,
.input-field:focus:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-field:hover::-ms-input-placeholder,
.input-field:focus::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-field:hover::placeholder,
.input-field:focus::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-container {
  width: 85%;
  margin: 0 auto;
}

/**
 * ----------------------------------------------
 * Header
 * ----------------------------------------------
 */
header .header-bg {
  height: auto;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1649px) {
  header .header-bg {
    height: 960px;
  }
}

@media only screen and (max-width: 1650px) {
  header .header-bg {
    height: 969px;
  }
}

@media only screen and (max-width: 1359px) {
  header .header-bg {
    height: 979px;
  }
}

@media only screen and (max-width: 1199px) {
  header .header-bg {
    height: 835px;
  }
}

header .header-content {
  position: absolute;
  top: 0;
  width: 100%;
}

header .navbar-default {
  background-color: transparent;
  border-color: transparent;
  padding-top: 44px;
}

header .navbar-default .navbar-brand {
  padding-top: 20px;
  padding-bottom: 0;
}

header .navbar-default .navbar-nav li a {
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0px 10px 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .navbar-default .navbar-nav li a:hover,
header .navbar-default .navbar-nav li a:focus {
  color: #ffffff;
}

header .navbar-default .navbar-toggle {
  border-color: #ffffff;
}

header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: #fbb136;
}

header .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

header .header-content-details .header-content-left {
  margin-top: 29px;
}


@media only screen and (max-width: 767px){
  header .header-content-details .header-content-left {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 991px) {
  header .header-content-details .header-content-left {
    margin-top: 148px;
  }
}

header .header-content-details .header-content-left .heading-1 {
  margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) {
  header .header-content-details .header-content-left .heading-1 {
    margin-right: 198px;
  }
}

header .header-content-details .header-content-left .p-text {
  color: #b8b8b8;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  header .header-content-details .header-content-left .p-text {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 375px) {
  header .header-content-details .header-content-left .p-text {
    margin-bottom: 20px;
  }
}

header .header-content-details .header-content-left .white-button {
  padding: 14px 29px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 7px;
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 18px;
  color: #212121;
  text-decoration: none;
  display: inline-block;
  margin-right: 24px;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

header .header-content-details .header-content-left .white-button:hover {
  background-color: #fabd33;
  border-color: #fabd33;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  header .header-content-details .header-content-left .white-button {
    min-width: 200px;
  }
}

header .header-content-details .header-content-left .piech-button {
  padding: 14px 29px;
  border: 1px solid #fcd57e;
  background-color: #fcd57e;
  border-radius: 7px;
  color: #070818;
  margin-right: 24px;
  margin-top: 40px;
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

header .header-content-details .header-content-left .piech-button:hover {
  background-color: #fabd33;
  border-color: #fabd33;
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  header .header-content-details .header-content-left .piech-button {
    min-width: 200px;
  }
}

header .header-content-details .header-img {
  padding-top: 29px;
}

header .header-content-details .header-img img {
  width: 100%;
}


.header-content-details .custom-container {
  width: 100%;
}

@media only screen and (max-width: 767px) {
.header-content-details .custom-container {
    width: 85%;
  }
}


/**
 * ----------------------------------------------
 * services
 * ----------------------------------------------
 */
.services {
  padding: 0px 0px 80px 0;
  background-color: #121314;
}



.services .custom-container {
  width: 100%;
}

.services .heading-4 {
  color: #ffffff;
}

.services .p-text {
  color: #b8b8b8;
}

.services .heading-5 {
  font-size: 24px;
  color: #ffffff;
}

.services .circle {
  width: 60px;
  height: 60px;
  opacity: 0.1;
  background-color: #fc977b;
  border-radius: 100%;
  margin: 0px auto;
  position: absolute;
  left: 35%;
  top: -6px;
}

.services .services-single {
  margin-top: 90px;
  padding: 80px 20px 10px 20px;
  text-align: left;
  background-color: #262729;
  border: 1px solid #fbb13666;
  position: relative;
}

.services .services-single img {
  width: 250px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-box{
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: center;
}

.services-bottom{
  margin-top: 30px;
}

.services-bottom .services-single img {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .services .heading-2 {
    margin-bottom: 30px;
  }
  .services-box{
    flex-direction: column;
  }
  .services .custom-container {
    width: 85%;
  }
  .services-bottom{
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .services {
    padding: 60px 0px 80px;
  }
}


/**
 * ----------------------------------------------
 * feature
 * ----------------------------------------------
 */
.features {
  padding: 80px 0px;
  background-color: #000002;
}

.features .custom-container {
  width: 100%;
}

.features .heading-2 {
  margin-bottom: 40px;
  color: #b8b8b8;
}

.features .heading-4 {
  color: #ffffff;
}

.features .p-text {
  color: #b8b8b8;
}

.features .heading-5 {
  font-size: 24px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .features .heading-2 {
    margin-bottom: 30px;
  }
  .features .custom-container {
    width: 85%;
  }

}

.features .circle {
  width: 60px;
  height: 60px;
  opacity: 0.1;
  background-color: #fc977b;
  border-radius: 100%;
  margin: 0px auto;
  position: absolute;
  left: 35%;
  top: -6px;
}

.features .feature-single {
  margin-top: 30px;
  padding: 0px 20px;
}

.features .feature-single img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .features {
    padding: 60px 0px 80px;
  }
}

/**
 * ----------------------------------------------
 * how its works
 * ----------------------------------------------
 */

.how-it-works{
  padding: 80px 0;
  background-color: #121314;
}

.how-it-works .custom-container {
  width: 100%;
}

.how-it-works .heading-4 {
  margin-bottom: 82px;
  color: #ffffff;
}

.how-it-works .p-text {
  color: #b8b8b8;
}

.how-it-works .heading-5 {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .how-it-works .heading-4 {
    margin-bottom: 30px;
  }
}

.how-it-works .works-content img {
  padding: 10px;
  background-color: #F3FFE5;
  border-radius: 25px;
}

.how-it-works .works-content .heading-2 {
  margin-top: 27px;
  margin-bottom: 29px;
}

.how-it-works .works-content .p-text {
  margin-bottom: 5px;
}

.how-it-works .works-content .p-text span {
  font-weight: 600;
  font-size: 20px;
}

.news-bottom-space {
  margin-bottom: 30px;
}

.how-it-works .works-img {
  margin-bottom: 30px;
}

.how-it-works .works-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .how-it-works .works-img {
    margin-top: 30px;
  }
  .how-it-works .custom-container {
    width: 85%;
  }
}



/**
 * ----------------------------------------------
 * partner
 * ----------------------------------------------
 */
.partner {
  padding: 80px 0px;
  background-color: #000002;
}

.partner .custom-container {
  width: 100%;
}

.partner .heading-2 {
  margin-bottom: 80px;
  color: #b8b8b8;
}

.partner .heading-4 {
  color: #ffffff;
}

.partner-single img{
  width: 240px;
}

.partner-box{
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: center;
}


@media only screen and (max-width: 767px) {
  .features .heading-2 {
    margin-bottom: 30px;
  }
  .features .custom-container {
    width: 85%;
  }
  .partner-box{
    flex-direction: column;
    gap: 30px;
  }

}


@media only screen and (max-width: 767px) {
  .features {
    padding: 60px 0px 80px;
  }
}



@media only screen and (max-width: 767px) {
  .newsletter {
    padding: 60px 0px 0px;
  }

  .navbar-nav {
    background: #fbb136;
  }

  header .navbar-default .navbar-nav li a {
    color: #ffffff;
  }



}

/**
 * ----------------------------------------------
 * footer
 * ----------------------------------------------
 */
footer {
  padding: 50px 0px;
  background-color: #000002;
}

footer .logo {
  font-family: 'SF UI Display Regular', sans-serif;
  font-size: 25px;
  color: #484848;
  letter-spacing: -1px;
  margin-bottom: 27px;
  margin-top: 21px;
  display: inline-block;
}

footer .p-text {
  margin: 20px 0;
  color: #b8b8b8;
}

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

.social-icon li {
  display: inline-block;
  margin: 0px 5px;
}

.social-icon li a i {
  border-radius: 100%;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
}

.social-icon li a .fb {
  background-color: #4c5bb4;
}

.social-icon li a .fb:hover {
  background-color: #35407e;
}

.social-icon li a .twt {
  background-color: #3fccfd;
}

.social-icon li a .twt:hover {
  background-color: #02b1ed;
}

.social-icon li a .g-plus {
  background-color: #fe5339;
}

.social-icon li a .g-plus:hover {
  background-color: #e92001;
}

/**
 * ----------------------------------------------
 * privacy policy
 * ----------------------------------------------
 */

.extra-link {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.privacy-policy-header {
  width: 100%;
  text-align: center;
}

.privacy-title {
  font-family: 'eras_bold_itcregular';
  font-size: 48px;
  color: #4262d6;
  line-height: 1.38;
  letter-spacing: -1.5px;
}

.privacy-policy-content .heading-title-h4 {
  font-family: 'eras_bold_itcregular';
  font-size: 22px;
  color: #212121;
  letter-spacing: 1.5px;
  padding: 16px 0;
}

.privacy-policy-content p {
  font-size: 18px;
  line-height: 150%;
  width: 100%;
  padding-bottom: 4px;
}

.privacy-policy-content p strong {
  font-family: 'eras_bold_itcregular';
}

.privacy-policy-content ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}

.privacy-policy-content ul li {
  position: relative;
  padding: 0 0 20px 20px;
  text-align: left;
  line-height: 150%;
  font-size: 18px;
}

.privacy-policy-content ul li strong {
  font-size: 18px;
}

.privacy-policy-content ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 1.5em;
  background-color: #137dc5;
  border-radius: 99em;
  box-sizing: border-box;
}

.privacy-policy-content ol {
  padding: 0;
  float: left;
  width: 100%;
}

.privacy-policy-content ol li {
  position: relative;
  padding: 0 0 20px 20px;
  text-align: left;
  line-height: 150%;
  font-size: 18px;
}

.how_features .flex {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.how_features .flex h4 {
  font-size: 22px;
  font-family: 'SF UI Display Regular', sans-serif;
}

.how-it-works .works-content .flex img {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  width: 70px;
}

.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}


/* ------------------ CMS page css ------------------ */



.cms-page {
  padding: 180px 0px 80px 0px;
}

.cms-page .custom-container{
  width: 95%;
}

.cms-page .heading-4 {
  text-align: left !important;
  color: #ffffff;
}

.cms-page .heading-5 {
  font-family: 'SF UI Display Semibold', sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 30px;
}

.cms-page .p-text {
  color: #b8b8b8;
}

.cms-content{
  margin-top:  30px;
}

.cms-content .content-list {
  margin: 20px 0 0 50px;
}


@media only screen and (max-width: 767px) {
  .cms-page {
    padding: 140px 0px 80px;
  }
}