/* Sireon Site Style by ITeaal.nl */

:root {
	--main-color-1: #1c3f94;
	--contrast-color-1: #b7b7b7;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}

.stylish-input-group button {
  border: 0;
  background: transparent;
}

/* YouTube Video Background */
* { box-sizing: border-box; }
.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
/*   height: 80vh; */
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.add-btn-green{
	background-color: green;
}
.btn.btn-sm.btn-primary.add-btn-green:hover{
	background-color: #0dad0d !important;
}
.add-btn-blue{
	background-color: #153d95;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.sliderSubHeaderBackground{
		min-width: 500vw;
		background-color: rgba(0,0,0,0.5);
		padding: 10px;
}
.sliderSubHeader{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 2.2em;
	padding: 10px;
}
.sliderHeader1{
	text-decoration: none; 
	font-weight: 600; 
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 4em; 
	color: white;
}
.sliderHeader2{
	text-decoration: none; 
	font-weight: 300; 
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 4em; 
	color: white;
}

.cardShadow {
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.15);
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.15);
}

.image-zoom img {
	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-ms-transition: all 1s ease;
	/* IE 9 */
	-o-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;
}

.image-zoom:hover img {
	-webkit-transform: scale(1.15);
	/* Safari and Chrome */
	-moz-transform: scale(1.15);
	/* Firefox */
	-ms-transform: scale(1.15);
	/* IE 9 */
	-o-transform: scale(1.15);
	/* Opera */
	transform: scale(1.15);
}

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

html,
body {
	font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}

body {
	background: #FFFFFF;
}

/*-- Photo Slider --*/
#sliderPhoto {
  position: absolute;
  overflow: hidden;
  margin: 0px auto 0 auto;
  border-radius: 4px;
}

#sliderPhoto ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#sliderPhoto ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 85vh;
  background: RGBA(0,0,0,0);
  text-align: left;
  line-height: 90vh;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}


/*-- banner --*/

.banner {
	background-image: url(../images/slider/2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: black;
	transition: background 0.5s linear;
	/* padding: 3em 0 4em; */
  position: relative;
}

.extraImg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 85vh;
	z-index: -800 !important;
}


/*-- header-left --*/

.header {
	z-index: 200 !important;
	background: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 100px;
  padding: 15px 0px;
}

.header > .container {
  height: 70px;
}

.header-left {
	float: left;
  width: 350px;
}

.w3layouts-logo h1 {
	margin: 0;
  font-size: 30px;
}

.w3layouts-logo h1 a {
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}

.w3layouts-logo h1 a span {
	font-weight: 100;
}


/*-- //header-left --*
/*-- top-nav --*/

.top-nav {
  float: right;
  height: inherit;
  width: 85%; 
  display: table;
}

.top-nav ul {
	padding: 0;
	margin: 0;
}

.top-nav ul li {
	display: inline-block;
	margin: 0 1em;
	float: left;
}

.top-nav ul li:nth-child(6) {
	margin-right: 0;
}

ul.nav.navbar-nav {
	float: right;
}

.navbar-default {
	background: none;
	border: none;
	margin: 0;
}

.navbar {
	min-height: 0;
  display: table-cell;
  vertical-align: bottom;
}

.navbar-default .navbar-nav> .open> a,
.navbar-default .navbar-nav> .open> a:hover,
.navbar-default .navbar-nav> .open> a:focus {
	background: none !important;
	box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
}

.top-nav ul li a {
	color: #fff !important;
	font-size: 1em;
	margin: 0;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}

.top-nav ul li a:hover {
	color: /*var(--contrast-color-1)*/ #b7b7b7 !important;
}

.top-nav ul li a.active {
	color: /*var(--contrast-color-1)*/ #b7b7b7 !important;
}

ul.dropdown-menu {
	background: rgba(0, 0, 0, 0.53);
	box-shadow: 0 0 0;
	border: none;
	margin: 0;
	top: 3em;
	left: 0;
	min-width: 90px;
}

.dropdown-menu> li> a {
	display: block;
	padding: 0px 0px !important;
	clear: both;
	margin: .2em 0 !important;
	font-weight: normal;
	line-height: 1.42857143;
	color: #FFF !important;
	border: none !important;
}

.dropdown-menu> li> a:hover,
.dropdown-menu> li> a:focus {
	background: none;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 103%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-width: 5px 0 5px 5px;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


/*-- //top-nav --*/

.w3layouts-banner-slider {
	height: 400px;
  display: table;
  width: 100%;
}

.w3layouts-banner-slider > .container {
  display: table-cell;
  vertical-align: middle;
}

.agileits-banner-info {
  text-align: center;
/*   margin-top: 50px; */
  margin: auto;
  background-color: rgba(0,0,0,0.4);  
  border-radius: 50px 0px 50px 0px; 
}

@media (min-width:600px) {
  .agileits-banner-info {
    width: 75%;
  }  
}

@media (min-width:981px) {
  .agileits-banner-info {
    width: 50%;
  }  
}

.agileits-banner-info h3 {
	color: #FFFFFF;
	font-family: font-family: 'Asap', sans-serif;
	font-size: 7em;
	margin: 0;
}

.agileits-banner-info h3 span {
	display: block;
	font-size: .15em !important;
	margin: 0.5em 0 0.5em 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 600;
}

.w3-button {
	margin: 2em 0 1em 0;
}

.w3-button a {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	padding: .5em 2em;
	background: /*var(--main-color-1)*/ #1c3f94;
	text-align: center;
	border: solid 2px /*var(--main-color-1)*/ #1c3f94;
}

.w3-button a:hover {
	background: none;
	border: solid 2px #FFFFFF;
}


/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: -50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 124%;
    left: 48%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #f44336;
    border: 2px solid #f44336;
}
/*-- //slider --*/


/*-- banner-bottom --*/

.banner-bottom,
.welcome,
.services,
.posts,
.codes,
.typography,
.blog,
.contact,
.gallery,
.different,
.team_agile {
	padding: 2em 0;
}

.bottom-icon {
	float: left;
	width: 10%;
}

.bottom-icon i.fa.fa-cog,
.bottom-icon i.fa.fa-thumbs-up,
.bottom-icon i.fa.fa-user,
.bottom-icon i.fa.fa-phone {
	color: /*var(--main-color-1)*/ #1c3f94;
	font-size: 1.5em;
}

.bottom-text {
	float: right;
	width: 80%;
}

.bottom-text h4 {
	color: #000000;
	font-size: 1.7em;
	font-weight: 600;
	margin: 0;
}

.bottom-text p {
	color: #606060;
	font-size: 1em;
	margin: 1em 0 0 0;
	line-height: 1.8em;
}


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


/*-- team --*/

.team-grids {
	margin: 2em 0 0 0;
}

.btm-right {
	overflow: hidden;
	position: relative;
	display: block;
}

.btm-right img {
	width: 100%;
}

.btm-right .captn {
	color: #ffffff;
	background-color: /*var(--main-color-1)*/ #1c3f94;
	text-align: center;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 2em 0;
	border-bottom: 7px solid #212121;
}

.captn h4 {
	font-size: 1.5em;
	color: #fff;
	margin: 0;
}

.captn-icon {
	height: 45%;
	width: 18%;
	color: #ffffff;
	position: absolute;
	top: 20%;
	left: 0;
	text-align: center;
	padding: 0.5em 0;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btm-right:hover .captn {
	background: #212121;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-bottom: 7px solid /*var(--main-color-1)*/ #1c3f94;
}

.captn-icon ul {
	padding: 0 0 0 .5em;
}

.captn-icon ul li {
	display: block;
	border-bottom: 1px solid rgba(249, 247, 247, 0);
}

.captn-icon ul li:nth-child(2) {
	margin: .3em 0;
}

.captn-icon ul li a {
	width: 50px;
	height: 50px;
	display: block;
	color: #FFFFFF;
	padding: .9em 0 0 0;
}

.captn-icon ul li a.fb {
	background: #3b5998;
	border: solid 2px #3b5998;
}

.captn-icon ul li a.twit {
	background: #00aced;
	border: solid 2px #00aced;
}

.captn-icon ul li a.goog {
	background: #dd4d3a;
	border: solid 2px #dd4d3a;
}

.captn-icon ul li a.fb:hover {
	background: none;
	border: solid 2px #FFFFFF;
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
}

.captn-icon ul li a.twit:hover {
	background: none;
	border: solid 2px #FFFFFF;
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
}

.captn-icon ul li a.goog:hover {
	background: none;
	border: solid 2px #FFFFFF;
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
}


/*-- //team --*/


/*-- welcome --*/

.welcome {
	background: /*var(--main-color-1)*/ #1c3f94;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.welcome-grids {
	position: relative;
}

.w3ls-welcome-left-img {
	background: url(../images/car-wash-small.jpg) no-repeat 0px 0px;
	background-size: cover;
	background-position: center center;
	min-height: 450px;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.w3ls-welcome-right {
	position: absolute;
	right: 10%;
	top: 14%;
}

.w3ls-welcome-right-info {
	padding: 2em;
	background: #FFFFFF;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.w3ls-welcome-right-info h2,
.w3-agileits-heading h3 {
  color: #666666;
  font-size: 1.5em;
  margin: 0 0 1em;
  font-family: font-family: 'Roboto Condensed', sans-serif;
}

.w3ls-welcome-right-info h2 span,
.w3ls-welcome-right-info p {
  color: #999999;
  font-size: .9em;
  line-height: 1.8em;
  margin: 2em 0 0 0;
}

.w3ls-welcome-right-info p span {
	display: block;
	margin: 1em 0 0 0;
}

.agileinfo-red {
	float: left;
	width: 25%;
	height: 5px;
	background: #9C27B0;
}

.agileinfo-green {
	background: #8BC34A;
}

.agileinfo-blue {
	background: #03A9F4;
}

.agileinfo-yellow {
	background: #FFC107;
}


/*-- //welcome --*/


/*-- services --*/

.w3-agileits-heading {
	text-align: center;
}

.wthree-services-grids {
	margin: 2em 0 0 0;
}


/*
.w3-agileits-services-grid:nth-child(1),
.w3-agileits-services-grid:nth-child(2),
.w3-agileits-services-grid:nth-child(3) {
	border-bottom: 1px ridge #ececec;
}
*/

.w3-agileits-services-grid {
  text-align: center;
  padding: 1em;
}

.w3-agileits-services-grid i.fa.fa-cogs,
.w3-agileits-services-grid i.fa.fa-comments,
.w3-agileits-services-grid i.fa.fa-heart,
.w3-agileits-services-grid i.fa.fa-plane,
.w3-agileits-services-grid i.fa.fa-paper-plane,
.w3-agileits-services-grid i.fa.fa-road {
	color: /*var(--main-color-1)*/ #1c3f94;
	font-size: 2em;
}

.w3-agileits-services-grid h4 {
	color: #000000;
	font-size: 1em;
	font-weight: 600;
	margin: 1em 0;
}

.w3-agileits-services-grid p {
	color: #999999;
	font-size: .9em;
	margin: 0;
	line-height: 1.8em;
}


/*
.agile-services1,
.agile-services2 {
	border-left: 1px ridge #ececec;
	border-right: 1px ridge #ececec;
	border-bottom: 1px ridge #ececec;
}
*/


/*-- //services --*/


/*-- posts --*/

.posts {
	background: #f3f3f3;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.posts-grids {
	margin: 4em 0 0 0;
}

.w3-agile-post-img a {
	background: url(../images/p1.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 230px;
	display: block;
	text-decoration: none;
}

.w3-agile-post-img1 a {
	background: url(../images/p2.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.w3-agile-post-img2 a {
	background: url(../images/p3.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.w3-agile-post-img a ul {
	margin: 0;
	background: /*var(--main-color-1)*/ #1c3f94;
	padding: 1em;
	width: 20%;
	text-align: center;
}

.w3-agile-post-img a ul li {
	display: block;
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}

.w3-agile-post-img a ul li:nth-child(2) {
	font-size: 1.5em;
	font-weight: 600;
}

.w3-agile-post-info h4 {
	margin: 1em 0;
}

.w3-agile-post-info h4 a {
	color: #000000;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
}

.w3-agile-post-info h4 a:hover {
	color: /*var(--main-color-1)*/ #1c3f94;
}

.w3-agile-post-info p {
	color: #999999;
	font-size: .9em;
	margin: 0;
	line-height: 1.8em;
}


/*-- //posts --*/


/*-- footer --*/

footer {
	background: #212121;
}

.agileits-w3layouts-footer-top {
	padding: 1em 0;
	border-bottom: 1px solid #2f2f2f;
}

.agileits-w3layouts-footer-top-left p {
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 0;
}

.agileits-w3layouts-footer-top-left:nth-child(2) {
	text-align: right;
}

.agileits-w3layouts-footer-top-left p a {
	color: /*var(--contrast-color-1)*/ #b7b7b7;
	text-decoration: none;
}

.agileits-w3layouts-footer-top-left p a:hover {
	color: #FFFFFF;
}

.agileits-footer-bottom {
	padding: 2em 0;
}

.footer-bottom-left h5,
.footer-bottom-right h5 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 1em 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-img {
	text-align: center;
	width: 30%;
}

.footer-img img {
	width: 100%;
	max-height: 100px;
}

.footer-img-info {
	float: right;
	width: 67%;
}

.footer-img-info p,
.footer-bottom-right p {
	color: #999999;
	font-size: .9em;
	margin: 0;
	line-height: 1.8em;
}

.footer-bottom-right input[type="text"] {
	display: inline-block;
	background: #FFFFFF;
	border: none;
	width: 100%;
	margin: 1em 0 0 0;
	outline: none;
	padding: .5em;
	font-size: .9em;
	color: #999999;
}

.footer-bottom-right input[type="submit"] {
	outline: none;
	color: #FFFFFF;
	padding: .4em 1em;
	font-size: .9em;
	margin: 1em 0 0 0;
	-webkit-appearance: none;
	background: /*var(--main-color-1)*/ #1c3f94;
	border: 2px solid /*var(--main-color-1)*/ #1c3f94;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.footer-bottom-right input[type="submit"]:hover {
	background: none;
	;
}

.agileinfo-social-grids ul {
	padding: 0;
	margin: 0;
}

.agileinfo-social-grids ul li {
	display: inline-block;
	margin: 0 .5em 0 0;
}

.agileinfo-social-grids ul li a {
	color: #FFFFFF;
	text-align: center;
}

.agileinfo-social-grids ul li a i.fa.fa-facebook,
.agileinfo-social-grids ul li a i.fa.fa-twitter,
.agileinfo-social-grids ul li a i.fa.fa-rss,
.agileinfo-social-grids ul li a i.fa.fa-vk {
	height: 30px;
	width: 30px;
	border: solid 2px #FFFFFF;
	line-height: 29px;
	background: none;
	color: #FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background: #3b5998;
	color: #FFFFFF;
}

.agileinfo-social-grids ul li a i.fa.fa-twitter:hover {
	border: solid 2px #55acee;
	background: #55acee;
	color: #FFFFFF;
}

.agileinfo-social-grids ul li a i.fa.fa-rss:hover {
	border: solid 2px #f26522;
	background: #f26522;
	color: #FFFFFF;
}

.agileinfo-social-grids ul li a i.fa.fa-vk:hover {
	border: solid 2px #45668e;
	background: #45668e;
	color: #FFFFFF;
}

.copyright {
	padding: 1em 0;
	border-top: 1px solid #2f2f2f;
}

.copyright p {
	color: #999999;
	font-size: .9em;
	margin: 0;
	line-height: 1.8em;
	text-align: center;
}

.copyright p a {
	color: #999999;
	text-decoration: none;
}

.copyright p a:hover {
	color: #FFFFFF;
}

.footerLeft{
	text-align: center;
	
}
@media (min-width: 992px) {
  .footerLeft {
    text-align: left;
  }
}
.footerRight{
	text-align: center;
	
}
@media (min-width: 992px) {
  .footerRight {
    text-align: right;
  }
}


/*-- //footer --*/


/*-- icons --*/

.codes a {
	color: #999;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	margin: 1em 0 1em 0;
	border: 5px solid #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	cursor: pointer;
}

.icon-box:hover {
	background: /*var(--main-color-1)*/ #1c3f94;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
	color: #fff !important;
}

.icon-box:hover a.agile-icon {
	color: #fff !important;
}

.codes .bs-glyphicons li {
	float: left;
	width: 12.5%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.codes .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

h3.icon-subheading {
	font-size: 2em;
	color: /*var(--main-color-1)*/ #1c3f94 !important;
	margin: 30px 0 15px;
}

h3.agileits-icons-title {
	text-align: center;
	font-size: 2em;
	color: #2f2f2f;
	margin: 0;
	font-family: font-family: 'Asap', sans-serif;
	letter-spacing: 1px;
}

.icons a {
	color: #999;
}

.icon-box i {
	margin-right: 10px !important;
	font-size: 20px !important;
	color: #282a2b !important;
}

.icons .bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	margin: 1%;
}

.icons .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}

.icons .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.icons .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

ul.bs-glyphicons-list {
	padding: 0;
	margin: 0;
}


/*-- //icons --*/


/*-- typography --*/

h3.hdg {
	font-size: 2.5em;
	color: #000 !important;
}

.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: #555;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
}

.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 {
	margin-bottom: 1em;
	color: #333;
}

.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: #8bc34a;
}

.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: #555;
	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;
}

.nav-tabs {
	margin-bottom: 1em;
}

.alert {
	font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
	line-height: 1.8em;
	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 (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
	}
}

@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: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
}

@media (max-width:480px) {
	.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;
	}
}

@media (max-width: 320px) {
	.grid_4 {
		margin-top: 18px;
	}
	.alert,
	p,
	ol.breadcrumb li,
	.grid_3 p,
	.well,
	ul.list-group li,
	li.list-group-item1,
	a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.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.81em;
	}
	.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: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}


/*-- //typography --*/


/*-- blog --*/

.w3ls-blog-leftl {
	float: left;
	width: 18%;
	background: /*var(--main-color-1)*/ #1c3f94;
	padding: 1em;
	border-top: 4px solid #000000;
}

.w3ls-blog-leftl h4 {
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	margin: 0;
	border-bottom: 1px dotted #fff;
}

.w3ls-blog-leftl h4 span {
	display: block;
	color: #000;
	line-height: 2em;
}

.w3ls-blog-leftl a {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inherit;
	margin: 1em 0 0;
}

.w3ls-blog-leftl a i {
	left: -13px;
}

.more a {
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	padding: .5em 1em;
	background: /*var(--main-color-1)*/ #1c3f94;
	border: solid 2px /*var(--main-color-1)*/ #1c3f94;
}

.more a:hover {
	background: none;
	color: #000000;
	border: solid 2px #000000;
}

.w3ls-blog-leftl a:hover {
	color: #000;
}

.page-blog {
	margin: 60px 0 0 145px;
}

.pagination> li> a,
.pagination> li> span {
	color: #999999;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #ffffff;
	background-color: /*var(--main-color-1)*/ #1c3f94;
	border-color: #999999;
}

.w3ls-blog-leftr p {
	font-size: .9em;
	color: #999;
	margin: 1em 0 0;
	line-height: 1.8em;
}

.w3ls-blog-leftr ul {
	padding: 1em 0;
	margin: 20px 0 45px;
	border-top: 1px dotted #CDCCCC;
	border-bottom: 1px dotted #CDCCCC;
}

.w3ls-blog-leftr ul li {
	display: inline-block;
	margin: 0 2em 0 0;
}

.w3ls-blog-leftr ul li a {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	padding-left: 1em;
}

.w3ls-blog-leftr ul li a:hover {
	color: /*var(--main-color-1)*/ #1c3f94;
	text-decoration: none;
}

.w3ls-blog-leftr ul li a i {
	left: -17px;
}

.w3ls-blog-leftr {
	float: right;
	width: 80%;
}

.w3-blog-left-grid:nth-child(2) {
	margin: 70px 0;
}

.w3-agile-blog-right h3,
.response h4,
.coment-form h4 {
	color: #000000;
	margin: 0 0 1em;
	font-size: 1.5em;
	text-align: left;
}

.w3-agile-blog-right ul {
	padding: 0 0 0 2em;
	margin: 0;
}

.w3-agile-blog-right ul li {
	margin: .5em 0;
	list-style-type: disc;
}

.w3-agile-blog-right ul li a {
	font-size: .9em;
	color: #989797;
	line-height: 1.8em;
	text-decoration: none;
}

.w3-agile-blog-right ul li a:hover {
	text-decoration: none;
	padding-top: 5px;
	color: /*var(--main-color-1)*/ #1c3f94;
}

.agile-info-recent {
	margin: 4em 0;
}

.wom {
	float: left;
	width: 25%;
	margin-top: 0.6em;
}

.wom img {
	width: 100%;
}

.wom-right {
	float: right;
	width: 70%;
}

.wom-right h4 a {
	color: /*var(--main-color-1)*/ #1c3f94;
	font-size: 1em;
	text-decoration: none;
	font-weight: 600;
}

.wom-right h4 a:hover {
	text-decoration: none;
	color: #000;
}

.wom-right h4 {
	margin: 0 0 .5em;
}

.wom-right p {
	color: #bbbbbb;
	font-size: .9em;
	margin: 0;
	line-height: 1.8em;
}

.w3l-recent-grid:nth-child(2) {
	margin: 2em 0;
}

.footer-top-grid1 ul.w3-tag2 {
	padding: 0;
	margin: 0 0 8px;
}

.footer-top-grid1 ul.w3-tag2 li {
	display: inline-block;
}

.footer-top-grid1 ul.w3-tag2 li a {
	font-size: .9em;
	color: #000000;
	padding: .4em 1em;
	background: none;
	border: solid 2px #000000;
}

.footer-top-grid1 ul.w3-tag2 li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: /*var(--main-color-1)*/ #1c3f94;
	border: solid 2px /*var(--main-color-1)*/ #1c3f94;
}

.footer-top-grid1 ul.w3-tag2 {
	display: block;
}

.footer-top-grid1 {
	margin: 0 0 3em;
}


/*-- //blog --*/


/*-- single --*/

.admin-text {
	border: 1px solid #f4f4f4;
	padding: 2em;
}

.admin-text h5 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: #000000;
}

.admin-text-left {
	float: left;
	width: 11%;
}

.admin-text-right {
	float: right;
	width: 86%;
}

.admin-text-right p {
	color: #999;
	font-size: 13px;
	margin: 0 0 18px;
	line-height: 28px;
}

.admin-text-right span {
	font-size: 15px;
	margin: 0 0 1em 0;
	font-weight: 500;
	color: #727272;
}

.admin-text-right span a {
	color: /*var(--main-color-1)*/ #1c3f94;
	text-decoration: none;
}

.admin-text-right span a:hover {
	color: #838384;
	transition: .5s all;
}

.media.response-info {
	margin-top: 3em;
}

.response-info-mdl {
	margin: 1em 0px 1em 4em;
}

.response {
	margin-bottom: 5em;
}

.media-left.response-text-left {
	width: 11%;
}

.response-text h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #fff;
}

.response-text-left h5 a {
	text-decoration: none;
	color: /*var(--main-color-1)*/ #1c3f94;
}

.response-text-left h5 a:hover {
	text-decoration: none;
	color: #000000;
	transition: .5s all;
}

.response-text-left h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
}

.response-text-right p {
	color: #999;
	font-size: .9em;
	margin: 0 0 1em 0;
	line-height: 1.8em;
}

.response-text-right ul {
	padding: 0;
	text-align: right;
}

.response-text-right ul li {
	display: inline-block;
	color: #000000;
	font-size: .9em;
	margin-right: 1em;
}

.response-text-right ul li a {
	color: /*var(--main-color-1)*/ #1c3f94;
	font-size: 1em;
}

.response-text-right ul li a:hover {
	color: #000000;
	text-decoration: none;
}

.media-left a img {
	width: initial;
}

.coment-form input[type="text"],
.coment-form textarea,
.coment-form input[type="email"] {
	display: block;
	background: none;
	color: #999;
	border: 1px solid #BDBBBB;
	width: 70%;
	outline: none;
	font-size: .9em;
	padding: 1em;
}

.coment-form input[type="email"] {
	margin: 1em 0;
}

.coment-form textarea {
	width: 100%;
	display: block;
	min-height: 150px;
	resize: none;
	margin: 1em 0;
}

.coment-form input[type="submit"] {
	background: /*var(--main-color-1)*/ #1c3f94;
	border: none;
	padding: .5em;
	width: 100%;
	font-size: 1em;
	color: #fff;
	outline: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.coment-form input[type="submit"]:hover {
	color: #fff;
	background: #000000;
	outline: none;
}

.thumbnail {
	padding: 8px !important;
}

.btn-primary {
	border-color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open> .dropdown-toggle.btn-primary {
	border-color: #FFF !important;
	background-color: #4470d2 !important;
}

.coment-form form {
	margin: 2em 0 0;
}

.response h4,
.coment-form h4 {
	margin: 50px 0 0px !important;
}


/*-- //single --*/

/*-- contact --*/

.w3layouts-contact-form-top h3,
.contact-form-top h3 {
	color: #000000;
	margin: 0 0 1em;
	font-size: 1.5em;
	text-align: left;
}

.w3layouts-contact-form-top p {
	font-size: .9em;
	color: #999;
	margin: 1em 0 0;
	line-height: 1.8em;
}

.agileits-contact-address {
	margin: 3em 0 0 0;
}

.w3layouts-contact-form-top p {
	margin: 2em 0;
}

.agileits-contact-address ul {
	padding: 0;
	margin: 0;
}

.agileits-contact-address ul li {
	display: block;
	margin: 1em 0;
}

.agileits-contact-address ul li i.fa.fa-phone,
.agileits-contact-address ul li i.fa.fa-map-marker {
	height: 40px;
	width: 40px;
	background: /*var(--main-color-1)*/ #1c3f94;
	;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	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-contact-address ul li span {
	color: #999999;
	font-size: .875em;
	margin-left: 1em;
}

.agileits-contact-address ul li span a {
	color: #999999;
	text-decoration: none;
}

.agileits-contact-address ul li span a:hover {
	color: /*var(--main-color-1)*/ #1c3f94;
	;
}

.agileinfo-contact-form-grid {
	margin: 2em 0 0 0;
}

.agileinfo-contact-form-grid input[type="text"],
.agileinfo-contact-form-grid input[type="number"],
.agileinfo-contact-form-grid input[type="email"] {
	display: inline-block;
	background: none;
	border: 1.5px solid #BBBBBB;
	width: 100%;
	outline: none;
	padding: 10px 15px 10px 15px;
	font-size: .9em;
	/*color: #BBBBBB;*/
	margin-bottom: 1.5em;
}

.agileinfo-contact-form-grid textarea {
	background: none;
	border: 1.5px solid #BBBBBB;
	width: 100%;
	display: block;
	height: 150px;
	outline: none;
	font-size: 0.9em;
	/*color: #BBBBBB;*/
	resize: none;
	padding: 10px 15px 10px 15px;
	margin-bottom: 1em;
}

button.btn1 {
	border: solid 2px /*var(--main-color-1)*/ #1c3f94;
	;
	color: #ffffff;
	font-size: .875em;
	background: /*var(--main-color-1)*/ #1c3f94;
	padding: .5em 2em;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

button.btn1:hover {
	border: solid 2px #000000;
	color: #000000;
	background: none;
}

.w3agile-map {
	margin: 4em 0 0 0;
}

.w3agile-map iframe {
	border: none;
	min-height: 300px;
	width: 100%;
	margin: 2em 0 0 0;
}


/*-- //contact --*/

/*-- gallery --*/

.gallery-grid {
	margin-top: 2em;
}

.wpf-demo-4 {
	background-color: /*var(--main-color-1)*/ #1c3f94;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 240px;
}

.wpf-demo-4 a.item-hover {
	display: block;
}

.wpf-demo-4 img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.wpf-demo-4:hover img {
	height: 100%;
	margin-left: -42px;
	margin-top: -7px;
	-webkit-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-o-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	width: 134%;
}

.wpf-demo-4:hover .view-caption {
	text-align: right;
	-webkit-transform: translateY(-111%);
	-moz-transform: translateY(-111%);
	-o-transform: translateY(-111%);
	-moz-transform: translateY(-111%);
	transform: translateY(-111%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	bottom: -17px;
}

.wpf-demo-4 .view-caption {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -35px;
}

.wpf-demo-4 .view-caption p {
	color: #fff;
	font-size: 1em;
	padding-right: 7px;
}


/*-- jzBox-lightbox --*/

#jzBox {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
}

#jzBoxTargetImg {
	margin: 6% 0 1% 0;
	max-width: 96%;
	max-height: 73%;
	cursor: pointer;
}

#jzBoxCounter {
	margin-bottom: 1%;
	font-size: 12px;
}

#jzBox i:hover {
	cursor: pointer;
	color: #2aabd2;
}

#jzBoxBottom {
	max-height: 22%;
}

#jzBoxNextBig,
#jzBoxPrevBig {
	cursor: pointer;
	top: 0;
	left: 0;
	width: 35%;
	position: fixed;
	z-index: 10001;
}

#jzBoxNextBig {
	left: 65%;
}

.close {
	float: none;
	opacity: 1;
	background: url(../images/close.png) no-repeat 0px 0px;
	display: block;
	width: 32px;
	height: 32px;
	margin: 1em auto 0;
}

.arrow-left {
	background: url(../images/left.png) no-repeat 0px 0px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-right: 2em;
}

.arrow-right {
	background: url(../images/right.png) no-repeat 0px 0px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.item-type-move .item-hover {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
	background: #FF69B4;
	display: block;
}


/*-- //jzBox-lightbox --*/

/*-- //gallery --*/

/*-- about --*/

.agileinfo-top-heading {
	margin: 2em 0 0 0;
	height: 75px;
}

.agileinfo-top-heading h2 {
	color: #FFFFFF;
	font-size: 2em;
	margin: 0;
	font-weight: 100;
	font-family: font-family: 'Asap', sans-serif;
	letter-spacing: 2px;
	text-align: center;
}

.main-textgrids {
	padding: 4em 0;
}

.main-textgrids img {
	width: 100%;
}

.ab-text p {
	line-height: 1.8em;
	margin: 0 0 1em 0;
	font-size: 0.9em;
	color: #999999;
}

ul.ab {
	padding: 0 0 0 1em;
}

ul.ab li {
	list-style-type: none;
	padding-left: 3em;
	background: url(../images/img-sp.png) no-repeat -0px 4px;
	margin: 0 0 1em;
}

ul.ab li a {
	color: #999999;
	line-height: 1.8em;
	font-size: 0.9em;
	text-decoration: none;
}

.statements {
	margin-top: 4em;
}

ul.ab li a:hover {
	color: #e45753;
}

.statements p {
	line-height: 1.8em;
	margin-bottom: 4%;
	margin-top: 3%;
	font-size: 0.9em;
	color: #777;
}

.mission h4 {
	color: #000000;
	margin: 0 0 1em;
	font-size: 1.5em;
	text-align: left;
}

/*-- different --*/

.different {
	/*background: url(../images/inside-carwash-sireon.jpg) no-repeat 0px 0px;*/
	background: url(../images/slider/2.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.different-heading h3 {
	color: #FFFFFF;
}

.w3agile-different-info p {
	text-align: center;
	margin: 3em auto 0;
	font-size: 1em;
	color: #FFFFFF;
	width: 73%;
	line-height: 1.8em;
}

.w3agile-button {
	margin: 3em 0 0 0;
	text-align: center;
}

.w3agile-button a {
	border: solid 2px /*var(--main-color-1)*/ #1c3f94;
	color: #FFFFFF;
	font-size: 1em;
	padding: .5em 2em;
	text-decoration: none;
	background: /*var(--main-color-1)*/ #1c3f94;
}

.w3agile-button a:hover {
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
	background: none;
}

.jarallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


/*-- //different --*/

/*-- //about --*/

.products_text {
  margin-bottom: 1em;
}

.products_text:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.products_text h3 {
  margin: 0 0 1em;
  font-size: 1.5em;
}

.page_content h3 {
  color: #666666;
  text-align: left;
}

.products_text h3 {
  color: #ffffff;
  text-align: center;
  position: relative;
}

.products_text p {
  font-size: 1em;
  line-height: 1.8em;
}

.products_text p {
  color: #ffffff;
  margin: 0 auto 1em;
  position: relative;
}

/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

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

/*-- responsive --*/

@media (min-width: 1201px) {
  .header-left {
    position: absolute;
  }

  .container {
    width: 1220px;
  }
}

@media (max-width: 1200px) {
  .top-nav {
    width: 100%;
    margin: 0;
    margin-top: -35px !important;
    float: right;
  }
  .top-nav ul.nav.navbar-nav {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .top-nav ul.nav.navbar-nav li {
    display: block;
    margin: 0 0 1em 0;
    float: none;
  }
  .navbar-nav>li>a {
    padding: 10px 19px;
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu {
    background: none;
    text-align: center;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: solid 1px rgba(255, 255, 255, 0.23);
    box-shadow: 0 0 0;
  }
  .navbar {
    vertical-align: middle;
  }
  .navbar-header {
    float: none;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse {
    position: absolute;
    top: 87px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    border: none !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-toggle {
    margin: 0;
    background-color: #1c3f94 !important;
    border-color: #1c3f94 !important;
  }
  .header-left {
    position: relative;
  }
}

@media(max-width:1080px) {
	.w3ls-welcome-right {
		top: 9%;
	}
	.wpf-demo-4 {
		height: 196px;
	}
	.icon-box {
		font-size: .9em;
	}
}

@media(max-width:991px) {
	.bottom-text {
		width: 90%;
	}
	.w3l-banner-bottom-grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3ls-welcome-right {
		right: 0;
		position: inherit;
		margin: 2em 0 0 0;
	}
	.w3-agileits-services-grid {
		padding: 1em;
		width: 33.33%;
		float: left;
	}
	.w3-agile-post-grids {
		float: left;
		width: 33.33%;
	}
	.w3-agile-post-img a ul {
		width: 27%;
	}
	.w3-agile-post-img a {
		min-height: 138px;
	}
	.footer-bottom-right {
		margin: 2em 0 0 0;
	}
	.w3agile-different-info p {
		width: 100%;
	}
	.team_bottom-grid {
		float: left;
		width: 50%;
	}
	.team_bottom-grid:nth-child(3),
	.team_bottom-grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.gallery-grid {
		float: left;
		width: 50%;
	}
	.wpf-demo-4 {
		height: 227px;
	}
	.close {
		position: absolute;
		right: 0;
		top: 0;
	}
	.close {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9990;
	}
	.agileits-w3layouts-footer-top-left {
		float: left;
		width: 50%;
	}
}

@media(max-width:800px) {
	.w3-agile-blog-right {
		margin: 2em 0 0 0;
	}
	.contact-form-top {
		margin: 2em 0 0 0;
	}
}

@media(max-width:736px) {
	.top-nav {
		margin: 0;
		float: right;
		/*width: 72%;*/
	}
	.navbar-toggle {
		margin: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.top-nav ul li {
		display: block;
		margin: 1em 0;
		float: none;
	}
	ul.nav.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
	}
	.navbar-nav> li> a {
		padding: 10px 19px;
		margin: 0;
	}
	.navbar-nav .open .dropdown-menu {
		background: none;
		text-align: center;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: solid 1px rgba(255, 255, 255, 0.23);
		box-shadow: 0 0 0;
	}
	.w3layouts-banner-slider {
		margin: 6em 0;
	}
	.wpf-demo-4 {
		height: 216px;
	}
	.arrow-left {
		position: absolute;
		left: 1%;
		top: 30%;
	}
	.arrow-right {
		position: absolute;
		top: 30%;
		right: 1%;
	}
}

@media(max-width:667px) {
	.top-nav {
		width: 100%;
	}
	.agileits-banner-info h3 {
		font-size: 5em;
	}
	.w3layouts-banner-slider {
		margin: 3em 0;
	}
	.w3-agile-post-img a ul {
		width: 34%;
	}
	.w3-agile-post-img a {
		min-height: 120px;
	}
	.wpf-demo-4 {
		height: 193px;
	}
}

@media(max-width:640px) {
	.w3ls-welcome-left-img {
		min-height: 410px;
	}
	.wpf-demo-4 {
		height: 183px;
	}
	.wpf-demo-4:hover .view-caption {
		bottom: -28px;
	}
}

@media(max-width:600px) {
	.wpf-demo-4 {
		height: 170px;
	}
	.w3ls-blog-leftl h4 {
		font-size: 1em;
	}
	.w3ls-blog-leftl a {
		font-size: 1em;
	}
}

@media(max-width:568px) {
	.w3-agile-post-grids {
		float: none;
		width: 100%;
	}
	.w3-agile-post-grids:nth-child(2) {
		margin: 2em 0;
	}
	.w3-agile-post-img a ul {
		width: 14%;
	}
	.w3-agile-post-img a {
		min-height: 325px;
	}
	.wpf-demo-4 {
		height: 158px;
	}
	#jzBoxTargetImg {
		margin: 5% 0 0% 0;
	}
	.w3ls-blog-leftr ul li {
		margin: 0 1em 0 0;
	}
}

@media(max-width:480px) {
	.top-nav {
		width: 100%;
    margin-top: -68px !important;
	}
  
  .header-left {
    width: 230px !important;
  }
  
	.callbacks_tabs {
		top: 120%;
		left: 46%;
	}
	.w3ls-welcome-left-img {
		min-height: 300px;
	}
	.w3ls-welcome-right-info h2,
	.w3-agileits-heading h3 {
		font-size: 1.7em;
	}
	.w3-agileits-services-grid {
		float: none;
		width: 100%;
		border-bottom: 1px ridge #ececec;
	}
	.agile-services1,
	.agile-services2 {
		border-left: none;
		border-right: none;
	}
	.w3-agileits-services-grid:nth-child(6) {
		border-bottom: 0 !important;
	}
	.w3-agile-post-img a {
		min-height: 270px;
	}
	.btm-right .captn {
		padding: 1em 0;
	}
	.wpf-demo-4 {
		height: 128px;
	}
	.wpf-demo-4 .view-caption p {
		font-size: .9em;
		padding-right: 2px;
	}
	.admin-text-left a img {
		width: 100%;
	}
	.media-left.response-text-left a img {
		width: 100%;
	}
	.w3ls-welcome-right-info {
		padding: 1em;
	}
}

@media(max-width:414px) {
	.bs-glyphicons li {
		width: 31.33% !important;
	}
	.top-nav {
		width: 100% !important;
		margin-top: -68px !important;
	}
	.banner-bottom,
	.welcome,
	.services,
	.posts,
	.codes,
	.typography,
	.blog,
	.contact,
	.gallery,
	.different,
	.team_agile {
		padding: 2em 0;
	}
	.wthree-services-grids {
		margin: 2em 0 0 0;
	}
	.w3-agile-post-img a ul {
		width: 18%;
	}
	.posts-grids {
		margin: 2em 0 0 0;
	}
	.w3-agile-post-img a {
		min-height: 215px;
	}
	.main-textgrids {
		padding: 2em 0;
	}
	.statements {
		margin-top: 2em;
	}
	.w3agile-different-info p {
		margin: 2em auto 0;
	}
	.team_bottom-grid {
		float: none;
		width: 100%;
	}
	.team_bottom-grid:nth-child(2),
	.team_bottom-grid:nth-child(3),
	.team_bottom-grid:nth-child(4) {
		margin: 1em 0 0 0;
	}
	.gallery-grid {
		float: none;
		width: 100%;
		margin-top: 1em;
	}
	.wpf-demo-4 {
		height: 232px;
	}
	.wpf-demo-4 .view-caption p {
		padding-right: 4px;
	}
	.wpf-demo-4:hover .view-caption {
		bottom: -23px;
	}
	.w3ls-blog-leftl {
		width: 19%;
		padding: .5em;
	}
	.w3ls-blog-leftr ul li a {
		font-size: .9em;
		padding-left: .5em;
	}
	.admin-text {
		padding: 1em;
	}
	.agileits-w3layouts-footer-top-left {
		float: none;
		width: 100%;
		text-align: center;
	}
	.agileits-w3layouts-footer-top-left:nth-child(2) {
		text-align: center;
		margin: .5em 0 0 0;
	}
	.footer-img {
		float: none;
		width: 100%;
	}
	.footer-img-info {
		float: none;
		width: 100%;
		margin: 1em 0 0 0;
	}
	.w3-blog-left-grid:nth-child(2) {
		margin: 44px 0;
	}
}

@media(max-width:384px) {
	.agileits-banner-info h3 {
		font-size: 4em;
	}
	.callbacks_tabs {
		left: 43%;
	}
	.banner {
		padding: 0 0 2em;
	}
	.callbacks_tabs {
		top: 110%;
	}
	.top-nav {
		width: 47%;
	}
	.agileits-banner-info h3 span {
		font-size: .2em !important;
	}
	.w3ls-welcome-left-img {
		min-height: 230px;
	}
	.w3ls-welcome-right-info h2,
	.w3-agileits-heading h3 {
		font-size: 1.5em;
	}
	.wpf-demo-4 {
		height: 210px;
	}
	.coment-form input[type="text"],
	.coment-form textarea,
	.coment-form input[type="email"] {
		width: 100%;
		padding: .5em;
	}
	.page-blog {
		margin: 60px 0 0 19px;
	}
}

@media(max-width:375px) {
	.w3layouts-logo h1 a {
		font-size: .75em;
	}
	.navbar-toggle {
		margin: .2em 0 0 0;
	}
	.agileits-banner-info h3 span {
		letter-spacing: 10px;
	}
	.w3ls-blog-leftl {
		width: 100%;
		padding: 0.5em;
	}
	.w3ls-blog-leftl h4 {
		float: left;
		width: 50%;
		border-bottom: 1px dotted transparent;
		border-right: 1px dotted #fff;
	}
	.w3ls-blog-leftl a {
		float: right;
		width: 50%;
	}
	.w3ls-blog-leftr {
		width: 100%;
		margin-top: 1em;
	}
	.w3ls-blog-leftr ul li {
		margin: 0 .7em 0 0;
	}
}

@media(max-width:320px) {
	.w3layouts-logo h1 a {
		font-size: .7em;
	}
	.header-left {
		float: none;
		width: 100%;
		/*text-align: center;*/
		margin: 0 0 .5em 0;
	}
	.top-nav {
		width: 100%;
		text-align: center;
		margin-top: -76px !important;
	}
  /* .navbar-toggle {
		float: none;
	} */
	.agileits-banner-info h3 {
		font-size: 3em;
	}
	.agileits-banner-info h3 span {
		font-size: .3em !important;
		letter-spacing: 8px;
	}
	.w3layouts-banner-slider {
		margin: 2em 0;
	}
	.bottom-icon {
		width: 12%;
	}
	.bottom-text {
		width: 86%;
	}
	.w3-agile-post-img a {
		min-height: 160px;
	}
	.w3-agile-post-img a ul {
		width: 25%;
	}
	ul.ab li {
		padding-left: 2em;
	}
	h3.agileits-icons-title {
		font-size: 1.5em;
	}
	h3.icon-subheading {
		font-size: 1.5em;
	}
	.wpf-demo-4 {
		height: 165px;
	}
	.agileinfo-top-heading h2 {
		font-size: 1.5em;
	}
}


/*-- //responsive --*/

/*			MarketSlides
essential styles:
these make the slideshow work
*/

.marketSlides {
    position: relative;
    height: 250px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.marketSlide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.marketShowing {
    opacity: 1;
    z-index: 2;
}

/*
.marketSlide {
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
}
*/

.img-blur{
    filter: blur(10px);
}

.img-blur img{
    height: 100px;
    background: gray;
}

/* Search */

@media (min-width:1201px) {
  li.header_search {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
  }
}

@media (max-width:1200px) {
  li.header_search {
    width: 100%;
    max-width: 300px;
    margin: auto !important;
    display: inline-block !important;
  }
}

/* Product modal */

#productDetails .title, 
#productDetails .price, 
#productDetails .desc {
  height: initial !important;
}

#productDetails .title,
#productDetails .price,
#singleProductDetails .title,
#singleProductDetails .price {
  margin-top: 10px;
  margin-bottom: 10px;
}

#productDetails .title h3,
#singleProductDetails .title h3{
  margin: 0px !important;
}

#productDetails .price,
#singleProductDetails .price {
  font-size: 24px;
}

#productDetails .price .tax_notice,
#singleProductDetails .price .tax_notice{
  font-size: 10px;
  display: block;
}

@media (min-width:480px) and (max-width:991px) {
  #productDetails .modal-body>.row:last-of-type .col-md-6 {
    width: 50%;
    float: left;
  }
}

@media (min-width:981px) {
  #productDetails .price,
  #singleProductDetails .price{
    text-align: right;
  }
  
  #singleProductDetails .desc {
    padding-top: 20px;
  } 
}

@media (min-width:768px) {
  #productDetails .modal-dialog {
    width: 80%;
    max-width: 750px;
  }
}

@media (min-width:992px) {
  #productDetails .modal-dialog {
    width: 90%;
    max-width: 1000px;
    height: 550px;
  }
  #productDetails .modal-content,
  #productDetails .modal-body {
    height: inherit;
  }
  #productDetails .modal-body .col-md-12,
  #productDetails .modal-body .col-md-12 div {
    height: 100%;
  }
  #productDetails .modal-body>.row:first-child {
    height: calc(100% - 30px);
  }
  #productDetails .modal-body>.row:last-of-type {
    padding-top: 0px !important
  }
}

#productDetails.modal.fade {
  padding-right: 0px !important;
}

/* App banner / buttons */

.app_banner {
  text-align: center;
}

@media (max-width:480px) {
  .hidden_on_mobile {
    display: none;
  }
  
  .gp_btn img {
    margin-bottom: 10px;
  }  
}

@media (min-width:481px) {
  .hidden_on_desktop {
    display: none;
  }
}

input,
textarea,
.btn-default,
.btn-success {
  font-size: 1em !important;
}