
html{
	background: url( ../images/myscroll.jpg ) 50% no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


body {
    background-color: rgba( 255,255,255,.9);
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
font-family: 'Playfair Display', serif;
    font-weight: 400;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}
a{

}
.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control {
    display: inline-block;
    width: 60%;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #182e4c;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #5e9a28;
}

.form_container select {width: 100%;}

.form_container .col-xs-4 {padding: 0 10px;}

.m-t-1 {
	margin-top: 15px;
}

.mysteryquest {

}

h1,
h2,
h3 {

    margin: 0;
}


h4,
h5 {
    margin: 0;
}


h5,h6{ line-height: 1.25; }


h1,h2,h3,h4 {
font-family: 'Oswald', sans-serif;
line-height: 1.25;
}

.col-sm-12.welcome_btn {
    margin-bottom: 15px;
}


.navbar-brand{
	padding: 0 !important;
}
.nav.navbar-nav.navbar-right ul {
    float: right !important;
    margin: 0 -15px 0 0 !important;
}
.navbar-nav ul>li {
    float: left;
}
.nav ul>li {
    position: relative;
    display: block;
}
.navbar-default .navbar-nav ul>li>a {
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-nav ul>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav ul ul {
    visibility: hidden;
    opacity: 0;
}
.navbar-nav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none;
    text-align: left;
}


.navbar-nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.navbar-nav a {
	color: #efefef;
}

.navbar-nav a:hover,.navbar-nav a:focus,.navbar-nav a:active {
	color: #868686;
}


ul.sub-menu {
    background: rgb(34, 34, 60,.9);
    margin: 0;
}

.show {
    display: block !important;
    visibility: visible;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
 background-color: transparent !important;
}

.show ul.nav.navbar-nav.navbar-right  {
    float: left !important;
    margin: 0 auto !important;
   
}

.logo img {	
	height: 50px;
}


/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

div.logo {
font-family: 'Oswald', sans-serif;
font-size: 2rem;
color: white;
line-height: 1;
}

/*
Section
*/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: #22223c;
    width: 100%;
    height: 750px;
}
.home-overlay {
    background-color: rgba(94, 154, 40, 0.7);
    width: 100%;
    height:auto;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}

/*
Separator
*/
.separator {
    height: 10px;
    width: 127px;
    margin: 20px auto;
    background: url(../images/separator.png) no-repeat;
}
.whiseparator {
    height: 10px;
    width: 127px;
    margin: 20px auto;
    background: url(../images/whiseparator.png) no-repeat;
}
.separator2 {
    height: 2px;
    width: 200px;
    margin:20px 0px;
    background: #AB987A;
}
.separator3 {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #5e9a28;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #5e9a28;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #22223c;
    border-color: #22223c;
}



.btn, button, a.mybutton {
    display: inline-block;
    min-width: 180px;
    padding: .4em;
    height: 45px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 20px;
    border-radius: 0px;
    margin-top: 20px;
    background-color: transparent;
    transition: .5s; 
    border:0px;

}
.btn:hover {
    background-color:#22223c;
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #22223c;
    border-color: #fff;
    transition: .5s;
    border: 1px solid #fff;
}
button, a.mybutton {
    color: #fff !important;
    background-color: #22223c !important;
    border-color: #fff !important;
    transition: .5s !important;
    border: 1px solid #fff !important;
}

.btn_news_color{
    color:#5e9a28;
    border-color: #5e9a28;
}

.btn-md{
    border:1px solid #fff;
    color:#fff;
}



.btn-larg{
    border: 1px solid #22223c;
    color:#fff;
    padding: 6px 30px;
    background: #22223c;
}

.btn-larg:hover {
    background: #4646d8;
}

button:hover, a.mybutton:hover {
	 background: #4646d8 !important;
}


.five9-chat-button {
    background: linear-gradient(#22223c, #4646d8) !important;
}

/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #555555;
}
input::-moz-placeholder {
    color: #555555;
}
input::-ms-input-placeholder {
    color: #555555;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}


.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#fff;
    font-weight: bold;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #fff;
    background: transparent;
    font-weight: bold;
}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

/*home section*/
.home{
    background: url(../images/mymain.jpg) 50% no-repeat;
    background-size: cover;
}

.home .main_home{
    padding-top: 250px;
}

.home .main_home h1{
    color: #fff;
    padding-bottom: 25px;
}
.home .main_home .subtitle{
    color: #fff;
    padding-bottom: 15px;

    font-size:1.25rem;
	line-height:1;
}

.home .main_home .subtitle select {
	color: #000;
	font-size: 1rem;
}

.home .main_home .video_play_icon a{
    width:175px;
    height:125px;
    background: #032F3E;
    display: inline-block;
    text-align: center;
    line-height: 140px;

}

.home .main_home .video_play_icon a i{
    color:#fff;
    border:2px solid #fff;
    padding: 10px;
    font-size:30px;
    border-radius: 50%;


}

.home .owl-theme .owl-nav {
    margin-top: 80px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}




/*service section css*/

.head_title{
    margin-bottom:60px;
}
.head_title h2{
    font-size:3.125rem;
    color:#223d61;
}
.head_title p{
    font-size:1rem;
}

.service{
}
.main_service_area{}
.main_service_area .signle_service_left p {
font-size: 140%;
line-height: 1.4;
}

.main_service_area .single_service_right{}
.main_service_area .single_service_right .single_service{
    overflow: hidden; 
    margin-bottom: 45px;
}
.main_service_area .single_service_right .single_service:hover .single_service_icon i, 
.main_service_area .single_service_right .single_service:hover .single_service_content h3{
    color:#22223c;   
}
.main_service_area .single_service_right .single_service .single_service_icon{
    width:15%;
    float: left;
}
.main_service_area .single_service_right .single_service .single_service_icon i{
    font-size:2.8125rem;
}
.main_service_area .single_service_right .single_service .single_service_content{
    width:85%;
    float: right;
}
.main_service_area .single_service_right .single_service .single_service_content h3{
    color:#333333;
}
.main_service_area .single_service_right .single_service .single_service_content p{
    color:#333333;
}




/*lessons section css*/
.choose{
    /*background: url(../images/choosebg.png) no-repeat top right #f7f7f7;*/
    background-color: #f7f7f7;
}

.main_choose_area{
    padding: 0;  
}
.main_choose_area .main_choose_content{padding: 85px 0;}
.main_choose_area .main_choose_content .single_choose_content{} 
.main_choose_area .main_choose_content .single_choose_content h1{
    font-size:3.125rem;
    color:#22223c;
} 
.main_choose_area .main_choose_content .single_choose_content p{
    font-size:1.125rem;
    color:#333333;
    line-height: 2rem;
    margin:40px 0px;
    width:100%;
} 





/*main_portfolio_content_area*/
.portfolio{}
.main_portfolio{}
.main_portfolio_content_area{}



/* mixitup section */


.main_mixi_content{
    max-height: 900px;

}
.main_mix_menu{
    margin-bottom:50px;
}
.main_mix_menu ul li.btn{
    min-width:150px;
    height:35px;
    padding: .2rem;
    border:1px solid #ddd;
}
.main_mix_menu ul li.btn-primary {
    background-color: transparent;
    transition: .5s;
    color: #223d61;
}
.main_mix_menu ul li.active {
    background: #22223c;
    color:#fff;
}



.single_mixi_portfolio{
    position:relative;
    float: left;
    border: 3px solid #fff;
    width:100%;
}
.single_mixi_portfolio img{
    width:100%;
}
.single_mixi_portfolio:hover .mixi_portfolio_overlay{
    opacity:1;
}
.mixi_portfolio_overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition:.5s;
    opacity:0;
	background: rgba(0,0,0, .55);
}
.mixi_portfolio_overlay .overflow_hover_text{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    /* border: 20px solid #4e3391; */
    padding: 10px 0px 0px 0px;
    color: white;
}
.mixi_portfolio_overlay .overflow_hover_text i{
    color:#fff;
    font-size: 0.875rem;
    width:35px;
    height: 35px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 35px;
    text-align: center;

}
.mixi_portfolio_overlay .overflow_hover_text i:hover{
    color:#fff;
    background: #ed145b;

}



.portfolio_btn_area{
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}



/*counter section css*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat 100% 100%;
    background-size:cover;
    height: 380px;
    overflow: hidden;
}
.counter .main_counter h2{color: white; margin-top: 20px; margin-bottom: 0;}


.counter .main_counter .single_counter_right{
    margin-top:30px;
    overflow: hidden;
    display: block;
}
.counter .main_counter .single_counter_right i{
    color:#fefefe;
    font-size:3.125rem;
    margin-bottom:40px;
    line-height: 4rem;
    display: inline-block;
}
.counter .main_counter .single_counter_right h2{
    color:#fff;
    margin-bottom:30px;
    line-height: 0;
}
.counter .main_counter .single_counter_right p{
    color:#fefefe;
}



/*contact section css*/
.contact{
    background: #232323;
    color:#fff;
}
.contact .head_title h2{
    color:#fff;
}
.contact .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent; 
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact .single_contant_left input[type="submit"]{

}

.contact textarea.form-control {
    height: auto;
}

.contact .single_message_right_info{
    display: inline-block;
    width: 100%;
    margin-top: 65px;
}

.single_message_right_info li{
    margin-bottom: 20px;
}
.single_message_right_info li a{
    color: #fff;
    font-size: 0.8125rem;
    padding-bottom: 2px;
    display: inline-block;
}
.single_message_right_info li a i{
    padding-right: 10px;
    font-size:1.875rem;
}




/*footer section*/
.footer{
    background: #1f1f1f;
}
.copyright_text p{
    color:#aaa79e;
    font-size:0.8125rem;
    line-height: 25px;
    padding:40px;
    max-width: 100%;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:#fff;
}

.footer_socail{
    padding:40px; 
    text-align: right;
}
.footer_socail a i{
    font-size:0.8125rem;
    color:#fff;
    padding: 0px 10px;
}

.main_footer {
	padding: 30px 0;
}
.contact ul {    display: flex;
    justify-content: center;}

.contact ul li{
	float: left;
	font-size: 170%;
	padding: 0 30px;
}

.contact ul li a {
	color: white;
	text-decoration: none;
}
.contact ul li:hover a {
	color: white;
	border-bottom: 2px solid white;
	padding-bottom: 5px;
}

/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #22223c;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

.home .main_home{ padding: 0; }


section#home {
    height: 750px;
    position: relative;
    overflow: hidden;
}
section#home .overlay {
    width: 500px;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    text-align: center;
}

header#main_menu {
    background: #22223c;
}

.navbar-nav{ margin: 0; }


.main_menu_bg .navbar-nav>li>a {
    font-size: 15px;
}

.home .main_home .subtitle select {
    color: #fff;
    font-size: 1rem;
}

.contact ul li {
    float: left;
    font-size: 100%;
    padding: 0;
}

ul.footlink {
    justify-content: space-around;
}


.sections {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}


.imgbox {
    height: 260px;
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
}

.imgbox img {
    position: absolute;
    min-width: 100%;
    width: auto;
    max-width: 1000%;
    min-height: 100%;
    height: auto;
    max-height: 1000%;
    transform: translate( -50%, -50% );
    -ms-transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
    left: 50%;
    top: 50%;
}

.margin-top-40{ margin-top: 40px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-20{ margin-top: 20px; }
.margin-top-10{ margin-top: 10px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-10{ margin-bottom: 10px; }



@media (max-width: 767px) {
	section#home .overlay{ width: 100%; }
html {

    background-repeat: repeat;
    background-size: auto;
    background-attachment: initial;
}
ul.footlink A {
	font-size: 9px;
}
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}
.main_contact.sections {
    width: 100%;
}
.row {
    display: block !important;
}







div#consentBox{
background: rgba(0, 0, 0, .9);
}



#consentBox{ z-index:10000; }

#consentBox #consentContent {
border: 10px dashed #22223c;
border-radius: 10px;
}


.consentButton, .rejectButton {
font-size: 16px !important;
font-weight: 600 !important;
letter-spacing: 1px !important;
color: #22223c !important;
background: none !important;
border: 2px solid #22223c !important;
border-radius: 0 !important;
transition: .3s !important;
}

.consentButton:hover, .consentButton:active, .consentButton:focus, .rejectButton:hover, .rejectButton:active, .rejectButton:focus {
color: #C2D6D3 !important;
background: #22223c !important;
}


section#contact {
    padding: 0 20px;
}
.overwrapper {
    background-color: #BBBBD5;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
 }
 
#content h2 {
    font-size: 23px;
    text-transform: capitalize;
}
section#choose.games .row {
    margin: 0;
} 
 
.choose {
    background: transparent;
}

header#main_menu {
    position: static !important;
}

body {
    background: transparent;
}

.logo img {
    height: 105px;
}
@media (min-width: 768px) {
.navbar-header + div#bs-example-navbar-collapse-1 {
    width: calc(100% - 300px);
}
}

@media (max-width: 767px) {
a.navbar-brand {
    height: auto;
}

}
