
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
 font-family: 'Lato', sans-serif;
 background-color: #fff;
}

body a {
    outline: 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;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
  
}
select,input[type="email"],input[type="text"],input[type="password"],input[type="tr"]
input[type="button"],input[type="submit"],textarea{
   font-family: 'Montserrat', sans-serif;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}
img.img-responsive {
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}


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




.blog-item {
    position: relative;
    overflow: hidden;
    @extned %clearfix;;padding: 20px;
    color: #6d747e;
    text-align: center;
    margin-bottom: 30px;
}

.blog-item a {
    color: #32353a;
}

.blog-item h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.blog-item:hover .blog-bg {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

span.solid-line {
    width: 60px;
    height: 2px;
    background: #32353a;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    background: #eee;
}

.blog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.blog-blue {
    background: url("../img/blog-blue.jpg");
}

.blog-pink {
    background: url("../img/blog-pink.jpg");
}

.blog-green {
    background: url("../img/blog-green.jpg");
}

.post-1 {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.post-2 {
    -moz-animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.post-3 {
    -moz-animation-delay: 3.3s;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.blog-content {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 60px 30px;
}

.blog-content p {
    line-height: 1.75em;
    margin-bottom: 35px;
}

.blog-header {
    margin-bottom: 90px;
}

.blog-header h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 100;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.blog-header p {
    font-size: 17px;
    line-height: 1.75em;
    margin-bottom: 35px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.blog-button {
    background: #d5b14f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 20px;
    color: #fff !important;
    -moz-animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}













.row{margin:0px;}
/*-- //Reset-Code --*/
.clr {
    color: #fff;
}
.lft{    text-align: left;}
.rigt{    text-align: right;}
/*-- header --*/
/*-- banner --*/
/*--search--*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0%;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}
.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background:#212121;
    width: 100%;
    padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 1em;
    padding: 1em 2em;
	color: #fff;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*--//search--*/
.center-container {
    padding: 2em 0 48em;
    background: rgba(0, 0, 0, 0.44);
}
/*-- nav --*/
ul.navbar-nav {
    padding: 0px 0;
}
/*-- nav --*/
h1 a.navbar-brand {
    padding-top: 0px;
    font-size: 43px;
    color: #085F9E  !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-right: 0;
	font-family: 'Lato', sans-serif;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0px 15px;
	padding: 0px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav.navbar.navbar-toggleable-md.navbar-light {
    padding:0em;
    background: rgba(255, 255, 255, 0);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#085F9E ;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.open, 
.navbar-light .navbar-nav .open>.nav-link {
    color: #085F9E ;
}
.navbar {
    padding: 0;
}
/*-- //nav --*/
/*-- //header --*/
.banner1{
	 background: url(../images/bg.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:350px;
} 
/*--/banner --*/
.main_section_agile{
    background: url(../images/bg.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:800px;
}
/*--- slider-css --*/
.w3-banner {
    padding: 14em 0 0;
    text-align: center;
}
#typer {
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 3em !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.w3-banner p {
    width: 60%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 30px;
}
/*--//banner --*/
/*-- cards --*/
h5.card-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #085F9E ;
}
p.card-text {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.w3ls-card {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
a.blog-btn01 {
    background: #f70505 ;
    font-size: 15px;
    padding: 0.5em 1.5em;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
}
a.blog-btn {
    background: #085F9E ;
    font-size: 15px;
    padding: 0.5em 1.5em;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
}
p.tit {
    font-size: 15px;
    color: #777;
    line-height: 2em;
    width: 70%;
}
/*-- //cards --*/
h3.tittle,h2.tittle {
    font-size: 2.8em;
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
}
/*-- stats --*/
/*-- services --*/
.agileits-services {
    background: url(../images/bg2.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wthree-heading h4 {
    font-size: 23px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.wthree-ser{
    padding:0;
}
.wthree-ser i {
    font-size: 40px;
    color: #085F9E ;
    text-align: center;
}
a.w3-buttons {
    color: #fff;
    padding: 12px 34px;
    background: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 40px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.ser-tp  {
    padding: 30px;
	background:#fff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.ser-tp:hover{
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    box-shadow:0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-services-row-2{
    margin-top:40px;
}
.ser-tp p {
    color: #777;
    line-height: 1.8em;
    font-size: 15px;
}
.agileits-services-grids a.w3-buttons:hover, .agileits-services-row-2 .agileits-services-grids a.w3-buttons:hover {
    background:#56d25b;
     -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
     -o-transition: 0.5s all;
     -ms-transition: 0.5s all;
     transition: 0.5s all;
 }
/*-- //services --*/
h4.card-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1em;
    color: #085F9E ;
}
h3.subheading-w3-agile {
    font-size: 40px;
    margin-bottom: 1em;
    color: #000;
}
.stat-grids p {
    font-size: 2em;
    letter-spacing: 3px;
    color: #085F9E;
}
.stat-grids h3 {
    font-size: 1.3em;
    color: #000 ;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 5px;
}
.carousel-indicators {
    bottom: -65px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
	cursor:pointer;
}
}
.stat-grids:nth-child(1),
.stat-grids:nth-child(2) {
	margin-bottom: 1.5em;
}
.about-left {
    padding: 0;
}
/*--//stats --*/
/* middle section */

.middle-w3l {
    background: url(../images/bg1.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.middle-w3l h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.middle-w3l p {
    color: #ececec;
    max-width: 600px;
}
/* testimonials */

.carousel-indicators .active {
    background: #085F9E ;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: none;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #085F9E ;
}

.carousel-control {
    color: #fff;
    bottom: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.media-object {
    margin: auto;
    margin-top: 1em;
    border-radius: 50%;
}
.adjust1 {
    margin-left: 1px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #EEE;
    box-shadow: 0 1px 1px 0 rgba(10,16,34,.2);
	padding: 20px;
	border-radius: 5px;
    background-color: #FFF;
}
@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}


/* //testimonials */

p.Lor {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
}
/*-- testimonials --*/
.about-right h4 {
    font-size: 24px;
    font-weight: 600;
    color:#131212;
}
.testi-text {
    position: relative;
}
.fone {
    margin-top: 30px;
}
.carousel-control .active {
    background: #31708f;
}

.testi-text p {
    color: #777;
    line-height: 2em;
    text-align: left;
	font-size:15px;
}

.testi-left .carousel-control.left,
.testi-left .carousel-control.right {
    width: 19px;
    height: 19px;
}

.testi-text1:before {
    border-left: 10px solid #ad1a0a;
    border-right: none !important;
    left: auto !important;
    right: -3% !important;
}
.testi-text h4 {
    font-size: 1.3em;
    color: #085F9E ;
    line-height: 1.5em;
    font-weight: 500;
    text-align: right;
}

.caption.testi-text span {
    font-size: 1.2em;
    margin-right: 10px;
    color: #777;
}

.testi-text h4 span {
    color: #777;
    display: inline-block;
    background: #919191;
    width: 44px;
    height: 1px;
    margin: 6px;
}

.testi-left {
    width: 89%;
    margin: 0 auto;
    position: relative;
}
/*-- //testimonials --*/
.modal-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
h4.modal-title {
    font-size: 24px;
    color: #085F9E;
    font-weight: 600;
    letter-spacing: 2px;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #085F9E;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

/*--footer--*/

footer {
	background-color: #0e0f10;
}

footer h3{
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.8em;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0.7em 0;
}

footer-list i {
	padding-right: 10px;
	color: #ffa41f;
}

footer ul li a {
	color: #bfbfbf;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

footer ul li a:hover {
	color: #ffa41f;
}

footer ul li.hd {
	color: #085F9E ;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}

.newsletter .email {
	outline: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #085F9E ;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	cursor: pointer;
	width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
	display: inline-block;
	padding: 0 10px;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #085F9E ;
}

.copyrighttop {
	float: right;
}

.copyrightbottom {
	float: left;
}

.copyright {
	background: #141415;
	color: #fff;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 28px;
}

.copyrightbottom a {
	color: #085F9E ;
	text-decoration: none;
}

.copyrightbottom a:hover {
	color: #fff;
}

.copyrighttop h4 {
	font-size: 0.95em;
}
/*--gallery--*/
.gallery-grids {
	padding:5px;
}
.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img{
    max-width: inherit;
}
/*--image-zoom--*/
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/*--//image-zoom--*/
/*--//gallery--*/
/*--/contact--*/
.address-left {
	width: 80px;
    height: 80px;
    text-align: center;
    background:#085F9E;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.address-grid-wthree-agileits {
	text-align: center;
    margin: 0 auto;
}
.address-grid-wthree-agileits span {
    font-size: 1.7em;
    color: #fff;
    margin-top: 27px;
}

.address-right {
	margin-top:1.2em;
}
.address-right h6 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.contact_grid_right {
    width: 100%;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right input[type="password"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_grid_right textarea {
    min-height: 150px;
    margin: 1em 0em;
    resize: none;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
	background: #0e0f10;
	width: 22%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:600;
	cursor: pointer;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"]:hover {
    background-color: #085F9E;
}

.contact-left h4 {
    color: #444;
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact-left p {
    font-size: 1em;
    letter-spacing: 1px;
}

.contact-text a {
    color: #888;
}

.contact-text a:hover {
    color: #fb383b;
}

.contact_grid_right h6, .contact-left h6 {
    font-size: 1.2em;
    color: #085F9E;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height:300px;
}
.address.row {
    width: 100%;
}
.address-right a {
    color: #777;
}
.address-right p {
    color: #777;
}
/*-- //contact--*/

/*--responsive--*/

@media(max-width:1080px) {
	.input {
		max-width: 309px;
		width: calc(100% - 0em);
		vertical-align: top;
		float: left;
	}
}

@media(max-width:991px) {
	.contact_grids_info {
		padding: 0;
		margin-top: 1em;
	}
	.input {
		max-width: 100%;
	}
	span.input.input--chisato:nth-child(2) {
		margin: 0;
	}
	.map iframe {
		width: 100%;
		min-height: 303px;
	}
}

@media(max-width:640px) {
	.mail_form input[type="submit"] {
		width: 40%;
	}
	.mail_form textarea {
		padding: .9em 0.9em;
		margin: 1.3em 0;
		min-height: 140px;
	}
}

@media(max-width:600px) {
	.map iframe {
		width: 100%;
		min-height: 250px;
	}
}
/*-- //contact --*/
/*-- team --*/

.team-grids img {
	margin: 0 auto;
	width: inherit;
	width: 100%;
}

.team-grids {
	position: relative;
	overflow: hidden;
}

.team-grids h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.team-grids h6{
    font-size: 0.9em;
    font-weight: 400;
    color: #085F9E;
    letter-spacing: 1px;
    margin: 1em 0;
}
.caption p {
	font-size: 15px;
	color: #76daff;
	letter-spacing: .6px;
	margin: 4px 0 11px;
}
.testi-text p {
    color: #777;
    font-size: 15px;
}
.social-icons-section a {
    color: #636c72;
}
.social-icons-section a:hover {
    color: #76daff;
}
.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: rgb(17, 18, 19);
    border-top:4px solid #085F9E;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 90%;
    text-align: center;
}

.team-grids:hover div.team-info {
	bottom: 0px;
}

.team-grids:hover {
	border-color: #76daff;
}
.social-icons-section {
    margin-top: 0.5em;
}
.caption {
	padding: 0px;
}
.team-info .social-icons-section a {
	margin: 0em .5em;
}

.team-grids img {
    width: 100%;
}

/*-- //team --*/
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.banner_bottom_left p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
/*-- /responsive --*/
@media(max-width:1080px){
    .team-grids h4 {
        font-size: 1em;
    }
    .team-info {
		width: 88%;
	}
}
@media(max-width:991px){
    .team-grids h4 {
        font-size:0.9em;
    }
    .team-info {
        width: 84%;
    }
}
@media(max-width:767px){

    .team-grids {
        margin: 1em 0;
    }
    .team-info {
    width: 88%;
}
}
@media(max-width:568px){
.team-info {
    width: 94%;
}
}
@media(max-width:480px){
.team-info {
    width: 93%;
}
}
@media(max-width:414px){
.team-info {
    width: 92%;
}
}
@media(max-width:375px){
.team-info {
    width: 90%;
}
}
@media(max-width:320px){
.team-info {
    width: 89%;
}
}
/*-- //responsive --*/
/*-- //team --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.banner1 {
    min-height: 300px;
}
p.tit {
    width: 100%;
}
.w3-banner p {
    width: 92%;
}
.main_section_agile {
    min-height: 580px;
}
.w3-banner {
    padding: 10em 0 0;
}
#typer {
    font-size: 2.5em !important;
}
}
@media(max-width:1050px){

}
@media(max-width:1024px){	
}
@media(max-width:991px){
div#navbarSupportedContent {
    position: absolute;
    width: 97%;
    left: 0px;
    top: 49px;
    z-index: 999;
    background: #000000;
}
ul.navbar-nav {
    width: 100%;
    left: 0px;
    text-align: center;
	padding: 1em 0em;
}	
li.nav-item {
    margin: 10px 0px;
}
.navbar-light .navbar-toggler {
    border-color:#085F9E ;
    background:#085F9E ;
    padding: 2px 6px;
    margin-top: 5px;
    outline: none;
    margin-right: 0px;
	z-index: 9999;
	cursor: pointer;
    border-radius: 0px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
    background:#085F9E ;
}
.dropdown-menu.show {
    text-align: center;
    background: #000;
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-divider {
    background-color: #000000;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #085F9E;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-item.active, .dropdown-item:active {
    color: #085F9E;
    text-decoration: none;
    background-color: #000000;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.agile_banner_text_info h3 {
    font-size: 3em;
    letter-spacing: 2px;
}
.agile_banner_text_info p {
    width: 90%;
}
  .agile_banner_text_info {
        top: 37%;
    }
.rslides_tabs {
    bottom: -1%;
}
.w3l_header {
    font-size: 2.7em;
}
.wthree_head_section p {
    width: 100%;
}
.w3-services-left-grid {
    text-align: center;
    margin-bottom: 2em;
}
.ser-lef-agile:nth-child(1) {
    margin: 1em 0;
}
.stat-grids p {
    font-size: 3em;
}
.n-left h6 {
    font-size: 1.8em;
}
.dropdown-divider {
    margin: 0rem 0;
    border-top: 1px solid #000000;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.footer-grid:nth-child(1),.footer-grid:nth-child(2),.footer-grid:nth-child(3){
	margin-bottom:1.5em;
}
.copyrightbottom {
    width: 100%;
    margin-top: 1em;
}
.copyrighttop {
    width: 100%;
    text-align: center;
}
h3.tittle,h2.tittle {
    font-size: 2.5em;
}
.banner_bottom_left h4 {
    font-size: 1.3em;
	    line-height: 0.6em;
}
.middle-w3l h2 {
    font-size: 30px;
}
#typer {
    font-size: 2.2em !important;
}
.w3-banner {
    padding: 9em 0 0;
}
.main_section_agile {
    min-height: 550px;
}
h5.card-title {
    font-size: 20px;
    letter-spacing: 1px;
}
.wthree-heading h4 {
    font-size: 20px;
}
.testi-left {
    width: 100%;
    margin: 3em auto 0;
}
}
@media(max-width:900px) {
}
@media(max-width:800px){
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
}
@media(max-width:768px){
.banner1 {
    min-height: 270px;
}
#typer {
    font-size: 1.8em !important;
}
.main_section_agile {
    min-height: 500px;
}
.w3-banner {
    padding: 8em 0 0;
}
}
@media(max-width:736px){
.n-left h6 {
    margin-bottom: 0.5em;
}
.banner_bottom_left {
    margin-top: 1.5em;
}
h5.card-title {
    font-size: 18px;
}
.w3ls-card {
    padding: 12px;
}
a.blog-btn {
    font-size: 14px;
}
.agileits-services-grids:nth-child(2){
	margin:1.5em 0;
}
.agileits-services-row-2 {
    margin-top: 1.5em;
}
h4.card-title {
    font-size: 17px;
}
#typer {
    font-size: 1.7em !important;
}
}
@media(max-width:667px){
	#typer {
    font-size: 1.5em !important;
}
.w3-banner p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.main_section_agile {
    min-height: 450px;
}
.w3-banner {
    padding: 7em 0 0;
}
}
@media(max-width:640px){
.banner1 {
    min-height: 240px;
}
.agile_banner_text_info {
    top: 38%;
}
.agile_banner_text_info h3 {
    font-size: 2.5em;
}
}
@media(max-width:600px){
h1 a.navbar-brand {
    font-size: 40px;
}
}
@media(max-width:568px){
.banner1 {
    min-height: 210px;
}
.main_section_agile {
    min-height: 410px;
}
.w3-banner {
    padding: 6em 0 0;
}
}
@media(max-width:480px){
.w3l_header {
    font-size: 2.3em;
	letter-spacing:0px;
}
.copyrightbottom p {
    text-align: center;
}
h3.tittle,h2.tittle {
    font-size: 2.2em;
}
h1 a.navbar-brand {
    font-size: 38px;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    padding: 14px 0;
    width: 37%;
}
#typer {
    font-size: 1.4em !important;
}
.main_section_agile {
    min-height: 390px;
}
.w3-banner {
    padding: 5em 0 0;
}
}
@media(max-width:440px){
	#typer {
    font-size: 1.2em !important;
}
.main_section_agile {
	background: url(../images/bg.jpg)no-repeat -280px 0px;
    min-height: 370px;
}
.w3-banner {
    padding: 4em 0px 0px;
}
}
@media(max-width:414px){
.banner1 {
    min-height: 180px;
}
a.navbar-brand span {
    padding-left: 0.1em;
    margin-left: 0.1em;
}
}
@media(max-width:384px){
	h1 a.navbar-brand {
    font-size: 31px;
}
.middle-w3l h2 {
    font-size: 27px;
}
.w3-banner p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 25px;
}
#typer {
    letter-spacing: 1px;
}
.about-right h4 {
    font-size: 22px;
}
}
@media(max-width:375px){
	.banner_bottom_left h4 {
    font-size: 1.2em;
}
}
@media(max-width:320px){
.banner1 {
    min-height: 150px;
}
h1 a.navbar-brand {
    font-size: 30px;
	letter-spacing:1px;
}
.navbar-toggler-right {
    right: 0rem !important;
}
h3.tittle,h2.tittle {
    font-size: 1.8em;
}
p.tit {
    line-height: 1.8em;
}
.contact_grid_right h6, .contact-left h6 {
    margin-bottom: 0.5em;
}
.copyright ul li {
    padding: 0 6px;
}
footer h3 {
    font-size: 1.4em;
}
.banner_bottom_left h4 {
    font-size: 1em;
}
.middle-w3l h2 {
    font-size: 21px;
}
#typer {
    font-size: 1em !important;
}
.main_section_agile {
    min-height: 330px;
	background: url(../images/bg.jpg)no-repeat -380px 0px;
}
.w3-banner {
    padding: 3em 0px 0px;
}
.wthree-heading h4 {
    font-size: 19px;
}
.about-right h4 {
    font-size: 18px;
}
}
/*--//responsive--*/


/* === Modernes Dropdown-Menü === */
.navbar .dropdown-menu{
  min-width: 320px;
  padding: 10px;
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(10, 12, 16, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(0,0,0,.55);
}

/* Items */
.navbar .dropdown-item{
  color: rgba(255,255,255,.92);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  letter-spacing: .2px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus{
  color: #fff;
  background: rgba(8,95,158,.22); /* passt zu deinem #085F9E */
  transform: translateX(2px);
  outline: none;
}

/* Divider */
.navbar .dropdown-divider{
  margin: 8px 6px;
  border-top: 1px solid rgba(255,255,255,.10);
}

/* Überschriften im Dropdown (optional, wenn du dropdown-header nutzt) */
.navbar .dropdown-header{
  padding: 8px 12px 6px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}

/* Dropdown Pfeil/Icon etwas ruhiger */
.navbar .dropdown-toggle::after{
  margin-left: .55rem;
  opacity: .8;
}

/* Optional: rechts ausrichten (wenn du dropdown-menu-right setzt) */
.dropdown-menu-right{
  right: 0;
  left: auto;
}

#friendsToggle{
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 9999;
  padding: 10px 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
}

#friendsSidebar{
  position: fixed;
  top: 120px;
  right: -320px;
  width: 320px;
  height: 70vh;
  z-index: 9998;
  background: #ffffff;
  border-left: 1px solid #e5e5e5;
  box-shadow: -10px 0 25px rgba(0,0,0,0.08);
  border-radius: 14px 0 0 14px;
  transition: right .25s ease;
  overflow: hidden;
}

#friendsSidebar.open{ right: 20px; }

.fs-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.fs-title{ font-weight: 700; }
.fs-close{ cursor:pointer; font-size: 18px; padding: 4px 8px; }

.fs-content{
  padding: 10px 12px;
  overflow:auto;
  height: calc(70vh - 50px);
}

.fs-item:hover{ background:#f5f7ff; }

.fs-dot{ width:10px; height:10px; border-radius:50%; display:inline-block; }
.fs-dot.on{ background:#2ecc71; }
.fs-dot.off{ background:#bdc3c7; }

.fs-loading, .fs-empty{ padding: 10px; color:#666; }
.fs-item{ padding:10px; border-bottom:1px solid #eee; }
.fs-name{ font-weight:700; margin-bottom:6px; }
.fs-actions a{ margin-right:8px; }

.fs-avatar{
  width:50px;
  height:50px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid #ddd;
}

.fs-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  height:18px;
  padding:0 6px;
  margin-left:6px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  color:#fff;
  background:#e53935; /* rot */
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}
.fs-badge.pulse{
  animation: fsPulse 1.2s infinite;
}
@keyframes fsPulse{
  0%{ transform:scale(1); box-shadow:0 2px 6px rgba(229,57,53,.25); }
  50%{ transform:scale(1.08); box-shadow:0 2px 12px rgba(229,57,53,.45); }
  100%{ transform:scale(1); box-shadow:0 2px 6px rgba(229,57,53,.25); }
}


.top-inbox{
  position:relative;
  display:inline-block;
  margin-left:14px;
  font-size:18px;
  text-decoration:none;
}
.top-badge{
  position:absolute;
  top:-6px;
  right:-10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  height:18px;
  padding:0 6px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#fff;
  background:#e53935;
  box-shadow:0 2px 6px rgba(0,0,0,.18);
}



.profile-wrap{
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.profile-header{
  display:flex;
  gap:18px;
  align-items:center;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.profile-avatar{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  background:#f5f5f5;
}

.profile-title{
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}
.profile-sub{
  margin-top: 6px;
  font-size: 13px;
  opacity: .75;
  display:flex;
  align-items:center;
  gap:8px;
}

.p-dot{
  width:10px; height:10px; border-radius:50%;
  display:inline-block;
  background:#bbb;
}
.p-dot.on{ background:#25c06d; }
.p-dot.off{ background:#bbb; }

.profile-actions{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.p-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  background:#fafafa;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}

.p-btn.primary{
  background:#0d6efd;
  border-color:#0d6efd;
  color:#fff;
}
.p-btn.danger{
  background:#fff;
  border-color:#ffcccc;
  color:#d33;
}
.p-btn.success{
  background:#18a957;
  border-color:#18a957;
  color:#fff;
}

.profile-card{
  margin-top: 18px;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow:hidden;
}

.profile-card .card-head{
  padding: 12px 16px;
  background:#fafafa;
  border-bottom:1px solid #f0f0f0;
  font-weight:800;
}
.profile-card .card-body{
  padding: 16px;
}

.posts-empty{
  padding: 18px;
  border: 1px dashed #e6e6e6;
  border-radius: 14px;
  opacity: .75;
  text-align:center;
}


.points-toast{
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 99999;
  background: #1e1e1e;
  color: #fff;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 240px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all .25s ease;
}

.points-toast.show{
  opacity: 1;
  transform: translateY(0);
}

.points-toast .icon{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(37, 192, 109, .18);
  color: #25c06d;
  font-weight: 900;
  font-size: 18px;
}

.points-toast .title{
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 2px;
}

.points-toast .text{
  font-size: 13px;
  opacity: .9;
}

/* =========================================================
   LegendCards – GLOBAL EPIC / TCG DARK THEME
   Überträgt den Sammler-/Punkte-Look auf die ganze Webseite.
   ========================================================= */
:root{
  --sv-bg-0:#050814;
  --sv-bg-1:#090f22;
  --sv-bg-2:#10172d;
  --sv-card:rgba(12,18,38,.86);
  --sv-card-2:rgba(16,24,49,.78);
  --sv-border:rgba(255,214,128,.18);
  --sv-border-blue:rgba(77,184,255,.22);
  --sv-text:#f5f7ff;
  --sv-muted:rgba(226,232,255,.72);
  --sv-gold:#f6c96b;
  --sv-gold-2:#ffe7a6;
  --sv-blue:#4db8ff;
  --sv-purple:#8b5cf6;
  --sv-red:#ff4d6d;
  --sv-green:#31e68a;
  --sv-shadow:0 24px 70px rgba(0,0,0,.45);
}
html,body{
  background:
    radial-gradient(circle at 16% 8%, rgba(246,201,107,.14), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(77,184,255,.14), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(139,92,246,.12), transparent 40%),
    linear-gradient(135deg,var(--sv-bg-0),var(--sv-bg-1) 45%,#03050d) !important;
  color:var(--sv-text) !important;
  min-height:100%;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.2));
}
body, p, li, td, th, label, small, span{ color:inherit; }
a{ color:var(--sv-blue); }
a:hover{ color:var(--sv-gold-2); text-shadow:0 0 12px rgba(246,201,107,.35); }

/* Header / Navigation */
.header-bar,
.agileits_w3layouts_banner_nav{
  background:rgba(4,8,20,.72) !important;
  border-bottom:1px solid rgba(255,214,128,.16);
  box-shadow:0 16px 45px rgba(0,0,0,.32), inset 0 -1px 0 rgba(77,184,255,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
h1 a.navbar-brand{
  color:var(--sv-gold-2) !important;
  text-shadow:0 0 18px rgba(246,201,107,.45), 0 0 34px rgba(77,184,255,.18);
}
.navbar-light .navbar-nav .nav-link{
  color:rgba(245,247,255,.88) !important;
  padding:10px 12px !important;
  border-radius:999px;
  border:1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active{
  color:#07101f !important;
  background:linear-gradient(135deg,var(--sv-gold-2),var(--sv-gold));
  border-color:rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(246,201,107,.18), 0 0 24px rgba(246,201,107,.18);
  text-shadow:none !important;
}
.navbar .dropdown-menu{
  background:rgba(8,13,30,.96) !important;
  border:1px solid var(--sv-border) !important;
  box-shadow:var(--sv-shadow) !important;
}
.navbar .dropdown-item{ color:rgba(245,247,255,.86) !important; }
.navbar .dropdown-item:hover{ background:rgba(246,201,107,.12) !important; color:var(--sv-gold-2) !important; }

/* Hero */
.main_section_agile,.banner1{
  position:relative;
  background:
    linear-gradient(180deg, rgba(3,6,16,.15), rgba(3,6,16,.92)),
    radial-gradient(circle at 30% 20%, rgba(246,201,107,.18), transparent 34%),
    radial-gradient(circle at 78% 20%, rgba(77,184,255,.16), transparent 36%),
    url(../images/bg.jpg) center/cover no-repeat !important;
}
.main_section_agile:after,.banner1:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, transparent 40%, rgba(5,8,20,.92) 100%);
}
.agileits_w3layouts_banner_nav,.w3-banner{ position:relative; z-index:2; }

/* Global cards / old white boxes */
.container,
.profile-wrap,
.blog-content,
.w3ls-card,
.profile-card,
.contact_grid_right,
.table-responsive,
.card,
.panel,
.well,
.info,
.dash-info,
div[style*="background: #ffffff"],
div[style*="background:#ffffff"],
div[style*="background: #fff"],
div[style*="background:#fff"]{
  background:linear-gradient(145deg, rgba(15,23,49,.88), rgba(7,12,28,.92)) !important;
  color:var(--sv-text) !important;
  border:1px solid var(--sv-border) !important;
  box-shadow:var(--sv-shadow), inset 0 1px 0 rgba(255,255,255,.06) !important;
}
.container{
  border-color:transparent !important;
  box-shadow:none !important;
  background:transparent !important;
}
h2,h3,h4,h5,h6,
.profile-title,
.profile-card .card-head,
div[style*="color: #111"],
div[style*="color:#111"]{
  color:var(--sv-gold-2) !important;
  text-shadow:0 0 16px rgba(246,201,107,.18);
}
p, .card-text, .profile-sub,
div[style*="color: #444"],
div[style*="color:#444"],
div[style*="color: #222"],
div[style*="color:#222"]{
  color:var(--sv-muted) !important;
}
hr,.profile-header,.profile-card .card-head, .fs-head{
  border-color:rgba(255,214,128,.16) !important;
}

/* Forms / tables */
input[type="text"],input[type="email"],input[type="password"],input[type="number"],select,textarea{
  background:rgba(4,8,20,.72) !important;
  color:var(--sv-text) !important;
  border:1px solid rgba(255,214,128,.18) !important;
  border-radius:12px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04) !important;
}
input::placeholder,textarea::placeholder{ color:rgba(226,232,255,.48) !important; }
table{ color:var(--sv-text) !important; }
table th{
  background:rgba(246,201,107,.12) !important;
  color:var(--sv-gold-2) !important;
  border-color:rgba(255,214,128,.18) !important;
}
table td{ border-color:rgba(255,255,255,.08) !important; }
tr:nth-child(even) td{ background:rgba(255,255,255,.025) !important; }

/* Buttons */
a.blog-btn,.blog-btn01,.button,.btn,input[type="submit"],button,.p-btn,.fs-btn{
  border:1px solid rgba(255,214,128,.28) !important;
  color:#07101f !important;
  background:linear-gradient(135deg,var(--sv-gold-2),var(--sv-gold)) !important;
  box-shadow:0 12px 28px rgba(246,201,107,.18), inset 0 1px 0 rgba(255,255,255,.35) !important;
  border-radius:14px !important;
  font-weight:900 !important;
}
a.blog-btn:hover,.blog-btn01:hover,.button:hover,.btn:hover,input[type="submit"]:hover,button:hover,.p-btn:hover,.fs-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
}
.btn-danger,.p-btn.danger{ background:linear-gradient(135deg,#ff8aa0,var(--sv-red)) !important; color:#fff !important; }
.btn-success,.p-btn.success{ background:linear-gradient(135deg,#8dffbf,var(--sv-green)) !important; color:#052014 !important; }
.btn-info,.p-btn.primary{ background:linear-gradient(135deg,#9de0ff,var(--sv-blue)) !important; color:#06111f !important; }

/* Landing intro card */
.sv-landing-card{
  max-width:980px;
  margin:42px auto;
  padding:30px;
  border-radius:28px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg, rgba(15,23,49,.92), rgba(7,12,28,.96)) !important;
  border:1px solid var(--sv-border) !important;
  box-shadow:var(--sv-shadow), 0 0 45px rgba(77,184,255,.08) !important;
}
.sv-landing-card:before{
  content:"";
  position:absolute;
  right:-80px;
  top:-100px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(246,201,107,.28), transparent 66%);
}
.sv-landing-card h2{ font-size:31px; font-weight:900; margin-bottom:12px; }
.sv-landing-card p,.sv-landing-card li{ font-size:16px; line-height:1.8; color:var(--sv-muted) !important; }
.sv-landing-card ul{ list-style:none; padding:0; display:grid; gap:10px; margin-top:18px; }
.sv-landing-card li{
  padding:12px 14px;
  border:1px solid rgba(255,214,128,.13);
  border-radius:16px;
  background:rgba(255,255,255,.04);
}

/* Freunde Sidebar – TCG Panel */
#friendsSupportStack{ position:fixed; right:0; top:180px; z-index:10000; display:grid; gap:10px; }
#friendsToggle{
  position:relative !important;
  top:auto !important;
  right:auto !important;
  padding:12px 14px !important;
  border-radius:18px 0 0 18px !important;
  color:#07101f !important;
  background:linear-gradient(135deg,var(--sv-gold-2),var(--sv-gold)) !important;
  border:1px solid rgba(255,255,255,.2) !important;
  box-shadow:0 14px 34px rgba(246,201,107,.22), 0 0 24px rgba(246,201,107,.18) !important;
  writing-mode:horizontal-tb;
  font-weight:900 !important;
}
#friendsToggle:before{ content:"👥 "; }
#friendsSidebar{
  top:106px !important;
  right:-390px !important;
  width:360px !important;
  max-width:calc(100vw - 28px);
  height:calc(100vh - 138px) !important;
  border-radius:28px 0 0 28px !important;
  background:linear-gradient(160deg, rgba(10,16,35,.98), rgba(5,8,20,.98)) !important;
  border:1px solid var(--sv-border) !important;
  border-right:0 !important;
  box-shadow:-24px 0 70px rgba(0,0,0,.55), 0 0 40px rgba(77,184,255,.12) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
#friendsSidebar.open{ right:0 !important; }
.fs-head{
  padding:16px 18px !important;
  background:linear-gradient(135deg, rgba(246,201,107,.16), rgba(77,184,255,.08)) !important;
  border-bottom:1px solid rgba(255,214,128,.18) !important;
}
.fs-title{ color:var(--sv-gold-2) !important; font-size:18px; font-weight:1000 !important; text-transform:uppercase; letter-spacing:.12em; }
.fs-title:before{ content:"✦ "; color:var(--sv-gold); }
.fs-close{
  color:var(--sv-text) !important;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}
.fs-content{ height:calc(100% - 62px) !important; padding:14px !important; }
.fs-item{
  position:relative;
  display:grid;
  grid-template-columns:auto 52px 1fr auto;
  align-items:center;
  gap:10px;
  padding:12px !important;
  margin-bottom:10px;
  border:1px solid rgba(255,214,128,.14) !important;
  border-radius:20px;
  background:linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.02)) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.fs-item:hover{ background:linear-gradient(145deg, rgba(246,201,107,.11), rgba(77,184,255,.06)) !important; transform:translateX(-2px); }
.fs-avatar{
  width:52px !important;
  height:52px !important;
  border:2px solid rgba(246,201,107,.42) !important;
  box-shadow:0 0 22px rgba(246,201,107,.18), 0 10px 20px rgba(0,0,0,.35) !important;
}
.fs-name{ color:var(--sv-text) !important; font-size:15px; font-weight:900 !important; }
.fs-rank{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  border-radius:999px;
  color:#06111f;
  background:linear-gradient(135deg,var(--sv-gold-2),var(--sv-gold));
  font-size:11px;
  font-weight:900;
  box-shadow:0 0 14px rgba(246,201,107,.18);
}
.fs-dot{ box-shadow:0 0 12px currentColor; }
.fs-dot.on{ background:var(--sv-green) !important; }
.fs-dot.off{ background:rgba(226,232,255,.28) !important; }
.fs-actions{ grid-column:2 / -1; display:flex; gap:8px; flex-wrap:wrap; margin-top:3px; }
.fs-actions a{ margin-right:0 !important; font-size:12px; padding:7px 10px; text-decoration:none !important; }
.fs-loading,.fs-empty{
  color:var(--sv-muted) !important;
  border:1px dashed rgba(255,214,128,.18);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.fs-badge{ background:linear-gradient(135deg,#ff8aa0,var(--sv-red)) !important; box-shadow:0 0 16px rgba(255,77,109,.55) !important; }

/* Mobile */
@media(max-width:768px){
  .main_section_agile{ min-height:680px; }
  .w3-banner{ padding:9em 0 0; }
  .w3-banner p{ width:92%; }
  #friendsSupportStack{ top:auto; right:12px; bottom:16px; }
  #friendsToggle{ border-radius:999px !important; }
  #friendsSidebar{ top:78px !important; height:calc(100vh - 92px) !important; width:calc(100vw - 16px) !important; right:-105vw !important; border-radius:24px !important; border-right:1px solid var(--sv-border) !important; }
  #friendsSidebar.open{ right:8px !important; }
}


/* Modern dark fix: removes the bright blue/purple veil behind support/ticket panels */
.ticket-wrap:before,
.ticket-form-wrap:before,
.ticket-head:after{
  display:none!important;
  content:none!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}


/* Gesperrte Freunde in Sidebar rot markieren */
.fs-item.fs-banned{
  background:#fff0f0 !important;
  border-left:4px solid #dc3545 !important;
}
.fs-item.fs-banned:hover{
  background:#ffe3e3 !important;
}
.fs-name.is-banned{
  color:#dc3545 !important;
  font-weight:900 !important;
}
.fs-rank-banned{
  background:#dc3545 !important;
  color:#fff !important;
  border-radius:999px;
  padding:2px 7px;
  font-weight:900;
}

/* Register button: improved contrast on gold */
.navbar-light .navbar-nav .nav-link.register-cta {
    display: inline-block;
    color: #15100a !important;
    background: linear-gradient(135deg, #ffe7a6 0%, #f6c96b 48%, #d89b32 100%);
    border: 1px solid rgba(255, 231, 166, 0.95);
    border-radius: 999px;
    padding: 10px 18px !important;
    margin-top: -10px;
    font-weight: 800;
    text-shadow: none;
    box-shadow: 0 8px 22px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.45);
}
.navbar-light .navbar-nav .nav-link.register-cta:hover,
.navbar-light .navbar-nav .nav-link.register-cta:focus {
    color: #000 !important;
    background: linear-gradient(135deg, #fff1bf 0%, #ffd36e 52%, #e0a33b 100%);
    border-color: #fff1bf;
}
