/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
--*/

html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    scroll-behavior: smooth;
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%; 
}

body {
    display: flex;
    flex-direction: column;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*
div {
	border: 2px solid black;
}
div:after {
    content: attr(class);
    position: absolute;
}
*/

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Source Sans Pro', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.game-name {
    font-size: 1em;
    color: #777;
    line-height: 1.9em;
    letter-spacing: 1px;
}

.subhead {
    font-size: 1em;
    color: #777;
    line-height: 1.4em;
	font-family: 'Source Sans Pro', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

body img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.upload-button input[type=file] {
	margin-left: -2px !important;
}

.upload-button input[type=file]::-webkit-file-upload-button {
	display: none;
}

.upload-button input[type=file]::file-selector-button {
	display: none;
}

.upload-button:hover label {
	background-color: #dde0e3;
	cursor: pointer;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.divider::after,
.divider::before {
  content: "";
  background-color: #CED4DA;
  flex: 1;
  height: 1px;
}

.divider:not(:empty)::before {
  margin-right: .5em;
}

.divider:not(:empty)::after {
  margin-left: .5em;
}


.thumb-post img {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	max-height: 500px;
}



.yt-wrapper {
	width:100%; 
	max-width: 600px; 
	height:100%; 
	margin:0 auto; 
}

.h_iframe {
	position:relative; 
	padding-top: 56%;
	}
	
.h_iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	height:100%;
}


.youtube-container {
    display: block;
    width: 100%;
    max-width: 1200px;
}

.youtube-player {
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}


img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('../images/icons/play.png?x=y') no-repeat center center;
	background-size: 56px 56px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card-img-disabled {
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #DDD;
	font-size: 1em; text-align: center;	
}

/*-- header --*/
header {
    z-index: 9;
    width: 100%;
    -webkit-box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}

a.navbar-brand {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 0.8em;
    text-transform: uppercase;
    color: #333;
}

#logo-img {
	text-align:left;
	float: left;
	margin-right: -1.5em;
}

#logo a {
    float: left;
    display: initial;
}

a.navbar-brand span {
    display: block;
	font-size: 0.38em;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.menu {
    margin-top: 1.4em;
}

/* Positioning the navigation items inline */

nav ul li {
    margin: 0px;
    display: inline-block;
}

/* Styling the links */

nav a {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 14px;
    font-weight: 600;
    margin: 0 0.5em;
    /*text-transform: uppercase;*/
}


nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */

nav a:hover {
    color: #fc636b;
}

.menu li.active a {
    color: #fc636b;
}


li.dropdown {
    position: relative;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 24px;
    left: 0;
    padding: 10px;
    background: #fff;
    padding: 10px;
    z-index: 999;
    border: 1px solid #ddd;
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width:992px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 7px 20px;
        font-size: 14px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #212529;
        color: #fff;
        cursor: pointer !important;
        margin-bottom: 0.5em;
        /*text-transform: uppercase;*/
        margin-top: 1.5em;
		width: 100%;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 80%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: rgba(16, 16, 16, 0.85);
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav ul ul li a {
        color: #fff;
        font-size: 0.85em;
    }

    nav ul li a {
        color: #fff;
    }
}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}


/* header */
/* CSS Document */
.wthreem-bg {
    background: #fff;
    padding: 1.5em;
    display: flex;
}

/*-- // header --*/

.banner-w3pvt-info {

    position: relative;
    min-height: 14em;
}

.overlay-w3ls {
    background: rgba(21, 2, 32, 0.55);
    min-height: 14em;
	text-align: left;
	backdrop-filter: blur(3px);
	height: auto;
}

.banner-w3pvt-info.second {
    background: url(../images/headers/default.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    min-height: 7em;
}

.overlay-w3ls.second {
    /* background: rgba(82, 5, 127, 0.76); */
	background: rgba(21, 2, 32, 0.55);
    min-height: 7em;
}

.banner-content {
    margin: 0 auto;
    width: 50%;
    padding-top: 1em;
	height: 100%;
}

.banner-content h3 {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 0.1em;
    padding-bottom: 0.1em;
	padding-top: 0.1em;
    font-weight: 200;
    line-height: 0.1em;
	text-align: left;
	font-style:italic
}

.banner-content h2 {
    color: #fff;
    font-size: 2.0em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    margin-bottom: 0em;
    padding-bottom: 0.1em;
    font-weight: 200;
    line-height: 1.2em;
	text-align: left;
}

.banner-content a {
    color: #ddd;
	text-align: left;
}

.banner-content p {
	font-size: 1.4em;
}

.banner-content .btnx {
    border: 2px solid #fff;
	border-radius:5px;
    padding: 0.5em 0.5em;
	margin: 0.3em 1em 0.5em 0em;
	text-align:center;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: capitalize;
	line-height: 1.8em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	width: 8em;
	display: inline-block;
}

.banner-content .alignleft
{
	float: left;
}

.banner-content .alignright
{
	float: right;
}

/*-- video player */

.video-container {
	text-align:center;
	background-color: #ddd;
	padding: 1em;
}


/*-- /banner-bottom --*/
.sub-wthree {
    color: #777;
    font-size: 1em;
    font-weight: 500;
}

/*-- //banner bottom --*/
/*-- //banner-bottom --*/








/*-- features --*/
h3.title-w3ls,
h3.title-w3ls.two {
    color: #555;
    font-size: 2.2em;
    font-weight: 200;
    line-height: 1.5em;
}

h3.title-w3ls.two {
    color: #fff;
}



/* copyright */
.copy-right {
    background: #252831;
}

p.copy-right-grids {
    letter-spacing: 2px;
    color: #ddd;
}

p.copy-right-grids a {
    color: #777;
}

.w3pvt-icons li {
    display: inline-block;
    margin: 0 1em;
}

.w3pvt-icons li a span {
    color: #1aafd0;
    font-size: 1em;
}

/* //copyright */
.move-top {
    margin-top: 1.2em;
	padding-top: 0;
}

.move-top a span {
	color: #1aafd0;
    font-size: 2.5em;
	margin-top: 0;
}

/*-- //footer --*/

/*-- /layouts --*/
.gd-w3ls-blog.gd-w3ls-blog2 {
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding-top: 3em;
}

h4.title-w3ls.layout-b {
    color: #555;
    font-size: 1.6em;
    font-weight: 200;
    line-height: 1.5em;
}

ul.tic-info li {
    color: #566773;
    font-size: 0.9em;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
}

ul.tic-info li span {
    color: #fc636b;
    font-size: 1.4em;
    vertical-align: middle;
}

/*-- //layouts --*/
/*-- to-top --*/
a.move-top {
    text-align: center;
}

a.move-top span {
    color: #333;
    width: 36px;
    height: 36px;
    border: transparent;
    line-height: 2em;
    background: #f7f7f7;
    border-radius: 5px;
}

/*-- //to-top --*/


/*-- Responsive design --*/


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

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 14em;
    }

    .banner-content {
        margin: 0 auto;
        width: 75%;
        padding-top: 1em;
    }

    .banner-w3pvt-info.second,
    .overlay-w3ls.second {
        min-height: 7em;
    }

    h4.title-w3ls {
        font-size: 2em;
    }

    .testi-info {
        padding: 6em 6em;
    }

    h4.title-w3ls {
        font-size: 1.8em;
    }

}

@media screen and (max-width: 1280px) {
    h4.title-w3ls {
        font-size: 1.6em;
    }

    .services-box {
        padding: 2em 2em;
    }

    .service-content h5 {
        font-size: 1em;
    }

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 2em;
    }
}

@media screen and (max-width: 1080px) {
    h4.title-w3ls {
        font-size: 1.6em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 14em;
    }

    .testi-info {
        padding: 5em 3em;
    }

    .banner-content h3 {
        font-size: 1.4em;
    }
}

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

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 14em;
    }

    .banner-content {
        margin: 0 auto;
        width: 75%;
        padding-top: 1em;
    }

    .banner-w3pvt-info.second,
    .overlay-w3ls.second {
        min-height: 1em;
    }

    .testi-info h4 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 992px) {
    .ser-lt {
        margin-top: 2em;
    }

    .banner-content {
        margin: 0 auto;
        width: 75%;
        padding-top: 1em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 14em;
    }

    .testi-info {
        padding: 3em 2em;
    }

    .contact_grid_right {
        margin: 1em 0;
    }

    .btn {
        padding: 0.8em 2.5em;
        font-size: 16px;

    }
}

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

    .banner-w3pvt-info.second,
    .overlay-w3ls.second {
        min-height: 7em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 14em;
    }

    .banner-content {
        margin: 0 auto;
        width: 85%;
        padding-top: 1em;
    }

    .test-grid span {
        font-size: 2em;
    }
}


@media screen and (max-width: 667px) {
	.banner-content {
		width: 75%;
	}
    .banner-content h3 {
        font-size: 1.4em;
    }

    p.main_p4 {
        width: 90%;
    }

    .tab-main section {
        padding: 4em 2em;
    }
}

@media screen and (max-width: 640px) {
    .banner-content {
        margin: 0 auto;
        width: 75%;
        padding-top: 1em;
    }

    a.navbar-brand {
        font-size: 0.9em;
    }
}


@media screen and (max-width:600px) {
    .banner-content {
        margin: 0 auto;
        width: 85%;
        padding-top: 1em;
    }

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 1.8em;
    }
}

@media screen and (max-width:568px) {
    .banner-content h3 {
        font-size: 1.4em;
    }

    p.main_p4 {
        width: 100%;
        font-size: 0.9em;
    }

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 440px) {
    .banner-content {
        margin: 0 auto;
        width: 90%;
        padding-top: 6em;
    }

    .banner-content h3 {
        font-size: 1.4em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 14em;
    }

    .banner-content {
        margin: 0 auto;
        width: 90%;
        padding-top: 1em;
    }

    .contact_grid_right .btn.submit,
    .contact_grid_right .btn.reset {
        width: 49%;
    }
}

@media screen and (max-width: 414px) {
    h4.title-w3ls {
        font-size: 1.4em;
    }

    .banner-content h3 {
        font-size: 1.4em;
    }

    .banner-w3pvt-info,
    .overlay-w3ls {
        min-height: 14em;
    }
	
	.banner-content h3 {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 0.1em;
    padding-bottom: 0.1em;
	padding-top: 0.1em;
    font-weight: 200;
    line-height: 0.1em;
	text-align: left;
	font-style:italic
	}

	.banner-content h2 {
		color: #fff;
		font-size: 2.0em;
		line-height: 1.2em;
		text-align: left;
	}

	.banner-content a {
		color: #ddd;
		text-align: left;
	}

	.banner-content p {
		font-size: 1.4em;
	}

	.banner-content .btnx {
		border-radius:5px;
		padding: 0.4em 0.5em;
		margin: 0.3em 0.5em 0.5em 0em;
		font-size: 0.9em;
		line-height: 1.2em;
		width: 5.5em;
		display: inline-block;
	}
	
	.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}

	.video-container iframe, .video-container object, .video-container embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

@media screen and (max-width: 384px) {
    .banner-content {
        margin: 0 auto;
        width: 90%;
        padding-top: 1em;
    }


}

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

    h3.title-w3ls,
    h3.title-w3ls.two {
        font-size: 1.4em;
    }
}

@media screen and (max-width:320px) {}

/*-- //Responsive design --*/
