/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Sep, 2019, 2:23:54 PM
    Author     : Pratik Purohit
*/
.couser-pointer {
    cursor: pointer;
}

.overlayer:before {
    content: "";
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.overlayer1:after {
    content: "";
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0px;
    left: 0px;
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #ff9900 !important;
}

.carousel-caption-career {
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

.carousel-caption-career {
    top: auto !important;
    bottom: 50% !important;
}

.carousel-caption-career {
    position: absolute;
    right: 15%;
    bottom: 20px !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/*----------END career BG--------------*/
ul {
    padding-inline-start: 0px !important;
}

/*----------Slider------------------------------*/
#carouselExampleIndicators {
    min-height: 400px !important;
    max-height: 400px !important;
}

.bg-slider-1 {
    position: relative !important;
    z-index: 1 !important;
    background: url(../../img/slider/nopreview.png) center center no-repeat !important;
    background-size: cover !important;
}

.bg-slider-2 {
    position: relative !important;
    z-index: 1 !important;
    position: relative;
    z-index: 1;
    background: url(../../img/slider/BG.png) center center no-repeat;
    background-size: cover;
    background-size: cover !important;
}

.carousel_caption h1 {
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.carousel_caption h2 {
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Oswald;
    font-weight: 200;
    text-transform: uppercase;
}

.carousel_caption p {
    color: #ffffff;
    font-family: Poppins;
    font-size: 13px;
}

.carousel-item {
    min-height: 500px;
    background-size: cover;
    background-position: center center;

}

img {
    text-align: left !important;
}

.carousel-item h2 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: 350px;
    max-width: 100%;
    align-items: left !important;
}

#carouselExampleIndicators h2,
#carouselExampleIndicators p,
#carouselExampleIndicators a,
#carouselExampleIndicators .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: baseline;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #673AB7;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 0, 100%);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(0, 0, 100%);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/*----------END Slider------------------------------*/
.min-max-height-225 {
    min-height: 225.781px;
    max-height: 225.781px;
}

.navbar-shadow {
    -webkit-box-shadow: -1px 10px 31px -10px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: -1px 10px 31px -10px rgba(0, 0, 0, 0.66);
    box-shadow: -1px 10px 31px -10px rgba(0, 0, 0, 0.66);
}

.navbar-nav li {
    border-left: 1px solid;
    padding: 8px;
    padding-bottom: 0px !important;
}

a {
    cursor: pointer;
}

.carousel-caption {
    top: auto !important;
    bottom: 0 !important;
}

.carousal-caption-section-bottom {
    width: 100%;
    left: 0px;
    right: 0px;
    margin-bottom: 0px !important;
}

.mb-carousel-0 {
    margin-bottom: 0px !important;
}

.carousel-item {
    height: 100vh;
    max-height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

.text-black {
    color: #000000 !important;
}

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

.navbar-dropdown-menu-a-word:hover {
    background-color: #ffffff !important;
}

.navbar-dropdown-menu-a-word-games:hover {
    background-color: #ffffff !important;
}

.carousel-caption {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.about-header {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
}

.game-header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.career-section-bg {
    background: url('../../img/career_4.png');
    background-position: 50% 35%;
    background-repeat: no-repeat;
}

#pillar h6 {
    font-size: 12px !important;
}

.mixBlnd {
    background-blend-mode: screen;
}

.theBeginning {
    background-color: rgba(255, 153, 0, 0.5);
}

.card-without-border {
    background-color: transparent;
    border: none;
    min-height: 221px !important;
}

.card-header-transparent {
    background-color: transparent;
    border: none;
}

.missionVision {
    background-color: #ffffff;
}

.motto {
    background-color: #E0FFB2;
}

.g-bg-color {
    background-color: #ff0f0f;
}

.a-bg-color {
    background-color: #99ff00;
}

.m-bg-color {
    background-color: #ff00ff;
    color: #ffffff !important;
}

.m-color {
    color: #ff00ff;
}

.e-bg-color {
    background-color: #ccff00;
}

.t-bg-color {
    background-color: #3399ff;
}

.i-bg-color {
    background-color: #ff9900;
}

.o-bg-color {
    background-color: #00ff00;
}

.n-bg-color {
    background-color: #ffcc00;
}

.bg-blue {
    background-color: #2C5F2D !important;
}

.bg-grey {
    background-color: #f0f2f5 !important;
}

.gametion-symbol-bg-color {
    background-color: #A00409;
}

.text-color-a {
    color: #99ff00 !important;
}

.text-color-i {
    color: #ff9900 !important;
}

.text-color-i a {
    color: #ff9900 !important;
}

.btn-t {
    color: #fff;
    background-color: #3399ff;
    border-color: #3399ff;
}

.active a {
    color: blue;
}

.footer-bg {
    background-color: #000000;
}

.font-weight-black {
    font-weight: 900 !important;
}

.mce-caret {
    display: none;
}

.hovereffect {
    max-height: 250px;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
    cursor: default;
}

.hovereffect img {
    width: 100% !important;
    /*    max-height: auto;*/
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    min-height: 260px;
    position: absolute;
    overflow: hidden;
    margin-top: 0px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(170, 170, 170, 0.6);
}

.info {
    font-size: 12px;
}

.hovereffect h2,
.hovereffect img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.min-height-sm-400 {

    min-height: 400px !important;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: transparent;
}

.hovereffect p.info {
    display: inline-block;
    text-decoration: none;

    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;

    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -2%;
    left: 0%;
    padding: 40px;
}

.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.4);
}

.width {
    width: 40px !important;
}

.min-height-220 {
    min-height: 220px !important;
}

.min-height-271 {
    min-height: 271px !important;
}

.min-height-200 {
    min-height: 160px !important;
}

.min-height-100vh {
    min-height: 100vh !important;
}

.list-style-none {
    list-style-type: none;
}

.image-shadow,
.image-shadow-2 {
    position: relative;
}

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}

.z-depth-3 {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.image-shadow-2:after {
    background: #3399FF;
}

.image-shadow:after,
.image-shadow-2:after {
    content: '';
    position: absolute;
    width: 75%;
    height: 100%;
    top: 30px;
    left: 30px;
    z-index: -1;
}

.container-readMore {
    display: flex;
}

.container-readMore .highlight {
    padding: 5px;
    display: inline-block;
    color: #343434;
    transition: color 250ms, text-shadow 250ms;
    text-decoration: none;
    position: relative;
    z-index: 0;

}

.container-readMore .highlight::after {
    position: absolute;
    z-index: -1;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translate(-50%) !important;
    transform: translate(-50%);
    content: '';
    width: 100%;
    height: 3px;
    transition: all 250ms;

}

.container-readMore .highlight.m-animi-readMore::after {
    background-color: #ff00ff;
}

.container-readMore .highlight:hover {
    color: white;
    text-shadow: 0 1px 0 black;

}

.container-readMore .highlight:hover::after {
    height: 105%;
    width: 105%;

}

.btn-nav-grey {
    color: rgba(0, 0, 0, .5);
}

.height-100vh {
    height: 100vh !important;
}

.delete:hover {
    color: red !important;
}

.max-height-200 {
    max-height: 200px !important;
}

.max-height-150 {
    max-height: 120px !important;
}

.width-auto {
    width: auto !important;
}

.contact-bg {
    background: url(../../img/contact-us-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-white {
    color: #6c757d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
}

.ludoking-bullet li {
    margin: 0;
    padding: 6px 0 6px 54px;
    list-style: none;
    background-image: url("../../img/dice.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.colorking-bullet li {
    margin: 0;
    padding: 6px 0 6px 54px;
    list-style: none;
    background-image: url("../../img/color-king-circle1.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.carromking-bullet li {
    margin: 0;
    padding: 6px 0 6px 54px;
    list-style: none;
    background-image: url("../../img/white.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.rounded {
    border-radius: 1.25rem !important;
}

#redirectVacancy:hover {
    cursor: pointer;

}

#redirectDirect:hover {
    cursor: pointer;

}

#careerRow {
    cursor: pointer;
}

/*-------------------------ConTACT-----------------*/
.btn-contact {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    width: 100%;
    background-color: #ffcc00 !important;
}

/*-------------------------End ConTACT-----------------*/
/*-------------------------Testimonal-----------------*/
.carousel-inner {
    max-height: 400px !important;
}

.carousel-inner small {
    text-align: left !important;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 50px auto;
    padding: 21px 70px;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonial:before {
    position: absolute;
    content: '';
    background-image: url(../../img/bq.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    font-size: 40px;
    width: 45px;
    height: 45px;
    margin-top: 12px;
}

.carousel .testimonial {
    margin-left: 20px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -63px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #000000 !important;
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: 0px;
}

.cNav {
    background-color: #7AA641;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    border-top: none !important;
    border-bottom: none !important;
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-item {
    height: auto !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f104";
}

.slider {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 0px;

}

.slider .parent-slide {
    padding: 15px;
}

.slider img {
    display: block;
    margin: auto;
}

.max-width-150px {
    max-width: 250px !important;
}

.card-border-bottom-i {
    border-bottom: 3px solid #ff9900;
}

.slide {
    margin-left: 0px;
    margin-right: 0px;
}

.container-fluid {
    max-width: 1840px;
    ;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mt-prallex {
    margin-top: 2.5rem !important;
}

/*-------------------------ENDTestimonal-----------------*/
.max-height-270 {
    max-height: 215px !important;
    width: auto !important;
}

.mobile-height-max-600 {
    height: 600px;
}

.min-height-411 {
    min-height: 371px !important;
}

.min-max-height-411 {
    min-height: 611px !important;
    max-height: 611px !important;
}

.min-height-144 {
    min-height: 120px !important;
}

.shadow-custom {
    box-shadow: 0px 0px 48px -15px rgba(0, 0, 0, 0.11);
}

.rounded-top-custom {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}

.rounded-top-custom-2 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.rounded-top-custom-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}

.btn-outline-light:hover {
    color: #410210 !important
}

/*--------------------Career option deign----------------*/
.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-logo {
    position: relative;
    margin-left: -41.5%;
}

.login-logo img {
    position: absolute;
    width: 20%;
    margin-top: 19%;
    background: #282726;
    border-radius: 4.5rem;
    padding: 5%;
}

.login-form-1 {
    padding: 9%;
    background: #282726;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3 {
    text-align: center;
    margin-bottom: 12%;
    color: #fff;
}

.login-form-2 {
    padding: 9%;
    background: #414042;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3 {
    text-align: center;
    margin-bottom: 12%;
    color: #fff;
}

.btnSubmit {
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
}

.btnForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.btnForgetPwd:hover {
    text-decoration: none;
    color: #fff;
}

/*----------------END Career Option Design--------------------------*/
.container-fluid-career {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.career-bg {
    background: url(../../img/banners/career.png) no-repeat top center fixed !important;
    min-height: 350px !important;
    max-height: 350px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }

    .slider {
        max-width: 1340px;
    }

    .responsive-max-w {
        max-width: 1340px;
    }

    .big-heigh {
        min-height: 450px !important;
        max-height: 500px !important;
    }

    .min-max-height-460 {
        min-height: 468px !important;
        max-height: 468px !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
    .big-heigh {
        min-height: 450px !important;
        max-height: 500px !important;
    }

    .min-max-height-460 {
        min-height: 340px !important;
        max-height: 468px !important;
    }

    .min-max-height-225 {
        min-height: 175.781px;
        max-height: 175.781px;
    }
}

@media screen and (min-width: 720px) and (max-width: 900px) {
    .big-heigh {
        min-height: 275px !important;
        max-height: 275px !important;
    }

    .min-max-height-460 {
        min-height: 250px !important;
        max-height: 468px !important;
    }
}

@media screen and (min-width: 570px) and (max-width: 700px) {
    .big-heigh {
        min-height: 210px !important;
        max-height: 210px !important;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2560px) {
    .big-heigh {
        min-height: 664.656px !important;
    }

}

@media screen and (min-width: 2560px) {
    .big-heigh {
        min-height: 900px !important;
    }

    .career-bg {
        background: url(../../img/banners/career.png) no-repeat top center fixed !important;
        min-height: 500px !important;
        max-height: 500px !important;
        background-size: cover !important;
    }
}

@media only screen and (max-width: 768px) {

    .min-height-200 {

        min-height: 230px !important;
    }

    .mobile-height-max-600 {
        height: auto;
        max-height: 600px;
    }

    .parallax {
        display: none !important;
    }

    .mob-opt {
        background-image: url('../../img/animi-banner/gametionludodemo.png');
        background-repeat: no-repeat;
        /* for vertical repeat */
        background-position: center center;
        background-size: cover;
        height: 400px;
    }

    .carousel-inner {
        max-height: 800px !important;
    }

    .carousel .carousel-indicators {
        bottom: -40px;
    }

    .text-xs-left {
        text-align: left !important;
    }

    #game-footer-link ul {
        padding-left: 0px !important;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-sm-2 {
        margin-left: 10.666667% !important;
    }

    .card-min-height-484 {
        min-height: 205px !important;
    }
}

.min-max-height-350 {
    min-height: 350px;
    max-height: 350px;
}

.min-max-height-300 {
    min-height: 270px;
    max-height: 270px;
}

.min-max-height-300-cover {

    max-height: 270px;
}

@media only screen and (max-width: 568px) {
    .min-max-height-300-cover {
        min-height: 130px;
        max-height: 270px;
    }

    .card-min-height-484 {
        max-height: 400px !important;
        min-height: 400px !important;

    }

    .min-max-height-350 {
        min-height: 0px;
        max-height: 110px;
        margin-top: 4.5%;
    }

    .page-title {
        padding-top: 35px !important;
    }

    .carousel .carousel-indicators {
        bottom: -13px !important;
    }

    .mt-sm-3 {
        margin-top: 8% !important;
    }

    .mt-sm-4 {
        margin-top: 16% !important;
    }

    .p-sm-1 {
        padding: 8% !important;
    }

    .min-height-sm-400 {

        min-height: 200px !important;
    }

    #carouselExampleIndicators {
        min-height: 200px !important;
        max-height: 200px !important;
        font-size: 12px;
    }

    .offset-xs-1 {
        margin-left: 8.333333%;
    }

    .offset-xs-2 {
        margin-left: 16.666666%;
    }

    .carousel-caption-career {
        top: auto !important;
        bottom: 36% !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-xs-2 {
        margin-top: .5rem !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .min-height-411 {
        min-height: 405px !important;
    }

    .card-link+.card-link {
        margin-left: 0rem !important;
        margin-top: 0.5rem !important;
    }

    .mob-p-0 {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 411px) {
    nav {
        max-width: 411px !important;
        padding-left: 0px;
    }

    .offset-sm-3 {
        margin-left: 16.66666666% !important;
    }

    .career-section-bg {
        background: url('../../img/career_4.jpg');
        background-repeat: no-repeat;
    }

    .career-page-bg {
        background: url('../../img/career_4.jpg');
        background-repeat: no-repeat;
    }

    .card-min-height-484 {
        min-height: 400px !important;
    }

    .min-max-height-296 {
        min-height: 325px;
        max-height: 325px;
    }

    #pillar h6 {
        font-size: 20px !important;
    }

    #usefulLink {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .min-max-height-296 {
        min-height: 325px;
        max-height: 325px;
    }
}

@media only screen and (min-width: 1300px) {}


@media only screen and (min-width: 1000px) {}

@media (min-width: 576px) {
    .offset-sm-a2 {
        margin-left: 10.666667% !important;
    }

    .offset-sm-3 {
        margin-left: 0px !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0rem !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .offset-3 {
        margin-left: 25% !important;
    }

    .offset-2 {
        margin-left: 10.666667% !important;
    }

    .offset-1 {
        margin-left: 8.333333% !important;
    }
}



.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}