@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #181818;
    line-height: 1.4;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
}

b,
strong {
    font-weight: 700;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
}

.container-fluid {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}
.text-medium {
    font-weight: 400;
}
.text-bold {
    font-weight: 600;
}
.text-bolder {
    font-weight: 700;
}
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-dark {
    color: #1A1A1A;
}
.text-light {
    color: #CCAE88;
}
.text-orange{
    color: #935F5A;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
    float: unset !important;
}

.bg-white {
    background-color: #fff;
}

.bg-off-white {
    background-color: #f8f8fa;
}

.bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.cred {
    color: red;
}

.h100 {
    height: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-tp-50 {
    margin-top: 50px;
}

.mg-tp-60 {
    margin-top: 60px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-40 {
    margin-bottom: 40px;
}

.mg-bt-50 {
    margin-bottom: 50px;
}

.mg-bt-60 {
    margin-bottom: 60px;
}

.mg-rt-5 {
    margin-right: 5px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.mg-rt-20 {
    margin-right: 20px;
}

.mg-rt-30 {
    margin-right: 30px;
}

.mg-lt-5 {
    margin-left: 5px;
}

.mg-lt-10 {
    margin-left: 10px;
}

.mg-lt-20 {
    margin-left: 20px;
}

.mg-lt-30 {
    margin-left: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-tp-5 {
    padding-top: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-bt-5 {
    padding-bottom: 5px;
}

.pd-bt-10 {
    padding-bottom: 10px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-rt-5 {
    padding-right: 5px;
}

.pd-rt-10 {
    padding-right: 10px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-rt-30 {
    padding-right: 30px;
}

.pd-lt-5 {
    padding-left: 5px;
}

.pd-lt-10 {
    padding-left: 10px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.pd-lt-30 {
    padding-left: 30px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.push-right {
    float: right;
}

.push-left {
    float: left;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}


.montserrat{
    font-family: 'Montserrat', sans-serif;
}
section {
    float: left;
    width: 100%;
}

.padding {
    padding: 120px 77px;
}

