/*--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background:#FFF;
	font-family: 'Raleway', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
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;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
	font-family: 'Raleway', sans-serif;
}	
p{
	    margin: 0;
    padding: 0;
    color: #666;
    font-size: 1.2em;
    line-height: 1.9em;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	color:#666;
}
.header-top {
    background: #232e5c;
}
/*-- top bar --*/
.top-bar {
	margin:0 auto;
	padding:7px 0;
	background-color:#186881;
}
ul.top-contacts , ul.top-links {
	list-style:none;
}
ul.top-contacts {
	float:left;
}
ul.top-links {
	float:right;
}
ul.top-contacts li {
	margin-right:20px;
	display:inline-block;
}
ul.top-links li {
	margin-left:5px;
	display:inline-block;
}
.top-bar ul.top-contacts li p , .top-bar ul.top-contacts li p a {
    color: #fff;
	text-decoration:none;
	font-size: 16px;
    font-weight:400;
	padding-top:7px;
}
.breadcrumb{display:block; float:right;}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.page_1{display:block; margin:0 auto;}
.bs-example{padding:1em; margin-bottom:1em; border:1px solid #eee;}
.top-bar ul.top-contacts li p span {
    vertical-align: middle;
    text-align: center;
    line-height: 1px;
	margin-right:5px;
}
 ul.top-contacts li p a:focus, .top-bar ul.top-contacts li p a:hover {
     color:#222;
	text-decoration:none;
}
ul.top-links li a i.fa {
	color: #000;
    background-color: #fff;
    width: 37px;
    height: 37px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
} 
ul.top-links li a i.fa:hover {
	color: #fff;
    background-color:#3f51b5;
}
/*-- /top-bar --*/
/*-- data-hover --*/
/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	    height: 46px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 44px;
	height: 2px;
	background:#186881;
	content: '';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

/*-- //data-hover --*/
/*-- header --*/
.navbar-brand {
    display: block;
    color: #fff !important;
    font-size:2em;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#5C5858;
    background:none;
}
.navbar-nav {
    float: right;
	    margin-top: 19px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: none;
}
.navbar-default {
    border: none;
    background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#fff;
	background:#F9DB55;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
	font-size:1em;
	text-transform:uppercase;
}
.navbar {
    margin-bottom: 0;
}
.nav > li > a {
}
.navbar-nav > li > a {
}
.navbar-nav > li {
    float: left;
    margin-right:0.6em;
}
/*-- /navigation section --*/
/*-- banner section --*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.fl {
	float: left;
}
.row {
	width: 100%;
}
.grid12 {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.small12 {
	width: 100%;
}
.small3 {
	width: 25%;
}
.slideDemos {
	width: 100%;
}
.slideDemos-single {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 1em;
}
.slideDemos-single .pogoSlider {
	height: 225px;
}
.slideDemos-single h3 {
	text-align: center;
	margin-top: 90px;
	color: #fff;
	font-weight: 700;
}
.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align:left;
    margin-top:180px!important;
}
.pogoSlider-slide-element h3 {
	    color: #fff;
    font-weight: normal;
    font-size: 50px;
    padding: 1em 1em;
    letter-spacing: 3px;
    line-height: 75px;
    padding-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
	font-weight: bold;
}
.pogoSlider-slide-element h3 span{
	color:#fc5a0a;
}
.pogoSlider-slide-element h3:before {
	    content: '';
    background-color: #fc5a0a;
    height: 8px;
    width: 10%;
    left: 45%;
    bottom:129px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
}
.pogoSlider-slide-element h3:after {
	    content: '';
    background-color: #fc5a0a;
    height: 8px;
    width: 10%;
    left: 45%;
    bottom: 0;
    position: absolute;
    text-align: center;
    margin: 0 auto;
}
.pogoSlider-nav-btn {
	width:15px;
	height:15px;
}
/*-- /banner section --*/
/*-- blog --*/
.blog{
	padding:2em 0;
	
	
}
.w3-agile-blog-grids{
	margin:4em 0 0 0;
	
	
}

.w3-agile-blog-left a img{
	width:100%;
	border:0.4em solid #186881;
	
}
.blog-left-left {
	float: left;
    width: 80px;
    height: 80px;
    background: #186881;
    text-align: center;
    padding: 1.3em 0 0 0;
}
i.fa.fa-pencil {
    color: #FFFFFF;
    font-size: 2.5em;
}
.blog-left-right-top{
    float: left;
    width: 72%;
    margin-left: 1em;
	text-align:left;
}
.blog-left-right-top h4 {
    color: #000000;
    font-size: 2em;
    margin: 0 0 .5em 0;
    font-weight: 600;
    line-height: 1.4em;
}
.blog-left-right-top h4 a {
    text-decoration: none;
    color: #000000;
}
.blog-left-right-top p {
    margin: 0 0 1em;
    font-size: .9em;
    color: #333333;
	text-align:left;
}
.blog-left-right-top p a {
    color: #03A9F4;
    text-decoration: none;
}
.blog-left-right-top p a:hover{
	color:#000000;
}
.blog-left-right-top h4 a:hover{
    color: #03A9F4;
}
.w3-agile-blog-right-info p{
    margin: 1em 0 2em 0;
    font-size: .9em;
    color: #333333;
    line-height: 1.8em;
}
.w3-agile-blog-right-info a{
    color: #000000;
    font-size: .9em;
    text-decoration: none;
    padding: .5em 1em;
    border: solid 1px #000;
}
.w3-agile-blog-right-info a:hover{
	background: #186881;
    color: #FFFFFF;
    border: solid 1px #186881;	
}
.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:20%;
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    padding: .5em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;
	
	
}
.w3-agile-blog-right-info-tum a:hover{
	background: #186881;
    color: #FFFFFF;
    border: solid 1px #186881;	
}
.w3-agile-blog-grid{
	margin:2em 0 0 0;
}
/*-- //blog --*/
/*-- single --*/
.single{
	padding:4em 0;
	background:#FFFFFF;
}
.single-nav h2{
    margin: 0;
    font-size: 1em;
}
.single-nav h2 a{
	color: #fff !important;
    margin: 0;
    text-decoration: none;
    padding: 0;
    letter-spacing: 1px;
}
.single-nav a:hover{
	color: #FFC107 !important;
}
.agileits-single-img img{
	width:100%;
}
.agileits-single-img h4{
    color: #000000;
    font-size: 1em;
    margin: 1em 0;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: capitalize;
}
.agileinfo-single-icons{
	margin:2em 0;
}
.agileinfo-single-icons ul{
	padding:0;
	margin:0;
}
.agileinfo-single-icons ul li{
    display: inline-block;
    color: #999999;
    font-size: .9em;
    margin-right: 1.5em;
}
.agileinfo-single-icons ul li:last-child{
	margin-right:0;
}
.agileinfo-single-icons ul li a{
    color: #999999;
	text-decoration:none;
}
.agileinfo-single-icons ul li span{
    margin-left: .5em;
}
.agileinfo-single-icons ul li span:hover{
    color: #FFC107;
}
.agileits-single-img p{
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
/*-- comments --*/
.agileits_three_comments{
    margin: 4em 0;
}
.agileits_three_comment_grid{
    padding:3em 0;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.agileits_tom {
	float: left;
    border: 1px dotted #353535;
    padding: .5em;
    width: 10%;
}
.agileits_tom  img{
	width:100%;
}
.agileits_tom_right{
    float: left;
    width: 70%;
    margin-left: 3em;
}
.hardy {
    float: left;
}
.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}
.reply a {
	background: none;
    border: solid 1px #000000;
    padding: .5em 2em;
    color: #000;
    font-size: .9em;
    text-decoration: none;
}
.reply a:hover{
	color: #ffffff;
    background: #03A9F4;
    border: solid 1px #03A9F4;
}
.agileits_tom_right p.lorem {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
	text-align: left;
    color: #3a4d60;
    font-size: 1.5em;
    margin: 0;
}
.hardy h4 {
    font-size: 1em;
    color: #000000;
    margin: 0;
    font-weight: 600;
}
.hardy p {
    color: #999999;
    margin: .5em 0 0;
    font-size: .9em;
}
.agileits_three_comment_grid:nth-child(2){
    margin:4em 0 0;
	padding-top:0 !important;
}
.agileits_three_comment_grid:last-child{
	border-bottom:none;
	padding-bottom:0 !important;
}
.agileits_three_comment_grid1{
	padding-left:5em;
}
/*-- //comments --*/
/*-- leave-comments --*/
.w3_leave_comment {
    width: 70%;
}
.w3_leave_comment form {
    margin: 3em 0 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    background: none;
    border: 1px solid #999999;
    width: 100%;
    outline: none;
    padding: 10px;
    font-size: .9em;
    color: #999999;
}
.w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    margin: 1em 0;
}
.w3_leave_comment textarea {
    min-height: 200px;
    resize: none;
}
.w3_leave_comment input[type="submit"] {
    border: solid 1px #999999;
    color: #000000;
    font-size: .9em;
    padding: .5em 2em;
    text-decoration: none;
    background: 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;
}
.w3_leave_comment input[type="submit"]:hover {
    border: solid 1px #03a9f4;
    color: #FFFFFF;
    background: #03a9f4;
}
/*-- //leave-comments --*/
/*-- //single --*/
/*-- blog page--*/
.blog-page{
	padding:5em 0;
}
.blog-page .blog-page-grids {
	padding-bottom: 1em;
	margin-bottom: 3em;
	border-bottom: 1px solid #186881;
}
.blog-page .blog-page-grids-bot {
	float: left;
	width: 47%;
}
.blog-page .blog-page-grids-bot1 {
	float: right;
	width: 50%;
}
.blog-page .blog-page-grid {
	float: left;
}
.blog-page .blog-page-grid h3,.blog-page-grid h2{
	margin: 0;
	color: #1D1E1F;
	font-size:2em;
	line-height: 1.6em;
}
.blog-page .blog-page-grid h3 a,.blog-page-grid h2 a{
	color: #1D1E1F;
	text-decoration:none;
	font-weight: 300;
	line-height: 1.6em;
}
.blog-page .blog-page-grid h3 a:hover,.blog-page-grid h2 a:hover{
	color:#232e5c;
	font-weight:bold;
	text-decoration:none;
}
.blog-page .blog-page-grid p {
	color: #999;
	font-size: 14px;
	margin:1em 0 0;
	font-style: italic;
}
.blog-page .blog-page-grid1 {
	float: right;
}
.blog-page .blog-page-grid1 p {
	font-size: 1em;
	margin: 1.5em 0 0;
	color: #999;
}
.blog-page .blog-page-grids-bot a img{
	padding:1em;
	border:1px solid #D6D4D4;
}
.blog-page .blog-page-grids-bot1 p {
    color: #999;
    font-size: 14px;
    width: 80%;
    margin: 0 0 4em;
    line-height: 2em;
}
.blog-page .blog-agileinfo{
	margin-bottom:100px
}
.blog-page .blog-agileinfo:nth-child(2) {
	margin: 4em;
}
.blog-page .blog-page-grids-bot1 h4{
	font-size:1.5em;
	color:#186881;
	margin:0 0 1em;
	text-transform:capitalize;
}
.blog-page .blog-page-grid1 p a {
	color: #ffc400;
}
.blog-page .blog-page-grid1 p a:hover {
    color: #999;
}
.blog-page .wthree-pagn {
	margin: 4em 0 0;
}
.more a{
	font-size: 13px;
	padding: 10px 92px;
	background: #186881;
	text-decoration: none;
	color: #fff;
}
.more a:hover{
	background: #232e5c;
}
/*-- //blog page--*/
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 84px;
    padding: 20px 0 0;
    font-size: 1.2em;
    line-height: 45px;
}
.navbar-brand span {
font-weight:100;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #fff;
       font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ff7200;
    background: none;
}
.navbar-nav > li > a {
	font-size: 1em;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a {
    color:#fff;
}
.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-right {
    margin-right: 0;
    margin-left: 5em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#186881;
}
.nav > li > a {
    	font-family: 'Source Sans Pro', sans-serif;
}
/*-- //nav --*/
.link-effect-3 a {
	margin:0 10px;
	text-shadow: none;
	position: relative;
}
.link-effect-3 a::before {
	position: absolute;
    top: 50px;
    left: 0;
    overflow: hidden;
    max-width: 0;
    background:#fc5a0a;
    width: 30%;
    height:3px;
    color: #fff;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}
.link-effect-3 a:hover::before,li.active a::before {
	max-width: 100%;
}
.w3l-banner-grids {
    padding: 17em 0 0 0;
}
.container {
    margin: 0 auto;
    -moz-transition: all 0.3s ease 0.6s;
    -o-transition: all 0.3s ease 0.6s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.6s;
    -webkit-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
    z-index: 10;
    position: relative;
	-o-transition-delay: 0.1s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
}
.container.nav-open .header-right nav {
    z-index: 1;
}
/*-- count --*/
.count{
	background: url(../images/banner4.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: 400px;
    padding:8em 0 5em;
}
.agile_count_grid_left{
	float:left;
}
.agile_count_grid_left span{
	color:#fff;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size:2em;
}
.agile_count_grid_right{
	float: left;
    margin-left: 2em;
}
.agile_count_grid_right p{
	color:#fff;
}
.agile_count_grid h3{
	    font-size: 1.3em;
    color: #fff;
    margin: 1em 0 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 1em 0;
    text-align: center;
    border: 2px solid #fff;
}
.agile_count_grid h3:after{
	content:'';
	    background: #fc5a0a;
	height:4px;
	width:30%;
	position:absolute;
	bottom:0%;
	left:0%;
}
.agile_count_grid_left span {
    color: #fc5a0a;
    top: 15px;
}
h3.head {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
	color:#3f51b5;
	margin-bottom: 0.3em;
}
/*-- work --*/
#about {
    padding: 5em 0;
}
.work{
	padding:5em 0 0;
	text-align: center;
}
.agileits_work_grid{
	padding:0;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info i {
    padding:20px 30px;
    color: #fff;
    text-transform:uppercase;
    font-size:3em;
}
.view a.info: hover {
   -webkit-box-shadow:0 0 5px #000;
   -moz-box-shadow:0 0 5px #000;
   box-shadow:0 0 5px #000;
}
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
    width: 100%;
    height: 100%;
	padding: 7.5em 0 0;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}	
/*--flexisel--*/
.flex-slider{	
background:#222227;
padding: 70px 0 165px 0;
}
.opportunity{
background:#28282e;
margin:0px 20px;
padding:80px 0;
position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left:0%;
	top: 15% !important;
	display:none;
	}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 15% !important;
	display:none;
	}
/*--//flexisel--*/
/*--/agileits_works--*/

.agileits_works-grid {
    padding: 0;
}
.agileits_works-top {
    margin-top: 3em;
}
.wthree-text {
       padding:6.5em 6em;
	   
}
.agileits_works-grid.two {
    background: #f4f4f4;
}
.wthree-text h4{
	font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
   color: #fc5a0a;
    margin-bottom: 0.3em;
}
.wthree-text p{
	margin:1em 0;
}
/*--//agileits_works--*/
/*-- //work --*/
.agile_team_grids{
	margin:3em 0 0;
}
.agile_team_grid1{
	    padding: 1em 0;
    text-align: center;
	
}
.agile_team_grid1 h3{
	    font-size: 1.3em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: .3em;
    font-weight: bold;
}
.agile_team_grid1 p{
	color: #fc5a0a;
    font-weight: 600;
	font-size:1em;
}
.agile_team_grid_main{
	position:relative;
	overflow:hidden;
}
.agile_team_grid_main .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding:1em 0 .6em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
}
.agile_team_grid:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
.agile_team_grid_main img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
#team {
    padding: 5em 0;
	text-align:center;
}
.t-head {
    text-align: center;
    margin-bottom: 3em;
}
/*--/gallery --*/
/*--//review--*/
#gallery {
    padding: 6em 0;
    text-align: center;
}
.gallery-grids {
    margin-top: 3em;
}
.baner-top a {
    display: block;
}
.baner-top img {
    width: 100%;
}
.img-box-content, .gal-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box-content {
  position: relative;
}
.gal-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gal-text-box .info-gal-con {
  display: block;
  position: relative;
  padding: 2%;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background:#fff;
  clear: both;
}


.gal-spin-effect {
  display: block;
  overflow: hidden;
  position: relative;

}
.gal-spin-effect .gal-text-box {
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
  z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
  content: "";
  display: block !important;
  position: absolute;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
    font-size: 26px;
    margin-bottom: 17px;
    color: #fc5a0a;
    font-weight: bold;
    text-transform: uppercase;
}
.info-gal-con p {
    font-size: 14px;
    line-height: 2.2em;
    color: #fff;
}
.baner-top {
    padding: 0;
}
/*--//gallery --*/
/*-- newsletter --*/
.newsletter{
	
	padding:7em 0 7em 0;
}
.w3agile_newsletter_left h3{
	font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
    color: #3f51b5;
    margin-bottom: 1.3em;
}
.w3agile_newsletter_left p{
	color:#666;
	line-height:2em;
	margin:2em 0 0;
}
.w3agile_newsletter_right p {
    font-size: 1em;
    margin: 1em 0 1em 0;
    text-align: left;
    color: #020202;
    font-weight: 600;
    text-transform: uppercase;
}
.w3agile_newsletter_right input[type="email"],.w3agile_newsletter_right input[type="text"],.w3agile_newsletter_right textarea{
	outline:none;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	padding: 20px 20px;
	background:#FFFFFF;
	width: 100%;
}
.w3agile_newsletter_right input[type="submit"]{
	outline: none;
    border: 1px solid #fc5a0a;
    color: #fff;
    font-size:15px;
    padding:18px 18px;
    width: 30%;
    background: #fc5a0a;
    margin-top: 1em;
}
.w3agile_newsletter_right input[type="submit"]:hover{
	background:#3f51b5;
	border: 1px solid #3f51b5;
	color:#fff;
}
.w3agile_newsletter_right textarea {
    resize: none;
    min-height: 120px;
}
.w3agile_newsletter_right {
    margin: 5em 0 0;
}
.w3agile_newsletter_left {
    padding-right: 2em;
}
#gallery {
    padding: 6em 0 6em 0;
    text-align: center;
    background: #fff;
}
.portfolio_grid_w3lss.one{
	margin-top:3em;
}
ul.top-links.two.three li a i.fa.fa-facebook{
	background:#3b5998;
	color:#fff;
}
ul.top-links.two.three li a i.fa.fa-twitter{
	background:#55acee;
	color:#fff;
}
ul.top-links.two.three li a i.fa.fa-google-plus{
	background:#d62223;
	color:#fff;
}
ul.top-links.two.three li a i.fa.fa-linkedin{
	background:#0077b5;
	color:#fff;
}
ul.top-links.two.three {
    margin-top: 1em;
}
ul.top-links.two.three li a i.fa:hover{
	opacity:0.8;
}
/*-- //newsletter --*/
/*-- footer --*/
.footer{
	padding: 5em 0;
    background: #1d1d1d;
}
.agileinfo_footer_grid h2 a{
	    font-size: 1em;
     color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.agileinfo_footer_grid h2 a span{
	font-weight:100;
}
.agileinfo_footer_grid p{
	color:#999;
	margin:1em 0 2em;
	line-height:2em;
	font-size:1em;
}
/*-- social-icons --*/
ul.social-icons li{
	display:inline-block;
}
.icon-button {
    background-color: #D9D9D9;
    cursor: pointer;
    display: inline-block;
    height:34px;
    line-height: 2rem;
    margin: 0 3px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:34px;
}
.icon-button i {
       background: none;
    color: #222;
    height: 32px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.twitter span{
    background-color:#3b5998;
}
.google span{
	background-color:#55acee;
}
.v span{
	background-color:#dd4b39;
}
.pinterest span{
	background-color:#833ab4;
}
.icon-button:hover span {
    width: 2rem;
    height: 2rem;
    margin: 0;
}
ul.social-icons li .icon-button .icon-twitter{
    background:url(../images/img-sp.png) no-repeat -4px -35px;
    display: block;
}
ul.social-icons li .icon-button .icon-twitter:hover{
    background-position:-4px -74px;
}
ul.social-icons li .icon-button .icon-google{
    background:url(../images/img-sp.png) no-repeat -42px -38px;
    display: block;
}
ul.social-icons li .icon-button .icon-google:hover{
    background-position:-42px -74px;
}
ul.social-icons li .icon-button .icon-v{
    background:url(../images/img-sp.png) no-repeat -79px -36px;
    display: block;
}
ul.social-icons li .icon-button .icon-v:hover{
    background-position:-79px -71px;
}
ul.social-icons li .icon-button .pinterest{
    background:url(../images/img-sp.png) no-repeat -125px -36px;
    display: block;
}
ul.social-icons li .icon-button .pinterest:hover{
    background-position:-125px -70px;
}
/*-- //social-icons --*/
.agileinfo_footer_grid h3{
	    font-size: 1.5em;
    color: #fff;
    padding-bottom: .5em;
    position: relative;
    margin-bottom: 1.5em;
}
.agileinfo_footer_grid h3:after{
	content:'';
	background:#3f51b5;
	width:25%;
	height:3px;
	position:absolute;
	bottom:0%;
	left:0%;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li,.agileinfo_footer_grid_nav li {
    list-style-type: none;
    margin-bottom: 1em;
	color: #999;
	font-family: 'Open Sans', sans-serif;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li i {
    color: #999;
    border: 1px solid #999;
    padding: .5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-right: 1em;
	    vertical-align: middle;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li span {
    display: block;
    margin-left: 3em;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li a,.agileinfo_footer_grid_nav li a{
	    color: #fff;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li a:hover,.agileinfo_footer_grid_nav li a:hover{
	color:#999;
	text-decoration:none;
}
.agileinfo_footer_grid_nav li i {
    color: #fff;
    padding-right: 1.5em;
}
.w3agile_footer_copy{
	padding:1em 0;
	text-align: center;
    background: #000;
}
.w3agile_footer_copy p{
	color:#999;
	line-height:1.8em;
}
.w3agile_footer_copy p a{
	    color: #fc5a0a;
	text-decoration:none;
}
.w3agile_footer_copy p a:hover{
	color:#999;
}
ul.top-links.two {
    float:none;
}
/*-- map --*/
.map {
	position: relative;
	min-height: 481px;
}
.map iframe {
	width: 100%;
	min-height: 481px;
	border: none;
	position: absolute;
}
.black {
	background: rgba(2, 2, 2, 0.7);
	width: 100%;
	min-height: 481px;
	position: absolute;
}
.map-grid-left{
	background:#FFF;
	padding:0;
	float: left;
	position:relative;
}
.map-grids{
	position:absolute;
	top: 32%;
	left: 18%;
	width: 35%;
}
.map-grid-left h4{
	color: #555555;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
    padding: 2em 3em 9px 1em;
}
.map-grid-left p{
	color: #C2C2C2;
	font-size: 16px;
	padding: 0 0 1em 1em;
	margin: 0;
}
.map-grid-left p.text{
	color: #FFF;
	font-size: 16px;
	background: #3f51b5;
	padding: .5em;
	text-align: center;
	margin: 0;
}
.right-arrow{
	width:30px;
	height:36px;
	background:url(../images/locate.png) no-repeat 0px 0px;
	display:block;
	position:absolute;
	top: 67px;
    left: 435px;
}
.map-grid-right i {
   font-size: 4em;
   margin-top: 1em;
   color: #1d1d1d;
}
.map-grid-right{
	float:right;
}
.map-grid-right img {
	margin-top: 1.5em;
}
.map-grid-left ul {
    
    border: 0px solid #ccc;
    border-bottom: none;
}
.map-grid-left ul  li{
	list-style:none;
	color:#555;
	line-height:2.5em;
	    font-size: 1.1em;
		font-family: 'Open Sans', sans-serif;
}
.map-grid-left ul  li a{
	color:#555;
}
.map-grid-left ul li i {
    color: #555;
    font-size: 1.4em;
	margin-right:1em;
}
/*-- map-bottom --*/
/*-- //footer --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width:34px;
    height:34px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //to-top --*/
.tabs-grids img {
    width: 69%;
    margin: 2em 0;
}
.text.agile-info h4 {
    font-size: 2em;
    font-weight: bold;
    color: #222;
    margin-bottom: 0.3em;
}
/*-- /responsive design --*/
@media (max-width:1600px) {
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:30%;
	color: #fff;
    font-size:1.3em;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.navbar-wrapper {
      margin-top: 56px;
	}
	section.work .nav-tabs > li:nth-child(1) {
		margin-left: 39em;
	}
	.pogoSlider {
		height:650px!important;
	}
	.pogoSlider-slide {
		min-height:650px!important;
	}
}
@media (max-width:1440px) {
	.wthree-text {
		padding: 5.1em 5em;
	}
	.map-grids {
		    position: absolute;
			top: 30%;
			left: 18%;
			width: 41%;
	}
}
@media (max-width:1366px) {
	.wthree-text {
	    padding: 4.65em 4em;
	}
	.map-grid-left ul {
		padding: 2em 1em;
		border-bottom: none;
	}
	.right-arrow {
		position: absolute;
		top: 67px;
		left: 409px;
	}
	.map-grids {
		position: absolute;
		top: 32%;
		left: 18%;
		width: 42%;
	}
	.pogoSlider-slide {
		min-height:600px!important;
	}
	.pogoSlider {
		height:600px!important;
	}
	.pogoSlider-slide-element h3 {
       font-size: 41px;
	}
	.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
		top: 43%;
		margin-top: -10px;
	}
	.wthree-text h4 {
      font-size: 1.8em;
	}
	.view a.info i {
      padding: 0px 30px;
	}
}
@media (max-width:1280px) {
	.wthree-text {
		padding: 3.85em 3em;
	}
	.pogoSlider-slide {
		min-height:550px!important;
	}
	.pogoSlider {
		height:550px!important;
	}
	.pogoSlider--navBottom .pogoSlider-nav {
		bottom: 138px;
	}
}
@media (max-width:1024px) {
	.navbar-brand img {width:170px; height:75px}	
	h3.head,.w3agile_newsletter_left h3 {
      font-size: 2.2em;
	}
	.wthree-text h4 {
		font-size: 1.6em;
	}
	.wthree-text p {
		margin: 1em 0;
		font-size: 1em;
	}
	.wthree-text {
		padding: 2.8em 2em;
	}
	.info-gal-con h4 {
       font-size: 21px;
	}
	.map-grids {
		position: absolute;
		top:27%;
		left: 18%;
		width: 54%;
	}
	.pogoSlider-slide {
		min-height:480px!important;
	}
	.pogoSlider {
		height:480px!important;
	}
	.pogoSlider-slide-element {

		margin-top: 168px!important;
	}
	.pogoSlider--navBottom .pogoSlider-nav {
		bottom:98px;
	}
	.pogoSlider-slide-element h3 {
		font-size: 35px;
	}
	.pogoSlider-slide-element h3:before {
		content: '';
		background-color: #fc5a0a;
		height: 6px;
		width: 10%;
		left: 45%;
		bottom: 111px;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.pogoSlider-slide-element h3:after {
		content: '';
		background-color: #fc5a0a;
		height:6px;
		width: 10%;
		left: 45%;
		bottom: 13px;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.text.agile-info h4 {
      font-size: 1.8em;
	}
	.agile_count_grid h3 {
      font-size: 1.2em;
	}
}
@media (max-width:991px) {
		.navbar-brand img {width:150px; height:70px}	
	.navbar-brand {
		height: 84px;
		padding: 20px 0 0;
		font-size: 1em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
		text-transform: uppercase;
	}
	#about {
		padding: 4em 0;
	}
	#gallery {
      padding: 5em 0 5em 0;
	}
	.newsletter {
		padding: 5em 0 5em 0;
	}
	.w3agile_newsletter_left p {
		line-height: 2em;
		margin: 1em 0 0;
		font-size: 1em;
	}
	.w3agile_newsletter_right {
		margin: 2em 0 0;
	}
		.agile_count_grid_left span {
		top: 15px;
	}
	.agileits_works-grid img {
		margin: 0 auto;
		text-align:center;
	}
	.view-sixth .mask {
		width: 100%;
		height: 100%;
		padding: 4.5em 0 0;
	}
	.agile_team_grid {
		float: left;
		width: 50%;
	}
	.agile_team_grid.three,.agile_team_grid.four{
		margin-top:2em;
	}
	.t-head {
		text-align: center;
		margin-bottom: 2em;
	}
	.baner-top {
		padding: 0;
		float: left;
		width: 50%;
	}
	.map-grids {
		position: absolute;
		top: 27%;
		left: 7%;
		width: 68%;
	}
	.agile_count_grid {
		float: left;
		width: 50%;
		margin-bottom: 1em;
	}
	.count {
		min-height: 400px;
		padding: 5em 0 5em;
	}
	.footer {
    padding: 3em 0;
	}
	.agileinfo_footer_grid h3 {
		font-size: 1.3em;
		padding-bottom: .5em;
		position: relative;
		margin-bottom: 1em;
	}
	.agileinfo_footer_grid {
		margin-bottom: 2em;
	}
	ul.top-links.two.three {
		margin-top: 0em;
	}
	.w3agile_newsletter_left p {
    line-height: 2em;
    margin: 0em 0 1em;
	}
	h3.head, .w3agile_newsletter_left h3 {
		font-size: 2.1em;
		margin-bottom: 0.6em;
	}
	.text.agile-info h4 {
		font-size: 1.5em;
	}
}
@media (max-width:800px) {
	.navbar-nav > li {
		float: left;
		margin-right: 0.4em;
	}
	.agile_count_grid {
		float: left;
		width: 50%;
	}
	.agile_count_grid {
		margin-bottom:1em;
	}
	
	.count {
		min-height: 400px;
		padding: 5em 0 5em;
	}
	.pogoSlider-slide {
		min-height:450px!important;
	}
	.pogoSlider {
		height:450px!important;
	}
	.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
		top: 50%;
		margin-top: -10px;
	}
	.pogoSlider-slide-element h3 {
		font-size: 30px;
	}
	.agile_count_grid_left span {
		top: 15px;
	}
	.agileits_works-grid img {
		margin: 0 auto;
		text-align:center;
	}
	.view-sixth .mask {
		width: 100%;
		height: 100%;
		padding: 4.5em 0 0;
	}
	.agile_team_grid {
		float: left;
		width: 50%;
	}
	.agile_team_grid.three,.agile_team_grid.four{
		margin-top:2em;
	}
	.t-head {
		text-align: center;
		margin-bottom: 2em;
	}
	.baner-top {
		padding: 0;
		float: left;
		width: 50%;
	}
	.map-grids {
		position: absolute;
		top: 27%;
		left: 7%;
		width: 68%;
	}
	.pogoSlider--navBottom .pogoSlider-nav {
		bottom: 50px;
	}
}
@media (max-width:768px) {
	.navbar-nav > li {
		float: left;
		margin-right: 0.2em;
	}
	.pogoSlider-slide {
		min-height:400px!important;
	}
	.pogoSlider {
		height:400px!important;
	}
	.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
		top: 53%;
		margin-top: -10px;
	}
	.map-grids {
		position: absolute;
		top: 27%;
		left: 7%;
		width: 68%;
	}
	.map {
		position: relative;
		min-height: 422px;
	}
	.map iframe {
		width: 100%;
		min-height: 424px;
	}
}
@media (max-width: 767px){
	.pogoSlider-slide {
		min-height:420px!important;
	}
	.pogoSlider {
		height:420px!important;
	}
	.navbar-brand {
		height: 79px;
		    padding: 15px 0 0;
	}
	.navbar-toggle {
	    margin-top: 23px;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0px!important;
    padding: 11px 10px;
	}
	.navbar-default .navbar-toggle {
		border: none;
		background-color: #000000;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #000000;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		background-color: #eee;
	}
	.nav > li > a {
		padding: 15px 0px;
	}
	.navbar-nav > li {
		float: none;
		margin-right: 0;
	}
	.nav > li > a {
		padding: 12px 9px!important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: none;
		padding: 0.5em 0 0 0;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		    background-color: #2f2f2f;
		width: 100%;
		margin: 0;
		    margin-bottom: .5em;
	}
	.pogoSlider-slide-element {
		margin-top: 134px!important;
	}
	.newsletter,#gallery {
		padding: 4em 0 4em 0;
	}
	
}
@media (max-width:736px) {
	.map-grids {
		position: absolute;
		top: 27%;
		left: 3%;
		width: 85%;
	}
}
@media (max-width:667px) {
	.pogoSlider-slide-element {
		margin-top: 134px!important;
	}
	.pogoSlider-slide {
		min-height:400px!important;
	}
	.pogoSlider {
		height:400px!important;
	}
	.map-grids {
		position: absolute;
		top: 27%;
		left: 3%;
		width: 85%;
	}
	.pogoSlider-slide-element h3 {
		font-size: 25px;
	}
	p {
     font-size: 1.1em;
	}
	.agileits_works-top {
		margin-top: 1em;
	}
	.agileinfo_footer_grid h4 a {
      font-size: 1em;
	}
	.footer {
		padding: 3em 0 1em 0;
	}
	.work {
       padding:4em 0 0;
	}
}
@media (max-width:640px) {
	.w3agile_newsletter_right input[type="email"], .w3agile_newsletter_right input[type="text"], .w3agile_newsletter_right textarea {
		outline: none;
		padding: 9px 10px;
	}
	.w3agile_newsletter_right input[type="submit"] {
		font-size: 15px;
		padding: 12px 15px;
	}
	.pogoSlider-slide {
		min-height:350px!important;
	}
	.pogoSlider {
		height:350px!important;
	}
	.pogoSlider-slide-element h3:before {
		content: '';
		background-color: #fc5a0a;
		height: 4px;
		width: 10%;
		left: 45%;
		bottom: 94px;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.pogoSlider-slide-element h3:after {
		content: '';
		background-color: #fc5a0a;
		height: 4px;
		width: 10%;
		left: 45%;
		bottom: 34px;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.gallery-grids {
		margin-top: 1em;
	}
	.info-gal-con p {
		font-size: 13px;
		line-height: 1.8em;
	}
	.pogoSlider-slide-element {
		margin-top: 107px!important;
	}
}
@media (max-width:568px) {
	h3.head, .w3agile_newsletter_left h3 {
		font-size: 1.8em;
		margin-bottom: 0.6em;
	}
	.map-grid-left ul li {
		list-style: none;
		color: #555;
		line-height: 2.5em;
		font-size: 1em;
		font-family: 'Open Sans', sans-serif;
	}
	.map-grid-left ul {
		padding: 1em 1em;
		border-bottom: none;
	}
	.map iframe {
		width: 100%;
		min-height: 367px;
	}
	.map {
		position: relative;
		min-height: 354px;
	}
	.right-arrow {
		position: absolute;
		top: 67px;
		left: 327px;
	}
	.pogoSlider-slide {
		min-height:300px!important;
	}
	.pogoSlider {
		height:300px!important;
	}
	.pogoSlider-slide-element {
		margin-top: 93px!important;
	}
}
@media (max-width:480px) {
	.w3agile_newsletter_right p {
		font-size: 1em;
		margin: 0.5em 0 0.5em 0;
	}
	.map iframe {
		width: 100%;
		min-height: 367px;
	}
	.map {
		position: relative;
		min-height: 354px;
	}
	.right-arrow {
		position: absolute;
		top: 67px;
		left: 327px;
	}
	.agile_count_grid h3 {
       font-size: 1em;
	}
	.count {
		min-height: 341px;
		padding: 3em 0 0em;
	}
	.pogoSlider-slide {
		min-height:300px!important;
	}
	.pogoSlider {
		height:300px!important;
	}
	.pogoSlider-slide-element h3 {
		font-size: 20px;
	}
	ul.top-contacts {
		float: none;
		text-align: center;
	}
	ul.top-links {
		float: none;
		margin-top: 10px;
	}
	.navbar-brand {
		height: 74px;
		padding: 15px 0 0;
	}
	.view-sixth .mask {
		width: 100%;
		height: 100%;
		padding: 10.5em 0 0;
	}
	.agile_team_grid_main .p-mask {
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, 0.72);
		bottom: 0%;
		position: absolute;
		padding: 0em 0 .6em;
	}
	#team {
       padding: 4em 0 2em 0;
	}
	.wthree-text {
		padding: 1.8em 2em;
	}
	.info-gal-con h4 {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.gal-text-box .info-gal-con {
		display: block;
		position: relative;
		padding: 2%;
		left: 50%;
		top: 54%;
	}
	.newsletter, #gallery {
		padding: 3em 0 3em 0;
	}
	.map iframe {
		width: 100%;
		min-height: 346px;
	}
	.map {
		position: relative;
		min-height: 336px;
	}
	.top-bar {
		margin: 0 auto;
		padding: 7px 0;
		text-align: center;
	}
	.pogoSlider--navBottom .pogoSlider-nav {
		bottom: 80px;
	}
	#about {
		padding: 3em 0;
	}
	.work {
      padding: 3em 0 0;
	}
	.agileinfo_footer_grid {
		margin-bottom: 2em;
		padding: 0;
	}
}
@media (max-width:414px) {
	.pogoSlider-slide {
		min-height:230px!important;
	}
	.pogoSlider {
		height:230px!important;
	}
	.navbar-toggle {
		margin-top: 20px;
		margin-right: 0;
		margin-bottom: 0;
		border-radius: 0px!important;
		padding: 12px 10px;
	}
	.pogoSlider-slide-element h3 {
		font-size: 18px;
		padding: 1em 0em;
		letter-spacing: 1px;
	}
	.pogoSlider-slide-element {
		margin-top: 56px!important;
	}
	.pogoSlider--navBottom .pogoSlider-nav {
		bottom: 40px;
	}
	.pogoSlider-slide-element h3:before {
		content: '';
		background-color: #fc5a0a;
		height: 4px;
		width: 13%;
		left: 44%;
		bottom: 80px;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.pogoSlider-slide-element h3:after {
		content: '';
		background-color: #fc5a0a;
		height: 4px;
		width: 13%;
		left: 44%;
		bottom: 27px;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.agile_count_grid {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.view-sixth .mask {
		width: 100%;
		height: 100%;
		padding: 8.5em 0 0;
	}
	.agile_team_grid {
		float: left;
		width: 81%;
		margin: 0 8%;
	}
	.baner-top {
		padding: 0;
		float: left;
		width: 100%;
	}
	.map-grid-right i {
		font-size: 4em;
		margin-top: 0em;
	}
	.map-grids {
		position: absolute;
		top: 22%;
		left: 3%;
		width: 85%;
	}
	.t-head {
		text-align: center;
		margin-bottom: 1em;
	}
	.agileinfo_footer_grid h4 a {
		font-size: 1.4em;
	}
	.w3agile_newsletter_left {
		padding-right: 0em;
		padding: 0 5px;
	}
	.w3agile_newsletter_right {
		margin: 2em 0 0;
		padding: 0;
	}
}
@media (max-width:384px) {
	.map-grids {
		position: absolute;
		top: 14%;
		left: 2%;
		width: 92%;
	}
	.map-grid-right {
		float: left;
		margin-left: 11em;
	}
	.agile_count_grid h3 {
		font-size: 0.8em;
	}
	.count {
		min-height: 316px;
		padding: 3em 0 0em;
	}
	.pogoSlider-slide {
		min-height:220px!important;
	}
	.pogoSlider {
		height:220px!important;
	}
	.pogoSlider-slide-element {
		margin-top: 58px!important;
	}
	.w3agile_newsletter_right input[type="submit"] {
		font-size: 15px;
		padding: 16px 16px;
		width: 41%;
	}
	.top-bar ul.top-contacts li p, .top-bar ul.top-contacts li p a {
    font-size: 15px;
	}
}
@media (max-width:375px) {
	ul.top-contacts li {
      margin-right: 12px;
	}
	.navbar-brand {
		height: 74px;
		padding: 17px 0 0;
		font-size: 0.9em;
	}
	.map-grids {
		position: absolute;
		top: 14%;
		left: 2%;
		width: 88%;
	}
	.right-arrow {
		position: absolute;
		top: 67px;
		left: 313px;
	}
	p {
		font-size: 1em;
	}
	.w3agile_footer_copy p {
		padding: 0 5px;
	}
	.view-sixth .mask {
		width: 100%;
		height: 100%;
		padding:6.5em 0 0;
	}
	h3.head, .w3agile_newsletter_left h3 {
		font-size: 1.4em;
		margin-bottom: 0.6em;
	}
	.text.agile-info h4 {
		font-size: 1.2em;
	}
	.wthree-text h4 {
		font-size: 1.2em;
	}
	.wthree-text p {
       margin: 1em 0 0 0;
	}
	#team {
		padding: 3em 0 1em 0;
	}
	.agile_team_grid1 h3 {
      font-size: 1.2em;
	}
	.agile_team_grid1 p {
		font-size: 0.9em;
	}
	.agile_team_grid.three, .agile_team_grid.four {
		margin-top: 1em;
	}
	.agile_team_grid {
		float: left;
		width: 85%;
		margin: -1px 8%;
	}
}
@media (max-width:320px) {
	
	.pogoSlider-slide-element h3 {
		font-size: 16px;
		padding: 0.7em 0em;
		letter-spacing:0px;
	}
	.pogoSlider-nav-btn {
		width: 15px!important;
		height: 15px!important;
	}
  ul.top-links li a i.fa {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
   }
   .top-bar ul.top-contacts li p, .top-bar ul.top-contacts li p a {
		font-size: 13px;
		padding-top: 2px;
	}
	.pogoSlider-slide {
		min-height: 170px!important;
	}
	.pogoSlider {
		height:170px!important;
	}
	.pogoSlider-slide-element h3:before {
		content: '';
		background-color: #fc5a0a;
		height: 4px;
		width: 13%;
		left: 44%;
		bottom: 70px;
	}
	.pogoSlider--navBottom .pogoSlider-nav {
		bottom: 24px;
	}
	.pogoSlider-slide-element {
		margin-top:25px!important;
	}
	.navbar-brand {
		height: 64px;
		padding: 11px 0 0;
		font-size: 0.8em;
	}
	.navbar-toggle {
		margin-top: 14px;
		margin-right: 0;
		margin-bottom: 0;
		border-radius: 0px!important;
		padding: 12px 10px;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 1.5em;
	}
	.agile_count_grid {
		float: left;
		width: 100%;
		padding: 0 5px;
	}
	.agile_count_grid h3 {
		font-size: 0.9em;
	}
	.count {
		min-height: 333px;
		padding: 2em 0 2em;
	}
	.agile_team_grid {
		float: left;
		width: 93%;
		margin: 0px 3%;
	}
	.right-arrow {
		position: absolute;
		top: 67px;
		left: 259px;
	}
	.map-grid-right {
		float: left;
		margin-left: 9em;
	}
	ul.top-contacts li {
		margin-right: 10px;
	}
}
/*-- //responsive design --*/
@media (max-width:1024px){
	
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:60%;
	color: #fff;
    font-size:1.5em;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.blog-page .baner-w3text h3{
		font-size: 2.6em;
	}
	.blog-page .more a {
		padding: 8px 67px;
	}
	.blog-page .welcome h2,.news h3,.about h2,.advantages h3,.history h3,.contact-w3layouts h2{
		font-size: 2.2em;
	}
	.blog-page .our-advantages-grd-right h4 {
		font-size: 1.1em;
	}
	.blog-page .our-advantages-grd-left p {
	  padding: 8px 15px;
	  font-size: 18px;
	}
	.blog-page .advantages {
		min-height: 545px;
	}
	.blog-page .welcome-grid h4 {
	  font-size: 1.1em;
	  width: 100%;
	}
	.blog-page .welcome-grid p {
	  margin: 1em 0 2em;
	  width: 90%;
	}
	.blog-page .get-in-grid-right input[type="submit"] {
		margin: 0 0 0 1em;
	}
	.blog-page .get-in-grids {
	  margin-top: 5.5em;
	}
	.blog-page .newsletter {
	  min-height: 270px;
	}
	.news,.about,.history,.menuche,.contact,.blog-page,.single {
	  padding: 4em 0;
	}
	.blog-page h3.ghj {
		font-size: 1.8em;
	}
	.blog-page .menu-right p, .menu-left p {
	  margin: 0 0 1em;
	}
	.blog-page .menu-right ul, .menu-left ul {
	  padding: 0 0 2em;
	}
	.blog-page .codes {
		padding: 3em 0 3em;
	}
	.blog-page-grids-bot1 p {
	  width: 100%;
	  margin: 0 0 2em;
	}
	.blog-page-grid h3,.blog-page-grid h2 {
	  font-size: 1.7em;
	}
	.blog-page .single-right h4 {
	  margin: 0;
	  font-size: 1.2em;
	}
	.blog-page .wthree-tag-grid:nth-child(2) {
	  margin: 0 2em;
	}
	.blog-page .leave-comment h3 {
	  font-size: 1.6em;
	}
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] {
		width: 47%;
	}
	.blog-page .customer-grid h4 {
		font-size: 1.4em;
	}
	.blog-page .customer-grid p {
	  padding: 1em;
	}
	.blog-page .nbs-flexisel-nav-right {
		right: 0;
	}
	.blog-page .customer h3 {
	  margin: 0 0 1em;
	}
	.blog-page .customer {
	  min-height: 520px;
	}
}
@media (max-width:991px){
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:60%;
	color: #fff;
    font-size:1.4em;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.navbar-brand img {width:175x; height:75px; margin:0px; padding:0px; position:absolute}
	.blog-page .navbar-default h1 .navbar-brand { 
		margin-top: 0.6em;
	}
	.blog-page .banner-bottom-grd p {
		font-size: 1.1em;
		letter-spacing: 2px;
	} 
	.blog-page .banner-bottom-grid {
	  float: left;
	  width: 25%;
	} 
	.blog-page .banner-bottom-grd {
		padding: 1em;
	} 
	.blog-page .banner-bottom-grd h4 {
		font-size: 2em;
	}
	.blog-page .more a {
		padding: 8px 42px;
	}
	.blog-page .welcome-grid img {
		width: 65%;
		margin: 0 auto;
	}
	.blog-page .our-advantages-grd-left p {
		padding: 11px 12px;     
	}
	.blog-page .our-advantages-grid {
		margin: 1em 0;
	}
	.blog-page .contact-wthree-left {
	  margin-bottom: 2em;
	}
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] {
		width: 48.5%;
	}
	.blog-page .contact-wthree-left iframe {
	  height: 400px;
	}
	.blog-page .blog-page-grid h3,.blog-page-grid h2{
	  font-size: 1.5em;
	}
	.blog-page .blog-page-grid1 p {
		margin: 0.5em 0 0;
	}
	.blog-page .single-left,.single-right {
	  float: none;
	  width: 100%;
	}
	.blog-page .wthree-tag-grid {
		float: none;
		width: 100%;
	}
	.blog-page .wthree-tag-grid:nth-child(2) {
	  width: 20%;
	  margin: 2em auto;
	}
	.blog-page .baner-w3text {
	  left: 3%; 
	} 
	.blog-page .more a {
	  padding: 8px 40px;
	}
	.blog-page p.w3ltext {
		margin: 1em 0 2em;
	}
	.blog-page .welcome h2, .news h3, .about h2, .advantages h3, .history h3, .contact-w3layouts h3,.customer h3 {
	  font-size: 2em;
	}
	.blog-page .welcome-grid:nth-child(1) {
	  margin-bottom: 2em;
	}
	.blog-page .welcome {
	  padding:20em 0 4em;
	}
	.blog-page .get-in-grids {
	  margin-top: 4.5em;
	}
	.blog-page .get-in-grid-left p {
		font-size: 1.5em;
	}
	.blog-page .get-in-grid-left {
	  width: 20%;
	}
	.blog-page .get-in-grid-right {
	  width: 77%;
	}
	.blog-page .newsletter {
	  min-height: 230px;
	}
	.blog-page .news-agileinfo:nth-child(3) {
	  margin:3em 0 0em;
	}
	.blog-page .news-grid {
	  margin-bottom: 2em;
	}
	.blog-page .news {
	  padding: 4em 0 3em !important;
	}
	.blog-page .customer {
	  padding: 3em 0;
	  min-height: inherit;
	}
	.blog-page .customer-grid p{
		font-size:13px;
	}
	.blog-page .customer-grid h4 {
	  font-size: 1.1em;
	}
	.blog-page .footer-grid {
	  float: left;
	  width: 25%;
	  margin-right: 0%;
	}
	.blog-page .w3layouts-text p {
		width: 100%;
	}
	.blog-page .advantages {
	  padding: 3em 0;
	}
	.blog-page .our-advantages-grd-left {
	  float: left;
	  width: 11%;
	}
	.blog-page .our-advantages-grd-right {
	  float: right;
	  width: 87%;
	  margin-bottom: 1em;
	}
	.blog-page .advantages-agileinfo:nth-child(2) {
	  margin: 3em 0 0;
	}
	.blog-page .history-agileleft {
	  margin-bottom: 2em;
	}
	.blog-page .menu-left {
	  float: none;
	  width: 100%;
	  margin-bottom: 2em;
	}
	.blog-page .menu-right {
		margin: .5em auto 0;
		float: none;
		width: 100%;
	}
	.blog-page .piz {
	  padding-left: 0;
	}
	.blog-page .menu1:nth-child(2) {
	  margin: 2em 0;
	}
	.blog-page .wthree-tag-grid ul {
		padding: 1em 0 0;
	} 
	.blog-page .top-social-icons {
	  margin-top: 2em;
	}
	.blog-page .commw3-agile {
	  margin: 0;
	}
	.blog-page .agile-tags {
	  margin: 3em 0 0;
	}
	.blog-page .tom-grid {
		padding:2em 0 2em;
	}
	.blog-page .reply a {
	  padding: 7px 35px;
	  background: url(../images/update.png) no-repeat 12px 7px #ffc400;
	}
	.blog-page .reply a:hover{
		background: url(../images/update.png) no-repeat 12px 7px #ef2e46;
	}
	.blog-page .tom-right p.lorem {
		margin: 1em 0 0;
	}
	.blog-page .leave-comment input[type="text"], .leave-comment textarea {
		width: 75%;
	}
	.blog-page .leave-comment input[type="submit"] {
		  font-size: 15px;
		  padding: 10px 0;
		  width: 30%;
	}
	.blog-page .footer-grid h3 {
		font-size: 1.4em; 
		letter-spacing: 1px;
	}
	.blog-page .customer-grid p:before { 
		width: 39px;
		height: 43px;
		left: 50%;
		background-size: 100%;
	}
}   
@media (max-width:767px){
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:70%;
	color: #fff;
    font-size:1.4em;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.navbar-brand img {width:225px; height:100px}
	.blog-page .navbar-default h1 .navbar-brand {
		margin-top: 0;
		font-size: 1.2em;
	} 
	.blog-page .header { 
		padding-top: 1.8em;
	} 
	.blog-page .navbar-default .navbar-toggle { 
		margin-top: -0.5em;
		border-color: #ffc400;
		background: #ffc400;
	} 
	.blog-page .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	  background-color: #012231;
	}
	.blog-page .navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.blog-page .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ffc400;
	} 
	.blog-page .navbar-nav {
		float: none;
		text-align: center;
	    background-color: #fff;
		margin: 0;
	}
	.blog-page .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.blog-page .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	  border-color: #012231;
	} 
	.blog-page ul.nav.navbar-nav.navbar-right {
		margin: 0;
	}
	.blog-page .navbar-default .navbar-nav > li > a { 
		text-align: center;
	}
	.blog-page .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: #000;
	}  
	.blog-page .navbar-default .navbar-nav > li > a:before { 
		width: 0; 
	}
	.blog-page .navbar-default .navbar-nav > li > a { 
		padding: 0.8em;
	}
	.blog-page .navbar-nav > li {
		margin: 0;
	}
	.blog-page div#bs-example-navbar-collapse-1 {
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 9999;
		background: navajowhite;
	}
	.blog-page .navbar-default .navbar-nav > li > a:before {
		width: 0;
		display:none;
	}  
	.blog-page .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffc400;
	}
	.blog-page .header ul.dropdown-menu li.hvr-bounce-to-bottom { 
		text-align: center;
	}
	.blog-page .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}
}
@media (max-width:640px){
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:70%;
	color: #fff;
    font-size:1.3em;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.blog-page .baner-w3text {
	  top: 18%;
	}
	.blog-page .banner-info, .banner-info1, .banner-info2 {
		min-height: 330px;
	}
	.blog-page .banner-bottom-grd h4 {
		margin: 0 0 0.5em;
	}
	.blog-page .banner-bottom-grd p {
	  font-size: 1em;
	}
	.blog-page .more a {
	  padding: 8px 24px;
	}
	.blog-page .welcome h2, .news h3, .about h2, .advantages h3, .history h3, .contact-w3layouts h3, .customer h3 {
	  font-size: 1.8em;
	}
	.blog-page .welcome {
	  padding: 20em 0 3em;
	}
	.blog-page .get-in-grids {
	  margin-top: 3.5em;
	}
	.blog-page .get-in-grids {
		padding: 1em;
	}
	.blog-page .get-in-grid-left p {
	  font-size: 1.3em;
	    margin: 10px 0 0;
	}
	.blog-page .get-in-grid-right input[type="submit"] {
		font-size: 13px;
	}
	.blog-page .news {
	  padding: 3em 0 2em !important;
	}
	.blog-page p.news-wthreetext{
	  width: 70%;
	}
	.blog-page .footer-grid h3 {
		font-size: 1.2em;
	}
	.blog-page .footer {
	  padding: 30px 0;
	}
	.blog-page .newsletter {
	  min-height: 200px;
	}
	.blog-page .news, .about, .history, .menuche, .contact, .blog-page,.single {
	  padding: 3em 0;
	}
	.blog-page .our-advantages-grd-right {
	  width: 80%;
	}
	.blog-page .our-advantages-grd-left {
	  width: 13%;
	}
	.blog-page .history-agileleft-grid h4 {
		font-size: 1.3em;
	} 
	.blog-page .blog-page-grid h3,.blog-page-grid h2{
	  font-size: 1.2em;
	}
	.blog-page .blog-page-grid p {
		font-size: 13px;
	}
	.blog-page .blog-page-grid1 p {
		font-size: 0.9em;
	}
	.blog-page .blog-page-grids-bot {
	  float: none;
	  width: 100%;
	  margin-bottom: 1em;
	}
	.blog-page .blog-page-grids-bot1{
		float: none;
		width: 100%;
	}
	.blog-page .blog-agileinfo:nth-child(2) {
	  margin: 2em 0;
	}
	.blog-page .blog-page-grids-bot1 h4 {
		font-size: 1.2em;
	}
	.blog-page .wthree-pagn {
	  margin: 3em 0 0 !important;
	}
	.blog-page .blog-page-grids {
		margin-bottom: 2em;
	}
	.blog-page .single h2 {
		font-size:1.3em;
	}
	.blog-page .wthree-tag-grid ul li a {
	  padding: .5em 6em;
	}
	.blog-page .wthree-tag-grid:nth-child(2) {
		width: 51%;
	}
	.blog-page .tom img {
	  width: 100%;
	}
	.blog-page .tom {
		width: 13%;
	}
	.blog-page .tom-right {
	  float: right;
	  margin-left: 0em;
	}
	.blog-page .reply {
		margin-left: 12em;
	}
	.blog-page .contact-w3-agileits input[type="text"] {
		padding: 12px 10px;
	}
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] {
	  padding: 12px 31px;
	  font-size: 15px;
	}
	.blog-page .navbar-default .navbar-nav > li > a {
	  font-size: 14px;
	}
	.blog-page .contact-wthree-left iframe {
		height: 300px;
	}
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] {
		width: 48.2%;
	}
	.blog-page .baner-w3text p {
		font-size: 1.2em; 
	}
	.blog-page .baner-w3text h3 {
		font-size: 2.2em;
	}
.navbar-brand img {width:175px; height:75px}	
}
@media (max-width:600px){
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:70%;
	color: #fff;
    font-size:1.3em;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	
	.blog-page .banner-bottom-grd h4 {
		font-size: 1.5em;
	}
	.blog-page .banner-bottom-grd p {
		font-size: 0.85em;
		letter-spacing: 1px;
	}
	.blog-page p.w3ltext { 
		font-size: 13px; 
	}
	.blog-page .banner-bottom-grid { 
		padding: .5em;
	}
	.blog-page .baner-w3text { 
		padding: 1.5em;
	}
	.blog-page .get-in-grid-left p { 
		margin: 0 0 10px;
	}
	.blog-page .get-in-grid-right {
		width: 100%;
		float: left;
		margin-left: 0;
	}
	.blog-page .get-in-grid-right input[type="submit"] { 
		width: 22%;
	}
	.blog-page .get-in-grid-right input[type="email"] { 
		padding: 11px 10px; 
	}
}
@media (max-width:568px){
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:70%;
	color: #fff;
    font-size:1.3em;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.blog-page .more a {
		padding: 8px 22px;
	}
}
@media (max-width:480px){
	.blog-page .navbar-default h1 .navbar-brand { 
		height: inherit;
		line-height: 0.8em;
	} 
	.blog-page .navbar-default .navbar-toggle {
		margin: 0; 
	}
	.blog-page .header {
		padding-top: 1em;
	}
	.blog-page .callbacks_tabs a:after { 
		height: 23px; 
	}
	.blog-page .callbacks_tabs { 
		top: 14%; 
	}
	.blog-page .banner-bottom-grd {
		padding: 0.6em 1em;
	}
	.blog-page .baner-w3text h3 {
		font-size: 1.5em;
	}
	.blog-page p.w3ltext {
		margin: 1em 0 1.5em;
	} 
	.blog-page .baner-w3text p {
		font-size: 0.9em;
	} 
	.blog-page .baner-w3text {
		left: 7%;
		top: 21%;
	}
	.blog-page .banner-bottom-grids {
	  top: 100%;
	}
	.blog-page .banner-bottom-grid {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.blog-page .welcome {
		padding: 47em 0 3em;
	}
	.blog-page .banner-bottom-grd h4 {
		margin: 0;
	}
	.blog-page .banner-bottom-grd p {
		margin: 0.6em 0 0;
	}
	.blog-page .banner-info, .banner-info1, .banner-info2 {
		min-height: 220px;
	}
	.blog-page .get-in-grid-left {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.blog-page .get-in-grid-right {
	  width: 100%;
	  margin: 0;
	}
	.blog-page .get-in-grid-right input[type="text"] {
		padding: 10px 10px;
	}
	.blog-page .get-in-grid-right input[type="submit"] {
		padding: 10px 0;
	}
	.blog-page .get-in-grid-left p {
	  margin: 0;
	}
	.blog-page .get-in-grids {
	  padding: 0.7em 1em 1em;
	}
	.blog-page .get-in-grids {
	  margin-top: 2.5em;
	} 
	.blog-page .welcome-grid img {
		width: 90%; 
	}
	.blog-page .welcome-grid:nth-child(2) {
		padding-left: 0em !important;
	}
	.blog-page .welcome-grid p { 
		font-size: 13px;
	}
	.blog-page .get-in-grid-right input[type="email"] {
		padding: 8px 10px;
		width: 71%;
	}
	.blog-page .get-in-grid-right input[type="submit"] {
		width: 23%;
	}
	.blog-page .news-grid { 
		padding: 0;
	}
	.blog-page .news-grid-right p {
		font-size: 13px; 
		margin: 0 0 1.5em;
	}
	.blog-page p.news-wthreetext{
	  width: 100%;
	} 
	.blog-page .news-agileinfo:nth-child(3) {
	  margin: 2em 0 0em;
	} 
	.blog-page .news-grid-left p {
		font-size: 1.5em;
	}
	.blog-page .footer-grid p {
		font-size: 13px; 
	}
	.blog-page .footer-grid {
		width: 50%;
	}
	.blog-page .footer-grid:nth-child(2) {
	  margin: 0 0 2em;
	}
	.our-advantages-grid { 
		padding: 0;
	} 
	.blog-page .w3layouts-text p { 
		font-size: 13px;
	}
	.blog-page .our-advantages-grd-right { 
		margin-bottom: 0;
	}
	.blog-page .our-advantages-grid {
		margin: 1.5em 0 0; 
	}
	.blog-page .our-advantages-grd-right h4 {
	  font-size: 1em;
	}
	.blog-page .our-advantages-grd-left p {
	  font-size: 16px;
	}
	.blog-page .our-advantages-grd-left {
	  width: 17%;
	}
	.blog-page .advantages-agileinfo:nth-child(2) {
	  margin: 2em 0 0;
	}
	.blog-page .history-agileleft-grid h4,.history-right h4,.menu-right h3, .menu-left h3 {
	  font-size: 1.2em;
	}
	.blog-page .news, .about, .history, .menuche, .contact, .blog-page, .single {
	  padding: 2em 0;
	}
	.blog-page .navbar-nav > li > a {
	  padding-top: 8px;
	  padding-bottom: 8px;
	}
	.blog-page .navbar-default .navbar-nav > li > a {
	  font-size: 13px;
	}
	.blog-page .menu-right p, .menu-left p {
	  font-size: 15px;
	  letter-spacing: 0px;
	}
	.blog-page .menu-right {
		margin: 0;
	}
	.menu-right ul li, .menu-left ul li {
	  font-size: 14px;
	  line-height: 1.8em;
	} 
	.blog-page .blog-page-grid,.blog-page-grid1 {
	  float: none;
	}
	.blog-page .blog-page-grid h3,.blog-page-grid h2{
	  font-size: 1.1em;
	}
	.blog-page .blog-page-grids-bot1 h4 {
	  font-size: 1em;
	}
	.blog-page .single h2 {
	  font-size: 1.1em;
	}
	.blog-page .single-left p {
		font-size: 12px;
	}
	.blog-page .single-left p span {
	  font-size: 15px;
	}
	.blog-page .single-right {
	  margin-top: 1.5em;
	}
	.blog-page .agileits-icons {
	  margin: 2em 0;
	}
	.blog-page .wthree-tag-grid ul li a {
	  padding: .5em 4em;
	}
	.blog-page .tom-right h4 {
		font-size: 16px;
	}
	.blog-page .tom-right p label {
		font-size: 12px;
	}
	.blog-page .reply {
	  margin-left: 7em;
	}
	.blog-page .leave-comment {
	  margin: 0;
	}
	.blog-page .leave-comment input[type="text"], .leave-comment textarea {
		padding: 10px 10px;
		width: 100%;
	}
	.blog-page .leave-comment input[type="submit"] {
	  font-size: 14px;
		width: 45%;
	}
	.blog-page .contact-wthree-left,.contact-wthree-right{ 
		padding: 0;
	}
	.blog-page .contact-wthree-left iframe {
		height: 260px;
	}
	.blog-page .contact-w3-agileits textarea {
		min-height: 11em;
	}
	.blog-page .contact-w3-agileits input[type="text"] {
		padding: 10px 10px;
	}
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] {
		padding: 10px 0px;
		font-size: 14px;
	    width: 47.6%;
	}
	.blog-page .customer {
		padding:2em 0;
	} 
}
@media (max-width: 414px){
	.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:70%;
	color: #fff;
    font-size:1em;
	font-weight:bold;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.blog-page .banner-info, .banner-info1, .banner-info2 {
		min-height: 200px;
	}
	.baner-w3text h3{
	.blog-page   font-size: 1.8em;
	}
	.blog-page .baner-w3text {
	  left: 7%;
	  width: 85%;
	} 
	.blog-page .welcome-grid h4 {
		font-size: 1em; 
	}
	.blog-page .welcome-grid img {
		width: 100%;
	}
	.blog-page .copy-right p {
		font-size: 13px; 
	}
	.blog-page .single p.tortor { 
		font-size: 13px; 
	}
	.blog-page .agileits-icons {
		margin: 1em 0;
	}
	.blog-page .agile-tags {
		margin: 2em 0 0;
		padding: 2em 0;
	}
	.blog-page .wthree-tag-grid ul li a {
		padding: .5em 2em;
	}
	.blog-page .commw3-agile h3 { 
		font-size: 1em; 
	}
	.blog-page .commw3-agile h3 label { 
		margin-top: 0.8em;
	}
	.blog-page .reply {
		margin-left: 3em;
	}
	.blog-page .reply a {
		padding: 7px 18px 7px 35px;
	}
	.blog-page .tom-right p.lorem {
		margin: 0em 0 0;
		font-size: 13px;
	}
	.blog-page .leave-comment input[type="text"], .leave-comment textarea { 
		font-size: 13px;
	} 
	.blog-page .leave-comment textarea { 
		min-height: 150px; 
	}
	.blog-page .copy-right { 
		padding: 1em 1em; 
	}
	.blog-page .single-right p,.wthree-tag-grid ul li a { 
		font-size: 13px; 
	} 
	.blog-page .tom-right p label { 
		margin: 0.2em 0; 
	}
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] { 
		width: 47%;
	}
	.blog-page .welcome h2, .news h3, .about h2, .advantages h3, .history h3, .contact-w3layouts h3, .customer h3 {
		font-size: 1.6em;
	}
}
@media (max-width:384px){ 
	.blog-page .footer-grid:nth-child(2){
		margin: 2em 0;
	}
	.blog-page .footer-grid:nth-child(3){
		margin: 0 0 2em 0;
	}
	.blog-page .footer-grid {
		width: 100%;
		float: none;
	}
	.blog-page .header ul.nav.navbar-nav li a {
		padding: 1.5em 1.1em;
	}
	.blog-page .footer-grid h3 { 
		margin-bottom: .5em;
	}
	.blog-page .our-advantages-grd-left {
		width: 20%;
	}
	.blog-page .our-advantages-grd-left p {
		padding: 11px 9px;
	}
	.blog-page .our-advantages-grd-right p,p.aut { 
		font-size: 13px; 
	} 
	.blog-page .history-agileleft-grid h4, .history-right h4, .menu-right h3, .menu-left h3 {
		font-size: 1.1em;
		margin: 0.5em 0;
	} 
}
@media (max-width:375px){ 
	.blog-page .welcome h2, .news h3, .about h2, .advantages h3, .history h3, .contact-w3layouts h2 {
		font-size: 1.8em;
		margin: 0 0 0.5em;
	} 
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] {
		width: 46.5%;
		font-size: 13px;
	}
}
@media (max-width:320px){ 
.w3-agile-blog-right-info-tum a{
	display:block;
	margin:0 auto;
	width:70%;
	color: #fff;
    font-size:1em;
	font-weight:bold;
    text-decoration: none;
    padding: .9em 1em;
    border: solid 1px #000;
	text-align:center;
	background: #232e5c;

}
	.blog-page .header ul.nav.navbar-nav li a { 
		font-size: 14px;
	}
	.blog-page .navbar-toggle {
		margin: 9px 0 0;
	}
	.blog-page .baner-w3text h3{
		font-size: 1.4em;
	} 
	.blog-page .baner-w3text p {
		font-size: 0.8em;
	}
	.blog-page .baner-w3text {
		padding: 1em;
		left: 5%;
		width: 67%;
	}
	.blog-page .banner-info, .banner-info1, .banner-info2 {
		min-height: 185px;
	}
	.blog-page .banner-bottom-grid,.welcome-grid,.news-grid,.news-grid-left,.our-advantages-grid,.history-agileleft,
	.history-right,.contact-wthree-left,.contact-wthree-right{
		padding: 0 !important;
	}
	.blog-page .contact-wthree-left iframe {
		height: 200px;
	}
	.blog-page .contact-wthree-left {
		margin-bottom: 1em;
	}
	.blog-page .banner-bottom-grd h4 {
		font-size: 1.5em;
	}
	.blog-page .banner-bottom-grd p {
		margin: 0.3em 0 0;
	}
	.blog-page p.w3ltext,.news-grid-right p,.single-right p,.blog-page-grids-bot1 p,.menu-right ul li, .menu-left ul li,.footer-grid p,.copy-right p,.our-advantages-grd-right p,p.aut,.history-right p,.history-right ul li a {
		font-size: 13px;
	}
	.blog-page .single-right p span {
		margin: 0;
	}
	.blog-page .single p.tortor {
		font-size: 13px;
		margin: 0;
	}
	.blog-page .agileits-icons {
		margin: 1em 0 0;
	}
	.blog-page .agile-tags {
		margin: 1em 0 0;
	}
	.blog-page .agile-tags {
		padding: 1em 0;
	}
	.blog-page .wthree-tag-grid ul li a {
		padding: .5em;
		font-size: 13px;
	}
	.blog-page .our-advantages-grd-left {
		width: 25%;
	}
	.blog-page .our-advantages-grd-right {
		width: 75%;
	}	
	.blog-page .news-grid-left p {
		font-size: 1.3em;
		padding: 1em 0;
	} 
	.blog-page .welcome {
		padding: 48em 0 3em;
	}
	.blog-page .welcome-grid p {
		margin: 0em 0 2em;
		width: 100%;
		font-size: 13px;
	}
	.blog-page .welcome-grid:nth-child(1) {
		margin-bottom: 1em;
	}
	.blog-page .welcome-grid h4 {
		font-size: 0.9em;
	}
	.blog-page .get-in-grid-left p {
		font-size: 1.1em;
	}
	.blog-page .get-in-grid-right input[type="email"] { 
		width: 100%;
	} 
	.blog-page .get-in-grid-right input[type="submit"] {
		padding: 6px 0;
		margin: 0.8em 0 0;
		float: none;
		width: 100%;
	}
	.blog-page .get-in-grids {
		margin-top: 1.5em;
	}
	.blog-page .news {
		padding: 2em 0 1em !important;
	}
	.blog-page p.news-wthreetext{
		font-size: 12px;
	}
	.blog-page .news-agileinfo:nth-child(3) {
		margin: 1em 0 0em;
	}
	.blog-page .customer-grid h4 {
		font-size: 1em;
		margin: 4em 0 0;
	} 
	.blog-page .footer-grid {  
		padding: 0;
	}
	.blog-page .footer-grid:nth-child(3) {
		margin: 0 0 1.5em 0;
	}
	.blog-page .footer-grid:nth-child(2) {
		margin: 1.5em 0;
	}
	.blog-page .footer-grid ul li a {
		padding: 5px 0px;
	} 
	.blog-page .w3layouts-text img {
		padding: .5em;
	} 
	.blog-page .w3layouts-text {
		margin: 1em 0 0;
	}
	.blog-page .w3layouts-text p {
		margin: 1em auto 0;
		font-size: 13px;
	}
	.blog-page .advantages {
		padding: 2em 0;
	}
	.blog-page .menu-left img, .menu-right img {
		padding: .5em;
	}
	.blog-page .menu-left {
		margin-bottom: 1em;
	}
	.blog-page .welcome h2, .news h3, .about h2, .advantages h3, .history h3, .contact-w3layouts h2 {
		font-size: 1.6em; 
	}
	.blog-page .history-right ul {
		padding: 1em 0 0;
	}
	.blog-page .history-agileleft-grid h4, .history-right h4, .menu-right h3, .menu-left h3 {
		font-size: 0.95em;
	}
	.blog-page .menu-right p, .menu-left p {
		font-size: 14px;
	}
	.blog-page .menu-right ul, .menu-left ul {
		padding: 0 0 1em;
	} 
	.blog-page .blog-page-grid h3,.blog-page-grid h2,.single h2 {
		font-size: 1em;
	}
	.blog-page .blog-page-grids {
		margin-bottom: 1em;
	}
	.blog-page .blog-page-grids-bot a img {
		padding: .5em;
	}
	.blog-page .single-left p {
		margin: 0 0 1em;
	}
	.blog-page .single-right h4 {
		font-size: 1em;
	}
	.blog-page .top-social-icons a,.footer-grid ul li a,.contact-w3-agileits input[type="text"],.tom-right p.lorem,.leave-comment p,.leave-comment input[type="text"], .leave-comment textarea {
		font-size: 13px;
	}
	.blog-page .agileits-icons ul li a {
		font-size: 1.4em; 
	}
	.blog-page .agileits-icons ul li { 
		margin-right: 1em;
	}
	.blog-page .commw3-agile h3 {
		padding: 1em 0;
	}
	.blog-page .tom {
		width: 18%;
		padding: .2em;
	}
	.blog-page .tom-right {
		width: 73%;
	}
	.blog-page .reply {
		margin-left: 0.5em;
	}
	.blog-page .tom-grid {
		padding: 1em 0 1em;
	}
	.blog-page .contact-w3-agileits input[type="submit"], .contact-w3-agileits input[type="reset"] {
		width: 46%;
		padding: 8px 0px;
		font-size: 13px;
	}
	.blog-page .welcome-grid:nth-child(2) {
		padding-left: 0em !important;
	}
}