
.sub-title {
    position: relative;
    display: inline-block;
}

.sub-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.sub-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.sub-title.text-start::before,
.sub-title.text-end::after {
    display: none;
}

.sec-heading{
    font-weight: 900;
    color:white;
}
.sec-heading h1{
    font-size: 90px;
}
.sec-heading h2{
    font-size: 50px;
}
.sec-heading h2 span{
   color:#c05838;
   font-weight:800;
   text-shadow: 1px 1px 1px white;
}
.sec-heading h3{
    font-size: 40px;
    color:#c05838;
}
.sec-heading h4{
    font-size: 35px;
    font-weight: 700;

}
.sec-heading h5{

}

.main-element-button{
    border:#c05838 solid !important;
    border-radius: 2px;
    background-color: #c05838;
    color:white;
    font-size:1.4rem;
    text-decoration: none;
    padding:8px 25px !important;
    display: inline-block;
}
.main-element-button:hover{
    border:#c05838 1px solid !important;
    background-color: transparent;
    color:white;
}

a{
    text-decoration: none;
}
ul li{
    list-style: none;
    font-size:1.2rem;
    line-height:1.3em;
    font-family: "Lexend Deca", sans-serif;
    color:black;
    font-weight: 300;
}
.section-heading{
    clear: both;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    color:white;
}
.section-heading h1{
    font-size:70px;
    font-weight: 700;
    text-shadow: 0 1px 0 #050505, 
    0 2px 0 #0e0202,
    0 3px 0 #000000,
    0 4px 0 #070000,
    0 2px 0 #020202,
    0 3px 3px rgba(0,0,0,.2),
    0 2px 2px rgba(0,0,0,.15);
}
.section-heading h2{
    font-size:55px;
    font-weight: 700;
    text-shadow: 0 1px 0 #050505, 
    0 2px 0 #0e0202,
    0 3px 0 #000000,
    0 4px 0 #070000,
    0 2px 0 #020202,
    0 3px 3px rgba(0,0,0,.2),
    0 2px 2px rgba(0,0,0,.15);


}

.main-btn{
    border-radius: 8px;
    background-color: #c05838;
    border: white 1px solid;

    color:white;
    display: inline-block;
    padding: 1rem 2rem;
}
.main-btn:hover, .vew-all-btn:hover{
    border: 1px solid;
    background-color: white;
    color:#c05838;
}
.vew-all-btn{
    border-radius: 8px;
    background-color: white;
    color:#c05838;
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    margin:4rem 2rem !important;
}
.tablet .reveal-tablet-md-inline-block {
    display: inline-block !important;
}

.tablet .veil-tablet-md {
    display: none !important;
}

p {
    margin-bottom: 0;
}

blockquote {
    padding: 12px 24px;
    font-size: 20px;
}

.page {
    overflow: hidden;
}


.font-default {
    font-family: "Lexend Deca", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0;

}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        line-height: 1.2;
        font-size: 60px;
    }
}

h2,
.h2 {
    font-size: 30px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    h2,
    .h2 {
        line-height: 1.25;
        font-size: 48px;
    }
}

h3,
.h3 {
    font-size: 28px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    h3,
    .h3 {
        line-height: 1.38889;
        font-size: 36px;
    }
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    h4,
    .h4 {
        line-height: 1.23333;
        font-size: 30px;
    }
}

h5,
.h5 {
    font-size: 20px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    h5,
    .h5 {
        line-height: 1.33333;
        font-size: 24px;
    }
}

h6,
.h6 {
    font-size: 17px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    h6,
    .h6 {
        line-height: 1.27273;
        font-size: 22px;
    }
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    transition: .3s all ease;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    color: #ff9f1c;
}

h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    color: #333;
}

p a:hover,
.p a:hover,
.list a:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .big {
        font-size: 18px;
        line-height: 23px;
    }
    h1 .big,
    .h1 .big {
        font-size: 142.22%;
        line-height: 1.125;
    }
    h2 .big,
    .h2 .big {
        font-size: 147.36%;
        line-height: 1.142857142857143;
    }
}

small,
.small {
    font-size: 12px;
    line-height: 18px;
}

blockquote small,
blockquote .small,
small,
.small {
    font-size: 93.75%;
}

h1 blockquote small,
.h1 blockquote small,
h1 blockquote .small,
.h1 blockquote .small,
h1 small,
.h1 small,
h1 .small,
.h1 .small {
    font-size: 62.22222222222222%;
}

h2 blockquote small,
.h2 blockquote small,
h2 blockquote .small,
.h2 blockquote .small,
h2 small,
.h2 small,
h2 .small,
.h2 .small {
    font-size: 63.15789473684211%;
}

h3 blockquote small,
.h3 blockquote small,
h3 blockquote .small,
.h3 blockquote .small,
h3 small,
.h3 small,
h3 .small,
.h3 .small {
    font-size: 73.33333333333333%;
}

h4 blockquote small,
.h4 blockquote small,
h4 blockquote .small,
.h4 blockquote .small,
h4 small,
.h4 small,
h4 .small,
.h4 .small {
    font-size: 75%;
}

h5 blockquote small,
.h5 blockquote small,
h5 blockquote .small,
.h5 blockquote .small,
h5 small,
.h5 small,
h5 .small,
.h5 .small {
    font-size: 72.72727272727273%;
}

h6 blockquote small,
.h6 blockquote small,
h6 blockquote .small,
.h6 blockquote .small,
h6 small,
.h6 small,
h6 .small,
.h6 .small {
    font-size: 94.11764705882353%;
}

code {
    padding: 5px 7px;
    font-size: 75%;
    color: #d9534f;
    background-color: #ddd;
    border-radius: 2px;
}

mark,
.mark {
    background-color: #ff9f1c;
    padding: .1em;
}

.text-extra-small-10 {
    font-size: 10px;
}

.text-extra-small {
    font-size: 12px;
    line-height: 30px;
}

.text-small {
    font-size: 14px;
}

.text-small-variant-2 {
    line-height: 21px;
}

.text-big {
    font-size: 18px;
}

.line-height-1 {
    line-height: 1;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list>li+li {
    margin-top: 10px;
}

.list-1>li+li {
    margin-top: 1px;
}

.list-12>li+li {
    margin-top: 12px;
}

.list-modern li {
    padding: 8px 16px;
    border-radius: 30px;
    border: 2px solid transparent;
}

.list-modern .icon {
    margin-top: 3px;
}

@media (min-width: 1200px) {
    .list-modern li,
    .list-modern a,
    .list-modern a[class*="text-"] {
        transition: .3s all ease;
    }
    .list-modern li:hover {
        border-color: #001F3F;
    }
    .list-modern li:hover a,
    .list-modern li:hover a[class*="text-"] {
        color: #000;
    }
    .list-modern li:hover .icon:before {
        content: '\f24c';
    }
}

.list-checkbox li .checkbox-inline>span {
    color: #aaa;
}

.list-checkbox li .checkbox-inline>span,
.list-checkbox li .checkbox-inline .checkbox-custom-dummy {
    transition: .3s all ease;
}

.list-checkbox li .checkbox-inline .checkbox-custom-dummy {
    border-color: #aaa;
}

.list-checkbox li .checkbox-inline:hover>span {
    color: #000;
}

.list-checkbox li .checkbox-inline:hover .checkbox-custom-dummy {
    border-color: #000;
}

.list-inline {
    margin-left: -5px;
    margin-right: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline-0 {
    margin-left: 0;
    margin-right: 0;
}

.list-inline-0>li {
    padding-left: 0;
    padding-right: 0;
}

.list-inline-3 {
    margin-left: -3px;
    margin-right: -3px;
}

.list-inline-3>li {
    padding-left: 3px;
    padding-right: 3px;
}

.list-inline-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.list-inline-8>li {
    padding-left: 8px;
    padding-right: 8px;
}

.list-inline-11 {
    margin-left: -11px;
    margin-right: -11px;
}

.list-inline-11>li {
    padding-left: 11px;
    padding-right: 11px;
}

.list-inline-13 {
    margin-left: -13px;
    margin-right: -13px;
}

.list-inline-13>li {
    padding-left: 13px;
    padding-right: 13px;
}

.list-inline-marked li {
    position: relative;
}

.list-inline-marked li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: 1.5px;
    border-radius: 30px;
    background: #aaa;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-inline-marked li:last-child:after {
    display: none;
}

.list-inline-marked-offset-inverse-top li:after {
    right: -4px;
    margin-top: 0;
}

.list-inline-dashed {
    margin-left: -30px;
}

.list-inline-dashed li {
    padding-left: 20px;
    padding-right: 10px;
}

.list-inline-dashed li:after {
    content: '|';
    position: relative;
    right: -10px;
    padding-left: 10px;
    color: #eee;
}

.list-inline-dashed li:last-child {
    padding-right: 0;
}

.list-inline-dashed li:last-child:after {
    display: none;
}

.list-inline-dashed-xs {
    margin-left: -15px;
}

.list-inline-dashed-xs li {
    padding-left: 15px;
}

.list-inline-dashed-xs li:after {
    right: -12.5px;
    padding-left: 0;
}

.list-inline-dashed-sm {
    margin-left: -35px;
}

.list-inline-dashed-sm li {
    padding-left: 35px;
}

.list-inline-dashed-sm li:after {
    right: -22.5px;
    padding-left: 0;
}

@media (min-width: 992px) {
    .list-inline-dashed-vertival [class*="cell-"],
    .list-inline-dashed-vertival [class*="col-"],
    .list-inline-dashed-vertival .owl-item {
        position: relative;
    }
    .list-inline-dashed-vertival [class*="cell-"]:after,
    .list-inline-dashed-vertival [class*="col-"]:after,
    .list-inline-dashed-vertival .owl-item:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        height: 100%;
        width: 1px;
        background: #e8e8e8;
        transform: translateY(-50%);
    }
    .list-inline-dashed-vertival [class*="cell-"]:last-child:after,
    .list-inline-dashed-vertival [class*="col-"]:last-child:after,
    .list-inline-dashed-vertival .owl-item:last-child:after {
        display: none;
    }
}

.list-inline-modern {
    display: inline-block;
    border-radius: 40px;
    padding-right: 18px;
}

.list-inline-modern>li {
    vertical-align: middle;
    line-height: 1;
}

.list-inline-modern>li:first-child {
    padding-left: 0;
}

.list-inline-modern>li a,
.list-inline-modern>li a[class*="text-"] {
    transition: .3s all ease;
}

.list-inline-modern>li a:hover,
.list-inline-modern>li a[class*="text-"]:hover {
    color: #ff9f1c;
}

.list-primary li a,
.list-primary li a[class*="text-"] {
    transition: .3s all ease;
}

.list-primary li a:hover,
.list-primary li a[class*="text-"]:hover {
    color: #ff9f1c;
}

.list-silver-chalice li a,
.list-silver-chalice li a[class*="text-"] {
    color: #aaa;
    transition: .3s all ease;
}

.list-silver-chalice li a:hover,
.list-silver-chalice li a[class*="text-"]:hover {
    color: #ff9f1c;
}

.list-primary-filled li a span[class*="bg-"] {
    transition: .3s background ease;
}

.list-primary-filled li a span {
    border-radius: 2px;
}

.list-primary-filled li a,
.list-primary-filled li a[class*="text-"],
.list-primary-filled li span[class*="text-"] {
    transition: .3s all ease;
}

.list-primary-filled li a:hover,
.list-primary-filled li a:hover span[class*="text-"],
.list-primary-filled li a[class*="text-"]:hover,
.list-primary-filled li a[class*="text-"]:hover span[class*="text-"],
.list-primary-filled li span[class*="text-"]:hover,
.list-primary-filled li span[class*="text-"]:hover span[class*="text-"] {
    color: #fff;
}

.list-primary-filled li a:hover,
.list-primary-filled li a:hover a[class*="bg-"],
.list-primary-filled li a:hover span[class*="bg-"],
.list-primary-filled li a[class*="text-"]:hover,
.list-primary-filled li a[class*="text-"]:hover a[class*="bg-"],
.list-primary-filled li a[class*="text-"]:hover span[class*="bg-"],
.list-primary-filled li span[class*="text-"]:hover,
.list-primary-filled li span[class*="text-"]:hover a[class*="bg-"],
.list-primary-filled li span[class*="text-"]:hover span[class*="bg-"] {
    background: #ff9f1c;
}

dl {
    margin: 0;
}

.list-terms {
    margin-top: 35px;
}

.list-terms dt+dd {
    margin-top: 5px;
}

.list-terms dd+dt {
    margin-top: 25px;
}

.list-index {
    counter-reset: li;
}

.list-index li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

.list-marked li {
    position: relative;
    padding-left: 16px;
}

.list-marked li:before {
    content: '';
    display: inline-block;
    background: #333;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-marked-icon li {
    position: relative;
    padding-left: 33px;
}

.list-marked-icon li:before {
    content: '\f00c';
    position: absolute;
    top: 4px;
    left: 13px;
    display: inline-block;
    font: 700 10px/10px "FontAwesome";
    color: #ff9f1c;
}

.shadow-drop-ambient {
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.1);
}

.shadow-drop-xxs {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.shadow-drop-xs {
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.1);
}

.shadow-drop-sm {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.shadow-drop,
.shadow-drop-md {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
}

.shadow-drop-lg {
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
}

.shadow-drop-xl {
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
}

blockquote q:before,
blockquote q:after {
    content: none;
}

blockquote cite {
    font-style: normal;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

.page .bg-black {
    background: #000;
    fill: #000;
}

.page .bg-gray {
    background: #888;
    fill: #888;
}

.page .bg-accent {
    background: #ff9f1c;
    fill: #ff9f1c;
}

.page .bg-gallery {
    background: #eee;
    fill: #eee;
}

.page .bg-wild-wand {
    background: #f5f5f5;
    fill: #f5f5f5;
}

.page .bg-wild-wand.bg-wild-wand-team-member .team-member:before {
    background: rgba(245, 245, 245, 0.7);
}

.page .bg-default {
    background: #fff;
    fill: #fff;
}

.page .bg-default-light {
    background: rgba(255, 255, 255, 0.3);
    fill: rgba(255, 255, 255, 0.3);
}

.page .bg-alto {
    background: #ddd;
    fill: #ddd;
}

.page .bg-alabaster {
    background: #f9f9f9;
    fill: #f9f9f9;
}

.bg-overlay-darker {
    background: rgba(0, 0, 0, 0.3);
}

.bg-overlay-darkers {
    background: rgba(0, 0, 0, 0.7);
}

.bg-overlay-inverse-md-darker {
    background: rgba(0, 0, 0, 0.35);
}

@media (min-width: 992px) {
    .bg-overlay-inverse-md-darker {
        background: transparent;
    }
}

.page .text-white {
    color: #fff;
}

.page a.text-white:hover,
.page a.text-white:focus {
    color: #e6e6e6;
}

.page .text-black {
    color: #000;
}

.page a.text-black:hover,
.page a.text-black:focus {
    color: black;
}

.page .text-gray-darker {
    color: #222;
}

.page a.text-gray-darker:hover,
.page a.text-gray-darker:focus {
    color: #090909;
}

.page .text-gray-dark {
    color: #333;
}

.page a.text-gray-dark:hover,
.page a.text-gray-dark:focus {
    color: #1a1a1a;
}

.page .text-gray {
    color: #888;
}

.page a.text-gray:hover,
.page a.text-gray:focus {
    color: #6f6f6f;
}

.page .text-gray-light {
    color: #777;
}

.page a.text-gray-light:hover,
.page a.text-gray-light:focus {
    color: #5e5e5e;
}

.page .text-gray-lighter {
    color: #ddd;
}

.page a.text-gray-lighter:hover,
.page a.text-gray-lighter:focus {
    color: #c4c4c4;
}

.page .text-primary {
    color: #ff9f1c;
}

.page a.text-primary:hover,
.page a.text-primary:focus {
    color: #e88600;
}

.page .text-silver-chalice {
    color: #aaa;
}

.page a.text-silver-chalice:hover,
.page a.text-silver-chalice:focus {
    color: #919191;
}

.page .text-gallery {
    color: #eee;
}

.page a.text-gallery:hover,
.page a.text-gallery:focus {
    color: #d5d5d5;
}

.page .text-silver {
    color: #ccc;
}

.page a.text-silver:hover,
.page a.text-silver:focus {
    color: #b3b3b3;
}

.page .text-mercury {
    color: #e5e5e5;
}

.page a.text-mercury:hover,
.page a.text-mercury:focus {
    color: #cccccc;
}

.page .text-alto {
    color: #ddd;
}

.page a.text-alto:hover,
.page a.text-alto:focus {
    color: #c4c4c4;
}


.footer-default .hr+.row {
    margin-top: 8px;
}

.footer-default *+.hr {
    margin-top: 110px;
}

.footer-variant-3 .text-big+.text-extra-small-10 {
    margin-top: 4px;
}

.footer-variant-3 .rd-mailform+.hr {
    margin-top: 60px;
}

.footer-variant-3 .hr+.row {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .footer-variant-3 .hr+.row {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .footer-variant-3 .rd-mailform+.hr {
        margin-top: 90px;
    }
}

@media (max-width: 991.98px) {
    .row .col-custom {
        margin-bottom: 30px;
    }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.list-top-panel .icon {
    color: #ccc;
    background: #fff;
}

.list-top-panel li.active .icon {
    color: #fff;
    background: #ff9f1c;
}

.no-gutters *+.no-gutters {
    margin-top: 0;
}



.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #222;
    border-radius: 0;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.1);
}

.snackbars .icon-xxs {
    font-size: 20px;
}

.snackbars p span:last-child {
    padding-left: 14px;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .snackbars {
        max-width: 380px;
        padding: 14px 17px;
    }
}

.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-sbold {
    font-weight: 600;
}

.text-bold,
strong {
    font-weight: 700;
}

.text-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-spacing-40 {
    letter-spacing: 0.04em;
}

.text-spacing-120 {
    letter-spacing: 0.12em;
}

.text-spacing-200 {
    letter-spacing: 0.20em;
}

.text-spacing-300 {
    letter-spacing: 0.30em;
}

.text-spacing-400 {
    letter-spacing: 0.40em;
}

.text-spacing-500 {
    letter-spacing: 0.50em;
}

.text-spacing-1000 {
    letter-spacing: 1em;
}

.button {
    display: inline-block;
    min-width: 185px;
    padding: 9px 20px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 30px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase;
    transition: .3s ease-out;
}

.button:focus,
.button:active,
.button:active:focus {
    outline: none;
    text-decoration: none;
}

.button:hover,
.button:focus,
.button.focus {
    text-decoration: none;
}

.button:active,
.button.active {
    box-shadow: none;
}

.button-default {
    color: #222;
    background-color: transparent;
    border-color: #888;
}

.button-default:focus,
.button-default.focus,
.button-default:hover,
.button-default:active,
.button-default.active,
.open>.button-default.dropdown-toggle {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.button-default:active,
.button-default.active,
.open>.button-default.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-default:active:hover,
.button-default:active:focus,
.button-default:active.focus,
.button-default.active:hover,
.button-default.active:focus,
.button-default.active.focus,
.open>.button-default.dropdown-toggle:hover,
.open>.button-default.dropdown-toggle:focus,
.open>.button-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.button-default.disabled,
.button-default[disabled],
fieldset[disabled] .button-default {
    pointer-events: none;
    opacity: .5;
}

.button-default .badge {
    color: transparent;
    background-color: #222;
}



.button-primary:focus,
.button-primary.focus,
.button-primary:hover,
.button-primary:active,
.button-primary.active,
.open>.button-primary.dropdown-toggle {
    color: #fff;
    background-color: #cf7700;
    border-color: #cf7700;
}

.button-primary:active,
.button-primary.active,
.open>.button-primary.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-primary:active:hover,
.button-primary:active:focus,
.button-primary:active.focus,
.button-primary.active:hover,
.button-primary.active:focus,
.button-primary.active.focus,
.open>.button-primary.dropdown-toggle:hover,
.open>.button-primary.dropdown-toggle:focus,
.open>.button-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #cf7700;
    border-color: #cf7700;
}

.button-primary.disabled,
.button-primary[disabled],
fieldset[disabled] .button-primary {
    pointer-events: none;
    opacity: .5;
}

.button-primary .badge {
    color: #ff9f1c;
    background-color: #fff;
}

.button-gray {
    color: #aaa;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
}

.button-gray:focus,
.button-gray.focus,
.button-gray:hover,
.button-gray:active,
.button-gray.active,
.open>.button-gray.dropdown-toggle {
    color: #aaa;
    background-color: #fff;
    border-color: #f5f5f5;
}

.button-gray:active,
.button-gray.active,
.open>.button-gray.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-gray:active:hover,
.button-gray:active:focus,
.button-gray:active.focus,
.button-gray.active:hover,
.button-gray.active:focus,
.button-gray.active.focus,
.open>.button-gray.dropdown-toggle:hover,
.open>.button-gray.dropdown-toggle:focus,
.open>.button-gray.dropdown-toggle.focus {
    color: #aaa;
    background-color: #fff;
    border-color: #f5f5f5;
}

.button-gray.disabled,
.button-gray[disabled],
fieldset[disabled] .button-gray {
    pointer-events: none;
    opacity: .5;
}

.button-gray .badge {
    color: #f5f5f5;
    background-color: #aaa;
}

.button-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #ff9f1c;
}

.button-transparent:focus,
.button-transparent.focus,
.button-transparent:hover,
.button-transparent:active,
.button-transparent.active,
.open>.button-transparent.dropdown-toggle {
    color: #fff;
    background-color: #cf7700;
    border-color: #cf7700;
}

.button-transparent:active,
.button-transparent.active,
.open>.button-transparent.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-transparent:active:hover,
.button-transparent:active:focus,
.button-transparent:active.focus,
.button-transparent.active:hover,
.button-transparent.active:focus,
.button-transparent.active.focus,
.open>.button-transparent.dropdown-toggle:hover,
.open>.button-transparent.dropdown-toggle:focus,
.open>.button-transparent.dropdown-toggle.focus {
    color: #fff;
    background-color: #cf7700;
    border-color: #cf7700;
}

.button-transparent.disabled,
.button-transparent[disabled],
fieldset[disabled] .button-transparent {
    pointer-events: none;
    opacity: .5;
}

.button-transparent .badge {
    color: transparent;
    background-color: #fff;
}

.button-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee;
}

.button-twitter:focus,
.button-twitter.focus,
.button-twitter:hover,
.button-twitter:active,
.button-twitter.active,
.open>.button-twitter.dropdown-toggle {
    color: #fff;
    background-color: #1689e0;
    border-color: #1689e0;
}

.button-twitter:active,
.button-twitter.active,
.open>.button-twitter.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-twitter:active:hover,
.button-twitter:active:focus,
.button-twitter:active.focus,
.button-twitter.active:hover,
.button-twitter.active:focus,
.button-twitter.active.focus,
.open>.button-twitter.dropdown-toggle:hover,
.open>.button-twitter.dropdown-toggle:focus,
.open>.button-twitter.dropdown-toggle.focus {
    color: #fff;
    background-color: #1689e0;
    border-color: #1689e0;
}

.button-twitter.disabled,
.button-twitter[disabled],
fieldset[disabled] .button-twitter {
    pointer-events: none;
    opacity: .5;
}

.button-twitter .badge {
    color: #55acee;
    background-color: #fff;
}

.button-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.button-facebook:focus,
.button-facebook.focus,
.button-facebook:hover,
.button-facebook:active,
.button-facebook.active,
.open>.button-facebook.dropdown-toggle {
    color: #fff;
    background-color: #263961;
    border-color: #263961;
}

.button-facebook:active,
.button-facebook.active,
.open>.button-facebook.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-facebook:active:hover,
.button-facebook:active:focus,
.button-facebook:active.focus,
.button-facebook.active:hover,
.button-facebook.active:focus,
.button-facebook.active.focus,
.open>.button-facebook.dropdown-toggle:hover,
.open>.button-facebook.dropdown-toggle:focus,
.open>.button-facebook.dropdown-toggle.focus {
    color: #fff;
    background-color: #263961;
    border-color: #263961;
}

.button-facebook.disabled,
.button-facebook[disabled],
fieldset[disabled] .button-facebook {
    pointer-events: none;
    opacity: .5;
}

.button-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}

.button-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.button-google-plus:focus,
.button-google-plus.focus,
.button-google-plus:hover,
.button-google-plus:active,
.button-google-plus.active,
.open>.button-google-plus.dropdown-toggle {
    color: #fff;
    background-color: #ac2d1e;
    border-color: #ac2d1e;
}

.button-google-plus:active,
.button-google-plus.active,
.open>.button-google-plus.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-google-plus:active:hover,
.button-google-plus:active:focus,
.button-google-plus:active.focus,
.button-google-plus.active:hover,
.button-google-plus.active:focus,
.button-google-plus.active.focus,
.open>.button-google-plus.dropdown-toggle:hover,
.open>.button-google-plus.dropdown-toggle:focus,
.open>.button-google-plus.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2d1e;
    border-color: #ac2d1e;
}

.button-google-plus.disabled,
.button-google-plus[disabled],
fieldset[disabled] .button-google-plus {
    pointer-events: none;
    opacity: .5;
}

.button-google-plus .badge {
    color: #dd4b39;
    background-color: #fff;
}

.button-xs {
    padding: 9px 20px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 30px;
}

.button-xs-variant-2 {
    font-size: 12px;
}

.button-sm {
    padding: 9px 13px;
    font-size: 14px;
    line-height: 10px;
    border-radius: 30px;
}

.button-rect {
    border-radius: 0;
}

a.button-more {
    position: relative;
    padding: 0 8px;
    line-height: 1;
    z-index: 1;
    cursor: pointer;
}

a.button-more,
a.button-more:before {
    transition: .3s all ease;
}

a.button-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 15px;
    margin-top: -2px;
    background: #f5f5f5;
    z-index: -1;
    border-radius: 14px;
    transition: translateY(-50%);
}

@media screen and (prefers-reduced-motion: reduce) {
    a.button-more:before {
        transition: none;
    }
}

a.button-more:hover,
a.button-more:hover[class*="text-"] {
    color: #fff;
    text-decoration: none;
}

a.button-more:hover:before {
    background: #ff9f1c;
}

.button.button-icon {
    padding-left: 17px;
    padding-right: 17px;
}

.button.button-icon .icon {
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    transition: 0s;
}

.button.button-icon .icon.icon-xxs {
    font-size: 14px;
}

.button.button-icon-left .icon {
    float: left;
}

.button.button-icon-right .icon {
    float: right;
    padding-left: 10px;
}

.button.button-icon-both {
    display: flex;
    justify-content: space-between;
}

.button.button-img {
    padding-left: 25px;
    padding-right: 25px;
}

.button.button-img .button-img-wrap {
    line-height: 20px;
    vertical-align: middle;
    transition: 0s;
}

.button.button-img-left .button-img-wrap {
    float: left;
    padding-right: 8px;
}

.button-width-95 {
    min-width: 95px;
}

.button-width-100 {
    min-width: 100px;
}

.button-width-110 {
    min-width: 110px;
}

.button-tags .button {
    font-weight: 400;
    text-transform: none;
    min-width: 0;
    border-radius: 0;
}

.button-tags-variant-2 .button {
    padding-top: 2px;
    padding-bottom: 2px;
}

.button-tags-variant-2 .button.button-icon .icon.icon-xxs {
    font-size: 12px;
    padding-right: 5px;
}

.button-tags-variant-2 .button-transparent {
    color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

.button-tags-variant-2 .button-transparent:hover,
.button-tags-variant-2 .button-transparent:focus {
    color: #fff;
    background: #ff9f1c;
    border-color: #ff9f1c;
}

.button-tags-variant-2 .button-transparent:hover .icon,
.button-tags-variant-2 .button-transparent:focus .icon {
    opacity: 1;
}

.button-tags-variant-2 .button-active {
    color: #fff;
    background: #ff9f1c;
    border-color: #ff9f1c;
}

.button-tags-variant-2 .button-active .icon {
    opacity: 1;
}

.button-tags-variant-2 .icon {
    opacity: 0;
    transition: .3s all ease;
}

.button-tags .button+.button {
    margin-top: 0;
}

.button-wide-left-icon {
    position: relative;
    overflow: hidden;
    border: none;
}

.button-wide-left-icon span:nth-child(2) {
    width: 100%;
}

.button-wide-left-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
    transition: .3s all ease;
}

.button-block {
    display: block;
    width: 100%;
}

.page .icon {
    font-size: 16px;
    display: inline-block;
}

.page .icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-filled-gallery {
    background: #eee;
}

.icon-filled-turquoise {
    background: #2ec4b6;
}

.icon-filled-white {
    background: #fff;
}

.icon-filled-transparent {
    background: rgba(255, 255, 255, 0.2);
}

.icon-filled-primary {
    background: #ff9f1c;
}

.icon-filled-twitter {
    background: #55acee;
}

.icon-filled-facebook {
    background: #3b5998;
}

.icon-filled-google-plus {
    background: #dd4b39;
}

.page .icon-xxs {
    font-size: 14px;
}

.page .icon-xxs.icon-circle {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.page .icon-xxs.icon-circle-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.page .icon-sm {
    font-size: 20px;
}

.page .icon-sm.icon-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.page .icon-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.page .icon-xl {
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 45px;
}

.icon-outlined {
    position: relative;
}

.icon-outlined,
.icon-outlined:after {
    border-radius: 50%;
}

.icon-outlined img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-outlined:after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    content: '';
    border: 2px solid #f9f9f9;
}

.page .icon-square {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.page .icon-square.icon-filled-gallery {
    transition: .3s all ease;
}

.page .icon-square.icon-filled-gallery:hover {
    color: #eee;
    background: #888;
}

.page .icon-square.icon-sm {
    line-height: 32px;
}

.page .icon-circle {
    position: relative;
    border-radius: 50%;
}

.page .icon-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    will-change: content;
}

.page .icon-circle-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.icon-circle.fa[class*="icon-filled"].fa-twitter,
.icon-circle.fa[class*="icon-filled"].fa-facebook,
.icon-circle.fa[class*="icon-filled"].fa-google-plus {
    transition: .3s all ease;
}

.icon-circle.fa[class*="icon-filled"].fa-twitter:hover,
.icon-circle.fa[class*="icon-filled"].fa-facebook:hover,
.icon-circle.fa[class*="icon-filled"].fa-google-plus:hover {
    color: #fff;
}

.icon-circle.fa[class*="icon-filled"].fa-twitter:hover {
    background: #2795e9;
}

.icon-circle.fa[class*="icon-filled"].fa-facebook:hover {
    background: #2d4373;
}

.icon-circle.fa[class*="icon-filled"].fa-google-plus:hover {
    background: #c23321;
}

.thumbnail {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.thumbnail .caption {
    padding: 0;
    color: #000;
}

.img-thumbnail,
.thumbnail {
    box-shadow: none;
}

.thumbnail-block {
    display: block;
}

.thumbnail-block>img,
.thumbnail-block a>img {
    width: 100%;
    height: auto;
}

.thumbnail-classic {
    position: relative;
    display: block;
}

.thumbnail-classic img {
    position: relative;
    width: 100%;
}

.thumbnail-classic .figure {
    position: relative;
    overflow: hidden;
    display: block;
}

.thumbnail-classic .figure:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
    background-repeat: repeat-x;
}

.thumbnail-classic .figcaption {
    position: absolute;
    line-height: 1.5;
    left: 10px;
    bottom: 18px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 575.98px) {
    .thumbnail-classic.thumbnail-classic-bordered {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.thumbnail-classic.thumbnail-classic-bordered .figure,
.thumbnail-classic.thumbnail-classic-bordered .figure:before,
.thumbnail-classic.thumbnail-classic-bordered .figure img {
    border-radius: 4px;
}

.thumbnail-classic.thumbnail-classic-fullwidth {
    border: 1px solid #fff;
}

.thumbnail-classic.thumbnail-classic-fullwidth,
.thumbnail-classic.thumbnail-classic-fullwidth .figure,
.thumbnail-classic.thumbnail-classic-fullwidth img {
    width: 100%;
    height: 100%;
}

.thumbnail-classic+.thumbnail-classic {
    margin-top: 30px;
}

.desktop .thumbnail-classic img {
    will-change: transform;
    transition: all 300ms ease-in-out;
    transform: translate(-12px) scale(1.05);
    transform-origin: 0% 50%;
    z-index: 0;
}

.desktop .thumbnail-classic .figure:before {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all 300ms ease;
    z-index: 1;
}

.desktop .thumbnail-classic .figcaption {
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    transition: all 300ms ease;
    z-index: 1;
}

.desktop .thumbnail-classic:hover img {
    transform: translate(0) scale(1.05);
}

.desktop .thumbnail-classic:hover .figcaption,
.desktop .thumbnail-classic:hover .figure:before {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.thumbnail-rayen {
    display: block;
}

.thumbnail-rayen .figure {
    position: relative;
    display: inline-block;
}

.thumbnail-rayen .figure:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    background-repeat: repeat-x;
}

.thumbnail-rayen .figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .thumbnail-rayen .figcaption {
        transform: translate(-50%, 100%);
    }
    .thumbnail-rayen .figure:before,
    .thumbnail-rayen .figcaption {
        opacity: 0;
        transition: .3s all ease;
    }
    .thumbnail-rayen:hover .figure:before,
    .thumbnail-rayen:hover .figcaption {
        opacity: 1;
    }
    .thumbnail-rayen:hover .figcaption {
        transform: translate(-50%, -50%);
    }
}

.rd-mailform {
    position: relative;
}

.form-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #888;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label {
    margin-bottom: 10px;
    font-weight: 400;
}

.input-sm,
.input-lg,
.form-input {
    font-size: 14px;
}

.input-sm,
.input-sm:focus,
.input-lg,
.input-lg:focus,
.form-input,
.form-input:focus {
    box-shadow: none;
}

textarea.form-input {
    height: 170px;
    min-height: 50px;
    max-height: 370px;
    resize: vertical;
    line-height: 1.2;
}

.form-wrap.form-wrap-xs textarea.form-input {
    padding-top: 12px;
}

.form-input {
    -webkit-appearance: none;
    border-radius: 30px;
    line-height: 30px;
}

.form-input:focus {
    outline: 0;
}

.form-wrap {
    position: relative;
}

.form-wrap.form-wrap-xs {
    margin-bottom: 10px;
}

.form-wrap.form-wrap-xs .form-label {
    top: 22.5px;
    left: 28px;
    font-size: 1.2rem;
}

.form-wrap.form-wrap-xs .form-input {
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 23px;
}

.form-wrap.form-wrap-xxs {
    margin-bottom: 10px;
}

.form-wrap.form-wrap-xxs .form-label,
.form-wrap.form-wrap-xxs .form-input {
    font-size: 12px;
}

.form-wrap.form-wrap-xxs .form-label {
    top: 15px;
    left: 15px;
}

.form-wrap.form-wrap-xxs .form-input {
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 13px;
}

@media (max-width: 767.98px) {
    .form-wrap {
        margin-bottom: 5px;
    }
}

.form-wrap+.form-button {
    margin-top: 12px;
}

.form-wrap+.form-button-2 {
    margin-top: 20px;
}

.form-wrap.form-offset-bottom-none {
    margin-bottom: 0;
}

.form-label {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 14px;
    color: #888;
    pointer-events: none;
    z-index: 1;
    transition: .3s;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #888;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }
    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        transform: none;
        color: #888;
        font-size: 14px;
    }
}

.form-validation {
    position: absolute;
    right: 22px;
    top: 2px;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #d9534f;
    margin-top: 2px;
    transition: .3s;
    z-index: 1;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-input:not(.form-input-impressed),
.has-error .form-input:not(.form-input-impressed):focus {
    border-color: #f2dede;
    box-shadow: none;
}

.has-error .form-input-impressed,
.has-error .form-input-impressed:focus {
    box-shadow: inset 0 0 0 1px #f2dede;
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #f2dede;
    background-color: #f2dede;
}

.has-error .input-group-btn>.button {
    border-color: #f2dede;
    background: #f2dede;
}

.has-error .form-validation {
    color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-input:not(.form-input-impressed),
.has-success .form-input:not(.form-input-impressed):focus {
    border-color: #dff0d8;
    box-shadow: none;
}

.has-success .form-input-impressed,
.has-success .form-input-impressed:focus {
    box-shadow: inset 0 0 0 1px #dff0d8;
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #dff0d8;
    background-color: #dff0d8;
}

.has-success .input-group-btn>.button {
    border-color: #dff0d8;
    background: #dff0d8;
}

.has-success .form-validation {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-input:not(.form-input-impressed),
.has-warning .form-input:not(.form-input-impressed):focus {
    border-color: #fcf8e3;
    box-shadow: none;
}

.has-warning .form-input-impressed,
.has-warning .form-input-impressed:focus {
    box-shadow: inset 0 0 0 1px #fcf8e3;
}

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fcf8e3;
    background-color: #fcf8e3;
}

.has-warning .input-group-btn>.button {
    border-color: #fcf8e3;
    background: #fcf8e3;
}

.has-warning .form-validation {
    color: #8a6d3b;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
    color: #31708f;
}

.has-info .form-input:not(.form-input-impressed),
.has-info .form-input:not(.form-input-impressed):focus {
    border-color: #d9edf7;
    box-shadow: none;
}

.has-info .form-input-impressed,
.has-info .form-input-impressed:focus {
    box-shadow: inset 0 0 0 1px #d9edf7;
}

.has-info .input-group-addon {
    color: #fff;
    border-color: #d9edf7;
    background-color: #d9edf7;
}

.has-info .input-group-btn>.button {
    border-color: #d9edf7;
    background: #d9edf7;
}

.has-info .form-validation {
    color: #31708f;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}

#form-output-global.active {
    transform: translateX(0);
    visibility: visible;
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #d9534f;
}

.form-output.success {
    color: #5cb85c;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: -20px;
    margin-top: 5px;
    outline: none;
    cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: transparent;
    box-shadow: none;
    border: 1px solid #000;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    position: absolute;
    opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
    opacity: 1;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
    content: '';
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #222;
    border-radius: 50%;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.checkbox,
.checkbox-inline {
    padding-left: 20px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    border-radius: 1px;
    margin-left: 0;
    left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff9f1c;
}

.page .checkbox-inline-right {
    margin-top: -15px;
    padding-right: 20px;
}

.page .checkbox-inline-right .checkbox-custom,
.page .checkbox-inline-right .checkbox-custom-dummy {
    transform: translate(103px, 4px);
}

@media (min-width: 576px) {
    .page .checkbox-inline-right {
        margin-top: 0;
        padding-right: 10px;
    }
}

.page .checkbox-inline-left,
.page .checkbox-inline-left span {
    line-height: 1;
}

.page .checkbox-inline-left .checkbox-custom-dummy {
    margin-top: 3px;
}

.page .checkbox-inline-left>span {
    padding-left: 7px;
}

.form-inline-search {
    padding-left: 20px;
    padding-right: 20px;
}

.form-inline-search .button-wrap {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .form-inline-search .button-wrap {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .form-inline-search {
        padding-left: 0;
        padding-right: 0;
    }
    .form-inline-search .form-wrap+.form-wrap {
        margin-left: -1px;
    }
}

@media (min-width: 768px) {
    .form-inline-search {
        font-size: 0;
    }
    .form-inline-search .form-wrap-xs .form-input {
        border-radius: 0;
    }
    .form-inline-search .form-inline-item {
        display: inline-block;
        margin: 0;
    }
    .form-inline-search .form-inline-item:first-child {
        position: relative;
    }
    .form-inline-search .form-inline-item:first-child:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1px;
        height: 20px;
        width: 1px;
        background: #ddd;
        transform: translateY(-50%);
        z-index: 1;
    }
    .form-inline-search .form-inline-item:first-child .form-input {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .form-inline-search .form-inline-item:nth-child(3) {
        position: relative;
    }
    .form-inline-search .form-inline-item:nth-child(3):after {
        content: '→';
        position: absolute;
        top: 50%;
        left: -10px;
        margin-top: -3px;
        font-size: 20px;
        transform: translateY(-50%);
    }
    .form-inline-search .form-inline-item:nth-last-child(2) {
        position: relative;
    }
    .form-inline-search .form-inline-item:nth-last-child(2):after {
        content: '';
        position: absolute;
        top: 50%;
        left: 4px;
        height: 20px;
        width: 1px;
        background: #ddd;
        transform: translateY(-50%);
        z-index: 1;
    }
    .form-inline-search .form-inline-item:last-child {
        vertical-align: top;
    }
    .form-inline-search .form-inline-item:last-child .button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .form-inline-search .form-inline-item .button {
        height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .form-inline-search .form-inline-item .button {
        min-width: 100px;
    }
}

@media (min-width: 768px) {
    .form-inline-search .form-inline-item .form-input {
        border-left: none;
        border-right: none;
    }
    .form-inline-search .form-inline-item-xs {
        max-width: 100px;
    }
}

@media (min-width: 992px) {
    .form-inline-search .form-inline-item-xs {
        max-width: 115px;
    }
}

.ie-11 .form-inline-search .form-wrap:first-child {
    margin-right: -1px;
}

.form-blog-search {
    position: relative;
}

.form-blog-search .form-search-submit {
    position: absolute;
    top: -1px;
    left: 14px;
    bottom: 0;
    z-index: 1;
    font-size: 16px;
    color: #aaa;
    background: transparent;
    border: none;
    transition: .3s all ease;
    outline: none;
    cursor: pointer;
}

.form-blog-search .form-search-submit:hover {
    color: #ff9f1c;
}

.form-blog-search .form-wrap .form-label {
    top: 20px;
    left: 47px;
}

.form-blog-search .form-wrap .form-input {
    padding-left: 46px;
    background: #f5f5f5;
    border-color: #f5f5f5;
}

@media (min-width: 992px) {
    .form-blog-search .form-search-submit {
        left: 10px;
    }
    .form-blog-search .form-wrap .form-label {
        left: 40px;
    }
}

@media (min-width: 1200px) {
    .form-blog-search .form-search-submit {
        left: 14px;
    }
    .form-blog-search .form-wrap .form-label {
        left: 47px;
    }
}

.tablet .form-blog-search .form-search-submit,
.mobile .form-blog-search .form-search-submit {
    left: 2px;
}

.tablet .form-blog-search.form-blog-search-type-2 .form-search-submit,
.mobile .form-blog-search.form-blog-search-type-2 .form-search-submit {
    left: 7.5px;
}

.form-comment {
    position: relative;
}

.form-comment .form-label,
.form-comment .form-input {
    color: #aaa;
}

.form-comment .form-wrap.form-wrap-xs .form-label {
    top: 19px;
    left: 22px;
}

.form-comment .form-input {
    border-radius: 3px;
    border-color: #ddd;
}

.form-comment button {
    position: absolute;
    top: 50%;
    right: 15px;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.form-comment.form-comment-comment-inner button {
    right: 8px;
}

.tablet .form-comment button,
.mobile .form-comment button {
    right: 2px;
}

.form-search-results {
    position: relative;
}

.form-search-results .form-wrap.form-wrap-xs .form-input {
    padding-right: 90px;
}

.form-search-results .form-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    background: #ff9f1c;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: .3s all ease;
    outline: none;
    cursor: pointer;
}

.form-search-results .form-search-submit:hover {
    background: #e88600;
}

.unit {
    display: flex;
    flex: 0 1 100%;
}

[class*='unit']:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.unit-body {
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit {
    margin-bottom: -20px;
    margin-left: -30px;
}


.owl-prev,
.owl-next {
    display: none !important;
    position: absolute;
    top: 50%;
    margin-top: -5px !important;
    border: 2px solid #eee;
    font: 900 14px/14px "Material Design Icons";
    border-radius: 50%;
    color: #000;
    background: transparent;
    transform: translateY(-50%);
    transition: .3s all ease;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.owl-prev,
.owl-next {
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-display: none !important;
}

.owl-prev:before,
.owl-next:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-prev:hover,
.owl-next:hover {
    color: #fff;
    background: #ff9f1c;
    border-color: #ff9f1c;
}

@media (min-width: 1200px) {
    .owl-prev,
    .owl-next {
        display: inline-block !important;
    }
}

.owl-prev {
    left: 0;
}

.owl-prev:before {
    content: '\f237';
}

.owl-next {
    right: 0;
}

.owl-next:before {
    content: '\f238';
}

@media (min-width: 1800px) {
    .owl-prev {
        left: -10%;
    }
    .owl-next {
        right: -10%;
    }
}

.owl-nav-type-2 .owl-prev,
.owl-nav-type-2 .owl-next {
    width: 34px;
    height: 34px;
    margin-top: -10px;
    line-height: 32px;
    color: #000;
    background: #fff;
    border-color: #fff;
}

.owl-nav-type-2 .owl-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.owl-nav-type-2 .owl-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.owl-nav-type-3 .owl-prev,
.owl-nav-type-3 .owl-next {
    background: #fff;
    border-color: #fff;
}

.owl-nav-type-3 .owl-prev:hover,
.owl-nav-type-3 .owl-next:hover {
    background: #ff9f1c;
    border-color: #ff9f1c;
}

.owl-nav-type-3 .owl-prev {
    left: 30px;
}

.owl-nav-type-3 .owl-next {
    right: 30px;
}

@media (min-width: 1800px) {
    .owl-navs-offset-inverse .owl-prev {
        left: -6.5%;
    }
    .owl-navs-offset-inverse .owl-next {
        right: -6.5%;
    }
}

.owl-navs-offset-0 .owl-prev,
.owl-navs-offset-0 .owl-next {
    margin-top: 8px !important;
}

.owl-navs-offset-0 .owl-prev {
    left: 0;
}

.owl-navs-offset-0 .owl-next {
    right: 0;
}

.owl-navs-lg-veil .owl-prev,
.owl-navs-lg-veil .owl-next {
    display: none !important;
}

@media (min-width: 1800px) {
    .owl-navs-lg-veil .owl-prev,
    .owl-navs-lg-veil .owl-next {
        display: inline-block !important;
    }
}

.owl-navs-white .owl-prev,
.owl-navs-white .owl-next {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.owl-navs-white .owl-prev:hover,
.owl-navs-white .owl-next:hover {
    color: #ff9f1c;
    background: #fff;
}

.owl-nav-alabaster .owl-prev,
.owl-nav-alabaster .owl-next {
    border-color: #f9f9f9;
}

.owl-nav-alabaster .owl-prev:hover,
.owl-nav-alabaster .owl-next:hover {
    border-color: #eee;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .owl-dots {
        display: none !important;
    }
}

.owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    text-align: center;
    outline: none;
    border-radius: 50%;
    background: #000;
    transition: .3s all ease;
    pointer-events: none;
    will-change: transform;
}

.owl-dot.active {
    transform: scale(0.6);
    box-shadow: 0 0 0 6px #ff9f1c;
}

.owl-dot+.owl-dot {
    margin-left: 15px;
}

@media (min-width: 1200px) {
    .owl-dot {
        pointer-events: all;
    }
    .owl-dot:hover {
        box-shadow: 0 0 0 6px #ff9f1c;
    }
}

.owl-dots-primary .owl-dot {
    background: #000;
    padding: 0;
    border: none;
    outline: none;
    pointer-events: auto;
    cursor: pointer;
}

.owl-dots-primary .owl-dot.active {
    transform: scale(0.8);
    box-shadow: 0 0 0 6px #ff9f1c;
}

@media (min-width: 1200px) {
    .owl-dots-primary .owl-dot:hover {
        box-shadow: 0 0 0 6px #ff9f1c;
    }
}

.owl-dots-white .owl-dot {
    background: #fff;
    padding: 0;
    border: none;
    outline: none;
    pointer-events: auto;
    cursor: pointer;
}

.owl-dots-white .owl-dot.active {
    transform: scale(0.8);
    box-shadow: 0 0 0 6px #000;
}

@media (min-width: 1200px) {
    .owl-dots-white .owl-dot:hover {
        box-shadow: 0 0 0 6px #000;
    }
}

.owl-dots-lg-reveal .owl-dots {
    display: block !important;
}

@media (min-width: 1800px) {
    .owl-dots-lg-reveal .owl-dots {
        display: none !important;
    }
}


@-webkit-keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}


.rd-navbar-wrap,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed.rd-navbar-right-side-wrap-mobile .rd-navbar-right-side-wrap,
.rd-navbar-fixed.rd-navbar-right-side-contacts-mobile .rd-navbar-right-side-contacts,
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-fixed .rd-navbar-search .form-wrap {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-brand,
.rd-navbar-slogan,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-collapse-items,
.brand-name,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-search-form-input,
.rd-navbar-search-form-submit,
.rd-navbar-search-toggle,
.rd-navbar-live-search-results,
.rd-navbar-search-form {
    transition: .3s all ease;
}
.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #333;
    display: none;
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #333;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
    border:blue solid;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: '';
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-18px);
}

.rd-navbar--has-sidebar body {
    padding-left: 270px;
}

.rd-navbar--is-stuck {
    box-shadow: none;
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
    display: none;
}




.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color:#001F3F !important;
    background-color: transparent;
    border: none;
    display: none;
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after {
    top: 8px;
}


.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #001F3F;
    backface-visibility: hidden;
    border-radius: 1px;
}

.rd-navbar-toggle span {
    transform: rotate(180deg);
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
    transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-toggle:focus {
    outline: none;
}
.rd-navbar-collapse {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #000;
    background-color: transparent;
    border: none;
    right: 6px;
    display: block;
}

.rd-navbar-collapse span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-collapse span,
.rd-navbar-collapse span:before,
.rd-navbar-collapse span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
}

.rd-navbar-collapse span:before,
.rd-navbar-collapse span:after {
    content: '';
}

.rd-navbar-collapse span:before {
    bottom: 100%;
    margin-bottom: 3px;
}
.rd-navbar-collapse span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-collapse.active span {
    transform: scale(0.7);
}

.rd-navbar-collapse.active span:before {
    transform: translateY(18px);
}

.rd-navbar-collapse.active span:after {
    transform: translateY(-18px);
}

.rd-navbar-collapse:focus {
    outline: none;
}

.rd-navbar-collapse.active span {
    transform: scale(1);
}

.rd-navbar-fixed .rd-navbar-panel .rd-navbar-collapse {
    top: 6px;
}

.rd-navbar-brand .brand-name {
    color: #333;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}

.rd-navbar-dropdown {
    display: none;
}




.rd-navbar .rd-search {
    width: 350px;
}

.rd-navbar .rd-search-toggle {
    display: inline-block;
    font: 400 18px/36px "FontAwesome";
}

.rd-navbar .rd-search-toggle,
.rd-navbar .rd-search-toggle:before,
.rd-navbar .rd-search-toggle:after {
    text-align: center;
    width: 36px;
    height: 36px;
}

.rd-navbar .rd-search-toggle:before,
.rd-navbar .rd-search-toggle:after {
    position: absolute;
    left: 0;
    top: 0;
}

.rd-navbar .rd-search-toggle:before {
    content: '\f002';
    transition: .3s all ease;
    transform: scale(1) rotate(0deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar .rd-search-toggle:after {
    content: '\f00d';
    transition: .3s all ease;
    transform: scale(0) rotate(-90deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar .rd-search-toggle.active:before {
    transform: scale(0) rotate(90deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar .rd-search-toggle.active:after {
    transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed .rd-navbar .rd-search-toggle,
.rd-navbar-fixed .rd-navbar .rd-search-toggle:before {
    width: 48px;
    line-height: 48px;
}

.rd-navbar .rd-search-form-submit {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #333;
    text-align: center;
    font-size: 24px;
}

.rd-navbar .rd-search-form-submit:before {
    content: "\f002";
    font-weight: 400;
    font-family: "FontAwesome";
}

.rd-navbar .rd-search-form-submit.active {
    transform: scale(0.7);
}

.rd-navbar-live-search-results {
    position: absolute;
    left: 4px;
    right: 4px;
    padding: 16px 8px 8px;
    top: 100%;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    z-index: 998;
}

.rd-navbar-live-search-results .search-quick-result {
    padding-left: 8px;
    font-size: 14px;
    line-height: 30px;
    color: #757575;
}

.rd-navbar-live-search-results .search_list {
    margin-top: 4px;
    font-size: 16px;
    line-height: 30px;
}

.rd-navbar-live-search-results .search_list li+li {
    margin-top: 2px;
}

.rd-navbar-live-search-results .search_list .search_list li+li:last-child {
    margin-top: 8px;
    border-top: 1px solid #EBEBEB;
    padding-top: 7px;
}

.rd-navbar-live-search-results .search_link {
    display: block;
    padding: 8px;
    color: #757575;
    border-radius: 2px;
}

.rd-navbar-live-search-results .search_link:hover {
    background: #F7F7F7;
}

.rd-navbar-live-search-results .search_link p {
    margin-top: 0;
    font-size: 14px;
    display: none;
}

.rd-navbar-live-search-results .search_title {
    color: #212121;
    font-weight: 400;
}

.rd-navbar-live-search-results .search_submit {
    display: block;
    text-align: center;
    padding: 8px;
    font-weight: 700;
    color: #ff9f1c;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-navbar-live-search-results .search_submit:hover {
    background: #F7F7F7;
}

.rd-navbar-live-search-results.active {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 700px) {
    .rd-navbar-live-search-results .search_link p {
        display: block;
    }
}

.rd-navbar-live-search-results {
    transform: translateY(-100%);
}

.rd-navbar-live-search-results.active {
    transform: translateY(0);
}

.rd-navbar-shop {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 9;
    transition: .3s;
}
.rd-navbar-shop:hover {
    color: #ff9f1c;
}

.rd-navbar-shop:focus {
    outline: 0;
    color: #ff9f1c;
} 



.rd-navbar-static .rd-navbar-search-form-input input,
.rd-navbar-sidebar .rd-navbar-search-form-input input,
.rd-navbar-fullwidth .rd-navbar-search-form-input input {
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
}

.rd-navbar-static,
.rd-navbar-fullwidth {
    position: relative;
}

.rd-navbar-static.rd-navbar-right-side-wrap-mobile .rd-navbar-right-side-wrap a,
.rd-navbar-fullwidth.rd-navbar-right-side-wrap-mobile .rd-navbar-right-side-wrap a {
    transition: .3s all ease;
}

.rd-navbar-static.rd-navbar-right-side-wrap-mobile .rd-navbar-right-side-wrap a:hover,
.rd-navbar-fullwidth.rd-navbar-right-side-wrap-mobile .rd-navbar-right-side-wrap a:hover {
    color: #ff9f1c;
    text-decoration: none;
}

.rd-navbar-static:after,
.rd-navbar-fullwidth:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-inner {
    align-items: center;
    justify-content: space-between;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-static .rd-navbar-panel,
.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-right-side-wrap,
.rd-navbar-fullwidth .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-panel,
.rd-navbar-fullwidth .rd-navbar-nav-wrap,
.rd-navbar-fullwidth .rd-navbar-right-side-wrap {
    display: flex;
}

.rd-navbar-static .rd-navbar-brand,
.rd-navbar-static .rd-navbar-nav>li>a,
.rd-navbar-static .rd-navbar-search-toggle,
.rd-navbar-static .rd-navbar-right-side-wrap,
.rd-navbar-fullwidth .rd-navbar-brand,
.rd-navbar-fullwidth .rd-navbar-nav>li>a,
.rd-navbar-fullwidth .rd-navbar-search-toggle,
.rd-navbar-fullwidth .rd-navbar-right-side-wrap {
    position: relative;
    z-index: 3;
}

.rd-navbar-static .rd-navbar-nav>li>a,
.rd-navbar-fullwidth .rd-navbar-nav>li>a {
    position: relative;
    display: block;
    font-size: 1rem;
    font-size: 1.2rem;
}

.rd-navbar-static .rd-navbar-nav>li>a:after,
.rd-navbar-fullwidth .rd-navbar-nav>li>a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background:#c05838;
    transition: .3s all ease;
}

.rd-navbar-static .rd-navbar-nav>li.active>a:after,
.rd-navbar-static .rd-navbar-nav>li.focus>a:after,
.rd-navbar-static .rd-navbar-nav>li>a:hover:after,
.rd-navbar-fullwidth .rd-navbar-nav>li.active>a:after,
.rd-navbar-fullwidth .rd-navbar-nav>li.focus>a:after,
.rd-navbar-fullwidth .rd-navbar-nav>li>a:hover:after {
    width: 100%;
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.rd-navbar--has-dropdown .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.rd-navbar--has-dropdown .rd-navbar-submenu-toggle {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.rd-navbar--has-dropdown .rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.rd-navbar--has-dropdown .rd-navbar-submenu-toggle:before {
    content: '\e315';
    font-family: 'Material Icons';
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-megamenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu.focus>.rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu.focus>.rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.focus>.rd-navbar-dropdown {
    display: block;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-inner {
    position: relative;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    transition: .3s all ease;
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown {
    display: block;
    position: absolute;
    text-align: left;
    margin-top: 29px;
    left: 0;
    width: 245px;
    z-index: 5;
    padding: 20px 15px;
}

@media (min-width: 992px) and (max-width: 1499px) {
    .rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown,
    .rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown {
        margin-left: -125px;
        width: 195px;
    }
}

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened>.rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus>.rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened>.rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav>li,
.rd-navbar-fullwidth .rd-navbar-nav>li {
    display: inline-block;
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-megamenu {
    top: 100%;
    z-index: 15;
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown {
    left: 100%;
    top: 0px;
    z-index: 2;
}



.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown>li>a {
    color: #fff;
}

.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a {
    display: block;
    padding: 2px 20px;
    color: #aaa;
    background: transparent;
}

.rd-navbar-static .rd-navbar-dropdown>li>a:hover,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover {
    color: #ff9f1c;
    background: transparent;
}

.rd-navbar-static .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li.focus>a {
    color: #ff9f1c;
    background: transparent;
}

.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-megamenu {
    left: 10px;
    width: 98%;
    position: absolute;
    text-align: left;
    margin-top: 0;
    max-width: 1200px;
    background-color: #fff;
    background-image: url(../images/mega-menu-1200x400.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 4;
    padding: 55px 55px 90px;
}

.rd-navbar-static .rd-navbar-megamenu ul a,
.rd-navbar-fullwidth .rd-navbar-megamenu ul a {
    display: inline-block;
    color: #aaa;
    background: transparent;
}

.rd-navbar-static .rd-navbar-megamenu ul a:hover,
.rd-navbar-fullwidth .rd-navbar-megamenu ul a:hover {
    color: #ff9f1c;
    background: transparent;
}

@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-megamenu,
    .rd-navbar-fullwidth .rd-navbar-megamenu {
        background-position: center center;
    }
}

.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown {
    border-radius: 4px;
}

.rd-navbar-static .rd-navbar-megamenu li a,
.rd-navbar-static .rd-navbar-dropdown li a,
.rd-navbar-fullwidth .rd-navbar-megamenu li a,
.rd-navbar-fullwidth .rd-navbar-dropdown li a {
    font-size: 12px;
    text-transform: uppercase;
}

.rd-navbar-static .rd-navbar-megamenu li+li,
.rd-navbar-static .rd-navbar-dropdown li+li,
.rd-navbar-fullwidth .rd-navbar-megamenu li+li,
.rd-navbar-fullwidth .rd-navbar-dropdown li+li {
    margin-top: 5px;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-dropdown {
    border: 1px solid #e6e6e6;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-dropdown {
    background: #fff;
}

.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
    display: block;
}

.rd-navbar-static .rd-navbar-search-form .form-wrap,
.rd-navbar-fullwidth .rd-navbar-search-form .form-wrap {
    margin-bottom: 0;
}

.rd-navbar-static .rd-navbar-search-form:after,
.rd-navbar-fullwidth .rd-navbar-search-form:after {
    left: 100%;
}

.rd-navbar-static .rd-navbar-search-form-submit,
.rd-navbar-fullwidth .rd-navbar-search-form-submit {
    background-color: transparent;
    right: 27px;
    border: none;
}

.rd-navbar-static .rd-navbar-search-form-input,
.rd-navbar-fullwidth .rd-navbar-search-form-input {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    padding-left: 10px;
}

.rd-navbar-static .rd-navbar-search-toggle,
.rd-navbar-fullwidth .rd-navbar-search-toggle {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: transparent;
    border: none;
}

.rd-navbar-static .rd-navbar-search-toggle:focus,
.rd-navbar-fullwidth .rd-navbar-search-toggle:focus {
    outline: 0;
}

.rd-navbar-static .rd-navbar-search-toggle:hover,
.rd-navbar-fullwidth .rd-navbar-search-toggle:hover {
    color: #ff9f1c;
}

.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-form,
.rd-navbar-fullwidth .rd-navbar-search.active .rd-navbar-search-form {
    visibility: visible;
    transform: rotateX(0deg);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #000;
    border-bottom: 1px solid #333;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner {
    padding-top: 15px;
    padding-bottom: 20px;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu {
    position: absolute;
    transform: translateY(30px);
    text-align: left;
    visibility: hidden;
    opacity: 0;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-dropdown {
    width: 245px;
}

.rd-navbar-static .rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-static.rd-navbar-transparent:after,
.rd-navbar-fullwidth.rd-navbar-transparent:after {
    background: transparent;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown {
    background:black;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu {
    background-image: url(../images/mega-menu-1200x563.jpg);
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu li>a:hover,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu li>a:hover,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu li>a:hover,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu li>a:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown p.text-black,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu p.text-black,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown p.text-black,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu p.text-black,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown p.text-black,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu p.text-black,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown p.text-black,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu p.text-black {
    color: #fff;
}
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown li>a,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu li>a,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown li>a,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu li>a,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown li>a,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu li>a,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown li>a,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu li>a {
    color: #fff;
    transition: .3s all ease;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown li>a:hover,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu li>a:hover,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown li>a:hover,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu li>a:hover,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-dropdown li>a:hover,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-megamenu li>a:hover,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-dropdown li>a:hover,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-megamenu li>a:hover {
    color: #ff9f1c;
}

.rd-navbar-static.rd-navbar-dark-stuck.rd-navbar--is-stuck .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-dark-stuck.rd-navbar--is-stuck .rd-navbar-dropdown {
    border: 1px solid #333;
}

.rd-navbar-static.rd-navbar-overlay.rd-navbar-static.rd-navbar-transparent:after,
.rd-navbar-static.rd-navbar-overlay.rd-navbar-fullwidth.rd-navbar-transparent:after,
.rd-navbar-fullwidth.rd-navbar-overlay.rd-navbar-static.rd-navbar-transparent:after,
.rd-navbar-fullwidth.rd-navbar-overlay.rd-navbar-fullwidth.rd-navbar-transparent:after {
    background: rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar-overlay.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck:after,
.rd-navbar-static.rd-navbar-overlay.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck:after,
.rd-navbar-fullwidth.rd-navbar-overlay.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck:after,
.rd-navbar-fullwidth.rd-navbar-overlay.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck:after {
    display: none;
}

.rd-navbar-static.rd-navbar-light .rd-navbar-nav>li>a,
.rd-navbar-fullwidth.rd-navbar-light .rd-navbar-nav>li>a {
    color: #000;
}

.rd-navbar-static.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar-light.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar-light.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar-light.rd-navbar-fullwidth.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar-light.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar-light.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar-light.rd-navbar-fullwidth.rd-navbar--is-clone {
    border-color: #e6e6e6;
}

.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li.active>a,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li.active>a {
    font-weight: 900;
    color: #000;
}

.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li a,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li a {
    transition: .3s all ease;
}

.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li a:hover,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li a:hover {
    color: #000;
}

.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li>a,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar-light .rd-navbar-nav>li>a {
    font-weight: 400;
    color: #aaa;
}

.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-stuck .rd-navbar-nav,
.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-clone .rd-navbar-nav,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-stuck .rd-navbar-nav,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-clone .rd-navbar-nav {
    margin-top: -3px;
}

.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-static.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-clone .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar-light-lightmenu.rd-navbar--is-clone .rd-navbar-nav>li>.rd-navbar-dropdown {
    margin-top: 23px;
}

.rd-navbar-static.rd-navbar-right-side .rd-navbar-nav-wrap+.divider-vertical,
.rd-navbar-static.rd-navbar-right-side .divider-vertical+.rd-navbar-right-side-contacts,
.rd-navbar-fullwidth.rd-navbar-right-side .rd-navbar-nav-wrap+.divider-vertical,
.rd-navbar-fullwidth.rd-navbar-right-side .divider-vertical+.rd-navbar-right-side-contacts {
    margin-left: 51px;
}

.rd-navbar-static.rd-navbar-right-side .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-right-side .rd-navbar-nav>li>.rd-navbar-dropdown {
    margin-top: 29px;
}

.rd-navbar-static.rd-navbar-right-side.rd-navbar--is-stuck .rd-navbar-inner,
.rd-navbar-static.rd-navbar-right-side.rd-navbar--is-clone .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar--is-stuck .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar-right-side.rd-navbar--is-clone .rd-navbar-inner {
    padding-top: 10px;
    padding-bottom: 13px;
}

.rd-navbar-static.rd-navbar-right-side-contacts .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar-right-side-contacts .rd-navbar-megamenu {
    left: -290px;
    width: 960px;
    margin-top: 28px;
}

@media (min-width: 700px) {
    .rd-navbar-static.rd-navbar-right-side-contacts .rd-navbar-megamenu,
    .rd-navbar-fullwidth.rd-navbar-right-side-contacts .rd-navbar-megamenu {
        left: -515px;
        width: 1150px;
    }
}

@media (min-width: 700px) {
    .rd-navbar-static.rd-navbar-right-side-contacts .rd-navbar-megamenu,
    .rd-navbar-fullwidth.rd-navbar-right-side-contacts .rd-navbar-megamenu {
        left: -540px;
        width: 1170px;
    }
}

.rd-navbar-static.rd-navbar-right-side-contacts.rd-navbar--is-stuck .rd-navbar-megamenu,
.rd-navbar-static.rd-navbar-right-side-contacts.rd-navbar--is-clone .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar-right-side-contacts.rd-navbar--is-stuck .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar-right-side-contacts.rd-navbar--is-clone .rd-navbar-megamenu {
    margin-top: 21px;
}

.rd-navbar-static.rd-navbar-right-side-contacts.rd-navbar--is-stuck .rd-navbar-nav,
.rd-navbar-static.rd-navbar-right-side-contacts.rd-navbar--is-clone .rd-navbar-nav,
.rd-navbar-fullwidth.rd-navbar-right-side-contacts.rd-navbar--is-stuck .rd-navbar-nav,
.rd-navbar-fullwidth.rd-navbar-right-side-contacts.rd-navbar--is-clone .rd-navbar-nav {
    margin-top: -2px;
}

.rd-navbar-static.rd-navbar-right-side-contacts.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-static.rd-navbar-right-side-contacts.rd-navbar--is-clone .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-right-side-contacts.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar-right-side-contacts.rd-navbar--is-clone .rd-navbar-nav>li>.rd-navbar-dropdown {
    margin-top: 24px;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle,
.rd-navbar-sidebar .rd-navbar-collapse-toggle {
    display: inline-block;
    z-index: 9999;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-dropdown {
    display: block;
}

.rd-navbar-fixed .rd-navbar-collapse-items,
.rd-navbar-sidebar .rd-navbar-collapse-items {
    position: absolute;
    width: 260px;
    padding: 25px 15px;
    box-shadow: none;
    color: #333;
    background: #fff;
    font-size: 16px;
    line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-collapse-items li>*,
.rd-navbar-sidebar .rd-navbar-collapse-items li>* {
    vertical-align: middle;
}

.rd-navbar-fixed .rd-navbar-collapse-items li+li,
.rd-navbar-sidebar .rd-navbar-collapse-items li+li {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon,
.rd-navbar-fixed .rd-navbar-collapse-items a,
.rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.rd-navbar-sidebar .rd-navbar-collapse-items a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon,
.rd-navbar-fixed .rd-navbar-collapse-items a[class*="fa"]:before,
.rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.rd-navbar-sidebar .rd-navbar-collapse-items a[class*="fa"]:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-right: 5px;
}

.rd-navbar-fixed .rd-navbar-nav,
.rd-navbar-sidebar {
    width: 270px;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.17);
    z-index: 998;
    padding: 10px 0;
}

.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after,
.rd-navbar-sidebar:before,
.rd-navbar-sidebar:after {
    content: '';
    display: block;
    height: 56px;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar,
.rd-navbar-sidebar::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-thumb,
.rd-navbar-sidebar::-webkit-scrollbar-thumb {
    background: white;
    border: none;
    border-radius: 0;
    opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-track,
.rd-navbar-sidebar::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav li,
.rd-navbar-sidebar .rd-navbar-nav li {
    position: relative;
}
.rd-navbar-fixed .rd-navbar-nav li:hover {
    position: relative;
    border:#001F3F solid 1px;
    margin-top:0px !important;
}

.rd-navbar-fixed .rd-navbar-nav li li>a,
.rd-navbar-sidebar .rd-navbar-nav li li>a {
    padding-left: 10px;
}

.rd-navbar-fixed .rd-navbar-nav li>a,
.rd-navbar-sidebar .rd-navbar-nav li>a {
    position: relative;
    display: block;
    padding: 5px 5px 5px 5px;
}
.rd-navbar-fixed .rd-navbar-nav li li>a {
    padding-left: 3px;
}
.rd-navbar-fixed .rd-navbar-nav li>a:first-letter,
.rd-navbar-sidebar .rd-navbar-nav li>a:first-letter {
    text-transform: uppercase;
}

.rd-navbar-fixed .rd-navbar-nav li.active>a,
.rd-navbar-sidebar .rd-navbar-nav li.active>a {
    color: #777;
    background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-nav li.focus>a,
.rd-navbar-fixed .rd-navbar-nav li>a:hover,
.rd-navbar-sidebar .rd-navbar-nav li.focus>a,
.rd-navbar-sidebar .rd-navbar-nav li>a:hover {
    color: #FFF;
}

.rd-navbar-fixed .rd-navbar-nav li+li,
.rd-navbar-fixed .rd-navbar-nav li>img+a,
.rd-navbar-fixed .rd-navbar-nav li>a+a,
.rd-navbar-fixed .rd-navbar-nav li>a+ul,
.rd-navbar-sidebar .rd-navbar-nav li+li,
.rd-navbar-sidebar .rd-navbar-nav li>img+a,
.rd-navbar-sidebar .rd-navbar-nav li>a+a,
.rd-navbar-sidebar .rd-navbar-nav li>a+ul {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown>li>a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown>li>a {
    padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul>li>a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown ul>li>a {
    padding-left: 25px;
}

.rd-navbar-fixed .rd-navbar-search-form-submit,
.rd-navbar-sidebar .rd-navbar-search-form-submit {
    transform: scale(0.7);
}


.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-navbar-nav>li {
    display: inline-block;
}

.rd-navbar-static .rd-navbar-nav>li+li {
    margin-left: 15px;
}


.rd-navbar-fullwidth {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav {
    width: 100%;
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
    margin-left: 20px;
}


.rd-navbar-brand-mobile {
    display: none;
}

.rd-navbar-collapse {
    display: none;
}

.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-brand-desktop {
    display: none;
}

.rd-navbar-fixed .rd-megamenu-header {
    display: none;
}

.rd-navbar-fixed .rd-navbar-brand-mobile {
    display: block;
}

.rd-navbar-fixed .rd-navbar-collapse {
    display: inline-block;
}



.rd-navbar-fixed .rd-navbar-brand {
    text-align: center;
    position: fixed;
    top: 6px;
    left: 55px;
    right: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 46px;
    height: 48px;
    z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand .brand-name {
    color: #000;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    color: #000;
    z-index: 999;
}

.rd-navbar-fixed .rd-navbar-panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.17);
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
    position: fixed;
    top: 4px;
    left: 3px;
    padding: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    top: -56px;
    left: 0;
    width: 232px;
    padding: 112px 0 56px;
    bottom: -56px;
    color: #fff;
    background: #fff;
    z-index: 15;
    transform: translateX(-120%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    height: 100%;
    overflow: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top:11px;
    margin-top:12%;

}

.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after {
    content: '';
    display: block;
    height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav li>a {
    display: block;
    padding: 11px 56px 11px 16px;
    color: white !important;
    font-size:1.2rem;
    line-height: 120%;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>a,
.rd-navbar-fixed .rd-navbar-nav li a:hover {
    background: white;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle:after {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.active>a {
    background:none !important;
    color: #fff;
}
.rd-navbar-fixed .rd-navbar-nav li.active>a:hover{
    color: #fff;
    background:none !important;
}

.rd-navbar-fixed.rd-navbar-right-side-wrap-mobile .rd-navbar-right-side-wrap {
    position: fixed;
    top: 60px;
    right: 5px;
    z-index: 2;
    width: 180px;
    padding: 20px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease;
    transform: translateX(100%);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.rd-navbar-fixed.rd-navbar-right-side-wrap-mobile .rd-navbar-right-side-wrap.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.rd-navbar-fixed.rd-navbar-right-side-contacts-mobile .rd-navbar-right-side-contacts {
    position: fixed;
    top: 60px;
    right: 5px;
    z-index: 2;
    width: 180px;
    padding: 20px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease;
    transform: translateX(100%);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.rd-navbar-fixed.rd-navbar-right-side-contacts-mobile .rd-navbar-right-side-contacts.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
    display: none;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
    padding-left: 48px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block;
}

.rd-navbar-fixed .rd-navbar-search {
    display: block;
}

.rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
    display: none;
}

.rd-navbar-fixed .rd-navbar-search.active .form-wrap {
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search-form,
.rd-navbar-fixed .rd-navbar-search-toggle {
    right: 4px;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: block;
    position: fixed;
    top: 4px;
    right: 56px;
    font-family: 'Material Icons';
    width: 48px;
    height: 48px;
    z-index: 18;
    color: #333;
}

.rd-navbar-fixed .rd-navbar-search .form-wrap {
    position: fixed;
    top: 0;
    padding-top: 4px;
    left: 56px;
    right: 112px;
    height: 56px;
    background: #fff;
    z-index: 17;
    visibility: hidden;
    opacity: 0;
}

.rd-navbar-fixed .rd-navbar-search .form-wrap input {
    width: 100%;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-search-form,
.rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
    position: fixed;
    margin-right: 0;
    margin-left: auto;
}

.rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
    top: 56px;
}

.rd-navbar-fixed .rd-navbar-search-form {
    top: 0;
    z-index: 1000;
    left: 50px;
    right: 0;
    height: 56px;
}

.rd-navbar-fixed .rd-navbar-search-form label {
    display: none;
}

.rd-navbar-fixed .rd-navbar-search-form-input {
    padding: 8px 40px 8px 10px;
    visibility: hidden;
    opacity: 0;
    height: 40px;
    border: 1px solid #C3C3C3;
    position: relative;
    top: 8px;
    background: #EAEAEA;
    transition: .3s all ease;
    z-index: 1;
    width: 100%;
}

.rd-navbar-fixed .rd-navbar-search-form-input input {
    display: block;
    width: 100%;
    padding: 0 48px 0 20px;
    height: 40px;
    font-size: 16px;
    line-height: 34px;
    color: #000;
    background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-search-form-submit {
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background-color: transparent;
    border: none;
}

.rd-navbar-fixed .rd-navbar-search-form-submit:focus {
    outline: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle.active {
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form-input,
.rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form-submit {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {
    .rd-navbar-fixed .rd-navbar-search-form,
    .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
        max-width: 340px;
    }
    .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
        right: 4px;
    }
}

@media (min-width: 576px) {
    .rd-navbar-fixed .rd-navbar-search .rd-navbar-brand .brand-name {
        font-size: 24px;
    }
}

.rd-navbar-fixed .rd-navbar-nav li:hover>a,
.rd-navbar-fixed .rd-navbar-nav li:hover>a:hover,
.rd-navbar-fixed .rd-navbar-nav li.focus>a,
.rd-navbar-fixed .rd-navbar-nav li.focus>a:hover {
    color: #FFF;
}

.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.focus>.rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle:hover,
.rd-navbar-fixed .rd-navbar-nav li.focus>.rd-navbar-submenu-toggle:hover {
    cursor: pointer;
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-megamenu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>a {
    background: #ff9f1c;
    color: #FFF;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
    content: '\f078';
    position: absolute;
    top: 22px;
    right: 0;
    margin-top: -22px;
    width: 65px;
    height: 48px;
    font: 400 14px "FontAwesome";
    line-height: 48px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    color: #000;
    border: red solid;

}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-search-toggle {
    position: fixed;
    top: 4px;
    height: 48px;
    z-index: 1000;
    background-color: transparent;
    border: none;
}

.rd-navbar-fixed .rd-navbar-collapse:focus,
.rd-navbar-fixed .rd-navbar-search-toggle:focus {
    outline: none;
}

.rd-navbar-fixed.active .rd-navbar-nav {
    transform: translateX(0);
}

@media (max-width: 1199px) {
    .rd-navbar-fixed.rd-navbar--on-search .brand-name {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.7);
    }
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed.rd-navbar--is-clone .rd-navbar-panel {
    transform: translateY(-110%);
}

.rd-navbar-fixed.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-panel {
    transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

html.rd-navbar-fixed-linked body {
    padding-top: 55px;
}


html.rd-navbar-sidebar-linked body {
    padding-left: 270px;
}

.rd-navbar-sidebar {
    position: fixed;
    display: block;
}

.rd-navbar-sidebar .rd-navbar-nav li:hover>a,
.rd-navbar-sidebar .rd-navbar-nav li:hover>a:hover,
.rd-navbar-sidebar .rd-navbar-nav li.focus>a,
.rd-navbar-sidebar .rd-navbar-nav li.focus>a:hover {
    color: #FFF;
    background: #ff9f1c;
}

.rd-navbar-sidebar .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li.focus>.rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-navbar-nav li.focus>.rd-navbar-submenu-toggle:hover {
    cursor: pointer;
    color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-megamenu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li.opened>.rd-navbar-megamenu {
    opacity: 1;
    height: auto;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened>a {
    background: #ff9f1c;
    color: #FFF;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu-toggle::after {
    content: '\f078';
    position: absolute;
    top: 22px;
    right: 0;
    margin-top: -22px;
    width: 65px;
    height: 44px;
    font: 400 14px "FontAwesome";
    line-height: 42px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
}

.rd-navbar-sidebar .rd-navbar-brand {
    text-align: center;
}

.rd-navbar-sidebar .rd-navbar-collapse-items {
    top: 0;
    left: 0;
    padding-top: 45px;
    transform: scale(0.7);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-collapse {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    z-index: 1;
}

.rd-navbar-sidebar .rd-navbar-collapse.active .rd-navbar-collapse-items {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


html.boxed.rd-navbar--has-sidebar body {
    padding-left: 300px;
    padding-right: 30px;
}

html.boxed .rd-navbar--is-clone {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 0;
}

.tablet .rd-navbar .rd-navbar-nav li .rd-navbar-megamenu [class*='col-'],
.tablet .rd-navbar .rd-navbar-nav li .rd-navbar-megamenu [class*='cell-'] {
    width: 100%;
}

.tablet .rd-navbar .rd-navbar-nav li .rd-navbar-megamenu .offset-md-top-20 {
    margin-top: 0;
}

.map_locations {
    display: none;
}

.google-map-markers {
    display: none;
}

.google-map-container {
    width: 100%;
}

.google-map {
    height: 250px;
    width: 100%;
}

@media (min-width: 576px) {
    .google-map {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .google-map {
        height: 460px;
    }
}

.search_list {
    padding-left: 20px;
    text-align: left;
    font-size: 18px;
    list-style-type: none;
    overflow: hidden;
}

.search_list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.search_list li:before {
    top: 6px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search_list li+li {
    margin-top: 25px;
}

.search_list h5+* {
    margin-top: 8px;
}

.search_list p {
    margin-bottom: 8px;
}

.search_list li:only-child::before {
    display: none;
}

.result-item {
    padding-left: 20px;
    list-style-type: decimal;
    margin-left: 20px;
    color: #333;
}

.result-item>* {
    color: #222;
}

.result-item p {
    font-size: 1rem;
}

.result-item+.result-item {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .result-item {
        padding-left: 40px;
    }
}

.search_title {
    color: #000;
}

.match {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ff9f1c;
}

.match em {
    font-style: normal;
}

.search {
    color: #fff;
    background: #ff9f1c;
}

#rd-search-results-live #search-results {
    background: #fff;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #888;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.33s all ease-in;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#rd-search-results-live #search-results.active {
    visibility: visible;
    opacity: 1;
}

#rd-search-results-live #search-results .result-item {
    padding-left: 15px;
}

#rd-search-results-live #search-results p.match {
    font-size: 14px;
    letter-spacing: 0;
}

#rd-search-results-live #search-results p.match em {
    display: block;
}

#rd-search-results-live #search-results .result-item+.result-item {
    margin-top: 20px;
}

#rd-search-results-live #search-results .search_all {
    margin-top: 20px;
}

#rd-search-results-live #search-results .search_all a:hover {
    color: #ff9f1c;
}

.search_link {
    transition: .3s all ease;
}

.search_link:hover {
    color: #e88600;
}

.search-title a.search-link:hover {
    color: #151515;
}

.rd-range {
    height: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rd-range__wrap {
    position: relative;
    width: 100%;
    background-color: #eee;
    transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 2px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 1030px) {
    .rd-range__wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

.rd-range:hover .rd-range__pointer:before {
    transform: scale(1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.rd-range__pointer {
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: 6%;
    z-index: 1;
    width: 8px;
    height: 16px;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transform-origin: 0% 15%;
    transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
    overflow: visible;
    background-color: #ff9f1c;
    background-clip: padding-box;
}

@media (min-width: 768px) {
    .rd-range__pointer {
        will-change: transform;
    }
    .rd-range__pointer:before {
        content: '';
        height: 26px;
        width: 26px;
        pointer-events: none;
        background: rgba(255, 159, 28, 0.16);
        position: absolute;
        top: -7px;
        left: -7px;
        border-radius: 50%;
        transform: scale(0);
        transition: transform 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
        pointer-events: none;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .rd-range__pointer.active {
        transform: scale3d(1.2, 1.2, 1.2) translate(-50%, -50%);
    }
    .rd-range__pointer.active:before {
        animation: none;
        transform: scale(0);
        opacity: 0;
    }
}

.rd-range__line {
    background-color: #ff9f1c;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
}

.rd-range.hasTooltip .rd-range__pointer-tooltip {
    position: absolute;
    bottom: -23px;
    left: -12px;
    font-size: 12px;
    font-weight: 900;
    color: #888;
    transition: color 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    will-change: contenr;
}

.rd-range.hasTooltip .rd-range__pointer-tooltip:before {
    content: '$';
}

.rd-range.hasTooltip .rd-range__pointer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 1px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rd-range.hasTooltip .rd-range__pointer .rd-range__pointer-tooltip {
        font-size: 10px;
    }
    .rd-range.hasTooltip .rd-range__pointer.rd-range__pointer-1 .rd-range__pointer-tooltip {
        left: -15px;
    }
    .rd-range.hasTooltip .rd-range__pointer.rd-range__pointer-2 .rd-range__pointer-tooltip {
        left: -9px;
    }
}

.rd-range.hasTooltip .rd-range__pointer:before {
    content: none;
}

.rd-range.hasTooltip .rd-range__pointer:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #222;
    opacity: 0;
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.scrollToNext {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.scrollToNext:before {
    display: block;
    transition: .5s;
    transition-delay: 1.4s;
}

.scrollToNext.toTop {
    animation: rotate 1.6s linear;
    animation-delay: 1s;
}

.scrollToNext.toTop:before {
    transform: rotate(180deg);
}

@keyframes rotate {
    0%,
    100% {
        transform: scale(1);
    }
    30%,
    60% {
        transform: scale(0.7);
    }
}

.scrollToNext:focus {
    color: #FFF;
}

.scrollToNext:hover {
    color: #FFF;
    text-decoration: none;
}

.scrollToNext.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile .scrollToNext,
.tablet .scrollToNext {
    display: none !important;
}

@media (min-width: 480px) {
    .scrollToNext {
        right: 40px;
        bottom: 40px;
    }
}

.swiper-container {
    height: 550px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container .swiper-caption-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
}

.swiper-container .swiper-slide {
    position: relative;
    z-index: 1;
}

.swiper-container .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}

.swiper-container *+p {
    margin-top: 8px;
}

@media (min-width: 992px) {
    .swiper-container {
        height: 610px;
    }
}

@media (min-width: 1200px) {
    .swiper-container {
        height: 100vh;
    }
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}


.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}


.swiper-button-prev,
.swiper-button-next {
    display: none;
    position: absolute;
    top: 60%;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    transition: .3s opacity ease;
    transform: translateY(-50%);
    font-size:2rem !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .7;
    font-size: 4rem !important;
}

@media (min-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

@media (min-width: 1200px) {
    .swiper-button-prev,
    .swiper-button-next {
        margin-top: 20px;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 3.5%;
}

.swiper-button-next {
    right: 3.5%;
}

@media (min-width: 1200px) {
    .swiper-button-prev {
        left: 13.3%;
    }
    .swiper-button-next {
        right: 13.3%;
    }
}
@media (max-width: 370px) {
    .offer_area_content-bottom {
       display: flex;
       flex-direction: column;
    }
    .offer_area_content-bottom .rating{
       margin-bottom: .8rem;
    }

}


.swiper-pagination {
    display: block;
    position: absolute;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    pointer-events: none;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    transform: scale(0.6);
    box-shadow: 0 0 0 6px #ff9f1c;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 15px;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .swiper-container-horizontal>.swiper-pagination {
        bottom: 32px;
    }
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}

@media (min-width: 992px) {
    .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
        margin-left: 16px;
        margin-right: 16px;
    }
}


.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}


.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}


.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}


.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}


.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    bottom: 0;
    z-index: 50;
    height: 3px;
    width: 100%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #ff9f1c;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}


.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}


@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
    height: 100%;
}

.swiper-slide {
    white-space: nowrap;
}

.swiper-slide:not(.vide):not(.rd-parallax):before,
.swiper-slide .parallax_cnt:before,
.swiper-slide .vide__body:before {
    content: '';
    display: inline-block;
    height: 50%;
}

.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
}

.swiper-slide-caption p {
    display: none;
}

.swiper-slide,
.swiper-slide h1,
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4,
.swiper-slide h5,
.swiper-slide h6,
.swiper-slide .h1,
.swiper-slide .h2,
.swiper-slide .h3,
.swiper-slide .h4,
.swiper-slide .h5,
.swiper-slide .h6 {
    color: #fff;
}

@media (min-width: 768px) {
    .swiper-slide-caption p {
        display: block;
    }
}

.swiper-slider-variant-2 .swiper-slide:after {
    background: rgba(0, 0, 0, 0.4);
}

.swiper-slider-variant-2 .swiper-button-prev-variant-2 {
    left: 0;
}

.swiper-slider-variant-2 .swiper-button-prev-variant-2 .icon-circle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.swiper-slider-variant-2 .swiper-button-prev-variant-2-wide {
    margin-left: -35px;
}

.swiper-slider-variant-2 .swiper-button-prev-variant-2-wide .icon {
    padding-right: 12px;
}

.swiper-slider-variant-2 .swiper-button-next-variant-2 {
    right: 0;
}

.swiper-slider-variant-2 .swiper-button-next-variant-2 .icon-circle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.swiper-slider-variant-2 .swiper-button-next-variant-2-wide {
    margin-right: -35px;
}

.swiper-slider-variant-2 .swiper-button-next-variant-2-wide .icon {
    padding-left: 12px;
}

.swiper-slider-variant-2 .swiper-button-prev-variant-2-wide .icon-lg,
.swiper-slider-variant-2 .swiper-button-next-variant-2-wide .icon-lg {
    width: 68px;
    height: 68px;
    line-height: 68px;
}

.swiper-slider-variant-2 *+.h6 {
    margin-top: 15px;
}

.swiper-slider-variant-2 *+.group {
    margin-top: 30px;
}

.swiper-slider-variant-2 *:not(.button)+.button {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .swiper-slider-variant-2 {
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-variant-2 *+.h6 {
        margin-top: 30px;
    }
    .swiper-slider-variant-2 *+.group {
        margin-top: 60px;
    }
    .swiper-slider-variant-2 *:not(.button)+.button {
        margin-top: 60px;
    }
}

.ui-to-top {
    overflow: hidden;
    z-index: 1;
    transition: .3s all ease;
    transform: translateY(100px);




    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #c05838;
    position: fixed;
    bottom: 1rem !important;
    height: 2.8rem !important;
    right: 1rem !important;
    width: 2.8rem;
    list-style: none;
    text-decoration: none;
    z-index: 9999999;
    border: 1px white solid;
    color: white;
}

.ui-to-top:focus {
    color: #fff;
}

.ui-to-top:hover {
    color: #fff;
    background: #000;
}

.ui-to-top.active {
    transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

.responsive-tabs .resp-accordion {
    position: relative;
    padding: 10px 35px 15px 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 900;
    color: #000;
    text-align: left;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-overflow: ellipsis;
    transition: all .35s ease;
    border-top: 1px solid #ddd;
}

.responsive-tabs .resp-accordion:first-child {
    border-top: none;
}

.responsive-tabs .resp-accordion .resp-arrow {
    position: absolute;
    top: 7px;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-family: "Material Design Icons";
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    color: #000;
    border: 2px solid transparent;
    text-align: center;
    transition: all .35s ease;
}

.responsive-tabs .resp-accordion .resp-arrow:before {
    content: "";
}

.responsive-tabs .resp-accordion.resp-tab-active,
.responsive-tabs .resp-accordion:hover {
    cursor: pointer;
}

.responsive-tabs .resp-accordion.resp-tab-active,
.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,
.responsive-tabs .resp-accordion:hover,
.responsive-tabs .resp-accordion:hover .resp-arrow {
    color: #ff9f1c;
}

.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow {
    border-color: #eee;
}

.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow:before {
    content: "";
}

@media (min-width: 768px) {
    .responsive-tabs .resp-accordion {
        padding: 18px 60px 18px 0;
        font-size: 18px;
    }
    .responsive-tabs .resp-accordion .resp-arrow {
        top: 16px;
    }
}

.responsive-tabs .resp-tab-content {
    padding: 0 10px 42px 0;
    text-align: left;
    font-size: 14px;
    color: #aaa;
}

@media (min-width: 768px) {
    .responsive-tabs .resp-tab-content {
        padding: 0 30px 92px 0;
    }
}

@media (min-width: 992px) {
    .responsive-tabs .resp-tab-content {
        padding: 0 30px 92px 0;
    }
}

.responsive-tabs .resp-tabs-list {
    display: none;
    padding: 0;
    margin-bottom: 0;
}

.responsive-tabs .resp-tabs-list li {
    position: relative;
    display: inline-block;
    padding: 0 0 13px;
    font-size: 18px;
    font-weight: 900;
    color: #ff9f1c;
    text-transform: uppercase;
    list-style-type: none;
    cursor: pointer;
    transition: all .2s ease-in;
}

.responsive-tabs .resp-tabs-list li.resp-tab-active,
.responsive-tabs .resp-tabs-list li:hover {
    color: #ff9f1c;
    background: transparent;
}

.responsive-tabs .resp-tab-content {
    display: none;
}

@media (min-width: 992px) {
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed),
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) {
        border-bottom: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed) .resp-tab-content+.resp-accordion,
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) .resp-tab-content+.resp-accordion {
        border-top: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed) .resp-accordion,
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) .resp-accordion {
        display: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed) .resp-tabs-list,
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) .resp-tabs-list {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs[data-type="vertical"] {
        display: flex;
        flex: 0 1 auto;
        align-items: flex-start;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-list {
        text-align: left;
        flex-basis: 14%;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-list li {
        display: block;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-list li+li {
        margin-left: 0;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-container {
        flex-basis: 86%;
    }
    .responsive-tabs.tabs-lg-collapsed {
        border-bottom: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-tab-content+.resp-accordion {
        border-top: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-accordion {
        display: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-tabs-list {
        display: block;
    }
}

@media (min-width: 992px) {
    .responsive-tabs-classic[data-type="vertical"],
    .responsive-tabs-classic[data-type="horizontal"] {
        border-bottom: none;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content+.resp-accordion,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content+.resp-accordion {
        border-top: none;
        margin-top: 10px;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list {
        font-size: 0;
        text-align: left;
        position: relative;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list:after,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list:after {
        width: 100%;
        height: 1px;
        content: "";
        background: #ddd;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 0;
        margin-top: -5px;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li {
        text-transform: capitalize;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 400;
        font-size: 18px;
        position: relative;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:after,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:after {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        top: 100%;
        left: 50%;
        z-index: 2;
        margin-top: -5px;
        transition: 0.35s all ease-in;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active,
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li.resp-tab-active,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:hover {
        color: #222;
        border-left-color: transparent;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after,
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover:after,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li.resp-tab-active:after,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:hover:after {
        width: 100%;
        left: 0;
        background: #ff9f1c;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li+li,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li+li {
        margin-left: 57px;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content,
    .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content {
        padding: 15px 0 0 0;
    }
    .responsive-tabs-classic[data-type="vertical"] .tabs-lg-collapsed .resp-tab-content,
    .responsive-tabs-classic[data-type="horizontal"] .tabs-lg-collapsed .resp-tab-content {
        padding: 0 20px 20px;
    }
    .responsive-tabs-classic[data-type="vertical"] .tabs-lg-collapsed .resp-tab-content+.resp-accordion,
    .responsive-tabs-classic[data-type="horizontal"] .tabs-lg-collapsed .resp-tab-content+.resp-accordion {
        border-top: 1px solid #777;
        margin-top: 0;
    }
    .responsive-tabs-classic[data-type="vertical"].tabs-lg-collapsed,
    .responsive-tabs-classic[data-type="horizontal"].tabs-lg-collapsed {
        border-bottom: 1px solid #777;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list {
        text-align: right;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li+li {
        margin-left: 0;
        margin-top: 13px;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li {
        padding: 0 20px;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:after {
        height: 0;
        top: 50%;
        left: 100%;
        margin-left: -1px;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after,
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:hover:after {
        width: 1px;
        left: 100%;
        height: 100%;
        top: 0;
        background: #ff9f1c;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list:after {
        left: auto;
        right: 0;
        width: 1px;
        height: 100%;
        top: 0;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content {
        padding: 0;
    }
    .responsive-tabs-classic[data-type="vertical"] .tabs-lg-collapsed .resp-tab-content {
        padding: 0;
    }
    .responsive-tabs-classic[data-type="vertical"].tabs-lg-collapsed {
        border-bottom: none;
    }
}

.responsive-tabs-boxed .resp-accordion {
    border-radius: 3px;
    border: 1px solid #888;
    padding-left: 20px;
    padding-right: 40px;
}

.responsive-tabs-boxed .resp-accordion .resp-arrow {
    right: 10px;
}

.responsive-tabs-boxed .resp-tab-content {
    padding: 20px 10px;
    text-align: left;
}

@media (min-width: 992px) {
    .responsive-tabs-boxed .resp-tab-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.responsive-tabs-boxed .resp-tab-content+.resp-accordion {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {
        text-align: left;
        font-size: 0;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li {
        position: relative;
        padding: 7px 28px;
        margin-bottom: -1px;
        font-size: 14px;
        font-weight: 700;
        color: #ff9f1c;
        border: 2px solid #ff9f1c;
        border-radius: 0;
        text-transform: uppercase;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li+li,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li+li {
        margin-left: 22px;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active,
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:hover,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:hover {
        background: #ff9f1c;
        color: #fff;
        border-color: #ff9f1c;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
        padding-bottom: 0;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content+.resp-accordion,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content+.resp-accordion {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {
        padding-right: 22px;
        text-align: center;
        margin: 0 0 0 -1px;
        flex-basis: 20%;
    }
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li+li {
        margin-left: 0;
        margin-top: 13px;
    }
    .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-container {
        flex-basis: 80%;
    }
    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.accordion-modern {
    border-bottom: none;
}

.accordion-modern .resp-accordion,
.accordion-modern .resp-tab-content {
    background: #ff9f1c !important;
    border-top: none;
    padding-left: 60px;
    padding-right: 20px;
}

.accordion-modern .resp-accordion .resp-arrow,
.accordion-modern .resp-tab-content .resp-arrow {
    left: 19px;
    font-size: 18px;
    color: #ff9f1c;
    border-radius: 0;
    font-family: "FontAwesome";
    line-height: 22px;
    background: #fff;
}

.accordion-modern .resp-accordion .resp-arrow:before,
.accordion-modern .resp-tab-content .resp-arrow:before {
    content: "\f0fe";
}

@media (min-width: 992px) {
    .accordion-modern .resp-accordion .resp-arrow,
    .accordion-modern .resp-tab-content .resp-arrow {
        font-size: 26px;
    }
}

.accordion-modern .resp-accordion.resp-tab-active .resp-arrow:before,
.accordion-modern .resp-tab-content.resp-tab-active .resp-arrow:before {
    content: "\f146";
}

.accordion-modern .resp-tab-content {
    color: #333;
}

.accordion-modern .resp-accordion {
    color: #222;
}

.accordion-modern .resp-accordion:hover {
    color: #ff9f1c;
    cursor: pointer;
}

.accordion-modern .resp-tab-content+.accordion-modern {
    margin-top: 10px;
}

.accordion-primary .resp-accordion,
.accordion-primary .resp-accordion.resp-tab-active {
    color: #ff9f1c;
}

.accordion-primary .resp-accordion:hover {
    color: #222;
}

.accordion-xs .resp-accordion.resp-tab-active {
    padding-bottom: 5px;
}

.accordion-xs .resp-tab-content {
    padding-bottom: 54px;
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}



.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}


.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}


.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}


.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}


.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 30px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}


.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}


.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}


.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}



.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}


.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}


.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}


.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}


.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

._mCS_1 .mCSB_scrollTools {
    width: 30px;
    background: #333;
}

.mCSB_1_scrollbar .mCSB_buttonUp,
.mCSB_1_scrollbar .mCSB_buttonDown {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    transition: .3s color ease-out;
}

.mCSB_1_scrollbar .mCSB_buttonUp,
.mCSB_1_scrollbar .mCSB_buttonUp:active,
.mCSB_1_scrollbar .mCSB_buttonUp:focus,
.mCSB_1_scrollbar .mCSB_buttonDown,
.mCSB_1_scrollbar .mCSB_buttonDown:active,
.mCSB_1_scrollbar .mCSB_buttonDown:focus {
    color: #fff;
}

.mCSB_1_scrollbar .mCSB_buttonUp:hover,
.mCSB_1_scrollbar .mCSB_buttonDown:hover {
    color: #000;
}

.mCSB_1_scrollbar .mCSB_buttonUp:before,
.mCSB_1_scrollbar .mCSB_buttonDown:before {
    font-family: "material-design";
    font-size: 24px;
    line-height: inherit;
    color: inherit;
}

.mCSB_1_scrollbar .mCSB_buttonUp:before {
    content: '\e073';
}

.mCSB_1_scrollbar .mCSB_buttonDown:before {
    content: '\e071';
}

._mCS_1 .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #cccccc;
}

._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    border-radius: 0;
}

._mCS_1 .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #cccccc;
}

._mCS_1 .mCSB_dragger_bar .mCSB_dragger_bar {
    background-color: #333;
}

#mCSB_1_scrollbar_vertical .mCSB_dragger {
    min-height: 335px !important;
}

#mCSB_1_scrollbar_horizontal .mCSB_dragger {
    width: 335px;
}

.mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
    width: 4px;
}

.select2 {
    width: 100% !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 12;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 2px 10px;
    font-size: 14px;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}


.select2+.form-validation {
    z-index: 14;
}

.select2-container--bootstrap {
    display: block;
}

.select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #888;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #888;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
    outline: 0;
    font-size: 14px;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #888;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #888;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #888;
    opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #888;
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #6c757d;
    cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa;
    color: #16181b;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #ff9f1c;
    color: #333;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 10px 20px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -20px;
    padding-left: 40px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -40px;
    padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 80px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -80px;
    padding-left: 100px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -100px;
    padding-left: 120px;
}

.select2-container--bootstrap .select2-results__group {
    color: #6c757d;
    display: block;
    padding: 9px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.875;
    white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #ff9f1c;
}

@media screen and (prefers-reduced-motion: reduce) {
    .select2-container--bootstrap.select2-container--focus .select2-selection,
    .select2-container--bootstrap.select2-container--open .select2-selection {
        transition: none;
    }
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #ff9f1c transparent;
    border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bootstrap .select2-selection__clear {
    color: #333;
    cursor: pointer;
    float: right;
    font-weight: 400;
    margin-right: 10px;
}





























.select2-container--bootstrap .select2-selection__clear:hover {
    color: #ff9f1c;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #ddd;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #ff9f1c;
    overflow-x: hidden;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    top: 50%;
    font-weight: 400;
    margin-top: -9px;
    right: -8px;
    color: #888;
    height: 20px;
    line-height: 20px;
    content: '\f236';
    font-family: 'Material Design Icons';
    font-size: 14px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #888;
    padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #888;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 50px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 24;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #888;
    float: left;
    margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #888;
    background: #000;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin: 0;
    padding: 0 9px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 20px;
    height: 48px;
    line-height: 24;
    margin-top: 0;
    min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 4.5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ff9f1c;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 9px;
}

.select2-container--bootstrap.input-sm,
.select2-container--bootstrap.input-lg {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0;
}

.select2-container--bootstrap.input-sm .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-wrap-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 34.4px;
    line-height: 1.5;
    padding: 7.2px 28px 7.2px 16px;
}

.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-wrap-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -7.2px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-wrap-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 34.4px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-wrap-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 6.2px 0 0 8px;
    padding: 0 7.2px;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-wrap-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 16px;
    font-size: 12px;
    height: 32.4px;
    line-height: 1.5;
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-wrap-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 7.2px;
}

.select2-container--bootstrap.input-lg .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-wrap-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 47.6px;
    line-height: 1.33333;
    padding: 10.8px 39px 10.8px 24px;
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-wrap-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 5px;
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-wrap-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
    margin-left: -5px;
    margin-left: -10.8px;
    margin-top: -2.5px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-wrap-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 47.6px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-wrap-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px;
    margin: 9.8px 0 0 12px;
    padding: 0 10.8px;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-wrap-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 24px;
    font-size: 18px;
    height: 45.6px;
    line-height: 1.33333;
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-wrap-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 10.8px;
}














































    
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
    border-width: 0 5px 5px 5px;
}


.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
    border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 32px;
    padding-right: 20px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}













.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 20px;
    right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 10px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}

.has-warning.select2-drop-active {
    border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #a94442;
}

















.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}

.has-error.select2-drop-active {
    border-color: #A52A2A;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}

.has-success.select2-drop-active {
    border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .button,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .button {
    vertical-align: top;
}

.form-input.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}

.form-inline .select2-container--bootstrap {
    display: inline-block;
}

.select-xs .select2-container {
    min-width: 120px;
}

.select2-container--bootstrap .select2-selection {
    font-size: 12px;
    border-color: #fff;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown {
    border-color: #fff;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection,
.select2-container--bootstrap .select2-selection,
.select-xs {
    border-radius: 40px;
}

.select2-container--bootstrap .select2-dropdown {
    border-radius: 4px;
}

.select2-results__option {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container--bootstrap .select2-selection--single {
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    line-height: 27px;
}


.parallax-container {
    position: relative;
    overflow: hidden;
    background-color: #212529;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
}

.parallax-content {
    position: relative;
    z-index: 1;
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    -webkit-background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
    background-attachment: fixed;
}

.modal.modal-custom {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    overflow: hidden;
    padding-right: 0 !important;
    border-radius: 8px;
    transition: .3s all ease;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -100%);
}

.modal.modal-custom.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
}

.modal.modal-custom .modal-dialog {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.modal.modal-custom .modal-content {
    box-shadow: none;
}

.modal.modal-custom code {
    position: relative;
    padding: 0;
    font-size: 14px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #ff9f1c;
    background-color: transparent;
    border-radius: 0;
    z-index: -1;
}
.modal.modal-custom .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    padding: 11px 15px;
    font-size: 18px;
    opacity: 1;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 5px;
    color: #000;
    background: #eee;
}

.modal.modal-custom .modal-body-column-content {
    padding: 40px 30px 50px;
}

.modal.modal-custom .modal-body-column-content div>p {
    position: relative;
    z-index: 1;
}

.modal.modal-custom .modal-header,
.modal.modal-custom .modal-body {
    padding: 0;
}

.modal.modal-custom .modal-content,
.modal.modal-custom .modal-header {
    border: none;
}

@media (max-height: 500px) {
    .modal.modal-custom .modal-content {
        overflow: scroll;
        max-height: 300px;
    }
}

@media (min-width: 576px) {
    .modal.modal-custom .modal-dialog {
        min-width: 470px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767.98px) {
    .modal.modal-custom {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .modal.modal-custom .modal-body .bg-image {
        position: relative;
    }
    .modal.modal-custom .modal-body .bg-image:before {
        content: '';
        position: absolute;
        top: -191px;
        left: -15px;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 5px;
    }
    .modal.modal-custom .modal-body .bg-image-1:before {
        height: 380px;
        background-image: url(../images/pages/home-01-385x390.jpg);
    }
    .modal.modal-custom .modal-body .bg-image-2:before {
        top: -185px;
        left: -30px;
        height: 369px;
        background-image: url(../images/users/user-01-300x385.jpg);
    }
    .modal.modal-custom .modal-dialog {
        min-width: 770px;
        max-width: 770px;
    }
    .modal.modal-custom .modal-body-column-content {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .modal.modal-custom .modal-body .bg-image-1:before {
        top: -196px;
        height: 400px;
        width: 108%;
    }
    .modal.modal-custom .modal-body .bg-image-2:before {
        top: -191px;
        height: 385px;
        width: 108%;
    }
    .modal.modal-custom .modal-body-column-content {
        padding: 45px;
    }
    .modal.modal-custom .modal-dialog {
        padding-left: 0;
        padding-right: 0;
    }
}

.modal.modal-custom.modal-team-member .team-member:before {
    display: none;
}

.modal.modal-custom.modal-team-member .modal-body-column-content {
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .modal.modal-custom.modal-team-member .modal-body-column-content {
        padding-top: 0;
        padding-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .modal.modal-custom.modal-team-member .modal-body-column-content {
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 10px;
    }
}

.modal-content {
    overflow: hidden;
    border-radius: 6px;
}

.close {
    outline: none;
    cursor: pointer;
}

.close:focus,
.close:hover {
    outline: none;
}

.modal-custom .form-wrap+.button {
    margin-top: 0;
}

.modal-custom *+.rd-mailform {
    margin-top: 35px;
}

.modal-custom *+.list-inline {
    margin-top: 35px;
}

.modal-body-column-content p>span {
    color: #ff9f1c;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-family: 'FontAwesome';
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin-top: -10px;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border-radius: 50%;
    border: 2px solid transparent;
    outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

@media (min-width: 1200px) {
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        border-color: #565453;
        background-color: rgba(0, 0, 0, 0);
    }
}

.lg-actions .lg-next {
    right: 15px;
}

.lg-actions .lg-next:before {
    content: "\f054";
    margin-right: -2px;
}

@media (min-width: 1200px) {
    .lg-actions .lg-next {
        right: -7%;
    }
}

.lg-actions .lg-prev {
    left: 15px;
}

.lg-actions .lg-prev:after {
    content: "\f053";
    margin-left: -2px;
}

@media (min-width: 1200px) {
    .lg-actions .lg-prev {
        left: -7%;
    }
}

.lg-outer.lg-right-end .lg-object,
.lg-outer.lg-left-end .lg-object {
    position: relative;
}

.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end .3s;
}

.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end .3s;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    bottom: 0;
    color: #eeeeee;
    font-size: 16px;
    left: 0;
    padding: 10px 0 40px;
    position: absolute;
    right: auto;
    text-align: left;
    z-index: 1080;
    background: transparent;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 18px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-hide-items .lg-prev,
.lg-hide-items .lg-next,
.lg-hide-items .lg-toolbar {
    opacity: 0;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    opacity: 0;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #ff9f1c;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transform-origin: 0 0;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}














.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer .lg-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-outer * {
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer .lg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .lg-outer .lg {
        max-width: 65%;
    }
}

@media (min-width: 1600px) {
    .lg-outer .lg {
        max-width: 61%;
    }
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0, 0, 0.65, 1) 0s;
}

.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
}

.lg-outer .far-prev {
    transform: translateX(-200%);
    z-index: 1;
}

.lg-outer .new-prev {
    transform: translateX(-110%);
    z-index: 1;
}

.lg-outer .new-current {
    transform: translateX(0);
    z-index: 1;
}

.lg-outer .new-next {
    transform: translateX(110%);
    z-index: 1;
}

.lg-outer .far-next {
    transform: translateX(200%);
    z-index: 1;
}


.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: auto !important;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
    opacity: .85;
}

.lg-item {
    backface-visibility: hidden;
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader-body {
    text-align: center;
}

.preloader-body p {
    position: relative;
    right: -8px;
}

.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #ff9f1c;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

#our_partners .owl-carousel .owl-item img {
    width: auto !important;
    filter: opacity(0.5);
}

#our_partners .owl-carousel .owl-item img:hover {
    filter: opacity(1);
}
#our_partners_four{
    background-color: #F3F6FD;
}
#our_partners_four .owl-carousel .owl-item img {
    width: auto !important;
    filter: opacity(0.5);
}
#our_partners_four .owl-carousel .owl-item img:hover {
    filter: opacity(1);
}
.section_padding {
    padding: 100px 0;
}

.section_padding_top {
    padding: 100px 0 0 0;
}

.section_padding_bottom {
    padding: 0 0 100px 0;
}
.section_heading_center {
    text-align: center;
    padding-bottom: 30px;
}

.section_heading_center h2 {
    position: relative;
    padding-bottom: 15px;
}

.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}
.dot_style.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.dot_style.owl-theme .owl-dots .owl-dot.active span,
.dot_style.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}
#home_two_banner .owl-theme .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 60px;
}




.client_two_area_bg  {
    background:#002514 !important;
    padding: 15% 0 10%;
    border:red solid !important;
    
}
.client_two_area_bg .sec-heading  {
  margin-bottom:10%;
    
}


.fa-quote-left, .fa-quote-right{
    color:#c05838;
    font-size:1.6rem;
}
.client_two_content{
    width: 100%;
}
.client_two_content p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 36px;
}
.two_client_area_left {
   height:100%;
   margin-right:2%;
   border-radius: 2px;
}
.two_client_area_left iframe{
    height:100%;
    box-shadow:1px .5px 1px .5px black;
   width: 100%;
   object-fit: contain;
   padding:2px;
}

.two_client_area_left h2 {
    color:white !important;
    line-height: 56px;
}



#hometwo_clinet_area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

#hometwo_clinet_area .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #2b2540b8;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#hometwo_clinet_area .owl-theme .owl-dots .owl-dot.active span,
#hometwo_clinet_area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}


.sm_call_area {
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.sm_call_number {
    padding-left: 15px;
}

.sm_call_number h5 {
    color: var(--white-color);
}

.sm_call_number h2 a {
    color:#8B6833;
}

.sm_call_number h2 a:hover {
    color: var(--main-color);
}


.home-two-quote {
    position: relative;
    display: inline-block;
}

.home-two-quote img {
    position: absolute;
    top: 15px;
    left: -22px;
}

.client_two_author {
    padding-top: 15px;
    margin-bottom:3%;
}

.client_two_author h5 {
    font-weight: 500;
    color:#F58C02;
}

.client_two_author h6 {
    padding-top: 5px;
    font-weight: 600;
}

.offer_area_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.offer_area_box img {
    width: 100%;
}

.offer_area_box .offer_area_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 27px;
    z-index: 999;
}



.offer_area_content p {
    color: var(--white-color);
    padding-bottom: 25px;
}

.offer_area_box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.offer_area_box img {
    width: 100%;
    height: 100%;

}

.img_animation {
    overflow: hidden;
}

.img_animation img {
    transition: var(--transition);
    position: relative;
}

.img_animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8b3eea9c;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.img_animation:hover::after {
    opacity: 1;
    visibility: visible;
}

.img_animation:hover img {
    transform: scale(1.2);
}

.offer_area_box .offer_area_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 27px;
    z-index: 999;
}


.offer_area_content h2 {
    color: white;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center !important;
}

.offer_area_content p {
    color: var(--white-color);
    padding-bottom: 25px;
}
.section_heading_left{
    padding-bottom: 30px;
    }
    .section_heading_left h2{
        padding-bottom: 8px;
    }


.top_details_four_item{
    position: relative;
}
.top_details_four_item:after{
    background-color: #000;
}
.top_details_four_item img{
     border-radius:2px !important;
     width: 100%;
 }  
 
 .top_details_posation{
    position: absolute;
    bottom: 34px;
    left: 25px;
}
.top_details_posation p{
    color: var(--white-color);
}
.top_details_posation h3{
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
    padding-bottom: 22px;
}

.button_style_top_left.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -90px;
}
.button_style_top_left.owl-carousel .owl-nav button.owl-next, 
.button_style_top_left.owl-carousel .owl-nav button.owl-prev {
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
}
.button_style_top_left.owl-carousel .owl-nav button.owl-next:hover,
.button_style_top_left.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.common_card_four{
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 2px;
    overflow: hidden;
}

.common_card_four_img{
   overflow: hidden;
}
.common_card_four_img img{
    width: 100%;
    transition: var(--transition);
    margin:0 !important;
}
.common_card_four:hover .common_card_four_img a img{
    transform: scale(1.1);
}
.common_card_four_text{
    padding: 20px 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.common_card_four_text .fa-map-marker-alt{
 color:white !important;
 font-weight: 400;

}
.common_card_four_list li{
    display: inline-flex;
    font-weight:800;
    line-height: 150%;
    font-size:1.4rem;
    color:#002514;
    align-items: center;
}
.common_card_four_list li i{
    font-size: 7px;
    color: #DDDDDD;
    padding-left: 7px; 
    padding-right: 5px;
}
.common_card_four_text h3{
    padding-top: 5px;
} 
.common_card_four_text h3 a{
    font-size: 20px;
    color: var(--black-color);
    font-weight: 400;
} 
.common_card_four:hover .common_card_four_text h3 a{
    color: var(--main-color);
}
.common_card_four_text p{
    font-size: 14px;
    padding-top: 5px;
}
.common_card_four_text p i{
    font-size: 14px;
    padding-right: 5px;
}
.common_card_four_bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 12px;
}

.common_card_four_bottom_left p{
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}
.common_card_four_bottom_left h6{
    color: #727178;
    font-size: 12px;
    padding-top: 3px;
}
.old-price{
    font-size: 1.4rem;
    color: black;
    margin: 1rem 0 !important;
    text-decoration: line-through #8B6833; 
}

.common_card_four_bottom_right h4{
    font-size: 1.4rem;
    font-weight: bold;
    color: #8B6833;
    color: #002514;
}
.common_card_four_bottom_right h4 sub{
    font-size: 16px;
    color: #F58C02;
}
.pac-arrow-right .fa-arrow-right{
    color:#E69357;
    font-weight: 700 !important;
    font-size: 40px;
}
.rd-navbar-wrap{
    border-bottom: white 1px solid;
}
.pac-btn{
    height:3rem !important;
    width: 70%;
    margin-top:.4rem;
}
.pac-btn img{
  height: 100%;
  width: 100%;
}


.body-container{
    background-color: white;
    padding:2rem 1rem;
}
.body-container .section-heading h2{
 color:#8B6833;
}
.activitybox{
}
.h-r {
    border-top: 1px solid #8B6833; 
    margin: 4rem 0;
}
.activitybox img{
    border-radius: 8px;
    border:#8B6833 5px solid;
 
}
.price-box{
    background-color:#8B6833;
    border-radius: 8px;
    padding:1rem 0;
}
.price-box .section-heading h4{
  font-weight: bold;
}
.price-box .price span{
  font-weight: bold;
  color: black;
  font-size:1.4rem;
  margin-top:3rem;
}
.to-note{
    border:#8B6833 solid;
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 1.5rem;
    border-radius: 8px;
}
.to-note .section-heading h4{
   color:#8B6833;
   font-weight: bold;
   margin-top: 1rem;
}
.activity-desc .section-heading h3{
    color:white;
    font-weight: bold;
    text-align:center;
    padding:1rem 1rem;
    background:#8B6833;

}
.activitybox .pac-btn{
    display: block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#8B6833;
    color: white;
    font-size: 1.4rem;
    max-width: 30%;
    border-radius: 8px;

}
.activitybox .pac-btn:hover{
    background-color:white;
    color: #8B6833;
    border:#8B6833 1px solid;
}

.swiper-caption-absolute .section-heading h1{
    color: white;
}
.sm_call_number h2{
    text-shadow: 2px 2px 2px #fff;
}
.rd-navbar-fixed .rd-navbar-nav li>a:hover{
    color: #fff;
}
.ps-xxl-5 p{
    color: white !important;
}






.topbarbox-1 {
    display: flex !important;
    justify-content: start;
    padding-left: 0;
}
.topbarbox-4 {
    display: flex;
    align-items: center;

}

.topbarbox-5 {
    margin-left: auto;
    color:white;

}

.topbarbox-5 a{
    color:white;
    font-size:16px !important;
}

.topbarbox-2 {
    display: flex !important;
    align-items: center;
    font-size: 1.4rem !important;
}

.topbarbox-2 p {
    font-size: 1.2rem;
    color:white;
    border-right: white 2px solid;
    padding-right: 10px;
}
.topbarbox-3 p {
    font-size: 1.2rem;
}

.topbarbox-3 {
    display: flex !important;
    align-items: center;
}

.topbarbox-3 p {
    font-size: 1rem;
}


.nav-bottom-bar{
    display: flex !important;
    align-items:center !important;
    padding:20px 0 !important;
    height: 63px;
    border-radius: 8px !important;
    margin-left:-1px
}

.rd-navbar-nav{
    padding-top: 2%;
    width: 800px;
    display: flex;
    justify-content: space-around;
}


@media (max-width: 1200px) {
    .brand-cont{
       display: none !important;
    }
    .logo-box{
       display: none !important;
    }
    .page-header {
      margin-top:-18px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .brand-cont-mobile {
        display: none;
    }
}
  .rd-navbar-panel {
    position: relative;
    height:85px !important;
    padding-bottom:12px !important;
    padding-right: 10px;
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, 0);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.about-icon i{
    color: #F58C02;
}
.about-icon h2{
    color: white !important;
}
.about-icon p{
    color: #F58C02;
}

.h-bnner-cta{
    max-width: 900px;
    
}
.h-bnner-cta a{
    border:#c05838 solid !important;
    background-color: #c05838;
    color:white;
    font-size:1.2rem;
    font-weight:300;
    text-decoration: none;
    padding:8px 25px !important;
    display: inline-block;
    margin:1%;
    border-radius:8px;

}
.h-bnner-cta a:hover{
    border:#c05838 solid !important;
    background-color:rgba(0, 0, 0, 0.411);
    color:white;
    font-size:1.4rem;
    text-decoration: none;
    padding:8px 25px !important;
    display: inline-block;
    margin:1%;

}

.carousel-caption .h-bnner-cta h1{
    color:white;
    text-shadow:4px 4px 1px black;
    font-size:3.5rem;
}
.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}
.datetimepicker-input{
    border: #001F3F solid 1px !important;
    border-radius: 0px !important;

}
.availability_check .form-select-box{
    border:#001F3F solid 1px !important;
    z-index: 99999;
    border-radius: 0px !important;
}
.av-search-btn{
    border:#F58C02 solid 1px;
    border-radius: 0px;
    background-color: #F58C02;
    color: white;
}
.av-search-btn:hover{
    border:#001F3F solid 1px;
    color: #001F3F;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    background-color: white !important;
    padding:10% 0;
}
#hero p{
  color: black !important;
}



#hero .container {
    padding-top: 110px;
}
.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media (max-width: 992px) {
    #hero .container {
        padding-top: 98px;
    }
}



@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
        
    }
}



@media (max-height: 500px) {
    #hero {
        height: auto;
    }
    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.specials{
    border:#002514 5px solid;
    background-color: #002514;
    padding-top:8%;
    margin-top: 6%;
}

#specials .sec-heading h2 span{
    color: #002514 !important;
}
.main-showcase-nav{
    margin-bottom: 2% !important;
}
.nav-item {
    border:#002514 solid;
    background-color:#c05838;
}
.nav-item a{
    color: white;
    border-radius: 2px !important;
    border: 0px !important;
}
.nav-item a:hover{
    color: #c05838;
    border: 0px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color:black !important;
    color: white; 
}
.room-item{
    box-shadow: 1px 1px 2px 1px #F58C02;
    background-color: white;
}
.room-item h5{
    color:#002514;
    font-weight: bold;
}
.h-room-price{
    width: 30%;
    margin-top:-5%;
    position: relative;
    background-color: #F58C02;
    color:white;
    font-size:18px;
    padding:5px;
    font-weight:bold;
    margin-left:22px;
}
.ps-2 .fa-star{
 color:#F58C02;
 font-size:18px;
}
.home-thump-amenities .fa-bed{
    color: #F58C02 !important;
    font-size: 18px;
}
.home-thump-amenities .fa-bath{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-wifi{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-shower{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-coffee{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-tv{
    color: #F58C02 !important;
    font-size: 18px;

}
/* ================================================= */
/* ----------------- Amenities Style --------------- */
/* ================================================= */

#amenities {
    position: relative;
    padding: 45px 0 15px 0;
    text-align: center;
}

#amenities.home-amenities {
    max-height: 100%;
    background-image: url(/assets/images/b-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

#amenities.home-amenities:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#amenities .container {
    position: relative;
    z-index: 1;
}

#amenities.home-amenities h2,
#amenities.home-amenities h3,
#amenities.home-amenities p {
    color: #ffffff;
}

#amenities h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#amenities .icons {
    margin-bottom: 30px;
}

#amenities .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}


.fa-swimmer{

    color: #F58C02;
    font-size: 80px !important;
    font-weight: 300 !important;
    margin-bottom: 5px;
}
 .fa-snowflake, .fa-bathtub, .fa-shower, .fa-wifi, .fa-television{
    color: #F58C02;
    font-size: 70px;
    font-weight: 300 !important;
    margin-bottom: 5px;
}
/*--------------------------------------------------------------
# Rates
--------------------------------------------------------------*/
.inner-rates-cont{
    padding:1%;
}
table{
    width: 100%;
}


td{
    border:#F58C02 solid 1px !important;
    padding-left: 5px;
    font-size: 1.4rem;
}
.rates-to-note{
    padding-bottom: 5%;
}
.rates-to-note p{
    color: white;
    font-size: 1.4rem;
}
.rates-to-note h3{
    color: white;
    font-size: 25px;
    font-weight: 600;
    margin: 30px;
}
.rates-to-note h4{
    color: #F58C02;
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}
.rates-to-note ul li{
    list-style:inside;
    font-size: 1.4rem;
    line-height: 150%;
    color: white;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 1px solid #002514;
    border-bottom: 1px solid #002514;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.why-us h4{
    color:#c05838 !important;
    font-weight: bold;
    font-size:1.2rem;
    font-weight: 800;
    margin-bottom: 3%;
}
.why-us p{
    color:black !important;
    font-size:1.2rem;
    font-weight: 300;
   
}
.choose-icon{
    height: 75px;
    margin-bottom: 4%;
}
.choose-icon img{
   height: 100%;
   width: 100%;
   object-fit: contain;
}










/* Testimonial Slider Styles */
.testimonial-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-item {
    text-align: center;
    padding: 20px;
    margin: 0 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.testimonial-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.testimonial-item img {
    border-radius: 50%;
}

.testimonial-item h6 {
    color: #333;
    margin-bottom: 5px;
}

.testimonial-item small {
    color: #777;
}

.fa-quote-right {
    color: #F58C02;
    font-size:1.2rem !important;
}

.reviews-txt{
    color: black;
    font-size:1.2rem !important;
    text-align: center !important;
    font-family: "Lexend Deca", sans-serif;
    font-weight:200;
}
.fa-quote-left{
    color:#c05838;
    font-size:1.4rem !important;
}
.common_card_four_text .sec-heading h4{
    color:#F58C02;
}
.common_card_four_text h5{
    color:#002514;
}

.dsk-about{
    padding:0 4% !important;
    margin-top:8% !important;
}

.h-photo-box .main-element-button{
    margin-top:5%;
}






@media (min-width: 992px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */


.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: -110px;
    padding-top: 180px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}


.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}






.page-header{
    height:105px !important;
    box-shadow: black 3px 2px 3px 2px black !important;
    border-bottom: rgba(255, 255, 255, 0.26) solid 1px;
    
}


.brand-cont{
    height:104px !important;
    display: flex;
    align-items: center;
    justify-content:start;
    border-right: rgb(255, 255, 255) solid 65px;

}
.logo-box{
    align-self: center;
    width: 100%; 
    height: 100px; 
    z-index: 99;
    margin-left: 5%;
}
.logo-box img{
    width: 100%;
    height: 100%;
    object-fit:cover;
   }
.nav-topbar {
    height: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: white;padding:20px 0;
    padding:2% 2%;
    background-color:#c05838;
    border-radius: 5px;
}

.topbarbox-5 a{
    color:white;
}

.topbarbox-2 {
    display: flex !important;
    align-items: center;
    font-size: 1.4rem !important;
}

.topbarbox-2 p {
    font-size: 1.2rem;
    color:white;
}
.topbarbox-3 p {
    font-size: 1.2rem;
}

.topbarbox-3 {
    display: flex !important;
    align-items: center;
}

.topbarbox-3 p {
    font-size: 1rem;
}


.nav-bottom-bar{
    display: flex !important;
    align-items:center !important;
    padding:20px 0 !important;
    height: 63px;
    border-radius: 8px !important;
    margin-left:-1px;
    
}
.rd-navbar-nav-wrap .rd-navbar-nav li a{
    color:black !important;
    font-weight:300 !important;
    list-style-type:georgian !important;
    text-decoration: none;
    color:black !important;
    font-size:1.2rem;
}


.rd-navbar-nav{
    padding-top: 2%;
    width: 800px;
    display: flex;
    justify-content: space-around;
}


@media (max-width: 1200px) {
    .brand-cont{
       display: none !important;
    }
    .logo-box{
       display: none !important;
    }
    .page-header {
      margin-top:-18px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .brand-cont-mobile {
        display: none;
    }
}
  .rd-navbar-panel {
    position: relative;
    height:85px !important;
    padding-bottom:12px !important;
    padding-right: 10px;
}



.rd-navbar-toggle {
    position: absolute;
    top: 20px !important;
    left: 16px !important;
    border:#002514 solid;
    color: white !important;
}


.brand-cont-mobile {
    position: absolute;
    right: 10px;
    z-index: 9;
}
.logo-box-mobile {
    right: 10px;
    height: 90px !important;
}
.logo-box-mobile img {
    width: 100%;
    height: 80% !important;
    object-fit: cover;
    margin-top: .5rem;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, 0);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.about-icon i{
    color: #F58C02;
}
.about-icon h2{
    color: white !important;
}
.about-icon p{
    color: #F58C02;
}



.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}
.datetimepicker-input{
    border: #001F3F solid 1px !important;
    border-radius: 0px !important;

}
.availability_check .form-select-box{
    border: #001F3F solid 1px !important;
    z-index: 99999;
    border-radius: 0px !important;
}
.av-search-btn{
    border:#F58C02 solid 1px;
    border-radius: 0px;
    background-color: #F58C02;
    color: white;
}
.av-search-btn:hover{
    border:#001F3F solid 1px;
    color: #001F3F;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
        
    }
}

@media (max-width: 992px) {
    #hero .play-btn {
        margin-top: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }
    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.specials{
    border:#002514 5px solid;
    background-color: #002514;
    padding-top:8%;
    margin-top: 6%;
}

#specials .sec-heading h2 span{
    color: #002514 !important;
}
.main-showcase-nav{
    margin-bottom: 2% !important;
}
.nav-item {
    border:#002514 solid;
    background-color:#002514 ;
}
.nav-item a{
    color: white;
    border-radius: 2px !important;
    border: 0px !important;
}
.nav-item a:hover{
    color: #F58C02;
    border: 0px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color:black !important;
    color: white; 
}
.room-item{
    box-shadow: 1px 1px 2px 1px #F58C02;
    background-color: white;
}
.room-item h5{
    color:#002514;
    font-weight: bold;
}
.h-room-price{
    width: 30%;
    margin-top:-5%;
    position: relative;
    background-color: #F58C02;
    color:white;
    font-size:18px;
    padding:5px;
    font-weight:bold;
    margin-left:22px;
}
.ps-2 .fa-star{
 color:#F58C02;
 font-size:18px;
}
.home-thump-amenities .fa-bed{
    color: #F58C02 !important;
    font-size: 18px;
}
.home-thump-amenities .fa-bath{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-wifi{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-shower{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-coffee{
    color: #F58C02 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-tv{
    color: #F58C02 !important;
    font-size: 18px;

}
/* ================================================= */
/* ----------------- Amenities Style --------------- */
/* ================================================= */

#amenities {
    position: relative;
    padding: 45px 0 15px 0;
    text-align: center;
}

#amenities.home-amenities {
    max-height: 100%;
    background-image: url(/assets/images/b-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

#amenities.home-amenities:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#amenities .container {
    position: relative;
    z-index: 1;
}

#amenities.home-amenities h2,
#amenities.home-amenities h3,
#amenities.home-amenities p {
    color: #ffffff;
}

#amenities h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#amenities .icons {
    margin-bottom: 30px;
}

#amenities .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}


.fa-swimmer{

    color: #F58C02;
    font-size: 80px !important;
    font-weight: 300 !important;
    margin-bottom: 5px;
}
 .fa-snowflake, .fa-bathtub, .fa-shower, .fa-wifi, .fa-television{
    color: #F58C02;
    font-size: 70px;
    font-weight: 300 !important;
    margin-bottom: 5px;
}
/*--------------------------------------------------------------
# Rates
--------------------------------------------------------------*/
.inner-rates-cont{
    padding:1%;
}
table{
    width: 100%;
}


td{
    border:#F58C02 solid 1px !important;
    padding-left: 5px;
    font-size: 1.4rem;
}
.rates-to-note{
    padding-bottom: 5%;
}
.rates-to-note p{
    color: white;
    font-size: 1.4rem;
}
.rates-to-note h3{
    color: white;
    font-size: 25px;
    font-weight: 600;
    margin: 30px;
}
.rates-to-note h4{
    color: #F58C02;
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}
.rates-to-note ul li{
    list-style:inside;
    font-size: 1.4rem;
    line-height: 150%;
    color: white;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 1px solid #002514;
    border-bottom: 1px solid #002514;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
#hero h2{
    font-size: 50px !important;
    margin-bottom: 70px !important;
}
.why-shrub h4{
    color:white;
    font-weight: bold;
    font-size:18px;
    font-weight: 800;
}
.choose-icon{
    height: 75px;
    margin-bottom: 4%;
}
.choose-icon img{
   height: 100%;
   width: 100%;
   object-fit: contain;
}








/*  */

.testimonial-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-item {
    text-align: center;
    padding: 20px;
    margin: 0 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.testimonial-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.testimonial-item img {
    border-radius: 50%;
}

.testimonial-item h6 {
    color: #333;
    margin-bottom: 5px;
}

.testimonial-item small {
    color: #777;
}

.fa-quote-right {
    color: #c05838;
    font-size:1.4rem !important;
}


.fa-quote-left{
    color:#c05838;
    font-size:1.4rem !important;
}
.common_card_four_text .sec-heading h4{
    color:#F58C02;
}
.common_card_four_text h5{
    color:#002514;
}

.dsk-about{
    padding:0 4% !important;
    margin-top:8% !important;
}

.h-photo-box .main-element-button{
    margin-top:5%;
}






/* Responsive Styles */
@media (min-width: 992px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: -110px;
    padding-top: 180px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}



.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.quicl-links .sec-heading{
    color: white !important;
}
.happy-customer{
}
.happy-customer img{
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;

}

.why-us-txt{
display: flex;
justify-content: center;
   margin-top:3% !important;
   text-align: center;
}
.why-us-txt p{
max-width:1100px;
}


.expert-pic{
    background:url(/media/img/cta.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100%;
    height:220px;
    width: 220px;
    margin-bottom: 1rem;
}
.expert-pic img{
    height:100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.call-to-action-right .view_all{
    margin-top: 2rem !important;
}
.call-to-action-right .fa-envelope{
    color: #985A31 !important;
}
.call-to-action-right .fa-phone{
    color: #985A31 !important;
}
