/*
font-family: 'Roboto Slab', serif;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/*
font-family: 'Lato', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/*
font-family: 'Raleway', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*
font-family: 'Open Sans', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/*
font-family: 'Roboto', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/*UNIVERSAL CODE*/

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-7ExtraBold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.fix {
    overflow: hidden
}
.clear {
    clear: both
}
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
html {
    height: 100%
}
body {
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #151722;
}

/*Remove chrome Input Field’s Unwanted Yellow Background Color*/

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}

/*Input focus color removed*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/

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

/***************************/

.zero_mp {
    padding: 0;
    margin: 0;
}
.margin_btm {
    margin-bottom: 0px !important;
}
.sections{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/***********************************************/


/*header*/


/*Header Top header*/

#header {
	background: linear-gradient(#1e2b42, #131b2a);
	border-top: 1px solid #1b283d;
	border-bottom: 3px solid #1b283d;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#header .top_header {
    min-height: 50px;
    padding-top: 15px;
}
#header .top_header .address {
    border-right: 1px solid #E6E5E5;
}
#header .top_header .address p {
    font-size: 12px;
    padding-top: 2px;
    color: #fff;
}
#header .top_header .phone p {
    color: #fff;
    font-size: 12px;
    padding-top: 1px;
    display: inline-block;
}
#header .top_header .address i,
#header .top_header .phone i {
    padding: 3px 5px;
    font-size: 15px;
}
#header .top_header .social_icon i {
    padding: 0 5px;
    color: #787878;
    font-size: 12px;
    font-weight: 700;
}
#header .top_header .social_icon i:hover {
    color: #ef7c00;
}

/*End of top header*/

#header .header_menu {
    min-height: 96px;
    z-index: 9999;
}
}
#header .header_menu .navbar {
    border: 0px solid transparent;
}
#header .header_menu .custom_navbar-brand {
    padding-left: 0;
}
#header .header_menu .navbar-default {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}
#header .header_menu .navbar-default .navbar-nav>.active>a,
#header .header_menu .navbar-default .navbar-nav>.active>a:focus,
#header .header_menu .navbar-default .navbar-nav>.active>a:hover {
    background-color: rgba(255, 255, 255, 0);
}
#header .header_menu .main_menu {
    padding-top: 4px;
}
@media (max-width: 767px) {
#header .header_menu .main_menu {
    padding-top: 2px;
}
}
#header .header_menu ul.main_menu li a {
    color: #aeaeae;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
#header .header_menu ul.main_menu li a:hover {
	color: #fff0c8;
	/* text-shadow: 0 0 17px #ef7c00, 0 0 22px #ef7c00, 0 0 2px #ef7c00; */
	transition: all 300ms;
	text-shadow: 0 0 5px #fff, 0 0 10px #ff8100, 0 0 15px #f00, 0 0 5px #ef7c00, 0 0 5px #ef7c00, 0 0 10px #f92552, 0 0 20px #ef7c00, 0px 0 40px #ef7c00;
	animation: beat .25s infinite alternate;
}

@keyframes beat {
    to {
        transform: scale(1.0);
    }
}

#header .header_menu ul.main_menu li.active a {
    color: #fff;
}
#header .header_menu ul.main_menu li,
#header .header_menu ul.main_menu li.active a {
    display: inline-block;
    position: relative;
}

/*Slider*/

#slider {
    min-height: 340px;
	border-bottom: 3px solid #0344a1;
}
#slider .slider_text {
    padding-bottom: 1%;
}
#slider .slider_text h2 {
    font-size: 72px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
#slider .slider_text h3 {
    font-size: 42px;
    padding: 10px 0;
    font-weight: normal;
}
#slider .slider_text p {
    font-size: 24px;
    padding-bottom: 60px;
    font-weight: 400;
}
#slider .slider_text a.custom_btn {
    font-size: 14px;
    color: #fff;
    padding: 15px 25px;
    background: #ef7c00;
    border-radius: 2px;
    margin-top: 20px;
    font-weight: 600;
}
#slider .slider_text h2,
#slider .slider_text h3,
#slider .slider_text p,
#slider .slider_text a.custom_btn {
    text-transform: uppercase;
	font-family: 'S-CoreDream-3Light', sans-serif;
	font-weight: 700;
	background: linear-gradient(135deg, #fffce8 20%, transparent 25%, transparent 50%, #c5a773 55%, #c5a773 70%, transparent 75%, transparent), #fffce8;
	background-size: 80rem 80rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: golden_effect_subtitle 3s linear infinite;
}
#slider .slider_overlay {
    position: relative;
}
#slider .slider_overlay:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*Slider Fade In*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*Welcome Section*/
#welcome {
    min-height: 350px;
    background: #fff;
    padding: 80px 0;
}
.wel_header {
    text-align: center;
    color: #222222;
    padding-top: 0;
}
.fw-heading.fw-heading-center {
    padding-bottom: 40px;

}
.wel_header h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
    color: #222222;
}
.wel_header p {
    font-size: 16px;
}
#welcome .single_item {
    padding-top: 30px;
    text-align: center;
}
#welcome .welcome_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #C4C4C4;
    transition: .7s;
}
#welcome .welcome_icon i {
    margin-top: 25%;
    font-size: 50px;
    transition: .7s;
}
#welcome .item_list h4 {
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #393939;
    transition: 0.7s;
}
#welcome .item_list p {
    font-size: 14px;
    color: #fff;
}
#welcome .item_list:hover .welcome_icon {
    background: #ef7c00;
    cursor: pointer;
}
#welcome .item_list:hover .welcome_icon i {
    color: #fff;
}
#welcome .item_list:hover h4 {
    color: #ef7c00;
    cursor: pointer;
}

/*Volunteer*/

#volunteer {
    min-height: 290px;
    background: #000000;
}
#volunteer .volunteer_content h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
}
#volunteer .volunteer_content h3 span {
    color: #ef7c00;
}
#volunteer .volunteer_content p {
    font-size: 14px;
    color: #fff;
}
#volunteer .join_us {
    padding-top: 55px;
}
#volunteer .vol_area {
    padding: 80px 0;
}
#volunteer .join_us a.vol_cust_btn {
    background: #ef7c00;
    color: #fff;
    padding: 8px 50px;
    border: 1px solid #ef7c00;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

/*Portfolio*/

#portfolio {
    min-height: 780px;
    padding: 80px 0;
}

#portfolio .portfolio_title h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #222222;
}
#portfolio .portfolio_title p {
    font-size: 16px;
    color: #393939;
    padding-bottom: 25px;
    padding-top: 0;
}

/*Customise Portfolio*/

#portfolio ul.menu li button {
    padding: 6px 15px;
}
#portfolio ul.portfolio_custom_menu li button {
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    color: #726e6e;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    width: 125px;
    font-size: 12px;
    padding-top: 8px;
    border-radius: 4px;
}
#portfolio ul.portfolio_custom_menu li {
    padding: 10px 0px;
}
#portfolio ul.portfolio_custom_menu li button:hover {
    background: #ef7c00;
    color: #fff;
}
#portfolio ul.portfolio_custom_menu li button.btn_active {
    background: #ef7c00;
    box-shadow: inset 0 1px 10px hsla(0, 0%, 100%, 0);
    color: #fff;
}
#portfolio .notes .note .img_overlay {
    background: rgba(21, 21, 18, 0.92);
    z-index: 1;
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    color: #fff;
    opacity: 0;
    transition: 0.7s;
}
#portfolio .notes .note .img_overlay p {
    position: relative;
    top: 45%;
    opacity: 0;
    transition: 0.7s;
    font-size: 16px;
    font-weight: 400;
}
#portfolio .notes .note:hover .img_overlay,
#portfolio .notes .note:hover .img_overlay p {
    opacity: 10;
}

/*Achivment*/

div#achivement {
    overflow: hidden;
}
.achivment_padding {
    padding: 80px 0;
}
/*#counter {
    min-height: 440px;
    background: #bdbebd;
    border-bottom: 1px solid #8c8e8c;
}*/
/*.counter_header {
    padding-top: 80px;
    text-align: center;
    color: #fff;
}*/
section#casino {
    /*background: url(../images/bg-casino.jpg) no-repeat scroll top center / cover;*/
    color: #fff;
}
section#slot {
    /*background: url(../images/bg-slot.jpg) no-repeat scroll top center / cover;*/
    color: #fff;
}
.counter_img_overlay {
    position: relative;
    padding: 80px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
}
.counter_header h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 10px;
	background: linear-gradient(135deg, #fffce8 20%, transparent 25%, transparent 50%, #c5a773 55%, #c5a773 70%, transparent 75%, transparent), #fffce8;
	background-size: 50rem 50rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: golden_effect_subtitle 3s linear infinite;
}
@keyframes golden_effect_subtitle {
    0%{
        background-position: 0rem;
    }
    100%{
        background-position: 50rem;
    }
}

.counter_header p {
    font-size: 16px;
	font-family: NanumBarunGothic;
	font-weight: 100;
    padding-bottom: 10px;
	color: #585858;
}
.counter_text {
    color: #fff;
    font-weight: 700;
}
.sigle_counter_item {
    padding-top: 20px;
    padding-bottom: 0px;
}
.sigle_counter_item img {
    padding-bottom: 20px;
    height: 90px;
}
.sigle_counter_item i {
    font-size: 60px;
    padding: 10px;
    color: #ef7c00;
}
.counter_text span {
    font-size: 32px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-weight: 600;
}
.counter_text p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    color: #ffffff;
    margin-top: 10px;
}

/*Event*/

#event {
    color: #fff;
    padding: 80px 0px;
}
#event .event_header {
    padding-bottom: 50px;
}
#event .event_header h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.event_header.text-center p {
    color: #fff;
    font-size: 16px;
}
#event .event_text {
    padding: 30px 30px 0;
    background: #141517;
}
#event .event_item img {
    width: 100%;
}
#event .event_text {
    padding: 30px 30px 0;
    width: 100%;
}
#event .event_text h4 {
    font-size: 32px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #fff;
}
#event .event_text h6 {
    padding-bottom: 20px;
    font-size: 14px;
    color: #6c6b6b;
}
#event .event_text p {
    font-size: 14px;
    color: #fff;
    padding-bottom: 35px;
}
#event a.event_btn {
    background: #101010;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    transition: 0.7s ease;
}
#event a.event_btn:hover {
    background: #ef7c00;
}
#event .event_news {
    height: 36px;
	padding: 0 14px;
	background: #141517;
	border-top: 1px solid rgb(34, 36, 41);
}
.event_news_text {
    display: block;
    overflow: hidden;
}
.event_news_text h3 {
	padding-top: 12px;
    color: #fff;
    font-weight: 700;
}
.event_news_text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
#event .event_news_text p {
    padding-top: 9px;
    font-size: 13px;
    color: #fff;
	font-family: 'S-CoreDream-3Light', sans-serif;
}
#event .event_news_img {
    padding-right: 10px;
}

/*Testimonial*/

#testimonial {
    color: #fff;
}
.testimonial_overlay {
    padding: 80px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
}
#testimonial .testimonial_header {
}
#testimonial .testimonial_header h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #fff;
}
#testimonial .testimonial_header p {
    font-size: 16px;
    color: #fff;
}

/*Latest Blog*/

#blog {
    min-height: 500px;
    padding: 80px 0;
}
#blog p {
    display: inline-block;
}
#blog .latest_blog {
}
#blog .latest_blog h2 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
}
#blog .latest_blog p {
    padding-bottom: 45px;
    font-size: 16px;
    color: #fff;
}
#blog .single_blog_item {
    border: 1px solid #d1d3d1;
}
#blog .blog_content {
    padding: 15px;
    height: 250px;
}
#blog .blog_content h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #454444;
}
#blog .expert {
    padding-bottom: 20px;
    color: #aeadad;
}
#blog .expert span.time {
    padding-right: 10px;
    border-right: 1px solid;
}
#blog .expert span.admin {
    padding-left: 5px;
    color: #aeadad;
    font-size: 13px;
    font-weight: 700;
}
#blog .blog_news .blog_img img {
    height: 230px;
    width: 100%;
}
#blog .blog_news span.right_msg span {
    font-size: 14px;
    color: #aeadad;
    font-weight: 400;
}
#blog .expert a {
    color: #aeadad;
}
#blog .expert p.right_side {
    padding-left: 110px;
}
#blog p.blog_news_content {
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
}
#blog a.blog_link {
    text-transform: uppercase;
    font-weight: 500;
    color: #545353;
    transition: 0.7s;
    font-size: 14px;
}
#blog a.blog_link:hover {
    color: #ef7c00;
}

/*purches*/
section#market {
    padding: 80px;
}

#purches {
    min-height: 200px;
    background: #333333;
}
#purches .purches_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
#purches h2.purches_title {
    font-size: 36px;
    padding-top: 80px;
    font-weight: 700;
    color: #ffffff;
}
#purches a.purches_btn {
    float: right;
    margin-top: 80px;
    padding: 8px 58px;
    background: #ef7c00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    font-size: 18px;
}
div#market-place {
    min-height: 200px;
    border-bottom: 1px solid #bcbaba;
}


/*Contact*/

#contact {
    min-height: 650px;
    background: #eeeeee;
    padding: 80px 0;
}

.msg {
    padding-top: 50px;
}
input#name,
input#email {

    margin-bottom: 10px !important;
}

.text_area textarea {
    resize: none;
    width: 555px;
}
.text_area textarea,
.form-inline .form-control,
input#name,
input#email,
input#subject{
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d4d4d4;
    font-style: italic;
	color: #696969;
}
.form-control{
    border-radius: 0;
    margin-bottom: 0;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d4d4d4;
    color: #000;
	display: inline-block;
	width: 120px;
	height: 28px;
	float: right;
	margin-right: 4px;
	border-radius: 2px;
}
li.fw-flash-message {
    color: red;
    font-size: 4rem;
}
.msg_title h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 20px;
    color: #222222;
}
.custom-btn {
	background: #11141d;
	border: 1px solid #313742;
	border-radius: 5px;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	float: right;
	margin-right: 4px;
}
@media (max-width: 767px) {
.custom-btn {
	float: none;
	margin: 12px 2px 0;
}
}
.office {
    padding-top: 50px
}
.office .title h5 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #222222;
}
.office_location i span {
    padding-left: 15px;
    color: #696969;
    font-size: 14px;
}
.office_location i {
    padding-bottom: 15px;
}
.office_location {
    color: #696969;
}
.contact_area h3 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
}
.contact_area p {
    font-size: 16px;
    color: #fff;
}
#map {
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    min-height: 300px;
}

/*Footer*/

#footer {
    min-height: 100px;
    background: #000;
    color: #fff;
}
#footer .copyright,
#footer .designer {
    padding-top: 45px;
    font-size: 14px;
}
#footer .copyright p {
    text-align: left;
}
#footer .designer p {
    text-align: right;
}
#footer .copyright p,
#footer .copyright p span a,
#footer .designer p,
#footer .designer a {
    font-size: 14px;
    color: #ffffff;
    padding-left: 3px;
}

/*Back to Top*/

#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(84, 225, 0, 0.18);
    color: #ffffff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
    background: #ef7c00;
}
#back-to-top:hover {
    color: #fff;
    border-radius: 50%;
}
#back-to-top.show {
    opacity: 1;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
	background: linear-gradient(#1e2b42, #131b2a);
	border-top: 1px solid #1b283d;
	border-bottom: 3px solid #1b283d;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding-top:0px;
}



/**/

.section-wraper {
    position: relative;
}
.section-edit {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.section-abc {
    background: rgba(255, 255, 255, 0.68);
    padding: 2px 5px;
    font-size: 12px;
    font-style: italic;
    display:none;
}
.section-edit:hover .section-abc{
    display:inline;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    padding: 2px 12px;
}
.section-edit .post-edit-link {
    margin: 3px 0;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.45;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    display: inline-block;
    background: #E85757 ;
    color: #fff!important;
    padding: 2px 12px;
    border-radius: 3px;
}
.recent-blog .entry-header a {
    font-size: 1.5rem;
}

.event_img img {
    width: 440px;
}
.event_news_img img {
    width: 95px;
    height: 90px;
}

#market-place .fw-single-image img {
    margin: 0 auto;
}


/*.contact_us_padding {
    padding: 80px 0px;
}*/
#contact-us .wel_header {
    padding-top: 0px;
    padding-bottom: 0;
}

#contact-us h3 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;

}

#contact-us .wel_header h5 {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #222222;
    padding-top: 0px
}
#contact-us .office_location i {
    padding-bottom: 15px;
}
#contact-us .office_location i span {
    padding-left: 15px;
    color: #696969;
    font-size: 14px;
}

#contact-us .form-group {
    margin-bottom: 0;
}
.wel_header.contact_us_h5 {
    margin-left: -15px !important;
}
/*input#name,label.input,label.textarea,textarea.form-control {
    width: 100%;
}*/

#slider .carousel-indicators {
    bottom: 70px;
}

ul.entry-meta {
    text-align: left;
}
.btn-primmary{
    background-color: #ef7c00;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
}
#commentform #comment {
    padding-left: 10px;
    margin-top: 10px;
}
.widget_search .search-form input[type="submit"], .widget_search input[type="submit"] {
    font-weight: 700;
}
.widget_search .search-form input[type="search"], .widget_search input[type="search"] {
    padding: 0 40px;
}
.main-content.blog-w.rap,.main-content.container.blog-wrap.single-blog {
    margin-top: 80px;
}



:root {
	--trans: 0.3s;
	--gap: 20px;
	--game_bor: 10px;
}
.item_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin: calc(0px - var(--gap)) 0 0 calc(0px - var(--gap));
}
.item_list .game_item {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px;
	padding: 4px;
	margin: 0;
}
.item_list .game_item:before {
	content: '';
	background: linear-gradient(45deg,#ff0000,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#0344a1,#ff00c8,#ff0000);
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	animation: glowing 20s linear infinite;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	border-radius: 10px;
}
.item_list .game_item:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	left: 0;
	top: 0;
	border-radius: 10px;
}
@keyframes glowing {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 400% 0
	}

	100% {
		background-position: 0 0
	}
}
.item_list .game_item:hover {
	margin-top: calc(0px - var(--gap));
	margin-bottom: calc(0px - var(--gap)*2);
	box-shadow: 0 10px 15px rgba(0,0,0,.9);
	z-index: 3;
}
.item_list .game_item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: var(--trans);
	opacity: 0;
	z-index: -1;
}
.item_list>a {
	position: relative;
	display: block;
	transition: var(--trans);
}
.item_list .game_item .game_box {
	height: 100%;
	border: 1px solid #111;
	background: #191a1d;
}
.item_list .game_item .game_box .game_thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 102%;
	z-index: 1;
}
.item_list .game_item .game_box .game_thumb .thumb_cover, .item_list .game_item .game_box .game_thumb>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: var(--trans);
}
.item_list .game_item:hover .game_thumb>img {
	transform: scale(1.2);
}
.item_list .game_item .game_box .game_thumb .thumb_cover {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: rgba(0,0,0,.7);
	opacity: 0;
	z-index: 5;
}
.item_list .game_item:hover .game_thumb .thumb_cover {
	opacity: 1;
}
.item_list .game_item .game_box .game_thumb:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 6px 12px 0 rgba(0,0,0,.75);
}
.item_list .game_item .game_box .game_thumb .icon_play {
	width: 58%;
	height: 58%;
	filter: drop-shadow(rgba(0, 0, 0, 0.9) 0px 6px 6px);
	z-index: 1;
	margin: 0px auto 5px;
}
.item_list .game_item:hover .game_thumb .icon_play {
	-webkit-animation: icon_play .4s ease-in-out infinite alternate;
	animation: icon_play .4s ease-in-out infinite alternate;
	z-index: -1;
}
.item_list .game_item .game_box .game_info {
	height: 114px;
	line-height: 1.4;
	padding: 10px 0;
	text-align: center;
	transition: var(--trans);
}
.item_list .game_item:hover .game_info {
	height: 114px;
}
.item_list .game_item .game_box .game_info h3 {
	color: #eee;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0.8rem;
}
.item_list .game_item:hover .game_info h3 {
	color: #edd415;
}
.item_list .game_item .game_box .game_info h4 {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0.8rem;
}
.item_list .game_item:hover .game_info h4 {
	color: #ccc;
}
.item_list .game_item .game_box .game_info .btn_start {
	display: block;
	width: calc(100% - 20px);
	color: rgb(255, 255, 255);
	font-size: 16px;
	opacity: 1;
	transform: scale(1);
	margin: 10px 10px 0px;
	padding: 8px 0px;
	background: #11141d;
	transition: var(--trans);
	border: 1px solid #313742;
	border-radius: 5px;
}
.item_list .game_item:hover .game_info .btn_start {
	opacity: 1;
	transform: scale(1);
	background: #0344a1;
}

.tit-bar { /*background-color: #ef7c00;*/ height: 3px; width: 70px; margin-bottom: 40px; margin-left: 47%; }

@media (max-width: 767px) {
.counter_img_overlay {
	padding: 20px 0;
}
.item_list {
	margin: 0;
}
.item_list .game_item {
	margin: 0;
}
.tit-bar { margin-left: 40%; }
}

.user_info { padding: 0 4px; line-height: 25px; }