@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: "Roboto", sans-serif;
    background: #000;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0 0 18px;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.3;
    font-weight: 400;
    color: #373e45;
    font-family: "Roboto", sans-serif;
}

h2.color-primary,
h3.color-primary {
    color: #fcc129 !important
}

h1 {
    font-size: 48px;
    color: #3c3531;
    font-weight: bold;
}

h2 {
    font-size: 28px;
    color: #fcc129;
    font-weight: bold;
}

h3,
h4 {
    font-size: 1.5em;
    font-weight: bold
}

h4 {
    font-size: 1.25em;
    margin-bottom: 12px
}

h5 {
    font-size: 1.1em;
    margin-bottom: 8px;
    margin: 0;
    padding: 0;
}

ul {
    padding: 0px;
    margin: 0px
}

ul li {
    list-style: none
}

.mrr {
    margin-right: 10px;
}

.lead {
    line-height: 23px;
    font-weight: 500;
}

.heading-lead {
    font-size: 2.25em;
    font-weight: 600;
}

.heading-lead {
    margin-bottom: 20px
}

.light,
.light h2,
.light h3 {
    color: #fff
}

strong {
    font-weight: 600
}

a {
    outline: 0;
    transition: all 0.5s;
    color: #FFEB3B
}

a:link,
a:visited {
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #ae8b35
}

img {
    outline: 0;
    border: 0 none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-border-radius: 0px;
    border-radius: 0px
}

.center {
    text-align: center
}

.section-pad {
    padding-top: 80px;
    padding-bottom: 80px
}

.section-pad-md {
    padding-top: 60px;
    padding-bottom: 60px
}

.wide-lg {
    max-width: 1170px;
    margin: 0 auto
}

.wide-md {
    max-width: 970px;
    margin: 0 auto
}

.row-vm {
    align-items: center;
    display: flex
}

.row-vm.reverses>div:last-child {
    order: 1
}

.row-vm.reverses>div:first-child {
    order: 2
}

.imagebg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: opacity .4s
}

.imagebg img {
    display: none
}

.has-bg-image {
    position: relative
}

.bg-image-loaded {
    opacity: 1
}

.has-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.has-bg .container,
.has-bg-image .container {
    position: relative;
    z-index: 2
}

.btn {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    border: 2px solid #000;
    background: #000;
    box-sizing: border-box;
    transition: all 0.4s;
    -ms-border-radius: 2px;
    border-radius: 2px
}

.btn:hover,
.btn:focus {
    background-color: #c8136e;
    border-color: #c8136e;
    color: #fff
}

.btn.btn-sm {
    padding: 3px 12px 4px;
    font-weight: 400
}

.gaps {
    clear: both;
    height: 20px;
    display: block;
    margin: 0
}

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

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

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

.color-primary {
    color: #fcc129
}

.bg-dark {
    background: #000 url(../images/bg-body-yellow.png);
}

.bg-light-primary {
    background: #540000
}

.social {
    margin: 0;
    padding: 0;
    list-style: none
}

.social li {
    display: inline-block;
    margin-left: 15px
}

.social li:first-child {
    margin-left: 0
}

.social.social-v2 li a {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #c8136e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.social.social-v2 li a:hover {
    background: #fc3;
    color: #fff;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    border: none;
    box-shadow: 0 0 10px #00000063;
    margin-bottom: 10px;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border: 0px
}

.panel-title {
    font-size: 20px
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE
}

.accordion .panel {
    background-color: transparent;
}

.accordion .panel:last-child {
    border-bottom: 0 none
}

.accordion .panel-title {
    position: relative;
    font-size: 1em;
    font-weight: 400
}

.accordion .panel-title a {
    color: #3c3531;
    padding: 16px 30px 17px 0
}

.accordion .panel-title a .plus-minus {
    opacity: 0.4
}

.accordion .panel-title a.collapsed {
    color: #596570
}

.accordion .panel-title a.collapsed:hover {
    opacity: 0.7
}

.accordion .panel-title a.collapsed:hover .plus-minus {
    opacity: 0.4
}

.accordion .panel-title a.collapsed .plus-minus {
    opacity: 0.7
}

.accordion .panel-title a.collapsed .plus-minus span:before {
    transform: rotate(-180deg)
}

.accordion .panel-title a.collapsed .plus-minus span:after {
    transform: rotate(0deg)
}

.accordion .panel-title a:hover {
    opacity: 1
}

.accordion .panel-title a:hover .plus-minus {
    opacity: 1
}

.accordion .panel-body {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px
}

.accordion .plus-minus {
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 350ms;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 18px;
    width: 18px;
    margin-top: -9px
}

.accordion .plus-minus span {
    position: relative;
    height: 100%;
    display: block
}

.accordion .plus-minus span:before,
.accordion .plus-minus span:after {
    content: "";
    position: absolute;
    background: #666;
    transition: transform 100ms
}

.accordion .plus-minus span:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(180deg)
}

.accordion .plus-minus span:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transform: rotate(90deg)
}

.accordion .plus-minus:hover {
    opacity: 0.3
}

.accordion.filled .panel:last-child {
    border-bottom: 0
}

.accordion.filled .panel-title {
    background-color: #f5f5f5
}

.accordion.filled .panel-title a {
    background: #ececec;
    padding-left: 20px;
    color: #3c3531;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.accordion.filled .panel-title a.collapsed {
    background-color: transparent;
    color: #000000
}

.accordion.filled .panel-title a.collapsed:hover {
    opacity: 0.7
}

.accordion.filled .panel-body {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.panel-body p {
    margin: 0;
}

.accordion.filled .plus-minus {
    right: 20px
}

.panel-group:last-child {
    margin-bottom: 0
}

.section-faq h4 {
    font-size: 40px;
    color: #fff;
}

.site-header .navbar-collapse {
    padding: 0;
    background-color: transparent;
    color: #596570
}

.navbar-nav {
    width: 100%
}

.navbar-nav>li>a {
    background: transparent;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 20px;
    transition: background 350ms, color 350ms, border-color 350ms;
    letter-spacing: 1px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #fff;
    background: #c8136e;
}

.footer-widget {
    background: url(../images/footer.webp);
    color: #9C9C9C;
    font-size: 14px;
    line-height: 1.75
}

.footer-widget a {
    color: #9C9C9C;
    text-decoration: none;
    font-size: 14px;
}

.footer-widget a:hover,
.footer-widget a:focus {
    color: #fff
}

.footer-widget .wgs-footer {
    margin-bottom: 40px
}

.footer-widget .wgs-footer:last-child {
    margin-bottom: 0
}

.footer-widget .wgs-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
}

.footer-widget .wgs-content ul {
    list-style: none;
    margin: 0
}

.footer-widget .wgs-content ul li {
    padding-bottom: 10px
}

ul.contact-info li a {
    font-size: 18px;
    font-weight: 500;
    color: #fc3;
}

ul.contact-info li a i {
    font-size: 22px;
    color: #fc3;
}

.footer-widget .wgs-content ul li:last-child {
    padding-bottom: 0
}

.footer-widget .contact-info {
    line-height: 1.6;
    padding: 0 0 0px 0;
}

.footer-widget .contact-info:not(:last-child) {
    margin-bottom: 15px
}

.footer-widget .wgs-menu .menu li {
    padding-left: 20px;
    position: relative
}

.footer-widget .wgs-menu .menu li a:before {
    font-family: 'FontAwesome';
    content: "\f005";
    position: absolute;
    left: 0;
    margin-top: 1px;
    line-height: 22px;
    font-size: 12px;
    color: #FFC107;
    display: inline-block;
    transition: left .3s;
}

.footer-widget .wgs-menu .menu li:hover a:before {
    left: 3px
}

.copyright {
    background: #000;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.75;
}

.copyright .site-copy p {
    margin-bottom: 5px
}

.copyright .site-copy p:last-child {
    margin-bottom: 0
}

.copyright>.container {
    padding-left: 0;
    padding-right: 0
}

.ApImage {
    position: relative;
    transition: 0.7s all;
    margin-bottom: 50px;
    border: 5px #b16832 solid;
    border-radius: 12px;
}

.profile-bg {
    position: relative;
    overflow: hidden;
}

.profile-bg:after {
    content: "";
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(219, 52, 95, 0), rgba(219, 52, 95, 0.99));
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    left: 0;
    right: 0;
}

.ApImage:after {
    content: "";
    width: 77px;
    height: 40px;
    background-image: url(../images/gallery-afterbg.webp);
    background-size: cover;
    position: absolute;
    top: 100%;
    margin-top: 0;
    right: 22px;
    z-index: 1;
}

.profile-desc {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    line-height: 24px;
}

.profile-desc span {
    display: block;
    font-size: 15px;
}

.profile-desc span.Name {
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.profile-desc span.star i,
.image_description span.star i {
    color: #f9ca09;
    margin-right: 8px;
}

.ApImage img {
    transition: 0.7s all;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.ApImage:hover img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    transform: scale(1.15);
    transition: 0.7s all;
}

.image_description {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    text-align: center;
    background-color: rgba(219, 52, 95, .7);
    padding: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
}

.image_description ul li {
    font-size: 14px;
}

.ApImage:hover .image_description {
    opacity: 1;
    visibility: visible;
}

.ApImage:hover .profile-desc {
    opacity: 0;
    visibility: hidden;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
}

.image_description .Name {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFF;
    display: block;
}

.button7-banner {
    color: #FFF;
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.wgs-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.wgs-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 70px;
    background-color: #fc3;
}

.sticky-wp {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.sticky-wp a {
    background: #c8136e;
    color: #fff;
    padding: 3px 20px 3px 0px;
    border-radius: 32px 20px 20px 32px;
    font-size: 18px;
}

.sticky-wp i {
    background: #fc3;
    color: #000000;
    padding: 5px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 38px;
}

.mobile-footer {
    display: none;
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.mobile-footer ul li {
    display: inline-block;
    width: 49.5%;
    text-align: center;
}

.mobile-footer ul li a {
    padding: 20px;
}

.mobile-footer ul li a {
    line-height: 43px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}

.catagery-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.catagery-box img {
    width: 100%;
}

.catagery-box span {
    width: 90%;
    position: absolute;
    bottom: 15px;
    background: #c8136e;
    z-index: 1;
    left: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px 0px;
    margin: 0 auto;
    border-bottom: dotted 2px #fff;
    border-right: dotted 2px #fff;
}

.btn.btn-alt {
    background: #c8136e;
    border-color: #c8136e;
}

.btn.btn-alt:hover,
.btn.btn-alt:focus {
    background: #fcc129;
    border-color: #fcc129;
}

.banner-bg {
    background: #000 url(../images/home-slider.webp) center center no-repeat;
    background-size: cover;
    padding: 220px 0px;
}

@media screen and (min-width: 1600px) {
    .section-pad {
        padding-top: 110px;
        padding-bottom: 110px
    }
    .section-pad-md {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 1200px) {
    .pad-r-md {
        padding-right: 30px
    }
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 15px
    }
    .navbar-nav>li>a {
        font-size: 13px
    }
    .footer-widget {
        font-size: 12px;
        line-height: 22px
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
        -webkit-text-size-adjust: 100%
    }
    .container {
        max-width: 720px
    }
    .section-pad {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .res-m-bttm {
        margin-bottom: 30px
    }
    .res-m-bttm-lg {
        margin-bottom: 45px
    }
    .site-copy {
        width: 100%;
        font-size: 12px
    }
    .site-copy:not(.center) {
        text-align: left
    }
    .footer-widget {
        font-size: 14px;
        line-height: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav>li>a {
        font-size: 11px;
        padding: 15px 8px
    }
    .row-vm {
        align-items: baseline
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%
    }
    .row-vm {
        display: block
    }
    .navbar-nav {
        margin: 0;
        float: none;
        padding-bottom: 20px;
        text-align: left;
        border-top: 1px solid rgba(255, 153, 51, 0.1)
    }
    .navbar-nav li {
        border-bottom: 1px solid rgba(255, 153, 51, 0.1)
    }
    .navbar-nav li a {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        color: #596570;
        position: relative;
        transition: color .4s, background .4s
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        color: #3c3531
    }
    .site-header .navbar-collapse {
        float: none;
        text-align: center
    }
    .section-pad {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .res-s-bttm {
        margin-bottom: 30px
    }
    .accordion .panel-title {
        font-size: 1.125em;
        font-weight: 400
    }
    .copyright {
        text-align: center
    }
    .copyright>.container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 599px) {
    .banner-bg {
        background: #000 url(../images/mobile-banner.jpg);
        background-size: cover;
        padding: 80px 0px;
    }
    .section-pad-md {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mobile-footer {
        display: block;
    }
    .sticky-wp {
        display: none;
    }
    .site-copy {
        line-height: 30px
    }
}

@media only screen and (max-width: 480px) {
    body {
        min-width: 320px
    }
    .heading-lead {
        font-size: 1.875em
    }
    h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 375px) {
    h1 {
        font-size: 1.875em
    }
    h2 {
        font-size: 1.5em
    }
}

@media only screen and (min-width: 479px) and (max-width: 991px) {
    .footer-widget.section-pad-md {
        padding-top: 40px;
        padding-bottom: 40px
    }
}