
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Hind', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0;
    letter-spacing: 1px;
    color: #777777;
}

ul {
    margin: 0;
    padding: 0;
    color: #777777;
	list-style:none;
}

p,
ul,
ol {
    font-size: 14px;
    letter-spacing: 1px;
}
.for-padding10{
    padding:15px 15px;
}
.test-p{
    width: 98%;
    margin-top: 35px;
    
   
}
.test-img{
    width: 178px !important;
     border: 2px solid #ffffff;
    box-shadow: 2px 5px 24px #a4a3a3;
    margin-bottom: 30px;
    margin-top: 24px;
    margin-bottom: 17px;
   
}
.border-r{
    border-right: 3px solid #cbcaca;
    padding-right: 35px; 
}
.name-test{
    margin-top: 14px;
    font-size: 16px;
}
.checked {
    color: orange;
}
.test-top{
   border-top: 1px solid #b0adad;
    padding-top: 19px;
    margin-bottom: 68px;
    border-top: 3px solid #cfcece;
}


/*new css*/

.navbar-color{
    background-color: rgba(255, 20, 32, 0.7294117647058823);
    border-color: #000000;
    padding: 14px 0px;
}
.navbar-toggle {
    background-color: #f64750;
    border: 1px solid white;
    }
    .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
.navbar-brand{
    color: #fff;
    font-size: 22px !important;
    padding-left: 7px !important;
}
.navbar-brand img{
    width: 300px;
}
.navbar-brand:hover{
   color: #fff; 
}
.navbar-nav li a{
    color: #fff;
        font-size: 12px;
       
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 11px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #1d0101;
}
.dropdown-menu {
    background-color: #bb000a !important;
    }
    .nav .open > a{
    background-color: #f64750 !important;
}
.btn-ban-style{
    text-decoration: none;
    padding: .8em 1.5em;
    background: #ff0808;
    text-align: center;
    border: solid 2px #ff0808;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.85em;
}
.btn-ban-style:hover{
        background: none;
    border: solid 2px #ffffff;
    color: #ffffff;
}
.logo-mid{
    margin: 0 auto;
    width: 40%;
    margin-bottom: 70px;
}
.caption-logo{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.caption-logo img{
    width: 20%;
}
.cap img{
    width: 60%;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 580px !important;
    
}
.carousel .item {
    height: 580px !important;
    background-color: #777;
}
.cap-r{
    margin-right: 50px;
}
.carousel-caption{
    padding-bottom: 52px !important;
    
}

.carousel-caption .btn {
    text-shadow: none;
    margin-right: 10px;
    margin-left: 10px;
}
.link-logo li img{
        width: 80px;
}
.foot-i2{
    width: 47px;
}


@media (max-width: 767px){
    .link-logo li img{
        width: 94px;
}
    .foot-i2{
    width: 85px;
}
    .carousel-caption{
             padding-bottom: 10px !important;
}
.navbar-toggle {

    margin-top: 6px !important;
}
.navbar-brand img {
    width: 232px !important;

}
.carousel-inner > .item > img {
    height: 474px !important;
}
.carousel .item {
    height: 469px !important;
}
.carousel {
    height: 375px !important;
}
.logo-mid {
    width: 60%;
    }
    .btn-ban-style {
    letter-spacing: 0px; 
    font-size: 13px;
    font-weight: bold;
    width: 200px;
}
.carousel-caption h1{
    margin-bottom: -30px;
}
.carousel-caption .btn {
    text-shadow: none;
    margin-bottom: 12px;
}
.caption-logo img {
    width: 17%;
}
.caption-logo {
    position: absolute;
    bottom: 0px;
    left: 32%;
}
.logo-mid {
    margin: 0 auto;
    width: 66%;
    margin-bottom: 60px;
}
.cap img {
    width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 3em;
    }
    .navbar-color {
    background-color: rgb(228, 0, 0);
}
.cap-r{
    margin-right: 0px;
}
.carousel-caption .btn {
    text-shadow: none;
    margin-right: 48px;
    margin-left: 40px;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
}
}



/*end new css*/









.background-video {
    position: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

input[type="submit"],
a,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}


/*-- banner --*/

.center-container {
    padding: 2em 0 48em;
    background: rgba(0, 0, 0, 0.44);
}

.w3_agile_header_left {
    float: left;
}

.agile_header_right {
    float: right;
    margin-top: .7em;
}

.agile_header_right ul li {
    display: block;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.agile_header_right ul li i {
    padding-right: 1.5em;
    color: #0accff;
}

.agile_header_right ul li a {
    color: #fff;
    text-decoration: none;
}

.fancybox-button--share{display:none;}

.agile_header_right ul li a:hover {
    color: #0accff;
}

.agile_header_right ul li a:before,
.agile_header_right ul li a:after {
    display: none;
}

.agile_header_right ul li:last-child {
    margin-left: 3em;
}

.w3_agileits_logo {
    float: left;
}

.w3_agileits_logo h1 a {
    font-size: 1.2em;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}

.w3_agileits_logo h1 a span {
    display: block;
    font-size: .3em;
    font-weight: 600;
    color: #0accff;
    position: relative;
    letter-spacing: 3px;
}

.agileits_w3layouts_banner_info {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.agileits_w3layouts_banner_info h2 {
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
    line-height: 2em;
}

.agileits_w3layouts_banner_info p {
    color: #fff;
    line-height: 2em;
    margin: 0 0 5em;
}

ul.top_agile_info_ad {
    width: 42%;
    margin: 1.4% auto 0;
    float: right;
}

ul.top_agile_info_ad li {
    list-style: none;
    display: inline-block;
    width: 50%;
    float: left;
    letter-spacing: 1px;
}

.w3l_header_contact_details_agile {
    float: right;
    width: 78%;
    text-align: left;
}

.w3_agileits_logo h1 a span {
    font-size: 12px;
    text-align: center;
    color: #1cd8c9;
}

.header_contact_details_agile i {
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 13px;
    font-size: 1.5em;
}

.header-contact-detail-title {
    color: #7aba1e;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 7px;
}

a.w3l_header_contact_details_agile-info_inner,
.w3l_header_contact_details_agile a {
    font-size: 1em;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
}


/*-- nav --*/

.agileits_w3layouts_banner_nav {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 99;
    text-align: center;
    padding: 0em 3em;
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}


/*-- nav --*/

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

.navbar {
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ff0808;
    background: none;
}

.navbar-default .navbar-nav>.active>a:before {
    background: #ff0808;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

.navbar-default .navbar-nav>li>a {
    font-weight: 400;
    letter-spacing: 2px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
}
.mob-img{
	float:right;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ff0808;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #ff0808;
    outline: none;
}

nav.navbar.navbar-default {
    background: none;
    padding: 1em 0 0em 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #262c38;
    background: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active.open>a:focus {
    background: transparent;
    color: #fff;
}

a.navbar-brand i {
    color: #1cd8c9;
}

.navbar-header.navbar-left {
    margin-top: 8px;
}

a.navbar-brand {
    padding: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: 1px;
}

.navbar-brand span {
    color: #fff;
    font-weight: 800;
    padding: 0px 10px;
    border: 3px solid #1cd8c9;
    background: #1cd8c9;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background: none;
}

.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}

.agile_short_dropdown li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: .8em 15px;
    border-bottom: 1px solid #ececef;
    
}

.agile_short_dropdown>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff2409;
}

.effect-3 {
    overflow: hidden;
}

.effect-3:before {
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #ff0808;
    content: '';
    position: absolute;
    transition: transform .5s ease;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.effect-3:hover:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}


/*-- /slider --*/


/*-- //menu --*/


/*--- slider-css --*/

.agile_banner_text_info h3 {
    font-size: 5.2em;
    letter-spacing: 3px;
    font-weight: 100;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #fff;
}

.agile_banner_text_info h3 span {
    font-weight: 700;
    display: block;
    letter-spacing: 3px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #1cd8c9;
}

.agile_banner_text_info label {
    font-weight: 700;
    display: block;
    letter-spacing: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    text-align: right;
    color: #1cd8c9;
}

.agile_banner_text_info {
    position: absolute;
    z-index: 9;
    top: 27%;
    left: 25%;
    text-align: center;
}

.slider {
    position: relative;
}

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

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

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

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    z-index: 9;
    position: absolute;
    bottom: -7%;
    left: 36%;
}

.rslides_tabs li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: bold;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.rslides_tabs a {
    border: 4px solid rgba(239, 232, 232, 0.28);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

#slider3-pager .rslides_here a {
    background: transparent;
    border: 4px solid #1cd8c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

a.rslides_nav.rslides1_nav.prev {
    position: absolute;
    left: 0%;
    color: #fff;
    top: 36%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    display: block;
	font-size: 50px;
    background-color: #000;
    padding: 10px;
}

a.rslides_nav.rslides1_nav.next {
    right: 0%;
    position: absolute;
    color: #fff;
    top: 36%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    display: block;
	font-size: 50px;
    background-color: #000;
    padding: 10px;
}

#home {
    position: relative;
}

ul#slider li:nth-child(1) {
    background: url(../images/banner111.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: 740px;
}

ul#slider li:nth-child(2) {
    background: url(../images/banner2.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: 740px;
}

ul#slider li:nth-child(3) {
    background: url(../images/banner3.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: 740px;
}

ul#slider li:nth-child(4) {
    background: url(../images/banner4.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 740px;
}

.agileinfo-event-right1{
	margin-top:27%;
}
	.more{
		margin:3px 0px;
		 color:#000; 
		 border:1px solid #FF0004;
		  padding:5px 10px; 
		  display:table; 
		  text-decoration:none !important;
	}
.w3-posts-grid{
	margin-bottom:20%;
}

/*-- responsive-mediaqueries --*/

@media (max-width:1440px) {
    .agile_banner_text_info h3 {
        font-size: 4.8em;
        letter-spacing: 3px;
    }
}

@media(max-width:767px){
.padd0{
    padding:0 !important;
}
}

@media (max-width:667px) {
    .rslides_tabs {
        padding: 0.3em 1em;
        margin-top: 6px;
    }
    a.rslides_nav.rslides1_nav.prev,
    a.rslides_nav.rslides1_nav.next {
        font-size: 0.9em;
    }
    .agile_banner_text_info {
        top: 32%;
        left: 30%;
    }
}

@media (max-width:667px) {
    .rslides_tabs {
        padding: 0;
        margin-top: 6px;
    }
    .rslides_tabs a {
        width: 45px;
        height: 45px;
    }
    #slider3-pager .rslides_here a {
        width: 45px;
        height: 45px;
    }
    #slider3-pager img {
        width: 40px;
        height: 40px;
    }
    .rslides_tabs {
        bottom: -9%;
        left: 34%;
    }
    .rslides_tabs a {
        border: 2px solid rgba(239, 232, 232, 0.28);
    }
    #slider3-pager .rslides_here a {
        border: 2px solid #1cd8c9;
    }
}


/*-- //responsive-mediaqueries --*/

.w3-button {
    margin: 2em auto 0;
    text-align: center;
    width: 35%;
}

.w3ls-button {
    float: left;
}

.w3l-button {
    float: right;
}

.w3ls-button a,
.w3l-button a,
.w3ls-about-left a {
    text-decoration: none;
    padding: .8em 1.5em;
    background: #ff0808;
    text-align: center;
    border: solid 2px #ff0808;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.85em;
}

.w3l-button a {

}

.w3l-button a:focus {
    outline: none;
}

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

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


/* Shutter Out Vertical */

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(208, 210, 218, 0.22);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: white;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.agile_banner_text_info p {
    color: #fff;
    letter-spacing: 5px;
    margin: 1em 0 2em auto;
    font-size: 1.2em;
}


/*-- //slider-css --*/


/*-- banner-bottom --*/

.banner-bottom {
    padding: 0em 0 6em 0;
}

.banner-bottom.inner {
    padding: 6em 0 6em 0;
}

.wthree_banner_bottom_grid_right h4 {
    font-size: 1.6em;
    margin-bottom: .7em;
    font-weight: 600;
    color: #222222;
    letter-spacing: 1px;
}

.wthree_banner_bottom_grid_right p {
    line-height: 2em;
}

.agile_banner_bottom_grid_left_grid {
    width: 121px;
    height: 60px;
	border: 3px solid #1a79bc;
    text-align: center;
    /*background: #fff;*/
}

.agile_banner_bottom_grid_left_grid span {
    font-size: 2em;
    color: #1cd8c9;
    line-height: 62px;
}

.w3_agileits_banner_bottom_pos_grid:hover span {
    color: #111;
}


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

.services.two-inner {
    background: #0e0e0e;
}


/*-- //banner --*/

.wthree_head_section h2 {
    font-size: 3.3em;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.2em;
    font-weight: 800;
}

.about h4 {
    font-size: 2em;
    margin: 1em 0 0.5em 0;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.about_agileinfo h3 {
    text-align: left;
    margin-top: 2em;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    color: #303030;
}

.about_agileinfo p {
    line-height: 2em;
    margin-top: 1em;
    color: #989898;
    letter-spacing: 1px;
	text-align:justify;
}

.services,
.team,
.contact-w3layouts,
.agile_testimonials,.plans-section {
    padding: 7em 0;
}

#welcome {
    background: #0b0c11;
    padding: 7em 0;
}
.plans-section{
     background: #cee3fb;
}
.wthree_head_section {
    text-align: left;
}

.w3l_header {
    font-size: 3em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-align: center;
}

h3.w3l_header.w3_agileits_header.two {
    color: #1474d3;
	margin-bottom: 5px;
}

.w3l_header span {
    color: #9a9a9a;
    font-weight: 500;
}
.main_interest span{
    margin-left: 14px;
}
@media(max-width:480px){
  .main_interest span {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left:0px;
}
    
}


h3.w3l_header.w3_agileits_header.two span {
    color: #3d3d3d;
}

.w3l_header:after {
    border-top: 2px solid #1cd8c9;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}

h3.agile_tittle i {
    font-size: 0.8em;
    margin-bottom: 6px;
}

h3.agile_tittle span {
    font-weight: 600;
    letter-spacing: 4px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 18px;
}

.agile_wthree_inner_grids {
    margin-top: 4em;
}

.agileits-button.two a,
.agileits-button a {
    padding: 0.8em 1em;
    color: #0b0c11;
    font-size: 1em;
    letter-spacing: 1px;
    background: none;
    border: 1px solid #9b8f8f;
    border-radius: 0;
    margin-top: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}

.agileits-button.two a:hover,
.agileits-button a:hover {
    box-shadow: none;
    border: 1px solid #1cd8c9;
}

.about_agileinfo_grid_imgs img {
    width: 62%;
}

.about_agileinfo_grid_imgs img:nth-child(2) {
    margin-top: 1em;
}


/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1cd8c9;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}
.main_section_agile-home.inner{
	background: url(../images/banner-home.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: 350px;
}
.main_section_agile-attention.inner{
	background: url(../images/am.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: 350px;
}

.main_section_agile.inner {
    background: url(../images/banner2.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: 350px;
}
.main_section_agile-contact.inner {
    background: url(../images/contact-banner.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: 350px;
}

.main_section_agile-enquery.inner{
     background: url(../images/pro-enquiry.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: 350px;
    
}
.main_section_agile-request_a_distributor.inner{
     background: url(../images/request-a-distributor.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: 350px;
    
}
.main_section_agile-about.inner {
    background: url(../images/about-bg.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: 350px;
	height: 100%; 

 
}
.main_section_agile-privacy.inner {
    background: url(../images/privacy.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: 350px;
	height: 100%; 

 
}
.main_section_agile-events.inner {
    background: url(../images/events-11.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: 350px;
	height: 100%; 

 
}

.main_section_agile-legal.inner {
    background: url(../images/lg.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: 350px;
	height: 100%; 

 
}
.main_section_agile-test.inner {
    background: url(../images/tss.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: 350px;
	height: 100%; 

 
}


.main_section_agile-blog.inner {
    background: url(../images/blog.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: 350px;
    height: 100%; 

 
}

.main_section_agile-video.inner {
    background: url(../images/video-bg.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: 350px;
    height: 100%; 

 
}




/*=================*/

.main_section_agile-cancell.inner {
    background: url(../images/cancell.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: 350px;
    height: 100%; 

 
}

.main_section_agile-disclaimer.inner {
    background: url(../images/disclaimer.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: 350px;
    height: 100%; 
 
}

.main_section_agile-refund.inner {
    background: url(../images/refund.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: 350px;
    height: 100%; 
 
}

.main_section_agile-shipping.inner {
    background: url(../images/shipping.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: 350px;
    height: 100%; 
 
}

.main_section_agile-terms.inner {
    background: url(../images/terms.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: 350px;
    height: 100%; 
 
}



/*-- //about --*/

.mid-one {
    background: url(../images/pro-1.png)no-repeat 0px 0px;
	background-size:cover;
   
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;*/
    max-height: 678px;
}

.mid-two {
    background: url(../images/pro-2.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    max-height: 678px;
}

#three_grids {
    display: flex;
}

.mid-text-info {
    padding: 2em 3em 0em 3em;
    background: #ededef;
	max-height: 678px;
}

.mid-text-info h4 {
    font-size: 1.6em;
    margin-bottom: .7em;
    font-weight: 400;
    color: #222222;
    line-height: 1.5em;
}

.mid-text-info p {
    line-height: 2em;
    margin-top: 1em;
    color: #656565;
    letter-spacing: 1px;
}

.mid-inner-sec.one {
    padding-left: 0;
}

.mid-inner-info {
    margin-top: 8em;
}

.mid-inner-info h5 {
    font-size: 1.4em;
    margin-bottom: .7em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.mid-inner-sec span {
    font-size: 3em;
    margin-bottom: 0.5em;
    color: #1cd8c9;
}


/*-- /modal-info--*/

.modal-info h4 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0.5em 0 0.5em 0;
    color: #000;
}

.modal-info h5 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0.5em 0 0.5em 0;
    color: #6a67ce;
}


/*-- //modal-info--*/


/*-- stats --*/

.w3layouts_stats_left {
    text-align: center;
}

.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0.1em 0 0.1em 0;
}

.w3layouts_stats_left h3 {
    font-size: 1em;
    color: #062d20;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 600;
}

.w3layouts_stats_left span {
    font-size: 2.5em;
    color: #fff;
}

.w3l_stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats {
    text-align: center;
    background: #1cd8c9;
    padding: 4em 0;
}

.agile_inner_info_stats {
    margin-top: 2em;
}


/*-- //stats --*/


/*-- /skills --*/

.bargrids-left {
    margin-right: 40px;
}

.bar-grids h4 {
    font-size: 1.6em;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 1.4em;
    /* border-bottom: 1px dashed #ffffff; */
    padding-bottom: 0em;
    font-weight: 600;
}

.bar-grids h4 span.glyphicon {
    margin-right: 0.8em;
    color: #ecb731;
}

.progress {
    height: 35px;
    margin-bottom: 2.2em;
    background-color: #dadde0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.prgs-w3agile-last {
    margin-bottom: 0!important;
}

.progress-bar {
    background-color: #0c0c0c;
}

.bar-grids h6 {
    font-size: 1em;
    color: #7d7d7c;
    margin-bottom: 0.6em;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
}

.bar-grids h6 span {
    float: right;
    font-size: 1em;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: none!important;
}


/*-- //skills --*/

.skills {
    background: url(../images/banner3.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
    min-height: 700px;
}

h3.agile_tittle.two {
    color: #252525;
}

.bar-grids.w3-agile {
    padding: 8em 5em;
}

.wthree_skills {
    margin-top: 4em;
}


/*-- //skills --*/


/*-- services --*/

.services {
   /* background: url(../images/banner4.jpg)no-repeat 0px 0px;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 7em 0 0 0;
    min-height: 760px;
}

h4.sub_service_agileits {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.agileits-button.two.service a {
    color: #c33737;
}

.agileits_banner_bottom_left.two {
    margin-top: 4em;
}

#services p {
    color: #3d3d3d;
}

.services span {
    color: #202021;
    line-height: 56px;
}

.w3_agileits_banner_bottom_pos_grid.two:hover span {
    color: #1cd8c9;
}


/*-- //services --*/


/*-- portfolio section --*/

.agile_inner_info {
    margin-top: 3em;
}

p.sub_cap {
    text-align: center;
    text-shadow: 1px 1px 2px rgba(154, 153, 153, 0.37);
}

.portfolio-agileinfo h3.text-center {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    padding-bottom: 50px;
}

.portfolio-agileinfo .portfolio-grids a {
    display: block;
    overflow: hidden;
    position: relative;
}

.portfolio-agileinfo .portfolio-grids img.img-responsive {
    width: 100%;
}

.portfolio-agileinfo .b-wrapper {
    background: rgba(253, 43, 48, 0.74);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    padding: 6.5em 0 0 0;
    transition: .5s all;
    text-align: center;
    display: none;
}

.portfolio-agileinfo .b-wrapper.two {
    padding: 15.5em 0 0 0;
}

.portfolio-agileinfo .portfolio-grids a:hover .b-wrapper {
    bottom: 0%;
}

.portfolio-agileinfo i {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 2em;
    border: 1px solid rgba(255, 255, 255, 0.58);
    padding: 10px;
}

.portfolio-agileinfo .b-wrapper h5 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 14px 0;
}

.portfolio-agileinfo .b-wrapper p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}

.portfolio-agileinfo .gallery-grids {
    margin: 0;
}

.portfolio-agileinfo h3 {
    color: #000;
}

.portfolio-grids {
    padding: 0;
}

.portfolio-grids_left {
    padding: 0;
}

.portfolio-grids img {
    width: 100%;
}

.portfolio-grid_left {
    padding: 0;
}

#portfolio {
    padding-top: 5em;
}
.head-top{
	 padding-top: 5em;
}
.midimg li{
	margin-right:2px;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
    opacity: 0;
    visibility: hidden;
    background: #1cd8c9;
    bottom: 0%;
    position: absolute;
    padding: 1.3em 1.3em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px);
    -moz-transform: translate3d( 0px, 100%, 0px);
    -ms-transform: translate3d( 0px, 100%, 0px);
    -o-transform: translate3d( 0px, 100%, 0px);
    transform: translate3d( 0px, 100%, 0px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
    border: none;
}

.gallery-grid1 .p-mask .p-desc {
    color: #a3a3a3;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px);
    -moz-transform: translate3d( 0px, 0px, 0px);
    -ms-transform: translate3d( 0px, 0px, 0px);
    -o-transform: translate3d( 0px, 0px, 0px);
    transform: translate3d( 0px, 0px, 0px);
}

.p-mask h4 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.p-mask p {
    margin: 0;
    color: #f5f5f5;
    line-height: 1.8em;
    font-size: 14px;
}

.p-mask span {
    color: #272727;
}


/*-- /portfolio section --*/


/*-- /contact --*/

.contact_img_agile {
    background: url(../images/contact.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 235px;
}

.contact-form.agile_inner_grids {
    padding: 5em 0em 0 0;
}

.contact-form h4 {
    font-size: 2.1em;
    color: #262c38;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin: 0 0 2em 0;
    text-align: center;
}

.contact-form h4:after {
    border-top: 2px solid #efb312;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}

.contact-form h4 span {
    color: #1cd8c9;
}

.styled-input.agile-styled-input-top {
    margin-top: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    font-size: 1em;
    color: #26272b;
    padding: 1em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
    background: none;
    -webkit-appearance: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

.contact-form textarea {
    min-height: 108px;
    resize: none;
}

.contact-form.agile_inner_grids form {
    margin-top: 4em;
}


/*-- 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: #000;
    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 2em 0em;
    position: relative;
}

.textarea-grid {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.styled-input label {
    padding: 0.5em 0em;
    position: absolute;
    top: 0;
    color: #2c2c2d;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 600;
    font-size: 1em;
    display: block;
    line-height: 1em;
    letter-spacing: 2px;
}

.styled-input input~span,
.styled-input textarea~span {
    display: block;
    width: 0;
    height: 2px;
    background: #1cd8c9;
    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-form input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: .8em 3em;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #1cd8c9;
    border: none;
    -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-form input[type="submit"]:hover {
    background: #111;
}

.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    padding: 0em;
    background: #ececee;
}

#contact {
    background: #f4f4f4;
}


/*-- //contact--*/

.test-grid i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-width: 2px;
    border: 2px solid #1b1b1b;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.test-grid h4 {
    font-size: 1.2em;
    color: #1cd8c9;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1em 0 0.2em;
}

.test-grid p {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 0 auto 1em;
    width: 78%;
}

.test-grid span {
    font-size: 0.9em;
    color: #484747;
    letter-spacing: 4px;
}

.wthree_head_section.test h3 {
    color: #111;
}

.test-grid1 {
    margin: 0 auto 2em;
    text-align: center;
    width: 20%;
}

.test-grid {
    text-align: center;
}

.test-grid2 {
    float: left;
}

.test-grid2_text {
    float: left;
    margin-left: 1em;
    text-align: left;
}


/*-- video --*/

.video-grid-single-page-agileits img {
    width: 100%;
}

#video {
    position: relative;
    background: #000;
    width: 100%;
    margin: 0px auto;
}

#video img,
#video iframe {
    display: block;
    width: 100%;
}

#play {
    position: absolute;
    top: 39%;
    left: 49%;
    width: 86px;
    height: 86px;
    cursor: pointer;
    background: url(../images/play-button.png) no-repeat 4px 4px;
    background-size: auto, cover;
    z-index: 9;
    border: 7px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
}

.video_agile_player {
    padding: 0;
}


/*-- icons --*/

.grid_3.grid_4.w3_agileits_icons_page {
    margin: 0;
}

ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

ul.bs-glyphicons-list li:hover span {
    color: #fff;
}

.codes a {
    color: #555;
}

.row.fontawesome-icon-list {
    margin: 0;
}

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

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

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

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

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

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

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

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

h3.icon-subheading {
    font-size: 25px;
    color: #1cd8c9;
    margin: 30px 0 15px;
    font-weight: 400;
}

h3.agileits-icons-title {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: 300;
}

.icons a {
    color: #555;
}

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

.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%;
    cursor: pointer;
}

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

.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;
}

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

.head-banner{
	background-image:url(../images/banner1.jpg);
	background-size:cover;
	width:100%;
	padding-bottom:13%;
}

.left-s{
	font-size: 20px;
    margin-top: 2px;
    color: #e8ea79; 
	float:left;
}
.right-s{
	font-weight:600;
	padding: 0px 0px; 
	border: none;
	background: none;
 	color:rgba(200,239,237,1.00);
	font-size:18px;
	float:right; 
}
@media (max-width:1080px) {
    .icon-box {
        width: 33.33%;
    }
}

@media (max-width:991px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .icon-box {
        width: 50%;
    }
    .f-bg-w3l {
        padding: 4em 2em 4em 2em;
    }
}

@media (max-width:768px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 25px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .icon-box {
        margin: 0;
    }
}
@media (max-width: 667px) {
    .test-grid h4 {
        font-size: 1em;
    }
    .examples {
        width: 95%;
        margin: 4em auto 2em;
    }
    .test-grid1 {
		width: 38%;
	}
}
@media (max-width: 640px) {
	.w3ls-button{
		float:none;
		margin-bottom:50px;
	}
	.index-logo{
		width:62%;
	}
	.w3l-button{
		float:none;
	}
    .icon-box {
        float: left;
        width: 50%;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .grid_3.grid_4.w3_agileits_icons_page {
        margin-top: 0;
    }
    .test-grid1 {
        width: 41%;
    }
	.left-s{
	    font-size: 20px;
    margin-top: 15px; 
	float:none;
}
.right-s{
	
	font-size:18px;
	float:none; 
}
}

@media (max-width: 480px) {
	.w3ls-button{
		float:none;
	}
	.w3l-button{
		float:none;
	}
    .bs-glyphicons li {
        width: 31%;
    }
    h3.agileits-icons-title {
        font-size: 25px;
    }
    h3.icon-subheading {
        font-size: 19px;
    }
	/*.navbar-brand h2{
	margin-top: 31px;
    margin: 0 auto;
    display: inline-block;
	}*/
}

@media (max-width: 414px) {
    h3.agileits-icons-title {
        font-size: 23px;
    }
    h3.icon-subheading {
        font-size: 18px;
    }
    .bs-glyphicons li {
        width: 31.33%;
    }
}

@media (max-width: 384px) {
    .icon-box {
        float: none;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .w3_agileits_icons_page {
        margin: 0 !important;
    }
}


/*-- //icons --*/

.priceing-table-main {
    margin: 4em auto 0;
    width: 88%;
}

.price-list ul {
    padding: 0px;
    list-style: none;
}

.price-gd-top {
    background: #6a67ce;
    padding: 2em 0;
    text-align: center;
}
.price-list ul li:nth-child(2),.price-list ul li:nth-child(4) {
    background: #f5f5f9;
}
.price-gd-top h4 {
    font-size: 1.4em;
    color: #fff;
    padding: 0.4em 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.price-gd-top h3 {
    padding: 0.2em 0em 0.1em 0em;
    font-size: 3em;
    color: #fff;
    font-weight: 800;
}

.price-gd-top h5 {
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em;
}

.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1em 0em;
}

.price-gd-top.pric-clr2 {
    background: #ffb900;
}

.price-selet.pric-sclr2 a {
    background: #ffb900;
}

.price-gd-top.pric-clr3 {
    background: #fc636b;
}

.price-selet.pric-sclr3 a {
    background: #fc636b;
}

.price-list ul li {
    padding: 1em 0em;
    font-size: 1em;
    color: #999999;
    border-bottom: 1px solid #f1efeffa;
}

.price-selet {
    padding: 2em 0em 1em 0;
    text-align: center;
    background: #fff;
}

.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}

.price-selet a {
    font-size: 1em;
    color: #ffffff;
    display: inline-block;
    padding: 0.7em 2em;
    background: #6a67ce;
    text-decoration: none;
}

.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.price-block:hover,
.w3layouts-pricing:hover,
.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}

.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="password"] {
    width: 99%;
    color: #555;
    outline: none;
    font-size: 0.9em;
    padding: .6em 1em;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.modal-header.book-form form {
    margin-top: 1.5em;
}

.book-form input[type=submit] {
    color: #FFFFFF;
    padding: 1em 1em;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid #fff;
    outline: none;
    background: #1cd8c9;
    width: 100%;
    font-weight:600;
    letter-spacing:1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.book-form input[type=submit]:hover{
    background:#fc636b;
}
.price-block:hover .price-gd-top{
     background:#1cd8c9;
}
.price-block:hover .price-selet a{
     color: #fff;
     background:#1cd8c9;
         -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 2em;
    border: none;
    outline: none;
    font-size: 1em;
    color: #555;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 1px;
}

.check-box {
    margin-bottom: 1.5em;
}

.check-box input[type="checkbox"] {
    display: none;
}

.check-box input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.check-box input[type="checkbox"]+label span:first-child {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #555;
    position: absolute;
    left: 0;
    top: 1px;
}

.modal-header.book-form {
    padding: 2em 2em;
}

.modal-header h4 {
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0c0d0d;
    margin: 0.5em 0 1em 0;
}


/*--Typography--*/

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.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;
    margin-top: 50px;
}

.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,
h3.bars {
    margin-bottom: 1em;
    color: #1cd8c9;
    font-weight: 400;
}

.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: 4px;
}

.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;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:800px) {
    .grid_3.grid_5.w3ls,
    .grid_3.grid_5.w3l,
    .grid_3.grid_5.agileits,
    .grid_3.grid_5.agileinfo,
    .grid_3.grid_5.wthree {
        margin: 0;
    }
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .grid_3.grid_5.w3l {
        margin-top: 1.5em;
    }
}

@media (max-width:640px) {
	.mob-img{
	float:none;
	margin:0 auto;
	display:table;
}
.mob-img1{
	margin:0 auto;
	display:table;
	margin-bottom:10px;
}
    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;
    }
    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }
    .list-group {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        font-size: 1.2em;
    }
    .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;
    }
    .grid_3.grid_4.w3layouts {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .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;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav>li>a {
        font-size: 14px;
    }
    table.table.table-striped,
    .table-bordered,
    .bs-docs-example {
        display: none;
    }
}


/*-- //typography --*/


/*-- footer --*/

.footer {
    background: #0b0c11;
}

.f-bg-w3l {
    background: rgba(0, 0, 0, 0.58);
    padding: 7em 3em 3em 3em;
}

.w3layouts_footer_grid h2,
.w3layouts_footer_grid h3 {
    font-size: 1.4em;
    color: #fff;
    position: relative;
    margin-bottom: 1.5em;
    letter-spacing: 4px;
}

ul.links li {
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 15px;
}

.w3layouts_footer_grid h2 span,
.w3layouts_footer_grid h3 span {
    color: #1cd8c9;
}

ul.links li a {
    color: #fff;
}

.social_agileinfo li {
    display: inline-block;
}

.social_agileinfo li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.social_agileinfo li a i {
    font-size: 1em;
    line-height: 2.8em;
}

.w3_facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}

.w3_twitter:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
}

.w3_instagram:hover {
    border: 1px solid #833ab4;
    background: #833ab4;
}

.w3_google:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}

.w3l_footer_nav {
    margin: 3em 0 3em;
}

.w3l_footer_nav li {
    display: inline-block;
    margin-right: 4em;
}

.w3l_footer_nav li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.w3l_footer_nav li a:hover,
.w3l_footer_nav li a.active {
    color: #1cd8c9;
}

.w3layouts_footer_grid p {
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 2em;
    color: #fff;
}

p.copyright {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 5em;
    background: #0e0e13;
    padding: 10px 0;
}

p.copyright a {
    color: #fff;
    text-decoration: underline;
}

p.copyright a:hover {
    color: #1cd8c9;
}

.w3layouts_footer_grid form {
    border: 1px solid #fff;
    width: 100%;
}

.w3layouts_footer_grid input[type="email"] {
    outline: none;
    padding: 15px 15px;
    color: #fff;
    font-size: 14px;
    width: 88%;
    border: none;
    background: rgba(0, 0, 0, 0.22);
    letter-spacing: 2px;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    background: #1cd8c9;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 12%;
}

ul.con_inner_text li {
    list-style-type: none;
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 17px;
}

ul.con_inner_text li label {
    display: block;
    margin-left: 1.7em;
}

ul.con_inner_text span {
    margin-right: 13px;
}

ul.con_inner_text li a {
    color: #bfbfbf;
}

ul.con_inner_text li label {
    color: #bfbfbf;
    margin-right: 1em;
    font-weight: 400!important;
}

ul.con_inner_text.midimg li {
    display: inline-block;
    float: left;
    width: 22%;
}
.featured_box{
	border:1px solid #FF0004;
	padding:10px;
}
.moble-align p{
	text-align:center;
}


/*-- //footer --*/

.link-effect-2{
	margin:0 auto;
	display:table;
}

/*--social icons--*/

.agile_inner {
    background: url(../images/banner2.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: 261px;
}

.services-breadcrumb {
    padding: 1em 0;
    background: #f5f5f5;
    text-align: center;
}

.services-breadcrumb ul li span {
    padding: 0 1.5em;
}

ul.w3_short {
    text-align: left;
}

.agile_inner_breadcrumb {
    padding: 0 4em;
}

ul.w3_short li a {    color: #021264;    text-decoration: none;}

.banner_bottom_w3ls_info {
    margin: 0 auto;
    text-align: left;
    width: 60%;
}
.banner_bottom_w3ls_info1 {
    margin: 0 auto;
    text-align: left;
    width: 86%;
}
.banner_bottom_w3ls_info1 h5{
    margin-bottom: 1em;
    font-size: 18px;
    margin-top: 1em;
}
.p-h p strong{
    font-size: 32px !important;
    font-size: 2em !important;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-align: center;
}

.medile_agile_its_section {
    text-align: center;
    background: #0b0c11;
    padding: 4em 0;
}

.banner_bottom_w3ls_info p {
    margin: 2em 0;
    line-height: 2em;
}

ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #030408;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 2px;
}

.medile_agile_its_blue h4 {
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    margin: 0em auto;
    letter-spacing: 2px;
    padding-top: 15px;
}

.banner-bottom.service_agile {
    background: #f4f4f4;
	background-image:url(../images/sound.jpg);
	   /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
   
}
.about-ul li{
	margin-bottom:40px;
	font-size:18px;
	color:#044784;
}
.fa-check-square{
	color:red;
	margin-right:10px;
}


/*--timer--*/

.event-count {
    background: #1cd8c9;
    padding: 6em 0;
}

.countdown-timer {
    text-align: center;
    margin-top: 2em;
}

.countdown-timer p {
    color: #068076;
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: 6px;
    text-shadow: 2px 2px 2px rgba(3, 115, 106, 0.32);
}

.simply-section {
    display: block;
    width: 23%;
    float: left;
    text-align: center;
    background: rgb(12, 199, 185);
    margin-left: 2%;
    padding: 6% 2%;
    border: 1px solid #03b5a8;
}

.countdown-timer h3 {
    font-weight: 200;
    font-size: 3em;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}

.countdown-timer h4 {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 2em;
    text-transform: uppercase;
}

.examples {
    width: 49%;
    margin: 4em auto 4.2em;
}

.countdown-timer h3 span {
    color: #ff8c00;
}

span.simply-amount {
    font-size: 3.5em;
    line-height: 0;
    font-weight: 100;
    color: #fff;
}

span.simply-word {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-left: 5px;
    text-transform: uppercase;
    color: #0f1010;
    display: block;
    margin-top: 15%;
}

.tab-info-img img {
    width: 100%;
}

.tab-info {
    margin-top: 4em;
}

.tab-info p {
    line-height: 2em;
}

.tab-info h4 {
    font-size: 1.6em;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.img-head{
	width:100%;
}
.desk-view{
	display:block;
}
.mob-view{
	display:none;
}


/*-- //Countdown-Timer --*/


/*--/timer--*/


/*--responsive--*/

@media(max-width:1440px) {
    .mid-one,
    .mid-two {
        max-height: 389px;
    }
    .w3-button {
        margin: 2em auto 0;
        text-align: center;
       /* width: 100%;*/
		width: 616px;
    }
    .w3layouts_footer_grid h2, .w3layouts_footer_grid h3 {
        font-size: 1.4em;
        margin-bottom: 1.5em;
        letter-spacing: 1px;
    }
    .w3layouts_footer_grid input[type="email"] {
        padding: 15px 15px;
        font-size: 14px;
        width: 82%;
    }
    button.btn1 {
        float: right;
        width: 18%;
    }
}

@media(max-width:1366px) {
    h3.agile_tittle {
        font-size: 2.5em;
    }
    .wthree_head_section h2 {
        font-size: 3em;
    }
    .team,
    .contact-w3layouts,
    .agile_testimonials,.plans-section {
        padding: 5em 0;
    }
    .agile_wthree_inner_grids {
        margin-top: 3em;
    }
    .w3layouts_stats_left p {
        font-size: 3em;
    }
    .w3layouts_stats_left span {
        font-size: 2.3em;
    }
}

@media(max-width:1280px) {
    #welcome,
    .banner-bottom.service_agile {
        padding: 4em 0;
    }
   .agile_banner_text_info {
        top: 40%;
        left: 23.5%;
    }
    .agile_banner_text_info h3 {
        font-size: 4.5em;
        letter-spacing: 3px;
    }
    .w3-button {
        margin: 2em auto 0;
        width: 38%;
    }
    .rslides_tabs {
        bottom: -7%;
        left: 33%;
    }
   .services {
        padding: 7em 0 0 0;
        min-height: 758px;
    }
    .banner-bottom {
        padding: 8em 0 5em 0;
    }
    .w3l_header {
        font-size: 2.7em;
    }
    .f-bg-w3l {
        background: rgba(0, 0, 0, 0.58);
          padding: 4em 3em 4em 3em;
    }
    ul#slider li:nth-child(1),
    ul#slider li:nth-child(2),
    ul#slider li:nth-child(3),
    ul#slider li:nth-child(4) {
        min-height: 650px;
    }
    .w3-button {
        margin: 2em auto 0;
        width: 40%;
    }
    .main_section_agile.inner {
        min-height: 300px;
    }
}

@media(max-width:1080px) {
    main_section_agile.inner {
        min-height: 300px;
    }
    .agile_banner_text_info {
        top: 41%;
        left: 24%;
    }
    .bar-grids.w3-agile {
        padding: 4em 4em;
    }
    .wthree_skills {
        margin-top: 3em;
    }
    .skills {
        min-height: 620px;
    }
    .bar-grids h6 {
        font-size: 0.9em;
    }
    .test-grid h4 {
        font-size: 1.15em;
    }
    .contact-form.agile_inner_grids {
        padding: 3em 3em;
    }
    .wthree_head_section h2 {
        font-size: 2.5em;
    }
    .team,
    .contact-w3layouts,
    .agile_testimonials,
    .plans-section {
        padding: 4em 0;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.2em;
    }
    .w3l_header {
        font-size: 2.7em;
    }
    .about h4 {
        font-size: 1.6em;
    }
    .test-grid p {
        font-size: 14px;
        line-height: 2em;
        letter-spacing: 1px;
        margin: 0 auto 1em;
        width: 98%;
    }
    .nav>li {
        margin: 0em 0.4em;
    }
    #portfolio {
        padding-top: 4em;
    }
    .mid-one,
    .mid-two {
        min-height: 500px;
    }
    .mid-inner-info {
        margin-top: 4em;
    }
    .mid-inner-info h5 {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
    .agile_banner_text_info h3 {
        font-size: 3.8em;
        letter-spacing: 2px;
    }
    .agile_banner_text_info p {
        letter-spacing: 4px;
        margin: 1em 0 2em auto;
        font-size: 1em;
    }
    .w3-button {
        margin: 2em auto 0;
        width: 46%;
    }
    .rslides_tabs {
        bottom: -11%;
        left: 30%;
    }
    .agileits-button.two a,
    .agileits-button a {
        padding: 0.8em 1em;
        margin-top: 1.5em;
    }
    ul#slider li:nth-child(1),
    ul#slider li:nth-child(2),
    ul#slider li:nth-child(3),
    ul#slider li:nth-child(4) {
        min-height: 526px;
    }
    .event-count {
        padding: 4em 0;
    }
    .examples {
        width: 66%;
        margin: 4em auto 4.2em;
    }
    .navbar-nav>li>a {
       margin: 0 1em;
    }

}

@media(max-width:1050px) {
    .agile_banner_text_info h1 span {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .skills {
        min-height: 549px;
    }
    .test-grid1 {
        width: 28%;
    }
    .mid-one,
    .mid-two {
        min-height: 300px;
    }
    .mid-text-info {
        padding: 3em 2em 3em 2em;
    }
    .w3layouts_stats_left h3 {
        font-size: 0.9em;
        letter-spacing: 1px;
    }
    .services {
        padding: 6em 0 0 0;
    }
    .rslides_tabs {
        bottom: -11%;
        left: 28%;
    }
    .main_section_agile.inner {
        min-height: 250px;
    }
    .w3-button {
        margin: 2em auto 0;
        width: 49%;
    }
    .agile_banner_text_info {
        top: 41%;
        left: 22%;
    }
    .w3layouts_footer_grid {
        width: 50%;
        float: left;
    }
    ul.con_inner_text.midimg li {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .tab-info {
        margin-top: 2em;
    }
}

@media(max-width:1024px) {
   .agile_banner_text_info {
        top: 39%;
        left: 22%;
    }
    ul.con_inner_text.midimg li {
        display: inline-block;
        float: left;
        width: 22%;
    }
    .w3layouts_footer_grid:nth-child(3),.w3layouts_footer_grid:nth-child(4) {
        margin-top: 2em;
    }
    .tab-info {
        margin-top: 2em;
    }
}

@media(min-width:992px) {
    #three_grids {
        display: flex;
    }
    .mid-one,
    .mid-two {
        float: none;
    }
    .banner-bottom.inner {
        padding:2em 0 5em 0;
    }
}

@media(max-width:991px) {
    .w3-agileits-services-right {
        padding: 0;
        margin-top: 2em;
    }
    .portfolio-grids {
        padding: 0;
        float: left;
    }
    .test-grid2 {
        padding: 0;
        margin-bottom: 3em;
    }
    .portfolio-grids {
        padding: 0;
        float: left;
        width: 50%;
    }
    .portfolio-grid_left {
        padding: 0;
        float: left;
        width: 50%;
    }
    .skills,
    .contact_img_agile {
        min-height: 450px;
    }
    .w3l_footer h2 a {
        letter-spacing: 1.5px;
        font-size: 1em;
    }
    .botttom-nav-agileits {
        padding: 0;
    }
    .arrow-container {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 52%;
    }
    .about_agileinfo_grid_imgs {
        padding: 0;
        margin-top: 2em;
    }
    .w3layouts_stats_left {
        text-align: center;
        float: left;
        width: 25%;
        padding: 0;
    }
    .w3layouts_footer_grid {
        margin-top: 1em;
    }
    .agileits_banner_bottom_left:nth-child(2) {
        margin: 1em 0;
    }
    .test-grid1 {
        width: 31%;
    }
    .w3layouts_stats_left p {
        font-size: 2.5em;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.4em;
    }
    .agile_inner {
        min-height: 200px;
    }
    .banner_bottom_w3ls_info {
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }
     .banner_bottom_w3ls_info1 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .agile_banner_text_info {
        top: 37%;
        left: 22%;
    }
    .w3_agileits_banner_bottom_pos_grid {
        float: left;
        width: 100%;
        margin-bottom: 2em;
    }
    .mid-text-info {
        padding: 3em 1em 3em 1em;
        text-align: center;
    }
    .about_agileinfo {
        padding-left: 0;
    }
    .mid-inner-info {
        margin-top: 2em;
    }
    .services {
        padding: 5em 0 3em 0;
        min-height: 630px;
    }
    .mid-one,
    .mid-two {
        min-height: 300px;
        float: none;
        width: 100%;
    }
    .about_agileinfo_grid_imgs img {
        width: 65%;
    }
    .mid-inner-sec {
        float: left;
        width: 50%;
    }
    .agileits_w3layouts_banner_nav {
        padding: 0em 1em;
    }
    #three_grids {
        display: block;
    }
    .price-grid {
        float: left;
        width:33%;
    }
    .priceing-table-main {
        margin: 4em auto 0;
        width: 100%;
    }
    .skills, .contact_img_agile {
        min-height: 340px;
    }
}

@media(max-width:900px) {
    .agile_banner_text_info {
        top: 41%;
        left: 20%;
    }
    .rslides_tabs {
        bottom: -11%;
        left: 25%;
    }
}

@media(max-width:800px) {
    .agile_banner_text_info h3 {
        font-size: 3.2em;
        letter-spacing: 2px;
    }
    .w3-button {
        margin: 2em auto 0;
        width: 54%;
    }
    .agile_banner_text_info {
        top: 38%;
        left: 20%;
    }
    .rslides_tabs {
        bottom: -11%;
        left: 22%;
    }
    .p-mask p {
        margin: 0;
        line-height: 1.8em;
        font-size: 13px;
    }
    .navbar-nav>li>a {
        margin: 0 0.2em;
    }
    .w3-button {
        margin: 2em auto 0;
        width: 56%;
    }
}

@media(max-width:768px) {
    .skills,
    .contact_img_agile {
        min-height: 400px;
    }
    .w3ls-button a,
    .w3l-button a,
    .w3ls-about-left a {
        text-decoration: none;
        padding: .6em 1.3em;
    }
    .navbar-default .navbar-nav>li>a {
        font-weight: 400;
        letter-spacing: 0px;
    }
    .navbar-nav>li>a {
        margin: 0 0.6em;
        padding: 1.6em 0em;
        text-transform: uppercase;
    }
    .rslides_tabs li {
        display: inline-block;
        margin: 0 1px;
    }
    .nav>li {
        margin: 0em 0em;
    }
}

@media(max-width:767px) {
    .mobile-nav-button {
        margin: 1.5em 0em 0;
        right: 3%;
    }
    .services-right-grids:nth-child(2) {
        margin: 0em 0;
    }
    .services-right-grid {
        margin-bottom: 1em;
        padding: 0;
    }
    .w3-agileits-services-left {
        min-height: 345px;
    }
    .navbar-brand {
        font-size: .8em;
    }
    .navbar-toggle {
        margin: 0em 0 0;
        padding: 12px 10px;
        z-index: 100000;
    }
    .navbar-default .navbar-toggle {
        border: none;
        background: #0b0c11;
        border-radius: 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        position: absolute;
        width: 100%;
        z-index: 9999;
        background: #ededef;
        padding: 0em 0;
        margin-top: -4em;
    }
    .navbar-collapse.in {
        overflow-y: inherit;
    }
    .w3_agileits_search {
        width: 45%;
        float: none;
        margin: 0 auto;
    }
    .w3_agileits_search input[type="submit"] {
        width: 7%;
        background-position: 0px 5px;
    }
    .w3_agileits_search input[type="search"] {
        width: 91%;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #ff251e;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .agileits_w3layouts_banner_nav {
        padding: 0.5em 1em;
    }
    .navbar-right {
        width: 100%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }
    .navbar-nav {
        margin: 0;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding: 10px 25px;
        letter-spacing: 1px;
        font-size: 1.1em;
        display: inline-block;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #c6ebf7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding: 7px 14px;
    }
    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2 {
        min-height: 450px;
    }
    .agileits-banner-info p {
        font-size: 0.9em;
        letter-spacing: 9px;
    }
    .agileits-banner-info {
        padding: 10em 0 0em;
    }
    .banner-bottom h2 {
        font-size: 1.5em;
    }
    .w3-agile-post-img a ul {
        padding: 7em 1em 0 2em;
    }
    .w3-agile-post-img a {
        min-height: 350px;
    }
    .w3-agile-post-img a ul li {
        font-size: 0.8em;
        padding: .5em 0em;
        width: 17%;
    }
    .w3-agile-post-info ul li:nth-child(2) {
        margin: 0 0 0 35em;
    }
    ul.nav.navbar-nav {
        margin: 0em 0 0em 0;
        z-index: 9999;
    }
    nav.navbar.navbar-default {
        background: none;
        padding: 1em 0 0.2em 0;
    }
    ul.agile_forms {
        margin-bottom: 1em;
    }
    .agileits_w3layouts_event_grid1 h5 a {
        font-size: 1.2em;
        letter-spacing: 2px;
    }
    .agile_short_dropdown li a {
        border-bottom: 1px solid #a8d1de;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #1cd8c9;
    }
    .nav>li {
        margin: 0.7em 0em;
    }
    .agile_banner_text_info {
        top: 32%;
        left: 22%;
    }
    .w3layouts_stats_left h3 {
        font-size: 1em;
        letter-spacing: 1px;
    }
    .bar-grids.w3-agile {
        padding: 4em 2em;
    }
    .contact-form.agile_inner_grids {
        padding: 3em 2em;
    }
    .skills,
    .contact_img_agile {
        min-height: 364px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #222;
    }
    .agile_banner_text_info h3 {
        font-size: 3em;
        letter-spacing: 2px;
    }
    .agile_banner_text_info {
        top: 32%;
        left: 19%;
    }
    .navtop {
        margin-top: 13px !important;
    }
    .navbar-header.navbar-left {
        margin-top: 20px;
    }
    nav.navbar.navbar-default {
        background: none;
        padding: 0.7em 0 0em 0;
    }
    .w3l_header {
        font-size: 2.5em;
    }
    .test-grid1 {
        width: 33%;
    }
    
    .main_section_agile-contact.inner, .main_section_agile-test.inner, .main_section_agile-legal.inner, .main_section_agile-home.inner, .main_section_agile-attention.inner, .main_section_agile-enquery.inner, .main_section_agile.inner, .main_section_agile-events.inner, .main_section_agile-blog.inner, .main_section_agile-privacy.inner, .main_section_agile-about.inner, .main_section_agile-request_a_distributor.inner, .main_section_agile-events.inner, .main_section_agile-video.inner {
    background: url(../images/baner-common.jpg)no-repeat 0px 0px;
        background-size: cover;
    }
    .main_section_agile-enquery.inner, .main_section_agile.inner, .main_section_agile-privacy.inner{
        min-height: 161px;
    }
    
}

@media(max-width:736px) {
    .w3layouts_stats_left h3 {
        font-size: 0.9em;
        letter-spacing: 2px;
    }
    .w3l_footer_nav li {
        margin-right: 2em;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.2em;
    }
}

@media(max-width:667px) {
	.pro-head{
		text-align:center;
	}
	.pro-block{
		margin-top:30px;
	}
    h3.agile_tittle span {
        letter-spacing: 2px;
        display: block;
        font-size: 15px;
    }
    .about h4 {
        font-size: 1.8em;
    }
    .wthree_head_section h2 {
        font-size: 2.3em;
    }
    h3.agile_tittle {
        font-size: 2em;
    }
    .about h4 {
        font-size: 1.6em;
    }
    .botttom-nav-agileits ul.nav-w3ls li {
        margin: 0px 10px;
    }
    p.agileits_w3ls_copyright {
        letter-spacing: 1px;
    }
    .team,
    .contact-w3layouts,
    .agile_testimonials,
    .banner-bottom,
    .banner-bottom.inner,.plans-section {
        padding: 3em 0;
    }
    .test-grid1 {
        width: 35%;
    }
    #portfolio {
        padding-top: 3em;
    }
    .agile_wthree_inner_grids {
        margin-top: 2em;
    }
    #welcome {
        padding: 3em 0;
    }
    .medile_agile_its_blue h4 {
        font-size: 1.4em;
    }
    .medile_agile_its_section {
        padding: 2em 0;
    }
    .agile_banner_text_info p {
        letter-spacing: 3px;
        margin: 1em 0 0em auto;
        font-size: 1em;
    }
    .agile_banner_text_info h3 {
        font-size: 2.8em;
        letter-spacing: 1px;
    }
    .w3-button {
        margin: 1em auto 0;
        width: 65%;
    }
    .agile_banner_text_info {
        top: 38%;
        left: 19%;
    }
    .rslides_tabs {
        bottom: -8%;
        left: 34%;
    }
    .mid-text-info h4 {
        font-size: 1.4em;
    }
    .main_section_agile.inner {
        min-height: 230px;
    }
    .skills,
    .contact_img_agile {
        min-height: 250px;
    }
    ul#slider li:nth-child(1),
    ul#slider li:nth-child(2),
    ul#slider li:nth-child(3),
    ul#slider li:nth-child(4) {
        min-height: 428px;
    }
    .p-mask h4 {
       font-size: 1em;
    }
    .price-grid {
        float: left;
        width: 50%;
    }
     .price-grid:nth-child(3) {
         margin-top:2.5em;
     }
     .f-bg-w3l {
        padding: 3em 2em 3em 2em;
    }
    .w3layouts_footer_grid {
        width: 100%;
        float: left;
    }
    .w3layouts_footer_grid:nth-child(2),.w3layouts_footer_grid:nth-child(3), .w3layouts_footer_grid:nth-child(4) {
        margin-top: 2em;
    }
}

@media(max-width:640px) {
    .skills,
    .contact_img_agile {
        min-height: 311px;
    }
    .bar-grids.w3-agile {
        padding: 3em 1em;
    }
    .team,
    .contact-w3layouts,
    .agile_testimonials,
    .banner-bottom,
    .banner-bottom.inner,.plans-section {
        padding: 2em 0;
    }
    .contact-form.agile_inner_grids {
        padding: 2em 1em;
    }
    .f-bg-w3l {
        padding: 2.5em 1em 2.5em 1em;
    }
    ul.nav-w3ls {
        float: none;
        margin-top: 1em;
        text-align: center;
    }
    .w3l-social {
        float: none;
        margin-top: 1em;
        text-align: center;
    }
    .portfolio-grids {
        padding: 0;
        float: left;
        width: 100%;
    }
    .main_section_agile.inner {
        min-height: 201px;
    }
    .portfolio-grids {
        padding: 0;
        float: left;
        width: 100%;
    }
    .portfolio-grid_left {
        padding: 0;
        float: left;
        width: 100%;
    }
    .agile_banner_text_info {
        top: 38%;
        left: 18%;
    }
    .examples {
        width: 90%;
        margin: 3em auto 1.2em;
    }
    .countdown-timer p {
        font-size: 1em;
        font-weight: 100;
        letter-spacing: 4px;
    }
    .agile_inner_breadcrumb {
        padding: 0 2em;
    }
    .modal-header h4 {
       font-size: 1.4em;
    }
}

@media(max-width:600px) {
    .agile_wthree_inner_grids {
        margin-top: 2em;
    }
    .stats {
        padding: 3em 0 2em 0;
    }
    .test-grid1 {
        width: 40%;
    }
    .w3layouts_footer_grid form {
        width: 100%;
        margin-top: 2em;
    }
    .services-breadcrumb {
        padding: 0.5em 0;
    }
    .agile_banner_text_info h3 {
        font-size: 2.5em;
        letter-spacing: 1px;
    }
    .w3-button {
        margin: 1em auto 0;
        width: 71%;
    }
    .rslides_tabs {
        bottom: -8%;
        left: 32%;
    }
    .w3_agileits_banner_bottom_pos_grid {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }
    .w3_agileits_banner_bottom_pos_grid.two {
        float: left;
        width: 50%;
        margin-bottom: 1em;
    }
    .agileits_banner_bottom_left {
        padding: 0;
    }
    .w3_agileits_banner_bottom_pos_grid.two {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }
}

@media(max-width:568px) {
    .w3layouts_stats_left {
        float: left;
        width: 50%;
        padding: 0;
        margin-bottom: 2em;
    }
    p.agileits_w3ls_copyright {
        letter-spacing: 1px;
        line-height: 1.9em;
    }
   .test-grid1 {
        width: 44%;
    }
    .w3l_header {
        font-size: 2.5em;
    }
    .agileits-button.two a,
    .agileits-button a {
        font-size: 0.9em;
        margin-top: 1em;
    }
    .mid-inner-sec {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }
    .w3_agileits_banner_bottom_pos_grid.two {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }
    .agile_banner_text_info {
        top: 38%;
        left: 15.5%;
    }
    .w3-button {
        margin: 12em auto 0;
        width: 70%;
    }
    .w3_agileits_banner_bottom_pos_grid.two {
        float: left;
        width: 100%;
        margin-bottom: 2em;
    }
}

@media(max-width:480px) {
	.ss{
	width:65% !important;
}
	.map iframe{
	padding:0em;
}
	
	.pp1{
	display: block !important;
	width:100% !important;
}
.pp2{
	
	 display:block !important;
	  width:100% !important;

	   
}
.ee1{
	display: block!important; 
	width:100% !important;
}
.ee2{
	
	 display:block !important;
	  width:100% !important;
}
	
	
	h4.sub_service_agileits {
    color: #0877a2;
	}
	.agile_banner_bottom_grid_left_grid{
		width: 144px !important;
    height: 50px;
    display: inline-table;
	margin-bottom:10px;
	}
	.main_section_agile-events.inner{
		min-height: 153px;
	}
	.main_section_agile-blog.inner{
		min-height: 153px;
	}
	.main_section_agile-about.inner{
		min-height: 153px;
	}
	.main_section_agile-legal.inner{
		min-height: 153px;
	}
	.main_section_agile-test.inner{
		min-height: 153px;
	}
	.main_section_agile-contact.inner{
		min-height: 153px;
	}
	.main_section_agile-request_a_distributor.inner{
		min-height: 153px;
	}
	.main_section_agile-events.inner{
		min-height: 153px;
	}
	.main_section_agile-video.inner{
	  min-height: 153px;  
	}
	/*.head-banner {
    
    height: 529px;
}*/
	.add-block{
	margin-top:20px;
}
	.desk-view{
	display:none;
}
.mob-view{
	display:block;
}

    .wthree_head_section h2 {
        font-size: 2.1em;
        line-height: 1.4em;
    }
    .skills,
    .contact_img_agile {
        min-height: 227px;
    }
    .w3-agileits-services-left {
        min-height: 288px;
    }
    .about h4 {
        font-size: 1.4em;
    }
    .test-grid1 {
        width: 51%;
    }
    .w3layouts_footer_grid {
        margin-top: 1em;
        padding: 0;
    }
    .w3l_footer_nav li a {
        letter-spacing: 1px;
        font-size: 0.9em;
    }
    .w3l_footer_nav li {
        margin-right: 1em;
    }
    .w3layouts_footer_grid p {
        letter-spacing: 1px;
        font-size: 0.9em;
    }
    .agile_inner {
        min-height: 177px;
    }
    .agile_banner_text_info p {
        letter-spacing: 2px;
        margin: 0.7em 0 1em auto;
        font-size: 0.9em;
    }
    .w3l_header {
        font-size: 2.2em;
    }
    .map iframe {
        width: 100%;
        min-height: 250px;
    }
    a.navbar-brand {
        /*--padding: 62px 10px;--*/
        font-size: 0.9em;
    }
    .agileits_w3layouts_banner_nav {
        padding: 0.5em 0.5em 0 0.5em;
    }
   .w3-button {
      margin: 17em auto 0;
        width: 71%;
    }
    .mid-inner-sec {
        float: left;
        width: 100%;
        margin-bottom: 2em;
        padding: 0;
    }
    .agile_banner_text_info p {
        letter-spacing: 2px;
        margin: 0.3em 0 0em auto;
        font-size: 0.9em;
    }
    .agile_banner_text_info h3 {
        font-size: 2.2em;
        letter-spacing: 1px;
    }
    .w3ls-button a,
    .w3l-button a,
    .w3ls-about-left a {
        text-decoration: none;
        padding: .4em 1em;
        font-size: 0.8em;
    }
    .agile_banner_text_info {
        top: 38%;
        left: 15%;
    }
    .rslides_tabs {
        bottom: -11%;
        left: 28%;
    }
    .nav>li {
        margin: 0.3em 0em;
    }
    #three_grids {
        display: block;
    }
    ul#slider li:nth-child(1),
    ul#slider li:nth-child(2),
    ul#slider li:nth-child(3),
    ul#slider li:nth-child(4) {
        min-height: 320px;
    }
    .price-grid {
        float: left;
        width: 100%;
    }
    .price-grid:nth-child(3) {
        margin-top: 0em;
    }
    .price-grid:nth-child(2) {
        margin:3em 0;
    }
}

@media(max-width:440px) {
    .main_section_agile-home.inner{
        min-height: 161px;
    }
    .main_section_agile-attention.inner{
        min-height:161px;
    }
     .main_section_agile-whatsapp.inner{
        min-height: 161px !important;
    }
	.head-banner {
    
   height: 654px;
}
	.tab a{
		font-size:13px !important;
	}
    .skills,
    .contact_img_agile {
        min-height: 152px;
		margin-right:15px;
		display:none;
    }
	.contact-form.agile_inner_grids {
    padding: 2em 0em;
}
.whattop{
margin-top:2em;
}
    .team,
    .contact-w3layouts,
    .agile_testimonials,
    .plans-section {
        padding: 2.5em 0;
    }
    #welcome {
        padding: 2em 0;
    }
    .test-grid1 {
        width: 56%;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.3em;
    }
    .about h4 {
        font-size: 1.2em;
    }
    ul#slider li:nth-child(1),
    ul#slider li:nth-child(2),
    ul#slider li:nth-child(3),
    ul#slider li:nth-child(4) {
        min-height: 279px;
    }
    .w3layouts_footer_grid h2, .w3layouts_footer_grid h3 {
        font-size: 1.4em;
        margin-bottom: 1.3em;
        letter-spacing: 1px;
    }
    span.simply-amount {
         font-size: 2em;
    }
    span.simply-word {
        font-size: 11px;
        letter-spacing: 1px;
        margin-left: 0px;
    }
    .event-count {
        padding: 2em 0;
    }
    .agile_inner_breadcrumb {
        padding: 0 1.2em;
    }
    .countdown-timer p {
        font-size: 1em;
        font-weight: 100;
        letter-spacing: 2px;
    }
   
}

@media(max-width:414px) {
	.head-banner {
    height: 634px;
}
    h3.agile_tittle {
        font-size: 1.8em;
    }
    .wthree_head_section h2 {
        font-size: 1.8em;
        line-height: 1.4em;
    }
    .botttom-nav-agileits ul.nav-w3ls li {
        margin: 0px 3px;
    }
    .wthree_skills {
        margin-top: 2em;
    }
    .w3l_footer h2 a {
        letter-spacing: 1.5px;
        font-size: 0.8em;
    }
    about h4 {
        font-size: 1.2em;
    }
    .test-grid1 {
        width: 59%;
    }
    .agile_banner_text_info h3 {
        font-size: 2em;
        letter-spacing: 1px;
    }
    .agile_inner {
        min-height: 157px;
    }
    .agile_banner_text_info {
        top: 40%;
        left: 12%;
    }
    /*.w3-button {
       margin: 10.2em auto 0;
        width: 78%;
    }*/
    .rslides_tabs {
        bottom: -9%;
        left: 25%;
    }
    .main_section_agile.inner {
        min-height: 148px;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.2em;
    }
    p.copyright {
      margin-top: 2em;
    }
    .mid-one, .mid-two {
        min-height: 206px;
        float: none;
        width: 100%;
    }
}

@media(max-width:384px) {
	.head-banner {
    
   height: 643px;
}
	
    .agile_banner_text_info {
        top: 39%;
        left: 9%;
    }
    .wthree_head_section h2 {
        font-size: 1.7em;
        line-height: 1.4em;
    }
    h3.agile_tittle {
        font-size: 1.7em;
    }
    .w3layouts_stats_left p {
        font-size: 2em;
    }
    .mobile-nav-button {
        margin: 0.5em 0em 0;
        right: 2%;
    }
    .agile_inner {
        min-height: 122px;
    }
    .agileits-button.two a,
    .agileits-button a {
        font-size: 0.85em;
        margin-top: 1em;
    }
    .w3l_header {
        font-size: 2em;
    }
    .agileits_banner_bottom_left {
        padding: 0;
    }
    .w3l_footer_nav li {
        margin-right: 0.3em;
    }
    a.navbar-brand {
        padding: 0;
        font-size: 0.9em;
    }
    .agileits_w3layouts_banner_nav {
        padding: 0em 1em;
        width: 100%;
    }
    .stats {
        padding: 2.5em 0 0.5em 0;
    }
    .w3layouts_stats_left h3 {
        font-size: 0.9em;
        letter-spacing: 1px;
    }
    .wthree_banner_bottom_grid_left {
        padding: 0;
    }
    .wthree_banner_bottom_grid_right {
        padding: 0;
    }
    .services {
        padding: 2em 0 1em 0;
        min-height: 606px;
    }
}

@media(max-width:375px) {
    .w3_agile_team_grid_info:nth-child(2) {
        margin: 7% auto;
    }
    .wthree_head_section h2 {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .w3layouts_stats_left span {
        font-size: 1.5em;
    }
    .agile_wthree_inner_grids {
        margin-top: 1.5em;
    }
    .test-grid1 {
        width: 67%;
    }
    #play {
        position: absolute;
        top: 17%;
        left: 41%;
        background-size: 81%;
        width: 55px;
        height: 55px;
    }
    .event-left1-right p {
        line-height: 2em;
        margin: 1em 0 0;
    }
    .test-grid h4 {
        font-size: 1em;
    }
    .test-grid span {
        font-size: 0.8em;
        letter-spacing: 2px;
    }
    .rslides_tabs {
        bottom: -9%;
        left: 22%;
    }
    .agile_banner_bottom_grid_left_grid span {
        font-size: 2em;
        line-height: 51px;
    }
    a.navbar-brand {
        padding: 0;
        font-size: 0.8em;
    }
}

@media(max-width:320px) {
	.head-banner {
  
    height: 479px;
}
    .agile_banner_text_info label {
        letter-spacing: 2px;
    }
    .agile_banner_text_info {
        top: 25%;
        left: 23%;
    }
    .w3l_header {
        font-size: 1.8em;
        line-height: 1.5em;
    }
    .test-grid2 {
        padding: 0;
        margin-bottom: 1em;
    }
    .test-grid1 {
        width: 92%;
    }
    .rslides_tabs {
        bottom: -9%;
        left: 16%;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.2em;
    }
    .agile_banner_bottom_grid_left_grid {
        width: 50px;
        height: 50px;
    }
    .agile_banner_bottom_grid_left_grid span {
        font-size: 1.7em;
    }
    .agile_banner_text_info {
        top: 37%;
        left: 5%;
    }
    ul#slider li:nth-child(1),
    ul#slider li:nth-child(2),
    ul#slider li:nth-child(3),
    ul#slider li:nth-child(4) {
        min-height: 243px;
    }
    .agile_banner_text_info h3 {
        font-size: 1.7em;
        letter-spacing: 1px;
    }
    .w3-button {
       margin: 12em auto 0;
        width: 82%;
    }
}


.agileinfo_header{
	font-size:2.5em;
	color:#212121;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:600;
	padding:.5em 0;
	position:relative;
	text-align:center;
}
.agileinfo_header:before,.agileinfo_header:after{
	content: '';
    background: #dadada;
    height: 2px;
    position: absolute;
    width: 10%;
}
.agileinfo_header:before{
	top:0%;
	left:28%;
}
.agileinfo_header:after{
	bottom:0%;
	right:28%;
}
.w3ls_news_grids{
	margin:3em 0 0;
}
.agileits_w3layouts_news_grid{
	padding:1.5em;
	background:#e9e7e7;
}
.agileits_w3layouts_news_grid ul li{
	display:inline-block;
	font-weight:600;
	color:#212121;
}

.agileits_w3layouts_news_grid ul li i{
	padding-right:1em;
	color:#212121;
}
.agileits_w3layouts_news_grid ul li a{
	color:#212121;
	text-decoration:none;
}
.agileits_w3layouts_news_grid ul li a:hover{
	color:#b8aa0a;
}
.agileits_w3layouts_news_grid h4 {
    font-size: 1.3em;
    color: #212121;
    margin: 1em 0;
    text-transform: capitalize;
}
.agileits_w3layouts_news_grid h4 a{
	color:#212121;
	text-decoration:none;
}
.agileits_w3layouts_news_grid h4 a:hover{
	color:#b8aa0a;
}
.agileits_w3layouts_news_grid h4 a:focus{
	outline:none;
}
.agileits_w3layouts_news_grid p{
	color:#999;
	line-height:2em;
}
.w3layouts_news_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_news_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_news_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3ls_news_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos,.w3_agileits_team_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos,
.w3layouts_gallery_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3ls_news_grid:hover .wthree_text,.w3_agileits_team_grid:hover .wthree_text,
.w3layouts_gallery_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.agileits_w3layouts_news_grid ul li i {
    padding-right: 1em;
    color: #212121;
}
.fa-calendar , .fa-user{
	font-size:15px !important;
}





/*--//responsive--*/
.pro-tab img{
	margin:0 auto;
	display:table;
	
	
}
.top-m{
	margin-top:11% !important;
}
.border{
	border-bottom:2px solid #fff;
	padding-bottom:10px;
}
@media(max-width:1199px){
.tab a{
    font-size:14px !important;
}
}
.tab a{
	
	padding:4px 5px;
	background-color:#0F7AA0;
	color:#FFFFFF;
	font-size:17px;
	display: block;
    text-align: center;
	/*margin:5px;*/
	border-radius:5px;
	
	min-height: 59px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	
}
.tab a:hover{
	background-color:#148EB9;
}
.tab{
	margin-top:20px;
	margin-bottom:30px;
}
.tab-1{
    margin-top: 5px;
    margin-bottom: 5px;
}
.tab-h a{
	
	padding: 4px 18px;
    background-color: #0F7AA0;
    color: #FFFFFF;
    font-size: 18px;
    margin: 5px;
    border-radius: 5px;
    width: 100%;
    display: table;
	
}
.tab-h a:hover{
	background-color:#148EB9;
}
.tab-h{
	margin-top:20px;
	
	margin-bottom:30px;
	
	
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.glyphicon-chevron-up{
	color:#fff;
}
.address li{
	margin-top:8px;
	font-size:14px;
}
.add-block{
	margin-top:50px;
}
.midd{
	text-align:center;
	margin-top:20px;
}
.about-bg{
	
	background-size:cover;
}
.fa-file-pdf-o{
	color:#FF0000 !important;
	font-size:18px !important;
	margin-right:10px;
}
.links li a:hover{
	text-decoration:underline;
}
.pp1{
	display: inline-flex;
	width:15%;
}
.pp2{
	color:#073780;
	 display:inline-block;
	  width:80%;
	   font-weight:bold;
	   
}
.ee1{
	display: inline-flex; 
	width:15%;
}
.ee2{
	color:#B70F12;
	 display:inline-flex;
	  width:80%;
}
.ss{
	width:13%;
}

.padding0{
	padding:0px !important;
}
/*-----05/04/2018 new css-(Name:- K.M)----*/
.event-title{
	color: red !important;
    font-size: 18px !important;
    font-weight: bold !important;;
}
.pro_loude_product{
	color:#cc001a;
	padding: 5px 0px 8px 8px;
    font-weight: bold;
}
.pro_loude_prodeuc_contant{
	padding: 0px 0px 0px 8px;
	font-size: 14px;
    margin-bottom: 5px;
    color: #313131;
}
.key_feature_heading{
	color: #000;
    font-size: 13px;
    font-weight: 600;
}
.description{
	min-height:115px;
}
.logo{
	display:block;
}
.floating{
	float: left;
    margin-top: 20px;
}
.floating1{
	float: right;
    margin-top: 15px;
    margin-left:10px;
}
.top-margin{
	
}
.news-events-agile {
    background: #e63939;
    padding: 12px 20px;
}
.news-grid h5 {
    float: left;
}
.news-grid h5 a {
    font-size: 17px;
    color: #ffffff;
}
.post-img {
    float: right;
    margin-top: 5px;
}
ul {
    margin: 0;
    padding: 0;
}
.post-img ul li {
    display: inline-block;
    padding: 0 10px;
}
.post-img ul li span {
  color: #fff;
  font-size: 16px;
}
.news-section{
 padding: 4em 0 5em 0em;
}
.detail-bottom {
    padding: 0em 0 0;
}
.detail-bottom a h6 {
    color: rgb(222, 29, 15);
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
}
.detail-bottom p{
	line-height: 22px;
    margin-top: 1em;
    color: #373737;
    min-height: 58px;
    font-weight: 600;
   
}
.news-events-agile.event-colo3 {
    background: #2ca23a;
}
.news-events-agile.event-colo1 {
    background: #51a6fb;
}
.news-section .block-cont{
	padding-left:10px;
}
.detail-bottom  h6 {
    color: rgb(203, 13, 0);
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
}
.news-grid{
    border-top: 7px solid #3479b7;
}
.gall-top{
    margin-top: 6%;
}
.prd-ttl{
        background-color: #f64750;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    display: table;
    font-size: 21px;
    margin-bottom: 10px;
}

.image-holder{
    width: 170px;
    height: 102px;
    overflow: hidden;
    margin: 4%;
}
@media(max-width:380px) {
.image-holder{
    width: 140px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}
}




.table-headr{
    background-color: #f6b847;
    width: 100%;
    display: table-caption;
    color: #555;
    font-weight: bold;
    font-size: 22px;
}
.table-bodys{

}
.table-information-block h4{
    text-align: center;
    background-color: #fdcb70;
    padding: 5px;
    color: #252424;
}
.table-bodys td{
  
    font-size: 11px !important;
    color: #111;
    font-weight: bold;
}
.bgg{
       /*background-color: #ffead5;*/
}
.table-bodys tr:nth-child(even) {
  background: #ffead5;
}
.readmore{
	margin:20px 10px; 
	color:#000; 
	border:1px solid #FF0004;
	 padding:5px 10px;
	 margin-top: 7%;
    display: inline-block;
}
.center-pos{
   position: absolute;
    transform: translate(-50%, -50%);
    top: 30%;
    left: 30%;
    width: 144px;
}
@media(max-width:767px){
.readmore {
    margin: 20px 0px;
    color: #000;
    border: 1px solid #FF0004;
    padding: 5px 10px;
    margin-top: 1%;
    display: inline-block;
}
}
.hm-keyft p
{
    padding: 0px 0px 0px 8px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #313131;
}

.hm-keyft
{
    min-height:150px;
}
.main_section_agile-whatsapp.inner
{
    background: url(../images/whatsapp.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: 350px;
}
    

.navleft nav ul li a{
    color:#000 !important;
    
}
.head-banner img{
    margin: 0 auto;
    display: table;
    padding: 16% 2px 30px;
}
.title1{
    font-weight:600;
    padding: 0px 0px;
    border: none; 
    background: none; 
    color:rgba(200,239,237,1.00); 
    font-size:17px; 
    float:right;
}
.title2{
    font-size: 17px;
    color: #e8ea79;
    float: left;
}
.center-cc{
        position:relative; height: 50vh;
    }

@media screen and (max-width: 1200px){
 .head-banner img{
     padding: 18% 2px 30px;
}
}




@media screen and (max-width: 360px){
.top-margin {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.floating {
    float: left;
    margin-top: 80px;
    width: 45%;
}
.floating1 {
    margin-top: 66px;
    width: 24%;
}
.first_btn{
   margin-bottom:15px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 479px) {
/*.floating {
    float: left;
    margin-top: 50px;
    width: 50%;
}*/
/*.floating1 {
	margin-top: 46px;
    width: 25%;
}*/
navbar-brand h2 {
    margin-top: 0px;
    display: inline-block;
}
}
@media only screen and (min-device-width : 321px) and (max-device-width : 384px){
.w3-button {
    margin: 13em auto 0;
    width: 78%;
}
.head-banner{
    height: 525px;
}
}

@media only screen and (min-device-width : 385px) and (max-device-width : 440px){
.w3-button {
    margin: 18em auto 0 !important;
    width: 78%;
}
.head-banner{
    height: 525px;
}
}
@media only screen and (min-device-width : 441px) and (max-device-width : 480px){
.w3-button {
    margin: 18em auto 0 !important;
    width: 78%;
}
.head-banner{
    height: 620px;
}
}
@media only screen and (min-device-width : 481px) and (max-device-width : 494px){
.w3-button {
	margin: 12em auto 0;
    width: 70%;
}	
}

/*================new Style===============*/
.padding0{
    padding:0;
}
@media(max-width:767px){
    .mm1{
        margin-top:8px;
    }
    .p-0{
        padding:0;
    }
    .center-cc {
    position: relative;
    height: inherit;
}
    .center-pos{
        position: inherit;
    transform: inherit;
    top: inherit;
    left: inherit;
    width: fit-content;
    }
}


.total-bg{
    background: #ffe7ea;
    padding: 4em 0px;
}
.why-hh{
    background-color: #a3081a;
    padding: 11px;
    color: #fff;
    font-size: 23px;
    text-align: center;
}
.ss11{
    width: 113px;
    margin: 0 auto;
    display: table;
    margin-top: -28px;
}
.china-h{
    font-size: 25px;
    color: #f5001d;
}
.table-red{
    border: 2px solid #ca5563;
    margin-top: 1em;
}
.table-red > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #a3081a;
    border-right: 1px solid #ca5563;
}
.table-red>tbody>tr>td{
   color: #000000;
    padding: 4px 10px;
    border-right: 1px solid #ca5563;
    font-size: 13px;
}
.china-h{
    font-size: 22px !important;
    text-align: center;
    font-weight: bold;
    color: #3a6082 !important;
}
.top1em{
    margin-top: 1em;
}
@media(max-width:768px){
    .ss11 {
    width: 145px;
    margin: inherit;
    display: table;
}
.china-h {
    text-align: left;
}




.rwd-table thead{
    display:none;
}
.rwd-table tbody td{
    display:block;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 82px;
    display: inline-block;
    color: #03607b;
    font-size: 14px;
}
.table-red>tbody>tr>td {
    font-size: 13px;
}
.total-bg .col-md-7{
    padding:0px;
}
.total-bg .col-md-5{
    padding:0px;
}
}

.view-more1{
    color: #000;
    border: 1px solid #FF0004;
    padding: 5px 10px;
    margin: 0 auto;
    display: table;
    margin-top: 18px;
}

.banner_bottom_w3ls_info {
    margin: 0 auto;
    text-align: left !important;
    text-align: justify;

}
.banner_bottom_w3ls_info1 {
    margin: 0 auto;
    text-align: left !important;
    text-align: justify;

}
.banner_bottom_w3ls_info p{
    text-align: justify !important;

}

.buy-online{
    margin-top: 24px;
    animation: blinkingBackground 8s infinite;
    border: solid 2px #000000;
}
@keyframes blinkingBackground{
    0%    { background-color: #e40000;}
     10%  { background-color: #000;}
    30%    { background-color: #e40000;}
    40%   { background-color: #000;}
    60%   { background-color: #e40000;}
    70%   { background-color: #000;}
    90%    { background-color: #e40000;}
    100%   { background-color: #000;}
   
  }
  
  .buy-now1{
      text-align: center;
    background: #f64750;
    color: #fff;
  }
  
  .link-effect-2{
      margin-top: 2em;
  }
  
  .about-ul1 li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #044784;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 8%;
        left: 8%;
        padding-bottom: 30px;
    }
}
























