html, body{
	margin:0;
	font-size: 100%;
	background: #fff;
}
@font-face {
    font-family: 'Century Gothic', sans-serif;
    src: url(../fonts/GOTHIC.TTF);
}


body a {
	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;
}
a:hover{
 text-decoration:none;
}
.box{
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-prev,
.btn-next {
    border: 2px solid #cbd1d2;
    border-radius: 50%;
    color: #cbd1d2;
    height: 2em;
    font-size: .75em;
    line-height: 1.8em;
    margin: -1em;
    position: absolute;
    top: 50%;
    width: 2em;
}

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;
}
.navbar-brand > img {
    display: block;
    max-width: 120px!important;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
    font-family: 'Century Gothic', sans-serif;

}	
p{
	margin:0;
    font-family: 'Century Gothic', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- banner --*/
.header,
.wthree_banner_info_grid{
    background-color: rgba(255, 255, 255, 0.61);
}
.wthree_banner_info_grid{
    width: max-content;
    padding: 5em;
    text-align: center;
    max-width:620px;
    position: absolute;
    margin: 3em auto;
    right:0;
}

.page-bg .wthree_banner_info_grid{
    position: relative;
    margin: 3em auto;
    padding: 2em;
    min-width: 740px;

}
.page-bg h2.inner-tittle-w3layouts{
    text-transform: uppercase;
    margin-top: 0;
    color: #000;
    font-size: 36px;
}
.wthree_banner_info_grid hr{
    border-top: 1px solid #000;
    max-width: 250px;
}

/*-- //search --*/
/*-- //top-header --*/
.banner{
    background:url(../images/main-bg.png) no-repeat center top;
	/*background-size:cover;*/
	/*-webkit-background-size:cover;*/
	/*-moz-background-size:cover;*/
	/*-o-background-size:cover;*/
	/*-ms-background-size:cover;*/
    background-attachment: fixed;
	min-height:715px;
}
.banner.landing_bg{
    background:url(../images/landing_bg.png) no-repeat center bottom;
    height: 750px;
}
/*-- nav --*/
/*--w3agileits-ref--*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
a.navbar-brand {
    height: 63px;
    padding: 0;
    padding-left: 1em;
    font-size: 1em;
	letter-spacing: 0.4px;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
}
.navbar-brand span {
    display: block;
    font-size: .4em;
    line-height: 0.8;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 3.7px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus,
.lang a,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background: none;
}
.navbar-nav > li > a {
    display: inline-block;
    margin: 15px 25px;
    text-transform: uppercase;
    outline: none;
letter-spacing: .2em;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 15px;
    padding: 0 5px;
}

.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
}
.navbar-right .dropdown-menu {
    right: -2px;
}
ul.dropdown-menu li a:before{
	background:none!important;
}
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
.navbar .container{
    width: 100%;
    padding: 0!important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;

}
.nav > li > a {
    font-family: 'Century Gothic', sans-serif;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(231, 231, 231, 0);
}
/*-- //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:#fff;
    width: 30%;
    height: 2px;
    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_info {
    margin: 9em auto 9em;
    position: relative;
    height: 430px;
}
.w3l_banner_info h3 {
    font-size: 2em;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1em;
    position: relative;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
}
.w3l_banner_info h3 span {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    position: absolute;
    left: -16px;
    top: 38px;
	font-weight: 600;
}
.w3l_banner_info p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: capitalize;
	font-weight: 600;
}
/*-- //banner --*/

/*-- main --*/
.banner-overlay-agileinfo {
    /*background: url(../images/overlay.png)repeat;*/
    padding: 0 0 13.2em 0;
      background: rgba(0,0,0,0.5);
}
.about-w3layouts,.register-wthree,.test,.about-top-w3layouts,.stats-agileits,.blog,.welcome,.contact,.w3agileits-ref,.landing, .offers{
	padding:3em 0;
    position: relative;
}
.dropdown-menu{
    background-color:#ecf9fb;
    border-radius: 0;
    margin-left: -2px;
}
.lang {
    display: none;
    border: 1px solid transparent;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 15px auto;
}
.main-mask{
    background: url(../images/main-mask.png) no-repeat top right;
    position: absolute;
    width: 100%;
    height: 100%;

}
.mask{
    background: url(../images/mask.png) no-repeat top left;
    position: absolute;
    width: 620px;
    height: 420px;
    z-index: 2;
}
.min-mask{
    background: url(../images/min-mask.png) no-repeat top center;
    position: absolute;
    height: 200px;
    width: -webkit-fill-available;
    left:-100px;
    top:20px;
}
.mask-top{
    top: -60px;
    left: 100px;
}
.mask-bottom{
    bottom: -60px;
    left: 100px;
}
.mask-right{
    top: -60px;
    right: 100px;
}
/*#register .mask-top{*/
    /*left: 30px;*/
/*}*/
.mask{
    height: 300px;
}

.courses .mask,.about-page .mask{
    z-index: 0;
    max-width: 620px;
    height: 420px;
}
.courses .mask-right{
    right:-100px;
    top: -90px;
}


.about-page .mask-top{
    top: 30px;
    left: 100px;
}
.about-page .mask-bottom{
    top: 00px;
    right: 100px;
    left: auto;
}
.courses .mask-bottom{
    left: -100px;
    top:90px;
}
.grid-row img{
    width: 577px;
}
.box-shadow{
     box-shadow: 0 3px 40px 5px rgba(0,1,5,0.20);
    background: #fff;
    z-index: 3;
}
.grid-row{
    position: relative;
}
.grid-row .item{
    z-index: 3;
    position: relative;
    background: #ffffff;
}
.border-button{
    max-width: 200px;
    height: 60px;
    margin: auto;
    border: 1px solid #ce6123;
    text-align: center;
}
.flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto;
    clear: both;
    z-index: 3;
    position: relative;
}
.flex-box-col{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 520px;
    margin :25px;
    float: left;
}
.services-info h3.tittle-agileits-w3layouts{
    margin-bottom: 1em;
}
/*.grid {*/
     /*column-count: 2;*/
    /*column-gap: 3em;*/
/*}*/
/*.grid .item {*/
    /*display: inline-block;*/
    /*margin: 2em 0 2em;*/
    /*width: 100%;*/
    /*max-width: 520px;*/
/*}*/
p.tittle-agileits-w3layouts{
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.offers-info h4 a{
    color: #333333;
    font-size: 18px;
    letter-spacing: .7px;
    line-height: 33px;
    padding: 20px 0;
}
p.para-w3-agile,
.para-w3-agile p{
    font-size: 15px;
}
.para-w3-agile{
    padding: 20px 0;
}
button.button-w3layouts,
a.button-w3layouts {
    text-decoration: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #ce6123;
    letter-spacing: 1px;
    font-size: 13px;
    display: inline-block;
    margin: 10px auto;
    font-family: "Century Gothic", sans-serif;
    -webkit-appearance: none;
    border:none;
    min-width:180px
}
.terms{
	color: #fff!important;
}
.test{
    display: none;
}
.test-grid{
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel{
    direction:ltr!important;
}
#owl-demo3 .test-grid2 img{
    border-radius: 50%;
}
/*-- //main --*/
/*-- about --*/
.gallery-grid img {
    width: 100%;
}
.gallery-grid {
    padding: 8px;
    margin-bottom: 1em;
}
.gallery-grids {
    padding: 4em;
}
.about-page .gallery-grids  {
   max-width: 600px;
}
.flex-box .gallery-grids{
    padding: 1em;
}

.history-grid-image {
    overflow: hidden;
}

/*-- //about --*/
/*-- services --*/
.services-w3-agileits {
    background: linear-gradient(to left, #303030, #1d1d1d);
}
.services-w3-agileits .button-w3layouts{
    background: #ce6123;
    color: #fff;
}
.services-w3-agileits .tittle-agileits-w3layouts,
.services-w3-agileits  p.para-w3-agile{
    color:#fff;

}
.services-w3-agileits video{
    width:100%;
    min-height: 500px;
}
.contacts-w3-agileits{
    background: #ecf9fb;
}
.form-bg-w3ls .para-w3-agile{
    display: none;
}

.wthree_banner_info_grid a.button-w3layouts{
    background: #ce6123;
    border:1px solid #ce6123;
}
.service-grid1{
    display: flex;
}
.service-grids-w3ls i {
    width: 110px;
    height: 110px;
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
    content: '';
    display: block;
    margin:auto;
}
.service-grids-w3ls .icon1{
    background: url("../images/icon1.png") no-repeat top center;
}
.service-grids-w3ls .icon2{
    background: url("../images/icon2.png") no-repeat top center;
}
.service-grids-w3ls .icon3{
    background: url("../images/icon3.png") no-repeat top center;
}
.service-grids-w3ls .icon4{
    background: url("../images/icon4.png") no-repeat top center;
}
.service-grids-w3ls h5 {
    color: #fff;
    font-size: 21px;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 20px 0 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: block;
    text-align: center;
}
.service-grids-w3ls p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.7px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.services-right {
    background: url(../images/pexels-photo-209303.jpeg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 5em 7em;
}

/*-- //services --*/
/*--Register--*/
.register-wthree{
    background: url(../images/img3.png) no-repeat center top;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    min-height: 650px;
    height: 100%;
}
#register{

}
.regstr-l-w3-agileits h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 5px;
}
.regstr-l-w3-agileits {
    margin-top: 2.3em;
}
.form-bg-w3ls input[type="email"]:hover, .form-control:focus, .form-control:hover{
    border:1px solid #000;
}
.form-bg-w3ls input[type="text"], .form-bg-w3ls input[type="email"], .form-control {
    width: 100%!important;
    padding: 8px 10px!important;
    height: 39px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 0;
    border:1px solid transparent;
    border-bottom:1px solid #000;
    color: #000000 !important;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    margin: 18px 0px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;

}
.form-bg-w3ls input[type="email"]:hover,
.form-control:focus,.form-control:hover{
	outline:none;
	/*border-color:transparent;*/
}
.form-bg-w3ls,
.form-bg-w3ls input[type="email"],
.form-control {
    background:#fff;
}
.contacts-w3-agileits .form-control,.contacts-w3-agileits input[type="email"]{
    background:transparent;
    color:#000!important;
}

.form-bg-w3ls {
    padding: 4em;
    width: 100%;
    position: absolute;
    margin: auto;
    right: -80px;
    z-index: 5;
    top: 20px;
    max-width:800px;
}
.contacts-w3-agileits input::-webkit-input-placeholder {
    color:#000!important;
}
.contacts-w3-agileits input::-moz-placeholder {
    color:#000!important;
}
.contacts-w3-agileits input:-moz-placeholder {
    color:#000!important;
}
.contacts-w3-agileits input:-ms-input-placeholder {
    color:#000!important;
}
.form-bg-w3ls h3 {
    color: #000;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .5px;
	margin-bottom: 80px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}
.form-bg-w3ls .para-w3-agile {
    color: #fff!important;
    text-align: center!important;
    line-height: 20px!important;
    margin: 0 auto 50px;
    font-weight: bold;
    font-family: 'InriaSans Bold', sans-serif;
}
.form-bg-w3ls input[type="submit"] {
    background: #fff;
    color: #060606;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 2em;
    border: none;
    outline: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 40px;
    font-family: 'Lato', sans-serif;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.owl-carousel .owl-item{
   min-height: 670px;
}
.form-bg-w3ls input[type="submit"]:hover{
	background:#ce6123;
	color:#fff;
}
/*-- Countdown-Timer --*/
h3.tittle {
    font-size: 3em;
    color: #333;
	letter-spacing:2px;
	text-align:center;margin-bottom:0.5em;
}

/*-- //Countdown-Timer --*/
/*--//Register--*/
/*-- agile_testimonials --*/
.test-grid h4 {
    font-size: 1.5em;
    color: #000;
    font-weight: 600;
    letter-spacing: .8px;
    margin: 1.5em 0 0.2em;
}
.test-grid span {
    font-size: 0.99em;
    color: #484747;
    font-style: italic;
}
.test-grid1 {
    /* background: rgba(28, 160, 222, 0.08); */
    position: relative;
    padding: 2em;
}
img.img-r {
    width: 100%;
}
/*-- //agile_testimonials --*/
/*--inner pages--*/
.inner-banner-w3-agileits .banner-overlay-agileinfo {
    /*background: url(../images/overlay.png)repeat;*/
    padding: 0em 0 2.5em 0!important;
    background: rgba(0,0,0,0.5);
}
.inner-banner-w3-agileits {
    min-height: 276px!important;
}

/*--About-inner*/
.abt-img {

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.about-grids {
    border-left: 3px solid #f5b120;
    margin-top: 1.5em;
}
.about-grids h5 {
    color: #000;
    font-size: 21px;
    letter-spacing: .6px;
    text-transform: capitalize;
    padding: 20px 0 10px;
}
span.green-w3{
	color:#f5b120!important;
}

.home-agile-left {
    padding: 0;
}
.home-agile-text h4 {
    font-size: 3em;
    color: #fff;
	letter-spacing:1px;
}
.home-agile-text p{
    font-size: 0.95em;
    color: #fff;
    letter-spacing: 2px;
    margin: 2em 0 2em 0;
    line-height: 2.3em;
    padding: 0 2em;
}
.home-agile-text {
     padding: 9em 3em;
}
.icon_wthree {
    margin-top: 2em;
}
.icon_wthree i{
  font-size:3em;
  text-align:center;
  color:#fff;
}
.date i {
    font-size:0.8em;
    color: #fff;
    text-align: left;
	margin-right:10px;
}
.home-agile-text h5 {
    color: #fc3158;
    font-size: 1.5em;
    margin-top: 0.5em;
	text-align: left;
}
.date {
    text-align: center;
    margin: 0 auto;
    width: 25%;
}
/*--moses--*/
/*-- Stats --*/
.stats-grid {
    text-align: left;
}
.numscroller {
    font-size: 51px;
    margin: 20px 0 5px;
    color: #42403b;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.stats-grid h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: .5em;
    color: #1bb4b9;
    text-transform: capitalize;
    padding: 10px 0 10px 20px;
    line-height: 21px;
    letter-spacing: 1px;
    border-left: 2px solid rgb(245, 177, 32);
}
/*-- //Stats --*/
/*--//About-inner*/
/*--blog --*/

.flex-rev{
    flex-direction: row-reverse;

}
.blog-grids-w3-agile {
    padding: 0;
    position: relative;
}
.blog-info {
    padding: 30px 30px 0px;
    min-height: 460px;
}
.blog-info-text {
    display: flex;
    flex-direction: column;
    min-height: 330px;
    justify-content: flex-start;
}
.blog-info h4 {
    font-size: 19px;
    margin-top: 10px;
    display: block;
	text-decoration:none;
}
.blog-info h4 a {
    color: #000!important;
    text-decoration: none;
}
.blog-info h6 {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 14px;
}
.blog-info span {
    color: #bbb8b8;
    font-size: 14px;
}
.blog-info p {
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin-top: 15px;
    padding: 20px 0;
}
.blog-btm-w3 {
    margin: 15px 0;
}
.blog-btm-w3 a {
    text-decoration: none;
}
.blog-btm-w3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-btm-w3 a.button-w3layouts  {
margin-top: 0;
}
.blog-right-w3ls {

    text-align: right;
    /*margin-top: 12px;*/
}
.blog-left-w3ls img {
    width: 30%;
    border-radius: 50%;
    display: inline;
}
.blog-left-w3ls a {
    color: #000;
    display: inline;
    padding-left: 10px;
    font-weight: 500;
}
.blog-right-w3ls i {
    color: #313030;
    font-size: 19px;
    padding-right: 6px;
}
.blog-right-w3ls a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    letter-spacing: .5px;
}
.blog-w3ls-mid h6 {
    color: #fff;
    background: #1bb4b9;
    padding: 2em 1em;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.blog-w3ls-mid h6 a {
    color: #147e82;
    display: block;
    font-size: 21px;
    text-decoration: none;
}
.blog-w3ls-mid {
    padding: 0;
}
.blog-mid-img{
	background:url(../images/b2.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:440px;
}

/*-- //blog --*/
/*-- gallery --*/
.w3layouts_gallery_grid {
    margin-top: 2em;
}
.w3layouts_gallery_grid:nth-child(1), .w3layouts_gallery_grid:nth-child(2), .w3layouts_gallery_grid:nth-child(3) {
    margin-top: 0!important;
}
.gallerie-imagebox img {	
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.gallerie-imagebox .loading {
	opacity: 0.3;
}

.bg_contact{
    background: url("../images/bg_contact.png") no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    font-family: "Roboto Condensed", sans-serif;
}

.w3ls_news_grids{
	margin:3em 0 0;
}

/*-- //gallery --*/
/*-- single-page --*/
/*--single-page-posts --*/
.agileits_recent_posts_gridr {
    float: right;
    width: 65%;
}
.agileits_recent_posts_gridr h4 a {
    font-size: 1em;
    text-decoration: none;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
}
.agileits_recent_posts_gridr h4 a:hover {
    color: #999;
}
.agileits_recent_posts_gridr ul li {
    display: inline-block;
    margin-right: 1.5em;
    color: #999;
}
.agileits_recent_posts_gridr ul li:last-child{
	margin:0;
}
.agileits_recent_posts_gridr ul li span {
    padding-right: .5em;
    color: #f5b120;
    font-size: 13px;
}
.agileits_recent_posts_gridr ul li a {
    color: #999;
    text-decoration: none;
}
.agileits_recent_posts_gridr ul li a:hover {
    color: #ff9900;
}
.agileits_recent_posts_grid:nth-child(2),.agileits_recent_posts_grid:nth-child(3){
	margin: 0em 0 1em;
}
.w3l_categories ul{
	padding:2em 0 0;
}
.w3l_categories ul li{
	display:block;
	margin-bottom:1.5em;
}
.w3l_categories ul li:last-child{
	margin:0;
}
.w3l_categories ul li a{
	color:#212121;
	text-transform:capitalize;
	text-decoration:none;
}
.w3l_categories ul li a:hover{
	color:#F44336;
}
.w3l_categories ul li a span{
	padding-right:1em;
	color:#F44336;
}
.agileinfo_calender_grid{
	margin:2em 0 0;
}
.wthree_faq,.agileits_comment{
	margin:3em 0 0;
}
.agileits_recent_posts_gridl {
    width: 31%;
    float: left;
}
/*-- //single-page-posts --*/
/*-- Slider Part starts Here --*/
/*--slider--*/
#slider3,#slider4,#slider5  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  /*-- w3layouts --*/
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.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;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/*-- agileits --*/

.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);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.owl-theme .owl-controls .owl-page span{
    background: #000;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ce6123;
    width:20px;
    height: 20px;
}
.owl-controls,
.owl-pagination{
    position: relative;
    display: flex;
    align-items: center;
    right: auto;
    justify-content: center;
}
#slider3-pager a,#slider4-pager a ,#slider5-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span,#slider5-pager span{
}
#slider3-pager span,#slider4-pager span,#slider5-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	/*-- w3layouts --*/
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a,#slider5-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a,#slider5-pager a  {
  padding: 0;
}
#slider3-pager li, #slider4-pager li, #slider5-pager li{
	display:inline-block;
}
.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{
  position: relative;
  display: block;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
    top: 140%;
    z-index: 999;
    left: 45.2%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
    top: 120%;
    left: 30%;
}
.banner-text1{
	background: url(../images/slider1.jpg) no-repeat 0px 0px;
}
.banner-text2{
	background: url(../images/slider2.jpg) no-repeat 0px 0px;
}
.banner-text3{
	background: url(../images/slider3.jpg) no-repeat 0px 0px;
}
.banner-text4{
	background: url(../images/slider4.jpg) no-repeat 0px 0px;
}
.banner-text1,.banner-text2,.banner-text3,.banner-text4{
	 background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
/*--//slider--*/
.single-bottom {
    padding: 2em;
    margin: 0 auto;
    background: #1bb4b9;
}
.single-middle {
  margin-top: 3em;
}
.single-bottom input[type="text"], .single-bottom textarea, .single-bottom input[type="email"] {
    width: 100%;
    padding: 12px;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.13);
    border-bottom: 2px solid rgba(74, 73, 71, 0.36);
    font-size: 15px;
    color: #ffffff;
    -webkit-appearance: none;
    letter-spacing: 1px;
}
.single-bottom input[type="submit"] {
    background: #fff;
    color: #060606;
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0 0 16px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 40px;
    font-family: 'Lato', sans-serif;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.media-body p {
      margin: 0.7em 0 0em;
    font-size: .95em;
    color: #555;
    line-height: 1.9em;
	    letter-spacing: 1px;
}
.media {
  margin: 0em 0 3em;
}
.single-bottom h3,.single-middle h3 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
    text-align: center;
}
.md-in{
	padding:0;
	margin-top:1em;
}

.w3l-blog-list li a {
    color: #777;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 33px;
}
.w3l-blog-list li a:hover {
	color:#000;
}
.blog-img {
    float: left;
    width: 40%;
}
.blog-text {
    float: right;
    width: 55%;
}
.blog-text p {
  font-size: 13px;
    line-height: 1.8em;
	
}
.blog-text span {
    font-size: 13px;
    color: #f5b120;
    margin-top: 6px;
    display: block;
    letter-spacing: 1px;
}
.blog-list2 ul li a {
    text-decoration: none;
    color: #fff;
    background: #232323;
    font-size: 13px;
    padding: 10px;
    display: block;
    margin: 0 0 5px;
	 letter-spacing: 1px;
}
.blog-list2 ul li {
    display: inline-block;
}
.blog-list2 ul {
    padding: 0.5em 0 0;
}
.blog-list2 ul li a:hover {
       background: #f5b120;
}
.w3l-blog-list, .blog-list1,.w3ls_recent_posts {
    margin: 0 0 40px;
}
.blog-text p a {
    text-decoration: none;
    color: #777;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 15px;
}
.blog-text p a:hover {
    color: #286090;
}
.blog-list-top {
    padding: 5px 0 15px;
}
.w3l-blog-list li i {
    font-size: 10px;
    margin-right: 12px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-blog-list li a:hover i.fa-long-arrow-right {
	margin-right:8px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.blog-left_w3_agileinfo {
    float: left;
    border-right: 1px solid #B6B3B3;
    padding-right: 15px;
}
.top-blog_wthree_agileits {
    float: left;
    margin: 15px 0px 0px 15px;
    width: 80%;
}
.blog-left_w3_agileinfo span {
    font-size: 1.5em;
        color: #0c0c0c;
    text-align: center;
    display: block;
    padding-top: 4px;
}
.top-blog_wthree_agileits p a {
    text-decoration: none;
    color: #f5b120;
}
h5.w3ls_single_agileinfo {
    font-size: 1.9em;
    letter-spacing: 1px;
    color: #000000;
}
p.wthree_agileits {
    font-size:1em;
    line-height: 1.95em;
    color: #555;
    letter-spacing: 1px;
}
.top-blog_wthree_agileits p {
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 0.5em;
}
.blog-left_w3_agileinfo b {
    font-size: 40px;
    color: #1bb4b9;
    display: block;
    height: 50px;
}

/*-- //single-page  --*/
/*--//inner pages*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
	color:#000 !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 {
  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;
    /*border-color:#0ea2a7;*/
    /*background-color: #0ea2a7;*/
    border-radius:0!important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus,.pagination > li > a, .pagination > li > span{
    /*color: #0ea2a7;*/
}
.pagination > li.next,.pagination > li.prev{
    display: none;
}
.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:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

}
@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 --*/
/*-- icons --*/
.icon-w3layouts-subheading{
    margin-top: 0!important;
}
.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: 13px;
    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;
}
.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%;
}
.bs-glyphicons li .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.icons a {
    color: #999;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icon-box:hover {
    background: #000;
    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 a{
    color: #fff;
}
.fa-crown{
    content: '';
    background: url("../images/crown.png") no-repeat 0 0 ;
    width: 37px;
    height: 27px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.fa-crown:hover {
    background: url("../images/crown-tiffany.png") no-repeat 0 0;
}
/*-- //icons --*/
/*-- contact --*/
.agile_contact_grid_left{
	background:#0ea2a7;
    text-align: center;
}
.agile_contact_grid_left i{
	font-size: 2em;
    color: #fff;
    line-height: 3.8em;
}
.agile_contact_grid_right {
    background: #1bb4b9;
    padding: 1em;
}
.agile_contact_grid_right h4 {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.agile_contact_grid_right p{
	color:#fff;
	line-height:2em;
	font-size:16px;
}
.agile_contact_grid_left,.agile_contact_grid_right{
	min-height:122px;
}
.agile_contact_grid_right p span{
	display:block;
}
.agile_contact_grid_right p a{
	color:#fff;
	text-decoration:none;
}
.agileits_w3layouts_left {
    background: #efa200 !important;
}
.agileits_w3layouts_right {
    background: #f5b120 !important;
}
.agile_contact_grid_right p a:hover{
	color:#212121;
}
/*-- form-effect --*/
.input {
	position: relative;
    z-index: 1;
    display: inline-block;
    margin: 2em 0 0em;
    width: 100%;
    vertical-align: top;
}

.input__field {
    border: none;
    color: #999;
    font-weight: bold;
    -webkit-appearance: none;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
    font-weight: bold;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.55em 1em;
    width: 100%;
}
/* Akira */

.input__field--akira {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	padding: 0 1em;
	width: 100%;
	color:#212121;
	height: 100%;
	background: transparent;
}

.input__label--akira {
	padding: 0;
    width: 100%;
    background: none;
    color: #212121;
    cursor: text;
    border: 3px solid #dfdfdf;
    margin: 0;
}

.input__label--akira::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transform: scale3d(0.97, 0.9, 0);
    transform: scale3d(0.97, 0.9, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--akira {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
	-webkit-transform: scale3d(.995, 0.96, 1);
	transform: scale3d(.995, 0.96, 1);
}

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
	cursor: default;
	pointer-events: none;
}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
	-webkit-transform: translate3d(0, -3.5em, 0);
	transform: translate3d(0, -3.5em, 0);
}
/*-- //form-effect --*/
.w3_agileits_contact_right1{
	float:left;
	width:100%;
}
.w3_agileits_contact_right1 textarea {
    border: 3px solid #dfdfdf;
    outline: none;
    resize: none;
    width: 100%;
    font-size: 1em;
    color: #212121;
    font-weight: bold;
    padding: 1em;
    min-height: 14em;
    margin-bottom: 9px;
}
.w3_agileits_contact_right1 textarea::-webkit-input-placeholder{
	color:#212121 !important;
}
.w3_agileits_contact_right {
    margin: 2em 0 0;
}

.w3_agileits_contact_right2 input[type="submit"] {
    border: none;
    outline: none;
    width: 100%;
    background-color: #f5b120;
    display: block;
    padding: 0.8em;
    font-size: 19px;
    color: #fff;
}
.w3_agileits_contact_right2 input[type="submit"]:hover {
    background-color: #1bb4b9;
}
/*-- //contact --*/
/*-- map --*/
.map-agileits iframe {
    width: 100%;
    height: 350px;
    border: none;
    outline: none;
}
/*-- //map --*/
/*-- footer --*/
.footer {
  padding: 2em 0;
     background-color: rgb(0, 0, 0);

}

.footer ul li {
    margin-bottom: 1em;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.footer .navbar-default .navbar-nav > li > a,
.footer ul li a {
  color: #ffffff;
  font-size:14px;
  text-decoration: none;
    margin-left: 0;
}
.footer .navbar-nav{
    flex-direction: column;
    align-items: flex-start;
}
.footer .nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
}
section.social ul li a i {
    line-height: 34px;
    color: #fff;
}
.footer  ul li a:hover {
  color: #fff;
}

/*-- //footer --*/
/*-- Copyright --*/
.copyright-wthree {
    background: #000;
	 padding: 25px 0px;
    display: block;
}
.copyright-wthree p {
    color: #fff;
	font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.copyright-wthree p:nth-child(2){
    font-size: 10px;
}
.copyright-wthree a {
	    color: #1bb4b9;
	text-decoration: none;
}
.copyright-wthree a:hover {
    color: #ffffff;
}
/*-- //Copyright --*/
/*-- //Footer --*/
 /*--placeholder-color--*/

::-webkit-input-placeholder {
	color:#000 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#000 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#000 !important;
}
:-ms-input-placeholder {  
	color:#000 !important;
}
/*--//placeholder-color--*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
	background-size: 30px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
.service-grid1 {
    margin: 3.5em;
}
@media(max-width:1366px){

	.banner-overlay-agileinfo {
		padding: 0em 0 10.55em 0;
	}

	.banner {
		min-height: 614px;
	}

    .mask-right{
        top: -30px;
    }
    .mask-bottom{
        bottom: -30px;
    }
	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		font-size: 34px;
		margin-bottom: 0.6em;
	}

}
@media(max-width:1200px) {
    .flex-box, .flex-box-col{

        flex-direction: column;
        max-width: 620px;
        float: none;
        margin:25px auto;
    }

}
@media(max-width:1080px){

    .grid{
        column-count: 1;
        text-align: center;
    }
    .grid .item{
        margin: 1em 0 1em;
        max-width: 620px;
    }
	.para-w3-agile p{
		font-size: 15px;
		line-height: 30px;
	}
	.gallery-grids h5 {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.services-left {
		width: 63%;
	}
	.services-right {
		padding: 4em 2em;
		width: 37%;
	}
	.service-grid1 {
		margin-top: 5em;
	}
	.navbar-right {
		margin-left: 9em;
	}
	.w3l_banner_info {
		margin: 1em auto 0;
	}
	.banner-overlay-agileinfo {
		padding: 0em 0 8.5em 0;
	}
	.banner {
		min-height: 510px;
	}
	.top-header-agile-left ul.num-w3ls {
		margin: .3em 0 0 6em;
	}
	.gallery-grid-images {
		/*margin-top: 4.2em;*/
	}
	.form-bg-w3ls .para-w3-agile {
		width: 100%;
	}
	.test-grid1 {
		padding: 4.2em 2em 0;
	}
	.simply-section {
		width: 23%;
		padding: 34px 0px 25px;
	}
	.regstr-l-w3-agileits {
		margin-top: 4.5em;
	}
	.footer h3 {
		font-size: 1.25em;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 6em .5em;
	}
	.team-top-block h4 {
		color: #fff;
		font-size: 21px;
		margin-top: 4px;
	}
	.regstr-l-w3-agileits h4 {
		font-size: 42px;
		letter-spacing: 4px;
	}
	.wthree_text {
		padding: 5em 0 0;
	}
	.agile_contact_grid_right h4 {
		font-size: 1.1em;
	}
	.agile_contact_grid_right p {
		font-size: 14px;
	}
	.service-grids-w3ls p {
		font-size: 15px;
	}
	.footer-grids h6 a {
		font-size: 23px;
		margin-bottom: 11px;
	}
	.agile_contact_grid_left, .agile_contact_grid_right {
		min-height: 114px;
	}
	.agile_contact_grid_left i {
		line-height: 3.5em;
	}
	.agileits_recent_posts_gridr h4 a {
		font-size: 15px;
	}
	.agileits_recent_posts_gridr ul li {
		font-size: 15px;
	}
	.w3l-blog-list h4, .blog-list1 h4, .blog-list2 h4, .w3ls_recent_posts h3 {
		font-size: 1.4em;
		letter-spacing: .4px;
	}
	h5.w3ls_single_agileinfo {
		font-size: 1.8em;
	}
	.single-bottom h3, .single-middle h3 {
		font-size: 29px;
	}
	.media-body h4 {
		font-size: 1.3em;
		margin-bottom: 0px;
	}
	.single-bottom textarea {
		min-height: 110px;
	}
	.media-body p {
		font-size: .91em;
		line-height: 1.9em;
		letter-spacing: .8px;
	}
	.single-bottom input[type="text"], .single-bottom textarea, .single-bottom input[type="email"] {
		padding: 10px 12px;
	}
	.footer-grids .top-header-agile-right ul li a {
		margin-top: 14px;
	}
	ul.grid-part li a {
		font-size: 15px;
	}
}

@media(max-width:1024px){
	.top-header-agile-left ul.num-w3ls {
		margin: .3em 0 0 5em;
	}
	.gallery-grid-images {
		margin-top: 4em;
	}
	.service-grid1 {
		margin-top: 4.5em;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 18px;
	}
	.team-top-block .top-header-agile-right ul li a {
		margin-top: 10px;
	}
	.about-grids h5 {
		font-size: 20px;
		padding: 5px 0 10px;
	}
	.about-w3layouts, .register-wthree, .test, .about-top-w3layouts, .stats-agileits, .blog, .welcome, .contact {
		padding: 3.5em 0em;
	}
	.service-grids-w3ls h5 {
		letter-spacing: .5px;
	}
	.stats-grid h4 {
		font-size: 19px;
		padding: 8px 0 8px 17px;
	}

	.footer-grids ul li {
		margin-bottom: 0.7em;
	}
	.top-header-agile-right ul li {
		margin-bottom: 0!important;
	}
	.footer {
		padding: 4em 0 3.4em;
	}
}
@media(max-width:991px){
    .banner.landing_bg {
        background: url(../images/landing_bg.png) no-repeat center top;
        height: auto;
        background-size: cover;
    }
	.top-header-agile-right {
		float: left;
		margin-left: 11.5em;
	}
	.top-header-agile-left ul.num-w3ls {
		margin: .3em 0 0 9em;
	}
	.navbar-right {
		margin-left: 2em;
	}
    .navbar-nav > li > a{
        margin: 15px .5em;
    }
	.w3l_banner_info {
		margin: 4em auto 0;
	}
	.banner-overlay-agileinfo {
		padding: 0em 0 6.5em 0;
	}
	.banner {
		min-height: 439px;
	}
    .gallery-grid-images {
        margin-top: 0;
        position: relative;
        z-index: 3;
    }
	.gallery-grids {
		width: 100%;
		float: none;
        padding: 1.5em;

	}

	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		font-size: 27px;
	}
	.services-left {
		width: 100%;
		float: none;
	}
	.services-right {
		padding: 4em 10em;
		width: 100%;
	}
	.service-grids-w3ls {
		width: 33%;
		float: left;
	}
	.about-w3layouts, .register-wthree, .test, .about-top-w3layouts, .stats-agileits, .blog, .welcome, .contact,.services-w3-agileits {
		padding: 3.5em 0em;
	}
	.services-w3-agileits {
		padding-bottom: 0em!important;
	}
	.service-grid1 {
		margin-top: 0em;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
	}
	.service-grid2 {
		margin: 1em 0em 3.5em;
	}
	.test-left-agileinfo {
		padding: 0;
		border: none;
		display: inline-block;
	}
	.test-grid1 {
		padding: 1em 2em 0em 2em;
		width: 76%;
		float: left;
		border-left: 2px solid #eee;
	}
    .agile{
        min-height: auto;
    }
	.owl-theme .owl-controls .owl-page span {
		width: 11px;
		height: 11px;
	}
	.owl-pagination {
        bottom: 35px;
        right: 0!important;
        left: 0;
        margin: auto;
        text-align: center;
	}
	.regstr-l-w3-agileits {
		margin-top: 0;
		width: 100%;
		float: none;
	}
	.simply-section {
		width: 15%;
	}
	.regstr-l-w3-agileits h4 {
		font-size: 34px;
		letter-spacing: 3px;
	}
	section.examples {
		margin-top: 1.5em;
	}
	.form-bg-w3ls {
		width: 80%;
		margin: 1.5em auto 0;
		float: none;
        right: 0;
        left: 0;
	}
	.footer-grids {
		width: 50%;
		float: left;
	}
	.footer-grids .top-header-agile-right {
		margin-left: 0!important;
	}
	.footer {
		padding: 3.3em 0 3.4em;
	}
	.footer-grids:nth-child(1), .footer-grids:nth-child(2) {
		margin-bottom: 1.4em;
	}
	.footer-grids ul li:nth-child(4) {
		margin-bottom: 0;
	}
	.footer-grids .top-header-agile-right ul li a {
		margin-top: 11px;
	}
	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		font-size: 25px;
	}
	.home-agile-left {
		width: 25%;
		float: left;
	}
	.team-top-block .top-header-agile-right {
		margin-left: 0!important;
	}
	.team-top-block .top-header-agile-right ul li a {
		margin: 10px 1.4px 0;
	}
	figure.effect-moses .team-top-block {
		height: 70%;
	}
	figure.effect-moses p {
		height: 25%!important;
	}
	.w3layouts_gallery_grid {
		float: left;
		width: 33.33%;
		padding:0 .5em;
	}
	.w3_agileits_mail_right_grid_pos {
		top: -25%;
		left: 42%;
	}
	.w3_agileits_mail_right_grid {
		margin: 6em 0 2em;
	}
	.w3layouts_mail_grid_left2 {
		width: 88%;
	}
	.w3layouts_gallery_grid {
		margin-top: 1em;
	}
	.wthree_text h3 {
		font-size: 1.5em;
	}
	.wthree_text {
		padding: 4em 0 0;
	}
	.w3_agile_contact_grid {
		width: 33%;
		float: left;
		padding: 0 2px;
	}
	.agile_contact_grid_right {
		width: 72%;
	}
	.agile_contact_grid_left {
		width: 28%;
	}
	ul.send-w3ls {
		left: 4em;
	}

	.cd-search input {
		background: rgba(0, 0, 0, 0.92);
	}

	.single-bottom input[type="text"], .single-bottom textarea, .single-bottom input[type="email"] {
		width: 101%;
		margin-bottom: 10px;
	}
	.single-bottom textarea {
		min-height: 80px;
		margin-top: 0!important;
		width:96.2%!important;
	}
	.top-header-agile-left {
		float: left;
	}
	.cd-header-buttons {
		right: -60px;
	}
	.cd-search {
		width: 123%;
	}
	.cd-search {
		top: 1.5em;
	}
	.w3_agileits_contact_right1 textarea {
		margin-bottom: 25px;
	}
    .flex-box{
        flex-direction: column;
        width:-webkit-fill-available;
        margin: auto;
    }
}
@media(max-width:900px){
	.top-header-agile-right {
		margin-left: 9.5em;
	}
	.top-header-agile-left ul.num-w3ls {
		margin: .3em 0 0 5em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
	}
	h2.inner-tittle-w3layouts {
		font-size: 28px;
	}
	.top-header-agile {
		padding: 5px 0;
	}
	.inner-banner-w3-agileits {
		min-height: 200px!important;
	}
	.team-top-block .top-header-agile-right ul li a {
		margin: 10px 0px 0;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 14px;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 4.8em .5em;
	}
	figure.effect-moses p span {
		font-size: 13px;
	}
	.numscroller {
		line-height: 32px;
	}
	.md-in {
		float: left;
		width: 50%;
	}
	.w3l-blog-list, .blog-list1, .w3ls_recent_posts {
		margin: 0 0 25px;
	}
	.single-bottom {
		margin-bottom: 2em;
	}
	h5.w3ls_single_agileinfo {
		font-size: 1.6em;
	}
	.single-bottom h3, .single-middle h3 {
		font-size: 26px;
		margin-bottom: 0.6em;
	}
	.media-body h4 {
		font-size: 1.1em;
	}
	.in-media {
		padding: 0 0 0 3em;
	}
	.cd-search {
		width: 129%;
	}
}
@media(max-width:800px){

    a.navbar-brand {
		font-size: 0.7em;
	}

	.navbar-nav > li > a {
		padding: 14px 0 0 31px;
	}
	ul.num-w3ls li {
		font-size: 15px;
	}
	.w3l_banner_info h3 {
		font-size: 3em;
	}
	.w3l_banner_info h3 span {
		font-size: 13px;
		left: -34px;
		letter-spacing: 8px;
		top: 41px;
	}
	.banner {
		min-height: 415px;
	}
	.about-w3layouts, .register-wthree, .test, .about-top-w3layouts, .stats-agileits, .blog, .welcome, .contact, .services-w3-agileits {
		padding: 5em 0em;
	}
    .mask-top, .mask-right{
        top:0;
    }
	.test-grid h4 {
		font-size: 1.1em;
	}
	.test-grid span {
		font-size: 0.8em;
		letter-spacing: 0.7px;
	}

	.regstr-l-w3-agileits h4 {
		font-size: 32px;
	}
	.home-agile-left {
		width: 50%;
		float: left;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 10.75em 2.5em;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 43px;
	}
	figure.effect-moses p span {
		font-size: 15px;
	}
	.blog-w3ls-mid {
		margin-left: 9em;
	}
	.media {
		margin: 0em 0 2em;
	}
	.navbar-brand span {
		letter-spacing: 3.3px;
	}
	.cd-search {
		width: 134%;
	}
	.navbar-right {
		margin-left: 3.52em;
	}
	.footer-grids h6 a {
		font-size: 20px;
		margin-bottom: 10px;
		letter-spacing: 1.5px;
	}
	.footer {
		padding: 2em 0 2.4em;
	}

	.gallery-grid {
		padding: 0px 8px 11px 8px;
	}
}
@media(max-width:768px){
    .main-mask {
        width: 100%;
        height: 100%;
        left: 0px;
        max-width: 100%;
        max-height: 400px;
        top: -50px;
        margin: auto;
    }

    .page-bg .wthree_banner_info_grid{
        min-width: max-content;
    }
    .wthree_banner_info_grid{
        padding:3em;
        position: relative;
        margin: 5em auto;
        right: 0;
        left: 0;
        max-width: 100%;
    }
    .lang {
        display: none;
    }
	.top-header-agile-right {
		margin-left: 5.5em;
	}
	ul.num-w3ls li {
		font-size: 14px;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 38px;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 10.2em 2.5em;
	}
    .test-grid{
        flex-direction: column-reverse;
    }
	.numscroller {
		line-height: 27px;
		font-size: 35px;
		margin: 15px 0 5px;
	}
	.wthree_text h3 {
		font-size: 1.4em;
	}
	.wthree_text {
		padding: 3.9em 0 0;
	}
	#toTop {
		bottom: 14px;
		right: 1.5%;
		width: 40px;
		height: 40px;
	}
    .grid-row img{
        width: auto;
    }
    .min-mask,
    .courses .mask-right {
        right: -10px;
        top: -30px;
    }
    .courses .mask-bottom {
        left: -10px;
        bottom: -90px;
    }
    #register .mask-top{
        left: 0;
        top:-20px;
    }
    #courses .border-button{
        margin: 20px auto;
    }
}
@media(max-width:767px){
    .footer .navbar{
        display: none;
    }
    .footer .navbar-nav{
        padding: 0 20px;
        margin: 0;
    }
    .footer .navbar-nav > li > a{
        padding: 0;
    }
    .navbar-nav > li > a{
        margin: 10px 25px;
    }
    .landing h3.tittle-agileits-w3layouts{
        padding: 1.5em 0 0 0;
    }
    #address .navbar-toggle{
        display: none!important;
    }
    #address .navbar-nav > li > a{
        margin: 0;
        font-size: 12px;
    }
    #address h3{
        margin: 5px 0 0 0;
    }
    .terms{
        padding: 0 15px;
    }
    .navbar-brand > img {
        display: block;
        width: 85px!important;
        margin: 0px auto;
    }
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-toggle {
		margin: 1em 0.3em 0 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
        background-color: rgba(255, 255, 255, 0.81);
		z-index: 999;
        height:400px;
	}
    .offers-info,
    .flex a.button-w3layouts{
        margin-bottom: 20px!important;
    }
    .offers-info{
        padding: 0 15px;
    }
    .collapse.in .navbar-collapse{
        display: block;
    }
	.link-effect-3 a {
		margin: 0;
	}
	.navbar-right {
		margin-left: 0;
	}
	.navbar-nav > li > a {
		padding: 20px 0 0;
		text-align: center;
		font-size: 13px;
	}
	.link-effect-3 a::before {
		width: 6%;
		top: 29px;
		left: 35%;
	}
	.navbar-nav {
		margin: 0 0 20px;
        display: flex;
        flex-direction: column;
        float:none!important;
	}

	.w3l_banner_info {
		margin: 3em auto 0;
	}

	.banner {
		min-height: 390px;
	}
	.history-grid-image {
		width:90%;
		float: left;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.icon-box {
		width: 50%;
		float: left;
		margin: .2em 0 .2em 0;
	}
	.test-grid1 p:before {
		background-size: 25px;
		margin: 0 .3em 0 3em;
	}
    .grid .item{
        max-width: 520px;
    }
}
@media(max-width:736px){
	.top-header-agile-left ul.num-w3ls {
		margin: 0em 0 0 2.5em;
	}
    .blog-image-agileits-w3layouts img {
        min-width: auto;
    }
	.cd-header-buttons {
		right: -58px;
		top: -31px;
	}
	.cd-search input {
		padding: .8em 1em;
	}
	.cd-search-trigger, .cd-nav-trigger {
		width: 40px;
		height: 40px;
	}
	.cd-search-trigger::before {
		top: 9px;
		left: 9px;
	}
	.cd-search-trigger::after {
		bottom: 12px;
		right: 9px;
	}
	a.navbar-brand {
		height: 51px;
		line-height: 36px;
	}
	.top-header-agile-right ul li a {
		margin: 11.5px 2px 0;
	}
	.w3l_banner_info {
		margin: 2em auto 0;
	}
	.flex-control-nav li {
		margin: 8px 0;
	}
	.flex-control-nav li:first-child:before {
		width: 134%;
		top: -123%;
		left: -26%;
	}
	.flex-control-nav {
		right: -16%;
		top: 3%;
	}
	.banner-overlay-agileinfo {
		padding: 0em 0 5.8em 0;
	}
	.banner {
		min-height: 350px;
	}
	.services-right {
		padding: 3em 7em;
	}
	span.simply-word {
		font-size: 12px;
		margin-top: 0.2em;
	}
	.footer h3 {
		font-size: 1.2em;
	}
	h2.inner-tittle-w3layouts {
		font-size: 28px;
	}
	.inner-banner-w3-agileits .banner-overlay-agileinfo {
		padding: 0em 0 2.5em 0!important;
	}
	.inner-banner-w3-agileits {
		min-height: 181px!important;
	}
	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		font-size: 24px;
	}
	.abt-img {
		min-height: 70px;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 32px;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 9.6em 2.5em;
	}
	.blog-w3ls-mid {
		margin-left: 8.5em;
	}
	.w3_agile_contact_grid {
		width: 50%;
		float: none;
		margin-left:15px;
	}
	.w3_agile_contact_grid:nth-child(2){
		margin-left:25%;
	}
	.w3_agile_contact_grid:nth-child(3){
		margin-left:47%;
	}
	ul.send-w3ls {
		left: 3.8em;
		top: 5.8em;
	}
	ul.send-w3ls li {
		font-size: 21px;
		line-height: 28px;
	}
	.map-agileits iframe {
		height: 200px;
	}
    .form-bg-w3ls {
        width: 95%;
        margin: 3.5em auto 0;
        position: relative;
    }
}
@media(max-width:667px){
	.top-header-agile-right {
		margin-left: 3em;
	}
	.top-header-agile-left ul.num-w3ls {
		margin: 0em 0 0 1em;
	}
	.cd-search {
		width: 143%;
	}
	.regstr-l-w3-agileits h4 {
		font-size: 29px;
	}
	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		line-height: 31px;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 8.4em 1.7em;
	}
	.simply-section {
		width: 15.5%;
		padding: 32px 0px 19px;
	}
	.form-bg-w3ls h3 {
		font-size: 20px;
	}
	.wthree_text h3 {
		font-size: 1.3em;
	}
	.wthree_text {
		padding: 3.3em 0 0;
	}
	.bs-glyphicons li {
		width: 23%;
		height: 107px;
	}
	.blog-w3ls-mid {
		margin-left: 7.5em;
	}
	ul.send-w3ls {
		left: 3.6em;
	}
	.blog-left_w3_agileinfo b {
		font-size: 37px;
		height: 45px;
	}
	.blog-left_w3_agileinfo span {
		font-size: 1.3em;
		padding-top: 0px;
	}
	.md-in {
		float: none;
		width: 100%;
		margin-top:0px ;
	}
	.in-media {
		padding: 0 0 0 0em;
	}
	.comment {
		padding: 0!important;
	}
	.single-bottom textarea {
		width: 100%!important;
		margin: 0!important;
	}
	.single-bottom input[type="text"], .single-bottom textarea, .single-bottom input[type="email"] {
		width: 100%;
	}
	.single-bottom input[type="submit"] {
		margin: 10px 0 0 0px;
	}
}
@media(max-width:640px){
	.top-header-agile-right {
        margin-left: 0!important;
	}
	.cd-header-buttons {
		right: -51px;
	}

	.navbar-toggle {
		margin: .7em 1.1em 0 0;
	}
	/*.w3l_banner_info {*/
		/*margin: 1em auto 0;*/
	/*}*/
	.banner-overlay-agileinfo {
		padding: 0em 0 4.3em 0;
	}
	.banner {
		min-height: 310px;
	}
	.service-grids-w3ls {
		width: 32.9%;
	}
	.service-grids-w3ls h5 {
		font-size: 18.5px;
	}
	.service-grid2 {
		margin: .5em 0em 2em;
	}
	.services-right {
		padding: 3em 5em;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 28px;
	}

	.footer h3 {
		margin: 0em 0 .5em;
	}
	.footer-grids .top-header-agile-right ul li a {
		margin-top: 6px;
	}
	.footer-grids p {
		font-size: 13px;
	}
	ul.send-w3ls {
		left: 3.3em;
	}
	
}
@media(max-width:600px){
	a.navbar-brand {
		font-size: 0.6em;
	}
	.navbar-brand span {
		letter-spacing: 1.9px;
		font-size: .5em;
	}
	.top-header-agile-left ul.num-w3ls {
		margin: 0em 0 0 0.2em;
	}
	.flex-control-nav {
		top: 11%;
	}
	.w3l_banner_info h3 {
		font-size: 2.5em;
	}
	.w3l_banner_info h3 span {
		left: -23px;
		letter-spacing: 5.3px;
		top: 36px;
	}
	.banner {
		min-height: 304px;
	}
	.service-grids-w3ls {
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 0.5em;
        /*display: flex;*/
	}
	.service-grid2 {
		margin: 0em 0em 2em;
	}
	.service-grid2 {
		margin: 0em 0em 1.5em;
	}
	.test-grid1 {
		padding: 1em 1em 0em 1em;
		width: 70%;
	}

    .test-grid h4 {
        margin: 0.4em 1.2em 0.2em;
    }

	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 21px;
	}

	.wthree_text {
		padding: 3em 0 0;
	}
	.blog-w3ls-mid {
		margin-left: 6.8em;
	}
	.blog-left-w3ls img {
		width: 25%;
	}
	ul.send-w3ls {
		left: 3em;
	}
	.w3_agileits_contact_right1 textarea {
		min-height: 8em;
	}
	ul.send-w3ls li {
		font-size: 17px;
		line-height: 22px;
	}
	ul.send-w3ls {
		top: 2em;
	}
    .grid .item{
        max-width: 320px;
    }
}
@media(max-width:568px){

	.top-header-agile-right ul li a {
		width: 28px;
		height: 28px;
		line-height: 23px;
	}
	.top-header-agile-right ul li a i {
		font-size: 13px;
	}
	ul.num-w3ls li {
		font-size: 13px;
	}
	.top-header-agile-left ul li .fa {
		font-size: 15px;
	}
	.top-header-agile-left ul.num-w3ls {
		margin: 0em 0 0 0.4em;
	}
	.gallery-grids h5 {
		font-size: 14.4px;
	}
	.para-w3-agile p {
		font-size: 14.4px;
		line-height: 27px;
	}
    .flex a.button-w3layouts,
	a.button-w3layouts {
		font-size: 12px;
	}
	.service-grids-w3ls p {
		font-size: 14.4px;
	}
	.service-grids-w3ls h5 {
		font-size: 18px;
		padding: 15px 0 4px;
	}
	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		font-size: 23px;
		margin-bottom: 0.5em;
	}
	.form-bg-w3ls input[type="submit"] {
		font-size: 12px;
	}
	.about-grids {
		margin-top: 1em;
	}
	.form-bg-w3ls {

		float: none;
	}
	.footer-grids ul li {
		margin-bottom: 1.08em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
	.w3l_banner_info h3 {
		font-size: 2.2em;
	}
	.w3l_banner_info h3 span {
		left: -19px;
		letter-spacing: 4.3px;
		top: 31px;
		font-size: 12px;
	}
	.w3l_banner_info p {
		font-size: 13px;
		letter-spacing: 2.5px;
	}
	.banner {
		min-height: 290px;
	}
	.test-grid1 p:before {
		background-size: 22px;
		margin: 0 0em 0 3em;
		height: 26px;
	}

	.regstr-l-w3-agileits h4 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	#toTop {
		bottom: 37px;
		right: 3.5%;
		width: 31px;
		height: 31px;
	}
	.wthree_text h3 {
		font-size: 1.1em;
	}
	.wthree_text {
		padding: 2.7em 0 0;
	}
	.blog-w3ls-mid {
		margin-left: 6em;
	}
    .mask-top {
        left: 0;
    }
}
@media(max-width:480px){
	.top-header-agile-right {
		float: right;
	}
	.top-header-agile-left {
		width: 100%;
	}
	.cd-header-buttons {
		right: 2px;
		top: -45px;
	}
	.cd-search {
		width: 100%;
	}
	.top-header-agile-left ul.num-w3ls {
		margin: 0em 0 .6em 0.4em;
	}
	.w3l_banner_info h3 {
		font-size: 1.8em;
	}
	.w3l_banner_info h3 {
		padding-left: 14px;
	}
	.w3l_banner_info h3 span {
		left: -21px;
		letter-spacing: 3.3px;
		top: 24px;
		font-size: 9px;
	}
	.cd-search {
		top: 0.4em;
	}
	.flex-control-nav {
		top: -2%;
		right: -10%;
	}
	.w3l_banner_info p {
		padding-left: 1.1em;
	}

	.banner-overlay-agileinfo {
		padding: 0em 0 3.5em 0;
	}
	.services-right {
		padding: 3em 3em;
	}
	.simply-section {
		width: 22.5%;
	}
	.footer-grids .top-header-agile-right {
		float: left!important;
	}
	.footer-grids {
		width: 100%;
		float: none;
	}
	.footer-grids ul li {
		margin-bottom: .5em;
	}
	.footer-grids:nth-child(1), .footer-grids:nth-child(2),.footer-grids:nth-child(3) {
		margin-bottom: 1.5em;
	}
	.copyright-wthree p {
		font-size: 12px;
		line-height: 18px;
	}
	.copyright-wthree {
		padding: 15px 20px;
	}

	h2.inner-tittle-w3layouts {
		font-size: 24px;
	}
	.inner-banner-w3-agileits .banner-overlay-agileinfo {
		padding: 0em 0 1.8em 0!important;
	}
	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		font-size: 21px;
		margin-bottom: 0.5em;
	}
	.about-grids h5 {
		font-size: 16px;
		padding: 5px 0 5px;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 13px;
	}

	.footer h3 {
		font-size: 1.03em;
	}
	.footer-grids h6 a {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.w3layouts_gallery_grid {
		float: none;
		width: 100%;
	}
	.w3layouts_gallery_grid:nth-child(2), .w3layouts_gallery_grid:nth-child(3) {
		margin-top: 1em!important;
	}
	.wthree_text h3 {
		font-size: 1.5em;
	}
	.wthree_text {
		padding: 7.85em 0 0;
	}
	h3.hdg {
		font-size: 1.6em;
	}
	.icon-box {
		width: 100%;
		float: none;
	}
	.bs-glyphicons li {
		width: 31%;
		height: 108px;
	}
	.blog-info h6 {
		font-size: 12px;
		letter-spacing: .5px;
	}
	.blog-info h4 {
		font-size: 16px;
	}
	.blog-info p {
		font-size: 14.4px;
		margin-top: 6px;
	}
	.blog-mid-img {
		min-height: 295px;
	}
	.blog-w3ls-mid h6 {
		font-size: 14.5px;
	}
	.blog-w3ls-mid {
		margin-left: 5.5em;
	}
	.blog-w3ls-mid h6 a {
		font-size: 19px;
	}
	.w3_agile_contact_grid {
		width: 60%;
	}
	.w3_agile_contact_grid:nth-child(2) {
		margin-left: 20%;
	}
	.w3_agile_contact_grid:nth-child(3) {
		margin-left: 37%;
	}
	ul.send-w3ls {
		left: 2.3em;
	}
	.input__label,.input__field--akira ,.w3_agileits_contact_right1 textarea{
		font-size: 14px;
	}
	.blog-left_w3_agileinfo {
		float: none;
		border-bottom: 1px solid #B6B3B3;
		border-right: none;
		padding-right: 0;
	}
	.blog-left_w3_agileinfo span {
		text-align: left;
		margin-bottom: 0.2em;
	}
	.top-blog_wthree_agileits {
		float: none;
		margin: 15px 0px 0px 0px;
		width: 100%;
	}
	.media-left, .media-right, .media-body {
		width: 100%;
		display: block;
		margin-bottom:1em;
	}
	ul.grid-part li a {
		font-size: 14.4px;
		line-height: 30px;
	}
	.media-body p {
		font-size: 14.4px;
	}
	.media {
		margin: 0em 0 0.5em;
	}
	.single-middle {
		margin-top: 2em;
	}
	.w3l-blog-list li a {
		font-size: 14.4px;
		line-height: 29px;
	}
	#toTop {
		bottom: 17px;
	}
	.banner-text1, .banner-text2, .banner-text3, .banner-text4 {
		min-height: 150px;
	}
	.blog-left_w3_agileinfo b {
		font-size: 30px;
		height: 31px;
	}
	.single-bottom input[type="text"], .single-bottom textarea, .single-bottom input[type="email"] {
		padding: 8px 12px;
		font-size: 14px;
	}
	.w3_agileits_contact_right2 input[type="submit"] {
		font-size: 18px;
	}
    .packages .tittle-agileits-w3layouts, .landing h3.tittle-agileits-w3layouts{
        padding: .5em 0;
    }

}
@media(max-width:440px){
	.w3l_banner_info p {
		font-size: 12.5px;
		letter-spacing: 2px;
	}
}
@media(max-width:414px){
    .form-bg-w3ls,
    .about-w3layouts, .test, .about-top-w3layouts, .stats-agileits, .blog, .welcome, .contact, .w3agileits-ref, .landing, .offers{
        padding: 2em;
    }
    .register-wthree {
        height: 65vh;
        padding: 0;
    }
    .services-w3-agileits video{
        min-height: auto;
    }
    .form-bg-w3ls h3 {
        margin-bottom: 10px;
    }
    .landing .wthree_banner_info_grid h3,
    .landing .wthree_banner_info_grid p,
	.w3l_banner_info h3 {
		font-size: 1.6em;
	}
	.navbar-toggle {
		padding: 6px 7px;
	}
	.w3l_banner_info h3 span {
		left: -16px;
		letter-spacing: 2.6px;
		top: 23px;
	}
	.navbar {
		min-height: 50px;
	}
	.w3l_banner_info p {
		font-size: 12.5px;
		letter-spacing: 2px;
	}
	.flex-control-paging li a {
		width: 15px;
		height: 15px;
		line-height: 14px;
		font-size: 11px;
	}
	.flex-control-nav li {
		margin: 5px 0;
	}
	.flex-control-nav li:first-child:before {
		width: 109%;
		top: -107%;
		left: -6%;
		height: 2px;
	}

	.banner-overlay-agileinfo {
		padding: 0em 0 2.6em 0;
	}
	.banner {
		min-height: 253px;
	}
	.gallery-grid {
		padding: 10px 0px 10px 0px;
	}
	.gallery-grid:nth-child(1){
		padding-top: 0px!important;
	}
	.history-grid-image {
		width: 100%;
		float: none;
	}
	.test-grid1 {
		padding: 1em 0em 1em 1em;
		width: 100%;
		float: none;
	}
	.test-grid2 img.img-r {
		width: 100%;
		float: none;
	}

	.regstr-l-w3-agileits h4 {
		font-size: 22px;
	}
	.simply-section {
		width: 23%;
		padding: 19px 0px 19px;
	}
	span.simply-amount {
		font-size: 1.6em;
	}
	span.simply-word {
		letter-spacing: 1px;
	}
	.footer {
		padding: 1.8em 0 2em;
	}
	figure.effect-moses p span {
		font-size: 13.5px;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 3.9em 1em;
	}
	.stats-grid h4 {
		font-size: 16px;
		padding: 8px 0 8px 8px;
	}
	.form-bg-w3ls input[type="text"], .form-bg-w3ls input[type="email"], .form-control {
		margin: 9px 0px 0px;
	}
	.footer-grids:nth-child(1), .footer-grids:nth-child(2), .footer-grids:nth-child(3) {
		margin-bottom: 1em;
	}
	.wthree_text {
		padding: 6.7em 0 0;
	}
	.blog-grids-w3-agile {
		width: 100%;
	}
	.blog-mid-img {
		min-height: 260px;
	}
	.blog-w3ls-mid {
		margin-left: 0em;
		width: 100%;
	}
	.w3_agile_contact_grid {
		width: 80%;
	}
	.w3_agile_contact_grid:nth-child(2) {
		margin-left: 10%;
	}
	.w3_agile_contact_grid:nth-child(3) {
		margin-left: 16%;
	}
	ul.send-w3ls {
		left: 1.85em;
	}
	h5.w3ls_single_agileinfo {
		font-size: 1.5em;
	}
	.single-middle {
		margin-top: 1em;
	}
	.w3l-blog-list h4, .blog-list1 h4, .blog-list2 h4, .w3ls_recent_posts h3 {
		font-size: 19px;
	}
	.single-bottom h3, .single-middle h3 {
		font-size: 23px;
	}
}
@media(max-width:384px){
	.w3l_banner_info p {
		letter-spacing: 1px;
	}
	a.navbar-brand {
		font-size: 0.52em;
		height: 40px;
		line-height: 36px;
	}
	.cd-search-trigger, .cd-nav-trigger {
		width: 35px;
		height: 35px;
	}

	.cd-search-trigger::before {
		top: 8px;
		left: 8px;
		width: 16px;
		height: 16px;
	}
	.cd-search-trigger::after {
		bottom: 10px;
		right: 7px;
	}
	.cd-header-buttons {
		top: -38px;
	}
	.services-right {
		padding: 2em 2em;
	}
	span.simply-word {
		font-size: 11px;
		margin-top: 0.1em;
	}
	.simply-section {
		width: 23.7%;
		padding: 20px 0px 19px;
	}
	.home-agile-left {
		width: 100%;
		float: none;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 14em 6.5em 6em 2em;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 32px;
	}
	.stats-grid {
		width: 50%;
	}
	.stats-grid:nth-child(1),.stats-grid:nth-child(2){
		margin-bottom: .5em;
	}	
	.wthree_text {
		padding: 6em 0 0;
	}
	.bs-glyphicons li {
		height: 127px;
	}
	ul.send-w3ls li {
		font-size: 14px;
		line-height: 19px;
	}
	ul.send-w3ls {
		left: 1.75em;
		top: 2.3em;
	}
	.navbar-nav > li > a {
		padding: 15px 0 0;
	}
	.link-effect-3 a::before {
		top: 25px;
		left: 31%;
	}

}
@media(max-width:375px){

	.w3l_banner_info h3 {
		font-size: 1.3em;
	}
	.w3l_banner_info h3 span {
		top: 21px;
	}
	.banner {
		min-height: 246px;
	}

	.simply-section {
		width: 23%;
		padding: 17px 0px 18px;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 28px;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 13.5em 6.5em 6em 2em;
	}
	.about-w3layouts, .register-wthree, .test, .about-top-w3layouts, .stats-agileits, .blog, .welcome, .contact, .services-w3-agileits {
		padding: 1.5em 0em;
	}
	.service-grid2 {
		margin: 0em 0em 1.2em;
	}
    .owl-pagination {
        bottom: 35px;
    }
	.footer {
		padding: 1.5em 0 1.5em;
	}
}
@media(max-width:320px){
	.top-header-agile-right {
		margin-left: 0em;
		padding: 0 14px 0 0;
	}
	.top-header-agile-right ul li a {
		margin: 11.5px 0.5px 0;
	}

	.navbar-toggle {
		margin: .5em 0em 0 0;
	}

	.banner-overlay-agileinfo {
		padding: 0em 0 2.3em 0;
	}
	.banner {
		min-height: 233px;
	}
	h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
		font-size: 20px;
	}
    .grid .item{
        max-width: 270px;
    }

	span.simply-word {
		font-size: 10.5px;
		letter-spacing: 0px;
	}
	.w3l_banner_info p {
		font-size: 11.5px
	}
	.simply-section {
		width: 24.5%;
		margin: 0 0.5px;
		padding: 12px 0px 13px;
	}
	span.simply-amount {
		font-size: 1.3em;
	}
	.form-bg-w3ls {
		padding: 1.5em;
	}
	.form-bg-w3ls h3 {
		font-size: 19px;
	}
	.agile-homes-w3l.grid figure figcaption {
		padding: 9.5em 3.5em 6em 2em;
	}
	figure.effect-moses .team-top-block, figure.effect-moses p {
		padding: 11px 17px;
	}
	.regstr-l-w3-agileits h4 {
		font-size: 20px;
		letter-spacing: 1.5px;
	}
	.wthree_text h3 {
		font-size: 1.1em;
	}
	.wthree_text {
		padding: 4.8em 0 0;
	}
	.bs-glyphicons li {
		height: 107px;
		width: 48%;
	}
	.inner-banner-w3-agileits .banner-overlay-agileinfo {
		padding: 0em 0 1.3em 0!important;
	}
	.blog-left-w3ls img {
		width: 43%;
	}
	.blog-left-w3ls a {
		padding-left: 4px;
	}
	.w3_agile_contact_grid {
		width: 86%;
	}
	.w3_agile_contact_grid {
		margin-left: 0px;
	}
	.w3_agile_contact_grid:nth-child(2) {
		margin-left: 6%;
	}
	.w3_agile_contact_grid:nth-child(3) {
		margin-left: 12%;
	}
	ul.send-w3ls {
		left: 1.3em;
	}
    #address .navbar-nav > li > a{
        font-size: 10px;
    }
    .landing h3.tittle-agileits-w3layouts,
    .landing .wthree_banner_info_grid h3, .landing .wthree_banner_info_grid p, .w3l_banner_info h3 {
        font-size: 1.3em;
    }
}
/*--responsive--*/
