.fa {
    padding: 3px!important;
    width: 34px!important
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.clear {
    clear: both
}

.color1 {
    color: #000
}

.color2 {
    color: #000
}

.photo-gallery_sec2 {
    background-color: transparent!important
}

body {
    background-color: #ef5dc1;
    background-size: cover;
    font-size: 21px!important;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: roboto
}

h1,h2,h3,h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 34px;
    color: #fff700!important;
    font-weight: 700
}

h1 {
    color: #fff700!important;
    font-size: 32px!important;
    font-weight: 700!important
}

p {
    color: #fff!important;
    text-align: justify;
    font-family: "arial ",sans-serif!important;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400
}

#inner-images {
    width: 100%;
    margin: 25px 0
}

#inner-images li {
    list-style: none;
    width: 21%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 0 2%
}

#inner-images li img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px
}

#gallery ul li {
    list-style: none;
    float: left;
    padding: 10px;
    margin: 2%;
    border: 1px solid #fff;
    width: 21%;
    transition: all ease .5s
}

#gallery ul li img {
    width: 100%;
    border-radius: 5%
}

#gallery ul li:hover {
    border: 1px solid #ff0
}

@media only screen and (max-width: 900px) {
    #inner-images li {
        list-style:none;
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: center;
        margin: 25px 0
    }
    #gallery ul li {
        padding: 0;
        margin: 2%;
        border: none;
        width: 100%
    }

    #gallery ul li img {
        width: 100%;
        border-radius: 5%
    }

    #gallery ul li:hover {
        border: none
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.container {
    max-width: 98%!important
}

h1,h2,h3,h4 {
    font-family: oswald,sans-serif!important
}

.nav-item a.nav-link {
    color: #fff!important;
    font-family: oswald,sans-serif!important
}

.tctinner {
    margin: 0!important;
    padding-bottom: 40px!important;
    padding-top: 20px!important
}

.tctinner p {
    font-family: philosopher,sans-serif!important
}

.tctinner h2 {
    color: #fff;
    font-weight: 600!important
}

.photo-gallery_sec2 {
    padding-bottom: 0!important
}

.my-slider-img1 {
    display: none
}

a.btn.view-gallery {
    background: #FBE70A;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #FBE70A
}

a.btn.view-gallery:hover {
    background-color: transparent;
    border: 1px solid #FBE70A;
    color: #FBE70A
}

.images-section img {
    width: 100%;
    border-radius: 10px
}

.image-section img {
    float: right!important;
    width: 100%;
    height: 550px
}

.book-city {
    padding: 50px 0;
    background:#000000;
}

.footer-m {
    background:#000000;
    color: #fff;
    padding: 10px 0
}

.footer-top {
    background:#000000;
}

.footer-btm {
    background-color: transparent!important
}

.main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

.card {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.1),0 5px 5px -5px rgba(0,0,0,.01);
    transition: .4s ease-in-out;
    font-family: philosopher,sans-serif!important
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0 18px 36px -18px
}

.card img {
    height: 476px;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.card-title {
    background: #000;
    padding-bottom: 25px!important;
    border-radius: 5px
}

.card-title h4 {
    font-family: oswald,sans-serif!important
}

.card-title h3 {
    font-weight: 400
}

.card-content {
    width: 100%;
    background: #fbeff8;
    border-radius: 0 0 10px 10px
}

.card-content-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0
}

.card-content-col {
    margin: 7px;
    padding: 10px 0 0
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.green-btn {
    background-color:#00FF33;
    color: #fff;
    padding: 12px 0 12px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: #26394d 0 10px 30px -10px;
    transition: .2s all ease-in-out!important;
    border-radius: 6px
}

.green-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translate(-5px)!important
}

.star i {
    color: #FBE70A;
    font-size: 14px!important;
    width: auto!important;
    padding: 0!important
}

.new-img-section {
    background-color: #f2faeb!important
}

.new-img-section img {
    height: 400px;
    width: 100%;
    margin: 20px 0;
    border: 4px solid #FBE70A
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.my-social-button i {
    background-color: #fff!important;
    border: 2px solid transparent;
    color: #fff!important;
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    text-decoration: none!important;
    border-radius: 50%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important
}

a {
    text-decoration: none!important
}

.my-social-button i:hover {
    border: 2px solid #fff!important;
    color: #fff!important;
    background-color: transparent!important
}

a .my-social-button {
    text-decoration: none!important
}

.card {
    margin: 9px!important
}

table {
    border: 1px solid #fff;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: oswald,sans-serif!important
}

table tr {
    background-color: #000;
    border: 1px solid #fff;
    padding: 5.6px
}

table td,table th {
    padding: 14.5px;
    text-align: center;
    border-right: 1px solid #fff
}

table th {
    font-size: 20px;
    letter-spacing: 3px;
    background:#000000;
    color: #fff;
    font-family: philosopher,sans-serif!important;
    font-weight: 700
}

tr:nth-child(even) {
    background:#000000;
}

.image-service1 {
    display: none
}

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s,opacity .5s ease-in;
    position: fixed;
    bottom: 60px!important;
    right: 10px;
    background: #c30000eb!important;
    border-radius: 50%;
    z-index: 9999999999999999999
}

.top-button {
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
    cursor: pointer;
    padding: 10px 16px 22px;
    color: #fff
}

.top-button:hover {
    color: #fff;
    text-decoration: none
}

.button {
    display: inline-flex;
    padding: 12px 20px;
    border: 2px solid #FBE70A;
    margin: 20px 20px 20px 0;
    color: #FBE70A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: oswald,sans-serif!important;
    border-radius: 5px;
    font-weight: 600
}

.button a {
    color: #FBE70A;
    text-decoration: none;
    letter-spacing: 1px
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    color: #FBE70A
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #FBE70A;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0
}

#button-2:hover #slide {
    left: 0
}

#button-2:hover a {
    color: #fff;
    text-decoration: none
}

ul.btm {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: baseline
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative;
    right: -20px;
    height: auto;
    width: 3px!important
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative!important;
    left: 30px!important
}

ul.btm li a {
    text-decoration: none
}

.phone {
    background: #3b5998;
    color: #fff
}

.google {
    background: #55acee;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

@media(max-width: 767px) {
    .my-slider-img {
        display:none!important
    }

    .my-slider-img1 {
        display: block!important
    }

    .image-service1 {
        display: block!important
    }

    .image-service {
        display: none!important
    }

    .images-section img {
        height: auto!important
    }

    .container {
        max-width: 100%!important
    }
}

@media screen and (max-width: 600px) {
    table {
        border:0
    }
}

.phone1 {
    background-color: #000;
    color: #fff
}

.whatsapp1 {
    background-color: #059f3f;
    color: #fff
}

#mybuttonwf {
    position: fixed;
    bottom: 12%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 16px 25px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 10px;
    font-family: oswald,sans-serif
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-home:before {
    content: "\f015"
}

.fa-road:before {
    content: "\f018"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-book:before {
    content: "\f02d"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-key:before {
    content: "\f084"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-question:before {
    content: "\f128"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-inr:before {
    content: "\f156"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-female:before {
    content: "\f182"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-support:before {
    content: "\f1cd"
}

.fa-send:before {
    content: "\f1d8"
}

.fa-send-o:before {
    content: "\f1d9"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bus:before {
    content: "\f207"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-fa:before {
    content: "\f2b4"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

:root {
    --blue: #fff;
    --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: #fff;
    --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-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,figure,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    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-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #04B314
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #fff;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):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,select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.mark,mark {
    padding: .2em;
    background-color: #f8e2f3
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.container,.container-fluid,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1500px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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 {
    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%
}

@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%
    }
}

@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%
    }
}

@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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff
}

.table tbody+tbody {
    border-top: 2px solid #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-light,.table-light>td,.table-light>th {
    background-color: #04B314
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fff;
}

.table-active,.table-active>td,.table-active>th {
    background:#000000;
}

.table .thead-light th {
    color: #000;
    background-color: #04B314;
    border-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    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: #000;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.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 .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
	color:#FFCC00;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@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 .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        -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
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwwLDAsMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #04B314;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #04B314;
    border: 1px solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #fff
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #fff!important
}

.border-top {
    border-top: 1px solid #fff!important
}

.border-right {
    border-right: 1px solid #fff!important
}

.border-bottom {
    border-bottom: 1px solid #fff!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-light {
    border-color: #f8f9fa!important
}

.d-none {
    display: none!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.m-0 {
    margin: 0!important
}

.my-0 {
    margin-top: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.my-1 {
    margin-top: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.my-2 {
    margin-top: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.my-3 {
    margin-top: 1rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.ml-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.my-5 {
    margin-top: 3rem!important
}

.my-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.px-0 {
    padding-right: 0!important
}

.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .my-sm-0 {
        margin-top: 0!important
    }

    .my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .px-sm-0 {
        padding-right: 0!important
    }

    .px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .px-sm-1 {
        padding-right: .25rem!important
    }

    .px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important
    }

    .my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .my-md-0 {
        margin-top: 0!important
    }

    .my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .px-md-0 {
        padding-right: 0!important
    }

    .px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .px-md-1 {
        padding-right: .25rem!important
    }

    .px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .my-md-auto {
        margin-top: auto!important
    }

    .my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .my-lg-0 {
        margin-top: 0!important
    }

    .my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .px-lg-0 {
        padding-right: 0!important
    }

    .px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .px-lg-1 {
        padding-right: .25rem!important
    }

    .px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important
    }

    .my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto {
        margin-left: auto!important
    }
}

.text-right {
    text-align: right!important
}

@media(min-width: 576px) {
    .text-sm-right {
        text-align:right!important
    }
}

@media(min-width: 768px) {
    .text-md-right {
        text-align:right!important
    }
}

@media(min-width: 992px) {
    .text-lg-right {
        text-align:right!important
    }
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-body {
    color: #000!important
}

.visible {
    visibility: visible!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse
    }

    .table td,.table th {
        background-color: #04B314
    }
}

body {
    font-family: Roboto,sans-serif
}

p {
    font-weight: 300;
    text-align: justify;
    color: #fff
}

.h1 {
    color: #fdcb6e!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

h2 {
    color: #fdcb6e;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 30px
}

header {
    padding: 5px 0
}

header a {
    color: #000
}

header a i {
    font-size: 30px!important
}

header .container {
    position: relative
}

video {
    margin-bottom: 20px
}

.owl-carousel banner owl-theme {
    display: block;
    width: 100%;
    height: auto;
    align: center
}

.photo-gallery_sec2 {
    padding-bottom: 60px
}

.photo-gallery_sec {
    background: gray;
    padding-bottom: 0
}

.photo-gallery_sec h2 {
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
    margin-bottom: 0
}

.photo-gallery_sec img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    overflow: auto
}

.photo-gallery_sec img:hover {
    border-radius: 10px
}

.img-fluid {
    width: 100%;
    height: auto
}

.tctinner {
    margin-top: 50px;
    border-radius: 10px
}

.tctinner h1 {
    color:#FFFFFF!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

.tctinner h2 {
    color: #fff!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 30px
}

.tctinner h3 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 25px
}

.tctinner ul {
    padding-left: 15px;
    font-weight: 300;
    color: #fff;
    margin-left: 2%
}

.book-city {
    padding: 50px 0
}

.book-city h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff
}

.book-city .inner ul {
    padding: 0;
    font-size: 15px;
    list-style: none
}

.tt {
    border: solid 1px #fff;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #000
}

footer {
    font-weight: 300
}

.book-city .inner ul a {
    color: #fff;
    font-weight: 500
}

.footer-top {
    background: #3f112a;
    color: #fff;
    padding: 30px 0
}

.footer-m {
    background: #6f1e51;
    color: #fff;
    padding: 10px 0
}

.footer-btm {
    background: #000;
    color: #fff
}

.footer-btm .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.footer-btm a {
    color: #fff
}

button.navbar-toggler:focus {
    border: none;
    outline: 0
}

.book-city1 {
    padding: 50px 0
}

.phone {
    position: absolute;
    top: 0;
    right: 0
}

ul.btm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

ul.btm li {
    list-style: none
}

ul.btm li a {
    padding: 15px 35px 0;
    color: #fff;
    position: relative
}

ul.btm li:first-child a {
    padding-left: 0
}

ul.btm li:last-child a:after {
    content: none
}

ul.btm li a:after {
    content: "|";
    position: absolute;
    right: 0
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: .3s
}

.overlay a:focus,.overlay a:hover {
    color: #f1f1f1
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size:20px
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }
}

@media(max-width: 767px) {
    header img {
        max-width:166px!important
    }
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

body {
    background: #3dccb7
}

.container {
    padding-right: 0!important;
    padding-left: 0!important
}

.phone {
    background: #3b5998;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

#mybuttonwf {
    position: fixed;
    bottom: 2%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 10px 15px!important;
    font-size: 18px!important;
    margin-right: 10px;
    border-radius: 10px;
    font-family: Oswald,sans-serif
}

.whatsapp1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

.phone1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

.footer-btm .container {
    display: block!important
}

.fa {
    padding: 3px!important;
    width: 34px!important
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.clear {
    clear: both
}

.color1 {
    color: #000
}

.color2 {
    color: #000
}

.photo-gallery_sec2 {
    background-color: transparent!important
}

body {
    background-color: #ef5dc1;
    background-size: cover;
    font-size: 21px!important;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: roboto
}

h1,h2,h3,h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 34px;
    color: #FBE70A!important;
    font-weight: 700
}

h1 {
    color: #FBE70A!important;
    font-size: 32px!important;
    font-weight: 700!important
}

p {
    color: #fff!important;
    text-align: justify;
    font-family: "arial ",sans-serif!important;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400
}

#inner-images {
    width: 100%;
    margin: 25px 0
}

#inner-images li {
    list-style: none;
    width: 21%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 0 2%
}

#inner-images li img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px
}

#gallery ul li {
    list-style: none;
    float: left;
    padding: 10px;
    margin: 2%;
    border: 1px solid #fff;
    width: 21%;
    transition: all ease .5s
}

#gallery ul li img {
    width: 100%;
    border-radius: 5%
}

#gallery ul li:hover {
    border: 1px solid #ff0
}

@media only screen and (max-width: 900px) {
    #inner-images li {
        list-style:none;
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: center;
        margin: 25px 0
    }

    #gallery ul li {
        padding: 0;
        margin: 2%;
        border: none;
        width: 100%
    }

    #gallery ul li img {
        width: 100%;
        border-radius: 5%
    }

    #gallery ul li:hover {
        border: none
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.container {
    max-width: 98%!important
}

h1,h2,h3,h4 {
    font-family: oswald,sans-serif!important
}

.nav-item a.nav-link {
    color: #fff!important;
    font-family: oswald,sans-serif!important
}

.tctinner {
    margin: 0!important;
    padding-bottom: 40px!important;
    padding-top: 20px!important
}

.tctinner p {
    font-family: philosopher,sans-serif!important
}

.tctinner h2 {
    color: #fff!important;
    font-weight: 600!important
}

.photo-gallery_sec2 {
    padding-bottom: 0!important
}

.my-slider-img1 {
    display: none
}

a.btn.view-gallery {
    background: #FBE70A;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #FBE70A
}

a.btn.view-gallery:hover {
    background-color: transparent;
    border: 1px solid #FBE70A;
    color: #FBE70A
}

.images-section img {
    width: 100%;
    border-radius: 10px
}

.image-section img {
    float: right!important;
    width: 100%;
    height: 550px
}

.book-city {
    padding: 50px 0;
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-m {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;
    color: #fff;
    padding: 10px 0
}

.footer-top {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-btm {
    background-color: transparent!important
}

.main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

.card {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px!important;
    border: 1px solid #d1d0d0!important;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.1),0 5px 5px -5px rgba(0,0,0,.01);
    transition: .4s ease-in-out;
    font-family: philosopher,sans-serif!important
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0 18px 36px -18px
}

.card img {
    height: 476px;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.card-title {
    background: #faecf7;
    padding-bottom: 25px!important;
    border-radius: 5px
}

.card-title h4 {
    font-family: oswald,sans-serif!important
}

.card-title h3 {
    font-weight: 400
}

.card-content {
    width: 100%;
    background: #faecf7;
    border-radius: 0 0 10px 10px
}

.card-content-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0
}

.card-content-col {
    margin: 7px;
    padding: 10px 0 0
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.green-btn {
    background-color: #C00B0B;
    color: #fff;
    padding: 12px 0 12px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: #26394d 0 10px 30px -10px;
    transition: .2s all ease-in-out!important;
    border-radius: 6px
}

.green-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translate(-5px)!important
}

.star i {
    color: #FBE70A;
    font-size: 14px!important;
    width: auto!important;
    padding: 0!important
}

.new-img-section {
    background-color: #f2faeb!important
}

.new-img-section img {
    height: 400px;
    width: 100%;
    margin: 20px 0;
    border: 4px solid #FBE70A
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.card {
    margin: 9px!important
}

table {
    border: 1px solid #fff;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: oswald,sans-serif!important
}

table tr {
    background-color: #000;
    border: 1px solid #fff;
    padding: 5.6px
}

table td,table th {
    padding: 14.5px;
    text-align: center;
    border-right: 1px solid #fff
}

table th {
    font-size: 20px;
    letter-spacing: 3px;
    background:#000000;
    color: #fff;
    font-family: philosopher,sans-serif!important;
    font-weight: 700
}

tr:nth-child(even) {
    background-color: #e7e7e7!important
}

.image-service1 {
    display: none
}

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s,opacity .5s ease-in;
    position: fixed;
    bottom: 60px!important;
    right: 10px;
    background: #c30000eb!important;
    border-radius: 50%;
    z-index: 9999999999999999999
}

.top-button {
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
    cursor: pointer;
    padding: 10px 16px 22px;
    color: #fff
}

.top-button:hover {
    color: #fff;
    text-decoration: none
}

.button {
    display: inline-flex;
    padding: 12px 20px;
    border: 2px solid #FBE70A;
    margin: 20px 20px 20px 0;
    color: #FBE70A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: oswald,sans-serif!important;
    border-radius: 5px;
    font-weight: 600
}

.button a {
    color: #FBE70A;
    text-decoration: none;
    letter-spacing: 1px
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    color: #FBE70A
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #FBE70A;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0
}

#button-2:hover #slide {
    left: 0
}

#button-2:hover a {
    color: #fff;
    text-decoration: none
}

ul.btm {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: baseline
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative;
    right: -20px;
    height: auto;
    width: 3px!important
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative!important;
    left: 30px!important
}

ul.btm li a {
    text-decoration: none
}

.phone {
    background: #3b5998;
    color: #fff
}

.google {
    background: #55acee;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

@media(max-width: 767px) {
    .my-slider-img {
        display:none!important
    }

    .my-slider-img1 {
        display: block!important
    }

    .image-service1 {
        display: block!important
    }

    .image-service {
        display: none!important
    }

    .images-section img {
        height: auto!important
    }

    .container {
        max-width: 100%!important
    }
}

@media screen and (max-width: 600px) {
    table {
        border:0
    }
}

#mybuttonwf {
    position: fixed;
    bottom: 12%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 16px 25px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 10px;
    font-family: oswald,sans-serif
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-home:before {
    content: "\f015"
}

.fa-road:before {
    content: "\f018"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-book:before {
    content: "\f02d"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-key:before {
    content: "\f084"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-question:before {
    content: "\f128"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-inr:before {
    content: "\f156"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-female:before {
    content: "\f182"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-support:before {
    content: "\f1cd"
}

.fa-send:before {
    content: "\f1d8"
}

.fa-send-o:before {
    content: "\f1d9"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bus:before {
    content: "\f207"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-fa:before {
    content: "\f2b4"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

:root {
    --blue: #fff;
    --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: #fff;
    --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-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,figure,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    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-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #04B314
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder
}

a {
    color: #00239d;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):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,select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.mark,mark {
    padding: .2em;
    background-color: #f8e2f3
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.container,.container-fluid,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1500px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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 {
    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%
}

@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%
    }
}

@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%
    }
}

@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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff
}

.table tbody+tbody {
    border-top: 2px solid #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-light,.table-light>td,.table-light>th {
    background-color: #000
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fff
}

.table-active,.table-active>td,.table-active>th {
    background:#000000;
}

.table .thead-light th {
    color: #000;
    background-color: #000;
    border-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    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: #000;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.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 .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@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 .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        -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
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwwLDAsMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #C00B0B;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #04B314;
    border: 1px solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #fff
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #fff!important
}

.border-top {
    border-top: 1px solid #fff!important
}

.border-right {
    border-right: 1px solid #fff!important
}

.border-bottom {
    border-bottom: 1px solid #fff!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-light {
    border-color: #f8f9fa!important
}

.d-none {
    display: none!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.m-0 {
    margin: 0!important
}

.my-0 {
    margin-top: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.my-1 {
    margin-top: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.my-2 {
    margin-top: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.my-3 {
    margin-top: 1rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.ml-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.my-5 {
    margin-top: 3rem!important
}

.my-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.px-0 {
    padding-right: 0!important
}

.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .my-sm-0 {
        margin-top: 0!important
    }

    .my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .px-sm-0 {
        padding-right: 0!important
    }

    .px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .px-sm-1 {
        padding-right: .25rem!important
    }

    .px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important
    }

    .my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .my-md-0 {
        margin-top: 0!important
    }

    .my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .px-md-0 {
        padding-right: 0!important
    }

    .px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .px-md-1 {
        padding-right: .25rem!important
    }

    .px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .my-md-auto {
        margin-top: auto!important
    }

    .my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .my-lg-0 {
        margin-top: 0!important
    }

    .my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .px-lg-0 {
        padding-right: 0!important
    }

    .px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .px-lg-1 {
        padding-right: .25rem!important
    }

    .px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important
    }

    .my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto {
        margin-left: auto!important
    }
}

.text-right {
    text-align: right!important
}

@media(min-width: 576px) {
    .text-sm-right {
        text-align:right!important
    }
}

@media(min-width: 768px) {
    .text-md-right {
        text-align:right!important
    }
}

@media(min-width: 992px) {
    .text-lg-right {
        text-align:right!important
    }
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-body {
    color: #000!important
}

.visible {
    visibility: visible!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .table {
	border:#FFFFFF;
	 
    }

    .table td,.table th {
        background-color: #04B314
    }
}

body {
    font-family: Roboto,sans-serif
}

p {
    font-weight: 300;
    text-align: justify;
    color: #fff
}

.h1 {
    color: #fdcb6e!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

h2 {
    color: #fdcb6e;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 30px
}

header {
    padding: 5px 0
}

header a {
    color: #000
}

header a i {
    font-size: 30px!important
}

header .container {
    position: relative
}

video {
    margin-bottom: 20px
}

.owl-carousel banner owl-theme {
    display: block;
    width: 100%;
    height: auto;
    align: center
}

.photo-gallery_sec2 {
    padding-bottom: 60px
}

.photo-gallery_sec {
    background: gray;
    padding-bottom: 0
}

.photo-gallery_sec h2 {
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
    margin-bottom: 0
}

.photo-gallery_sec img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    overflow: auto
}

.photo-gallery_sec img:hover {
    border-radius: 10px
}

.img-fluid {
    width: 100%;
    height: auto
}

.tctinner {
    margin-top: 50px;
    border-radius: 10px
}

.tctinner h1 {
    color: red!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

.tctinner h2 {
    color: #e6750c!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 30px
}

.tctinner h3 {
    color: #ffdd59;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 25px
}

.tctinner ul {
    padding-left: 15px;
    font-weight: 300;
    color: #8e1599;
    margin-left: 2%
}

.book-city {
    padding: 50px 0
}

.book-city h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff
}

.book-city .inner ul {
    padding: 0;
    font-size: 15px;
    list-style: none
}

footer {
    font-weight: 300
}

.book-city .inner ul a {
    color: #fff;
    font-weight: 500
}

.footer-top {
    background: #3f112a;
    color: #fff;
    padding: 30px 0
}

.footer-m {
    background: #6f1e51;
    color: #fff;
    padding: 10px 0
}

.footer-btm {
    background: #000;
    color: #fff
}

.footer-btm .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.footer-btm a {
    color: #fff
}

button.navbar-toggler:focus {
    border: none;
    outline: 0
}

.book-city1 {
    padding: 50px 0
}

.phone {
    position: absolute;
    top: 0;
    right: 0
}

ul.btm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

ul.btm li {
    list-style: none
}

ul.btm li a {
    padding: 15px 35px 0;
    color: #fff;
    position: relative
}

ul.btm li:first-child a {
    padding-left: 0
}

ul.btm li:last-child a:after {
    content: none
}

ul.btm li a:after {
    content: "|";
    position: absolute;
    right: 0
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: .3s
}

.overlay a:focus,.overlay a:hover {
    color: #f1f1f1
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size:20px
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }
}

@media(max-width: 767px) {
    header img {
        max-width:166px!important
    }
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

body {
    background: #3dccb7
}

.container {
    padding-right: 0!important;
    padding-left: 0!important
}

.phone {
    background: #3b5998;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

#mybuttonwf {
    position: fixed;
    bottom: 2%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 10px 15px!important;
    font-size: 18px!important;
    margin-right: 10px;
    border-radius: 10px;
    font-family: Oswald,sans-serif
}

.whatsapp1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

.footer-btm .container {
    display: block!important
}

.fa {
    padding: 3px!important;
    width: 34px!important
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.clear {
    clear: both
}

.color1 {
    color: #000
}

.color2 {
    color: #000
}

.photo-gallery_sec2 {
    background-color: transparent!important
}

body {
    background-color: #ef5dc1;
    background-size: cover;
    font-size: 21px!important;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: roboto
}

h1,h2,h3,h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 34px;
    color: #FBE70A!important;
    font-weight: 700
}

h1 {
    color: #FBE70A!important;
    font-size: 32px!important;
    font-weight: 700!important
}

p {
    color: #2e3a3a!important;
    text-align: justify;
    font-family: "arial ",sans-serif!important;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400
}

#inner-images {
    width: 100%;
    margin: 25px 0
}

#inner-images li {
    list-style: none;
    width: 21%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 0 2%
}

#inner-images li img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px
}

#gallery ul li {
    list-style: none;
    float: left;
    padding: 10px;
    margin: 2%;
    border: 1px solid #524b48;
    width: 21%;
    transition: all ease .5s
}

#gallery ul li img {
    width: 100%;
    border-radius: 5%
}

#gallery ul li:hover {
    border: 1px solid #ff0
}

@media only screen and (max-width: 900px) {
    #inner-images li {
        list-style:none;
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: center;
        margin: 25px 0
    }

    #gallery ul li {
        padding: 0;
        margin: 2%;
        border: none;
        width: 100%
    }

    #gallery ul li img {
        width: 100%;
        border-radius: 5%
    }

    #gallery ul li:hover {
        border: none
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.container {
    max-width: 98%!important
}

h1,h2,h3,h4 {
    font-family: oswald,sans-serif!important
}

.nav-item a.nav-link {
    color: #fff!important;
    font-family: oswald,sans-serif!important
}

.tctinner {
    margin: 0!important;
    padding-bottom: 40px!important;
    padding-top: 20px!important
}

.tctinner p {
    font-family: philosopher,sans-serif!important
}

.tctinner h2 {
    color: #ff6262!important;
    font-weight: 600!important
}

.photo-gallery_sec2 {
    padding-bottom: 0!important
}

.my-slider-img1 {
    display: none
}

a.btn.view-gallery {
    background: #FBE70A;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #FBE70A
}

a.btn.view-gallery:hover {
    background-color: transparent;
    border: 1px solid #FBE70A;
    color: #FBE70A
}

.images-section img {
    width: 100%;
    border-radius: 10px
}

.image-section img {
    float: right!important;
    width: 100%;
    height: 550px
}

.book-city {
    padding: 50px 0;
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-m {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;
    color: #fff;
    padding: 10px 0
}

.footer-top {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-btm {
    background-color: transparent!important
}

.main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

.card {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px!important;
    border: 1px solid #d1d0d0!important;
    transition: .4s ease-in-out;
    font-family: philosopher,sans-serif!important
}

.card:hover {
    transform: translateY(-15px);
}

.card img {
    height: 476px;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.card-title {
    background: #faecf7;
    padding-bottom: 25px!important;
    border-radius: 5px
}

.card-title h4 {
    font-family: oswald,sans-serif!important
}

.card-title h3 {
    font-weight: 400
}

.card-content {
    width: 100%;
    background: #faecf7;
    border-radius: 0 0 10px 10px
}

.card-content-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0
}

.card-content-col {
    margin: 7px;
    padding: 10px 0 0
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.green-btn {
    background-color: #C00B0B;
    color: #fff;
    padding: 12px 0 12px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: #26394d 0 10px 30px -10px;
    transition: .2s all ease-in-out!important;
    border-radius: 6px
}

.green-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translate(-5px)!important
}

.star i {
    color: #FBE70A;
    font-size: 14px!important;
    width: auto!important;
    padding: 0!important
}

.new-img-section {
    background-color: #f2faeb!important
}

.new-img-section img {
    height: 400px;
    width: 100%;
    margin: 20px 0;
    border: 4px solid #FBE70A
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.card {
    margin: 9px!important
}

table {
    border: 1px solid #fff;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: oswald,sans-serif!important
}

table tr {
    background-color: #000;
    border: 1px solid #fff;
    padding: 5.6px
}

table td,table th {
    padding: 14.5px;
    text-align: center;
    border-right: 1px solid #fff
}

table th {
    font-size: 20px;
    letter-spacing: 3px;
    background:#000000;
    color: #fff;
    font-family: philosopher,sans-serif!important;
    font-weight: 700
}

tr:nth-child(even) {
    background-color: #e7e7e7!important
}

.image-service1 {
    display: none
}

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s,opacity .5s ease-in;
    position: fixed;
    bottom: 60px!important;
    right: 10px;
    background: #c30000eb!important;
    border-radius: 50%;
    z-index: 9999999999999999999
}

.top-button {
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
    cursor: pointer;
    padding: 10px 16px 22px;
    color: #fff
}

.top-button:hover {
    color: #fff;
    text-decoration: none
}

.button {
    display: inline-flex;
    padding: 12px 20px;
    border: 2px solid #FBE70A;
    margin: 20px 20px 20px 0;
    color: #FBE70A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: oswald,sans-serif!important;
    border-radius: 5px;
    font-weight: 600
}

.button a {
    color: #FBE70A;
    text-decoration: none;
    letter-spacing: 1px
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    color: #FBE70A
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #FBE70A;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0
}

#button-2:hover #slide {
    left: 0
}

#button-2:hover a {
    color: #fff;
    text-decoration: none
}

ul.btm {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: baseline
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative;
    right: -20px;
    height: auto;
    width: 3px!important
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative!important;
    left: 30px!important
}

ul.btm li a {
    text-decoration: none
}

.phone {
    background: #3b5998;
    color: #fff
}

.google {
    background: #55acee;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

@media(max-width: 767px) {
    .my-slider-img {
        display:none!important
    }

    .my-slider-img1 {
        display: block!important
    }

    .image-service1 {
        display: block!important
    }

    .image-service {
        display: none!important
    }

    .images-section img {
        height: auto!important
    }

    .container {
        max-width: 100%!important
    }
}

@media screen and (max-width: 600px) {
    table {
        border:0
    }
}

#mybuttonwf {
    position: fixed;
    bottom: 12%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 16px 25px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 10px;
    font-family: oswald,sans-serif
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-home:before {
    content: "\f015"
}

.fa-road:before {
    content: "\f018"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-book:before {
    content: "\f02d"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-key:before {
    content: "\f084"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-question:before {
    content: "\f128"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-inr:before {
    content: "\f156"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-female:before {
    content: "\f182"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-support:before {
    content: "\f1cd"
}

.fa-send:before {
    content: "\f1d8"
}

.fa-send-o:before {
    content: "\f1d9"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bus:before {
    content: "\f207"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-fa:before {
    content: "\f2b4"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

:root {
    --blue: #fff;
    --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: #fff;
    --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-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,figure,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    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-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #04B314
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder
}

a {
    color: #001a76;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):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,select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.mark,mark {
    padding: .2em;
    background-color: #f8e2f3
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.container,.container-fluid,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1500px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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 {
    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%
}

@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%
    }
}

@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%
    }
}

@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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff
}

.table tbody+tbody {
    border-top: 2px solid #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fff
}

.table-active,.table-active>td,.table-active>th {
    background-color:#000000;
}

.table .thead-light th {
    color: #000;
    background-color: #000;
    border-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    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: #000;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.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 .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@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 .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        -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
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwwLDAsMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #C00B0B;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #04B314;
    border: 1px solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #fff
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #fff!important
}

.border-top {
    border-top: 1px solid #fff!important
}

.border-right {
    border-right: 1px solid #fff!important
}

.border-bottom {
    border-bottom: 1px solid #fff!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-light {
    border-color: #f8f9fa!important
}

.d-none {
    display: none!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.m-0 {
    margin: 0!important
}

.my-0 {
    margin-top: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.my-1 {
    margin-top: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.my-2 {
    margin-top: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.my-3 {
    margin-top: 1rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.ml-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.my-5 {
    margin-top: 3rem!important
}

.my-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.px-0 {
    padding-right: 0!important
}

.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .my-sm-0 {
        margin-top: 0!important
    }

    .my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .px-sm-0 {
        padding-right: 0!important
    }

    .px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .px-sm-1 {
        padding-right: .25rem!important
    }

    .px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important
    }

    .my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .my-md-0 {
        margin-top: 0!important
    }

    .my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .px-md-0 {
        padding-right: 0!important
    }

    .px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .px-md-1 {
        padding-right: .25rem!important
    }

    .px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .my-md-auto {
        margin-top: auto!important
    }

    .my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .my-lg-0 {
        margin-top: 0!important
    }

    .my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .px-lg-0 {
        padding-right: 0!important
    }

    .px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .px-lg-1 {
        padding-right: .25rem!important
    }

    .px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important
    }

    .my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto {
        margin-left: auto!important
    }
}

.text-right {
    text-align: right!important
}

@media(min-width: 576px) {
    .text-sm-right {
        text-align:right!important
    }
}

@media(min-width: 768px) {
    .text-md-right {
        text-align:right!important
    }
}

@media(min-width: 992px) {
    .text-lg-right {
        text-align:right!important
    }
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-body {
    color: #000!important
}

.visible {
    visibility: visible!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #000!important
    }
}

body {
    font-family: Roboto,sans-serif
}

p {
    font-weight: 300;
    text-align: justify;
    color: #fff
}

.h1 {
    color: #fdcb6e!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

h2 {
    color: #fdcb6e;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 30px
}

header {
    padding: 5px 0
}

header a {
    color: #000
}

header a i {
    font-size: 30px!important
}

header .container {
    position: relative
}

video {
    margin-bottom: 20px
}

.owl-carousel banner owl-theme {
    display: block;
    width: 100%;
    height: auto;
    align: center
}

.photo-gallery_sec2 {
    padding-bottom: 60px
}

.photo-gallery_sec {
    background: gray;
    padding-bottom: 0
}

.photo-gallery_sec h2 {
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
    margin-bottom: 0
}

.photo-gallery_sec img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    overflow: auto
}

.photo-gallery_sec img:hover {
    border-radius: 10px
}

.img-fluid {
    width: 100%;
    height: auto
}

.tctinner {
    margin-top: 50px;
    border-radius: 10px
}

.tctinner h1 {
    color: red!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

.tctinner h2 {
    color: #e6750c!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 30px
}

.tctinner h3 {
    color: #ffdd59;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 25px
}

.tctinner ul {
    padding-left: 15px;
    font-weight: 300;
    color: #8e1599;
    margin-left: 2%
}

.book-city {
    padding: 50px 0
}

.book-city h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff
}

.book-city .inner ul {
    padding: 0;
    font-size: 15px;
    list-style: none
}

footer {
    font-weight: 300
}

.book-city .inner ul a {
    color: #fff;
    font-weight: 500
}

.footer-top {
    background: #3f112a;
    color: #fff;
    padding: 30px 0
}

.footer-m {
    background: #6f1e51;
    color: #fff;
    padding: 10px 0
}

.footer-btm {
    background: #000;
    color: #fff
}

.footer-btm .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.footer-btm a {
    color: #fff
}

button.navbar-toggler:focus {
    border: none;
    outline: 0
}

.book-city1 {
    padding: 50px 0
}

.phone {
    position: absolute;
    top: 0;
    right: 0
}

ul.btm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

ul.btm li {
    list-style: none
}

ul.btm li a {
    padding: 15px 35px 0;
    color: #fff;
    position: relative
}

ul.btm li:first-child a {
    padding-left: 0
}

ul.btm li:last-child a:after {
    content: none
}

ul.btm li a:after {
    content: "|";
    position: absolute;
    right: 0
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: .3s
}

.overlay a:focus,.overlay a:hover {
    color: #f1f1f1
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size:20px
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }
}

@media(max-width: 767px) {
    header img {
        max-width:166px!important
    }
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

body {
    background: #3dccb7
}

.container {
    padding-right: 0!important;
    padding-left: 0!important
}

.phone {
    background: #3b5998;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

#mybuttonwf {
    position: fixed;
    bottom: 2%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 10px 15px!important;
    font-size: 18px!important;
    margin-right: 10px;
    border-radius: 10px;
    font-family: Oswald,sans-serif
}

.whatsapp1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

.footer-btm .container {
    display: block!important
}

.fa {
    padding: 3px!important;
    width: 34px!important
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.clear {
    clear: both
}

.color1 {
    color: #000
}

.color2 {
    color: #000
}

.photo-gallery_sec2 {
    background-color: transparent!important
}

body {
    background-color: #ef5dc1;
    background-size: cover;
    font-size: 21px!important;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: roboto
}

h1,h2,h3,h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 34px;
    color: #FBE70A!important;
    font-weight: 700
}

h1 {
    color: #FBE70A!important;
    font-size: 32px!important;
    font-weight: 700!important
}

p {
    color: #2e3a3a!important;
    text-align: justify;
    font-family: "arial ",sans-serif!important;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400
}

#inner-images {
    width: 100%;
    margin: 25px 0
}

#inner-images li {
    list-style: none;
    width: 21%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 0 2%
}

#inner-images li img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px
}

#gallery ul li {
    list-style: none;
    float: left;
    padding: 10px;
    margin: 2%;
    border: 1px solid #524b48;
    width: 21%;
    transition: all ease .5s
}

#gallery ul li img {
    width: 100%;
    border-radius: 5%
}

#gallery ul li:hover {
    border: 1px solid #ff0
}

@media only screen and (max-width: 900px) {
    #inner-images li {
        list-style:none;
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: center;
        margin: 25px 0
    }

    #gallery ul li {
        padding: 0;
        margin: 2%;
        border: none;
        width: 100%
    }

    #gallery ul li img {
        width: 100%;
        border-radius: 5%
    }

    #gallery ul li:hover {
        border: none
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.container {
    max-width: 98%!important
}

h1,h2,h3,h4 {
    font-family: oswald,sans-serif!important
}

.nav-item a.nav-link {
    color: #fff!important;
    font-family: oswald,sans-serif!important
}

.tctinner {
    margin: 0!important;
    padding-bottom: 40px!important;
    padding-top: 20px!important
}

.tctinner p {
    font-family: philosopher,sans-serif!important
}

.tctinner h2 {
    color: #ff6262!important;
    font-weight: 600!important
}

.photo-gallery_sec2 {
    padding-bottom: 0!important
}

.my-slider-img1 {
    display: none
}

a.btn.view-gallery {
    background: #FBE70A;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #FBE70A
}

a.btn.view-gallery:hover {
    background-color: transparent;
    border: 1px solid #FBE70A;
    color: #FBE70A
}

.images-section img {
    width: 100%;
    border-radius: 10px
}

.image-section img {
    float: right!important;
    width: 100%;
    height: 550px
}

.book-city {
    padding: 50px 0;
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-m {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;
    color: #fff;
    padding: 10px 0
}

.footer-top {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-btm {
    background-color: transparent!important
}

.main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

.card {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px!important;
    border: 1px solid #d1d0d0!important;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.1),0 5px 5px -5px rgba(0,0,0,.01);
    transition: .4s ease-in-out;
    font-family: philosopher,sans-serif!important
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0 18px 36px -18px
}

.card img {
    height: 476px;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.card-title {
    background: #faecf7;
    padding-bottom: 25px!important;
    border-radius: 5px
}

.card-title h4 {
    font-family: oswald,sans-serif!important
}

.card-title h3 {
    font-weight: 400
}

.card-content {
    width: 100%;
    background: #fbeff8;
    border-radius: 0 0 10px 10px
}

.card-content-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0
}

.card-content-col {
    margin: 7px;
    padding: 10px 0 0
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.green-btn {
    background-color: #fff;
    color: #fff;
    padding: 12px 0 12px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: #26394d 0 10px 30px -10px;
    transition: .2s all ease-in-out!important;
    border-radius: 6px
}

.green-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translate(-5px)!important
}

.star i {
    color: #FBE70A;
    font-size: 14px!important;
    width: auto!important;
    padding: 0!important
}

.new-img-section {
    background-color: #f2faeb!important
}

.new-img-section img {
    height: 400px;
    width: 100%;
    margin: 20px 0;
    border: 4px solid #FBE70A
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.my-social-button i {
    background-color:#00FF66!important;
    border: 2px solid transparent;
    color: #fff!important;
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    text-decoration: none!important;
    border-radius: 50%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important
}

a {
    text-decoration: none!important
}

.my-social-button i:hover {
    border: 2px solid #fff!important;
    color: #fff!important;
    background:#C00B0B;
}

a .my-social-button {
    text-decoration: none!important
}

.card {
    margin: 9px!important
}

table {
    border: 1px solid #fff;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: oswald,sans-serif!important
}

table tr {
    background-color: #000;
    border: 1px solid #fff;
    padding: 5.6px
}

table td,table th {
    padding: 14.5px;
    text-align: center;
    border-right: 1px solid #fff
}

table th {
    font-size: 20px;
    letter-spacing: 3px;
    background-color: #EAC206;;
    color: #fff;
    font-family: philosopher,sans-serif!important;
    font-weight: 700
}

tr:nth-child(even) {
    background-color: #000!important
}

.image-service1 {
    display: none
}

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s,opacity .5s ease-in;
    position: fixed;
    bottom: 60px!important;
    right: 10px;
    background: #c30000eb!important;
    border-radius: 50%;
    z-index: 9999999999999999999
}

.top-button {
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
    cursor: pointer;
    padding: 10px 16px 22px;
    color: #fff
}

.top-button:hover {
    color: #fff;
    text-decoration: none
}

.button {
    display: inline-flex;
    padding: 12px 20px;
    border: 2px solid #FBE70A;
    margin: 20px 20px 20px 0;
    color: #FBE70A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: oswald,sans-serif!important;
    border-radius: 5px;
    font-weight: 600
}

.button a {
    color: #FBE70A;
    text-decoration: none;
    letter-spacing: 1px
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    color: #FBE70A
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #FBE70A;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0
}

#button-2:hover #slide {
    left: 0
}

#button-2:hover a {
    color: #fff;
    text-decoration: none
}

ul.btm {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: baseline
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative;
    right: -20px;
    height: auto;
    width: 3px!important
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative!important;
    left: 30px!important
}

ul.btm li a {
    text-decoration: none
}

.phone {
    background: #3b5998;
    color: #fff
}

.google {
    background: #55acee;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

@media(max-width: 767px) {
    .my-slider-img {
        display:none!important
    }

    .my-slider-img1 {
        display: block!important
    }

    .image-service1 {
        display: block!important
    }

    .image-service {
        display: none!important
    }

    .images-section img {
        height: auto!important
    }

    .container {
        max-width: 100%!important
    }
}

@media screen and (max-width: 600px) {
    table {
        border:0
    }
}

.phone1 {
    background-color: #000;
    color: #fff
}

.whatsapp1 {
    background-color: #059f3f;
    color: #fff
}

#mybuttonwf {
    position: fixed;
    bottom: 12%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 16px 25px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 10px;
    font-family: oswald,sans-serif
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-home:before {
    content: "\f015"
}

.fa-road:before {
    content: "\f018"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-book:before {
    content: "\f02d"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-key:before {
    content: "\f084"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-question:before {
    content: "\f128"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-inr:before {
    content: "\f156"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-female:before {
    content: "\f182"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-support:before {
    content: "\f1cd"
}

.fa-send:before {
    content: "\f1d8"
}

.fa-send-o:before {
    content: "\f1d9"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bus:before {
    content: "\f207"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-fa:before {
    content: "\f2b4"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

:root {
    --blue: #fff;
    --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: #fff;
    --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-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,figure,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    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-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #04B314
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):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,select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.mark,mark {
    padding: .2em;
    background-color: #f8e2f3
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.container,.container-fluid,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1500px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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 {
    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%
}

@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%
    }
}

@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%
    }
}

@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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff
}

.table tbody+tbody {
    border-top: 2px solid #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fff
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-light th {
    color: #000;
    background-color: #e9ecef;
    border-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    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: #000;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.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 .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@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 .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        -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
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwwLDAsMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #04B314;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #04B314;
    border: 1px solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #fff
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #fff!important
}

.border-top {
    border-top: 1px solid #fff!important
}

.border-right {
    border-right: 1px solid #fff!important
}

.border-bottom {
    border-bottom: 1px solid #fff!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-light {
    border-color: #f8f9fa!important
}

.d-none {
    display: none!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.m-0 {
    margin: 0!important
}

.my-0 {
    margin-top: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.my-1 {
    margin-top: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.my-2 {
    margin-top: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.my-3 {
    margin-top: 1rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.ml-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.my-5 {
    margin-top: 3rem!important
}

.my-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.px-0 {
    padding-right: 0!important
}

.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .my-sm-0 {
        margin-top: 0!important
    }

    .my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .px-sm-0 {
        padding-right: 0!important
    }

    .px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .px-sm-1 {
        padding-right: .25rem!important
    }

    .px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important
    }

    .my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .my-md-0 {
        margin-top: 0!important
    }

    .my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .px-md-0 {
        padding-right: 0!important
    }

    .px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .px-md-1 {
        padding-right: .25rem!important
    }

    .px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .my-md-auto {
        margin-top: auto!important
    }

    .my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .my-lg-0 {
        margin-top: 0!important
    }

    .my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .px-lg-0 {
        padding-right: 0!important
    }

    .px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .px-lg-1 {
        padding-right: .25rem!important
    }

    .px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important
    }

    .my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto {
        margin-left: auto!important
    }
}

.text-right {
    text-align: right!important
}

@media(min-width: 576px) {
    .text-sm-right {
        text-align:right!important
    }
}

@media(min-width: 768px) {
    .text-md-right {
        text-align:right!important
    }
}

@media(min-width: 992px) {
    .text-lg-right {
        text-align:right!important
    }
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-body {
    color: #fff!important
}

.visible {
    visibility: visible!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #000!important
    }
}

body {
    font-family: Roboto,sans-serif
}

p {
    font-weight: 300;
    text-align: justify;
    color: #fff
}

.h1 {
    color: #fdcb6e!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

h2 {
    color: #fdcb6e;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 30px
}

header {
    padding: 5px 0
}

header a {
    color: #000
}

header a i {
    font-size: 30px!important
}

header .container {
    position: relative
}

video {
    margin-bottom: 20px
}

.owl-carousel banner owl-theme {
    display: block;
    width: 100%;
    height: auto;
    align: center
}

.photo-gallery_sec2 {
    padding-bottom: 60px
}

.photo-gallery_sec {
    background: gray;
    padding-bottom: 0
}

.photo-gallery_sec h2 {
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
    margin-bottom: 0
}

.photo-gallery_sec img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    overflow: auto
}

.photo-gallery_sec img:hover {
    border-radius: 10px
}

.img-fluid {
    width: 100%;
    height: auto
}

.tctinner {
    margin-top: 50px;
    border-radius: 10px
}

.tctinner h1 {
    color: red!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

.tctinner h2 {
    color: #e6750c!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 30px
}

.tctinner h3 {
    color: #ffdd59;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 25px
}

.tctinner ul {
    padding-left: 15px;
    font-weight: 300;
    color: #8e1599;
    margin-left: 2%
}

.book-city {
    padding: 50px 0
}

.book-city h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff
}

.book-city .inner ul {
    padding: 0;
    font-size: 15px;
    list-style: none
}

.tt {
    border: solid 1px #fff;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #000;
	list-style: none;
	
}

footer {
    font-weight: 300
}

.book-city .inner ul a {
    color: #fff;
    font-weight: 500
}

.footer-top {
    background: #fff;
    color: #fff;
    padding: 30px 0
}

.footer-m {
    background: #6f1e51;
    color: #fff;
    padding: 10px 0
}

.footer-btm {
    background: #000;
    color: #fff
}

.footer-btm .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.footer-btm a {
    color: #fff
}

button.navbar-toggler:focus {
    border: none;
    outline: 0
}

.book-city1 {
    padding: 50px 0
}

.phone {
    position: absolute;
    top: 0;
    right: 0
}

ul.btm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

ul.btm li {
    list-style: none
}

ul.btm li a {
    padding: 15px 35px 0;
    color: #fff;
    position: relative
}

ul.btm li:first-child a {
    padding-left: 0
}

ul.btm li:last-child a:after {
    content: none
}

ul.btm li a:after {
    content: "|";
    position: absolute;
    right: 0
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: .3s
}

.overlay a:focus,.overlay a:hover {
    color: #f1f1f1
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size:20px
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }
}

@media(max-width: 767px) {
    header img {
        max-width:166px!important
    }
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

body {
    background: #3dccb7
}

.container {
    padding-right: 0!important;
    padding-left: 0!important
}

.phone {
    background: #3b5998;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

#mybuttonwf {
    position: fixed;
    bottom: 2%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 10px 15px!important;
    font-size: 18px!important;
    margin-right: 10px;
    border-radius: 10px;
    font-family: Oswald,sans-serif
}

.whatsapp1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

.phone1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

.footer-btm .container {
    display: block!important
}

.fa {
    padding: 3px!important;
    width: 34px!important
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.clear {
    clear: both
}

.color1 {
    color: #000
}

.color2 {
    color: #000
}

.photo-gallery_sec2 {
    background-color: transparent!important
}

body {
    background-color: #ef5dc1;
    background-size: cover;
    font-size: 21px!important;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: roboto
}

h1,h2,h3,h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 34px;
    color: #FBE70A!important;
    font-weight: 700
}

h1 {
    color: #FBE70A!important;
    font-size: 32px!important;
    font-weight: 700!important
}

p {
    color: #2e3a3a!important;
    text-align: justify;
    font-family: "arial ",sans-serif!important;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400
}

#inner-images {
    width: 100%;
    margin: 25px 0
}

#inner-images li {
    list-style: none;
    width: 21%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 0 2%
}

#inner-images li img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px
}

#gallery ul li {
    list-style: none;
    float: left;
    padding: 10px;
    margin: 2%;
    border: 1px solid #524b48;
    width: 21%;
    transition: all ease .5s
}

#gallery ul li img {
    width: 100%;
    border-radius: 5%
}

#gallery ul li:hover {
    border: 1px solid #ff0
}

@media only screen and (max-width: 900px) {
    #inner-images li {
        list-style:none;
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: center;
        margin: 25px 0
    }

    #gallery ul li {
        padding: 0;
        margin: 2%;
        border: none;
        width: 100%
    }

    #gallery ul li img {
        width: 100%;
        border-radius: 5%
    }

    #gallery ul li:hover {
        border: none
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.container {
    max-width: 98%!important
}

h1,h2,h3,h4 {
    font-family: oswald,sans-serif!important
}

.nav-item a.nav-link {
    color: #fff!important;
    font-family: oswald,sans-serif!important
}

.tctinner {
    margin: 0!important;
    padding-bottom: 40px!important;
    padding-top: 20px!important
}

.tctinner p {
    font-family: philosopher,sans-serif!important
}

.tctinner h2 {
    color: #ff6262!important;
    font-weight: 600!important
}

.photo-gallery_sec2 {
    padding-bottom: 0!important
}

.my-slider-img1 {
    display: none
}

a.btn.view-gallery {
    background: #FBE70A;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #FBE70A
}

a.btn.view-gallery:hover {
    background-color: transparent;
    border: 1px solid #FBE70A;
    color: #FBE70A
}

.images-section img {
    width: 100%;
    border-radius: 10px
}

.image-section img {
    float: right!important;
    width: 100%;
    height: 550px
}

.book-city {
    padding: 50px 0;
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-m {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;
    color: #fff;
    padding: 10px 0
}

.footer-top {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-btm {
    background-color: transparent!important
}

.main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

.card {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px!important;
    border: 1px solid #d1d0d0!important;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.1),0 5px 5px -5px rgba(0,0,0,.01);
    transition: .4s ease-in-out;
    font-family: philosopher,sans-serif!important
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0 18px 36px -18px
}

.card img {
    height: 476px;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.card-title {
    background: #faecf7;
    padding-bottom: 25px!important;
    border-radius: 5px
}

.card-title h4 {
    font-family: oswald,sans-serif!important
}

.card-title h3 {
    font-weight: 400
}

.card-content {
    width: 100%;
    background: #faecf7;
    border-radius: 0 0 10px 10px
}

.card-content-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0
}

.card-content-col {
    margin: 7px;
    padding: 10px 0 0
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.green-btn {
    background-color: #C00B0B;
    color: #fff;
    padding: 12px 0 12px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: #26394d 0 10px 30px -10px;
    transition: .2s all ease-in-out!important;
    border-radius: 6px
}

.green-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translate(-5px)!important
}

.star i {
    color: #FBE70A;
    font-size: 14px!important;
    width: auto!important;
    padding: 0!important
}

.new-img-section {
    background-color: #FBE70A!important
}

.new-img-section img {
    height: 400px;
    width: 100%;
    margin: 20px 0;
    border: 4px solid #FBE70A
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.card {
    margin: 9px!important
}

table {
    border: 1px solid #fff;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: oswald,sans-serif!important
}

table tr {
    background-color: #000;
    border: 1px solid #fff;
    padding: 5.6px
}

table td,table th {
    padding: 14.5px;
    text-align: center;
    border-right: 1px solid #fff
}

table th {
    font-size: 20px;
    letter-spacing: 3px;
    background-color: #EAC206;;
    color: #000;
    font-family: philosopher,sans-serif!important;
    font-weight: 700
}

tr:nth-child(even) {
    background-color: #e7e7e7!important
}

.image-service1 {
    display: none
}

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s,opacity .5s ease-in;
    position: fixed;
    bottom: 60px!important;
    right: 10px;
    background: #c30000eb!important;
    border-radius: 50%;
    z-index: 9999999999999999999
}

.top-button {
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
    cursor: pointer;
    padding: 10px 16px 22px;
    color: #fff
}

.top-button:hover {
    color: #fff;
    text-decoration: none
}

.button {
    display: inline-flex;
    padding: 12px 20px;
    border: 2px solid #FBE70A;
    margin: 20px 20px 20px 0;
    color: #FBE70A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: oswald,sans-serif!important;
    border-radius: 5px;
    font-weight: 600
}

.button a {
    color: #FBE70A;
    text-decoration: none;
    letter-spacing: 1px
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    color: #FBE70A
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #FBE70A;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0
}

#button-2:hover #slide {
    left: 0
}

#button-2:hover a {
    color: #fff;
    text-decoration: none
}

ul.btm {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: baseline
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative;
    right: -20px;
    height: auto;
    width: 3px!important
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative!important;
    left: 30px!important
}

ul.btm li a {
    text-decoration: none
}

.phone {
    background: #3b5998;
    color: #fff
}

.google {
    background: #55acee;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

@media(max-width: 767px) {
    .my-slider-img {
        display:none!important
    }

    .my-slider-img1 {
        display: block!important
    }

    .image-service1 {
        display: block!important
    }

    .image-service {
        display: none!important
    }

    .images-section img {
        height: auto!important
    }

    .container {
        max-width: 100%!important
    }
}

@media screen and (max-width: 600px) {
    table {
        border:0
    }
}

#mybuttonwf {
    position: fixed;
    bottom: 12%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 16px 25px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 10px;
    font-family: oswald,sans-serif
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-home:before {
    content: "\f015"
}

.fa-road:before {
    content: "\f018"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-book:before {
    content: "\f02d"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-key:before {
    content: "\f084"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-question:before {
    content: "\f128"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-inr:before {
    content: "\f156"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-female:before {
    content: "\f182"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-support:before {
    content: "\f1cd"
}

.fa-send:before {
    content: "\f1d8"
}

.fa-send-o:before {
    content: "\f1d9"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bus:before {
    content: "\f207"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-fa:before {
    content: "\f2b4"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

:root {
    --blue: #fff;
    --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: #fff;
    --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-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,figure,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    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-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #04B314
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder
}

a {
    color: #00239d;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):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,select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.mark,mark {
    padding: .2em;
    background-color: #f8e2f3
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.container,.container-fluid,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1500px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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 {
    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%
}

@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%
    }
}

@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%
    }
}

@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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff
}

.table tbody+tbody {
    border-top: 2px solid #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fff
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-light th {
    color: #000;
    background-color: #e9ecef;
    border-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    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: #fff;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #fff;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #fff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light:disabled {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.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 .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@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 .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        -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
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwwLDAsMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #C00B0B;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #04B314;
    border: 1px solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #fff
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #fff!important
}

.border-top {
    border-top: 1px solid #fff!important
}

.border-right {
    border-right: 1px solid #fff!important
}

.border-bottom {
    border-bottom: 1px solid #fff!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-light {
    border-color: #f8f9fa!important
}

.d-none {
    display: none!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.m-0 {
    margin: 0!important
}

.my-0 {
    margin-top: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.my-1 {
    margin-top: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.my-2 {
    margin-top: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.my-3 {
    margin-top: 1rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.ml-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.my-5 {
    margin-top: 3rem!important
}

.my-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.px-0 {
    padding-right: 0!important
}

.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .my-sm-0 {
        margin-top: 0!important
    }

    .my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .px-sm-0 {
        padding-right: 0!important
    }

    .px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .px-sm-1 {
        padding-right: .25rem!important
    }

    .px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important
    }

    .my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .my-md-0 {
        margin-top: 0!important
    }

    .my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .px-md-0 {
        padding-right: 0!important
    }

    .px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .px-md-1 {
        padding-right: .25rem!important
    }

    .px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .my-md-auto {
        margin-top: auto!important
    }

    .my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .my-lg-0 {
        margin-top: 0!important
    }

    .my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .px-lg-0 {
        padding-right: 0!important
    }

    .px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .px-lg-1 {
        padding-right: .25rem!important
    }

    .px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important
    }

    .my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto {
        margin-left: auto!important
    }
}

.text-right {
    text-align: right!important
}

@media(min-width: 576px) {
    .text-sm-right {
        text-align:right!important
    }
}

@media(min-width: 768px) {
    .text-md-right {
        text-align:right!important
    }
}

@media(min-width: 992px) {
    .text-lg-right {
        text-align:right!important
    }
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-body {
    color: #fff!important
}

.visible {
    visibility: visible!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #04B314!important
    }
}

body {
    font-family: Roboto,sans-serif
}

p {
    font-weight: 300;
    text-align: justify;
    color: #fff
}

.h1 {
    color: #fdcb6e!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

h2 {
    color: #fdcb6e;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 30px
}

header {
    padding: 5px 0
}

header a {
    color: #000
}

header a i {
    font-size: 30px!important
}

header .container {
    position: relative
}

video {
    margin-bottom: 20px
}

.owl-carousel banner owl-theme {
    display: block;
    width: 100%;
    height: auto;
    align: center
}

.photo-gallery_sec2 {
    padding-bottom: 60px
}

.photo-gallery_sec {
    background: gray;
    padding-bottom: 0
}

.photo-gallery_sec h2 {
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
    margin-bottom: 0
}

.photo-gallery_sec img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    overflow: auto
}

.photo-gallery_sec img:hover {
    border-radius: 10px
}

.img-fluid {
    width: 100%;
    height: auto
}

.tctinner {
    margin-top: 50px;
    border-radius: 10px
}

.tctinner h1 {
    color: red!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

.tctinner h2 {
    color: #e6750c!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 30px
}

.tctinner h3 {
    color: #ffdd59;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 25px
}

.tctinner ul {
    padding-left: 15px;
    font-weight: 300;
    color: #8e1599;
    margin-left: 2%
}

.book-city {
    padding: 50px 0
}

.book-city h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff
}

.book-city .inner ul {
    padding: 0;
    font-size: 15px;
    list-style: none
}

footer {
    font-weight: 300
}

.book-city .inner ul a {
    color: #fff;
    font-weight: 500
}

.footer-top {
    background: #3f112a;
    color: #fff;
    padding: 30px 0
}

.footer-m {
    background: #6f1e51;
    color: #fff;
    padding: 10px 0
}

.footer-btm {
    background: #000;
    color: #fff
}

.footer-btm .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.footer-btm a {
    color: #fff
}

button.navbar-toggler:focus {
    border: none;
    outline: 0
}

.book-city1 {
    padding: 50px 0
}

.phone {
    position: absolute;
    top: 0;
    right: 0
}

ul.btm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

ul.btm li {
    list-style: none
}

ul.btm li a {
    padding: 15px 35px 0;
    color: #fff;
    position: relative
}

ul.btm li:first-child a {
    padding-left: 0
}

ul.btm li:last-child a:after {
    content: none
}

ul.btm li a:after {
    content: "|";
    position: absolute;
    right: 0
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: .3s
}

.overlay a:focus,.overlay a:hover {
    color: #f1f1f1
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size:20px
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }
}

@media(max-width: 767px) {
    header img {
        max-width:166px!important
    }
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

body {
    background: #3dccb7
}

.container {
    padding-right: 0!important;
    padding-left: 0!important
}

.phone {
    background: #3b5998;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

#mybuttonwf {
    position: fixed;
    bottom: 2%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 10px 15px!important;
    font-size: 18px!important;
    margin-right: 10px;
    border-radius: 10px;
    font-family: Oswald,sans-serif
}

.whatsapp1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

.footer-btm .container {
    display: block!important
}

.fa {
    padding: 3px!important;
    width: 34px!important
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.clear {
    clear: both
}

.color1 {
    color: #000
}

.color2 {
    color: #000
}

.photo-gallery_sec2 {
    background-color: transparent!important
}

body {
    background-color: #ef5dc1;
    background-size: cover;
    font-size: 21px!important;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: roboto
}

h1,h2,h3,h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 34px;
    color: #ff0!important;
    font-weight: 700
}

h1 {
    color: #FBE70A!important;
    font-size: 32px!important;
    font-weight: 700!important
}

p {
    color: #fff!important;
    text-align: justify;
    font-family: "arial ",sans-serif!important;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400
}

#inner-images {
    width: 100%;
    margin: 25px 0
}

#inner-images li {
    list-style: none;
    width: 21%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 0 2%
}

#inner-images li img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px
}

#gallery ul li {
    list-style: none;
    float: left;
    padding: 10px;
    margin: 2%;
    border: 1px solid #524b48;
    width: 21%;
    transition: all ease .5s
}

#gallery ul li img {
    width: 100%;
    border-radius: 5%
}

#gallery ul li:hover {
    border: 1px solid #ff0
}

@media only screen and (max-width: 900px) {
    #inner-images li {
        list-style:none;
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: center;
        margin: 25px 0
    }

    #gallery ul li {
        padding: 0;
        margin: 2%;
        border: none;
        width: 100%
    }

    #gallery ul li img {
        width: 100%;
        border-radius: 5%
    }

    #gallery ul li:hover {
        border: none
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.container {
    max-width: 98%!important
}

h1,h2,h3,h4 {
    font-family: oswald,sans-serif!important
}

.nav-item a.nav-link {
    color: #fff!important;
    font-family: oswald,sans-serif!important
}

.tctinner {
    margin: 0!important;
    padding-bottom: 40px!important;
    padding-top: 20px!important
}

.tctinner p {
    font-family: philosopher,sans-serif!important
}

.tctinner h2 {
    color: #ff6262!important;
    font-weight: 600!important
}

.photo-gallery_sec2 {
    padding-bottom: 0!important
}

.my-slider-img1 {
    display: none
}

a.btn.view-gallery {
    background: #FBE70A;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #FBE70A
}

a.btn.view-gallery:hover {
    background-color: transparent;
    border: 1px solid #FBE70A;
    color: #FBE70A
}

.images-section img {
    width: 100%;
    border-radius: 10px
}

.image-section img {
    float: right!important;
    width: 100%;
    height: 550px
}

.book-city {
    padding: 50px 0;
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-m {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;
    color: #fff;
    padding: 10px 0
}

.footer-top {
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important
}

.footer-btm {
    background-color: transparent!important
}

.main {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

.card {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px!important;
    border: 1px solid #d1d0d0!important;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.1),0 5px 5px -5px rgba(0,0,0,.01);
    transition: .4s ease-in-out;
    font-family: philosopher,sans-serif!important
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0 18px 36px -18px
}

.card img {
    height: auto;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.card-title {
    background: #faecf7;
    padding-bottom: 25px!important;
    border-radius: 5px
}

.card-title h4 {
    font-family: oswald,sans-serif!important
}

.card-title h3 {
    font-weight: 400
}

.card-content {
    width: 100%;
    background: #000;
    border-radius: 0 0 10px 10px
}

.card-content-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0
}

.card-content-col {
    margin: 7px;
    padding: 10px 0 0
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.green-btn {
    background-color: #C00B0B;
    color: #fff;
    padding: 12px 0 12px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: #26394d 0 10px 30px -10px;
    transition: .2s all ease-in-out!important;
    border-radius: 6px
}

.green-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translate(-5px)!important
}

.star i {
    color: #FBE70A;
    font-size: 14px!important;
    width: auto!important;
    padding: 0!important
}

.new-img-section {
    background-color: #f2faeb!important
}

.new-img-section img {
    height: 400px;
    width: 100%;
    margin: 20px 0;
    border: 4px solid #FBE70A
}

.card-content-col .fa {
    font-size: 18px;
    display: inline-flex
}

.card {
    margin: 9px!important
}

table {
    border: 1px solid #fff;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: oswald,sans-serif!important
}

table tr {
    background-color: #000;
    border: 1px solid #fff;
    padding: 5.6px
}

table td,table th {
    padding: 14.5px;
    text-align: center;
    border-right: 1px solid #fff
}

table th {
    font-size: 20px;
    letter-spacing: 3px;
    background-color: #EAC206;;
    color: #fff;
    font-family: philosopher,sans-serif!important;
    font-weight: 700
}

tr:nth-child(even) {
    background-color: #e7e7e7!important
}

.image-service1 {
    display: none
}

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s,opacity .5s ease-in;
    position: fixed;
    bottom: 60px!important;
    right: 10px;
    background: #F7FA07!important;
    border-radius: 50%;
    z-index: 9999999999999999999
}

.top-button {
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
    cursor: pointer;
    padding: 10px 16px 22px;
    color: #000
}

.top-button:hover {
    color: #000;
    text-decoration: none
}

.button {
    display: inline-flex;
    padding: 12px 20px;
    border: 2px solid #FBE70A;
    margin: 20px 20px 20px 0;
    color: #FBE70A;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: oswald,sans-serif!important;
    border-radius: 5px;
    font-weight: 600
}

.button a {
    color: #FBE70A;
    text-decoration: none;
    letter-spacing: 1px
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    color: #FBE70A
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #FBE70A;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0
}

#button-2:hover #slide {
    left: 0
}

#button-2:hover a {
    color: #fff;
    text-decoration: none
}

ul.btm {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: baseline
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative;
    right: -20px;
    height: auto;
    width: 3px!important
}

ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative!important;
    left: 30px!important
}

ul.btm li a {
    text-decoration: none
}

.phone {
    background: #3b5998;
    color: #fff
}

.google {
    background: #55acee;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

@media(max-width: 767px) {
    .my-slider-img {
        display:none!important
    }

    .my-slider-img1 {
        display: block!important
    }

    .image-service1 {
        display: block!important
    }

    .image-service {
        display: none!important
    }

    .images-section img {
        height: auto!important
    }

    .container {
        max-width: 100%!important
    }
}

@media screen and (max-width: 600px) {
    table {
        border:0
    }
}

#mybuttonwf {
    position: fixed;
    bottom: 12%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 16px 25px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 10px;
    font-family: oswald,sans-serif
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-home:before {
    content: "\f015"
}

.fa-road:before {
    content: "\f018"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-book:before {
    content: "\f02d"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-key:before {
    content: "\f084"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-question:before {
    content: "\f128"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-inr:before {
    content: "\f156"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-female:before {
    content: "\f182"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-support:before {
    content: "\f1cd"
}

.fa-send:before {
    content: "\f1d8"
}

.fa-send-o:before {
    content: "\f1d9"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bus:before {
    content: "\f207"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-fa:before {
    content: "\f2b4"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

:root {
    --blue: #fff;
    --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: #fff;
    --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-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,figure,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    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-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #04B314
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder;
	color: #fff707;
}

a {
    color: #10ff00;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #00f3ff;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):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,select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.mark,mark {
    padding: .2em;
    background-color: #f8e2f3
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.container,.container-fluid,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1500px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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 {
    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%
}

@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%
    }
}

@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%
    }
}

@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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff
}

.table tbody+tbody {
    border-top: 2px solid #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fff
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-light th {
    color: #000;
    background-color: #e9ecef;
    border-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    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: #fff;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #fff;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #fff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light:disabled {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.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 .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        padding-right:0;
        padding-left: 0
    }
}

@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 .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm {
        -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
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwwLDAsMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #C00B0B;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #04B314;
    border: 1px solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #fff
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #fff!important
}

.border-top {
    border-top: 1px solid #fff!important
}

.border-right {
    border-right: 1px solid #fff!important
}

.border-bottom {
    border-bottom: 1px solid #fff!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-light {
    border-color: #f8f9fa!important
}

.d-none {
    display: none!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.m-0 {
    margin: 0!important
}

.my-0 {
    margin-top: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.my-1 {
    margin-top: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.my-2 {
    margin-top: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.my-3 {
    margin-top: 1rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.ml-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.my-5 {
    margin-top: 3rem!important
}

.my-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.px-0 {
    padding-right: 0!important
}

.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.my-auto {
    margin-top: auto!important
}

.my-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .my-sm-0 {
        margin-top: 0!important
    }

    .my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .px-sm-0 {
        padding-right: 0!important
    }

    .px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .px-sm-1 {
        padding-right: .25rem!important
    }

    .px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important
    }

    .my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .my-md-0 {
        margin-top: 0!important
    }

    .my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .px-md-0 {
        padding-right: 0!important
    }

    .px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .px-md-1 {
        padding-right: .25rem!important
    }

    .px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .my-md-auto {
        margin-top: auto!important
    }

    .my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .my-lg-0 {
        margin-top: 0!important
    }

    .my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .px-lg-0 {
        padding-right: 0!important
    }

    .px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .px-lg-1 {
        padding-right: .25rem!important
    }

    .px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important
    }

    .my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto {
        margin-left: auto!important
    }
}

.text-right {
    text-align: right!important
}

@media(min-width: 576px) {
    .text-sm-right {
        text-align:right!important
    }
}

@media(min-width: 768px) {
    .text-md-right {
        text-align:right!important
    }
}

@media(min-width: 992px) {
    .text-lg-right {
        text-align:right!important
    }
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-body {
    color: #fff!important
}

.visible {
    visibility: visible!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #04B314!important
    }
}

body {
    font-family: Roboto,sans-serif
}

p {
    font-weight: 300;
    text-align: justify;
    color: #fff
}

.h1 {
    color: #fdcb6e!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

h2 {
    color: #fdcb6e;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 30px
}

header {
    padding: 5px 0
}

header a {
    color: #000
}

header a i {
    font-size: 30px!important
}

header .container {
    position: relative
}

video {
    margin-bottom: 20px
}

.owl-carousel banner owl-theme {
    display: block;
    width: 100%;
    height: auto;
    align: center
}

.photo-gallery_sec2 {
    padding-bottom: 60px
}

.photo-gallery_sec {
    background: gray;
    padding-bottom: 0
}

.photo-gallery_sec h2 {
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
    margin-bottom: 0
}

.photo-gallery_sec img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    overflow: auto
}

.photo-gallery_sec img:hover {
    border-radius: 10px
}

.img-fluid {
    width: 100%;
    height: auto
}

.tctinner {
    margin-top: 50px;
    border-radius: 10px
}

.tctinner h1 {
    color: #fff700!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    font-size: 35px
}

.tctinner h2 {
    color: #fff700!important;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 30px
}

.tctinner h3 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 25px
}

.tctinner ul {
    padding-left: 15px;
    font-weight: 300;
    color: #fff;
    margin-left: 2%
}

.book-city {
    padding: 50px 0
}

.book-city h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff
}

.book-city .inner ul {
    padding: 0;
    font-size: 15px;
    list-style: none
}

footer {
    font-weight: 300
}

.book-city .inner ul a {
    color: #fff;
    font-weight: 500
}

.footer-top {
    background: #3f112a;
    color: #fff;
    padding: 30px 0
}

.footer-m {
    background: #6f1e51;
    color: #fff;
    padding: 10px 0
}

.footer-btm {
    background: #000;
    color: #fff
}

.footer-btm .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.footer-btm a {
    color: #fff
}

button.navbar-toggler:focus {
    border: none;
    outline: 0
}

.book-city1 {
    padding: 50px 0
}

.phone {
    position: absolute;
    top: 0;
    right: 0
}

ul.btm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

ul.btm li {
    list-style: none
}

ul.btm li a {
    padding: 15px 35px 0;
    color: #fff;
    position: relative
}

ul.btm li:first-child a {
    padding-left: 0
}

ul.btm li:last-child a:after {
    content: none
}

ul.btm li a:after {
    content: "|";
    position: absolute;
    right: 0
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: .3s
}

.overlay a:focus,.overlay a:hover {
    color: #f1f1f1
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size:20px
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }
}

@media(max-width: 767px) {
    header img {
        max-width:166px!important
    }
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

body {
    background: #3dccb7
}

.container {
    padding-right: 0!important;
    padding-left: 0!important
}

.phone {
    background: #3b5998;
    color: #fff
}

.phone {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

#mybuttonwf {
    position: fixed;
    bottom: 2%!important;
    right: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center
}

#mybuttonwf a {
    text-decoration: none;
    padding: 10px 15px!important;
    font-size: 18px!important;
    margin-right: 10px;
    border-radius: 10px;
    font-family: Oswald,sans-serif
}

.whatsapp1 i {
    font-size: 22px!important;
    padding: 0 0 3px!important
}

@media(max-width: 1440px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    #mybuttonwf {
        position:fixed;
        bottom: 10%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

@media(max-width: 2560px) {
    #mybuttonwf {
        position:fixed;
        bottom: 1%;
        right: auto!important;
        width: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center
    }
}

.footer-btm .container {
    display: block!important
}
