/*-------------------------------------------------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
-------------------------------------------------------------------------------------------------------
 Template Name: Rikimaru.
 Version: 1.0 Initial Release
 Build Date: 02-04-2017
 Author: 
 Website: 
 Copyright: (C) 2017 
------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------- 
  TABLE OF CONTENTS:  
 --------------------------------------------------------*/
/*--------------------------------------------------------
   Advantages
   Services
   About us
   Features
   Facts
   Team
   SWIPER
   PORTFOLIO
   PORTFOLIO POPUP ANIMATION
   PRICING
   BLOG SLIDER
   CLIENTS
   CONTACT US 
   FOOTER
   padding && margin
 
--------------------------------------------------------*/
/* // Advantages */
.advantages {
  margin: 0 auto;
  max-width: 1800px;
  margin-top: -180px;
}

.advantages .advantage {
  padding: 40px 90px 100px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  height: 100%;
  -webkit-box-shadow: 2px 4px 7px -2px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 4px 7px -2px rgba(0,0,0,0.5);
  box-shadow: 2px 4px 7px -2px rgba(0,0,0,0.5);
}

@media screen and (max-width: 990px) {
  .advantages .advantage {
    padding: 30px;
  }
}

.advantages .advantage--middle-color {
  background-color: #f6f6f6;
}

.advantages .advantage__title {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
}

.advantages .advantage__text {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-top: 35px;
  line-height: 25px;
  letter-spacing: .4px;
}

.advantages .advantage__link {
  padding: 0 25px;
  margin-top: 35px;
  display: inline-block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  -webkit-transition: border .3s, background-color .3s, color .3s;
  transition: border .3s, background-color .3s, color .3s;
}

.advantages .advantage__link:hover {
  background-color: #293e91;
  border: 1px solid #293e91;
  color: #fff;
}

/* // Services */
.services {
  padding-top: 110px;
  max-height: 580px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .services {
    padding-top: 20px;
  }
}

.services img {
  max-width: 100%;
}

/* // About us */
.about__text-block {
  padding-top: 200px;
  padding-bottom: 20px;
  background-color: #293e91;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .about__text-block {
    padding-top: 40px;
    min-height: 400px;
  }
}

.about__heading {
  margin: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 7px;
  font-size: 14px;
}

.about__title {
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: .6px;
  font-size: 24px;
}

.about__text {
  margin: 0 auto;
  max-width: 450px;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-top: 40px;
  letter-spacing: .4px;
}

@media screen and (max-width: 990px) {
  .about__text {
    padding: 0 15px;
  }
}

.about__signature {
  margin-top: 60px;
}

@media screen and (max-width: 990px) {
  .about__signature {
    margin-top: 30px;
    padding-bottom: 10px;
  }
}

.about__video {
  min-height: 750px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .about__video {
    min-height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .about__video {
    min-height: 200px;
  }
}

.about__video-tmb {
  display: block;
  position: absolute;
  background-position: 50% 50%;
  background-size: cover;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.about__play-btn {
  height: 84px;
  width: 84px;
  padding: 0;
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  border: 1px solid #1e1e1e;
  cursor: pointer;
  -webkit-transition: background-color .3s, border 0.3s;
  transition: background-color .3s, border 0.3s;
}

.about__play-btn > i {
  line-height: 84px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.about__play-btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.about__play-btn:hover > i {
  color: #fff;
}

.about__play-btn:focus {
  outline: none;
}

.about__close-btn {
  display: none;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 4;
}

.about__close-btn > i {
  font-size: 30px;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.about__close-btn:focus {
  outline: none;
}

.about__video-iframe {
  background-color: #000;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  border: none;
}

/* // Features */
.heading-top {
  text-align: center;
  color: #999;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 7px;
  font-size: 14px;
}

.heading-bottom {
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: .6px;
  font-size: 24px;
}

.features {
  padding-top: 100px;
}

@media screen and (max-width: 990px) {
  .features {
    padding-top: 30px;
  }
}

.features__block {
  margin-top: 110px;
}

.features__img {
  text-align: center;
}

@media screen and (max-width: 990px) {
  .features__img {
    padding-top: 20px;
  }
}

.features__img > img {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .features__img > img {
    width: auto;
    max-height: 500px;
  }
}

.features .feature__title {
  margin: 0;
  margin-top: 10px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
}

.features .feature__title > i {
  font-size: 35px;
  vertical-align: middle;
  color: #293e91;
}

.features .feature__text {
  color: #999;
  margin-top: 10px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .3px;
}

/* // Facts */
.fact {
  width: 20%;
  float: left;
  padding-bottom: 40px;
}

@media screen and (max-width: 660px) {
  .fact {
    width: 50%;
  }
}

.fact__number {
  text-align: center;
  color: #252525;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

@media screen and (max-width: 990px) {
  .fact__number {
    font-size: 30px;
    line-height: 30px;
  }
}

.fact__text {
  text-align: center;
  color: #999;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 2px;
}

@media screen and (max-width: 990px) {
  .fact__text {
    font-size: 12px;
    line-height: 12px;
  }
}

/* // Team */
.teammates {
  background-color: #f5f5f5;
}

.teammate {
  background-position: 82% 100%;
  background-repeat: no-repeat;
  padding-bottom: 220px;
}

@media screen and (max-width: 990px) {
  .teammate {
    background-size: 0 0;
    padding: 0 20px 20px;
  }
}

.teammate__name {
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 1px;
}

.teammate__position {
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1px;
}

.teammate__biography {
  color: #666;
  margin-top: 50px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.4px;
}

.skills {
  margin-top: 40px;
}

.skills__name {
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 1px;
  margin: 0;
}

.skills__bar {
  width: 100%;
  height: 4px;
  background-color: #e4e3e3;
  margin-bottom: 18px;
}

.skills__progress {
  height: 100%;
  width: 0;
  background-color: #293e91;
  -webkit-transition: width 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: width 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  position: relative;
}

.skills__progress:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -6px;
  right: -7px;
  border: 1px solid #e1e1d8;
  background-color: #293e91;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  box-shadow: inset 0px 0px 0px 3px white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*--------------------------------------------------------------*/
/* SWIPER */
/*--------------------------------------------------------------*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: ew-resize;
  margin: 0 auto;
  height: inherit;
  float: left;
}

.swiper-slide {
  float: left;
  height: inherit;
  position: relative;
}

.team__pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team__pagination > .swiper-pagination-switch {
  display: inline-block !important;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #999;
  margin-right: 18px;
  cursor: pointer;
}

.team__pagination > .swiper-active-switch {
  background-color: #000;
}

/* // PORTFOLIO */
.portfolio__title {
  color: #000;
  float: left;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .portfolio__title {
    float: none;
    text-align: center;
  }
}

.portfolio__filters {
  color: #000;
  float: right;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .portfolio__filters {
    float: none;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
  }
}

.portfolio__filter {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .portfolio__filter {
    padding: 0 10px;
  }
}

.portfolio__filter > button {
  background: none;
  text-transform: uppercase;
  border: none;
  outline: none;
  letter-spacing: 0.5px;
}

.portfolio__filter:hover {
  color: #293e91;
}

.portfolio__filter:last-child {
  padding-right: 0;
}

.portfolio__img {
  width: 100%;
}

.portfolio__item:hover .portfolio__hover {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 0px 0px 28px #e3e2df;
  box-shadow: inset 0px 0px 0px 28px #e3e2df;
}

.portfolio__item:hover .portfolio__hover-items {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
      -ms-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

.portfolio__hover {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0px 0px 0px 0px #e3e2df;
  box-shadow: inset 0px 0px 0px 0px #e3e2df;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__hover-items {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
          transform: translate(-50%, -50%) scale(0.5, 0.5);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.portfolio__hover-items {
  text-align: center;
}

.portfolio__item-title {
  color: #000;
  float: right;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.portfolio__item-tag {
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}

.portfolio__icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  text-align: center;
  padding: 0;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.portfolio__icon > i {
  color: #666666;
  line-height: 40px;
  font-size: 22px;
  margin-left: -1px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.portfolio__icon:hover {
  background-color: #293e91;
  border: 1px solid #293e91;
  text-decoration: none;
}

.portfolio__icon:hover > i {
  color: #fff;
}

.activbut {
  color: #293e91;
}

/* // PORTFOLIO POPUP ANIMATION */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.testimonials {
  text-align: center;
  padding-bottom: 180px;
}

@media screen and (max-width: 990px) {
  .testimonials {
    padding-bottom: 100px;
  }
}

.testimonials__quotes {
  font-size: 50px;
  color: #999;
}

.testimonials__quote {
  color: #000;
  margin-top: 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-style: italic;
}

.testimonials__author-photo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-position: 50% 50%;
}

.testimonials__author-name {
  color: #000;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  margin-top: 20px;
  text-transform: uppercase;
}

.testimonials__author-position {
  color: #000;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.testimonials__pagination {
  position: absolute;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 990px) {
  .testimonials__pagination {
    bottom: 35px;
  }
}

.testimonials__pagination > .swiper-pagination-switch {
  display: inline-block !important;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
  cursor: pointer;
}

.testimonials__pagination > .swiper-active-switch {
  background-color: #293e91;
}

/* // PRICING */
.pricing {
  background-size: cover;
}

.pricing__title {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  margin-top: 20px;
  text-transform: uppercase;
}

.pricing__description {
  color: #ccc;
  margin-top: 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.3px;
}

.plan {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 5px 35px 130px 35px;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 990px) {
  .plan {
    max-width: 500px;
    margin: 0 auto;
  }
}

.plan__title {
  color: #293e91;
  margin-top: 20px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 990px) {
  .plan__title {
    text-align: center;
  }
}

.plan__price {
  color: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 990px) {
  .plan__price {
    text-align: center;
  }
}

.plan__price--big {
  font-size: 40px;
}

.plan__bill {
  color: #999;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width: 990px) {
  .plan__bill {
    text-align: center;
  }
}

.plan__params {
  list-style: none;
  padding: 0;
  border-top: 1px dashed #ccc;
  padding-top: 22px;
}

.plan__param {
  color: #000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
}

@media screen and (max-width: 990px) {
  .plan__param {
    text-align: center;
  }
}

.plan__param:before {
  content: "\4e";
  font-family: ElegantIcons;
  margin-right: 15px;
  color: #669900;
}

.plan__purchase-btn {
  display: block;
  text-align: center;
  color: #000;
  margin: 15px 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  line-height: 50px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  left: 35px;
  right: 35px;
  -webkit-transition: all .2s;
  transition: all .2s;
  letter-spacing: .3px;
}

.plan__purchase-btn > span:after {
  content: "\24";
  font-family: ElegantIcons;
  margin-left: 10px;
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
}

.plan__purchase-btn:hover {
  background-color: #293e91;
  border: 1px solid #293e91;
  text-decoration: none;
  color: #fff;
}

/* // BLOG SLIDER */
.blog-slide {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .blog-slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.blog-slide__subtitle {
  color: #999;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-align: center;
}

.blog-slide__title {
  color: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .8px;
}

.blog-slide__more {
  color: #666;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.blog-slide__more:after {
  content: "\24";
  font-family: ElegantIcons;
  margin-left: 10px;
  font-size: 22px;
  line-height: 50px;
  vertical-align: middle;
}

.blog-slide__more:hover {
  text-decoration: none;
  color: #000;
}

.blog-slide__arrows-padd {
  padding-left: 100px;
  padding-right: 100px;
}

.blog-slide__arrow-left {
  width: 43px;
  height: 43px;
  background-color: #ececec;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1350px) {
  .blog-slide__arrow-left {
    left: 0;
    opacity: .5;
  }
}

.blog-slide__arrow-left:after {
  color: #999999;
  content: "\34";
  font-family: ElegantIcons;
  font-size: 26px;
  line-height: 43px;
  vertical-align: middle;
}

.blog-slide__arrow-left:hover {
  background-color: #293e91;
  opacity: 1;
}

.blog-slide__arrow-left:hover:after {
  color: #fff;
}

.blog-slide__arrow-right {
  width: 43px;
  height: 43px;
  background-color: #ececec;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1350px) {
  .blog-slide__arrow-right {
    right: 0;
    opacity: .5;
  }
}

.blog-slide__arrow-right:after {
  color: #999999;
  content: "\35";
  font-family: ElegantIcons;
  font-size: 26px;
  line-height: 43px;
  vertical-align: middle;
}

.blog-slide__arrow-right:hover {
  background-color: #293e91;
  opacity: 1;
}

.blog-slide__arrow-right:hover:after {
  color: #fff;
}

.post-preview {
  display: block;
}

.post-preview__pic {
  float: left;
  width: 47%;
}

@media screen and (max-width: 500px) {
  .post-preview__pic {
    width: 100%;
  }
}

.post-preview__pic > img {
  width: 100%;
}

.post-preview__text {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

@media screen and (max-width: 500px) {
  .post-preview__text {
    width: 100%;
  }
}

.post-preview__date {
  color: #ccc;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 35px;
  margin-top: 25px;
  margin-bottom: 0;
}

.post-preview__date--big {
  font-size: 35px;
}

.post-preview__title {
  color: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 0px;
}

.post-preview__more {
  color: #ccc;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}

.post-preview__more:after {
  content: "\24";
  font-family: ElegantIcons;
  margin-left: 10px;
  font-size: 16px;
  line-height: 50px;
  vertical-align: middle;
}

.post-preview__more:hover {
  text-decoration: none;
  color: #000;
}

.post-preview:hover {
  text-decoration: none;
}

.post-preview:hover .post-preview__title {
  color: #293e91;
}

.post-preview:hover .post-preview__more {
  color: #000;
}

/* // CLIENTS */
.clients {
  background-color: #f5f5f5;
  padding-top: 110px;
  text-align: center;
  padding-bottom: 90px;
}

@media screen and (max-width: 990px) {
  .clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.clients__title {
  color: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.3px;
  margin-bottom: 70px;
}

@media screen and (max-width: 990px) {
  .clients__title {
    margin-bottom: 10px;
  }
}

.clients__item {
  text-align: center;
  height: 190px;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.clients__item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.clients__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.clients__pagination {
  margin-top: 70px;
}

.clients__pagination > .swiper-pagination-switch {
  display: inline-block !important;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #999;
  margin-right: 18px;
  cursor: pointer;
}

.clients__pagination > .swiper-active-switch {
  background-color: #000;
}

.bd-top {
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
}

.bd-bottom {
  border-bottom: none;
}

.bd-top,
.bd-bottom {
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 990px) {
  .bd-top,
  .bd-bottom {
    border: none;
  }
}

.bd-top:first-child,
.bd-bottom:first-child {
  border-left: none;
}

.bd-top:last-child,
.bd-bottom:last-child {
  border-right: none;
}

/* // CONTACT US */
.contact-us {
  position: relative;
}

.contact-us__img-block {
  background: #fff url() 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}

@media screen and (max-width: 990px) {
  .contact-us__img-block {
    width: 100%;
    position: static;
    height: 200px;
  }
}

.contact-us__text-block {
  padding-top: 100px;
  padding-bottom: 100px;
  float: right;
}

@media screen and (max-width: 990px) {
  .contact-us__text-block {
    width: 100%;
    padding: 30px;
  }
}

.contact-us__title {
  color: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-us__form {
  margin-top: 80px;
}

@media screen and (max-width: 990px) {
  .contact-us__form {
    margin-top: 20px;
  }
}

.contact-us__input {
  display: block;
  border: none;
  border-bottom: 2px dotted #e3e3e3;
  line-height: 75px;
  height: 75px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-left: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-us__input:focus {
  outline: none;
  border-bottom: 2px dotted #293e91;
}

.contact-us__submit {
  padding: 0 40px;
  display: inline-block;
  background-color: #293e91;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 54px;
  border: 1px solid #293e91;
  margin-top: 55px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-us__submit:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.contact-us__submit:focus {
  outline: 1px solid #000;
}

/* // FOOTER */
.main-footer {
  padding-top: 110px;
  background-color: #2e2e2e;
  color: #999999;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

@media screen and (max-width: 990px) {
  .main-footer {
    padding-top: 30px;
  }
}

.main-footer__about-text {
  line-height: 24px;
  margin-bottom: 10px;
}

.main-footer__title {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
  .main-footer__title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.main-footer__adress {
  line-height: 24px;
  border-top: 1px solid #474747;
  padding-top: 20px;
}

.main-footer__adress:before {
  content: "\e081";
  font-family: ElegantIcons;
  margin-right: 15px;
  color: #525252;
  font-size: 18px;
  vertical-align: middle;
}

.main-footer__email {
  line-height: 40px;
  border-top: 1px solid #474747;
}

.main-footer__email:before {
  content: "\e010";
  font-family: ElegantIcons;
  margin-right: 15px;
  color: #525252;
  font-size: 18px;
  vertical-align: middle;
}

.main-footer__phone {
  line-height: 40px;
  border-top: 1px solid #474747;
}

.main-footer__phone:before {
  content: "\e090";
  font-family: ElegantIcons;
  margin-right: 15px;
  color: #525252;
  font-size: 18px;
  vertical-align: middle;
}

.main-footer__tag {
  display: inline-block;
  line-height: 30px;
  min-width: 100px;
  text-align: center;
  padding: 0 15px;
  background-color: #535353;
  color: #999999;
  margin-right: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-bottom: 9px;
}

.main-footer__tag:hover {
  text-decoration: none;
  background-color: #293e91;
  color: #fff;
}

.main-footer__recent-post {
  display: block;
  font-size: 13px;
  color: #999;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 42px;
  border-top: 1px solid #474747;
}

.main-footer__recent-post:before {
  content: "\39";
  font-family: ElegantIcons;
  margin-right: 15px;
  color: #525252;
  font-size: 18px;
  vertical-align: middle;
}

.main-footer__recent-post:hover {
  text-decoration: none;
  color: #fff;
}

.main-footer__recent-post:hover:before {
  color: #293e91;
}

.main-footer__recent-post:first-child {
  border-top: none;
  line-height: 16px;
  margin-bottom: 10px;
  color: pink;
}

.main-footer__post-link {
  color: #999;
}

.main-footer__post-link:hover {
  text-decoration: none;
  color: #fff;
}

.main-footer__mailing-form {
  margin-top: 45px;
}

.main-footer__mailing-email {
  display: inline-block;
  padding: 0;
  padding-left: 15px;
  background-color: #535353;
  line-height: 46px;
  height: 46px;
  border: none;
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px);
  vertical-align: middle;
}

.main-footer__mailing-email:before {
  content: "\24";
  font-family: ElegantIcons;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}

.main-footer__mailing-submit {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  width: 46px;
  text-align: center;
  background-color: #293e91;
  border: none;
  vertical-align: middle;
  padding: 0;
  margin-left: -3px;
}

.main-footer__mailing-submit:before {
  content: "\24";
  font-family: ElegantIcons;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}

.main-footer__socials {
  border-top: 1px solid #474747;
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .main-footer__socials {
    text-align: center;
  }
}

.main-footer__social-link {
  display: inline-block;
  font-size: 15px;
  color: #666;
  margin-right: 20px;
  line-height: 60px;
}

.main-footer__social-link:hover {
  text-decoration: none;
  color: #293e91;
}

.main-footer__copyright {
  text-align: center;
  line-height: 68px;
  background-color: #000;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 660px) {
  .main-footer__copyright {
    padding: 0 15px 20px;
    line-height: 28px;
  }
}

.main-footer__copyright-link {
  color: #fff;
  text-transform: uppercase;
}

.main-footer__copyright-link:hover {
  color: #fff;
}

.main-footer__up-btn {
  float: right;
  display: block;
  margin-right: 16px;
  margin-top: 16px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #666;
  width: 35px;
  border: 2px solid #666;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 660px) {
  .main-footer__up-btn {
    float: none;
    margin: 0 auto;
  }
}

.main-footer__up-btn:hover {
  background-color: #293e91;
  border: 2px solid #293e91;
  color: #fff;
  text-decoration: none;
}

.main-footer__up-btn:focus {
  background-color: #293e91;
  border: 2px solid #293e91;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1250px) {
  .main-header__menu-line {
    padding-top: 0;
  }
  .wpc-navigation.active {
    min-height: 125px;
  }
}

/* 
// padding && margin  */
.marg-lg-b0 {
  margin-bottom: 0px;
}

.marg-lg-b5 {
  margin-bottom: 5px;
}

.marg-lg-b10 {
  margin-bottom: 10px;
}

.marg-lg-b15 {
  margin-bottom: 15px;
}

.marg-lg-b20 {
  margin-bottom: 20px;
}

.marg-lg-b25 {
  margin-bottom: 25px;
}

.marg-lg-b30 {
  margin-bottom: 30px;
}

.marg-lg-b35 {
  margin-bottom: 35px;
}

.marg-lg-b40 {
  margin-bottom: 40px;
}

.marg-lg-b45 {
  margin-bottom: 45px;
}

.marg-lg-b50 {
  margin-bottom: 50px;
}

.marg-lg-b55 {
  margin-bottom: 55px;
}

.marg-lg-b60 {
  margin-bottom: 60px;
}

.marg-lg-b65 {
  margin-bottom: 65px;
}

.marg-lg-b70 {
  margin-bottom: 70px;
}

.marg-lg-b75 {
  margin-bottom: 75px;
}

.marg-lg-b80 {
  margin-bottom: 80px;
}

.marg-lg-b85 {
  margin-bottom: 85px;
}

.marg-lg-b90 {
  margin-bottom: 90px;
}

.marg-lg-b95 {
  margin-bottom: 95px;
}

.marg-lg-b100 {
  margin-bottom: 100px;
}

.marg-lg-b135 {
  margin-bottom: 135px;
}

.marg-lg-b140 {
  margin-bottom: 140px;
}

.marg-lg-b160 {
  margin-bottom: 160px;
}

.marg-lg-t0 {
  margin-top: 0px;
}

.marg-lg-t5 {
  margin-top: 5px;
}

.marg-lg-t10 {
  margin-top: 10px;
}

.marg-lg-t15 {
  margin-top: 15px;
}

.marg-lg-t20 {
  margin-top: 20px;
}

.marg-lg-t25 {
  margin-top: 25px;
}

.marg-lg-t30 {
  margin-top: 30px;
}

.marg-lg-t35 {
  margin-top: 35px;
}

.marg-lg-t40 {
  margin-top: 40px;
}

.marg-lg-t45 {
  margin-top: 45px;
}

.marg-lg-t50 {
  margin-top: 50px;
}

.marg-lg-t55 {
  margin-top: 55px;
}

.marg-lg-t60 {
  margin-top: 60px;
}

.marg-lg-t65 {
  margin-top: 65px;
}

.marg-lg-t70 {
  margin-top: 70px;
}

.marg-lg-t75 {
  margin-top: 75px;
}

.marg-lg-t80 {
  margin-top: 80px;
}

.marg-lg-t85 {
  margin-top: 85px;
}

.marg-lg-t90 {
  margin-top: 90px;
}

.marg-lg-t95 {
  margin-top: 95px;
}

.marg-lg-t100 {
  margin-top: 100px;
}

.marg-lg-t105 {
  margin-top: 105px;
}

.marg-lg-t110 {
  margin-top: 110px;
}

.marg-lg-t115 {
  margin-top: 115px;
}

.marg-lg-t120 {
  margin-top: 120px;
}

.marg-lg-t125 {
  margin-top: 125px;
}

.marg-lg-t130 {
  margin-top: 130px;
}

.marg-lg-t135 {
  margin-top: 135px;
}

.marg-lg-t140 {
  margin-top: 140px;
}

.marg-lg-t145 {
  margin-top: 145px;
}

.marg-lg-t150 {
  margin-top: 150px;
}

.marg-lg-t155 {
  margin-top: 155px;
}

.marg-lg-t160 {
  margin-top: 160px;
}

.marg-lg-t175 {
  margin-top: 175px;
}

.marg-lg-t200 {
  margin-top: 200px;
}

@media screen and (max-width: 1199px) {
  .marg-md-b0 {
    margin-bottom: 0px;
  }
  .marg-md-b5 {
    margin-bottom: 5px;
  }
  .marg-md-b10 {
    margin-bottom: 10px;
  }
  .marg-md-b15 {
    margin-bottom: 15px;
  }
  .marg-md-b20 {
    margin-bottom: 20px;
  }
  .marg-md-b25 {
    margin-bottom: 25px;
  }
  .marg-md-b30 {
    margin-bottom: 30px;
  }
  .marg-md-b35 {
    margin-bottom: 35px;
  }
  .marg-md-b40 {
    margin-bottom: 40px;
  }
  .marg-md-b45 {
    margin-bottom: 45px;
  }
  .marg-md-b50 {
    margin-bottom: 50px;
  }
  .marg-md-b55 {
    margin-bottom: 55px;
  }
  .marg-md-b60 {
    margin-bottom: 60px;
  }
  .marg-md-b65 {
    margin-bottom: 65px;
  }
  .marg-md-b70 {
    margin-bottom: 70px;
  }
  .marg-md-b75 {
    margin-bottom: 75px;
  }
  .marg-md-b80 {
    margin-bottom: 80px;
  }
  .marg-md-b85 {
    margin-bottom: 85px;
  }
  .marg-md-b90 {
    margin-bottom: 90px;
  }
  .marg-md-b95 {
    margin-bottom: 95px;
  }
  .marg-md-b100 {
    margin-bottom: 100px;
  }
  .marg-md-b140 {
    margin-bottom: 140px;
  }
  .marg-md-t0 {
    margin-top: 0px;
  }
  .marg-md-t5 {
    margin-top: 5px;
  }
  .marg-md-t10 {
    margin-top: 10px;
  }
  .marg-md-t15 {
    margin-top: 15px;
  }
  .marg-md-t20 {
    margin-top: 20px;
  }
  .marg-md-t25 {
    margin-top: 25px;
  }
  .marg-md-t30 {
    margin-top: 30px;
  }
  .marg-md-t35 {
    margin-top: 35px;
  }
  .marg-md-t40 {
    margin-top: 40px;
  }
  .marg-md-t45 {
    margin-top: 45px;
  }
  .marg-md-t50 {
    margin-top: 50px;
  }
  .marg-md-t55 {
    margin-top: 55px;
  }
  .marg-md-t60 {
    margin-top: 60px;
  }
  .marg-md-t65 {
    margin-top: 65px;
  }
  .marg-md-t70 {
    margin-top: 70px;
  }
  .marg-md-t75 {
    margin-top: 75px;
  }
  .marg-md-t80 {
    margin-top: 80px;
  }
  .marg-md-t85 {
    margin-top: 85px;
  }
  .marg-md-t90 {
    margin-top: 90px;
  }
  .marg-md-t95 {
    margin-top: 95px;
  }
  .marg-md-t100 {
    margin-top: 100px;
  }
  .marg-md-t140 {
    margin-top: 140px;
  }
  .no-padd-md {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .marg-sm-b0 {
    margin-bottom: 0px;
  }
  .marg-sm-b5 {
    margin-bottom: 5px;
  }
  .marg-sm-b10 {
    margin-bottom: 10px;
  }
  .marg-sm-b15 {
    margin-bottom: 15px;
  }
  .marg-sm-b20 {
    margin-bottom: 20px;
  }
  .marg-sm-b25 {
    margin-bottom: 25px;
  }
  .marg-sm-b30 {
    margin-bottom: 30px;
  }
  .marg-sm-b35 {
    margin-bottom: 35px;
  }
  .marg-sm-b40 {
    margin-bottom: 40px;
  }
  .marg-sm-b45 {
    margin-bottom: 45px;
  }
  .marg-sm-b50 {
    margin-bottom: 50px;
  }
  .marg-sm-b55 {
    margin-bottom: 55px;
  }
  .marg-sm-b60 {
    margin-bottom: 60px;
  }
  .marg-sm-b65 {
    margin-bottom: 65px;
  }
  .marg-sm-b70 {
    margin-bottom: 70px;
  }
  .marg-sm-b75 {
    margin-bottom: 75px;
  }
  .marg-sm-b80 {
    margin-bottom: 80px;
  }
  .marg-sm-b85 {
    margin-bottom: 85px;
  }
  .marg-sm-b90 {
    margin-bottom: 90px;
  }
  .marg-sm-b95 {
    margin-bottom: 95px;
  }
  .marg-sm-b100 {
    margin-bottom: 100px;
  }
  .marg-sm-b140 {
    margin-bottom: 140px;
  }
  .marg-sm-t0 {
    margin-top: 0px;
  }
  .marg-sm-t5 {
    margin-top: 5px;
  }
  .marg-sm-t10 {
    margin-top: 10px;
  }
  .marg-sm-t15 {
    margin-top: 15px;
  }
  .marg-sm-t20 {
    margin-top: 20px;
  }
  .marg-sm-t25 {
    margin-top: 25px;
  }
  .marg-sm-t30 {
    margin-top: 30px;
  }
  .marg-sm-t35 {
    margin-top: 35px;
  }
  .marg-sm-t40 {
    margin-top: 40px;
  }
  .marg-sm-t45 {
    margin-top: 45px;
  }
  .marg-sm-t50 {
    margin-top: 50px;
  }
  .marg-sm-t55 {
    margin-top: 55px;
  }
  .marg-sm-t60 {
    margin-top: 60px;
  }
  .marg-sm-t65 {
    margin-top: 65px;
  }
  .marg-sm-t70 {
    margin-top: 70px;
  }
  .marg-sm-t75 {
    margin-top: 75px;
  }
  .marg-sm-t80 {
    margin-top: 80px;
  }
  .marg-sm-t85 {
    margin-top: 85px;
  }
  .marg-sm-t90 {
    margin-top: 90px;
  }
  .marg-sm-t95 {
    margin-top: 95px;
  }
  .marg-sm-t100 {
    margin-top: 100px;
  }
  .marg-sm-t140 {
    margin-top: 140px;
  }
  .no-padd-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .marg-xs-b0 {
    margin-bottom: 0px;
  }
  .marg-xs-b5 {
    margin-bottom: 5px;
  }
  .marg-xs-b10 {
    margin-bottom: 10px;
  }
  .marg-xs-b15 {
    margin-bottom: 15px;
  }
  .marg-xs-b20 {
    margin-bottom: 20px;
  }
  .marg-xs-b25 {
    margin-bottom: 25px;
  }
  .marg-xs-b30 {
    margin-bottom: 30px;
  }
  .marg-xs-b35 {
    margin-bottom: 35px;
  }
  .marg-xs-b40 {
    margin-bottom: 40px;
  }
  .marg-xs-b45 {
    margin-bottom: 45px;
  }
  .marg-xs-b50 {
    margin-bottom: 50px;
  }
  .marg-xs-b55 {
    margin-bottom: 55px;
  }
  .marg-xs-b60 {
    margin-bottom: 60px;
  }
  .marg-xs-b65 {
    margin-bottom: 65px;
  }
  .marg-xs-b70 {
    margin-bottom: 70px;
  }
  .marg-xs-b75 {
    margin-bottom: 75px;
  }
  .marg-xs-b80 {
    margin-bottom: 80px;
  }
  .marg-xs-b85 {
    margin-bottom: 85px;
  }
  .marg-xs-b90 {
    margin-bottom: 90px;
  }
  .marg-xs-b95 {
    margin-bottom: 95px;
  }
  .marg-xs-b100 {
    margin-bottom: 100px;
  }
  .marg-xs-b140 {
    margin-bottom: 140px;
  }
  .marg-xs-t0 {
    margin-top: 0px;
  }
  .marg-xs-t5 {
    margin-top: 5px;
  }
  .marg-xs-t10 {
    margin-top: 10px;
  }
  .marg-xs-t15 {
    margin-top: 15px;
  }
  .marg-xs-t20 {
    margin-top: 20px;
  }
  .marg-xs-t25 {
    margin-top: 25px;
  }
  .marg-xs-t30 {
    margin-top: 30px;
  }
  .marg-xs-t35 {
    margin-top: 35px;
  }
  .marg-xs-t40 {
    margin-top: 40px;
  }
  .marg-xs-t45 {
    margin-top: 45px;
  }
  .marg-xs-t50 {
    margin-top: 50px;
  }
  .marg-xs-t55 {
    margin-top: 55px;
  }
  .marg-xs-t60 {
    margin-top: 60px;
  }
  .marg-xs-t65 {
    margin-top: 65px;
  }
  .marg-xs-t70 {
    margin-top: 70px;
  }
  .marg-xs-t75 {
    margin-top: 75px;
  }
  .marg-xs-t80 {
    margin-top: 80px;
  }
  .marg-xs-t85 {
    margin-top: 85px;
  }
  .marg-xs-t90 {
    margin-top: 90px;
  }
  .marg-xs-t95 {
    margin-top: 95px;
  }
  .marg-xs-t100 {
    margin-top: 100px;
  }
  .marg-xs-t140 {
    margin-top: 140px;
  }
  .no-marg-xs {
    margin-left: 0px;
    margin-right: 0px;
  }
  .no-padd-xs {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-padd-lms {
    padding-left: 15px;
    padding-right: 15px;
  }
}
