:root {
    --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

    *,::after,::before {
        box-sizing: border-box
    }

    html {
       font-display: swap;
       font-family: sans-serif;
       line-height: 1.15;
       -webkit-text-size-adjust: 100%;
       -webkit-tap-highlight-color: transparent
   }

   article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-display: swap;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}





dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}






b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-display: swap;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}
input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }

    
}

@media (min-width: 768px) {




    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}


select.form-control[multiple],select.form-control[size] {
    height: auto
}



.form-group {
    margin-bottom: 1rem
}



.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}



@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}
.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}




.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}


.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}


.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}


.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}


.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
    z-index: 1
}


.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}



.input-group-append {
    margin-left: -1px
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}
.badge {
    display: inline-block;
    padding: .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: 2px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.badge:empty {
    display: none
}
.badge-primary {
    color: #fff;
    background-color: #007bff
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d
}
.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}
.bg-light {
    background-color: #f8f9fa!important
}
.bg-white {
    background-color: #fff!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}
.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {



    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}


.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}


.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.overflow-hidden {
    overflow: hidden!important
}


.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-150 {
    width: 150px!important;
}

.w-auto {
    width: auto!important
}


.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}


.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}
.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}
.pb-5,.py-5 {
    padding-bottom: 3rem!important
}
.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}


.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}



a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-display: swap;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

.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: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    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 {
    padding: 4px;
    width: 100%;
    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-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--bootstrap {
    display: block
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0
}

.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 4px
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px
}

.select2-container--bootstrap .select2-search__field {
    outline: 0
}


.select2-container--bootstrap .select2-results__option {
    padding: 6px 12px
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #777;
    cursor: not-allowed
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff
}

.select2-container--bootstrap.select2-container--focus .select2-selection,.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    border-color: #66afe9
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #999;
    border-width: 0 4px 4px
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent
}

.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #333
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--bootstrap.select2-container--disabled .select2-search__field,.select2-container--bootstrap.select2-container--disabled .select2-selection {
    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: #eee
}

.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,.select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
    display: none
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--bootstrap .select2-dropdown--above {
    -webkit-box-shadow: 0 -6px 12px rgba(0,0,0,.175);
    box-shadow: 0 -6px 12px rgba(0,0,0,.175);
    margin-top: 1px
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999
}


.select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    padding: 0;
    height: auto
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.42857143;
    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: #999;
    float: left;
    margin-top: 5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px
}

.form-control.select2-hidden-accessible {
    position: absolute!important;
    width: 1px!important
}

@media (min-width: 768px) {
    .form-inline .select2-container--bootstrap {
        display:inline-block
    }
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}


.sp-slides-container {
    position: relative
}

.sp-mask {
    position: relative;
    overflow: hidden
}

.sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.sp-slide {
    position: absolute
}

.sp-image-container {
    overflow: hidden
}

.sp-image {
    position: relative;
    display: block;
    border: none
}

.sp-grab {
    cursor: url(../images/openhand.cur),move
}

.sp-arrows {
    position: absolute
}

.sp-fade-arrows {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.sp-slides-container:hover .sp-fade-arrows {
    opacity: 1
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.sp-vertical .sp-arrows {
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -10px
}

.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer
}

.sp-vertical .sp-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
    left: 20px;
    right: auto
}

.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 20px;
    left: auto
}


.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF
}

.sp-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg)
}

.sp-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg)
}

.sp-horizontal.sp-rtl .sp-previous-arrow,.sp-next-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}
.ui-widget-header .ui-icon {
    background-image: url(../../images/ui-icons_444444_256x240.png) !important;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}


.ui-menu .ui-state-focus,.ui-menu .ui-state-active {
    margin: -1px
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}



.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
   font-display: swap;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
   font-display: swap;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94,158,214)
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon {
    background-image: url(../images/ui-icons_555555_256x240.png)
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.ui-widget {
   font-display: swap;
   font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
   font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
   font-display: swap;
   font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
   font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5dbec
}

.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: url(../images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x #fcfdfd;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #4297d7;
    background: url(../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x #5c9ccc;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #fff
}

.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5dbec;
    background: url(../images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x #dfeffc;
    font-weight: 700;
    color: #2e6e9e
}

.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button {
    color: #2e6e9e;
    text-decoration: none
}

.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
    border: 1px solid #79b7e7;
    background: url(../images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x #d0e5f5;
    font-weight: 700;
    color: #1d5987
}

.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover {
    color: #1d5987;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active {
    border: 1px solid #79b7e7;
    background: url(../images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x #f5f8f9;
    font-weight: 700;
    color: #e17009
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #79b7e7;
    background-color: #e17009
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #e17009;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #fad42e;
    background: #fbec88
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
    color: #cd0a0a
}

.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_469bdd_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_d8e7f3_256x240.png)
}

.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon {
    background-image: url(../images/ui-icons_217bc0_256x240.png)
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top {
    border-top-left-radius: 5px
}

.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
    border-top-right-radius: 5px
}

.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
    border-bottom-left-radius: 5px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
    border-bottom-right-radius: 5px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaa;
    box-shadow: -8px -8px 8px #aaa
}












/*basic.csss*/

html {
   font-display: swap;
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-display: swap;
    font-family: 'Montserrat', sans-serif;
    vertical-align: baseline;
    zoom: 1; }

    :focus {
        text-decoration: none;
        outline: none;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    body {
        line-height: 1;
    }

    ul, ol {
        margin: 0;
        padding: 0;
    }

    ol:not(.ol) li, ul:not(.ul) li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    * {
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }
    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none
    }

    button {
        outline: none!important;
        cursor: pointer
    }
    a, a:visited, a:focus, a:active, a:hover, :focus {
        text-decoration: none;
        outline: none;
    }

    a {
        o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #ff7600;
        font-weight: 400;
    }

    a:hover, a:focus {
        text-decoration: none;
        o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #37436c;
    }

    ::selection {
        color: #FF2D54;
        background: #DFEAF7;
    }
    ::-moz-selection {
        color: #FF2D54;
        background: #DFEAF7;
    }

    body {
       font-display: swap;
       font-family: 'Montserrat', sans-serif;
       color: #515263;
       font-weight: 400;
       font-size: 13px;
       line-height: 1.85;
   }

   h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #37436c;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    font-display: swap;
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2 {
    font-weight: 300;
}

h3 {
    font-weight: 500;
}

h1, .h1 {
    font-size: 34px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 22px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h1 small {
    font-size: 50%
}

h2 small {
    font-size: 60%
}

h3 small {
    font-size: 70%
}

h4 small {
    font-size: 80%
}

h5 small, h6 small, small {
    font-size: 90%
}

h1, h2, h3 {
    margin-top: 17px;
    margin-bottom: 12px;
}

h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 6px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 10px;
}

p {
    margin-bottom: 12px;
}
.font-reset {
    font-size: 13px;
    line-height: 1.7;
}

.font-sm {
    font-size: 11px;
    line-height: 1.95;
}

.font-lg {
    font-size: 15px!important;
    line-height: 1.75;
}

p.lead {
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 25px;
    font-weight: 400;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}
hr {
    border: none;
    border-top: 1px solid #E1E1E1;
    margin: 25px 0;
    width: 100%;
}
@media (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 1.75;
    }

    h1, .h1 {
        font-size: 42px;
    }

    h2, .h2 {
        font-size: 36px;
    }

    h3, .h3 {
        font-size: 26px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }

    h1, h2, h3 {
        margin-top: 20px;
        margin-bottom: 14px;
    }

    h4, h5, h6 {
        margin-top: 13px;
        margin-bottom: 8px;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3;
    }

    p {
        margin-bottom: 15px;
    }

    .font-reset {
        font-size: 14px;
        line-height: 1.75;
    }

    .font-sm {
        font-size: 12px;
        line-height: 1.9;
    }

    .font-lg {
        font-size: 17px;
        line-height: 1.6;
    }

    p.lead {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 25px;
        font-weight: 300;
    }
}
@media (min-width: 1200px) {
    body {
        line-height: 1.7;
    }

    h1, .h1 {
        font-size: 46px;
    }

    h2, .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 19px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    h1, h2, h3 {
        margin-top: 25px;
        margin-bottom: 18px;
    }

    h4, h5, h6 {
        margin-top: 18px;
        margin-bottom: 12px;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    .font-reset {
        line-height: 1.7;
    }
}
.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.clear-sm {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

[data-toggle]:hover {
    cursor: pointer;
}
.text-white {
    color: #FFF;
}
.image img {
    width: 100%;
    display: block;
}
.bg-white {
    background-color: #FFF;
    color: inherit;
}
.mr-3 {
    margin-right: 3px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}
.ml-5 {
    margin-left: 5px !important
}
.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}
.mt-40 {
    margin-top: 40px !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}
.mb-20 {
    margin-bottom: 20px !important
}
.mb-40 {
    margin-bottom: 40px !important
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 1px !important
    }

    .mb-md-2 {
        margin-bottom: 2px !important
    }

    .mb-md-3 {
        margin-bottom: 3px !important
    }

    .mb-md-5 {
        margin-bottom: 5px !important
    }

    .mb-md-10 {
        margin-bottom: 10px !important
    }

    .mb-md-15 {
        margin-bottom: 15px !important
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }

    .mb-md-25 {
        margin-bottom: 25px !important
    }

    .mb-md-30 {
        margin-bottom: 30px !important
    }

    .mb-md-40 {
        margin-bottom: 40px !important
    }

    .mb-md-50 {
        margin-bottom: 50px !important
    }

    .mb-md-60 {
        margin-bottom: 60px !important
    }

    .mb-md-70 {
        margin-bottom: 70px !important
    }

    .mb-md-80 {
        margin-bottom: 80px !important
    }

    .mb-md-90 {
        margin-bottom: 90px !important
    }

    .mb-md-100 {
        margin-bottom: 100px !important
    }

    .mb-md-110 {
        margin-bottom: 110px !important
    }

    .mb-md-120 {
        margin-bottom: 120px !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 1px !important
    }

    .mt-md-2 {
        margin-top: 2px !important
    }

    .mt-md-3 {
        margin-top: 3px !important
    }

    .mt-md-5 {
        margin-top: 5px !important
    }

    .mt-md-10 {
        margin-top: 10px !important
    }

    .mt-md-15 {
        margin-top: 15px !important
    }

    .mt-md-20 {
        margin-top: 20px !important
    }

    .mt-md-25 {
        margin-top: 25px !important
    }

    .mt-md-30 {
        margin-top: 30px !important
    }

    .mt-md-40 {
        margin-top: 40px !important
    }

    .mt-md-50 {
        margin-top: 50px !important
    }

    .mt-md-60 {
        margin-top: 60px !important
    }

    .mt-md-70 {
        margin-top: 70px !important
    }

    .mt-md-80 {
        margin-top: 80px !important
    }

    .mt-md-90 {
        margin-top: 90px !important
    }

    .mt-md-100 {
        margin-top: 100px !important
    }

    .mt-md-110 {
        margin-top: 110px !important
    }

    .mt-md-120 {
        margin-top: 120px !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .ml-md-1 {
        margin-left: 1px !important
    }

    .ml-md-2 {
        margin-left: 2px !important
    }

    .ml-md-3 {
        margin-left: 3px !important
    }

    .ml-md-5 {
        margin-left: 5px !important
    }

    .ml-md-10 {
        margin-left: 10px !important
    }

    .ml-md-15 {
        margin-left: 15px !important
    }

    .ml-md-20 {
        margin-left: 20px !important
    }

    .ml-md-25 {
        margin-left: 25px !important
    }

    .ml-md-30 {
        margin-left: 30px !important
    }

    .ml-md-40 {
        margin-left: 40px !important
    }

    .ml-md-50 {
        margin-left: 50px !important
    }

    .ml-md-60 {
        margin-left: 60px !important
    }

    .ml-md-70 {
        margin-left: 70px !important
    }

    .ml-md-80 {
        margin-left: 80px !important
    }

    .ml-md-90 {
        margin-left: 90px !important
    }

    .ml-md-100 {
        margin-left: 100px !important
    }

    .ml-md-110 {
        margin-left: 110px !important
    }

    .ml-md-120 {
        margin-left: 120px !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mr-md-1 {
        margin-right: 1px !important
    }

    .mr-md-2 {
        margin-right: 2px !important
    }

    .mr-md-3 {
        margin-right: 3px !important
    }

    .mr-md-5 {
        margin-right: 5px !important
    }

    .mr-md-10 {
        margin-right: 10px !important
    }

    .mr-md-15 {
        margin-right: 15px !important
    }

    .mr-md-20 {
        margin-right: 20px !important
    }

    .mr-md-25 {
        margin-right: 25px !important
    }

    .mr-md-30 {
        margin-right: 30px !important
    }

    .mr-md-40 {
        margin-right: 40px !important
    }

    .mr-md-50 {
        margin-right: 50px !important
    }

    .mr-md-60 {
        margin-right: 60px !important
    }

    .mr-md-70 {
        margin-right: 70px !important
    }

    .mr-md-80 {
        margin-right: 80px !important
    }

    .mr-md-90 {
        margin-right: 90px !important
    }

    .mr-md-100 {
        margin-right: 100px !important
    }

    .mr-md-110 {
        margin-right: 110px !important
    }

    .mr-md-120 {
        margin-right: 120px !important
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 1px !important
    }

    .mb-lg-2 {
        margin-bottom: 2px !important
    }

    .mb-lg-3 {
        margin-bottom: 3px !important
    }

    .mb-lg-5 {
        margin-bottom: 5px !important
    }

    .mb-lg-10 {
        margin-bottom: 10px !important
    }

    .mb-lg-15 {
        margin-bottom: 15px !important
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .mb-lg-25 {
        margin-bottom: 25px !important
    }

    .mb-lg-30 {
        margin-bottom: 30px !important
    }

    .mb-lg-40 {
        margin-bottom: 40px !important
    }

    .mb-lg-50 {
        margin-bottom: 50px !important
    }

    .mb-lg-60 {
        margin-bottom: 60px !important
    }

    .mb-lg-70 {
        margin-bottom: 70px !important
    }

    .mb-lg-80 {
        margin-bottom: 80px !important
    }

    .mb-lg-90 {
        margin-bottom: 90px !important
    }

    .mb-lg-100 {
        margin-bottom: 100px !important
    }

    .mb-lg-110 {
        margin-bottom: 110px !important
    }

    .mb-lg-120 {
        margin-bottom: 120px !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 1px !important
    }

    .mt-lg-2 {
        margin-top: 2px !important
    }

    .mt-lg-3 {
        margin-top: 3px !important
    }

    .mt-lg-5 {
        margin-top: 5px !important
    }

    .mt-lg-10 {
        margin-top: 10px !important
    }

    .mt-lg-15 {
        margin-top: 15px !important
    }

    .mt-lg-20 {
        margin-top: 20px !important
    }

    .mt-lg-25 {
        margin-top: 25px !important
    }

    .mt-lg-30 {
        margin-top: 30px !important
    }

    .mt-lg-40 {
        margin-top: 40px !important
    }

    .mt-lg-50 {
        margin-top: 50px !important
    }

    .mt-lg-60 {
        margin-top: 60px !important
    }

    .mt-lg-70 {
        margin-top: 70px !important
    }

    .mt-lg-80 {
        margin-top: 80px !important
    }

    .mt-lg-90 {
        margin-top: 90px !important
    }

    .mt-lg-100 {
        margin-top: 100px !important
    }

    .mt-lg-110 {
        margin-top: 110px !important
    }

    .mt-lg-120 {
        margin-top: 120px !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .ml-lg-1 {
        margin-left: 1px !important
    }

    .ml-lg-2 {
        margin-left: 2px !important
    }

    .ml-lg-3 {
        margin-left: 3px !important
    }

    .ml-lg-5 {
        margin-left: 5px !important
    }

    .ml-lg-10 {
        margin-left: 10px !important
    }

    .ml-lg-15 {
        margin-left: 15px !important
    }

    .ml-lg-20 {
        margin-left: 20px !important
    }

    .ml-lg-25 {
        margin-left: 25px !important
    }

    .ml-lg-30 {
        margin-left: 30px !important
    }

    .ml-lg-40 {
        margin-left: 40px !important
    }

    .ml-lg-50 {
        margin-left: 50px !important
    }

    .ml-lg-60 {
        margin-left: 60px !important
    }

    .ml-lg-70 {
        margin-left: 70px !important
    }

    .ml-lg-80 {
        margin-left: 80px !important
    }

    .ml-lg-90 {
        margin-left: 90px !important
    }

    .ml-lg-100 {
        margin-left: 100px !important
    }

    .ml-lg-110 {
        margin-left: 110px !important
    }

    .ml-lg-120 {
        margin-left: 120px !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mr-lg-1 {
        margin-right: 1px !important
    }

    .mr-lg-2 {
        margin-right: 2px !important
    }

    .mr-lg-3 {
        margin-right: 3px !important
    }

    .mr-lg-5 {
        margin-right: 5px !important
    }

    .mr-lg-10 {
        margin-right: 10px !important
    }

    .mr-lg-15 {
        margin-right: 15px !important
    }

    .mr-lg-20 {
        margin-right: 20px !important
    }

    .mr-lg-25 {
        margin-right: 25px !important
    }

    .mr-lg-30 {
        margin-right: 30px !important
    }

    .mr-lg-40 {
        margin-right: 40px !important
    }

    .mr-lg-50 {
        margin-right: 50px !important
    }

    .mr-lg-60 {
        margin-right: 60px !important
    }

    .mr-lg-70 {
        margin-right: 70px !important
    }

    .mr-lg-80 {
        margin-right: 80px !important
    }

    .mr-lg-90 {
        margin-right: 90px !important
    }

    .mr-lg-100 {
        margin-right: 100px !important
    }

    .mr-lg-110 {
        margin-right: 110px !important
    }

    .mr-lg-120 {
        margin-right: 120px !important
    }
}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 1px !important
    }

    .mb-xl-2 {
        margin-bottom: 2px !important
    }

    .mb-xl-3 {
        margin-bottom: 3px !important
    }

    .mb-xl-5 {
        margin-bottom: 5px !important
    }

    .mb-xl-10 {
        margin-bottom: 10px !important
    }

    .mb-xl-15 {
        margin-bottom: 15px !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .mb-xl-25 {
        margin-bottom: 25px !important
    }

    .mb-xl-30 {
        margin-bottom: 30px !important
    }

    .mb-xl-40 {
        margin-bottom: 40px !important
    }

    .mb-xl-50 {
        margin-bottom: 50px !important
    }

    .mb-xl-60 {
        margin-bottom: 60px !important
    }

    .mb-xl-70 {
        margin-bottom: 70px !important
    }

    .mb-xl-80 {
        margin-bottom: 80px !important
    }

    .mb-xl-90 {
        margin-bottom: 90px !important
    }

    .mb-xl-100 {
        margin-bottom: 100px !important
    }

    .mb-xl-110 {
        margin-bottom: 110px !important
    }

    .mb-xl-120 {
        margin-bottom: 120px !important
    }

    .mt-xl-0 {
        margin-top: 0px !important
    }

    .mt-xl-1 {
        margin-top: 1px !important
    }

    .mt-xl-2 {
        margin-top: 2px !important
    }

    .mt-xl-3 {
        margin-top: 3px !important
    }

    .mt-xl-5 {
        margin-top: 5px !important
    }

    .mt-xl-10 {
        margin-top: 10px !important
    }

    .mt-xl-15 {
        margin-top: 15px !important
    }

    .mt-xl-20 {
        margin-top: 20px !important
    }

    .mt-xl-25 {
        margin-top: 25px !important
    }

    .mt-xl-30 {
        margin-top: 30px !important
    }

    .mt-xl-40 {
        margin-top: 40px !important
    }

    .mt-xl-50 {
        margin-top: 50px !important
    }

    .mt-xl-60 {
        margin-top: 60px !important
    }

    .mt-xl-70 {
        margin-top: 70px !important
    }

    .mt-xl-80 {
        margin-top: 80px !important
    }

    .mt-xl-90 {
        margin-top: 90px !important
    }

    .mt-xl-100 {
        margin-top: 100px !important
    }

    .mt-xl-110 {
        margin-top: 110px !important
    }

    .mt-xl-120 {
        margin-top: 120px !important
    }

    .ml-xl-0 {
        margin-left: 0px !important
    }

    .ml-xl-1 {
        margin-left: 1px !important
    }

    .ml-xl-2 {
        margin-left: 2px !important
    }

    .ml-xl-3 {
        margin-left: 3px !important
    }

    .ml-xl-5 {
        margin-left: 5px !important
    }

    .ml-xl-10 {
        margin-left: 10px !important
    }

    .ml-xl-15 {
        margin-left: 15px !important
    }

    .ml-xl-20 {
        margin-left: 20px !important
    }

    .ml-xl-25 {
        margin-left: 25px !important
    }

    .ml-xl-30 {
        margin-left: 30px !important
    }

    .ml-xl-40 {
        margin-left: 40px !important
    }

    .ml-xl-50 {
        margin-left: 50px !important
    }

    .ml-xl-60 {
        margin-left: 60px !important
    }

    .ml-xl-70 {
        margin-left: 70px !important
    }

    .ml-xl-80 {
        margin-left: 80px !important
    }

    .ml-xl-90 {
        margin-left: 90px !important
    }

    .ml-xl-100 {
        margin-left: 100px !important
    }

    .ml-xl-110 {
        margin-left: 110px !important
    }

    .ml-xl-120 {
        margin-left: 120px !important
    }

    .mr-xl-0 {
        margin-right: 0px !important
    }

    .mr-xl-1 {
        margin-right: 1px !important
    }

    .mr-xl-2 {
        margin-right: 2px !important
    }

    .mr-xl-3 {
        margin-right: 3px !important
    }

    .mr-xl-5 {
        margin-right: 5px !important
    }

    .mr-xl-10 {
        margin-right: 10px !important
    }

    .mr-xl-15 {
        margin-right: 15px !important
    }

    .mr-xl-20 {
        margin-right: 20px !important
    }

    .mr-xl-25 {
        margin-right: 25px !important
    }

    .mr-xl-30 {
        margin-right: 30px !important
    }

    .mr-xl-40 {
        margin-right: 40px !important
    }

    .mr-xl-50 {
        margin-right: 50px !important
    }

    .mr-xl-60 {
        margin-right: 60px !important
    }

    .mr-xl-70 {
        margin-right: 70px !important
    }

    .mr-xl-80 {
        margin-right: 80px !important
    }

    .mr-xl-90 {
        margin-right: 90px !important
    }

    .mr-xl-100 {
        margin-right: 100px !important
    }

    .mr-xl-110 {
        margin-right: 110px !important
    }

    .mr-xl-120 {
        margin-right: 120px !important
    }
}
.pv-10 {
    padding-top: 10px !important;
    padding-bottom: 10px!important;
}
.ph-10 {
    padding-left: 10px !important;
    padding-right: 10px!important;
}
.bg-image, .image-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.overlay-relative {
    position: relative;
}

[data-dark-overlay], [data-white-overlay] {
    position: relative;
    z-index: 1
}

[data-dark-overlay]:after, [data-white-overlay]:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
[data-dark-overlay="4"]:after {
    background: rgba(0, 0, 0, 0.4)
}
.caption-relative {
    position: relative;
}
.row > [class*=col] > div, .row > [class*=col] > a, .row > [class*=col] > article, .row > [class*=col] > figure {
}

.row > [class*=col] > .col-inner {
    display: block;
    width: 100%;
}
.row.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.row.equal-height > [class*=col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
@media (min-width: 768px) {
    .row.equal-height-md > [class*=col] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .shrink-auto-md {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .shrink-auto-md > div {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .shrink-auto-md .col-auto {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        width: auto
    }

    .shrink-auto-md .col-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row.direction-reverse-md {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .order-first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-last-md {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}
.font14 {
    font-size: 14px !important;
}
.font500 {
    font-weight: 500 !important;
}
.line-145 {
    line-height: 1.45 !important;
}
.spacing-1, .letter-spacing-1 {
    letter-spacing: 1px;
}
.text-primary {
    color: #ff7600 !important;
}

.text-secondary {
    color: #ff7600 !important;
}

.text-info {
    color: #154EB5 !important;
}

.text-success {
    color: #10C47F !important;
}

.text-warning {
    color: #EB7A2A !important;
}

.text-danger {
    color: #EB334B !important;
}
.text-white {
    color: #FFF !important;
}

.text-muted {
    color: #fff !important;
}

.text-black, .text-dark {
    color: #000 !important;
}
.row.cols-1 > .col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (max-width:576px){
    .taxonomy-card .content h3 {
        font-size: 20px !important;
        width: 50%;
        margin-bottom: 0px !important;
        vertical-align: middle;
    }
}
@media (min-width: 576px) {
    .row.cols-sm-1 > .col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .row.cols-sm-2 > .col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .row.cols-sm-3 > .col {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .row.cols-sm-4 > .col {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .row.cols-sm-5 > .col {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }

    .row.cols-sm-6 > .col {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .row.cols-sm-7 > .col {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }

    .row.cols-sm-8 > .col {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }

    .row.cols-sm-9 > .col {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }

    .row.cols-sm-10 > .col {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }

    .row.cols-sm-11 > .col {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }

    .row.cols-sm-12 > .col {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}
@media (min-width: 768px) {
    .row.cols-md-1 > .col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .row.cols-md-2 > .col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .row.cols-md-3 > .col {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .row.cols-md-4 > .col {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .row.cols-md-5 > .col {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }

    .row.cols-md-6 > .col {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .row.cols-md-7 > .col {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }

    .row.cols-md-8 > .col {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }

    .row.cols-md-9 > .col {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }

    .row.cols-md-10 > .col {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }

    .row.cols-md-11 > .col {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }

    .row.cols-md-12 > .col {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}
@media (min-width: 992px) {
    .row.cols-lg-1 > .col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .row.cols-lg-2 > .col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .row.cols-lg-3 > .col {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .row.cols-lg-4 > .col {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .row.cols-lg-5 > .col {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }

    .row.cols-lg-6 > .col {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .row.cols-lg-7 > .col {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }

    .row.cols-lg-8 > .col {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }

    .row.cols-lg-9 > .col {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }

    .row.cols-lg-10 > .col {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }

    .row.cols-lg-11 > .col {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }

    .row.cols-lg-12 > .col {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}
@media (min-width: 1366px) {
    .row.cols-xlg-1 > .col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .row.cols-xlg-2 > .col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .row.cols-xlg-3 > .col {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .row.cols-xlg-4 > .col {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .row.cols-xlg-5 > .col {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }

    .row.cols-xlg-6 > .col {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .row.cols-xlg-7 > .col {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }

    .row.cols-xlg-8 > .col {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }

    .row.cols-xlg-9 > .col {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }

    .row.cols-xlg-10 > .col {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }

    .row.cols-xlg-11 > .col {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }

    .row.cols-xlg-12 > .col {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}

.row.gap-5 {
    margin-left: -3px;
    margin-right: -2px;
    margin-bottom: -5px;
}

.row.gap-5 > [class*=col] {
    padding-left: 3px;
    padding-right: 2px;
    padding-bottom: 5px;
}

.row.gap-10 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

.row.gap-10 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.row.gap-15 {
    margin-left: -8px;
    margin-right: -7px;
    margin-bottom: -15px;
}

.row.gap-15 > [class*=col] {
    padding-left: 8px;
    padding-right: 7px;
    padding-bottom: 15px;
}

.row.gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.row.gap-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.row.gap-40 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

.row.gap-40 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {

 .row.gap-md-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.row.gap-md-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.row.gap-md-50 {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px;
}

.row.gap-md-50 > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
}


}
@media (min-width: 992px) {


  .row.gap-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.row.gap-lg-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
}

@media (min-width: 1200px) {

  .row.gap-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.row.gap-xl-30 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

}
.border-bottom {
    border-bottom: 1px solid #E1E1E1;
}
.bg-primary {
    background: #37436c !important;
    color: #FFF;
}

.bg-secondary {
    background: #ff7600 !important;
    color: #FFF;
}
.bg-info {
    background: #154EB5 !important;
    color: #FFF;
}

.bg-success {
    background: #10C47F !important;
    color: #FFF;
}

.bg-warning {
    background: #EB7A2A !important;
    color: #FFF;
}

.bg-danger {
    background: #EB334B !important;
    color: #FFF;
}

.bg-white-shadow {
    background: #FFF;
    padding: 10px 25px 15px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-info h1, .bg-info h2, .bg-info h3, .bg-info h4, .bg-info h5, .bg-info h6, .bg-success h1, .bg-success h2, .bg-success h3, .bg-success h4, .bg-success h5, .bg-success h6, .bg-warning h1, .bg-warning h2, .bg-warning h3, .bg-warning h4, .bg-warning h5, .bg-warning h6, .bg-danger h1, .bg-danger h2, .bg-danger h3, .bg-danger h4, .bg-danger h5, .bg-danger h6, .bg-color-02 h1, .bg-color-02 h2, .bg-color-02 h3, .bg-color-02 h4, .bg-color-02 h5, .bg-color-02 h6, .bg-bg-color-03 h1, .bg-bg-color-03 h2, .bg-bg-color-03 h3, .bg-bg-color-03 h4, .bg-bg-color-03 h5, .bg-bg-color-03 h6 {
    color: #FFF !important;
}

.bg-primary a, .bg-info a, .bg-success a, .bg-danger a {
    color: #FFF;
}

.bg-primary a:hover, .bg-info a:hover, .bg-success a:hover, .bg-danger a:hover {
    text-decoration: underline;
}

a.bg-primary:hover {
    background-color: #26316D !important;
}

a.bg-secondary:hover {
    background-color: #e86c00 !important;
}

.bg-white {
    background: #FFF;
    color: inherit;
}

.bg-light {
    background: #e1f0ff!important;
}
.btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 7px;
    border-radius: 3px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

.btn.active, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-default {
    color: #DC221A;
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}

.btn-default:hover {
    background-color: #D4D4D4;
    border-color: #D4D4D4;
}

.btn-dark {
    color: #FFF;
    background-color: #1C2021;
    border-color: #1C2021;
}

.btn-dark:hover {
    background-color: #666;
    border-color: #666;
}

.btn-primary {
    background: #37436c;
    border-color: #3F51B5;
    color: #FFF;
}

.btn-primary:hover {
    background: #ff7600;
    border-color: #ff7600;
}

.btn-secondary {
    background: #ff7600;
    border-color: #ff7600;
    color: #FFF;
}

.btn-secondary:hover {
    background: #37436c;
    border-color: #253469;
}

.btn-info {
    background: #154EB5;
    border-color: #154EB5;
    color: #FFF;
}

.btn-info:hover {
    background: #113E91;
    border-color: #113E91;
}

.btn-success {
    background: #10C47F;
    border-color: #10C47F;
    color: #FFF;
}

.btn-success:hover {
    background: #0D9D66;
    border-color: #0D9D66;
}

.btn-warning {
    background: #EB7A2A;
    border-color: #EB7A2A;
    color: #FFF;
}

.btn-warning:hover {
    background: #BC6222;
    border-color: #BC6222;
}

.btn-danger {
    background: #BC293C;
    border-color: #BC293C;
    color: #FFF;
}

.btn-danger:hover {
    background: #9E2B28;
    border-color: #9E2B28;
}

.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover, .btn-warning:hover, .btn-danger:hover, .btn-dark:hover {
    color: #FFF;
}

.btn-primary.btn-border, .btn-secondary.btn-border, .btn-info.btn-border, .btn-success.btn-border, .btn-warning.btn-border, .btn-danger.btn-border, .btn-dark.btn-border {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-primary.btn-border {
    color: #3F51B5;
}

.btn-secondary.btn-border {
    color: #ff7600;
}

.btn-info.btn-border {
    color: #154EB5;
}

.btn-success.btn-border {
    color: #10C47F;
}

.btn-warning.btn-border {
    color: #EB7A2A;
}

.btn-danger.btn-border {
    color: #BC293C;
}

.btn-dark.btn-border {
    color: #1C2021;
}

.btn-primary.btn-border:hover, .btn-secondary.btn-border:hover, .btn-info.btn-border:hover, .btn-success.btn-border:hover, .btn-warning.btn-border:hover, .btn-dark.btn-border:hover, .btn-danger.btn-border:hover {
    opacity: 0.5;
    -webkit-box-shadow: 0px 3px 24px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 24px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 24px -3px rgba(0, 0, 0, 0.4);
}

.btn-round, .btn-lg.btn-round, .btn-sm.btn-round {
    border-radius: 50px;
}

.btn-xs {
    padding: 0 7px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 9px;
    border-radius: 2px;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: 500;
}

.btn-sm {
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 11px;
    border-radius: 3px;
    letter-spacing: 1.3px;
}

.btn-lg {
    padding: 10px 20px;
    padding-top: 13px;
    padding-bottom: 11px;
    border-radius: 5px;
    font-size: 15px;
}

.btn-wide {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-wider {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-toggle.collapsed-on {
    display: none;
}

.btn-toggle.collapsed.collapsed-on {
    display: inline-block;
}

/** When with .collapsed, mean box closed */
.btn-toggle.btn-block.collapsed.collapsed-on {
    display: block;
}

.btn-toggle.collapsed-off {
    display: inline-block;
}

.btn-toggle.btn-block.collapsed-off {
    display: block;
}

.btn-toggle.collapsed.collapsed-off {
    display: none;
}

.btn-toggle.collapsed-disapear {
    display: none;
}

.btn-toggle.collapsed.collapsed-disapear {
    display: inline-block;
}

.btn-toggle.btn-block.collapsed.collapsed-disapear {
    display: block;
}

.btn-shadow {
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus, .btn:focus, .btn.focus {
    box-shadow: none;
}

.btn-text-inherit {
    font: inherit;
    text-transform: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}
.form-control, .form-readonly-control[readonly], .form-control-readonly[readonly] {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    background: #FFF;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

.form-control:focus {
    border-color: #A1A1A1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #9B9B9B;
}

.form-control:-ms-input-placeholder {
    color: #9B9B9B;
}

.form-control::-webkit-input-placeholder {
    color: #9B9B9B;
}
custom-control-input:checked ~ .custom-control-label::before {
    border-color: #3F51B5;
    background-color: #3F51B5;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ABD5BD;
}

.custom-control-label::before {
    top: 3px;
}

.custom-control-label::after {
    top: 3px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #3F51B5;
    border-color: #3F51B5;
}
.bt-collapse-wrapper .collapse-header {
    position: relative;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:after {
   font-display: swap;
   font-family: 'Font Awesome 5 Free';
   content: "\f0d8";
   font-weight: 900;
   position: absolute;
   top: 0;
   right: 0;
   color: #939393;
   font-size: 14px;
   line-height: 1;
   -moz-transition: all 0.3s ease-out;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed), .bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed):after {
    color: #FF5252;
}

.bt-collapse-wrapper .collapse-header h3, .bt-collapse-wrapper .collapse-header h4, .bt-collapse-wrapper .collapse-header h5, .bt-collapse-wrapper .collapse-header h6 {
    margin: 0;
}

.bt-collapse-wrapper .collapse-header a.collapse-link {
    display: block;
}

.bt-collapse-wrapper .collapse-item {
    border: 1px solid #E1E1E1;
    border-bottom: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt-collapse-wrapper .collapse-item + .collapse-item {
    margin-top: 20px;
}

.bt-collapse-wrapper .collapse-header {
    position: relative;
    padding-right: 30px;
    background-color: #37436c;
    border-bottom: 1px solid #5c6b9e;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:after {
   font-display: swap;
   font-family: 'Font Awesome 5 Free';
   content: "\f106 ";
   font-weight: 900;
   position: absolute;
   top: 10px;
   right: 10px;
   font-size: 14px;
   line-height: 1;
   -moz-transition: all 0.3s ease-out;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   color: #999;
   width: 34px;
   height: 34px;
   line-height: 34px;
   display: block;
   text-align: center;
   padding-left: 2px;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse].collapsed:after {
    content: "\f106";
    color: #999;
}

.bt-collapse-wrapper .collapse-header .collapse-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.bt-collapse-wrapper .collapse-header .collapse-title > a {
    display: block;
    line-height: 1;
    padding: 14px;
    font-weight: 400;
    color: #fff;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed) {
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed) .collapse-title {
    color: #333;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed):after {
}

.bt-collapse-wrapper .collapse-body {
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.bt-collapse-wrapper .collapse-inner {
    padding-left: 15px;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed) {
    color: #333;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:hover {
    color: #FF5252;
}

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed):after {
    color: #999;
}

/** dropdown */
.dropdown .btn-interactive {
    position: relative;
    padding-right: 15px;
}

.dropdown .btn-interactive:after {
   font-display: swap;
   font-family: 'Font Awesome 5 Free';
   content: "\f0d7";
   font-weight: 900;
   -moz-transition: all 0.3s ease-out;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   line-height: 10px;
   display: block;
   position: absolute;
   right: 0;
   top: 50%;
   margin-top: -5px;
   height: 10px;
}

.show.dropdown .btn-interactive:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.dropdown-menu {
    z-index: 999999;
}

.rating-symbol-background {
}

.rating-symbol-foreground {
}

.rating-symbol {
}

.rating-item {
    line-height: 1.25;
}

.rating-item .rating-icon {
    font-size: 14px;
    color: #4CAF50;
}

.rating-item .rating-symbol {
    margin-right: 2px;
}

.rating-item .rating-text {
    margin: 3px 0 0;
}

.rating-item.rating-xs .rating-icon {
    font-size: 10px;
}

.rating-item.rating-xs .rating-symbol {
    margin-right: 1px;
}

.rating-item.rating-sm .rating-icon {
    font-size: 12px;
}

.rating-item.rating-lg .rating-icon {
    font-size: 17px;
}

.rating-item.rating-inline .rating-icons {
    margin-right: 3px;
}

.rating-item.rating-inline .rating-icons, .rating-item.rating-inline .rating-text {
    display: inline-block;
    vertical-align: middle;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* slick-theme */
.slick-loading .slick-list {
    background: #fff url(../images/slick-ajax-loader.gif) center center no-repeat
}

/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    margin-top: -13px;
    padding: 0;
    cursor: pointer;
    color: inherit;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: inherit;
    outline: none;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .1
}

.slick-prev:before, .slick-next:before {
   font-display: swap;
   font-family: 'Font Awesome 5 Free';
   font-weight: 600;
   font-size: 22px;
   opacity: .5;
   color: inherit;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -moz-transition: all 0.3s ease-out;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   font-style: normal;
}

.slick-prev {
    left: -30px
}

[dir='rtl'] .slick-prev {
    right: -30px;
    left: auto
}

.slick-prev:before {
    content: "\f137" !important;
}

[dir='rtl'] .slick-prev:before {
    content: '\f137'
}

.slick-next {
    right: -30px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -30px
}

.slick-next:before {
    content: '\f138'
}

[dir='rtl'] .slick-next:before {
    content: '\3c'
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 25px
}
.kisa-firsat-container ul.slick-dots{
    position: absolute;
    bottom: -25px;
}
ul.slick-dots {
    position: relative;
    /*bottom: -25px;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    cursor: pointer
}

ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

ul.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

ul.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

ul.slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    text-align: center;
    opacity: .5;
    border: 2px solid #CCC;
}

ul.slick-dots li.slick-active button:before {
    opacity: .9;
    background-color: #CCC;
}

/* Customized */
ul.slick-dots li.slick-active, ul.slick-dots li.slick-active button, ul.slick-dots li.slick-active button:before {
    width: 20px;
}
.main-search-form-horizontal .btn-default, .main-search-form-horizontal .select2-selection__placeholder, .main-search-form-horizontal .select2-kisi-container, .main-search-form-horizontal .filtre-tarih-secme, .main-search-form-horizontal .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .main-search-form-horizontal .filtre-tarih-secme::placeholder {
    color: #495057 !important;
    text-align: left;
    text-transform: none !important;
    font-size: 14px!important;
}
.main-search-form-horizontal b.caret::after {
    vertical-align: super;
}

.multiselect-selected-text {
    position: relative;
    bottom: 3px;
}

.sp-slides {
    min-height: 195px;
}

.justify-content-space-between {
    justify-content: space-between;
}

/*style dosyası*/
.with-navbar-fixed-top .body-inner {
    padding-top: 69px;
}

section, .section {
    padding: 50px 0;
}

@media (min-width: 992px) {
    section, .section {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 991px) {
    .body-inner {
        overflow: hidden;
    }
}
.header-main .header-top {
    background-color: #37436c;
    color: #FFF;
    font-size: 13px;
    padding: 2px 0;
}

.with-waypoint-sticky .header-main .header-top {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-main .header-top .header-logo img {
    height: 20px;
    width: auto;
    margin-top: 8px;
}

.header-main .header-top .mini-menu > ul {
    float: right;
}

.header-main .header-top .mini-menu > ul > li {
    float: left;
}

.header-main .header-serit {
    background-color: #253158;
    color: #FFF;
    font-size: 13px;
}

.header-serit a {
    color: #fff;
}

.header-serit a:hover {
    color: #ff7600;
}

.header-main .dropdown > .btn {
    font-size: 12px;
    padding: 5px 10px;
}

.header-main .dropdown > .btn-interactive {
    padding-right: 20px;
}

.header-main .dropdown > .btn-interactive:after {
    right: 5px;
}

.header-main .dropdown > .btn:focus, .header-main .dropdown .btn:hover {
    color: #FFF;
}

.header-main .dropdown > .btn:hover {
    background-color: #303F9F;
    border-color: #303F9F;
}

.header-main .dropdown-language > .btn img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    middle; margin-top: -3px;
    margin-right: 5px;
}

.header-main .dropdown-language .dropdown-menu .dropdown-item img {
    width: 30px;
}

.header-main .dropdown .dropdown-menu a {
    font-size: 12px;
}

.header-main .dropdown .dropdown-menu a.dropdown-item.active {
    background-color: transparent;
    color: #ff7600;
    font-weight: 600;
}

.header-main .dropdown .dropdown-menu a.dropdown-item:hover {
    color: #ff7600;
    text-decoration: underline;
}

.header-main .dropdown .dropdown-menu a .image {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.header-main .dropdown-login .dropdown-menu-inner {
    width: 250px;
    padding: 20px;
}

.header-main .dropdown-login > .btn {
    border: 1px solid #FFF;
    margin-left: 10px;
}

.header-main .dropdown-login > .btn-interactive {
    padding-right: 25px;
}

.header-main .dropdown-login > .btn-interactive:after {
    right: 10px;
}

.header-main .header-nav {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3)
}

.header-main .navbar-wrapper {
    position: relative;
}

.header-main .navbar-phone {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
}

.header-main .navbar-phone i {
    font-size: 17px;
    line-height: 1;
    vertical-align: middle;
    margin-top: -2px;
}

/* Main Menu Dropdown */
.header-main .main-nav {
    margin: 0;
    padding: 0;
}

.header-main .main-nav li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-main .main-nav li:last-child {
    border-bottom: 0;
}

.header-main .main-nav li a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    line-height: 1.25;
    padding: 15px 20px;
    position: relative;
}

.header-main .main-nav > li {
    float: left;
}

.header-main .main-nav > li > a {
    line-height: 1;
    font-size: 12px;
    padding: 10px 0;
    padding-right: 15px;
    text-transform: uppercase;
    color: #37436c;
}

.header-main .main-nav li ul {
    z-index: 9999999;
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background-color: #333;
}

.header-main .main-nav li a:hover, .main-nav li ul > li:hover > a {
    color: #ff7600;
}

.header-main .main-nav > li:hover > a, .header-main .main-nav > li > a:hover {
    color: #ff7600;
}
.header-main .navbar-arrow .arrow-indicator {
    color: #999;
}

.header-main .navbar-arrow ul li .arrow-indicator {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 5px;
}

.header-main .navbar-arrow ul li .arrow-indicator:after {
   font-display: swap;
   font-family: 'Font Awesome 5 Free';
   content: "\f078";
   display: block;
   line-height: 1;
   font-weight: 900;
}

.header-main .navbar-arrow ul li ul li .arrow-indicator {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 10px;
}

.header-main .navbar-arrow ul li ul li .arrow-indicator:after {
    content: "\f101";
}

.header-main .navbar-arrow > ul > li:hover .arrow-indicator {
    color: #ff7600;
}

.header-main .navbar-arrow > ul > li:hover li .arrow-indicator {
    color: rgba(255, 255, 255, 0.5);
    top: 20px;
    right: 10px;
}

.header-main .navbar-arrow > ul > li li:hover .arrow-indicator {
    color: #ff7600;
}

/* Button to open/close collase on mobile for header */
.header-main .btn.btn-toggle {
    font: inherit;
    text-transform: inherit;
    background-color: transparent;
    padding: 0;
    margin: 11px 0 0;
    margin-left: 15px;
    letter-spacing: inherit;
    color: rgba(255, 255, 255, 0.7);
    border: 0;
}

.header-main .btn.btn-toggle:before {
   font-display: swap;
   font-family: "Font Awesome 5 Free";
   content: "\f00d";
   width: 18px;
   height: 18px;
   line-height: 18px;
   display: block;
   font-size: 23px;
   font-weight: 900;
}

.header-main .btn.btn-toggle.collapsed:before {
    content: "\f0c9";
}

.header-main .navbar {
    padding: 0;
}

@media (min-width: 576px) {
    .header-main .header-top .mini-menu > ul {
    }

    .header-main .main-nav > li.mega-menu ul {
        width: 510px;
    }

    .header-main .header-top .header-logo img {
        height: 30px;
        margin-top: 5px;
    }
}

@media (min-width: 768px) {
    .header-main .main-nav > li.mega-menu ul {
        width: 690px;
    }

    .header-main .header-top .header-logo img {
        height: 90px;
        width: auto;
        margin: 2px;
        transition: all 0.3s ease;
    }

    .header-main .header-top .headerlogolar .item-small {
        height: 80px;
        width: auto;
        margin: 2px;
        margin-top: 18px !important;
        transition: all 0.3s ease;
    }

    .header-waypoint-sticky.header-main .header-top .header-logo img {
        height: 80px;
        margin: 0;
        transition: all 0.3s ease;
    }

    .header-waypoint-sticky.header-main .header-top .headerlogolar .item-small {
        height: 60px;
        margin: 0;
        transition: all 0.3s ease;
    }

    .header-main .btn.btn-toggle {
        margin-top: 9px;
    }
}
@media (min-width: 1200px) {
    .header-main .main-nav > li > a {
        
        padding: 0;
        padding-top: 21px;
        padding-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .header-main .main-menu-nav:before {
        display: none;
    }

    .header-main .main-nav li a, .header-main .main-nav li ul li a {
        font-size: 13px;
    }

    .header-main .main-nav > li {
        margin-right: 10px;
        border-bottom: 0;
    }

    .header-main .main-nav > li > a {
        font-size: 11px;
        padding: 0;
        padding-top: 21px;
        padding-bottom: 20px;
    }

    .header-main .main-nav li ul {
        top: 54px;
        width: 220px;
    }

    .header-main .main-nav > li.mega-menu ul {
        padding: 0;
        width: 930px
    }

    .header-main .main-nav li ul li ul {
        left: 219px;
        top: 0;
    }

    .header-main .arrow-indicator {
        display: inline-block;
    }

    .header-main.header-mobile-menu .main-menu-nav {
        display: block;
    }

    .header-waypoint-sticky.header-main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }

    .header-waypoint-sticky.header-main .header-top {
        padding: 7px 0;
    }

    .header-waypoint-sticky.header-main .header-nav {
        background-color: #FFF;
    }

    .header-waypoint-sticky.header-main .main-nav > li > a {
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .header-waypoint-sticky.header-main .main-nav > li > ul {
        top: 44px;
    }
}

@media (min-width: 1200px) {
    .header-main .main-nav > li.mega-menu ul {
        width: 1110px;
    }

    .header-main .main-nav > li.mega-menu ul li a {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-main .main-nav > li.mega-menu ul li a:last-child {
        border-bottom: 0;
    }

    .header-main .main-nav > li.mega-menu ul li .row > div:last-child a {
        border-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .header-main.with-absolute-navbar .navbar {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999998;
    }

    .header-main.with-absolute-navbar .navbar:before, .with-absolute-navbar .navbar:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3000px;
        background-color: #333;
        display: block;
    }

    .header-main.with-absolute-navbar .navbar:before {
        left: -3000px;
    }

    .header-main.with-absolute-navbar .navbar:after {
        right: -3000px;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav {
        margin: 0;
        background-color: #333;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li {
        float: none;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li > a {
        line-height: 1;
        font-size: 12px;
        padding: 13px 0;
        color: rgba(255, 255, 255, 0.7);
        padding-right: 20px;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li > a:hover {
        color: #FFF;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li .arrow-indicator {
        margin: 0;
        position: absolute;
        top: 14px;
        right: 0;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li:hover .arrow-indicator {
        color: #FFF;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li:hover li .arrow-indicator {
        color: rgba(255, 255, 255, 0.5);
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li li:hover .arrow-indicator {
        color: #FFF;
    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li .arrow-indicator:after {
       font-display: swap;
       font-family: "Font Awesome 5 Free";
       content: "\f067";
       font-size: 12px;
       font-weight: 900;
   }

   .header-main.header-mobile-menu .main-menu-nav .main-nav > li:hover > a .arrow-indicator:after, .header-main.header-mobile-menu .main-menu-nav .main-nav > li > ul> li:hover > a .arrow-indicator:after {
    content: "\f068";
}

.header-main.header-mobile-menu .main-menu-nav .main-nav li ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}

.header-main.header-mobile-menu .main-menu-nav .main-nav li ul li a {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0;
    padding-right: 0;
}

.header-main.header-mobile-menu .main-menu-nav .main-nav li ul li a:hover {
    color: #FFF;
}

.header-main.header-mobile-menu .main-menu-nav .main-nav li ul li .arrow-indicator {
    margin-left: 7px;
    position: relative;
    top: 1px;
    right: auto;
}

.header-main.header-mobile-menu .main-menu-nav .main-nav li ul li ul {
    left: 0;
    width: auto;
    margin: 0 15px 10px;
}

.header-main.header-mobile-menu .main-menu-nav .main-nav li ul li ul li a {
    padding: 10px 0;
}

.header-main.header-mobile-menu .main-menu-nav .main-nav > li.mega-menu ul {
    width: 100%;
}
}

.slick-hero-slider-wrapper {
    overflow: hidden;
    position: relative;
}
.slick-hero-slider-02 .bg-image, .hero-banner .set-height-03 {
    height: 800px;
}
.hero-text {
    line-height: 1.25;
    color: #FFF !important;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 76%);
   /* background: #37436cbd;*/
    padding: 15px !important;
    border-radius: 5px;
}

.hero-text h2 {
    color: #FFF;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 1.15;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.hero-text .lead {
    font-weight: 300;
}

.hero-text .hero-price {
    text-transform: uppercase;
    font-size: 11px;
}

.hero-text .hero-price > span {
    display: block;
    font-size: 20px;
}
@media (min-width: 768px) {
    .hero-banner .set-height-01 {
        height: 1000px;
    }

    .hero-banner .set-height-02 {
        height: 650px;
    }

    .slick-hero-slider .bg-image {
        height: 550px;
    }

    .slick-hero-slider-02 .bg-image, .hero-banner .set-height-03 {
        height: 900px;
    }

    .slick-hero-slider-caption h2 {
        font-size: 50px;
    }

    .slick-hero-slider-caption p {
        font-size: 24px;
    }

    .hero-text h2 {
     font-size: 45px
 }


}
@media (min-width: 992px) {
    .hero-banner .hero-inner {
        padding: 180px 0 200px;
    }

    .hero-banner .set-height-01, .hero-banner .set-height-02 {
        height: 720px;
    }

    .slick-hero-slider .bg-image {
        height: 720px;
    }

    .slick-hero-slider-02 .bg-image, .hero-banner .set-height-03 {
        height: 530px;
    }

    .slick-hero-slider .slick-prev:before, .slick-hero-slider .slick-next:before {
        font-size: 30px;
    }

    .slick-hero-slider .slick-prev {
        left: 5px;
    }

    .slick-hero-slider .slick-next {
        right: 10px;
    }

    .hero-form-absolute {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }

    .hero-form-absolute .hero-form-inner {
        position: relative;
        z-index: 2;
    }

    .hero-text .hero-price {
        font-size: 14px;
    }
}
.main-search-form-horizontal-wrapper .main-search-form-horizontal {
    position: relative;
    z-index: 9;
}
.main-search-form-horizontal-wrapper .tab-content {
    position: relative;
    z-index: 9;
}

.main-search-form-horizontal .form-inner {
    border-radius: 5px;
    background-color: #FFF;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}

.main-search-form-horizontal .form-group {
    margin: 0;
    position: relative;
}

.main-search-form-horizontal .form-group:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 1px;
    background-color: #E5E5E5;
}

.main-search-form-horizontal .form-group:last-child:before {
    display: none;
}

.main-search-form-horizontal .form-inner .form-control {
    border: 0;
    margin: 0;
    padding: 14px 15px;
    font-size: 14px!important;
}

.main-search-form-horizontal .form-inner .btn-search {
    margin: 0;
    padding: 11px 0;
    font-size: 13px;
    border-radius: 5px;
    line-height: 1.15;
}

.main-search-form-horizontal .form-inner .form-single .form-control, .main-search-form-horizontal .form-double .form-control, .main-search-form-horizontal .form-tripple .form-control {
    border: 0;
    background-color: transparent;
    border-radius: 0;
}
.main-search-form-horizontal .bg-change-focus-addclass {
    background-color: #FFF;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}

.main-search-form-horizontal .bg-change-focus-addclass.focus {
    border: 1px solid #A1A1A1;
}
.main-search-form-horizontal-wrapper.alt-style-01 .form-inner {
    background-color: #37436cbd;
    border: 3px solid #FFF;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
}
.home-img-text{
    padding-left: 0px !important;
    margin-top: 40px;
}

.hero-text h1{
    font-weight: 900;
    margin-bottom: -1px;
    color: #fff;
}
.hero-text .hero-price{
    font-weight: 600;
    margin-bottom: 10px;
}

.main-search-form-horizontal-wrapper.alt-style-01 .form-inner .bg-change-focus-addclass {
    border-color: #FFF;
}

.main-search-form-horizontal-wrapper.alt-style-01 .main-search-form-horizontal .bg-change-focus-addclass.focus {
    border: 1px solid #A1A1A1;
}
@media (max-width:768px){
    .home-img-text{
        padding-left: 0px !important;
        margin-top: unset;
    }
    .main-search-form-horizontal-wrapper.alt-style-01 .form-inner{
        background-color:#37436c;
    }
    .hero-text h1{
        text-shadow: 1px 1px 2px rgba(0,0,0,.5);
        font-weight: 900;
        font-size: 25px;
    }

    
}
@media (min-width: 576px) {
    .main-search-form-horizontal .form-inner {
        margin-left: -20px;
        margin-right: -20px;
    }



}
.menu-horizontal-wrapper-02 {
    background-color: #FFF;
    color: #333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
}

.menu-horizontal-02 {
    padding: 18px 25px 15px;
    background-color: #ff7600;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0px 11px 17px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 11px 17px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 11px 17px -14px rgba(0, 0, 0, 0.5);
}

.menu-horizontal-02 ul li {
    display: inline-block;
}

.menu-horizontal-02 ul li:not(:last-child) {
    margin-right: 1px;
}

.menu-horizontal-02 ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 100px;
    transition: .25s ease-in-out;
}

.menu-horizontal-02 ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFF;
}

.menu-horizontal-02 ul li.active a, .menu-horizontal-02 ul li a.active {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
}

.menu-horizontal-wrapper-02 .menu-horizontal-content {
    padding: 25px;
}

.menu-horizontal-wrapper-03.alt-z-index {
    position: relative;
    z-index: 1;
}

.menu-horizontal-03 {
    text-align: center;
}

.menu-horizontal-03 ul {
    margin: -30px 0 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-horizontal-03 ul li {
    margin: 0 1px;
}

.menu-horizontal-03 ul li:first-child {
    padding-left: 0;
}

.menu-horizontal-03 ul li:last-child {
    padding-right: 0;
}

.menu-horizontal-03 ul li a {
    display: block;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 10px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #253158;
    height: 30px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px 5px 0 0;
    padding-top: 2px;
}

.menu-horizontal-03 ul li.active a, .menu-horizontal-03 ul li a.active, .menu-horizontal-03 ul li a:hover {
    color: #000;
    background-color: #FF7600;
}

.menu-horizontal-03 ul li.active a, .menu-horizontal-03 ul li a.active {
    font-weight: 600;
}

.bg-light .menu-horizontal-03 ul li.active a, .bg-light .menu-horizontal-03 ul li a.active, .bg-light .menu-horizontal-03 ul li a:hover {
    background-color: #F8F9FA;
}
@media (min-width: 576px) {
    .menu-horizontal-03 ul li a {
        font-size: 9px;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .menu-horizontal-02 ul li a {
        font-size: 12px;
        padding: 7px 10px;
        font-weight: 700;
    }

    .menu-horizontal-02 ul li a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #FFF;
    }

    .menu-horizontal-03 ul {
        margin: -50px 0 60px;
    }

    .menu-horizontal-03 ul li {
        margin: 0 2px 0 3px;
    }

    .menu-horizontal-03 ul li a {
        font-size: 13px;
        padding: 0 25px;
        height: 50px;
        padding-top: 5px;
    }
}

@media (min-width: 992px) {
    .menu-horizontal-03 ul {
        margin: -60px 0 60px;
    }

    .menu-horizontal-03 ul li a {
        padding: 0 10px;
        height: 50px;
    }

    .menu-horizontal-04 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-horizontal-04 .container:after {
        bottom: -63px;
    }

    .menu-horizontal-04 .menu-heading h3 {
        font-size: 36px;
    }

    .menu-horizontal-04 .menu-nav nav ul {
        margin: 0 -15px;
    }

    .menu-horizontal-04 .menu-nav nav ul li {
        padding: 0 15px;
    }

    .menu-horizontal-04 .menu-nav nav ul li a {
        padding: 0 10px;
    }

    .menu-horizontal-04 .menu-nav nav ul li a:after {
        bottom: -67px;
    }

    .menu-horizontal-04 .menu-nav nav ul li a .icon-font {
        font-size: 55px;
    }
}
@media (min-width: 1200px) {
    .menu-horizontal-04 .menu-nav nav ul {
        margin: 0 -20px;
    }

    .menu-horizontal-04 .menu-nav nav ul li {
        padding: 0 20px;
    }

    .menu-horizontal-04 .menu-nav nav ul li a .icon-font {
        font-size: 70px;
    }
}
.footer-wrapper {
    background-color: #003865;
    color: #37436c;
    line-height: 1.2;
    padding-top: 35px;
}

.footer-wrapper .footer-title {
    line-height: 1.1;
    color: #37436c;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-wrapper a {
    color: #37436c;
}

.footer-wrapper .footer-phone {
    font-size: 19px;
    line-height: 34px;
}

.footer-wrapper .footer-phone i {
    margin-top: -5px;
    font-size: 26px;
}

.footer-wrapper ul.footer-menu li {
    display: inline-block;
    margin-right: 20px;
}

.footer-wrapper ul.footer-menu li a {
    font-size: 13px;
    color: rgb(55, 67, 108);
}

.footer-wrapper a:hover, .footer-wrapper ul.footer-menu li a:hover {
    color: #ff7600;
    ; }

    .footer-wrapper .footer-newsletter {
        margin-bottom: 50px;
    }

    .footer-wrapper .footer-newsletter .form-control {
        border-color: transparent;
        font-size: 13px;
        padding-top: 19px;
        padding-bottom: 17px;
    }

    .footer-wrapper .footer-socials a {
        font-size: 22px;
        margin-right: 15px;
        margin-bottom: 5px;
        color: #37436c;
    }

    .footer-wrapper .footer-socials a:hover {
        color: #ff7600;
    }

    .footer-wrapper .footer-linkler {
        max-width: 1140px;
        margin: 0 auto;
    }

    .footer-linkler a {
        font-size: 11px;
        color: #37436c;
    }

    .footer-wrapper .post-footer {
        /*background-color: #b7c2ce;*/
        background: #1b3e6f;
        color: #fff;
        padding: 20px 0;
        margin-top: 10px;
        font-size: 12px;
    }

    .footer-wrapper .post-footer a {
        color: #fff;
    }

    .footer-wrapper .post-footer a:hover {
        text-decoration: underline;
    }

    @media (min-width: 768px) {
        .footer-wrapper ul.footer-menu li {
            display: block;
            margin-right: 0;
        }

        .footer-wrapper ul.footer-menu li + li {
            margin-top: 10px;
        }

        .footer-wrapper .post-footer {
            margin-top: 30px;
        }
    }

    @media (min-width: 992px) {
        .footer-wrapper {
            padding-top: 45px;
        }

        .footer-wrapper .post-footer {
            text-align: center;
        }
    }

    @media (min-width: 1200px) {
    }

/**

 * Back To Top

 */
    .back-to-top {
        cursor: pointer;
        position: fixed;
        bottom: 45px;
        right: 15px;
        display: none;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: #ff7600;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        line-height: 40px;
        padding: 0;
        -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
        box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
        z-index: 999999;
        border: 1px solid #ff7600;
    }

    .back-to-top:hover {
        color: #FFF;
        margin-bottom: 5px;
        background-color: #962C2E;
        border-color: #962C2E;
    }
    .section-title {
        line-height: 1.25;
        margin-bottom: 40px;
    }

    .section-title p {
        font-size: 18px;
    }

    .section-title h2, .section-title h3, .section-title h4 {
       font-display: swap;
       font-family: 'Montserrat', serif;
       font-weight: 400;
       text-transform: capitalize;
       margin: 0;
   }

   .section-title h2 {
    line-height: 1.25;
    font-size: 28px;
}
@media (min-width: 992px) {
    .section-title {
        line-height: 1.25;
        margin-bottom: 40px;
    }

    .section-title p {
        font-size: 24px;
        font-weight: 300;
    }

    .section-title h2 {
        font-size: 30px;
    }

    h3.heading-title {
        margin-bottom: 25px;
    }

    h3.heading-title + p.post-heading {
        margin-top: -25px;
        margin-bottom: 25px;
    }

    .pre-heading + h4.heading-title {
        margin-top: 7px;
    }

    .sidebar-wrapper .sidebar-title .filter-reset {
        font-size: 11px;
    }

    .sidebar-box:last-child .box-content {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .sidebar-wrapper .sidebar-title .filter-reset {
        letter-spacing: 1px;
    }
}
.product-grid-item {
    background: #FFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    line-height: 1.25;
}

.product-grid-item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.product-grid-item a {
    color: inherit;
    display: block;
}

.product-grid-item img {
    transition: transform .5s ease;
}

/* [1] The container */
.img-hover-zoom {
    height: 300px;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [3] Finally, transforming the image when container gets hovered */
.product-grid-item:hover img {
    transform: scale(1.1);
}

.product-grid-item .content {
    padding: 12px;
}

.product-grid-item .short-info {
    margin-right: 90px;
    margin-top: 5px;
}

.product-grid-item p.rating-text [class*=bg] {
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 4px 0;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    position: relative;
    z-index: 1;
}

.product-grid-item h5, .product-grid-item h6 {
    line-height: 1.25;
    margin-bottom: 7px;
}

.product-grid-item p {
    margin: 0;
}

.product-grid-item p.location {
    font-style: italic;
    font-size: 15px !important;
}

.product-grid-item p.location i {
    font-size: normal;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 3px;
    margin-top: -3px;
    display: inline-block;
}

.product-grid-item .price {
    max-width: 86px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 6px;
    border-left: 1px solid #E3E5E7;
    padding-left: 16px;
    line-height: 1.2;
}

.product-grid-item .price span {
    display: block;
    margin: 3px 0 0;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}
.product-long-item {
    background: #FFF;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.product-long-item:last-child {
    margin-bottom: 0;
}

.product-long-item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.product-long-item .image {
    width: 100%;
    margin: 15px 15px 0;
}

.product-long-item .col-inner {
    padding: 0 15px 0;
}

.product-long-item .content-top {
    margin-bottom: 15px;
}

.product-long-item h5, .product-long-item h6 {
    line-height: 1.25;
    margin: 10px 0 7px;
}

.product-long-item p {
    margin: 0;
    line-height: 1.45;
}
.product-long-item .price, .havadurumu {
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #E3E5E7;
    padding-left: 12px;
    line-height: 1.2;
}
.product-long-item .havadurumu span {
    display: block;
    margin: 3px 0 0;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.product-long-item .content {
    padding-bottom: 20px;
}

.product-long-item .content-bottom {
    border-top: 1px solid #E3E5E7;
    margin: 0 -20px;
    margin-left: -25px;
    padding: 10px 15px;
    padding-left: 25px;
    background: #fff;
}
.product-grid-item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.product-grid-item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.item-deal-horizontal {
    line-height: 1.25;
    padding: 25px 20px 20px;
    overflow: hidden;
    display: block;
    width: 100%;
}

a.item-deal-horizontal {
    color: #FFF;
    border-radius: 0px;
}
.item-deal-horizontal h6 {
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #FFF;
}

@media (min-width: 768px) {

    [class*=slick-product-item] {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -20px;
    }

    [class*=slick-product-item] .slick-item {
        padding: 20px 10px;
    }

    .product-long-item .image {
        width: 300px;
        margin: 0;
    }

    .product-long-item .image img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .product-long-item .price {
        margin-top: 5px;
        margin-right: 5px;
    }

    .product-long-item .col-inner {
        padding: 15px 15px 0;
        padding-left: 10px;
    }

    .product-long-item.for-guide .image {
        margin-top: 20px;
        margin-left: 20px;
    }

    .bg-image.product-large-item {
        box-shadow: 0;
        padding: 100px 0;
        border-radius: 0;
    }
}
.featured-image-grid-item {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-out;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    background-color: #FFF;
}

.featured-image-grid-item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.featured-image-grid-item .image img {
    height: 200px;
    object-fit: cover;
    min-width: 500px;
}

.featured-image-grid-item .image img:hover {
}

.featured-image-grid-item .content {
    padding: 10px;
    line-height: 1.45;
    font-display: swap;
    font-family: "Roboto Condensed",sans-serif;
}

.cols-lg-3 .featured-image-grid-item .content p {
    font-size: 14px;
    letter-spacing: 0;
}

.featured-image-grid-item .item-highlight {
    font-size: 14px;
    line-height: 1;
    display: block;
}

.featured-image-grid-item .item-highlight span {
    font-weight: 700;
    font-size: 28px;
    display: block;
}

.featured-image-grid-item .item-expire {
    display: inline-block;
    border: 2px dashed #E5E5E5;
    padding: 7px 5px 5px;
    line-height: 1.15;
    font-weight: 500;
    font-size: 12px;
}

.featured-image-grid-item .act-as-btn {
    font-size: 13px;
    line-height: 1;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: -60px;
    margin-top: 45px;
    transition: all 0.3s ease-out;
}

.featured-image-grid-item.with-highlight:hover {
    margin-bottom: -30px;
}

.featured-image-grid-item:hover .act-as-btn {
    margin-bottom: 0;
    margin-top: 15px;
}
.featured-icon-small-item {
    font-size: 13px;
    line-height: 1.45;
    padding-left: 60px;
    position: relative;
}

.featured-icon-small-item h6 {
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0 0 7px;
}

.featured-icon-small-item p {
    font-size: 14px;
}

.featured-icon-small-item .icon-font {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}
.hero-banner.hero-flex{
    background-position-x: right !important;
}
.hero-banner.hero-flex::before{
    background: #00000060;
    content: ' ';
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    margin-top: -2px;
 }

@media (min-width: 768px) {
    .featured-image-grid-item .image img {
        height: 280px;
    }

    .featured-image-grid-item .content {
        padding: 18px;
    }

    .featured-image-grid-item .item-expire {
        padding: 10px 10px 8px;
    }

    .image-caption-01 .higher img {
        height: 500px;
    }

    .feature-box-2 > .feature-row {
        padding: 18px 18px 17px;
    }

    .feature-box.set-width {
        float: left;
        width: 300px;
        margin-right: 30px;
        margin-top: 7px;
    }

    .feature-box-2 > .feature-row:after {
        left: 25%;
    }
}
.testimonial-grid {
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonial-grid .testimonial-header {
    font-size: 12px;
    line-height: 1.25;
}

.testimonial-grid .testimonial-header h6 {
    line-height: 1.25;
    margin: 0 0 5px;
}

.testimonial-grid .testimonial-body {
    font-size: 14px;
    margin-top: 6px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.testimonial-grid .testimonial-footer {
    margin-top: 20px;
}

.rating-item .rating-icon {
    color: #ff7600!important;
}
body {
    overflow-x: hidden;
}

.product-grid-item .altyazi {
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 999999;
    background: rgb(55, 67, 108);
    padding: 5px;
    font-size: 13px;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bolge-desc::-webkit-scrollbar, .ui-widget.ui-autocomplete::-webkit-scrollbar {
    width: 10px !important;
}

.bolge-desc::-webkit-scrollbar-track, .ui-widget.ui-autocomplete::-webkit-scrollbar-track {
    background: #E1F0FF !important;
}

.bolge-desc::-webkit-scrollbar-thumb, .ui-widget.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #37436C !important;
}

.bolge-desc::-webkit-scrollbar-thumb:hover, .ui-widget.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #FF7600 !important;
}

.fa-beat {
    animation: fa-beat 5s ease infinite;
}
@keyframes fa-beat {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.25);
    }

    35% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    55% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.25);
    }
}

.tv_begenilenler {
    cursor: pointer;
}

.tv_begenilenler:hover {
    color: #FF7600;
}



#cookie-sozlesme-onay-container span {
    font: bold 10px "Lucida Grande",Arial,sans-serif;
    font-weight: bold;
    color: #50545d;
    display: inline-block;
    vertical-align: middle;
}

.custom-control.custom-checkbox.error {
    border: 1px solid #a94442;
    border-radius: 3px;
    padding: 8px;
    padding-left: 2.5rem;
    -webkit-box-shadow: 0 0px 4px #a94442;
    box-shadow: 0 0px 4px #a94442;
    margin-top: 5px;
}

.pagination.pagination-lg li a {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.badge.badge-secondary {
    background-color: #FF7600;
    color: #fff;
}

.product-long-item.yorum-icin .image img {
    height: 200px !important;
}

.main-search-form-horizontal-wrapper.alt-style-01 .form-inner {
    /*background-color: unset !important;
    box-shadow: unset !important;*/
    border: unset !important;
}

.input-shadow-private {
    -webkit-box-shadow: 0px 0px 4px rgba(74,74,74,0.46);
    -moz-box-shadow: 0px 0px 4px rgba(74,74,74,0.46);
    box-shadow: 0px 0px 4px rgba(74,74,74,0.46);
    border-radius: 3px;
}

a.header-contact-link {
    font-weight: 900;
}

a.header-contact-link:hover {
    color: #fff;
}

.mesai div:first-child {
    align-items: center;
    justify-content: center;
}

.mesai div {
    line-height: 1.4;
}
.text-bold {
    font-weight: bold !important;
}
a.item-deal-horizontal {
    color: #FFF;
    border-radius: 0px;
}

/*Header başlangıç*/
.villa-secim-multiselect .btn-group {
    height: 35px!important;
}

.mesai {
    float: left;
    width: 50%;
}

.mesai::after {
    content: '';
    clear: both;
}

.mobil-contact-btn {
    margin-right: 10px;
}

.mobil-contact-btn ul {
    position: relative;
    right: 10px;
}

@media screen and (max-width: 375px) {
    .mobil-contact-btn ul {
        position: relative;
        right: 20px;
        transform: scale(.85);
    }
}

.mobil-contact-btn li a i {
    padding: 20px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #339bff;
    color: #fff;
}

.mobil-contact-btn li a {
    padding-right: 5px;
}

.headerlogolar {
    margin: auto;
    margin-bottom: 10px;
}

.headeraramacont input {
    width: 100%;
    height: 40px;
    padding: 6px 20px 5px;
    border-radius: 10px 0px 0px 10px;
    border: 0;
    text-align: right;
    font-display: swap;
    font-family: "Font Awesome 5 Free", 'Poppins' !important;
    font-weight: 500;
    float: left;
}

.headeraramacont button {
    line-height: 1.5;
    border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 575px) {
    .header-logo img {
        max-height: 100px;
    }

    .headeraramacont {
        margin-bottom: 15px;
    }

    .headeraramacont button {
        border-radius: 0 10px 10px 0;
    }
    .hero-text .hero-price > span {
        margin-top: 10px;
        font-size: 12px;
    }
    .hero-middle .header-banner-btn{
        width: 100%;
        text-align: center;
        justify-content: center;

    }
}

/*anasayfa slider ve arama bölümü*/
.main-search-form-horizontal-wrapper .btn-search {
    text-transform: capitalize;
}

#gelismisaracont {
    display: none;
    transition: max-height 0.5s ease-out;
    padding: 0 5px;
    overflow: hidden;
    visibility: hidden;
    margin-top: -6px;
    border-radius: 0 0 40px 40px;
    background: rgb(55, 67, 108);
    box-shadow: 0px 14px 12px rgb(0 0 0 / 32%);
    visibility: visible;
    display: none;
}

.gelismis-ozelkler-container .custom-control-inline {
    margin-left: unset !important;
}

#gelismisaracont.acikk {
    display: block;
    position: absolute;
    width: 100%;
}

#gelismisiccont {
    padding: 20px 20px 10px;
    text-align: left;
}

#gelismisiccont label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#gelismisiccont span {
    float: right;
    color: #fff;
    font-size: 12px;
}

#gelismisiccont input {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.gelismis-arama-ac-kapa {
    width: 100%;
    height: 35px;
    margin: 0px;
    padding: 3px 5px;
    opacity: 0.4;
}

.b-0 {
    border: 0 !important;
}

.gelismis-ozelkler-container {
    position: absolute;
    width: 100%;
}

.main-search-form-horizontal-wrapper {
    position: absolute;
    right: 0px;
    bottom: 90px;
    width: 100%;
    transition: bottom 1s;
}

@media only screen and (max-width: 571px) {
    .main-search-form-horizontal-wrapper {
        /* top: 550px;*/
    }
}

@media (max-width: 768px) {




    .slick-hero-slider-wrapper .hero-inner {
        bottom: 360px !important;
    }

    #gelismisiccont span {
    	font-size: 12px;
    }

    .main-search-form-horizontal-wrapper {
    	position: unset;

    }
    .hero-banner.hero-flex{
    	max-height: 256px !important;
    	background-position: center !important;
      background-size: cover !important;
     
  }
  .search-main-container .col-md-12{
     padding: unset;
 }

 
 .search-main-container .mt-15.gelismis-ozelkler-container{
     opacity: 1;
     border-radius: 0 !important;
     margin-top: 0 !important;
     position: unset;
 }
 .search-main-container .mt-15.gelismis-ozelkler-container .custom-control {
     opacity: 1 !important;
     border-radius: 0 !important;
 }


 .hero-inner .hero-text{
     text-align: center;
     position: relative;
     top: -35px;

 }
 .main-search-form-horizontal .form-inner{
     border-radius: 0 !important;
     padding: 15px;
 }
 #gelismisaracont{
     border-radius: 0px !important;
 }
 .product-long-item .content{
     max-height:300px;
     overflow-y: auto; 
 }


}

@media (min-width: 1200px) {
	.col-xlg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xlg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media screen and (min-width: 991px) {
    .hero-inner > .hero-middle {
        margin-top: -115px;
    }
}

@media screen and (max-width: 991px) {
    .menu-horizontal-03 ul {
        margin: -50px 0 60px;
        flex-flow: column;
        text-align: center;
    }

    .menu-horizontal-03 ul li {
        overflow-y: hidden;
    }

    .menu-horizontal-03 ul li a {
        border-radius: unset;
        text-align: center;
        display: block;
        line-height: 40px;
        margin-top: auto;
        font-size: 9px;
    }
}

.preview-article {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 268px;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow-y: auto;
}
@media only screen and (min-width: 991px) {
    .preview-article.only-mobile {
        height: unset !important;
    }
}

.menu-horizontal-03 {
    margin-top: 20px;
    margin-bottom: -60px;
}

.fiyat-al {
    position: absolute;
    right: 0px;
    z-index: 10;
}

.fiyat-al a {
    display: inline-flex;
    text-align: center;
    letter-spacing: 0px;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0px 5px 5px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 5px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}

.fiyat-al div {
    padding: 12px 10px;
    color: #FFF;
    text-transform: uppercase;
    word-wrap: normal;
    line-height: 18px;
}

.fiyat-al a:hover {
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.8);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.8);
    transform: scale(1.11);
    transition: all 0.4s ease 0s;
}

.fiyat-al div:first-child {
    background: #ff7600;
    border-color: #ff7600;
    margin-right: -5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fiyat-al div:last-child {
    background: #ff7600;
    border-color: #ff7600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fiyat-al:hover div {
    background: #253158;
    border-color: #253158;
}

@media only screen and (max-width: 768px) {
    .bg-single {
        padding: 20px 10px!important;
    }
}

/*@media screen and (max-width: 1200px){

            .fiyat-al {

                display: none;

            }

            }*/
            /*Fatih bey css düzenleme istekleri bitşiş*/
            .havadurumu {
                min-width: 125px;
            }

            @media screen and (max-width: 1366px) and (min-width: 700px) {
                .featured-image-grid-item h5 {
                    font-size: 8pt !important;
                }

                .featured-image-grid-item .item-highlight .h5,.featured-image-grid-item .indirimli-fiyat {
                    font-size: 10pt !important;
                }
            }

            .featured-image-grid-item h5 {
                font-size: 10pt;
            }

            .featured-image-grid-item .item-highlight .h5 {
                font-size: 12pt;
                font-display: swap;
                font-family: "Roboto Condensed",sans-serif;
            }

            .menu-horizontal-04 .menu-nav nav ul li a {
                font-size: 10px !important;
            }

            .input-group {
                margin: auto;
            }

            .villa-secim-multiselect .multiselect-container.dropdown-menu {
                background: #253158;
                border: 3px solid #FFF;
                max-height: 226px;
                overflow-y: auto;
                min-width: 100%;
            }

            .villa-secim-multiselect .multiselect-container.dropdown-menu label {
                font-size: 13px;
                font-weight: 600;
            }

            .villa-secim-multiselect .multiselect-container.dropdown-menu label:hover {
                color: #fff;
            }

            .input-group-btn {
                margin-left: -1px;
            }

            .input-group-btn .btn {
                max-height: 34px;
            }

            .input-group-addon {
                background: #37436C;
                /* padding: 3px; */
                min-width: 30px;
                max-width: 15px;
                text-align: center;
                color: #fff;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                line-height: 2;
            }

            .villa-secim-multiselect .form-control.multiselect-search {
                background: #fff !important;
                border: 1px solid #ccc !important;
                max-width: 75%;
                height: 20px;
                padding: 16px 5px;
            }

            .multiselect-item.filter {
                padding: 8px;
            }

            .villa-secim-multiselect .btn-group {
                width: 100%;
                height: 55px;
            }

            .villa-secim-multiselect .btn-group .btn-default {
                background: #fff;
                border: unset;
            }
            input.hasDatepicker[readonly] {
                background: #fff;
            }
            /*property detail page end*/
            .box-shadow {
                border-radius: 3px;
                box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
                width: 100%;
                overflow: hidden;
                display: -ms-flexbox;
                -ms-flex-direction: column;
            }
            .sub-title {
                font-size: 13px !important;
                color: #ccc;
            }

            /*stuf.css*/
            body {
                background-color: transparent;
            }

            .tatilvillam-ozel {
                position: absolute;
                left: 5px;
                top: 0px;
                z-index: 3;
                background: url(../images/tatilvillamda.png) no-repeat center left;
                height: 69px;
                width: 66px;
                background-size: contain;
            }

            .header-waypoint-sticky.header-main #headerentop {
                height: 0;
                overflow: hidden;
                padding: 0;
            }

            .header-main .dropdown .dropdown-menu a.dropdown-item {
                color: #37436c;
                font-weight: bold;
            }

            .header-main .dropdown .dropdown-menu a.dropdown-item.active {
                background-color: #37436c;
                color: #ffffff;
                font-weight: 100;
            }

            .top-extra-dropdown .dropdown-menu {
                min-width: unset;
                width: auto;
                border-radius: 0 0 0 10px;
                padding-top: 0;
            }

            .header-top-icon {
                padding: 5px;
                border-radius: 50%;
                background-color: white;
                color: #253158;
                margin-right: 10px;
            }

            .submt {
                float: left;
                width: 40px;
                height: 40px;
                margin: 0 0;
                padding: 0 0;
                color: #fff;
                border-radius: 0 4px 4px 0;
                background-color: #ff7600;
                outline: 0;
                border: 0;
            }

            .headeraramacont input::-webkit-input-placeholder {
                color: rgb(117, 117, 117);
                color: #9a9a9a;
            }

            .headeraramacont input::-moz-placeholder {
                color: #9a9a9a
            }

            .headeraramacont input:-ms-input-placeholder {
                color: #9a9a9a
            }

            .headeraramacont input:-moz-placeholder {
                color: #9a9a9a
            }

            .ui-widget.ui-autocomplete {
                width: 100%;
                max-width: 210px;
                border-radius: 25px 0 0 2px;
                font-size: 14px;
                overflow: hidden;
                z-index: 99999;
                max-height: 245px;
                border: 1px solid rgba(37, 49, 88, 0.72);
                background: #37436C;
                color: #fff;
                margin-top: 5px;
            }

            .ui-widget.ui-autocomplete li div {
                padding: 3px 20px;
                white-space: nowrap;
                overflow: hidden;
                cursor: pointer;
                text-overflow: ellipsis;
            }

            .ui-widget.ui-autocomplete li:first-of-type div {
                padding-top: 13px;
            }

            .ui-widget-content, .ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
                border: 0;
                background: none;
                background-color: #253158;
                font-weight: 700;
                color: #fff;
            }

            .ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover, .ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
                background: #FF7600;
            }

            .ui-widget-content {
                color: #fff;
                font-weight: 400;
                background-color: #253158;
            }

            .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
                z-index: 99999999;
            }

            .ui-state-default, .ui-widget-content .ui-state-default {
                font-weight: normal;
                font-size: 13px;
                background: #0F1F42;
            }

            .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
                background: unset;
            }

            .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
                border: 0 !important;
            }

            .ui-state-highlight a {
                color: #fff !important;
                text-decoration: none !important;
                background: none !important;
                border: none !important;
            }

            .main-search-form-horizontal-wrapper .menu-horizontal-wrapper-05:before {
                background: none;
            }

            .custom-control-inline {
                color: #fff;
                background-color: rgb(55, 67, 108);
                padding: 2px 15px 2px 35px;
                margin-left: -20px;
                border: 3px solid #ffffff;
                opacity: 0.4;
                border-radius: 5px;
            }

            .hero-text .btn {
                position: relative;
                z-index: 9;
            }

            .ui-widget-header {
                background: #253158;
                border: 1px solid rgba(0, 0, 0, 0.2);
                margin-top: 1px;
            }

            .ui-datepicker .ui-datepicker-title select {
                background: #ebeff2;
                color: #111;
                font-weight: 600;
                border: 1px solid rgba(234, 245, 254, 0.05);
            }

            .ui-datepicker-title,.ui-datepicker-multi .ui-datepicker-group table,.filtre-tarih-secme .ui-state-default {
                color: #111;
            }

            #airDatepickerRange-guide {
                position: relative;
            }

            #airDatepickerRange-guide:after {
                content: ""
            }

            #inlinetarihsec {
                display: none;
                position: absolute;
                z-index: 999999;
                top: 77px;
                border: 1px solid #fff;
                background: #37436c;
                padding: 0 10px 15px;
            }

            #inlinetarihsec .fas , #bolgeautoselectvs .fas {
                position: absolute;
                color: #fff;
                font-size: 40px;
                top: -28px;
                left: 20px;
            }

            #aramageceselect {
                background: #37436c;
                color: #fff;
                text-align: center;
                padding: 20px 5px 10px;
            }

            #aramageceselect select {
                background-color: #37436c;
                color: #fff;
                font-weight: 600;
                margin-left: 5px;
                padding: 3px 5px;
            }

            #inlinetarihsec .ui-datepicker-inline {
                border: 0;
            }

            .product-grid-item ul.meta-list {
                margin-right: -10px;
            }

            .product-long-item p {
                margin-bottom: 15px;
            }

            .product-long-item p:last-of-type {
                margin-bottom: 0;
            }

            .bolgearacont {
                position: relative;
            }

            .atakvim .ui-state-disabled, .ui-widget-content .ui-state-disabled {
                opacity: 1 !important;
            }
            .ui-datepicker td span, .ui-datepicker td a {
                padding: .3rem;
            }

            .ui-datepicker td {
                padding: 0 !important;
            }
            .ui-datepicker-unselectable.ui-state-disabled span {
                color: #ccc !important;
                text-decoration: line-through;
            }
            atakvim .ui-datepicker .ui-datepicker-today a,.btakvim .ui-datepicker .ui-datepicker-today a {
                background: #EBEFF2;
            }

            .ui-datepicker-inline .ui-datepicker-other-month, .ui-datepicker-inline .ui-datepicker-other-month {
                visibility: hidden;
            }

            .ui-widget-content, .ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
                border: 0;
                background: none;
                background-color: #eaeef1;
                font-weight: 700;
                color: #fff;
            }

            .ui-widget-header .ui-icon {
                background-image: url(../images/ui-icons_444444_256x240.png) !important;
            }

            .ui-widget-content {
                color: #111;
                font-weight: 400;
                background-color: #eaeef1;
            }

            .ui-state-default, .ui-widget-content .ui-state-default {
                background: transparent;
                border: none;
                text-align: center;
                margin: 0;
                font-weight: normal;
                color: #111;
                font-size: 13px;
            }

            .ui-state-highlight .ui-state-default {
                border: 0 !important;
                background: none !important;
                background-color: #6688A5 !important;
                font-weight: 700 !important;
                color: #fff !important;
            }
            .ui-widget-header {
                border: none;
                /*border-bottom: 1px solid #253158;*/
                background: transparent;
                font-weight: normal;
                font-size: 11px;
                text-transform: uppercase;
            }

            .ui-datepicker th {
                font-weight: 400!important;
            }
            .ui-widget-header {
                font-weight: 400!important;
            }

            .ui-datepicker th {
                font-weight: 400!important;
            }

            .son-haberler {
                overflow-y: hidden;
            }

            .son-haberler li {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            @media (min-width: 991px )
            {
                .menu-horizontal-03 ul {
                    display: flex;
                    flex-flow: row;
                    justify-content: space-between;
                }
                .menu-horizontal-03 ul li {

                    color: #fff;
                    text-align: center;
                    width: 100%;

                }
                .menu-horizontal-03 ul li a{

                    color: #fff;
                    font-size:12px;
                    text-align: center;
                    
                    margin: 0 auto;
                    display: grid;
                    height: 62px;
                }
                .menu-horizontal-03 ul li a i{
                    font-size: 15px;
                    padding-top: 5px;
                }
                .menu-horizontal-03 ul li a h2{
                    font-size: inherit;
                    color: inherit;
                    text-align: center;
                    margin-bottom: 5px;
                }
            }
            @media only screen and (max-width: 991px) {
                .menu-horizontal-03 ul li {
                    width: 49%;
                    display: inline-block;
                    margin: 1px 1px !important;
                    height: 40px;
                }

                .menu-horizontal-03 ul {
                    display: inline-table;
                }

                .menu-horizontal-03 ul li.active a {
                    background: #253158 !important;
                    color: #fff !important;
                }

                .menu-horizontal-03 ul li a {
                    height: 40px;
                }

                .text-center-md {
                    text-align: center !important;
                }

                .d-md-inline-block {
                    display: inline-block !important;
                }
            }

            @media only screen and (max-width: 576px) {
                .footer-x-yilimiz p {
                    font-size: 1rem !important;
                }

                .son-haberler {
                    margin-right: 10px;
                }

                .menu-horizontal-02 ul li a {
                    font-size: 9px !important;
                    font-weight: 600;
                    padding: 9px 9px;
                }
                .mt-sm-10 {
                    margin-top: 10px !important;
                }
                .mb-sm-10 {
                    margin-bottom: 10px !important;
                }
            }

            @media only screen and (max-width: 480px) {
                .text-center-sm {
                    text-align: center !important;
                }
            }

            @media (min-width: 1200px) {
                .col-lg-pull-0 {
                    right: auto;
                }

                .col-lg-pull-1 {
                    right: 8.33333%;
                }

                .col-lg-pull-2 {
                    right: 16.66667%;
                }

                .col-lg-pull-3 {
                    right: 25%;
                }

                .col-lg-pull-4 {
                    right: 33.33333%;
                }

                .col-lg-pull-5 {
                    right: 41.66667%;
                }

                .col-lg-pull-6 {
                    right: 50%;
                }

                .col-lg-pull-7 {
                    right: 58.33333%;
                }

                .col-lg-pull-8 {
                    right: 66.66667%;
                }

                .col-lg-pull-9 {
                    right: 75%;
                }

                .col-lg-pull-10 {
                    right: 83.33333%;
                }

                .col-lg-pull-11 {
                    right: 91.66667%;
                }

                .col-lg-pull-12 {
                    right: 100%;
                }

                .col-lg-push-0 {
                    left: auto;
                }

                .col-lg-push-1 {
                    left: 8.33333%;
                }

                .col-lg-push-2 {
                    left: 16.66667%;
                }

                .col-lg-push-3 {
                    left: 25%;
                }

                .col-lg-push-4 {
                    left: 33.33333%;
                }

                .col-lg-push-5 {
                    left: 41.66667%;
                }

                .col-lg-push-6 {
                    left: 50%;
                }

                .col-lg-push-7 {
                    left: 58.33333%;
                }

                .col-lg-push-8 {
                    left: 66.66667%;
                }

                .col-lg-push-9 {
                    left: 75%;
                }

                .col-lg-push-10 {
                    left: 83.33333%;
                }

                .col-lg-push-11 {
                    left: 91.66667%;
                }

                .col-lg-push-12 {
                    left: 100%;
                }
            }
            .sbtarihsecme, .filtre-tarih-secme {
                cursor: pointer;
            }
            .product-grid-item p.location i {
                margin-top: 0;
            }

            .sayfaheaderalti {
                background-position: center !important;
                background-size: cover !important;
            }

            #ucanstuff {
                position: fixed;
                top: 50%;
                top: calc(50% - 20px);
                right: -5px;
                z-index: 1000000;
                -webkit-transition: ease-in-out 0.6s;
                -moz-transition: ease-in-out 0.6s;
                -ms-transition: ease-in-out 0.6s;
                transition: ease-in-out 0.6s;
            }

            #ucanstuff.kapali {
                right: -300px;
            }

            #ucanstuff #uqeform {
                background-color: #37436c;
                padding: 15px 15px 15px 10px;
                border: 1px solid #e1f0ff;
                position: relative;
                width: 300px;
            }

            #ucanstuff #uqeform .formuac {
                position: absolute;
                color: #fff;
                background-color: #37436c;
                padding: 6px 10px;
                width: 70px;
                left: -70px;
                top: 50%;
                top: calc(50% - 82px);
                /*border: 1px solid #e1f0ff;*/
                border-right: 0;
                font-size: 12px;
                line-height: 15px;
                cursor: pointer;
                text-transform: uppercase;
                border-top-left-radius: 10px;
                -webkit-transition: ease-in-out 0.2s;
                -moz-transition: ease-in-out 0.2s;
                -ms-transition: ease-in-out 0.2s;
                transition: ease-in-out 0.2s;
            }

            #ucanstuff.kapali #uqeform .formuac {
                width: 40px;
                left: -40px;
                padding-left: 7px;
            }

            #ucanstuff.kapali #uqeform:hover .formuac {
                width: 70px;
                left: -70px;
                padding: 6px 0;
            }

            #ucanstuff #uqeform .formuac span {
                display: block;
                text-align: center;
                transition: visibility 0s, opacity 0.5s linear;
                overflow: hidden;
                min-height: 15px;
                width: auto;
            }

            #ucanstuff.kapali #uqeform .formuac span {
                opacity: 0;
                visibility: hidden;
                width: 0;
            }

            #ucanstuff.kapali:hover #uqeform .formuac span {
                width: auto;
            }

            #ucanstuff:hover #uqeform .formuac span, #ucanstuff:hover #uqeform .formuac span {
                visibility: visible;
                opacity: 1;
            }

            #ucanstuff #uqeform .formuac i {
                display: block;
                text-align: center;
                font-size: 20px;
                width: 25px;
                margin: 0 auto;
            }

            #ucanstuff #uqeform .formuac.stelara {
                top: calc(50% + 2px);
                border-bottom-left-radius: 10px;
                border-top-left-radius: 0;
            }

            #ucanstuff #uqeform .formuac.aobuton {
                background: #b1b1b1;
                color: #d4d4d4;
                /*box-shadow: 0px -2px 10px 0px #000;*/
            }

            #ucanstuff #uqeform .formuac .dl1 {
                display: table;
                width: 100%;
            }

            #ucanstuff #uqeform .formuac .dl2 {
                display: table-cell;
                vertical-align: middle;
                height: 80px;
            }

            #uqeform input {
                width: 48%;
                margin: 3px 1px;
            }

            #uqeform select {
                color: #757575;
                padding: 3px 1px;
            }

            #uqeform textarea, #uqeform button {
                width: 98%;
                margin: 3px 1px;
            }

            #uqeform .ikisatir {
                width: 98%;
                margin: 3px 1px;
            }

            #ucanstuff #uqeform .iccontent {
                display: none;
            }

            #ucanstuff #uqeform .iccontent:first-of-type {
                display: block;
            }

            @media only screen and (max-width: 768px) {
                .header-main .header-top .header-logo img {
                    height: auto;
                }
            }
            .sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
                box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
            }
            .footer-wrapper {
                position: relative;
            }

            .loopimgcont {
                position: relative;
                overflow: hidden;
            }

            .product-grid-item {
                width: 100%;
            }

            .loopsp .sp-fade-arrows {
                opacity: 1 !important;
            }
            .spokgizli {
                opacity: 0.4;
                cursor: col-resize;
            }

            .loopksyos {
                width: 100%;
                background-color: #e0e4e7;
                /*height: 31px;*/
            }

            .loopksyos div {
                overflow: hidden;
                background-color: #fff;
                padding: 0;
                border-top: 1px solid rgba(55, 67, 108, 0.15);
                display: flex !important;
                justify-content: space-evenly;
            }
            .loopksyos span {
                min-width: 33%;
                width: 100%;
                padding: 1.9%;
                display: inline-block;
                text-align: center;
                color: #37436c;
                /*font-weight: 600;*/
                zoom:0.9; }

                .loopcont {
                    position: relative;
                }

                .loopksyos i {
                    font-size: 18px;
                    margin-right: 2px;
                }
                .featured-image-grid-item .item-expire {
                    text-align: right;
                    padding: 5px !important;
                    /*max-width: 65px;*/
                }

                .featured-image-grid-item .item-highlight span {
                    font-size: 20px;
                    padding-top: 5px;
                    font-display: swap;
                    font-family: 'Roboto Condensed', sans-serif;
                }
                .product-grid-item .price span {
                    white-space: nowrap;
                }

                .product-grid-item .price {
                    max-width: 180px;
                }
                @media (min-width: 992px) {
                    .header-main .main-nav > li {
                        margin: 0;
                        padding: 0 10px;
                        border-bottom: 0;
                        border-right: 1px solid rgba(55, 67, 108, 0.15);
                    }

                    .header-main .main-nav li:last-child {
                        border-right: 0;
                    }
                }
                .text-gray {
                    color: #6c757d!important;
                }

                .text-small,small {
                    font-size: 12px;
                }
                .form-groupdevredisi {
                    width: 100%;
                }

                .inlinetarihsec.home-filter.view-top .fas {
                    top: 321px;
                }

                .inlinetarihsec.home-filter.view-top {
                    top: -341px;
                }

                .inlinetarihsec.home-filter {
                    top: 88px;
                }

                .select2-container--bootstrap .select2-results__option[aria-selected=true] {
                    background: #E1F0FF;
                }

                .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar, .villa-secim-multiselect .multiselect-container.dropdown-menu::-webkit-scrollbar , .sss-section .text-holder::-webkit-scrollbar {
                    width: 10px !important;
                }

                .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-track, .villa-secim-multiselect .multiselect-container.dropdown-menu::-webkit-scrollbar-track, .sss-section .text-holder::-webkit-scrollbar-track {
                    background: #E1F0FF !important;
                }

                .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb, .villa-secim-multiselect .multiselect-container.dropdown-menu::-webkit-scrollbar-thumb, .sss-section .text-holder::-webkit-scrollbar-thumb {
                    background: #888 !important;
                }

                .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover, .villa-secim-multiselect .multiselect-container.dropdown-menu::-webkit-scrollbar-thumb:hover, .sss-section .text-holder::-webkit-scrollbar-thumb:hover {
                    background: #FF7600 !important;
                }

                .main-search-input .select2-container {
                    height: 35px;
                }

                .main-serach-input .select2-selection__rendered {
                    color: #9B9B9B !important;
                    font-size: 1.5rem !important;
                }

                .select2-selection {
                    color: #9B9B9B !important;
                }

                .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
                    background: #FF7600;
                }

                .main-search-input .select2-container--bootstrap.select2-container--focus .select2-selection, .main-search-input .select2-container--bootstrap.select2-container--open .select2-selection {
                    box-shadow: unset;
                }

                .select2-dropdown {
                    border-color: #fff !important;
                    background: #37436C;
                    border: 2px solid;
                    padding-top: 10px;
                }

                .select2-dropdown li {
                    color: #fff;
                }

                .select2-dropdown .select2-search__field {
                    margin-bottom: 10px;
                    width: 100%;
                    margin: 0 10px 10px 0;
                }

                .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
                    /* color: #555; */
                    padding: 0;
                    font-size: 14px;
                    line-height: 1.4rem;
                }

                .main-search-input .select2-container--bootstrap .select2-selection {
                    border: unset !important;
                }

                .main-search-input .select2-container--bootstrap .select2-selection--single {
                    height: 36px;
                }

                .main-search-input .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
                    border: unset;
                }

                .text-shadow {
                    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
                }

                .p-15 {
                    padding: 15px;
                }

                .br-5 {
                    border-radius: 5px;
                }

                .pull-left {
                    float: left !important;
                }

                .pull-right {
                    float: right !important;
                }
                .bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed),[data-toggle=collapse]:hover {
                    color: #FF7600 !important;
                }

                .bt-collapse-wrapper .collapse-header.bg-secondary [data-toggle=collapse]:not(.collapsed),[data-toggle=collapse]:hover {
                    color: #ededed !important;
                }
                .header-main .dropdown .dropdown-menu a {
                    color: #37436C;
                }

                .product-grid-item .price {
                    margin-right: -15px;
                    padding-left: 11px;
                    max-width: unset !important;
                }
                .mfp-iframe-scaler {
                    padding-top: calc(75% - 25px);
                }
                @media (max-width: 767px) {
                    .odeme-formu li a img {
                        max-height: 30px;
                    }

                    .mfp-iframe-scaler {
                        padding-top: 130%;
                    }

                    .inlinetarihsec.property-page .fas {
                        right: 50px;
                        left: inherit !important;
                    }

                    .hero-inner > .hero-middle {
                        margin-top: 25px;
                    }
                }

                @media (max-width: 600px) {
                    .inlinetarihsec {
                        width: calc(99% - 26px);
                    }

                    .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
                        /*min-height: 530px !important;*/
                    }
                }
                .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
                    width: 100%;
                    min-height: 365px;
                }

                .date-range .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all, #priceFilter-form .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
                    min-height: 255px;
                }

                .sidebar-cl {
                    z-index: 1000;
                }

                .inlinetarihsec {
                    display: none;
                    position: absolute;
                    z-index: 999999;
                    top: 150px;
    /*border: 1px solid #515A79;
    */
                    background: #EBEFF2;
                    padding: 0 10px 15px;
                }

                .inlinetarihsec.property-page {
                    top: 191px !important;
                    right: 15px !important;
                    padding-top: 10px;
                }

                .inlinetarihsec.property-page .fas {
                    left: 406px;
                }

                .inlinetarihsec > .kacgece {
                    background: #EBEFF2;
                    color: #515A79 ;
                    text-align: center;
                    padding: 20px 5px 10px;
                }

                .inlinetarihsec > .kacgece input, .inlinetarihsec > .kacgece select {
                    background-color: #EBEFF2;
                    color: #515A79;
                    font-weight: 600;
                    margin-left: 5px;
                    padding: 3px 5px;
                    width: 20%;
                    border: 1px solid white;
                }

                .inlinetarihsec .ui-datepicker-inline {
                    border: 0;
                }

                .inlinetarihsec .fas, #bolgeautoselectvs .fas {
                    position: absolute;
                    color: #EBEFF2;
                    font-size: 40px;
                    top: -25px;
                    left: 20px;
                }

                [role=tooltip].ui-widget-shadow,.inlinetarihsec {
                    -webkit-box-shadow: 2px 2px 3px #aaa;
                    box-shadow: 2px 2px 3px #aaa;
                }

                [role=tooltip].ui-widget-content {
                    font-size: 11px;
                    z-index: 100000000;
                }

                .loopksyos span {
                    float: left;
                }
                .product-grid-item > .image.loopimgcont {
                    min-height: 100px;
                }
                .loopcont .rating-icons {
                    font-size: 10px;
                    display: inline-block;
                    color: #ff7600;
                }

                article {
                   font-display: swap;
                   font-family: 'Montserrat', sans-serif !important;
               }

               .header-main .main-nav > li > a {
                font-weight: 600;
                font-display: swap;
                font-family: sans-serif !important;
            }

            .product-grid-item span:not(.rating-icon), .product-grid-item p, .product-grid-item strong, .product-grid-item b, .product-grid-item h6, .product-grid-item .altyazi, .featured-icon-small-item p, .featured-image-grid-item h5 {
               font-display: swap;
               font-family: 'Roboto Condensed', sans-serif !important;
           }

           .featured-image-grid-item .image {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        footer.footer-wrapper {
            background-origin: content-box;
            background-color: #f1f5f9;
            background-position: 50% 0%;
            background-repeat: no-repeat;
            background-size: 40rem;
        }
        .doluluk-takvimi-btn {
            padding: 0 7px;
            padding-top: 4px;
            padding-bottom: 3px;
            font-size: 8px;
            border-radius: 2px;
            letter-spacing: 1px;
            line-height: 1;
            font-weight: 500;
            color: #fff !important;
        }

        .no-wrap {
            white-space: nowrap;
        }

/*footer son düzenleme*/
.footer-x-yilimiz{

  width: 100%;

  font-family: 'Roboto Condensed', sans-serif !important;

  background: #1B3E6F;

  border-radius: 5px;

  border:1px solid #253158;

  min-height: 25px;

  min-width: auto;

  display: inline-block;

  margin-bottom: 5px;

  padding: 10px; 

}


.footer-x-yilimiz p {

  color: #fff;

  font-weight: 500;



  float: left;

  text-align: left;

  width:78%;

  font-size: 1.4rem;

  margin: 0;
}


.footer-x-yilimiz div{

  color: #fff;

  font-weight: 600;

  line-height: 0.7;

  margin: 0;



}

.footer-x-yilimiz div > span{

  font-size: 75px;


}

@media(max-width: 478px){
  .footer-guvenli-alisveris{
   text-align: center;
}
.footer-guvenli-alisveris img{
   height: 55px;
   width:auto;
}
}

@media screen and (max-width: 768px ) and (min-width: 576px) {

	.p-0.search-main-container > .container{
		max-width: 95% !important;

	}
	.p-0.search-main-container{
		background: #37436c;
	}

}
@media screen and (max-width: 768px) {

	
	.hero-inner.hero-flex{
      margin-top: 50px;
  }
  .footer-x-yilimiz p {
   width: 100% !important;
   text-align: center;
}
.footer-x-yilimiz div{
   display: none;
}

.section-title {
    margin-bottom: 10px;
}

section, .section {
    padding: 5px 0;
}

.sss-section {
    min-height: unset !important;
}
}


@media(max-width: 478px) {
    .footer-guvenli-alisveris {
        text-align: center;
    }

    .footer-guvenli-alisveris img {
        height: 55px;
        width: auto;
    }
}
/*Story*/
.hikaye-cont {
    background: #253158;
    min-height: 100px;
    padding: 10px;
}

.hikaye-list li {
    /*min-width: 71px;*/
    padding-top: 10px;
    padding-left: 3px !important;
    padding-right: 1px !important;
    text-align: center;
}

.hikaye-list li .title {
    font-weight: bold;
    font-size: 7pt;
}

.hikaye-list a {
    color: #fff;
}

.hikaye-list a:hover {
    color: #FF7600;
}

.hikaye-list li img {
    border: 3px solid #FF7600;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.hikaye-list:after {
    clear: both;
}

.story-link {
    width: 100%;
    color: #fff;
    position: relative;
    bottom: 0px;
    opacity: .3;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.story-link:hover,.story-link:focus {
    opacity: .8;
}

.story-link i, .story-link span {
    display: block;
}

#storytime .story-icon {
    height: 90%;
    object-fit: cover !important;
    width: 16% !important;
}

.ribbon {
    margin: 0;
    font-size: 11px;
    z-index: 9;
    padding: 0;
    background-image: -webkit-linear-gradient(top, #fb4a4a, #c53838);
    background-image: linear-gradient(to bottom, #fb4a4a, #c53838);
    background-color: #fb4a4a;
    color: white;
    padding: 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(30%) translateY(0%) rotate(45deg);
    transform-origin: top left;
}

.ribbon:before, .ribbon:after {
    content: '';
    z-index: 8;
    position: absolute;
    top: 0;
    margin: 0 -1px;
    /* tweak */
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, #fb4a4a, #c53838);
    background-image: linear-gradient(to bottom, #fb4a4a, #c53838);
    background-color: #fb4a4a;
}

.ribbon:before {
    right: 100%;
}

.slick-hero-slider-wrapper .hero-inner {
    position: absolute;
    bottom: 250px;
    z-index: 9;
    width: 100%;
}

.slick-hero-slider-wrapper {
    height: 500px;
}

@media screen and (max-width: 991px) {
    .slick-hero-slider-wrapper .hero-inner {
        top: unset;
    }
}

.slick-hero-slider-wrapper .bg-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}



.header-banner-btn {
    display: flex;
    margin: 8px 0;
    float: right;
    width: auto;
    align-items: center;
}

.header-banner-btn:after {
    clear: both;
}

@media screen and (max-width: 991px) {
    .header-banner-btn .icon {
        display: none;
    }

    .header-banner-btn .text {
        font-size: 9px;
    }

    .hero-banner.hero-flex .container.hero-middle .row.align-items-center{
        display: block;
        padding-top: 25px;
    }

    .hero-banner.hero-flex .container.hero-middle .header-banner-btn.btn-block{
        position: relative;
        top: -50px;
        transform: unset;
    }
}

.hero-middle .header-banner-btn{
    transform: scale(1.3);
    box-shadow: 0 0 15px #6c757d;

}

.firsat-btns {
    width: 100%;
    margin-top: 10px;
}

.firsat-btns .btn {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-color: #fff;
    border-bottom: unset;
}

.firsat-btns .btn:first-child {
    border-left: unset;
}

.firsat-btns .btn:last-child {
    border-right: unset;
}

.featured-image-grid-item .text-content {
    width: 60%;
}

.featured-image-grid-item .h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 1366px) {
    .featured-image-grid-item .text-content .h5 {
        width: 55%;
    }
}

.kisa-firsat-container {
    background: #37436C;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0,0,0,.4);
    border-radius: 3px;
    display: table
}

.kisa-firsat.widget {
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0,0,0,.4);
}

.kisa-firsat-container .kisa-firsat.widget {
    box-shadow: unset;
}

.kisa-firsat.widget .widget-body h4 {
    background: #253158;
    padding: 8px 5px;
}

.home-kisa-firsat {
    display: table-cell;
    width: 16.66666666666667%;
}

.kisa-firsat-container .kisa-firsat.widget li > a {
    font-size: 13px;
}

@media (max-width: 1200px ) {
    .kisa-firsat-container .kisa-firsat.widget li > a {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 25px;
        white-space: nowrap;
    }

    .kisa-firsat-container {
        display: flex;
        flex-wrap: wrap;
    }

    .home-kisa-firsat {
        display: block;
        width: 33.33%;
    }
}

@media (max-width: 768px ) {
    .home-kisa-firsat {
        display:block;
        width: 100%;
    }
}

.ulke-secimi .select2-container--bootstrap .select2-selection--single {
    height: 38px;
}

.ulke-secimi.has-error label.error {
    position: absolute;
    bottom: 17px;
}

@media screen and (max-width: 992px) {
    #back-to-top {
        display: none !important;
    }
}

@media (min-width: 375px) and (min-height: 667px) {
    .date-selected-body {
        overflow-y: hidden;
    }

    .date-selected-body .booking-selection-box.date-selected {
        position: fixed !important;
        z-index: 100001 !important;
        top: 0;
        width: 36%;
        min-width: 340px;
        margin: 1% auto;
        left: 0;
        right: 0;
    }

    .date-selected-body .loaded {
        opacity: .7;
        display: block !important;
    }

    .date-selected-body .loaded .sk-circle {
        opacity: 0;
    }
}

span.close {
    cursor: pointer;
}

.sss-section {
    min-height: 500px;
    margin-top: 40px;
    padding: 0;
    display: flex;
}

.sss-section .img-holder {
    background: url('../../../img/sss.img.jpg') no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    object-fit: cover;
    height: 500px;
    -webkit-box-shadow: 9px 0px 9px -6px rgba(0,0,0,0.32);
    -moz-box-shadow: 9px 0px 9px -6px rgba(0,0,0,0.32);
    box-shadow: 9px 0px 9px -6px rgba(0,0,0,0.32);
}

.sss-section .text-holder {
    width: 50%;
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.sss-section .bt-collapse-wrapper .collapse-header {
    position: relative;
    padding-right: 30px;
    background-color: #007fc2;
    border-bottom: 1px solid #5c6b9e;
}

.sss-section .bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed), [data-toggle=collapse]:hover {
    color: #f8f8f8 !important;
}

.sss-section .bt-collapse-wrapper .collapse-item {
    margin: 10px 0 0 0 !important;
}

@media only screen and (max-width: 991px) {
    .sss-section .img-holder {
        display: none;
    }

    .sss-section .text-holder {
        width: 100%;
        max-height: unset;
    }
}

.mfp-iframe {
    padding: 4px;
    background: #383939;
}

.mfp-iframe-scaler iframe {
    background: #fff;
}
.ui-widget.ui-autocomplete {
    border-radius: 15px 0 15px 15px;
    min-width: 312px;
    overflow-y: auto;
    overflow-x: hidden;
}
.balayi-link {
    background-image: -webkit-linear-gradient(top, #fb4a4a, #c53838);
    background-image: linear-gradient(to bottom, #fb4a4a, #c53838);
    background-color: #fb4a4a;
    position: absolute;
    width: 100%;
    bottom: 149px;
    text-align: center;
    color: #fff !important;
    line-height: 2;
}

@media screen and (max-width: 1366px) {
    .balayi-link {
        bottom: 143px;
    }
}

@media screen and (max-width: 768px) {
    .balayi-link {
        bottom: 138px;
    }
}

.balayi-title .balayi-text {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin-top: -12px;
    font-size: 18px;
    display: block;
}

.balayi-title i.fas {
    position: relative;
    bottom: 10px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}

.balayi-holder {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 59px;
}

.balayi-title {
    text-align: center;
    background-color: rgba(37,49, 88,.8);
    max-width: 420px;
    height: 50px;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .balayi-holder {
        bottom: 74px;
    }

    .product-grid-item .price span {
        font-size: 12px !important;
    }
    .short-info h4{
        font-size:15px !important;
    }
    .product-grid-item .altyazi{
        font-size: 12px !important;
    }
    .product-grid-item p.location{
        font-size: 12px !important;
    }
    .doluluk-takvimi-btn {
        padding: 0 2px;
        padding-top: 4px;
        padding-bottom: 3px;
        font-size: 7px;
        border-radius: 2px;
        letter-spacing: normal;
        line-height: 1;
        font-weight: 500;
        color: #fff !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.alert-gray {
    background: #f1f1f1;
}
.home-we-are-container{
    border-bottom: unset !important;
}

/*icon font*/

.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}
.fa-fw {
    text-align: center;
    width: 1.25em
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}
.fa-umbrella-beach:before {
  content: "\f5ca"; 
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-bed:before {
    content: "\f236"
}
.fa-calendar:before {
    content: "\f133"
}
.fa-calendar-week:before {
    content: "\f784"
}
.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}
.fa-caret-up:before {
    content: "\f0d8"
}

.fa-check-circle:before {
    content: "\f058"
}
.fa-chevron-up:before {
    content: "\f077"
}

.fa-clock:before {
    content: "\f017"
}
.fa-envelope:before {
    content: "\f0e0"
}

.fa-exchange-alt:before {
    content: "\f362"
}
.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}
.fa-gem:before {
    content: "\f3a5"
}
.fa-handshake:before {
    content: "\f2b5"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}
.fa-history:before {
    content: "\f1da"
}
.fa-home:before {
    content: "\f015"
}


.fa-info-circle:before {
    content: "\f05a"
}
.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}
.fa-lightbulb:before {
    content: "\f0eb"
}
.fa-lira-sign:before {
    content: "\f195"
}
.fa-pound-sign:before {
    content: "\f154";
}
.fa-euro-sign:before {
    content: "\f153";
}
.fa-dollar-sign:before {
    content: "\f155";
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}
.fa-percent:before {
    content: "\f295"
}
.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}
.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-question-circle:before {
    content: "\f059"
}
.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-star:before {
    content: "\f005"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-users:before {
    content: "\f0c0"
}
.fa-water:before {
    content: "\f773"
}
.fa-whatsapp:before {
    content: "\f232"
}

.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-grin-stars:before {
    content: "\f587";
}
.fa-times-circle:before {
    content: "\f057";
}

@font-face {
   font-display: swap;
   font-family: 'font awesome 5 brands';
   font-style: normal;
   font-weight: 400;
   font-display: auto;
   src: url(../../../font-icons/font-awesome/webfonts/fa-brands-400.eot);
   src: url(../../../font-icons/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../../font-icons/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../../font-icons/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(../../../font-icons/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(../../../font-icons/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
   font-display: swap;
   font-family: 'font awesome 5 brands'
}

@font-face {
   font-display: swap;
   font-family: 'font awesome 5 free';
   font-style: normal;
   font-weight: 400;
   font-display: auto;
   src: url(../../../font-icons/font-awesome/webfonts/fa-regular-400.eot);
   src: url(../../../font-icons/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../../font-icons/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../../../font-icons/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(../../../font-icons/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(../../../font-icons/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
   font-display: swap;
   font-family: 'font awesome 5 free';
   font-weight: 400
}

@font-face {
   font-display: swap;
   font-family: 'font awesome 5 free';
   font-style: normal;
   font-weight: 900;
   font-display: auto;
   src: url(../../../font-icons/font-awesome/webfonts/fa-solid-900.eot);
   src: url(../../../font-icons/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../../font-icons/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../../font-icons/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(../../../font-icons/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(../../../font-icons/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}



.fa,.fas {
   font-display: swap;
   font-family: 'font awesome 5 free';
   font-weight: 900
}

/*Popup*/


.popup{

    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(22,22,22,0.5);
    z-index: 100000;

}
.popup .title{
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    padding:20px; 
}
.popup .popup-body{
    width: 756px;
    height: 550px;
    position: relative;
    margin: 0 auto;
    top: 10%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
    box-shadow:0 0 10px rgba(0,0,0,0.4);

    background-size: cover;
}


@media(max-width: 757px){
    .popup .popup-body{
        width: 95%;
        min-height: 260px;
        height: auto;


    }
    .popup .popup-body .desc p{
        overflow-y: auto;
        max-height: 120px;
    }
}
.popup .close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 0 1px 0 #343a40;
}

.popup .popup-body .desc{
    position: absolute;
    bottom: 0;
    padding: 15px;
    min-height: 140px;
    min-width: 100%;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.4);
    background: linear-gradient(0deg,rgba(55, 67, 108, 0.9),rgba(55, 67, 108, 0.5)) ;
}
@media screen and (min-width: 991px){
    .bolge-tab-content{
        max-height: 290px;
        overflow-y: auto;
    }
    
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

@media screen and (max-width: 991px){
    .vid-wrap{
        height: 25vh !important;
    }
}

.intro h1, .outro h2 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.space {
  height: 120vh;
}
.vid-section {
  background: #ccc;
  padding: 0px;
}
.vid-wrap {
  width: 100%;
  height: 600px;
  background: white;
  opacity: 1;
  position: relative;
  overflow: hidden;
  
}
.responsive-vid {
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.responsive-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#player {
  opacity: 0;
  transition: all .5s ease-in-out;
}
.video__overlay {
  background: black;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.tur-selection{
    display: none;
    min-height: 200px;
    background: white;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 15px;
    box-shadow: 0px 2px 10px rgb(37 49 88 / 62%);
}

.tur-selection-list-cont{

}
.tur-selection-list-cont h4{
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
.btn-white {
    background: #ffffff;
    border-color: #ffffff;

}
.tur-selection .close-btn{
    position: absolute;
    right: 20px;
    z-index: 9999999999999;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.taxonomy-grid .taxonomy-card {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden; 
}

.taxonomy-card .taxonomy-title {
    bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold; 
}

@media (min-width: 768px) {
    .taxonomy-grid-2 .taxonomy-card,
    .taxonomy-grid-2 .taxonomy-card a {
        max-height: 90px; 
    } 
}

@media (min-width: 991px) {
    .taxonomy-grid-2 .taxonomy-card,
    .taxonomy-grid-2 .taxonomy-card a {
        max-height: 212px; 
    } 
}

@media (min-width: 1200px) {
    .taxonomy-grid-2 .taxonomy-card,
    .taxonomy-grid-2 .taxonomy-card a {
        max-height: 262px; 
    } 
}
.widget-taxonomies-card .taxonomy-card {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px; 
}
.widget-taxonomies-card .taxonomy-card:last-of-type {
    margin-bottom: 0; 
}
.widget-taxonomies-card .taxonomy-card .taxonomy-title {
    margin-bottom: -10px;
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 700; 
}



.taxonomy-card .content h3{
    font-size: 26px;
}
.taxonomy-card .content h3,.taxonomy-card .content a,.taxonomy-card .content p, .taxonomy-card .content div{
    color :#fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

.taxonomy-card .price{
    right: 23px !important;
    bottom: 13px !important;
}
.taxonomy-card .content{
    position: absolute;
    border: 0;
    bottom: 0;
    width: 100%;


    background: linear-gradient(0deg, rgba(37,49,88,1) 0%, rgba(37,49,88,0) 100%);
    color: #fff !important;
}
.taxonomy-card .count{



    z-index: 6;
    color: #fff;
    position: absolute;
    top: 10px;

    font-size: 13px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 3px;
    display: block;
    width: max-content;

}

.taxonomy-card .count.left{
    left: 14px;
    background: #37436C;
}
.taxonomy-card .count.right{
    right: 14px;
    background: #FF7600;
}


.home .item-blog-image .item-media-thumb img,
.pop-destinations .taxonomy-link.hover-effect img{
    object-fit: cover !important;
    height: 350px !important;
}
.taxonomy-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.featured-icon-small-item span {
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0 0 7px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto Condensed', sans-serif;
}
.tur-selection-list-cont span{
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #37436c;
    font-weight: 500;
}
.menu-horizontal-03 li h2{
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    display: inline;
    margin: 0 !important;
}
.menu-horizontal-03 li:hover h2,.menu-horizontal-03 li.active h2{
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    display: inline;
    margin: 0 !important;
}

.taxonomy-grid .taxonomy-card {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden; 
}

.taxonomy-card .taxonomy-title {
    bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold; 
}

@media (min-width: 768px) {
    .taxonomy-grid-2 .taxonomy-card,
    .taxonomy-grid-2 .taxonomy-card a {
        max-height: 90px; 
    } 
}

@media (min-width: 991px) {
    .taxonomy-grid-2 .taxonomy-card,
    .taxonomy-grid-2 .taxonomy-card a {
        max-height: 212px; 
    } 
}

@media (min-width: 1200px) {
    .taxonomy-grid-2 .taxonomy-card,
    .taxonomy-grid-2 .taxonomy-card a {
        max-height: 262px; 
    } 
}
.widget-taxonomies-card .taxonomy-card {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px; 
}
.widget-taxonomies-card .taxonomy-card:last-of-type {
    margin-bottom: 0; 
}
.widget-taxonomies-card .taxonomy-card .taxonomy-title {
    margin-bottom: -10px;
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 700; 
}



.taxonomy-card .content h2{
    font-size: 18px;
}
.taxonomy-card .content h2,.taxonomy-card .content a,.taxonomy-card .content p, .taxonomy-card .content div{
    color :#fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

.taxonomy-card .price{
    right: 23px !important;
    bottom: 13px !important;
}
.taxonomy-card .content{
    position: absolute;
    border: 0;
    bottom: 0;
    width: 100%;
    padding-top: 50px;

    background: linear-gradient(0deg, rgba(37,49,88,1) 0%, rgba(37,49,88,0) 100%);
    color: #fff !important;
}
.taxonomy-card .count{



    z-index: 6;
    color: #fff;
    position: absolute;
    top: 10px;

    font-size: 13px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 3px;
    display: block;
    width: max-content;

}

.taxonomy-card .count.left{
    left: 14px;
    background: #37436C;
}
.taxonomy-card .count.right{
    right: 14px;
    background: #FF7600;
}


.home .item-blog-image .item-media-thumb img,
.pop-destinations .taxonomy-link.hover-effect img{
    object-fit: cover !important;
    height: 350px !important;
}


.featured-icon-small-item span {
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0 0 7px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto Condensed', sans-serif;
}
.tur-selection-list-cont span{
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #37436c;
    font-weight: 500;
}
.menu-horizontal-03 li h2{
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: inline;
    margin: 0 !important;
}
.menu-horizontal-03 li:hover h2,.menu-horizontal-03 li.active h2{
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    display: inline;
    margin: 0 !important;
}
.feature-box-action{
    transition: all 500ms; 
    cursor: pointer;
    margin-bottom: 10px;
}
.feature-box-action h2{
    font-size: 22px;
    margin-top: 10px;
}
.feature-box-action:hover{
    box-shadow: 0px 0px 10px #ff7600;
    transform: scale(1.05);
}
.feature-box-action:hover a,.feature-box-action:hover h2{
    color: #ff7600;
}
.pop-proje-logo{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    background: rgba(255,255,255,.65);
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 60%);

}
.pop-proje-logo img{
    height: 45px !important;
    width: auto;
}


.mbl-btn{
    border-top: 3px solid #253158;
    position: fixed;

    background: #fff;
    z-index: 1200;
    bottom: 0;
    width: 100%;

}
.mbl-btn > .mbl-hldr{

    display: flex;
}
.mbl-btn > .mbl-hldr > a{
    padding: 8px;
    flex-grow: 1;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #ede;
}
.mbl-btn > .mbl-hldr > a:hover{
    background: #FF7803;
}
.mbl-btn > .mbl-hldr > a > i {
    font-size: 20px;
}
.mbl-btn > .mbl-hldr > a .desc{
    font-size: 7px;
    font-weight: lighter;
    display: block;
}
.fa-grip-lines:before {
    content: "\f7a4"; 
}
.fa-cloud-sun:before {
    content: "\f6c4"; 
}
.fa-map-marked:before {
    content: "\f59f"; 
}

.fa-percent:before {
    content: "\f295"; 
}

.fa-percentage:before {
    content: "\f541"; 
}
.post-footer{

}
@media(max-width: 728px){
    .footer-wrapper .post-footer{
        margin-bottom: 50px;
    }
}


.ha-btn{
    display: inline-block;
    background: #fff;
    color: #37436C;
    border-radius: 50px;
    border: 1px solid #eee;
    font-weight: 600;
    padding: 7px 15px;
    margin: 5px 5px 5px 0;
    font-size: 12px;
    
}
.ha-btn:hover{
    box-shadow: 0 0 5px rgb(255 118 0);
    color: rgb(255 118 0);
}
.offer-hurry-up{
    outline:3px solid #EB334B ;
}
.arrow-right {
    background-color: #EB334B ;
    
    height: 100px;
    right: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
    -webkit-transform: rotate(45deg);
}
.arrow-right span {

    color: #f5f5f5;
    font-family: sans-serif;
    font-size: 11px;
    text-align: center;
    left: 11px;
    top: 78px;
    position: absolute;
    width: 80px;
}
.offer-hurry-up .firsat-btns .btn-primary,.featured-image-grid-item.offer-hurry-up .altyazi{
    background: #EB334B;
    transition:  color .15s;
}
.offer-hurry-up .firsat-btns .btn-primary:hover{
    background: #b70018;
    color: #fff !important;
    
}
.offer-hurry-up .text-secondary{
    color: #EB334B !important;
}
.featured-image-grid-item .altyazi{
    display: flex;
    color: #fff;
    justify-content: center;
    background: #37436C;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 0;;
}
.featured-image-grid-item.offer-hurry-up .altyazi{
    border-bottom: 0px solid #EB334B;
}


.featured-image-grid-item .altyazi span{
    display: inline-block;
}
.mobile,.tablet{
    display: none;
}
.monthly-villas{
    display: block;
    position: fixed;
    margin-top: 20px;
    right: 60px;
    z-index: 9999;
    box-shadow: 0 0 13px black;
    border-radius: 5px;
    overflow: hidden;
    height: 192px;
    bottom: 20px;
}
.monthly-villas img{
    max-width: 300px;
    border-radius: 5px;
}
@media screen and (max-width: 500px){
    .mobile{
        display: block;
    }
}
@media screen and (min-width: 501px ){
    .tablet{
        display: block !important;
    }
}

.property-slick .slick-slide{
    margin: 20px 0 10px;
}
.slick-dots{
    padding-bottom: 10px;
}
.featured-image-grid-item .item-expire {

  text-align: center;
  padding: 4px !important;
  /* max-width: 75px; */
  width: 90%;

}

#emlak-tur-kat-ac{
    text-align: left;
    padding-left: 10px;
}