* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
    margin: 0;
    padding: 0;
    border: none;
}
a, input, select, textarea {
    outline: none;
    margin: 0;
    padding: 0;
}
img, fieldset {
    border: 0;
}
a {
    outline: none;
    border: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    border: none;
    outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
    -webkit-text-stroke-width: 0.1px;
}
body {
    margin:0;
    padding:0;
    overflow-x: hidden;
}
ul {
    padding: 0;
    list-style: none;
}

.postid-3 .single-post-image.space-40 ,.postid-20 .single-post-image.space-40 {
    display: none;
}
header#header {
    width: 100%;
    margin-top: 0px;
    display: block;    
    position: fixed;
    z-index: 11;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease-in-out;
    background-size: cover; 
    background-position: center; 
}

.p-0 {
    padding: 0;
}

section.game-sec {
    position: relative;
    overflow: hidden;
}

header#header.sticky, .page-template-games header#header.sticky , .single-games header#header.sticky{
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    margin-top: 0px; z-index: 9999;    
    /*    background-image: url('../images/header-bg.jpg')!important;*/
    background-image: none!important;
    background-color: rgba(43, 45, 47, .9);
}
/*header#header.sticky:before{    
    position: absolute;
    content: '';
    background: rgba(10, 10, 10, 0.44);
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
}*/
header#header:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 10%;
    height: 1px;
    bottom: 0;
    left: 0;
}
header#header:after{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 72%;
    height: 1px;
    bottom: 0;
    right: 0;
}
.page-template-blog header#header:before,
.single-post header#header:before,
.page-template-default header#header:before,
.single header#header:before{
    position: absolute;
    content: '';
    /*background: rgba(10, 10, 10, 0.44);*/
	background: transparent;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
}
.logo {
    max-width: 200px;
    width: 100%;
    display: inline-block;
    margin: 0 0 -15px;
    padding-top: 10px;
}
.nav {

}
.socail-icon {    
    text-align: right;
}
.socail-icon ul {
    width: 100%;
}
ul#menu-header {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    float: none;   
    min-height: auto;
}
ul#menu-header li {
    /* width: 19%;
    */
    display: inline-block;
    text-align: center;
    /* height: 48px;
    */

    position: relative;
    z-index: 999999999999;
}
ul#menu-header li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    margin: 25px 20px;
    position: relative;
}
.socail-icon li {
    width: auto;
    display: inline-block;
    margin: 0px 5px;
}
.socail-icon li:last-child{
    margin-right: 0px;
}
.socail-icon li .fa {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 0px;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    height: 35px;
    vertical-align: middle;
    font-size: 20px;
}
.socail-icon li .fa:hover{
    background-color: #fff;
    color: #f16d28;
}
.navbar a:hover:after, .navbar a:active:after{
    background: #F16922;
    position: absolute;
    content: '';
    height: 2px;
    bottom: -30px;
    left: 0;
    width: 50%;
    z-index: 9999;
    right: 0;
    margin: 0px auto;
}
footer {
    width: 100%;
    display: block;
    background: url(../images/footer-bg.jpg);
    position: relative;overflow: hidden;
    padding: 0px 0px;
}
.footer-nav {
    width: 100%;
    display: block;
    text-align: right;
    padding: 20px 0px;
}
.footer-nav ul li {
    padding: 0px 20px;
    display: inline-block;
    text-align: center;
}
.footer-nav ul li:last-child { padding-right: 0px; }
.footer-nav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
footer .logo {
    max-width: 200px;padding-top: 0px;
}
.contact-info {
    width: 100%;
    margin: 0;
    padding: 0px 0;
    text-align: center;
}
.contact-info h4 {
    color: #fff;
    font-size: 22px;
    position: relative;
    font-weight: 700;
}
.contact-info h4:before {
    content: '';
    width: 40%;
    border-bottom: solid 1px #ffffff;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
}
.contact-info h4:after {
    content: '';
    width: 40%;
    border-bottom: solid 1px #ffffff;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
}


.support-sec {
    color: #fff;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    padding: 0px;
    position: relative;
}
.support-sec:after {
    content: "";
    width:1px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 0;
	height:100%;
    bottom: 0;
}
.support-sec figure {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
        text-align: center;
    padding-right: 10px;
}
.support-sec .support-content {
    width: 77%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.support-sec h5 {
    font-size: 14px;
    font-weight: 600;
}
.support-sec p {
    font-size: 14px;
}
/*.support-main .support-sec:after {
     content: '';
     border-right: solid 1px #ffffff82;
     position: absolute;
     width: 1px;
     height: 60px;
}
*/
.support-main .support-sec:nth-child(3):after {
    display: none;
}
.support-sec figure .replaced-svg {
    fill: #F16922;
    width: 71%;
    height: 40px;
}
.support-sec .support-sec-inn:hover:after {
    display: none;
}
.support-main .support-sec:first-child .support-sec-inn {
padding-right: 0;
}
.contact-info1 {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding: 0px 0px 0px;
}
.play-games-sec {
    width: 100%;
    display: flex;
    float: none;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0px;
    justify-content: center;
}
.play-title {
    vertical-align: middle;
    display: inline-block;
    width: 44%;
}
.play-title h5 {
    font-weight: 600;
}
.copyright-sec {
    color: #fff;
    padding: 15px 0px;
}
.bottom-links {
    color: #fff;
    padding: 15px 0px;
}
.copyright-sec p {
    font-size: 12px;
}
.bottom-links {
    padding: 15px 0px;
    text-align: right;
}
.bottom-links li {
    width: 23%;
    display: inline-block;
}
/*.main-banner {
     width: 100%;
     margin: 0;
     height: 90vh;
     padding: 0;
     background-image: url(../images/banner.jpg);
     background-size: cover;
     background-position: bottom center;
     background-repeat: no-repeat;
     min-height: 460px;
     overflow: hidden;
}
*/
.bottom-links ul li a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 0 20px 0 0;
}
.bottom-links ul li:last-child a {
    border-right: none;
    padding: 0;
}
/*#menu-header .current-menu-item {
     border-bottom: 2px solid #F16922;
}
*/
.support-main {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    padding:30px 10px 30px;


}
.support-sec:first-child .support-sec-inn {
    background-image: linear-gradient(to right, #F28120 , #F16922);
    border-radius: 12px;
    max-width: 340px;
    width: 100%;
}

.particles-js-canvas-el {
height: 90vmax !important;
z-index: 0;
}

/*.support-sec.intro .support-sec-inn {
    transform: scale(1.1);
    box-shadow: 0 0 6px #F16922;
}*/
.support-sec:first-child .support-sec-inn figure .replaced-svg {
    fill: #fff;
}
section.main-banner {
    position: relative;
    height: 100vh;
    width: 100%;
    /*overflow: hidden;
    */
}
.banner_text {
    position: absolute;
    left: 0;
    text-align: center;
    color: #fff;
    right: 0;
    z-index: 1;
    top: 75px;
    height: calc(100vh - 75px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner_text h1 {
    /*font-weight: 800;
    */
    /*font-size: 60px;
    */
    font-weight: 700;
    font-size: 8rem;
   /* text-transform: uppercase;*/
}
.banner_text p {
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: flex;
    margin: 0 auto;
}
/*.main-banner .container:before {
     content: "";
     border-left: 1px solid #fff;
     border-right: 1px solid #fff;
     height: 100px;
}
*/
.download-app {
    max-width: 80%;
    display: flex;
    margin: 71px auto;
    padding: 34px;
    border: 1px solid #F16922;
    position: relative;
        align-items: center;
    justify-content: center;
}
.down-app {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 7px 0px;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #fff;
    transform: skewX(-22deg);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.down-app a {
    transform: skewX(22deg);
    display: inline-block;
    color: #000;
    font-size: 22px;
}
section.welcome {
    width: 100%;
    display: block;   
    clear: both;
    background: url(../images/background_welcome.jpg);
    padding: 70px 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center; 
}
.welcome-content h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.welcome-content h2 .orange {
    font-size: 40px;
    font-weight: 700;
    color: #F16922;
    line-height: 65px;
}
.welcome-content h2 .black {
    font-size: 40px;
    font-weight: 700;
    color: #5D5D5D;
    line-height: 65px;
}
.welcome-content p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}
.welcome-button {
    width: 100%;
    display: block;
    padding: 20px 0 0;
}
.welcome-button .orange {
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 10px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 27%;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.welcome-button .black {
    background: #383838;
    padding: 10px 0;
    border: 1px solid #383838;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 27%;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
section.game-sec {
    width: 100%;
    display: block;
    margin: 0;
}
/*section.game-sec li {
     width: 100%;
     border: 2px solid transparent;
}
*/
section.game-sec li img{
    position: relative;
}
section.game-sec li .image-content {
    position: absolute;
    bottom: 25px;
    padding: 30px;
    color: #fff;
    text-align: center;
    width:100%;
}
section.game-sec li .image-content h2 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    color: #fff;
}
section.game-sec li .image-content p {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    width: 70%;
    display: flex;
    margin: 0 auto 10px;
    line-height: 25px;
}
.post_content a {
    text-transform: uppercase;
}
section.game-sec li .image-content a.blog-play {
    text-align: center;
    display: inline-block;
    margin: 10px auto 0;
    width: 38%;
    background: #446FFE;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 20px 0px;
    border-radius: 35px;
}
section.game-sec li:hover .image-content a.blog-play {
    background: #373838;
}
section.career-sec {
    width: 100%;
    display: block;
    clear: both;
   /* background: url(../images/career-img.jpg);*/
    padding: 70px 0px 0;
    /*    height: 1112px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*padding-bottom: 45%;*/
}
h4.small-heading {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
/*
.career-content h2 {
    font-size: 15px;
    text-transform: uppercase;
}
.career-content h2 .orange {
    font-size: 40px;
    font-weight: 700;
    color: #F16922;
}
.career-content h2 .black {
    font-size: 40px;
    font-weight: 700;
    color: #5D5D5D;
}*/

.career-content {
    width: 100%;
    text-align: center;
}
.post-img {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
}
.post-img figure .replaced-svg {
    width: 100%;
    height: 40px;
}
.post_content {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.post_content h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.post_content h3 {
    font-size: 11px;
    color: #A8A8A8;
    padding: 10px 0;
}
.post_content a {
    font-size: 11px;
    color: #F16922;
    text-decoration: underline #F16922;
}
.career-posts .career-posts-inner {
    display: flex;
    flex: 0 0 50%;
    padding: 30px;   
    border-bottom: 1px solid #7474743b;
    text-align: left;
    position: relative;
	min-height:145px;
}
.career-posts{
    position: relative;
}
.career-posts:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    left: 0;
    width: 2px;
    height: 80%;
    border-right: 1px solid #7474743b;
    margin: 0px auto;
}

.career-posts {
    display: flex;
    flex: 1;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    align-content: start;
    padding: 30px 10px 20px;
    margin: 0 auto;
    width: 60%;
}
.post-img figure .replaced-svg {
    width: 100%;
    height: 40px;
    fill: #F16922;
}
.post-img figure {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 0 3px #00000026;
    border: 2px dashed #F16922;
}
.career-posts .career-posts-inner:nth-child(2n+0) {
    border-right: none;
}
.career-posts .career-posts-inner:nth-last-child(2) {
    border-bottom: none;
}
.career-posts .career-posts-inner:nth-last-child(1) {
    border-bottom: none;
}
.view-all {
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 10px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    min-width: 200px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: table;
}

a.view-all:hover,a.view-all:focus,a.view-all:active {
    background-image: none;
    border: 1px solid #fff;
    color: #fff;
}
section.blog-sec {
    width: 100%;
    display: block;
    clear: both;
    background-image: url(../images/blog_bg.jpg);
    background-size: cover;
    padding: 70px 0px;
    position: relative;
    overflow:hidden; 
}
.blog-inner h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.blog-inner h2 span {
    font-size: 39px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
}
ul#blog {
    width: 100%;
    margin: 20px 0 0;
}
#blog li.item {
    padding: 0 0px;
}
.blog-content {
    width: 100%;
    background: transparent;
    padding: 15px;
    color: #fff;
}
.blog-content h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}
.blog-content span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.blog-content p {
    font-size: 13px;
    margin: 8px 0 8px;
    line-height: 25px;
}
.black-text.blog-content h3 a{
    color: #000;font-size: 17px;
}
.blog-content  h3 a:hover:after{
    display: none;
}
.blog-content a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.blog-content a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.58);
    bottom: -2px;
}
.blog-content a:hover{
    color: rgba(230, 131, 56, 1)
}
.blog-content a:hover:after {
    border: 1px solid rgba(230, 131, 56, 0.58);
}
.owl-dots {
    display: none;
}
.owl-nav {
    position: absolute;
    top: 31%;
    width: 100%;
    margin: 0 !important;
}
button.owl-prev {
    background: url(../images/ar2.png) !important;
    width: 57px;
    height: 57px;
    left: -70px;
    position: absolute;
    background-size: cover!important;
} 
button.owl-next {
    background: url('../images/ar1.png') !important;
    width: 57px;
    height: 57px;
    right:-70px;
    position: absolute;
    background-size: cover!important;
}
.instagram-sec img {
    width: 100%;
    margin-top: 70px;
}
.owl-nav span {
    color: transparent;
}
.blog-inner a.view-all, .article-inner a.view-all {
    margin: 47px auto 0;

}
.blog-inner a.view-all:hover {
    color: #fff;
}
section.instagram-sec {
    width: 100%;
    display: block;
    clear: both;
    background: url(../images/instagram-bg.png);
    padding: 70px 0px;
    background-position: top center;
    background-size: cover;
}
.insta-inner h2 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.insta-inner h2 .orange {
    font-size: 40px;
    font-weight:700;
    color: #F16922;
}
.insta-inner h2 .black {
    font-size: 40px;
    font-weight: 700;
    color: #5D5D5D;
}
.game-sec button.owl-prev {
    left: 0;
}
.game-sec button.owl-next {
    right: 0;
}
.daily-palyers-section .daliy-inner {
    display: inline-block;
    vertical-align: middle;
    transform: skewX(22deg);
    display: inline-block;
}
.daily-palyers-section figure {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    transform: skewX(22deg);
}
.daily-palyers-section figure svg {
    fill: #F16922;
}
.daily-palyers-section {
    border: 1px solid #F16922;
    width: 80%;
    padding: 13px;
    /* display: flex;
    */
    /* margin: 0 auto;
    */
    position: relative;
    transform: skewX(-22deg);
    border-radius: 40px 0 40px 0;
    text-align: center;
}
.daily-palyers-section span {
    color: #F16922;
    font-weight: 700;
    font-size: 40px;
    line-height: 25px;
}
.daily-palyers-section:before {
    content: '';
    width: 29%;
    border-bottom: solid 1px #F16922;
    position: absolute;
    left: -87px;
    top: 50%;
    z-index: 1;
}
.daliy-inner p {
    /* transform: skewX(22deg);
    */
    display: block;
    text-align: left;
    margin: 0 0 6px;
}
.daliy-inner span {
    /*transform: skewX(22deg);
    */
    display: block;
}
.soacial-views {
    width: 100%;
    display: block;
    margin: 30px 0;
}
.soacial-views li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #cde3f9;
}
.soacial-views li:last-child {
    border-right: none;
}
.soacial-views li:first-child{
    color: #3B5998;
}
.soacial-views li:nth-child(2){
    color:#4CA1F3;
}
.soacial-views li:nth-child(3){
    color: #C4302B;
}
.soacial-views li:last-child{
    color: #DF2B7C;
}
.welcome-image figure {
    width: 100%;
    position: relative;
}
.img-text h3 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.img-text h3 {
    text-shadow: 1px 2px #000;
    line-height: 23px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.img-text figure {
    display: inline-block;
    width: 60px;height:  60px;
    background: #F16922;
    padding: 10px;margin-right: 30px;
    border-radius: 50%;
}
button.btn.btn-info.btn-lg {
    width: 100%;
    text-align: center;
    max-height: 100%;
    margin-left: 3px;
}
.home-orange-btn {
    max-height: 32px !important;
}
.img-text {
    position: absolute;
    bottom: 30px;
    left: -30px;
}
.welcome-content {
    width: 100%;
    display: block;
    margin: 0px 0px 30px;
}
.img-text .btn-info {
    background: transparent;
    padding: 0;
    border: none;
}
.img-text .btn-info.focus, .btn-info:focus {
    box-shadow: none;
    background-color: transparent!important;
    border-color:transparent!important;
    outline: none;
}
.modal-header .close {
    font-size: 25px;
}
.modal-header {
    padding: 6px 15px;
    border-bottom: none;
}
.modal-body {
    padding: 0 15px;
}
.modal-body iframe {
    width: 100%;
    height: 315px;
}
.play-img h5 {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-right: 20px;
    vertical-align: middle;
}
.play-img figure {
    display: inline-block;
    width: 54%;
    vertical-align: middle;
}
.welcome-image {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.main-img > img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    height: 100vh;
     -o-object-fit: cover;
           object-fit: cover;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.main-banner .swiper-container-vertical>.swiper-pagination-bullets {
    right: 65px;
}
#main-slider .swiper-pagination-bullet {
    width:10px;
    height:10px;
}
#main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border: 5px solid #F16922;
    width: 20px;
    height: 20px;
}

#main-slider .swiper-slide {
    background-size: cover;
    background-position: center;

}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.logo-slider {
    position: absolute;
    bottom: 0;
    z-index: 12;
    left: 0;
    height: 125px;
    background: rgba(0, 0, 0, 0.30196078431372547);
    width: 100%;
}
.logo-slider-inner{
    max-width: 75%;
    margin: 0 auto;
}
#logo-slider .swiper-pagination{
    display: none;
}
#logo-slider .swiper-wrapper {
    /*width: 80%;
    */
    /*display: flex;
    */
    /*margin: 0 auto;
    */
}
.main-img {
    width: 100%;
    position: relative;
}
#overlay {
    display: none;
    /* Hidden by default */
}
.game-sec .item:hover #overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/u2.png);
    z-index: 2;
    cursor: pointer;
    background-size: 100% 100%;
}
*:focus{
    outline: none !important;
}


   .game-sec li.item:after {
content: '';
position: absolute;
bottom: 100%;
left: 0px !important;
right: 0;
background-color: rgba(244, 112, 42, 0.55);
overflow: hidden;
width: 100%;
height: 0;
}
.game-sec li.item:hover:after {
    bottom: 0;
    height: 100%;
    top: 0;
    left: 0;
    /*top: 50%;
    left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: scale(2);*/

    -webkit-animation: pop-in 0.9s;
    -moz-animation: pop-in 0.9s;
    -ms-animation: pop-in 0.9s;
}
/*
.game-sec li.item {
    position: relative;
    width: 100%;
}
.game-sec li.item:hover:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/u2.png);
    z-index: 2;
    cursor: pointer;
    background-size: 100% 100%;
}
*/
.game-sec li.item:hover .image-content {
    z-index: 9999;
}
.view-all:hover {
    color: #fff;
}
.download-app img {
    width: 100%;
}
.support-sec-inn {
    width: auto;
    margin: 0 20px;
    padding: 20px 20px 20px 40px;
    display: inline-block;

}

.soacial-views figure {
    margin: 0px 0px 13px;
}
.support-sec:last-child {
    border-right: none;
}
.main-top {
    display: flex;
    flex: 1;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    align-content: start;
    padding: 10px 0 0;
}
.welcome-image:before {
    content: '';
    background-color: #F16922;
    right: 0;
    top: -15px;
    position: absolute;
    height: 130px;
    width: 204px;
}
/*#logo-slider .swiper-slide {
     display: flex;
     align-items: center;
     justify-content: center;
}
*/
#menu-header .current_page_item a:after {
    background: #F16922;
    position: absolute;
    content: '';
    height: 2px;
    bottom: -30px;
    left: 0;
    width: 50%;
    z-index: 9999;
    right: 0;
    margin: 0px auto;
}
.banner_text{
    /* bottom: 313px;
    */
    width: 100%;
    min-height: 560px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1170px;
}
.banner_text:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 1px;
    height:calc(100vh - 200px);
    top: 0;
    right: 0;
}
.banner_text:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 1px;
    height:calc(100vh - 200px);
    top: 0;
    left: 0;
}
#logo-slider img {
    /*width: 70%;
    */

}
/* The Image container */
.img-hover-zoom {
    height: auto;
    overflow: hidden;
    /*    transition: all .3s ease-in-out;*/
}
/* Quick-zoom Container */
.img-hover-zoom--quick-zoom img {
    transform-origin: center;
    transition: all .3s ease-in-out;
    /*    transition: transform .25s, visibility .25s ease-in;*/
}
/* The Transformation */
.img-hover-zoom--quick-zoom:hover img ,.swiper-slide-thumb-active .img-inner img  {
    transform: scale(1.1);


}
.store-link a {
    transform: scale(1);
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.store-link a:hover {
    transform: scale(1.1);
    z-index: 999;
    position: relative;
}
.img-inner {
    width: 100%;
    min-height: 122px;
    height:122px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.img-inner img {
    width: 130px;
    height: auto;
    max-width: 100%;
    cursor: pointer;
}
.store-link:last-child a{
    margin-right: 0px;
}
.blog-inner .blog-title p{
    color: #fff; text-transform: uppercase;font-size: 15px;
}
.blog-inner .blog-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
/* 11 OCT 2019 */
#logo-slider {
    max-width: 1170px;
    margin: 0px auto;
}
#logo-slider .swiper-slide-thumb-active:after {
    background: #F16922;
    position: absolute;
    content: '';
    height: 5px;
    max-width: 60%;
    left: 20%;
    width: 60%;
}
/*.game-sec .owl-item img {
      height: 100vh;
    max-height: 745px;
    object-fit: cover;
    -webkit-animation: pop-in 0.9s;
    -moz-animation: pop-in 0.9s;
    -ms-animation: pop-in 0.9s;
}*/
#paging-block {
    max-width: 1185px;
    margin: 0 auto;
    display: block;
    position: absolute;
    height: 100%;
    top: -5%;
    /* margin: 0 auto;
    */
    left: 0;
    right: 0;
    width: 100%;
}
#paging-block .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    /*transform: translate3d(0px,-70%,0);
    */
    right: 3px;
    height: 100%;
    top: 0;
    /* justify-content: center;
    */
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
#paging-block .swiper-pagination-bullet {
    display: block;
    margin: 5px 0;
}


/*** Studio Page**/
.inner-banner{
    min-height: 80vh;
    color: #fff;
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.ready_to_play {
    background-image:url('../images/ready-to-play-bg.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left top;
    overflow: hidden;
}
.banner-title{   
    font-weight: 700;
    font-size: 8rem;
    text-transform: uppercase;
}
.banner-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    max-width: 75%;
    margin:0px auto;
}

.custom-slider-block {
    align-items: center;
    justify-content: center;
} 

.slider-custum-btn {
    background-image: linear-gradient(to right , #F28120 , #F16922 )!important;
    border: 1px solid #F16922!important;
    color: #fff !important;
    display: flex !important;
    height: 65px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    padding: 0 15%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    min-width: 180px;
}  


.express_btn:after {
    min-width: 78%;
} 

#home-block img {
    height: 260px;
} 

.innerbanner-text {
    position: relative;
    height: calc(80vh - 75px) ;
    top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.innerbanner-text:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 1px;
    height: calc(80vh - 100px);   
    right: 0;top: 0;
}
.innerbanner-text:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 1px;
    height: calc(80vh - 100px);   
    left: 0;top: 0;
}
.page-heading {
    font-size: 36px;
    font-weight: 700;   
    color: #5D5D5D;
    margin-bottom:15px;
    text-transform: uppercase;
}
.page-heading span{
    color: #F16922;
}
.content-area p{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    padding: 5px 0px;
}
.space-100{
    padding-bottom: 100px;
    padding-top: 100px;
}
.space-top-100{
    padding-top: 100px;
}
.space-40{
    padding-bottom: 40px;
    padding-top: 40px;
}
.space-20{
    padding-bottom: 20px;
    padding-top: 20px;
}
.space-70{ 
    padding-bottom: 70px;
    padding-top: 70px;
}
.ready_to_play_inner {
    max-width: 1000px;
    margin: 0px auto;
}
.video-part {
    margin-top: 50px;
    text-align: center;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}
.play-btn{
    position: absolute;
    left: 15px;

    bottom: 15px;
}
.play-icon {
    background-color: #F16922;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;    cursor: pointer;
    padding: 15px;
}
.play-icon img {
    margin-left: 6px;
}
.modal-dialog {
    display: inline-flex;
    height: 100vh;
    padding: 0px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-content {
    max-width: 900px;
    padding: 0;
    border-radius: 0px;
}
button.close.apply-close.myModal-close{
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #F16922;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    outline: none;
    z-index: 999999999;
    background: #F16922;
    opacity: 1;
}
.modal-body {
    padding: 15px;
}
.modal-body iframe{
    height: 65vh;
    width:100%;
}
.video-part::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 50px;
    width: calc(100% - 100px);
    height: calc(100% + 50px);
    z-index: -1;
    background-color: #f16922;

}
.video-part:after {
    background: url(../images/dotted-img.png);
    content: "";
    position: absolute;
    bottom: 20%;
    right: -35px;
    z-index: -1;
    width: 250px;
    height: 60%;
    background-repeat: no-repeat;
}
.perks {
    background-image:url('../images/perks-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.work-item {
    margin-top: -80px;
    padding-left: 15px; 
    padding-right: 15px;
}

.work-item:nth-child(odd) .content-area,
.work-item:nth-child(odd) .works-heading {
    padding-left: 30px;
}

.work-item:nth-child(even) .content-area,
.work-item:nth-child(even) .works-heading {
    padding-right: 30px;
}

.work-item .content-area p {
    color: #8a8a8a;
    margin-top: 20px;
}

.works-heading {
    font-weight: bold;
    font-size: 1.6em;
}
.location {
    background-image:url('../images/map-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}
.white-text{
    color: #fff;
}
.location-content{
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 470px;
    margin: 0px auto;
}

.location .content-area p{
    padding: 10px 0px;
}
.location iframe{
    margin-bottom: -5px;width: 100%;
}
.linked-in p {
    font-weight: 600;
}

.linked-in a.linkedlink {
    font-weight: 600; text-transform: none;
}
.linked-in a.linkedlink {
    font-weight: 600;
    text-transform: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}
.linked-in {
    width: 100%;
    background: transparent;
    padding: 15px;

}
.linked-in h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}
.linked-in p {
    font-size: 14px;
    margin: 8px 0 8px;
    line-height: 25px;
}
.linked-in a {
font-size: 15px;
color: #f16e21;
font-weight: 600;
text-transform: uppercase;
position: relative;
}
.linked-in a:hover {
    color: rgba(230, 131, 56, 1);
}
.linked-in a.readmore::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.58);
    bottom: -2px;
}
.linked-in a.readmore:hover::after {
    border: 1px solid rgba(230, 131, 56, 0.58);
}

.vist-career-page {
    background-image:url('../images/career-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.orange-btn{
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 10px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    min-width: 200px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.orange-btn:hover,.orange-btn:focus {
    text-decoration: none;
    background-image: none;
    border: 1px solid #fff;
    color: #fff;
}
.vist-career-page .page-heading{
    margin-bottom: 0px;     line-height: 28px;
}
.align-items-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.work-item:nth-child(even) > div{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.work-box-inner1 {
    margin-top: -10%;
}

.page-template-studio section.blog-sec{
    background-image: url(../images/linkedin-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;  
    position: relative;
}

section.blog-sec .blog-inner .col-lg-6:hover .linked-in{
    background-color: #fafafa;
}

/******Blog Page ***/
.blog-content.black-text{
    color: #000;
}

.black-text.blog-content span {
    color: #0c6ffb;
}
.black-text.blog-content a{
    color: #0c6ffb;
}
.blog.space-100{
    padding-top: 150px;
}
.black-text.blog-content a:hover{
    color: rgba(230, 131, 56, 1);
}

.foxi_loadmore{
    background-color: #fff;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    color: #b9b9b9;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.foxi_loadmore:hover{
    background-color: #fff;

}
.foxi_loadmore img {
    max-width: 100px;
}



/* Game Page Stylesheet */

/* 22 OCT 2019 */


.blog-inner, .article-inner {
    margin: 0px auto;
    max-width: 90%;
}

.page-template-games header#header,.single-games header#header {
    background-image: none !important;
}

.page-template-games .logo-slider,.single-games .logo-slider {
    display: none !important;
}


.page-template-games .banner_text,.single-games .banner_text {
    min-height: 100%; top:70px;

}

.games-inner-block {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
}


.video-game-section {
    position: relative;
    margin: 30px 0;
} 

.video-game-section .play-btn {
    top: 45%;
    left: 0;
    right: 0;
} 

.video-game-section:after {
    position: absolute;
    content: '';
    left: 0;
    background: #f16922;
    width: 100%;
    height: 59%;
    top: 47%;
    z-index: -1;
    max-width: 40%;
}

.game-list-block {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.large-game-img {
    padding-left: 30px;
    width: 100%; 
    max-height: 500px;    object-fit: cover;
} 
img.img-responsive.game-image {
    min-height: 290px;
}

.games-listing {
    margin-top: 40px;
}

.game-description {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    color: #fff;
    width: 100%;
    padding: 0px 15px;
} 

.game-title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0;
} 

span.game-details {
    display: none;
}
li#menu-item-321 a::after {
    display: none;
}
/*.game-list-block:after {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}*/

.game-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url("/wp-content/uploads/2019/10/bg-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    background-position: top left;
}
.game-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    background-image: url("../images/game_bg2.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 20px;
    background-position: bottom right;
    z-index: -1;
}
.community-video-section {    
    background-image: url("../images/game_bg2.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    background-position: bottom right;
}
.game-section{
    position: relative;
}

.games-news-block {
    display: block;
    height: 70vh;
    width: 100%;
    background-size: cover;
    color: #fff;
}

.games-news-block-details {
    max-width: 45%;
    text-align: right;
    float: right;
    height: 70vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.news-blog-title {
    font-size: 1.5em;
}

.news-blog-sub-title {
    font-size: 3.5em;
    display: block;
    font-weight: bold;
    padding: 5px 0;
}

.news-blog-content {
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding-bottom: 20px;
}

.read-more {
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 10px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    width: 180px;
    text-align: center;
    display: block;
    float: right;
    margin: 20px 0 0;
} 
.read-more:hover,.read-more:focus {
    background-image: none;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    outline: none;
}


.game-slider-image {
    max-width: 95%;
}

.games-slider-section .owl-nav {
    position: absolute;
    top: -70px !important;
    right: 75px !important;
    width: initial;
}


.games-slider-section button.owl-next {
    background: url(../images/right-arrow.png) !important;
    width: 40px;
    height: 40px;
    right: -65px;
    position: absolute;
}

.games-slider-section button.owl-prev {
    background: url(../images/left-arrow.png) !important;
    width: 40px;
    height: 40px;
    left: -40px;
    position: absolute;
}


.disabled img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.faq-section {
    width: 100%;
    display: block;
    clear: both;
    background-image: url(/wp-content/uploads/2019/10/faq-bg-..jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    position: relative;
} 
.blog-sec.game-page{
    background-image: url(../images/game_bg_blog.jpg);
}


.text-white {
    color: #fff !important;
}

.faq-section .card {
    border: 1px solid rgba(255, 255, 255, 0.44);
    padding: 0px;
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;position: relative;
} 
#accordion h3,#accordion_one h3 {
    font-size: 1.2em;
    font-weight: 600;
    display: block;
    padding: 20px 0;
    max-width:85%;
}

.card-header:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0px;
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
} 
.card > div{
    padding: 0px 10px;     position: relative;
}
.card > div[aria-expanded="true"] {
    background-image: linear-gradient(to right, #F28120 , #F16922);

} 
.card .card-header{
    border-radius: 5px 5px 0px 0px;
}

.card .collapse{
    border-radius: 0px 0px 5px 5px;  
}
.card-header[aria-expanded="true"]:after {    
    content: "\f068";

}
.card-body {
    padding: 10px 0px;
}
.faq-block {
    max-width: 1000px;
    margin: 20px auto;
    width: 100%;
}


.community-video-title {
    color: #F16922;
    text-transform: uppercase;
    font-size: 3.5em;
    font-weight: bold;
}

.community-sub-title {
    color: #5D5D5D;
    font-size: 3.5em;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.community-video-description {
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding: 10px 0;
}

.community-sub-title:after {
    position: absolute;
    content: '';
    background: #f16922;
    max-width: 20%;
    height: 3px;
    top: 100%;
    width: 100%;
    left: 0;
    margin: 0px auto;
} 

.m-0 {
    margin: 10px 0;
} 

.community_video-block {
    padding: 0px 0px;
}

.community-video-section .owl-nav {
    position: absolute;
    top: auto;
    margin: 0 !important;
    right: 0;
    bottom: -60px;
    width: 200px;
}
.community-video-section .owl-nav button.owl-prev{
    left: 0px;position: relative;
}
.community-video-section .owl-nav button.owl-next{
    left: 0px;position: relative;
}
.game-slider-block:hover #overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/u2.png);
    z-index: 2;
    cursor: pointer;
    background-size: 100% 100%;
}


.community-slider-section {
    width: calc(100% + 20%);
    /*    padding-left: 25px;
        overflow: hidden;
        margin-left: -25px;*/
}

.community-video-section {
    overflow: hidden;
}

.community-imgss {
    opacity: 0.5;
}

.game-slider-block:hover .community-imgss {
    opacity: 1;
}
.game-list-block:hover{cursor:pointer;}

.game-list-block:hover:after { 
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/u2.png);
    z-index: 2;
    cursor: pointer;
    background-position: center;
    background-size: 105% 105%;
} 

.game-list-block:hover .game-details{display: block;}
.game-list-block:hover .game-description {
    bottom: 20px;
    transition: all 0.2s ease-in-out;
}
/* 23 OCT 2019 */

h1.page-title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.date-formate {
    color: #0c6ffb;    font-size: 13px;
    font-weight: 600;
}

.blog-area.content-area p{
    padding: 10px 0px;color:#000;
}
.blog-area.content-area h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 10px 0px 20px;
}
.blog-area.content-area li {
    font-weight: 600;
    color: #000;
    padding: 10px 0px 10px 40px;
    /*    background-image: url('../images/arrow-img.png');
        background-repeat: no-repeat;
        background-position: left center;*/
    position: relative;
}
.blog-area.content-area li:before ,.page-template-default .content-area ul li:after{
    content: '';
    display: inline-block;
    background: #fff;
    border: 4px solid #F16922;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 10px;    top: 12px;
}
.view-all.back-blog{
    padding: 10px 35px;
    float: right;
}
.view-all.back-blog:hover ,.view-all.back-blog:focus, .blog-sec.studio-page .view-all:hover,.blog-sec.studio-page .view-all:focus{
    background-image: linear-gradient(to right, #F16922  , #F28120);
    border: 1px solid #F28120;
}
.heateor_sss_sharing_container a{
    height: 100%;
    width: 100%;
    display: inline-block;
}
.heateorSssSharingRound i {
    background-color: transparent;
    background-size: 100% 90%;
    padding: 0px;
    margin: 0px 10px;
    background-position: center center;
    border-radius: unset!important;
    background-repeat: no-repeat;
}
.heateorSssSharingRound i[title="Facebook"]{
    background-image: url(../images/fb.png);
}
.heateorSssSharingRound i[title="Instagram"]{
    background-image: url(../images/insta.png);
}
.heateorSssSharingRound i[title="Linkedin"]{
    background-image: url(../images/ln.png);
}
.heateorSssSharingRound i[title="Twitter"]{
    background-image: url(../images/tw.png);
}   
.heateorSssSharingRound i ss{
    display: none!important;
}
.view-all.pos-left{
    float: left; 
}
.career-section1 .view-all.pos-left{
    margin-top: 40px;
}
.career-section1 .view-all.pos-left:hover{
    background-image: linear-gradient(to right, #F16922 , #F28120 );    border: 1px solid #F16922;
}
.career-section1{
    background-image: url(../images/careerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    overflow: hidden;
    position: relative;
}
.career-section1:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    background-color: #eeeeee;
    z-index: -1;
    top: 0;
}
.career-section1-image img{
    z-index: 222;    position: relative;
}
.career-section1-image {
    width: calc(100% + 25%);    position: relative;
}
.career-section1-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: calc(100% + 20px);
    z-index: 1;
    background-color: #f0791d;
}
.width850{
    max-width: 850px;
    margin: 0px auto;
}

h1.page-title.orange {
    color: #F16922;    font-size: 35px;
}
.career-post-type .content-area strong {
    font-size: 18px;
    font-weight: 600;
}
.career-post-type .blog-area.content-area h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 20px 0px 0px;
}
.career-post-type .blog-area.content-area li {
    font-weight: normal;
}

.apply-section{
    background-image: url(../images/applybg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    overflow: hidden;
    position: relative;
}

.apply-section div.wpcf7 {
    padding-top: 50px;    display: inline-block;
    width: 100%;
}

.apply-section form.wpcf7-form {
    padding: 0px 30px; position: relative;    display: inherit;
} 
.apply-section select.wpcf7-form-control.wpcf7-select {
    border: none;
}
.apply-section select.wpcf7-form-control.wpcf7-select option {
    color: #000;
}
.styled-select {
    width: 100px;
    height: 17px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(images/downarrow_blue.png) no-repeat right white;
    border: 2px double red;
    display: inline-block;
    position: relative;
}

.styled-select select {
    background: transparent;
    -webkit-appearance: none;
    width: 100px;
    font-size: 11px;
    border: 0;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}

.apply-section .wpcf7-form-control-wrap input.wpcf7-form-control,.apply-section select.wpcf7-form-control.wpcf7-select,.apply-section textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    color: #fff;
    font-weight: normal;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    width: 100%;
    resize: none;
}
.apply-section input.wpcf7-form-control::placeholder {    
    color: #fff; font-weight: normal;
}
::-webkit-input-placeholder { /* Edge */
    color: #fff;opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;opacity: 1
}

::placeholder {
    color: #fff;opacity: 1
}
.apply-section .wpcf7-form label{
    color: #fff;
    width: 100%;    font-weight: normal;  
    position: relative;
}
.apply-section .wpcf7-form p {
    color: #fff;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}
input.wpcf7-form-control.wpcf7-submit.view-all {
    padding: 10px 35px;
}
.apply-section .wpcf7-form-control-wrap .wpcf7-file {
    padding-top: 20px!important;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 12px;
    display: inline-block;
}
div.wpcf7-validation-errors{
    border: none;
}
.uploadresume{
    position: relative;        
    display: inherit;
    width: 100%;
    border-bottom: 1px solid #fff;  
    margin-bottom: 30px;
    overflow: hidden;
}
.uploadresume span.wpcf7-not-valid-tip{
    bottom: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
}
div.wpcf7-mail-sent-ok{
    border: none;
    color: #fff;
    text-align: center;
}
.career-post-type .single-post-image {
    position:relative; margin-top:40px; margin-bottom:40px;
}
.single-post-image img {
    width: 100%;
    margin: 0px auto;
} 
.single-post.career-post-type.space-100 {
    padding-bottom: 20px;
}

.blog-blockk{
 display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.foxie-single-blog {
    max-width: 800px;
    margin: 0px auto;
}

.foxie-single-blog .container {
    width: 100%;
}
/*.career-post-type .single-post-image::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 90%;
    left: 0;
    height: 100px;
    z-index: 1;
    background-color: #f0791d;
    z-index: -1;
    margin: 0px auto;
}*/
ul.nav.nav-tabs{
    text-align: center;
    display: inherit;
}
.nav>li>a{
    color: #000; font-weight: 500;
    font-size: 17px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
    color: #f0791d;font-weight: 600;    border-bottom: 3px solid #f0791d;
}
.nav-tabs>li>a:hover {
    border-color:transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    margin: 0px auto;
}
.nav-tabs {
    border-bottom: none; 
}
.tab-content table { box-sizing: border-box; }
.tab-content table tr {
    background: #fcfcfc;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    display: inline-table;
    width: 100%;
}
.tab-content table tr:first-child {
    background: #fff;
    border-top: none;
    border-bottom:  none;
}
.tab-content th {
    font-weight: 500;
    color: #000;
    padding: 15px;    
    width: 20%;    
    font-size: 17px;
}
.tab-content th:first-child {
    width: 40%;
}
.tab-content tr td {
    font-size: 17px;
    font-weight: 500;
    color: #666;
    padding: 15px;    
    line-height: 40px;    
    width: 20%;
}
.tab-content tr td:first-child {
    width: 40%;
}
.tab-content tr:hover strong{
    color: #f16b2b;
}
.tab-content td strong {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
/*.apply-now{
    font-size: 13px;
    font-weight: 600;
    color: #f16b2b;
    position: relative;
    padding: 0px 5px;
}*/
/*a.apply-now {
    font-size: 15px;
    font-weight: 600;
    color: #f16b2b;
    position: relative;
}*/
a.apply-now:focus{
    outline: none;
        color: #f16b2b;
}

  .post_content h2 {
            min-height: 50px;
    }

a.apply-now:after {
position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    width: 80px;
    border-bottom: 2px solid rgba(241, 107, 43, .8);
    margin: 0px auto;
}
.tab-content tr:hover {
    background: #fff;   
    position: relative;  
    /*box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.2);  */  
    z-index: 1;
}
.tab-content tr:hover a.apply-now:after{
    display: none;
}


.tab-content tr:hover .apply-now {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 10px 0px;
    border: none;
    display: block;
    border-radius: 26px;
}

.tab-content  tr:first-child:hover{
    box-shadow:none;
}
.nav>li>a.no-post {
    color: #ccc;
}
.apply-section .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-file {
    opacity: 1;
    margin-bottom: 0px;
    position: relative;
    /*padding-left: 70px; */
    padding-left: 5px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}



/* Add button text */
/*.wpcf7-file:before {
    content: "Extra Attachments";
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    background-color: #2b2b2b;
    padding: 0 0 0 7px;
}*/
/*.apply-section .uploadresume::before {
    content: "Extra Attachments";
    position: absolute;
    color: #fff; 
    bottom: 10px;
    left: 0;    
}*/
.apply-section .uploadresume::after {
    content: "";
    position: absolute;
    background-image: url('../images/attach.png');
    bottom: 10px;
    right: 0;
    width: 48px;
    height: 25px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;    
}

.apply-section .wpcf7-form-control.wpcf7-select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
    background-image: url(../images/down-errow.png)!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-position-x: 98%!important;
    background-size: 22px!important;
}
.single-post-image.space-40 {
    padding-top:40px;
}
.uploadresume span.wpcf7-not-valid-tip {
    right: 40px;
}



#community-logo-slider .owl-item.current .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/u2.png);
    z-index: 2;
    cursor: pointer;
    background-size: 100% 100%;
} 
.community_video-block .view-all.m-0:hover ,.career-sec .view-all{ 
    background-image: linear-gradient(to right , #F28120 , #F16922 )!important;
    border: 1px solid #F16922!important;
}
#community-logo-slider.owl-carousel .owl-stage-outer{
    /*    overflow: visible;*/
}
.image-icon.play-icon img{
    margin-left: 0px; 
}
.app-icon ul li {
    display: inline-block;
    margin: 0px 10px;
}
.game-slider-block .play-btn{
    z-index: 9; bottom: 65px; display: none;
}
.active.current .game-slider-block img{
    opacity: 1;
}
.store-link a {
    margin-right: 20px;
}
.image-title {
    position: absolute;
    bottom: 0;
    padding: 15px;    z-index: 9;    display: none;
}
.owl-item.active.current .image-title,.owl-item.active.current .game-slider-block .play-btn{
    display: block;
}

.image-title h2.white-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.video-part .play-btn {
    position: absolute;
    left: 0;
    bottom: 45%;
    right: 0;
}
.app-icon ul li img {
    max-width: 55px;
}
.app-icon {
    display: inline-block;
}
#blog li.item img {
    border: 2px solid rgba(255, 255, 255, 0.8);
}
#blog li.item .img-outer{
    position: relative;
}
.game-section .content-area {
    max-width: 800px;
    margin: 0px auto;
}
.card-body p {
    line-height: 25px;
}
.page-404.clearfix.space-100 {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
#particles_block,#particles_block1 {
    top: 0;
    left: 0; 
    position: absolute;
    width: 100%;
    height: 100%;
}
.post-img {
    width: 60px;
    height: 60px;
}
.post-img figure .replaced-svg {
    height: 100%;
    width: 100%;
}
#sb_instagram .sbi_follow_btn a{
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 10px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    padding: 12px 30px;
    font-size: 17px;
    margin-top: 30px;
}
#sb_instagram .sbi_follow_btn a:hover,#sb_instagram .sbi_follow_btn a:focus{
    background-image: linear-gradient(to right, #F16922 ,#F28120);
    padding: 10px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    padding: 12px 30px;
    font-size: 17px;
    margin-top: 30px;
    box-shadow:none;
}
.insta-inner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.support-content a {
    color: #fff;
}
.page-template-default .content-area .page-heading{
    margin-top: 30px;
    text-align: center;    
}
.page-template-default .content-area h2 {
    font-size: 22px;
    padding: 30px 0px 0px;
    font-weight: 600;
}
.page-template-default .content-area h3 {
    font-size: 24px;
    padding: 15px 0px 0px;
}
.page-template-default .content-area h4 {
    font-size: 20px;
    padding: 15px 0px 0px;
}
.page-template-default .content-area ul li {
    font-size: 14px;
    padding: 10px 0px 10px 40px;
    list-style: none;   
    position: relative;
}
/*.single-post #menu-item-12:after{
    background: #F16922;
    position: absolute;
    content: '';
    height: 2px;
    bottom: -28px;
    left: 0;
    width: 26%;
    z-index: 9999;
    right: 0;
    margin: 0px auto;
}
.single-career #menu-item-13:after {
    background: #F16922;
    position: absolute;
    content: '';
    height: 2px;
    bottom: -28px;
    left: 0;
    width: 28%;
    z-index: 9999;
    right: 0;
    margin: 0px auto;
}*/
.single-career .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    padding: 0;
    right: 0;
    margin: 0px auto;
}
a.typewrite {
    color: #fff;
}
/*.blink-arrow {
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}*/

@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0.5); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0.5); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0.5); }
100% { opacity: 1; transform: scale(1); }
}
.welcome-button .orange {
    margin-right: 20px;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
ul.sub-menu {
    display: none; 
    position: absolute;
    /*background-color: #020616b5;*/
    background: rgba(2, 6, 22, 0.7098039215686275);
    min-width: 180px;
    padding:10px 0 0;
    top: 47px;
    right: 0;
    left: -30px;
    z-index: 11111;
}
.menu-item-has-children a:before {
content: "\f0d7";
position: absolute;
font-family: FontAwesome;
right: -10px;
margin: 2px 0;
font-size: 13px;
}

.graybtn {
    background: gray;
    border: gray;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}
.menu-item-has-children .sub-menu a:before {
    display: none;
} 
ul#menu-header ul.sub-menu li a {
    padding: 0;
    margin: 0 0 10px;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    padding: 0 6px 5px;
    line-height: 25px;
    min-width: 180px;
    text-align: left;
}
/*ul#menu-header ul.sub-menu li:last-child a {
    margin: 0;
}*/

/*.page-template-blog header#header {
    background-image: url(http://foxieventure.staging.wpengine.com/wp-content/themes/foxieventure/images/bg.jpg) !important;
}*/
.apply-now {
    font-size: 15px;
    padding: 0;
    color: #f16b2b;
    font-weight: 600;
    position: relative;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 150px;
    margin: 0px auto;
}

.exp_btn:after {
    min-width: 120px;
} 

ul.sub-menu:after {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   z-index: 999999999;
   top: -25px;
   left: 0;
}

.game-sec .owl-item img {
transition: transform .7s;
object-fit: cover; 
-webkit-animation: pop-in 0.9s;
-moz-animation: pop-in 0.9s;
-ms-animation: pop-in 0.9s;
transition-delay: .1s;
}
select::-ms-expand {
    display: none;
}

.game-sec .owl-carousel.owl-drag .owl-item:hover {
    transition-delay: 5s;
    transition: all 2s ease-in-out;
    transform: scale(1.03);  
} 

.hide-slider-block {
    display: none;
} 

ul.sub-menu li:last-child a {
    border: none !important;
        padding-bottom: 0 !important;
}

.single-game-slider .game-slider-block img {
    height: 270px;
}

.game-sec .owl-carousel .owl-stage{overflow:hidden;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 
 .game-sec button.owl-next {
    right: 20px;
}


 
}


@media all and (-ms-high-contrast:none) { 
*::-ms-backdrop, .career-posts .career-posts-inner {flex: 0 0 42%;} /* IE11 */ 
*::-ms-backdrop, #sb_instagram .sbi_follow_btn a {padding: 12px 30px; width:56%;}
*::-ms-backdrop, #sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg {width:4%;}

*::-ms-backdrop, section.instagram-sec {
    display: none;
    height: 0;
    visibility: hidden;
}


/**::-ms-backdrop, .contact-info h4:before {
    content: '';
    width: 40%;
    border-bottom: solid 1px #ffffff82;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
}
 *::-ms-backdrop, .game-sec .owl-item img {
    height: 120vh;
}   */

}

.game-list-block:hover {
    transition-delay: 5s;
    transition: all 2s ease-in-out;
    transform: scale(1.05);
}



::-webkit-file-upload-button {
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 7px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    min-width: 120px;
    width: auto;
    text-align: center;
    margin: 0 20px 0 0;
    display: block;
}

input[type="file"]::-ms-browse {
   background-image: linear-gradient(to right, #F28120 , #F16922);
    padding:12px;
    border: 1px solid #F16922;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    width:150px !important;  
    text-align: center;
    margin:0;
    display: block;
    float:left !important;
    margin-right:600px;
}


input::-ms-value {
border:none;
 background:transparent;
  -webkit-appearance: none;
   text-align: left;
   -webkit-rtl-ordering:  left;
}

.page-template-home header#header.sticky {
    background-color: rgba(43, 45, 47, .9) !important;
}

header#header.sticky {
    background-color: rgba(43, 45, 47, .9) !important;
}
.commmunity-content-section button.owl-prev {
	background: none !important;
}
.commmunity-content-section button.owl-next {
	background: none !important;
}
.commmunity-content-section .view-all {
	display: none;
}

#sb_instagram .sbi_photo img {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.video-part img {
	width:100%;
}
header#header {
    background-color: rgba(43, 45, 47, .9);
    background-image: none !important;
}
.home header#header {
    background-color: transparent;
}
.page-template-studio header#header {
    background-color: transparent;
}
.page-template-career header#header {
    background-color: transparent;
}
.letter .wpcf7-textarea {
	height: 140px;
	border: none;
}


.single-games header#header {
    background-color: transparent;
    background-image: none !important;
} 
*:focus{outline: none !important;} 

.codedropz-upload-wrapper {
    color: #fff;
    display: block;
    margin-bottom: 20px;
} 

.codedropz-upload-wrapper a {
    color: #fff;
    font-weight: bold;
}

.dnd-upload-status .dnd-upload-image span {
    color: #fff;
}

.dnd-upload-status .dnd-upload-details .name {
    color: #fff;
}

.dnd-upload-status .dnd-upload-details .name em {
    color: #fff;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #f16c21;
}
.game-sec .owl-carousel.owl-drag .owl-item {
	transition: all 2s ease-in-out;
}

.caree-_img {
    width: 100%;
}

* {
      touch-action: manipulation;
  }



_:-ms-lang(x),  .instagram-sec {
         display: none !important;
    height: 0;
    visibility: hidden;
  }

.vist-career-page{overflow:hidden;} 

li#menu-item-321:hover ul.sub-menu {
    display: block !important;
}


#menu-item-321:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {




}
/* 22th July 2021 */
.feature-row {
    position: relative;
    min-height: 420px;
    display: flex;
}

.feature-list .feature-col {
    width: 100%;
   
}

 .feature-card {
    right: 0;
}

.feature-row.cover-left {
    justify-content: flex-start;
}


.bg-near-white {
    background-color: #fff;
}

 .feature-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
 .feature-cover {
    width: 100%;
    max-width: 800px;
    padding-top: 30%;
    position: relative;
    min-height: 340px;
}
.feature-card h2 {
    font-size: 32px;
    font-weight: bold;
}
.pointer {
    background-image: linear-gradient(to right, #F28120 , #F16922);
    padding: 10px 0;
    border: 1px solid #F16922;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    width: 180px;
    max-width: 180px;
    text-align: center;
    display: block;
}

.feature-row.cover-right {
    justify-content: flex-end;
}

.m-b-100 {
    margin: 50px 0;
}

.content-blog p {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.content-blog {
    padding: 25px 0;
}
.flex-column {
    flex-direction: column;
}
.flex {
    display: flex;
}

.cover-left {
    justify-content: flex-start;
 
}

.cover-right .feature-card {
    left: 0;
}

.feature-card {
    width: 100%;
    max-width: 590px;
    position: absolute;
    bottom: -40px;
    padding: 30px;
}
 /* 23 July 2021 */
 
.linking_inner img {
    height: 100%;
    transition: transform .5s;
    object-fit: cover;
    -webkit-animation: pop-in 0.9s;
    -moz-animation: pop-in 0.9s;
    -ms-animation: pop-in 0.9s;
    transition-delay: .1s;
    width: 100%;
}

.linking_inner:hover img {
    transition: all 1s ease-in-out;
    transform: scale(1.12);
}
.linking_inner {
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 18%);
    height: 330px;
}
.linking_inner:before {
    content: "";
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1s ease-in-out;
    pointer-events: none;
}
.linking_inner:hover:before {
    background: rgb(0 0 0 / 60%);
}
.boxcontent a {
    color: #fff;
}
.boxcontent {
    position: absolute;
    bottom: 18px;
    padding: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.pointer.boxreadmore {
    margin: 0 auto;
    width: auto;
    max-width: 155px;
    padding: 7px;
    margin-top: 12px;
    transition: 0.5s;
}
.pointer.boxreadmore:hover {
    background: transparent;
}
.linking-outer .boxxitem {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 10px;
}
.linking-outer {
    display: flex;
    flex-wrap: wrap;
}
#working-blogs {
    width: 100%;
    display: block;
    clear: both;
    background: #f5f5f5;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.blog-title h2.articlehead {
    font-size: 36px;
    font-weight: 700;
    color: #5D5D5D;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.slidersection button.owl-prev {
    width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/2019/10/left-arrow-.png) !important;
}
.slidersection button.owl-next {
    background: url(/wp-content/uploads/2019/10/RIGHT-ARROW-.png) !important;
    width: 48px;
    height: 48px;
}
#working-blogs .blog-content, #working-blogs .blog-content a  {
    color: #000;
}
#working-blogs .blog-content span {
    color: #F16922 !important;
}
#working-blogs .article-inner a.view-all:hover {
    color: #f27d21;
    border: 1px solid #f27d21;
}
.perks_innerhead  {padding-bottom: 18px;}
.imagesgrid {
    padding-top: 40px;
}
.box {
    border-radius: 3px;
    padding: 25px 0px;
    display: block;
}
.box-icon span {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.info h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    padding: 28px 0px 15px;
    line-height: 25px;
}
.infotxt p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.innerflex {
    display: flex;
    flex-wrap: wrap;
}
.box-icon img {
    max-height: 60px;
    margin: 0 auto;
}
.box-icon {
    text-align: center;
}
.testimonalimg {
    padding: 0px;
}
.testimonalimg img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.testimonal-content {
    background: #f17221;
    color: #fff;
    min-height: 360px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
.innercontent {
    padding: 40px 25px;
}
.linked-in span {
    font-size: 13px;
    font-weight: 600;
    color: #f27e20;
}
.slidersection .owl-nav {
    top: 50%;
    margin-top: -24px !important;
}
 /* 27 July 2021 */
 .article-title {
    text-align: center;
    margin-bottom: 30px;
}
.space-inner {
    padding: 20px 0px;
}
h3.article-posttitle {
    color: #fff;
    padding: 18px 15px;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    background: rgb(8 8 8 / 46%);
    left: 0px;
    right: 0px;
    font-size: 20px;
}
h3.article-posttitle a {
    color: #fff;
}
.articleimg-outer img {
    transition: 0.5s ease all;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.articleimg-outer:hover img {
    transform: scale(1.2);
}
.articleimg-outer {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.page-template-article .articleimg-outer {
    height: auto;
}
.bottom-text {
    padding-top: 35px;
    font-size: 18px;
    font-weight: 500;
}
.apply-now.exp_btn {
    color: #c65102;
}
a.apply-now.exp_btn:after {
    border-bottom: 2px solid rgb(198 81 2 / 81%);
}
.tab-content tr:hover .apply-now.exp_btn {
    background-image: linear-gradient(to right, #c65102 , #F16922);
}