*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
}
svg {
  max-height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #888888;
  line-height: 1.5;
  font-size: 14px;
}
[data-pageloader="y"] #page {
  opacity: 0;
}
/* COMMON
********************************************/
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
a:not([class*="btn"]):hover,
a:not([class*="btn"]):focus {
  opacity: 0.7;
}
/*a:not([class]) { color: #1f9df3; }*/
footer,
section,
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
hr {
  height: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.light hr,
hr.light {
  border-color: rgba(255, 255, 255, 0.15);
}
p {
  margin-bottom: 20px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.el-parallax {
  top: 0px;
}
/* Common
********************************************/
.full-wh {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.full-vh {
  position: absolute;
  /*top: 0px;*/
  left: 0px;
  right: 0px;
  height: 110vh;
  top: 50%;
  margin-top: -55vh;
}
.full-vh.vh120 {
  margin-top: -60vh;
}
.full-vh.vh130 {
  margin-top: -65vh;
}
.full-vh.vh140 {
  margin-top: -70vh;
}
.full-vh.vh150 {
  margin-top: -75vh;
}
.full-vh.vh160 {
  margin-top: -80vh;
}
.full-vh.vh170 {
  margin-top: -85vh;
}
.full-vh.vh180 {
  margin-top: -90vh;
}
.full-vh.vh190 {
  margin-top: -95vh;
}
.full-vh.vh200 {
  margin-top: -100vh;
}
section.no-border,
.section.no-border,
.no-border {
  border: none;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.l0 {
  left: 0px;
}
.r0 {
  right: 0px;
}
.l-auto {
  left: auto;
}
.r-auto {
  right: auto;
}
.list-reset {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
/* z-index
=========================*/
.z0-1 {
  z-index: -1;
}
.z0 {
  z-index: 0;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 200;
}
.z3 {
  z-index: 300;
}
.z4 {
  z-index: 400;
}
.z5 {
  z-index: 500;
}
.z6 {
  z-index: 600;
}
.z7 {
  z-index: 700;
}
.z8 {
  z-index: 800;
}
.z9 {
  z-index: 900;
}
.z10 {
  z-index: 1000;
}
/* Opacity
=========================*/
.op-0 {
  opacity: 0;
}
.op-001 {
  opacity: 0.01;
}
.op-002 {
  opacity: 0.02;
}
.op-003 {
  opacity: 0.03;
}
.op-004 {
  opacity: 0.04;
}
.op-005 {
  opacity: 0.05;
}
.op-006 {
  opacity: 0.06;
}
.op-007 {
  opacity: 0.07;
}
.op-008 {
  opacity: 0.08;
}
.op-009 {
  opacity: 0.09;
}
.op-01 {
  opacity: 0.1;
}
.op-02 {
  opacity: 0.2;
}
.op-03 {
  opacity: 0.3;
}
.op-04 {
  opacity: 0.4;
}
.op-05 {
  opacity: 0.5;
}
.op-06 {
  opacity: 0.6;
}
.op-07 {
  opacity: 0.7;
}
.op-08 {
  opacity: 0.8;
}
.op-09 {
  opacity: 0.9;
}
.op-1 {
  opacity: 1;
}
[data-animate-in]:not(.animated) {
  opacity: 0;
}
/* Shadow
=========================*/
.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.shadow-2 {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.shadow-3 {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.shadow-4 {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
}
.shadow-5 {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}
/* Clearing
=========================*/
.nav-header:before,
.nav-header:after,
.nav-links:before,
.nav-links:after {
  content: '';
  display: table;
  clear: both;
}
/* Icon blocks
=========================*/
.iconwrp {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.iconwrp.l {
  margin-left: 0;
}
.iconwrp.r {
  margin-right: 0;
}
/* Table
********************************************/
.table-responsive {
  border-color: rgba(0, 0, 0, 0.1);
}
.light.table-responsive {
  border-color: rgba(255, 255, 255, 0.1);
}
.tbl {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}
.light.tbl-border th,
.light.tbl-border td {
  border-color: rgba(255, 255, 255, 0.1);
}
.tbl td,
.tbl th {
  padding: 10px;
}
.pd-lr-10 th,
.pd-lr-10 td {
  padding-left: 10px;
  padding-right: 10px;
}
.pd-lr-15 th,
.pd-lr-15 td {
  padding-left: 15px;
  padding-right: 15px;
}
.pd-lr-20 th,
.pd-lr-20 td {
  padding-left: 20px;
  padding-right: 20px;
}
.pd-lr-30 th,
.pd-lr-30 td {
  padding-left: 30px;
  padding-right: 30px;
}
.pd-tb-10 th,
.pd-tb-10 td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pd-tb-15 th,
.pd-tb-15 td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pd-tb-20 th,
.pd-tb-20 td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd-tb-30 th,
.pd-tb-30 td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.align-m th,
.align-m td {
  vertical-align: middle;
}
.align-t th,
.align-t td {
  vertical-align: top;
}
.align-b th,
.align-b td {
  vertical-align: bottom;
}
/* Buttons
=========================*/
.btn {
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 16px;
  min-height: 45px;
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 1;
  position: relative;
  outline: 0px auto -webkit-focus-ring-color !important;
}
.btn:active,
.btn.active,
.btn:focus {
  box-shadow: none;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default {
  border-color: #2d3345;
  color: #2d3345;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.solid.btn-default {
  border-color: #2d3345;
  background-color: #2d3345;
  color: #ffffff;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary {
  border-color: #cea25b;
  color: #cea25b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.solid.btn-primary {
  border-color: #cea25b;
  background-color: #cea25b;
  color: #ffffff;
}
.solid.btn-default:hover,
.solid.btn-default:focus,
.solid.btn-default:active,
.solid.btn-default.active {
  background-color: transparent;
  color: #2d3345;
}
.solid.btn-primary:hover,
.solid.btn-primary:focus,
.solid.btn-primary:active,
.solid.btn-primary.active {
  background-color: transparent;
  color: #cea25b;
}
.light[class*="btn-"] {
  border-color: #ffffff;
  color: #ffffff;
}
.light[class*="btn-"]:hover,
.light[class*="btn-"]:focus,
.light[class*="btn-"]:active,
.light[class*="btn-"].active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2d3345;
}
.solid.light[class*="btn-"] {
  background-color: #ffffff;
  color: #2d3345;
}
.solid.light[class*="btn-"]:hover,
.solid.light[class*="btn-"]:focus,
.solid.light[class*="btn-"]:active,
.solid.light[class*="btn-"].active {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
/* Button utilities
=========================*/
.btn.large {
  padding: 18px 30px;
  font-size: 26px;
  min-height: 64px;
  font-weight: 700;
}
.btn.medium {
  padding: 14px 20px;
  font-size: 16px;
  min-height: 45px;
}
.btn.small {
  padding: 10px 18px;
  font-size: 13px;
  min-height: 14px;
}
.btn.mini {
  padding: 6px 12px;
  font-size: 13px;
  min-height: 26px;
}
.btn.tiny {
  padding: 5px 10px 4px 10px;
  font-size: 11px;
  min-height: 22px;
}
.btn.large.round {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 100px;
}
.btn.round,
.btn.medium.round {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
}
.btn.small.round {
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 100px;
}
.btn.mini.round {
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 100px;
}
.btn.tiny.round {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px;
}
.btn-reset {
  padding: 0;
  line-height: 100%;
}
.btn.block {
  display: block;
  width: 100%;
}
.btn.inline-block {
  display: inline-block;
  width: auto;
}
.btn > .btn-icon,
.btn > .btn-txt {
  vertical-align: middle;
}
.btn > .btn-icon {
  margin-right: 10px;
  margin-top: -2px;
}
.btn.large > .btn-icon:not([class*="fs"]) {
  font-size: 26px;
}
.btn > .btn-icon:not([class*="fs"]),
.btn.medium > .btn-icon:not([class*="fs"]) {
  font-size: 20px;
}
.btn.small > .btn-icon:not([class*="fs"]) {
  font-size: 14px;
  margin-right: 6px;
}
.btn.mini > .btn-icon:not([class*="fs"]) {
  font-size: 13px;
  margin-right: 6px;
}
.btn.tiny > .btn-icon:not([class*="fs"]) {
  font-size: 11px;
  margin-right: 6px;
  margin-top: -2px;
}
/* APP Buttons
=========================*/
.appstore-btn {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 13px 20px 10px 60px;
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  margin: 4px;
  text-align: left;
}
.appstore-btn i {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 45px;
}
.appstore-btn small {
  display: block;
  font-size: 12px;
  padding-left: 2px;
}
.appstore-btn:hover {
  color: #fff;
}
.app-google-play i {
  top: 7px;
}
.app-amazon i {
  top: 11px;
  left: 9px;
}
.app-windows {
  padding-left: 70px;
}
.round.appstore-btn {
  padding-left: 70px;
  padding-right: 30px;
  border-radius: 100px;
}
.round.appstore-btn i {
  left: 25px;
}
/* Button colors
=========================*/
.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2d3345;
}
.solid.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2d3345;
}
.solid.btn-white:hover,
.solid.btn-white:focus,
.solid.btn-white:active,
.solid.btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-black {
  border-color: #000000;
  color: #000000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.solid.btn-black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.solid.btn-black:hover,
.solid.btn-black:focus,
.solid.btn-black:active,
.solid.btn-black.active {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn-gray1 {
  border-color: #888888;
  color: #888888;
}
.btn-gray1:hover,
.btn-gray1:focus,
.btn-gray1:active,
.btn-gray1.active {
  background-color: #888888;
  border-color: #888888;
  color: #2d3345;
}
.solid.btn-gray1 {
  background-color: #888888;
  border-color: #888888;
  color: #2d3345;
}
.solid.btn-gray1:hover,
.solid.btn-gray1:focus,
.solid.btn-gray1:active,
.solid.btn-gray1.active {
  background-color: transparent;
  border-color: #888888;
  color: #888888;
}
.btn-gray2 {
  border-color: #f4f5f5;
  color: #f4f5f5;
}
.btn-gray2:hover,
.btn-gray2:focus,
.btn-gray2:active,
.btn-gray2.active {
  background-color: #f4f5f5;
  border-color: #f4f5f5;
  color: #2d3345;
}
.solid.btn-gray2 {
  background-color: #f4f5f5;
  border-color: #f4f5f5;
  color: #2d3345;
}
.solid.btn-gray2:hover,
.solid.btn-gray2:focus,
.solid.btn-gray2:active,
.solid.btn-gray2.active {
  background-color: transparent;
  border-color: #f4f5f5;
  color: #f4f5f5;
}
.btn-dark1 {
  border-color: #2d3345;
  color: #2d3345;
}
.btn-dark1:hover,
.btn-dark1:focus,
.btn-dark1:active,
.btn-dark1.active {
  background-color: #2d3345;
  border-color: #2d3345;
  color: #ffffff;
}
.solid.btn-dark1 {
  background-color: #2d3345;
  border-color: #2d3345;
  color: #ffffff;
}
.solid.btn-dark1:hover,
.solid.btn-dark1:focus,
.solid.btn-dark1:active,
.solid.btn-dark1.active {
  background-color: transparent;
  border-color: #2d3345;
  color: #2d3345;
}
.btn-dark2 {
  border-color: #576180;
  color: #576180;
}
.btn-dark2:hover,
.btn-dark2:focus,
.btn-dark2:active,
.btn-dark2.active {
  background-color: #576180;
  border-color: #576180;
  color: #ffffff;
}
.solid.btn-dark2 {
  background-color: #576180;
  border-color: #576180;
  color: #ffffff;
}
.solid.btn-dark2:hover,
.solid.btn-dark2:focus,
.solid.btn-dark2:active,
.solid.btn-dark2.active {
  background-color: transparent;
  border-color: #576180;
  color: #576180;
}
.btn-dark3 {
  border-color: #252525;
  color: #252525;
}
.btn-dark3:hover,
.btn-dark3:focus,
.btn-dark3:active,
.btn-dark3.active {
  background-color: #252525;
  border-color: #252525;
  color: #ffffff;
}
.solid.btn-dark3 {
  background-color: #252525;
  border-color: #252525;
  color: #ffffff;
}
.solid.btn-dark3:hover,
.solid.btn-dark3:focus,
.solid.btn-dark3:active,
.solid.btn-dark3.active {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}
.btn-dark4 {
  border-color: #102540;
  color: #102540;
}
.btn-dark4:hover,
.btn-dark4:focus,
.btn-dark4:active,
.btn-dark4.active {
  background-color: #102540;
  border-color: #102540;
  color: #ffffff;
}
.solid.btn-dark4 {
  background-color: #102540;
  border-color: #102540;
  color: #ffffff;
}
.solid.btn-dark4:hover,
.solid.btn-dark4:focus,
.solid.btn-dark4:active,
.solid.btn-dark4.active {
  background-color: transparent;
  border-color: #102540;
  color: #102540;
}
.btn-color1 {
  border-color: #cea25b;
  color: #cea25b;
}
.btn-color1:hover,
.btn-color1:focus,
.btn-color1:active,
.btn-color1.active {
  background-color: #cea25b;
  border-color: #cea25b;
  color: #ffffff;
}
.solid.btn-color1 {
  background-color: #cea25b;
  border-color: #cea25b;
  color: #ffffff;
}
.solid.btn-color1:hover,
.solid.btn-color1:focus,
.solid.btn-color1:active,
.solid.btn-color1.active {
  background-color: transparent;
  border-color: #cea25b;
  color: #cea25b;
}
.btn-color2 {
  border-color: #ed1b2e;
  color: #ed1b2e;
}
.btn-color2:hover,
.btn-color2:focus,
.btn-color2:active,
.btn-color2.active {
  background-color: #ed1b2e;
  border-color: #ed1b2e;
  color: #ffffff;
}
.solid.btn-color2 {
  background-color: #ed1b2e;
  border-color: #ed1b2e;
  color: #ffffff;
}
.solid.btn-color2:hover,
.solid.btn-color2:focus,
.solid.btn-color2:active,
.solid.btn-color2.active {
  background-color: transparent;
  border-color: #ed1b2e;
  color: #ed1b2e;
}
.btn-color3 {
  border-color: #6cbc35;
  color: #6cbc35;
}
.btn-color3:hover,
.btn-color3:focus,
.btn-color3:active,
.btn-color3.active {
  background-color: #6cbc35;
  border-color: #6cbc35;
  color: #ffffff;
}
.solid.btn-color3 {
  background-color: #6cbc35;
  border-color: #6cbc35;
  color: #ffffff;
}
.solid.btn-color3:hover,
.solid.btn-color3:focus,
.solid.btn-color3:active,
.solid.btn-color3.active {
  background-color: transparent;
  border-color: #6cbc35;
  color: #6cbc35;
}
.btn-color4 {
  border-color: #fd9f3e;
  color: #fd9f3e;
}
.btn-color4:hover,
.btn-color4:focus,
.btn-color4:active,
.btn-color4.active {
  background-color: #fd9f3e;
  border-color: #fd9f3e;
  color: #ffffff;
}
.solid.btn-color4 {
  background-color: #fd9f3e;
  border-color: #fd9f3e;
  color: #ffffff;
}
.solid.btn-color4:hover,
.solid.btn-color4:focus,
.solid.btn-color4:active,
.solid.btn-color4.active {
  background-color: transparent;
  border-color: #fd9f3e;
  color: #fd9f3e;
}
.btn-color5 {
  border-color: #a5c9ee;
  color: #a5c9ee;
}
.btn-color5:hover,
.btn-color5:focus,
.btn-color5:active,
.btn-color5.active {
  background-color: #a5c9ee;
  border-color: #a5c9ee;
  color: #102540;
}
.solid.btn-color5 {
  background-color: #a5c9ee;
  border-color: #a5c9ee;
  color: #102540;
}
.solid.btn-color5:hover,
.solid.btn-color5:focus,
.solid.btn-color5:active,
.solid.btn-color5.active {
  background-color: transparent;
  border-color: #a5c9ee;
  color: #a5c9ee;
}
.btn-color6 {
  border-color: #f54063;
  color: #f54063;
}
.btn-color6:hover,
.btn-color6:focus,
.btn-color6:active,
.btn-color6.active {
  background-color: #f54063;
  border-color: #f54063;
  color: #ffffff;
}
.solid.btn-color6 {
  background-color: #f54063;
  border-color: #f54063;
  color: #ffffff;
}
.solid.btn-color6:hover,
.solid.btn-color6:focus,
.solid.btn-color6:active,
.solid.btn-color6.active {
  background-color: transparent;
  border-color: #f54063;
  color: #f54063;
}
.btn-color7 {
  border-color: #e74946;
  color: #e74946;
}
.btn-color7:hover,
.btn-color7:focus,
.btn-color7:active,
.btn-color7.active {
  background-color: #e74946;
  border-color: #e74946;
  color: #ffffff;
}
.solid.btn-color7 {
  background-color: #e74946;
  border-color: #e74946;
  color: #ffffff;
}
.solid.btn-color7:hover,
.solid.btn-color7:focus,
.solid.btn-color7:active,
.solid.btn-color7.active {
  background-color: transparent;
  border-color: #e74946;
  color: #e74946;
}
/* Common typography
=========================*/
h1,
h2,
h3,
h4,
h5,
h6,
.hd-1,
.hd-2,
.hd-3,
.hd-4,
.hd-5,
.hd-6 {
  margin: 0px;
  color: #ffffff;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6,
.tb-list {
  font-family: "Montserrat", sans-serif;
}
h1,
.hd-1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
h2,
.hd-2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
h3,
.hd-3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
h4,
.hd-4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
h5,
.hd-5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
h6,
.hd-6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
h1.bdr-b {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h2.bdr-b {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h3.bdr-b {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h4.bdr-b {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h5.bdr-b {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h6.bdr-b {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.title {
  font-size: 30px;
  margin-bottom: 15px;
}
.title.large {
  font-size: 50px;
}
.title.small {
  font-size: 26px;
}
.title.mini {
  font-size: 22px;
}
.title.tiny {
  font-size: 18px;
}
.title-sub {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 300;
  color: #ffffff;
}
.title-sub.large {
  font-size: 26px;
}
.title-sub.small {
  font-size: 20px;
}
.title-sub.mini {
  font-size: 18px;
}
.title-sub.tiny {
  font-size: 17px;
}
.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light .title,
.typo-light .title-sub,
.typo-light .pg-path,
.typo-light .list-3,
.typo-light p {
  color: #ffffff;
}
/* List classes
=========================*/
.list-3,
.list-2,
.list-1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.list-1 li {
  margin-bottom: 5px;
}
.builder .list-1 > li {
  padding: 2px;
}
.list-2 {
  font-size: 16px;
}
.list-3 li,
.list-2 li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.list-2 li {
  margin-bottom: 20px;
  padding-left: 40px;
}
.list-2 li > i {
  position: absolute;
  left: 0px;
  font-size: 24px;
  top: 1px;
}
.list-3 {
  margin: 20px 0;
}
.list-3 li:before {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  content: "\f0da";
}
.list-3 li {
  padding-left: 25px;
}
.dark.list-2,
.dark.list-2 li > i {
  color: #576180;
}
/* Tag text
=========================*/
.tag-text {
  display: inline-block;
  padding: 5px 8px;
  background-color: #576180;
  line-height: 1;
  color: #ffffff;
}
.tag-text.bg-white {
  color: #2d3345;
}
.tag-text.bg-gray {
  color: #2d3345;
}
.tag-text.bg-dark {
  color: #ffffff;
}
.tag-text.bg-color1 {
  color: #ffffff;
}
.tag-text.bg-color2 {
  color: #ffffff;
}
.tag-text.bg-color3 {
  color: #ffffff;
}
.tag-text.bg-color4 {
  color: #ffffff;
}
.tag-text.sm {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
}
/* Text transform
=========================*/
.txt-upper {
  text-transform: uppercase;
}
.txt-lower {
  text-transform: lowercase;
}
.txt-capi {
  text-transform: capitalize;
}
/* Fonts sizes
=========================*/
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fs38 {
  font-size: 38px;
}
.fs40 {
  font-size: 40px;
}
.fs42 {
  font-size: 42px;
}
.fs44 {
  font-size: 44px;
}
.fs46 {
  font-size: 46px;
}
.fs48 {
  font-size: 48px;
}
.fs50 {
  font-size: 50px;
}
.fs52 {
  font-size: 52px;
}
.fs54 {
  font-size: 54px;
}
.fs56 {
  font-size: 56px;
}
.fs58 {
  font-size: 58px;
}
.fs60 {
  font-size: 60px;
}
.fs62 {
  font-size: 62px;
}
.fs64 {
  font-size: 64px;
}
.fs66 {
  font-size: 66px;
}
.fs68 {
  font-size: 68px;
}
.fs70 {
  font-size: 70px;
}
.fs72 {
  font-size: 72px;
}
.fs74 {
  font-size: 74px;
}
.fs76 {
  font-size: 76px;
}
.fs78 {
  font-size: 78px;
}
.fs80 {
  font-size: 80px;
}
.fs82 {
  font-size: 82px;
}
.fs84 {
  font-size: 84px;
}
.fs86 {
  font-size: 86px;
}
.fs88 {
  font-size: 88px;
}
.fs90 {
  font-size: 90px;
}
.fs100 {
  font-size: 100px;
}
.fs110 {
  font-size: 110px;
}
.fs120 {
  font-size: 120px;
}
.fs130 {
  font-size: 130px;
}
.fs140 {
  font-size: 140px;
}
.fs150 {
  font-size: 150px;
}
.fs160 {
  font-size: 160px;
}
.fs170 {
  font-size: 170px;
}
.fs180 {
  font-size: 180px;
}
.fs190 {
  font-size: 190px;
}
.fs200 {
  font-size: 200px;
}
.fs100p {
  font-size: 100%;
}
/* Line height
=========================*/
.lh-1 {
  line-height: 1.1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.lh-11 {
  line-height: 2.1;
}
.lh-12 {
  line-height: 2.2;
}
.lh-13 {
  line-height: 2.3;
}
.lh-14 {
  line-height: 2.4;
}
.lh-15 {
  line-height: 2.5;
}
.lh-16 {
  line-height: 2.6;
}
.lh-17 {
  line-height: 2.7;
}
.lh-18 {
  line-height: 2.8;
}
.lh-19 {
  line-height: 2.9;
}
.lh-20 {
  line-height: 3;
}
/* Font weight
=========================*/
.bold-n {
  font-weight: normal;
}
.bold-1 {
  font-weight: 300;
}
.bold-2 {
  font-weight: 400;
}
.bold-3 {
  font-weight: 600;
}
.bold-4 {
  font-weight: 700;
}
.bold-5 {
  font-weight: 800;
}
.bold-6 {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.l-through {
  text-decoration: line-through;
}
/* Letter Spacing
=========================*/
.f-letter-spacing2 {
  letter-spacing: 2px;
}
.f-letter-spacing4 {
  letter-spacing: 4px;
}
.f-letter-spacing6 {
  letter-spacing: 6px;
}
.f-letter-spacing8 {
  letter-spacing: 8px;
}
.f-letter-spacing10 {
  letter-spacing: 10px;
}
/* Font family
=========================*/
.f-1 {
  font-family: "Open Sans", sans-serif;
}
.f-2 {
  font-family: "Montserrat", sans-serif;
}
/* Text colors
=========================*/
.active.txt-white,
.txt-white,
.typo-light .txt-white,
.txt-white:hover {
  color: #ffffff;
}
.active.txt-black,
.txt-black,
.typo-light .txt-black,
.txt-black:hover {
  color: #000000;
}
.active.txt-gray1,
.txt-gray1,
.typo-light .txt-gray1,
.txt-gray1:hover {
  color: #888888;
}
.active.txt-gray2,
.txt-gray2,
.typo-light .txt-gray2,
.txt-gray2:hover {
  color: #f4f5f5;
}
.active.txt-dark1,
.txt-dark1,
.typo-light .txt-dark1,
.txt-dark1:hover {
  color: #2d3345;
}
.active.txt-dark2,
.txt-dark2,
.typo-light .txt-dark2,
.txt-dark2:hover {
  color: #576180;
}
.active.txt-dark3,
.txt-dark3,
.typo-light .txt-dark3,
.txt-dark3:hover {
  color: #252525;
}
.active.txt-dark4,
.txt-dark4,
.typo-light .txt-dark4,
.txt-dark4:hover {
  color: #102540;
}
.active.txt-color1,
.txt-color1,
.typo-light .txt-color1,
.txt-color1:hover {
  color: #cea25b;
}
.active.txt-color2,
.txt-color2,
.typo-light .txt-color2,
.txt-color2:hover {
  color: #ed1b2e;
}
.active.txt-color3,
.txt-color3,
.typo-light .txt-color3,
.txt-color3:hover {
  color: #6cbc35;
}
.active.txt-color4,
.txt-color4,
.typo-light .txt-color4,
.txt-color4:hover {
  color: #fd9f3e;
}
.active.txt-color5,
.txt-color5,
.typo-light .txt-color5,
.txt-color5:hover {
  color: #a5c9ee;
}
.active.txt-color6,
.txt-color6,
.typo-light .txt-color6,
.txt-color6:hover {
  color: #f54063;
}
.active.txt-color7,
.txt-color7,
.typo-light .txt-color7,
.txt-color7:hover {
  color: #e74946;
}
/* Text hover colors
=========================*/
.hov-txt-white:hover {
  color: #ffffff;
}
.hov-txt-black:hover {
  color: #000000;
}
.hov-txt-gray1:hover {
  color: #888888;
}
.hov-txt-gray2:hover {
  color: #f4f5f5;
}
.hov-txt-dark1:hover {
  color: #2d3345;
}
.hov-txt-dark2:hover {
  color: #576180;
}
.hov-txt-dark3:hover {
  color: #252525;
}
.hov-txt-dark4:hover {
  color: #102540;
}
.hov-txt-color1:hover {
  color: #cea25b;
}
.hov-txt-color2:hover {
  color: #ed1b2e;
}
.hov-txt-color3:hover {
  color: #6cbc35;
}
.hov-txt-color4:hover {
  color: #fd9f3e;
}
.hov-txt-color5:hover {
  color: #a5c9ee;
}
.hov-txt-color6:hover {
  color: #f54063;
}
.hov-txt-color7:hover {
  color: #e74946;
}
/* Link colors
=========================*/
.link-white,
a.link-white {
  color: #ffffff;
}
.link-black,
a.link-black {
  color: #000000;
}
.link-gray1,
a.link-gray1 {
  color: #888888;
}
.link-gray2,
a.link-gray2 {
  color: #f4f5f5;
}
.link-dark1,
a.link-dark1 {
  color: #2d3345;
}
.link-dark2,
a.link-dark2 {
  color: #576180;
}
.link-dark3,
a.link-dark3 {
  color: #252525;
}
.link-dark4,
a.link-dark4 {
  color: #102540;
}
.link-color1,
a.link-color1 {
  color: #cea25b;
}
.link-color2,
a.link-color2 {
  color: #ed1b2e;
}
.link-color3,
a.link-color3 {
  color: #6cbc35;
}
.link-color4,
a.link-color4 {
  color: #fd9f3e;
}
.link-color5,
a.link-color5 {
  color: #a5c9ee;
}
.link-color6,
a.link-color6 {
  color: #f54063;
}
.link-color7,
a.link-color7 {
  color: #e74946;
}
[class*="link-"]:hover {
  text-decoration: underline;
}
/* FORMS
********************************************/
.form-group label {
  font-weight: normal;
}
/* Form controls
=========================*/
.form-control {
  border-radius: 3px;
  box-shadow: none;
  background-color: transparent;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: normal;
}
.form-control:hover,
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
/* Light form control */
.light.form-control {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.light.form-control:hover,
.light.form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.light.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.light.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.light.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.light.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* form control sizes */
.large.form-control {
  font-size: 18px;
  padding: 15px 25px;
}
.medium.form-control {
  font-size: 16px;
  padding: 10px 15px;
}
.small.form-control {
  font-size: 14px;
  padding: 8px 10px;
}
.mini.form-control {
  font-size: 13px;
  padding: 5px 8px;
}
textarea.form-control {
  height: 150px;
}
.field-list {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0px;
}
.field-list li {
  margin: 0 0 3px 0;
}
.field-list li > span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.field-list li input {
  position: relative;
  top: -2px;
}
/*All messages*/
.sweet-alert {
  padding: 30px;
}
.sweet-alert h2 {
  margin: 20px 0;
}
.sweet-alert p {
  font-weight: normal;
}
.error {
  display: block;
  font-weight: normal;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  color: #e74c3c;
}
.error.valid {
  display: none !important;
}
.form-control + .error {
  margin-bottom: 10px;
  margin-top: -4px;
}
.typo-light .error {
  color: #fff;
}
/*Form table row*/
.form-inline-tbl {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  padding: 0px;
}
.form-inline-tbl > li {
  display: table-cell;
}
/* Alignment 
=========================*/
.vm,
.cm {
  position: relative;
}
.cm-item,
.cm > .cm-item {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.vm-item,
.vm > .vm-item {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.c-item {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}
.align-c {
  text-align: center;
}
.align-m {
  vertical-align: middle;
}
.align-t {
  vertical-align: top;
}
.flex-reset {
  display: block;
}
.iconwrp,
.flex-wrp,
.flex-tl,
.flex-tc,
.flex-tr,
.flex-cc,
.flex-cl,
.flex-cr,
.flex-bc,
.flex-bl,
.flex-br {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-tl {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-tc {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-tr {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.iconwrp,
.flex-cl {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-obj.align-c .iconwrp,
.info-obj.align-r .sq.iconwrp,
.info-obj.align-r .rd.iconwrp,
.info-obj .sq.iconwrp,
.info-obj .rd.iconwrp,
.info-obj.img-l .iconwrp,
.info-obj.img-r .iconwrp,
.flex-cc {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-obj.align-r .iconwrp,
.flex-cr {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-bc {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-bl {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-br {
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-item-bc {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.flex-item-cl {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.flex-eqh {
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* Background colors
=========================*/
.active.bg-white,
.bg-white {
  background-color: #ffffff;
}
.active.bg-black,
.bg-black {
  background-color: #000000;
}
.active.bg-gray1,
.bg-gray1 {
  background-color: #888888;
}
.active.bg-gray2,
.bg-gray2 {
  background-color: #f4f5f5;
}
.active.bg-dark1,
.bg-dark1 {
  background-color: #2d3345;
}
.active.bg-dark2,
.bg-dark2 {
  background-color: #576180;
}
.active.bg-dark3,
.bg-dark3 {
  background-color: #252525;
}
.active.bg-dark4,
.bg-dark4 {
  background-color: #102540;
}
.active.bg-color1,
.bg-color1 {
  background-color: #cea25b;
}
.active.bg-color2,
.bg-color2 {
  background-color: #ed1b2e;
}
.active.bg-color3,
.bg-color3 {
  background-color: #6cbc35;
}
.active.bg-color4,
.bg-color4 {
  background-color: #fd9f3e;
}
.active.bg-color5,
.bg-color5 {
  background-color: #a5c9ee;
}
.active.bg-color6,
.bg-color6 {
  background-color: #f54063;
}
.active.bg-color7,
.bg-color7 {
  background-color: #e74946;
}
/* Background hover colors
=========================*/
.hov-bg-white:hover {
  background-color: #ffffff;
}
.hov-bg-black:hover {
  background-color: #000000;
}
.hov-bg-gray1:hover {
  background-color: #888888;
}
.hov-bg-gray2:hover {
  background-color: #f4f5f5;
}
.hov-bg-dark1:hover {
  background-color: #2d3345;
}
.hov-bg-dark2:hover {
  background-color: #576180;
}
.hov-bg-dark3:hover {
  background-color: #252525;
}
.hov-bg-dark4:hover {
  background-color: #102540;
}
.hov-bg-color1:hover {
  background-color: #cea25b;
}
.hov-bg-color2:hover {
  background-color: #ed1b2e;
}
.hov-bg-color3:hover {
  background-color: #6cbc35;
}
.hov-bg-color4:hover {
  background-color: #fd9f3e;
}
.hov-bg-color5:hover {
  background-color: #a5c9ee;
}
.hov-bg-color6:hover {
  background-color: #f54063;
}
.hov-bg-color7:hover {
  background-color: #e74946;
}
/* Background properties 
=========================*/
.bg-section {
  top: 0px;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-cc {
  background-position: center center;
}
.bg-ct {
  background-position: center top;
}
.bg-cb {
  background-position: center bottom;
}
.bg-lt {
  background-position: left top;
}
.bg-lc {
  background-position: left center;
}
.bg-lb {
  background-position: left bottom;
}
.bg-rt {
  background-position: right top;
}
.bg-rc {
  background-position: right center;
}
.bg-rb {
  background-position: right bottom;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
@media (min-width: 992px) {
  .bg-glass,
  .nav-wrp.bg-glass:not(.nav-sticky) {
    background-color: transparent;
  }
  .light.nav-wrp.glass-01:not(.nav-sticky),
  .bg-glass-dark-01 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .nav-wrp.glass-01:not(.nav-sticky),
  .bg-glass-light-01 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .light.nav-wrp.glass-02:not(.nav-sticky),
  .bg-glass-dark-02 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-wrp.glass-02:not(.nav-sticky),
  .bg-glass-light-02 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .light.nav-wrp.glass-03:not(.nav-sticky),
  .bg-glass-dark-03 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav-wrp.glass-03:not(.nav-sticky),
  .bg-glass-light-03 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .light.nav-wrp.glass-04:not(.nav-sticky),
  .bg-glass-dark-04 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .nav-wrp.glass-04:not(.nav-sticky),
  .bg-glass-light-04 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .light.nav-wrp.glass-05:not(.nav-sticky),
  .bg-glass-dark-05 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav-wrp.glass-05:not(.nav-sticky),
  .bg-glass-light-05 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .light.nav-wrp.glass-06:not(.nav-sticky),
  .bg-glass-dark-06 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .nav-wrp.glass-06:not(.nav-sticky),
  .bg-glass-light-06 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .light.nav-wrp.glass-07:not(.nav-sticky),
  .bg-glass-dark-07 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .nav-wrp.glass-07:not(.nav-sticky),
  .bg-glass-light-07 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .light.nav-wrp.glass-08:not(.nav-sticky),
  .bg-glass-dark-08 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .nav-wrp.glass-08:not(.nav-sticky),
  .bg-glass-light-08 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .light.nav-wrp.glass-09:not(.nav-sticky),
  .bg-glass-dark-09 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .nav-wrp.glass-09:not(.nav-sticky),
  .bg-glass-light-09 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* Radius
=========================*/
.rd {
  border-radius: 100%;
}
.rd-2 {
  border-radius: 2px;
}
.rd-4 {
  border-radius: 4px;
}
.rd-5 {
  border-radius: 5px;
}
.rd-6 {
  border-radius: 6px;
}
.rd-10 {
  border-radius: 10px;
}
.rd-20 {
  border-radius: 20px;
}
.rd-30 {
  border-radius: 30px;
}
.rd-40 {
  border-radius: 40px;
}
.rd-50 {
  border-radius: 50px;
}
.rd-100 {
  border-radius: 100px;
}
.rd-150 {
  border-radius: 150px;
}
.rd-200 {
  border-radius: 200px;
}
.rd-250 {
  border-radius: 250px;
}
.rd-300 {
  border-radius: 300px;
}
.rd-350 {
  border-radius: 350px;
}
.rd-400 {
  border-radius: 400px;
}
/* Border
=========================*/
.bdr-l {
  border-left: 1px solid;
}
.bdr-r {
  border-right: 1px solid;
}
.bdr-t {
  border-top: 1px solid;
}
.bdr-b {
  border-bottom: 1px solid;
}
.bdr-1 {
  border-width: 1px;
  border-style: solid;
}
.bdr-2 {
  border-width: 2px;
  border-style: solid;
}
.bdr-3 {
  border-width: 3px;
  border-style: solid;
}
.bdr-4 {
  border-width: 4px;
  border-style: solid;
}
.bdr-5 {
  border-width: 5px;
  border-style: solid;
}
.bdr-10 {
  border-width: 10px;
  border-style: solid;
}
.bdr-15 {
  border-width: 15px;
  border-style: solid;
}
.bdr-20 {
  border-width: 20px;
  border-style: solid;
}
.bdr-25 {
  border-width: 25px;
  border-style: solid;
}
.bdr-30 {
  border-width: 30px;
  border-style: solid;
}
.bdr-t-2 {
  border-top-width: 2px;
  border-top-style: solid;
}
.bdr-t-3 {
  border-top-width: 3px;
  border-top-style: solid;
}
.bdr-t-4 {
  border-top-width: 4px;
  border-top-style: solid;
}
.bdr-t-5 {
  border-top-width: 5px;
  border-top-style: solid;
}
.bdr-t-10 {
  border-top-width: 10px;
  border-top-style: solid;
}
.bdr-t-15 {
  border-top-width: 15px;
  border-top-style: solid;
}
.bdr-t-20 {
  border-top-width: 20px;
  border-top-style: solid;
}
.bdr-t-25 {
  border-top-width: 25px;
  border-top-style: solid;
}
.bdr-t-30 {
  border-top-width: 30px;
  border-top-style: solid;
}
.bdr-r-2 {
  border-right-width: 2px;
  border-right-style: solid;
}
.bdr-r-3 {
  border-right-width: 3px;
  border-right-style: solid;
}
.bdr-r-4 {
  border-right-width: 4px;
  border-right-style: solid;
}
.bdr-r-5 {
  border-right-width: 5px;
  border-right-style: solid;
}
.bdr-r-10 {
  border-right-width: 10px;
  border-right-style: solid;
}
.bdr-r-15 {
  border-right-width: 15px;
  border-right-style: solid;
}
.bdr-r-20 {
  border-right-width: 20px;
  border-right-style: solid;
}
.bdr-r-25 {
  border-right-width: 25px;
  border-right-style: solid;
}
.bdr-r-30 {
  border-right-width: 30px;
  border-right-style: solid;
}
.bdr-b-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.bdr-b-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.bdr-b-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.bdr-b-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.bdr-b-10 {
  border-bottom-width: 10px;
  border-bottom-style: solid;
}
.bdr-b-15 {
  border-bottom-width: 15px;
  border-bottom-style: solid;
}
.bdr-b-20 {
  border-bottom-width: 20px;
  border-bottom-style: solid;
}
.bdr-b-25 {
  border-bottom-width: 25px;
  border-bottom-style: solid;
}
.bdr-b-30 {
  border-bottom-width: 30px;
  border-bottom-style: solid;
}
.bdr-l-2 {
  border-left-width: 2px;
  border-left-style: solid;
}
.bdr-l-3 {
  border-left-width: 3px;
  border-left-style: solid;
}
.bdr-l-4 {
  border-left-width: 4px;
  border-left-style: solid;
}
.bdr-l-5 {
  border-left-width: 5px;
  border-left-style: solid;
}
.bdr-l-10 {
  border-left-width: 10px;
  border-left-style: solid;
}
.bdr-l-15 {
  border-left-width: 15px;
  border-left-style: solid;
}
.bdr-l-20 {
  border-left-width: 20px;
  border-left-style: solid;
}
.bdr-l-25 {
  border-left-width: 25px;
  border-left-style: solid;
}
.bdr-l-30 {
  border-left-width: 30px;
  border-left-style: solid;
}
.row-bdr > [class*="flex-col-"] {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.row-bdr > [class*="flex-col-"]:last-child {
  border-right: none;
}
.row-bdr {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.row-sep > [class*="flex-col-"] {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.row-sep > [class*="flex-col-"]:last-child {
  border-right: none;
}
/* Border dark with opacity
=========================*/
.bdr-op-1,
.bdr-op-1.row-bdr,
.bdr-op-1.row-bdr > [class*="flex-col-"],
.bdr-op-1.row-sep > [class*="flex-col-"],
.bdr-op-1.form-control:hover,
.bdr-op-1.form-control:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.bdr-op-2,
.bdr-op-2.row-bdr,
.bdr-op-2.row-bdr > [class*="flex-col-"],
.bdr-op-2.row-sep > [class*="flex-col-"],
.bdr-op-2.form-control:hover,
.bdr-op-2.form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.bdr-op-3,
.bdr-op-3.row-bdr,
.bdr-op-3.row-bdr > [class*="flex-col-"],
.bdr-op-3.row-sep > [class*="flex-col-"],
.bdr-op-3.form-control:hover,
.bdr-op-3.form-control:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
.bdr-op-4,
.bdr-op-4.row-bdr,
.bdr-op-4.row-bdr > [class*="flex-col-"],
.bdr-op-4.row-sep > [class*="flex-col-"],
.bdr-op-4.form-control:hover,
.bdr-op-4.form-control:focus {
  border-color: rgba(0, 0, 0, 0.4);
}
.bdr-op-5,
.bdr-op-5.row-bdr,
.bdr-op-5.row-bdr > [class*="flex-col-"],
.bdr-op-5.row-sep > [class*="flex-col-"],
.bdr-op-5.form-control:hover,
.bdr-op-5.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.bdr-op-6,
.bdr-op-6.row-bdr,
.bdr-op-6.row-bdr > [class*="flex-col-"],
.bdr-op-6.row-sep > [class*="flex-col-"],
.bdr-op-6.form-control:hover,
.bdr-op-6.form-control:focus {
  border-color: rgba(0, 0, 0, 0.6);
}
.bdr-op-7,
.bdr-op-7.row-bdr,
.bdr-op-7.row-bdr > [class*="flex-col-"],
.bdr-op-7.row-sep > [class*="flex-col-"],
.bdr-op-7.form-control:hover,
.bdr-op-7.form-control:focus {
  border-color: rgba(0, 0, 0, 0.7);
}
.bdr-op-8,
.bdr-op-8.row-bdr,
.bdr-op-8.row-bdr > [class*="flex-col-"],
.bdr-op-8.row-sep > [class*="flex-col-"],
.bdr-op-8.form-control:hover,
.bdr-op-8.form-control:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.bdr-op-9,
.bdr-op-9.row-bdr,
.bdr-op-9.row-bdr > [class*="flex-col-"],
.bdr-op-9.row-sep > [class*="flex-col-"],
.bdr-op-9.form-control:hover,
.bdr-op-9.form-control:focus {
  border-color: rgba(0, 0, 0, 0.9);
}
.bdr-op-10,
.bdr-op-10.row-bdr,
.bdr-op-10.row-bdr > [class*="flex-col-"],
.bdr-op-10.row-sep > [class*="flex-col-"],
.bdr-op-10.form-control:hover,
.bdr-op-10.form-control:focus {
  border-color: #000000;
}
/* Border light with opacity
=========================*/
.light.bdr-op-1,
.light.bdr-op-1.row-bdr,
.light.bdr-op-1.row-bdr > [class*="flex-col-"],
.light.bdr-op-1.row-sep > [class*="flex-col-"],
.light.bdr-op-1.form-control:hover,
.light.bdr-op-1.form-control:focus {
  border-color: rgba(255, 255, 255, 0.1);
}
.light.bdr-op-2,
.light.bdr-op-2.row-bdr,
.light.bdr-op-2.row-bdr > [class*="flex-col-"],
.light.bdr-op-2.row-sep > [class*="flex-col-"],
.light.bdr-op-2.form-control:hover,
.light.bdr-op-2.form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.light.bdr-op-3,
.light.bdr-op-3.row-bdr,
.light.bdr-op-3.row-bdr > [class*="flex-col-"],
.light.bdr-op-3.row-sep > [class*="flex-col-"],
.light.bdr-op-3.form-control:hover,
.light.bdr-op-3.form-control:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
.light.bdr-op-4,
.light.bdr-op-4.row-bdr,
.light.bdr-op-4.row-bdr > [class*="flex-col-"],
.light.bdr-op-4.row-sep > [class*="flex-col-"],
.light.bdr-op-4.form-control:hover,
.light.bdr-op-4.form-control:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.light.bdr-op-5,
.light.bdr-op-5.row-bdr,
.light.bdr-op-5.row-bdr > [class*="flex-col-"],
.light.bdr-op-5.row-sep > [class*="flex-col-"],
.light.bdr-op-5.form-control:hover,
.light.bdr-op-5.form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.light.bdr-op-6,
.light.bdr-op-6.row-bdr,
.light.bdr-op-6.row-bdr > [class*="flex-col-"],
.light.bdr-op-6.row-sep > [class*="flex-col-"],
.light.bdr-op-6.form-control:hover,
.light.bdr-op-6.form-control:focus {
  border-color: rgba(255, 255, 255, 0.6);
}
.light.bdr-op-7,
.light.bdr-op-7.row-bdr,
.light.bdr-op-7.row-bdr > [class*="flex-col-"],
.light.bdr-op-7.row-sep > [class*="flex-col-"],
.light.bdr-op-7.form-control:hover,
.light.bdr-op-7.form-control:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.light.bdr-op-8,
.light.bdr-op-8.row-bdr,
.light.bdr-op-8.row-bdr > [class*="flex-col-"],
.light.bdr-op-8.row-sep > [class*="flex-col-"],
.light.bdr-op-8.form-control:hover,
.light.bdr-op-8.form-control:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.light.bdr-op-9,
.light.bdr-op-9.row-bdr,
.light.bdr-op-9.row-bdr > [class*="flex-col-"],
.light.bdr-op-9.row-sep > [class*="flex-col-"],
.light.bdr-op-9.form-control:hover,
.light.bdr-op-9.form-control:focus {
  border-color: rgba(255, 255, 255, 0.9);
}
.light.bdr-op-10,
.light.bdr-op-10.row-bdr,
.light.bdr-op-10.row-bdr > [class*="flex-col-"],
.light.bdr-op-10.row-sep > [class*="flex-col-"],
.light.bdr-op-10.form-control:hover,
.light.bdr-op-10.form-control:focus {
  border-color: #ffffff;
}
/* Border other colors
=========================*/
.active.bdr-white,
.bdr-white,
.bdr-white.row-bdr,
.bdr-white.row-bdr > [class*="flex-col-"],
.bdr-white.row-sep > [class*="flex-col-"],
.bdr-white.form-control,
.bdr-white {
  border-color: #ffffff;
}
.active.bdr-black,
.bdr-black,
.bdr-black.row-bdr,
.bdr-black.row-bdr > [class*="flex-col-"],
.bdr-black.row-sep > [class*="flex-col-"],
.bdr-black.form-control,
.bdr-black {
  border-color: #000000;
}
.active.bdr-gray1,
.bdr-gray1,
.bdr-gray1.row-bdr,
.bdr-gray1.row-bdr > [class*="flex-col-"],
.bdr-gray1.row-sep > [class*="flex-col-"],
.bdr-gray1.form-control,
.bdr-gray1 {
  border-color: #888888;
}
.active.bdr-gray2,
.bdr-gray2,
.bdr-gray2.row-bdr,
.bdr-gray2.row-bdr > [class*="flex-col-"],
.bdr-gray2.row-sep > [class*="flex-col-"],
.bdr-gray2.form-control,
.bdr-gray2 {
  border-color: #f4f5f5;
}
.active.bdr-dark1,
.bdr-dark1,
.bdr-dark1.row-bdr,
.bdr-dark1.row-bdr > [class*="flex-col-"],
.bdr-dark1.row-sep > [class*="flex-col-"],
.bdr-dark1.form-control,
.bdr-dark1 {
  border-color: #2d3345;
}
.active.bdr-dark2,
.bdr-dark2,
.bdr-dark2.row-bdr,
.bdr-dark2.row-bdr > [class*="flex-col-"],
.bdr-dark2.row-sep > [class*="flex-col-"],
.bdr-dark2.form-control,
.bdr-dark2 {
  border-color: #576180;
}
.active.bdr-dark3,
.bdr-dark3,
.bdr-dark3.row-bdr,
.bdr-dark3.row-bdr > [class*="flex-col-"],
.bdr-dark3.row-sep > [class*="flex-col-"],
.bdr-dark3.form-control,
.bdr-dark3 {
  border-color: #252525;
}
.active.bdr-dark4,
.bdr-dark4,
.bdr-dark4.row-bdr,
.bdr-dark4.row-bdr > [class*="flex-col-"],
.bdr-dark4.row-sep > [class*="flex-col-"],
.bdr-dark4.form-control,
.bdr-dark4 {
  border-color: #102540;
}
.active.bdr-color1,
.bdr-color1,
.bdr-color1.row-bdr,
.bdr-color1.row-bdr > [class*="flex-col-"],
.bdr-color1.row-sep > [class*="flex-col-"],
.bdr-color1.form-control,
.bdr-color1 {
  border-color: #cea25b;
}
.active.bdr-color2,
.bdr-color2,
.bdr-color2.row-bdr,
.bdr-color2.row-bdr > [class*="flex-col-"],
.bdr-color2.row-sep > [class*="flex-col-"],
.bdr-color2.form-control,
.bdr-color2 {
  border-color: #ed1b2e;
}
.active.bdr-color3,
.bdr-color3,
.bdr-color3.row-bdr,
.bdr-color3.row-bdr > [class*="flex-col-"],
.bdr-color3.row-sep > [class*="flex-col-"],
.bdr-color3.form-control,
.bdr-color3 {
  border-color: #6cbc35;
}
.active.bdr-color4,
.bdr-color4,
.bdr-color4.row-bdr,
.bdr-color4.row-bdr > [class*="flex-col-"],
.bdr-color4.row-sep > [class*="flex-col-"],
.bdr-color4.form-control,
.bdr-color4 {
  border-color: #fd9f3e;
}
.active.bdr-color5,
.bdr-color5,
.bdr-color5.row-bdr,
.bdr-color5.row-bdr > [class*="flex-col-"],
.bdr-color5.row-sep > [class*="flex-col-"],
.bdr-color5.form-control,
.bdr-color5 {
  border-color: #a5c9ee;
}
.active.bdr-color6,
.bdr-color6,
.bdr-color6.row-bdr,
.bdr-color6.row-bdr > [class*="flex-col-"],
.bdr-color6.row-sep > [class*="flex-col-"],
.bdr-color6.form-control,
.bdr-color6 {
  border-color: #f54063;
}
.active.bdr-color7,
.bdr-color7,
.bdr-color7.row-bdr,
.bdr-color7.row-bdr > [class*="flex-col-"],
.bdr-color7.row-sep > [class*="flex-col-"],
.bdr-color7.form-control,
.bdr-color7 {
  border-color: #e74946;
}
/* Border other hover colors
=========================*/
.hov-bdr-white:hover,
.hov-bdr-white:hover.row-bdr,
.hov-bdr-white:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-white:hover.row-sep > [class*="flex-col-"],
.hov-bdr-white:hover.form-control,
.hov-bdr-white:focus.form-control,
.hov-bdr-white:hover {
  border-color: #ffffff;
}
.hov-bdr-black:hover,
.hov-bdr-black:hover.row-bdr,
.hov-bdr-black:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-black:hover.row-sep > [class*="flex-col-"],
.hov-bdr-black:hover.form-control,
.hov-bdr-black:focus.form-control,
.hov-bdr-black:hover {
  border-color: #000000;
}
.hov-bdr-gray1:hover,
.hov-bdr-gray1:hover.row-bdr,
.hov-bdr-gray1:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-gray1:hover.row-sep > [class*="flex-col-"],
.hov-bdr-gray1:hover.form-control,
.hov-bdr-gray1:focus.form-control,
.hov-bdr-gray1:hover {
  border-color: #888888;
}
.hov-bdr-gray2:hover,
.hov-bdr-gray2:hover.row-bdr,
.hov-bdr-gray2:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-gray2:hover.row-sep > [class*="flex-col-"],
.hov-bdr-gray2:hover.form-control,
.hov-bdr-gray2:focus.form-control,
.hov-bdr-gray2:hover {
  border-color: #f4f5f5;
}
.hov-bdr-dark1:hover,
.hov-bdr-dark1:hover.row-bdr,
.hov-bdr-dark1:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-dark1:hover.row-sep > [class*="flex-col-"],
.hov-bdr-dark1:hover.form-control,
.hov-bdr-dark1:focus.form-control,
.hov-bdr-dark1:hover {
  border-color: #2d3345;
}
.hov-bdr-dark2:hover,
.hov-bdr-dark2:hover.row-bdr,
.hov-bdr-dark2:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-dark2:hover.row-sep > [class*="flex-col-"],
.hov-bdr-dark2:hover.form-control,
.hov-bdr-dark2:focus.form-control,
.hov-bdr-dark2:hover {
  border-color: #576180;
}
.hov-bdr-dark3:hover,
.hov-bdr-dark3:hover.row-bdr,
.hov-bdr-dark3:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-dark3:hover.row-sep > [class*="flex-col-"],
.hov-bdr-dark3:hover.form-control,
.hov-bdr-dark3:focus.form-control,
.hov-bdr-dark3:hover {
  border-color: #252525;
}
.hov-bdr-dark4:hover,
.hov-bdr-dark4:hover.row-bdr,
.hov-bdr-dark4:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-dark4:hover.row-sep > [class*="flex-col-"],
.hov-bdr-dark4:hover.form-control,
.hov-bdr-dark4:focus.form-control,
.hov-bdr-dark4:hover {
  border-color: #102540;
}
.hov-bdr-color1:hover,
.hov-bdr-color1:hover.row-bdr,
.hov-bdr-color1:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-color1:hover.row-sep > [class*="flex-col-"],
.hov-bdr-color1:hover.form-control,
.hov-bdr-color1:focus.form-control,
.hov-bdr-color1:hover {
  border-color: #cea25b;
}
.hov-bdr-color2:hover,
.hov-bdr-color2:hover.row-bdr,
.hov-bdr-color2:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-color2:hover.row-sep > [class*="flex-col-"],
.hov-bdr-color2:hover.form-control,
.hov-bdr-color2:focus.form-control,
.hov-bdr-color2:hover {
  border-color: #ed1b2e;
}
.hov-bdr-color3:hover,
.hov-bdr-color3:hover.row-bdr,
.hov-bdr-color3:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-color3:hover.row-sep > [class*="flex-col-"],
.hov-bdr-color3:hover.form-control,
.hov-bdr-color3:focus.form-control,
.hov-bdr-color3:hover {
  border-color: #6cbc35;
}
.hov-bdr-color4:hover,
.hov-bdr-color4:hover.row-bdr,
.hov-bdr-color4:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-color4:hover.row-sep > [class*="flex-col-"],
.hov-bdr-color4:hover.form-control,
.hov-bdr-color4:focus.form-control,
.hov-bdr-color4:hover {
  border-color: #fd9f3e;
}
.hov-bdr-color5:hover,
.hov-bdr-color5:hover.row-bdr,
.hov-bdr-color5:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-color5:hover.row-sep > [class*="flex-col-"],
.hov-bdr-color5:hover.form-control,
.hov-bdr-color5:focus.form-control,
.hov-bdr-color5:hover {
  border-color: #a5c9ee;
}
.hov-bdr-color6:hover,
.hov-bdr-color6:hover.row-bdr,
.hov-bdr-color6:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-color6:hover.row-sep > [class*="flex-col-"],
.hov-bdr-color6:hover.form-control,
.hov-bdr-color6:focus.form-control,
.hov-bdr-color6:hover {
  border-color: #f54063;
}
.hov-bdr-color7:hover,
.hov-bdr-color7:hover.row-bdr,
.hov-bdr-color7:hover.row-bdr > [class*="flex-col-"],
.hov-bdr-color7:hover.row-sep > [class*="flex-col-"],
.hov-bdr-color7:hover.form-control,
.hov-bdr-color7:focus.form-control,
.hov-bdr-color7:hover {
  border-color: #e74946;
}
/* Border utility
=========================*/
.bdr-glass,
.bdr-glass:hover,
.bdr-glass:focus {
  border-color: transparent;
}
.bdr-t-glass {
  border-top-color: transparent;
}
.bdr-r-glass {
  border-right-color: transparent;
}
.bdr-b-glass {
  border-bottom-color: transparent;
}
.bdr-l-glass {
  border-left-color: transparent;
}
.bdr-n,
.bdr-n:hover,
.bdr-n:focus {
  border-color: none;
}
.bdr-t-n {
  border-top: none;
}
.bdr-r-n {
  border-right: none;
}
.bdr-b-n {
  border-bottom: none;
}
.bdr-l-n {
  border-left: none;
}
/* Padding
=========================*/
.pd-tb-large {
  padding-top: 200px;
  padding-bottom: 200px;
}
.pd-tb-medium {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pd-tb-small {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pd-tb-mini {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pd-tb-tiny {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pd-tb-micro {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* common padding */
.pd-0 {
  padding: 0px;
}
.pd-0 {
  padding: 0px;
}
.pd-10 {
  padding: 10px;
}
.pd-20 {
  padding: 20px;
}
.pd-30 {
  padding: 30px;
}
.pd-40 {
  padding: 40px;
}
.pd-50 {
  padding: 50px;
}
.pd-60 {
  padding: 60px;
}
.pd-70 {
  padding: 70px;
}
.pd-80 {
  padding: 80px;
}
.pd-90 {
  padding: 90px;
}
.pd-100 {
  padding: 100px;
}
.pd-110 {
  padding: 110px;
}
.pd-120 {
  padding: 120px;
}
.pd-130 {
  padding: 130px;
}
.pd-140 {
  padding: 140px;
}
.pd-150 {
  padding: 150px;
}
.pd-160 {
  padding: 160px;
}
.pd-170 {
  padding: 170px;
}
.pd-180 {
  padding: 180px;
}
.pd-190 {
  padding: 190px;
}
.pd-200 {
  padding: 200px;
}
.pd-210 {
  padding: 210px;
}
.pd-220 {
  padding: 220px;
}
.pd-230 {
  padding: 230px;
}
.pd-240 {
  padding: 240px;
}
.pd-250 {
  padding: 250px;
}
.pd-260 {
  padding: 260px;
}
.pd-270 {
  padding: 270px;
}
.pd-280 {
  padding: 280px;
}
.pd-290 {
  padding: 290px;
}
.pd-300 {
  padding: 300px;
}
/* padding top only */
.pd-t-0 {
  padding-top: 0px;
}
.pd-t-10 {
  padding-top: 10px;
}
.pd-t-20 {
  padding-top: 20px;
}
.pd-t-30 {
  padding-top: 30px;
}
.pd-t-40 {
  padding-top: 40px;
}
.pd-t-50 {
  padding-top: 50px;
}
.pd-t-60 {
  padding-top: 60px;
}
.pd-t-70 {
  padding-top: 70px;
}
.pd-t-80 {
  padding-top: 80px;
}
.pd-t-90 {
  padding-top: 90px;
}
.pd-t-100 {
  padding-top: 100px;
}
.pd-t-110 {
  padding-top: 110px;
}
.pd-t-120 {
  padding-top: 120px;
}
.pd-t-130 {
  padding-top: 130px;
}
.pd-t-140 {
  padding-top: 140px;
}
.pd-t-150 {
  padding-top: 150px;
}
.pd-t-160 {
  padding-top: 160px;
}
.pd-t-170 {
  padding-top: 170px;
}
.pd-t-180 {
  padding-top: 180px;
}
.pd-t-190 {
  padding-top: 190px;
}
.pd-t-200 {
  padding-top: 200px;
}
.pd-t-210 {
  padding-top: 210px;
}
.pd-t-220 {
  padding-top: 220px;
}
.pd-t-230 {
  padding-top: 230px;
}
.pd-t-240 {
  padding-top: 240px;
}
.pd-t-250 {
  padding-top: 250px;
}
.pd-t-260 {
  padding-top: 260px;
}
.pd-t-270 {
  padding-top: 270px;
}
.pd-t-280 {
  padding-top: 280px;
}
.pd-t-290 {
  padding-top: 290px;
}
.pd-t-300 {
  padding-top: 300px;
}
/* padding right only */
.pd-r-0 {
  padding-right: 0px;
}
.pd-r-10 {
  padding-right: 10px;
}
.pd-r-20 {
  padding-right: 20px;
}
.pd-r-30 {
  padding-right: 30px;
}
.pd-r-40 {
  padding-right: 40px;
}
.pd-r-50 {
  padding-right: 50px;
}
.pd-r-60 {
  padding-right: 60px;
}
.pd-r-70 {
  padding-right: 70px;
}
.pd-r-80 {
  padding-right: 80px;
}
.pd-r-90 {
  padding-right: 90px;
}
.pd-r-100 {
  padding-right: 100px;
}
.pd-r-110 {
  padding-right: 110px;
}
.pd-r-120 {
  padding-right: 120px;
}
.pd-r-130 {
  padding-right: 130px;
}
.pd-r-140 {
  padding-right: 140px;
}
.pd-r-150 {
  padding-right: 150px;
}
.pd-r-160 {
  padding-right: 160px;
}
.pd-r-170 {
  padding-right: 170px;
}
.pd-r-180 {
  padding-right: 180px;
}
.pd-r-190 {
  padding-right: 190px;
}
.pd-r-200 {
  padding-right: 200px;
}
.pd-r-210 {
  padding-right: 210px;
}
.pd-r-220 {
  padding-right: 220px;
}
.pd-r-230 {
  padding-right: 230px;
}
.pd-r-240 {
  padding-right: 240px;
}
.pd-r-250 {
  padding-right: 250px;
}
.pd-r-260 {
  padding-right: 260px;
}
.pd-r-270 {
  padding-right: 270px;
}
.pd-r-280 {
  padding-right: 280px;
}
.pd-r-290 {
  padding-right: 290px;
}
.pd-r-300 {
  padding-right: 300px;
}
/* padding bottom only */
.pd-b-0 {
  padding-bottom: 0px;
}
.pd-b-10 {
  padding-bottom: 10px;
}
.pd-b-20 {
  padding-bottom: 20px;
}
.pd-b-30 {
  padding-bottom: 30px;
}
.pd-b-40 {
  padding-bottom: 40px;
}
.pd-b-50 {
  padding-bottom: 50px;
}
.pd-b-60 {
  padding-bottom: 60px;
}
.pd-b-70 {
  padding-bottom: 70px;
}
.pd-b-80 {
  padding-bottom: 80px;
}
.pd-b-90 {
  padding-bottom: 90px;
}
.pd-b-100 {
  padding-bottom: 100px;
}
.pd-b-110 {
  padding-bottom: 110px;
}
.pd-b-120 {
  padding-bottom: 120px;
}
.pd-b-130 {
  padding-bottom: 130px;
}
.pd-b-140 {
  padding-bottom: 140px;
}
.pd-b-150 {
  padding-bottom: 150px;
}
.pd-b-160 {
  padding-bottom: 160px;
}
.pd-b-170 {
  padding-bottom: 170px;
}
.pd-b-180 {
  padding-bottom: 180px;
}
.pd-b-190 {
  padding-bottom: 190px;
}
.pd-b-200 {
  padding-bottom: 200px;
}
.pd-b-210 {
  padding-bottom: 210px;
}
.pd-b-220 {
  padding-bottom: 220px;
}
.pd-b-230 {
  padding-bottom: 230px;
}
.pd-b-240 {
  padding-bottom: 240px;
}
.pd-b-250 {
  padding-bottom: 250px;
}
.pd-b-260 {
  padding-bottom: 260px;
}
.pd-b-270 {
  padding-bottom: 270px;
}
.pd-b-280 {
  padding-bottom: 280px;
}
.pd-b-290 {
  padding-bottom: 290px;
}
.pd-b-300 {
  padding-bottom: 300px;
}
/* padding left only */
.pd-l-0 {
  padding-left: 0px;
}
.pd-l-10 {
  padding-left: 10px;
}
.pd-l-20 {
  padding-left: 20px;
}
.pd-l-30 {
  padding-left: 30px;
}
.pd-l-40 {
  padding-left: 40px;
}
.pd-l-50 {
  padding-left: 50px;
}
.pd-l-60 {
  padding-left: 60px;
}
.pd-l-70 {
  padding-left: 70px;
}
.pd-l-80 {
  padding-left: 80px;
}
.pd-l-90 {
  padding-left: 90px;
}
.pd-l-100 {
  padding-left: 100px;
}
.pd-l-110 {
  padding-left: 110px;
}
.pd-l-120 {
  padding-left: 120px;
}
.pd-l-130 {
  padding-left: 130px;
}
.pd-l-140 {
  padding-left: 140px;
}
.pd-l-150 {
  padding-left: 150px;
}
.pd-l-160 {
  padding-left: 160px;
}
.pd-l-170 {
  padding-left: 170px;
}
.pd-l-180 {
  padding-left: 180px;
}
.pd-l-190 {
  padding-left: 190px;
}
.pd-l-200 {
  padding-left: 200px;
}
.pd-l-210 {
  padding-left: 210px;
}
.pd-l-220 {
  padding-left: 220px;
}
.pd-l-230 {
  padding-left: 230px;
}
.pd-l-240 {
  padding-left: 240px;
}
.pd-l-250 {
  padding-left: 250px;
}
.pd-l-260 {
  padding-left: 260px;
}
.pd-l-270 {
  padding-left: 270px;
}
.pd-l-280 {
  padding-left: 280px;
}
.pd-l-290 {
  padding-left: 290px;
}
.pd-l-300 {
  padding-left: 300px;
}
/* padding top bottom only */
.pd-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pd-tb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pd-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pd-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pd-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pd-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pd-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pd-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pd-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pd-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.pd-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pd-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pd-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pd-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.pd-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.pd-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.pd-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.pd-tb-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}
.pd-tb-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}
.pd-tb-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}
.pd-tb-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}
.pd-tb-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.pd-tb-260 {
  padding-top: 260px;
  padding-bottom: 260px;
}
.pd-tb-270 {
  padding-top: 270px;
  padding-bottom: 270px;
}
.pd-tb-280 {
  padding-top: 280px;
  padding-bottom: 280px;
}
.pd-tb-290 {
  padding-top: 290px;
  padding-bottom: 290px;
}
.pd-tb-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}
/* padding left right only */
.pd-lr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pd-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pd-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pd-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pd-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pd-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.pd-lr-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pd-lr-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.pd-lr-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pd-lr-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.pd-lr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pd-lr-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.pd-lr-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.pd-lr-130 {
  padding-left: 130px;
  padding-right: 130px;
}
.pd-lr-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.pd-lr-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.pd-lr-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.pd-lr-170 {
  padding-left: 170px;
  padding-right: 170px;
}
.pd-lr-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.pd-lr-190 {
  padding-left: 190px;
  padding-right: 190px;
}
.pd-lr-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.pd-lr-210 {
  padding-left: 210px;
  padding-right: 210px;
}
.pd-lr-220 {
  padding-left: 220px;
  padding-right: 220px;
}
.pd-lr-230 {
  padding-left: 230px;
  padding-right: 230px;
}
.pd-lr-240 {
  padding-left: 240px;
  padding-right: 240px;
}
.pd-lr-250 {
  padding-left: 250px;
  padding-right: 250px;
}
.pd-lr-260 {
  padding-left: 260px;
  padding-right: 260px;
}
.pd-lr-270 {
  padding-left: 270px;
  padding-right: 270px;
}
.pd-lr-280 {
  padding-left: 280px;
  padding-right: 280px;
}
.pd-lr-290 {
  padding-left: 290px;
  padding-right: 290px;
}
.pd-lr-300 {
  padding-left: 300px;
  padding-right: 300px;
}
/* Margin
=========================*/
.mr-auto {
  margin-left: auto;
  margin-right: auto;
}
/* common margin */
.mr-0 {
  margin: 0px;
}
.mr-2 {
  margin: 2px;
}
.mr-4 {
  margin: 4px;
}
.mr-6 {
  margin: 6px;
}
.mr-8 {
  margin: 8px;
}
.mr-10 {
  margin: 10px;
}
.mr-12 {
  margin: 12px;
}
.mr-14 {
  margin: 14px;
}
.mr-16 {
  margin: 16px;
}
.mr-18 {
  margin: 18px;
}
.mr-20 {
  margin: 20px;
}
.mr-22 {
  margin: 22px;
}
.mr-24 {
  margin: 24px;
}
.mr-26 {
  margin: 26px;
}
.mr-28 {
  margin: 28px;
}
.mr-30 {
  margin: 30px;
}
.mr-32 {
  margin: 32px;
}
.mr-34 {
  margin: 34px;
}
.mr-36 {
  margin: 36px;
}
.mr-38 {
  margin: 38px;
}
.mr-40 {
  margin: 40px;
}
.mr-42 {
  margin: 42px;
}
.mr-44 {
  margin: 44px;
}
.mr-46 {
  margin: 46px;
}
.mr-48 {
  margin: 48px;
}
.mr-50 {
  margin: 50px;
}
.mr-0 {
  margin: 0px;
}
.mr-10 {
  margin: 10px;
}
.mr-20 {
  margin: 20px;
}
.mr-30 {
  margin: 30px;
}
.mr-40 {
  margin: 40px;
}
.mr-50 {
  margin: 50px;
}
.mr-60 {
  margin: 60px;
}
.mr-70 {
  margin: 70px;
}
.mr-80 {
  margin: 80px;
}
.mr-90 {
  margin: 90px;
}
.mr-100 {
  margin: 100px;
}
.mr-110 {
  margin: 110px;
}
.mr-120 {
  margin: 120px;
}
.mr-130 {
  margin: 130px;
}
.mr-140 {
  margin: 140px;
}
.mr-150 {
  margin: 150px;
}
.mr-160 {
  margin: 160px;
}
.mr-170 {
  margin: 170px;
}
.mr-180 {
  margin: 180px;
}
.mr-190 {
  margin: 190px;
}
.mr-200 {
  margin: 200px;
}
/* margin top only */
.mr-t-0 {
  margin-top: 0px;
}
.mr-t-2 {
  margin-top: 2px;
}
.mr-t-4 {
  margin-top: 4px;
}
.mr-t-6 {
  margin-top: 6px;
}
.mr-t-8 {
  margin-top: 8px;
}
.mr-t-10 {
  margin-top: 10px;
}
.mr-t-12 {
  margin-top: 12px;
}
.mr-t-14 {
  margin-top: 14px;
}
.mr-t-16 {
  margin-top: 16px;
}
.mr-t-18 {
  margin-top: 18px;
}
.mr-t-20 {
  margin-top: 20px;
}
.mr-t-22 {
  margin-top: 22px;
}
.mr-t-24 {
  margin-top: 24px;
}
.mr-t-26 {
  margin-top: 26px;
}
.mr-t-28 {
  margin-top: 28px;
}
.mr-t-30 {
  margin-top: 30px;
}
.mr-t-32 {
  margin-top: 32px;
}
.mr-t-34 {
  margin-top: 34px;
}
.mr-t-36 {
  margin-top: 36px;
}
.mr-t-38 {
  margin-top: 38px;
}
.mr-t-40 {
  margin-top: 40px;
}
.mr-t-42 {
  margin-top: 42px;
}
.mr-t-44 {
  margin-top: 44px;
}
.mr-t-46 {
  margin-top: 46px;
}
.mr-t-48 {
  margin-top: 48px;
}
.mr-t-50 {
  margin-top: 50px;
}
.mr-t-10 {
  margin-top: 10px;
}
.mr-t-20 {
  margin-top: 20px;
}
.mr-t-30 {
  margin-top: 30px;
}
.mr-t-40 {
  margin-top: 40px;
}
.mr-t-50 {
  margin-top: 50px;
}
.mr-t-60 {
  margin-top: 60px;
}
.mr-t-70 {
  margin-top: 70px;
}
.mr-t-80 {
  margin-top: 80px;
}
.mr-t-90 {
  margin-top: 90px;
}
.mr-t-100 {
  margin-top: 100px;
}
.mr-t-110 {
  margin-top: 110px;
}
.mr-t-120 {
  margin-top: 120px;
}
.mr-t-130 {
  margin-top: 130px;
}
.mr-t-140 {
  margin-top: 140px;
}
.mr-t-150 {
  margin-top: 150px;
}
.mr-t-200 {
  margin-top: 200px;
}
.mr-t-250 {
  margin-top: 250px;
}
.mr-t-300 {
  margin-top: 300px;
}
.mr-t-350 {
  margin-top: 350px;
}
.mr-t-400 {
  margin-top: 400px;
}
.mr-t-450 {
  margin-top: 450px;
}
.mr-t-500 {
  margin-top: 500px;
}
/* margin right only */
.mr-r-0,
.info-obj.img-r.g0 .info {
  margin-right: 0px;
}
.mr-r-2,
.info-obj.img-r.g2 .info {
  margin-right: 2px;
}
.mr-r-4,
.info-obj.img-r.g4 .info {
  margin-right: 4px;
}
.mr-r-6,
.info-obj.img-r.g6 .info {
  margin-right: 6px;
}
.mr-r-8,
.info-obj.img-r.g8 .info {
  margin-right: 8px;
}
.mr-r-10,
.info-obj.img-r.g10 .info {
  margin-right: 10px;
}
.mr-r-12,
.info-obj.img-r.g12 .info {
  margin-right: 12px;
}
.mr-r-14,
.info-obj.img-r.g14 .info {
  margin-right: 14px;
}
.mr-r-16,
.info-obj.img-r.g16 .info {
  margin-right: 16px;
}
.mr-r-18,
.info-obj.img-r.g18 .info {
  margin-right: 18px;
}
.mr-r-20,
.info-obj.img-r.g20 .info {
  margin-right: 20px;
}
.mr-r-22,
.info-obj.img-r.g22 .info {
  margin-right: 22px;
}
.mr-r-24,
.info-obj.img-r.g24 .info {
  margin-right: 24px;
}
.mr-r-26,
.info-obj.img-r.g26 .info {
  margin-right: 26px;
}
.mr-r-28,
.info-obj.img-r.g28 .info {
  margin-right: 28px;
}
.mr-r-30,
.info-obj.img-r.g30 .info {
  margin-right: 30px;
}
.mr-r-32,
.info-obj.img-r.g32 .info {
  margin-right: 32px;
}
.mr-r-34,
.info-obj.img-r.g34 .info {
  margin-right: 34px;
}
.mr-r-36,
.info-obj.img-r.g36 .info {
  margin-right: 36px;
}
.mr-r-38,
.info-obj.img-r.g38 .info {
  margin-right: 38px;
}
.mr-r-40,
.info-obj.img-r.g40 .info {
  margin-right: 40px;
}
.mr-r-42,
.info-obj.img-r.g42 .info {
  margin-right: 42px;
}
.mr-r-44,
.info-obj.img-r.g44 .info {
  margin-right: 44px;
}
.mr-r-46,
.info-obj.img-r.g46 .info {
  margin-right: 46px;
}
.mr-r-48,
.info-obj.img-r.g48 .info {
  margin-right: 48px;
}
.mr-r-50,
.info-obj.img-r.g50 .info {
  margin-right: 50px;
}
.mr-r-10,
.info-obj.img-r.g10 .info {
  margin-right: 10px;
}
.mr-r-20,
.info-obj.img-r.g20 .info {
  margin-right: 20px;
}
.mr-r-30,
.info-obj.img-r.g30 .info {
  margin-right: 30px;
}
.mr-r-40,
.info-obj.img-r.g40 .info {
  margin-right: 40px;
}
.mr-r-50,
.info-obj.img-r.g50 .info {
  margin-right: 50px;
}
.mr-r-60,
.info-obj.img-r.g60 .info {
  margin-right: 60px;
}
.mr-r-70,
.info-obj.img-r.g70 .info {
  margin-right: 70px;
}
.mr-r-80,
.info-obj.img-r.g80 .info {
  margin-right: 80px;
}
.mr-r-90,
.info-obj.img-r.g90 .info {
  margin-right: 90px;
}
.mr-r-100,
.info-obj.img-r.g100 .info {
  margin-right: 100px;
}
.mr-r-110,
.info-obj.img-r.g110 .info {
  margin-right: 110px;
}
.mr-r-120,
.info-obj.img-r.g120 .info {
  margin-right: 120px;
}
.mr-r-130,
.info-obj.img-r.g130 .info {
  margin-right: 130px;
}
.mr-r-140,
.info-obj.img-r.g140 .info {
  margin-right: 140px;
}
.mr-r-150,
.info-obj.img-r.g150 .info {
  margin-right: 150px;
}
/* margin bottom only */
.mr-b-0,
.info-obj.img-t.g0 .img {
  margin-bottom: 0px;
}
.mr-b-2,
.info-obj.img-t.g2 .img {
  margin-bottom: 2px;
}
.mr-b-4,
.info-obj.img-t.g4 .img {
  margin-bottom: 4px;
}
.mr-b-6,
.info-obj.img-t.g6 .img {
  margin-bottom: 6px;
}
.mr-b-8,
.info-obj.img-t.g8 .img {
  margin-bottom: 8px;
}
.mr-b-10,
.info-obj.img-t.g10 .img {
  margin-bottom: 10px;
}
.mr-b-12,
.info-obj.img-t.g12 .img {
  margin-bottom: 12px;
}
.mr-b-14,
.info-obj.img-t.g14 .img {
  margin-bottom: 14px;
}
.mr-b-16,
.info-obj.img-t.g16 .img {
  margin-bottom: 16px;
}
.mr-b-18,
.info-obj.img-t.g18 .img {
  margin-bottom: 18px;
}
.mr-b-20,
.info-obj.img-t.g20 .img {
  margin-bottom: 20px;
}
.mr-b-22,
.info-obj.img-t.g22 .img {
  margin-bottom: 22px;
}
.mr-b-24,
.info-obj.img-t.g24 .img {
  margin-bottom: 24px;
}
.mr-b-26,
.info-obj.img-t.g26 .img {
  margin-bottom: 26px;
}
.mr-b-28,
.info-obj.img-t.g28 .img {
  margin-bottom: 28px;
}
.mr-b-30,
.info-obj.img-t.g30 .img {
  margin-bottom: 30px;
}
.mr-b-32,
.info-obj.img-t.g32 .img {
  margin-bottom: 32px;
}
.mr-b-34,
.info-obj.img-t.g34 .img {
  margin-bottom: 34px;
}
.mr-b-36,
.info-obj.img-t.g36 .img {
  margin-bottom: 36px;
}
.mr-b-38,
.info-obj.img-t.g38 .img {
  margin-bottom: 38px;
}
.mr-b-40,
.info-obj.img-t.g40 .img {
  margin-bottom: 40px;
}
.mr-b-42,
.info-obj.img-t.g42 .img {
  margin-bottom: 42px;
}
.mr-b-44,
.info-obj.img-t.g44 .img {
  margin-bottom: 44px;
}
.mr-b-46,
.info-obj.img-t.g46 .img {
  margin-bottom: 46px;
}
.mr-b-48,
.info-obj.img-t.g48 .img {
  margin-bottom: 48px;
}
.mr-b-50,
.info-obj.img-t.g50 .img {
  margin-bottom: 50px;
}
.mr-b-10,
.info-obj.img-t.g10 .img {
  margin-bottom: 10px;
}
.mr-b-20,
.info-obj.img-t.g20 .img {
  margin-bottom: 20px;
}
.mr-b-30,
.info-obj.img-t.g30 .img {
  margin-bottom: 30px;
}
.mr-b-40,
.info-obj.img-t.g40 .img {
  margin-bottom: 40px;
}
.mr-b-50,
.info-obj.img-t.g50 .img {
  margin-bottom: 50px;
}
.mr-b-60,
.info-obj.img-t.g60 .img {
  margin-bottom: 60px;
}
.mr-b-70,
.info-obj.img-t.g70 .img {
  margin-bottom: 70px;
}
.mr-b-80,
.info-obj.img-t.g80 .img {
  margin-bottom: 80px;
}
.mr-b-90,
.info-obj.img-t.g90 .img {
  margin-bottom: 90px;
}
.mr-b-100,
.info-obj.img-t.g100 .img {
  margin-bottom: 100px;
}
.mr-b-110,
.info-obj.img-t.g110 .img {
  margin-bottom: 110px;
}
.mr-b-120,
.info-obj.img-t.g120 .img {
  margin-bottom: 120px;
}
.mr-b-130,
.info-obj.img-t.g130 .img {
  margin-bottom: 130px;
}
.mr-b-140,
.info-obj.img-t.g140 .img {
  margin-bottom: 140px;
}
.mr-b-150,
.info-obj.img-t.g150 .img {
  margin-bottom: 150px;
}
.mr-b-200,
.info-obj.img-t.g200 .img {
  margin-bottom: 200px;
}
.mr-b-250,
.info-obj.img-t.g250 .img {
  margin-bottom: 250px;
}
.mr-b-300,
.info-obj.img-t.g300 .img {
  margin-bottom: 300px;
}
.mr-b-350,
.info-obj.img-t.g350 .img {
  margin-bottom: 350px;
}
.mr-b-400,
.info-obj.img-t.g400 .img {
  margin-bottom: 400px;
}
.mr-b-450,
.info-obj.img-t.g450 .img {
  margin-bottom: 450px;
}
.mr-b-500,
.info-obj.img-t.g500 .img {
  margin-bottom: 500px;
}
/* margin left only */
.mr-l-0,
.info-obj.img-l.g0 .info {
  margin-left: 0px;
}
.mr-l-2,
.info-obj.img-l.g2 .info {
  margin-left: 2px;
}
.mr-l-4,
.info-obj.img-l.g4 .info {
  margin-left: 4px;
}
.mr-l-6,
.info-obj.img-l.g6 .info {
  margin-left: 6px;
}
.mr-l-8,
.info-obj.img-l.g8 .info {
  margin-left: 8px;
}
.mr-l-10,
.info-obj.img-l.g10 .info {
  margin-left: 10px;
}
.mr-l-12,
.info-obj.img-l.g12 .info {
  margin-left: 12px;
}
.mr-l-14,
.info-obj.img-l.g14 .info {
  margin-left: 14px;
}
.mr-l-16,
.info-obj.img-l.g16 .info {
  margin-left: 16px;
}
.mr-l-18,
.info-obj.img-l.g18 .info {
  margin-left: 18px;
}
.mr-l-20,
.info-obj.img-l.g20 .info {
  margin-left: 20px;
}
.mr-l-22,
.info-obj.img-l.g22 .info {
  margin-left: 22px;
}
.mr-l-24,
.info-obj.img-l.g24 .info {
  margin-left: 24px;
}
.mr-l-26,
.info-obj.img-l.g26 .info {
  margin-left: 26px;
}
.mr-l-28,
.info-obj.img-l.g28 .info {
  margin-left: 28px;
}
.mr-l-30,
.info-obj.img-l.g30 .info {
  margin-left: 30px;
}
.mr-l-32,
.info-obj.img-l.g32 .info {
  margin-left: 32px;
}
.mr-l-34,
.info-obj.img-l.g34 .info {
  margin-left: 34px;
}
.mr-l-36,
.info-obj.img-l.g36 .info {
  margin-left: 36px;
}
.mr-l-38,
.info-obj.img-l.g38 .info {
  margin-left: 38px;
}
.mr-l-40,
.info-obj.img-l.g40 .info {
  margin-left: 40px;
}
.mr-l-42,
.info-obj.img-l.g42 .info {
  margin-left: 42px;
}
.mr-l-44,
.info-obj.img-l.g44 .info {
  margin-left: 44px;
}
.mr-l-46,
.info-obj.img-l.g46 .info {
  margin-left: 46px;
}
.mr-l-48,
.info-obj.img-l.g48 .info {
  margin-left: 48px;
}
.mr-l-50,
.info-obj.img-l.g50 .info {
  margin-left: 50px;
}
.mr-l-10,
.info-obj.img-l.g10 .info {
  margin-left: 10px;
}
.mr-l-20,
.info-obj.img-l.g20 .info {
  margin-left: 20px;
}
.mr-l-30,
.info-obj.img-l.g30 .info {
  margin-left: 30px;
}
.mr-l-40,
.info-obj.img-l.g40 .info {
  margin-left: 40px;
}
.mr-l-50,
.info-obj.img-l.g50 .info {
  margin-left: 50px;
}
.mr-l-60,
.info-obj.img-l.g60 .info {
  margin-left: 60px;
}
.mr-l-70,
.info-obj.img-l.g70 .info {
  margin-left: 70px;
}
.mr-l-80,
.info-obj.img-l.g80 .info {
  margin-left: 80px;
}
.mr-l-90,
.info-obj.img-l.g90 .info {
  margin-left: 90px;
}
.mr-l-100,
.info-obj.img-l.g100 .info {
  margin-left: 100px;
}
.mr-l-110,
.info-obj.img-l.g110 .info {
  margin-left: 110px;
}
.mr-l-120,
.info-obj.img-l.g120 .info {
  margin-left: 120px;
}
.mr-l-130,
.info-obj.img-l.g130 .info {
  margin-left: 130px;
}
.mr-l-140,
.info-obj.img-l.g140 .info {
  margin-left: 140px;
}
.mr-l-150,
.info-obj.img-l.g150 .info {
  margin-left: 150px;
}
/* margin top bottom only */
.mr-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mr-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mr-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mr-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mr-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mr-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mr-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mr-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mr-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mr-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mr-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mr-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.mr-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mr-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.mr-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.mr-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
/* margin left right only */
.mr-lr-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mr-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mr-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mr-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mr-lr-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mr-lr-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mr-lr-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.mr-lr-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.mr-lr-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.mr-lr-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.mr-lr-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.mr-lr-110 {
  margin-left: 110px;
  margin-right: 110px;
}
.mr-lr-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.mr-lr-130 {
  margin-left: 130px;
  margin-right: 130px;
}
.mr-lr-140 {
  margin-left: 140px;
  margin-right: 140px;
}
.mr-lr-150 {
  margin-left: 150px;
  margin-right: 150px;
}
/* Minus top margin */
.-mr-t-10 {
  margin-top: -10px;
}
.-mr-t-20 {
  margin-top: -20px;
}
.-mr-t-30 {
  margin-top: -30px;
}
.-mr-t-40 {
  margin-top: -40px;
}
.-mr-t-50 {
  margin-top: -50px;
}
.-mr-t-60 {
  margin-top: -60px;
}
.-mr-t-70 {
  margin-top: -70px;
}
.-mr-t-80 {
  margin-top: -80px;
}
.-mr-t-90 {
  margin-top: -90px;
}
.-mr-t-100 {
  margin-top: -100px;
}
.-mr-t-150 {
  margin-top: -150px;
}
.-mr-t-200 {
  margin-top: -200px;
}
.-mr-t-250 {
  margin-top: -250px;
}
.-mr-t-300 {
  margin-top: -300px;
}
.-mr-t-350 {
  margin-top: -350px;
}
.-mr-t-400 {
  margin-top: -400px;
}
/* Minus bottom margin */
.-mr-b-10 {
  margin-bottom: -10px;
}
.-mr-b-20 {
  margin-bottom: -20px;
}
.-mr-b-30 {
  margin-bottom: -30px;
}
.-mr-b-40 {
  margin-bottom: -40px;
}
.-mr-b-50 {
  margin-bottom: -50px;
}
.-mr-b-60 {
  margin-bottom: -60px;
}
.-mr-b-70 {
  margin-bottom: -70px;
}
.-mr-b-80 {
  margin-bottom: -80px;
}
.-mr-b-90 {
  margin-bottom: -90px;
}
.-mr-b-100 {
  margin-bottom: -100px;
}
.-mr-b-150 {
  margin-bottom: -150px;
}
.-mr-b-200 {
  margin-bottom: -200px;
}
.-mr-b-250 {
  margin-bottom: -250px;
}
.-mr-b-300 {
  margin-bottom: -300px;
}
.-mr-b-350 {
  margin-bottom: -350px;
}
.-mr-b-400 {
  margin-bottom: -400px;
}
/* Minus left margin */
.-mr-l-10 {
  margin-left: -10px;
}
.-mr-l-20 {
  margin-left: -20px;
}
.-mr-l-30 {
  margin-left: -30px;
}
.-mr-l-40 {
  margin-left: -40px;
}
.-mr-l-50 {
  margin-left: -50px;
}
.-mr-l-60 {
  margin-left: -60px;
}
.-mr-l-70 {
  margin-left: -70px;
}
.-mr-l-80 {
  margin-left: -80px;
}
.-mr-l-90 {
  margin-left: -90px;
}
.-mr-l-100 {
  margin-left: -100px;
}
.-mr-l-150 {
  margin-left: -150px;
}
.-mr-l-200 {
  margin-left: -200px;
}
.-mr-l-250 {
  margin-left: -250px;
}
.-mr-l-300 {
  margin-left: -300px;
}
.-mr-l-350 {
  margin-left: -350px;
}
.-mr-l-400 {
  margin-left: -400px;
}
/* Minus bottom margin */
.-mr-r-10 {
  margin-right: -10px;
}
.-mr-r-20 {
  margin-right: -20px;
}
.-mr-r-30 {
  margin-right: -30px;
}
.-mr-r-40 {
  margin-right: -40px;
}
.-mr-r-50 {
  margin-right: -50px;
}
.-mr-r-60 {
  margin-right: -60px;
}
.-mr-r-70 {
  margin-right: -70px;
}
.-mr-r-80 {
  margin-right: -80px;
}
.-mr-r-90 {
  margin-right: -90px;
}
.-mr-r-100 {
  margin-right: -100px;
}
.-mr-r-150 {
  margin-right: -150px;
}
.-mr-r-200 {
  margin-right: -200px;
}
.-mr-r-250 {
  margin-right: -250px;
}
.-mr-r-300 {
  margin-right: -300px;
}
.-mr-r-350 {
  margin-right: -350px;
}
.-mr-r-400 {
  margin-right: -400px;
}
/* Slider pagination margin */
.ctrl-mr-t10 .owl-dots {
  margin-top: 10px;
}
.ctrl-mr-t20 .owl-dots {
  margin-top: 20px;
}
.ctrl-mr-t30 .owl-dots {
  margin-top: 30px;
}
.ctrl-mr-t40 .owl-dots {
  margin-top: 40px;
}
form.frm-gt5 .form-control {
  margin-bottom: 5px;
}
form.frm-gt10 .form-control {
  margin-bottom: 10px;
}
form.frm-gt20 .form-control {
  margin-bottom: 20px;
}
form.frm-gt30 .form-control {
  margin-bottom: 30px;
}
form.frm-gt40 .form-control {
  margin-bottom: 40px;
}
form.frm-gt50 .form-control {
  margin-bottom: 50px;
}
form.frm-gt60 .form-control {
  margin-bottom: 60px;
}
form.frm-gt70 .form-control {
  margin-bottom: 70px;
}
form.frm-gt80 .form-control {
  margin-bottom: 80px;
}
form.frm-gt90 .form-control {
  margin-bottom: 90px;
}
form.frm-gt100 .form-control {
  margin-bottom: 100px;
}
form.frm-gt150 .form-control {
  margin-bottom: 150px;
}
form.frm-gt200 .form-control {
  margin-bottom: 200px;
}
.img-half {
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.img-half img {
  height: 100%;
  width: auto;
  max-width: none;
}
.img-half.r {
  right: 0px;
}
.img-half.l {
  left: 0px;
}
/* Square
=========================*/
.sq20 {
  width: 20px;
  height: 20px;
}
.sq30 {
  width: 30px;
  height: 30px;
}
.sq40 {
  width: 40px;
  height: 40px;
}
.sq50 {
  width: 50px;
  height: 50px;
}
.sq60 {
  width: 60px;
  height: 60px;
}
.sq70 {
  width: 70px;
  height: 70px;
}
.sq80 {
  width: 80px;
  height: 80px;
}
.sq90 {
  width: 90px;
  height: 90px;
}
.sq100 {
  width: 100px;
  height: 100px;
}
.sq120 {
  width: 120px;
  height: 120px;
}
.sq140 {
  width: 140px;
  height: 140px;
}
.sq160 {
  width: 160px;
  height: 160px;
}
.sq180 {
  width: 180px;
  height: 180px;
}
.sq200 {
  width: 200px;
  height: 200px;
}
.sq220 {
  width: 220px;
  height: 220px;
}
.sq240 {
  width: 240px;
  height: 240px;
}
.sq260 {
  width: 260px;
  height: 260px;
}
.sq280 {
  width: 280px;
  height: 280px;
}
.sq300 {
  width: 300px;
  height: 300px;
}
.sq320 {
  width: 320px;
  height: 320px;
}
.sq340 {
  width: 340px;
  height: 340px;
}
.sq360 {
  width: 360px;
  height: 360px;
}
.sq380 {
  width: 380px;
  height: 380px;
}
.sq400 {
  width: 400px;
  height: 400px;
}
.sq420 {
  width: 420px;
  height: 420px;
}
.sq440 {
  width: 440px;
  height: 440px;
}
.sq460 {
  width: 460px;
  height: 460px;
}
.sq480 {
  width: 480px;
  height: 480px;
}
.sq500 {
  width: 500px;
  height: 500px;
}
/* Width - view port size
=========================*/
.vw5 {
  width: 5vw;
}
.vw10 {
  width: 10vw;
}
.vw15 {
  width: 15vw;
}
.vw20 {
  width: 20vw;
}
.vw25 {
  width: 25vw;
}
.vw30 {
  width: 30vw;
}
.vw35 {
  width: 35vw;
}
.vw40 {
  width: 40vw;
}
.vw45 {
  width: 45vw;
}
.vw50 {
  width: 50vw;
}
.vw55 {
  width: 55vw;
}
.vw60 {
  width: 60vw;
}
.vw65 {
  width: 65vw;
}
.vw70 {
  width: 70vw;
}
.vw75 {
  width: 75vw;
}
.vw80 {
  width: 80vw;
}
.vw85 {
  width: 85vw;
}
.vw90 {
  width: 90vw;
}
.vw95 {
  width: 95vw;
}
.vw100 {
  width: 100vw;
}
/* Width - percentage size
=========================*/
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
/* Width - px size
=========================*/
.px-w50 {
  width: 50px;
}
.px-w60 {
  width: 60px;
}
.px-w70 {
  width: 70px;
}
.px-w80 {
  width: 80px;
}
.px-w90 {
  width: 90px;
}
.px-w100 {
  width: 100px;
}
.px-w110 {
  width: 110px;
}
.px-w120 {
  width: 120px;
}
.px-w130 {
  width: 130px;
}
.px-w140 {
  width: 140px;
}
.px-w150 {
  width: 150px;
}
.px-w160 {
  width: 160px;
}
.px-w170 {
  width: 170px;
}
.px-w180 {
  width: 180px;
}
.px-w190 {
  width: 190px;
}
.px-w200 {
  width: 200px;
}
.px-w210 {
  width: 210px;
}
.px-w220 {
  width: 220px;
}
.px-w230 {
  width: 230px;
}
.px-w240 {
  width: 240px;
}
.px-w250 {
  width: 250px;
}
.px-w260 {
  width: 260px;
}
.px-w270 {
  width: 270px;
}
.px-w280 {
  width: 280px;
}
.px-w290 {
  width: 290px;
}
.px-w300 {
  width: 300px;
}
.px-w310 {
  width: 310px;
}
.px-w320 {
  width: 320px;
}
.px-w330 {
  width: 330px;
}
.px-w340 {
  width: 340px;
}
.px-w350 {
  width: 350px;
}
.px-w360 {
  width: 360px;
}
.px-w370 {
  width: 370px;
}
.px-w380 {
  width: 380px;
}
.px-w390 {
  width: 390px;
}
.px-w400 {
  width: 400px;
}
.px-w410 {
  width: 410px;
}
.px-w420 {
  width: 420px;
}
.px-w430 {
  width: 430px;
}
.px-w440 {
  width: 440px;
}
.px-w450 {
  width: 450px;
}
.px-w460 {
  width: 460px;
}
.px-w470 {
  width: 470px;
}
.px-w480 {
  width: 480px;
}
.px-w490 {
  width: 490px;
}
.px-w500 {
  width: 500px;
}
/* Custom size */
.w0 {
  width: 0px;
}
.w33 {
  width: 33.33333333333333%;
}
/* Width - minimum sizes
=========================*/
.min-px-w20 {
  min-width: 20px;
}
.min-px-w30 {
  min-width: 30px;
}
.min-px-w40 {
  min-width: 40px;
}
.min-px-w50 {
  min-width: 50px;
}
.min-px-w60 {
  min-width: 60px;
}
.min-px-w70 {
  min-width: 70px;
}
.min-px-w80 {
  min-width: 80px;
}
.min-px-w90 {
  min-width: 90px;
}
.min-px-w100 {
  min-width: 100px;
}
.min-px-w120 {
  min-width: 120px;
}
.min-px-w140 {
  min-width: 140px;
}
.min-px-w160 {
  min-width: 160px;
}
.min-px-w180 {
  min-width: 180px;
}
.min-px-w200 {
  min-width: 200px;
}
.min-px-w220 {
  min-width: 220px;
}
.min-px-w240 {
  min-width: 240px;
}
.min-px-w260 {
  min-width: 260px;
}
.min-px-w280 {
  min-width: 280px;
}
.min-px-w300 {
  min-width: 300px;
}
.min-px-w320 {
  min-width: 320px;
}
.min-px-w340 {
  min-width: 340px;
}
.min-px-w360 {
  min-width: 360px;
}
.min-px-w380 {
  min-width: 380px;
}
.min-px-w400 {
  min-width: 400px;
}
.min-px-w420 {
  min-width: 420px;
}
.min-px-w440 {
  min-width: 440px;
}
.min-px-w460 {
  min-width: 460px;
}
.min-px-w480 {
  min-width: 480px;
}
.min-px-w500 {
  min-width: 500px;
}
.min-px-w520 {
  min-width: 520px;
}
.min-px-w540 {
  min-width: 540px;
}
.min-px-w560 {
  min-width: 560px;
}
.min-px-w580 {
  min-width: 580px;
}
.min-px-w600 {
  min-width: 600px;
}
.min-w5 {
  min-width: 5%;
}
.min-w10 {
  min-width: 10%;
}
.min-w15 {
  min-width: 15%;
}
.min-w20 {
  min-width: 20%;
}
.min-w25 {
  min-width: 25%;
}
.min-w30 {
  min-width: 30%;
}
.min-w35 {
  min-width: 35%;
}
.min-w40 {
  min-width: 40%;
}
.min-w45 {
  min-width: 45%;
}
.min-w50 {
  min-width: 50%;
}
.min-w55 {
  min-width: 55%;
}
.min-w60 {
  min-width: 60%;
}
.min-w65 {
  min-width: 65%;
}
.min-w70 {
  min-width: 70%;
}
.min-w75 {
  min-width: 75%;
}
.min-w80 {
  min-width: 80%;
}
.min-w85 {
  min-width: 85%;
}
.min-w90 {
  min-width: 90%;
}
.min-w95 {
  min-width: 95%;
}
.min-w100 {
  min-width: 100%;
}
/* Width - maximum sizes
=========================*/
.max-px-w30 {
  max-width: 30px;
}
.max-px-w40 {
  max-width: 40px;
}
.max-px-w50 {
  max-width: 50px;
}
.max-px-w60 {
  max-width: 60px;
}
.max-px-w70 {
  max-width: 70px;
}
.max-px-w80 {
  max-width: 80px;
}
.max-px-w90 {
  max-width: 90px;
}
.max-px-w100 {
  max-width: 100px;
}
.max-px-w120 {
  max-width: 120px;
}
.max-px-w140 {
  max-width: 140px;
}
.max-px-w160 {
  max-width: 160px;
}
.max-px-w180 {
  max-width: 180px;
}
.max-px-w200 {
  max-width: 200px;
}
.max-px-w220 {
  max-width: 220px;
}
.max-px-w240 {
  max-width: 240px;
}
.max-px-w260 {
  max-width: 260px;
}
.max-px-w280 {
  max-width: 280px;
}
.max-px-w300 {
  max-width: 300px;
}
.max-px-w320 {
  max-width: 320px;
}
.max-px-w340 {
  max-width: 340px;
}
.max-px-w360 {
  max-width: 360px;
}
.max-px-w380 {
  max-width: 380px;
}
.max-px-w400 {
  max-width: 400px;
}
.max-px-w420 {
  max-width: 420px;
}
.max-px-w440 {
  max-width: 440px;
}
.max-px-w460 {
  max-width: 460px;
}
.max-px-w480 {
  max-width: 480px;
}
.max-px-w500 {
  max-width: 500px;
}
.max-px-w520 {
  max-width: 520px;
}
.max-px-w540 {
  max-width: 540px;
}
.max-px-w560 {
  max-width: 560px;
}
.max-px-w580 {
  max-width: 580px;
}
.max-px-w600 {
  max-width: 600px;
}
.max-w5 {
  max-width: 5%;
}
.max-w10 {
  max-width: 10%;
}
.max-w15 {
  max-width: 15%;
}
.max-w20 {
  max-width: 20%;
}
.max-w25 {
  max-width: 25%;
}
.max-w30 {
  max-width: 30%;
}
.max-w35 {
  max-width: 35%;
}
.max-w40 {
  max-width: 40%;
}
.max-w45 {
  max-width: 45%;
}
.max-w50 {
  max-width: 50%;
}
.max-w55 {
  max-width: 55%;
}
.max-w60 {
  max-width: 60%;
}
.max-w65 {
  max-width: 65%;
}
.max-w70 {
  max-width: 70%;
}
.max-w75 {
  max-width: 75%;
}
.max-w80 {
  max-width: 80%;
}
.max-w85 {
  max-width: 85%;
}
.max-w90 {
  max-width: 90%;
}
.max-w95 {
  max-width: 95%;
}
.max-w100 {
  max-width: 100%;
}
/* Height - view port size
=========================*/
.vh5 {
  height: 5vh;
}
.vh10 {
  height: 10vh;
}
.vh15 {
  height: 15vh;
}
.vh20 {
  height: 20vh;
}
.vh25 {
  height: 25vh;
}
.vh30 {
  height: 30vh;
}
.vh35 {
  height: 35vh;
}
.vh40 {
  height: 40vh;
}
.vh45 {
  height: 45vh;
}
.vh50 {
  height: 50vh;
}
.vh55 {
  height: 55vh;
}
.vh60 {
  height: 60vh;
}
.vh65 {
  height: 65vh;
}
.vh70 {
  height: 70vh;
}
.vh75 {
  height: 75vh;
}
.vh80 {
  height: 80vh;
}
.vh85 {
  height: 85vh;
}
.vh90 {
  height: 90vh;
}
.vh95 {
  height: 95vh;
}
.vh100 {
  height: 100vh;
}
.vh110 {
  height: 110vh;
}
.vh120 {
  height: 120vh;
}
.vh130 {
  height: 130vh;
}
.vh140 {
  height: 140vh;
}
.vh150 {
  height: 150vh;
}
.vh160 {
  height: 160vh;
}
.vh170 {
  height: 170vh;
}
.vh180 {
  height: 180vh;
}
.vh190 {
  height: 190vh;
}
.vh200 {
  height: 200vh;
}
/* Height - percentage size
=========================*/
.h5 {
  height: 5%;
}
.h10 {
  height: 10%;
}
.h15 {
  height: 15%;
}
.h20 {
  height: 20%;
}
.h25 {
  height: 25%;
}
.h30 {
  height: 30%;
}
.h35 {
  height: 35%;
}
.h40 {
  height: 40%;
}
.h45 {
  height: 45%;
}
.h50 {
  height: 50%;
}
.h55 {
  height: 55%;
}
.h60 {
  height: 60%;
}
.h65 {
  height: 65%;
}
.h70 {
  height: 70%;
}
.h75 {
  height: 75%;
}
.h80 {
  height: 80%;
}
.h85 {
  height: 85%;
}
.h90 {
  height: 90%;
}
.h95 {
  height: 95%;
}
.h100 {
  height: 100%;
}
/* Height - px size
=========================*/
.px-h100 {
  height: 100px;
}
.px-h200 {
  height: 200px;
}
.px-h300 {
  height: 300px;
}
.px-h400 {
  height: 400px;
}
.px-h500 {
  height: 500px;
}
.px-h600 {
  height: 600px;
}
.px-h700 {
  height: 700px;
}
.px-h800 {
  height: 800px;
}
.px-h900 {
  height: 900px;
}
.px-h1000 {
  height: 1000px;
}
/* Height - minimum sizes
=========================*/
.min-px-h20 {
  min-height: 20px;
}
.min-px-h30 {
  min-height: 30px;
}
.min-px-h40 {
  min-height: 40px;
}
.min-px-h50 {
  min-height: 50px;
}
.min-px-h60 {
  min-height: 60px;
}
.min-px-h70 {
  min-height: 70px;
}
.min-px-h80 {
  min-height: 80px;
}
.min-px-h90 {
  min-height: 90px;
}
.min-px-h100 {
  min-height: 100px;
}
.min-px-h120 {
  min-height: 120px;
}
.min-px-h140 {
  min-height: 140px;
}
.min-px-h160 {
  min-height: 160px;
}
.min-px-h180 {
  min-height: 180px;
}
.min-px-h200 {
  min-height: 200px;
}
.min-px-h220 {
  min-height: 220px;
}
.min-px-h240 {
  min-height: 240px;
}
.min-px-h260 {
  min-height: 260px;
}
.min-px-h280 {
  min-height: 280px;
}
.min-px-h300 {
  min-height: 300px;
}
.min-px-h320 {
  min-height: 320px;
}
.min-px-h340 {
  min-height: 340px;
}
.min-px-h360 {
  min-height: 360px;
}
.min-px-h380 {
  min-height: 380px;
}
.min-px-h400 {
  min-height: 400px;
}
.min-px-h420 {
  min-height: 420px;
}
.min-px-h440 {
  min-height: 440px;
}
.min-px-h460 {
  min-height: 460px;
}
.min-px-h480 {
  min-height: 480px;
}
.min-px-h500 {
  min-height: 500px;
}
.min-px-h520 {
  min-height: 520px;
}
.min-px-h540 {
  min-height: 540px;
}
.min-px-h560 {
  min-height: 560px;
}
.min-px-h580 {
  min-height: 580px;
}
.min-px-h600 {
  min-height: 600px;
}
.min-h5 {
  min-height: 5%;
}
.min-h10 {
  min-height: 10%;
}
.min-h15 {
  min-height: 15%;
}
.min-h20 {
  min-height: 20%;
}
.min-h25 {
  min-height: 25%;
}
.min-h30 {
  min-height: 30%;
}
.min-h35 {
  min-height: 35%;
}
.min-h40 {
  min-height: 40%;
}
.min-h45 {
  min-height: 45%;
}
.min-h50 {
  min-height: 50%;
}
.min-h55 {
  min-height: 55%;
}
.min-h60 {
  min-height: 60%;
}
.min-h65 {
  min-height: 65%;
}
.min-h70 {
  min-height: 70%;
}
.min-h75 {
  min-height: 75%;
}
.min-h80 {
  min-height: 80%;
}
.min-h85 {
  min-height: 85%;
}
.min-h90 {
  min-height: 90%;
}
.min-h95 {
  min-height: 95%;
}
.min-h100 {
  min-height: 100%;
}
/* Height - maximum sizes
=========================*/
.max-px-h30 {
  max-height: 30px;
}
.max-px-h40 {
  max-height: 40px;
}
.max-px-h50 {
  max-height: 50px;
}
.max-px-h60 {
  max-height: 60px;
}
.max-px-h70 {
  max-height: 70px;
}
.max-px-h80 {
  max-height: 80px;
}
.max-px-h90 {
  max-height: 90px;
}
.max-px-h100 {
  max-height: 100px;
}
.max-px-h120 {
  max-height: 120px;
}
.max-px-h140 {
  max-height: 140px;
}
.max-px-h160 {
  max-height: 160px;
}
.max-px-h180 {
  max-height: 180px;
}
.max-px-h200 {
  max-height: 200px;
}
.max-px-h220 {
  max-height: 220px;
}
.max-px-h240 {
  max-height: 240px;
}
.max-px-h260 {
  max-height: 260px;
}
.max-px-h280 {
  max-height: 280px;
}
.max-px-h300 {
  max-height: 300px;
}
.max-px-h320 {
  max-height: 320px;
}
.max-px-h340 {
  max-height: 340px;
}
.max-px-h360 {
  max-height: 360px;
}
.max-px-h380 {
  max-height: 380px;
}
.max-px-h400 {
  max-height: 400px;
}
.max-px-h420 {
  max-height: 420px;
}
.max-px-h440 {
  max-height: 440px;
}
.max-px-h460 {
  max-height: 460px;
}
.max-px-h480 {
  max-height: 480px;
}
.max-px-h500 {
  max-height: 500px;
}
.max-px-h520 {
  max-height: 520px;
}
.max-px-h540 {
  max-height: 540px;
}
.max-px-h560 {
  max-height: 560px;
}
.max-px-h580 {
  max-height: 580px;
}
.max-px-h600 {
  max-height: 600px;
}
.max-px-h500 {
  max-height: 500px;
}
.max-px-h600 {
  max-height: 600px;
}
.max-px-h700 {
  max-height: 700px;
}
.max-px-h800 {
  max-height: 800px;
}
.max-h5 {
  max-height: 5%;
}
.max-h10 {
  max-height: 10%;
}
.max-h15 {
  max-height: 15%;
}
.max-h20 {
  max-height: 20%;
}
.max-h25 {
  max-height: 25%;
}
.max-h30 {
  max-height: 30%;
}
.max-h35 {
  max-height: 35%;
}
.max-h40 {
  max-height: 40%;
}
.max-h45 {
  max-height: 45%;
}
.max-h50 {
  max-height: 50%;
}
.max-h55 {
  max-height: 55%;
}
.max-h60 {
  max-height: 60%;
}
.max-h65 {
  max-height: 65%;
}
.max-h70 {
  max-height: 70%;
}
.max-h75 {
  max-height: 75%;
}
.max-h80 {
  max-height: 80%;
}
.max-h85 {
  max-height: 85%;
}
.max-h90 {
  max-height: 90%;
}
.max-h95 {
  max-height: 95%;
}
.max-h100 {
  max-height: 100%;
}
/* Width x Height - other
=========================*/
.w-auto {
  width: auto!important;
}
.w-inherit {
  width: inherit!important;
}
.w-initial {
  width: initial!important;
}
.h-auto {
  height: auto!important;
}
.h-inherit {
  height: inherit!important;
}
.h-initial {
  height: initial!important;
}
/* Other utilities
=========================*/
.hidden {
  display: none;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.pre {
  white-space: pre;
}
.nowrap {
  white-space: nowrap;
}
.wrap-normal {
  white-space: normal;
}
.scroll-horizontal {
  overflow-x: scroll;
  overflow-y: hidden;
}
.scroll-vertical {
  overflow-x: hidden;
  overflow-y: scroll;
}
.no-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}
.resize-none {
  resize: none;
}
.resize-vertical {
  resize: vertical;
}
.resize-horizontal {
  resize: horizontal;
}
.cursor-pointer {
  cursor: pointer;
}
.no-pointer-events {
  pointer-events: none;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.fullscreen {
  min-height: 100vh;
  min-width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top {
  top: 0;
}
.top-30 {
  top: 30px;
}
.top-60 {
  top: 60px;
}
.right {
  right: 0;
}
.right-30 {
  right: 30px;
}
.right-60 {
  right: 60px;
}
.bottom {
  bottom: 0;
}
.bottom-30 {
  bottom: 30px;
}
.bottom-60 {
  bottom: 60px;
}
.left {
  left: 0;
}
.left-30 {
  left: 30px;
}
.left-60 {
  left: 60px;
}
.absolute-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* Animation
=========================*/
.hover-box1 *,
.price-table-4 .price-box,
.swiper-button-prev,
.swiper-button-next,
.member-box1 .social,
.price-table-1 > div,
.other-section-1 ol > li,
.other-section-1 ol > li *,
.nav-hide,
.nav-show,
.nav-wrp .navbar-brand img,
.nav-wrp,
a,
.btn,
.owl-nav *,
.anim {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@keyframes rg_fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes rg_fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes rg_fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@keyframes rg_fadedown {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
}
@-webkit-keyframes rg_fadedown {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
}
@-ms-keyframes rg_fadedown {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
}
@keyframes rg_fadeleft {
  0% {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@-webkit-keyframes rg_fadeleft {
  0% {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes rg_fadeleft {
  0% {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
.s01 {
  -webkit-animation-duration: 01s;
  animation-duration: 01s;
}
.s02 {
  -webkit-animation-duration: 02s;
  animation-duration: 02s;
}
.s04 {
  -webkit-animation-duration: 04s;
  animation-duration: 04s;
}
.s010 {
  -webkit-animation-duration: 010s;
  animation-duration: 010s;
}
.delay-0s {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-2-1s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.delay-3-5s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.delay-4-5s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.delay-5-5s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.delay-6-5s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}
.delay-7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.delay-7-5s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
.delay-8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.delay-8-5s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}
.delay-9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
.delay-9-5s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
.delay-10s {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.delay-10-5s {
  -webkit-animation-delay: 10.5s;
  animation-delay: 10.5s;
}
/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
  /* COMMON
	********************************************/
  .el-parallax {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  /* Font sizes
	=========================*/
  [data-nc-sm*="fs12"],
  .title[data-nc-sm*="fs12"] {
    font-size: 12px;
  }
  [data-nc-sm*="fs13"],
  .title[data-nc-sm*="fs13"] {
    font-size: 13px;
  }
  [data-nc-sm*="fs14"],
  .title[data-nc-sm*="fs14"] {
    font-size: 14px;
  }
  [data-nc-sm*="fs16"],
  .title[data-nc-sm*="fs16"] {
    font-size: 16px;
  }
  [data-nc-sm*="fs18"],
  .title[data-nc-sm*="fs18"] {
    font-size: 18px;
  }
  [data-nc-sm*="fs20"],
  .title[data-nc-sm*="fs20"] {
    font-size: 20px;
  }
  [data-nc-sm*="fs22"],
  .title[data-nc-sm*="fs22"] {
    font-size: 22px;
  }
  [data-nc-sm*="fs24"],
  .title[data-nc-sm*="fs24"] {
    font-size: 24px;
  }
  [data-nc-sm*="fs26"],
  .title[data-nc-sm*="fs26"] {
    font-size: 26px;
  }
  [data-nc-sm*="fs28"],
  .title[data-nc-sm*="fs28"] {
    font-size: 28px;
  }
  [data-nc-sm*="fs30"],
  .title[data-nc-sm*="fs30"] {
    font-size: 30px;
  }
  [data-nc-sm*="fs32"] {
    font-size: 32px;
  }
  [data-nc-sm*="fs34"] {
    font-size: 34px;
  }
  [data-nc-sm*="fs36"] {
    font-size: 36px;
  }
  [data-nc-sm*="fs38"] {
    font-size: 38px;
  }
  [data-nc-sm*="fs40"] {
    font-size: 40px;
  }
  [data-nc-sm*="fs42"] {
    font-size: 42px;
  }
  [data-nc-sm*="fs44"] {
    font-size: 44px;
  }
  [data-nc-sm*="fs46"] {
    font-size: 46px;
  }
  [data-nc-sm*="fs48"] {
    font-size: 48px;
  }
  [data-nc-sm*="fs50"] {
    font-size: 50px;
  }
  [data-nc-sm*="fs52"] {
    font-size: 52px;
  }
  [data-nc-sm*="fs54"] {
    font-size: 54px;
  }
  [data-nc-sm*="fs56"] {
    font-size: 56px;
  }
  [data-nc-sm*="fs58"] {
    font-size: 58px;
  }
  [data-nc-sm*="fs60"] {
    font-size: 60px;
  }
  .title[data-nc-sm^="xlarge"],
  .title[data-nc-sm*=" xlarge"] {
    font-size: 60px;
  }
  .title[data-nc-sm^="large"],
  .title[data-nc-sm*=" large"] {
    font-size: 35px;
  }
  .title[data-nc-sm*="medium"] {
    font-size: 26px;
  }
  .title[data-nc-sm*="small"] {
    font-size: 20px;
  }
  .title[data-nc-sm*="mini"] {
    font-size: 16px;
  }
  .title[data-nc-sm*="tiny"] {
    font-size: 14px;
  }
  .title-sub[data-nc-sm*="large"] {
    font-size: 24px;
  }
  .title-sub[data-nc-sm*="medium"] {
    font-size: 20px;
  }
  .title-sub[data-nc-sm*="small"] {
    font-size: 16px;
  }
  .title-sub[data-nc-sm*="mini"] {
    font-size: 14px;
  }
  .title-sub[data-nc-sm*="tiny"] {
    font-size: 12px;
  }
  /* Font weight
	=========================*/
  [data-nc-sm*="bold-n"] {
    font-weight: normal;
  }
  [data-nc-sm*="bold-1"] {
    font-weight: 300;
  }
  [data-nc-sm*="bold-2"] {
    font-weight: 400;
  }
  [data-nc-sm*="bold-3"] {
    font-weight: 600;
  }
  [data-nc-sm*="bold-4"] {
    font-weight: 700;
  }
  [data-nc-sm*="bold-5"] {
    font-weight: 800;
  }
  /* Button utilities
	=========================*/
  .btn[data-nc-sm*="large"] {
    padding: 18px 30px;
    font-size: 26px;
    min-height: 64px;
  }
  .btn[data-nc-sm*="medium"] {
    padding: 14px 20px;
    font-size: 16px;
    min-height: 45px;
  }
  .btn[data-nc-sm*="small"] {
    padding: 10px 18px;
    font-size: 13px;
    min-height: 14px;
  }
  .btn[data-nc-sm*="mini"] {
    padding: 6px 12px;
    font-size: 13px;
    min-height: 26px;
  }
  .btn[data-nc-sm*="tiny"] {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
    min-height: 22px;
  }
  .btn[data-nc-sm*="large round"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 100px;
  }
  .btn[data-nc-sm*="medium round"] {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
  }
  .btn[data-nc-sm*="small round"] {
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 100px;
  }
  .btn[data-nc-sm*="mini round"] {
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 100px;
  }
  .btn[data-nc-sm*="tiny round"] {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
  }
  /* Alignment
	=========================*/
  [data-nc-sm*="align-c"].ctrl-l .owl-dots,
  [data-nc-sm*="align-c"] {
    text-align: center;
  }
  [data-nc-sm*="align-c"] .img {
    margin-left: auto;
    margin-right: auto;
  }
  [data-nc-sm*="align-l"] {
    text-align: left;
  }
  /* Margin
	=========================*/
  [data-nc-sm*="mr-auto"] {
    margin-left: auto;
    margin-right: auto;
  }
  [data-nc-sm*="mr-0"] {
    margin: 0px;
  }
  [data-nc-sm*="mr-5"] {
    margin: 5px;
  }
  [data-nc-sm*="mr-10"] {
    margin: 10px;
  }
  [data-nc-sm*="mr-tb-0"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  [data-nc-sm*="mr-tb-10"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  [data-nc-sm*="mr-tb-20"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [data-nc-sm*="mr-tb-30"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  [data-nc-sm*="mr-t-0"] {
    margin-top: 0px;
  }
  [data-nc-sm*="mr-t-5"] {
    margin-top: 5px;
  }
  [data-nc-sm*="mr-t-10"] {
    margin-top: 10px;
  }
  [data-nc-sm*="mr-t-20"] {
    margin-top: 20px;
  }
  [data-nc-sm*="mr-t-30"] {
    margin-top: 30px;
  }
  [data-nc-sm*="mr-t-40"] {
    margin-top: 40px;
  }
  [data-nc-sm*="mr-t-50"] {
    margin-top: 50px;
  }
  [data-nc-sm*="mr-t-60"] {
    margin-top: 60px;
  }
  [data-nc-sm*="mr-b-0"] {
    margin-bottom: 0px;
  }
  [data-nc-sm*="mr-b-5"] {
    margin-bottom: 5px;
  }
  [data-nc-sm*="mr-b-10"] {
    margin-bottom: 10px;
  }
  [data-nc-sm*="mr-b-20"] {
    margin-bottom: 20px;
  }
  [data-nc-sm*="mr-b-30"] {
    margin-bottom: 30px;
  }
  [data-nc-sm*="mr-b-40"] {
    margin-bottom: 40px;
  }
  [data-nc-sm*="mr-b-50"] {
    margin-bottom: 50px;
  }
  [data-nc-sm*="mr-b-60"] {
    margin-bottom: 60px;
  }
  /* Padding
	=========================*/
  [data-nc-sm*="pd-0"] {
    padding: 0px;
  }
  [data-nc-sm*="pd-10"] {
    padding: 10px;
  }
  [data-nc-sm*="pd-20"] {
    padding: 20px;
  }
  [data-nc-sm*="pd-30"] {
    padding: 30px;
  }
  [data-nc-sm*="pd-lr-10"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  [data-nc-sm*="pd-lr-20"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-nc-sm*="pd-lr-30"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  [data-nc-sm*="pd-tb-large"] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  [data-nc-sm*="pd-tb-medium"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  [data-nc-sm*="pd-tb-small"] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [data-nc-sm*="pd-tb-mini"] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  [data-nc-sm*="pd-tb-tiny"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  [data-nc-sm*="pd-tb-micro"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  [data-nc-sm*="pd-t-0"] {
    padding-top: 0px;
  }
  [data-nc-sm*="pd-t-5"] {
    padding-top: 5px;
  }
  [data-nc-sm*="pd-t-10"] {
    padding-top: 10px;
  }
  [data-nc-sm*="pd-t-20"] {
    padding-top: 20px;
  }
  [data-nc-sm*="pd-t-30"] {
    padding-top: 30px;
  }
  [data-nc-sm*="pd-t-40"] {
    padding-top: 40px;
  }
  [data-nc-sm*="pd-t-50"] {
    padding-top: 50px;
  }
  [data-nc-sm*="pd-t-60"] {
    padding-top: 60px;
  }
  [data-nc-sm*="pd-b-0"] {
    padding-bottom: 0px;
  }
  [data-nc-sm*="pd-b-5"] {
    padding-bottom: 5px;
  }
  [data-nc-sm*="pd-b-10"] {
    padding-bottom: 10px;
  }
  [data-nc-sm*="pd-b-20"] {
    padding-bottom: 20px;
  }
  [data-nc-sm*="pd-b-30"] {
    padding-bottom: 30px;
  }
  [data-nc-sm*="pd-b-40"] {
    padding-bottom: 40px;
  }
  [data-nc-sm*="pd-b-50"] {
    padding-bottom: 50px;
  }
  [data-nc-sm*="pd-b-60"] {
    padding-bottom: 60px;
  }
  /*[data-nc-sm*="bg-color3"] { background-color: @color3; }*/
  /* Width
	=========================*/
  .w80,
  .w60,
  .w75,
  .w50,
  .w33,
  .w25,
  .w20 {
    width: 100%;
  }
  [data-nc-sm*="w100"] {
    width: 100%;
  }
  /* Width - maximum sizes
	=========================*/
  [data-nc-sm*="max-px-w30"] {
    max-width: 30px;
  }
  [data-nc-sm*="max-px-w40"] {
    max-width: 40px;
  }
  [data-nc-sm*="max-px-w50"] {
    max-width: 50px;
  }
  [data-nc-sm*="max-px-w60"] {
    max-width: 60px;
  }
  [data-nc-sm*="max-px-w70"] {
    max-width: 70px;
  }
  [data-nc-sm*="max-px-w80"] {
    max-width: 80px;
  }
  [data-nc-sm*="max-px-w90"] {
    max-width: 90px;
  }
  [data-nc-sm*="max-px-w100"] {
    max-width: 100px;
  }
  /* Height
	=========================*/
  [data-nc-sm*="h-reset"] {
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
  [data-nc-sm*="h100"] {
    height: 100%;
  }
  [data-nc-sm*="px-h400"] {
    height: 400px;
  }
  [data-nc-sm*="min-px-h100"] {
    min-height: 100px;
  }
  [data-nc-sm*="min-px-h200"] {
    min-height: 200px;
  }
  [data-nc-sm*="min-px-h300"] {
    min-height: 300px;
  }
  [data-nc-sm*="min-px-h400"] {
    min-height: 400px;
  }
  [data-nc-sm*="min-px-h500"] {
    min-height: 500px;
  }
  /* Other
	=========================*/
  .row-bdr > [class*="flex-col-"] {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .row-bdr > [class*="flex-col-"]:last-child {
    border-bottom: none;
  }
  .row-bdr {
    border: 1px solid rgba(0, 0, 0, 0.06);
  }
  .img-half {
    width: 100%;
    position: static;
  }
  .img-half img {
    float: none;
    width: 100%;
    height: auto;
  }
  [data-nc-sm*="hide"] {
    display: none !important;
  }
  [data-nc-sm*="pos-rel"] {
    position: relative;
  }
  [data-nc-sm*="block"] {
    display: block !important;
  }
  [data-nc-sm*="bdr-reset"] {
    border: none;
  }
  [data-nc-sm*="img-t"].info-obj {
    width: 100%;
    display: block;
  }
  [data-nc-sm*="img-t"].info-obj .info {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [data-nc-sm*="top"] {
    top: 0;
  }
  [data-nc-sm*="right"] {
    right: 0;
  }
  [data-nc-sm*="bottom"] {
    bottom: 0;
  }
  [data-nc-sm*="left"] {
    left: 0;
  }
}
/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* COMMON
	********************************************/
  .pd-tb-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .el-parallax {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  /* Font sizes
	=========================*/
  [data-nc-md*="fs12"],
  .title[data-nc-md*="fs12"] {
    font-size: 12px;
  }
  [data-nc-md*="fs13"],
  .title[data-nc-md*="fs13"] {
    font-size: 13px;
  }
  [data-nc-md*="fs14"],
  .title[data-nc-md*="fs14"] {
    font-size: 14px;
  }
  [data-nc-md*="fs16"],
  .title[data-nc-md*="fs16"] {
    font-size: 16px;
  }
  [data-nc-md*="fs18"],
  .title[data-nc-md*="fs18"] {
    font-size: 18px;
  }
  [data-nc-md*="fs20"],
  .title[data-nc-md*="fs20"] {
    font-size: 20px;
  }
  [data-nc-md*="fs22"],
  .title[data-nc-md*="fs22"] {
    font-size: 22px;
  }
  [data-nc-md*="fs24"],
  .title[data-nc-md*="fs24"] {
    font-size: 24px;
  }
  [data-nc-md*="fs26"],
  .title[data-nc-md*="fs26"] {
    font-size: 26px;
  }
  [data-nc-md*="fs28"],
  .title[data-nc-md*="fs28"] {
    font-size: 28px;
  }
  [data-nc-md*="fs30"],
  .title[data-nc-md*="fs30"] {
    font-size: 30px;
  }
  [data-nc-md*="fs40"],
  .title[data-nc-md*="fs40"] {
    font-size: 40px;
  }
  [data-nc-md*="fs50"],
  .title[data-nc-md*="fs50"] {
    font-size: 50px;
  }
  [data-nc-md*="fs32"] {
    font-size: 32px;
  }
  [data-nc-md*="fs34"] {
    font-size: 34px;
  }
  [data-nc-md*="fs36"] {
    font-size: 36px;
  }
  [data-nc-md*="fs38"] {
    font-size: 38px;
  }
  [data-nc-md*="fs40"] {
    font-size: 40px;
  }
  [data-nc-md*="fs42"] {
    font-size: 42px;
  }
  [data-nc-md*="fs44"] {
    font-size: 44px;
  }
  [data-nc-md*="fs46"] {
    font-size: 46px;
  }
  [data-nc-md*="fs48"] {
    font-size: 48px;
  }
  [data-nc-md*="fs50"] {
    font-size: 50px;
  }
  [data-nc-md*="fs52"] {
    font-size: 52px;
  }
  [data-nc-md*="fs54"] {
    font-size: 54px;
  }
  [data-nc-md*="fs56"] {
    font-size: 56px;
  }
  [data-nc-md*="fs58"] {
    font-size: 58px;
  }
  [data-nc-md*="fs60"] {
    font-size: 60px;
  }
  .title[data-nc-md^="xlarge"],
  .title[data-nc-md*=" xlarge"] {
    font-size: 60px;
  }
  .title[data-nc-md^="large"],
  .title[data-nc-md*=" large"] {
    font-size: 40px;
  }
  .title[data-nc-md*="medium"] {
    font-size: 30px;
  }
  .title[data-nc-md*="small"] {
    font-size: 26px;
  }
  .title[data-nc-md*="mini"] {
    font-size: 22px;
  }
  .title[data-nc-md*="tiny"] {
    font-size: 18px;
  }
  .title-sub[data-nc-md*="large"] {
    font-size: 24px;
  }
  .title-sub[data-nc-md*="medium"] {
    font-size: 20px;
  }
  .title-sub[data-nc-md*="small"] {
    font-size: 16px;
  }
  .title-sub[data-nc-md*="mini"] {
    font-size: 14px;
  }
  .title-sub[data-nc-md*="tiny"] {
    font-size: 12px;
  }
  /* Font weight
	=========================*/
  [data-nc-md*="bold-n"] {
    font-weight: normal;
  }
  [data-nc-md*="bold-1"] {
    font-weight: 300;
  }
  [data-nc-md*="bold-2"] {
    font-weight: 400;
  }
  [data-nc-md*="bold-3"] {
    font-weight: 600;
  }
  [data-nc-md*="bold-4"] {
    font-weight: 700;
  }
  [data-nc-md*="bold-5"] {
    font-weight: 800;
  }
  /* Button utilities
	=========================*/
  .btn[data-nc-md*="large"] {
    padding: 18px 30px;
    font-size: 26px;
    min-height: 64px;
  }
  .btn[data-nc-md*="medium"] {
    padding: 14px 20px;
    font-size: 16px;
    min-height: 45px;
  }
  .btn[data-nc-md*="small"] {
    padding: 10px 18px;
    font-size: 13px;
    min-height: 14px;
  }
  .btn[data-nc-md*="mini"] {
    padding: 6px 12px;
    font-size: 13px;
    min-height: 26px;
  }
  .btn[data-nc-md*="tiny"] {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
    min-height: 22px;
  }
  .btn[data-nc-md*="large round"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 100px;
  }
  .btn[data-nc-md*="medium round"] {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
  }
  .btn[data-nc-md*="small round"] {
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 100px;
  }
  .btn[data-nc-md*="mini round"] {
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 100px;
  }
  .btn[data-nc-md*="tiny round"] {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
  }
  /* Alignment
	=========================*/
  [data-nc-md*="align-c"].ctrl-l .owl-dots,
  [data-nc-md*="align-c"] {
    text-align: center;
  }
  [data-nc-md*="align-c"] .img {
    margin-left: auto;
    margin-right: auto;
  }
  [data-nc-md*="align-l"] {
    text-align: left;
  }
  /* Margin
	=========================*/
  [data-nc-md*="mr-auto"] {
    margin-left: auto;
    margin-right: auto;
  }
  [data-nc-md*="mr-0"] {
    margin: 0px;
  }
  [data-nc-md*="mr-5"] {
    margin: 5px;
  }
  [data-nc-md*="mr-10"] {
    margin: 10px;
  }
  [data-nc-md*="mr-20"] {
    margin: 20px;
  }
  [data-nc-md*="mr-30"] {
    margin: 30px;
  }
  [data-nc-md*="mr-tb-0"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  [data-nc-md*="mr-tb-10"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  [data-nc-md*="mr-tb-20"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [data-nc-md*="mr-tb-30"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  [data-nc-md*="mr-t-0"] {
    margin-top: 0px;
  }
  [data-nc-md*="mr-t-5"] {
    margin-top: 5px;
  }
  [data-nc-md*="mr-t-10"] {
    margin-top: 10px;
  }
  [data-nc-md*="mr-t-20"] {
    margin-top: 20px;
  }
  [data-nc-md*="mr-t-30"] {
    margin-top: 30px;
  }
  [data-nc-md*="mr-t-40"] {
    margin-top: 40px;
  }
  [data-nc-md*="mr-t-50"] {
    margin-top: 50px;
  }
  [data-nc-md*="mr-t-60"] {
    margin-top: 60px;
  }
  [data-nc-md*="mr-b-0"] {
    margin-bottom: 0px;
  }
  [data-nc-md*="mr-b-5"] {
    margin-bottom: 5px;
  }
  [data-nc-md*="mr-b-10"] {
    margin-bottom: 10px;
  }
  [data-nc-md*="mr-b-20"] {
    margin-bottom: 20px;
  }
  [data-nc-md*="mr-b-30"] {
    margin-bottom: 30px;
  }
  [data-nc-md*="mr-b-40"] {
    margin-bottom: 40px;
  }
  [data-nc-md*="mr-b-50"] {
    margin-bottom: 50px;
  }
  [data-nc-md*="mr-b-60"] {
    margin-bottom: 60px;
  }
  /* Padding
	=========================*/
  [data-nc-md*="pd-0"] {
    padding: 0px;
  }
  [data-nc-md*="pd-10"] {
    padding: 10px;
  }
  [data-nc-md*="pd-20"] {
    padding: 20px;
  }
  [data-nc-md*="pd-30"] {
    padding: 30px;
  }
  [data-nc-md*="pd-lr-10"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  [data-nc-md*="pd-lr-20"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-nc-md*="pd-lr-30"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  [data-nc-md*="pd-tb-large"] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  [data-nc-md*="pd-tb-medium"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  [data-nc-md*="pd-tb-small"] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [data-nc-md*="pd-tb-mini"] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  [data-nc-md*="pd-tb-tiny"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  [data-nc-md*="pd-tb-micro"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  [data-nc-md*="pd-t-0"] {
    padding-top: 0px;
  }
  [data-nc-md*="pd-t-5"] {
    padding-top: 5px;
  }
  [data-nc-md*="pd-t-10"] {
    padding-top: 10px;
  }
  [data-nc-md*="pd-t-20"] {
    padding-top: 20px;
  }
  [data-nc-md*="pd-t-30"] {
    padding-top: 30px;
  }
  [data-nc-md*="pd-t-40"] {
    padding-top: 40px;
  }
  [data-nc-md*="pd-t-50"] {
    padding-top: 50px;
  }
  [data-nc-md*="pd-t-60"] {
    padding-top: 60px;
  }
  [data-nc-md*="pd-b-0"] {
    padding-bottom: 0px;
  }
  [data-nc-md*="pd-b-5"] {
    padding-bottom: 5px;
  }
  [data-nc-md*="pd-b-10"] {
    padding-bottom: 10px;
  }
  [data-nc-md*="pd-b-20"] {
    padding-bottom: 20px;
  }
  [data-nc-md*="pd-b-30"] {
    padding-bottom: 30px;
  }
  [data-nc-md*="pd-b-40"] {
    padding-bottom: 40px;
  }
  [data-nc-md*="pd-b-50"] {
    padding-bottom: 50px;
  }
  [data-nc-md*="pd-b-60"] {
    padding-bottom: 60px;
  }
  /*[data-nc-md*="bg-color3"] { background-color: @color3; }*/
  /* Width
	=========================*/
  [data-nc-md*="w100"] {
    width: 100%;
  }
  [data-nc-md*="w80"] {
    width: 80%;
  }
  /* Height
	=========================*/
  [data-nc-md*="h-reset"] {
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
  [data-nc-md*="h100"] {
    height: 100%;
  }
  [data-nc-md*="px-h400"] {
    height: 400px;
  }
  [data-nc-md*="min-px-h100"] {
    min-height: 100px;
  }
  [data-nc-md*="min-px-h200"] {
    min-height: 200px;
  }
  [data-nc-md*="min-px-h300"] {
    min-height: 300px;
  }
  [data-nc-md*="min-px-h400"] {
    min-height: 400px;
  }
  [data-nc-md*="min-px-h500"] {
    min-height: 500px;
  }
  /* Other
	=========================*/
  [data-nc-md*="hide"] {
    display: none !important;
  }
  [data-nc-md*="pos-rel"] {
    position: relative;
  }
  [data-nc-md*="block"] {
    display: block !important;
  }
  [data-nc-md*="bdr-reset"] {
    border: none;
  }
  [data-nc-md*="img-t"].info-obj {
    width: 100%;
    display: block;
  }
  [data-nc-md*="img-t"].info-obj .info {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [data-nc-md*="parallax-reset"] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    display: block !important;
    top: 0 !important;
    margin: 0 !important;
  }
}
/* Loader CSS
=========================*/
.spinner-wrp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  left: 0px;
  top: 0px;
}
body > .spinner-wrp {
  position: fixed;
}

.spinner {
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.dark.spinner-wrp {
  background-color: #000;
}
.dark.spinner-wrp .spinner {
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
