


/**
 * Reset
 */



div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    zoom: 1;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


object,
embed {
    max-width: 100%;
}


/**
 * Default Typography
 */

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #F56961;
    font-weight: 600;
}

a:hover,
a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #D65049;
}

::selection {
    color: #FFF;
    background: #DE261D;
}

::-moz-selection {
    color: #FFF;
    background: #DE261D;
}

strong {
    font-weight: 700 !important;
}

h1,
h2,
.h1,
.h2,{
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color:#000000;
    line-height: 1.4;
    text-rendering: optimizeLegibility
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 14px;
}

@media all and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 29px;
        line-height: 40px;
    }
    h2,
    .h2 {
        font-size: 25px;
        line-height: 40px;
    }
    h3,
    .h3 {
        font-size: 22px;
        line-height: 32px;
    }
    h4,
    .h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5,
    .h5 {
        font-size: 16px;
        line-height: 24px;
    }
    h6,
    .h6 {
        font-size: 12px;
        line-height: 24px;
    }
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

p.lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 25px;
}

p:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    p.lead {
        font-size: 13px;
        line-height: 24px;
    }
    p {
        font-size: 12px;
    }
}

blockquote,
.blockquote {
    overflow: hidden;
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 40px;
    font-style: italic;
    background: #f5f5f5;
    padding: 32px;
    color: #777;
    font-weight: 300;
    margin: 30px 0;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 25px 0;
    width: 100%;
}


/**
 * Margin Sets
 */

.mr-1 {
    margin-right: 1px !important
}

.mr-3 {
    margin-right: 3px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-50 {
    margin-right: 50px !important
}

.ml-1 {
    margin-left: 1px !important
}

.ml-3 {
    margin-left: 3px !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mt-1 {
    margin-top: 1px !important
}

.mt-3 {
    margin-top: 3px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mb-1 {
    margin-bottom: 1px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mv-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mv-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mv-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mv-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mv-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mv-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mv-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mv-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.mh-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mh-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mh-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mh-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mh-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mh-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mh-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.no-magin,
ul.no-margin,
.margin-0 {
    margin: 0 !important
}

.no-mt,
.mt-0 {
    margin-top: 0 !important
}

.no-mb,
.mb-0 {
    margin-bottom: 0 !important
}

.no-ml,
.ml-0 {
    margin-left: 0 !important
}

.no-mr,
.mr-0 {
    margin-right: 0 !important
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .mb-10-sm {
        margin-bottom: 10px !important
    }
    .mb-15-sm {
        margin-bottom: 15px !important
    }
    .mb-20-sm {
        margin-bottom: 20px !important
    }
    .mb-25-sm {
        margin-bottom: 25px !important
    }
    .mb-30-sm {
        margin-bottom: 30px !important
    }
    .mb-40-sm {
        margin-bottom: 40px !important
    }
    .mb-50-sm {
        margin-bottom: 50px !important
    }
    .mt-10-sm {
        margin-top: 10px !important
    }
    .mt-15-sm {
        margin-top: 15px !important
    }
    .mt-20-sm {
        margin-top: 20px !important
    }
    .mt-25-sm {
        margin-top: 25px !important
    }
    .mt-30-sm {
        margin-top: 30px !important
    }
    .mt-40-sm {
        margin-top: 40px !important
    }
    .mt-50-sm {
        margin-top: 50px !important
    }
}

@media only screen and (max-width: 767px) {
    .mb-0-xs {
        margin-bottom: 0px !important
    }
    .mb-10-xs {
        margin-bottom: 10px !important
    }
    .mb-15-xs {
        margin-bottom: 15px !important
    }
    .mb-20-xs {
        margin-bottom: 20px !important
    }
    .mb-25-xs {
        margin-bottom: 25px !important
    }
    .mb-30-xs {
        margin-bottom: 30px !important
    }
    .mb-40-xs {
        margin-bottom: 40px !important
    }
    .mb-50-xs {
        margin-bottom: 50px !important
    }
    .mt-10-xs {
        margin-top: 10px !important
    }
    .mt-15-xs {
        margin-top: 15px !important
    }
    .mt-20-xs {
        margin-top: 20px !important
    }
    .mt-25-xs {
        margin-top: 25px !important
    }
    .mt-30-xs {
        margin-top: 30px !important
    }
    .mt-40-xs {
        margin-top: 40px !important
    }
    .mt-50-xs {
        margin-top: 50px !important
    }
}

@media (max-width: 479px) {
    .mb-0-xss {
        margin-bottom: 0px !important
    }
    .mb-10-xss {
        margin-bottom: 10px !important
    }
    .mb-15-xss {
        margin-bottom: 15px !important
    }
    .mb-20-xss {
        margin-bottom: 20px !important
    }
    .mb-25-xss {
        margin-bottom: 25px !important
    }
    .mb-30-xss {
        margin-bottom: 30px !important
    }
    .mb-40-xss {
        margin-bottom: 40px !important
    }
    .mb-50-xss {
        margin-bottom: 50px !important
    }
}


/**
 * Padding Sets
 */

.pr-5 {
    padding-right: 5px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-0,
.no-pr {
    padding-right: 0 !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-0,
. no-pl {
    padding-left: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-0,
.no-pt {
    padding-top: 0px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-0,
.no-pb {
    padding-bottom: 0 !important
}

.pv-5 {
    padding-top: 5px !important;
    padding-bottom: 5px!important;
}

.pv-10 {
    padding-top: 10px !important;
    padding-bottom: 10px!important;
}

.pv-15 {
    padding-top: 15px !important;
    padding-bottom: 15px!important;
}

.pv-20 {
    padding-top: 20px !important;
    padding-bottom: 20px!important;
}

.pv-30 {
    padding-top: 30px !important;
    padding-bottom: 30px!important;
}

.pv-40 {
    padding-top: 40px !important;
    padding-bottom: 40px!important;
}

.pv-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.pv-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}

.pv-70 {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}

.no-pv,
.pv-0 {
    padding-pv: 0 !important;
    padding-bottom: 0 !important;
}

.ph-5 {
    padding-left: 5px !important;
    padding-right: 5px!important;
}

.ph-10 {
    padding-left: 10px !important;
    padding-right: 10px!important;
}

.ph-15 {
    padding-left: 15px !important;
    padding-right: 15px!important;
}

.ph-20 {
    padding-left: 20px !important;
    padding-right: 20px!important;
}

.ph-30 {
    padding-left: 30px !important;
    padding-right: 30px!important;
}

.ph-40 {
    padding-left: 40px !important;
    padding-right: 40px!important;
}

.ph-50 {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

.ph-60 {
    padding-left: 60px!important;
    padding-right: 60px!important;
}

.ph-70 {
    padding-left: 70px!important;
    padding-right: 70px!important;
}

.no-ph,
.ph-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-30 {
    padding: 30px !important
}

.no-padding,
.padding-0 {
    padding: 0 !important
}


/**
 * Border
 */

.border {
    border: 1px solid #E3E3E3;
}

.bb,
.border-bottom {
    border-bottom: 1px solid #E3E3E3;
}

.bt,
.border-top {
    border-top: 1px solid #E3E3E3;
}

.br,
.border-right {
    border-right: 1px solid #E3E3E3;
}

.bl,
.border-left {
    border-left: 1px solid #E3E3E3;
}

.no-border {
    border: 0 !important;
}


/**
 * Global
 */

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.block {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
	line-height:25px;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.sm-clear {
    display: none;
}

.map-wrapper img {
    max-width: none;
}

.overflow-x-hidden,
.hidden-x {
    overflow-x: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* browsers */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.map-wrapper img,
.widget-map img {
    max-width: none !important;
}

.absolute-in-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .pull-left-sm {
        float: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .pull-left-xs {
        float: left !important;
    }
    .clear-xs {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .xss-hidden,
    .hidden-xss {
        display: none;
    }
    .block-xss {
        display: block !important;
    }
    .pull-left-xss {
        float: left !important;
    }
    .clear-xss {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
}


/**
 * Form
 */

label {
    font-weight: 600;
}

.form-control {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
}

.form-control:focus,
.form-control:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #D65049;
}

.input-group .form-control {
    height: 37px;
}

.form-control.width-auto {
    width: auto;
}

.form-icon {
    position: relative;
}

.form-icon i {
    position: absolute;
    bottom: 11px;
    left: 12px;
    z-index: 1;
    line-height: 1;
    color: #999;
}

.form-icon .select2-container .select2-selection--multiple {
    padding-left: 30px;
}


/**
 * List
 */

ul.list-with-icon li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 25px;
}

ul.list-with-icon li i {
    position: absolute;
    top: 5px;
    left: 0;
}

ul.list-with-icon.with-heading li {
    padding-left: 23px;
    margin-bottom: 15px;
}

ul.list-with-icon.with-heading li:last-child {
    margin-bottom: 0;
}

ul.list-with-icon.with-heading li i {
    top: 1px;
    left: 0;
}

ul.list-with-icon.col-3 {
    margin-left: -10px;
    margin-right: -10px;
}

ul.list-with-icon.col-3 li {
    padding: 0 20px;
    padding-left: 30px;
    width: 33.333333%;
    float: left;
}

ul.list-with-icon.col-3 li i {
    left: 10px;
}

ul.border-bottom {
    border-bottom: 0;
}

ul.border-bottom li {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

ul.border-bottom.dotted li {
    border-bottom: 1px dotted #CCC;
}

ul.border-bottom li:last-child {
    border-bottom: 0;
}

ul.help-list li {
    border-bottom: 1px solid #E3E3E3;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.help-list li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    ul.list-with-icon.col-3 li {
        width: 100%;
    }
}

@media (max-width: 479px) {}


/**
 * Layout
 */

.container-wrapper {
    padding-top: 110px;
}

section,
.section {
    padding: 40px 0;
    background: #FFF;
}

.content-wrapper {
    padding: 60px 0;
}

.main-wrapper {
    background: #FFF;
}

.container {
    position: relative;
}

.width-50 {
    width: 50%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

ul.list-col li {
    display: inline-block;
    position: relative;
}

ul.list-col li:not(:last-child) {
    margin-right: 50px;
}

ul.list-col li:not(:last-child)::after {
    content: "";
    width: 1px;
    background: #999;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }
    .container-wrapper {
        padding-top: 48px;
    }
    .sidebar-line {
        right: 33.3333%;
    }
    .content-wrapper {
        padding-right: 0;
    }
    .sidebar-wrapper {
        padding-top: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .container-wrapper {
        padding-top: 0;
    }
    .sidebar-line {
        display: none;
    }
    .xs-overflow {
        overflow: hidden;
    }
    ul.list-col li {
        width: 100%;
        display: block;
        height: auto;
        margin: 0 0 15px;
    }
    ul.list-col li:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 479px) {}

@media (min-width: 768px) {
    .col-sm-height,
    .content-sm-height {
        display: table-cell;
        float: none!important
    }
}






@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .row.sm-gap-20 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .sm-gap-20 .col-sm-1,
    .sm-gap-20 .col-sm-2,
    .sm-gap-20 .col-sm-3,
    .sm-gap-20 .col-sm-4,
    .sm-gap-20 .col-sm-5,
    .sm-gap-20 .col-sm-6,
    .sm-gap-20 .col-sm-7,
    .sm-gap-20 .col-sm-8,
    .sm-gap-20 .col-sm-9,
    .sm-gap-20 .col-sm-10,
    .sm-gap-20 .col-sm-11,
    .sm-gap-20 .col-sm-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .row.xs-gap-20 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .xs-gap-20 .col-md-1,
    .xs-gap-20 .col-md-2,
    .xs-gap-20 .col-md-3,
    .xs-gap-20 .col-md-4,
    .xs-gap-20 .col-md-5,
    .xs-gap-20 .col-md-6,
    .xs-gap-20 .col-md-7,
    .xs-gap-20 .col-md-8,
    .xs-gap-20 .col-md-9,
    .xs-gap-20 .col-md-10,
    .xs-gap-20 .col-md-11,
    .xs-gap-20 .col-md-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row.xs-gap-15 {
        margin-right: -8px;
        margin-left: -7px;
    }
    .xs-gap-15 .col-md-1,
    .xs-gap-15 .col-md-2,
    .xs-gap-15 .col-md-3,
    .xs-gap-15 .col-md-4,
    .xs-gap-15 .col-md-5,
    .xs-gap-15 .col-md-6,
    .xs-gap-15 .col-md-7,
    .xs-gap-15 .col-md-8,
    .xs-gap-15 .col-md-9,
    .xs-gap-15 .col-md-10,
    .xs-gap-15 .col-md-11,
    .xs-gap-15 .col-md-12 {
        padding-right: 8px;
        padding-left: 7px;
    }
    .row.gap-10 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .gap-10 .col-md-1,
    .gap-10 .col-md-2,
    .gap-10 .col-md-3,
    .gap-10 .col-md-4,
    .gap-10 .col-md-5,
    .gap-10 .col-md-6,
    .gap-10 .col-md-7,
    .gap-10 .col-md-8,
    .gap-10 .col-md-9,
    .gap-10 .col-md-10,
    .gap-10 .col-md-11,
    .gap-10 .col-md-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .row.gap-5 {
        margin-right: -3px;
        margin-left: -2px;
    }
    .gap-5 .col-md-1,
    .gap-5 .col-md-2,
    .gap-5 .col-md-3,
    .gap-5 .col-md-4,
    .gap-5 .col-md-5,
    .gap-5 .col-md-6,
    .gap-5 .col-md-7,
    .gap-5 .col-md-8,
    .gap-5 .col-md-9,
    .gap-5 .col-md-10,
    .gap-5 .col-md-11,
    .gap-5 .col-md-12 {
        padding-right: 3px;
        padding-left: 2px;
    }
}

@media (max-width: 479px) {
    .col-xss-12 {
        width: 100%;
    }
    .col-xss-7 {
        width: 58.33333333%;
    }
    .col-xss-6 {
        width: 50%;
    }
    .col-xss-5 {
        width: 41.66666667%;
    }
    .col-xss-4 {
        width: 33.33333333%;
    }
    .col-xss-3 {
        width: 25%;
    }
}



@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .text-left-xs {
        text-align: left !important;
    }
}

@media (max-width: 479px) {
    .text-left-xss {
        text-align: left !important;
    }
}


/**
 * Background
 */

.bg-primary {
    background: #F56961 !important;
    color: #FFF !important;
}

.bg-info {
    background: #8056B6 !important;
    color: #FFF !important;
}

.bg-success {
    background: #2FEB87 !important;
    color: #FFF !important;
}

.bg-warning {
    background: #FFBE33 !important;
    color: #FFF !important;
}

.bg-danger {
    background: #FF3366 !important;
    color: #FFF !important;
}

.bg-light {
    background: #FAF9F9 !important;
}

.bg-light-2 {
    background: #F2F2F2 !important;
}

.bg-dark {
    background: #3F4443 !important;
    color: #FFF;
}

.bg-white {
    background: #FFF !important;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6,
.bg-color-02 h1,
.bg-color-02 h2,
.bg-color-02 h3,
.bg-color-02 h4,
.bg-color-02 h5,
.bg-color-02 h6,
.bg-bg-color-03 h1,
.bg-bg-color-03 h2,
.bg-bg-color-03 h3,
.bg-bg-color-03 h4,
.bg-bg-color-03 h5,
.bg-bg-color-03 h6 {
    color: #FFF !important;
}

.bg-primary a,
.bg-info a,
.bg-success a,
.bg-danger a {
    color: #FFF;
}

.bg-primary a:hover,
.bg-info a:hover,
.bg-success a:hover,
.bg-danger a:hover {
    text-decoration: underline;
}

.bg-img,
.bg-image,
.image-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/**
 * Button
 */

.btn {
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1;
    padding: 11px 20px;
    border-width: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-sm {
    padding: 8px 12px 7px;
    font-size: 10px;
    font-weight: 600;
}

.btn-default {
    color: #555;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.btn-default:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.btn-primary {
    background: #F56961;
    border-color: #F56961;
    color: #FFF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    background: #D65049;
    border-color: #D65049;
}

.btn-info {
    background: #2E8ED7;
    border-color: #2E8ED7;
    color: #FFF !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
    background: #4477B2;
    border-color: #4477B2;
}

.btn-success {
    background: #358D44;
    border-color: #358D44;
    color: #FFF !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    background: #52B545;
    border-color: #52B545;
}

.btn-warning {
    background: #D60D45;
    border-color: #D60D45;
    color: #FFF !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    background: #EDC868;
    border-color: #EDC868;
}

.btn-danger {
    background: #D60D45;
    border-color: #D60D45;
    color: #FFF !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    background: #F50C27;
    border-color: #F50C27;
}

.btn-primary.btn-inverse,
.btn-info.btn-inverse,
.btn-success.btn-inverse,
.btn-warning.btn-inverse,
.btn-danger.btn-inverse {
    background: #FFF;
}

.btn-primary.btn-inverse {
    color: #F56961 !important;
    border-color: #F56961 !important;
}

.btn-info.btn-inverse {
    color: #2E8ED7 !important;
}

.btn-success.btn-inverse {
    color: #68E030 !important;
}

.btn-warning.btn-inverse {
    color: #D60D45 !important;
}

.btn-danger.btn-inverse {
    color: #D60D45 !important;
}

.btn-primary.btn-inverse:hover {
    color: #FFF !important;
    background: #F56961;
}

.btn-info.btn-inverse:hover {
    color: #FFF !important;
    background: #287CBD;
}

.btn-success.btn-inverse:hover {
    color: #FFF !important;
    background: #5CC72A;
}

.btn-warning.btn-inverse:hover {
    color: #FFF !important;
    background: #D60D45;
}

.btn-danger.btn-inverse:hover {
    color: #FFF !important;
    background: #E6324D;
}

.btn-lg {
    padding-top: 15px;
    padding-bottom: 12px;
}

.btn-lg.btn-icon {
    padding-right: 66px;
}

.btn-lg.btn-icon .icon {
    width: 46px;
    padding-top: 13px;
    font-size: 12px;
}

.btn-link {
    color: #F56961;
    font-weight: 600;
    padding: 0;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    margin: 0;
    margin-top: -1px;
}

.input-group .input-group-btn .btn {
    line-height: 1.42857143;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}


/**
 * Section Title
 */

.section-title {
    margin: 0 0 35px;
    text-align: center;
}

.section-title h2,
.section-title h3,
.section-title h4 {
    line-height: 1;
	font-size: 35px;
	color:#444444;
    margin: 0;
    text-transform: uppercase;
}

.section-title h4 {
    margin-bottom: -10px;
}

.section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 25px 0 0;
    color: #777;
}

h1.heading,
h2.heading,
h3.heading,
h4.heading,
h5.heading,
h6.heading {
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .section-title p {
        font-size: 15px;
        line-height: 21px;
        margin: 15px 0 0;
    }
}

