@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*=================== // fonts // ====================*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	box-shadow: none;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-family: "Inter", sans-serif;
}



a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
	color: inherit;
}

:focus {
	outline: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none;
}

li {
	list-style: none;
}

.img-responsive {
	display: block;
	height: auto;
}

.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: 0 auto;
}

ol, dl, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
	color: var(--title-color);
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

p {
	font-size: 16px;
	color: var(--para-color);
/*	line-height: 1.6;*/
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	margin-top: -1rem;
}

/* ============================================================================================ */

	/* body css start */

/* ============================================================================================ */

.tophead {
	width: 100%;
	padding: 20px 0;
}

.tophead_in {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tophead_box {
	width: 100%;
}

.logo {
	width: 100%;
	text-align: center;
}

.media {
	text-align: left;
}

.media a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #000000;
}

.media a:hover {
    background-color: #3B7D10;
    border: 1px solid #3B7D10;
    color: #fff;
}

.media a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7500%) hue-rotate(174deg) brightness(111%) contrast(110%);
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

/*.search-container{
  width: 100%;
  display: block;
  margin: 0 auto;
}

input#search-bar{
  margin: 0 auto;
  width: 70%;
  height: 45px;
  padding: 0 20px 0 35px;
  font-size: 1rem;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #D0CFCE;
  outline: none;
  position: relative;
  &:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
    &::-webkit-input-placeholder{
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &::-moz-placeholder {
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &:-ms-placeholder {
     transition: opacity 0.45s ease; 
  	 opacity: 0;
     }    
   }
 }

.search-icon{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  top: 0px;
  right: -35px;
}*/

.form-control {
	position: relative;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 10px 10px 10px 30px;
    background-color: transparent !important;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.search_icon {
	position: absolute;
	top: 60px;
}




/*-- header area start --*/
.headerarea {
    text-align: center;
	background-image: linear-gradient(#64B92D, #3B7D10, #3B7D10);
    box-shadow: none;
    position: relative;
    z-index: 9;
    
}


.headerarea .logo {
  width: 100%;
  max-width: 190px;
}
.headerarea .logo img{
  width: 100%;
  object-fit: cover;
}
.headerarea .header-contact .call {
  width: 100%;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F6F7FB;
  background-color: #F6F7FB;
  color: #000000;
  border-radius: 100%;
  margin-left: 10px;
  transition: 0.5s;
}
.headerarea .header-contact .call:hover{
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.headerarea.fix{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 91;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  box-shadow: 0px 0px 20px 0px #e8e8e8;
}
.header-right .header-contact .btn{
  margin-right: 10px;
}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}





/*menu CSS
--------------------------------------------------------------------------------------------------*/

.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active{
  position: relative;
}

.menu ul li.active::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  max-width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/menu-active-shape.svg);
}
.menu ul li span{
    position: absolute;
  top: 38%;
  right: 0px;
}
.menu ul li span::after {
    content: '\f078';
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
}
.menu ul li:hover span::after{
  color: #fff;
}
.headarea.innerheader .menu ul li a{ color: #000; }
.menu ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 15px 13px;
  position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
 
}
.menu ul li a:hover, .menu ul li.active a {
  color: #fff;
 
}
.menu ul li.active a::after{width: 100%;}
.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 6px;
    font-size: 10px;
}
.menu ul li:hover ul li a:hover {
  color: #000;
  background: #fff;
}
.menu ul li ul {
    width: 240px;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 2;
    background-image: linear-gradient(#64B92D, #3B7D10, #3B7D10);
    text-align: left;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / 3%);
}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a {
    font-size: 14px;
    text-transform: none;
    padding: 8px 15px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    display: block;
    margin: 0;
}
.menu ul li ul li ul {
	top: 0 !important;
	left: 240px;
}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span {
	width: 100%;
	height: 2px;
	background: #000;
	margin-bottom: 6px;
	float: left;
	transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}
.header-contact .mobile-ligin-dropdown{
  display: none;
}





.menubar {
	width: 100%;
/*	background-color: #3B7D10;*/
	text-align: center;
	background-image: linear-gradient(#64B92D, #3B7D10, #3B7D10);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
        border-top: 0;
        border-bottom: none;
    }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}


@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}
.header-contact .mobile-ligin-dropdown{
  display: none;
}

.headerarea.fix .logo{max-width: 110px;}
.cartgroup {
    gap: 10px;
}
.cartgroup .item {
    width: 40px;
    height: 40px;
    background-color: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}




.navbar-expand-lg .navbar-collapse {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    background: url(../images/angel.png);
    width: 10px;
    height: 6px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.banner {
	width: 100%;
	min-heigt: 650px;
/*	background-image: url(../images/banner.png);
	min-height: 650px;
	/*background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: left;*/
	position: relative;
}
.banner img {
	width: 100%;
}

.banner .container {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    right: 0;
    margin: auto;
}

.bnr_content {
	width: 80%;
	/*position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	border: 1px solid red;*/
}

.bnr_content h6 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}

.bnr_content h5 {
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
}

.banner h1 {
	font-size: 70px;
	margin: 15px 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.bnr_content h5 {
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
}

.btn01 {
    min-width: 125px;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    background: rgb(100,185,45);
    background: linear-gradient(90deg, rgba(100,185,45,1) 0%, rgba(58,123,16,1) 100%);
}

.btn01:hover {
	background-image: linear-gradient( #3B7D10, #3B7D10, #64B92D);
}


.sec01 {
	width: 100%;
	background-color: #fff;
	padding: 70px 0;
	display: block;
}

.sec01 h2 {
	font-size: 48px;
	color: #101010;
	font-weight: bold;
}

.sec01 h2 span {
	color: #2C6606;
	font-weight: bold;
}

.slide_row {
	width: 100%;
	margin-top: 50px;
}

.home-demo .item {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ededed;
    min-height: auto;
    text-align: center;
    position: relative;
    margin: 10px;
}

.home-demo .item a {
    font-size: 14px;
    color: #6F6F6F;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}
.home-demo .item:hover{
    border: 1px solid #3B7D10;
}

.home-demo .item_top {
    width: 100%;
    position: relative;
    min-height: 135px;
}

.home-demo .item_top img {
    border-radius: 20px;
}

.home-demo h2 {
    font-size: 16px !important;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
}

.home-demo p {
    font-size: 13px;
    color: #373737;
    font-weight: 400;
    text-align: center;
    margin: 15px 0;
}

.btn02 {
    min-width: 115px;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
    display: inline-block !important;
    text-transform: uppercase;
    background-color: #2C6606;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
/*    background-image: linear-gradient(#64B92D, #3B7D10, #3B7D10);*/
}

.btn02:hover {
    background-image: linear-gradient(#64B92D, #3B7D10, #3B7D10);
}

/*.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}*/

.ribbon-pop {
    background: linear-gradient(270deg, #69C130 5.25%, #69C130 96.68%);
    display: inline-block;
    padding: 8px 27px 8px 22px;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 8px;
}
.ribbon-pop:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  border-right: 14px solid #000;
    border-top: 18px solid transparent;
    border-bottom: 16px solid transparent;
}
.ribbon-pop:before {
  height: 0;
  width: 0;
  border-top: 8px solid #381f57;
  border-left: 8px solid transparent;
  bottom: -8px;
  position: absolute;
  content: "";
  left: 0;
}



.casino-carousel .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: -100px;
}

.casino-carousel .owl-nav button.owl-next, .casino-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000 !important;
    font-size: 20px !important;
}

.casino-carousel .owl-nav [class*=owl-]:hover {
    background: #69C130 !important;
    color: #FFF;
    border: 1px solid #69C130 !important;
    text-decoration: none;
}

.casino-carousel .owl-nav button.owl-prev {
	margin-right: 50px;
}



.casino-carousel .owl-nav {
    margin-top: 0 !important;
}

.sec02 {
	width: 100%;
	background-color: #fff;
	padding: 0 0 70px;
	display: block;
}

.sec02_row {
	width: 100%;
	margin-top: 50px;
}

.sec02 h2 {
	font-size: 48px;
	color: #101010;
	font-weight: bold;
}

.sec02 h2 span {
	font-size: 48px;
	color: #2C6606;
	font-weight: bold;
}

.sec03 h2 {
	font-size: 48px;
	color: #101010;
	font-weight: bold;
}

.sec03 h2 span {
	font-size: 48px;
	color: #2C6606;
	font-weight: bold;
}

.sec04 h2 {
	font-size: 48px;
	color: #101010;
	font-weight: bold;
}

.sec04 h2 span {
	font-size: 48px;
	color: #2C6606;
	font-weight: bold;
}

.sec02_box {
	width: 100%;
	border-radius: 15px;
	padding: 25px;
	border: 1px solid #69C130;
	min-height: 390px;
}

.sec02_box_icon {
    width: 86px;
    height: 86px;
    position: relative;
    border-radius: 15px;
    padding: 5px;
    z-index: 1;
}
.sec02_box_icon::after {
    content: '';
    width: 65px;
    height: 65px;
    background-color: #81CC50;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: -1;
}

.sec02_box h3 {
	font-size: 26px;
	color: #000;
	font-weight: 500;
	margin: 15px 0;
}

.sec02_box a {
    font-size: 16px;
    color: #2C6606;
    font-weight: 500;
}

.sec02_box a:before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: baseline;
    width: 8%;
    margin-left: 0;
    margin-right: 10px;
    border-top: 2px solid #2C6606;
    transition: 0.6s;
}

.sec02_box:hover {
	background-image: linear-gradient(#64B92D, #3B7D10, #3B7D10);

}

.sec02_box:hover h3 {
	color: #fff;
}

.sec02_box:hover p {
	color: #fff;
}

.sec02_box:hover a {
	color: #fff;
}
.sec02_box:hover a:before {
    border-top: 2px solid #fff;
}


.sec03 {
	width: 100%;
	background-color: #fff;
	padding: 0 0 70px;
	display: block;
}

.sec03_row {
	width: 100%;
	margin-top: 50px;
}

.sec03_card {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    box-shadow: 0 4px 15px 0px rgb(0 0 0 / 10%);
    border-color: transparent;
}
.sec03_card:hover {
    border: 1px solid #64B92D;
    box-shadow: 0 4px 15px 0px rgb(0 0 0 / 10%);
}

.sec03_card_left {
	width: auto;
}

.sec03_card_left_pic {
	width: 135px;
	height: 100px;
	overflow: hidden;
  border-radius: 15px;
}

.sec03_card_left_pic img {
	border-radius: 20px;
}

.nabble_btn {
	min-width: 215px;
    font-size: 16px;
    font-weight: 500;
    color: #2C6606 !important;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed #2C6606;
    display: inline-block;
    text-transform: uppercase;
}

.nabble_btn:hover {
	background-color: #64B92D;
    border: 1px solid #64B92D;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
}

.grayscale {
	  filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
    opacity: 0.5;
}

.nabble_btn:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7500%) hue-rotate(174deg) brightness(111%) contrast(110%);
}

.play_btn {
	min-width: 125px;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed #2C6606;
    display: inline-block;
    text-transform: uppercase;
    background-color: #2C6606;
    margin-left: 10px;
}
.play_btn:hover {
    background-image: linear-gradient(#64B92D, #3B7D10, #3B7D10);
    border: 1px solid #2C6606;
}

.w_15px {
	width: 20%;
}

.w_35px {
	width: 20%;
}

.sec04 {
	width: 100%;
	background-color: #fff;
	padding: 0 0 70px;
	display: block;
}

.sec04_row {
	width: 100%;
	margin-top: 50px;
}

.blog_card{
	margin: 15px;
}
.card {
    border: none;
}

.card_pic {
    width: 100%;
    height: 242px;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
}

.card_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    
}

.card-title {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0;
}


.card-body {
    flex: 1 1 auto;
    padding: 1rem 0;
}

.card-body h6 {
    font-size: 14px;
    color: #2C6606;
    font-weight: 500;
    display: inline-flex;
    gap: 5px;
}
.card-body h6 img{
	max-width: 17px;
}
.card-body h6 span {
    font-size: 12px;
    color: #5B5757;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 15px;
}

.sec04 .play_btn {
	text-transform: capitalize;
	margin-left: 0;
	border-radius: 5px;
}


.footer {
	width: 100%;
	display: block;
	background-color: #121511;
	padding: 70px 0;
	border-top: 5px solid #2C6606;
}

.footer_box {
	width: 100%;
}

.footer_box .media a {
	border: 1px solid #fff;
	color: #fff;
}

.footer_box .media a:hover {
    border: 1px solid #3B7D10;
}

.footer_box h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.footer_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_box ul li {
    width: 100%;
    display: block;
}

.footer_box ul li a {
    width: 100%;
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 300;
    text-decoration: none;
    padding-bottom: 10px;
}

.footer_box ul li a:hover {
    color: #fff;
}

.footer_box ul li a img{
    margin-right: 10px;
    vertical-align: middle;
}

.footer_box input {
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	padding: 10px 10px 10px 40px;
	position: relative;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #938181;
}

.mails img {
	position: absolute;
	top: 0;
	left: 0;
}

.ftr_bottom {
	width: 92%;
	margin: 0 auto;
	margin-top: 100px;

}
.ftr_bottom p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.ftr_bottom p span {
	font-size: 16px;
	color: #81CC50;
	font-weight: 300;
}

.line {
	width: auto;
	margin: 5px 0 10px;
}

.mailpic {
    position: absolute;
    top: 15px;
    left: 8px;
}

.mail_box {
	width: 100%;
	position: relative;
}

.pl_30 {
	padding-left: 50px;
}



.casino-carousel .owl-dot{position: absolute;
    top: -87px;
    right: 50px;}
    .casino-carousel .owl-dot span{background: #ddd;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 15px;}



.sub-menu-toggle{display: none;}
