#header .header-nav nav > ul > li > a{
  color: hsl(60deg 1% 67%)!important;
}
#header .header-body 
{
	background: hsl(206deg 10% 14%);
}
#footer ul.list li a:hover
{
    color: #419bc7!important;
    font-weight: bold;
}
#footer ul.social-icons li a:hover
{
    color: #fff!important;
}

#about_gamblock
{
	border-top: none;
	text-align: center;
}
.text-circle
{
	margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    padding: 0px 5px;
    border: 3px solid #419bc7;
}

#about_gamblock li {
    list-style-image: url(lock.gif);
}
.text-dark
{
	color: hsl(330deg 2% 25%);
}
.text-light
{
	color: #fff!important;
}
.text-primary
{
    color: hsl(199deg 54% 52%)!important;
}
.text-gray 
{
    color: hsl(60deg 1% 67%);
}
.testimonial blockquote {
    background: hsl(0deg 0% 100%);
    min-height: 185px;
}
.testimonial blockquote p {
    color: hsl(207deg 20% 42%);
}
.testimonial .testimonial-arrow-down {
    border-top-color: #fff;
}
.testimonial blockquote:before
{
	color: hsl(201deg 42% 46%);
}
.text-subscribe
{
	width: 100%;
    height: 37px;
    padding: 17px;
    background-color: hsl(201deg 48% 19%);
    color: white;
}
@media screen and (max-width: 980px) {
.owl-stage-outer h1
{
    font-size: 20px;
}
}


ul.social-icons a
{
    padding-top: 8px;
}
h1.content p
{
    line-height: 44px;
}
#header .header-body
{
    border-top: none!important;
}
.icons_row img
{
    cursor: pointer;
}
.testimonial {

    padding: 10px;
}

.breadcrumb > a{
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: none;
    margin-top: -2px;
}

.breadcrumb > a:after {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

#content_three li {
    list-style-image: url(lock.gif);
    padding-left: 0px;
}

#content_three h1
{
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
}

.downloadlink
{
    padding: 0.7rem 3rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #419bc7;
    border: 1px solid transparent;
    border-color: #419bc7 #419bc7 #006699;
    color: #FFF;
    border-radius: 0.25rem;
    font-size: .9rem;
    font-weight: 600 !important;
}

.downloadlink:hover
{
    background-color: #00a1f2;
    color: #fff;
    text-decoration: none!important;
}

#terms
{
    margin: 3px 3px 3px 4px!important;
}

#content_three form input[type=checkbox] 
{
    margin: 7px 3px 3px 4px;
}

#content_three
{
    margin-bottom: 20px;
}

.red
{
    color: red;
}

@media only screen and (max-width: 500px)
 {
    .first_slider_image
    {
        padding-top: 50%!important;
        vertical-align: middle!important;
        width: 100%!important;
        height: 0%!important;
    }
    .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev
    {
        left:0px!important;
    }
    .owl-carousel.show-nav-hover .owl-nav button.owl-next
    {
        right:0px!important;
    }

 }
 @media only screen and (max-width: 880px) and (min-width: 500px)
 {
    .first_slider_image
    {
       padding-top: 40%!important;
        vertical-align: middle!important;
        width: 50%!important;
        height: 0%!important;
    }

 }
