@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&amp;display=swap");

h1,
.h1 {
    font-size: 46px;
    line-height: 56px;
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 38px;
    }
}

h2,
.h2 {
    font-size: 36px;
}

@media (max-width: 767px) {

    h2,
    .h2 {
        font-size: 28px;
    }
}

h3,
.h3 {
    font-size: 24px;
}

@media (max-width: 767px) {

    h3,
    .h3 {
        font-size: 22px;
    }
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #222222;
    line-height: 1.3;
}

h1 a:hover,
a.h1:hover,
h2 a:hover,
a.h2:hover,
h3 a:hover,
a.h3:hover,
h4 a:hover,
a.h4:hover,
h5 a:hover,
a.h5:hover,
h6 a:hover,
a.h6:hover {
    color: #f89817;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
}

p {
    line-height: 1.75;
}

a:focus,
button:focus {
    outline: 0;
}

a {
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    text-decoration: underline;
    color: initial;
}

ol,
ul {
    list-style-position: inside;
}

ul,
li {
    padding: 0;
    margin: 0;
}

body {
    color: #333333;
    background-color: #ffffff;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.65;
}

::-moz-selection {
    color: #ffffff;
    background-color: #ff1843;
    text-shadow: none;
}

::selection {
    color: #ffffff;
    background-color: #ff1843;
    text-shadow: none;
}

:focus {
    outline: 0;
}

@-webkit-keyframes spin {
    0% {
        border-color: rgba(255, 49, 88, 0.4);
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    25% {
        border-color: rgba(255, 187, 51, 0.4);
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    50% {
        border-color: rgba(255, 49, 88, 0.4);
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    75% {
        border-color: rgba(30, 133, 139, 0.4);
        -webkit-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }

    100% {
        border-color: rgba(255, 49, 88, 0.4);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spin {
    0% {
        border-color: rgba(255, 49, 88, 0.4);
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    25% {
        border-color: rgba(255, 187, 51, 0.4);
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    50% {
        border-color: rgba(255, 49, 88, 0.4);
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    75% {
        border-color: rgba(30, 133, 139, 0.4);
        -webkit-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }

    100% {
        border-color: rgba(255, 49, 88, 0.4);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/*------------------------------------------------------------------
 # default styles
-------------------------------------------------------------------*/
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

.header-nav,
.banner,
.page-header,
.section-padding {
    opacity: 0;
}

body.loaded .header-nav,
body.loaded .banner,
body.loaded .page-header,
body.loaded .section-padding {
    opacity: 1;
}

.section-padding {
    padding: 90px 0;
}

.section-title {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
 # helper classes
-------------------------------------------------------------------*/
.font-primary {
    font-family: "Quicksand", sans-serif;
}

.rounded {
    border-radius: 5px;
}

.shadow {
    box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.10) !important;
}

.border-top {
    border-top: 1px solid #E3E3E3 !important;
}

.border-bottom {
    border-bottom: 1px solid #E3E3E3 !important;
}

.border-left {
    border-left: 1px solid #E3E3E3 !important;
}

.border-right {
    border-right: 1px solid #E3E3E3 !important;
}

@media (max-width: 1199px) {
    .border-xl-0 {
        border: 0 !important;
    }
}

@media (max-width: 991px) {
    .border-lg-0 {
        border: 0 !important;
    }
}

@media (max-width: 767px) {
    .border-md-0 {
        border: 0 !important;
    }
}

@media (max-width: 575px) {
    .border-sm-0 {
        border: 0 !important;
    }
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.text-underline {
    -webkit-text-decoration: 1px dashed;
    text-decoration: 1px dashed;
}

a.text-underline:hover {
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
}

.has-bg-brash {
    background-size: 1200px;
    background-repeat: repeat-x;
}

.no-bg-image {
    background-image: none !important;
}

.bg-brash-top {
    background-position: center top;
}

.bg-brash-bottom {
    background-position: center bottom;
}

.bg-brash-y {
    background-position: center top, center bottom;
}

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

.text-light-gray {
    color: #F6F6F6;
}

.bg-light-gray {
    background-color: #F6F6F6;
}

.text-primary {
    color: #f89817 !important;
}

a.text-primary:hover {
    color: #fd0030 !important;
}

.bg-primary {
    background-color: #f89817 !important;
}

.text-primary {
    color: #f89817 !important;
}

.bg-primary {
    background-color: rgba(255, 88, 22, 0.562) !important;
}

.bg-primary-fill {
    background-color: #f89817 !important;
}

.text-secondary {
    color: rgba(255, 187, 51, 0.5) !important;
}

.bg-secondary {
    background-color: rgb(255, 225, 106) !important;
}

.text-secondary-fill {
    color: #FFBB33 !important;
}

.bg-secondary-fill {
    background-color: #FFBB33 !important;
}

.text-tertiary {
    color: rgba(41, 175, 182, 0.5) !important;
}

.bg-tertiary {
    background-color: rgba(30, 133, 139, 0.5) !important;
}

.text-tertiary-fill {
    color: #1E858B !important;
}

.bg-tertiary-fill {
    background-color: #1E858B !important;
}

.bg-black {
    background-color: #000000;
}

.text-black {
    color: #000000;
}

.text-black-100 {
    color: #111111;
}

.bg-black-100 {
    background-color: #111111;
}

.bg-black-200 {
    background-color: #222222;
}

.text-black-200 {
    color: #222222;
}

.bg-black-300 {
    background-color: #333333;
}

.text-black-300 {
    color: #333333;
}

.text-black-400 {
    color: #444444;
}

.bg-black-400 {
    background-color: #444444;
}

.text-black-500 {
    color: #555555;
}

.bg-black-500 {
    background-color: #555555;
}

.text-black-600 {
    color: #666666;
}

.bg-black-600 {
    background-color: #666666;
}

.text-black-700 {
    color: #777777;
}

.bg-black-700 {
    background-color: #777777;
}

.text-black-800 {
    color: #888888;
}

.bg-black-800 {
    background-color: #888888;
}

.text-black-900 {
    color: #999999;
}

.bg-black-900 {
    background-color: #999999;
}

a.text-black-200:hover,
a.text-black-300:hover,
a.text-black-400:hover {
    color: #f89817;
}

/*------------------------------------------------------------------
 # spacing classes
-------------------------------------------------------------------*/
.m-0 {
    margin: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.p-0 {
    padding: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.m-5 {
    margin: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.p-5 {
    padding: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.p-10 {
    padding: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.m-15 {
    margin: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.p-15 {
    padding: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.m-20 {
    margin: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.p-20 {
    padding: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.m-25 {
    margin: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.p-25 {
    padding: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.m-30 {
    margin: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.p-30 {
    padding: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.m-35 {
    margin: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.p-35 {
    padding: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.m-40 {
    margin: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.p-40 {
    padding: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.m-45 {
    margin: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.p-45 {
    padding: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.m-50 {
    margin: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.p-50 {
    padding: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.m-55 {
    margin: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

.p-55 {
    padding: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.m-60 {
    margin: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.p-60 {
    padding: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.m-65 {
    margin: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

.p-65 {
    padding: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.m-70 {
    margin: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.p-70 {
    padding: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.m-75 {
    margin: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

.p-75 {
    padding: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pl-75 {
    padding-left: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.m-80 {
    margin: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.p-80 {
    padding: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.m-85 {
    margin: 85px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

.p-85 {
    padding: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pl-85 {
    padding-left: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.m-90 {
    margin: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.p-90 {
    padding: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.m-95 {
    margin: 95px;
}

.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-95 {
    margin-right: 95px;
}

.p-95 {
    padding: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pl-95 {
    padding-left: 95px;
}

.pr-95 {
    padding-right: 95px;
}

.m-100 {
    margin: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.p-100 {
    padding: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.m-105 {
    margin: 105px;
}

.mt-105 {
    margin-top: 105px;
}

.mb-105 {
    margin-bottom: 105px;
}

.ml-105 {
    margin-left: 105px;
}

.mr-105 {
    margin-right: 105px;
}

.p-105 {
    padding: 105px;
}

.pt-105 {
    padding-top: 105px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pl-105 {
    padding-left: 105px;
}

.pr-105 {
    padding-right: 105px;
}

.m-110 {
    margin: 110px;
}

.mt-110 {
    margin-top: 110px;
}

.mb-110 {
    margin-bottom: 110px;
}

.ml-110 {
    margin-left: 110px;
}

.mr-110 {
    margin-right: 110px;
}

.p-110 {
    padding: 110px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pl-110 {
    padding-left: 110px;
}

.pr-110 {
    padding-right: 110px;
}

.m-115 {
    margin: 115px;
}

.mt-115 {
    margin-top: 115px;
}

.mb-115 {
    margin-bottom: 115px;
}

.ml-115 {
    margin-left: 115px;
}

.mr-115 {
    margin-right: 115px;
}

.p-115 {
    padding: 115px;
}

.pt-115 {
    padding-top: 115px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pl-115 {
    padding-left: 115px;
}

.pr-115 {
    padding-right: 115px;
}

.m-120 {
    margin: 120px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.ml-120 {
    margin-left: 120px;
}

.mr-120 {
    margin-right: 120px;
}

.p-120 {
    padding: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-120 {
    padding-left: 120px;
}

.pr-120 {
    padding-right: 120px;
}

.content a {
    color: #333333;
}

.content a:hover {
    color: #f89817;
}

.content.content-active a {
    color: #f89817;
}

.content.has-underdot-link a {
    border-bottom: 1px dashed;
}

.content.has-underdot-link a:hover {
    border-bottom-style: solid;
    text-decoration: none;
}

.btn {
    font-size: 15px;
    padding: 14px 27px;
    color: #ffffff;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    transition: .3s;
    position: relative;
}

.btn:active,
.btn:focus {
    border: 0;
    box-shadow: none !important;
    border-color: #f89817 !important;
}

.btn.btn-sm {
    padding: 10px 25px;
}

.btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn:hover .icon {
    background-color: #f3002e;
}

.btn:hover .icon svg {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.btn.has-icon {
    padding: 14px 20px;
    padding-right: 60px;
}

.btn.has-icon .icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ddb30b;
    height: 100%;
    width: 42px;
    padding: 0 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s;
    overflow: hidden;
}

.btn.has-icon .icon svg {
    height: 100%;
    width: 27px;
    margin-left: -1px;
    transition: 0.3s;
}

.btn.btn-primary {
    background-color: #f89817 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    color: #ffffff;
    background-color: #F4C400 !important;
}

.btn.btn-primary:hover {
    box-shadow: 0px 15px 35px rgba(255, 215, 0, 0.3);
}

.btn.btn-outline-primary {
    color: #222222;
    background-color: transparent;
    border: 0.094rem solid #f89817;
}

.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    color: #ffffff;
    background-color: #f89817 !important;
}

.btn.btn-outline-primary:hover {
    box-shadow: 0px 15px 35px rgba(255, 215, 0, 0.3);
}

.btn.btn-secondary {
    background-color: #9b9b9b !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    color: #ffffff;
    background-color: #686868 !important;
}

.btn.btn-outline-secondary {
    color: #222222;
    background-color: transparent;
    border: 0.094rem solid #CECECE;
}

.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus {
    color: #ffffff;
    border-color: rgba(30, 133, 139, 0.5) !important;
    background-color: #9b9b9b !important;
}

.btn.btn-link {
    color: #222222;
    background-color: transparent;
    border: 0;
}

.btn.btn-link svg {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.btn.btn-link:active,
.btn.btn-link:hover,
.btn.btn-link:focus {
    color: #f89817;
    text-decoration: none;
}

.btn.btn-link:active svg,
.btn.btn-link:hover svg,
.btn.btn-link:focus svg {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.btn.btn-link.text-primary:hover {
    color: #ca0026 !important;
}

/*------------------------------------------------------------------
 # header style
-------------------------------------------------------------------*/
.header-nav {
    z-index: 500;
}

.header-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 15px;
    color: #222222 !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.header-nav .nav-item:hover .nav-link,
.header-nav .nav-item.active .nav-link {
    color: #f89817 !important;
}

@media (min-width: 1200px) {
    .navbar .dropdown-menu {
        display: block;
        height: 0;
        overflow: hidden;
        width: 220px;
        transition: 0.2s;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0;
        background-color: transparent;
        z-index: 1;
    }

    .navbar .dropdown-menu::after {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background-color: #ffffff;
        top: 0;
        left: 0;
        z-index: -1;
        transition: .3s ease-out;
        box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
        transition-delay: padding .25s;
    }

    .navbar .dropdown-menu li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .navbar .dropdown-menu li:first-child {
        margin-top: 15px;
    }

    .navbar .dropdown-menu li:last-child {
        margin-bottom: 15px;
    }

    .navbar .dropdown:hover .dropdown-menu {
        height: auto;
        overflow: visible;
    }

    .navbar .dropdown:hover .dropdown-menu::after {
        height: 100%;
    }

    .navbar .dropdown:hover .dropdown-menu li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        transition: 0.25s;
        transition-delay: .2s;
    }

    .navbar .sub-dropdown {
        position: relative;
    }

    .navbar .sub-dropdown .dropdown-submenu {
        position: absolute;
        display: block;
        z-index: 2;
        width: 90%;
        left: 100%;
        top: -10px;
        height: 0;
        overflow: hidden;
        transition: .3s;
        background-color: transparent;
    }

    .navbar .sub-dropdown .dropdown-submenu::after {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background-color: #ffffff;
        top: 0;
        left: 0;
        z-index: -1;
        transition: .3s ease-out;
        box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
        transition-delay: padding .25s;
    }

    .navbar .sub-dropdown .dropdown-submenu li {
        opacity: 0 !important;
        visibility: hidden !important;
        -webkit-transform: translateY(-5px) !important;
        transform: translateY(-5px) !important;
        transition: 0s !important;
        transition-delay: 0s !important;
    }

    .navbar .sub-dropdown .dropdown-submenu li:first-child {
        margin-top: 10px;
    }

    .navbar .sub-dropdown .dropdown-submenu li:last-child {
        margin-bottom: 10px;
    }

    .navbar .sub-dropdown:hover .dropdown-submenu {
        height: auto;
        overflow: visible;
    }

    .navbar .sub-dropdown:hover .dropdown-submenu::after {
        height: 100%;
    }

    .navbar .sub-dropdown:hover .dropdown-submenu li {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translateY(0px) !important;
        transform: translateY(0px) !important;
        transition: 0.25s !important;
        transition-delay: .2s !important;
    }
}

.dropdown-menu {
    border: 0;
    margin-top: 0;
    padding: 0 8px;
}

.dropdown-submenu {
    list-style: none;
    display: none;
    padding: 0 8px;
    background-color: #ffffff;
}

.dropdown-item {
    padding: 6px 12px;
    font-weight: 600;
    font-size: 15px;
}

.sub-dropdown.active,
.sub-dropdown.active>.dropdown-item,
.sub-dropdown:hover>.dropdown-item,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #f89817;
    background-color: rgb(255, 252, 240);
    border-radius: 5px;
}

.sub-dropdown.active>.dropdown-item {
    background-color: rgba(255, 49, 88, 0.02);
}

.dropdown-toggle::after {
    display: none;
}

@media (max-width: 1199px) {
    .dropdown-menu {
        border: 0;
        padding: 0;
        text-align: left !important;
        background: rgba(255, 49, 88, 0.05);
        border-radius: 6px;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        width: 280px;
        max-width: 100%;
        margin-right: auto;
        align-items: initial !important;
    }

    .navbar .nav-item {
        display: block;
        text-align: left;
    }

    .navbar .nav-link {
        padding: 8px 4px !important;
    }

    .navbar .dropdown-menu li:first-child {
        padding-top: 10px;
    }

    .navbar .dropdown-menu li:last-child {
        padding-bottom: 10px;
    }

    .navbar-collapse {
        position: fixed;
        background-color: #ffffff;
        width: calc(100% - 30px);
        height: auto;
        max-height: calc(100% - 100px);
        z-index: 9999;
        border-radius: 3px;
        box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.1);
        padding: 5px 20px 28px;
        text-align: center;
        top: 90px;
        left: 15px;
    }

    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        transition: all .2s ease-in-out;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transform-origin: top;
        transform-origin: top;
    }

    .navbar-collapse.show {
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .navbar-collapse.collapsing {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    .navbar-button {
        width: 280px;
        max-width: 100%;
        margin: 15px auto 0;
    }

    .dropdown-item {
        padding: 6px 18px;
    }
}

.navbar-toggler .nav-toggle-icon {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-toggler .nav-toggle-icon .top {
    stroke-dasharray: 40 121;
}

.navbar-toggler .nav-toggle-icon .bottom {
    stroke-dasharray: 40 121;
}

.navbar-toggler .nav-toggle-icon.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler .nav-toggle-icon.active .top {
    stroke-dashoffset: -68px;
}

.navbar-toggler .nav-toggle-icon.active .bottom {
    stroke-dashoffset: -68px;
}

.navbar-toggler .nav-toggle-icon .line {
    fill: none;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #333333;
    stroke-width: 5.5;
    stroke-linecap: round;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes anim-to-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes anim-to-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes anim-to-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes anim-to-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.modal.fade .modal-dialog {
    -webkit-transform: translateX(0) scale(0.95);
    transform: translateX(0) scale(0.95);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
}

.modal-backdrop {
    background-color: #010e1d;
}

.modal-backdrop.show {
    opacity: .6;
}

footer {
    padding-top: 110px;
}

footer .shape-1 {
    top: 120px;
    left: 100px;
}

footer .shape-2 {
    top: 35%;
    left: 20%;
}

@media (max-width: 767px) {
    footer .shape-2 {
        display: none;
    }
}

footer .shape-3 {
    bottom: 130px;
    left: 20px;
}

footer .shape-4 {
    right: 80px;
    top: 120px;
}

footer .shape-5 {
    right: 20%;
    top: 35%;
}

footer .shape-6 {
    right: 15px;
    bottom: 100px;
}

footer .needs-validation .btn {
    padding-left: 25px;
    padding-right: 25px;
}

footer .needs-validation .btn:hover {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.footer-bottom .block {
    padding: 25px 0;
}

.scroll-to-top-btn {
    bottom: 20px;
    right: 33px;
    z-index: 9999;
    padding: 3px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
}

@media (max-width: 575px) {
    .scroll-to-top-btn {
        right: 15px;
    }

    .scroll-to-top-btn svg {
        height: 25px;
        width: 25px;
    }
}

.scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    bottom: 33px;
}

@media (max-width: 575px) {
    .scroll-to-top-btn.show {
        bottom: 15px;
    }
}

/*# sourceMappingURL=maps/style.css.map */

.w-40 {
    max-width: 40px;
}

.about-img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.about-img:hover {
    transform: scale(1.05);
}

.timetable {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.timetable h3 {
    border-left: 4px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.timetable h3 {
    border-left: 4px solid #f89817;
    padding-right: 10px;
    text-indent: 15px;
}

.timetable {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.coin-bg {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 0px;
    right: auto;
    width: 400px;
    height: 539px;
    content: "";
    background: url('../images/about/coin.png') no-repeat;
    z-index: 9999;
}

@-webkit-keyframes shine {
    0% {
        background-position: -5000px 0
    }

    to {
        background-position: 5000px 0
    }
}

@keyframes shine {
    0% {
        background-position: -5000px 0
    }

    to {
        background-position: 5000px 0
    }
}

.rotate-coin {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: -260px;
    right: auto;
    width: 480px;
    height: 480px;
    content: "";
    background: url('../images/about/rotate.png') no-repeat;
    z-index: 9999;
    animation: rotation 15s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@media (max-width: 1200px) {

    .coin-bg,
    .rotate-coin {
        display: none;
    }
}

.main-table-container {
    border-radius: 20px !important;
    border: 1px solid #fdbd69 !important;
    overflow: hidden;


}

.main-table {
    width: 100% !important;
    border: 1px solid #fdbd69 !important;
    border-radius: 10px !important;
    text-align: center;
    background-color: #ffffff;
    margin: 0px;
    overflow: hidden;
    /* max-width: 1000px; */
}

.t-cell {
    border: 1px solid #fdbd69 !important;
    border-radius: 10px !important;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f4f6;
    margin: 0px;
}

.cc {
    /* padding: 10px !important; */
    border-top: 1px solid #fdbd69 !important;
    vertical-align: middle !important;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.cc:not(:first-child) {
    border-left: 1px solid #fdbd69 !important;
}

.cp {
    font-size: 14px;
    display: block;
    /* width: 100%; */
}

.verticaltext {
    width: 1px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.verticalCenter {
    /* height: 70px;
    line-height: 70px; */
    text-align: center;
    font-size: 25px;
}

.inside-table td,
th {
    border: 0px;
    vertical-align: middle !important;
    /* padding: 0px 10px !important; */
}

.inside-table tr {
    vertical-align: middle !important;
}

.ch {
    border: 1px solid #fdbd69 !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 8px !important;
    background-color: #f4f4f4;
}

.cc-c {
    padding: 1px !important;
    border: 1px solid #fdbd69 !important;
    vertical-align: middle !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ch-c {
    padding: 1px !important;
    border: 1px solid #fdbd69 !important;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.red {
    color: #d65f78;
}

.yellow {
    color: #fecd04;
}

.green {
    color: #37a148;
}

a:hover {
    text-decoration: none;
}

.chart-links a {

    color: black;
}

.table-date {
    width: 120px;
}

@media (max-width: 799px) {

    .cc {
        font-size: 16px;
        padding: 0px !important;
    }

    .ch {
        font-size: 12px;
        font-weight: bold;
        padding: 10px !important;
    }

    .cp {
        font-size: 12px;
        padding: 0px 3px !important;
    }

    .verticaltext {
        width: 1px;
        word-wrap: break-word;
        white-space: pre-wrap;
    }

    .verticalCenter {
        /* height: 70px; */
        /* line-height: 70px; */
        text-align: center;
        font-size: 18px;
    }

    .inside-table td,
    th {
        border: 0px;
        vertical-align: middle !important;
        padding: 0px 8px !important;
    }

    .table-date {
        width: 100px;
    }
}

@media (max-width: 520px) {
    .cc {
        font-size: 10px;
    }

    .ch {
        font-size: 8px;
        font-weight: bold;
    }

    .cp {
        font-size: 10px;
        padding: 0px !important;
    }

    .verticalCenter {
        font-size: 12px;
    }

    .inside-table td {
        border: 0px;
        vertical-align: middle !important;
        padding: 0px 5px !important;
    }

    .table-date {
        width: 60px;
    }
}

@media (max-width: 450px) {
    .cc {
        font-size: 6px;
    }

    .ch {
        font-size: 8px;
        font-weight: bold;
    }

    .cp {
        font-size: 6px;
        padding: 0px !important;
    }

    .verticalCenter {
        font-size: 9px;
    }

    .inside-table td {
        border: 0px;
        vertical-align: middle !important;
        padding: 0px 3px !important;
    }

    .table-date {
        width: 20px !important;
    }

}