/*------------------------------------------------------------------
 * Multipurpose: Free Template by FreeHTML5.co
 * Author: https://freehtml5.co
 * Facebook: https://facebook.com/fh5co
 * Twitter: https://twitter.com/fh5co
 -------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/

body {
    color: #434343;
}


/*-----------------------------------
    1 - Header
------------------------------------*/

header {
    background-color: rgba(26, 10, 56, 1);
    color: #fff;
    z-index: 1000;
    position: sticky;
    top: 0;
}

header a {
    color: #fff;
}

header::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: -20px;
}

.navbar {
    padding: 0;
}

.nav-link {
    text-transform: uppercase;
}

.navbar-light .navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
}

.contact {
    font-size: 12px;
}

.tel {
    margin-right: 30px;
}

.contact i {
    color: #ee1515;
    margin-right: 10px;
}

.login {
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 25px;
    text-transform: uppercase;
}

.contact a:hover,
.login:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.login i {
    color: #ee1515;
    margin-right: 8px;
}

header {
    padding: 30px 0;
    transition: .5s ease;
}

.navbar-brand h1 {
    margin: 0;
}

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

.social li:not(:last-child) {
    margin-right: 20px;
}

.social a {
    font-size: 14px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ee1515;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
}

.social a:hover {
    color: #fff;
    background-color: #ee1515;
}

.navbar-brand img {
    width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
    border: 1px solid #ced4da;
    color: #333;
    padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
    margin-top: 0;
    border-radius: 0;
    margin-left: -1px;
}

.navbar-collapse .nav-link {
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
    color: #ee1515;
}

.cart,
.login-icon,
.search-icon {
    color: #fff;
    font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
    color: #ee1515;
}

.cart {
    margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
    background-color: #fff;
    color: #ee1515;
}


/*-----------------------------------
    1 - Hero
------------------------------------*/

.hero {
    background: url("../images/hero-bg.png") no-repeat center -1px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 5;
}

.hero .swiper-container {
    min-height: 600px;
    color: #fff;
}

.hero .slide-content span {
    color: #ee1515;
}

.hero .slide-content h1 {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
    text-transform: uppercase;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    font-weight: bold;
}

.hero .slide-content p {
    color: #170936;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    padding: 35px 0 35px 30px;
    background-color: rgba(255, 255, 255, 0.51);
    border-top-right-radius: 100px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.hero .slide-content .btn {
    margin-top: 50px;
}


/* .hero .slide-content .btn:last-child {
    margin-left: 30px;
} */

.hero .arr-left,
.hero .arr-right {
    font-size: 2.3rem;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #e8ad21;
    /* position: absolute; */
    /* top: 85%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
    cursor: pointer;
}

.hero .arr-right {
    right: 15px;
}

.hero .diag-bg {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: rgba(240, 0, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero .texture {
    width: 100%;
    height: 100%;
    background: url("../images/hero-texture.png") no-repeat center;
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 29%;
}

.hero::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 58%;
}


/*-----------------------------------
    1 - CTA
------------------------------------*/

.cta-content {
    padding: 30px 0 90px;
    color: #fff;
    background-color: #5c3f8a;
    position: relative;
    z-index: 1;
}

.cta-content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(24, 9, 53, 0.77);
    position: absolute;
    top: -25px;
    left: -1px;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
    align-self: flex-end;
    margin-right: 30px;
}


/*-----------------------------------
    1 - Services
------------------------------------*/

.title {
    font-weight: 700;
    text-transform: uppercase;
}

.title h6 {
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.title h1 {
    font-size: 35px;
}

.title .title-blue {
    color: #26264b;
}

.title .title-primary {
    color: #ee1515;
}

.services {
    padding: 90px 0 50px;
}

.services .title {
    margin-bottom: 20px;
}

.services .media {
    margin: 40px 0;
}

.services h5 {
    color: #26264b;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


/*-----------------------------------
    1 - Featured
------------------------------------*/

.featured {
    padding: 90px 0;
    /* background-color: #fafafa; */
    background: url(../images/choose-bg.png) no-repeat center;
    background-size: cover;
}

.featured p {
    margin: 35px 0 0;
}

.featured .media i {
    font-size: 24px;
    color: #ee1515;
}

.featured .media h5 {
    text-transform: uppercase;
    color: #26264b;
}

.featured .btn {
    margin-top: 80px;
}

.featured-img {
    position: relative;
    height: 530px;
    text-align: right;
    /* margin-top: 60px; */
}

.featured-big {
    width: 100%;
    /* position: absolute;
    bottom: 0;
    right: 0; */
}

.featured-small {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 25px 0 0;
    background-color: #fff;
}


/*-----------------------------------
    1 - Recent Posts
------------------------------------*/

.recent-posts {
    padding: 65px 0 100px;
    background: url(../images/choose-bg.png) no-repeat center;
    background-size: cover;
}

.recent-posts .btn {
    margin-top: 60px;
}

.recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
    margin-top: 30px;
}

.recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
    margin-bottom: 30px;
}

.single-rpost {
    margin: 35px 0 0;
}

.post-thumb {
    flex: 0 0 273px;
}

.post-content {
    color: #ccc;
}

.post-content time {
    font-size: 14px;
    color: #ccc;
}

.post-content h3 {
    margin: 10px 0;
}

.post-content h3 a {
    color: #26264b;
    font-weight: 600;
}

.post-content h3 a:hover {
    font-weight: 700;
    text-decoration: none;
}

.post-content a {
    color: #ccc;
}

.post-content a:hover {
    color: #26264b;
}

.post-content .post-btn {
    color: #6e6e6e;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background-color: whitesmoke;
}

.post-content .post-btn:hover {
    color: #fff;
    background-color: #ee1515;
}


/*-----------------------------------
    1 - Trust
------------------------------------*/

.trust {
    padding: 75px 0;
    background-color: #26264b;
    color: #ddd;
    position: relative;
}

.trust .title {
    margin-bottom: 46px;
}

.trust h1 {
    color: #fff;
}

.trust h5 {
    font-size: 24px;
    color: #fefefe;
    margin: 28px 0 12px;
}

.trust ul {
    color: #fff;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.trust li {
    margin-bottom: 15px;
}

.trust .gallery img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.trust .gal-img {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.trust .gal-img i {
    font-size: 72px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.trust .gal-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
    cursor: pointer;
}

.trust .gal-img:hover i {
    opacity: 1;
}

.trust .gal-img:hover::after {
    opacity: 1;
}

.trust .gal-img3 {
    top: -50%;
    left: 50%;
}


/*-----------------------------------
    1 - Pricing Table
------------------------------------*/

.pricing-table {
    padding: 90px 0;
}

.pricing-table .no-gutters>.col,
.pricing-table .no-gutters>[class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

.single-pricing {
    padding: 65px 0 40px;
    margin-top: 23px;
    color: #fff;
    background: #26264b;
    border: 0px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

.single-pricing span {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 15px;
    background-color: transparent;
    position: absolute;
    top: 28px;
    right: 6px;
    transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
    margin-bottom: -5px;
}

.single-pricing .desc {
    color: #dedede;
    padding: 15px;
    text-align: left;
    margin-bottom: 0;
    /* border-bottom: 2px solid #2f2f2f; */
    transition: all 0.2s ease-in-out;
}

.single-pricing .price {
    font-size: 2rem;
    margin-bottom: 8px;
}

.single-pricing p {
    color: #ddd;
}

.single-pricing p:last-of-type {
    margin-bottom: 25px;
}

.single-pricing svg {
    width: 170px;
    position: absolute;
    top: -45px;
    right: -60px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.single-pricing:hover {
    /* border: 4px solid #fff; */
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
    margin: 19px 0 -4px;
}

.single-pricing:hover span {
    background-color: #26264b;
}

.single-pricing:hover .desc {
    color: #fff;
    /* border-bottom: 2px solid rgba(245, 245, 245, 0.322); */
}

.single-pricing:hover svg {
    width: 500%;
    top: -200%;
    right: -50%;
}

.single-pricing:hover .btn {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}


/*-----------------------------------
    1 - Testimonials
------------------------------------*/

.testimonial-and-clients {
    background: url(../images/test-clients-bg.png) center center/cover no-repeat #533f88f2;
}

.testimonials {
    /* padding: 95px 0 85px; */
    color: #fff;
    border-bottom: 1px solid #26264b;
}

.testimonials .test-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.testimonials .test-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 90px;
}

.testimonials h5 {
    color: #e8ad21;
    margin-top: 15px;
}

.testimonials span {
    color: #c4c4c4;
    display: inline-block;
    margin: 0 0 17px;
}

.testimonials p {
    font-size: 17px;
    line-height: 27px;
}

.test-pagination {
    text-align: center;
    margin-top: 8px;
}

.test-pagination span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #e8ad21;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
    cursor: pointer;
}

.test-pagination span:not(:last-child) {
    margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: white;
}


/*-----------------------------------
    1 - Clients
------------------------------------*/

.clients {
    padding: 70px 0;
}

.clients .swiper-wrapper {
    text-align: center;
}


/*-----------------------------------
    1 - CTA 2
------------------------------------*/

.cta2 {
    /* margin: 50px 0 -30px; */
    margin: 0px 0 -30px;
    background: url(../images/choose-bg.png) no-repeat center;
    background-size: cover;
}


/*-----------------------------------
    1 - Footer
------------------------------------*/

footer {
    background: url(../images/footer-bg.png) center center/cover no-repeat #26264b;
}


/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/

.footer-widgets {
    padding: 100px 0;
    color: #fefefe;
    padding-bottom: 0px;
    padding-top: 75px;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
    margin: 40px 0 30px;
}

.footer-widgets .widget-tiltle {
    color: #ef4323;
    margin-bottom: 20px;
}

.footer-links {
    padding: 0;
}

.footer-links li {
    list-style: none;
    margin-bottom: 15px;
}

.footer-links li a {
    text-decoration: none;
    color: #fefefe;
    position: relative;
    padding-left: 20px;
}

.footer-links li a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fefefe;
    position: relative;
    left: -15px;
    transition: all 0.2s ease-in-out;
}

.footer-links li a:hover::before,
.footer-links li a:hover {
    color: #ef4323;
}

.footer-widgets p {
    color: #fefefe;
}

.single-widget {
    color: #aaa;
}

.single-widget .widget-tiltle {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 45px;
}

.single-widget i {
    color: #ee1515;
}

.single-widget h6 {
    color: #fff;
}

.single-widget .media {
    margin-bottom: 20px;
}

.contact-widget a {
    color: #aaa;
}

.contact-widget i {
    font-size: 22px;
}

.twitter-widget i,
.twitter-widget h6 {
    color: #777;
}

span {
    color: #fff;
}

.recent-post-widget .rcnt-img {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    overflow: hidden;
}

.recent-post-widget .rcnt-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent-post-widget a {
    color: #fff;
}

.recent-post-widget p {
    font-size: 13px;
}

.recent-post-widget i {
    margin-right: 10px;
}

.recent-post-widget i:last-of-type {
    margin-left: 15px;
}

.tags-widget {
    margin: -10px -10px 0 0;
}

.tags-widget a {
    color: #aaa;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 2px;
    background-color: #363636;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    margin: 10px 10px 0 0;
}

.tags-widget a:hover {
    text-decoration: none;
    color: #26264b;
    background-color: #ee1515;
}

.subscribe-widget form {
    margin-bottom: 10px;
}

.subscribe-widget input {
    font-size: 14px;
    padding: 0px 10px;
    background-color: #444;
    border: none;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.subscribe-widget input:focus {
    outline: none;
    box-shadow: none;
}

.subscribe-widget button {
    background: #ee1515;
    border: none;
    padding: 9px 14px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: -10px;
    position: relative;
    z-index: 5;
}

.subscribe-widget button i {
    color: #fff;
}

.subscribe-widget .social-nav {
    margin-top: 32px;
}

.subscribe-widget .social-nav a {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #ddd;
    background-color: #444;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 10px;
}

.subscribe-widget .social-nav a i {
    color: #ddd;
}

.subscribe-widget .social-nav a:hover {
    background-color: #ee1515;
}


/*-----------------------------------
    1 - Foot Note
------------------------------------*/

.foot-note {
    padding: 35px 0;
    background-color: #5c3f8a;
    color: #fff;
}

.foot-note a {
    color: #26264b;
    margin-right: 15px;
}

.foot-note a:last-child {
    margin-right: 0;
}

.foot-note a.fh5-link {
    margin-left: 0;
}


/* -----------------------------------
    Pool Rummy
----------------------------------- */

.hero-banner--container {
    width: 100%;
    height: 500px;
}

.hero-banner--container .banner-image {
    height: 100%;
    width: 100%;
}

.main-content--container {
    padding: 40px 0;
}

.content-page--title {
    padding: 20px 0;
}

.content-page--title h1 {
    margin: 0;
    font-size: 3rem;
}

.content-page--content {
    padding: 20px 0;
}

.content-heading {
    margin-bottom: 1rem;
}

h3.content-heading {
    font-size: 1.2rem;
}


/* .content-page--content p {
    font-size: 1.2rem;
} */

.content-table--wrap {
    padding: 30px 0;
}

.content-table--wrap .table td {
    font-size: 1.2rem;
}

.game-rules li {
    font-size: 1.2rem;
    margin-bottom: .8rem;
}

.privacy-policy--container {
    margin: 80px auto;
    color: #000;
}

#terms_condition ul li,
#terms_condition ul>ul li {
    margin-bottom: 1rem;
    list-style: disc;
}

#terms_condition ol {
    padding-left: 20px;
}

.modal .modal-title {
    flex: 1 1 auto;
    text-align: center;
    font-size: 1.9rem;
}

.login-form-wrap {
    padding: 30px;
    overflow: hidden;
}

.login-form-container {
    position: relative;
    text-align: center;
}

.login-form-wrap .form-control {
    border: 2px solid #e9eaea;
    border-radius: 5px;
    padding: 8px 15px;
    height: calc(1.5em + 1.25rem + 10px);
    color: #000;
    margin-bottom: 20px;
}

.login-form-wrap .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ee1515;
}

.login-form-wrap .form-control::placeholder {
    color: #a5a5a5;
}

.modal .modal-header {
    align-items: center;
}

.modal button.close {
    opacity: 1;
}

.modal .close span {
    color: #ef4323;
}

.modal .modal-footer {
    justify-content: center;
}

#login_modal .modal-footer {
    border: 0;
    padding: 20px 0 0;
    justify-content: center;
}

.register-form {
    position: static;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
}

.login-form {
    position: static;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
}

.newimg {
    color: #000;
    padding-top: 10px;
}

.pager-block a:hover {
    /* color: #000;
    padding-top: 10px; */
    text-decoration: none !important;
}

.error {
    color: red;
    text-align: left;
}

.faq-section {
    padding: 90px 0;
    background: url(../images/choose-bg.png) no-repeat center;
    background-size: cover;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(168 150 216 / 48%);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #422e6e;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.scroll-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e8ad21;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
}

.scroll-top:hover {
    cursor: pointer;
    background-color: #333;
}

.scroll-top:active {
    background-color: #555;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.table th,
.table td {
    color: #343a40;
}

.table td {
    border-bottom: 1px solid #dee2e6;
}

.section-header {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

section {
    padding: 110px 0 !important;
}


/* Contact Page */

.contact-wrap p,
.contact-wrap h1 {
    color: #434343;
}

.contact-wrap h1 {
    font-size: 46px;
    font-weight: 700;
    margin: 15px 0;
    padding: 0;
}

.contact-wrap h4 {
    color: #3f3481;
    font-size: 26px;
    padding: 0;
}

.contact--details>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact--details>div span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgb(59 22 129);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact--details>div figure {
    margin: 0;
    padding-left: 20px;
}

.contact--details a {
    color: #363636;
    text-decoration: none;
    display: block;
}

.content--body {
    padding: 60px 0 20px;
}

.content--body h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

.contact--form {
    padding: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact--form h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.contact--form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    padding: 16px 0px;
    color: #ffffff;
}

.contact--form .form-control::placeholder {
    color: rgba(233, 233, 233, 0.5)
}

.contact--form .form-control:hover,
.contact--form .form-control:focus {
    border: 0 !important;
    border-bottom: 2px solid !important;
    box-shadow: none;
}

.content--body h2 {
    color: #434343;
}

.content--body p strong {
    color: #3f3481;
}

.privacy-policy--wrap p,
.privacy-policy--wrap ul li {
    text-align: justify;
}

button.btn.btn-secondary.btn-s.btn-popupok {
    background-color: #ee1515;
    border-color: #ee1515;
}

.dropdownj {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 740px; */
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 15px 20px;
    z-index: 1;
    /* left: -330%; */
}

.dropdown-content ul {
    padding: 0;
    text-align: center;
}

.dropdown-content ul li {
    display: inline-block;
    padding: 0px 5px;
}

.dropdown-content ul li img {
    border-radius: 30px;
}


/* .dropdown-content img {
    width: 150px;
} */

.dropdownj:hover .dropdown-content {
    display: block;
}

section#why_us {
    padding-bottom: 70px !important;
    background: url(../images/choose-bg.png) no-repeat center;
    background-size: cover;
}

ul.footer-menu-links {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px;
    margin-top: 30px;
}

ul.footer-menu-links li {
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #fff;
}

ul.footer-menu-links li:last-child {
    border: none;
}

.down_foot1,
.godaddy_1 {
    text-align: center;
}

.down_foot1 img {
    display: inline;
    width: 45px;
    margin-bottom: 10px;
    border-radius: 47px;
    box-shadow: 1px 1px 1px #3a2400;
}

.godaddy_1 img {
    display: inline;
    width: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #3a2400;
}

.pay_1 img {
    display: inline;
    width: 51px;
    margin-bottom: 4px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #3a2400;
}

.footer-widgets h4 {
    text-align: center;
    text-transform: uppercase;
}

.footer-content p {
    text-align: center;
    margin: 0 auto;
}

.footer-content {
    text-align: center;
    margin: 0 auto;
}

ul.footer-menu-links li a {
    text-decoration: none;
    color: #fefefe;
}

.cls-drop-down {
    display: none;
    position: sticky;
    width: 100%;
    left: 0;
    right: 0;
    background: #1b0f38;
    z-index: 2000;
    top: 90px;
}

.cls-drop-down.openmenu {
    display: block;
}

.bx-viewport {
    height: initial;
}

.bx-wrapper {
    margin: 0 auto;
    background-color: transparent;
    background: url("../images/tabel_3.png") no-repeat center;
    /* background-size: cover; */
    height: 400px;
    border: none;
}

.gallery-thumbs-container .bx-wrapper {
    background: none;
    height: initial;
}

.banner-one p {
    text-align: center;
    color: #fff;
    width: 550px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}

.gallery-thumbs-container {
    margin-top: 20px;
}

.banner-text-table {
    display: table;
    margin: 0 auto;
}

.banner-text-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 450px;
}

#feedback-slider-pager {
    margin-top: 20px;
}

section.feedback-area {
    margin: 0 auto;
    text-align: center;
}

.feedback-content p {
    text-align: center;
    color: #fff;
    width: 550px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}

#feedback-slider-pager a {
    padding: 0px 40px;
}

.feedback-area h1 {
    padding-top: 90px;
}

.featured-img img {
    border-radius: 50%;
    border: 10px solid #f3dd7c;
}

.bx-wrapper {
    box-shadow: none;
}

.post-thumb img {
    border-radius: 15px;
}

.faq-section {
    padding-bottom: 0 !important;
}

.content-page--content p,
.content-page--content ul li {
    text-align: justify;
}

div.marquee {
    white-space: no-wrap;
    overflow: hidden;
    background-color: #e8ad21;
    margin-bottom: 20px;
    padding: 5px 0px;
    width: 100%;
}

div.marquee>div.marquee-text {
    white-space: nowrap;
    display: inline;
    width: auto;
    color: #fff;
    font-weight: 700;
}

div.marquee>div.marquee-text a {
    color: #000;
}

#alert-atten .modal-content.bg-transparent {
    background: #4a162d !important;
}

p.j-pop-text.text-center.mt-3 {
    text-align: justify !important;
}

.card-1 {
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    /* -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222); */
}

.card-1:hover {
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
    -webkit-filter: drop-shadow(0px 0px 20px #000000);
    filter: drop-shadow(0px 0px 20px #000000);
}

.footer-text {
    text-align: center;
}

.footer-text img {
    margin-bottom: 20px;
}