@font-face {
  font-family:nyla ;
  src: url(font/nyala.ttf);
}


/* general */
* { margin: 0px; padding: 0px; }
html, body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #4f4f4f; font-weight: 400;}
input, select, textarea { font-family: 'Roboto', sans-serif; font-size: 16px; color: #4f4f4f; }
body { background: #fff; }
img { border: 0px; max-width: 100%; height: auto; display: inline-block; }
:focus { outline: none; }
ul { margin: 0; list-style: none; }
a:hover { text-decoration: none; }
:focus, a,button,input,textarea,span,em { outline: none!important; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
strong { font-weight: 700;}
h1,h2,h3,h4,h5,h6{margin: 0px; color: #000;  font-weight: 400; }
p { margin: 0; font-size: 17px; color: #4f4f4f; line-height: 28px; }

/* global classes */
.clear { clear: both; height: 1px; }
.nyala-font { font-family: nyla; }


/* my container */
.mycontainer { padding: 0 15px; width: 100%; max-width: 1260px; margin: 0 auto; }


/* wrapper */
#Wrapper-body { width: 100%; float: left; overflow: hidden; }


    #Wrapper-header { padding: 0px; float: left; width: 100%; position: relative;}

        .headerArea {padding: 24px 0;float: left;width: 100%;background: #f8001d0f;position: absolute;z-index:1000;}

        .header-web-logo {
    text-align: center;
    padding: 19px 0 0;
}
        .header-web-logo a {color: gold;text-transform: uppercase;font-size: 26px;font-weight: 700;}

.header-web-logo a img {max-width: 255px;}
        .header-menu {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
        .header-menu a.nav-link {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 20px!important; position: relative;
}

        .top_contact { text-align: center; }
        .top_contact::before {content: "";width: 1px;height: 100%;background: #cac3c338;display: block;position: absolute;left: -15px;}

.top_contact p {
    font-size: 25px;
    color: #f2ddd8;  font-family: nyla;
}

.top_contact a {
    color: #f2ddd8;
}

.top_contact ul.mobile-no {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin: 10px 0 0;
}


.top_contact ul li {
    width: 50%;
    padding: 0 0 8px;position: relative;
}

ul.mobile-no li:first-child::after {content: "";width: 2px;height: 21px;display: inline-block;background: #f2ddd8;right: 0;position: absolute;top: 4px;}
#Wrapper-middle { width: 100%; float: left; clear: both; position: relative;}

.serviceArea {padding: 20px 0 45px;float: left;width: 100%;background: #f2f3f5;}

.serviceArea .serviceIn {}
.serviceArea .serviceIn {
    padding: 0px 0;
}
.serviceHeadeing {
    padding: 0 0 15px;
}
.serviceHeadeing h3 {
    font-size: 49px;
    position: relative;
    font-family: nyla;
    color: #302e2e;
}

.serviceHeadeing h3::after {content: "";width: 58%;height: 1px;background: #ccc;display: block;position: absolute;top: 50%;left: 41%;}
.service-List {}
.service-List ul {
    display: flex;
    justify-content: space-between;
    align-items: center; flex-wrap: wrap;
}
.service-List ul li {
    width: 23%; /*47%;*/
    padding: 25px 10px 20px;
    background: #fff;
    margin: 10px 10px 20px 0;
    box-shadow: 0 0px 7px rgba(0,0,0,0.16), 0 2px 16px rgba(0,0,0,0.23);
    border-radius: 0;
    height: 140px;
    border: 4px solid #fff;
    transition: 2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-List ul li:hover {
    border: 4px solid #cfa32d;
    border-radius: 5px;
}
.service-List ul li a{ }
.service-List ul li .service-img {}
.service-List ul li .service-img img {
    display: block;
    object-fit: cover;
    width: 150px;
}

.service-List ul li .service-name {
    padding: 0 0px 0 16px;
    text-align: center;
}
.service-List ul li .service-name h4 {
    font-size: 23px;
    color: #151414;
    font-weight: 500;
    text-transform: uppercase;
}




.casinoGameArea {float:left;width: 100%;background:#f2f3f5;padding: 0 0 90px;}

.casinoGameArea .item {
    padding: auto;
}
.innerblock {
    background: #fff;
    margin: 0px;
    padding: 0 10px 0;
    float: left;
    width: 70%;
    height: 100%;
}

.game-list ul {
    display: flex;
}

.game-list {
    float: left;
    width: 100%;
}

.game-list ul li {
    margin: 0 4px;
    text-align: center;
}
.gaame-heading {float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.gaame-heading h5 {
    color: #b81111;
    font-size: 34px;
    font-weight: 300;
}
.gamename {
    padding: 20px 0 0;
}

.gamename p a {
    font-size: 22px;
    color: #060606;
}
.play-text {
    position: absolute;
    top: 35%;
    right: 25px;
}
.play-text h4 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
}

.play-box {
    float: left;
    width: 30%;
    height: 100%;
    position: relative;
}


.casinoRentalArea {
    padding: 25px 0 60px;
    float: left;
    width: 100%;
    background: #fff;
}

.rentalImg h5 {
    position: absolute;
    width: 100%;
    bottom: 8%;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #302e2e;
    font-family: roboto;
}

.renataalHeading h3 {
    font-size: 44px;
    font-family: nyla;
    text-transform: uppercase;
    color: #302e2e;
    font-weight: 500;
    margin: 0 0 12px;
}

.rentalImg {
    /* padding: 0 25px 0 0; */
}

.renataalHeading p {
    font-size: 15px;
    color: #302e2e;
    font-weight: 400;
}

.table-list {
    width: 100%;
    padding: 0;
    float: left;
}

.table-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.table-list ul li {
    width: 50%;
    margin: 12px 0 0;
    color: #302e2e;
    font-size: 22px;
    font-weight: 500;
}
.table-list ul li img {
    margin: 0 10px 0;
}
.aboutusArea {padding: 25px 0 60px;float: left;width: 100%;background: #f4f5f7;}











#Wrapper-footer {
    float: left;
    width: 100%;
    background: #f4f5f7;
}

.footerArea {
    float: left;
    width: 100%;
    padding: 40px 0 10px;
}
.footerArea a.nav-link {
    font-size: 19px;
    color: #514f4f;
    padding: 0;
    margin: 0 0 7px;
}
.brdr.footer-widget::before {content: "";width: 1px;height: 92%;display: block;background: #caccd063;position: absolute;left: 0;top: 18%;}
.brdr.footer-widget::after {content: "";width: 1px;height: 92%;display: block;background: #caccd063;position: absolute;right: -20px;top: 18%;}
.footerArea .footer-widget h2{margin: 0 0 44px 0;padding: 0 0px;font-size: 35px;color: #514f4f; font-family: nyla;}

.footerArea .footer-widget p {
    font-size: 17px;
}

.footerArea .footer-widget p {}

.footer-widget {
    padding: 0 40px; position: relative;
}

.footerArea .foot-headiing {
    margin: 0 0 44px 0;
}

.footerArea .foot-menu ul li a {
    font-size: 19px;
    color: #514f4f;
}

.footerArea .foot-menu ul li {
    margin: 0 0 7px;
}

.foot-social {
    padding: 30px 0;
}

.foot-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-social ul li {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background: #4a4e56;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
}

.foot-social ul li a {
    color: #fff;
    font-size: 21px;
}
.copyRihgtArea {
    float: left;
    width: 100%;
    padding: 17px 0 2px;
}

.copyRihgtArea p {
    width: 100%;
    padding: 5px 16px;
    font-size: 10px;
    color: #dfdede;
    margin: 0 20px;
    border-top: 1px solid #e3e5e8;
}
/* get a quote form*/

.get-a-quote-form {
    padding: 0;
    margin: -20px 0 0;
    background: #dcdcdc;
    float: left;
    width: 100%;
}
.get-a-quote-form  input.wpcf7-form-control.wpcf7-submit.quotebutton {
    background: goldenrod;
    margin: auto;
    padding: 0px 50px;
    color: #fff;
    font-size: 40px;
    font-family: nyla;
    text-transform: uppercase;
    margin: 5px 0 0;
    width: auto;
    height: auto!important;
    line-height: 1.5;
    border-radius: .25rem;
}
.form-name {
    background: goldenrod;
    text-align: center;
    padding: 20px 0;
    background-image: linear-gradient(342deg, #d09d1f 27%, #f3b108 72%);
}

.form-name h3 {
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.form-name img {
    max-width: 29px;
    margin: 0 20px 0 30px;
}

.form-box {
    margin: 20px 25px 15px;
}

.form-box input {
    padding-left: 6px;
    height: 40px;
    width: 100%;
    background: #f3f2f2;
    border: 1px solid #ccc;
}

.form-box p label {
    display: block;
    font-size: 15px;
    color: #161616;
    margin: 0 0 4px;
}

.form-box p {
    margin: 0 0 7px;
}

.form-box select {
    padding-left: 6px;
    height: 40px;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    color: #535258; border: 1px solid #ccc;
    background: #f3f2f2;
}
.form-field {
    padding: 0 12px;
}

.form-box textarea {
    padding-left: 6px;
    width: 100%;
    height: 90px;
    resize: none;
    border: 1px solid #ccc;
    background: #f3f2f2;
}.form-box button {
    background: goldenrod;
    margin: auto;
    padding: 0px 50px;
    color: #fff;
    font-size: 40px;
    font-family: nyla;
    text-transform: uppercase;
    margin: 5px 0 0;
}



.partyVideoArea {
    float: left;
    width: 100%;
    padding: 0 100px 0 30px;
}
.renataalHeading {
    font-size: 15px;
    color: #302e2e;
    font-weight: 400;
    line-height: 28px;
}

.table-list ul li a {
    color: #302e2e;
}

.look-button {
    background: #d09e20c4;
    padding: 15px 15px;
    position: absolute;
    bottom: 6%;
    right: 0;
    width: 100%;
}

.career-side {
    width: 100%;
    float: left;
    position: relative;
}

.look-button p {
    color: #fff;
    font-size: 21px;
}

.look-button p a {
    padding: 10px 25px;
    float: right;
    color: #fff;
    font-size: 28px;
    background: #ba830c;
}
.look-button p span {
    line-height: 45px;
}


.video-slider h3 {
    font-size: 42px;
    font-family: nyla;
    text-transform: uppercase;
    color: #302e2e;
    font-weight: 500;
    margin: 0 0 12px;
}

.video-slider {
    padding: 10px 6em 0px 3em;position:relative;
}

.video-slider iframe {
    width: 100%;
    height: 18em;
}
.video-slider button.owl-prev span {
    font-size: 42px;
    font-weight: 200;
    color: #928686;margin:0 15px;
}

.video-slider .owl-nav {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -25px;
}
.video-slider button.owl-next span {
    font-size: 42px;
    font-weight: 200;
    color: #928686;
}



.reviewArea {
    float: left;
    width: 100%;
}

.item-slide {
    background: #b82626;
    color: #fff;
}

.review-box {
    height: 400px;
    padding: 50px;
}

.review-box h4 {
    color: #fff;
    font-size: 38px;
}

.slide-text {
    padding: 50px 39px;
}

.slide-text p {
    color: #f1f0f0;
    font-size: 20px;
    font-weight: 300;
}

.reviewr-name {
    float: right;
    margin: 10px 0;
}

.reviewr-name h6 {
    font-size: 20px;
    color: #e1d8d8;
    font-weight: 500;
}
.review-box .owl-dots {
    text-align: center;
    position: absolute;
    left: 41%;
    bottom: -37%;
}

.review-box button.owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    background: transparent!important;
    border: 1px solid #8e8b8b!important;
    border-radius: 100px;
}

.review-box .owl-nav {
    display: none;
}

.review-box button.owl-dot.active {
    background: white!important;
}

.item-post {
    background: #800000;
}

.inside-post {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 425px;
}

.inside-post a {
    padding: 0 0 0 0;
    background: #fff;
    padding: 12px 30px;
    color: maroon;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}
.inside-post img {
    width: 30px;
    margin: 0 0px 0 18px;
}





/* Top and Bottom borders go out */
ul.topBotomBordersOut a:before, ul.topBotomBordersOut a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

ul.topBotomBordersOut a:before
{
    top: 7px;
    transform: translateY(10px);
}

ul.topBotomBordersOut a:after
{
    bottom: 7px;
    transform: translateY(-10px);
}

ul.topBotomBordersOut a:hover:before, ul.topBotomBordersOut a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}

img.left-img {
    position: absolute;
    top: 26%;
    width: 50px;
    left: 38px;
}

img.right-img {
    position: absolute;
    width: 50px;
    top: 42%;
    right: 36px;
}



/*inner Page CSS*/

.casinoTableArea {float: left;width: 100%; padding: 50px 0 0; }
.casinoTableArea h3  { font-size: 37px; font-family: nyla; text-transform: uppercase; color: #302e2e; font-weight: 500; margin: 0 0 2px; text-align: center; }
.casinoTableArea p { color: #444444; line-height: 26px; font-size: 15px; text-align: center; }
.casinoTableArea .innerBoxes { padding: 30px 0; }
.casinoTableArea .innerBoxes ul { display: flex; justify-content: center; align-items: center; }
.casinoTableArea .innerBoxes ul li {padding: 14px; margin: 0 0; text-align: center; }
.casinoTableArea .innerBoxes ul li img {  }
.casinoTableArea .boxLink {margin: 25px 0; }
.casinoTableArea .boxLink a {background: radial-gradient(#f9eb9af0 18%, #ddbf01 60%); padding: 6px; color: #000; font-size: 19px; border-radius: 5px; text-transform: uppercase; width: 150px; display: inline-block; text-align: center; }
.casinoTableArea .boxLink a:hover {background: radial-gradient(#0e0e0ef0 18%, #4c4933 60%);color: #fff;}
.allBoxArea {float: left;width: 100%;padding: 0px 0;position: relative;margin: 30px 0;}
.allBoxArea .blockTable { padding: 50px 0; border-top: 2px solid #e6cb21; }
.allBoxArea .txtBox h3 { font-size: 30px; font-family: nyla; text-transform: uppercase; color: #302e2e; font-weight: 500; margin: 0 0 2px; }
.allBoxArea p.practiceBtn { margin: 20px 0; }
.allBoxArea p.practiceBtn a {padding: 6px 11px;  color: #000;  font-size: 19px;  border-radius: 5px;  background: radial-gradient(#f9eb9af0 18%, #ddbf01 60%); }
.allBoxArea .txtBox p { font-size: 14px; line-height: 22px; }
.allBoxArea ul.feature {padding: 10px 0 0 16px; list-style: unset; font-size: 14px; }
.allBoxArea p.readMore_btn { display: block; padding-top: 10px; /*position: absolute; */ bottom: 8%; }
.allBoxArea .imgBox img { object-fit: fill; }
.allBoxArea .imgBox { width: 100%; max-height: 352px; display: inline-flex; }
.allBoxArea p.readMore_btn a {padding: 6px; color: #000; font-size: 19px; border-radius: 5px; background: radial-gradient(#f9eb9af0 18%, #ddbf01 60%); width: 150px; display: inline-block; text-align: center; }
.allBoxArea .blockTable:nth-child(even) .item-left {order:2;  }
.allBoxArea .txtBox {height: 100%; }
.allBoxArea .boxLink a:hover {background: radial-gradient(#0e0e0ef0 18%, #4c4933 60%);color: #fff;}
.allBoxArea p.practiceBtn a:hover {color: #fff; background: radial-gradient(#0e0e0ef0 18%, #4c4933 60%);}
.allBoxArea p.readMore_btn a:hover {background: radial-gradient(#0e0e0ef0 18%, #4c4933 60%); color: #fff;}
.allBoxArea .vector-box {position: absolute; top: 82.2%; z-index: -1; }
.allBoxArea .vector-box img { width: 100%; height: 36em; }

.commetArea { padding: 25px 0 35px; float: left; width: 100%; background: radial-gradient(#f9eb9af0 13%, #ddbf01 90%); position: relative; }
.commetArea h3 {font-size: 39px;font-family: nyla; text-transform: none; color: #302e2e; font-weight: 500; margin: 0 0 2px; text-align: center;}
.commetArea .insideItem { padding: 20px; border: 2px solid #000; max-width: 949px; margin: 10px auto; }
.commetArea .insideItem p {max-width: 43em; color: #000001; }
.commetArea .insideItem h4 { font-size: 26px; font-weight: 400; padding: 0 0 6px; margin: 0 0 6px; border-bottom: 1px solid #776b36; }
.commetArea .addComment { text-align: center; margin: 60px 0 0; }
.commetArea .addComment p a { padding: 6px 17px; background: #000; color: #fff; font-size: 26px; font-weight: 400; }
.commetArea p.refresh {position: absolute; bottom: 24%; left: 15%; color: #000; }
.commetArea .owl-nav { display: none; }
.commetArea .owl-dots span {width: 10px; height: 10px; background: #090504; display: block; margin: 0 6px; border-radius: 100px; }
.commetArea .owl-dots {position: absolute; left: 50%; bottom: -29px; }
.commetArea .addComment p a:hover {color: #f3e27a; }

.floting_div{height: 122px;
 position: fixed;
 right: -38px;
 top: 30%;
 width: 72px;
}
a.fb {
    background: url("../img/fb.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
     font: bold 14px/0 Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    padding: 0px 62px 0px 13px;
    text-decoration: none;
    text-transform: uppercase;
    height:122px;
    position:relative;
    float:left;
    width:36px;
    
}

a.sp_offer {
    background: url("../img/special_offer.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
     font: bold 14px/0 Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    padding:20px 62px 0px 13px;
    text-decoration: none;
    text-transform: uppercase;
    height:122px;
    position:relative;
    float:left;
    width:36px;
    margin-top: 10px;
}

/*Comment form*/
#respond {background: #ececec;padding: 20px 25px;float: left;width: 100%;}

#respond input[type=text],input[type=email],input[type=url], textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all
0.30s ease-in-out; outline: none; padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid #DDDDDD; }

#respond input[type=text]:focus, textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); margin: 5px 1px
3px 0px; border: 1px solid rgba(81, 203, 238, 1); }

#respond input#submit { background: goldenrod; margin: auto; padding: 0px 50px; color: #fff; font-size: 20px; font-family: nyla; text-transform: uppercase; margin: 5px 0 0; width: auto; height: 40px!important; line-height:
1.5; border:0px; border-radius: .25rem; }

#respond form#commentform p+p { width: 50%; float: left; margin: 7px 0; }

#respond form#commentform { float: left; width: 100%; }

#respond p.comment-notes { width: 100%; float: left; }

#respond input#wp-comment-cookies-consent { float: left; width: auto; margin: 8px 11px 0 0; }

#respond p.comment-form-cookies-consent label { display: inline; }

#respond form#commentform p.comment-form-comment { width: 50%; float: left; }

#respond form#commentform label { width: 79px; float: left; }

#respond form#commentform textarea { height: 83px; resize: none; width: 62%; }

#respond p.comment-form-cookies-consent label { width: 100%; display: contents; }

#respond form#commentform p.form-submit { width: 100%; text-align: center; float: left; }

