/*--miyou style rep
--*/
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 97%;
	font-family: 'Open Sans','Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body{
	background:#FFFFFF;
}

.choix:hover {


  background: #fff;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  font-size: 11px;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 15px;
  right: 100px;
  width: 150px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 80px;
  border: 2px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */

.form-container input[type="text"],.form-container input[type="email"]{
  margin-bottom:1em;
}
.form-container input[type="text"], .form-container input[type="email"], .form-container textarea {
    outline: none;
letter-spacing:1px;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    background-color: #ddd;
    width: 100%;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #179b8d;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #ef1b2a;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.miyou-nav li{
    float: left;
    display: inline-block;
        margin: 10px 10px;
    padding: 10px 10px;

}

.miyou-nav li img{

    height: 100px;
    width: 190px;
    display: inline-block;
    background: #179b8d;
    border-radius: 10px;

}


.miyou-nav > li > a {
    font-size: 10.5px;
    padding:40px 40px;
    text-transform: uppercase;
}



.miyou a{

position: relative;
display: inline-block;
padding: 12px 50px;
color: #179b8d;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 15px;
overflow: hidden;
transition: 0.2s;
margin: 15px 25px;
border: 1px solid #179b8d;
}

.miyou a:hover{
color: #ef1b2a;
background:#179b8d;
box-shadow: 0 0 5px #ef1b2a, 0 0 20px #ef1b2a, 0 0 40px #ef1b2a;
transition-delay: 1s;
}

.miyou a span{
position: absolute;
display: block;


}

.miyou a span:nth-child(1){
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg,transparent,#179b8d);


}

.miyou a:hover span:nth-child(1){

left: 100%;
transition: 1s;


}

.miyou a span:nth-child(3){
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg,transparent,#179b8d);


}

.miyou a:hover span:nth-child(3){
right: 100%;
transition: 1s;
transition-delay: 0.5s; 

}

.miyou a span:nth-child(2){
top: -100%;
right: 0%;
height: 100%;
width: 2px;
background: linear-gradient(180deg,transparent,#179b8d);


}

.miyou a:hover span:nth-child(2){
top: 100%;
transition: 1s;
transition-delay: 0.25s; 

}

.miyou a span:nth-child(4){
bottom: -100%;
left: 0%;
height: 100%;
width: 2px;
background: linear-gradient(360deg,transparent,#179b8d);


}

.miyou a:hover span:nth-child(4){
bottom: 100%;
transition: 1s;
transition-delay: 0.75s; 

}



.miyouf a{

position: relative;
display: inline-block;
padding: 12px 50px;
color: #179b8d;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 15px;
overflow: hidden;
transition: 0.2s;
margin: 15px 0px;
border: 1px solid #179b8d;
}

.miyouf a:hover{
color: white;
background:#179b8d;
box-shadow: 0 0 1px #ef1b2a, 0 0 4px #ef1b2a, 0 0 8px #ef1b2a;
transition-delay: 1s;
}

.miyouf a span{
position: absolute;
display: block;


}

.miyouf a span:nth-child(1){
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg,transparent,#179b8d);


}

.miyouf a:hover span:nth-child(1){

left: 100%;
transition: 1s;


}

.miyouf a span:nth-child(3){
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg,transparent,#179b8d);


}

.miyouf a:hover span:nth-child(3){
right: 100%;
transition: 1s;
transition-delay: 0.5s; 

}

.miyouf a span:nth-child(2){
top: -100%;
right: 0%;
height: 100%;
width: 2px;
background: linear-gradient(180deg,transparent,#179b8d);


}

.miyouf a:hover span:nth-child(2){
top: 100%;
transition: 1s;
transition-delay: 0.25s; 

}

.miyouf a span:nth-child(4){
bottom: -100%;
left: 0%;
height: 100%;
width: 2px;
background: linear-gradient(360deg,transparent,#179b8d);


}

.miyouf a:hover span:nth-child(4){
bottom: 100%;
transition: 1s;
transition-delay: 0.75s; 

}


#notfound {
  position: relative;
  height: 56vh;
  background-color: #fafbfd;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.notfound .notfound-bg > div {
  width: 100%;
  background: #fff;
  border-radius: 90px;
  height: 125px;
}

.notfound .notfound-bg > div:nth-child(1) {
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
}

.notfound .notfound-bg > div:nth-child(2) {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 10;
}

.notfound .notfound-bg > div:nth-child(3) {
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 90;
}

.notfound h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 86px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color: #151515;
}

.notfound h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  margin: 0;
  font-weight: 700;
  color: #151515;
}

.notfound a {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #179b8d;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}

.notfound-social {
  margin-top: 20px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #ef1b2a;
  margin: 3px;
  padding: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  background-color: #179b8d;
}


p,ul li,ol li{
  margin:0;
  font-size:13.5px;
  letter-spacing: 0.5px;
  color:#555;
  line-height:2.1em;
}
/*-- header-top --*/
.header-top{
	background:#212121;
}
.w3layouts-address{
	float:left;
}
.w3layouts-address ul{
	padding: 1px 0px;
	margin:0;
}
.w3layouts-address ul li{
	display:inline-block;
	margin:2PX 0;
	color:#FFFFFF;
	font-size:.9em;
	
}
.w3layouts-address ul li a{ 
	color:#FFFFFF;
	text-decoration:none;
	margin: 15px;
}
.w3layouts-address ul li:nth-child(2){
	margin-left:1em;
}
.agileinfo-social-grids{
	float:right;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
    padding:5px 2px;
}
.agileinfo-social-grids ul li a {
	color: #333;
    text-align: center;
    padding:5px 2px;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-google-plus{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li:nth-child(2){
    margin: 0 1em;
}
.agileinfo-social-grids ul li:nth-child(3){
	margin:0 1em 0 0;
}
/*-- //header-top --*/
/*-- header --*/
input[type="submit"],.w3l_banner_info_left_grid_left h3 a,.w3agile_footer_copy p a,.reply a,.agile_cat_grid_tags ul li a:hover,.agile_cat_grid ul.categories li a,.w3l_admin a,.w3ls_single_left_grid_right ul li a,.wthree_features_services_grid h4 a,.agile_services_bottom_grid_left_grid a,.simplefilter li,.agileinfo_footer_grid ul li a,.w3l_banner_info_left_grid1,.agile_blog_grid h4 a{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.header {
    background: #FFFFFF;
    padding: 1px;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
    height: 50
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.w3layouts-logo {
    margin: 1.5em 0 0 0;
}
.w3layouts-logo h1{
	margin:0;
}
.w3layouts-logo h1 a {
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
}
.w3layouts-logo h1 a img{
    font-size: .6em;
    margin-top: -30px;
    letter-spacing: 2px;
    text-align: right;
    color: #86c724;
    width: 170px;
}
.navbar-nav {
    float: right;
    margin: 0px;
    height: 50
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
    font-weight: 650;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #ef1b2a;
}
.navbar-nav > li > a {
    font-size: 10.5px;
    padding:23.4px 20px;
    text-transform: uppercase;
	margin-right:2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #ef1b2a;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #179b8d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.dropdown-menu {
	background: #212121;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 6.4em;
    left: 0;
    min-width: 97px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 11px !important;
    clear: both;
    margin: 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}

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

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

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

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

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

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
    text-decoration: none;
    background-color: #86c724 !important;
    outline: 0;
}
/*-- //header --*/
.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #161923;
}
.main h1 {
    padding:20px 50px;
    float: left;
    width: 100%;
    height: 60%;
    font-size: 90px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 100;
    color: black;
    margin: 0;
    margin-top: 70px;
    letter-spacing: -1px;
}
.main h1.demo1 {
    background: #1ABC9C;
}
.reload.bell {
    font-size: 12px;
    padding: 20px;
    width: 45px;
    text-align: center;
    height: 47px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
    
.reload.bell #notification {
    font-size: 25px;
    line-height: 140%;
}
.reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
}
.reload:hover{
    background: #A2261E;
}
.page_container {
    max-width: 70%;
	margin: 50px auto;
}
.header .menu {
    padding-bottom: 10px;
}
.image {
    float: right;
}
.content {
    margin: 4em 0 0 0;
}
.content h3{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.content h3 span{
    color: #179b8d;	
}
.content p{
	font-size:0.854em;
	line-height:1.8em;
	margin:2em 0 0 0;
	color:#FFFFFF;
}
.image img{
	width:100%;
}
/*-- domain --*/
.domain {
    background: #179b8d;
    padding: 1em 0;
    margin: 0;
}

.domain span {
padding: 38%;
color: #fff;
  line-height:1.8em;
     text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
/*--domain_registration--*/
.column.first {
	margin-left: 0;
}
.search-form input[type="text"] {
	display: inline-block;
	line-height: normal;
	width: 40%;
}
.one-fifth {
	width: 14.4%;
}
.column {
	float: left;
	margin: 0 0 0 1%;
	min-height: 1px;
	position: relative;
}
.selection-box {
	display: block;
	position: relative;
}
.search-form .column input[type="text"], .search-form .column input[type="submit"], .search-form .column select {
	width: 100%;
}
.selection-box select {
	background: #FFFFFF;
}
.search-form .column .selection-box:after {
	height: 46px;
}
.selection-box:before, .selection-box:after {
	content: "";
	pointer-events: none;
	position: absolute;
}
.three-fifth {
	width: 38.59%;
}
.m_2{
	margin-top:0;
}
.two-fifth {
	width:15.2%;
}
.three-fifth input[type="text"]{
  background: #fff;
  border: 1px solid #D9E9ED;
  color: #212121;
  padding: 17px;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  outline: none;
}
.one-fifth select {
	background: #fff;
    border: 1px solid #D9E9ED;
    color: #212121;
    background-image: url(../images/icon.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    outline: medium none;
    padding: 17px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.one-fifth input[type="submit"]{
	padding:14px 40px;
}
.two-fifth h2{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.two-fifth h2 span{
    color: #86c724;
	display:block;
}
.one-fifth input[type="submit"] {
    background: #212121;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0.85em;
    padding: 17px 50px;
    font-weight: 600;
}
.m_3 input[type="submit"] {
	margin-top:0;
}
.one-fifth input[type="submit"]:hover, .form-submit input[type="submit"]:hover{
	background: #86c724;
    text-decoration: none;
    color: #fff;
}
/*-- //domain --*/
/*-- banner-bottom --*/
.banner-bottom,.special,.w3-agile-testimonial,.subscribe,.w3-agileits-choose-grid,.team,.shared-grid,.cloud-grid,.vpn-grid,.w3-best-services,.w3ls-featured-services,.registration,.codes,.typography ,.contact{
    padding: 3em 0;
}
.w3-banner-bottom-heading{
	text-align:center;
}
.w3-banner-bottom-heading h3{
	font-size: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.w3-banner-bottom-heading h3 span{
    color: #ef1b2a;
}
.agileits-banner-bottom{
	margin:4em 0 0 0;
}
.services-grid-left h4{
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin:1em 0;
    font-family: 'Roboto', sans-serif;
}
.services-grid-left p{
	color: #999;
    line-height: 1.8em;
    font-size: .875em;
}
.agileinfo-services-grids{
    margin: 5em 0 0 0;
}
.services-grid-right-grid{
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.services-grid-right-grid span{
	color: #ffffff;
    font-size: 2em;
    top: 1.1em;
}
.services-grid1 {
    text-align: center;
}
.services-grid-right {
	text-align: center;
}
.services-grid-left1{
	text-align:left;
}
.services-grid1:nth-child(2){
	padding:3em 0;
}
.services-grid1:hover .services-grid-right-grid{
	color:#fff;
}
.services-grid1:hover .services-grid-left h4{
	color: #86c724;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(39, 160, 216, 0.67);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -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;
}
.services-grid-right-grid:before {
    background: #86c724;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,.hvr-radial-out:active:before,.services-grid1:hover .hvr-radial-out:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-radial-out:focus:before {
    outline: none;
}
.blue-grid {
    background: #67d6ff;
}
.orange-grid{
    background: #eea303;	
}
.green-grid{
    background: #5bd899;	
}
.red-grid{
    background: #ff9359;	
}
/*-- //banner-bottom --*/
/*-- special --*/
.special{
	background: #e7f4f8;
}
.wthree-special-grid{
	margin:4em 0 0 0;
}
/*-- pricing --*/
.pricing {
    margin: 0 auto;
    box-shadow: 0 0px 3px #c3c3c3;
}
.pricing-top{
    padding: 1.2em 0;
	background:#fd5c63;
	text-align:center;
}
.blue-top{
    background: #67d6ff;
}
.green-top{
	background: #86c724;
}

.pricing-top h3{
	color:#FFF;
	font-size:2em;
	margin:0;
}
.pricing-top p{
	color:#FFF;
	font-size:.875em;
	margin:1em 0 0 0;
}
.pricing-bottom{
    background: #FFF;
    text-align: center;
    padding: 2em;
}
.pricing-bottom-top {
    padding-bottom: 2em;
}
.pricing-bottom-top p{
    color: #333;
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
}
.pricing-bottom-bottom{
	padding: 2em 0;
    border-top: solid 1px #EFECEC;
    border-bottom: solid 1px #EFECEC;
}
.pricing-bottom-bottom p{
	color: #A5A5A5;
    font-size: .875em;
    margin: 0 0 1em 0;
}
.pricing-bottom-bottom p span{
	font-weight:600;
	color:#333;
}
p.text {
    margin-bottom: 0;
}
.buy-button {
    margin: 1.5em 0 0 0;
}
.buy-button a{
	background: #212121;
    padding: .5em 2em;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.buy-button a:hover{
	background: #86c724;
}
/*-- //pricing servc-grid-left--*/
/*-- //special --*/
/*-- choose --*/
.choose{
	background:url(../images/5.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.w3-agile-testimonial {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.choose-heading{
	text-align:left;
}
.choose-heading h3{
	color:#FFFFFF;
}
.top-choose-info{
    padding: 2em 1em;
    background: #FFFFFF;
    margin: 4em 0 0 0;
}
.choose-info-top:nth-child(2){
	margin:1em 0;
}
.choose-info-grid{
    background: #179b8d;
    padding: 0.5em;
}
.choose-info-grid ul{
	padding:0;
	margin:0;
}
.choose-info-grid ul li{
	display:inline-block;
	color:#FFFFFF;
	font-size:1em;
}
.choose-info-grid ul li:nth-child(2){
	margin-left:0.5em;
}
/*-- testimonial --*/
.testimonial-info{
    padding: 2em;
    min-height: 258px;
}
.wthree-testimonial-grid{
    text-align: center;
}
i.fa.fa-quote-right {
    font-size: 1em;
    color: #86c724;
}
.testimonial-top p {
	color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em auto 0;
    width: 100%;
}
.testimonial-top h5 {
    color: #212121;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonial-top h5 span{
	font-weight:300;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 100px;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat right top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 177px;
    left: 215px;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: inline-block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(134, 199, 36, 0.51);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #86c724;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.services-info{
	position:relative;
}
.w3ls-text{
    width: 80%;
    margin: 3em auto 0;
    text-align: center;
}
.w3ls-text h5{
	color: #FFFFFF;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.w3ls-text p {
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.w3ls-text p span{
	margin:1em 0 0 0;
	display:block;
}
/*-- //slider --*/
/*-- //testimonial --*/
/*-- //choose --*/
/*-- subscribe --*/
.w3-agile-subscribe-form {
    text-align: center;
    margin: 3em 0 0 0;
}
.w3-agile-subscribe-form input[type="text"] {
    display: inline-block;
    background: #e7f4f8;
    border: solid 2px #e7f4f8;
    width: 45%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
}

button.btn1:hover{
	background:#ef1b2a;
}
/*-- //subscribe --*/
/*-- footer --*/
.footer{
    background: #0f1215;
    padding: 4em 0 0 0;
}
.agile-footer-grids {
    padding-bottom: 2em;
}
.agile-footer-grid h4{
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.agile-footer-grid h4 span{
	color:#86c724;
}
.agile-footer-grid p{
	color: #bbbbbb;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.agile-footer-grid p span {
    display: block;
    margin: 1em 0 0 0;
}
.agile-footer-grid ul{
	padding:0;
	margin:0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #bbbbbb;
    line-height: 1.8em;
    margin-bottom: 1em;
	font-size:.9em;
}
ul.w3agile_footer_grid_list li:last-child {
    margin-bottom: 0;
}
ul.w3agile_footer_grid_list li a {
    color: #86c724;
    text-decoration: none;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter{
	margin-right:1em;
}
.popular-grid{
    float: left;
    width: 21%;
    margin-right: 1em;
}
.popular-grid a img{
    width: 100%;
    border: solid 2px #fff;
}
.popular-grid:nth-child(4){
	margin-right:0;
}
.agileits-w3layouts-popular{
	margin:1em 0;
}
.copyright{
    text-align: center;
    padding: 2em 0;
    border-top: ridge 1px #232323;
}
.copyright p{
	color: #bbbbbb;
    font-size: .9em;
    margin: 0;
}
.copyright p a{
	color: #bbbbbb;
	text-decoration:none;
}
.copyright p a:hover{
    color: #86c724;
}
/*-- //footer map  --*/
/*-- about-heading --*/
.about-heading{
	background:url(../images/4a.jpg) no-repeat 0px 0px;
	background-size:cover;
	padding:4em 0;
	text-align:center;
}
.about-heading h2 {
    font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.about-heading h2 span {
    color: #179b8d;
}
.wthree-top-grid h4,.choose-info h4 {
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin: 1em 0;
    font-family: 'Roboto', sans-serif;
}
.wthree-top-grid p,.choose-info p{
	color:#999999;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
/*-- //about-heading --*/
/*-- about-top --*/
.agileits-about-top{
	background:#FFFFFF;
}
.agileits-about-top-heading{
	text-align:center;
}
.wthree-top-grid img{
	width:100%;
}
.agileinfo-top-grids {
    margin: 3em 0 0 0em;
    margin-bottom:2em;
}
/*-- //about-top --*/








/*-item_slider-*/

.carousel {
  margin-bottom: 0;
  padding: 0px;
}


/* The controlsy */

.carousel-control {
  left: -66px;
  height: 40px;
  width: 40px;
  background: #eee;
  border: 3px solid #179b8d;
  border-radius: 50%;
  margin-top: 90px;
  color: #179b8d;
  box-shadow: none;
  background-image: none!important;
  opacity: 0.7;
  line-height: 34px;
}

.carousel-control.right {
  right: -66px;
}

/* The indicators */

.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}

.thumbnail img {
  width: 100%;
}

.mid_slider_info {
  margin: 0 auto;
  width: 88%;
}


/*-//item_slider   tab1-*/

/*--features start here--*/
.features {
  padding: 2.5em 0em 3em 0em;
}
.features-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.features-top h3 {
  font-size: 2em;
  font-weight: 600;
  color: #484848;
  margin: 0px 0px 0px 0px;
  font-family: 'Lora', serif;
}
.features-top p {
  font-size: 1.2em;
  font-weight: 400;
  color: #95928d;
  font-family: 'Lora', serif;
  font-style: italic;
}
.featu-right {
  padding: 1.5em 0em 0em 0em;
}
.featu-right h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 7px 0px;
  font-family: 'Lora', serif
}
.featu-right p {
  font-size: 1em;
  font-weight: 400;
  color: #95928d;
  line-height: 1.6em;
}
.featu-btn {
  margin: 1em 0em 0em 0em;
}
.featu-btn  a {
  font-size: 1.1em;
  font-weight: 400;
  color: #0ab2d2;
  text-decoration: underline;
}
.featu-btn  a:hover {
  color: #777;  
   text-decoration: none;
}
/*--features end here--*/
/*--effect start here--*/
.effet-main {
  padding: 2em 0em 2em 0em;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.effec-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.effec-top h3 {
  font-size: 2em;
  font-weight: 600;
  color: #484848;
  margin: 0px 0px 0px 0px;
  font-family: 'Lora', serif;
}
.effec-top p {
  font-size: 1.2em;
  font-weight: 400;
  color: #95928d;
  font-family: 'Lora', serif;
  font-style: italic;
}
.effec-left {
  padding: 1.5em 0em 0em 0em;
}
.effec-left h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 7px 0px;
  font-family: 'Lora', serif
}
.effec-left p {
  font-size: 1em;
  font-weight: 400;
  color: #95928d;
  line-height: 1.6em;
}
.effec-btn a {
  font-size: 1.1em;
  font-weight: 400;
  color: #0ab2d2;
  text-decoration: underline;
}
.effec-btn a:hover {
  color: #777;
  text-decoration: none;
}
.effec-btn {
  margin: 1em 0em 0em 0em;
}
/*--effect end here--*/
/*--project start here--*/
.project-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.project-top h3 {
  font-size: 2em;
  font-weight: 600;
  color: #484848;
  margin: 0px 0px 0px 0px;
  font-family: 'Lora', serif;
}
.project-top p {
  font-size: 1.2em;
  font-weight: 400;
  color: #95928d;
  font-family: 'Lora', serif;
  font-style: italic;
}
.project-main {
  padding: 2em 0em 2em 0em;
  border-bottom: 1px solid #e1e1e1;
}
.project-details {
  text-align: center;
}
.project-details h4 {
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
  margin: 6px 0px 5px 0px;
}
.project-details p {
  font-size: 1em;
  font-weight: 400;
  color: #95928d;
}
/*--light-box--*/
.project-eff:hover span.rollover1 {
  background: url(../images/plus.png) center no-repeat rgba(11, 10, 9, 0.66);
  cursor: pointer;
  height: 250px;
  width: 255px;
  display: block;
  position: absolute;
  z-index: -9999px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.project-eff{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position:relative;
}

/*--project end here--*/








.banner_bottom,
.mid_slider,
.tabs_section {
  padding: 1.5em 0;
}


/*-/tab--*/

.tabs_section {
  background: transparent;
}
.rep-text {
margin-top: 60px;
}
.rep-text h4 {
  font-size: 1.8em;
  color: #179b8d;
  font-weight: 500;
  margin-bottom: 0.8em;
}

.rep-img img {
  border: 2px solid #179b8d;
  padding: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-text-left h4 {
  font-size: 1em;
  margin: 0;
  color: #333;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.service_text h3 {
  font-size: 1em;
  color: #212121;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.service_text h4 {
  font-size: .9em;
  text-transform: capitalize;
  margin: 0.9em 0 0.5em;
}

.service_text h5 {
  font-size: 1em;
  text-transform: capitalize;
  margin: 0.5em 0 1em;
  color: #34bf49;
}

.service_text ul li {
  display: inline-block;
  color: #179b8d;
}

.service_text ul li:last-child {
  font-weight: 600;
  color: #179b8d;
}

.service_text {
  margin-top: 1em;
}


/*-//tab--*/


/*-- stats --*/

.stats_left p {
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.5em;
}

.stats_left h4 {
  font-size: 1.1em;
  color: #0a4e14;
  margin: 0;
  font-weight: 400;
}

.stats_left i {
  font-size: 3em;
  color: #01560e;
}

.stats_bottom_grid_left img {
  margin: 0 auto;
}

.testimonials {
  background: url(../images/banner1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
  padding-top: 6em;
}

.stats_test {
  padding: 6em 4em;
  background: #34bf49;
}

.stats_left {
  text-align: center;
  float: left;
  width: 25%;
  border: 1px solid #17a52c;
  padding: 3em 1em;
}

.stats_left:nth-child(3) {
  border-right: 0px;
}

.stats_left:nth-child(2) {
  border-left: 0px;
  border-right: 0px;
}

.quote {
  text-align: center;
  margin-bottom: 30px;
}

.quote i {
  font-size: 3em;
  color: #fff;
}

p.test {
  color: #fff;
}


/*-------------------------------*/


/*    Carousel Fade Transition   */


/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
  background-color: #0099e5;
  border: none;
}

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}

#fade-quote-carousel .profile-circle {
  margin: 0 auto;
  text-align: center;
}

.profile-circle img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: .3em;
  border: 2px solid #efefef;
}

.testimonials_inner h4 {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  margin-top: 1.3em;
}


/*-- /inner_banner --*/

.inner_banner {
  background: url(../images/banner4.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 200px;
}

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

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

ul.short_w3ls_agile {
  text-align: left;
}

ul.short_w3ls_agile li {
  text-align: left;
  display: inline-block;
  letter-spacing: 1px;
  color: #179b8d;
  font-size: 0.85em;
}

.inner_breadcrumb {
  padding: 0 4.1em;
}

ul.short_w3ls_agile li a {
  color: #ef1b2a;
  text-decoration: none;
}


/*-- //inner_banner --*/
#home {
    position: relative;
}
.banner {
    margin: 0 auto;
    text-align: center;
  position:relative;
   
}
.banner img {
       margin: 0 auto;
    text-align: center;
    border: 7px solid #44c7f4;
}
.banner h2 {
    font-size: 3.5em;
    color: #fff;
    margin: 0em 0;
    letter-spacing: 6px;
}
.banner span {
    color: #44c7f4;
  letter-spacing:4px;
  font-size:0.9em;
}
.slider-info p {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 7px;
    margin: 0em 0 2em 0;
}
.slider-info {
    padding-top: 13em;
}



.banner {
  width: 100%;
  position: relative;
  overflow: hidden;

}

.banner ul { position: absolute; }

.banner ul li {
  width: 100%;
  height:500px;
  float: left;
  background: no-repeat center center;
  list-style:none!important;
}

.banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3){
          background:url(../images/banner1.jpg) no-repeat center center!important;
      background-size:cover;
      min-height:500px;
        }
       .banner ul li:nth-child(2){
          background:url(../images/banner2.jpg) no-repeat center center!important;
        }
    .banner ul li:nth-child(3){
          background:url(../images/banner4.jpg) no-repeat center center!important;
        }

.banner ol {
  width:84px!important;
  height: 20px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 50%;
 margin-left: -40px!important;
  bottom: 30px;
  padding: 0 10px;
  border-radius: 10px;
}
.banner ol li {
  list-style:none;
}
.banner ol li {
  width: 10px;
  height: 10px;
  float: left;
  margin: 5px 5px;
  background: #ef1b2a;
  border-radius: 50%;
  cursor: pointer;
  
    overflow: hidden;
}

.banner ol .current { background: #179b8d; }

.banner i {
     width: 32px;
    height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  border-radius:0px!important;
  display: none;
}

.banner .left {
  left: 60px;
  background:url(../images/left1.png) no-repeat 1px 14px;
}

.wthree_banner_bottom_right_grids:nth-child(2){
  margin:1em 0 0;


 }
.banner_bottom_right_grid {
    padding-right: 0;
}
.banner .right {
    right: 60px;
    background: url(../images/right1.png) no-repeat 1px 14px;
}

.banner .left:hover, .banner .right:hover { background-color: rgba(0, 0, 0, 0.31); }
/*--/banner_info --*/
.banner_wthree_agile_info {
      position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0.62);
    margin: 11% auto;
    width: 45%;
    padding: 1em 1em 1.9em 1em;
    border-radius: 2em;

}
.banner_wthree_agile_info h3 {
    font-size: 3em;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;

}
.banner_wthree_agile_info p {
     font-size: 1em;
    color: #179b8d;
    letter-spacing: 10px;
    text-shadow: 0px 1px 5px #010a05;
    line-height: 0px;
     margin-top: 9px;
}
/*--//banner_info  bann --*/
.jarallax {
    position: relative;
 
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
.wthree-tittle {
    margin-bottom: 1.6em;
}

h3.agile_title {
  font-size:1.6em;
    color: #212121;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 600;
}
h3.agile_title:after {
    content: '';
    background: #179b8d;
    height: 4px;
    width:2%;
    position: absolute;
    top: 35%;
    left: 35%;
}

h3.agile_title.one:after {
    content: ' ';
    background: #179b8d;
    height: 4px;
    width: 2%;
    position: absolute;
    top: 35%;
    left: 31%;
}
h3.agile_title.one.two:after {
    content: '';
    background:#179b8d;
    height: 4px;
    width: 2%;
    position: absolute;
    top: 35%;
    left: 31%;
}
p.w3l-agile-its-title {
    text-align: center;
    font-size:0.9em;
       color: #ef1b2a;
    letter-spacing: 8px;
}   
p.w3l-agile-its-title.second {
   color: #ef1b2a;
   letter-spacing: 8px;
}
.about_panel{
  margin:0 !important;
}
.w3ls_logo_about{
  padding-bottom:0 !important;
}
.wthree_about_grid_left h2 {
  margin-top: 4em;
    font-size: 1.3em;
    color: #333;
    margin-bottom: 1em;
    float: right;
}
.wthree_about_grid_left h2 span {
    color: #ef1b2a;
    float: right;
}
.agileits_breadcrumbs_left ul {
    padding: .3em 0 0;
}
.w3_about_grids{
  margin:3em 0 0;
}
.w3_about_grid_left h5{
  color:#212121;
  font-size:1.3em;
  text-transform:capitalize;
  line-height:1.5em;
}
.w3_about_grid_left p{
  color:#999;
  line-height:2em;
  font-style:italic;
  margin:1em 0;
}
.pa_italic i {
    left: -1em;
  font-size: 12px;
}
.pa_italic span {
 border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 1.5em;
 /*-- border: 2px solid #179b8d; --*/
  background: #179b8d;
}
.collapsed span {
    display: inline-block;
    left: -1em;
  font-size: 12px;
  color: #fff;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:10px 35px;
}
.panel-title {
    font-size: 0.9em;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
  background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
    color: #fff;
    background-color: #212121;
}
.panel-body {
    padding: 1.5em;
    font-size: 14px;
    line-height: 2em;
    color: #555;
}
a.pa_italic label {
    cursor: pointer;
  font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.wthree_about_grid_left p {
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 2em;
    color: #555;

}
.panel-heading {
    padding: 10px 23px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.wthree_about_grid_right {
    float: right;
   
}
.wthree_about_grid_right img{
   text-align: center;
    margin: 0 auto;
  
}
.wthree_about_grid_right {
    float: right;
    margin-top: 3em;
}

 .welcome-section {
  padding: 4em 0;
  background: #eee;
}
.welcome-grid h3 {
  font-size: 2.5em;
  color: #000;
  text-transform: capitalize;
    font-family: Raleway-SemiBold;
  }
.welcome-grid p {
  font-size: 1em;
  color: #555;
   padding: 1em 0 0 ;
  line-height: 1.8em;
}




.welcome-slider {
  background:#179b8d;
  padding: 3em 0em 3em 3em;
}




.product-sec1 {
    box-shadow: 0px 2px 5px 0px #179b8d;
    padding: 15px 20px;
    margin-bottom: 1px;
}



/*-- about-bottom --*/
.about-bottom{
  background:url(../images/01.jpg) no-repeat 0px 0px;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  min-height:400px;
}
.agileinfo_about_bottom_left img {
    margin: 0 auto;
}
.agileinfo_about_bottom_right h2{
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5em;
  text-transform: capitalize;
  margin: 2em -2em 1em;
}
.agileinfo_about_bottom_right_wthree{
  padding-left:0;
}
.agileinfo_about_bottom_right_wthree ul li{
  display:block;
  margin-bottom:1em;
  color:#fff;
  text-transform:capitalize;
 margin: 1em -4em;
}
.agileinfo_about_bottom_right_wthree ul li i{
  color:#ef1b2a;
  padding-right:0.3em;
}
/*-- //about-bottom --*/


.welcome-slider {
  background:#b79f62;
  padding: 3em 0em 3em 3em;
}
.biseller-column img{
  width:75%;
}
 #flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0 auto;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px 2px;
  padding:0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
  
}

.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
  margin-top:10px;
  margin-bottom: 10px;
  width:250px;
  height:500px;
}
.grid-flex{
  margin:10px 0 20px 0;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  positon: relative;
}
.biseller-info {
  margin:1em 0 0 0; 
}









/*-- choose --*/
.w3-agileits-choose-grid{
    background: url(../images/ab.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
.agile-choose-grids{
	margin:4em 0 0 0;
}
.agile-choose-grid{
	text-align:center;
}
.about-choose h3{
	color:#FFFFFF;
}
.choose-info h4{
	color:#FFFFFF;
}
.choose-info p{
	color:#FFFFFF;
}
.choose-icon i.fa.fa-user,.choose-icon i.fa.fa-cogs,.choose-icon i.fa.fa-thumbs-o-up {
    background: #179b8d;
    padding: .9em 0 0 0;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    font-size: 2em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //choose --*/
/*-- team --*/
.team{
	background:#FFFFFF;
}
.team-grids {
    margin: 4em 0 0 0;
}
.team-grid:nth-child(4),.team-grid:nth-child(5),.team-grid:nth-child(6){
	margin:4em 0 0 0;
}
.team-grid:nth-child(7),.team-grid:nth-child(8),.team-grid:nth-child(9){
  margin:4em 0 0 0;
}
.team-grid:nth-child(10),.team-grid:nth-child(11),.team-grid:nth-child(12){
  margin:4em 0 0 0;
}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
    width: 100%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
    background: #179b8d;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #FFF;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;

}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 9em 0 1em 0;
    font-size: 0.9em;
    color: #FFF;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 0px;
  color: #FFF;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}
.icons ul{
	padding:0;
	margin:0;
}
.icons ul li{
	display:inline-block;
}
.icons ul li.team-twitter{
	margin:0 1em;
}
.icons ul li a{
	color: #FFFFFF;
    text-align: center;	
}
.icons ul li a:hover{
	opacity:.5;
}
/*-- //team --*/
/*-- //about --*/


/*--//banner_info  bann --*/
.jarallax {
    position: relative;
 
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
.wthree-tittle {
    margin-bottom: 1.6em;
}

h3.agile_title {
  font-size:1.6em;
    color: #212121;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 600;
}
h3.agile_title:after {
    content: '';
    background: #179b8d;
    height: 6px;
    width:5%;
    position: absolute;
    top: 36%;
    left: 35%;
}

h3.agile_title.one:after {
    content: ' ';
    background: #179b8d;
    height: 6px;
    width: 5%;
    position: absolute;
    top: 36%;
    left: 35%;
}
h3.agile_title.one.two:after {
    content: '';
    background:#179b8d;
    height: 6px;
    width: 5%;
    position: absolute;
    top: 36%;
    left: 35%;
}


p.w3l-agile-its-title {
    text-align: center;
    font-size:0.9em;
       color: #ef1b2a;
    letter-spacing: 8px;
}   
p.w3l-agile-its-title.second {
   color: #ef1b2a;
   letter-spacing: 8px;
}
.about_panel{
  margin:0 !important;
}
.w3ls_logo_about{
  padding-bottom:0 !important;
}
.wthree_about_grid_left h2 {
  margin-top: 4em;
    font-size: 1.3em;
    color: #333;
    margin-bottom: 1em;
    float: right;
}
.wthree_about_grid_left h2 span {
    color: #ef1b2a;
    float: right;
}
.agileits_breadcrumbs_left ul {
    padding: .3em 0 0;
}
.w3_about_grids{
  margin:3em 0 0;
}
.w3_about_grid_left h5{
  color:#212121;
  font-size:1.3em;
  text-transform:capitalize;
  line-height:1.5em;
}
.w3_about_grid_left p{
  color:#999;
  line-height:2em;
  font-style:italic;
  margin:1em 0;
}
.pa_italic i {
    left: -1em;
  font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
  font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:10px 35px;
}
.panel-title {
    font-size: 0.9em;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
  background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
    color: #fff;
    background-color: #212121;
}
.panel-body {
    padding: 1.5em;
    font-size: 14px;
    line-height: 2em;
    color: #555;
}
a.pa_italic label {
    cursor: pointer;
  font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.wthree_about_grid_left p {
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 2em;
    color: #555;

}
.panel-heading {
    padding: 10px 23px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.wthree_about_grid_right {
    float: right;
   
}
.wthree_about_grid_right img{
   text-align: center;
    margin: 0 auto;
  
}
.wthree_about_grid_right {
    float: right;
    margin-top: 3em;
}

 .welcome-section {
  padding: 4em 0;
  background: #eee;
}
.welcome-grid h3 {
  font-size: 2.5em;
  color: #000;
  text-transform: capitalize;
    font-family: Raleway-SemiBold;
  }
.welcome-grid p {
  font-size: 1em;
  color: #555;
   padding: 1em 0 0 ;
  line-height: 1.8em;
}




.welcome-slider {
  background:#179b8d;
  padding: 3em 0em 3em 3em;
}




/*-- //about --*/










/*** Navigation ***/
.biseller-column img{
  width:75%;
}

.banner_bottom_left h3{
  font-size: 1.5em;
    color: #212121;
    text-transform: capitalize;
}
.banner_bottom_left h3 span{
     color: #ef1b2a;
    text-transform: capitalize;
}

.banner_bottom_left p{
  display:block;
  margin:1.9em 0 8em;
      text-transform: initial;
}

.banner_bottom_left p i{
  color:#ef1b2a;
  display:block;
  margin:.5em 0 1em;
}
.banner_bottom_left{
  text-align:right;
  margin-top: 5em;
}
.banner_bottom_left p{
  color:#999;
  line-height:2.2em;
  margin-bottom:1em;
}


.wthree_more a{
  padding:10px 7px;
  border:1px solid #fff;
  font-size:14px;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff;
  position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  display:block;
}



.wthree_more1 a,.wthree_more2 a,.wthree_more3 a {
    border-color: #179b8d;
    color: #fff;
    text-align: center;
    box-shadow: 1px -2px 2px #ef1b2a;
    border-radius: 1.1em;
    font-size: 0.9em;
    letter-spacing: 0.2em;
}
.wthree_more1 .button--wayra {
    margin-left: 24em;
    margin-top: 25px;
}









.wthree_morea a{
  padding:10px 0px;
  border:1px solid #fff;
  font-size:1px;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff;
  position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  display:block;
}

.wthree_more1a a,.wthree_more2a a,.wthree_more3a a {
    border-color: #179b8d;
    color: #fff;
    text-align: center;
    box-shadow: 1px -2px 2px #ef1b2a;
    border-radius: 1.1em;
    font-size: 0.8em;
    letter-spacing: 0.2em;
}
.wthree_more1a .button--wayraa {
    margin-left: center;
    margin-top: 25px;
}



.bann-btn {
  float:center;

  margin: 2em 0em 0em 0em;
  position: relative;
}
.bann-btn a {
  float:center;
  background: #179b8d;
  font-size: 1.1em;
  color: #fff;
  padding: 0.4em 1.5em;
  border-radius: 0.9em;
  /*font-family: 'Lucida Sans', serif;*/
box-shadow: 1px -2px 1px #ef1b2a;
}

.bann-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ef1b2a;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.bann-btn a:hover {
opacity: 1;
  background-color:#ef1b2a;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.bann-btn a:hover::before {
  opacity: 1;
  background-color:#ef1b2a;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


input[type="submit"],input[type="reset"],.w3ls_footer_grid_leftl,.w3ls_footer_grid_leftr h4,.w3l_footer_pos p a,.w3ls_footer_grid_leftr a,.w3layouts_header_right ul li a,.w3ls_social li a,.w3_team_grid1_pos,.w3_team_grid1_pos img{
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}
/*-- header --*/
/*--header -top--*/
.banner-top {
    border-top: 2px solid #000;
}
.social-bnr-agileits{
  float:left;
  margin-left:1em;
}
.social-bnr-agileits ul li {
        display: inline-block;
    float: left;
    margin: 0px 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #ef1b2a;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #ef1b2a;
}
.social-bnr-agileits ul {
    margin-top: 10px;
}
.social-bnr-agileits ul li i {
    padding-top: 6px;
    color:#fff;
    font-size: 13px;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-bnr-agileits ul li:hover i{
  
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-bnr-agileits ul li:hover { 
    border: 2px solid #179b8d;
   background: #179b8d;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile {
    float: right;
}
.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
       border-left: 1px solid #000;
    padding: 13px 20px;
        color: #000;
  font-size:14px;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile ul li a{
      color: #179b8d;
  text-decoration:none;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  text-transform: lowercase;
  font-size: 15px;
}
.contact-bnr-w3-agile ul li a:hover{
   color: #ef1b2a;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile ul li i {
       color: #ef1b2a;
    font-size: 16px;
    margin-right: 15px;
}
/*--search--*/
.contact-bnr-w3-agile ul li.s-bar {
    background: #fff;
  border-left:1px solid #000;
}
.search label.icon-search {
    color: #212121;
  cursor: pointer;
}
.search_form{
  position:absolute;
  z-index:9999;
  right:0;
  top:15px;
  overflow: hidden;
  width: 20px;
  height:0px;
  background: #000000;
  transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
  opacity:0;
  transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
}
.search_form input[type='search']{
      width: 359px;
    padding: 6px;
    outline: none;
    font-size: 14px;
    color: #555;
    border: 1px solid #fff;
    background: #fff;
}
.search_form input[type='search']::-webkit-input-placeholder{
  color:#fff !important;
}
.search_form  input[type='submit'] {
    outline: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #fdbd10;
    border: 1px solid #fdbd10;
    text-transform: uppercase;
    padding: 6px 34px;
}
.search_form input[type='submit']:hover {
    
  background: #179b8d;
  background: #179b8d;
}
.search_box{
  visibility: hidden;
}

.search_box:checked~.search_form{
       width: 500px;
      height: 53px;
    padding: 10px;
        top: 52px;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
  opacity:1;
  transition:0.3s all ease-out 0.5s;
  -webkit-transition:0.3s all ease-out 0.5s;
}
label.icon-search span {
    color: #fff;
    font-size: 1.2em;
   top: 0px;
    padding-right: 12px;
    /* background: #62a0ec;
    /* padding: 10px;   services*/
}


/*-- inner pages --*/

.page-head_agile_info_w3l {
    background: url(../images/b1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}

.page-head_agile_info_w3l-2 {
    background: url(../images/b3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}

/*-- page details --*/

ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 1px;
}

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

.services-breadcrumb {
    padding: 0;
    background: #000;
    text-align: center;
}



/* gallery page */
.agile_gallery_grids {
    padding: 0 2em;
}

.demo>li {
    list-style-type: none;
    margin: 6px;
    display: inline-block;
    max-width: 355px;
}

/*jquery.picEyes*/
.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 99;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    z-index: 100;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 199;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    max-height: 500px;
    max-width: 640px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.pictures_eyes_in .prev {
    left: 35px;
    background: url(../images/left1.png) no-repeat;
}

.pictures_eyes_in .next {
    right: 35px;
    background: url(../images/right1.png) no-repeat;
}

.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 299;
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0 3px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.pictures_eyes_indicators img {
    height: 50px;
}

.pictures_eyes_indicators .current {
    filter: alpha(opacity=100);
    opacity: 1;
}

.gallery-grid1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

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

.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, .p-mask h2,.p-mask h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

.p-mask p {
    color: #f5f5f5;
    font-size: 13px;
    margin-top: 5px;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    width: 100%;
}

/* //gallery page */






.services-breadcrumb ul li i {
    padding: 0 1em;
}

ul.w3_short {
    text-align: left;
    padding: 10px 0;
}

/*-- //page details --*/

.page-head_agile_info_w3l {
    background: url(../images/b1.jpg) no-repeat center;
        background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}


.button--wayraa {
  overflow: hidden;
  background: #ef1b2a;
  width: 35%;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  margin:0 auto;
}
.button--wayraa::before {
  content: '  ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #179b8d;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayraa:hover {
  color: #fff;
  border-color:#179b8d;
}
.button--wayraa.button--inverted:hover {
  color: #3f51b5;
  border-color: #fff;
}
.button--wayraa:hover::before {
  opacity: 1;
  background-color:#179b8d;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayraa.button--inverted:hover::before {
  background-color: #fff;
}


.button--wayra {
  overflow: hidden;
  background: #ef1b2a;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  margin:0 0;
}
.button--wayra::before {
  content: '  ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #179b8d;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
  color: #fff;
  border-color:#179b8d;
}
.button--wayra.button--inverted:hover {
  color: #3f51b5;
  border-color: #fff;
}
.button--wayra:hover::before {
  opacity: 1;
  background-color:#179b8d;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
  background-color: #fff;
}




.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   width:100%;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth img {
   filter: alpha(opacity=1);
   opacity: 1;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
  padding: 2em 0em 3em;
    background: #f5f5f5;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.agile_text_box p {
    line-height: 1.8em;
    width: 75%;
    margin: 0 auto;
    color: #999;
}
.agile_text_box i{
  background:url(../images/img-sp.png) no-repeat -12px 0px;
  display:block;
  width:64px;
  height:64px;
  margin:0 auto;
}
i.men{
  background:url(../images/img-sp.png) no-repeat -102px -1px;
  display:block;
  width:64px;
  height:64px;
  margin:0 auto;
}
i.shipping{
  background:url(../images/img-sp.png) no-repeat -173px -1px;
  display:block;
  width:64px;
  height:64px;
  margin:0 auto;
}
i.clock{
  background:url(../images/img-sp.png) no-repeat -247px 11px;
  display:block;
  width:64px;
  height:64px;
  margin:0 auto;
}
.agile_text_box h3{
  text-transform:lowercase;
  font-size:1.2em;
  color:#ef1b2a;
  line-height:1.5em;
  margin:1em 0 .5em;
}
/*--//search--*/






/* gallery page */
.agile_gallery_grids {
    padding: 0 2em;
}

.demo>li {
    list-style-type: none;
    margin: 6px;
    display: inline-block;
    max-width: 355px;
}

/*jquery.picEyes*/
.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 99;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    z-index: 100;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 199;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    max-height: 500px;
    max-width: 640px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.pictures_eyes_in .prev {
    left: 35px;
    background: url(../images/left1.png) no-repeat;
}

.pictures_eyes_in .next {
    right: 35px;
    background: url(../images/right1.png) no-repeat;
}

.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 299;
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0 3px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.pictures_eyes_indicators img {
    height: 50px;
}

.pictures_eyes_indicators .current {
    filter: alpha(opacity=100);
    opacity: 1;
}

.gallery-grid1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

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

.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, .p-mask h2,.p-mask h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

.p-mask p {
    color: #f5f5f5;
    font-size: 13px;
    margin-top: 5px;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    width: 100%;
}

/* //gallery page */

/*-- /gallery --*/
/*-- /gallery --*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ffffff;
    cursor: default;
    background: #ef1b2a;
    border: solid 2px #ef1b2a;
}
.nav-tabs > li > a {
      margin-right: 3px;
      font-size: 1em;
      color: #ffffff;
      border: solid 2px #179b8d;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: .5em 1em;
      background: #179b8d;
}
.nav-tabs > li > a:focus{
  background:transparent;
}
.nav-tabs {
    border-bottom: none;
    margin: 4em 0;
    text-align: center;
}
.nav-tabs > li {
    margin: 0 10px;
    float: none;
    display: inline-block;
}
.nav-tabs > li > a:hover {
    color: #FFFFFF;
    background: #ef1b2a;
    border: solid 2px #ef1b2a;
}
.agile-gallery-info{
    padding: 0.4em;
    background: #ffffff;
    margin-bottom: 1em;
    border-bottom: solid 3px #555;
}
.agile-gallery-info h5{
    color: #000000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0;
}
.agile-gallery-info p{
       color: #555;
    font-size: .9em;
    line-height: 1.8em;
    margin: .5em 0 0 0;
}
.agile-gallery-info{
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.w3_tab_img_left:hover .agile-gallery-info{
    border-bottom: solid 3px #179b8d;
}
.w3_tab_img_left:hover .agile-gallery-info p{
    color:#179b8d;
}
/*-- //gallery --*/





/*-- plans --*/
/*-- shared-grid --*/
.shared-grid{
	
}
.priceing-table-main {
    margin: 4em 0 0 0;
}
.price-list ul {
    padding: 0px;
    list-style: none;
}
.price-gd-top {
    background:#67d6ff;
    text-align: center;
}
.price-gd-top h4 {
    font-size: 1.8em;
    color: #fff;
    padding: 0.4em 1em;
    background: #3cc6f9;
}
.price-gd-top h3 {
    padding:0.2em 0em 0.1em 0em;
    font-size:2.5em;
    color: #fff;
}
.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 h4 {
    background: #d89402;
}
.price-gd-top.pric-clr2 {
    background: #eea303;
}
.price-selet.pric-sclr2 a {
    background: #eea303;
}
.price-gd-top.pric-clr3 {
	background: #5bd899;
}
.price-gd-top.pric-clr3 h4 {
    background: #54c58c;
}
.price-gd-top.pric-clr4 {
	background: #ff9359;
}
.price-gd-top.pric-clr4 h4 {
	background: #ec8954;
}
.price-selet.pric-sclr4 a {
    background: #ff9359;
}
.price-selet.pric-sclr3 a {
    background: #5bd899;
}
.price-list ul li {
	padding: 0.5em 0em;
    font-size: 0.9em;
    color: #999999;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
}
.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.price-selet a {
	font-size: 0.9em;
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #67d6ff;
    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;
}
/*-- //shared-grid --*/
/*-- cloud-grid --*/
.cloud-grid{
    background: #e7f4f8;
}
.cloud-pricing-table{
	margin:4em 0 0 0;
}
.w3layouts-pricing {
	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;
}
.w3layouts-price-top {
    background: #67d6ff;
}
.yellow-w3layouts-price-top{
    background: #eea303;	
}
.green-w3layouts-price-top{
    background: #5bd899;	
}
.red-w3layouts-price-top{
    background: #ff9359;	
}
.yellow-w3-dotter h4{
    background: #d89402 !important;
}
.green-w3-dotter h4{
    background: #54c58c !important;
}
.red-w3-dotter h4{
    background: #ec8954 !important;
}
.w3layouts-price-heading{
    padding: 2em;
}
.w3layouts-price-heading h3{
    font-size: 1.8em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}
.w3-dotter{
	float:left;
}
.w3l-month{
	float:right;
}
.w3-dotter h4 {
    font-size: 2.5em;
    color: #FFF;
    background: #3cc6f9;
    padding: .27em .5em;
    margin: 0;
}
.w3l-month p {
    font-size: .9em;
    text-transform: uppercase;
    color: #fff;
    padding: 2.1em 2em 0 0;
    margin: 0;
}
.w3ls-price-bottom ul li {
    font-size: .95em;
    line-height: 1.8em;
    color: #999999;
    padding: .3em 0;
    text-transform: capitalize;
}
.w3ls-price-bottom b {
    font-weight: 600;
    color: #333;
	font-size: .9em;
}
.w3ls-price-bottom {
    padding: 2em;
    background: #FFFFFF;
}
.wthree-price-button {
    padding: 1em 0;
    text-align: center;
}
.wthree-price-button a{
    font-size: .9em;
    padding: 0.5em 1.5em;
    background: #67d6ff;
    color: #fff;
    text-decoration: none;
}
.agileits-price a.button:hover {
    background: #188050;
}
.yellow-wthree-price-button a{
	background: #eea303 !important;
}
.green-wthree-price-button a{
	background: #5bd899 !important;
}
.red-wthree-price-button a{
	background: #ff9359 !important;	
}
/*-- //cloud-grid --*/
/*-- vpn-grid --*/
.vpn-grids {
    margin: 4em 0 0 0;
}
.w3-agileits-vpn-grid{
	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;
}
.agileinfo-price{
    background: #67d6ff;
    padding: 2em 0;
    text-align: center;
}
.yellow-agileinfo-price{
    background: #eea303 !important;	
}
.green-agileinfo-price{
	background:#5bd899 !important;
}
.red-agileinfo-price{
	background:#ff9359 !important;
}
.agileinfo-price h3 {
    font-size: 1.8em;
    color: #fff;
	margin:0;
}
.agileinfo-price h5 {
    padding: 1em 0;
    font-style: italic;
    font-size: .9em;
    color: #F0EBEB;
    margin: 0;
}
.price-bg {
    background: #fff; 
    padding: 1.5em;
}
.price-bg p.price-label-1 {
	color: #67d6ff;
    text-align: center;
}
.price-bg p span {
    font-weight: bold;
    font-size: 5em;
    line-height: 0.8em;
    margin-right: 5px;
}
.price-bg ul {
    padding: 0;
    margin-top: 1em;
}
.price-bg ul li {
    list-style: none;
}
ul.count li {
	border-bottom: 1px dashed #dadada;
    padding: 1em 0;
    text-align: center;
    color: #999999;
    font-size: .9em;
}
.price-bg p.price-label-2 {
    color: #eea303;
    text-align: center;
}
.price-bg p.price-label-3 {
    color: #5bd899;
    text-align: center;
}
.price-bg p.price-label-4 {
    color: #ff9359;
    text-align: center;
}
/*-- //vpn-grid --*/
/*-- //plans --*/
/*-- services --*/


/*--/copyright--*/

ul.fallow li {
  display: inline-block;
  padding: 0 8px;
}

ul.fallow {
  margin-top: 1.5em;
}

a.facebook {
  color: #fff;
  font-size: 16px;
}

a.facebook:hover {
  color: #179b8d;
}

.copyrightbottom {
  text-align: center;
}

.copyright {
  background: #222222;
  color: #fff;
  padding: 1em 0;
  border-top: 1px solid rgba(25, 24, 24, 0.58);
}



.copyrightbottom p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 28px;
}

.copyrightbottom a {
  color: #0099e5;
  text-decoration: none;
}

.copyrightbottom a:hover {
  color: #fff;
}

ul.fallow h4 {
  font-size: 0.95em;
  color: #fff;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url(../images/top_up.png) no-repeat 0px 0px;
}


/*--// copyright-- */


/*-- best-services --*/
.w3l-best-services-grids {
    margin: 2em 0 0 0;
}
.servc-grids:nth-child(2) {
  margin: 2em 0;
}
.servc-grids:nth-child(3) {
	margin: 2em 0;
}

.servc-grids:nth-child(4) {
  margin: 2em 0;
}
/*-- Effect 1--*/
.servc-grid-left span{
	font-size: 2em;
    color: #ffffff;
    display: inline-block;
    border-radius: 10%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
}


.servc-grid-left span:after {
  pointer-events: none;
  position: absolute;
  width: 70%;
  height: 100%;
  border-radius: 10%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.effect-1 {
	background: #179b8d;
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}
.effect-1:after {
    top: -7px;
    left: 6px;
    padding: 7px;
    box-shadow: 0 0px 0 2px #ef1b2a;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}
.servc-grid:hover span{
    background: #ef1b2a;
    color: #fff !important;
}
.servc-grid:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 1--*/
.servc-grid-right h4 {
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin: 0 0 1em 0;
    font-family: 'Roboto', sans-serif;
}
.servc-grid-right:hover h4 {
    color: #ef1b2a;

}
.servc-grid-right:hover h4:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.servc-grid-right p{
    margin: 0;
    font-size: .9em;
    color: #999;
    line-height: 1.8em;
}
.servc-grid-left {
    text-align: right;
    padding-right: 2em;
}
/*-- //best-services placeholder--*/
/*-- featured-services --*/
.w3ls-featured-services{
	background: #e7f4f8;	
}
.w3-agileits-featured-left-grids{
	margin:4em 0 0 0;
}
.featured-heading{
	text-align:left !important;
}
.featured-left-img img{
	width:100%;
}
.featured-left-text h5{
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin: 0 0 1em 0;
    font-family: 'Roboto', sans-serif;
}
.featured-left-text p {
    margin: 0;
    font-size: .9em;
    color: #999;
    line-height: 1.8em;
}
.w3-agileits-featured-left-grid:nth-child(2),.agile-news-grid:nth-child(2){
	margin:2em 0;
}
.agile-news-grids {
    margin: 4em 0 0 0;
}
.agile-news-date{
    background: #212121;
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    padding: 1.2em 0 0 0;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agile-news-date h5{
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 0;
    font-weight: 600;
}
.agile-news-date p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
}
.agile-news-text{
	float: right;
    width: 75%;
}
.agile-news-text h5{
    text-transform: capitalize;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    font-family: 'Roboto', sans-serif;
}
.agile-news-text h5 a{
	text-decoration:none;
	color: #212121;
}
.agile-news-text p {
    margin: 0;
    font-size: .9em;
    color: #999;
    line-height: 1.8em;
}
.agile-news-grid:hover div.agile-news-date{
	background: #86c724;	
}
.agile-news-grid:hover div.agile-news-text h5 a{
	color: #86c724;	
}
/*-- //featured-services --*/
/*-- //services --*/
/*-- faq --*/
.faq h4{
	text-align:left;
}
.pa_italic i {
    left: -1em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:30px 15px;
}
.panel-title > a{
	font-size: 1.2em;
    color: #212121;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #179b8d05;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.check-out .td-data .fa-cart-plus {
    display: none;
}
/*-- //faq --*/
/*-- registration --*/
.signin-form {
	background: #e7f4f8;
    background-size: cover;
    padding: 2em 2em;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.signin-form h3 {
    font-size: 2em;
    color: #212121;
    font-weight: 700;
    margin: 1em 0;
    text-transform: uppercase;
}
.signin-form h3 span {
    color: #67e1ff;
}
.signin-form img {
    border-radius: 50%;
}
.login-form {
    margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"] {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #212121;
    border: none;
    border-bottom: 2px solid #212121;
    letter-spacing: 1px;
    text-align: center;
}
.signin-form input[type="email"] {
    background: none;
    display: block;
}
.signin-form input[type="text"] {
    background: none;
    display: block;
}
.signin-form input[type="password"] {
     background: none;
    display: block;
}
::-webkit-input-placeholder{
	color:#999 !important;
}
.signin-form input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background: #86c724;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	border-radius: 22px;
	
}
.signin-form input[type="submit"]:hover {
    color: #fff;
    background: #212121;
    transition: .5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.signin-form p a {
    font-size: 0.875em;
    color: #212121;
    letter-spacing: 1px;
}
.login-social-grids{
    margin: 1em 0;
}
.login-social-grids ul {
    padding: 0;
    margin: 0;
}
.login-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss{
    height: 30px;
    width: 30px;
    border: solid 2px #212121;
    line-height: 29px;
    background: none;
    color: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
/*-- //registration --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #86c724;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    color: #212121 !important;
    margin: 30px 0 15px;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 2em;
    color: #2f2f2f;
    font-weight: 700;
    margin: 0;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
    margin: 0;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
/*--/responsive-stats-here--*/
@media(max-width:1440px){
  .about, .gallery {
    padding: 2em 0;
  }

.carousel-control {

  margin-top: 60px;

}
  #contact {
    padding-top:2em;
  }
}
@media(max-width:1366px){
  .banner_wthree_agile_info h3 {
    font-size: 2.8em;
    letter-spacing: 3px;
  }
  .inner_sec_info_w3ls_agile,
  .mail_form {
    margin-top: 3em;
  }

    .banner_wthree_agile_info h3 {
    font-size: 2.4em;
    letter-spacing: 3px;
  }

      .banner_wthree_agile_info p {
    font-size: 1em;
    letter-spacing: 3px;
  }

  
}
@media(max-width:1280px){

.navbar-brand > img {
  font-size: 1.2em;
    width: 100%;
    height: 60px;
    margin-top: -0.39em;

  }  
  
  .banner_wthree_agile_info {

    margin: 11% auto 0;
    width: 48%;
    padding: 1em 1em 1.9em 1em;
  }
  .banner ul li {
    width: 100%;
    height:450px!important;
  }
  .banner {
    height:450px!important;
  }
  .banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

    min-height:450px!important;
  }
  .banner ol {
    width: 84px!important;
    height: 20px;
    left: 50%;
    margin-left: -43px!important;
    bottom:74px;
    padding: 0 10px;
    border-radius: 10px;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1.2em;
    padding: 10px 0;
    width: 55%;
    margin: 29px auto 2px;
  }
    .wthree_more1 .button--wayra {
    margin-left: right;
  }
.agileinfo_about_bottom_right_wthree ul li{
  display:block;
  margin-bottom:1em;
  color:#fff;
  font-size:0.758em;
  text-transform:capitalize;
 margin: 1em -3em;
}

}
@media(max-width:1080px){
  .banner_wthree_agile_info h3 {
    font-size: 2.4em;
    letter-spacing: 3px;
  }
  .view img {
    width: 100%;
    min-height: 210px;
  }
  .wthree_more1 .button--wayra {
    margin-left: 20em;
  }
    .banner_bottom_left h3 {
    font-size: 1.8em;
  }
  .banner_wthree_agile_info p {
    font-size: 0.85em;
  
    letter-spacing: 4px;
  }
  .banner ul li {
    width: 100%;
    height:430px!important;
  }
  .banner {
    height:430px!important;
  }
  .banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

    min-height:430px!important;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1.1em;
    padding: 10px 0;
    width: 55%;
    margin: 29px auto 2px;
  }
  h3.agile_title {
      font-size: 1.8em;
  }
  h3.agile_title:after {
    position: absolute;
    top: 46%;
    left: 33%;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 6px auto 2px;
  }
  .services-icon-info h5 {
       font-size: 1em;
  }
  .callbacks_tabs {
    top: 277px;
    left: 186px;
  }
  .wthree_services_slider {
    min-height: 373px;
    margin: 0;
    padding-top: 6em;
  }
.agileinfo_about_bottom_right h2{
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5em;
  text-transform: capitalize;
  margin: 2em 0em 1em;
}
  .agileinfo_about_bottom_right_wthree ul li{
  display:block;
  margin-bottom:1em;
  color:#fff;
  font-size:0.7em;
  text-transform:capitalize;
 margin: 1em -3em;
}



}
@media(max-width:1050px){
  .banner_wthree_agile_info {

    margin: 11% auto 0;
    width:58%;
    padding: 1em 1em 1.9em 1em;
  }
  .about, .gallery,.services {
    padding: 3em 0;
  }
  .services {
    padding: 3em 0;
  }


}
@media(max-width:1024px){
  .banner_wthree_agile_info {
    margin: 14% auto 0;
    width: 60%;
    padding: 1em 1em 1.9em 1em;
  }
  .wthree_more1 .button--wayra {
    margin-left: 19.5em;
    margin-top: 1em;
  }

.welcome-grid h3 {
  font-size: 2em;
}
.welcome-grid p {
  font-size: 0.965em;
}

  .banner ul li {
    width: 100%;
    height:410px!important;
  }
  .banner {
    height:410px!important;
  }
  .banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

    min-height:410px!important;
  }
  .agents {
    min-height: 560px;
    padding-top: 6em;
  }
  .agents {
    min-height: 560px;
    padding-top: 6em;
  }
  .agents.testmo {
    min-height:650px;
    padding-top: 0.5em;
  }
  .contact-right {
    padding-left: 1em;
    float: left;
    padding-top: 8px;
    width: 80%;
  }
  .mail-agileits-w3layouts {
    padding: 0 2px;
    width: 33%;
    float: left;
  }
  .navbar-brand {
    padding: 0;
    font-size: 0.85em;
    width: 100%;
        height: 60px;
        margin-top: -0.39em;
  }
  .nav-tabs {
       margin:3em 0;
  }
  .services {
    padding: 3em 0;
  }
  #contact {
    padding-top:2em;
  }



}
@media(max-width:991px){
  .navbar-brand {
    font-size: .75em;
        width: 100%;
    height: 60px;
    margin-top: -0.39em;
  }
  .menu__link {
    font-size: .9em;
  }
  .banner_bottom_left {
    margin-top: 0;
  }
    .view img {
    min-height: auto;
  }
  .menu--iris .menu__item {
    margin: 0 0.2em;
  }
  .navbar-nav > li > a {
    padding: 0 1em;
  }
  .agents {
    min-height: 563px;
    padding-top: 6em;
  }
    .banner_bottom_right_grid {
    float: right;
    width: 50%;
  }
  .banner_bottom_right {
    margin: 3em 0 0;
  }
  .services_w3lagileinfo h4 {
    font-size: 1.2em;
    margin: 0.5em 0 3em 0;
    }
  p.logo_w3l_agile_caption {
    letter-spacing: 5px;
  }
  .count-grid {
    text-align: center;
    float: left;
    width: 50%;
  }
  .count-grid:nth-child(1),.count-grid:nth-child(2){
    margin-bottom:2em;
  }
  .wthree_about_grid_right {
    float: left;
    margin-top: 3em;
  }
  .wthree_about_grid_right img {
    width:80%;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 84px auto 2px;
  }
  .callbacks_tabs {
    top: 265px;
    left: 308px;
  }
  h3.agile_title:after {
    position: absolute;
    top: 46%;
    left: 27%;
    width: 10%;
  }
  .w3ls_team_grid {
    width: 50%;
    float: left;
  }
  .w3ls_team_grid:nth-child(1),.w3ls_team_grid:nth-child(2){
     margin-bottom:2em;
  }
  .agents {
    min-height: 661px;
    padding-top: 4em;
  }
  .w3ls_team_grid h4 {
    margin: 2em 0 0.3em;
    font-size: 1em;
  }
  .agile-gallery-info h5 {
    font-size: 0.9em;
    letter-spacing: 2px;
  }
  .w3ls_banner_bottom_grid {
    float: left;
    width: 50%;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 119px auto 2px;
  }
  .wthree-tittle {
    margin-bottom: 2em;
  }
  .agents {
    min-height: 800px;
    padding-top: 2em;
    padding-bottom: 3em;
  }
  .wthree_testimonials_grid1, .wthree_testimonials_grid {
    width: 94%;
  }
  .nbs-flexisel-nav-right {
    right: 1%;
    background: rgba(0, 0, 0, 0.78) url(../images/right1.png) no-repeat 3px 3px;
  }
  .nbs-flexisel-nav-left {
    left: 1%;
    background: rgba(0, 0, 0, 0.78) url(../images/left1.png) no-repeat 0px 3px;
  }
  h3.agile_title.one.two:after {
    height: 4px;
    width: 10%;
    position: absolute;
    top: 46%;
    left: 22%;
  }
  .mail-agileits-w3layouts {
    padding: 0 2px;
    width: 100%;
    float: left;
    margin-top: 3%;
  }
  .footer {
    min-height: 510px;
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .agileinfo_footer_grid h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
    padding-left: 3em;
    letter-spacing: 1px;
  }
  .agileinfo_footer_grid h3:after {
    height: 3px;
    width: 7%;
    top: 46%;
    left: 0%;
  }
  ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
    padding-left: 2.5em;
    text-align: left;
  }
  .agileinfo_footer_grid:nth-child(2) {
     margin:2em 0;
  }
  ul.agileinfo_social_icons li {
    display: block;
    margin-bottom: 1em;
  }
  .agileinfo_footer_grid {
    padding: 0;
  }
  .map iframe {
    width: 100%;
    min-height: 350px;
    border: none;
  }
  .agents.testmo {
    min-height: 613px;
    padding-top: 4em;
  }
  h3.agile_title.one:after {
     
    height: 4px;
    width: 9%;
    position: absolute;
    top: 46%;
    left: 25%;
  }
  .nav-tabs {
    margin: 2em 0;
  }
    .container  {
margin: 0 2em;
padding:0em;

  }
      .wthree_more1 .button--wayra {
float: right;
margin-top: -1em;
  }


.carousel-control {

  margin-top: 6px;
margin-right: 15px;
margin-left: 15px;

}

}

@media(max-width:800px){
  .banner_wthree_agile_info {
    margin: 14% auto 0;
    width: 65%;
    padding: 1em 1em 1.9em 1em;
  }
  .banner ul li {
    width: 100%;
    height:370px!important;
  }
  .banner {
    height:370px!important;
  }
  .banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

    min-height:370px!important;
  }
  .banner i {
    width: 32px;
    height: 64px;
  }
  .agents {
    min-height: 800px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .agents.testmo {
    min-height: 583px;
    padding-top: 3em;
  }
  .w3_tab_img_left {
    padding: 0 5px;
  }
  .nav-tabs > li {
       margin: 0 3px;
  }
}


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

.contact-bnr-w3-agile {
    float: left;
  }
  .social-bnr-agileits {
    float: none;
    margin-left: 1em;
    text-align: Center;
    margin: 0 auto;
    width: 24%;
  }

  

  .welcome-section {
  padding: 3em 0;
 }
.welcome-grid {
  float: left;
  width: 50%;
}
.welcome-slider {
  width: 50%;
  float: left;
}
.welcome-grid h3 {
  font-size: 1.7em;
}
.welcome-grid p {
  font-size: 0.95em;
  padding: 0.5em 0 0;
}

  .contact-bnr-w3-agile ul li {
       padding: 13px 24px;
  }
  .banner_wthree_agile_info h3 {
    font-size: 2.2em;
    letter-spacing: 3px;
  }
  .banner_wthree_agile_info p {
    font-size: 0.8em;
    letter-spacing: 3px;
  }
  .banner ul li {
    width: 100%;
    height:350px!important;
  }
  .banner {
    height:350px!important;
  }
  .banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

    min-height:350px!important;
  }
  .search_box:checked~.search_form {
    width: 500px;
    height: 53px;
    padding: 10px;
    top: 90px;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 79px auto 2px;
  }
  
  .mail-grid1-form {
    padding: 3em 1em;
  }
  .services-right-grid {
    text-align: center;
    float: left;
    width: 50%;
  }
  

}


@media(max-width:736px){
  .contact-bnr-w3-agile ul li {
    padding: 13px 20px;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 49px auto 2px;
  }
  .w3ls-text {
    width: 80%;
    margin: 2em auto 0;
  }
  .callbacks_tabs {
    top: 265px;
    left: 290px;
  }
    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 50%;
    height: 60px;
    margin-top: -0.39em;
  }
  .wthree_more1 .button--wayra {
    margin-left: 16em;
  }
}
@media(max-width:667px){
  .social-bnr-agileits {
    float: none;
    margin-left: 1em;
    text-align: Center;
    margin: 0 auto 3em;
    width: 34%;
  }
    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 50%;
    height: 60px;
    margin-top: -0.39em;
  }
  .wthree_more1 .button--wayra {
    margin-left: 13em;
  }
  .contact-bnr-w3-agile ul li {
    padding: 13px 12px;
  }
  .banner_wthree_agile_info h3 {
    font-size: 2em;
    letter-spacing: 2px;
  }
  .banner_wthree_agile_info {
    margin: 14% auto 0;
    width: 72%;
    padding: 1em 1em 1.9em 1em;
  }

  .banner .right {
    right:30px;
    background: url(../images/right1.png) no-repeat 1px 14px;
  }
  .banner .left {
    left:30px;
    background: url(../images/left1.png) no-repeat 1px 14px;
  }
  .callbacks_tabs {
    top: 265px;
    left: 256px;
  }
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
.grid_4 {
    margin-top: 30px;
}

.contact-bnr-w3-agile ul li {
    padding: 13px 8px;
  }
.banner_bottom_left h3 {
    font-size: 1.6em;
  }
    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 50%;
    height: 60px;
    margin-top: -0.39em;
  }
  .wthree_more1 .button--wayra {
    margin-left: 10em;
  }
.welcome-grid h3 {
  font-size: 1.5em;
}
.welcome-grid {
  float: none;
  width: 100%;
}
.welcome-slider {
  width: 100%;
  float: none;
  margin-top: 2em;
}

  .banner ul li {
    width: 100%;
    height:330px!important;
  }
  .banner {
    height:330px!important;
  }
  .banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

    min-height:330px!important;
  }
  .wthree_about_grid_left h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  ul.agileinfo_social_icons li a.facebook span,ul.agileinfo_social_icons li a.twitter span,ul.agileinfo_social_icons li a.google span,ul.agileinfo_social_icons li a.instagram span {
   
    width: 32px;
    height: 32px;
  }
  ul.agileinfo_social_icons li a i {
    line-height: 33px;
  }
  label.icon-search span {
    font-size: 1.2em;
    top: 0px;
    padding-right: 17px;
  }
    .inner_sec_info_w3ls_agile,
  .mail_form {
    margin-top: 2em;
  }

}

@media(max-width:600px){
    .banner_bottom_left p {
    margin-bottom: 2em;
  }
  .banner_wthree_agile_info p {
    font-size: 0.8em;
    letter-spacing: 3px;
    line-height: 1.7em;
  }
  .contact-bnr-w3-agile ul li {
    padding: 13px 5px;
    font-size: 13px;
  }
  .wthree_services_slider {
    min-height: 344px;
    margin: 0;
    padding-top: 3em;
  }
    .view img {
    min-height: 217px;
  }
  .callbacks_tabs {
    top: 231px;
    left: 214px;
  } 
  .wthree_more1 .button--wayra {
    margin-left: 8em;
  }
  .nav-tabs > li > a {
    margin-right:2px;
    font-size: 0.9em;
    padding: .5em 0.8em;
  }
    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 50%;
    height: 60px;
    margin-top: -0.39em;
  }
}
@media(max-width:568px){
  .banner_wthree_agile_info h3 {
    font-size: 1.8em;
    letter-spacing: 2px;
  }
  .contact-bnr-w3-agile ul li {
    padding: 13px 38px;
    font-size: 13px;
    margin-right: 35px;
  }
  .search_box:checked~.search_form {
    width: 500px;
    height: 53px;
    padding: 10px;
    top: 143px;
  }
  #contact {
    padding-top:2em;
  }
.wthree_more1 .button--wayra {
    margin-left: 7.5em;
  }
    .banner_bottom_right {
    padding: 0;
  }

    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 50%;
    height: 60px;
    margin-top: -0.39em;
  }

}

@media (max-width:480px){
  .footer-grid_agileits_w3{
  padding: .4em 1em;
}
	.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;
	}

  .social-bnr-agileits {
    float: none;
    margin-left: 1em;
    text-align: Center;
    margin: 0 auto 3em;
    width: 43%;
  }

    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 50%;
    height: 60px;
    margin-top: -0.39em;
  }
    .banner_bottom_left h3 {
    font-size: 1.5em;
  }
  .banner_bottom_left {
    padding: 0;
  }
    .view img {
    min-height: auto;
  }
.welcome-section {
  padding: 2em 0;
}
.welcome-grid h3 {
  font-size: 1.4em;
}
.welcome-grid p {
  font-size: 0.92em;
 }
 .welcome-grid {
    padding: 0;
}

  .contact-bnr-w3-agile ul li {
    padding: 13px 26px;
    font-size: 13px;
    margin-right: 16px;
  }
  .search_form input[type='search'] {
    width: 300px;
    padding: 6px;
    outline: none;
    font-size: 14px;
  }
  .banner_wthree_agile_info h3 {
    font-size: 1.4em;
    letter-spacing: 2px;
  }
  .banner ul li {
    width: 100%;
    height:280px!important;
  }
  .banner {
    height:280px!important;
  }
  .banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

    min-height:280px!important;
  }
  .banner ol {
    width: 84px!important;
    height: 20px;
    left: 50%;
    margin-left: -43px!important;
    bottom: 44px;
    padding: 0 10px;
    border-radius: 10px;
  }
  h3.agile_title {
    font-size: 1.4em;
  }
  h3.agile_title:after {
    position: absolute;
    top: 46%;
    left: 18%;
    width: 14%;
  }
  .w3ls_banner_bottom_grid h4 {
        font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 2px auto 2px;
  }

  .w3ls-text h5 {
    font-size: 1.2em;
    margin: 0 0 1em 0;
    line-height: 1.5em;
  }
  .wthree_services_slider {
    min-height: 312px;
    margin: 0;
    padding-top: 2em;
  }
  .callbacks_tabs {
    top: 219px;
    left: 166px;
  }
  .about, .gallery,.services {
    padding:2em 0;
  }
  .agents {
    min-height: 717px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  h3.agile_title.one.two:after {
    height: 4px;
    width: 12%;
    position: absolute;
    top: 46%;
    left: 18%;
  }
  .w3ls_team_grid h4 {
    margin: 2em 0 0.3em;
    font-size: 0.9em;
  }
  .nav-tabs > li > a {
    margin-right: 0px;
    font-size: 0.9em;
    padding: .5em 0.6em;
  }
  .nav-tabs > li {
    margin: 0 0px;
  }
  .wthree_testimonials_grid{
      position: relative;
    margin: 6em auto 0;
    padding: 3em 3em 2em;
  }
  .wthree_testimonials_grid p{
    font-size:0.85em;
    line-height:1.9em;
  }

  .wthree_testimonials_grid h4 {
    font-size: 1em;
    line-height: 1.5em;

  }
  .wthree_testimonials_grid_pos {
    position: absolute;
    top: -41%;
    left: 36%;
  }
    .banner_bottom_right_grid {
    float: none;
    width: 70%;
    margin: 0 auto;
    padding: 0 1em;
  }
  .banner_bottom_right_grid:nth-child(2) {
    margin: 1em auto 0;
  }
  .agents.testmo {
    min-height: 522px;
    padding-top: 3em;
  }
  .wthree_about_grid_left {
    padding: 0;
  }
  .search_box:checked~.search_form {
    width: 432px;
    height: 53px;
    padding: 10px;
    top: 143px;
  }
}

@media(max-width:414px){

  .footer-grid_agileits_w3{
  padding: .4em 1em;
}
  .social-bnr-agileits {
    float: none;
    margin-left: 1em;
    margin: 0 auto 3em;
    width: 50%;
  }

    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 80%;
    height: 60px;
    margin-top: -0.39em;
  }

  .wthree_more1 .button--wayra {
    margin-left: 7em;
  }
  .banner_bottom_right_grid {
    width: 85%;
  }
  .numscroller {
    font-size: 1.3em;
    padding: 0.3em 0;
  }
  .count-grid h5 {
    font-size: 0.9em;
    margin-top: 0.5em;
    letter-spacing: 1px;
  }
  p.w3l-agile-its-title {
    font-size: 0.85em;
    letter-spacing: 6px;
  }
  .wthree-tittle {
    margin-bottom: 1.2em;
  }
  .wthree_about_grid_left h2 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .w3ls_banner_bottom_grid {
    float: left;
    width: 100%;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 40px auto 2px;
  }
  .services-icon-info h5 {
    font-size: 0.9em;
  }
  .services_w3lagileinfo h4 {
    font-size: 0.9em;
    margin: 0.5em 0 1em 0;
    text-align: center;
  }
  .services-right-grid {
    text-align: center;
    float: left;
    width: 50%;
    padding: 0;
  }
  .w3ls-text h5 {
    font-size: 1em;
    margin: 0 0 0.5em 0;
    line-height: 1.5em;
  }
  .w3ls-text {
    width: 93%;
    margin: 2em auto 0;
  }
  .callbacks_tabs {
    top: 197px;
    left: 129px;
  }
  .wthree_services_slider {
    min-height: 279px;
    margin: 0;
    padding-top: 2em;
  }
  .banner_wthree_agile_info h3 {
    font-size: 1.3em;
    letter-spacing:1px;
  }
  .banner .right {
    right:10px;
    background: url(../images/right1.png) no-repeat 1px 14px;
  }
  .banner .left {
    left:10px;
    background: url(../images/left1.png) no-repeat 1px 14px;
  }
  .w3ls_team_grid h4 {
    margin: 2em 0 0.3em;
    font-size: 0.8em;
  }
  .agents {
    min-height: 621px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  h3.agile_title.one.two:after {
    height: 4px;
    width: 15%;
    position: absolute;
    top: 49%;
    left: 11%;
  }
  h3.agile_title.one:after {
    height: 4px;
    width: 14%;
    position: absolute;
    top: 48%;
    left: 12%;
  }
  .mail-grid1-form {
    padding: 2em 1em;
  }
  h3.tittle-w3 {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
  .wthree_testimonials_grid_pos {
    position: absolute;
    top: -36%;
    left: 36%;
  }
  .map iframe {
    width: 100%;
    min-height: 250px;
    border: none;
  }
  p.w3l-agile-its-title {
    font-size: 0.8em;
    letter-spacing: 5px;
  }
  .search_form input[type='search'] {
    width: 150px;
    padding: 6px;
    outline: none;
    font-size: 14px;
  }
  .search_box:checked~.search_form {
    width: 281px;
    height: 53px;
    padding: 10px;
    top:190px;
  }
  .w3lagile_copy_right p {
    line-height: 1.8em;
    font-size: 13px;
  }
    .inner_sec_info_w3ls_agile,
  .mail_form {
    margin-top: 1.8em;
  }
}
@media(max-width:384px){
.footer-grid_agileits_w3{
  padding: .4em 1em;
}

  .banner_wthree_agile_info {
    margin: 14% auto 0;
    width: 72%;
    padding: 1em 0.5em 1em 0.5em;
  }
  .banner ul li {
    width: 100%;
    height:260px!important;
  }
    .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 80%;
    height: 60px;
    margin-top: -0.39em;
  }
  .wthree_more1 .button--wayra {
    margin-left: 5em;
  }
  .banner {
    height:260px!important;
  }
  .banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

    min-height:260px!important;
  }
  .w3ls_team_grid p {
    font-size: 0.8em;
  }
  .w3ls_team_grid h4 {
    margin: 2em 0 0.3em;
    font-size: 0.7em;
  }
  .agents {
    min-height: 566px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .nav-tabs {
    margin: 1.2em 0;
  }
  .nav-tabs > li > a {
    margin-right: 0px;
    font-size: 0.9em;
    padding: .5em 0.6em;
    margin-bottom: 6px;
  }
  .services-right-grid {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .services-right-grids:nth-child(2) {
    margin: 1em 0;
  }
  .count-grid h5 {
    font-size: 0.85em;
    margin-top: 0.5em;
    letter-spacing: 1px;
  }
  .count-grid i {
    font-size: 1.7em;
  }
}
@media(max-width:375px){
  p.logo_w3l_agile_caption {
    text-transform: uppercase;
    letter-spacing:3px;
    font-size: 11px;
  }
  .navbar-brand {
    line-height: 26px;
    font-size: 0.65em;
    width: 80%;
    height: 60px;
    margin-top: -0.39em;
  }
.banner_bottom_right_grid {
    width: 100%;
  }
    .wthree_more a {
    padding: 8px 30px;
    font-size: 13px;
  }


  .navbar-toggle {
    margin: .0em 0 0;
  }
  .banner_wthree_agile_info h3 {
    font-size: 1.3em;
    letter-spacing: 1px;
  }

  .banner_wthree_agile_info {

    margin-top: 8em;
    margin: 11% auto 0;
    width: 94%;
    padding: 0.5em 0.3em 1em 0.3em;
  }
  .banner ul li {
    width: 100%;
    height:250px!important;
  }
  .banner {
    height:250px!important;
  }
  .banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

    min-height:250px!important;
  }
  .banner ol {
    width: 84px!important;
    height: 20px;
    left: 50%;
    margin-left: -43px!important;
    bottom:56px;
    padding: 0 10px;
  }

  .banner_wthree_agile_info p {
    font-size: 0.85em;
    letter-spacing: 2px;
    line-height: 24px;
  }
  .social-bnr-agileits {
    float: none;
    margin-left: 1em;
    text-align: center;
  }
  .contact-bnr-w3-agile ul li {
    padding: 9px 20px;
     font-size: 13px;
    
  }
  label.icon-search span {
    font-size: 1.2em;
    top: 0px;
    padding-right: 28px;
  }
  .w3ls_team_grid {
    width: 50%;
    float: left;
    padding: 0 2px;
  }

  .banner i {
    width: 32px;
    height: 60px;
    position: absolute;
    top: 56%;
    margin-top: 1px;
  }
  .wthree_testimonials_grid_pos {
    position: absolute;
    top: -30%;
    left: 33%;
  }
  .banner_wthree_agile_info h3 {
    font-size: 1.1em;
    letter-spacing: 1px;
  }
  p.counter {
    font-size: 1.5em;
    margin: 0.2em 0;
  }
  .callbacks_tabs {
    top: 197px;
    left: 117px;
  }
  .contact-right p {
       font-size: 14px;
  }
  p.w3l-agile-its-title {
    font-size: 0.8em;
    letter-spacing: 4px;
  }
  .mail-grid1-form input[type="submit"] {
    font-size: 16px;
    padding: 10px 30px;
  }
  .footer-grid_agileits_w3{
  padding: .4em 1em;
}

}

@media (max-width: 320px){

  .footer-grid_agileits_w3{
  padding: .4em 1em;
}
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 12px!important;
	}
	.codes .row {
		margin: 0;
	}

.banner_wthree_agile_info p {
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 21px;
  }
  .contact-bnr-w3-agile ul li {
    padding: 9px 12px;
    font-size: 13px;
  }
  .social-bnr-agileits {
    float: none;
    margin-left: 1em;
    margin: 0 auto 3em;
    width: 59%;
  }
  .banner_bottom_left h3 {
    font-size: 1.3em;
  }

.welcome-section {
  padding: 1em 0;
}
.welcome-grid h3 {
  font-size: 1.6em;
}
.welcome-slider {
  
  margin-top: 1em;
}
.welcome-slider {
  
  padding: 1em 0em 1em 1em;
}

  .wthree_more1 .button--wayra {
    margin-left: 3em;
  }
  .banner ul li {
    width: 100%;
    height:230px!important;
  }
  .banner {
    height:230px!important;
  }
  .banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

    min-height:230px!important;
  }
  .banner ol {
    left: 50%;
    margin-left: -43px!important;
    bottom:40px;
    padding: 0 10px;
  }
  
  .panel-title {
    font-size: 0.8em;
  }
  h3.agile_title:after {
    position: absolute;
    top: 45%;
    left: 6%;
    width: 18%;
  }
  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 55%;
    margin: 20px auto 2px;
  }
  .services_w3lagileinfo h4 {
    font-size: 0.95em;
    margin: 0.5em 0 1em 0;
    line-height: 1.6em;
  }
  .services_w3lagileinfo h4 {
    font-size: 0.95em;
    margin: 0.5em 0 1em 0;
    line-height: 1.6em;
  }
  .w3ls-text {
    width: 93%;
    margin: 1em auto 0;
  }
  h3.agile_title.one.two:after {
    height: 4px;
    width: 18%;
    position: absolute;
    top: 46%;
    left: 2%;
  }
  h3.agile_title.one:after {
    height: 4px;
    width: 17%;
    position: absolute;
    top: 48%;
    left: 4%;
  }
  .wthree_testimonials_grid{
      position: relative;
    margin: 6em auto 0;
    padding:1em 1em 1em;
  }
  .wthree_testimonials_grid img{
    width:70%;
  }
  h3.tittle-w3 {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
  .search_form input[type='search'] {
    width: 150px;
    padding: 6px;
    outline: none;
    font-size: 14px;
  }
  .search_box:checked~.search_form {
    width: 281px;
    height: 53px;
    padding: 10px;
    top: 165px;
  }
  .banner_wthree_agile_info h3 {
    font-size: 1.1em;
    letter-spacing: 1px;
  }
  .callbacks_tabs {
    top: 224px;
    left: 87px;
  }
    .inner_sec_info_w3ls_agile,
  .mail_form {
    margin-top: 1.5em;
  }

  .navbar-brand > img {
  font-size: 1.0em;
    width: 80%;
    height: 100%;
    margin-top: -1em;

  }  

}
/*-- //typography --*/
/*-- blog --*/
.blog {
    padding: 4em 0;
    background: #f9f9fb;
}
.agile-blog-grid-left-img a img{
	width: 100%;
    margin-bottom: 1em;
}
.blog-left-left{
    float: left;
    width: 100px;
    height: 100px;
    background: #179b8d;
    text-align: center;
    padding: 1.6em 0 0 0;
}
i.fa.fa-pencil{
	color:#FFFFFF;
	font-size:2.5em;
}
.blog-left-right {
    float: left;
    width: 83%;
    margin-left: 1em;
}
.blog-left-right-top h4{
    color: #000000;
    font-size: 1.3em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.blog-left-right-top h4 a{
	text-decoration:none;
    color: #000000;
}
.blog-left-right-top h4 a:hover{
	color:#86c724;
}
.blog-left-right-top p {
    margin: 0 0 1em;
    font-size: .9em;
    font-weight: 500;
    color: #333333;
}
.blog-left-right-top p a {
    color: #86c724;
    text-decoration: none;
}
.blog-left-right-top p a:hover{
	color:#000000;
}
.blog-left-right-bottom p{
    color: #999999;
    font-size: .9em;
    margin: 1em 0 2em 0;
    line-height: 1.8em;	
}
.blog-left-right-bottom p span{
	display:block;
	margin:1em 0 0 0;
}
.blog-left-right-bottom a {
    color: #FFFFFF;
    font-size: 1em;
    padding: .5em 1em;
    border: solid 2px #212121;
    text-align: center;
    text-decoration: none;
    margin: 2em auto 0;
    background: #212121;
}
.blog-left-right-bottom a:hover {
    background: #86c724;
	border: solid 2px #86c724;
    color: #FFFFFF;
}
.agile-blog-grid:nth-child(2){
	margin:2em 0;
}
.categories h3 {
    color: #000000;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.categories ul {
    margin: 1em 0 0 0;
    padding: 0;
}
.categories ul li {
    display: block;
    background: url(../images/arrow1.png) no-repeat 0px 2px;
    margin-bottom: 1em;
}
.categories ul li a {
    font-size: .9em;
    margin: 0;
    color: #999999;
    padding-left: 2em;;
}
.categories ul li a:hover {
    color: #ef1b2a;
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.categories:nth-child(2) {
    margin: 1em 0 0 0;
}
.pagination {
    margin: 4em 0 0 0;
}
.pagination > li > a, .pagination > li > span {
    color: #999999;
}
/*-- //blog --*/
/*-- single --*/
.response {
    margin: 1em 0;
}
.response h3 {
    color: #000000;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.media.response-info {
    margin-top: 3em;
}
.media-left.response-text-left {
    width: 13%;
    float: left;
}
.media-left.response-text-left a img {
    width: 80%;
}
.media-left.response-text-left h5 a {
    color: #ef1b2a;
}
.media-left.response-text-left h5 a:hover {
    color: #3b3b3b;
	text-decoration:none;
}
.response-text-left h5 {
    font-size: 1em;
    margin: 1em 0 0 0;
}
.response-text-right p {
    color: #999999;
    font-size: .9em;
    margin: 0em 0 0em 0;
    line-height: 1.5em;
}
.response-text-right ul {
    padding: 0;
    text-align: right;
}
.response-text-right ul li {
	display: inline-block;
    color: #b7b7b7;
    font-size: .9em;
    margin-right: 1em;
}
.response-text-right ul li a {
    color: #ef1b2a;
    text-decoration: none;
}
.response-text-right ul li a:hover {
    color: #3b3b3b;
}
.media.response-info {
    margin-top: 1em;
}
.opinion h3{
    color: #000000;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.opinion form{
    margin: 1em 0 0 0;	
}
.opinion form input[type="text"],.opinion form input[type="email"] {
	width: 100%;
    color: #212121;
    outline: none;
    font-size: .9em;
    padding: .5em;
    margin: 0 .5em 1em 0;
    border: solid 1px #999999;
    -webkit-appearance: none;
    background: none;
}
.opinion form textarea {
    resize: none;
    width: 100%;
    color: #212121;
    font-size: .9em;
    outline: none;
    resize: none;
    padding: .5em;
    border: solid 1px #999999;
    min-height: 125px;
	background: none;
}
.opinion form input[type="submit"] {
    color: #FFFFFF;
    font-size: 1em;
    padding: .5em 1em;
    border: solid 2px #212121;
    text-align: center;
    text-decoration: none;
    margin: 1em 0 0 0;
    background: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.opinion form input[type="submit"]:hover {
	background: #86c724;
	border: solid 2px #86c724;
    color: #FFFFFF;
}
/*-- //single --*/

/*-- inner_banner --*/

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

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

ul.short_w3ls_agile {
  text-align: left;
}

ul.short_w3ls_agile li {
  text-align: left;
  display: inline-block;
  letter-spacing: 1px;
  color: #179b8d;
  font-size: 0.85em;
}

.inner_breadcrumb {
  padding: 0 4.1em;
}

ul.short_w3ls_agile li a {
  color: #ef1b2a;
  text-decoration: none;
}

ul.short_w3ls_agile li a a{
  color: #ef1b2a;
  text-decoration: none;
}

/*-- //inner_banner --*/


/*-- /contact --*/
#contact {
    padding: 2em;
}

.mail-grid1 ul{
  padding:2em 0;
  border-top:1px solid #EAEAEA;
}
.mail-grid1 ul:nth-child(4){
  border-bottom:1px solid #EAEAEA;
}
.mail-grid1 ul li{
  display: inline-block;
    font-size: 1.2em;
    padding-left: 1em;
    color: #999;
}
.mail-grid1 ul li span,.mail-grid1 ul li a{
  display: block;
    color: #777;
    font-weight: 300;
    padding-left: 1em;
    font-size: .8em;
    margin: .5em 0 0;
}
.mail-grid1 ul li a{
  color:#D57D39;
  text-decoration:none;
}
.mail-grid1 ul li a:hover{
  color:#777;
}
.mail-grid1 ul li i {
    left: -1em;
    color:#212121;
}
.mail-grid1-form input[type="text"],.mail-grid1-form input[type="email"]{
  margin-bottom:1em;
}
.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"], .mail-grid1-form textarea {
    outline: none;
letter-spacing:1px;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
}
.mail-grid1-form textarea {
       margin: 0 0 1.5em;
       min-height: 122px;
    resize: none;
}
.mail-grid1-form input[type="submit"] {
     outline: none;
    border: none;
    font-size: 16px;
    background: #179b8d;
    padding: 10px 55px;
    color: #fff;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    text-transform: uppercase;
  letter-spacing:1px;
}
.mail-grid1-form input[type="submit"]:hover{
    
  background: #ef1b2a;
}
.map iframe {
    width: 100%;
    min-height: 517.1px;
    border: none;
}
.map {
    padding: 0em 0em;
}
.mail-agileits-w3layouts i {
    color: #ef1b2a;
    font-size: 28px;
    vertical-align: middle;
    border-right: 3px solid #000;
    padding: .8em .8em .8em 0em;
    float: left;
}
.contact-right p {
    display: block;
    margin: 0px 0px 8px;
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
      font-weight: 600;
}
.contact-right {
    padding-left: 2em;
    float: left;
  padding-top: 10px;
}
.contact-right span, .contact-right a {
       font-size: 15px;
    text-decoration: none;
    color: #555;
    outline: none;
}
.contact-right a:hover{
       color: #ef1b2a;
}
.mail-grid1-form {
    padding: 3em;
       background: #000;
}
.gallery {
    padding: 2em;
}
h3.tittle-w3 {
    color: #999;
    font-size: 1.4em;
    margin-bottom: 1.5em;
  text-transform:uppercase;
  font-weight:600;
}
h3.tittle-w3 span {
    color: #179b8d;
}
.w3-agile_info {
    margin-bottom: 8em;
}
/*-- //contact --*/
/*-- footer --*/
.footer {
    background: url(../images/footer.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
        min-height: 446px;
    position: relative;
    text-align: center;
    z-index: 999;
    margin: 0;
      padding-top: 6em;
}
.agileinfo_footer_grid h3 {
    font-size: 1.2em;
    color: #fff;
    position: relative;
    margin-bottom: 1.5em;
    padding-left: 3em;
    letter-spacing: 1px;
}
ul.w3agile_footer_grid_list {
    text-align: left;
}
.agileinfo_footer_grid h3:after {
    content: '';
    background: #fdbd10;
    height: 3px;
    width: 16%;
    position: absolute;
    top: 46%;
    left: 0%;
}
.agileinfo_footer_grid p{
  color: #eee;
    line-height: 2em;
  font-size: 0.8em;
}
ul.w3agile_footer_grid_list li {
    color: #eee;
    line-height: 2em;
      font-size: 0.8em;
    margin-bottom: 1em;
  list-style:none;

}
ul.w3agile_footer_grid_list li:last-child {
    margin-bottom: 0;
}
ul.w3agile_footer_grid_list li a{
      color: #69b0e4;
  text-decoration:none;
}
ul.w3agile_footer_grid_list li a:hover{
  color:#fff;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
    padding-left: 2.5em;
  text-align: center;
}
.agileinfo_footer_grid form{
  margin:1em 0 0;
}
.agileinfo_footer_grid input[type="email"]{
  outline:none;
  padding:10px;
  width:73%;
  background:#fff;
  border:none;
  font-size:14px;
  color:#212121;
}
.agileinfo_footer_grid input[type="email"]::-webkit-input-placeholder{
  color:#212121;
}
.agileinfo_footer_grid input[type="submit"]{
    outline: none;
    padding: 10px 0;
    width: 25%;
  background: #fdbd10;
    border: none;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.agileinfo_footer_grid input[type="submit"]:hover{
  background: #0066b2;
  color:#fff;
}
ul.agileinfo_social_icons li{
  display:block;
  margin-bottom:2em;
}
ul.agileinfo_social_icons li:last-child{
  margin-bottom:0;
}
ul.agileinfo_social_icons li a{
  color:#eee;
  font-size: 0.8em;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  text-align: center;
}
ul.agileinfo_social_icons li a:hover{
  color:#fff;
}
ul.agileinfo_social_icons li a i{
      text-align: center;
    line-height: 40px;
    color: #fff;
}
ul.agileinfo_social_icons li a span{
    border-radius: 35px;
  margin: -11px 0 0;
  float: left;
      margin-right: 2em;
}
ul.agileinfo_social_icons li a.facebook span{
    background: #2654b5;
    width: 40px;
    height: 40px;
}
ul.agileinfo_social_icons li a.twitter span{
  background:#1da1f2;
    width: 40px;
    height: 40px;
}
ul.agileinfo_social_icons li a.google span{
      background: #ea3b26;
    width: 40px;
    height: 40px;
}
ul.agileinfo_social_icons li a.instagram span{
  background:#0177b5;
    width: 40px;
    height: 40px;
}
.agileinfo_footer_grid {
    text-align: left;
}
.w3lagile_copy_right {
    padding: 1.5em 0;
      background: #000000;
    text-align: center;
}
.w3lagile_copy_right p{
  color:#fff;
  line-height:1.8em;
}
.w3lagile_copy_right p a{
  text-decoration:none;
      color: #0066b2;
}
.w3lagile_copy_right p a:hover{
  color:#fff;
}
/*-- //footer --*/

/*--footer--*/

.footer_w3layouts_agileits{
  background: #090e0c;
}

.footer_w3layouts_agileits h3,.footer_w3layouts_agileits h2{
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer-text p{
  font-size: 0.8em;
  color: #bfbfbf;
  text-align: justify;

  margin-bottom: 20px;
    padding-top: 0px;
  letter-spacing: 0px;
}

.footer-grid_agileits_w3{
  padding: 2.5em 1em;
}

.footer p {
  color: #bfbfbf;
}

.footer-grid:nth-child(2) {
  border-left: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
  color: #34bf49;
}

.newsletter .email {
  background-color: #F4F4F4;
  border: none;
}

.flickr-grid {
  float: left;
  width: 32%;
  margin: 0 0.1em .2em;
}

.flickr-grid a img {
  width: 100%;
  padding: 0.3em;
  border: 1px solid #333333;
}

.newsletter .email {
  outline: none;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  width: 80%;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid #2d2d2d;
}

.newsletter {
  position: relative;
  margin-top: 2em;
}

button.btn1 {
  color: #fff;
  border: none;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #179b8d;
  -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: 20%;
}


/*--//footer--*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- response --*/
@media(max-width:1440px){
  .about, .gallery {
    padding: 2em 0;
  }
  #contact {
    padding-top:4em;
  }
}
@media(max-width:1366px){
	.immersive_slider {
		height: 430px !important;
	}
}
@media(max-width:1280px){
	.page_container {
		max-width: 60%;
	}
}
@media(max-width:1080px){
	.page_container {
		max-width: 70%;
	}
	.content h3 {
		font-size: 2.2em;
	}
	.callbacks_tabs {
		top: 184px;
		left: 169px;
	}
	.popular-grid {
		width: 20%;
	}
	.w3-dotter h4 {
		font-size: 2em;
	}
	.icon-box {
		padding: 8px 4px;
		font-size: .9em;
	}
	.blog-left-left {
		width: 85px;
		height: 85px;
		padding: 1.3em 0 0 0;
	}
}
@media(max-width:1024px){
	.content h3 {
		font-size: 2em;
	}
	.content {
		margin: 2em 0 0 0;
	}
}
@media(max-width:991px){
	.navbar-nav > li > a {
		padding: 35px 19px;
	}
	.content {
		margin: 2em 0 0 0;
		float: left;
		width: 50%;
	}
	.image {
		width: 50%;
	}
	.two-fifth {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.one-fifth {
		width: 19.4%;
	}
	.two-fifth h2 {
		margin: 0 0 1em 0;
	}
	.two-fifth h2 span {
		display: inline-block;
	}
	.agileits-banner-bottom-grid {
		float: left;
		width: 50%;
	}
	.agileits-banner-bottom-grid:nth-child(3),.agileits-banner-bottom-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.choose-grid:nth-child(2) {
		margin: 4em 0 0 0;
	}
	.callbacks_tabs {
		top: 158px;
		left: 290px;
	}
	.agile-footer-grid:nth-child(2) {
		margin: 4em 0;
	}
	.price-grid,.agileits-pricing,.vpn-pricing-grid{
		float:left;
		width:50%;
	}
	.price-grid:nth-child(3),.price-grid:nth-child(4),.agileits-pricing:nth-child(3),.agileits-pricing:nth-child(4),.vpn-pricing-grid:nth-child(3),.vpn-pricing-grid:nth-child(4){
		margin-top: 2em;
	}
	.servc-grid:nth-child(2) {
		margin: 4em 0 0 0;
	}
	.agileits-news-right:nth-child(2) {
		margin: 4em 0 0 0;
	}
	.signin-form {
		width: 70%;
	}
	.agile-blog-grid-right {
		margin: 2em 0 0 0;
	}
	.categories:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.contact-form-right {
		margin: 4em 0 0 0;
	}
}
@media(max-width:800px){
	.content {
		margin: 1em 0 0 0;
	}
	.content h3 {
		font-size: 1.4em;
	}
}
@media(max-width:736px){
	.header {
		padding: 1em 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background:None;
		border-color: #ddd;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding: 10px 19px;
		margin: 0;
	}
	.navbar-nav .open .dropdown-menu {
		background: #212121;
	    text-align: center;
	}
	.w3layouts-logo {
		margin: 0.5em 0 0 0;
	}
	.immersive_slider .is-slide {
		padding: 5em 3em 1em 3em !important;
	}
	.immersive_slider {
		height: 410px !important;
	}
	.choose-left-grid {
		float: left;
		width: 50%;
	}
	.choose-right-grid {
		float: left;
		width: 50%;
	}
	.callbacks_tabs {
		left: 275px;
	}
	.wthree-top-grid:nth-child(2) {
		margin: 3em 0;
	}
	.agile-choose-grid:nth-child(2) {
		margin: 3em 0;
	}
	.team-grid {
		float: left;
		width: 50%;
	}
  .team-grid:nth-child(7), .team-grid:nth-child(8){
    margin: 4em 0;
  }
	.team-grid:nth-child(5), .team-grid:nth-child(6) {
		margin:0;
	}
	.team-grid:nth-child(3), .team-grid:nth-child(4){
		margin: 4em 0;
	}

	.featured-left-img {
		float: left;
		width: 30%;
	}
	.featured-left-text {
		float: right;
		width: 70%;
	}
}
@media(max-width:667px){
	.page_container {
		max-width: 95%;
	}
	.content h3 {
		font-size: 1.3em;
	}
	.callbacks_tabs {
		left: 244px;
		top: 165px;
	}
	.blog-left-left {
		width: 80px;
		height: 80px;
		padding: 1.2em 0 0 0;
	}
}
@media(max-width:640px){
	.content {
		margin: 0;
	}
	.content h3 {
		letter-spacing: 1px;
	}
	.one-fifth input[type="submit"] {
		padding: 17px 0;
	}
	.blog-left-left {
		width: 75px;
		height: 75px;
	}
}
@media(max-width:600px){
	.image {
		width: 100%;
		float: none;
	}
	.content {
	    margin: 2em 0 0 0;
		float: none;
		width: 100%;
	}
	.immersive_slider .is-slide {
		padding: 2em 3em 1em 3em !important;
	}
	.immersive_slider {
		height: 550px !important;
	}
	.callbacks_tabs {
		left: 210px;
	}
	.about-heading h2 {
		font-size: 2em;
	}
	.w3-banner-bottom-heading h3 {
		font-size: 2em;
	}
	.blog-left-left {
		width: 70px;
		height: 70px;
		padding: 1em 0 0 0;
	}
}
@media(max-width:568px){
	.testimonial-info {
	    padding: 1em;
		min-height: 235px;
	}
	.panel-title > a {
		font-size: 1em;
	}
	.blog-left-left {
		width: 65px;
		height: 65px;
	}
}
@media(max-width:480px){
	.choose-info-grid ul li:nth-child(2) {
		margin-left: .5em;
	}
	.callbacks_tabs {
		left: 165px;
		top: 190px;
	}
	.testimonial-info {
		min-height: 250px;
	}
	.w3-agile-subscribe-form input[type="text"] {
		width: 60%;
	}
	.column.first {
		float: none;
		width: 100%;
		margin: 0 0 .5em 0;
	}
	.one-fifth {
		width: 100%;
		float: none;
		margin: 0 0 .5em 0;
	}
	.agileits-banner-bottom-grid {
		float: none;
		width: 100%;
	}
	.agileits-banner-bottom-grid:nth-child(2),.agileits-banner-bottom-grid:nth-child(3), .agileits-banner-bottom-grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.domain {
		background: #e7f4f8;
		padding: 2em 0;
	}
	.banner-bottom, .special, .w3-agile-testimonial, .subscribe, .agileits-about-top, .w3-agileits-choose-grid, .team, .shared-grid, .cloud-grid, .vpn-grid, .w3-best-services, .w3ls-featured-services, .faq, .registration, .codes, .typography ,.contact{
		padding: 2em 0;
	}
	.agileits-banner-bottom {
		margin: 2em 0 0 0;
	}
	.wthree-special-grid {
		margin: 2em 0 0 0;
	}
	.top-choose-info {
		margin: 2em 0 0 0;
	}
	.choose-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.w3-agile-subscribe-form {
		margin: 2em 0 0 0;
	}
	.footer {
		padding: 2em 0 0 0;
	}
	.agile-footer-grid:nth-child(2) {
		margin: 2em 0;
	}
	.agileinfo-top-grids {
		margin: 2em 0 0 0;
	}
	.wthree-top-grid:nth-child(2) {
		margin: 2em 0;
	}
	.agile-choose-grid:nth-child(2) {
		margin: 2em 0;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-grid:nth-child(1),.team-grid:nth-child(2),.team-grid:nth-child(3),.team-grid:nth-child(4),.team-grid:nth-child(5),.team-grid:nth-child(6),.team-grid:nth-child(7),.team-grid:nth-child(8) {
		margin: 0 0 2em 0;
	}
	.w3l-month p {
		padding: 2.1em 1em 0 0;
	}
	.w3ls-price-bottom {
		padding: 1em;
	}
	.price-bg {
		padding: 1em;
	}
	.priceing-table-main {
		margin: 2em 0 0 0;
	}
	.servc-grid-left {
		text-align: center;
		padding: 1em 0em;
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.servc-grid-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.servc-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.servc-grids:nth-child(2) {
		margin: 2em 0;
	}

  .servc-grids:nth-child(3) {
  margin: 2em 0;
}

.effect-1:after {

    margin: 0em 1em;
}
.servc-grid:hover span{
    background: #ef1b2a;
    color: #fff !important;
}
.servc-grid:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 1--*/
	.w3l-best-services-grids {
		margin: 2em 0 0 0;
	}
	.w3-agileits-featured-left-grids {
		margin: 2em 0 0 0;
	}
	.featured-left-text h5 {
		margin: 0 0 .5em 0;
	}
	.agile-news-date {
		float: none;
		margin: 0 auto;
	}
	.agile-news-text {
		float: none;
		width: 100%;
		text-align: center;
		margin: 1em 0 0 0;
	}
	.signin-form {
		width: 80%;
	}
	.blog-left-left {
		width: 60px;
		height: 60px;
	}
	i.fa.fa-pencil {
		font-size: 1.5em;
	}
	.blog-left-right {
		width: 80%;
	}
	.media-left.response-text-left {
		width: 20%;
	}
	.blog {
		padding: 2em 0;
	}
	.grid_4 {
		margin-top: 0;
	}
	.agileits-contact-address {
		margin: 2em 0 0 0;
	}
	.contact-form-right {
		margin: 2em 0 0 0;
	}
	.w3agile-map {
		margin: 2em 0 0 0;
	}
	.agile-choose-grids {
		margin: 2em 0 0 0;
	}
	.cloud-pricing-table {
		margin: 2em 0 0 0;
	}
	.vpn-grids {
		margin: 2em 0 0 0;
	}
	.agile-news-grids {
		margin: 2em 0 0 0;
	}
	.agileits-news-right:nth-child(2) {
		margin: 2em 0 0 0;
	}
}
@media(max-width:414px){
	.w3layouts-address {
		float: none;
		width: 100%;
		text-align: center;
	}
	.agileinfo-social-grids {
		float: none;
		margin: .5em 0 0 0;
		text-align: center;
	}
	.w3-banner-bottom-heading h3 {
		font-size: 1.5em;
	}
	.choose-left-grid {
		float: none;
		width: 100%;
	}
	.choose-right-grid {
		float: none;
		width: 100%;
		margin: 1em 0 0 0;
	}
	.testimonial-info {
		min-height: 275px;
	}
	.callbacks_tabs {
		left: 135px;
		top: 210px;
	}
	.page_container {
		margin: 2em auto;
	}
	.copyright {
		padding: 1em 1em;
	}
	.team-grids {
		margin: 2em 0 0 0;
	}
	.price-grid, .agileits-pricing, .vpn-pricing-grid {
		float: none;
		width: 100%;
		margin:0 0 1em 0 !important;
	}
	.price-grid:nth-child(4),.agileits-pricing:nth-child(4),.vpn-pricing-grid:nth-child(4) {
		margin-bottom: 0 !important;
	}
	.featured-left-img {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.featured-left-text {
		float: none;
		width: 100%;
	}
	.signin-form {
		width: 90%;
	}
	.bs-glyphicons li {
		width: 31.33% !important;
	}
	.blog-left-right-top h4 {
		font-size: 1.2em;
	}
	.blog-left-right {
		width: 77%;
	}
}
@media(max-width:384px){
	.about-heading h2 {
		font-size: 1.5em;
	}
	.blog-left-right {
		width: 75%;
	}
}
@media(max-width:375px){
	.testimonial-info {
		min-height: 300px;
	}
	.callbacks_tabs {
		left: 114px;
		top: 235px;
	}
	.panel-heading {
		padding: 1em;
	}
	.pagination {
		margin: 2em 0 0 0 !important;
	}
	.blog-left-left {
		width: 50px;
		height: 50px;
		padding: .7em 0 0 0;
	}
}
@media(max-width:320px){
	.w3layouts-address ul li {
		font-size: .87em;
	}
	.w3layouts-address ul li:nth-child(2) {
		margin-left: .5em;
	}
	.immersive_slider .is-slide {
		padding: 2em 2em 1em 2em !important;
	}
	.content h3 {
		font-size: 1.1em;
	}
	.w3-banner-bottom-heading h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.w3-agile-subscribe-form input[type="text"] {
		width: 90%;
	}
	button.btn1 {
		margin: 1em 0 0 0;
	}
	.w3layouts-logo h1 a {
		font-size: .9em;
	}
	.w3layouts-logo {
		margin: 0.3em 0 0 0;
	}
	.wthree-top-grid h4, .choose-info h4 {
		font-size: 1.1em;
	}
	.signin-form {
		width: 100%;
	}
	.blog-left-left {
		width: 44px;
		height: 44px;
		padding: .5em 0 0 0;
	}
	.blog-left-right-top h4 {
		font-size: 1.1em;
	}
	.media-left.response-text-left {
		width: 27%;
	}
	.w3agile-map iframe {
		min-height: 250px;
	}
}
/*-- //response navbar --*/