body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    
}
html, body{
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}
body{
    background:#FFFFFF;
    color:#000000;
}
h1,h2,h3,h4 {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 24px;
}
.news-heading h3 {
    //color:#ffffff;
}
.catalog a:hover {
    border: 1px solid #000000;
}
/*-- banner --*/
/* .banner{
    background:url(../images/04.jpg) no-repeat 0px 0px;
    background-size:cover;
} */
/*-- header-left --*/
.header {
    padding: 3em 0;
    box-sizing: border-box ;
    //background: url(/images/header.jpg) repeat 0px 0px;
    background: rgba(210, 210, 210, 0.79);
}
.header-left{
    text-align: center;
}
.top-nav {
    padding: 20px 0;
    background: rgba(91, 91, 91, 0.81);
}

.fixedhdr {
    position: fixed;
    background: rgba(91, 91, 91, 0.81);
    top: 0;
    width: 100%;
    z-index: 9999;
}

.w3layouts-logo{
    position: relative;
    /*display: flex;*/
    /*justify-content: center;*/
    align-items: center;
    text-align: center;
}
.hdr_logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.hdr_contact_block {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
}

#modal_form {
    background: #FFF;
    width: 400px;
    height: 430px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -155px;
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 99999;
    color: #777;
    border-style: solid;
    border-width: 2px;
    border-color: #777;
    padding: 25px;
    border-radius: 2px;
}

#overlay {
    z-index: 99990;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

#modal_form .ajax_form input{
    width: 100%;
    color: #777;
    float: left;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .7em 1em;
    width: 100%;
    margin-bottom: 1.5em;
    border: solid 1px #777;
    -webkit-appearance: none;
    display: inline-block;
}

#modal_form .h3 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

#modal_form input[type="submit"] {
    color: #FFFFFF;
    background: #8BC34A;
    border: 1px solid #8BC34A;
}

#modal_form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

#modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: block;
}

li.modal_open {
    color: #FFFFFF;
    background: #69bf2e;
    border: 1px solid #69BF2E;
    border-radius: 5px;
}
li.modal_open:hover {
    background: #69BF2E;
}

#guarantee .w3-agile-heading{
    margin-bottom: 30px;
}
.guar {
    padding: 30px 0;
}
.guar .icon{
    font-size: 20px;
    color: #8BC34A;
    
}

.guar p {
    text-align: center;
    font-size: 0.9em;
    padding: 0 40px;
}

.absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.g_vid_item {
    cursor: pointer;
    position: relative;
}

.g_vid_item .absolute img {
    max-width: 100px;
    top: 30%;
    left: 40%;
    position: absolute;
}

.g_vid_item .absolue:hover {
    background: none;
}

#gallery_block .owl-loaded {
    margin-bottom: 50px;
}

.info_head {
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.info_desc {
    margin-bottom: 15px;
    color: #777;
}

.info_head_two {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
}

.container-fluid .hdr_contact_block {
    margin-top: 0px;
    color:#000000;
    text-align: center;
}

#decors .owl-carousel:hover .owl-next,
#decors .owl-carousel:hover .owl-prev{
    background: none !important;
}

#gallery_block .owl-prev{
    left: -85px;
}

#gallery_block .owl-next {
    right: -85px;
}


@media (max-width:992px){
    .hdr_contact_block {
        text-align: center;
    }
}
.hdr_contact_block a {
    font-size: 14px;
    color: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}
.hdr_contact_block a:hover {
    color: #fff;
}
#welcome {
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}
.w3layouts-logo .h1 {
    margin: 0;
}
.w3layouts-logo .logo_itm {
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-weight: 800;
}
.w3layouts-logo .h1 .logo_itm span{
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: .3em;
    letter-spacing: 5px;
    position: relative;
}
@media (min-width: 768px) {
    

/*     .w3layouts-logo .h1 .logo_itm span:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 5%;
    top: 7px;
    height: 1px;
    left: 42%;
}
.w3layouts-logo .h1 .logo_itm span:after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 5%;
    top: 7px;
    height: 1px;
    right: 42%;
} */

}
/*-- //header-left --*/
/*-- top-nav --*/
.top-nav ul{
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    display: inline-block;
    float: none;
}
.top-nav ul li:nth-child(6){
    margin-right:0;
}
ul.nav.navbar-nav {
    float: none;
    text-align: center;
    background: none;
}
.navbar-default{
    background: none;
    border: none;
    margin: 0;
}
.navbar {
    min-height: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
}
.top-nav ul li a{
    color: #ffffff !important;
    font-size: 1em;
    margin: 0 2em;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-nav ul li a.list-border{
    border-left: none;
}
.top-nav ul li a:hover{
    color: #fff !important;
    background: rgba(91, 91, 91, 0.81);
}
.top-nav ul li a.active{
    color: #fff !important;
    background: none;
}
#mainCarousel {
    min-height: 400px;
    display: flex;
    align-items: center;
    max-height: 400px;
}
#mainCarousel .carousel-caption {
    font-size: 24px;
    position: static;
    min-height: 100px;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
#mainCarousel .carousel-inner {
    width: 76%;
    position: absolute;
    //top: 20%;
    left: 12%;
    right: 12%;
    max-height: 400px;
}

.ab-w3-agile-info-text ul li,
.ab-w3-agile-info-text .about-h1{
    //color: #8BC34A;
    
}
.ab-w3-agile-info-text ul li {
    font-size: 1.8em;
    line-height: 0.8em;
}
.ab-w3-agile-info-text .about-h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 550;
}
.ab-w3-agile-info-text ul li > span {
    color: #777;
    font-size: 0.55em;
}

.carousel-caption-head {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 5px;
}

.owl-carousel:hover .owl-next,
.owl-carousel:hover .owl-prev {
    background:none !important;
}
@media (max-width: 576px){
    #mainCarousel .carousel-caption {
        font-size: 18px;
    }
}
ul.dropdown-menu {
    background: rgba(153, 153, 153, 0.81);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 1.8em;
    left: 0px;
    min-width: 110px;
}
ul.dropdown-menu li{
    width:100% !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !important;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #FFFFFF;
}
.dropdown-submenu {
    position: relative;
}

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

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

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

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

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

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-- //top-nav --*/
.top-agileits-banner {
    margin: 11em 0 8em 16em;
}
.agileits-banner-info{
    float:left;
}
.agileits-banner-info h3{
    color: #FFF;
    font-size: 4em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 13px;
}
.w3-button{
    margin: 4em 0 0 0;
}
.w3ls-button a{
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
    padding: .5em 2em;
    background: none;
    text-align: center;
    border: solid 2px #FFFFFF;
}
.w3ls-button a:hover{
    background: #8BC34A;
    border: solid 2px #8BC34A;
}
.agileinfo-social-grids{
    margin: 1.2em 0 0 0;
    float: right;
}
.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}
.agileinfo-social-grids a{
    display: block;
    margin: 1.5em 0;
    color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids a i.fa{
    font-size: 1em;
    color: #ffffff;
    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;
}
.agileinfo-social-grids a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids  a i.fa.fa-twitter:hover{
    color: #1da1f2;
}
.agileinfo-social-grids a i.fa.fa-rss:hover{
    color: #f26522;
}
.agileinfo-social-grids a i.fa.fa-vk:hover{
    color: #45668e;
}
.mouse {
    height: 45px;
    border: 2px solid #fff;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    margin: 7em auto 0;
}
.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
.bounce.animated {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    width: 25px;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/*--slider--*/
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}
.events {
    list-style: none;
}
.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
}
.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 255px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 56px;
    height: 56px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
    display: inline-block;
}
#slider3-pager span{
    float: left;
}
#slider3-pager span{
    width:100px;
    height:15px;
    background:#fff;
    display:inline-block;
    border-radius:30em;
    opacity:0.6;
}
#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius:30em;
    opacity:1;
}
#slider3-pager a {
    padding: 0;
}
#slider3-pager li{
    display:inline-block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display:none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li{
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    height: auto;
    border: 0;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 32%;
    left: 0;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}

.decor_item_txt p {
    margin: 0 0 18px 0;
    color: #777;
}
.constructor_desc {
    color: #777;
}
.slider-top span{
    font-weight:600;
}
.callbacks_tabs li{
    display: block;
    margin: 1em 0;
    text-align: center;
}
/*----*/
.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
    height: 68px;
    width: 4px;
}
/*-- //slider --*/
/*-- welcome --*/
.ab-w3-agile-img {
    /* background: url(../images/3.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: auto !important;
    /*padding-top: 3em;*/
    padding: 0 !important;
}
.ab-w3-agile-info{
    padding: 0;
}
.w3-agile-heading{
    text-align:center;
}
.flex_row_fix {
    display: flex !important;
    flex-wrap: wrap;
}
.flex_col_fix {
    display: flex;
    flex-wrap: wrap;
    //flex-direction: column;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    height: 10px;
    background: #8BC34A !important;
    width: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active{
    background: rgba(0, 0, 0, 0.2) !important;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    border: none;
    background: none;
}
@media (max-width: 768px) {
    .ab-w3-agile-info-text h2,.w3-agile-heading h3,.wthree-heading h2,
    .ab-w3-agile-info-text .h2,.w3-agile-heading .h3,.wthree-heading .h2 {
        font-size: 2em;
        letter-spacing: 4px;
    }
    .g_vid_item .absolute img {
        max-width: 70px;
    }
}
@media (max-width: 576px) {
    .ab-w3-agile-info-text h2,.w3-agile-heading h3,.wthree-heading h2,
    .ab-w3-agile-info-text .h2,.w3-agile-heading .h3,.wthree-heading .h2 {
        font-size: 1.6em;
        letter-spacing: 2px;
    }
}
.ab-w3-agile-info-text {
    padding: 2em 2em 2em 4em;
    color: #777;
}
p.sub-text.one {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 1.2em;
    letter-spacing: 4px;
}
.ab-w3-agile-info p {
    font-size: .9em;
    color: #777777;
    margin: 1em 0;
    line-height: 2em;
}
.ab-w3-agile-part {
    background: #ff9800;
    padding: 4em 3em;
}
.ab-w3-agile-part h4 {
    font-size: 1.2em;
    color: #000;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
}
.ab-w3-agile-part:nth-child(2) {
    background: #2196F3;
}
.ab-w3-agile-inner {
    margin-top: 5em;
}
.ab-w3-agile-part p {
    color: #fff;
}
/*-- //welcome --*/
/*-- services --*/
.services,.news,.subscribe,.footer,.banner-bottom,.team,.w3-agileits-choose,.gallery-top,.codes,.typography,.contact,.single{
    padding: 0 0;
}
.w3-agile-heading h3{
    text-align:center;
}
.w3ls-services-grids,.news-grids,.agile_team_grids{
    margin:0 0 1em 0;
}
.w3ls-services-left-top{
    padding: 4em 1em;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0px 1px rgb(168, 168, 168), 0 1px 2px rgba(0,0,0,.24);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls-services-left-top i.fa{
    color: #8BC34A;
    font-size: 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls-services-left-top h5{
    color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    margin: 1em 0;
    line-height: 1.8em;
    font-weight: 800;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls-services-left-top p{
    color:#777777;
    font-size:.9em;
    line-height:1.8em;
    margin:0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls-services-left-top1{
    margin:2em 0 0 0;
}
.w3ls-services-middle-img img{
    width: 100%;
    box-shadow: 0 0px 1px rgb(168, 168, 168), 0 1px 2px rgba(0,0,0,.24);
}
.w3ls-services-middle-grids {
    margin: 2em 0 0 0;
}
.w3ls-services-middle-left:nth-child(1){
    padding-left:0;
}
.w3ls-services-middle-left:nth-child(2){
    padding-right:0;
}
.w3ls-services-left-top:hover{
    background: #8BC34A;
}
.w3ls-services-left-top:hover  i.fa{
    color:#FFFFFF;
}
.w3ls-services-left-top:hover  h5,.w3ls-services-left-top:hover  p{
    color:#FFFFFF;
}
/*-- //services --*/
/*-- news --*/
.catalog {
    //background: url(/images/1.jpg) 50% 50% rgba(0, 0, 0, 0.36);
    //background-size: cover;
    background: rgba(210, 210, 210, 0.79);
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.para-w3 {
    color: #777777;
    font-size: .9em;
    line-height: 2em;
    margin: 1em 0 0 0;
}
.services-info-w3-agileits {
    position: relative;
    //padding: 41px 36px 35px 33px;
    background: #fff;
    flex-grow: 1;
}
/*.services-info-w3-agileits:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: calc(50% - 13px);*/
    /*bottom: -13px;*/
    /*z-index: 20;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*background: #fff;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
/*}*/
.sect_top .services-info-w3-agileits:after {
    top: calc(100% - 14px);
}
.services-info-w3-agileits.mid:after {
    content: "";
    position: absolute;
    left: 175px;
    top: -10px;
    width: 25px;
    height: 25px;
    background:#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.services-img-agileits-w3layouts img {
    width: 100%;
}
.section-grid-wthree {
    padding: 0 7px;
}
.services-info-w3-agileits h5 {
    margin: 0;
}
.services-info-w3-agileits h5 a {
    color: #000000;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration:none;
}
.services-info-w3-agileits h5 a:hover{
    color: #8BC34A;
}
.services-info-w3-agileits h6 {
    font-size: 0.9em;
    color: #000000;
    margin: 1em 0 0 0;
}
.services-info-w3-agileits h6 a {
    color: #8BC34A;
    text-decoration:none;
}
.services-info-w3-agileits h6 a:hover{
    color:#000000;
}
.services-img-agileits-w3layouts img {
    width: 100%;
}
/*-- //news --*/
/*-- subscribe --*/
.agile-subscribe-heading p {
    color: #000000;
    font-size: .9em;
    margin: 1em 0 0 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.subscribe-grid{
    text-align: center;
    width: 75%;
    margin: 2em auto 0;
}
.subscribe-grid input[type="text"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #bbb;
    width: 50%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #777777;
}
.subscribe-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.subscribe-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
    border: solid 1px #8bc34a;
    width: 60px;
    height: 51px;
    text-align: center;
    text-decoration: none;
    background: #8bc34a;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
    border: solid 1px #2f2f2f;
    background:none;
}
button.btn1:hover i.fa.fa-paper-plane-o{
    color: #2f2f2f !important;
}
/*-- //subscribe --*/
/*-- footer --*/
.footer{
    background: #a3a3a3;
    padding-top:10px;
}
.agile-logo{
    position: relative;
    text-align: center;
}
.agile-logo .h4 {
    margin: 0;
}
.agile-logo .h4 a {
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight:600;
    text-decoration: none;
}
.agile-logo .h4 a span {
    display: block;
    font-size: .4em;
    letter-spacing: 5px;
    text-align: center;
}
.agile-logo .h4 a span:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 10%;
    top: 34px;
    height: 1px;
    left: 31%;
}
.agile-logo .h4 a span:after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 10%;
    top: 34px;
    height: 1px;
    right: 31%;
}
.agileinfo_footer_grid p{
    color: #777;
    margin: 1em 0 2em;
    line-height: 2em;
    font-size: .9em;
    text-align: center;
}
.agileinfo_footer_grid h3,
.agileinfo_footer_grid .h3{
    font-size: 1.2em;
    color: #ffffff;
    padding-bottom: .5em;
    position: relative;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}
.agileinfo_footer_grid h3:after,
.agileinfo_footer_grid .h3:after{
    content: '';
    background: #8BC34A;
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
ul.agileinfo_footer_grid_nav {
    padding: 0;
    margin: 0;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li,.agileinfo_footer_grid_nav li {
    list-style-type: none;
    margin-bottom: 1em;
    color: #ffffff;
    font-size: .9em;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li i {
    color: #FFF;
    border: 1px solid #FFF;
    padding: .5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-right: 1em;
}
.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;
}
.agileinfo_footer_grid ul.agileinfo_footer_grid_list li a:hover,.agileinfo_footer_grid_nav li a:hover{
    color:#FFFFFF;
    text-decoration:none;
}
.agileinfo_footer_grid_nav li span {
    color: #FFF;
    padding-right: 1.5em;
}
.w3agile_footer_copy{
    margin: 3em 0 0;
    padding: 1em 0;
    border-top: 1px solid #777;
    text-align: center;
}
.w3agile_footer_copy p{
    color: #777;
    line-height: 1.8em;
    margin: 0;
}
.w3agile_footer_copy p a{
    color: #8BC34A;
    text-decoration: none;
}
.w3agile_footer_copy p a:hover{
    color:#FFFFFF;
}
ul.agileinfo_footer_grid_list {
    padding: 0;
    margin: 0;
}
/*-- //footer --*/
.wthree-heading{
    padding:3em 0;
    text-align:center;
}
.wthree-heading h2{
    color:#FFFFFF;
}
/*-- about --*/
/*-- banner-bottom --*/
.view {
    text-align: center;
    padding: .5em;
    background: #e2e0e0;
}
.agile_text_box p {
    line-height: 2em;
    margin: 0;
    color: #777777;
    font-size: .9em;
}
.agile_text_box i.fa{
    color: #8BC34A;
    font-size: 2em;
}
.agile_text_box h3{
    font-size: .9em;
    color: #000000;
    margin: 1em 0 .5em;
    font-weight: 800;
    text-transform: uppercase;
}
.banner_bottom_right {
    padding-left: 0;
    float: left;
}
.banner_bottom_right_grid {
    padding-left: 0;
}
.wthree_banner_bottom_right_grids:nth-child(2){
    margin:1em 0 0;
}
.banner_bottom_left h3{
    font-size: 2em;
    color: #000000;
    text-transform: capitalize;
}
.banner_bottom_left p i{
    color: #8bc34a;
    display: block;
    margin: .5em 0 1em;
}
.banner_bottom_left{
    text-align: right;
    float: right;
}
.banner_bottom_left p{
    color: #777777;
    line-height: 2em;
    margin: 0;
    font-size: .9em;
}
.wthree_more1 a,.wthree_more2 a,.wthree_more3 a {
    border-color: #212121;
    color: #212121;
    text-align: center;
}
.wthree_more1 .button--wayra {
    margin-left: 25em;
}
/*-- //banner-bottom --*/
/*-- team --*/
.team{
    background:url(../images/04.jpg) no-repeat 0px 0px;
    background-size:cover;
}
.w3lmask p{
    color:#FFFFFF;
    font-size:.9em;
    margin:0;
}
.agile_team_grid {
    text-align: center;
}
.view {
    margin: 0;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .w3lmask,.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 376px;
}
.view img {
    display: block;
    position: relative;
}
.view h5 {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 1em;
    font-weight: 800;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.w3-agile-view 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;
    width: 100%;
}
.w3-agile-view .w3lmask {
    background-color: rgba(0, 0, 0, 0.61);
    -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;
    padding: 7em 1em 1em 1em;
}
.w3-agile-view h5 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: transparent;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -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;
}
.w3-agile-view p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    -ms-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}
.agile_team_grid:hover .w3-agile-view .w3lmask,.w3-agile-view:hover .w3lmask {
    -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;
}
.agile_team_grid:hover .w3-agile-view img,.w3-agile-view:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.agile_team_grid:hover .w3-agile-view h5,.w3-agile-view:hover h5 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.agile_team_grid:hover .w3-agile-view p,.w3-agile-view:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.w3-agile-view .agileits_social_icons{
    -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;
}
.agile_team_grid:hover .w3-agile-view .agileits_social_icons,.w3-agile-view:hover .agileits_social_icons{
    -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;
}
.social {
    margin: 1em 0 0 0;
}
.social ul{
    padding:0;
    margin:0;
}
.social ul li{
    display:inline-block;
}
.social ul li a {
    color: #333;
    text-align: center;
}
.social ul li a i.fa.fa-facebook{
    height: 40px;
    width: 40px;
    background: none;
    border:solid 2px #FFFFFF;
    line-height: 39px;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.social ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
    border:solid 2px #3b5998;
}
.social ul li a i.fa.fa-twitter{
    height: 40px;
    width: 40px;
    background: none;
    border:solid 2px #FFFFFF;
    line-height: 39px;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.social ul li a i.fa.fa-twitter:hover{
    border:solid 2px #1da1f2;
    background: #1da1f2;
}
.social ul li a i.fa.fa-rss{
    height: 40px;
    width: 40px;
    background: none;
    border:solid 2px #FFFFFF;
    line-height: 39px;
    color: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.social ul li a i.fa.fa-rss:hover{
    border:solid 2px #f26522;
    background: #f26522;
}
.social ul li:nth-child(2){
    margin:0 .5em;
}
/*-- //team --*/
/*-- choose --*/
.agileits-w3layouts-choose-heading h3{
    color:#FFFFFF !important;
}
.agile-choose-grids{
    margin:4em 0 0 0;
}
.agile-choose-grid{
    text-align:center;
}
.choose-info h4{
    font-size: 1.2em;
    color: #000;
    letter-spacing: 2px;
    margin: 1em 0 0 0;
    font-weight: 800;
    text-transform: uppercase;
}
.choose-info p{
    color: #777777;
    font-size: .9em;
    line-height: 2em;
    margin: 1em 0 0 0;
}
.choose-icon i.fa {
    background: #FF9800;
    padding: .9em 0 0 0;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    font-size: 2em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //choose --*/
/*-- //about --*/
/*-- gallery --*/
.gallery-top{
    padding:4em 0;
    background:#FFFFFF;
}
.gallery-bg {
    float: left;
    width: 40%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-bg a img{
    width:100%;
}
.gallery-small{
    float: left;
    width: 20%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-small a img{
    width:100%;
}
.align-center {
    text-align: center;
}
/*-- Effect 2--*/
.gallery-bg-text:after {
    pointer-events: none;
    position: absolute;
    width: 400px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-2 {
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}
.effect-2:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../images/search.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-bg:hover.gallery-bg-text{
    background:#FF7200;
    color: #fff !important;
}
.gallery-bg:hover .gallery-bg-text:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*--//Effect 2--*/
/*-- Effect 3--*/
.gallery-small-text:after {
    pointer-events: none;
    position: absolute;
    width: 175px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-3 {
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}
.effect-3:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../images/search.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-small:hover.gallery-small-text{
    background:#FF7200;
    color: #fff !important;
}
.gallery-small:hover .gallery-small-text:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*--//Effect 2--*/
/*-- //gallery --*/
/*-- icons --*/
.codes a {
    color: #777;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.icon-box:hover {
    background: #8BC34A;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
    color:#fff !important;
}
.icon-box:hover a.agile-icon {
    color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    color: #8BC34A !important;
    margin: 30px 0 15px;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h3.agileits-icons-title {
    text-align: center;
    color: #212121;
    margin: 0;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.icons a {
    color: #777;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
    margin: 0;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
    color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}
.grid_3{
    margin-bottom:2em;
}
.xs h3, h3.m_1{
    color:#000;
    font-size:1.7em;
    font-weight:300;
    margin-bottom: 1em;
}
.grid_3 p{
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}
.grid_4{
    background:none;
}
.label {
    font-weight: 300 !important;
    border-radius:4px;
}
.grid_5{
    background:none;
    padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
    margin-bottom:1em;
    color: #333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #8bc34a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p{
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    margin: 1em 0;
}
section#tables  p {
    margin-top: 1em;
}
.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #555;
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.label {
    font-weight: 300 !important;
}
.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.nav-tabs {
    margin-bottom: 1em;
}
.alert {
    font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
    line-height:1.8em;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    margin-bottom: 20px;
}
.in-gp-tl{
    padding:0;
}
.in-gp-tb{
    padding-right:0;
}
.list-group {
    margin-bottom: 48px;
}
ol {
    margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.osn_img {
    z-index: 9;
}

#add-more {
    color: #FFFFFF;
    background: #8BC34A;
    border: 1px solid #8BC34A;
    padding: 10px 3em;
    cursor: pointer;
    margin: 0 auto;
    text-decoration:none;
}

#add-more:hover {
    text-decoration:none;
}

.gal-button {
    margin-top: 40px;
    display: flex;
}

@media (max-width:768px){
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    #gallery_block .owl-nav {
        display: none;
    }
}
@media (max-width:640px){
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
}
@media (max-width:480px){
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
}
@media (max-width: 320px){
    .grid_4 {
        margin-top: 18px;
    }
    .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px !important;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 0.81em;
    }
    .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 12px!important;
    }
    .codes .row {
        margin: 0;
    }
}
/*-- //typography --*/
/*-- contact --*/
/*-- map --*/
.map iframe{
    width:100%;
    min-height:400px;
}
/*-- //map --*/
.agile-contact-grids{
    margin: 4em 0 0 0;
}
.address-row {
    margin-top: 3em;
}
.address-row:hover span.glyphicon {
    border-color: #8BC34A;
    color: #ffffff;
    background: #8BC34A;
}
.w3-agile-address-left {
    padding: 0;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 1px solid #000;
    padding: 1em;
    color: #000000;
    transition: .5s all
}
.w3-agile-address-right h5 {
    font-size: 1em;
    color: #000;
    margin: 0 0 .4em 0;
    font-weight: 800;
}
.w3-agile-address-right p {
    font-size: 0.9em;
    color: #777777;
    margin: 0;
}
.w3-agile-address-right p a {
    color: #8BC34A;
}
.w3-agile-address-right p a:hover{
    color: #777;
}
.address h4 {
    font-size: 1.2em;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}
.contact-form input[type="text"],.contact-form input[type="email"] {
    width: 48.2%;
    color: #777;
    float: left;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #777;
    -webkit-appearance: none;
    display: inline-block;
}
.contact-form input.email {
 /*   margin-left: 2%; */
}
.contact-form textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #777;
    font-size: .9em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #777;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact-form input[type="submit"] {
    outline: none;
    color: #000;
    padding: 0.6em 4em;
    font-size: 1em;
    margin: 1em auto 0 auto;
    display: block;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    color: #FFFFFF;
    background: #8BC34A;
    border: 1px solid #8BC34A;
    font-weight: bold;
}
.contact-form  input[type="submit"]:hover {
    background: none;
    border: 1px solid #000;
    color: black;
}
/*-- //contact --*/
/*-- single --*/
.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: #777777;
    font-size: .9em;
    margin-right: 1.5em;
}
.agileinfo-single-icons ul li:last-child{
    margin-right:0;
}
.agileinfo-single-icons ul li a{
    color: #777777;
    text-decoration:none;
}
.agileinfo-single-icons ul li span{
    margin-left: .5em;
}
.agileinfo-single-icons ul li span:hover{
    color: #8BC34A;
}
.agileits-single-img p{
    color: #777777;
    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: #000000;
    font-size: .9em;
    text-decoration: none;
}
.reply a:hover{
    color: #ffffff;
    background: #8BC34A;
    border: solid 1px #8BC34A;
}
.agileits_tom_right p.lorem {
    color: #777777;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
    color: #212121;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
}
.hardy h4 {
    font-size: 1em;
    color: #000000;
    margin: 0;
    font-weight: 600;
}
.hardy p {
    color: #777777;
    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;
    width: 100%;
    border: solid 2px #e0e0e0;
    outline: none;
    padding: 10px;
    font-size: .9em;
    color: #777777;
}
.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"] {
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
    padding: .5em 2em;
    background: #8BC34A;
    text-align: center;
    border: solid 1px #8BC34A;
    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 {
    background: none;
    border: solid 1px #000000;
    color: #000000;
}
/*-- //leave-comments --*/
/*-- //single --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1440px){
    .ab-w3-agile-img {
        min-height: 767px;
    }
}
@media(max-width:1280px){
    .ab-w3-agile-img {
        min-height: 795px;
    }
}
@media(max-width:1080px){
    .top-agileits-banner {
        margin: 8em 0 6em 8em;
    }
    .ab-w3-agile-part {
        padding: 2em 2em;
    }
    .ab-w3-agile-img {
        min-height: 787px;
    }
    .w3ls-services-left-top h5 {
        letter-spacing: 0px;
    }
    .w3-agile-view .w3lmask {
        padding: 4em 1em 1em 1em;
    }
    .gallery-small-text:after {
        width: 135px;
        height: 135px;
    }
    .gallery-bg-text:after {
        width: 320px;
        height: 135px;
    }
    .icon-box {
        padding: 8px 4px;
        font-size: .9em;
    }
    .contact-form input[type="text"], .contact-form input[type="email"] {
        width: 47.7%;
    }
}
@media(max-width:1024px){
    .ab-w3-agile-img {
        min-height: 815px;
    }
}
@media(max-width:991px){
    .top-agileits-banner {
        margin: 6em 0 4em 5em;
    }
    .agileits-banner-info h3 {
        font-size: 3em;
    }
    .callbacks_tabs {
        top: 15%;
    }
    .agileinfo-social-grids {
        margin: 0;
    }
    .ab-w3-agile-img {
        float: left;
        width: 40%;
        min-height: 900px;
    }
    .ab-w3-agile-info {
        float: left;
        width: 60%;
    }
    .w3ls-services-middle-left:nth-child(1) {
        padding: 0;
    }
    .w3ls-services-middle-left:nth-child(2) {
        padding: 0;
        margin: 2em 0;
    }
    .w3ls-services-middle {
        margin: 2em 0 0 0;
    }
    .services-info-w3-agileits:after {
        left: 322px;
        top: 147px;
    }
    .section-grid-wthree:nth-child(2){
        margin:2em 0;
    }
    .services-info-w3-agileits.mid:after {
        left: 322px;
    }
    .agileinfo_footer_grid:nth-child(2){
        margin:2em 0;
    }
    .banner_bottom_right_grid {
        float: left;
        width: 50%;
    }
    .banner_bottom_right {
        padding: 0;
        margin: 2em 0 0 0;
    }
    .view {
        padding: 1em;
    }
    .agile_team_grid {
        float: left;
        width: 50%;
    }
    .view .w3lmask, .view .content {
        height: 480px;
    }
    .w3-agile-view .w3lmask {
        padding: 9em 1em 1em 1em;
    }
    .agile_team_grid:nth-child(3),.agile_team_grid:nth-child(4){
        margin:2em 0 0 0;
    }
    .gallery-bg-text:after {
        width: 240px;
        height: 95px;
    }
    .gallery-small-text:after {
        width: 95px;
        height: 95px;
    }
    .w3-agile-address-left {
        float: left;
        width: 10%;
    }
    .w3-agile-address-right {
        float: left;
    }
    .contact-form {
        margin: 2em 0 0 0;
    }
    
    #modal_form .contact-form{
        margin: 0;
    }
    .agile-choose-grid:nth-child(2){
        margin:2em 0;
    }
}
@media(max-width:800px){
    .w3layouts-logo h1 a span:before {
        left: 40%;
    }
    .w3layouts-logo h1 a span:after {
        right: 40%;
    }
    .ab-w3-agile-img {
        float: none;
        width: 100%;
        min-height: 500px;
    }
    .ab-w3-agile-info {
        float: none;
        width: 100%;
    }
    .view .w3lmask, .view .content {
        height: 481px;
    }
}
@media(max-width:736px){
    .navbar-toggle {
        float: none;
        margin-right: 0;
    }
    .navbar-header {
        text-align: center;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #8BC34A;
    }
    .header {
        padding: 2em 0;
    }
    .top-nav ul li {
        display: block;
    }
    .top-nav ul li a {
        margin: 1em 0;
    }
    .top-nav ul li:last-child a {
        margin: 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.82);
        z-index: 9999;
    }
    .top-agileits-banner {
        margin: 4em 0 2em 4em;
    }
    .services-info-w3-agileits:after {
        top: 175px;
    }
    .gallery-bg-text:after {
        width: 225px;
        height: 90px;
    }
    .gallery-small-text:after {
        width: 90px;
        height: 90px;
    }
}
@media(max-width:667px){
    .agileits-banner-info h3 {
        letter-spacing: 8px;
    }
    .gallery-bg-text:after {
        width: 195px;
        height: 70px;
    }
    .gallery-small-text:after {
        width: 70px;
        height: 70px;
    }
}
@media(max-width:640px){
    .w3-agile-view .w3lmask {
        padding: 7em 1em 1em 1em;
    }
}
@media(max-width:600px){
    .w3layouts-logo h1 a span:before {
        left: 33%;
        width: 10%;
    }
    .w3layouts-logo h1 a span:after {
        right: 33%;
        width: 10%;
    }
    .agileits-banner-info h3 {
        font-size: 2em;
    }
    .mouse {
        margin: 5em auto 0;
    }
    .effect-2:after {
        top: 22px;
        left: 22px;
    }
    .gallery-bg-text:after {
        width: 180px;
        height: 70px;
    }
    .effect-3:after {
        top: 22px;
        left: 22px;
    }
}
@media(max-width:568px){
    .gallery-bg-text:after {
        width: 165px;
        height: 65px;
    }
    .gallery-small-text:after {
        width: 65px;
        height: 65px;
    }
    .ab-w3-agile-info-text h2, .w3-agile-heading h3, .wthree-heading h2 {
        font-size: 2em;
    }
    .w3-agile-address-left {
        width: 14%;
    }
    .agile-logo h4 a span:before {
        left: 34%;
    }
    .agile-logo h4 a span:after {
        right: 34%;
    }
    .w3-button {
        margin: 2em 0 0 0;
    }
    .callbacks_here a:after {
        height: 44px;
    }
}
@media(max-width:480px){
    .w3layouts-logo .logo_itm {
        font-size: 44px;
    }
    
    
    .agileits-banner-info h3 {
        letter-spacing: 4px;
    }
    .contact-form input[type="submit"] {
        padding: 0.6em 1em;
    }
    
    
    .top-agileits-banner {
        margin: 3em 0 2em 3em;
    }
    .ab-w3-agile-info-text {
        padding: 4em 2em 0em 2em;
    }
    .carousel-caption-head {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .subscribe-grid input[type="text"] {
        width: 75%;
    }
    .w3ls-button a {
        padding: .5em 1em;
    }
    .agileits_three_comment_grid1 {
        padding-left: 2em;
    }
    .reply {
        margin-left: 2em;
    }
    .banner_bottom_left h3 {
        font-size: 1.5em;
    }
    .w3-agile-view .w3lmask {
        padding: 3em 1em 1em 1em;
    }
    .ab-w3-agile-info-text h2, .w3-agile-heading h3, .wthree-heading h2 {
        letter-spacing: 6px;
    }
    .gallery-bg {
        float: none;
        width: 100%;
    }
    .gallery-small {
        float: none;
        width: 100%;
    }
    .gallery-bg-text:after {
        width: 400px;
        height: 190px;
    }
    .gallery-small-text:after {
        width: 400px;
        height: 400px;
    }
    .effect-2:after {
        top: 15px;
        left: 15px;
    }
    .effect-3:after {
        top: 15px;
        left: 15px;
    }
    .w3-agile-address-left {
        width: 15%;
    }
    .w3-agile-address-right {
        float: left;
        width: 80%;
    }
    .contact-form input[type="text"], .contact-form input[type="email"] {
        width: 100%;
    }
    .contact-form input.email {
        margin-left: 0;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 22px !important;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 22px !important;
    }
}
@media(max-width:414px){
    .agileits-banner-info h3 {
        letter-spacing: 2px;
    }
    .w3layouts-logo h1 a {
        font-size: 1em;
    }
    .w3layouts-logo h1 a span {
        font-size: .35em;
    }
    .w3layouts-logo h1 a span:before {
        left: 31%;
    }
    .w3layouts-logo h1 a span:after {
        right: 31%;
    }
    .top-agileits-banner {
        margin: 1em 0 1em 3em;
    }
    .mouse {
        margin: 3em auto 0;
    }
    .callbacks_tabs li {
        margin: 0;
    }
    .agileinfo-social-grids a {
        margin: 0.5em 0;
    }
    .callbacks_tabs {
        top: 6%;
    }
    .ab-w3-agile-img {
        min-height: 478px;
    }
    .ab-w3-agile-info-text {
        padding: 2em 2em 0em 2em;
    }
    .ab-w3-agile-inner {
        margin-top: 2em;
    }
    .services, .news, .subscribe, .footer, .banner-bottom, .team, .w3-agileits-choose, .gallery-top, .codes, .typography, .contact, .single {
        padding: 2em 0;
    }
    .w3ls-services-grids, .news-grids, .agile_team_grids {
        margin: 2em 0 0 0;
    }
    .services-info-w3-agileits:after {
        top: 200px;
        left: 160px;
    }
    .services-info-w3-agileits.mid:after {
        left: 160px;
    }
    .banner_bottom_right {
        float: none;
    }
    .banner_bottom_right_grid {
        float: none;
        width: 100%;
        padding: 0;
    }
    .banner_bottom_right_grid:nth-child(2){
        margin:1em 0 0 0;
    }
    .agile_team_grid {
        float: none;
        width: 100%;
    }
    .agile_team_grid:nth-child(2),.agile_team_grid:nth-child(3), .agile_team_grid:nth-child(4) {
        margin: 2em 0 0 0;
    }
    .w3-agile-view .w3lmask {
        padding: 11em 1em 1em 1em;
    }
    .view .w3lmask, .view .content {
        height: 500px;
    }
    .gallery-bg-text:after {
        width: 335px;
        height: 155px;
    }
    .gallery-small-text:after {
        width: 335px;
        height: 335px;
    }
    .agile-logo h4 a span:before {
        left: 30%;
    }
    .agile-logo h4 a span:after {
        right: 30%;
    }
    .icons .bs-glyphicons li {
        width: 31%;
    }
    .wthree-heading {
        padding: 1em 0;
    }
    .w3-agile-address-left {
        width: 20%;
    }
    .agile-contact-grids {
        margin: 2em 0 0 0;
    }
    .map iframe {
        min-height: 200px;
    }
    .agileits_three_comments {
        margin: 2em 0;
    }
    .agileits_three_comment_grid:nth-child(2) {
        margin: 2em 0 0;
    }
    .agileits_tom {
        width: 16%;
    }
    .agileits_tom_right {
        margin-left: 1em;
    }
    .agileits_three_comment_grid {
        padding: 2em 0;
    }
    .w3_leave_comment {
        width: 100%;
    }
    .w3_leave_comment form {
        margin: 2em 0 0 0;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px !important;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px !important;
    }
    .address-row {
        margin-top: 2em;
    }
}
@media(max-width:384px){
    
    .w3layouts-logo .logo_itm {
        font-size: 30px;
    }
    
    .top-agileits-banner {
        margin: 1em 0 1em 2em;
    }
    .agileits-banner-info h3 {
        font-size: 1.5em;
    }
    .ab-w3-agile-img {
        min-height: 440px;
    }
    .subscribe-grid {
        width: 100%;
    }
    .w3agile_footer_copy {
        margin: 2em 0 0 0;
    }
    .gallery-bg-text:after {
        width: 300px;
        height: 140px;
    }
    .gallery-small-text:after {
        width: 300px;
        height: 300px;
    }
}
@media(max-width:375px){
    .w3layouts-logo h1 a {
        font-size: .9em;
    }
    .mouse {
        height: 35px;
    }
}
@media(max-width:320px){
    .header {
        padding: 1em 0;
    }
    .w3ls-button a {
        font-size: .9em;
    }
    .ab-w3-agile-img {
        min-height: 365px;
    }
    .w3ls-services-left-top {
        padding: 2em 1em;
    }
    .services-info-w3-agileits {
        padding: 1em;
    }
    .services-info-w3-agileits:after {
        top: 160px;
        left: 120px;
    }
    .services-info-w3-agileits.mid:after {
        left: 117px;
        top: -11p
    }
    .agile-logo h4 a span:before {
        left: 27%;
    }
    .agile-logo h4 a span:after {
        right: 27%;
    }
    .w3-agile-view .w3lmask {
        padding: 7em 1em 1em 1em;
    }
    .ab-w3-agile-info-text h2, .w3-agile-heading h3, .wthree-heading h2 {
        letter-spacing: 4px;
        font-size: 1.5em;
    }
    .choose-info h4 {
        letter-spacing: 1px;
    }
    .gallery-bg-text:after {
        width: 245px;
        height: 110px;
    }
    .gallery-small-text:after {
        width: 245px;
        height: 245px;
    }
    .w3-agile-address-left {
        width: 24%;
        margin: 0 auto;
        float: none;
    }
    .w3-agile-address-right {
        float: none;
        width: 100%;
        margin: 1em 0 0 0;
        text-align: center;
    }
    .agileits_tom_right {
        width: 78%;
    }
    .reply {
        margin-left: 1em;
    }
    .reply a {
        padding: .5em 1em;
    }
}
/*-- //responsive --*/

.section {
    padding: 4em 0;
}
.mt_3_em {
    margin-top: 3em !important;
}
.decor_item {
    margin: 30px 0;
}
.decor_item_txt {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 900px;
}

.sub-text.one {
    margin: 0 auto;
    max-width: 900px;
}

#decors .owl-stage-outer {
    max-width: 900px; 
    margin: 0 auto;
}


/*owl start*/
.owl-nav {
    display: flex;
    justify-content: space-between;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*height: 100%;*/
}
.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next {
    font-size: 28px;
    color: #8BC34A;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    padding: 20px;
    z-index: 5;

    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-carousel:hover .owl-prev {
    background: linear-gradient(to right, #ccc, transparent);
}
.owl-carousel:hover .owl-next {
    background: linear-gradient(to left, #ccc, transparent);
}
.owl-item {
    z-index: 3;
}
/*owl end*/

.services-img-agileits-w3layouts {
    overflow: hidden;
}


/*price start*/
/* .prices {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
} */
.price_hdr {
    color: #fff;
}
.info_price {
    font-weight: bold;
    color: #8BC34A;
    font-size: 1.7em;
}

.btn_wrap {
    text-align: center;
    clear: both;
    padding-top: 30px;
}

.main_btn {
    display: inline-block;
    border-radius: 0;
    padding: 6px 20px;
    border: 1px solid;

    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.btn_white {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.btn_white:hover {
    background: #8BC34A;
    color: #fff;
    text-decoration: none;
}
/*price end*/


/*contact start*/
.info_contact_block .contact-form {
    margin: 0 auto;
    float: none;
    margin-top: 4em;
}
.input_100 {
    width: 100% !important;
}
.input_50 {
    width: 49% !important;
}
@media (max-width: 480px){
    .input_50 {
        width: 100% !important;
    }
}


.modal-content {
    padding: 0 20px 20px 20px;
    text-align: center;
}
.modal-footer,
.modal-header {
    border: none !important;
}
.modal-title {
    margin-top: 40px;
}
/*contact end*/

/*gallery start*/
.g_vid_item {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.g_vid_item iframe,
.g_vid_item video {
    max-width:100%;
}
.gallery_block .w3-agile-heading {
    margin-bottom: 3em;
}

.custom_img_gallery {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
}
.img_gallery_item {
        flex: 0 1 33.333%;
        position: relative;
        
}
.img_gallery_item img {
    max-width: 100%;
}


.absolute:hover {
    background-color: rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .img_gallery_item {
        flex-basis: 33.33%;
    }
    
    .row.owl-carousel {
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .img_gallery_item {
        flex: 1 1 50%;
    }
}
@media (max-width: 480px) {
    .img_gallery_item {
        flex: 1 1 100%;
    }
}
/*gallery end*/

.custom_section {
    margin: 4em 0;
}
.prod_img_top {
    flex-direction: column;
}
.prod_img_top .services-img-agileits-w3layouts {
    order: -1;
}
.prod_img_top .services-info-w3-agileits:after {
    top: -13px;
}
a:visited {
    text-decoration: none;
}
.constructor_block .w3-agile-heading {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    #mainCarousel {
        display: none;
    }
    .top-nav ul{
        padding: 0;
        margin-bottom: 15px;
    }
}
.w3ls-services-grids *:not(i) {
    color: #777777;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0;
}
.w3ls-services-left-top * {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.w3ls-services-left-top:hover *{
    color: #fff;
}
.w3ls-services-grids ul,
.w3ls-services-grids ol {
    padding: 0;
    list-style-position: inside;
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
}
/* .flex_row .w3ls-services-middle-left {
    float: none !important;
} */
.flex_row .w3ls-services-left-top {
    height: 100%;
}
.w3ls-services-middle-img {
    margin-bottom: 30px !important;
}

.soft-img {
    width: 100%;
}

.wrapper {
    position: relative;
    padding: 0;
    width:100%;
    display:block;
}
.text {
    padding: 30px;
    position: absolute;
    top: 0%;
    color: #393939;
    background-color: rgba(234, 234, 234, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align:middle;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text:hover {
    opacity:1;
    border: 1px solid #000000;
}