@media (min-width: 1200px) {
  .tp--col-lg-vertical-align {
    font-size: 0;
  }
  .tp--col-lg-vertical-align [class*=col-] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 16px;
  }
  .tp--col-lg-vertical-align.tp--vertical-align-intro [class*=col-] {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    display: block;
    float: left;
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .tp--col-md-vertical-align {
    font-size: 0;
  }
  .tp--col-md-vertical-align [class*=col-] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 16px;
  }
  .tp--col-md-vertical-align.tp--vertical-align-intro [class*=col-] {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    display: block;
    float: left;
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .tp--col-sm-vertical-align {
    font-size: 0;
  }
  .tp--col-sm-vertical-align [class*=col-] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 16px;
  }
  .tp--col-sm-vertical-align.tp--vertical-align-intro [class*=col-] {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    display: block;
    float: left;
    margin-top: -50px;
  }
}

@media (min-width: 480px) {
  .tp--col-xs-vertical-align {
    font-size: 0;
  }
  .tp--col-xs-vertical-align [class*=col-] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 16px;
  }
  .tp--col-xs-vertical-align.tp--vertical-align-intro [class*=col-] {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    display: block;
    float: left;
    margin-top: -50px;
  }
}

@media (min-width: 320px) {
  .tp--col-xxs-vertical-align {
    font-size: 0;
  }
  .tp--col-xxs-vertical-align [class*=col-] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 16px;
  }
  .tp--col-xxs-vertical-align.tp--vertical-align-intro [class*=col-] {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    display: block;
    float: left;
    margin-top: -50px;
  }
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #7d8a93;
}

ul, ol {
  margin-bottom: 2em;
}

ul li, ol li {
  margin-bottom: 0.75em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1em;
  color: #38454e;
  line-height: 1.5;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1em;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus {
  outline: 0;
}

blockquote {
  border-left: 0;
  position: relative;
}

blockquote footer {
  font-size: 0.8em;
  opacity: 0.75;
  color: #7d8a93;
}

blockquote footer:before {
  content: '';
}

blockquote.blockquote-styled:before {
  content: '\201C';
  position: absolute;
  left: -50px;
  top: -37px;
  font-size: 8em;
  opacity: 0.2;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote.blockquote-styled:after {
  content: '\201D';
  position: absolute;
  right: -50px;
  top: -37px;
  font-size: 8em;
  opacity: 0.2;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote.blockquote-styled.blockquote-large:before {
  content: '\201C';
  position: absolute;
  left: -82px;
  top: -52px;
  font-size: 9em;
  opacity: 0.2;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote.blockquote-styled.blockquote-large:after {
  content: '\201D';
  position: absolute;
  right: -82px;
  top: -52px;
  font-size: 9em;
  opacity: 0.2;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote.blockquote-large {
  font-size: 1.3em;
}

.is-IE blockquote.blockquote-styled.blockquote-large::before,
.is-IE blockquote.blockquote-styled.blockquote-large::after {
  font-size: 187px;
}

.main_text h3 b {
  font-size: 75px;
  font-weight: 900;
}
.main_text h3 span {
  font-size: 60px;
  font-weight: 700;
}

.main_text h4 span {
  font-size: 26px;
  font-weight: 900;
}

.tp--parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  min-height: 100%;
}

.tp--vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.tp--hover-1 {
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: box-shadow 0.3s, -moz-transform 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, opacity 0.3s;
}

.tp--hover-1:hover {
  box-shadow: 0 14px 50px rgba(20, 50, 81, 0.04), 0 14px 50px rgba(0, 0, 0, 0.05) !important;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.tp--preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
  z-index: 9999999;
}

.tp--preloader .tp--spinner {
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tp--preloader .tp--spinner .loader-inner div {
  background-color: black;
}

.browserupgrade {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  height: 35px;
  z-index: 999999;
  padding: 3px;
  width: 50%;
  background: white;
}

.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 25px;
}

.btn:focus {
  outline: none;
}

.btn.btn-square {
  border-radius: 0 !important;
}

.btn.btn-circular {
  border-radius: 50px;
  box-shadow: none;
}

.btn.btn-empty {
  background-color: transparent;
  color: #38454e;
  box-shadow: none;
}

.btn.btn-lg {
  padding: 15px 25px;
}

.btn.btn-box-shadow {
  box-shadow: 0 4px 6px rgba(39, 39, 80, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn.btn-white {
  background-color: white !important;
  border-color: white !important;
  color: #38454e !important;
}

.btn.btn-white:hover {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
}

[class*=tp--pattern-]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tp--pattern-1:before {
  background: url("../asset/images/bg-pattern-1.png") !important;
  background-size: cover !important;
}

.tp--pattern-2:before {
  background: url("../images/patterns/bg-pattern-2.png") !important;
}

.tp--pattern-3:before {
  background: url("../images/patterns/bg-pattern-3.png") !important;
}

.tp--pattern-4:before {
  background: url("../images/patterns/bg-pattern-4.png") !important;
}

.tp--pattern-5:before {
  background: url("../images/patterns/bg-pattern-5.png") !important;
}

.tp--pattern-6:before {
  background: url("../images/patterns/bg-pattern-6.png") !important;
}

.tp--pattern-7:before {
  background: url("../images/patterns/bg-pattern-7.png") !important;
}

.tp--pattern-8:before {
  background: url("../images/patterns/bg-pattern-8.png") !important;
}

.tp--pattern-9:before {
  background: url("../images/patterns/bg-pattern-9.png") !important;
}

.tp--pattern-10:before {
  background: url("../images/patterns/bg-pattern-10.png") !important;
}

.tp--pattern-11:before {
  background: url("../images/patterns/bg-pattern-11.png") !important;
}

.tp--pattern-12:before {
  background: url("../images/patterns/bg-pattern-12.png") !important;
}

.tp--header {
  position: relative;
  height: 80px;
}

.tp--header::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
}

.tp--header ul,
.tp--header ol {
  list-style: none;
  padding-left: 0;
}

.tp--header .logo {
  display: inline-block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  line-height: 80px;
  margin: 0;
}

@media (min-width: 992px) {
  .tp--header .logo {
    font-size: 1.5em;
  }
}

.tp--header .logo a {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp--header .logo a:hover {
  text-decoration: none;
}

.tp--header .logo a img {
  margin-top:20px;
  max-width: 120px;
  vertical-align: inherit;
}

.tp--header .logo a img.logo-dark {
  display: none;
}

.tp--header nav {
  background: none;
  border: none;
  padding: 0 1em;
}

.tp--header nav .navbar {
  margin-bottom: 0;
}

.tp--header nav .navbar .nav {
  float: right;
}

.tp--header nav .navbar .nav > li > a {
  line-height: 80px;
  font-size: 0.83em;
  padding: 0 0 0 2.5em;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .tp--header nav .navbar .nav > li > a .btn {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) {
  .tp--header nav .navbar .nav > li > a {
    font-size: 0.9em;
    padding: 0 1.5em;
  }
}

@media (min-width: 1200px) {
  .tp--header nav .navbar .nav > li > a .btn {
    padding: 15px 25px;
  }
}

.tp--header nav .navbar .nav > li > a:hover {
  background-color: transparent;
  color: white;
  opacity: 1;
}

.tp--header nav .navbar .nav > li > a:focus {
  background-color: transparent;
}

.tp--header nav .navbar .nav > li > a.current a {
  color: #7d8a93;
}

.tp--header nav .navbar .nav > li > a.dropdown-toggle i {
  margin: -1px 0 0 3px;
  font-size: 10px;
  display: inline-table;
}

.tp--header nav .navbar .nav > li ul {
  border: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tp--header nav .navbar .nav > li ul li a {
  font-size: 0.9em;
}

.tp--header nav .navbar .nav > li ul .dropdown-header {
  color: #7d8a93;
}

@media (min-width: 768px) {
  .tp--header nav .navbar .nav > li.tp--nav-divider {
    display: none;
  }
}

@media (min-width: 992px) {
  .tp--header nav .navbar .nav > li.tp--nav-divider {
    display: block;
  }
}

@media (max-width: 767px) {
  .tp--header nav .navbar {
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tp--header nav .navbar .navbar-collapse {
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 105%;
    height: 100%;
    padding: 1.2em 12% 1.2em 10%;
  }
  .tp--header nav .navbar .navbar-collapse .nav {
    float: none;
    margin: 2em 0 0 0;
  }
  .tp--header nav .navbar .navbar-collapse .nav a {
    color: #38454e !important;
    line-height: 1.5 !important;
    padding: 1em 0;
    font-size: 1.2em;
  }
  .tp--header nav .navbar .navbar-collapse .nav a:hover {
    color: #647079;
  }
  .tp--header nav .navbar .navbar-collapse .nav a .btn {
    display: block;
    padding: 1.2em 0;
  }
}

.tp--header .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 0;
  right: 15px;
  height: 100px;
  width: 60px;
  z-index: 1;
  margin: 0;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.tp--header .nav-trigger span, .tp--header .nav-trigger span::after, .tp--header .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: white;
  height: 0.5px;
  width: 27px;
}

.tp--header .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color .3s;
}

.tp--header .nav-trigger span::after, .tp--header .nav-trigger span::before {
  content: '';
  left: 0;
  transition: transform .3s;
}

.tp--header .nav-trigger span::before {
  transform: translateY(-7px);
}

.tp--header .nav-trigger span::after {
  transform: translateY(7px);
}

.tp--header.nav-open .nav-trigger span {
  background-color: transparent;
}

.tp--header.nav-open .nav-trigger span::before {
  transform: rotate(45deg);
}

.tp--header.nav-open .nav-trigger span::after {
  transform: rotate(-45deg);
}

.tp--header.nav-open .navbar-wrapper {
  padding: 0;
}

.tp--header.nav-open .navbar-wrapper .navbar {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.tp--header .tp--nav-dropdown {
  display: none;
}

.tp--header .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 1.2em 5%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #FFFFFF;
  opacity: 0;
}

@media (max-width: 767px) {
  .tp--header .morph-dropdown-wrapper {
    position: fixed;
    display: block;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    overflow: hidden;
    padding: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container {
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 105%;
    height: 100%;
    padding: 1.2em 15% 1.2em 10%;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list {
    overflow: hidden;
    margin: 2em 0 0 0;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li {
    font-size: 0.9em;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li.links {
    font-size: 1em;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li.links .tp--nav-label {
    display: block;
    font-size: 1.2em;
    line-height: 1.5;
    position: relative;
    background: white;
    padding: 1em 0;
    color: #38454e;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li.links .tp--nav-label:hover {
    color: #232b30;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li.links .tp--nav-label .btn {
    display: block;
    padding: 1.2em 0;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li.links.tp--nav-auth a {
    padding-bottom: 0;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li.dropdown.links .tp--nav-label {
    display: inline-block;
    padding: 1em;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li.tp--nav-divider a {
    line-height: 1.5 !important;
    padding: 1em 0;
    font-size: 1.2em;
    display: block;
    position: relative;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li:last-child {
    margin-bottom: 0;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content {
    margin-top: 0.5em;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content::after {
    clear: both;
    content: "";
    display: block;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content > ul > li {
    width: 50%;
    float: left;
    opacity: 0.75;
    margin-bottom: 1.4em;
  }
}

@media (max-width: 767px) and (max-width: 400px) {
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content > ul > li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content > ul > li h2 {
    text-transform: capitalize;
    font-size: 1em;
    margin: 0.5em 0 1.5em;
    text-decoration: underline;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content.columns > ul > li {
    width: 100%;
    float: none;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content.columns .links-list::after {
    clear: both;
    content: "";
    display: block;
  }
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content.columns .links-list li {
    width: 50%;
    float: left;
    margin-bottom: 1.4em;
  }
}

@media (max-width: 767px) and (max-width: 400px) {
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content.columns .links-list li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tp--header .morph-dropdown-wrapper .morph-dropdown-container .dropdown-list > ul > li .content.columns .links-list a {
    margin-left: 0;
  }
}

.tp--header .morph-dropdown-wrapper .dropdown-list > ul > li .content li::after {
  clear: both;
  content: "";
  display: block;
}

.tp--header .morph-dropdown-wrapper .dropdown-list > ul > li .content h2 {
  text-transform: capitalize;
  font-size: 1.5rem;
  margin: 7px 0 16px 14px;
}

.tp--header .morph-dropdown-wrapper .dropdown-list > ul > li .links .content > ul > li {
  margin-top: 1em;
}

.tp--header .morph-dropdown-wrapper .dropdown-list > ul > li .links-list li:last-child {
  margin-bottom: 0;
}

.tp--header .morph-dropdown-wrapper .dropdown-list > ul > li .links-list a {
  display: block;
  margin-left: 14px;
}

.tp--header .morph-dropdown-wrapper .dropdown-list > ul > li .links-list a:hover {
  color: #1A1A1A;
}

.tp--header.nav-open .logo a {
  color: #38454e;
}

.tp--header.nav-open .nav-trigger span:before, .tp--header.nav-open .nav-trigger span:after {
  background: #38454e;
}

.tp--header.nav-open .morph-dropdown-wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 768px) {
  .tp--header {
    position: absolute;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    z-index: 10;
  }
  .tp--header::before {
    content: 'desktop';
  }
  .tp--header .nav-trigger {
    display: none;
  }
  .tp--header .tp--nav-dropdown {
    display: inline-block;
  }
  .tp--header .tp--nav-dropdown > ul > li {
    display: inline-block;
    float: left;
  }
  .tp--header .tp--nav-dropdown > ul > li > a {
    display: block;
    padding: 0 1.8em;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
    font-size: 1.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity .2s;
  }
  .tp--header.is-dropdown-visible .tp--nav-dropdown > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    opacity: .6;
  }
  .tp--header.is-dropdown-visible .tp--nav-dropdown > ul > li.active > a {
    opacity: 1;
  }
  .tp--header .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    transform: translateZ(0);
    will-change: transform;
    transform: translateY(20px);
    transition: transform .3s;
    opacity: 1;
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list {
    position: absolute;
    top: 26px;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility .3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .no-csstransitions .tp--header .morph-dropdown-wrapper .dropdown-list {
    display: none;
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list::before {
    /* dropdown top triangle */
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFFFFF;
    opacity: 0;
    transition: opacity .3s;
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list .links {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity .3s, visibility .3s;
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list .links.active {
    opacity: 1;
    visibility: visible;
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list .links.move-left .content {
    transform: translateX(-100px);
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list .links.move-right .content {
    transform: translateX(100px);
  }
  .tp--header .morph-dropdown-wrapper .dropdown-list .links .tp--nav-label {
    /* hide the label on bigger devices */
    display: none;
  }
  .tp--header.is-dropdown-visible .morph-dropdown-wrapper {
    transform: translateY(0);
  }
  .tp--header.is-dropdown-visible .dropdown-list {
    visibility: visible;
    transition: transform .3s, width .3s, height .3s;
  }
  .tp--header.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  .tp--header .content {
    padding: 1.9em 2em;
    transition: transform .3s;
    text-align: left;
    font-size: 0.9em;
    background-color: white;
    border-radius: 4px;
  }
  .tp--header .content > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .tp--header .content > ul > li:last-child {
    margin-bottom: 0;
  }
  .tp--header .content a {
    color: inherit;
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  .tp--header .content a:hover {
    text-decoration: none;
    opacity: 1;
    color: #59636b;
  }
  .tp--header .content.columns {
    padding-bottom: 15px;
  }
  .tp--header .content.columns > ul > li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 0;
  }
  .tp--header .content.columns > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .tp--header .links .content > ul > li {
    margin-top: 0;
  }
  .tp--header .links .content,
  .tp--header .button .content {
    width: 220px;
  }
  .tp--header .links .content.columns,
  .tp--header .button .content.columns {
    width: 400px;
  }
  .tp--header .links-list a {
    margin-left: 0;
  }
  .tp--header .content h2 {
    font-size: 1.5rem;
    text-transform: none;
    color: #1A1A1A;
    margin: 0 0 1em;
  }
  .tp--header .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0;
    transition: opacity .3s;
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }
  .tp--header.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition: transform .3s, opacity .3s;
  }
}

.tp--header.tp--header-light .logo a {
  color: inherit;
}

.tp--header.tp--header-light nav .nav > li > a {
  color: inherit;
}

.tp--nav-signup a span {
  font-size: 1em;
  margin-top: -3px;
  position: relative;
}

.tp--header.tp--header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.tp--header-shrink {
  height: 100px !important;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.tp--header-shrink .logo {
  line-height: 100px !important;
}

.tp--header-shrink nav .nav > li a {
  line-height: 100px !important;
}

.tp--header-shrink.shrink {
  height: 80px !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.tp--header-shrink.shrink .logo {
  line-height: 80px !important;
}

.tp--header-shrink.shrink .logo a {
  color: #38454e !important;
}

.tp--header-shrink.shrink .logo a img {
  max-width: 120px;
}

.tp--header-shrink.shrink .logo a img.logo-main {
  display: none;
}

.tp--header-shrink.shrink .logo a img.logo-dark {
  display: inline-block;
}

.tp--header-shrink.shrink nav .nav a {
  line-height: 80px !important;
  color: #7d8a93 !important;
}

.tp--header-shrink.shrink nav .nav a:hover {
  color: #4d565d;
}

.tp--header-shrink.shrink .nav-trigger {
  height: 80px;
}

.tp--header-shrink.shrink .nav-trigger span {
  background-color: #38454e;
}

.tp--header-shrink.shrink .nav-trigger span:before, .tp--header-shrink.shrink .nav-trigger span:after {
  background-color: #38454e;
}

.tp--header-shrink.shrink.nav-open .nav-trigger span {
  background: white;
}

.tp--header.tp--header-2 {
  background-color: white;
}

.tp--header.tp--header-2 .logo {
  line-height: 80px;
}

.tp--header.tp--header-2 .logo a {
  color: inherit;
}

.tp--header.tp--header-2 nav .nav > li > a {
  color: inherit;
  line-height: 80px;
}

.tp--header.tp--header-3 {
  background-color: rgba(0, 0, 0, 0.05);
}

.tp--header.tp--header-3.tp--header-fixed-dark {
  background-color: rgba(0, 0, 0, 0.4);
}

.tp--header.tp--header-3 .logo {
  line-height: 80px;
}

.tp--header.tp--header-3 nav .nav > li > a {
  line-height: 80px;
}

.tp--header.tp--header-3.shrink {
  background-color: white;
}

.tp--header-4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tp--carousel-caption-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 80%;
  max-height: 25%;
  z-index: 10;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tp--carousel-caption-center h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}

.tp--carousel-caption-center p {
  color: rgba(255, 255, 255, 0.9);
  margin: 1em 10em;
}

.tp--carousel-caption-center .btn {
  margin: 1em 0;
  padding: 1em 2em;
  background: white;
  color: black;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tp--carousel-caption-left {
  position: absolute;
  left: 29px;
  bottom: 15%;
  max-width: 550px;
  z-index: 10;
}

.tp--carousel-caption-left h1 {
  font-size: 3em;
  font-weight: 800;
  margin: 0 0 0.5em;
}

.tp--carousel-caption-left h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.tp--carousel-caption-left p {
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.tp--carousel-caption-left .btn {
  margin: 1em 0;
  padding: 1em 2em;
  background: white;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.carousel-control {
  background: none !important;
}

.tp--partners .item{
  height: 120px;
}
.tp--partners .item img {
  max-width: 150px;
  max-height: 90px;
  opacity: .7;
}
.tp--slider-single {
  position: relative;
  z-index: 1;
}

.tp--slider-single .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  z-index: 10;
}

.tp--slider-single .owl-nav [class*=owl-] {
  background-color: transparent;
  font-size: 32px;
  opacity: 0.5;
  color: white;
}

@media only screen and (min-width: 1400px) {
  .tp--slider-single .owl-nav [class*=owl-] {
    font-size: 47px;
  }
}

.tp--slider-single .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  opacity: 1;
}

.tp--slider-single .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.tp--slider-single .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

#intro.tp--intro.tp--slider-single h1 {
  font-size: 2em;
  font-weight: 900;
  margin: 0 0 0.5em;
}

#intro.tp--intro.tp--slider-single h2 {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 0.5em;
}

#intro.tp--intro.tp--slider-single h3 {
  font-size: 1.6em;
  line-height: 1.3;
  margin: 0 0 0.5em;
}

#intro.tp--intro.tp--slider-single p {
  font-size: 1em;
  font-weight: 100;
  line-height: 1.7;
  opacity: 0.75;
}

#intro.tp--intro.tp--slider-single p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  #intro.tp--intro.tp--slider-single h1 {
    font-size: 2.1em;
    margin: 0 0 0.5em;
  }
  #intro.tp--intro.tp--slider-single h2 {
    font-size: 1.8em;
  }
  #intro.tp--intro.tp--slider-single h3 {
    font-size: 1.6em;
  }
  #intro.tp--intro.tp--slider-single p {
    font-size: 1.05em;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 768px) {
  #intro.tp--intro.tp--slider-single h1 {
    font-size: 2.4em;
    margin: 0 0 0.5em;
    line-height: 1.4;
  }
  #intro.tp--intro.tp--slider-single h2 {
    font-size: 2.3em;
    line-height: 1.4;
  }
  #intro.tp--intro.tp--slider-single h3 {
    font-size: 2.2em;
    line-height: 1.4;
  }
  #intro.tp--intro.tp--slider-single p {
    font-size: 1.1em;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 1024px) {
  #intro.tp--intro.tp--slider-single h1 {
    font-size: 2.8em;
    margin: 0 0 0.5em;
  }
  #intro.tp--intro.tp--slider-single h2 {
    font-size: 2.4em;
  }
  #intro.tp--intro.tp--slider-single h3 {
    font-size: 2.4em;
  }
  #intro.tp--intro.tp--slider-single p {
    font-size: 1.1em;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 1400px) {
  #intro.tp--intro.tp--slider-single h1 {
    font-size: 3.2em;
    line-height: 1.3;
    font-weight: 900;
    margin: 0 0 0.5em;
  }
  #intro.tp--intro.tp--slider-single h2 {
    font-size: 2.8em;
  }
  #intro.tp--intro.tp--slider-single h3 {
    font-size: 2.5em;
  }
  #intro.tp--intro.tp--slider-single p {
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.8;
  }
}

#intro.tp--intro.tp--slider-single .owl-stage {
  padding-bottom: 4em;
}

#intro.tp--intro.tp--slider-single .owl-item .item.tp--with-image-light {
  position: relative;
  background-size: cover !important;
}

#intro.tp--intro.tp--slider-single .owl-item .item.tp--with-image-light:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(35, 35, 35, 0.3);
}

#intro.tp--intro.tp--slider-single .owl-item .item.tp--with-image {
  position: relative;
  background-size: cover !important;
}

#intro.tp--intro.tp--slider-single .owl-item .item.tp--with-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(35, 35, 35, 0.7);
}

#intro.tp--intro.tp--slider-single .owl-item .item.tp--with-image-dark {
  position: relative;
  background-size: cover !important;
}

#intro.tp--intro.tp--slider-single .owl-item .item.tp--with-image-dark:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(35, 35, 35, 0.9);
}

#intro.tp--intro.tp--slider-single .owl-item .item a.popup-gallery img {
  width: 100%;
  height: auto;
}

#intro.tp--intro.tp--slider-single .owl-item .item .btn-lg {
  padding: 1em 2em;
  font-weight: 600;
  border: none;
  margin-top: 1em;
  font-size: 1em;
}

@media only screen and (min-width: 1400px) {
  #intro.tp--intro.tp--slider-single .owl-item .item .btn-lg {
    font-size: 1.2em;
    line-height: 1.8;
    padding: 0.8em 2em;
  }
}

#intro.tp--intro.tp--slider-single .owl-item .item img {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #intro.tp--intro.tp--slider-single .owl-item .item [class^=col-xs],
  #intro.tp--intro.tp--slider-single .owl-item .item [class^=col-sm],
  #intro.tp--intro.tp--slider-single .owl-item .item [class^=col-md],
  #intro.tp--intro.tp--slider-single .owl-item .item [class^=col-lg] {
    margin-bottom: 2em;
    padding: 2em 2em 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    display: block;
    float: left;
    margin-top: -50px;
  }
}

#intro.tp--intro.tp--slider-single .tp--intro-content {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#intro.tp--intro.tp--slider-single .tp--intro-image {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#intro.tp--intro.tp--slider-single .tp--intro-image.tp--intro-image-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 6em;
  padding-bottom: 8em;
  height: 100%;
}

@media only screen and (min-width: 1400px) {
  #intro.tp--intro.tp--slider-single .tp--intro-image.tp--intro-image-vertical {
    margin-top: 7em;
    padding-bottom: 9em;
  }
}

#intro.tp--intro.tp--slider-single .tp--intro-content-left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #intro.tp--intro.tp--slider-single .tp--intro-content-left {
    text-align: center;
  }
}

#intro.tp--intro.tp--slider-single .tp--intro-content-center {
  text-align: center;
}

#intro.tp--intro.tp--slider-single .tp--intro-content-right {
  text-align: left;
}

#intro.tp--intro.tp--slider-single .tp--intro-diagonal {
  position: relative;
}

#intro.tp--intro.tp--slider-single .tp--intro-diagonal:after {
  content: '';
  height: 400px;
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0px;
  background: white;
  transform: skewY(-9deg);
  transform-origin: top;
  -webkit-transform: skewY(-9deg);
  -webkit-transform-origin: 0 0;
}

#intro.tp--intro.tp--slider-single .tp--intro-diagonal > .container {
  position: relative;
  z-index: 10;
}

#intro.tp--intro.tp--slider-single .tp--intro-diagonal .tp--carousel-caption-center {
  max-height: 35%;
}

#intro.tp--intro.tp--slider-single .tp--intro-diagonal.tp--intro-diagonal-1:after {
  -webkit-transform: skewY(-9deg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}

#intro.tp--intro.tp--slider-single .tp--intro-diagonal.tp--intro-diagonal-2:after {
  -webkit-transform: skewY(9deg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
  top: -77px;
}

@media only screen and (min-width: 600px) {
  #intro.tp--intro.tp--slider-single .tp--intro-diagonal.tp--intro-diagonal-2:after {
    top: -93px;
  }
}

@media only screen and (min-width: 768px) {
  #intro.tp--intro.tp--slider-single .tp--intro-diagonal.tp--intro-diagonal-2:after {
    top: -120px;
  }
}

@media only screen and (min-width: 1024px) {
  #intro.tp--intro.tp--slider-single .tp--intro-diagonal.tp--intro-diagonal-2:after {
    top: -161px;
  }
}

@media only screen and (min-width: 1400px) {
  #intro.tp--intro.tp--slider-single .tp--intro-diagonal.tp--intro-diagonal-2:after {
    top: -345px;
  }
}

#intro.tp--intro.tp--intro-dark {
  background-color: #4d4d4d;
  color: white;
}

#intro.tp--intro.tp--intro-dark h1, #intro.tp--intro.tp--intro-dark h2, #intro.tp--intro.tp--intro-dark h3, #intro.tp--intro.tp--intro-dark h4, #intro.tp--intro.tp--intro-dark h5, #intro.tp--intro.tp--intro-dark h6 {
  color: white;
}

#intro.tp--intro.tp--intro-height-100.tp--slider-single {
  height: 100vh;
}

#intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-stage {
  height: 100%;
}

#intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item {
  height: 100vh;
}

#intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item .item {
  height: 100vh;
  padding-top: 100px;
}

#intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item .item .container,
#intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item .item .row {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item .item .container,
  #intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item .item .row {
    height: 100%;
  }
}

.is-IE .tp--intro.tp--slider-single#intro .tp--intro-diagonal::after {
  top: auto;
  bottom: 134px !important;
}

@media only screen and (min-width: 1700px) {
  .is-IE .tp--intro.tp--slider-single#intro .tp--intro-diagonal::after {
    bottom: 160px !important;
  }
}

.tp--section {
  padding: 4.5em 0;
  position: relative;
}

.tp--section .page-header {
  border-bottom: 0;
}

.tp--section .page-header h1 {
  font-size: 5.5em;
  padding: 0 1em;
}

.tp--section .page-header h2 {
  font-size: 2em;
  font-weight: 800;
  margin: 0.3em auto 0.5em;
  padding: 0 1em;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  .tp--section .page-header h2 {
    font-size: 2.4em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--section .page-header h2 {
    font-size: 2.8em;
    line-height: 1.2;
    margin: 0.3em auto 0.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .tp--section .page-header h2 {
    font-size: 2.8em;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--section .page-header h2 {
    font-size: 3.5em;
    line-height: 1.3;
  }
}

.tp--section .page-header h3 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.75;
  padding: 0 1em;
}

@media only screen and (min-width: 768px) {
  .tp--section .page-header h3 {
    font-size: 1.2em;
  }
}

.tp--section .page-header i {
  font-size: 1.3em;
  margin: 0 0 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #eaeaea;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

@media only screen and (min-width: 600px) {
  .tp--section .page-header i {
    font-size: 1.5em;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .tp--section .page-header i {
    font-size: 1.8em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0.3em auto 0.5em;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--section .page-header i {
    font-size: 2em;
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .tp--section .page-header h2 {
    font-size: 3em;
  }
  .tp--section .page-header.tp--title-overlay h2 {
    position: relative;
  }
  .tp--section .page-header.tp--title-overlay h2:before {
    content: attr(data-title);
    position: absolute;
    font-size: 100px;
    line-height: 1.1;
    color: #eee;
    width: 100%;
    left: 0;
    right: 0;
    top: -25px;
    text-transform: uppercase;
  }
  .tp--section .page-header.tp--title-overlay h2 span {
    position: relative;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--section .page-header h2 {
    font-size: 3.7em;
  }
  .tp--section .page-header.tp--title-overlay h2 {
    position: relative;
  }
  .tp--section .page-header.tp--title-overlay h2:before {
    content: attr(data-title);
    position: absolute;
    font-size: 134px;
    line-height: 1.1;
    color: #eee;
    width: 100%;
    left: 0;
    right: 0;
    top: -36px;
    text-transform: uppercase;
  }
  .tp--section .page-header.tp--title-overlay h2 span {
    position: relative;
  }
}

.tp--section p {
  line-height: 2;
}

.tp--section .sub-title {
  text-transform: uppercase;
  opacity: 0.75;
  font-size: 1.05em;
  font-weight: 800;
  margin-bottom: 1.5em;
}

.tp--section p.desc {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 2em;
  padding: 0 14em;
}

.tp--section img {
  margin: auto;
}

.tp--section.tp--section-with-bg {
  background-repeat: no-repeat;
}

.tp--section.tp--section-with-bg.tp--section-with-bg-cover {
  background-size: cover !important;
}

.tp--section.tp--section-with-bg-overlay.tp--section-with-bg-cover {
  background-size: cover !important;
}

.tp--section.tp--section-with-bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
  opacity: 0.6;
}

.tp--section.tp--section-with-bg-overlay .container {
  position: relative;
  z-index: 1;
}

.tp--section.tp--section-with-bg-overlay h1,
.tp--section.tp--section-with-bg-overlay h2,
.tp--section.tp--section-with-bg-overlay h3,
.tp--section.tp--section-with-bg-overlay h4,
.tp--section.tp--section-with-bg-overlay h5,
.tp--section.tp--section-with-bg-overlay h6 {
  color: white;
  margin-bottom: 0.5em;
}

.tp--section.tp--section-with-bg-overlay .text-muted {
  color: rgba(255, 255, 255, 0.7);
}

.tp--section.tp--section-with-bg-overlay p {
  color: white;
  letter-spacing: 0.5px;
}

.tp--section.tp--section-dark {
  background-color: #4d4d4d;
  color: white;
  position: relative;
  z-index: 1;
}

.tp--section.tp--section-dark a {
  color: white;
}

.tp--section.tp--section-dark.tp--diagonal {
  background-color: transparent !important;
}

.tp--section.tp--section-dark.tp--diagonal:before {
  background: #4d4d4d !important;
}

.tp--section.tp--section-dark h1, .tp--section.tp--section-dark h2, .tp--section.tp--section-dark h3, .tp--section.tp--section-dark h4, .tp--section.tp--section-dark h5, .tp--section.tp--section-dark h6 {
  color: white;
}

.tp--section.tp--section-light {
  background-color: #f7f7f7;
}

.tp--diagonal {
  position: relative;
  z-index: 1;
  padding: 110px 0;
  margin-top: 20px;
}

.tp--diagonal:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.tp--diagonal.tp--diagonal-1:before {
  -webkit-transform: skewY(-9deg);
  -moz-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  -o-transform: skewY(-9deg);
  transform: skewY(-9deg);
}

.tp--diagonal.tp--diagonal-2:before {
  -webkit-transform: skewY(9deg);
  -moz-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
}

.tp--floating-box {
  background-color: white;
  box-shadow: 0 10px 50px rgba(20, 50, 81, 0.04), 0 10px 50px rgba(0, 0, 0, 0.05);
  padding: 2.5em;
  border-radius: 5px;
  color: initial;
}

.tp--floating-box a {
  color: initial !important;
}

.is-IE .tp--floating-box a {
  color: #38454e;
}

.tp--inner .tp--inner-header {
  background: #bcbcbc;
  padding: 5em 0;
  position: relative;
}

.tp--inner .tp--inner-header h1, .tp--inner .tp--inner-header h2, .tp--inner .tp--inner-header h3, .tp--inner .tp--inner-header h4, .tp--inner .tp--inner-header h5, .tp--inner .tp--inner-header h6 {
  margin: 0;
}

.tp--inner .tp--inner-header h1 {
  font-size: 2.2em;
  font-weight: 800;
  margin-top: 0.75em;
}

@media only screen and (min-width: 480px) {
  .tp--inner .tp--inner-header h1 {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--inner .tp--inner-header h1 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 992px) {
  .tp--inner .tp--inner-header h1 {
    font-size: 3.5em;
  }
}

@media only screen and (min-width: 1200px) {
  .tp--inner .tp--inner-header h1 {
    font-size: 4em;
  }
}

.tp--inner .tp--inner-header h2 {
  font-size: 1.8em;
  font-weight: 800;
  margin-top: 0.75em;
}

@media only screen and (min-width: 480px) {
  .tp--inner .tp--inner-header h2 {
    font-size: 2.2em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--inner .tp--inner-header h2 {
    font-size: 2.6em;
  }
}

@media only screen and (min-width: 992px) {
  .tp--inner .tp--inner-header h2 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 1200px) {
  .tp--inner .tp--inner-header h2 {
    font-size: 3.5em;
  }
}

.tp--inner .tp--inner-header p {
  font-size: 1.25em;
  opacity: 0.8;
  margin: 1em 0 0 0;
}

.tp--inner .tp--inner-header .tp--breadcrumbs {
  padding: 4em 0.1em 1em;
  color: white;
  font-size: 0.9em;
}

.tp--inner .tp--inner-header .tp--breadcrumbs a {
  color: white;
}

.tp--inner .tp--inner-header .tp--breadcrumbs a i {
  font-size: 1.1em;
}

.tp--inner .tp--section .page-header {
  border-bottom: 0;
}

.tp--inner .tp--section .page-header h1 {
  font-size: 5.5em;
  padding: 0 1em;
}

.tp--inner .tp--section .page-header h2 {
  font-size: 2em;
  font-weight: 800;
  margin: 0.3em auto 0.5em;
  padding: 0 1em;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  .tp--inner .tp--section .page-header h2 {
    font-size: 2.4em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--inner .tp--section .page-header h2 {
    font-size: 2.8em;
    line-height: 1.2;
    margin: 0.3em auto 0.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .tp--inner .tp--section .page-header h2 {
    font-size: 3em;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--inner .tp--section .page-header h2 {
    font-size: 3em;
    line-height: 1.3;
  }
}

.tp--inner .tp--section .page-header h3 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.75;
  padding: 0 1em;
}

@media only screen and (min-width: 768px) {
  .tp--inner .tp--section .page-header h3 {
    font-size: 1.2em;
  }
}

.tp--inner .tp--section .page-header i {
  font-size: 1.3em;
  margin: 0 0 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #eaeaea;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

@media only screen and (min-width: 600px) {
  .tp--inner .tp--section .page-header i {
    font-size: 1.5em;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .tp--inner .tp--section .page-header i {
    font-size: 1.8em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0.3em auto 0.5em;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--inner .tp--section .page-header i {
    font-size: 2em;
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .tp--inner .tp--section .page-header.tp--title-overlay h2 {
    position: relative;
  }
  .tp--inner .tp--section .page-header.tp--title-overlay h2:before {
    content: attr(data-title);
    position: absolute;
    font-size: 2.1em;
    line-height: 1.1;
    color: #eee;
    width: 100%;
    left: 0;
    right: 0;
    top: -25px;
    text-transform: uppercase;
  }
  .tp--inner .tp--section .page-header.tp--title-overlay h2 span {
    position: relative;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--inner .tp--section .page-header.tp--title-overlay h2 {
    position: relative;
  }
  .tp--inner .tp--section .page-header.tp--title-overlay h2:before {
    content: attr(data-title);
    position: absolute;
    font-size: 2.2em;
    line-height: 1.1;
    color: #eee;
    width: 100%;
    left: 0;
    right: 0;
    top: -36px;
    text-transform: uppercase;
  }
  .tp--inner .tp--section .page-header.tp--title-overlay h2 span {
    position: relative;
  }
}

.tp--footer {
  background: white;
  padding: 5em 0;
}

.tp--footer h2 {
  font-size: 1.3em;
  text-transform: uppercase;
}

.tp--footer h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 2.1em;
  margin-bottom: 1em;
}

.tp--footer p,
.tp--footer a {
  font-size: 0.9em;
  margin-right: 10px;
  color: #7d8a93;
}

.tp--footer a:hover {
  color: #363d41;
  text-decoration: none;
}

.tp--footer .footer-text p {
  line-height: 1.7;
}

.tp--footer .label {
  font-weight: 400;
  letter-spacing: 0.5px;
}

.tp--footer .copyright {
  line-height: 2;
  font-weight: 200;
  letter-spacing: 0.7px;
}

.tp--footer .logo {
  padding: 1em 0 0;
}

.tp--footer .tp--social {
  margin-top: 2em;
}

.tp--footer .icon {
  font-size: 1.3em;
  margin: 1.5em 0.75em 0;
}

.tp--footer.tp--section-dark {
  background-color: #4d4d4d;
  color: white;
}

.tp--footer.tp--section-dark h1, .tp--footer.tp--section-dark h2, .tp--footer.tp--section-dark h3, .tp--footer.tp--section-dark h4, .tp--footer.tp--section-dark h5, .tp--footer.tp--section-dark h6 {
  color: white;
}

.tp--footer.tp--section-dark a, .tp--footer.tp--section-dark p {
  color: white;
}

.tp--footer.tp--section-dark a:hover {
  opacity: 1;
  color: white;
}

.tp--footer.tp--section-dark.tp--diagonal {
  background-color: transparent !important;
}

.tp--footer.tp--section-dark.tp--diagonal:before {
  background: #4d4d4d !important;
}

.tp--footer.tp--footer-1 ul {
  margin-bottom: 4em;
}

.tp--footer.tp--footer-1 ul li {
  margin-bottom: 0.75em;
}

.tp--footer.tp--footer-1 ul li a:hover {
  text-decoration: none;
}

.tp--footer.tp--footer-2 ul li {
  margin-bottom: 0.75em;
  padding: 0 20px;
}

.tp--footer.tp--footer-2 ul li a {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.tp--footer.tp--footer-2 ul li a:hover {
  text-decoration: none;
}

.tp--pricing .plan .plan-title h1, .tp--pricing .plan .plan-title h2, .tp--pricing .plan .plan-title h3, .tp--pricing .plan .plan-title h4, .tp--pricing .plan .plan-title h5, .tp--pricing .plan .plan-title h6 {
  color: #38454e;
}

.tp--pricing .plan .plan-features {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.tp--pricing .plan .plan-features li {
  color: #7d8a93;
}

@media only screen and (min-width: 992px) {
  .tp--pricing.tp--pricing-1 [class*=col-] {
    padding: 0;
  }
}

.tp--pricing.tp--pricing-1 .plans {
  margin-top: 3em;
}

@media only screen and (min-width: 992px) {
  .tp--pricing.tp--pricing-1 .plans {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  }
}

.tp--pricing.tp--pricing-1 .plans .plan {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
}

@media only screen and (min-width: 992px) {
  .tp--pricing.tp--pricing-1 .plans .plan {
    box-shadow: none;
    margin-bottom: 0;
  }
}

.tp--pricing.tp--pricing-1 .plans .plan:first-child {
  border-radius: 7px 0 0 7px;
}

.tp--pricing.tp--pricing-1 .plans .plan:last-child {
  border-radius: 0 7px 7px 0;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title h2 {
  padding: 2.5em 1em 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title h3 {
  font-weight: 600;
  font-size: 3.5em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title p {
  font-size: 1.1em;
  font-weight: 200;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title div {
  padding: 2.2em 1em 0;
  text-align: right;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title input {
  box-shadow: none;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title sup {
  top: -1.5em;
  font-size: 0.3em;
  padding-left: 0.2em;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title sub {
  bottom: -0.1em;
  font-size: 0.2em;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-features {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-features li {
  padding: 5px 15px;
  font-size: 0.95em;
  opacity: 0.8;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-cta {
  display: block;
  margin: 0;
  text-align: center;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-cta .plan-buy {
  margin: 2em 0;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-cta .plan-buy .btn {
  background: black;
  padding: 10px 30px;
  font-size: 1em;
  color: white;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-cta .plan-buy .btn:hover {
  background: black;
}

@media only screen and (min-width: 992px) {
  .tp--pricing.tp--pricing-1 .plans .plan.featured {
    padding: 1.5em 0;
    margin-top: -1.5em;
    margin-bottom: -1.5em;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
    border-radius: 7px;
  }
  .tp--pricing.tp--pricing-1 .plans .plan.featured .plan-title {
    margin: -1.5em 0 0;
    padding-top: 1.5em;
  }
}

.tp--pricing.tp--pricing-1 .plans .plan.featured:before {
  content: 'Most Popular';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.8em;
  background: #bcbcbc;
  width: 40%;
  padding: 4px;
  color: white;
  border-radius: 4px;
}

.tp--portfolio .tp--portfolio-grid img {
  width: 92%;
  margin: 5% 0 5% 0;
  opacity: 0.8;
}

.tp--portfolio .tp--portfolio-grid .caption-text h1 {
  color: white;
}

.tp--portfolio .tp--portfolio-filters {
  margin-bottom: 1em;
  line-height: 1;
  margin: 0 auto 3em;
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 55em) {
  .tp--portfolio .tp--portfolio-filters .tp--menu-list {
    display: block;
  }
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item {
  display: block;
  margin: 0;
  float: left;
}

@media screen and (max-width: 55em) {
  .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item {
    float: none;
  }
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item .tp--menu-link {
  font-size: 1.05em;
  font-weight: bold;
  display: block;
  padding: 1em;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 120px;
  height: 3em;
  text-align: center;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 55em) {
  .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item .tp--menu-link {
    display: inline;
  }
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item .tp--menu-link:hover, .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item .tp--menu-link:focus {
  outline: none;
  text-decoration: none;
  color: #707d87;
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(1).tp--menu-item--current ~ .tp--menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(2).tp--menu-item--current ~ .tp--menu-line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(3).tp--menu-item--current ~ .tp--menu-line {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(4).tp--menu-item--current ~ .tp--menu-line {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(5).tp--menu-item--current ~ .tp--menu-line {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

@media screen and (max-width: 55em) {
  .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(1).tp--menu-item--current ~ .tp--menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(2).tp--menu-item--current ~ .tp--menu-line {
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(3).tp--menu-item--current ~ .tp--menu-line {
    -webkit-transform: translate3d(0, 6em, 0);
    transform: translate3d(0, 6em, 0);
  }
  .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(4).tp--menu-item--current ~ .tp--menu-line {
    -webkit-transform: translate3d(0, 9em, 0);
    transform: translate3d(0, 9em, 0);
  }
  .tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item:nth-child(5).tp--menu-item--current ~ .tp--menu-line {
    -webkit-transform: translate3d(0, 12em, 0);
    transform: translate3d(0, 12em, 0);
  }
}

.tp--portfolio .tp--portfolio-filters .tp--menu-list .tp--menu-item--current .tp--menu-link {
  color: #bcbcbc;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.tp--portfolio .tp--portfolio-filters .tp--menu-line {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 2px;
  pointer-events: none;
  border-width: 0 45px;
  background: transparent;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.tp--portfolio .tp--portfolio-filters .tp--menu-line:after {
  content: '';
  position: absolute;
  left: 35%;
  right: 35%;
  margin: auto;
  height: 2px;
  background: #bcbcbc;
}

@media screen and (max-width: 55em) {
  .tp--portfolio .tp--portfolio-filters .tp--menu-line {
    top: 3em;
    right: 0;
    margin: auto;
  }
}

.tp--portfolio.tp--portfolio-2 {
  padding-bottom: 0;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .tp--portfolio-item {
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
}


.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .tp--portfolio-item:hover .caption {
  opacity: 0.8;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .caption:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  margin: auto;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .caption-text h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .caption-text p a {
  color: white;
  margin: 0 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .caption-text p a:hover {
  text-decoration: none;
  opacity: 1;
}

.tp--portfolio.tp--portfolio-hover-1 .tp--portfolio-grid .caption-text p a i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid {
  list-style-type: none;
  margin: 0 10% 0 10%;
  padding: 0px;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .tp--portfolio-item {
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .tp--portfolio-item:hover img {
  opacity: 1;
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .tp--portfolio-item:hover .caption {
  opacity: 0.8;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid img {
  padding: 0px;
  float: left;
  z-index: 4;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .caption:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  margin: auto;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .caption-text h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: white;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .caption-text p a {
  color: white;
  margin: 0 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .caption-text p a:hover {
  text-decoration: none;
  opacity: 1;
}

.tp--portfolio.tp--portfolio-hover-2 .tp--portfolio-grid .caption-text p a i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.tp--cta h1 {
  font-size: 4em;
}

.tp--cta h2 {
  font-size: 2em;
  font-weight: 800;
  margin: 0.75em auto 0.5em;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  .tp--cta h2 {
    font-size: 2.4em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--cta h2 {
    font-size: 2.8em;
    line-height: 1.2;
    margin: 0.3em auto 0.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .tp--cta h2 {
    font-size: 2.8em;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--cta h2 {
    font-size: 3.5em;
    line-height: 1.3;
  }
}

.tp--cta h3 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0.75em auto 1.5em;
  line-height: 1.8;
}

@media only screen and (min-width: 600px) {
  .tp--cta h3 {
    font-size: 1.9em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--cta h3 {
    font-size: 2em;
    line-height: 1.2;
    margin: 0.3em auto 1.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .tp--cta h3 {
    font-size: 2em;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--cta h3 {
    font-size: 2em;
    line-height: 1.3;
  }
}

.tp--cta p {
  padding: 0;
  margin: 0;
  font-size: 1.35em;
  line-height: 2;
}

.tp--cta p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tp--cta .btn {
  background: black;
  color: white;
  font-size: 1em;
}

.tp--cta.tp--cta-1 h1 {
  font-size: 4em;
}

.tp--cta.tp--cta-1 h2 {
  font-size: 2.5em;
  margin: 0 auto 1em;
}

.tp--cta.tp--cta-1 p {
  padding: 0;
  margin: 0;
  font-size: 1.35em;
}

.tp--cta.tp--cta-1 p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tp--cta.tp--cta-1 .btn {
  background: black;
  color: white;
  font-size: 0.9em;
  margin: 0 1em;
}

.tp--cta.tp--cta-2 h1 {
  font-size: 4em;
}

.tp--cta.tp--cta-2 h2 {
  font-size: 2.5em;
  margin: 0 auto 0.25em;
}

.tp--cta.tp--cta-2 h3 {
  font-weight: 1.2em;
  text-transform: uppercase;
}

.tp--cta.tp--cta-2 p {
  margin: 0;
  font-size: 1.25em;
  padding: 0;
}

.tp--cta.tp--cta-2 p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tp--cta.tp--cta-2 .btn {
  background: black;
  color: white;
  font-size: 1em;
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .tp--cta.tp--cta-2 .btn {
    float: right;
    margin-top: 0;
  }
}

.tp--cta.tp--cta-3 h1 {
  font-size: 4em;
}

.tp--cta.tp--cta-3 h2 {
  font-size: 2.5em;
  margin: 0 auto 1em;
}

.tp--cta.tp--cta-3 h3 {
  font-weight: 1.2em;
  text-transform: uppercase;
}

.tp--cta.tp--cta-3 p {
  padding: 0 4em;
  margin: 0;
  font-size: 1.35em;
}

.tp--cta.tp--cta-3 p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tp--cta.tp--cta-3 .btn {
  background: black;
  color: white;
  font-size: 1em;
  margin: 0 1em;
  border: 2px solid black;
}

.tp--features .tp--feature .tp--icon-wrapper {
  margin: 2em auto 0;
  color: #7d8a93;
}

.tp--features .tp--feature .tp--icon-wrapper .icon-large {
  font-size: 3em;
  line-height: inherit;
}

.tp--features .tp--feature .tp--icon-wrapper .icon-small {
  font-size: 2em;
  line-height: inherit;
}

.tp--features .tp--feature .tp--icon-wrapper span {
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.8;
}

.tp--features .tp--feature h3 {
  font-size: 1.2em;
  font-weight: 600;
}

.tp--features .tp--feature p {
  margin: 0 2em 2em;
  opacity: 0.8;
}

.tp--features.text-left .tp--feature p {
  margin: 0 0 2em;
}

.tp--features.tp--section-dark .tp--feature .tp--icon-wrapper {
  color: white;
}

.tp--features-2 .tp--feature {
  margin-top: 2.5em;
}

.tp--features-2 .tp--feature .tp--feature-wrapper {
  background-color: white;
  box-shadow: 0 10px 50px rgba(20, 50, 81, 0.04), 0 10px 50px rgba(0, 0, 0, 0.05);
  padding: 1em;
  border-radius: 5px;
}

.tp--features-2.tp--section-dark .tp--feature h3,
.tp--features-2.tp--section-dark .tp--feature p {
  color: #7d8a93;
}

.tp--features-2.tp--section-dark .tp--feature .tp--icon-wrapper {
  color: #7d8a93;
}

.tp--behance {
  background: #053eff !important;
  color: white !important;
}

.tp--behance:hover {
  background: #0030d1 !important;
}

.tp--icon-behance {
  color: #053eff !important;
}

.tp--icon-behance:hover {
  color: #0030d1 !important;
}

.tp--icon-behance-hover:hover {
  color: #053eff !important;
}

.tp--dribbble {
  background: #ea4c89 !important;
  color: white !important;
}

.tp--dribbble:hover {
  background: #e51e6b !important;
}

.tp--icon-dribbble {
  color: #ea4c89 !important;
}

.tp--icon-dribbble:hover {
  color: #e51e6b !important;
}

.tp--icon-dribbble-hover:hover {
  color: #ea4c89 !important;
}

.tp--facebook {
  background: #3b5998 !important;
  color: white !important;
}

.tp--facebook:hover {
  background: #2d4373 !important;
}

.tp--icon-facebook {
  color: #3b5998 !important;
}

.tp--icon-facebook:hover {
  color: #2d4373 !important;
}

.tp--icon-facebook-hover:hover {
  color: #3b5998 !important;
}

.tp--foursquare {
  background: #25a0ca !important;
  color: white !important;
}

.tp--foursquare:hover {
  background: #1d7e9f !important;
}

.tp--icon-foursquare {
  color: #25a0ca !important;
}

.tp--icon-foursquare:hover {
  color: #1d7e9f !important;
}

.tp--icon-foursquare-hover:hover {
  color: #25a0ca !important;
}

.tp--google {
  background: #db4a39 !important;
  color: white !important;
}

.tp--google:hover {
  background: #be3323 !important;
}

.tp--icon-google {
  color: #db4a39 !important;
}

.tp--icon-google:hover {
  color: #be3323 !important;
}

.tp--icon-google-hover:hover {
  color: #db4a39 !important;
}

.tp--instagram {
  background: #634d40 !important;
  color: white !important;
}

.tp--instagram:hover {
  background: #44352c !important;
}

.tp--icon-instagram {
  color: #634d40 !important;
}

.tp--icon-instagram:hover {
  color: #44352c !important;
}

.tp--icon-instagram-hover:hover {
  color: #634d40 !important;
}

.tp--linkedin {
  background: #0e76a8 !important;
  color: white !important;
}

.tp--linkedin:hover {
  background: #0a5579 !important;
}

.tp--icon-linkedin {
  color: #0e76a8 !important;
}

.tp--icon-linkedin:hover {
  color: #0a5579 !important;
}

.tp--icon-linkedin-hover:hover {
  color: #0e76a8 !important;
}

.tp--pinterest {
  background: #c8232c !important;
  color: white !important;
}

.tp--pinterest:hover {
  background: #9d1b22 !important;
}

.tp--icon-pinterest {
  color: #c8232c !important;
}

.tp--icon-pinterest:hover {
  color: #9d1b22 !important;
}

.tp--icon-pinterest-hover:hover {
  color: #c8232c !important;
}

.tp--skype {
  background: #00aff0 !important;
  color: white !important;
}

.tp--skype:hover {
  background: #008abd !important;
}

.tp--icon-skype {
  color: #00aff0 !important;
}

.tp--icon-skype:hover {
  color: #008abd !important;
}

.tp--icon-skype-hover:hover {
  color: #00aff0 !important;
}

.tp--tumblr {
  background: #34526f !important;
  color: white !important;
}

.tp--tumblr:hover {
  background: #24384c !important;
}

.tp--icon-tumblr {
  color: #34526f !important;
}

.tp--icon-tumblr:hover {
  color: #24384c !important;
}

.tp--icon-tumblr-hover:hover {
  color: #34526f !important;
}

.tp--twitter {
  background: #00acee !important;
  color: white !important;
}

.tp--twitter:hover {
  background: #0087bb !important;
}

.tp--icon-twitter {
  color: #00acee !important;
}

.tp--icon-twitter:hover {
  color: #0087bb !important;
}

.tp--icon-twitter-hover:hover {
  color: #00acee !important;
}

.tp--vimeo {
  background: #86c9ef !important;
  color: white !important;
}

.tp--vimeo:hover {
  background: #59b5e9 !important;
}

.tp--icon-vimeo {
  color: #86c9ef !important;
}

.tp--icon-vimeo:hover {
  color: #59b5e9 !important;
}

.tp--icon-vimeo-hover:hover {
  color: #86c9ef !important;
}

.tp--youtube {
  background: #c4302b !important;
  color: white !important;
}

.tp--youtube:hover {
  background: #9a2622 !important;
}

.tp--icon-youtube {
  color: #c4302b !important;
}

.tp--icon-youtube:hover {
  color: #9a2622 !important;
}

.tp--icon-youtube-hover:hover {
  color: #c4302b !important;
}

.tp--team .item {
  padding: 1em;
}

.tp--team .item .display-pic {
  width: 80px;
  height: 80px;
  margin: 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .tp--team .item .display-pic {
    width: 120px;
    height: 120px;
  }
}

.tp--team .item .name {
  font-size: 1.15em;
  font-weight: 500;
  margin: 1.3em 0 0;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .tp--team .item .name {
    font-size: 1.3em;
  }
}

.tp--team .item .title {
  margin: 0.75em 0 1.5em;
  font-size: 0.95em;
  font-weight: 300;
}

.tp--team .item .desc {
  font-size: 0.9em;
  padding: 0;
}

.tp--team .item .icon {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  color: #7d8a93;
  opacity: 0.7;
}

.tp--team .item .icon:hover {
  opacity: 1;
}

.tp--team.tp--section-dark .item {
  color: white;
}

.tp--team.tp--section-dark .item .icon {
  color: white;
}

.tp--team.tp--team-1 {
  text-align: center;
}

.tp--team.tp--team-1 .item .display-pic {
  margin: 0 auto;
  border-radius: 50%;
}

.tp--team.tp--team-2 {
  text-align: center;
}

.tp--team.tp--team-2 .owl-stage-outer {
  padding: 2em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tp--team.tp--team-2 .owl-stage-outer .owl-stage {
  padding: 1em 0;
}

.tp--team.tp--team-2 .item {
  margin: 0 2em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}

.tp--team.tp--team-2 .item:hover {
  background-color: white;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tp--team.tp--team-2 .item .display-pic {
  margin: 0 auto;
  border-radius: 50%;
}

.tp--team.tp--team-2.tp--section-dark .item:hover {
  background-color: #575757;
}

.tp--featured img {
  margin: auto;
}

.tp--featured p {
  font-size: 1.5em;
  line-height: 1.95;
  opacity: 0.85;
}

@media only screen and (min-width: 600px) {
  .tp--featured p {
    font-size: 1.5em;
  }
}

.tp--featured h2 {
  font-size: 2em;
  font-weight: 800;
  margin: 0.75em auto 0.5em;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  .tp--featured h2 {
    font-size: 2.4em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--featured h2 {
    font-size: 2.8em;
    line-height: 1.2;
    margin: 0.3em auto 0.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .tp--featured h2 {
    font-size: 2.8em;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--featured h2 {
    font-size: 3.4em;
    line-height: 1.3;
  }
}

.tp--featured h3 {
  font-size: 1.8em;
  font-weight: 800;
  margin: 0.75em auto 0.5em;
  line-height: 1.2;
}

@media only screen and (min-width: 600px) {
  .tp--featured h3 {
    font-size: 2.2em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--featured h3 {
    font-size: 2.4em;
    line-height: 1.3;
    margin: 0.3em auto 0.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .tp--featured h3 {
    font-size: 2.6em;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1400px) {
  .tp--featured h3 {
    font-size: 2.8em;
    line-height: 1.3;
  }
}

.tp--featured .btn {
  margin: 1em 0;
  padding: 1em 2em;
  font-size: 1em;
}

@media only screen and (min-width: 600px) {
  .tp--featured .btn {
    font-size: 1.1em;
  }
}

.tp--testimonials blockquote {
  border-left: 0;
  color: #7d8a93;
}

.tp--testimonials blockquote small {
  color: inherit;
}

.tp--testimonials blockquote small:before {
  content: '';
}

.tp--testimonials.tp--section-dark blockquote {
  color: white;
}

.tp--testimonials.tp--testimonials-1 {
  text-align: center;
}

.tp--testimonials.tp--testimonials-1 blockquote p {
  font-size: 1.05em;
  font-style: italic;
}

@media only screen and (min-width: 600px) {
  .tp--testimonials.tp--testimonials-1 blockquote p {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 768px) {
  .tp--testimonials.tp--testimonials-1 blockquote p {
    font-size: 1.2em;
  }
}

.tp--testimonials.tp--testimonials-1 blockquote small {
  opacity: 0.7;
}

.tp--testimonials.tp--testimonials-2 .tp--floating-box {
  margin: 25px 10px 25px;
}

.tp--testimonials.tp--testimonials-2 .tp--testimonial-header img {
  margin: auto auto 1.5em;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .tp--testimonials.tp--testimonials-2 .tp--testimonial-header img {
    margin: 5px;
  }
}

.tp--testimonials.tp--testimonials-2 .tp--testimonial-header h4 {
  margin-bottom: 0em;
  color: initial;
}

.tp--testimonials.tp--testimonials-2 .tp--testimonial-header p {
  font-size: 0.9em;
  margin-bottom: 0;
  color: #7d8a93;
}

.tp--testimonials.tp--testimonials-2 blockquote {
  margin-bottom: 0;
  padding: 1em 0 0;
  line-height: 1.7;
  color: #7d8a93;
}

.tp--testimonials.tp--testimonials-2 blockquote p {
  font-size: initial;
}

.is-IE .tp--testimonials.tp--testimonials-2 .tp--testimonial-header h4 {
  color: #38454e;
}

.tp--statistics {
  margin-top: 3em;
}

.tp--statistics span {
  font-size: 4.5em;
  font-weight: 600;
  color: #38454e;
}

.tp--statistics p {
  font-size: 0.9em;
  opacity: 0.7;
}

@media only screen and (min-width: 992px) {
  .tp--statistics .divider {
    position: relative;
  }
  .tp--statistics .divider:after {
    content: '';
    position: absolute;
    right: -21px;
    top: 49%;
    width: 45px;
    height: 2px;
    background-color: #ececec;
    border-radius: 2px;
  }
}

.tp--authentication {
  padding: 2.5em;
  font-size: 0.9em;
}

.tp--authentication .page-header {
  margin-top: 1em;
  border-bottom: 0;
  font-weight: 600;
}

.tp--authentication .page-header * {
  margin: 0;
}

.tp--authentication .form-authentication .tp--social-login {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.tp--authentication .form-authentication .tp--social-login .btn-signup {
  background-color: #eaeaea;
  display: block;
  color: white;
  padding: 15px 0;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-size: 24px;
}

.tp--authentication .form-authentication .divider {
  text-align: center;
  margin: 2.5em 0;
  position: relative;
  color: #7c7c7c;
}

.tp--authentication .form-authentication .divider:before, .tp--authentication .form-authentication .divider:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 165px;
  height: 1px;
  background: #eaeaea;
}

.tp--authentication .form-authentication .divider:before {
  left: 0;
}

.tp--authentication .form-authentication .divider:after {
  right: 0;
}

.tp--authentication .form-authentication .form-group {
  position: relative;
  text-align: left;
}

.tp--authentication .form-authentication .form-group i {
  position: absolute;
  font-size: 23px;
  color: #bcbcbc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  width: 25px;
  text-align: center;
  z-index: 1;
}

.tp--authentication .form-authentication .form-group .form-control {
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1em;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 1.4em 1.4em 1.4em 64px;
  height: auto;
  box-shadow: none;
  border-color: #e1e1e1;
}

.tp--authentication .form-authentication button[type='submit'],
.tp--authentication .form-authentication input[type='submit'] {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 1.2em;
  margin-top: 1em;
  background: #4c4c4c;
  color: white;
  transition: all 0.3s;
}

.tp--authentication .form-authentication button[type='submit']:hover,
.tp--authentication .form-authentication input[type='submit']:hover {
  background: #3c3c3c;
}

.tp--authentication .form-authentication .tp--authentication-footer {
  margin-top: 2.5em;
  font-size: 0.9em;
  opacity: 0.75;
}

.tp--authentication .form-authentication .tp--authentication-footer .forgot-pw {
  display: block;
  margin-top: 2.5em;
  opacity: 0.5;
  font-size: 0.95em;
}

.tp--authentication .form-authentication .tp--authentication-footer .disclaimer {
  padding: 0 1.5em;
  margin-bottom: 3em;
  line-height: 1.8;
}

.tp--authentication .form-authentication .tp--authentication-footer .disclaimer a {
  text-decoration: underline;
}

.tp--authentication .form-authentication .tp--authentication-footer .links {
  margin-bottom: 0;
}

.tp--partners .owl-carousel .owl-item img {
  width: auto;
  max-height: 30px;
}

.tp--partners.tp--partners-greyscale .owl-carousel .owl-item img {
  width: auto;
  max-height: 30px;
  opacity: 0.25;
}

.tp--contact {
  padding: 2em;
}

.tp--contact .page-header {
  border-bottom: 0;
  margin: 0 0 3em;
  padding: 0 1em;
}

.tp--contact .page-header h1, .tp--contact .page-header h2, .tp--contact .page-header h3, .tp--contact .page-header h4, .tp--contact .page-header h5, .tp--contact .page-header h6 {
  margin-top: 0;
}

.tp--contact form {
  text-align: left;
}

.tp--contact form label {
  margin-bottom: 1em;
}

.tp--contact form label.error {
  font-weight: 400;
  font-size: 0.9em;
  margin: 1em;
  color: #EC414D;
}

.tp--contact form .form-group {
  margin-bottom: 2em;
}

.tp--contact form .form-group .form-control {
  padding: 1em;
  height: auto;
  box-shadow: none;
}

.tp--contact form .btn-send {
  margin: auto;
}

.tp--height-10 {
  height: 10vh;
}

.tp--height-20 {
  height: 20vh;
}

.tp--height-30 {
  height: 30vh;
}

.tp--height-40 {
  height: 40vh;
}

.tp--height-50 {
  height: 50vh;
}

.tp--height-60 {
  height: 60vh;
}

.tp--height-70 {
  height: 70vh;
}

.tp--height-80 {
  height: 80vh;
}

.tp--height-90 {
  height: 90vh;
}

.tp--height-100 {
  height: 100vh;
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .tp--no-background-xs {
    background: none !important;
  }
}

@media (max-width: 991px) {
  .tp--no-background-sm {
    background: none !important;
  }
}

@media (max-width: 1199px) {
  .tp--no-background-md {
    background: none !important;
  }
}

.tp--padding-0 {
  padding: 0 !important;
}

.tp--padding-top-0 {
  padding-top: 0 !important;
}

.tp--padding-bottom-0 {
  padding-bottom: 0 !important;
}

.tp--padding-left-0 {
  padding-left: 0 !important;
}

.tp--padding-right-0 {
  padding-right: 0 !important;
}

.tp--padding-md {
  padding: 6em 0 !important;
}

.tp--padding-lg {
  padding: 8em 0 !important;
}

.tp--padding-xl {
  padding: 10em 0 !important;
}

.tp--padding-xxl {
  padding: 12em 0 !important;
}

.tp--margin-0 {
  margin: 0 !important;
}

.tp--margin-top-0 {
  margin-top: 0 !important;
}

.tp--margin-bottom-0 {
  margin-bottom: 0 !important;
}

.tp--margin-left-0 {
  margin-left: 0 !important;
}

.tp--margin-right-0 {
  margin-right: 0 !important;
}

.tp--margin-md {
  margin: 6em 0 !important;
}

.tp--margin-lg {
  margin: 8em 0 !important;
}

.tp--margin-xlg {
  margin: 10em 0 !important;
}

.tp--margin-top-md {
  margin-top: 6em 0 !important;
}

.tp--margin-top-lg {
  margin-top: 8em 0 !important;
}

.tp--margin-top-xlg {
  margin-top: 10em 0 !important;
}

.tp--margin-bottom-md {
  margin-bottom: 6em 0 !important;
}

.tp--margin-bottom-lg {
  margin-bottom: 8em 0 !important;
}

.tp--margin-bottom-xlg {
  margin-bottom: 10em 0 !important;
}

.img-40 {
  width: 40% !important;
}

.img-45 {
  width: 45% !important;
}

.img-50 {
  width: 50% !important;
}

.img-55 {
  width: 55% !important;
}

.img-60 {
  width: 60% !important;
}

.img-65 {
  width: 65% !important;
}

.img-70 {
  width: 70% !important;
}

.img-75 {
  width: 75% !important;
}

.img-80 {
  width: 80% !important;
}

.img-85 {
  width: 85% !important;
}

.img-90 {
  width: 90% !important;
}

.img-95 {
  width: 95% !important;
}

.tp--line-height-10 {
  line-height: 10px !important;
}

.tp--line-height-20 {
  line-height: 20px !important;
}

.tp--line-height-30 {
  line-height: 30px !important;
}

.tp--line-height-40 {
  line-height: 40px !important;
}

.tp--line-height-50 {
  line-height: 50px !important;
}

.tp--line-height-60 {
  line-height: 60px !important;
}

.tp--line-height-70 {
  line-height: 70px !important;
}

.tp--line-height-80 {
  line-height: 80px !important;
}

.tp--line-height-90 {
  line-height: 90px !important;
}

.tp--line-height-100 {
  line-height: 100px !important;
}

.tp--border-radius-4 {
  border-radius: 4px !important;
}

.tp--border-radius-5 {
  border-radius: 5px !important;
}

.tp--border-radius-6 {
  border-radius: 6px !important;
}

.tp--border-radius-7 {
  border-radius: 7px !important;
}

.tp--border-radius-8 {
  border-radius: 8px !important;
}

.tp--overflow-hidden {
  overflow: hidden !important;
}

.tp--no-text-underline-hover:hover {
  text-decoration: none !important;
}

/* Margins
 */
@media (max-width: 767px) {
  .m-top-xs-0 {
    margin-top: 0;
  }
  .m-top-xs-5 {
    margin-top: 5px;
  }
  .m-top-xs-10 {
    margin-top: 10px;
  }
  .m-top-xs-20 {
    margin-top: 20px;
  }
  .m-top-xs-30 {
    margin-top: 30px;
  }
  .m-top-xs-40 {
    margin-top: 40px;
  }
  .m-top-xs-50 {
    margin-top: 50px;
  }
  .m-top-xs-60 {
    margin-top: 60px;
  }
  .m-top-xs-70 {
    margin-top: 70px;
  }
  .m-top-xs-80 {
    margin-top: 80px;
  }
  .m-top-xs-90 {
    margin-top: 90px;
  }
  .m-top-xs-100 {
    margin-top: 100px;
  }
  .m-top-xs-110 {
    margin-top: 110px;
  }
  .m-top-xs-120 {
    margin-top: 120px;
  }
  .m-top-xs-130 {
    margin-top: 130px;
  }
  .m-top-xs-140 {
    margin-top: 140px;
  }
  .m-top-xs-150 {
    margin-top: 150px;
  }
  .m-top-xs-160 {
    margin-top: 160px;
  }
  .m-top-xs-170 {
    margin-top: 170px;
  }
  .m-top-xs-180 {
    margin-top: 180px;
  }
  .m-top-xs-190 {
    margin-top: 190px;
  }
  .m-top-xs-200 {
    margin-top: 200px;
  }
  .m-bottom-xs-0 {
    margin-bottom: 0;
  }
  .m-bottom-xs-5 {
    margin-bottom: 5px;
  }
  .m-bottom-xs-10 {
    margin-bottom: 10px;
  }
  .m-bottom-xs-20 {
    margin-bottom: 20px;
  }
  .m-bottom-xs-30 {
    margin-bottom: 30px;
  }
  .m-bottom-xs-40 {
    margin-bottom: 40px;
  }
  .m-bottom-xs-50 {
    margin-bottom: 50px;
  }
  .m-bottom-xs-60 {
    margin-bottom: 60px;
  }
  .m-bottom-xs-70 {
    margin-bottom: 70px;
  }
  .m-bottom-xs-80 {
    margin-bottom: 80px;
  }
  .m-bottom-xs-90 {
    margin-bottom: 90px;
  }
  .m-bottom-xs-100 {
    margin-bottom: 100px;
  }
  .m-bottom-xs-110 {
    margin-bottom: 110px;
  }
  .m-bottom-xs-120 {
    margin-bottom: 120px;
  }
  .m-bottom-xs-130 {
    margin-bottom: 130px;
  }
  .m-bottom-xs-140 {
    margin-bottom: 140px;
  }
  .m-bottom-xs-150 {
    margin-bottom: 150px;
  }
  .m-bottom-xs-160 {
    margin-bottom: 160px;
  }
  .m-bottom-xs-170 {
    margin-bottom: 170px;
  }
  .m-bottom-xs-180 {
    margin-bottom: 180px;
  }
  .m-bottom-xs-190 {
    margin-bottom: 190px;
  }
  .m-bottom-xs-200 {
    margin-bottom: 200px;
  }
  .m-left-xs-0 {
    margin-left: 0;
  }
  .m-left-xs-5 {
    margin-left: 5px;
  }
  .m-left-xs-10 {
    margin-left: 10px;
  }
  .m-left-xs-20 {
    margin-left: 20px;
  }
  .m-left-xs-30 {
    margin-left: 30px;
  }
  .m-left-xs-40 {
    margin-left: 40px;
  }
  .m-left-xs-50 {
    margin-left: 50px;
  }
  .m-left-xs-60 {
    margin-left: 60px;
  }
  .m-left-xs-70 {
    margin-left: 70px;
  }
  .m-left-xs-80 {
    margin-left: 80px;
  }
  .m-left-xs-90 {
    margin-left: 90px;
  }
  .m-left-xs-100 {
    margin-left: 100px;
  }
  .m-left-xs-110 {
    margin-left: 110px;
  }
  .m-left-xs-120 {
    margin-left: 120px;
  }
  .m-left-xs-130 {
    margin-left: 130px;
  }
  .m-left-xs-140 {
    margin-left: 140px;
  }
  .m-left-xs-150 {
    margin-left: 150px;
  }
  .m-left-xs-160 {
    margin-left: 160px;
  }
  .m-left-xs-170 {
    margin-left: 170px;
  }
  .m-left-xs-180 {
    margin-left: 180px;
  }
  .m-left-xs-190 {
    margin-left: 190px;
  }
  .m-left-xs-200 {
    margin-left: 200px;
  }
  .m-right-xs-0 {
    margin-right: 0;
  }
  .m-right-xs-5 {
    margin-right: 5px;
  }
  .m-right-xs-10 {
    margin-right: 10px;
  }
  .m-right-xs-20 {
    margin-right: 20px;
  }
  .m-right-xs-30 {
    margin-right: 30px;
  }
  .m-right-xs-40 {
    margin-right: 40px;
  }
  .m-right-xs-50 {
    margin-right: 50px;
  }
  .m-right-xs-60 {
    margin-right: 60px;
  }
  .m-right-xs-70 {
    margin-right: 70px;
  }
  .m-right-xs-80 {
    margin-right: 80px;
  }
  .m-right-xs-90 {
    margin-right: 90px;
  }
  .m-right-xs-100 {
    margin-right: 100px;
  }
  .m-right-xs-110 {
    margin-right: 110px;
  }
  .m-right-xs-120 {
    margin-right: 120px;
  }
  .m-right-xs-130 {
    margin-right: 130px;
  }
  .m-right-xs-140 {
    margin-right: 140px;
  }
  .m-right-xs-150 {
    margin-right: 150px;
  }
  .m-right-xs-160 {
    margin-right: 160px;
  }
  .m-right-xs-170 {
    margin-right: 170px;
  }
  .m-right-xs-180 {
    margin-right: 180px;
  }
  .m-right-xs-190 {
    margin-right: 190px;
  }
  .m-right-xs-200 {
    margin-right: 200px;
  }
}

@media (min-width: 768px) {
  .m-top-sm-0 {
    margin-top: 0;
  }
  .m-top-sm-5 {
    margin-top: 5px;
  }
  .m-top-sm-10 {
    margin-top: 10px;
  }
  .m-top-sm-20 {
    margin-top: 20px;
  }
  .m-top-sm-30 {
    margin-top: 30px;
  }
  .m-top-sm-40 {
    margin-top: 40px;
  }
  .m-top-sm-50 {
    margin-top: 50px;
  }
  .m-top-sm-60 {
    margin-top: 60px;
  }
  .m-top-sm-70 {
    margin-top: 70px;
  }
  .m-top-sm-80 {
    margin-top: 80px;
  }
  .m-top-sm-90 {
    margin-top: 90px;
  }
  .m-top-sm-100 {
    margin-top: 100px;
  }
  .m-top-sm-110 {
    margin-top: 110px;
  }
  .m-top-sm-120 {
    margin-top: 120px;
  }
  .m-top-sm-130 {
    margin-top: 130px;
  }
  .m-top-sm-140 {
    margin-top: 140px;
  }
  .m-top-sm-150 {
    margin-top: 150px;
  }
  .m-top-sm-160 {
    margin-top: 160px;
  }
  .m-top-sm-170 {
    margin-top: 170px;
  }
  .m-top-sm-180 {
    margin-top: 180px;
  }
  .m-top-sm-190 {
    margin-top: 190px;
  }
  .m-top-sm-200 {
    margin-top: 200px;
  }
  .m-bottom-sm-0 {
    margin-bottom: 0;
  }
  .m-bottom-sm-5 {
    margin-bottom: 5px;
  }
  .m-bottom-sm-10 {
    margin-bottom: 10px;
  }
  .m-bottom-sm-20 {
    margin-bottom: 20px;
  }
  .m-bottom-sm-30 {
    margin-bottom: 30px;
  }
  .m-bottom-sm-40 {
    margin-bottom: 40px;
  }
  .m-bottom-sm-50 {
    margin-bottom: 50px;
  }
  .m-bottom-sm-60 {
    margin-bottom: 60px;
  }
  .m-bottom-sm-70 {
    margin-bottom: 70px;
  }
  .m-bottom-sm-80 {
    margin-bottom: 80px;
  }
  .m-bottom-sm-90 {
    margin-bottom: 90px;
  }
  .m-bottom-sm-100 {
    margin-bottom: 100px;
  }
  .m-bottom-sm-110 {
    margin-bottom: 110px;
  }
  .m-bottom-sm-120 {
    margin-bottom: 120px;
  }
  .m-bottom-sm-130 {
    margin-bottom: 130px;
  }
  .m-bottom-sm-140 {
    margin-bottom: 140px;
  }
  .m-bottom-sm-150 {
    margin-bottom: 150px;
  }
  .m-bottom-sm-160 {
    margin-bottom: 160px;
  }
  .m-bottom-sm-170 {
    margin-bottom: 170px;
  }
  .m-bottom-sm-180 {
    margin-bottom: 180px;
  }
  .m-bottom-sm-190 {
    margin-bottom: 190px;
  }
  .m-bottom-sm-200 {
    margin-bottom: 200px;
  }
  .m-left-sm-0 {
    margin-left: 0;
  }
  .m-left-sm-5 {
    margin-left: 5px;
  }
  .m-left-sm-10 {
    margin-left: 10px;
  }
  .m-left-sm-20 {
    margin-left: 20px;
  }
  .m-left-sm-30 {
    margin-left: 30px;
  }
  .m-left-sm-40 {
    margin-left: 40px;
  }
  .m-left-sm-50 {
    margin-left: 50px;
  }
  .m-left-sm-60 {
    margin-left: 60px;
  }
  .m-left-sm-70 {
    margin-left: 70px;
  }
  .m-left-sm-80 {
    margin-left: 80px;
  }
  .m-left-sm-90 {
    margin-left: 90px;
  }
  .m-left-sm-100 {
    margin-left: 100px;
  }
  .m-left-sm-110 {
    margin-left: 110px;
  }
  .m-left-sm-120 {
    margin-left: 120px;
  }
  .m-left-sm-130 {
    margin-left: 130px;
  }
  .m-left-sm-140 {
    margin-left: 140px;
  }
  .m-left-sm-150 {
    margin-left: 150px;
  }
  .m-left-sm-160 {
    margin-left: 160px;
  }
  .m-left-sm-170 {
    margin-left: 170px;
  }
  .m-left-sm-180 {
    margin-left: 180px;
  }
  .m-left-sm-190 {
    margin-left: 190px;
  }
  .m-left-sm-200 {
    margin-left: 200px;
  }
  .m-right-sm-0 {
    margin-right: 0;
  }
  .m-right-sm-5 {
    margin-right: 5px;
  }
  .m-right-sm-10 {
    margin-right: 10px;
  }
  .m-right-sm-20 {
    margin-right: 20px;
  }
  .m-right-sm-30 {
    margin-right: 30px;
  }
  .m-right-sm-40 {
    margin-right: 40px;
  }
  .m-right-sm-50 {
    margin-right: 50px;
  }
  .m-right-sm-60 {
    margin-right: 60px;
  }
  .m-right-sm-70 {
    margin-right: 70px;
  }
  .m-right-sm-80 {
    margin-right: 80px;
  }
  .m-right-sm-90 {
    margin-right: 90px;
  }
  .m-right-sm-100 {
    margin-right: 100px;
  }
  .m-right-sm-110 {
    margin-right: 110px;
  }
  .m-right-sm-120 {
    margin-right: 120px;
  }
  .m-right-sm-130 {
    margin-right: 130px;
  }
  .m-right-sm-140 {
    margin-right: 140px;
  }
  .m-right-sm-150 {
    margin-right: 150px;
  }
  .m-right-sm-160 {
    margin-right: 160px;
  }
  .m-right-sm-170 {
    margin-right: 170px;
  }
  .m-right-sm-180 {
    margin-right: 180px;
  }
  .m-right-sm-190 {
    margin-right: 190px;
  }
  .m-right-sm-200 {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .m-top-md-0 {
    margin-top: 0;
  }
  .m-top-md-5 {
    margin-top: 5px;
  }
  .m-top-md-10 {
    margin-top: 10px;
  }
  .m-top-md-20 {
    margin-top: 20px;
  }
  .m-top-md-30 {
    margin-top: 30px;
  }
  .m-top-md-40 {
    margin-top: 40px;
  }
  .m-top-md-50 {
    margin-top: 50px;
  }
  .m-top-md-60 {
    margin-top: 60px;
  }
  .m-top-md-70 {
    margin-top: 70px;
  }
  .m-top-md-80 {
    margin-top: 80px;
  }
  .m-top-md-90 {
    margin-top: 90px;
  }
  .m-top-md-100 {
    margin-top: 100px;
  }
  .m-top-md-110 {
    margin-top: 110px;
  }
  .m-top-md-120 {
    margin-top: 120px;
  }
  .m-top-md-130 {
    margin-top: 130px;
  }
  .m-top-md-140 {
    margin-top: 140px;
  }
  .m-top-md-150 {
    margin-top: 150px;
  }
  .m-top-md-160 {
    margin-top: 160px;
  }
  .m-top-md-170 {
    margin-top: 170px;
  }
  .m-top-md-180 {
    margin-top: 180px;
  }
  .m-top-md-190 {
    margin-top: 190px;
  }
  .m-top-md-200 {
    margin-top: 200px;
  }
  .m-bottom-md-0 {
    margin-bottom: 0;
  }
  .m-bottom-md-5 {
    margin-bottom: 5px;
  }
  .m-bottom-md-10 {
    margin-bottom: 10px;
  }
  .m-bottom-md-20 {
    margin-bottom: 20px;
  }
  .m-bottom-md-30 {
    margin-bottom: 30px;
  }
  .m-bottom-md-40 {
    margin-bottom: 40px;
  }
  .m-bottom-md-50 {
    margin-bottom: 50px;
  }
  .m-bottom-md-60 {
    margin-bottom: 60px;
  }
  .m-bottom-md-70 {
    margin-bottom: 70px;
  }
  .m-bottom-md-80 {
    margin-bottom: 80px;
  }
  .m-bottom-md-90 {
    margin-bottom: 90px;
  }
  .m-bottom-md-100 {
    margin-bottom: 100px;
  }
  .m-bottom-md-110 {
    margin-bottom: 110px;
  }
  .m-bottom-md-120 {
    margin-bottom: 120px;
  }
  .m-bottom-md-130 {
    margin-bottom: 130px;
  }
  .m-bottom-md-140 {
    margin-bottom: 140px;
  }
  .m-bottom-md-150 {
    margin-bottom: 150px;
  }
  .m-bottom-md-160 {
    margin-bottom: 160px;
  }
  .m-bottom-md-170 {
    margin-bottom: 170px;
  }
  .m-bottom-md-180 {
    margin-bottom: 180px;
  }
  .m-bottom-md-190 {
    margin-bottom: 190px;
  }
  .m-bottom-md-200 {
    margin-bottom: 200px;
  }
  .m-left-md-0 {
    margin-left: 0;
  }
  .m-left-md-5 {
    margin-left: 5px;
  }
  .m-left-md-10 {
    margin-left: 10px;
  }
  .m-left-md-20 {
    margin-left: 20px;
  }
  .m-left-md-30 {
    margin-left: 30px;
  }
  .m-left-md-40 {
    margin-left: 40px;
  }
  .m-left-md-50 {
    margin-left: 50px;
  }
  .m-left-md-60 {
    margin-left: 60px;
  }
  .m-left-md-70 {
    margin-left: 70px;
  }
  .m-left-md-80 {
    margin-left: 80px;
  }
  .m-left-md-90 {
    margin-left: 90px;
  }
  .m-left-md-100 {
    margin-left: 100px;
  }
  .m-left-md-110 {
    margin-left: 110px;
  }
  .m-left-md-120 {
    margin-left: 120px;
  }
  .m-left-md-130 {
    margin-left: 130px;
  }
  .m-left-md-140 {
    margin-left: 140px;
  }
  .m-left-md-150 {
    margin-left: 150px;
  }
  .m-left-md-160 {
    margin-left: 160px;
  }
  .m-left-md-170 {
    margin-left: 170px;
  }
  .m-left-md-180 {
    margin-left: 180px;
  }
  .m-left-md-190 {
    margin-left: 190px;
  }
  .m-left-md-200 {
    margin-left: 200px;
  }
  .m-right-md-0 {
    margin-right: 0;
  }
  .m-right-md-5 {
    margin-right: 5px;
  }
  .m-right-md-10 {
    margin-right: 10px;
  }
  .m-right-md-20 {
    margin-right: 20px;
  }
  .m-right-md-30 {
    margin-right: 30px;
  }
  .m-right-md-40 {
    margin-right: 40px;
  }
  .m-right-md-50 {
    margin-right: 50px;
  }
  .m-right-md-60 {
    margin-right: 60px;
  }
  .m-right-md-70 {
    margin-right: 70px;
  }
  .m-right-md-80 {
    margin-right: 80px;
  }
  .m-right-md-90 {
    margin-right: 90px;
  }
  .m-right-md-100 {
    margin-right: 100px;
  }
  .m-right-md-110 {
    margin-right: 110px;
  }
  .m-right-md-120 {
    margin-right: 120px;
  }
  .m-right-md-130 {
    margin-right: 130px;
  }
  .m-right-md-140 {
    margin-right: 140px;
  }
  .m-right-md-150 {
    margin-right: 150px;
  }
  .m-right-md-160 {
    margin-right: 160px;
  }
  .m-right-md-170 {
    margin-right: 170px;
  }
  .m-right-md-180 {
    margin-right: 180px;
  }
  .m-right-md-190 {
    margin-right: 190px;
  }
  .m-right-md-200 {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) {
  .m-top-lg-0 {
    margin-top: 0;
  }
  .m-top-lg-5 {
    margin-top: 5px;
  }
  .m-top-lg-10 {
    margin-top: 10px;
  }
  .m-top-lg-20 {
    margin-top: 20px;
  }
  .m-top-lg-30 {
    margin-top: 30px;
  }
  .m-top-lg-40 {
    margin-top: 40px;
  }
  .m-top-lg-50 {
    margin-top: 50px;
  }
  .m-top-lg-60 {
    margin-top: 60px;
  }
  .m-top-lg-70 {
    margin-top: 70px;
  }
  .m-top-lg-80 {
    margin-top: 80px;
  }
  .m-top-lg-90 {
    margin-top: 90px;
  }
  .m-top-lg-100 {
    margin-top: 100px;
  }
  .m-top-lg-110 {
    margin-top: 110px;
  }
  .m-top-lg-120 {
    margin-top: 120px;
  }
  .m-top-lg-130 {
    margin-top: 130px;
  }
  .m-top-lg-140 {
    margin-top: 140px;
  }
  .m-top-lg-150 {
    margin-top: 150px;
  }
  .m-top-lg-160 {
    margin-top: 160px;
  }
  .m-top-lg-170 {
    margin-top: 170px;
  }
  .m-top-lg-180 {
    margin-top: 180px;
  }
  .m-top-lg-190 {
    margin-top: 190px;
  }
  .m-top-lg-200 {
    margin-top: 200px;
  }
  .m-bottom-lg-0 {
    margin-bottom: 0;
  }
  .m-bottom-lg-5 {
    margin-bottom: 5px;
  }
  .m-bottom-lg-10 {
    margin-bottom: 10px;
  }
  .m-bottom-lg-20 {
    margin-bottom: 20px;
  }
  .m-bottom-lg-30 {
    margin-bottom: 30px;
  }
  .m-bottom-lg-40 {
    margin-bottom: 40px;
  }
  .m-bottom-lg-50 {
    margin-bottom: 50px;
  }
  .m-bottom-lg-60 {
    margin-bottom: 60px;
  }
  .m-bottom-lg-70 {
    margin-bottom: 70px;
  }
  .m-bottom-lg-80 {
    margin-bottom: 80px;
  }
  .m-bottom-lg-90 {
    margin-bottom: 90px;
  }
  .m-bottom-lg-100 {
    margin-bottom: 100px;
  }
  .m-bottom-lg-110 {
    margin-bottom: 110px;
  }
  .m-bottom-lg-120 {
    margin-bottom: 120px;
  }
  .m-bottom-lg-130 {
    margin-bottom: 130px;
  }
  .m-bottom-lg-140 {
    margin-bottom: 140px;
  }
  .m-bottom-lg-150 {
    margin-bottom: 150px;
  }
  .m-bottom-lg-160 {
    margin-bottom: 160px;
  }
  .m-bottom-lg-170 {
    margin-bottom: 170px;
  }
  .m-bottom-lg-180 {
    margin-bottom: 180px;
  }
  .m-bottom-lg-190 {
    margin-bottom: 190px;
  }
  .m-bottom-lg-200 {
    margin-bottom: 200px;
  }
  .m-left-lg-0 {
    margin-left: 0;
  }
  .m-left-lg-5 {
    margin-left: 5px;
  }
  .m-left-lg-10 {
    margin-left: 10px;
  }
  .m-left-lg-20 {
    margin-left: 20px;
  }
  .m-left-lg-30 {
    margin-left: 30px;
  }
  .m-left-lg-40 {
    margin-left: 40px;
  }
  .m-left-lg-50 {
    margin-left: 50px;
  }
  .m-left-lg-60 {
    margin-left: 60px;
  }
  .m-left-lg-70 {
    margin-left: 70px;
  }
  .m-left-lg-80 {
    margin-left: 80px;
  }
  .m-left-lg-90 {
    margin-left: 90px;
  }
  .m-left-lg-100 {
    margin-left: 100px;
  }
  .m-left-lg-110 {
    margin-left: 110px;
  }
  .m-left-lg-120 {
    margin-left: 120px;
  }
  .m-left-lg-130 {
    margin-left: 130px;
  }
  .m-left-lg-140 {
    margin-left: 140px;
  }
  .m-left-lg-150 {
    margin-left: 150px;
  }
  .m-left-lg-160 {
    margin-left: 160px;
  }
  .m-left-lg-170 {
    margin-left: 170px;
  }
  .m-left-lg-180 {
    margin-left: 180px;
  }
  .m-left-lg-190 {
    margin-left: 190px;
  }
  .m-left-lg-200 {
    margin-left: 200px;
  }
  .m-right-lg-0 {
    margin-right: 0;
  }
  .m-right-lg-5 {
    margin-right: 5px;
  }
  .m-right-lg-10 {
    margin-right: 10px;
  }
  .m-right-lg-20 {
    margin-right: 20px;
  }
  .m-right-lg-30 {
    margin-right: 30px;
  }
  .m-right-lg-40 {
    margin-right: 40px;
  }
  .m-right-lg-50 {
    margin-right: 50px;
  }
  .m-right-lg-60 {
    margin-right: 60px;
  }
  .m-right-lg-70 {
    margin-right: 70px;
  }
  .m-right-lg-80 {
    margin-right: 80px;
  }
  .m-right-lg-90 {
    margin-right: 90px;
  }
  .m-right-lg-100 {
    margin-right: 100px;
  }
  .m-right-lg-110 {
    margin-right: 110px;
  }
  .m-right-lg-120 {
    margin-right: 120px;
  }
  .m-right-lg-130 {
    margin-right: 130px;
  }
  .m-right-lg-140 {
    margin-right: 140px;
  }
  .m-right-lg-150 {
    margin-right: 150px;
  }
  .m-right-lg-160 {
    margin-right: 160px;
  }
  .m-right-lg-170 {
    margin-right: 170px;
  }
  .m-right-lg-180 {
    margin-right: 180px;
  }
  .m-right-lg-190 {
    margin-right: 190px;
  }
  .m-right-lg-200 {
    margin-right: 200px;
  }
}

/* Paddings
 */
@media (max-width: 767px) {
  .p-top-xs-0 {
    padding-top: 0;
  }
  .p-top-xs-5 {
    padding-top: 5px;
  }
  .p-top-xs-10 {
    padding-top: 10px;
  }
  .p-top-xs-20 {
    padding-top: 20px;
  }
  .p-top-xs-30 {
    padding-top: 30px;
  }
  .p-top-xs-40 {
    padding-top: 40px;
  }
  .p-top-xs-50 {
    padding-top: 50px;
  }
  .p-top-xs-60 {
    padding-top: 60px;
  }
  .p-top-xs-70 {
    padding-top: 70px;
  }
  .p-top-xs-80 {
    padding-top: 80px;
  }
  .p-top-xs-90 {
    padding-top: 90px;
  }
  .p-top-xs-100 {
    padding-top: 100px;
  }
  .p-top-xs-110 {
    padding-top: 110px;
  }
  .p-top-xs-120 {
    padding-top: 120px;
  }
  .p-top-xs-130 {
    padding-top: 130px;
  }
  .p-top-xs-140 {
    padding-top: 140px;
  }
  .p-top-xs-150 {
    padding-top: 150px;
  }
  .p-top-xs-160 {
    padding-top: 160px;
  }
  .p-top-xs-170 {
    padding-top: 170px;
  }
  .p-top-xs-180 {
    padding-top: 180px;
  }
  .p-top-xs-190 {
    padding-top: 190px;
  }
  .p-top-xs-200 {
    padding-top: 200px;
  }
  .p-bottom-xs-0 {
    padding-bottom: 0;
  }
  .p-bottom-xs-5 {
    padding-bottom: 5px;
  }
  .p-bottom-xs-10 {
    padding-bottom: 10px;
  }
  .p-bottom-xs-20 {
    padding-bottom: 20px;
  }
  .p-bottom-xs-30 {
    padding-bottom: 30px;
  }
  .p-bottom-xs-40 {
    padding-bottom: 40px;
  }
  .p-bottom-xs-50 {
    padding-bottom: 50px;
  }
  .p-bottom-xs-60 {
    padding-bottom: 60px;
  }
  .p-bottom-xs-70 {
    padding-bottom: 70px;
  }
  .p-bottom-xs-80 {
    padding-bottom: 80px;
  }
  .p-bottom-xs-90 {
    padding-bottom: 90px;
  }
  .p-bottom-xs-100 {
    padding-bottom: 100px;
  }
  .p-bottom-xs-110 {
    padding-bottom: 110px;
  }
  .p-bottom-xs-120 {
    padding-bottom: 120px;
  }
  .p-bottom-xs-130 {
    padding-bottom: 130px;
  }
  .p-bottom-xs-140 {
    padding-bottom: 140px;
  }
  .p-bottom-xs-150 {
    padding-bottom: 150px;
  }
  .p-bottom-xs-160 {
    padding-bottom: 160px;
  }
  .p-bottom-xs-170 {
    padding-bottom: 170px;
  }
  .p-bottom-xs-180 {
    padding-bottom: 180px;
  }
  .p-bottom-xs-190 {
    padding-bottom: 190px;
  }
  .p-bottom-xs-200 {
    padding-bottom: 200px;
  }
  .p-left-xs-0 {
    padding-left: 0;
  }
  .p-left-xs-5 {
    padding-left: 5px;
  }
  .p-left-xs-10 {
    padding-left: 10px;
  }
  .p-left-xs-20 {
    padding-left: 20px;
  }
  .p-left-xs-30 {
    padding-left: 30px;
  }
  .p-left-xs-40 {
    padding-left: 40px;
  }
  .p-left-xs-50 {
    padding-left: 50px;
  }
  .p-left-xs-60 {
    padding-left: 60px;
  }
  .p-left-xs-70 {
    padding-left: 70px;
  }
  .p-left-xs-80 {
    padding-left: 80px;
  }
  .p-left-xs-90 {
    padding-left: 90px;
  }
  .p-left-xs-100 {
    padding-left: 100px;
  }
  .p-left-xs-110 {
    padding-left: 110px;
  }
  .p-left-xs-120 {
    padding-left: 120px;
  }
  .p-left-xs-130 {
    padding-left: 130px;
  }
  .p-left-xs-140 {
    padding-left: 140px;
  }
  .p-left-xs-150 {
    padding-left: 150px;
  }
  .p-left-xs-160 {
    padding-left: 160px;
  }
  .p-left-xs-170 {
    padding-left: 170px;
  }
  .p-left-xs-180 {
    padding-left: 180px;
  }
  .p-left-xs-190 {
    padding-left: 190px;
  }
  .p-left-xs-200 {
    padding-left: 200px;
  }
  .p-right-xs-0 {
    padding-right: 0;
  }
  .p-right-xs-5 {
    padding-right: 5px;
  }
  .p-right-xs-10 {
    padding-right: 10px;
  }
  .p-right-xs-20 {
    padding-right: 20px;
  }
  .p-right-xs-30 {
    padding-right: 30px;
  }
  .p-right-xs-40 {
    padding-right: 40px;
  }
  .p-right-xs-50 {
    padding-right: 50px;
  }
  .p-right-xs-60 {
    padding-right: 60px;
  }
  .p-right-xs-70 {
    padding-right: 70px;
  }
  .p-right-xs-80 {
    padding-right: 80px;
  }
  .p-right-xs-90 {
    padding-right: 90px;
  }
  .p-right-xs-100 {
    padding-right: 100px;
  }
  .p-right-xs-110 {
    padding-right: 110px;
  }
  .p-right-xs-120 {
    padding-right: 120px;
  }
  .p-right-xs-130 {
    padding-right: 130px;
  }
  .p-right-xs-140 {
    padding-right: 140px;
  }
  .p-right-xs-150 {
    padding-right: 150px;
  }
  .p-right-xs-160 {
    padding-right: 160px;
  }
  .p-right-xs-170 {
    padding-right: 170px;
  }
  .p-right-xs-180 {
    padding-right: 180px;
  }
  .p-right-xs-190 {
    padding-right: 190px;
  }
  .p-right-xs-200 {
    padding-right: 200px;
  }
}

@media (min-width: 768px) {
  .p-top-sm-0 {
    padding-top: 0;
  }
  .p-top-sm-5 {
    padding-top: 5px;
  }
  .p-top-sm-10 {
    padding-top: 10px;
  }
  .p-top-sm-20 {
    padding-top: 20px;
  }
  .p-top-sm-30 {
    padding-top: 30px;
  }
  .p-top-sm-40 {
    padding-top: 40px;
  }
  .p-top-sm-50 {
    padding-top: 50px;
  }
  .p-top-sm-60 {
    padding-top: 60px;
  }
  .p-top-sm-70 {
    padding-top: 70px;
  }
  .p-top-sm-80 {
    padding-top: 80px;
  }
  .p-top-sm-90 {
    padding-top: 90px;
  }
  .p-top-sm-100 {
    padding-top: 100px;
  }
  .p-top-sm-110 {
    padding-top: 110px;
  }
  .p-top-sm-120 {
    padding-top: 120px;
  }
  .p-top-sm-130 {
    padding-top: 130px;
  }
  .p-top-sm-140 {
    padding-top: 140px;
  }
  .p-top-sm-150 {
    padding-top: 150px;
  }
  .p-top-sm-160 {
    padding-top: 160px;
  }
  .p-top-sm-170 {
    padding-top: 170px;
  }
  .p-top-sm-180 {
    padding-top: 180px;
  }
  .p-top-sm-190 {
    padding-top: 190px;
  }
  .p-top-sm-200 {
    padding-top: 200px;
  }
  .p-bottom-sm-0 {
    padding-bottom: 0;
  }
  .p-bottom-sm-5 {
    padding-bottom: 5px;
  }
  .p-bottom-sm-10 {
    padding-bottom: 10px;
  }
  .p-bottom-sm-20 {
    padding-bottom: 20px;
  }
  .p-bottom-sm-30 {
    padding-bottom: 30px;
  }
  .p-bottom-sm-40 {
    padding-bottom: 40px;
  }
  .p-bottom-sm-50 {
    padding-bottom: 50px;
  }
  .p-bottom-sm-60 {
    padding-bottom: 60px;
  }
  .p-bottom-sm-70 {
    padding-bottom: 70px;
  }
  .p-bottom-sm-80 {
    padding-bottom: 80px;
  }
  .p-bottom-sm-90 {
    padding-bottom: 90px;
  }
  .p-bottom-sm-100 {
    padding-bottom: 100px;
  }
  .p-bottom-sm-110 {
    padding-bottom: 110px;
  }
  .p-bottom-sm-120 {
    padding-bottom: 120px;
  }
  .p-bottom-sm-130 {
    padding-bottom: 130px;
  }
  .p-bottom-sm-140 {
    padding-bottom: 140px;
  }
  .p-bottom-sm-150 {
    padding-bottom: 150px;
  }
  .p-bottom-sm-160 {
    padding-bottom: 160px;
  }
  .p-bottom-sm-170 {
    padding-bottom: 170px;
  }
  .p-bottom-sm-180 {
    padding-bottom: 180px;
  }
  .p-bottom-sm-190 {
    padding-bottom: 190px;
  }
  .p-bottom-sm-200 {
    padding-bottom: 200px;
  }
  .p-left-sm-0 {
    padding-left: 0;
  }
  .p-left-sm-5 {
    padding-left: 5px;
  }
  .p-left-sm-10 {
    padding-left: 10px;
  }
  .p-left-sm-20 {
    padding-left: 20px;
  }
  .p-left-sm-30 {
    padding-left: 30px;
  }
  .p-left-sm-40 {
    padding-left: 40px;
  }
  .p-left-sm-50 {
    padding-left: 50px;
  }
  .p-left-sm-60 {
    padding-left: 60px;
  }
  .p-left-sm-70 {
    padding-left: 70px;
  }
  .p-left-sm-80 {
    padding-left: 80px;
  }
  .p-left-sm-90 {
    padding-left: 90px;
  }
  .p-left-sm-100 {
    padding-left: 100px;
  }
  .p-left-sm-110 {
    padding-left: 110px;
  }
  .p-left-sm-120 {
    padding-left: 120px;
  }
  .p-left-sm-130 {
    padding-left: 130px;
  }
  .p-left-sm-140 {
    padding-left: 140px;
  }
  .p-left-sm-150 {
    padding-left: 150px;
  }
  .p-left-sm-160 {
    padding-left: 160px;
  }
  .p-left-sm-170 {
    padding-left: 170px;
  }
  .p-left-sm-180 {
    padding-left: 180px;
  }
  .p-left-sm-190 {
    padding-left: 190px;
  }
  .p-left-sm-200 {
    padding-left: 200px;
  }
  .p-right-sm-0 {
    padding-right: 0;
  }
  .p-right-sm-5 {
    padding-right: 5px;
  }
  .p-right-sm-10 {
    padding-right: 10px;
  }
  .p-right-sm-20 {
    padding-right: 20px;
  }
  .p-right-sm-30 {
    padding-right: 30px;
  }
  .p-right-sm-40 {
    padding-right: 40px;
  }
  .p-right-sm-50 {
    padding-right: 50px;
  }
  .p-right-sm-60 {
    padding-right: 60px;
  }
  .p-right-sm-70 {
    padding-right: 70px;
  }
  .p-right-sm-80 {
    padding-right: 80px;
  }
  .p-right-sm-90 {
    padding-right: 90px;
  }
  .p-right-sm-100 {
    padding-right: 100px;
  }
  .p-right-sm-110 {
    padding-right: 110px;
  }
  .p-right-sm-120 {
    padding-right: 120px;
  }
  .p-right-sm-130 {
    padding-right: 130px;
  }
  .p-right-sm-140 {
    padding-right: 140px;
  }
  .p-right-sm-150 {
    padding-right: 150px;
  }
  .p-right-sm-160 {
    padding-right: 160px;
  }
  .p-right-sm-170 {
    padding-right: 170px;
  }
  .p-right-sm-180 {
    padding-right: 180px;
  }
  .p-right-sm-190 {
    padding-right: 190px;
  }
  .p-right-sm-200 {
    padding-right: 200px;
  }
}

@media (min-width: 992px) {
  .p-top-md-0 {
    padding-top: 0;
  }
  .p-top-md-5 {
    padding-top: 5px;
  }
  .p-top-md-10 {
    padding-top: 10px;
  }
  .p-top-md-20 {
    padding-top: 20px;
  }
  .p-top-md-30 {
    padding-top: 30px;
  }
  .p-top-md-40 {
    padding-top: 40px;
  }
  .p-top-md-50 {
    padding-top: 50px;
  }
  .p-top-md-60 {
    padding-top: 60px;
  }
  .p-top-md-70 {
    padding-top: 70px;
  }
  .p-top-md-80 {
    padding-top: 80px;
  }
  .p-top-md-90 {
    padding-top: 90px;
  }
  .p-top-md-100 {
    padding-top: 100px;
  }
  .p-top-md-110 {
    padding-top: 110px;
  }
  .p-top-md-120 {
    padding-top: 120px;
  }
  .p-top-md-130 {
    padding-top: 130px;
  }
  .p-top-md-140 {
    padding-top: 140px;
  }
  .p-top-md-150 {
    padding-top: 150px;
  }
  .p-top-md-160 {
    padding-top: 160px;
  }
  .p-top-md-170 {
    padding-top: 170px;
  }
  .p-top-md-180 {
    padding-top: 180px;
  }
  .p-top-md-190 {
    padding-top: 190px;
  }
  .p-top-md-200 {
    padding-top: 200px;
  }
  .p-bottom-md-0 {
    padding-bottom: 0;
  }
  .p-bottom-md-5 {
    padding-bottom: 5px;
  }
  .p-bottom-md-10 {
    padding-bottom: 10px;
  }
  .p-bottom-md-20 {
    padding-bottom: 20px;
  }
  .p-bottom-md-30 {
    padding-bottom: 30px;
  }
  .p-bottom-md-40 {
    padding-bottom: 40px;
  }
  .p-bottom-md-50 {
    padding-bottom: 50px;
  }
  .p-bottom-md-60 {
    padding-bottom: 60px;
  }
  .p-bottom-md-70 {
    padding-bottom: 70px;
  }
  .p-bottom-md-80 {
    padding-bottom: 80px;
  }
  .p-bottom-md-90 {
    padding-bottom: 90px;
  }
  .p-bottom-md-100 {
    padding-bottom: 100px;
  }
  .p-bottom-md-110 {
    padding-bottom: 110px;
  }
  .p-bottom-md-120 {
    padding-bottom: 120px;
  }
  .p-bottom-md-130 {
    padding-bottom: 130px;
  }
  .p-bottom-md-140 {
    padding-bottom: 140px;
  }
  .p-bottom-md-150 {
    padding-bottom: 150px;
  }
  .p-bottom-md-160 {
    padding-bottom: 160px;
  }
  .p-bottom-md-170 {
    padding-bottom: 170px;
  }
  .p-bottom-md-180 {
    padding-bottom: 180px;
  }
  .p-bottom-md-190 {
    padding-bottom: 190px;
  }
  .p-bottom-md-200 {
    padding-bottom: 200px;
  }
  .p-left-md-0 {
    padding-left: 0;
  }
  .p-left-md-5 {
    padding-left: 5px;
  }
  .p-left-md-10 {
    padding-left: 10px;
  }
  .p-left-md-20 {
    padding-left: 20px;
  }
  .p-left-md-30 {
    padding-left: 30px;
  }
  .p-left-md-40 {
    padding-left: 40px;
  }
  .p-left-md-50 {
    padding-left: 50px;
  }
  .p-left-md-60 {
    padding-left: 60px;
  }
  .p-left-md-70 {
    padding-left: 70px;
  }
  .p-left-md-80 {
    padding-left: 80px;
  }
  .p-left-md-90 {
    padding-left: 90px;
  }
  .p-left-md-100 {
    padding-left: 100px;
  }
  .p-left-md-110 {
    padding-left: 110px;
  }
  .p-left-md-120 {
    padding-left: 120px;
  }
  .p-left-md-130 {
    padding-left: 130px;
  }
  .p-left-md-140 {
    padding-left: 140px;
  }
  .p-left-md-150 {
    padding-left: 150px;
  }
  .p-left-md-160 {
    padding-left: 160px;
  }
  .p-left-md-170 {
    padding-left: 170px;
  }
  .p-left-md-180 {
    padding-left: 180px;
  }
  .p-left-md-190 {
    padding-left: 190px;
  }
  .p-left-md-200 {
    padding-left: 200px;
  }
  .p-right-md-0 {
    padding-right: 0;
  }
  .p-right-md-5 {
    padding-right: 5px;
  }
  .p-right-md-10 {
    padding-right: 10px;
  }
  .p-right-md-20 {
    padding-right: 20px;
  }
  .p-right-md-30 {
    padding-right: 30px;
  }
  .p-right-md-40 {
    padding-right: 40px;
  }
  .p-right-md-50 {
    padding-right: 50px;
  }
  .p-right-md-60 {
    padding-right: 60px;
  }
  .p-right-md-70 {
    padding-right: 70px;
  }
  .p-right-md-80 {
    padding-right: 80px;
  }
  .p-right-md-90 {
    padding-right: 90px;
  }
  .p-right-md-100 {
    padding-right: 100px;
  }
  .p-right-md-110 {
    padding-right: 110px;
  }
  .p-right-md-120 {
    padding-right: 120px;
  }
  .p-right-md-130 {
    padding-right: 130px;
  }
  .p-right-md-140 {
    padding-right: 140px;
  }
  .p-right-md-150 {
    padding-right: 150px;
  }
  .p-right-md-160 {
    padding-right: 160px;
  }
  .p-right-md-170 {
    padding-right: 170px;
  }
  .p-right-md-180 {
    padding-right: 180px;
  }
  .p-right-md-190 {
    padding-right: 190px;
  }
  .p-right-md-200 {
    padding-right: 200px;
  }
}

@media (min-width: 1200px) {
  .p-top-lg-0 {
    padding-top: 0;
  }
  .p-top-lg-5 {
    padding-top: 5px;
  }
  .p-top-lg-10 {
    padding-top: 10px;
  }
  .p-top-lg-20 {
    padding-top: 20px;
  }
  .p-top-lg-30 {
    padding-top: 30px;
  }
  .p-top-lg-40 {
    padding-top: 40px;
  }
  .p-top-lg-50 {
    padding-top: 50px;
  }
  .p-top-lg-60 {
    padding-top: 60px;
  }
  .p-top-lg-70 {
    padding-top: 70px;
  }
  .p-top-lg-80 {
    padding-top: 80px;
  }
  .p-top-lg-90 {
    padding-top: 90px;
  }
  .p-top-lg-100 {
    padding-top: 100px;
  }
  .p-top-lg-110 {
    padding-top: 110px;
  }
  .p-top-lg-120 {
    padding-top: 120px;
  }
  .p-top-lg-130 {
    padding-top: 130px;
  }
  .p-top-lg-140 {
    padding-top: 140px;
  }
  .p-top-lg-150 {
    padding-top: 150px;
  }
  .p-top-lg-160 {
    padding-top: 160px;
  }
  .p-top-lg-170 {
    padding-top: 170px;
  }
  .p-top-lg-180 {
    padding-top: 180px;
  }
  .p-top-lg-190 {
    padding-top: 190px;
  }
  .p-top-lg-200 {
    padding-top: 200px;
  }
  .p-bottom-lg-0 {
    padding-bottom: 0;
  }
  .p-bottom-lg-5 {
    padding-bottom: 5px;
  }
  .p-bottom-lg-10 {
    padding-bottom: 10px;
  }
  .p-bottom-lg-20 {
    padding-bottom: 20px;
  }
  .p-bottom-lg-30 {
    padding-bottom: 30px;
  }
  .p-bottom-lg-40 {
    padding-bottom: 40px;
  }
  .p-bottom-lg-50 {
    padding-bottom: 50px;
  }
  .p-bottom-lg-60 {
    padding-bottom: 60px;
  }
  .p-bottom-lg-70 {
    padding-bottom: 70px;
  }
  .p-bottom-lg-80 {
    padding-bottom: 80px;
  }
  .p-bottom-lg-90 {
    padding-bottom: 90px;
  }
  .p-bottom-lg-100 {
    padding-bottom: 100px;
  }
  .p-bottom-lg-110 {
    padding-bottom: 110px;
  }
  .p-bottom-lg-120 {
    padding-bottom: 120px;
  }
  .p-bottom-lg-130 {
    padding-bottom: 130px;
  }
  .p-bottom-lg-140 {
    padding-bottom: 140px;
  }
  .p-bottom-lg-150 {
    padding-bottom: 150px;
  }
  .p-bottom-lg-160 {
    padding-bottom: 160px;
  }
  .p-bottom-lg-170 {
    padding-bottom: 170px;
  }
  .p-bottom-lg-180 {
    padding-bottom: 180px;
  }
  .p-bottom-lg-190 {
    padding-bottom: 190px;
  }
  .p-bottom-lg-200 {
    padding-bottom: 200px;
  }
  .p-left-lg-0 {
    padding-left: 0;
  }
  .p-left-lg-5 {
    padding-left: 5px;
  }
  .p-left-lg-10 {
    padding-left: 10px;
  }
  .p-left-lg-20 {
    padding-left: 20px;
  }
  .p-left-lg-30 {
    padding-left: 30px;
  }
  .p-left-lg-40 {
    padding-left: 40px;
  }
  .p-left-lg-50 {
    padding-left: 50px;
  }
  .p-left-lg-60 {
    padding-left: 60px;
  }
  .p-left-lg-70 {
    padding-left: 70px;
  }
  .p-left-lg-80 {
    padding-left: 80px;
  }
  .p-left-lg-90 {
    padding-left: 90px;
  }
  .p-left-lg-100 {
    padding-left: 100px;
  }
  .p-left-lg-110 {
    padding-left: 110px;
  }
  .p-left-lg-120 {
    padding-left: 120px;
  }
  .p-left-lg-130 {
    padding-left: 130px;
  }
  .p-left-lg-140 {
    padding-left: 140px;
  }
  .p-left-lg-150 {
    padding-left: 150px;
  }
  .p-left-lg-160 {
    padding-left: 160px;
  }
  .p-left-lg-170 {
    padding-left: 170px;
  }
  .p-left-lg-180 {
    padding-left: 180px;
  }
  .p-left-lg-190 {
    padding-left: 190px;
  }
  .p-left-lg-200 {
    padding-left: 200px;
  }
  .p-right-lg-0 {
    padding-right: 0;
  }
  .p-right-lg-5 {
    padding-right: 5px;
  }
  .p-right-lg-10 {
    padding-right: 10px;
  }
  .p-right-lg-20 {
    padding-right: 20px;
  }
  .p-right-lg-30 {
    padding-right: 30px;
  }
  .p-right-lg-40 {
    padding-right: 40px;
  }
  .p-right-lg-50 {
    padding-right: 50px;
  }
  .p-right-lg-60 {
    padding-right: 60px;
  }
  .p-right-lg-70 {
    padding-right: 70px;
  }
  .p-right-lg-80 {
    padding-right: 80px;
  }
  .p-right-lg-90 {
    padding-right: 90px;
  }
  .p-right-lg-100 {
    padding-right: 100px;
  }
  .p-right-lg-110 {
    padding-right: 110px;
  }
  .p-right-lg-120 {
    padding-right: 120px;
  }
  .p-right-lg-130 {
    padding-right: 130px;
  }
  .p-right-lg-140 {
    padding-right: 140px;
  }
  .p-right-lg-150 {
    padding-right: 150px;
  }
  .p-right-lg-160 {
    padding-right: 160px;
  }
  .p-right-lg-170 {
    padding-right: 170px;
  }
  .p-right-lg-180 {
    padding-right: 180px;
  }
  .p-right-lg-190 {
    padding-right: 190px;
  }
  .p-right-lg-200 {
    padding-right: 200px;
  }
}
