html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.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, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%}
.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%}
.offset-2 {
    margin-left: 16.666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.333333%}
.offset-5 {
    margin-left: 41.666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.333333%}
.offset-8 {
    margin-left: 66.666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.333333%}
.offset-11 {
    margin-left: 91.666667%}
@media (min-width:576px) {
    .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%}
.col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%}
.offset-sm-2 {
    margin-left: 16.666667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.333333%}
.offset-sm-5 {
    margin-left: 41.666667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.333333%}
.offset-sm-8 {
    margin-left: 66.666667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.333333%}
.offset-sm-11 {
    margin-left: 91.666667%}
}@media (min-width:768px) {
    .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%}
.col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.333333%}
.offset-md-2 {
    margin-left: 16.666667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.333333%}
.offset-md-5 {
    margin-left: 41.666667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.333333%}
.offset-md-8 {
    margin-left: 66.666667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.333333%}
.offset-md-11 {
    margin-left: 91.666667%}
}@media (min-width:992px) {
    .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%}
.col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.333333%}
.offset-lg-2 {
    margin-left: 16.666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.333333%}
.offset-lg-5 {
    margin-left: 41.666667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.333333%}
.offset-lg-8 {
    margin-left: 66.666667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.333333%}
.offset-lg-11 {
    margin-left: 91.666667%}
}@media (min-width:1200px) {
    .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%}
.col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.333333%}
.offset-xl-2 {
    margin-left: 16.666667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.333333%}
.offset-xl-5 {
    margin-left: 41.666667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.333333%}
.offset-xl-8 {
    margin-left: 66.666667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.333333%}
.offset-xl-11 {
    margin-left: 91.666667%}
}.d-none {
    display: none;
}
.d-inline {
    display: inline;
}
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.d-table {
    display: table;
}
.d-table-row {
    display: table-row;
}
.d-table-cell {
    display: table-cell;
}
.d-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.d-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
@media (min-width:576px) {
    .d-sm-none {
    display: none;
}
.d-sm-inline {
    display: inline;
}
.d-sm-inline-block {
    display: inline-block;
}
.d-sm-block {
    display: block;
}
.d-sm-table {
    display: table;
}
.d-sm-table-row {
    display: table-row;
}
.d-sm-table-cell {
    display: table-cell;
}
.d-sm-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.d-sm-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
}@media (min-width:768px) {
    .d-md-none {
    display: none;
}
.d-md-inline {
    display: inline;
}
.d-md-inline-block {
    display: inline-block;
}
.d-md-block {
    display: block;
}
.d-md-table {
    display: table;
}
.d-md-table-row {
    display: table-row;
}
.d-md-table-cell {
    display: table-cell;
}
.d-md-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.d-md-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
}@media (min-width:992px) {
    .d-lg-none {
    display: none;
}
.d-lg-inline {
    display: inline;
}
.d-lg-inline-block {
    display: inline-block;
}
.d-lg-block {
    display: block;
}
.d-lg-table {
    display: table;
}
.d-lg-table-row {
    display: table-row;
}
.d-lg-table-cell {
    display: table-cell;
}
.d-lg-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.d-lg-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
}@media (min-width:1200px) {
    .d-xl-none {
    display: none;
}
.d-xl-inline {
    display: inline;
}
.d-xl-inline-block {
    display: inline-block;
}
.d-xl-block {
    display: block;
}
.d-xl-table {
    display: table;
}
.d-xl-table-row {
    display: table-row;
}
.d-xl-table-cell {
    display: table-cell;
}
.d-xl-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.d-xl-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
}@media print {
    .d-print-none {
    display: none;
}
.d-print-inline {
    display: inline;
}
.d-print-inline-block {
    display: inline-block;
}
.d-print-block {
    display: block;
}
.d-print-table {
    display: table;
}
.d-print-table-row {
    display: table-row;
}
.d-print-table-cell {
    display: table-cell;
}
.d-print-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.d-print-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
}.flex-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.flex-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.flex-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.flex-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.justify-content-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.justify-content-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.justify-content-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.justify-content-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-items-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.align-items-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.align-items-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.align-items-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}
.align-items-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}
.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.align-self-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
}
.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
@media (min-width:576px) {
    .flex-sm-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.flex-sm-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-sm-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.flex-sm-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.flex-sm-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.justify-content-sm-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.justify-content-sm-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.justify-content-sm-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.justify-content-sm-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-items-sm-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.align-items-sm-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.align-items-sm-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.align-items-sm-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}
.align-items-sm-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.align-content-sm-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.align-content-sm-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.align-content-sm-center {
    -ms-flex-line-pack: center;
    align-content: center;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
}
.align-self-sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-sm-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
}@media (min-width:768px) {
    .flex-md-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.flex-md-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.flex-md-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.flex-md-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-md-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.flex-md-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.flex-md-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.justify-content-md-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.justify-content-md-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.justify-content-md-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.justify-content-md-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.justify-content-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-items-md-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.align-items-md-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.align-items-md-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.align-items-md-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}
.align-items-md-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.align-content-md-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.align-content-md-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.align-content-md-center {
    -ms-flex-line-pack: center;
    align-content: center;
}
.align-content-md-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.align-self-md-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
}
.align-self-md-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-md-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-md-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
}@media (min-width:992px) {
    .flex-lg-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.flex-lg-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-lg-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.flex-lg-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.flex-lg-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.justify-content-lg-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.justify-content-lg-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.justify-content-lg-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.justify-content-lg-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-items-lg-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.align-items-lg-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.align-items-lg-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.align-items-lg-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}
.align-items-lg-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.align-content-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.align-content-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.align-content-lg-center {
    -ms-flex-line-pack: center;
    align-content: center;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
}
.align-self-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-lg-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
}@media (min-width:1200px) {
    .flex-xl-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.flex-xl-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-xl-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.flex-xl-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.flex-xl-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.justify-content-xl-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.justify-content-xl-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.justify-content-xl-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.justify-content-xl-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-items-xl-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.align-items-xl-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.align-items-xl-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.align-items-xl-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}
.align-items-xl-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.align-content-xl-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.align-content-xl-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.align-content-xl-center {
    -ms-flex-line-pack: center;
    align-content: center;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
}
.align-self-xl-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-xl-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-xl-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
}.m-auto {
    margin: auto;
}
.mt-auto, .my-auto {
    margin-top: auto;
}
.mr-auto, .mx-auto {
    margin-right: auto;
}
.mb-auto, .my-auto {
    margin-bottom: auto;
}
.ml-auto, .mx-auto {
    margin-left: auto;
}
h1 {
    font-size: 36px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    line-height: 1.25em;
    margin: 0 0 15px;
}
h2 {
    font-size: 32px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    line-height: 1.25em;
    margin: 0 0 15px;
}
h3 {
    font-size: 28px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    line-height: 1.25em;
    margin: 0 0 15px;
}
h4 {
    font-size: 24px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    line-height: 1.25em;
    margin: 0 0 15px;
}
h5 {
    font-size: 20px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    line-height: 1.25em;
    margin: 0 0 15px;
}
h6 {
    font-size: 16px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    line-height: 1.25em;
    margin: 0 0 15px;
}
.rip {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: transparent;
    border: none;
    text-align: center;
    width: auto;
    cursor: pointer;
    outline: inherit;
}
.rip:hover {
    color: inherit;
}
.ripple {
    position: absolute;
    background: rgba(0, 0, 0, .25);
    color: rgba(0, 0, 0, .25)!important;
    border-radius: 100%;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    pointer-events: none;
    -webkit-animation: ripple .75s ease-out;
    animation: ripple .75s ease-out;
}
@-webkit-keyframes ripple {
    from {
    opacity: 1;
}
to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
}
}@keyframes ripple {
    from {
    opacity: 1;
}
to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
}
}.rip-icon {
    padding: 5px;
    width: 50px;
    height: 50px;
}
.rip-icon span {
    pointer-events: none;
    font-size: 24px;
    background: transparent;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    color: #fff;
}
.rip-icon span:before {
    font-family: "Fontawesome"}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="time"] {
    padding: 8px 14px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #ddd;
    outline: 0;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder {
    color: #777;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="time"]:-moz-placeholder {
    color: #777;
}
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="time"]::-moz-placeholder {
    color: #777;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder {
    color: #777;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="time"]:focus {
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
    border-color: #a1a1a1;
}
.nf-form-content .list-select-wrap>div select {
    background: #fff url(../../../../../../../../themes/muzawd/assets/images/select.png) no-repeat left .75rem center!important;
}
select {
    padding: 8px 20px 8px 14px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #ddd;
    outline: 0;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    background: #fff url(../../../../../../../../themes/muzawd/assets/images/select.png) no-repeat left .75rem center;
    background-size: 4px 5px;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}
select::-webkit-input-placeholder {
    color: #777;
}
select:-moz-placeholder {
    color: #777;
}
select::-moz-placeholder {
    color: #777;
}
select:-ms-input-placeholder {
    color: #777;
}
select:focus {
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
    border-color: #a1a1a1;
}
select:focus {
    outline: none;
}
textarea {
    padding: 8px 14px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: 0;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    font-family: inherit;
    width: 100%;
    max-width: 100%;
    height: 120px;
    min-height: 120px;
    line-height: 1.5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
textarea:focus {
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
    border-color: #a1a1a1;
}
textarea::-webkit-input-placeholder {
    color: #777;
}
textarea:-moz-placeholder {
    color: #777;
}
textarea::-moz-placeholder {
    color: #777;
}
textarea:-ms-input-placeholder {
    color: #777;
}
input[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 3px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    margin: 0;
    cursor: pointer;
    border: 0;
    outline: inherit;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
input[type="submit"]:hover {
    background-color: #95a5a6;
}
.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type="checkbox"]+label, input[type="radio"]+label {
    margin-left: 0;
    margin-right: 5px;
}
input[type="checkbox"], input[type="radio"], .input-radio, .input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
    margin-bottom: 0;
}
input[type="checkbox"]:before, input[type="checkbox"]:after, input[type="radio"]:before, input[type="radio"]:after, .input-radio:before, .input-radio:after, .input-checkbox:before, .input-checkbox:after {
    content: ""}
input[type="checkbox"]:after, input[type="radio"]:after, .input-radio:after, .input-checkbox:after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    transition: 240ms;
}
input[type="checkbox"]:disabled:after, input[type="radio"]:disabled:after, .input-radio:disabled:after, .input-checkbox:disabled:after {
    border-color: #ddd;
    cursor: not-allowed;
}
input[type="checkbox"]:disabled:checked:after, input[type="radio"]:disabled:checked:after, .input-radio:disabled:checked:after, .input-checkbox:disabled:checked:after {
    border-color: #ddd;
}
input[type="checkbox"]:disabled:checked:before, input[type="radio"]:disabled:checked:before, .input-radio:disabled:checked:before, .input-checkbox:disabled:checked:before {
    border-color: #999;
}
.input-checkbox:after, input[type="checkbox"]:after {
    border-radius: 2px;
    z-index: 999;
}
.input-checkbox:checked:after, input[type="checkbox"]:checked:after {
    border-color: #ddd;
}
.input-checkbox:checked:before, input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    display: table;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.input-radio:before, input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(10, 1, 1);
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;  
    transition: 240ms;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.input-radio:after, input[type="radio"]:after {
    border-radius: 50%}
.input-radio:checked:before, input[type="radio"]:checked:before {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.input-radio:checked:after, input[type="radio"]:checked:after {
    border-color: #ddd;
}
.input-radio:checked:disabled:before, input[type="radio"]:checked:disabled:before {
    background-color: #ccc;
}
.mt5 {
    margin-top: 5px!important;
}
.pt5 {
    padding-top: 5px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.pb5 {
    padding-bottom: 5px!important;
}
.ml5 {
    margin-left: 5px!important;
}
.pl5 {
    padding-left: 5px!important;
}
.mr5 {
    margin-right: 5px!important;
}
.pr5 {
    padding-right: 5px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.pt10 {
    padding-top: 10px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.ml10 {
    margin-left: 10px!important;
}
.pl10 {
    padding-left: 10px!important;
}
.mr10 {
    margin-right: 10px!important;
}
.pr10 {
    padding-right: 10px!important;
}
.mt15 {
    margin-top: 15px!important;
}
.pt15 {
    padding-top: 15px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.pb15 {
    padding-bottom: 15px!important;
}
.ml15 {
    margin-left: 15px!important;
}
.pl15 {
    padding-left: 15px!important;
}
.mr15 {
    margin-right: 15px!important;
}
.pr15 {
    padding-right: 15px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.pt20 {
    padding-top: 20px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.pb20 {
    padding-bottom: 20px!important;
}
.ml20 {
    margin-left: 20px!important;
}
.pl20 {
    padding-left: 20px!important;
}
.mr20 {
    margin-right: 20px!important;
}
.pr20 {
    padding-right: 20px!important;
}
.mt25 {
    margin-top: 25px!important;
}
.pt25 {
    padding-top: 25px!important;
}
.mb25 {
    margin-bottom: 25px!important;
}
.pb25 {
    padding-bottom: 25px!important;
}
.ml25 {
    margin-left: 25px!important;
}
.pl25 {
    padding-left: 25px!important;
}
.mr25 {
    margin-right: 25px!important;
}
.pr25 {
    padding-right: 25px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.pt30 {
    padding-top: 30px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.pb30 {
    padding-bottom: 30px!important;
}
.ml30 {
    margin-left: 30px!important;
}
.pl30 {
    padding-left: 30px!important;
}
.mr30 {
    margin-right: 30px!important;
}
.pr30 {
    padding-right: 30px!important;
}
.mt35 {
    margin-top: 35px!important;
}
.pt35 {
    padding-top: 35px!important;
}
.mb35 {
    margin-bottom: 35px!important;
}
.pb35 {
    padding-bottom: 35px!important;
}
.ml35 {
    margin-left: 35px!important;
}
.pl35 {
    padding-left: 35px!important;
}
.mr35 {
    margin-right: 35px!important;
}
.pr35 {
    padding-right: 35px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.pt40 {
    padding-top: 40px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
.pb40 {
    padding-bottom: 40px!important;
}
.ml40 {
    margin-left: 40px!important;
}
.pl40 {
    padding-left: 40px!important;
}
.mr40 {
    margin-right: 40px!important;
}
.pr40 {
    padding-right: 40px!important;
}
.mt45 {
    margin-top: 45px!important;
}
.pt45 {
    padding-top: 45px!important;
}
.mb45 {
    margin-bottom: 45px!important;
}
.pb45 {
    padding-bottom: 45px!important;
}
.ml45 {
    margin-left: 45px!important;
}
.pl45 {
    padding-left: 45px!important;
}
.mr45 {
    margin-right: 45px!important;
}
.pr45 {
    padding-right: 45px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.pt50 {
    padding-top: 50px!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.pb50 {
    padding-bottom: 50px!important;
}
.ml50 {
    margin-left: 50px!important;
}
.pl50 {
    padding-left: 50px!important;
}
.mr50 {
    margin-right: 50px!important;
}
.pr50 {
    padding-right: 50px!important;
}
.mt55 {
    margin-top: 55px!important;
}
.pt55 {
    padding-top: 55px!important;
}
.mb55 {
    margin-bottom: 55px!important;
}
.pb55 {
    padding-bottom: 55px!important;
}
.ml55 {
    margin-left: 55px!important;
}
.pl55 {
    padding-left: 55px!important;
}
.mr55 {
    margin-right: 55px!important;
}
.pr55 {
    padding-right: 55px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.pt60 {
    padding-top: 60px!important;
}
.mb60 {
    margin-bottom: 60px!important;
}
.pb60 {
    padding-bottom: 60px!important;
}
.ml60 {
    margin-left: 60px!important;
}
.pl60 {
    padding-left: 60px!important;
}
.mr60 {
    margin-right: 60px!important;
}
.pr60 {
    padding-right: 60px!important;
}
.mt65 {
    margin-top: 65px!important;
}
.pt65 {
    padding-top: 65px!important;
}
.mb65 {
    margin-bottom: 65px!important;
}
.pb65 {
    padding-bottom: 65px!important;
}
.ml65 {
    margin-left: 65px!important;
}
.pl65 {
    padding-left: 65px!important;
}
.mr65 {
    margin-right: 65px!important;
}
.pr65 {
    padding-right: 65px!important;
}
.mt70 {
    margin-top: 70px!important;
}
.pt70 {
    padding-top: 70px!important;
}
.mb70 {
    margin-bottom: 70px!important;
}
.pb70 {
    padding-bottom: 70px!important;
}
.ml70 {
    margin-left: 70px!important;
}
.pl70 {
    padding-left: 70px!important;
}
.mr70 {
    margin-right: 70px!important;
}
.pr70 {
    padding-right: 70px!important;
}
.mt75 {
    margin-top: 75px!important;
}
.pt75 {
    padding-top: 75px!important;
}
.mb75 {
    margin-bottom: 75px!important;
}
.pb75 {
    padding-bottom: 75px!important;
}
.ml75 {
    margin-left: 75px!important;
}
.pl75 {
    padding-left: 75px!important;
}
.mr75 {
    margin-right: 75px!important;
}
.pr75 {
    padding-right: 75px!important;
}
.mt80 {
    margin-top: 80px!important;
}
.pt80 {
    padding-top: 80px!important;
}
.mb80 {
    margin-bottom: 80px!important;
}
.pb80 {
    padding-bottom: 80px!important;
}
.ml80 {
    margin-left: 80px!important;
}
.pl80 {
    padding-left: 80px!important;
}
.mr80 {
    margin-right: 80px!important;
}
.pr80 {
    padding-right: 80px!important;
}
.mt85 {
    margin-top: 85px!important;
}
.pt85 {
    padding-top: 85px!important;
}
.mb85 {
    margin-bottom: 85px!important;
}
.pb85 {
    padding-bottom: 85px!important;
}
.ml85 {
    margin-left: 85px!important;
}
.pl85 {
    padding-left: 85px!important;
}
.mr85 {
    margin-right: 85px!important;
}
.pr85 {
    padding-right: 85px!important;
}
.mt90 {
    margin-top: 90px!important;
}
.pt90 {
    padding-top: 90px!important;
}
.mb90 {
    margin-bottom: 90px!important;
}
.pb90 {
    padding-bottom: 90px!important;
}
.ml90 {
    margin-left: 90px!important;
}
.pl90 {
    padding-left: 90px!important;
}
.mr90 {
    margin-right: 90px!important;
}
.pr90 {
    padding-right: 90px!important;
}
.mt95 {
    margin-top: 95px!important;
}
.pt95 {
    padding-top: 95px!important;
}
.mb95 {
    margin-bottom: 95px!important;
}
.pb95 {
    padding-bottom: 95px!important;
}
.ml95 {
    margin-left: 95px!important;
}
.pl95 {
    padding-left: 95px!important;
}
.mr95 {
    margin-right: 95px!important;
}
.pr95 {
    padding-right: 95px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.pt100 {
    padding-top: 100px!important;
}
.mb100 {
    margin-bottom: 100px!important;
}
.pb100 {
    padding-bottom: 100px!important;
}
.ml100 {
    margin-left: 100px!important;
}
.pl100 {
    padding-left: 100px!important;
}
.mr100 {
    margin-right: 100px!important;
}
.pr100 {
    padding-right: 100px!important;
}
.mt110 {
    margin-top: 110px!important;
}
.pt110 {
    padding-top: 110px!important;
}
.mb110 {
    margin-bottom: 110px!important;
}
.pb110 {
    padding-bottom: 110px!important;
}
.ml110 {
    margin-left: 110px!important;
}
.pl110 {
    padding-left: 110px!important;
}
.mr110 {
    margin-right: 110px!important;
}
.pr110 {
    padding-right: 110px!important;
}
.mt120 {
    margin-top: 120px!important;
}
.pt120 {
    padding-top: 120px!important;
}
.mb120 {
    margin-bottom: 120px!important;
}
.pb120 {
    padding-bottom: 120px!important;
}
.ml120 {
    margin-left: 120px!important;
}
.pl120 {
    padding-left: 120px!important;
}
.mr120 {
    margin-right: 120px!important;
}
.pr120 {
    padding-right: 120px!important;
}
.mt130 {
    margin-top: 130px!important;
}
.pt130 {
    padding-top: 130px!important;
}
.mb130 {
    margin-bottom: 130px!important;
}
.pb130 {
    padding-bottom: 130px!important;
}
.ml130 {
    margin-left: 130px!important;
}
.pl130 {
    padding-left: 130px!important;
}
.mr130 {
    margin-right: 130px!important;
}
.pr130 {
    padding-right: 130px!important;
}
@media (max-width:992px) {
    .mpt40 {
    padding-top: 40px!important;
}
}.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../../../../../themes/muzawd/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%}
.owl-carousel:not(.owl-loaded) {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-stage-outer::after {
    width: 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
}
/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.nf-form-cont {
    color: #333;
}
.nf-form-cont .nf-form-fields-required {
    margin-bottom: 10px;
    font-size: 12px;
    display: none;
}
.nf-form-cont .nf-error-msg {
    font-size: 12px;
    color: #c90000;
    text-align: center;
    margin: 0!important;
}
.nf-form-cont h3 {
    font-size: 16px;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 0;
}
.nf-form-cont .nf-field-container {
    margin-bottom: 10px;
    position: relative;
}
.nf-form-cont .nf-field-element {
    position: relative;
}
.nf-form-cont .nf-field-element:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'fontawesome';
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    z-index: 10;
    color: #777;
}
.nf-form-cont .nf-field-element:focus:before, .nf-form-cont .nf-field-element:hover:before {
    color: #00a6d2;
}
.nf-form-cont .td-name .nf-field-element:before {
    content: "\f007"}
.nf-form-cont .td-phone .nf-field-element:before {
    content: "\f095"}
.nf-form-cont .td-email .nf-field-element:before {
    content: "\f0e0"}
.nf-form-cont .td-address .nf-field-element:before {
    content: "\f279"}
.nf-form-cont .td-subject .nf-field-element:before {
    content: "\f15c"}
.nf-form-cont .nf-field-label label {
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
}
.nf-form-cont .nf-field-element input {
    background-color: #fff;
    border: 0;
    border-radius: 100px;
    padding: 15px 20px;
    outline: inherit;
    color: #333;
}
.nf-form-cont .nf-field-element input:focus {
    background-color: #eee;
}
.nf-form-cont .nf-field-element input::-webkit-input-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element input:-moz-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element input::-moz-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element input:-ms-input-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element select {
    background-color: #fff;
    border: 0;
    border-radius: 100px;
    padding: 0 20px;
    outline: inherit;
    color: #333;
    font-size: 13px;
}
.nf-form-cont .nf-field-element select:focus {
    background-color: #eee;
}
.nf-form-cont .nf-field-element textarea {
    background-color: #fff;
    border: 0;
    height: 100px!important;
    outline: inherit;
    color: #333;
}
.nf-form-cont .nf-field-element textarea:focus {
    background-color: #eee;
}
.nf-form-cont .nf-field-element textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element textarea:-moz-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element textarea::-moz-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element textarea:-ms-input-placeholder {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.nf-form-cont .nf-field-element input[type=button] {
    background-color: #00a6d2;
    color: #fff;
    padding: 6px 25px;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
    cursor: pointer;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 14px;
}
.nf-form-cont .nf-field-element input[type=button]:hover {
    background-color: #01405c;
    color: #fff;
}
.nf-form-cont .nf-field-element hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #fff!important;
    border: 2px solid #eee!important;
    border-radius: 100px!important;
}
.nf-form-cont .nf-field-element textarea {
    border-radius: 5px!important;
}
.nf-form-cont .nf-field-element textarea, .nf-form-cont .nf-field-element select, .nf-form-content input:not([type=button]) {
    background-color: #fff!important;
    border: 2px solid #eee!important;
    font-family: "TheSans-Plain", Georgia, sans-serif;
}
.nf-form-cont .nf-field-element textarea:hover, .nf-form-cont .nf-field-element select:hover, .nf-form-content input:not([type=button]):hover {
    border-color: #00a6d2!important;
}
.nf-error.field-wrap .nf-field-element:after {
    right: inherit!important;
    left: 0!important;
    top: 0!important;
    z-index: 1050!important;
    height: 45px!important;
    width: 45px!important;
    line-height: 45px!important;
}
.nf-form-content {
    max-width: 800px!important;
    margin: 0 auto;
}
.nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths {
    width: 48.717948717948715%}
.nf-form-cont .one-half {
    float: right!important;
    margin-left: 0%!important;
    margin-right: 2.564102564102564%!important;
}
@media (max-width:992px) {
    .nf-form-cont .one-half {
    margin-right: 0!important;
}
}.nf-form-cont .first {
    margin-right: 0%!important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 45px!important;
}
.nf-field-element h3 {
    margin-bottom: 20px;
    font-size: 18px;
}
.mm-breadcrumbs {
    padding: 13px;
    margin: 20px 0 40px;
    background-color: #01405c;
    border-radius: 3px;
}
.mm-breadcrumbs .breadcrumbs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.mm-breadcrumbs .breadcrumbs-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 1.2;
}
.mm-breadcrumbs .breadcrumbs-list .separator {
    font-size: 12px;
    color: #fff;
}
.mm-breadcrumbs .breadcrumbs-list .bread-parent, .mm-breadcrumbs .breadcrumbs-list .bread-home, .mm-breadcrumbs .breadcrumbs-list .item-cat a {
    color: #fff;
}
.mm-breadcrumbs .breadcrumbs-list .bread-parent:hover, .mm-breadcrumbs .breadcrumbs-list .bread-home:hover, .mm-breadcrumbs .breadcrumbs-list .item-cat a:hover {
    color: #95a5a6;
}
.mm-breadcrumbs .breadcrumbs-list .item-current {
    color: #fff;
}
.mm-breadcrumbs .breadcrumbs-list .item-current .bread-current {
    font-weight: 400;
}
.mm-breadcrumbs .breadcrumbs-list .bread-home i {
    margin-right: 5px;
}
.widget_product_categories ul li, .widget_archive ul li, .widget_categories ul li {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget_product_categories ul li a, .widget_archive ul li a, .widget_categories ul li a {
    border: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.widget_product_categories ul li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover {
    background-color: transparent;
}
.widget_product_categories ul li::before, .widget_archive ul li::before, .widget_categories ul li::before {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: .25em 15px;
}
.widget_product_categories ul li .count, .widget_product_categories ul li .post-count, .widget_archive ul li .count, .widget_archive ul li .post-count, .widget_categories ul li .count, .widget_categories ul li .post-count {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #777;
    text-align: center;
}
.widget_product_categories ul li ul, .widget_archive ul li ul, .widget_categories ul li ul {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 10px;
    border-left: 2px solid #eee;
    margin: 5px 0;
}
.widget-area .widget_search {
    background-color: #34495e;
    padding: 5px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width:1280px) {
    .widget-area .widget_search {
    display: none;
}
}.widget-area .widget_search .widget-title {
    display: none;
}
.widget-area .widget_search:hover {
    background-color: #eee;
}
.widget-area .widget_search .widget-inner {
    padding: 0 5px;
}
.search-form {
    position: relative;
}
.search-form input[type="search"] {
    width: 100%;
    padding: 15px 60px 15px 15px;
    outline: inherit;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    border: 2px solid #fff;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-form input[type="search"]:focus {
    border: 2px solid #fff;
}
.search-form input[type="search"]::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.search-form input[type="search"]:-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.search-form input[type="search"]::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.search-form input[type="search"]:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.search-form .search-form-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 20px;
    background-color: transparent;
    color: #333;
    outline: inherit;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}
.widget {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px;
}
.widget:last-child {
    margin-bottom: 0;
}
@media (max-width:992px) {
    .widget {
    margin-bottom: 10px;
    padding: 15px;
}
}.widget .widget-inner .widget-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.widget .widget-inner .widget-title:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2f34;
}
.widget .widget-inner .widget-title:after {
    content: "";
    background: #2c2f34;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
@media (max-width:992px) {
    .widget .widget-inner .widget-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    cursor: pointer;
}
.widget .widget-inner .widget-title:before, .widget .widget-inner .widget-title:after {
    display: none;
}
.widget .widget-inner .widget-title:hover .dropdown, .widget .widget-inner .widget-title:hover h4 {
    color: #00a6d2;
}
}.widget .widget-inner .widget-title h4 {
    font-size: 18px;
    margin-bottom: 0;
}
@media (max-width:992px) {
    .widget .widget-inner .widget-title h4 {
    display: inline-block;
}
}.widget .widget-inner .widget-title .dropdown {
    display: none;
}
@media (max-width:992px) {
    .widget .widget-inner .widget-title .dropdown {
    display: inline-block;
    margin-right: 10px;
}
}.widget .widget-inner .widget-warp ul li a {
    display: block;
    padding: 4px 0;
}
.widget .widget-inner .widget-warp ul li .sub-menu {
    display: none;
}
@media (max-width:992px) {
    .widget .widget-warp {
    display: none;
}
}.widget .widget-on {
    display: block;
}
.category-list {
    margin-bottom: 40px;
    width: 100%}
.category-list .cat-item {
    display: inline-block;
    width: 20%}
@media (max-width:992px) {
    .category-list .cat-item {
    width: 50%}
}.category-list .cat-item .cat-inner {
    text-align: center;
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-list .cat-item .cat-inner img {
    width: 100px;
    margin: 0 auto;
}
.category-list .cat-item .cat-inner .cat-title {
    font-size: 18px;
    display: block;
}
.category-list .cat-item:hover .cat-inner {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .09);
}
.article-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.article-block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.article-block .article-inner {
    display: inline-block;
    background: #fff;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}
.article-block .article-inner:hover img {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}
.article-block .article-inner .post-thumbnail {
    position: relative;
    overflow: hidden;
}
@media (max-width:992px) {
    .article-block .article-inner .post-thumbnail {
    margin-bottom: 15px;
}
}.article-block .article-inner .post-thumbnail img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width:992px) {
    .article-block .article-inner .post-thumbnail img {
    width: 100%}
}.article-block .article-inner .post-thumbnail .post-category {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
}
.article-block .article-inner .post-thumbnail .post-category a {
    color: #fff;
    background-color: #01405c;
    font-size: 12px;
    padding: 0 6px;
    display: inline-block;
}
.article-block .article-inner .post-thumbnail .post-category a:hover {
    background-color: #00cdc4;
}
.article-block .article-inner .item-inner .post-time {
    font-size: 12px;
    color: #777;
}
.article-block .article-inner .item-inner .post-time:before {
    content: "\f017";
    font-family: "Fontawesome";
    display: inline;
    margin-left: 5px;
}
.article-block .article-inner .item-inner .post-title {
    margin-bottom: 10px;
}
.article-block .article-inner .item-inner .post-title h3 {
    font-size: 18px;
    margin: 0;
}
.article-block .article-inner .item-inner .post-excerpt p {
    color: #777;
    margin: 0;
}
@media only screen and (min-width:321px) and (max-width:768px) {
    .masonry {
    -webkit-column-count: 1;
    column-count: 1;
}
}#mm_loadmore {
    background-color: #00a6d2;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width:1280px) {
    #mm_loadmore {
    margin-bottom: 30px;
}
}.rand-posts {
    text-align: center;
}
.rand-posts .rand-items {
    display: table-cell;
    width: 33.33333333333333%;
    height: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.rand-posts .rand-items:hover .post-thumbnail:before {
    background-color: rgba(0, 0, 0, .5);
}
.rand-posts .rand-items:hover img {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}
.rand-posts .rand-items .post-thumbnail {
    position: relative;
    z-index: 0;
}
.rand-posts .rand-items .post-thumbnail img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rand-posts .rand-items .post-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rand-posts .rand-items .post-meta {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
}
.rand-posts .rand-items .post-meta .post-category {
    display: block;
    margin-bottom: 10px;
}
.rand-posts .rand-items .post-meta .post-category a {
    color: #fff;
    background-color: #00a6d2;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 3px;
    display: inline-block;
}
.rand-posts .rand-items .post-meta .post-category a:hover {
    background-color: #00cdc4;
}
.rand-posts .rand-items .post-meta .post-time {
    color: #fff;
    font-size: 12px;
}
.rand-posts .rand-items .post-meta .post-title h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.rand-posts .rand-items .post-meta .post-title h3 a {
    color: #fff;
}
.rand-posts .rand-items .post-meta .post-title h3 a:hover {
    text-decoration: underline;
}
#single-bg {
    background-position: top center;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    background-attachment: fixed;
    background-size: 100% 100%}
#single-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-block {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
}
@media (max-width:992px) {
    .single-block {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0);
}
}.single-block .single-top {
    color: #777;
    padding: 30px 30px 0;
}
@media (max-width:992px) {
    .single-block .single-top {
    padding: 10px 0 0;
}
}.single-block .single-top a {
    color: #777;
}
.single-block .single-top span {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-block .single-top .post-category:before, .single-block .single-top .post-time:before, .single-block .single-top .post-view:before {
    content: "\f017";
    font-family: "Fontawesome";
    display: inline;
    margin-left: 5px;
    font-weight: 400;
}
.single-block .single-top .post-category:before {
    content: "\f07b"}
.single-block .single-top .post-view:before {
    content: "\f06e"}
.single-block .single-top .entry-title {
    margin: 10px 0 0;
    padding-right: 20px;
    position: relative;
}
.single-block .single-top .entry-title:before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00a6d2;
}
@media (max-width:992px) {
    .single-block .single-top .entry-title {
    font-size: 24px;
}
}.single-block .post-inner {
    padding: 20px 30px;
}
@media (max-width:992px) {
    .single-block .post-inner {
    padding: 10px 0;
}
}.single-block .post-inner h1, .single-block .post-inner h2, .single-block .post-inner h3, .single-block .post-inner h4, .single-block .post-inner h5 {
    margin: 15px 0;
}
.single-block .post-inner blockquote {
    border-left: none;
    padding: 30px 60px;
    margin: 20px 0 0;
}
@media (max-width:992px) {
    .single-block .post-inner blockquote {
    padding: 20px 40px;
}
}.single-block .post-inner blockquote p {
    font-family: "TheSans-Plain", Georgia, sans-serif;
    font-size: 21px;
    font-style: italic;
    line-height: 1.2;
    color: #000;
    position: relative;
    margin: 5px 0;
}
.single-block .post-inner blockquote p:first-child:before {
    content: "\f10e";
    font-family: "Fontawesome";
    color: #ececec;
    font-size: 60px;
    position: absolute;
    top: -30px;
    right: -30px;
    text-shadow: none;
    z-index: -300;
}
.single-block .post-inner cite {
    color: #95a5a6;
    font-style: normal;
}
.single-block .post-inner cite:before {
    content: "-";
    margin-right: 4px;
}
.single-block .post-inner .wp-block-button__link {
    font-size: 14px;
    padding: 8px 25px;
    font-weight: 700;
}
.single-block .post-inner .wp-block-button__link:hover {
    background-color: #00a6d2;
}
.single-block .post-inner .wp-block-pullquote {
    padding: 0;
}
.single-block .post-inner .wp-block-separator {
    margin: 30px 0;
}
.post-navigation {
    text-align: center;
    padding: 0 15px;
}
@media (max-width:992px) {
    .post-navigation {
    padding: 0;
}
}.post-navigation .nav-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-navigation .nav-links .nav-previous a:before, .post-navigation .nav-links .nav-next a:after {
    content: "\f104";
    font-family: "Fontawesome";
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #333;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.post-navigation .nav-links .nav-previous a:before {
    content: "\f105";
    margin-left: 10px;
}
.post-navigation .nav-links .nav-next a:after {
    margin-right: 10px;
}
#comments {
    background-color: #f6f6f6;
    padding: 30px;
}
@media (max-width:992px) {
    #comments {
    padding: 0 0 20px;
    background-color: #fff;
}
}#comments .comment-notes, #comments .comment-reply-title {
    text-align: center;
}
#comments input[type="submit"] {
    background-color: #00a6d2;
    border-radius: 100px;
}
#comments input[type="submit"]:hover {
    background-color: #01405c;
}
.social-share {
    margin-top: 30px;
}
.social-share .social-share-title {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 14px;
}
.social-share .social-share-title:before {
    content: "\f1e0";
    font-family: "Fontawesome";
    display: inline;
    margin-left: 5px;
    font-weight: 400;
}
.social-share a {
    text-align: center;
    color: #fff;
    padding: 10px;
}
@media (max-width:992px) {
    .social-share a {
    font-size: 0;
}
}.social-share a .fa {
    font-size: 14px;
    margin-right: 10px;
}
.social-share a:hover {
    color: #fff;
}
.social-share .facebook {
    background-color: #3b5998;
}
.social-share .facebook:hover {
    background-color: #2d4373;
}
.social-share .twitter {
    background-color: #1da1f2;
}
.social-share .twitter:hover {
    background-color: #115d8c;
}
.social-share .pinterest {
    background-color: #bd081c;
}
.social-share .pinterest:hover {
    background-color: #9f0718;
}
.social-share .tumblr {
    background-color: #35465d;
}
.social-share .tumblr:hover {
    background-color: #263242;
}
.post-bottom {
    margin-top: 30px;
}
.post-bottom:before {
    content: "\f02c";
    font-family: "Fontawesome";
    display: inline;
    margin-left: 5px;
    font-weight: 400;
}
.post-bottom a {
    color: #95a5a6;
    background-color: #ecf0f1;
    text-decoration: none;
    border-radius: 3px;
    padding: 6px 10px;
    margin-right: 3px;
    font-size: 8pt;
}
.post-bottom a:hover {
    background-color: #333;
    color: #fff;
}
.post-load {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-top: 40px;
}
.single-author {
    margin-top: 10px;
}
@media (max-width:992px) {
    .single-author {
    display: inline-block!important;
}
}.single-author .author-avatar {
    display: inline-block!important;
    margin: 0!important;
}
.single-author .author-avatar img {
    border-radius: 100%;
    vertical-align: middle;
}
.single-author .author-name {
    display: inline-block!important;
}
@media (max-width:992px) {
    .post-time-m {
    display: inline-block!important;
}
}html, body {
    height: 100%}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    color: #111;
    line-height: 1.9;
    margin: 0;
    font-size: 14px;
}
#mm_content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#mm_footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blue {
    color: #00a6d2;
}
.green {
    color: #00cdc4;
}
#overLay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    border: none;
    cursor: url(../../../../../../../../themes/muzawd/assets/svg/close.svg) 30 15, auto;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
@media (max-width:992px) {
    .m-order-first {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
}@media (max-width:992px) {
    .m-order-last {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
}.row-fluid {
    margin: 0;
}
.row-fluid div {
    padding: 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}
a {
    color: #111;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}
a:hover {
    color: #00a6d2;
}
.bold {
    font-weight: 700;
}
.lighter {
    font-weight: lighter;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.gray-bg {
    background-color: #f9f9f9;
}
.black-bg {
    background-color: #273f5b;
}
.white {
    color: #fff;
}
@media (max-width:992px) {
    .mobile-none {
    display: none;
}
}.large-none {
    display: none;
}
@media (max-width:992px) {
    .large-none {
    display: block;
}
}@media (max-width:992px) {
    .mobile-center {
    text-align: center;
}
}.mb0 {
    margin-bottom: 0!important;
}
.ohidden {
    overflow: hidden;
}
.mm-social {
    text-align: center;
}
@media (max-width:992px) {
    .mm-social {
    margin-top: 15px;
}
}.mm-social li {
    display: inline-block;
    margin: 0 3px;
}
@media (max-width:992px) {
    .mm-social li {
    float: inherit;
    display: inline-block;
}
}.mm-social li a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 100%}
.mm-social li:last-child a {
    margin-right: 0;
}
.facebook-icon {
    color: #fff;
    background-color: #3b5998!important;
}
.facebook-icon:hover {
    background-color: #1877f2!important;
    color: #fff;
}
.twitter-icon {
    color: #fff;
    background-color: #1da1f2!important;
}
.twitter-icon:hover {
    background-color: #aab8c2!important;
    color: #fff;
}
.instagram-icon {
    color: #fff;
    background-color: #c32aa3!important;
}
.instagram-icon:hover {
    background-color: #7232bd!important;
    color: #fff;
}
.behance-icon {
    color: #fff;
    background-color: #0057ff!important;
}
.behance-icon:hover {
    background-color: #191414!important;
    color: #fff;
}
.dribbble-icon {
    color: #fff;
    background-color: #ea4c89!important;
}
.dribbble-icon:hover {
    background-color: #c32361!important;
    color: #fff;
}
.linkedin-icon {
    color: #fff;
    background-color: #0077b5!important;
}
.linkedin-icon:hover {
    background-color: #283e4a!important;
    color: #fff;
}
.pattern {
    position: relative;
    overflow: hidden;
}
.pattern:before {
    content: "";
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/logo-right.svg);
    content: "";
    width: 668px;
    height: 799px;
    position: absolute;
    top: 20%;
    right: -334px;
    background-repeat: no-repeat;
    z-index: -1;
}
.pattern:after {
    content: "";
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/logo-left.svg);
    content: "";
    width: 668px;
    height: 799px;
    position: absolute;
    top: 50%;
    left: -334px;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width:992px) {
    .pattern: before, .pattern:after {
    display: none;
}
}@media (max-width:992px) {
    .mobmb30 {
    margin-bottom: 30px;
}
}.icon-list .t-list {
    padding-right: 39px;
    position: relative;
}
.icon-list .t-list:before {
    content: "\f00c";
    font-family: "Fontawesome";
    border: 2px solid #ea222b;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    border-radius: 100%;
    color: #ea222b;
    position: absolute;
    top: 5px;
    right: 0;
}
.icon-list .t-list .t-heading {
    font-size: 18px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    margin-bottom: 5px;
}
.icon-list .t-list .t-desc {
    margin: 0;
    color: #838a8f;
}
.box-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-icon .b-icon {
    text-align: center;
    -webkit-box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    padding: 10px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    line-height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    margin-left: 20px;
}
.box-icon .b-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.box-icon .b-meta .b-heading {
    font-size: 18px;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    margin-bottom: 10px;
}
.box-icon .b-meta .b-desc {
    margin: 0;
    color: #838a8f;
}
.heading h1 {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #01405c;
    font-size: 32px;
}
.heading h1 strong {
    font-family: "TheSans-Plain", Georgia, sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #00a6d2;
}
.heading h2 {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #01405c;
}
.heading h2 strong {
    font-family: "TheSans-Plain", Georgia, sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #00a6d2;
}
.heading>.desc {
    width: 50%;
    margin: 0 auto;
}
@media (max-width:992px) {
    .heading>.desc {
    width: 100%}
}.desc {
    color: #838a8f;
    line-height: 1.7;
    font-size: 14px;
}
.short-desc {
    color: #777;
    line-height: 1.9;
}
.contact-num a {
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 1px;
}
.contact-num span {
    margin: 0 10px;
}
.contact-form .nf-form-wrap {
    margin: 0 200px;
}
@media (max-width:992px) {
    .contact-form .nf-form-wrap {
    margin: 0;
}
}.contact-form .nf-form-fields-required {
    display: none;
}
.contact-form .nf-form-content {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    padding: 20px 20px;
}
.contact-form .nf-form-content:before {
    content: "";
    width: 300px;
    height: 300px;
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/contact-left.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 75px;
    left: -150px;
    z-index: -1;
}
.contact-form .nf-form-content:after {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/contact-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    right: -160px;
    z-index: -1;
}
.newletters {
    background-color: #01405c;
    position: relative;
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/newsletters.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95%;
    padding: 30px 20px;
    overflow: hidden;
}
@media (max-width:992px) {
    .newletters {
    background-image: none;
    padding: 30px 20px;
}
}.newletters .newsletters-form {
    margin-right: 230px;
}
@media (max-width:992px) {
    .newletters .newsletters-form {
    margin-right: 0;
    text-align: center;
}
}.newletters .newsletters-form h2 {
    color: #fff;
    margin-bottom: 0;
}
@media (max-width:992px) {
    .newletters .newsletters-form h2 {
    font-size: 24px;
}
}.newletters .newsletters-form .desc {
    color: #fff;
    margin-top: 0;
}
.newletters .newsletters-form input[type="email"] {
    width: 280px;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    border-top-right-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 0;
    border: 0;
    font-family: "TheSans-Plain", Georgia, sans-serif;
    margin-bottom: 0;
    padding: 10px 20px;
}
.newletters .newsletters-form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}
.newletters .newsletters-form input[type="email"]:-moz-placeholder {
    color: #fff;
}
.newletters .newsletters-form input[type="email"]::-moz-placeholder {
    color: #fff;
}
.newletters .newsletters-form input[type="email"]:-ms-input-placeholder {
    color: #fff;
}
@media (max-width:992px) {
    .newletters .newsletters-form input[type="email"] {
    width: 100%}
}.newletters .newsletters-form input[type="submit"] {
    background-color: #00cdc4;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
}
.newletters .newsletters-form input[type="submit"]:hover {
    background-color: #00a6d2;
}
.importance .box h3 {
    font-family: "TheSans-Plain", Georgia, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    color: #111;
}
.importance .box .short-desc {
    margin: 0;
}
@media (max-width:992px) {
    .importance .text-left {
    text-align: right;
}
}.mm-calltoaction {
    background-image: url(../../../../../../../../themes/muzawd/assets/images/call-to-action-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #00cdc4;
    color: #fff;
}
.mm-calltoaction .cta-inner {
    position: relative;
}
.mm-calltoaction .cta-inner .cta-meta {
    padding-right: 300px;
    position: relative;
    z-index: 1;
}
@media (max-width:992px) {
    .mm-calltoaction .cta-inner .cta-meta {
    padding-right: 0;
}
}.mm-calltoaction .cta-inner .cta-meta h2 {
    color: #fff;
}
.mm-calltoaction .cta-inner .cta-meta .desc {
    color: #fff;
    font-size: 16px;
}
.mm-calltoaction .cta-inner .cta-img {
    width: 700px;
    height: auto;
    position: absolute;
    bottom: -140px;
    right: -120px;
    z-index: 0;
}
@media (max-width:992px) {
    .mm-calltoaction .cta-inner .cta-img {
    display: none;
}
}.mm-calltoaction .cta-inner .serv-contact, .mm-calltoaction .cta-inner .serv-details {
    background-color: #01405c;
    color: #fff;
    padding: 8px 21px;
    border-radius: 100px;
    border: 2px solid #01405c;
}
.mm-calltoaction .cta-inner .serv-contact:hover, .mm-calltoaction .cta-inner .serv-details:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.mm-calltoaction .cta-inner .serv-contact {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.mm-calltoaction .cta-inner .serv-contact:hover {
    background-color: #01405c;
    border-color: #01405c;
}
.mm-header {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 57px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 57px 0 rgba(0, 0, 0, .05);
}
.mm-header .header-wrapper .site-logo {
    display: inline-block;
}
@media (max-width:992px) {
    .mm-header .header-wrapper .site-logo {
    margin: 15px 0;
}
.mm-header .header-wrapper .site-logo .logo-white {
    display: none!important;
}
}.mm-header .header-wrapper .site-logo img {
    max-width: 100%;
    height: 50px;
    vertical-align: middle;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.mm-header .header-wrapper .site-logo h1 {
    font-size: 0;
    margin-bottom: 0;
}
.mm-header .header-wrapper .site-logo .logo-sticky {
    display: none;
}
.logo-on {
    display: inline-block!important;
}
.logo-off {
    display: none!important;
}
.default-logo {
    margin: 15px 0;
}
.sticky-opt {
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    top: -120px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
}
.sticky-on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children {
    margin-right: 10px;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children>a {
    padding-right: 5px;
}
.mm-main-nav .mm-primary-menu>li {
    float: left;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: relative;
}
.mm-main-nav .mm-primary-menu>li>a {
    display: inline-block;
    padding: 25px 15px;
    color: #111;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}
.mm-main-nav .mm-primary-menu>li>a:before {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #00a6d2;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mm-main-nav .mm-primary-menu>li>a:hover {
    color: #00a6d2;
}
.mm-main-nav .mm-primary-menu>li>a:hover:before {
    width: 30%}
.mm-main-nav .mm-primary-menu>li:hover .arrow {
    color: #00a6d2;
}
.mm-main-nav .mm-primary-menu .current-menu-item>a {
    color: #00a6d2!important;
}
.mm-main-nav .mm-primary-menu .current-menu-item>a:before {
    content: "";
    width: 30%;
    height: 3px;
    background-color: #00a6d2;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu {
    min-width: 16em;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: -35%;
    padding: 10px 0;
    list-style-type: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 1050;
    -webkit-box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    content: "\f105";
    position: absolute;
    top: 25%;
    right: 25px;
    font-family: "Fontawesome";
    font-size: 11px;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .current-menu-item>a:before {
    display: none;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item {
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #f6f6f6;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item:last-child {
    border-bottom: 0;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item a:hover {
    color: #00a6d2;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item .sub-menu {
    padding: 10px 0;
    top: -10px;
    left: 100%;
    right: auto;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children>a:after {
    right: 5px;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .sub-menu .menu-item .sub-menu .sub-menu {
    top: 0;
}
.mm-main-nav .mm-primary-menu>.menu-item-has-children .menu-item-description {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #bdc3c7;
}
.mm-main-nav .mm-primary-menu li:nth-last-child(2) .sub-menu {
    left: inherit!important;
    right: -35px!important;
}
.mm-main-nav .mm-primary-menu li:nth-last-child(2) .sub-menu .sub-menu {
    left: inherit!important;
    right: 100%!important;
}
.mm-main-nav .mm-primary-menu li:nth-last-child(2) .sub-menu .sub-menu .menu-item-has-children>a:after {
    right: 5px;
}
.menu-active {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important;
}
.mobile-search, .open-nav {
    padding: 15px;
    font-size: 16px;
}
#mm_mobile_nav .mobile-nav-inner {
    position: relative;
    padding: 30px 0;
}
#mm_mobile_nav .mobile-nav-inner .close-nav {
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}
#mm_mobile_nav .mobile-nav-inner .mob-social .mm-social {
    margin-top: 0;
    margin-bottom: 10px;
}
#mm_mobile_nav .mobile-nav-inner .mob-social .mm-social li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu>.menu-item-has-children {
    position: relative;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu>.menu-item-has-children .arrow {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: 0;
    right: 0;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu>li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu>li>a {
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    color: #111;
    font-size: 14px;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu>li>a:hover {
    color: #00a6d2;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .current-menu-item a {
    color: #777;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .sub-menu {
    padding: 0;
    display: none;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .sub-menu:last-child {
    border-bottom: 0;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .sub-menu li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .sub-menu li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .sub-menu li:last-child {
    border-bottom: 0;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .sub-menu li a {
    font-size: 14px;
    padding: 8px 20px;
    color: #777;
    display: block;
}
#mm_mobile_nav .mobile-nav-inner .mm-secondary-menu .sub-menu li a:hover {
    color: #00a6d2;
}
.mm-mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 20%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width:992px) {
    .mm-mobile-nav {
    width: 80%}
}.is-open-left {
    opacity: 1;
    visibility: visible;
    left: 0%}
.search-box {
    width: 100%;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1040;
    padding: 0;
    -webkit-box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, .05);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (max-width:992px) {
    .search-box .container {
    padding: 0;
}
}.search-box .search-inner {
    position: relative;
}
.search-box .search-inner .close-search {
    position: absolute;
    top: 20px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    background-color: #eee;
    color: #111;
    z-index: 500;
}
@media (max-width:992px) {
    .search-box .search-inner .close-search {
    left: 10px;
}
}.search-box .search-inner input[type="search"] {
    width: 100%;
    border: 0;
    outline: inherit;
    background-color: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 40px 30px;
}
.search-box .search-inner input[type="search"]:focus {
    border: 0;
}
.search-box .search-inner .search-form-submit {
    background-color: #00a6d2;
    padding: 0 30px;
    color: #fff;
    border: 0;
    font-size: 16px;
    outline: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-box-on {
    top: 0;
}
.shopping-cart-icon {
    color: #111;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
    padding: 25px 0;
}
.shopping-cart-icon:hover {
    color: #00a6d2;
}
.shopping-cart-icon i {
    margin-right: 5px;
}
.shopping-cart-icon .shopping-cart-box {
    display: none;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1050;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .05);
    text-transform: none;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__empty-message {
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.shopping-cart-icon .shopping-cart-box .attachment-woocommerce_thumbnail, .shopping-cart-icon .shopping-cart-box .wp-post-image {
    width: 44px!important;
    height: 44px!important;
    margin-left: 10px!important;
    border: 1px solid #eee;
    float: right;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart li {
    border-bottom: 1px solid #eee;
    padding: 10px 30px 10px 0;
    position: relative;
    line-height: 1.5;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart li a {
    font-weight: normal!important;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart li a:hover {
    color: #00a6d2;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart li:last-child {
    border-bottom: 0;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart li .quantity {
    color: #777;
    display: block;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart li .remove {
    position: absolute;
    top: 10px;
    right: 0;
    color: #00a6d2!important;
    line-height: 1em;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__total {
    text-align: center;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__total strong {
    color: #00a6d2;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__total .amount {
    color: #01405c;
    font-weight: 600;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__buttons {
    margin-top: 15px;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__buttons .button {
    padding: 10px 15px;
    background-color: #00a6d2;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__buttons .button:hover {
    background-color: #01405c;
    color: #fff;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__buttons .checkout {
    background-color: #01405c;
    color: #fff;
}
.shopping-cart-icon .shopping-cart-box .woocommerce-mini-cart__buttons .checkout:hover {
    background-color: #00a6d2;
    color: #fff;
}
.header-btn {
    background-color: #00a6d2;
    color: #fff;
    padding: 6px 21px;
    border-radius: 100px;
    border: 2px solid #00a6d2;
}
.header-btn:hover {
    background-color: #01405c;
    border: 2px solid #01405c;
    color: #fff;
}
.front-page-header {
    background-color: #01405c;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.front-page-header .mm-main-nav .mm-primary-menu>li>a {
    color: #fff;
}
.front-page-header .mm-main-nav .mm-primary-menu>li>a:hover {
    color: #00a6d2;
}
.front-page-header .arrow {
    color: #fff;
}
.front-page-header .header-btn {
    background-color: transparent;
    color: #fff;
    padding: 6px 21px;
    border-radius: 100px;
    border: 2px solid #fff;
}
.front-page-header .header-btn:hover {
    background-color: transparent;
    border: 2px solid #00a6d2;
    color: #00a6d2;
}
.front-page-header .site-logo .logo-sticky, .front-page-header .site-logo .logo-rtl {
    display: none!important;
}
#mm_footer {
    padding: 60px 0;
    background-color: #f6f9f8;
    position: relative;
    overflow: hidden;
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/logo-pattern.svg);
    background-size: 98px auto;
    background-position: 100% 117%;
    background-repeat: repeat-x;
}
@media (max-width:992px) {
    #mm_footer {
    padding: 35px 0;
}
}#mm_footer .widget-inner p {
    color: #777;
    margin: 0;
}
#mm_footer .widget-inner .widget-title {
    margin-bottom: 20px;
}
@media (max-width:992px) {
    #mm_footer .widget-inner .widget-title {
    margin-bottom: 10px;
    cursor: pointer;
}
#mm_footer .widget-inner .widget-title:hover .dropdown, #mm_footer .widget-inner .widget-title:hover h4 {
    color: #00a6d2;
}
}#mm_footer .widget-inner .widget-title h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #01405c;
}
@media (max-width:992px) {
    #mm_footer .widget-inner .widget-title h4 {
    display: inline-block;
}
}#mm_footer .widget-inner .widget-title .dropdown {
    display: none;
}
@media (max-width:992px) {
    #mm_footer .widget-inner .widget-title .dropdown {
    display: inline-block;
    margin-right: 10px;
}
}#mm_footer .widget-inner .widget-warp ul li a {
    display: block;
    padding: 4px 0;
    font-weight: 400;
    color: #777;
}
#mm_footer .widget-inner .widget-warp ul li a:hover {
    color: #00a6d2;
}
#mm_footer .widget-inner .widget-warp ul li .sub-menu {
    display: none;
}
@media (max-width:992px) {
    #mm_footer .widget-warp {
    margin-bottom: 20px;
    display: none;
}
}#mm_footer .widget-on {
    display: block;
}
.widget-active h4, .widget-active .dropdown {
    color: #00a6d2;
}
.footer-copyrights {
    background-color: #fff;
    line-height: 60px;
}
@media (max-width:992px) {
    .footer-copyrights {
    line-height: inherit;
    padding: 15px 0;
}
}@media (max-width:992px) {
    .footer-copyrights .d-flex {
    display: inherit;
}
}@media (max-width:992px) {
    .footer-copyrights .copyrights-left {
    text-align: center;
}
}
.footer-serv ul {
    -webkit-column-count: 2;
    column-count: 2;
}
.contact-title {
    margin-bottom: 0!important;
}
.contact-desc {
    margin: 0 0 20px 0!important;
    color: #b3b3b3;
}
@media (max-width:992px) {
    .contact-footer .d-flex {
    display: inherit;
}
}.contact-footer h3 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}
.contact-footer p {
    margin: 0;
}
.contact-footer .address, .contact-footer .email, .contact-footer .fax, .contact-footer .phone, .contact-footer .mobile {
    padding-left: 30px;
    position: relative;
}
.contact-footer .address:before, .contact-footer .email:before, .contact-footer .fax:before, .contact-footer .phone:before, .contact-footer .mobile:before {
    content: "";
    font-family: "Fontawesome";
    color: #0189b4;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-footer .address:before {
    content: "\f041"}
.contact-footer .phone:before {
    content: "\f095"}
.contact-footer .mobile:before {
    content: "\f10b";
    font-size: 22px;
}
.contact-footer .email:before {
    content: "\f0e0"}
.contact-footer .fax:before {
    content: "\f1ac"}
#top {
    padding: 0 30px;
    font-size: 18px;
    cursor: pointer;
}
#top:hover {
    color: #00a6d2;
}
.chat-box {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999999;
    display: block;
}
@media (max-width:992px) {
    .chat-box {
    bottom: 20px;
    right: 20px;
}
}.chat-box h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.chat-box-icon {
    background-color: #00a6d2;
    border: 2px solid #fff;
    color: #fff;
    font-size: 34px;
    width: 54px;
    height: 54px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.bottom-chat .chat-inner .chat-close:hover, .chat-box-icon:hover {
    background-color: #00cdc4;
}
.bottom-chat {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    color: #111;
    width: 270px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 1070;
    text-align: center;
    display: none;
}
@media (max-width:992px) {
    .bottom-chat {
    bottom: 20px;
    right: 20px;
}
}.bottom-chat h5 {
    color: #111;
    line-height: 1.7;
    font-size: 13px;
}
.bottom-chat a {
    color: #00a6d2;
    font-size: 24px;
    text-decoration: none;
}
.bottom-chat a:hover {
    color: #00cdc4;
}
.bottom-chat .chat-inner {
    position: relative;
}
.bottom-chat .chat-inner .chat-close {
    position: absolute;
    top: -60px;
    right: -20px;
    width: 32px;
    border-radius: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #00a6d2;
    color: #fff;
    cursor: pointer;
}
.bottom-chat .nf-form-cont .nf-field-element input[type=button] {
    margin-top: 10px!important;
}
.woocommerce .page-title {
    margin-bottom: 0;
}
.woocommerce .woocommerce-result-count {
    margin: 15px 0;
}
.woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce ul.products li.product {
    float: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    width: 100%;
    padding: 0 10px;
}
.woocommerce ul.products li.product .product-inner {
    width: 100%;
    background-color: #fff;
    padding: 15px;
}
.woocommerce ul.products li.product .product-inner .product-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .product-inner .product-thumb img {
    margin: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    width: 40px;
    height: 22px;
    line-height: 22px;
    min-height: inherit;
    border-radius: 0;
    padding: inherit;
    background-color: #ff4538;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: inherit;
    font-weight: inherit;
}
.woocommerce ul.products li.product .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin: 6px 0 0;
    color: #fdc63c;
}
.woocommerce ul.products li.product .star-rating:before {
    content: "\73\73\73\73\73";
    color: #fdd247;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce ul.products li.product .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce ul.products li.product .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce ul.products li.product .price {
    color: #00a6d2;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
}
.woocommerce ul.products li.product .price del {
    color: #ccc;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 20px;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    display: block;
    line-height: 22px;
}
.woocommerce ul.products li.product .add_to_cart_button {
    display: none;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: calc(100% / 2);
}
@media (max-width:992px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 50%;
    margin-bottom: 20px;
}
}.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: calc(100% / 3);
}
@media (max-width:992px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 50%;
    margin-bottom: 20px;
}
}.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: calc(100% / 4);
}
@media (max-width:992px) {
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: 50%;
    margin-bottom: 20px;
}
}.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: calc(100% / 5);
}
@media (max-width:992px) {
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 50%;
    margin-bottom: 20px;
}
}.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: calc(100% / 6);
}
@media (max-width:992px) {
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 50%;
    margin-bottom: 20px;
}
}.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
.entry-summary .single_add_to_cart_button {
    width: 70%;
    padding: 15px 20px 16px!important;
    background-color: #01405c!important;
}
.entry-summary .single_add_to_cart_button:hover {
    background-color: #00a6d2!important;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    padding: 15px;
    border: 0;
    outline: inherit;
    margin: 0 -3px;
    background-color: #00a6d2;
    color: #fff;
}
.quantity .minus, .quantity .plus {
    padding: 15px 8px;
    border: 0;
    background-color: #00a6d2;
    color: #fff;
    outline: inherit;
    cursor: pointer;
}
.quantity .minus:hover, .quantity .plus:hover {
    background-color: #01405c;
    color: #fff;
}
.quantity .minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.quantity .plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
}
.woocommerce table.shop_table tr td, .woocommerce-page table.shop_table tr td {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0;
}
.woocommerce table.shop_table tr th, .woocommerce-page table.shop_table tr th {
    padding: 15px 0;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 20px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    float: none;
    vertical-align: middle;
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-color: #f2f2f2;
}
.woocommerce table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .button {
    vertical-align: middle;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 20px;
    background-color: #34495e;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: inherit;
}
.woocommerce table.cart td.actions .coupon .button:hover, .woocommerce-page table.cart td.actions .coupon .button:hover {
    background-color: #00a6d2;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
    background-color: #34495e;
    color: #fff;
    padding: 20px;
    overflow: hidden;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #00a6d2;
}
.woocommerce .woocommerce-MyAccount-navigation {
    float: inherit;
    width: 100%}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eceeef;
    position: relative;
    padding: 10px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content {
    float: inherit;
    width: 100%}
.woocommerce-Address-title h3, #order_review_heading, .woocommerce-additional-fields h3, .woocommerce-billing-fields h3, .shop-title, .cart_totals h2, .woocommerce-Tabs-panel h2, .related h2 {
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 30px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 10px 10px 10px 35px;
    margin: 0 0 30px;
    background-color: #f2f2f2;
    color: #fff;
    border-top: 0;
    border-left: 6px solid transparent;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #fff;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #fff;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin-left: 20px!important;
}
.woocommerce-error {
    background-color: #e74c3c;
    border-color: #c0392b;
}
.woocommerce-info {
    background-color: #3498db;
    border-color: #2980b9;
}
.woocommerce-message {
    background-color: #2ecc71;
    border-color: #27ae60;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 10px;
    left: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #00a6d2;
    color: #fff;
    outline: inherit;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #01405c;
}
.home-rslides li {
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/logo-pattern.svg);
    background-size: 98px auto;
    background-position: 100% 110%;
    background-repeat: repeat-x;
}
.home-rslides .slider-meta {
    padding: 20px;
}
.home-rslides .slider-meta h2 {
    font-size: 64px;
    color: #fff;
}
.home-rslides .slider-meta h2 span {
    font-size: 74px;
    color: #00cdc4;
}
.home-rslides .slider-meta h3 {
    font-size: 44px;
    color: #fff;
    font-weight: 400;
}
.home-rslides .slider-meta p {
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
}
.chairman {
    background-color: #f6f9f8;
    position: relative;
    overflow: hidden;
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/logo-pattern.svg);
    background-size: 98px auto;
    background-position: 100% 110%;
    background-repeat: repeat-x;
}
@media (max-width:992px) {
    .chairman {
    background-position: 100% 105%;
    padding-bottom: 80px!important;
}
}.chairman .chairman-img {
    margin-bottom: -40px;
}
@media (max-width:992px) {
    .chairman .chairman-img {
    margin-bottom: 30px;
}
}.chairman p {
    padding: 25px;
    background-color: #fff;
    color: #777;
    position: relative;
    margin: 20px 0;
    border-radius: 0 20px 0 20px;
}
.chairman p:before {
    content: "\f10d";
    font-family: "Fontawesome";
    color: #eaeaea;
    font-size: 70px;
    line-height: 0;
    position: absolute;
    bottom: 5px;
    left: 30px;
    text-align: center;
    text-shadow: none;
}
.chairman h2 {
    text-align: center;
}
.chairman h3 {
    color: #00a6d2;
    margin-bottom: 0;
    text-align: center;
}
.chairman span {
    color: #838a8f;
    text-align: center;
    display: block;
}
.mm-aboutus .about-right {
    overflow: hidden;
}
@media (max-width:992px) {
    .mm-aboutus .about-right {
    margin-top: 20px;
}
}.mm-aboutus .about-right .ar-box {
    margin-bottom: 30px;
}
@media (max-width:992px) {
    .mm-aboutus .about-right .ar-box {
    text-align: center;
}
}.mm-aboutus .about-right .ar-box .ar-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.mm-aboutus .about-right .ar-box h3 {
    font-size: 17px;
    margin-bottom: 0;
}
.mm-aboutus .about-right .ar-box .desc {
    margin: 0;
}
.mm-aboutus .about-left h1, .mm-aboutus .about-left h2 {
    font-size: 64px;
    color: #111;
    line-height: 1.1;
    margin-bottom: 30px;
}
.mm-aboutus .about-left h1 span, .mm-aboutus .about-left h2 span {
    font-size: 32px;
    color: #dfdfdf;
    display: block;
}
@media (max-width:992px) {
    .mm-aboutus .about-left h2 {
    font-size: 42px;
    text-align: center;
}
.mm-aboutus .about-left h2 span {
    font-size: 32px;
}
.mm-aboutus .about-left p {
    margin: 0 15px;
}
}.mm-aboutus .about-left p {
    margin: 0;
    color: #777;
}
.mm-aboutus .about-left blockquote {
    font-family: "TheSans-Plain", Georgia, sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 30px 50px 0 0;
}
@media (max-width:992px) {
    .mm-aboutus .about-left blockquote {
    margin: 30px 10px 0;
    text-align: center;
}
}.mm-aboutus .about-left blockquote:before {
    content: "\f10e";
    font-family: "Fontawesome";
    color: #ececec;
    font-size: 42px;
    position: absolute;
    top: -20px;
    right: -20px;
    text-shadow: none;
    z-index: -1;
}
@media (max-width:992px) {
    .mm-aboutus .about-left blockquote: before {
    right: 0;
}
}.mm-aboutus .about-left blockquote .text-left img {
    margin-left: -100px;
}
@media (max-width:992px) {
    .mm-aboutus .about-left blockquote .text-left {
    text-align: center;
}
.mm-aboutus .about-left blockquote .text-left img {
    margin-left: 0;
}
}.our-team .owl-dots {
    margin-top: 0;
    text-align: center;
}
.our-team .owl-dots .owl-dot {
    width: 14px;
    height: 8px;
    background-color: #eee;
    margin: 0 1px;
    outline: inherit;
    cursor: pointer;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.our-team .owl-dots .active {
    background-color: #00a6d2;
    width: 20px;
}
@media (max-width:992px) {
    .our-team .join-us {
    text-align: center;
    margin-top: 30px;
}
}.our-team .join-us .join-btn {
    display: block;
    margin: 10px 0 0;
    background-color: #00a6d2;
    color: #fff;
    padding: 8px 21px;
    border-radius: 100px;
    border: 2px solid #00a6d2;
    text-align: center;
}
.our-team .join-us .join-btn:hover {
    background-color: transparent;
    border-color: #00a6d2;
    color: #00a6d2;
}
.our-team .team-item {
    text-align: center;
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
}
.our-team .team-item img {
    width: 200px;
    margin: 0 auto;
    border-bottom: 2px solid #eee;
}
.our-team .team-item .team-meta {
    padding: 15px;
}
.our-team .team-item .team-meta h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #00a6d2;
}
.our-team .team-item .team-meta .job {
    margin: 0 0 10px;
}
.our-team .team-item .team-meta .word {
    margin: 0;
    color: #777;
    line-height: 1.3;
}
.about-ach {
    background-color: #f6f9f8;
}
.about-ach .ach-inner {
    text-align: center;
}
.about-ach .ach-inner .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.about-ach .ach-inner h3 {
    font-size: 17px;
    margin-bottom: 0;
}
.about-ach .ach-inner .desc {
    margin: 0;
}
.about-clients {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}
.about-clients li {
    width: 20%;
    float: right;
    margin: 0;
    margin-right: -1px;
    padding: 15px;
    border: 1px solid #eee;
    list-style: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
@media (max-width:992px) {
    .about-clients li {
    width: 33.33333333%}
}.about-clients li:hover {
    -webkit-box-shadow: 5px 20px 50px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 20px 50px 5px rgba(0, 0, 0, .1);
}
.serv-box {
    padding: 25px 20px;
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 255px;
    width: 100%}
.serv-box .serv-inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.serv-box .serv-inner .serv-front {
    background-color: #fff;
}
.serv-box .serv-inner .serv-front, .serv-box .serv-inner .serv-back {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.serv-box .serv-inner .serv-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #fff;
}
.serv-box .serv-inner .serv-back .serv-title {
    margin-bottom: 20px;
}
.serv-box .serv-inner .serv-back a {
    display: block;
    margin: 5px 0!important;
    background-color: #000000;
    color: #fff;
    padding: 8px 21px;
    border-radius: 100px;
    border: 2px solid #000000;
    margin: 0 2px;
}
.serv-box .serv-inner .serv-back a:hover {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}
.serv-box .serv-inner .serv-back .serv-order {
    background-color: #000000;
    border-color: #000000;
}
.serv-box .serv-inner .serv-back .serv-order:hover {
    border-color: #000000;
    color: #000000;
}
.serv-box .serv-inner .serv-back .serv-contact {
    background-color: #01405c;
    border-color: #01405c;
}
.serv-box .serv-inner .serv-back .serv-contact:hover {
    border-color: #01405c;
    color: #01405c;
}
.serv-box .serv-inner .serv-img {
    margin-bottom: 15px;
    height: 90%;
    border-radius: 20px;
}
.serv-box .serv-inner .serv-title {
    font-size: 18px;
    color: #111;
    margin-bottom: 10px;
}
@media (max-width:992px) {
    .serv-box .serv-inner .serv-title {
    font-size: 16px;
}
}.serv-box .serv-inner .serv-desc {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}
.serv-box:hover .serv-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.works-masonry {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
}
@media (max-width:992px) {
    .works-masonry {
    -webkit-column-count: 1;
    column-count: 1;
}
}.works-item-large, .works-item {
    display: inline-block;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    background-color: #eee;
}
.works-item-large .works-meta, .works-item .works-meta {
    position: absolute;
    bottom: -100%;
    right: 0;
    left: 0;
    background-color: rgba(1, 65, 92, .9);
    padding: 10px 20px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.works-item-large .works-meta:hover, .works-item .works-meta:hover {
    background-color: rgba(0, 166, 210, .9);
}
.works-item-large .works-meta a, .works-item .works-meta a {
    display: block;
}
.works-item-large .works-meta h3, .works-item .works-meta h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    float: right;
}
.works-item-large .works-meta .works-link, .works-item .works-meta .works-link {
    color: #fff;
    float: left;
}
.works-item-large:hover .works-meta, .works-item:hover .works-meta {
    opacity: 1;
    bottom: 0;
}
.works-item-large:hover .works-meta a, .works-item:hover .works-meta a {
    color: #fff;
}
.works-item-large img, .works-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.works-item-large:hover img, .works-item:hover img {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9);
}
.works-btns {
    background-color: #00a6d2;
    text-align: center;
    padding: 45px 0!important;
}
.works-btns a {
    background-color: #01405c;
    color: #fff;
    padding: 8px 21px;
    border-radius: 100px;
    border: 2px solid #01405c;
    margin: 0 2px;
}
.works-btns a:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.works-btns .order-serv {
    background-color: transparent;
    border: 2px solid #fff;
}
.works-btns .order-serv:hover {
    background-color: #00cdc4;
    border: 2px solid #00cdc4;
    color: #fff;
}
.serv-works .controls .control, .works-page .controls .control {
    background-color: transparent;
    color: #111;
    border: 2px solid #111;
    padding: 8px 15px;
    margin: 0 3px 10px;
    border-radius: 100px;
    outline: inherit;
    cursor: pointer;
}
.serv-works .controls .control:hover, .works-page .controls .control:hover {
    border-color: #00a6d2;
    color: #00a6d2;
}
.serv-works .controls .mixitup-control-active, .works-page .controls .mixitup-control-active {
    background-color: #00a6d2;
    border-color: #00a6d2;
    color: #fff;
}
.serv-works .controls .mixitup-control-active:hover, .works-page .controls .mixitup-control-active:hover {
    color: #fff;
}
.serv-works .works-box, .works-page .works-box {
    position: relative;
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.serv-works .works-box .thumb, .works-page .works-box .thumb {
    overflow: hidden;
}
.serv-works .works-box .thumb img, .works-page .works-box .thumb img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.serv-works .works-box .link, .works-page .works-box .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
}
.serv-works .works-box:hover, .works-page .works-box:hover {
    -webkit-box-shadow: 5px 20px 50px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 20px 50px 5px rgba(0, 0, 0, .1);
}
.serv-works .works-box:hover img, .works-page .works-box:hover img {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9);
}
.serv-works .works-box .meta, .works-page .works-box .meta {
    padding: 20px;
}
.serv-works .works-box .meta .title, .works-page .works-box .meta .title {
    font-size: 18px;
    margin-bottom: 0;
}
.works-single .works-meta .work-descrption {
    color: #777;
}
.works-single .works-meta .serv-order, .works-single .works-meta .works-live {
    display: inline-block;
    margin: 5px 0!important;
    background-color: #00cdc4;
    color: #fff;
    padding: 8px 21px;
    border-radius: 100px;
    border: 2px solid #00cdc4;
    margin: 0 2px;
}
.works-single .works-meta .serv-order:hover, .works-single .works-meta .works-live:hover {
    background-color: transparent;
    border-color: #00cdc4;
    color: #00cdc4;
}
.works-single .works-meta .works-live {
    background-color: #00a6d2;
    border-color: #00a6d2;
}
.works-single .works-meta .works-live:hover {
    border-color: #00a6d2;
    color: #00a6d2;
}
.author-vedio {
    background-image: url(../../../../../../../../themes/muzawd/assets/svg/vedio.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 355px;
}
@media (max-width:992px) {
    .author-vedio {
    height: 264px;
}
}.author-vedio iframe {
    top: 29px;
    left: 97px;
    width: 437px;
    margin: 0 auto;
    position: absolute;
    height: 272px;
}
@media (max-width:992px) {
    .author-vedio iframe {
    top: 21px;
    left: 77px;
    width: 322px;
    height: 204px;
}
}.mm-testimonials .item {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, .05);
    background-color: #01405c;
    padding: 30px;
    position: relative;
    color: #fff;
    border-radius: 5px;
}
.mm-testimonials .item:after {
    content: "\f10e";
    font-family: "Fontawesome";
    color: #00a6d2;
    font-size: 42px;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: none;
    z-index: 0;
}
.mm-testimonials .item .quote {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.mm-testimonials .item img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    float: none;
    display: inline-block;
    margin-left: 10px;
}
.mm-testimonials .item .author-info .name {
    font-weight: 700;
    font-size: 16px;
}
.mm-testimonials .item .author-info .ceo {
    color: #fff;
}
.see-all {
    margin-top: 10px;
    border-radius: 100px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    background-color: #00a6d2;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
}
.see-all:hover {
    background-color: #01405c;
    color: #fff;
}
.testimonials-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.testimonials-all .testimonials-all-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.testimonials-all .testimonials-all-wrapper>ul {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}
.testimonials-all .testimonials-all-wrapper>ul::after {
    clear: both;
    content: "";
    display: table;
}
.testimonials-all .testimonials-item {
    margin-bottom: 2em;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(.4);
    transform: translate3d(0, 0, 0) scale(.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
.testimonials-all p {
    position: relative;
    background: #01405c;
    color: #fff;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    border-radius: .25em;
    margin-bottom: 1em;
}
.testimonials-all p::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #01405c;
}
.testimonials-all .author {
    text-align: right;
    margin-left: 1.5em;
}
.testimonials-all .author img {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin-left: 10px;
}
.testimonials-all.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.testimonials-all.is-visible .testimonials-all-wrapper {
    -webkit-overflow-scrolling: touch;
}
.testimonials-all.is-visible .testimonials-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width:768px) {
    .testimonials-all .testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
}
.testimonials-all .author {
    margin-left: 1em;
}
}@media only screen and (min-width:1170px) {
    .testimonials-all .testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
}
}.close-btn {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.close-btn:hover:before, .close-btn:hover:after {
    background-color: #00a6d2;
}
.close-btn::before, .close-btn::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 24px;
    top: 8px;
    left: 19px;
    background-color: #39393c;
}
.close-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.testimonials-page .testimonials-masonry {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10;
    column-gap: 10;
}
@media (max-width:992px) {
    .testimonials-page .testimonials-masonry {
    -webkit-column-count: 1;
    column-count: 1;
}
}.testimonials-page .testimonials-item {
    background-color: #f9f9f9;
}
.testimonials-page .testimonials-item .testimonials-inner {
    padding: 15px;
    position: relative;
}
.testimonials-page .testimonials-item .testimonials-inner:before {
    content: "\f10e";
    font-family: "Fontawesome";
    color: #eaeaea;
    font-size: 54px;
    position: absolute;
    bottom: 5px;
    right: 20px;
    text-align: center;
    text-shadow: none;
    z-index: 0;
}
.testimonials-page .testimonials-item .testimonials-inner p {
    text-align: center;
    margin: 0 0 10px;
    color: #777;
}
.testimonials-page .testimonials-item .testimonials-inner img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    border: 4px solid #fff;
    margin-left: 10px;
}
.testimonials-page .testimonials-item .testimonials-inner .author-info li {
    line-height: 1.5;
}
.testimonials-page .testimonials-item .testimonials-inner .author-info .name {
    font-weight: 700;
    color: #00a6d2;
    font-size: 16px;
}
.testimonials-page .testimonials-item .testimonials-inner .author-info .job {
    color: #777;
}
.contact-map>p {
    margin: 0;
}
.contact-page .contact-footer {
    -webkit-column-count: 2;
    column-count: 2;
}
.contact-page .mm-social {
    text-align: left;
}