@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
/*@media only screen and (max-width : 479px) {}*/
/*@media only screen and (max-width : 767px) {}*/
/*@media (min-width: 768px) and (max-width: 1023px) {}*/
/*@media (min-width: 1024px) and (max-width: 1279px) {}*/
/*@media (min-width: 1280px) and (max-width: 1439px) {}*/
@font-face {
  font-family: 'CaveatBrush-Regular';
  src: url("../fonts/CaveatBrush-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CaveatBrush-Regular.woff") format("woff"), url("../fonts/CaveatBrush-Regular.ttf") format("truetype"), url("../fonts/CaveatBrush-Regular.svg#CaveatBrush-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Medium';
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.otf") format("opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url("../fonts/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #43557d; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px; }

h1 {
  font-family: "CaveatBrush-Regular";
  font-size: 66px;
  line-height: 62px;
  color: #43557d;
  padding: 0 0 25px; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    h1 {
      font-size: 56px;
      line-height: 56px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    h1 {
      font-size: 50px;
      line-height: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    h1 {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 36px;
      line-height: 36px; } }

h2 {
  font-family: "CircularStd-Medium";
  font-size: 56px;
  line-height: 66px;
  color: #43557d;
  letter-spacing: .3px; }

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 50px; }

h4 {
  font-family: "CircularStd-Medium";
  font-size: 36px; }

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 32px; }

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #43557d;
  font-size: 27px;
  line-height: 30px; }

p {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #43557d;
  padding: 0 0 18px; }

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0px none !important; }

img, a img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0;
  outline: 0px none !important; }

input:focus, textarea:focus, a:focus {
  outline: 0px none !important; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn {
  background: #ef5390;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 40px 14px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.2px;
  box-shadow: none; }
  .btn:hover, .btn:focus {
    background: #43557d; }
  .btn.blue {
    background: #43557d; }
    .btn.blue:hover {
      background: #ef5390; }

.container {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding: 0 15px;
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 740px; }

  .col-md-12 {
    max-width: 100%;
    flex: 1 1 100%; }

  .col-md-11 {
    max-width: 91.66666667%;
    flex: 1 1 91.667%; }

  .col-md-10 {
    max-width: 83.33333333%;
    flex: 1 1 83.333%; }

  .col-md-9 {
    max-width: 75%;
    flex: 1 1 75%; }

  .col-md-8 {
    max-width: 66.66666667%;
    flex: 1 1 66.667%; }

  .col-md-7 {
    max-width: 58.33333333%;
    flex: 1 1 58.333%; }

  .col-md-6 {
    max-width: 50%;
    flex: 1 1 50%; }

  .col-md-5 {
    max-width: 41.66666667%;
    flex: 1 1 41.667%; }

  .col-md-4 {
    max-width: 33.33333333%;
    flex: 1 1 33.333%; }

  .col-md-3 {
    max-width: 25%;
    flex: 1 1 25%; }

  .col-md-2 {
    max-width: 16.66666667%;
    flex: 1 1 16.667%; }

  .col-md-1 {
    max-width: 8.33333333%;
    flex: 1 1 8.333%; } }
@media (min-width: 320px) {
  .container {
    max-width: 750px; } }
@media (min-width: 768px) {
  .container {
    max-width: 750px; } }
@media (min-width: 1024px) {
  .container {
    max-width: 970px; } }
@media (min-width: 1280px) {
  .container {
    max-width: 1200px; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1395px; } }
.container-fluid {
  width: 100%; }

.container-fluid .row {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.container-fluid.no-gutters {
  padding-right: 0;
  padding-left: 0; }

.no-gutters .row {
  margin-right: 0;
  margin-left: 0; }

.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

.left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start; }

.justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }

.header-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 479px) {
    .header {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }

.logo {
  max-width: 230px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .logo {
      max-width: 185px; } }
  @media only screen and (max-width: 767px) {
    .logo {
      max-width: 180px; } }
  @media only screen and (max-width: 479px) {
    .logo {
      max-width: 100%; } }
  .logo a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 30px 25px 22px 28px;
    display: block;
    letter-spacing: -.2px;
    background: #43557d;
    border-bottom-left-radius: 13px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .logo a {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .logo a {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (max-width: 479px) {
      .logo a {
        text-align: center;
        padding: 10px 15px; } }

.direct-order {
  padding: 28px 0 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .direct-order {
      padding-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .direct-order {
      padding-top: 15px; } }
  .direct-order a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #43557d;
    font-weight: 700; }
    .direct-order a span {
      display: block;
      max-width: 150px;
      padding-left: 21px;
      padding-bottom: 3px;
      font-size: 13px;
      letter-spacing: .9px;
      line-height: 16px; }
      @media only screen and (max-width: 767px) {
        .direct-order a span {
          max-width: 140px;
          padding-left: 10px; } }
    @media only screen and (max-width: 767px) {
      .direct-order a img {
        max-width: 45px; } }
    @media screen and (-webkit-min-device-pixel-ratio: 1) {
      .direct-order a img {
        width: 45px; } }
    @media screen and (-webkit-min-device-pixel-ratio: 2) {
      .direct-order a img {
        width: 111px; } }

.banner {
  background: #d3e7f0;
  padding: 135px 0 126px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .banner {
      padding: 135px 0 80px; } }
  @media only screen and (max-width: 767px) {
    .banner {
      padding: 100px 0 60px; } }
  @media only screen and (max-width: 479px) {
    .banner {
      padding-top: 130px; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .banner-image img {
    width: 440px; } }

.banner-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .banner-in {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.arrow-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  margin: 0 auto;
  border-radius: 100%;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background: #ffffff;
  z-index: 1; }
  .arrow-down:hover {
    background: #43557d; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .arrow-down {
      width: 60px;
      height: 60px;
      line-height: 60px;
      bottom: -30px; } }
  @media only screen and (max-width: 767px) {
    .arrow-down {
      width: 60px;
      height: 60px;
      line-height: 60px;
      bottom: -30px; } }
  .arrow-down img {
    width: 18px; }

.banner-content {
  max-width: 442px;
  padding: 16px 30px 0 0; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .banner-content {
      max-width: 412px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .banner-content {
      max-width: 370px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .banner-content {
      max-width: 270px; } }
  @media only screen and (max-width: 767px) {
    .banner-content {
      max-width: 100%;
      padding: 0 0 40px; } }

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 23px; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .wrapper {
      padding: 0 15px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .wrapper {
      padding: 0 15px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .wrapper {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .wrapper {
      padding: 0; } }

.inner-wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .inner-wrapper {
      max-width: 1150px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .inner-wrapper {
      max-width: 910px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .inner-wrapper {
      max-width: 710px; } }
  @media only screen and (max-width: 767px) {
    .inner-wrapper {
      max-width: 420px; } }
  @media only screen and (max-width: 479px) {
    .inner-wrapper {
      max-width: 260px; } }

.content-block {
  padding: 160px 0 153px; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .content-block {
      padding: 120px 0; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content-block {
      padding: 60px 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content-block {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .content-block {
      padding: 60px 0 30px; } }
  .content-block .content-left h2 {
    max-width: 350px;
    margin: 0 42px 0 auto; }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .content-block .content-left h2 {
        font-size: 50px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .content-block .content-left h2 {
        font-size: 36px;
        line-height: 50px;
        max-width: 230px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .content-block .content-left h2 {
        font-size: 30px;
        line-height: 36px;
        max-width: 190px; } }
    @media only screen and (max-width: 767px) {
      .content-block .content-left h2 {
        font-size: 36px;
        line-height: 36px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0 30px; } }
    @media only screen and (max-width: 479px) {
      .content-block .content-left h2 {
        font-size: 30px;
        line-height: 30px;
        padding: 0 0 15px; } }
  .content-block .content-right {
    padding: 8px 0 0 33px; }
    @media only screen and (max-width: 767px) {
      .content-block .content-right {
        padding: 0; } }
    .content-block .content-right p {
      max-width: 410px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .content-block .content-right p {
          max-width: 320px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .content-block .content-right p {
          font-size: 12px;
          max-width: 260px; } }
      @media only screen and (max-width: 767px) {
        .content-block .content-right p {
          max-width: 100%;
          font-size: 14px; } }
    .content-block .content-right .content-btn-row {
      padding: 9px 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 479px) {
        .content-block .content-right .content-btn-row {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .content-block .content-right .content-btn-row a {
        color: #ef5390;
        font-weight: 700;
        font-size: 14px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .content-block .content-right .content-btn-row a {
            font-size: 12px; } }
        @media only screen and (max-width: 479px) {
          .content-block .content-right .content-btn-row a {
            font-size: 12px; } }
        .content-block .content-right .content-btn-row a:first-child {
          margin-right: 43px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .content-block .content-right .content-btn-row a:first-child {
              margin-right: 20px; } }
          @media only screen and (max-width: 479px) {
            .content-block .content-right .content-btn-row a:first-child {
              margin: 0 0 15px; } }
        .content-block .content-right .content-btn-row a:hover {
          color: #43557d; }

.popup-outer {
  display: none; }

.popup-content {
  background: #ffffff;
  padding: 64px 80px 64px 74px;
  width: 660px; }
  @media only screen and (max-width: 767px) {
    .popup-content {
      width: 450px;
      padding: 40px 20px 20px; } }
  @media only screen and (max-width: 479px) {
    .popup-content {
      width: 290px; } }
  .popup-content h4 {
    font-size: 42px;
    font-weight: 700;
    color: #ef5390;
    padding: 0 0 23px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .popup-content h4 {
        font-size: 30px; } }
    @media only screen and (max-width: 479px) {
      .popup-content h4 {
        font-size: 27px; } }
  .popup-content p {
    line-height: 20px; }
    @media only screen and (max-width: 479px) {
      .popup-content p {
        font-size: 12px; } }
    .popup-content p strong {
      color: #ef5390;
      font-size: 18px;
      line-height: 21px;
      line-height: 22px; }
      @media only screen and (max-width: 479px) {
        .popup-content p strong {
          font-size: 14px; } }

.b-modal.__b-popup1__ {
  background: rgba(67, 85, 125, 0.9) !important; }

.bClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #43557d;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 19px;
  top: 23px; }
  @media only screen and (max-width: 767px) {
    .bClose {
      width: 40px;
      height: 40px;
      line-height: 40px; } }
  .bClose img {
    width: 14px; }

/*-----------video section------------*/
.video-section-outer {
  float: left;
  width: 100%;
  text-align: center;
  padding: 151px 0 137px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .video-section-outer {
      padding: 50px 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video-section-outer {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .video-section-outer {
      padding: 25px 0 50px;
      position: relative;
      z-index: 99; }
      .video-section-outer h6 {
        font-size: 20px;
        line-height: 24px; } }

.video-wrapper {
  float: left;
  width: 100%;
  margin-top: 24px; }
  .video-wrapper ul {
    float: left;
    width: 100%; }
    .video-wrapper ul li {
      float: left;
      width: 32.1%;
      margin-left: 1.85%;
      overflow: hidden; }
      .video-wrapper ul li:first-child {
        margin: 0; }
      .video-wrapper ul li .video-click {
        float: left;
        width: 100%;
        height: 100%;
        cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .video-wrapper ul li {
          width: 100%;
          margin: 15px 0 0; } }

.video-outer {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  height: 259px; }
  .video-outer iframe {
    float: left;
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video-outer {
      height: 190px; } }
  @media only screen and (max-width: 767px) {
    .video-outer {
      height: 190px; } }

.video-block-content {
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }
  .video-block-content:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 84px;
    background: url(../images/overlay.png) no-repeat left top;
    content: ""; }
  .video-block-content:after {
    position: absolute;
    bottom: 18px;
    right: 27px;
    content: "";
    background: url(../images/youtube.svg) no-repeat left top;
    width: 40px;
    height: 29px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .video-block-content:after {
        width: 30px;
        height: 19px;
        bottom: 23px;
        right: 10px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .video-block-content:after {
        width: 30px;
        height: 19px;
        bottom: 23px;
        right: 10px; } }

.video-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 18px 22px; }
  .video-title h6 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 21px;
    text-align: left; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .video-title h6 {
        font-size: 17px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .video-title h6 {
        font-size: 17px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .video-title {
      padding: 0 0 18px 10px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video-title {
      padding: 0 0 18px 10px; } }

/*-----------video section------------*/
/*-----------content section------------*/
@media only screen and (max-width: 767px) {
  .content-section-container .inner-wrapper {
    max-width: 100%; } }

.content-section-outer {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 99px; }
  .content-section-outer img {
    position: relative;
    z-index: 99; }
  @media only screen and (max-width: 767px) {
    .content-section-outer {
      margin-bottom: 0;
      overflow: hidden; } }

.content-section-wrap {
  max-width: 814px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .content-section-wrap {
      max-width: 100%; } }

.content-section {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -20px; }

.content-inner {
  float: left;
  width: 100%;
  padding: 374px 23% 67px;
  position: relative;
  z-index: 9;
  margin-top: -375px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content-inner {
      padding: 374px 19% 67px; } }
  @media only screen and (max-width: 767px) {
    .content-inner {
      padding: 374px 15% 43px; } }
  @media only screen and (max-width: 479px) {
    .content-inner {
      margin-top: -362px; } }
  @media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2) {
    .content-inner {
      padding: 374px 20% 67px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {
    .content-inner {
      padding: 374px 18% 67px; } }
  .content-inner:before {
    position: absolute;
    top: 56px;
    left: 0;
    content: "";
    background: url(../images/outline.png) no-repeat center bottom 10px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .content-inner h2 {
    float: left;
    width: 100%;
    font-size: 66px;
    line-height: 62px;
    color: #43557d;
    text-align: center;
    font-family: "CaveatBrush-Regular";
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .content-inner h2 {
        font-size: 40px;
        line-height: 35px; } }
    @media only screen and (max-width: 479px) {
      .content-inner h2 {
        font-size: 28px;
        line-height: 28px; } }
  .content-inner p {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 28px; }
  .content-inner a {
    position: relative;
    z-index: 999;
    padding: 15px 32px 14px 37px; }

/*-----------content section------------*/
/*-----------footer------------*/
.footer {
  width: 100%;
  background: #eef5f6; }

.footer-wrapper {
  margin: 0 auto;
  max-width: 1270px;
  width: 100%; }

.footer-outer {
  float: left;
  width: 100%;
  height: 200px;
  position: relative;}

@media(max-width: 767px){
  .footer-outer{
    height: 100%;
  }
}
  .footer-outer .logo {
    float: left;
    width: auto; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .footer-outer .logo a {
        padding: 22px 25px;
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .footer-outer .logo a {
        padding: 22px 25px 22px 28px; } }
    @media only screen and (max-width: 767px) {
      .footer-outer .logo {
        float: none;
        margin: 0 auto;
        margin-bottom: 25px; } }

.footer-mid-block {
  position: absolute;
  top: 44px;
  left: 50%;
  max-width: 354px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }
  .footer-mid-block p {
    float: left;
    width: auto;
    padding: 1px 0 0; }
    @media only screen and (max-width: 767px) {
      .footer-mid-block p {
        text-align: center;
        width: 100%;
        padding: 0 0 20px; } }
  .footer-mid-block a {
    float: right;
    width: 142px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .footer-mid-block a {
        float: none;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .footer-mid-block {
      position: static;
      left: 0;
      margin: 0 auto;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
      height: 44px; } }
  @media only screen and (max-width: 479px) {
    .footer-mid-block {
      text-align: center; } }

.footer-logo {
  float: right;
  width: auto;
  margin: 41px 0 39px; }
  @media only screen and (max-width: 767px) {
    .footer-logo {
      width: 100%;
      text-align: center;
      margin: 64px 0 20px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 1) {
    .footer-logo img {
      width: 160px;
      height: 58px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .footer-logo img {
      width: 160px;
      height: 58px; } }

/*-----------footer------------*/
/*-----------Slider section------------*/
.color1 {
  background: #f8eeea; }

.color2 {
  background: #fee4ef; }

.color3 {
  background: #e9f7ea; }

.color4 {
  background: #eef5f6; }

.slide-item {
  padding: 67px 84px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .slide-item {
      padding: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .slide-item {
      padding: 40px; } }
  @media only screen and (max-width: 767px) {
    .slide-item {
      padding: 40px 30px;
      padding-bottom: 100px; } }

.slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .slide-inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.slide-arrows {
  left: 99px;
  bottom: 100px;
  position: absolute; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .slide-arrows {
      bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .slide-arrows {
      bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .slide-arrows {
      bottom: 30px;
      left: 0;
      right: 0;
      text-align: center; } }
  .slide-arrows .slick-arrow {
    width: 60px;
    height: 60px;
    background: #43557d;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .slide-arrows .slick-arrow {
        width: 40px;
        height: 40px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .slide-arrows .slick-arrow {
        width: 40px;
        height: 40px; } }
    .slide-arrows .slick-arrow.slick-disabled {
      background: #ddd7d9; }
    .slide-arrows .slick-arrow.slick-prev {
      position: relative; }
      .slide-arrows .slick-arrow.slick-prev:before {
        width: 18px;
        height: 14px;
        content: '';
        background: url(../images/multimedia-option-2.svg) no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .slide-arrows .slick-arrow.slick-next {
      position: relative;
      margin-left: 16px; }
      .slide-arrows .slick-arrow.slick-next:before {
        width: 18px;
        height: 14px;
        content: '';
        background: url(../images/multimedia-option-1.svg) no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.slide-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  letter-spacing: 1px; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .slide-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .slide-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .slide-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; } }
  @media only screen and (max-width: 767px) {
    .slide-content {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      text-align: center; } }
  .slide-content h4 {
    font-size: 37px;
    font-weight: 900;
    color: #43557d;
    margin-bottom: 16px;
    line-height: 44px; }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .slide-content h4 {
        font-size: 30px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .slide-content h4 {
        font-size: 27px;
        line-height: 30px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .slide-content h4 {
        font-size: 27px;
        line-height: 30px; } }
    @media only screen and (max-width: 767px) {
      .slide-content h4 {
        font-size: 21px;
        line-height: 30px; } }
  .slide-content span {
    font-weight: 700;
    color: #ef5390;
    margin-bottom: 16px;
    display: block;
    font-size: 18px;}
  .slide-content p {
    letter-spacing: 0;
    line-height: 21px; }

.slide-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 67%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 67%;
  -ms-flex: 1 1 67%;
  flex: 1 1 67%; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .slide-image {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 60%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .slide-image {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 60%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .slide-image {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 60%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; } }
  @media only screen and (max-width: 767px) {
    .slide-image {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .slide-image img {
    float: right; }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .slide-image img {
        width: 70%; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .slide-image img {
        width: 80%; } }

.mob-trigger {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mob-trigger {
      display: block; } }

/*-----------Slider section------------*/
.highlight-block {
  margin-top: 108px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ef5390;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (min-width: 1280px) and (max-width: 1439px) {
    .highlight-block {
      margin-top: 80px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .highlight-block {
      margin-top: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .highlight-block {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .highlight-block {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px; } }
  .highlight-block .highlight-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-align-self: start;
    -moz-align-self: start;
    -ms-flex-item-align: start;
    align-self: start; }
    .highlight-block .highlight-image .highlight-image-inner {
      position: relative; }
    .highlight-block .highlight-image img {
      position: absolute;
      top: -20px;
      width: 100%;
      width: 694px;
      max-width: none; }
      @media (min-width: 1280px) and (max-width: 1439px) {
        .highlight-block .highlight-image img {
          width: 610px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .highlight-block .highlight-image img {
          width: 482px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .highlight-block .highlight-image img {
          width: 369px;
          top: -10px; } }
      @media only screen and (max-width: 767px) {
        .highlight-block .highlight-image img {
          position: inherit;
          max-width: 100%;
          top: 34px; } }
      @media only screen and (max-width: 479px) {
        .highlight-block .highlight-image img {
          top: 22px; } }
    @media only screen and (max-width: 767px) {
      .highlight-block .highlight-image {
        order: 2; } }
  .highlight-block .highlight-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 89px 50px 81px; }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .highlight-block .highlight-content {
        padding: 58px  30px 80px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .highlight-block .highlight-content {
        padding: 30px 30px 30px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .highlight-block .highlight-content {
        padding: 20px 10px 20px; } }
    @media only screen and (max-width: 767px) {
      .highlight-block .highlight-content {
        padding: 30px 0 0;
        text-align: center; } }
    @media only screen and (max-width: 479px) {
      .highlight-block .highlight-content {
        padding: 30px 20px 0; } }
    .highlight-block .highlight-content .highlight-content-inner {
      max-width: 430px; }
    .highlight-block .highlight-content h2 {
      font-size: 66px;
      font-family: "CaveatBrush-Regular";
      color: #ffffff;
      margin-bottom: 9px; }
      @media (min-width: 1280px) and (max-width: 1439px) {
        .highlight-block .highlight-content h2 {
          font-size: 56px;
          line-height: 56px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .highlight-block .highlight-content h2 {
          font-size: 50px;
          line-height: 50px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .highlight-block .highlight-content h2 {
          font-size: 36px;
          line-height: 36px; } }
      @media only screen and (max-width: 767px) {
        .highlight-block .highlight-content h2 {
          font-size: 36px;
          line-height: 36px; } }
    .highlight-block .highlight-content p {
      color: #ffffff;
      padding-bottom: 22px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .highlight-block .highlight-content p {
          font-size: 14px;
          padding-bottom: 10px; } }

.btn.violet {
  background: #43557d; }
  .btn.violet:hover {
    background: #ffffff;
    color: #43557d; }
  #btn-footer{
   margin: 10px 25% 0 25%;
  }
.demo-link{
  color: #ef5390;
  font-weight: 700;
  font-size: 14px;
  }
.demo-link:hover{
  color: #43557d;
}