/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Montserrat', sans-serif;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol{
	font-size:14px;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
input[type="submit"],a,.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
	text-decoration:none;
}
/*-- banner --*/
.banner {
	background:url('../images/banner.jpg') no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.center-container{
	padding:2em 0 9em;
    background: rgba(0, 0, 0, 0.3);
}
.w3_agile_header{
	padding:2em 2em 0;
}
.w3_agile_header_left{
	float:left;
}
.agile_header_right{
	float:right;
	margin-top: .7em;
}
.agile_header_right ul li{
	display:block;
	font-weight:600;
	color:#fff;
	display:inline-block;
}
.agile_header_right ul li i{
	padding-right:1.5em;
	color:#0accff;
}
.agile_header_right ul li a{
	color:#fff;
	text-decoration:none;
}
.agile_header_right ul li a:hover{
	color:#0accff;
}
.agile_header_right ul li a:before,.agile_header_right ul li a:after{
	display:none;
}
.agile_header_right ul li:last-child{
	margin-left:3em;
}
.w3_agileits_logo{
	text-align: center;
    margin:7em auto 5em;
    width: 31%;
}
.w3_agileits_logo h1 a{
	font-size: 2em;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    background: url(../images/1.png) no-repeat center 0px;
    padding-top: 1.2em;
    font-family: 'Open Sans', sans-serif;
}
.w3_agileits_logo h1 a span{
	display: block;
    font-size: .3em;
    font-weight: 600;
    color:#0accff;
    position: relative;
    letter-spacing: 10px;
}
.w3_agileits_logo h1 a span:before,.w3_agileits_logo h1 a span:after{
	content: '';
    background: #fddd22;
    height: 2px;
    width: 20%;
    position: absolute;
    top: 45%;
}
.w3_agileits_logo h1 a span:before{
	left:5%;
}
.w3_agileits_logo h1 a span:after{
	right:7%;
}
.agileits_w3layouts_banner_info{
	width:80%;
	margin:0 auto;
	text-align:center;
}
.agileits_w3layouts_banner_info h2{
	font-size:2em;
	color:#fff;
	text-transform:capitalize;
	line-height:2em;
}
.agileits_w3layouts_banner_info p{
	color:#fff;
	line-height:2em;
	margin: 0 0 5em;
}
.agileits_w3layouts_banner_info form{
	width:60%;
	margin:0 auto;
}
.agileits_w3layouts_banner_info input[type="email"]{
	outline: none;
    width: 78%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.33);
    color: #212121;
    border: 1px solid #a5a5a5;
    font-size: 14px;
    float: left;
	letter-spacing: 3px;
    font-weight: 600;
}
.agileits_w3layouts_banner_info input[type="email"]::-webkit-input-placeholder{
	color:#212121;
}
.agileits_w3layouts_banner_info input[type="submit"]{
	outline: none;
    width: 22%;
    padding: 15px 0;
    background: #fddd22;
    color: #212121;
    border: 1px solid #fddd22;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileits_w3layouts_banner_info input[type="submit"]:hover{
	background:#0accff;
	border-color:#0accff;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fddd22;
    background:none;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-nav > li > a {
    margin: 0 1.5em;
    padding:10px 20px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#fddd22;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	outline:none;
}
.navbar-right {
    margin:0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#0accff;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background:transparent;
	color: #fff;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}
.navbar-right {
    float: none !important;
}
.navbar-nav {
    margin:0 0 0 2em;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color:#ff464f;
}
/*-- nav-effect --*/
.link-effect-14 a {
  overflow: hidden;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.link-effect-14 a span::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid #fddd22;
  border-left: 2px solid #fddd22;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a span::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #fddd22;
  border-bottom: 2px solid #fddd22;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid #fddd22;
  border-top: 2px solid #fddd22;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid #fddd22;
  border-bottom: 2px solid #fddd22;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a:hover::before,.navbar-nav li.active a::before {
  opacity: 1;
  right: 5px;
  top: 5px;
}
.link-effect-14 a:hover::after,.navbar-nav li.active a::after {
  opacity: 1;
  left: 5px;
  bottom: 5px;
}
.link-effect-14 a:hover span::before,.navbar-nav li.active a span::before {
  opacity: 1;
  left: 5px;
  top: 5px;
}
.link-effect-14 a:hover span::after,.navbar-nav li.active a span::after {
  opacity: 1;
  right: 5px;
  bottom: 5px;
}
/*-- //nav-effect --*/
/*-- //nav --*/
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.stats,.testimonials{
	padding:5em 0;
}
.w3l_lotus{
	text-align: center;
    font-size: 1em;
    color: #212121;
    padding: .5em;
    background: #fddd22;
    width: 13%;
    margin: 0 auto 2em;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.w3layouts_head{
	text-transform: capitalize;
    font-size: 2.5em;
    color: #212121;
    text-align: center;
}
.w3layouts_head span{
	color:#58d3f3;
}
.w3_para{
	color:#999;
	line-height:2em;
	text-align:center;
}
.w3ls_banner_bottom_grids{
	margin:3em 0 0; 
}
.agileits_banner_bottom_grid_left{
	text-align:center;
}
.agileinfo_banner_bottom_grid_l_grid,.w3_agileits_counter_grid{
	width: 100px;
    height: 100px;
    border-radius: 10px;
    background: #eaeaea;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    margin: 0 auto;
	overflow:hidden;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.agileinfo_banner_bottom_grid_l_grid i,.w3_agileits_counter_grid i{
	color:#212121;
	font-size:2em;
	line-height:3.5em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.agileits_banner_bottom_grid_left h4{
	margin: 3em 0 1em;
    color: #212121;
    text-transform: capitalize;
    font-size: 1.5em;
}
.agileits_banner_bottom_grid_left p{
	color:#999;
	line-height:2em;
}
.agileits_banner_bottom_grid_left:hover .agileinfo_banner_bottom_grid_l_grid{
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.agileits_banner_bottom_grid_left:hover .agileinfo_banner_bottom_grid_l_grid i{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*-- //banner-bottom --*/
/*-- services-bottom --*/
.wthree_services_bottom_left,.wthree_services_bottom_right,.w3_agileits_services_bottom_l_grid{
	padding:0;
}
.w3_agileits_services_bottom_r_grid{
	padding:4em 4em 0;
    background: #fddd22;
    min-height: 307px;
}
.w3_agileits_services_bottom_r_grid h4{
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: #212121;
    position: relative;
    padding-bottom: 1em;
}
.w3_agileits_services_bottom_r_grid h4:after{
	content: '';
    background:#212121;
    width: 30%;
    height: 4px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.w3_agileits_services_bottom_r_grid p{
	color: #525a45;
    line-height: 2em;
    margin:3em 0 2em;
}
.agileits_w3layouts_more{
	text-align:right;
}
.agileits_w3layouts_more a{
	font-size:1em;
	color:#212121;
	font-weight:600;
	text-decoration:none;
}
.agileits_w3layouts_more a i{
	padding-left:1em;
}
.agile_services_bottom_l_grid1{
	position:relative;
}
.w3_service_bottom_grid_pos{
    background:rgba(0, 0, 0, 0.76);
    bottom: 75px;
    left: 75px;
    opacity: 0;
    padding: 3em;
    position: absolute;
    right: 75px;
    top: 75px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 9;
}
.w3_service_bottom_grid_pos h3{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5em;
}
.w3_agileits_services_bottom_l_grid:hover .w3_service_bottom_grid_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.w3_agile_services_bottom_right_grid{
	background: url(../images/4.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.w3_agile_services_bottom_right_grid1{
	background: url(../images/3.jpg) no-repeat 0px -30px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.w3_agile_services_bottom_right_grid2{
	background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.w3_agile_services_bottom_right_grid,.w3_agile_services_bottom_right_grid1,.w3_agile_services_bottom_right_grid2{
    min-height: 614px;
	padding:5em;
}
.w3layouts_head_slide{
	font-size: 5em;
    color:rgba(255, 255, 255, 0.73);
    text-align: right;
	font-weight:700;
	text-transform: uppercase;
}
.w3layouts_head_slide span{
	display:block;
	font-size:.8em;
	line-height:.5;
}
/*-- //services-bottom --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    font-family:'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    background:#58d3f3;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#212121;
	outline: none;
}
/*-- //bootstrap-pop-up --*/
/*-- team --*/
.w3layouts_team_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_team_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_team_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3_agile_team_grid:hover .w3layouts_team_grid_pos,.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3_agile_team_grid:hover .wthree_text,.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.agileits_social_list li{
	display: inline-block;
}
.agileits_social_list li:nth-child(2){
    margin:0 1.5em;
}
.agileits_social_list li a{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.agileits_social_list li a i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	line-height: 2.5em;
}
.agileits_social_list li a:hover{
	background:#fff;
}
a.w3_agile_facebook,.w3_facebook{
	background:#3b5998;
}
a.w3_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter,.w3ls_twitter{
	background:#1da1f2;
}
a.w3_agile_dribble,.w3l_dribbble{
	background:#ea4c89;
}
a.w3_agile_vimeo{
	background:#1ab7ea;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.w3_agile_dribble:hover{
	color:#ea4c89;
}
a.w3_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
.w3_agile_team_grid{
	text-align:center;
}
.w3_agile_team_grid h4{
	font-size: 1.5em;
    color: #212121;
    margin: 1.5em 0 .2em;
}
.w3_agile_team_grid p{
	color:#58d3f3;
}
/*-- //team --*/
/*-- register --*/
.register{
	background:url(../images/10.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-attachment:fixed;
	padding:8em 0;
}
.agile_register_grid{
	width:55%;
	margin: 5em 0 0;
}
.register h3{
	font-size:2.5em;
	text-transform:uppercase;
	line-height:1.5em;
}
.register p{
    line-height: 2em;
    color: #999;
    text-align: center;
    margin: 1em 0 2em;
}
.agile_register_grid h4{
	text-align:center;
	color:#58d3f3;
	font-size:1.2em;
	text-transform:uppercase;
}
.agile_register_grid h5{
	text-align:center;
	font-size:1em;
	color:#212121;
	margin: 1em 0 0;
}
/*-- countdown --*/
.countdown {
    padding:5em 0 3em;
}

.countdown-time {
  display: block;
}

.countdown-time ul { display: inline-block; }

.countdown-time li {
	float: left;
	text-align: center;
}

.countdown-time li.blank {
	line-height: 90px;
    width: 15px;
    color: #212121;
    font-size: 3em;
}

.countdown-time li.item { width: 110px; }

.countdown-time i {
	display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 3em;
    font-weight: bold;
    margin: auto;
    border-radius: 90px;
    box-shadow: 0 0 10px rgba(199, 199, 199, 0.32);
    color: #212121;
    border: 2px solid #fddd22;
	font-style:normal;
}

.countdown-time span {
	display: block;
	color: #212121;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}
.w3_agileits li{
	display:inline-block;
}
/*-- //countdown --*/
.agileits_w3layouts_book{
	padding:3em 0;
	background:#58d3f3;
}
.agileits_w3layouts_book_left{
	float:left;
}
.agileits_w3layouts_book_left h3{
	text-transform:uppercase;
	font-size:2em;
	color:#fff;
}
.agileits_w3layouts_book_right{
	float:right;
	width:18%;
}
.agileits_w3layouts_book_right a{
	display: block;
    padding: 12px 0;
    background: #212121;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-decoration:none;
}
.agileits_w3layouts_book_right a:hover{
	background:#fff;
	color:#212121;
}
.wthree_pop h3{
	font-size: 2em;
    color: #212121;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1em;
}
.agileits_w3layouts_user {
    position: relative;
}
.wthree_pop_left label,.wthree_pop label{
	font-size: 13px;
    display: block;
    margin-bottom: 1em;
    font-weight: 600;
    text-align: left;
}
.agileits_modal_body input[type="text"], .agileits_modal_body input[type="email"],.w3_agileits_select,.wthree_pop_up textarea{
    outline: none;
    padding: 10px 10px 10px 65px;
    font-size: 14px;
    color: #212121;
    border: 1px solid #dddbdb;
    width: 100%;
    margin-bottom: 2em;
}
.agileits_w3layouts_user i {
    position: absolute;
    top: 2%;
    left: 0.7%;
    font-size: 1em;
    color: #212121;
    padding: 13.2px 0;
    width: 18%;
    background: #fddd22;
}
.agileits_user i {
    width: 10% !important;
    left: 0% !important;
}
.wthree_pop_up{
    padding: 0 1em;
}
.wthree_pop_up textarea{
	min-height:150px;
	resize:none;
	padding:15px !important;
}
.agileits_modal_body input[type="submit"]{
	outline: none;
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
    border: none;
    width: 39%;
    background: #58d3f3;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
}
.agileits_modal_body input[type="submit"]:hover{
	background:#fddd22;
	color:#212121;
}
/*-- //register --*/
/*-- gallery --*/
.w3layouts_gallery_grid h4{
	text-transform:uppercase;
	font-size:1.5em;
	color:#fff;
}
.w3layouts_gallery_grid{
	padding:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color:#fddd22;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 0;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    letter-spacing: 2px;
    border: none;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs {
    margin: 0 0 4em;
}
.nav-tabs > li:nth-child(1) {
	margin-left:43em;
}
.nav-tabs > li > a:hover {
    border: none;
}
.gallery{
	padding-top:5em;
}
/*-- //gallery --*/
/*-- stats --*/
.stats{
	background: url(../images/17.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-attachment:fixed;
}
.w3_counter_grid p{
	font-size: 4em;
    font-weight: 700;
    letter-spacing: 5px;
    color: #fff;
	margin:0.5em 0;
}
.w3_counter_grid h3{
	font-size:1.2em;
	color:#fff;
	text-transform:uppercase;
}
.w3_counter_grid {
    text-align: center;
}
.w3_agileits_counter_grid{
	background:#58d3f3;
	width: 80px;
    height: 80px;
}
.w3_agileits_counter_grid i {
    line-height: 2.8em;
}
/*-- //stats --*/
/*-- classes --*/
.w3_agile_class_grid{
	padding:0 1em 2em;
}
.agile_class{
	padding:10px 30px;
	background:#58d3f3;
	color:#fff;
	font-size:1em;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}
.agile_class:hover{
	background:#fddd22;
	color:#212121;
}
.w3_agileits_class_grid{
	padding: 1.5em 1.5em 3.5em;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
}
.w3_agileits_class_grid p{
	color:#999;
	line-height:2em;
}
.w3_agileits_class_grid h4{
	margin:1em 0;
}
.w3_agileits_class_grid h4 a{
	font-size: 1.1em;
    text-transform: capitalize;
    color: #212121;
    text-decoration: none;
}
.w3_agileits_class_grid h4 a:hover,.w3_agile_class_grid:hover .w3_agileits_class_grid h4 a{
	color:#58d3f3;
}
.w3_agileits_class_grid h5{
	font-size:1em;
	color:#fddd22;
}
.w3_agileits_class_grid_pos{
	position: absolute;
    width: 100%;
    bottom: -18%;
    left: 0;
}
.w3_agileits_class_grid_pos img{
	margin:0 auto;
}
.agileits_w3layouts_class_pos{
	position:absolute;
	top:5%;
	right:10%;
}
.agileits_w3layouts_class_pos ul li{
	display:inline-block;
	color:#fff;
	font-size:1em;
}
.agileits_w3layouts_class_pos ul li i{
	padding-right:1em;
	color:#58d3f3;
}
.agileits_w3layouts_class_pos ul li a{
	color:#fff;
	text-decoration:none;
}
.agileits_w3layouts_class_pos ul li a:hover{
	color:#58d3f3;
}
.agileits_w3layouts_class_pos ul li:nth-child(2){
	margin:0 1.5em;
}
.w3layouts_classes_grids{
	margin:6em 0 0;
}
/*-- //classes --*/
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	padding:0 0 .5em;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Nav --*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: none;
    top: -13% !important;
    border: 1px solid #999;
    font-family: FontAwesome;
    text-align: center;
    line-height: 2.8em;
    color: #212121;
}
.nbs-flexisel-nav-left{
	left:91%;
}
.nbs-flexisel-nav-left:before {
	content:"\f053";
}
.nbs-flexisel-nav-right{
	right: 1.2%;
}
.nbs-flexisel-nav-right:after {
	content:"\f054";
}
.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
	background:#58d3f3;
	color:#fff;
	border-color:#58d3f3;
}
/*--//flexisel--*/
/*-- testimonials --*/
.testimonials{
	background: url(../images/18.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.wthree_head{
	color:#fff;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 1em;
    outline: none;
    background: none;
    border: 1px solid;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover,.slick-next:hover{
	background:#fddd22;
	border-color:#fddd22;
	color:#212121;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    line-height: 1;

    opacity: .75;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content:"\f177";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f177";
}

.slick-next,[dir='rtl'] .slick-prev
{
    right:-6.5%;
}
[dir='rtl'] .slick-next,.slick-prev
{
    right: auto;
    left:-6.5%;
}
.slick-next:before
{
    content: "\f178";
}
[dir='rtl'] .slick-next:before
{
    content: "\f178";
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: #212121;
    border: 0;
    outline: none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color:#d7d7d7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #58d3f3;
}
.w3l_testimonial_grid{
	padding: 3em 2.5em 2em;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    margin: 5em 1.2em 0;
}
.w3l_testimonial_grid:focus,.agileits_testimonial_grid:focus{
	outline:none;
}
.w3l_testimonial_grid_pos{
	position:absolute;
	width:100%;
	text-align:center;
	top:-25%;
	left:0%;
}
.w3l_testimonial_grid_pos img{
	margin:0 auto;
}
.w3l_testimonial_grid p{
	color:#999;
	line-height:2em;
	position:relative;
	padding-left:2em;
}
.w3l_testimonial_grid p:before{
	content:"\f10d";
	font-size:2em;
	color:#595959;
	font-family:FontAwesome;
	position:absolute;
	top:0%;
	left:0%;
}
.agileits_testimonial_grid h4{
	font-size:1.1em;
	color:#212121;
	margin:1em 0 0.5em;
}
.agileits_testimonial_grid h5{
	font-size:.8em;
	color:#58d3f3;
}
.agileinfo_testimonial_grids{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
/*-- //testimonials --*/
/*-- mail --*/
.agileits_mail_grid_left ul li{
	list-style-type:none;
	color:#999;
	margin-bottom:1em;
}
.agileits_mail_grid_left ul li label{
	color: #212121;
    border: 1px solid #999;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin-right: 1.5em;
}
.agileits_mail_grid_left ul li label i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	line-height: 2.3em;
}
.agileits_mail_grid_left ul li a{
	color:#999;
	text-decoration:none;
}
.agileits_mail_grid_left ul li a:hover{
	color:#212121;
}
.w3layouts_mail_grid_left h3,.wthree_mail_pos h3{
	font-size: 1.4em;
    color: #212121;
    text-transform: uppercase;
    padding-bottom: .5em;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 2em;
}
.w3layouts_mail_grid_left h3:after,.wthree_mail_pos h3:after{
	content: '';
    background: #fddd22;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.agileits_w3layouts_socila_mail{
	margin:3em 0 0;
}
.agileits_w3layouts_socila_mail ul li{
	width: 50%;
    display: inline-block;
    float: left;
}
.agileits_w3layouts_socila_mail ul li a{
	padding: 1em 0;
    display: block;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
}
.agileits_pinterest{
	background:#bd081c;
}
.w3_facebook:hover {
    background: #4f7dde;
}
.w3l_dribbble:hover {
    background: #ef679c;
}
.agileits_pinterest:hover {
    background: #e43044;
}
.w3ls_twitter:hover {
    background: #4ab2f3;
}
.w3_agileits_map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.w3_agileits_map{
	position:relative;
}
.wthree_mail_pos{
	position: absolute;
    width: 34%;
    background: #efefef;
    right: 14%;
    top: -110%;
}
.wthree_mail_pos h3:after{
	background:#212121;
}
.wthree_mail_pos input[type="text"],.wthree_mail_pos input[type="email"],.wthree_mail_pos textarea{
	outline: none;
    padding: 15px;
    background: none;
    color: #212121;
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #494949;
	font-weight: 600;
}
.wthree_mail_pos input[type="text"]::-webkit-input-placeholder,.wthree_mail_pos textarea::-webkit-input-placeholder
,.wthree_mail_pos input[type="email"]::-webkit-input-placeholder{
	color:#212121 !important;
}
.wthree_mail_pos input[type="email"]{
	margin:1em 0;
}
.wthree_mail_pos textarea{
	min-height:200px;
	resize:none;
}
.wthree_mail_pos input[type="submit"]{
	outline: none;
    padding: 15px 0;
    background: url(../images/6.png) no-repeat center center #58d3f3;
    width: 100%;
    border: none;
    min-height: 540px;
}
.wthree_mail_pos input[type="submit"]:hover{
	background-color:#212121;
}
.w3_agileits_contact_left{
	padding:3em;
}
.w3_agileits_contact_right{
	padding:0;
}
.w3_agile_copyright{
	padding:3em 0;
	background:#212121;
}
.w3_agile_copyright p{
	color:#fff;
	line-height:2em;
	text-align:center;
}
.w3_agile_copyright p a{
	color:#fddd22;
	text-decoration:underline;
}
.w3_agile_copyright p a:hover{
	color:#fff;
}
/*-- //mail --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media (max-width:1680px){
	.w3_agileits_services_bottom_r_grid {
		min-height: 322px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 645px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 46em;
	}
}
@media (max-width:1600px){
	.w3_agileits_services_bottom_r_grid {
		min-height: 307px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 614px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 43em;
	}
}
@media (max-width:1440px){
	.w3_agileits_logo {
		width: 35%;
	}
	.w3_agileits_services_bottom_r_grid h4 {
		font-size: 1.3em;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 2em 0;
	}
	.w3_agileits_services_bottom_r_grid {
		min-height: 276px;
		padding: 3em 3em 0;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 552px;
	}
	.w3_service_bottom_grid_pos {
		padding: 2.5em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1.2em;
	}
	.agile_register_grid {
		margin: 3em 0 0;
	}
	.register {
		background-position: -160px 0px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 38em;
	}
}
@media (max-width:1366px){
	.w3_agileits_logo {
		width: 36%;
	}
	.w3_agileits_services_bottom_r_grid {
		min-height: 262px;
		padding: 2.5em 3em 0;
	}
	.w3_service_bottom_grid_pos {
		padding: 2em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 524px;
	}
	.w3layouts_head_slide {
		font-size: 3.5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 35em;
	}
	.wthree_mail_pos {
		width: 40%;
		right: 8%;
	}
}
@media (max-width: 1280px){
	.w3_agileits_logo {
		width: 38%;
	}
	.w3_agileits_services_bottom_r_grid h4 {
		letter-spacing: 0px;
	}
	.w3_agileits_services_bottom_r_grid {
		min-height: 245px;
		padding: 2em 3em 0;
	}
	.w3_service_bottom_grid_pos h3 {
		letter-spacing: 1px;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.5em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 490px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 32em;
	}
}
@media (max-width: 1080px){
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav > li > a {
		margin: 0 0.5em;
	}
	.w3_agileits_logo {
		width: 40%;
		margin: 7em auto 3em;
	}
	.w3_agileits_logo h1 a {
		font-size: 1.7em;
		padding-top: 1.5em;
	}
	.agileits_w3layouts_banner_info p {
		margin: 0 0 3em;
	}
	.agileits_w3layouts_banner_info form {
		width: 80%;
	}
	.banner-bottom, .stats, .testimonials {
		padding: 4em 0;
	}
	.agileits_banner_bottom_grid_left h4 {
		margin: 2em 0 1em;
		font-size: 1.3em;
	}
	.w3layouts_head {
		font-size: 2.2em;
	}
	.w3_agileits_services_bottom_r_grid {
		min-height: 206px;
		padding: 2em 1em 0;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 1em 0;
	}
	.w3_agileits_services_bottom_r_grid h4 {
		font-size: 1.15em;
	}
	.w3_service_bottom_grid_pos {
		padding: 2em 1em 0;
		bottom: 45px;
		left: 45px;
		top: 45px;
		right: 45px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 412px;
	}
	.w3_agile_team_grid h4 {
		font-size: 1.3em;
	}
	.agileits_w3layouts_book_left h3 {
		font-size: 1.8em;
	}
	.register h3 {
		font-size: 2em;
		text-align: center;
	}
	.countdown {
		padding: 5em 0 0em;
	}
	.agile_register_grid {
		width: 75%;
		margin: 0;
	}
	.register {
		background-position: -255px 0px;
	}
	.w3l_lotus {
		width: 18%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 25em;
	}
	.w3_counter_grid p {
		font-size: 3.5em;
	}
	.nbs-flexisel-nav-left {
		left: 89%;
	}
	.w3_agileits_class_grid h4 a {
		font-size: 1em;
	}
	.wthree_text {
		top: 45%;
	}
	.w3l_testimonial_grid_pos {
		top: -18%;
	}
	.slick-next, [dir='rtl'] .slick-prev {
		right: -7.5%;
	}
	[dir='rtl'] .slick-next, .slick-prev {
		left: -7.5%;
	}
	.w3l_testimonial_grid {
		margin: 3.5em 1.2em 0;
	}
}
@media (max-width: 1024px){
	.w3_agileits_logo {
		width: 42%;
	}
	.agile_header_right ul li:last-child {
		margin-left: 2em;
	}
	.navbar-nav > li > a {
		margin: 0 0.2em;
	}
	.w3_agileits_services_bottom_r_grid {
		min-height: 195px;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 1em 0 0.5em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 390px;
		padding: 4em;
	}
	.register {
		padding: 7em 0;
	}
	.nav-tabs {
		margin: 0 0 3em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 23em;
	}
}
@media (max-width: 991px){
	.w3_agile_header {
		padding: 1em 2em 0;
	}
	.w3_agileits_logo {
		margin: 5em auto 3em;
	}
	.agileits_w3layouts_banner_info form {
		width: 90%;
	}
	.center-container {
		padding: 2em 0 7em;
	}
	.agileits_banner_bottom_grid_left {
		float: left;
		width: 33.33%;
	}
	.w3_agileits_services_bottom_l_grid,.w3_agileits_services_bottom_r_grid {
		float: left;
		width: 50%;
	}
	.w3_agileits_services_bottom_r_grid {
		min-height: auto;
		padding: 4em;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 2.65em 0;
	}
	.w3_service_bottom_grid_pos {
		padding: 4em 2em 0;
		bottom: 70px;
		left: 70px;
		top: 70px;
		right: 70px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 900px;
		padding: 6em;
	}
	.w3_agile_team_grid {
		float: left;
		width: 50%;
	}
	.w3_agile_team_grid:nth-child(2){
		margin-bottom:2em;
	}
	.agileits_w3layouts_book_left {
		float: none;
		text-align: center;
		margin-bottom: 2em;
	}
	.agileits_w3layouts_book_right {
		float: none;
		width: 25%;
		margin: 0 auto;
	}
	.agileits_w3layouts_user i {
		left: 0%;
		width: 10%;
	}
	.w3l_lotus {
		width: 22%;
	}
	.w3layouts_gallery_grid {
		float: left;
		width: 50%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 22em;
	}
	.w3_counter_grid {
		float: left;
		width: 25%;
	}
	.agileinfo_banner_bottom_grid_l_grid, .w3_agileits_counter_grid {
		width: 70px;
		height: 70px;
	}
	.nbs-flexisel-nav-left {
		left: 86%;
	}
	.agileinfo_banner_bottom_grid_l_grid i, .w3_agileits_counter_grid i {
		font-size: 1.5em;
	}
	.w3_agileits_counter_grid i {
		line-height: 3.2em;
	}
	.w3_counter_grid p {
		font-size: 3em;
	}
	.w3_agile_class_grid {
		padding: 0 0.5em 3em;
	}
	.agileits_w3layouts_class_pos ul li:nth-child(2) {
		margin: 0 0.5em;
	}
	.agileits_w3layouts_class_pos ul li i {
		padding-right: .5em;
	}
	.w3_agileits_class_grid h4 a {
		line-height: 1.5em;
	}
	.w3l_testimonial_grid {
		margin: 3.5em 0.5em 0;
		padding: 2.5em 3em 2em;
	}
	.w3l_testimonial_grid p:before {
		font-size: 1.5em;
	}
	.slick-next, [dir='rtl'] .slick-prev {
		right: -12.5%;
	}
	[dir='rtl'] .slick-next, .slick-prev {
		left: -12.5%;
	}
	.wthree_mail_pos {
		width: 100%;
		right: 0%;
		top: 0%;
		position: inherit;
	}
	.w3_agileits_contact_left {
		float: left;
		width: 80%;
	}
	.w3_agileits_contact_right {
		float: right;
		width: 20%;
	}
	.w3_agile_copyright {
		padding: 2em 0;
	}
}
@media (max-width: 900px){
	.agile_header_right ul li:last-child {
		margin-left: 1em;
	}
	.navbar-nav > li > a {
		padding: 8px 16px;
		margin: 0 0.1em;
	}
	.w3_agileits_logo h1 a {
		font-size: 1.5em;
		padding-top: 1.7em;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: 1.8em;
	}
	.agileits_w3layouts_banner_info form {
		width: 100%;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 3em;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin:2.57em 0;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 850px;
		padding: 5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 19em;
	}
}
@media (max-width: 800px){
	.navbar-nav > li {
		font-size: 13px;
	}
	.navbar-nav > li > a {
		padding: 8px 14px;
		margin:0;
	}
	.agile_header_right ul li {
		font-size: 13px;
	}
	.agile_header_right ul li i {
		padding-right: 0.5em;
	}
	.w3_agile_header {
		padding: 0em 1em 0;
	}
	.w3_agileits_logo {
		width: 46%;
	}
	.w3_agileits_logo h1 a span:before {
		left: 2%;
	}
	.w3_agileits_logo h1 a span:after {
		right: 4%;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 1.36em 0;
	}
	.w3_service_bottom_grid_pos {
		padding: 2.5em 2em 0;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 725px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 16em;
	}
}
@media (max-width: 768px){
	.w3_agileits_logo {
		width: 48%;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 2.63em;
	}
	.w3_service_bottom_grid_pos {
		padding: 2.2em 2em 0;
	}
	.countdown {
		padding: 3em 0 0em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 14.5em;
	}
	.w3_agileits_class_grid h4 a {
		font-size: .9em;
	}
	.w3l_testimonial_grid {
		margin: 3.9em 0.5em 0;
	}
	.w3_agileits_map iframe {
		min-height: 300px;
	}
}
@media (max-width: 767px){
	.navbar-toggle {
		float: none;
		margin: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
		background-color:#fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}
	.navbar-header.navbar-left {
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background:rgba(33, 33, 33, 0.97);
		z-index: 999;
	}
	.navbar-collapse {
		box-shadow: none;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	.navbar-right {
		padding: 1.5em 0;
		text-align: center;
	}
	.agile_header_right {
		float: none;
	}
	.navbar-nav > li > a {
		padding: 12px 30px;
		display: inline-block;
	}
}
@media (max-width: 736px){
	.w3_agileits_logo {
		width: 50%;
		margin: 3em auto;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.2em;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 2.27em;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.8em 1em 0;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 650px;
	}
	.modal-body img{
		margin:0 auto;
	}
	.agile_register_grid {
		width: 100%;
	}
	.countdown {
		text-align: center;
	}
	.register {
		padding: 5em 0;
		background-position: -370px 0px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 13.5em;
	}
	.w3l_testimonial_grid {
		margin: 3em 0.5em 0;
	}
	.w3layouts_mail_grid_left h3, .wthree_mail_pos h3 {
		font-size: 1.2em;
	}
}
@media (max-width: 667px){
	.w3_agileits_logo h1 a {
		font-size: 1.3em;
		background: url(../images/1.png) no-repeat center 0px;
		background-size: 19%;
		padding-top: 1.5em;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: 1.6em;
	}
	.agileits_w3layouts_banner_info input[type="email"] {
		width: 73%;
	}
	.agileits_w3layouts_banner_info input[type="submit"] {
		width: 27%;
	}
	.w3layouts_head {
		font-size: 2em;
	}
	.w3l_lotus {
		margin: 0 auto 1.5em;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.1em;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 1.45em;
	}
	.w3_service_bottom_grid_pos {
		bottom: 60px;
		left: 60px;
		top: 60px;
		right: 60px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 590px;
	}
	.agileits_w3layouts_book_left h3 {
		font-size: 1.6em;
	}
	.agileits_w3layouts_book_right {
		width: 30%;
	}
	.register h3 {
		font-size: 1.8em;
	}
	.countdown-time i {
		font-size: 2.5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 10.5em;
	}
	.nbs-flexisel-nav-left {
		left: 83%;
	}
	.agileits_w3layouts_class_pos ul li {
		font-size: 13px;
	}
	.w3_agileits_class_grid_pos {
		bottom: -14%;
	}
	.w3l_testimonial_grid {
		margin: 3.5em 0.5em 0;
	}
}
@media (max-width: 640px){
	.center-container {
		padding: 2em 0 5em;
	}
	.agileits_banner_bottom_grid_left {
		padding: 0 .5em;
	}
	.banner-bottom, .stats, .testimonials {
		padding: 3em 0;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 1.15em 0 0.9em;
	}
	.w3_service_bottom_grid_pos {
		bottom: 50px;
		left: 50px;
		top: 50px;
		right: 50px;
		padding: 2em 1em 0;
	}
	.countdown-time i {
		font-size: 2em;
		width:70px;
		height:70px;
		line-height:70px;
	}
	.countdown-time span {
		font-size: 12px;
	}
	.countdown-time li.blank {
		line-height: 70px;
		font-size: 2em;
	}
	.countdown-time li.item { 
		width: 80px;		
	}
	.w3l_lotus {
		width: 30%;
	}
	.gallery {
		padding-top: 3em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 9.5em;
	}
	.w3_counter_grid p {
		font-size: 2.5em;
		letter-spacing: 3px;
	}
	.w3_agileits_class_grid_pos {
		bottom: -20%;
	}
	.w3l_testimonial_grid {
		padding: 2.5em 1em 2em;
	}
	.w3l_testimonial_grid_pos {
		top: -21%;
	}
}
@media (max-width: 600px){
	.w3_agileits_logo {
		width: 55%;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: 1.5em;
	}
	.agileits_w3layouts_banner_info input[type="email"] {
		width: 70%;
		padding: 12px;
	}
	.agileits_w3layouts_banner_info input[type="submit"] {
		width: 30%;
		padding: 12px 0;
	}
	.w3layouts_head {
		font-size: 1.8em;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.06em;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 1em 0 0.69em;
		font-size: 13px;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1.1em;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.7em 1em 0;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 560px;
	}
	.agileits_w3layouts_book_left h3 {
		font-size: 1.5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 8em;
	}
	.w3_counter_grid h3 {
		font-size: 1em;
	}
}
@media (max-width: 568px){
	.agileits_w3layouts_banner_info {
		width: 90%;
	}
	.w3_agileits_logo {
		width: 57%;
	}
	.agileits_banner_bottom_grid_left {
		float: none;
		width: 100%;
	}
	.agileits_banner_bottom_grid_left:nth-child(2) {
		margin:2em 0;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.2em;
	}
	.w3_agileits_services_bottom_l_grid, .w3_agileits_services_bottom_r_grid {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.w3_service_bottom_grid_pos {
		padding: 4em 4em 0;
		bottom: 100px;
		left: 100px;
		top: 100px;
		right: 100px;
	}
	.w3_agileits_services_bottom_r_grid h4 {
		font-size: 1.2em;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 2em 0;
		font-size: 14px;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 2em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 500px;
		padding: 4em;
	}
	.w3ls_banner_bottom_grids {
		margin: 2em auto 0;
	}
	.agileits_w3layouts_book_left h3 {
		font-size: 1.4em;
	}
	.agileits_w3layouts_user i {
		width: 13% !important;
	}
	.wthree_pop h3 {
		font-size: 1.7em;
		margin-bottom: 1em;
	}
	.agileits_modal_body input[type="submit"] {
		width: 50%;
	}
	.nbs-flexisel-nav-left {
		left: 81%;
	}
	.w3_agileits_class_grid {
		padding: 1.5em 1em 3.5em;
	}
	.w3l_testimonial_grid {
		margin: 4em 0.5em 0;
	}
}
@media (max-width: 480px){
	.w3_agileits_logo {
		width: 68%;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: 1.3em;
	}
	.banner-bottom, .stats, .testimonials {
		padding: 2em 0;
	}
	.w3_service_bottom_grid_pos {
		padding: 2.2em 3em 0;
	}
	.modal-header {
		font-size: 1.7em;
		letter-spacing: 3px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 435px;
	}
	.agileits_w3layouts_book_left h3 {
		font-size: 1.22em;
		line-height:1.5em;
	}
	.agileits_w3layouts_book_right {
		width: 35%;
	}
	.register h3 {
		font-size: 1.6em;
	}
	.register {
		padding: 4em 0;
		background-position: -570px 0px;
	}
	.countdown-time i {
		font-size: 1.7em;
		width:50px;
		height:50px;
		line-height:50px;
	}
	.countdown-time span {
		font-size: 12px;
	}
	.countdown-time li.blank {
		line-height: 50px;
		font-size: 2em;
	}
	.countdown-time li.item { 
		width: 70px;		
	}
	.w3l_lotus {
		width: 35%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 4em;
	}
	.w3_counter_grid {
		width: 50%;
	}
	.w3_counter_grid:nth-child(2){
		margin-bottom:3em;
	}
	.nbs-flexisel-nav-left {
		left: 78%;
	}
	.agileits_w3layouts_class_pos ul li {
		font-size: 14px;
	}
	.agileits_w3layouts_class_pos ul li:nth-child(2) {
		margin: 0 2.5em;
	}
	.w3l_testimonial_grid_pos {
		top: -16%;
	}	
	.gallery {
		padding-top: 2em;
	}
}
@media (max-width: 414px){
	.w3_agileits_logo h1 a {
		font-size: 1.1em;
	}
	.w3_agileits_logo h1 a span:before {
		left: -1%;
	}
	.w3_agileits_logo h1 a span:after {
		right: 2%;
	}
	.agileits_w3layouts_banner_info {
		width: 95%;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: 1.23em;
	}
	.w3layouts_head {
		font-size: 1.6em;
	}
	.w3_service_bottom_grid_pos {
		padding: 2.3em 3em 0;
		bottom: 75px;
		left: 75px;
		top: 75px;
		right: 75px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 390px;
		padding: 3em;
	}
	.w3layouts_head_slide {
		font-size: 3em;
	}
	.agileits_social_list li a i {
		line-height: 2.3em;
	}
	.agileits_social_list li a {
		width: 30px;
		height: 30px;
	}
	.agileits_social_list li:nth-child(2) {
		margin: 0 .8em;
	}
	.w3_agile_team_grid h4 {
		font-size: 1.15em;
	}
	.agileits_w3layouts_book {
		padding: 2em 0;
	}
	.agileits_w3layouts_book_right a {
		padding: 10px 0;
	}
	.agileits_w3layouts_book_right {
		width: 40%;
	}
	.register h3 {
		font-size: 1.4em;
	}
	.countdown-time li.item { 
		width: 60px;		
	}
	.w3l_lotus {
		width: 43%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 2em;
	}
	.nav-tabs {
		margin: 0 0 2em;
	}
	.w3layouts_gallery_grid h4 {
		font-size: 1.2em;
	}
	.nbs-flexisel-nav-left {
		left: 74%;
	}
	.w3l_testimonial_grid_pos {
		top: -27%;
	}
	.agileits_mail_grid_left ul li label {
		font-size: 1.2em;
		width: 40px;
		height: 40px;
	}
	.w3_agileits_map iframe {
		min-height: 250px;
	}
	.w3_agileits_contact_left {
		float: none;
		width: 100%;
		padding: 2em;
	}
	.w3_agileits_contact_right {
		float: none;
		width: 100%;
	}
	.wthree_mail_pos input[type="submit"] {
		padding: 22px 0;
		min-height: auto;
	}
}
@media (max-width: 384px){
	.w3_agileits_logo {
		width: 73%;
		margin: 2em auto;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: 1.14em;
	}
	.agileits_w3layouts_banner_info p {
		margin: 0 0 2em;
		font-size: 13px;
	}
	.agileits_w3layouts_banner_info input[type="email"] {
		width: 100%;
	}
	.agileits_w3layouts_banner_info input[type="submit"] {
		width: 100%;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.6em 2em 0;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 335px;
	}
	.register h3 {
		font-size: 1.3em;
	}
	.countdown {
		padding: 2em 0 0;
	}
	.countdown-time i {
		font-size: 1.4em;
		width:40px;
		height:40px;
		line-height:40px;
	}
	.countdown-time li.blank {
		line-height: 40px;
		font-size: 1.8em;
	}
	.countdown-time li.item { 
		width: 50px;		
	}
	.nav-tabs > li > a {
		letter-spacing: 1px;
		padding: 8px 10px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 3em;
	}
	.agileits_mail_grid_left ul li label {
		margin-right: 1em;
	}
	.wthree_mail_pos textarea {
		min-height: 150px;
	}
}
@media (max-width: 375px){
	.w3_agileits_logo {
		width: 74%;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: 1.1em;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.8em 2em 0;
		bottom: 70px;
		left: 70px;
		top: 70px;
		right: 70px;
	}
	.w3_agile_team_grid {
		padding: 0 .5em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 320px;
	}
	.wthree_pop h3 {
		font-size: 1.5em;
	}
	.agileits_w3layouts_user i {
		width: 17% !important;
	}
	.wthree_pop_up textarea {
		min-height: 100px;
	}
	.agileits_modal_body input[type="submit"] {
		width: 91%;
	}
	.agileits_modal_body input[type="text"], .agileits_modal_body input[type="email"], .w3_agileits_select, .wthree_pop_up textarea {
		margin-bottom: 1em;
	}
	.nbs-flexisel-nav-left {
		left: 71%;
	}
	.w3l_testimonial_grid_pos {
		top: -23%;
	}
	.w3layouts_mail_grid_left {
		padding: 0;
	}
	.agileits_w3layouts_socila_mail ul li a {
		font-size: 2em;
	}
}
@media (max-width: 320px){
	.w3_agileits_logo h1 a {
		font-size: 1em;
	}
	.w3_agileits_logo {
		width: 82%;
		margin: 1em auto 2em;
	}
	.agileits_w3layouts_banner_info h2 {
		font-size: .94em;
	}
	p,.agileits_w3layouts_class_pos ul li, ul, ol,.agileits_w3layouts_banner_info input[type="email"],.agileits_w3layouts_banner_info input[type="submit"]{
		font-size: 13px;
	}
	.center-container {
		padding: 1.5em 0 3em;
	}
	.w3l_lotus {
		font-size: 13px;
		letter-spacing: 1px;
	}
	.w3layouts_head {
		font-size: 1.3em;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.1em;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.6em 1em 0;
		bottom: 55px;
		left: 55px;
		top: 55px;
		right: 55px;
	}
	.w3_agileits_services_bottom_r_grid h4 {
		font-size: 1.1em;
	}
	.w3_agileits_services_bottom_r_grid p {
		margin: 1em 0;
		font-size: 13px;
	}
	.modal-header {
		font-size: 1.4em;
		letter-spacing: 1px;
		padding: 10px;
	}
	.modal-body p {
		padding: 1em 1.5em 1em;
	}
	.w3_agile_team_grid h4 {
		font-size: 1.1em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 260px;
	}
	.w3layouts_head_slide {
		font-size: 2em;
	}
	.agileits_social_list li a {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	.w3_agile_team_grid:nth-child(2) {
		margin-bottom: 1em;
	}
	.agileits_w3layouts_book_left {
		margin-bottom: 1em;
	}
	.agileits_w3layouts_book_right {
		width: 55%;
	}
	.register {
		padding: 3em 0;
	}
	.register h3 {
		font-size: 1.09em;
	}
	.agile_register_grid h4 {
		font-size: 1em;
	}
	.register p {
		margin: 1em 0;
	}
	.countdown-time i {
		font-size: 1.2em;
		width:35px;
		height:35px;
		line-height:35px;
	}
	.countdown-time li.blank {
		line-height: 35px;
		font-size: 1.8em;
	}
	.countdown-time li.item { 
		width: 40px;		
	}
	.countdown-time span {
		font-size: 10px;
	}
	.nav-tabs > li > a {
		padding: 5px 7px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 1.5em;
	}
	.w3layouts_gallery_grid h4 {
		font-size: 1em;
	}
	.w3_counter_grid p {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.agileinfo_banner_bottom_grid_l_grid, .w3_agileits_counter_grid {
		width: 60px;
		height: 60px;
	}
	.agileinfo_banner_bottom_grid_l_grid i, .w3_agileits_counter_grid i {
		line-height: 2.9em;
	}
	.nbs-flexisel-nav-left {
		left: 65%;
	}
	.agileits_w3layouts_class_pos ul li:nth-child(2) {
		margin: 0 1.5em;
	}
	.w3layouts_mail_grid_left h3, .wthree_mail_pos h3 {
		font-size: 1em;
	}
	.agileits_mail_grid_left ul li label {
		font-size: 1em;
		width: 25px;
		height: 25px;
		margin-right: 0.5em;
	}
	.agileits_mail_grid_left ul li label i {
		line-height: 1.8em;
	}
	.w3_agileits_map iframe {
		min-height: 200px;
	}
	.wthree_mail_pos input[type="text"], .wthree_mail_pos input[type="email"], .wthree_mail_pos textarea {
		padding: 10px;
		font-size: 13px;
	}
}