/*-----------------------------------------------------------------------------------

    Template Name: Cavalier - Games Studio HTML Template.
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_Theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
       2.1 Header Bottom Area
       2.1 Sticky Header Area
       2.3. Mobile Menu Area
    3. Slider Area
    4. Services Area
	5.Product Area
	6.Gallery Area
	7.Reviews Area
	8.Challange Area
	9. Blog Area
	10. Footer Area
	11. Breadcumbs Area
	12. About feature area
	13. Team Area
	14. Faq page Area
	15. Error page area
	16.	Contact Us  CSS
	17. Blog Sidebar Area
	18. Blog Details
	19. Game Details
    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open+Sans:400,600,700,800');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

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

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #cecde9;
    letter-spacing: 0.50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 50px;

}

h2 {
    font-size: 38px;
    line-height: 40px;

}

h3 {
    font-size: 30px;
    line-height: 32px;

}

h4 {
    font-size: 24px;
    line-height: 26px;

}

h5 {
    font-size: 20px;
    line-height: 22px;

}

h6 {
    font-size: 16px;
    line-height: 20px;

}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    color: #FF8B2C;
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
    font-weight: 400;
}

#scrollUp {
    background: #FF8B2C none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 32px;
    height: 54px;
    line-height: 50px;
    right: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 54px;
    border: 1px solid #FF8B2C;
}

#scrollUp:hover {
    background: transparent;
    color: #FF8B2C;
    transition: all 0.4s ease 0s;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../images/logo/preloader.gif') no-repeat center center;
}

.navbar-collapse {
    padding-left: 0px;
}

::-moz-selection {
    background: #FF8B2C;
    text-shadow: none;
}

::selection {
    background: #FF8B2C;
    text-shadow: none;
}

.color {
    color: #FF8B2C;
    font-weight: 700;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 100px 0px;
}

.area-padding-2 {
    padding: 100px 0px 70px;
}

.page-padding {
    padding: 130px 0px 100px;
}

.page-padding-2 {
    padding: 130px 0px 70px;
}

.section-headline {
    padding-bottom: 90px;
    position: relative;
}

.section-headline h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
}

.section-headline.white-headline h3 {
    color: #fff;
}

.section-headline.white-headline p {
    color: #cecde9;
}

.section-headline.text-left {
    margin-bottom: 30px;
}

.section-headline::after {
    background: url(../images/about/line.png);
    background-repeat: no-repeat;
    bottom: 27px;
    content: "";
    left: 50%;
    position: absolute;
    width: 200px;
    z-index: 10;
    height: 40px;
    margin: 0 auto;
    margin-left: -100px;
}

.section-headline.text-left h3::after {
    border: 2px solid #FF8B2C;
    left: 0;
    right: auto;
}

.section-headline p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

.small-title {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    color: #FF8B2C;
}

.section-headline h4 {
    font-size: 26px;
    max-width: 800px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
}

.section-headline-2 {
    padding-bottom: 90px;
    position: relative;
}

.section-headline-2 h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
}

.section-headline-2.white-headline h3 {
    color: #fff;
}

.section-headline-2.white-headline p {
    color: #fff;
}

.section-headline-2.text-left {
    margin-bottom: 30px;
}

.section-headline-2.text-left h3::after {
    border: 2px solid #FF8B2C;
    left: 0;
    right: auto;
}

.section-headline-2 p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

.section-headline-2 h4 {
    font-size: 26px;
    max-width: 800px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
}





.load-more-btn {
    text-transform: uppercase;
    background: #FF8B2C;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #FF8B2C;
}

.load-more-btn:hover {
    background: #fff;
    border: 2px solid #FF8B2C;
    color: #FF8B2C;
    transition: 0.4s;
}

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

.parallax-bg {
    position: relative;
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002c57;
    opacity: .8;
    content: "";
}

.left-headline {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.left-headline::after {
    border: 1px solid #FF8B2C;
    bottom: 5px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 70px;
    right: auto;
}

.sub-headline {
    position: relative;
    margin-bottom: 30px;
}

.sub-headline::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #FF8B2C;
}

.sub-headline h4 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 20px;
}

.center-headline h3 {
    max-width: 900px;
    font-size: 34px;
    line-height: 42px;
    margin: 0px auto 58px;
    text-align: center;
}

.center-headline h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 31px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #FF8B2C;
}

.bg-color-1 {
    background: #1D2353;
}

.bg-color-2 {
    background: #151B46;
}

.last-item {
    margin-bottom: 0px !important;
}

.single-brand-item {
    display: inline;
    text-align: center;
}

/*----------------------------------------*/
/*  2.1 Header Area 
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.header-area {
    background: rgba(29, 35, 83) none repeat scroll 0 0;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 20px 0;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav>li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 40px 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 15px;
}

.main-menu ul.navbar-nav li a:hover {
    color: #FF8B2C;
}

.main-menu ul.navbar-nav>li>a::before {
    background: #FF8B2C;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
    left: 0px;
}

.main-menu ul.navbar-nav>li:hover>a:before,
.main-menu ul.navbar-nav>li.active>a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #FF8B2C;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: inherit;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #0d0b26;
    border-top: 2px solid #FF8B2C;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    border-radius: 0px 0px 10px 10px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #101E2C;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fff;
    background: #FF8B2C;
}

.main-menu ul.nav li:hover ul.sub-menu>li:last-child a:hover {
    border-radius: 0px 0px 10px 10px;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}





/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #000, -2px -2px 5px #000;
    background: rgba(29, 35, 83, 0.96) none repeat scroll 0 0;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 16px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 34px 0px;
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}


.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #fff;
}

.header-area.stick .navbar-brand>img {
    display: block;
    width: 160px;
    height: auto;
}

.header-area.stick .logo-bg:after {
    border-top: 76px solid transparent;
}



/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: rgba(0, 0, 0, 0.90);
    padding: 10px 0px;
}

.mobile-menu-area.stick{
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.90);
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #FF8B2C
}

.mean-container .mean-nav ul {
    list-style-type: none;
    padding: 20px 0px;
    padding: 0;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    background: none;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #fff;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

.intro-content::after {
    background: rgba(18, 16, 47, 0.60) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -150px;
}

.layer-1-2 {
    margin: 20px 0;
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px auto;
    max-width: 925px;
    font-weight: 800;
}

.layer-1-1 p {
    color: #cecde9;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    max-width: 780px;
    margin: 20px auto 40px;
    letter-spacing: 1px;
}

.ready-btn {
    border: 1px solid #FF8B2C;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: linear-gradient(0deg, #E72E1C 0%, #FF8B2C 100%);
    width: 180px;
    border-radius: 10px;
}

.ready-btn:hover {
    color: #FF8B2C;
    background: transparent;
    transition: all 0.4s ease 0s;
}

.layer-1-2 .color {
    color: #FF8B2C;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 24px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 52px;
    opacity: 0;
    border: 1px solid #FF8B2C;
    width: 54px;
    height: 54px;
    border-radius: 2px;
    background: #FF8B2C;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #FF8B2C;
    background: transparent;
    transition: all 0.4s ease 0s;
}

.intro-carousel .owl-item .layer-1-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-1-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-1-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3 {
    transform: translateY(0);
    opacity: 1;
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1.1);
    transition: 10s;
}

/*--------------------------------*/
/* 5. Services Area
/*--------------------------------*/
.services-area {
    position: relative;
}

.services-all {
    margin-top: -30px;
}

.services-carousel .owl-stage-outer {
    padding-bottom: 5px;
}

.single-services {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}

.main-services {
    display: block;
    position: absolute;
    padding: 20px;
    top: 57%;
    left: 0;
    z-index: 2;
    margin-top: -40px;
    opacity: 0;
    right: 0;
}

.single-services:hover .main-services {
    opacity: 1;
}

.main-services p {
    color: #cecde9;
}

.services-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #FF8B2C;
}

.services-img {
    overflow: hidden;
    position: relative;
}

.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 16, 47, 0.90) none repeat scroll 0 0;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}

.image-layer img {
    text-align: center;
    position: relative;
    top: 26%;
    margin-top: -10px;
    height: 100px;
    width: 100px !important;
    right: 0;
    left: 0;
    margin: 0px auto 30px;
}

.service-content h4 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.service-btn {
    font-weight: 600;
    color: #f0f0f0;
    position: relative;
    font-size: 16px;
}

.service-btn::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    background: #FF8B2C;
    width: 0%;
    height: 1px;
    transition: 0.4s;
}

.single-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}

.single-services:hover .image-layer {
    transition: 0.4s;
    opacity: 1;
}

.single-services:hover .service-content h4 {
    color: #fff;
}

.single-services:hover .service-btn:hover {
    color: #FF8B2C;
}

.single-services:hover .service-btn:hover::after {
    transition: 0.4s;
    width: 100%;
}

.services-carousel .col-md-4{
	width: 100%;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #EC9123;
	background: #EC9123;
    width: 40px;
    height: 40px;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#EC9123;
    background: transparent;
    transition: all 0.4s ease 0s;
}



/*--------------------------------*/
/* 6.Product Area
/*--------------------------------*/
.product-area {
    position: relative;
}

.single-product {
    display: block;
}

.single-product .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.category {
    position: absolute;
    top: 0;
    left: 20px;
    background: #FF8B2C;
    padding: 4px 15px;
    color: #fff;
    font-size: 18px;
    z-index: 20;
    font-weight: 600;
}

.product-content {
    padding: 70px 30px;
}

.product-name {
    text-align: center;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
}

.product-name>a {
    color: #fff;
}

.launch-date span {
    color: #cecde9;
    font-size: 16px;
    line-height: 26px;
}

.no-rating a:last-child {
    color: #cecde9;
}

.demo-btn {
    padding-top: 30px;
    display: flex;
}

.pro-rating a {
    color: #FF8B2C;
    font-size: 16px;
}

.price-box {
    margin-top: 10px;
}

.price-box span {
    color: #cecde9;
    font-size: 20px;
}

.rating-rate {
    color: #cecde9;
    display: block;
    padding: 10px 0px;
    font-size: 16px;
}

.play-btn {
    display: inline-block;
    margin: 0px 10px;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}

.left-btn {
    background: #1e0d7f;
}

.right-btn {
    background: #3624a0;
}

.product-name>a:hover {
    color: #FF8B2C;
}

.left-btn:hover {
    background: #3624a0;
    transition: 0.4s;
}

.right-btn:hover {
    background: #1e0d7f;
    transition: 0.4s;
}

.product-img {
    position: relative;
    z-index: 1;
}

.product-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 16, 47, 0.80) none repeat scroll 0 0;
    content: "";
    transition: 0.4s;
    opacity: 0;
}

.video-play {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    color: #cecde9;
    font-size: 50px;
    margin-top: -25px;
    z-index: 10;
    opacity: 0;
}

.single-product:hover .video-play {
    opacity: 1;
    transition: 0.4s;
}

.single-product:hover .product-img::after {
    opacity: 1;
    transition: 0.4s;
}

/*--------------------------------*/
/*  7.Gallery Area
/*--------------------------------*/
.project-area {
    position: relative;
    z-index: 1;
}

.project-menu li a {
    color: #cecde9;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.project-menu li a.active {
    color: #fff;
    background: #FF8B2C;
    text-decoration: none;
}

.project-menu {
    margin-bottom: 10px;
}

.project-menu li {
    display: inline-block;
}

.project-menu li a:hover {
    color: #fff;
    background: #FF8B2C;
    text-decoration: none;
}

.project-all {
    margin-top: -15px;
}

.project-content .project-single {
    float: left;
    width: 25%;
}

.all-padding {
    padding: 15px;
}

.single-awesome-project {
    overflow: hidden;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img::after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(18, 16, 47, 0.80) none repeat scroll 0 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
}

.awesome-img img {
    transform: scale(1.1);
    transition: 0.5s;
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.5s;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.awesome-img>a::before {
    position: absolute;
    content: "\e827";
    font-family: cavalier;
    left: 0;
    top: 50%;
    color: #fff;
    z-index: 9;
    right: 0;
    margin-top: -25px;
    text-align: center;
    font-size: 50px;
    line-height: 56px;
    opacity: 0;
}

.single-awesome-project:hover .awesome-img>a::before,
.single-awesome-project:hover .awesome-img::after {
    opacity: 1;
}

/*--------------------------------*/
/* 8.Reviews Area
/*--------------------------------*/
.reviews-area {
    position: relative;
}

.testimonial-carousel .owl-stage {
    padding-bottom: 10px;
}

.single-testi {
    padding: 30px 20px;
    position: relative;
    margin-top: 50px;
    background: #0d0b26;
}

.testi-img {
    position: relative;
    top: -80px;
    left: 30px;
}

.testi-img img {
    width: 100%;
    display: inline-block;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
}

.testi-text {
    margin-top: -60px;
}

.testi-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
}

.testi-text p {
    color: #cecde9;
}

.testi-text span,
.testi-text span a {
    color: #cecde9;
}

.testi-text h5 {
    color: #cecde9;
    font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #FF8B2C;
    background: #FF8B2C;
    width: 40px;
    height: 40px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #FF8B2C;
    background: transparent;
}

/*--------------------------------*/
/* 9.Challange Area
/*--------------------------------*/
.challange-area {
    position: relative;
}

.tab-menu {
    display: block;
}

.tab-menu ul.nav {
    margin: 0;
    padding: 0;
}

.tab-menu ul.nav li {
    border: medium none;
    display: block;
    width: 100%;
}

/* .tab-menu ul.nav li a {
    background: #0d0b26;
    border-radius: 0;
    display: block;
    font-weight: 600;
    padding: 7px 20px 16px;
    color: #fff;
    border: 1px solid none;
    box-shadow: 5px 5px 10px #0C1925, -5px -5px 10px #0C1925;
    margin: 10px 0px;
} */

.tab-menu .nav-tabs {
    border-bottom: none;
}

/* .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    background-color: #3624a0 !important;
    border-color: #3624a0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    position: relative;
} */

/* .tab-menu ul.nav li a:hover {
    border: 1px solid #0d0b26;
} */

.cha-img {
    display: inline-block;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.title-date {
    display: inline-block;
    position: relative;
    top: 15px;
}

.cha-title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #FF8B2C;
}

.cha-date {
    display: block;
    color: #cecde9;
}

/* .tab-menu .active .cha-date {
    color: #f5f5f5;
} */

.single-page {
    position: relative;
}

.challange-area .video-play {
    opacity: 1;
    background: #3624a0;
    display: inline-block;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 34px;
    line-height: 78px;
    border-radius: 3px;
    color: #fff;
    top: 50%;
    margin-top: -40px;
}

.challange-area .video-play:hover {
    opacity: 1;
    background: #fff;
    color: #3624a0
}

.tab-menu ul.nav li:first-child a {
    margin-top: 0px;
}

.navtabs {
    margin-bottom: 38px;
}

/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-area {
    position: relative;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.blog-content {
    background: #0d0b26;
    padding: 20px;
}

.blog-right-column .blog-image {
    overflow: hidden;
    float: left;
    width: 50%;
}

.blog-right-column .blog-content {
    background: #0d0b26;
    width: 50%;
    height: 100%;
    min-height: 269px;
    float: left;
    padding: 30px 20px 30px 30px;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    margin: 10px 0px;
}

.blog-meta span {
    color: #cecde9;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

.blog-content a h4:hover {
    color: #FF8B2C;
}

.single-blog {
    margin-bottom: 30px;
    overflow: hidden;
}

.read-more {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-content p {
    color: #cecde9;
}

.blog-right-column .blog-image img {
    min-height: 268px;
}

/*----------------------------------------*/
/*  11. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 100px 0;
    background: #151B46;
}



.footer-content {
    display: block;
    overflow: hidden;
}


.footer-area-bottom {
    background: #151B46;
    padding: 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #FF8B2C;
}

.copyright-text a {
    color: #cecde9;
}

.copyright>p {
    margin-bottom: 0;
    color: #cecde9;
    text-align: center;
}

.copyright a {
    color: #FF8B2C;
}

.footer-hr {
    margin: 0 !important;
    border: 0;
    border-top: 1px solid #696897;
}


/*----------------------------------------*/
/*  17.	Contact Us  CSS
/*----------------------------------------*/
.single-icon i {
    font-size: 34px;
    width: 80px;
    height: 80px;
    border: 1px solid #FF8B2C;
    background: #FF8B2C;
    line-height: 77px;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #fff;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
    background: #0d0b26;
    padding: 50px 30px 30px;
}

.contact-page-area {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 50px 0 70px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #F2f2f2;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    background: #F2f2f2;
}

.contact-form textarea#message {
    border: 1px solid #F2f2f2;
    border-radius: 3px;
    height: 171px;
    padding: 20px;
    width: 100%;
    background: #F2f2f2;
}

.contact-form input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 0;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    padding: 11px 24px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.contact-form input[type=submit]:hover {
    color: #fff;
    border: 1px solid #252525;
    background: #252525;
}

.add-btn.contact-btn {
    background: #1D2353;
    border: 1px solid #1D2353;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 10px;
}

.add-btn.contact-btn:hover {
    background: transparent;
    color: #1D2353;
    transition: 0.4s;
}



.contact-area {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




/*----------------------------------------*/
/*  20. Game Details
/*----------------------------------------*/
.game-details-page .product-content {
    padding: 0px;
}

.game-details-page .product-content p {
    font-size: 15px;
    margin-top: 15px;
}

.game-details-page .rating-rate {
    display: inline-block;
    padding-right: 20px;
}

.game-details-page .demo-btn {
    padding: 0px 0px 0px;
    margin-left: -10px;
}

.game-details-page .play-btn {
    margin: 20px 10px 0px;
}

.single-game {
    margin-top: 40px;
}

.single-game a h4 {
    font-weight: 600;
    line-height: 30px;
}

.single-page {
    overflow: hidden;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #ddd;
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #FF8B2C;
}

.mar-row .single-game {
    margin-top: 0px;
}

.marker-list li {
    color: #cecde9;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
}

.marker-list li::after {
    position: absolute;
    content: "\e886";
    left: 0;
    top: 3px;
    font-family: cavalier;
    color: #FF8B2C;
    font-weight: 700;
}

.mar-row {
    margin-top: 60px;
}

.single-game-about {
    padding: 40px 0px;
    overflow: hidden;
}

.single-page .video-play {
    opacity: 1;
}

.game-about {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    padding-right: 30px;
}

.game-about:nth-child(2n),
.game-about:nth-child(4n) {
    padding-right: 0px;
}

.game-about:nth-child(3n),
.game-about:nth-child(4n) {
    margin-bottom: 0px;
}

.game-system-head {
    background: #0d0b26;
    padding: 40px 30px
}

.game-icon {
    float: left;
    margin-right: 20px;
    color: #FF8B2C;
}

.game-icon i {
    font-size: 34px;
}

.game-text h4 {
    font-weight: 500;
    font-size: 20px;
}

.game-text p {
    font-size: 15px;
}

.single-game h4 {
    font-size: 24px;
    line-height: 36px;
}

.game-system-head p {
    font-size: 15px;
}

.game-details-page .product-name {
    text-align: left;
}

/* .small-lightbox .project-single:first-child {
    display: inline;
} */

.small-lightbox .project-single {
    display: none;
}







/*--------------------------------*/
/* .End CSS
/*--------------------------------*/