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;
}
html {
    scroll-behavior: smooth;
}
body{
    background:#FFFFFF;
}
.banner{
    background: url(../images/cd1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- banner --*/
.w3layouts-header-top{
    padding: 1em 0em;
    background: rgba(0, 0, 0, 0.53);
}
.w3-header-top-left{
    float: left;
    width: 15%;
}
.w3-header-top-left p,.w3-header-top-right-text p{
    color:#FFFFFF;
    font-size:.9em;
    margin:0;
}
.w3-header-top-right{
    float: right;
}
.agileinfo-social-grids {
    float: left;
}
/*-- social-icons --*/
.agileinfo-social-grids{
    margin-left: 0;
}
.agileinfo-social-grids ul{
    padding:0;
    margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
    margin:0 1em;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
    color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
    margin:0 1em 0 0;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
    color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
    color: #45668e;
}
/*-- wthree-banner --*/
.wthree-banner{
    margin: 2em 0 0 0;
}
.slider {
    position: relative;
}
.slider-info {
    text-align: center;
    margin: 3em 0 0 0;
}
.slider-info h3{
    font-size: 6em;
    margin: 0;
    color: #FFF;
    font-weight: 100;
}
.slider-info p{
    color: #E8E8E8;
    font-size: 1em;
    margin: 1em 0 0 0;
}
.more-button a{
    background: #569868;/*#F44336;*/
    border: solid 2px #569868;
    color: #FFF;
    font-size: 1em;
    padding: .5em 2em;
    text-decoration: none;
    letter-spacing: 1px;
}
.more-button {
    margin: 7em 0 1em 0;
}
.more-button a:hover{
    background:none;
    border: solid 2px #FFF;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
    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);
    -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;
    float: none;
    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;
}
.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: 50%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 2px;
    width: 45px;
    margin-top: 0;
    background: #FFF;
}
.callbacks_nav:active {
    opacity: 1.0;
}
.callbacks_nav.next {
    right:0;
    background-position: right top;
}
#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;
    margin: 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;
    width:100%;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 106%;
    z-index: 999;
    right: 47%;
    padding: 0;
    margin: 0;
}
.slider-top{
    text-align: center;
    padding:10em 0;
}
.slider-top h1{
    font-weight:700;
    font-size:48px;
    color:#010101;
}
.slider-top p{
    font-weight:400;
    font-size:20px;
    padding:1em 7em;
    color:#010101;
}
.slider-top ul.social-slide{
    display:inline-flex;
    margin: 0px;
    padding: 0px;
}
ul.social-slide li i{
    width:70px;
    height:74px;
    background:url(../images/img-resources.png)no-repeat;
    display: inline-block;
    margin:0px 15px;
}
ul.social-slide li i.win{
    background-position:-6px 0px;
}
ul.social-slide li i.android{
    background-position:-110px 0px;
}
ul.social-slide li i.mac{
    background-position:-215px 0px;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0 .2em;
}
@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid #FFFFFF;
    background: #ffffff;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.callbacks_here a:after{
    border: 2px solid #F44336;
    background: #FFFFFF;
    height: 10px;
    width: 10px;
}
ul.callbacks_tabs.callbacks2_tabs {
    top: 73%;
    left: 46%;
}
ul.callbacks_tabs.callbacks2_tabs li {
    display: inline-block;
    margin: 0 .5em;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    background: #F1C99B !important;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    border: none;
}
/*-- //wthree-banner --*/
/*-- header --*/
.banner-info {
    padding: 5em 0 2em 0;
    min-height: 860px;
}
.agileits-logo {
    text-align:center;
}
.agileits-logo h1{
    margin:0;
}
.agileits-logo h1 a{
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Catamaran', sans-serif;
    padding: .5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: solid 4px #FFFFFF;
}
.agileits-logo h1 a span{
    text-transform: capitalize;
    font-weight: 300;
    color: #569868;
    letter-spacing: 1px;
    font-size: .8em;
}
.header-top {
    border-top: solid 1px rgba(255, 255, 255, 0.11);
    margin: 10em 0 0 0;
}
.header-top-info {
    padding: 2em 0 0 0;
}
.navbar-default {
    background: none;
    background-color: rgba(0, 0, 0, 0.33);
    padding-top: 0.8em;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-nav {
    float: none;
    text-align: center;
    background: none;
    margin:0;
}
.header-top-info ul li{
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    letter-spacing: 2px;
    font-family: 'Catamaran', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #F44336;
    background: none;
    border-radius: 20px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #F44336;
}
.navbar-nav > li > a {
    font-size: 1em;
    padding: 0;
    margin: 0 1em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #569868;
    background: none;
    border-radius: 20px;
}
/*-- //header --*/
/*-- model --*/
.agileits-w3layouts-info img{
    width:100%;
}
.modal-header h4 {
    font-size: 2em;
    color: #212121;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Catamaran', sans-serif;
    padding: 0;
    font-weight: 800;
    text-transform:uppercase;
}
.modal-header h4 span{
    text-transform: capitalize;
    font-weight: 300;
    color: #F44336;
    letter-spacing: 1px;
    font-size: .8em;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //model --*/
/*-- welcome --*/
.welcome,.about,.services,.gallery,.news,.team,.testimonial,.contact{
    padding:4em 0;
}
h2 {
    color: #212121;
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Catamaran', sans-serif;
}
.w3-welcome-heading .w3-welcome-heading h3, h3{
    color: #212121;
    font-size: 1.2em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Catamaran', sans-serif;
}
.w3l-welcome-info,.w3-about-grids,.services-grids,.agileinfo-gallery,.agile-news-grids,.agile_team_grids,.agile-contact-grids{
    margin: 4em 0 0 0;
}
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
.welcome-img {
    overflow: hidden;
    border: 8px solid #E4E4E4;
}
.w3l-welcome-text p {
    font-size: .9em;
    margin: 2em 0 0 0;
    color: #504e4e;
    line-height: 1.8em;
    text-align: center;
}
/*-- //welcome --*/
/*-- about --*/
.about {
    background: #e8e8e8;
}
.w3-about-left h5 {
    color: #000000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin:1em 0 0 0;
}
.w3-about-left p {
    color: #504e4e;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.w3-about-left p span {
    display: block;
    margin: 1em 0 0 0;
}
.w3l-button {
    margin: 2em 0 1em 0;
}
.w3l-button a {
    color: #000000;
    font-size: .9em;
    text-decoration: none;
    padding: .5em 2em;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border: solid 1px #000000;
}
.w3l-button a:hover {
    background: #F44336;
    border: solid 1px #F44336;
    color: #FFFFFF;
}
.w3l-button a:focus{
    outline:none;
}
.about-img img{
    width:100%;
}
.about-img{
    padding: 0;
    border: solid 2px #FFF;
}
/*-- //about --*/
/*-- services --*/
#owl-demo .item{
    text-align: center;
}
.services-grid-info{
    position: relative;
    overflow: hidden;
}
.services-grid-info img{
    width:100%;
}
i.fa.fa-cutlery {
    color: #FFFFFF;
    font-size: 2em;
}
.services-grid-caption h4{
    color: #FFFFFF;
    font-size: 2em;
    margin: .5em 0 0 0;
    font-family: 'Catamaran', sans-serif;
}
.services-grid-caption p{
    color: #c5c5c5;
    font-size: .9em;
    margin: 0;
}
.services-grid-caption {
    background: rgba(0, 0, 0, 0.61);
    padding: 8em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -105%;
    text-align: center;
    width: 100%;
    height: 400px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.services-grid-info:hover .services-grid-caption{
    bottom: 0%;
}
/*-- //services --*/
/*--gallery--*/
.sp-img {
    max-height: 400px;
    display: inline;
}

.gallery {
    background: #e8e8e8;
}
.w3-agileits-gallery-grids.agileits-gallery-grids {
    margin: 2em 0;
}
.w3-agileits-gallery-grids:nth-child(5) {
    float: right;
}
.w3-agileits-gallery-grids a {
    display: block;
    overflow: hidden;
    position:relative;
}
.agile-b-wrapper{
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    transition:.5s all;
    opacity: 0;
}
.w3-agileits-gallery-grids a:hover .agile-b-wrapper{
    height: 100%;
    opacity: 1;
}
.agile-b-wrapper h5 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin: 3.5em auto 0;
    background: #569868;
    width: 200px;
    font-weight: 700;
    height: 100px;
    border-radius: 50%;
    line-height: 3em;
}
.agile-b-wrapper h5 span{
    font-weight:100;
}
/*--//gallery--*/
/*-- team --*/
.team{
    background: url(../images/cd1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.team-heading h3{
    color:#FFFFFF;
}
.w3lmask p{
    color:#FFFFFF;
    font-size:.9em;
    margin:0;
}
.agile_team_grid {
    text-align: center;
}

.overlay-description {
    text-align: left !important;
    color: #FFFFFF !important;
}
.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: 100%;
    width: 100%;
}
.view img {
    display: block;
    position: relative;
}
.view h5 {
    color: #000000;
    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(86, 152, 104, 0.71);
    -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: 5em 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{
    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:hover{
    border:solid 2px #1da1f2;
    background: #1da1f2;
}
.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 --*/
/*-- news --*/
.news-left-img{
    background: url(../images/s4.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 200px;
}
.news-left-text h5{
    color: #FFFFFF;
    font-size: 1.5em;
    font-family: 'Catamaran', sans-serif;
    margin: 1.5em 0 0 0;
    font-weight: 600;
}
.news-left-text {
    background: rgba(0, 0, 0, 0.48);
    padding: 1em;
    margin: 1em 0 0 0;
    border: solid 10px rgba(0, 0, 0, 0.34);
    height: 170px;
    text-align: center;
}
.date-grid {
    margin: .5em 0;
}
.admin {
    float: left;
}
.admin a {
    color: #212121;
    font-size: .9em;
    margin: 0;
    text-decoration: none;
}
.time {
    float: left;
    margin-left: 5em;
}
.time p {
    color: #383838;
    font-size: .875em;
    margin: 0;
}
.news-left-top-text a {
    color: #F44336;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
}
.news-left-top-text a:hover{
    color:#000000;
}
.news-grid-info-bottom-text p {
    margin: 0;
    font-size: .9em;
    color: #999999;
    line-height: 1.8em;
}
.news-left-img1{
    background: url(../images/s1.jpg) no-repeat 0px 0px !important;
    background-size: cover!important;
}
.agile-news-grid:nth-child(2){
    margin:2em 0 0 0;
}
.news-left-img2{
    background: url(../images/s2.jpg) no-repeat 0px 0px !important;
    background-size: cover!important;
}
.news-left-img3{
    background: url(../images/s3.jpg) no-repeat 0px 0px !important;
    background-size: cover!important;
}
.news-left-top-text a:focus {
    outline: none;
}
/*-- //news --*/
/*-- testimonial --*/
.testimonial{
    background: url(../images/cd1.jpg) no-repeat 0px 0px;
    background-size: cover;
    position:relative;
}
.testimonial-top{
    text-align:center;
}
i.fa.fa-quote-right {
    font-size: 3em;
    color: #FFFFFF;
}
.testimonial-top p {
    color: #ffffff;
    font-size: .9em;
    line-height: 2em;
    margin: 2em auto;
    width: 81%;
    font-weight: 300;
}
.testimonial-top h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonial-top h5 span{
    font-weight:300;
}
/*-- //testimonial --*/
/*-- contact --*/
.address-grid h4,.contact-form h4,.agileits-map h4{
    color: #212121;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
}
.address-grid ul{
    padding: 0;
    margin: 2em 0 0 0;
}
.address-grid ul li{
    display: block;
    color: #8c8c8c;
    font-size: .9em;
    margin-bottom: 1.5em;
}
.address-grid ul li a{
    color:#8c8c8c;
    text-decoration:none;
}
.w3_address i.fa{
    margin-right: 1em;
    font-size: 1.5em;
    color: #333333;
}
.contact-form{
    margin:2em 0 0 0;
}
.contact-form h4{
    margin-bottom:2em;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
}
.contact input[type="text"],.contact input[type="email"],.contact textarea{
    font-size: .9em;
    color: #8c8c8c;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact textarea {
    min-height: 13em;
    resize: none;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #F44336;
    top: -1.3em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
    width:100%;
    margin: 2em 0 1em;
    position: relative;
}
.styled-input label {
    color: #8c8c8c;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
    display: block;
    width: 0;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span {
    bottom: 5px;
}
.styled-input input:focus.styled-input textarea:focus {
    outline: 0;
}
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s;
    -moz-transition: all 0.075s;
    transition: all 0.075s;
}
/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: .8em 4em;
    font-size: .9em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #F44336;
    border: 2px solid #F44336;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    background-color: transparent;
    color: #212121;
    background:none;
    border: 2px solid #212121;
}
.map-grid{
    margin:2em 0 0 0;
}
.map-grid iframe{
    width: 100%;
    height: 600px;
    border: 0;
}
/*-- //contact --*/
/*-- newsletter --*/
.newsletter{
    padding:1em 0;
    background:#191d20;
}
.newsletter-left h5{
    color: #FFFFFF;
    font-size: .9em;
    margin: 0.7em 0 0 0;
}
.newsletter-right {
    text-align: right;
}
.newsletter-right input[type="email"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    width: 50%;
    outline: none;
    padding: .5em;
    font-size: .9em;
    color: #999999;
}
button.btn1 {
    color: #ffffff;
    font-size: .9em;
    border: none;
    width: 40px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    background: #f44336;
    border: solid 1px #f44336;
    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{
    background: none;
    border: solid 1px #ffffff;
}
/*-- //newsletter --*/
/*-- footer --*/
.footer {
    background: #0f1215;
    padding: 2em 0;
    text-align: center;
}
.w3-agile-social-grids {
    margin: 0 0 1em 0;
}
.w3-agile-social-grids h4{
    color: #FFFFFF;
    margin: 0 0 1em 0;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
}
.border{
    border-bottom: solid 1px #FFFFFF;
    width: 6%;
    margin: 0 auto;
}
.w3-agile-social-grids ul{
    padding: 0;
    margin: 1em 0 0 0;
}
.w3-agile-social-grids ul li{
    display: inline-block;
}
.w3-agile-social-grids ul li a {
    color: #333;
    text-align: center;
}
.w3-agile-social-grids ul li a i.fa{
    height: 30px;
    width: 30px;
    line-height: 30px;
    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;
}
.w3-agile-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.w3-agile-social-grids ul li a i.fa.fa-twitter:hover{
    color: #55acee;
}
.w3-agile-social-grids ul li a i.fa.fa-rss:hover{
    color: #f26522;
}
.w3-agile-social-grids ul li a i.fa.fa-vk:hover{
    color: #45668e;
}
.w3-agile-social-grids ul li:nth-child(2){
    margin:.5em 0;
}
.w3-agile-social-grids ul li:nth-child(3){
    margin:0 0 .5em 0;
}
.copyright p{
    color:#FFFFFF;
    font-size:.875em;
    margin:0;
}
.copyright p a{
    color:#FFFFFF;
    text-decoration:none;
}
.copyright p a:hover{
    color: #f44336;
}
/*-- //footer --*/
/*-- 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){
    .services-grid-caption {
        height: 372px;
    }
    .w3-agile-view .w3lmask {
        padding: 4em 1em 1em 1em;
    }
}
@media(max-width:1366px){
    .services-grid-caption {
        height: 353px;
    }
}
@media(max-width:1280px){
    .services-grid-caption {
        height: 331px;
    }
}
@media(max-width:1080px){
    .services-grid-caption {
        height: 279px;
        padding: 6em 1em 1em 1em;
    }
    .agile-b-wrapper h5 {
        margin: 2.5em auto 0;
    }
    .w3-agile-view .w3lmask {
        padding: 2em 1em 1em 1em;
    }
    .time {
        margin-left: 2em;
    }
    .news-left-text h5 {
        font-size: 1.3em;
    }
}
@media(max-width:1024px){
    .services-grid-caption {
        height: 264px;
    }
}
@media(max-width:991px){
    .w3-header-top-left {
        width: 20%;
    }
    .about-img {
        float: left;
        width: 58%;
    }
    .about-img1 {
        float: left;
        width: 41.5%;
    }
    .services-grid-caption {
        height: 256px;
    }
    .w3-agileits-gallery-grids {
        width: 50%;
        float: left;
        padding: 0 .5em;
    }
    .w3-agileits-gallery-grids.gallery-two {
        width: 100%;
        padding: 0 .5em;
        margin: 1em 0 0 0;
    }
    .w3-agileits-gallery-grids:nth-child(6) {
        padding-bottom: 0 !important;
    }
    .w3-agileits-gallery-grids:nth-child(5), .w3-agileits-gallery-grids:nth-child(8), .w3-agileits-gallery-grids:nth-child(9) {
        margin: 1em 0;
    }
    .w3-agileits-gallery-grids.agileits-gallery-grids {
        margin: 1em 0 0 0;
    }
    .w3-agileits-gallery-grids a img {
        width: 100%;
    }
    .agile-b-wrapper h5 {
        margin: 4.5em auto 0;
    }
    .agile_team_grid {
        float: left;
        width: 50%;
        margin: 2em 0 0 0;
    }
    .agile_team_grid:nth-child(1),.agile_team_grid:nth-child(2){
        margin:0;
    }
    .w3-agile-view .w3lmask {
        padding: 5em 1em 1em 1em;
        height: 332px;
    }
    .news-left-img {
        float: left;
        width: 50%;
    }
    .news-grid-info-bottom {
        float: left;
        width: 50%;
    }
    .agile-news-left:nth-child(2) {
        margin: 2em 0 0 0;
    }
    .testimonial-top p {
        width: 100%;
    }
    .callbacks_tabs {
        right: 46%;
    }
    .agile-contact-right {
        margin: 2em 0 0 0;
    }
    .newsletter-left {
        text-align: center;
        margin: 0 0 1em 0;
    }
    .map-grid iframe {
        height: 300px;
    }
}
@media(max-width:900px){
    .services-grid-caption {
        height: 232px;
    }
    .services-grid-caption {
        padding: 4em 1em 1em 1em;
    }
    .newsletter-right {
        text-align: center;
    }
    .w3-agile-view .w3lmask {
        padding: 6em 1em 1em 1em;
    }
}
@media(max-width:800px){
    .services-grid-caption h4 {
        font-size: 1.2em;
    }
    .services-grid-caption {
        height: 205px;
    }
    .header-top {
        margin: 7em 0 0 0;
    }
    .services-grid-caption {
        height: 375px;
        padding: 7em 1em 1em 1em;
    }
}
@media(max-width:736px){
    .navbar-toggle {
        float: none;
        margin-right: 0;
    }
    .header-top-info {
        text-align: center;
    }
    .navbar-nav > li > a {
        margin: 0;
    }
    .header-top-info ul li {
        display: block;
        float: none;
        margin: 1em 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        background: rgba(0, 0, 0, 0.87);
        position: absolute;
        width: 100%;
        z-index: 9999;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #F44336;
    }
    .services-grid-caption {
        height: 360px;
        padding: 8em 1em 1em 1em;
    }
}
@media(max-width:667px){
    .slider-info h3 {
        font-size: 4em;
    }
}
@media(max-width:640px){
    .w3-header-top-left {
        width: 25%;
    }
    .more-button {
        margin: 3em 0 1em 0;
    }
    .header-top-info {
        padding: 1em 0 0 0;
    }
    .banner-info {
        padding: 5em 0 1em 0;
    }
    .services-grid-caption {
        height: 327px;
    }
    .w3-agile-view .w3lmask {
        padding: 4em 1em 1em 1em;
    }
}
@media(max-width:600px){
    .services-grid-caption {
        height: 306px;
    }
    .agile-b-wrapper h5 {
        margin: 3.5em auto 0;
    }
}
@media(max-width:568px){
    .callbacks_tabs {
        right: 44%;
    }
    .services-grid-caption {
        height: 290px;
    }
    .w3-agile-view .w3lmask {
        padding: 3em 1em 1em 1em;
    }
}
@media(max-width:480px){
    .w3-header-top-left {
        width: 35%;
    }
    .agileits-logo h1 a {
        font-size: .7em;
    }
    .slider-info h3 {
        font-size: 3em;
    }
    .slider-info p {
        font-size: .9em;
    }
    .header-top {
        margin: 5em 0 0 0;
    }
    .callbacks_tabs {
        right: 43%;
    }
    .welcome, .about, .services, .gallery, .news, .team, .testimonial, .contact {
        padding: 2em 0;
    }
    .w3l-welcome-info, .w3-about-grids, .services-grids, .agileinfo-gallery, .agile-news-grids, .agile_team_grids, .agile-contact-grids {
        margin: 2em 0 0 0;
    }
    .w3-welcome-heading h2, .w3-welcome-heading h3 {
        font-size: 2em;
    }
    .agile-b-wrapper h5 {
        margin: 2.5em auto 0;
    }
    .w3-agile-view .w3lmask {
        padding: 2em 1em 1em 1em;
    }
    .news-left-img {
        float: none;
        width: 100%;
        padding: 1em;
    }
    .news-grid-info-bottom {
        float: none;
        width: 100%;
        margin: 1em 0 0 0;
    }
    i.fa.fa-quote-right {
        font-size: 2em;
    }
    .map-grid iframe {
        height: 300px;
    }
    .contact textarea {
        min-height: 9em;
    }
}
@media(max-width:414px){
    .banner-info {
        padding: 3em 0 1em 0;
    }
    .slider-info {
        margin: 2em 0 0 0;
    }
    .callbacks_nav {
        top: 66%;
    }
    .callbacks_tabs {
        right: 41%;
    }
    .more-button {
        margin: 2em 0 1em 0;
    }
    .services-grid-caption {
        height: 397px;
        padding: 9em 1em 1em 1em;
    }
    .services-grid-caption h4 {
        font-size: 1.5em;
    }
    .agile-b-wrapper h5 {
        font-size: 1.5em;
        width: 160px;
        height: 60px;
        margin: 3.5em auto 0;
        line-height: 2.5em;
    }
    .agile_team_grid {
        float: none;
        width: 100%;
    }
    .agile_team_grid:nth-child(2) {
        margin: 2em 0 0 0;
    }
    .w3-agile-view .w3lmask {
        padding: 6em 1em 1em 1em;
    }
    .w3-agile-view .w3lmask {
        height: 338px;
    }
}
@media(max-width:384px){
    .w3-header-top-left {
        width: 40%;
    }
    .services-grid-caption {
        height: 386px;
    }
    .agile-b-wrapper h5 {
        margin: 3em auto 0;
    }
}
@media(max-width:375px){
    .agileits-logo h1 a {
        font-size: .6em;
    }
    .slider-info h3 {
        font-size: 2em;
    }
    .banner-info {
        padding: 2em 0 1em 0;
    }
    .header-top {
        margin: 3em 0 0 0;
    }
    .slider-info {
        margin: 1em 0 0 0;
    }
    .services-grid-caption {
        height: 375px;
    }
    .modal-header h4 {
        font-size: 1.5em;
    }
}
@media(max-width:320px){
    .w3-header-top-left {
        width: 46%;
    }
    .agileits-logo h1 a {
        font-size: .5em;
    }
    .slider-info {
        margin: 0em 0 0 0;
    }
    .banner-info {
        padding: 1em 0 1em 0;
    }
    .header-top-info {
        padding: .5em 0 0 0;
    }
    .callbacks_tabs {
        right: 38%;
        top: 97%;
    }
    .header-top {
        margin: 2em 0 0 0;
    }
    .banner-info {
        padding: 1em 0 .5em 0;
    }
    .w3-welcome-heading h2, .w3-welcome-heading h3 {
        font-size: 1.5em;
    }
    .more-button a {
        font-size: .9em;
        padding: .5em 1em;
    }
    .w3-about-left h5 {
        letter-spacing: 0px;
    }
    .services-grid-caption {
        height: 318px;
        padding: 8em 1em 1em 1em;
    }
    .agile-b-wrapper h5 {
        margin: 2em auto 0;
    }
    .w3-agile-view .w3lmask {
        padding: 3em 1em 1em 1em;
    }
    .news-left-text {
        height: 120px;
        margin: 0;
    }
    .news-left-text h5 {
        margin: 1em 0 0 0;
    }
    .news-left-img {
        min-height: 150px;
    }
    .newsletter-right input[type="email"] {
        width: 65%;
    }
}
/*-- //responsive --*/

/* Bootstrap Update */
.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }
