/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


.main-row h1 {
    text-align: center;
    font-size: 3.5em;
	color: #fff;
    margin-bottom:0.4em;
	font-family: 'Courgette', cursive;
}
/*-- //main --*/ 
/*-- menu --*/
button {
  background: none;
  border: none;
}
 button::-moz-focus-inner {
 border: 0;
}

:focus { outline: none; }
 
 ::-moz-focus-inner {
 border: 0;
}

.btn-nav:hover { cursor: pointer; }

.btn-nav:hover .bar { background: #e0c615; }

.bar {
    display: block;
    height: 2px;
    width: 40px;
    background:#e0c615;
    margin: 10px auto;
}

.btn-nav {
	display: block;
    padding:11px 0;
    width: 40px;
    position: fixed;
    left: 35px;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
}

.btn-nav:focus { outline: none; }

.middle { margin: 0 auto; }

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.animated { z-index: 999; }
.animated .bar{
	background:#f7dd2c;
}
.animated .arrow-top-r {
  -webkit-transform: rotateZ(-45deg) translateY(11px);
  -moz-transform: rotateZ(-45deg) translateY(11px);
  -ms-transform: rotateZ(-45deg) translateY(11px);
  -o-transform: rotateZ(-45deg) translateY(11px);
  transform: rotateZ(-45deg) translateY(11px);
  width: 15px;
}

.animated .arrow-middle-r {
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
}

.animated .arrow-bottom-r {
  -webkit-transform: rotateZ(45deg) translateY(-11px);
  -moz-transform: rotateZ(45deg) translateY(-11px);
  -ms-transform: rotateZ(45deg) translateY(-11px);
  -o-transform: rotateZ(45deg) translateY(-11px);
  transform: rotateZ(45deg) translateY(-11px);
  width: 15px;
}

.nav-container {
  position: fixed;
  left: -50%;
  top: 0;
  background:#fc3682;
  height: 100%;
  width: 200px;
      z-index: 2;
}

.nav-list {
  cursor: pointer;
  list-style-type: none;
  top: 50%;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-item {
  margin: 20px auto;
  border: 2px solid #e0c615;
  width:110px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
li.list-item.active {
    border: 2px solid #f7dd2c;
}
li.list-item.active a {
    color: #f7dd2c;
}
.list-item:hover {
  border:2px solid #f7dd2c;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
/*-- w3layouts --*/
  transition: all 1s ease;
}

.list-item:hover .glyphicon {
  color: #f7dd2c;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.list-item a {
  color: #fff;
  font-size: 1.7em;
  display: block;
  width: 100%;
  padding: 15px;
}

.glyphicon {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
 @keyframes 
showNav { from {
 left: -100%;
}

to { left: 0; }
}
 @-webkit-keyframes 
showNav { from {
 left: -100%;
}

to { left: 0; }
}
 @-moz-keyframes 
showNav { from {
 left: -100%;
/*-- agileits --*/
}

to { left: 0; }
}
 @-o-keyframes 
showNav { from {
 left: -100%;
}

to { left: 0; }
}

.showNav {
  -webkit-animation: showNav .5s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav .5s ease forwards;
}
 @keyframes 
hideNav { from {
 left: 0;
}

to { left: -100%; }
}
 @-webkit-keyframes 
hideNav { from {
 left: 0;
}

to { left: -100%; }
}
 @-moz-keyframes 
hideNav { from {
 left: 0;
}

to { left: -100%; }
}
 @-o-keyframes 
hideNav { from {
 left: 0;
}

to { left: -100%; }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
/*-- w3layouts --*/
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden { display: none; }
/*-- //menu --*/
.agileinfo_menu {
    position: relative;
    background:#3A3A3A;
    padding:1em 3em;
}
.agileinfo_menu_left{
	float:left;
	margin-left:11em;
}
.agileinfo_menu_left h1 a{
	font-size:1em;
    color: #fff;
    text-decoration: none;
    line-height: 1;
	font-family: 'Courgette', cursive;
}
.agileinfo_menu_left h1 a span {
    font-size:0.43em;
    display: block;
}
.agileinfo_menu_left h1 a span i{
	color: #F7DD2C;
    font-style: normal;
}
.agileinfo_menu_right{
	float:right;
	position:relative;
	margin: .2em 0 0;
}
.agileinfo_menu_right ul li{
	display:inline-block;
	float:left;
}
.agileinfo_menu_right ul li a{
	padding:10px 28px;
    background: #fff;
    color: #fd3385;
    text-decoration: none;
    display: block;
}
.agileinfo_menu_right ul li:first-child a {
    border-bottom-left-radius: 25px;
/*-- agileits --*/
    border-top-left-radius: 25px;
}
.agileinfo_menu_right ul li:last-child a {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.agileinfo_menu_right_pos{
	position: absolute;
    top: 0;
    left: 39%;
}
.agileinfo_menu_right_pos p{
	padding: 10px 13px;
    background:#e0c615;
    color: #fff;
    border-radius: 35px;
}
/*-- banner --*/
.banner {
    position: relative;
    min-height: 400px;
}
.banner1 {
	background:url(../img/7.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
    position: relative;
    min-height: 250px;
}
.banner1 h3{
	font-size: 2.5em;
    color: #F7DD2C;
    text-align: center;
    position: relative;
    padding:2.5em 0 1em;
}
.banner1 h3:after{
	content: '';
    background: url(../img/7.png) no-repeat 0px 0px;
    display: block;
    width: 200px;
    height: 35px;
    position: absolute;
    bottom: 0%;
    left:43.5%;
}
@media (max-width: 768px){
	.banner1 {
		min-height: 130px;
	}
	.banner1 h3{
		padding: .8em 0 1em;
	}
	.banner1 h3:after{
		left: 37%;
	}
}
#back_to_fluid_dg {
	background: rgba(2,2,2,.5);
	clear: both;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}
#fluid_dg_wrap_4 {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: absolute;
	right: 0;
	top: 0;
}
.fluid_dg_bar {
z-index: 2;
}
.fluid_dg_prevThumbs, .fluid_dg_nextThumbs, .fluid_dg_prev, .fluid_dg_next, .fluid_dg_commands, .fluid_dg_thumbs_cont {
background: #222;
background: rgba(2, 2, 2, .7);
}
.fluid_dg_thumbs {
margin-top: -100px;
position: relative;
z-index: 1;
}
.fluid_dg_thumbs_cont {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.fluid_dg_overlayer {
opacity: .1;
}
/*-- modal-bootstrap --*/
#small-dialog h2,#small-dialog1 h2{
    padding: 15px;
    text-align: center;
    font-size: 2em;
    background:#6e3ec4;
    color: #fff;
	font-family: 'Nunito', sans-serif;
}
.w3_modal1{
	margin:1em 0;
}
.modal-body span{
	position:relative;
	display:block;
}
.modal-body span i{
	position:absolute;
	top: 12px;
}
.modal-body input[type="email"],.modal-body input[type="password"],.modal-body input[type="text"]{
	outline:none;
	border:none;
	border-bottom:1px solid #999;
	padding:10px 30px 10px;
	color:#999;
	font-size:14px;
	width:100%;
}
.modal-body {
    padding: 2.5em;
}
.w3_modal{
	margin:1em 0 2em;
}
.agile_remember_left{
	float:left;
}
.agile_remember_left1 {
    margin: 2em 0 1em;
}
.checkbox a {
    color:#999;
    text-decoration: none;
}
.checkbox a:hover{
    color: #f7dd2c;
}
.agile_remember_right{
	float:right;
}
.agile_remember_right a{
	font-size:1em;
	color:#999;
	text-decoration:underline;
}
.w3l_main_grid1_w3ls h5{
	font-size: 14px;
    color: #999;
    margin:2em 0 0;
    text-align: center;
}
.w3l_main_grid1_w3ls h5 a{
	color:#f7dd2c;
	text-decoration:underline;
}
.w3l_main_grid1_w3ls h5 a:hover{
	color:#999;
}
.agile_remember_right a:hover{
	color:#f7dd2c;
}
.checkbox {
    position: relative;
    padding: 0px 0 0 30px !important;
    cursor: pointer;
    margin: 0;
    text-transform: capitalize;
    color: #f7dd2c;
	text-align: left;
}
.checkbox i {
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border: 1px solid #5B5B5B;
    background: #FFF;
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url("../img/1.png") no-repeat 0px -1px;
    top: -4px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
}
.modal-body input[type="submit"]{
	outline: none;
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
    border: none;
    width: 100%;
    background:#e0c615;
    margin:1.5em 0 0;
	text-transform:uppercase;
}
.modal-body input[type="submit"]:hover{
	background:#F7DD2C;
	color:#f7dd2c;
}
.modal-body h4 {
    font-size: 1.2em;
    color: #f7dd2c;
    margin: 1.5em 0 1em;
    text-align: center;
}
.modal-body h5 {
    font-size: 14px;
    color: #999;
    margin: 2em 0 0;
    text-align: center;
}
.modal-body h5 a {
    color: #f7dd2c;
    text-decoration: underline;
}
.modal-body h5 a:hover{
    color: #999;
}
