/*-- Reset Code --*/
body { 
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'PT Sans', sans-serif;
}
body a {
	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;
}
body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
	outline:none;
}
input[type="button"], input[type="submit"], button.btn ,i.fa.icons:hover,.footer-nav li{
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
.text-center {
	text-align: center;
}
/*-- //Reset-Code --*/
p {
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	line-height: 2;
	font-size: 1em;
	color:#888;
}
/*-- header styling starts here --*/
/*-- banner --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.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;
	min-height:792px;
}
/*-- nav --*/
.navbar-default {
    background: #0f9494;
    border: none;
    padding: 0 2em;
}  
.navbar-left {
    float: left !important;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    font-size: 1.2em;
    padding: 0.5em 0;	
	font-family: 'Josefin Sans', sans-serif;
	text-transform:capitalize;
}
.navbar-brand span {
    line-height: 0.5;
    color:#ff0101;
    text-transform: capitalize;
    transform: rotate(-150deg);
	-webkit-transform: rotate(-150deg);
	-moz-transform: rotate(-150deg);
	-o-transform: rotate(-150deg);
	-ms-transform: rotate(-150deg);
    display: inline-block;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background: none;
}
.navbar-nav > li > a {
	padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 2em;
    line-height: 3;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a {
    color:#0b0d0c;
}
.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
    margin-left: 0em;
}
.navbar-nav {
    float: none;
    margin: 1em 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
/*-- //nav --*/
/*-- nav-effect --*/
.w3layouts_banner_info {
    padding: 18em 0 0;
}
.w3layouts_banner_info_agileits_w3layouts{
	padding:18em 0 0;
}
.w3layouts_banner_info_left ul li{
	display: inline-block;
    color: #fff;
    width:24%;
    text-transform: capitalize;
    font-weight: 600;
}
.w3layouts_banner_info_left ul li:nth-child(2){
	margin:0 5em;
}
.w3layouts_banner_info_left ul li span{
	display:block;
	padding-top:.5em;
	margin-top:.5em;
	border-top:1px solid;
}
.w3layouts_banner_info_left{
	float:left;
	width: 50%;
}
/*Wrapper*/
.wrapper{
    position: relative;
}
.wrapper h2 {
    font-size: 1.1em;
    letter-spacing: 5px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
}
.wrapper .sentence {
    font-size:5em;
	text-transform: capitalize;
}

/*Pop Effect*/
.popEffect{
	display: inline;
	text-indent: 8px;
}
.popEffect span {
    animation: pop 7.5s linear infinite 0s;
    -ms-animation: pop 7.5s linear infinite 0s;
    -webkit-animation: pop 7.5s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 70%;
    left: 13%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}
.popEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.popEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

/*Pop Effect Animation*/
@-moz-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*-- //banner --*/
.w3ls-section{
	padding:4em 0;
}
.h3-w3l {
    font-size: 2.5em;
    color: #0f9494;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 1em;
	text-align:center;
}	
.wthree-head {
    position: relative;
}
.wthree-head:before {
    top: -34px;
    left: 47%;
}
.wthree-head:before {
	content: '';
    position: absolute;
    font-size: 2.5em;
    color: rgba(125, 125, 125, 0.34); 
}
.wthree-head.wthree-head-p:before ,.wthree-head.wthree-head-g:before,.wthree-head.wthree-head-b:before{
	 color:rgba(125, 125, 125, 0.18);
 }
 .wthree-head.wthree-head-p:before {
	  content: 'p';
 }
 .wthree-head:before.wthree-head-p{
	 top: -34px;
	 left: 47%;
 }
 .wthree-head.wthree-head-t:before {
	 content:'T';
	 left:47.5%;
 }
 .wthree-head.wthree-head-g:before{
	  content: 'G';
 }
 h3.h3-w3l.wthree-head.wthree-head-g:before,h3.h3-w3l.wthree-head.wthree-head-b:before,h3.h3-w3l.wthree-head.wthree-head-t:before{
    top: -27px;
}
 .wthree-head.wthree-head-b:before{
	  content: 'B';
 }

 .wthree-head.wthree-head-g1:before{
	  content: 'G';
	  left:43%;
	  top:-30px;
 }
 .wthree-head:before.wthree-head-g1{
	 top: -34px;
    left: 47%;
 }
.button a {
    font-size: 1.2em !important;
    color: #fff;
    letter-spacing: 1px;
    padding: 0.4em 1em;
    text-decoration: none !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    background: #d53362;
    -ms-transition: 0.5s all;
    margin: 2em auto 0;
    width: 12%;
    display: block;
    border-radius: 50px;
}
.button a:hover {
    color: #ffffff !important;
    background: #0f9494;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.button a{
	
}
.button span {
    font-size: 14px;
    margin-left: 9px;
}
.modal-header h3{
    color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
}
.modal-header h5 {
    color: #f44639;
    font-size: 1.3em;
    letter-spacing: 1px;
   text-align:center;
}
.modal-header span {
    font-size: 1em;
    color: #777;
    line-height: 1.7;
    padding-bottom: 16px;
    display: inline-block;
    margin-top: 1em;
}
.modal-header img{
    float: left;
    width: 100%;
}
/*-- //about --*/
span.wthree-line {
    display: block;
    background: #d53362;
    width: 75px;
    border-radius: 10px;
    height: 7px;
    margin: 1em auto;
}
h2.h3-w3l.text-center {
    width: 65%;
    margin: 0 auto;
    line-height: 1.3;
	text-transform:none;
}
p.about-info {
    width: 47%;
    margin: 0 auto;
    text-align: center;
    color: rgba(2, 2, 2, 0.88);
    font-size: 1.05em;
}
.agileits-about-grid1 {
    padding: 3em;
}
/*-- //about --*/
/*-- blog--*/
.w3-agile-post-info ul {
    padding: 0 0 3em;
}
li.w3ls-icon-left,li.w3ls-icon-left a {
    font-size: 1em;
    color: #fff;
}
.w3ls-icon-left{
	float:left;
}
.w3ls-icon-right{
	float:right;
	color:#de9c9c;
}
.w3ls-icon-right i.fa-heart{
	margin:0 1em;
}
.agileits-blog-bottom {
    background: #0f9494;
    padding: 2em;
    border-left: 5px solid #d53362;
}
.w3-agile-post-info h5{
	font-size:1.4em;
	color:#fff;
	line-height:1.4;
	margin:1em 0;
}
.w3-agile-post-info h5 a {
    color: #fff;
}
.w3-agile-post-info p {
    color: #bdbdbd;
	margin-bottom:2em;
}
.w3-blog.w3l-button {
    margin: 0em 0 0em 0;
    display: inline-block;
}
i.w3-agile-share{
	color:#003fd2;
	font-size:1.2em;
}
.blog-left a {
    margin-right: 10px;
    color: #d53362;
}
.blog-left span {
    margin-right: 2em;
}
.blog-right {
    float: right;
}
.blog-left {
    float: left;
}
.blog-left span {
    color: #fff;
    font-size: 1em;
}
.w3-agile-post-info h4 {
    color: #003fd2;
    text-transform: capitalize;
    font-size: 1.5em;
}
/*-- //blog --*/
/*-- pricing --*/
.agile-pricing.w3ls-section {
    background: url(../images/b4.jpg) center no-repeat;
    background-size: cover;
}
.wthree-pricing-grid1 {
    width: 32%;
}
.pg2{
	margin:0 1.4em;
}
.agile-pricing.w3ls-section .container {
    width: 65%;
}
.w3ls_pricing_grid_top:before {
    content: '';
    position: absolute;
    left: 46%;
    top: 11%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #d53362;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.w3ls_pricing_grid_top {
    padding:0.5em 1em;
    text-align: center;
    border-radius: 10px;
    background: #d53362;
}
.wthree_pricing_grid_top{
	border-bottom:1px solid #5bbd84 !important;
}
.w3l_pricing_grid_content h3 {
    color: #fff;
    font-size: 2em;
}
p.plan-tag{
	margin-bottom:1em;
	font-size:0.9em;
	text-transform:uppercase;
	color:#dccbc1;
}
ul.w3_count {
    text-align: left;
}
.w3ls_pricing_grid_top h3{
	font-size:1.5em;
    color: #000;
	margin-bottom:.2em;
}
.w3ls_pricing_grid_top p{
	font-size:1.5em;
	color:#fff;
}
.w3l_pricing_grid_content {
    padding: 3em 2em;
    border: 3px solid #0f9494;
    margin: 3em 0 0;
    border-radius: 10px;
    text-align: center;
    background: rgba(82, 82, 82, 0.42);
}
.w3l_pricing_grid_content ul li{
	list-style-type:none;
	padding:1em;
	border-bottom:1px dotted #c1c1c1;
	font-size:14px;
	color:#fff;
}
.w3l_pricing_grid_content ul li i{
	padding-right:1.5em;
	color: #d53362;
}
.w3l_pricing_grid_content a {
    display: block;
    margin: 2em auto 0;
    background: #0f9494;
    padding: 0.7em 0;
    color: #fff;
    text-transform: uppercase;
}
.w3l_pricing_grid_content a:hover {
    background: #d53362;
}
.w3l_pricing_grid_content span {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 600;
}
/*-- //pricing --*/
/*-- team --*/  
.team.agileits-w3layouts {
    background: #fff;
}
.team-grid {
	text-align: left;
	padding: 0 2.5em;
}
.team .img-w3l {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.agileits-team-bottom h5 {
	font-size: 1.6em;
	margin: 0.8em 0 .4em;
	color: #d53362;
	font-weight: 600;
	letter-spacing: 2px;
}
.agileits-team-bottom {
    padding: 1em;
}
img.img-w3l.t1-wthree.img-responsive {
    padding: 0;
}
.team-grid .social-icons {
    margin: 3em 0 0;
    border: solid #d53362;
    padding: 1em 0em;
    border-width: 7px 1px 1px 0;
}
/*-- social-icons --*/
.social-icons ul li {
    display: block;
    text-align: center;
    margin: 0;
}
.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.6em;
	margin:0;
}
.icon-border {
	position: relative;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 0 4px;
    width: 35px;
    height: 35px;
}
.social-icons ul li a.fa:hover {
    color: #3b5998;
}
a.fa.fa-google-plus.icon.icon-border.googleplus:hover {
    color: #d34836;
}
a.fa.fa-twitter.icon.icon-border.twitter:hover {
    color: #4099ff;
}
a.fa.fa-dribbble.icon.icon-border.dribbble:hover {
    color: #ec4a89;
}
a.fa.fa-twitter.icon.icon-border.twitter {
    margin: 1em auto;
}
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;  
}  
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #3b5998; 
	-moz-box-shadow: inset 0 0 0 4px #3b5998; 
	-o-box-shadow: inset 0 0 0 4px #3b5998; 
	-ms-box-shadow: inset 0 0 0 4px #3b5998; 
	box-shadow: inset 0 0 0 4px #3b5998;
} 
/* twitter */
.icon-border.twitter::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
} 
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #4099ff;
	-moz-box-shadow: inset 0 0 0 4px #4099ff;
	-o-box-shadow: inset 0 0 0 4px #4099ff;
	-ms-box-shadow: inset 0 0 0 4px #4099ff;
	box-shadow: inset 0 0 0 4px #4099ff;
} 
/* google plus */
.icon-border.googleplus::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
} 
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #d34836;
	-moz-box-shadow: inset 0 0 0 4px #d34836;
	-o-box-shadow: inset 0 0 0 4px #d34836;
	-ms-box-shadow: inset 0 0 0 4px #d34836;
	box-shadow: inset 0 0 0 4px #d34836;
} 
/* dribbble */
.icon-border.dribbble::before {
	-webkit-box-shadow: inset 0 0 0 48px #ec4a89;
	-moz-box-shadow: inset 0 0 0 48px #ec4a89;
	-o-box-shadow: inset 0 0 0 48px #ec4a89;
	-ms-box-shadow: inset 0 0 0 48px #ec4a89;
	box-shadow: inset 0 0 0 48px #ec4a89;
}
.icon-border.dribbble:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ec4a89;
	-moz-box-shadow: inset 0 0 0 4px #ec4a89;
	-o-box-shadow: inset 0 0 0 4px #ec4a89;
	-ms-box-shadow: inset 0 0 0 4px #ec4a89;
	box-shadow: inset 0 0 0 4px #ec4a89;
} 
/* rss */
.icon-border.rss::before {
	-webkit-box-shadow: inset 0 0 0 48px #ee802f;
	-moz-box-shadow: inset 0 0 0 48px #ee802f;
	-o-box-shadow: inset 0 0 0 48px #ee802f;
	-ms-box-shadow: inset 0 0 0 48px #ee802f;
	box-shadow: inset 0 0 0 48px #ee802f;
} 
.icon-border.rss:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ee802f;
	-moz-box-shadow: inset 0 0 0 4px #ee802f;
	-o-box-shadow: inset 0 0 0 4px #ee802f;
	-ms-box-shadow: inset 0 0 0 4px #ee802f;
	box-shadow: inset 0 0 0 4px #ee802f;
} 
/*-- social-icons --*/
/*-- //team --*/ 
/*-- subscribe --*/
.agile-subscribe.w3ls-section {
    background: rgba(162, 162, 162, 0.16);
}
.sub-form  input[type="email"]{
    font-size: 1em;
    border: 1px solid #d53362;
	border-width:0  0 1px 0;
    background: transparent;
    outline: none;
    padding: 0.7em 0.5em;
    width: 66%;
    color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.sub-form  input[type="submit"] {
    background: #d53362;
    color: #fff;
    padding: .9em 1.8em;
    margin-top: 1.3em;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 0.9em;
	width:32%;
	text-transform:uppercase;
	letter-spacing:4px;
}
.sub-form input[type="submit"]:hover {
    background: #0f9494;
}
.sub-form {
    width: 40%;
    margin: 1em auto;
}
.agileits {
	margin-bottom:3em;
}
ul.social-icons {
	text-align: center;
}

ul.social-icons li {
	display: inline-block;
	margin: 0 10px;
}
ul.social-icons li a {
    font-size: 2em;
    color: #0f9494;
}
i.fa.icon1:hover {
    color: #3b5998;
}
i.fa.icon2:hover {
	color: #1dcaff;
}
i.fa.icon3:hover{
	color: #d34836;
}
i.fa.icon4:hover{
	color: #000;
}
/*-- //subscribe --*/
/*-- contact--*/
#contact h3.h3-w3l{
	color:#fff
}
.agileits_w3layouts-map {
    padding: 0;
}
.agileits_w3layouts-map iframe{
	width:100%;
	min-height:456px;
	position:relative;
}
.w3ls-address{
	position:relative;
}
span.w3ls-address-info {
    position: absolute;
    background: #d53362;
    left: 33%;
    top: 107px;
    color: #fff;
    padding: 1em 2em;
    line-height: 2;
    font-size: 1em;
    text-align: center;
}
span.w3ls-address-info:before {
    content: '';
    position: absolute;
    left: 44%;
    bottom: -14px;
    border-left: 7px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #d53362;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.contact-right-w3l ::-webkit-input-placeholder {
   color: #fff;
}
.contact-right-w3l:-moz-placeholder { /* Firefox 18- */
   color: #fff;
} 
.contact-right-w3l ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
} 
.contact-main :-ms-input-placeholder {  
    color: #fff;
}	
.contact-right-w3l input[type="text"],.contact-right-w3l input[type="email"]{
    font-size: 1em;
    border: 1px solid #fff;
    background: transparent;
    outline: none;
    padding: 0.7em;
    width: 48.5%;
    margin-bottom: 1em;
    color: #fff;
}
.contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="email"] {
    margin-right:2%;
}
.contact-right-w3l textarea{
	width:100%;
	padding: 0.7em;
	outline:none;
	resize:none;
	height:100px;
	border:1px solid #fff;
	font-size:1em;
	background: transparent;
	color:#fff;
}
.contact-right-w3l input[type="submit"] {
    background: #fff;
    color: #000;
    padding: .9em 1.8em;
    margin-top: 1.3em;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 0.9em;
}
.contact-right-w3l input[type="submit"]:hover {
    background: #0f9494;
    color: #fff;
    border: 1px solid #0f9494;
}
.contact-right-w3l {
    padding: 4em 6em;
    background: url(../images/p.jpg) no-repeat center;
    background-size: cover;
}
/*-- //contact --*/
/*-- footer --*/
.footer-nav li {
    list-style-type: none;
    display: inline-block;
    padding: 1em 1em;
    margin: 0px 1em;
    border-bottom: 2px solid rgba(226, 222, 222, 0);
}
ul.footer-nav,.agileits_w3layouts-copyright {
	text-align:center;
    border: 1px solid #e2dede;
    border-width: 1px 0;
}
ul.footer-nav li a {
    color: #000;
    font-size: 1.1em;
}
ul.footer-nav li a:hover {
    color: #d53362;
}
.footer-nav li:hover {
    border-bottom: 2px solid #0f9494;
}
ul.footer-nav li a.active {
    color: #d53362;
    font-weight: 600;
}
.w3_agile-footer-grids {
    padding: 3em 0 2em;
}
.w3_agile-footer1.f1 h6 a {
    color: #0f9494;
    font-size: 3.5em;
}
.w3_agile-footer1 h5.f1 {
    margin: 1.1em 0 0.5em;
}
.w3_agile-footer1 h5 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #d53362;
    font-weight: 600;
    margin: 0 0 1.5em;
}
ul.w3ls-footer-bottom-list li {
    list-style-type: none;
    margin: 0.5em 0;
	text-transform:capitalize;
}
ul.w3ls-footer-bottom-list li a,ul.footer-social-icons li a{
	color:#777;
}
ul.footer-social-icons li {
	color:#000;
	margin:0 2em 0 0;
	list-style-type:none;
	display:inline-block;
}
.agileits_w3layouts-copyright{
    padding: 1em;
    text-align: center;
}
.agileits_w3layouts-copyright p {
    color: #000;
}
.agileits_w3layouts-copyright p a {
    color: #0f9494;
}
.agileits_w3layouts-copyright p a:hover {
    color:#d53362;
}
.agile-footer.w3ls-section {
    padding: 2em 0 0;
	background:#f0f0f0;
}
/*-- //footer --*/
/*--gallery --*/
.agileinfo_work_grids{
	margin-top:1em;
}
.wthree_work_grid1{
	padding-top:2em;
}
.agile_work_grid
{
    border: 6px solid #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;  
}

.w3_agileits_sub_work
{
    color: rgba(0,0,0,0);
    line-height: 1px;
    
}
.w3_agileits_sub_work:hover
{
    border: 6px solid #E0E0E0;
    color:#212121;
    line-height: 225px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;
}
.w3_agileits_sub_work>.agileits_w3layouts_work
{
	position: absolute;
    top: 0px;
    left: 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;  
}
.w3_agileits_sub_work:hover img
{
	opacity:.8;
}
.w3ls_featured_plan{
	position:relative;
}
.w3l_plans_grid{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0;
    background: #000;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.agileits_featured_plans:hover .w3l_plans_grid{
    opacity: 0.6;
}
.w3ls_featured_plan_pos{
	position:absolute;
	bottom:0%;
	left:0%;
	z-index: 9;
}
.w3ls_featured_plan_pos h4{
	background: #34b3f5;
    color: #fff;
    font-size: 1em;
    padding: .3em .5em;
}
.w3_featured_plan_bottom{
	padding: 2em;
    border: 1px solid #dcdbdb;
}
.w3_featured_plan_bottom h4 a{
	font-size:1.1em;
	color:#212121;
	text-transform:capitalize;
	text-decoration:none;
}
.w3_featured_plan_bottom h4 a:hover{
	color:#f56f19;
}
.w3_featured_plan_bottom h4 a:focus{
	outline:none;
}
.w3_featured_plan_bottom p{
	margin:1em 0 2em;
	color:#999;
	line-height:2em;
}
.w3_featured_plan_bottom ul{
	padding:2em 0 0;
	border-top: 1px solid #dcdbdb;
}
.w3_featured_plan_bottom ul li{
	display: inline-block;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}
.w3_featured_plan_bottom ul li:first-child{
	margin-right: 1em;
    width: 15%;
    border: 3px double #999;
}
/*-- //work --*/
/*-- section --*/
.agileits-section{
	background:url(../images/b5.jpg) center no-repeat;
	background-size:cover;
	min-height:335px;
}
.agileits-section p {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
}
.agileits-section.w3ls-section h3.h3-w3l {
    color: #fff;
    letter-spacing: 5px;
}
/*-- section --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-up.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/* -- Responsive code -- */
@media screen and (max-width: 1440px){
	.pg2 {
		margin: 0 1.2em;
	}
}
@media screen and (max-width: 1280px){
	.agile-pricing.w3ls-section .container {
		width: 69%;
	}
	.banner {
       min-height: 750px;
	}
	.contact-right-w3l {
		padding: 4em 4em;
	}
	.navbar-nav > li > a {
		margin: 0 1.5em;
	}
	.button a {
		width: 14%;
	}
	.agileits-about-grid1 {
		padding: 2em;
	}
	.agile-pricing.w3ls-section .container {
		width: 82%;
	}
}
@media screen and (max-width: 1080px){
	h2.h3-w3l.text-center {
		width: 72%;
	}
	.team-grid {
		padding: 0 1.5em;
	}
	.team-grid .social-icons {
		margin: 2em 0 0;
	}
	.agileits-section p {
		width: 81%;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.8em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 170px;
	}
}
@media screen and (max-width: 1050px){
	.banner {
       min-height: 700px;
	}
	.agile-pricing.w3ls-section .container {
		width: 94%;
	}
	.w3layouts_banner_info{
		padding:14em 0;
	}
}
@media screen and (max-width: 1024px){
	.w3layouts_banner_info {
		padding: 13em 0;
	}
	.banner {
		min-height: 610px;
	}
	.wrapper .sentence {
		font-size: 4em;
	}
	.contact-right-w3l {
		padding: 4em 3em;
	}
}
@media screen and (max-width: 991px){
	.navbar-nav > li > a {
		margin: 0 0.9em;
	}
	.popEffect span {
       width: 100%;
		left: 0%;
	}
	.wrapper h2 {
		letter-spacing: 3px;
	}
	.banner {
		min-height: 580px;
	}
	h2.h3-w3l.text-center {
		width: 87%;
		font-size: 2.3em;
	}
	.agileits-section p {
		width: 98%;
	}
	p.about-info {
		width: 60%;
	}
	.agileits-about-grid1 {
		padding: 2em 1.8em;
	}
	.button a {
		width: 19%;
	}
	.wthree-pricing-grid1 {
		width: 32%;
		float: left;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.5em;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.5em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 125px;
	}
	.w3_agile_work_grid {
		float: left;
		width: 33.33%;
	}	
	.team-grid {
		width: 50%;
	}
	.team-grid.t2{
		margin-bottom:2em;
	}
	.sub-form {
		width: 55%;
	}
	.w3-blog {
		width: 50%;
	}
	.w3-blog.b3 {
		margin-top: 2.5em;
	}
	.team-grid .social-icons {
		margin: 3em 0 0;
	}
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] {
		margin-right: 0;
	}
	.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
		width: 100%;
	}
	.contact-right-w3l {
		padding: 2em 3em;
	}
	.agileits_w3layouts-map iframe {
		min-height: 511px;
	}
	ul.footer-social-icons li {
		margin: 0 1.5em 0 0;
	}
}
@media screen and (max-width: 900px){
	.agile-pricing.w3ls-section .container {
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	.wrapper .sentence {
		font-size: 3.8em;
	}
	.wthree-pricing-grid1 {
		width: 47%;
		float: left;
	}
	.agile-pricing.w3ls-section .container {
		width: 85%;
	}
	.pg2 {
		margin: 0 0 3em 1em;
	}
}
@media screen and (max-width: 768px){
	h3.h3-w3l.wthree-head.wthree-head-g:before, h3.h3-w3l.wthree-head.wthree-head-b:before, h3.h3-w3l.wthree-head.wthree-head-t:before {
        left: 46%;
	}
	.wrapper h2 {
		font-size: 1em;
	}
	.w3layouts_banner_info {
		padding: 12em 0;
	}
	h2.h3-w3l.text-center {
		font-size: 2.1em;
	}
	.wrapper .sentence {
		font-size: 3.5em;
	}
	.banner {
		min-height: 530px;
	}
}
@media screen and (max-width: 767px){
	.w3layouts_banner_info {
		padding: 11em 0;
	}
	.navbar-nav>li>a {
		padding:2px 0;
	}	
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: #d53362;
	}
	.navbar-toggle {
		margin: 2em 0 0;
		background: #d53362;
	}
	.navbar-nav > li > a {
		margin-left: 0;
	}
	.navbar-right {
		float: none !important;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(15, 148, 148, 0.83);
		z-index: 999;
	}
	.nav > li > a {
		display: inline-block;
	}
	.navbar-left {
		float: none!important;
		padding: 0 2em;
	}
	.navbar-togglem.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus  {
		background-color: #d53362;
	}
	.navbar-default .navbar-toggle {
		border-color: #d53362;
		margin:1.5em 0;
	}
	.navbar-default{
		padding:0;
	}
}
@media screen and (max-width: 736px){
	.agileits-about-grid1 {
		padding: 2em;
	}
	.agileits-about-grid1.about-grid2 {
		padding-top: 0;
		padding-bottom:0;
	}
	.button a {
		width: 20%;
	}
	.w3_agile-footer1.f1 h6 a {
		font-size: 3.1em;
	}
	ul.footer-social-icons li {
		margin: 0 1.4em 0 0;
	}
	.wrapper .sentence {
		font-size: 3em;
	}
}
@media screen and (max-width: 667px){
	.banner {
		min-height: 504px;
	}
	.w3_agileits_sub_work:hover {
		line-height: 110px;
	}
	.wrapper h2 {
		letter-spacing: 2px;
	}
	h2.h3-w3l.text-center {
		font-size: 2em;
	}
	p.about-info {
		width: 80%;
	}
	.button a {
		width: 22%;
	}
	.agile-pricing.w3ls-section .container {
		width: 91%;
	}
	.team-grid .social-icons {
		margin: 2em 0 0;
	}
	.agileits_w3layouts-map {
		width: 100%;
	}
	.contact-right-w3l{
		width:100%;		
		padding: 3em 6em;
	}
	.agileits_w3layouts-map iframe {
		min-height: 330px;
	}
	.h3-w3l {
		font-size: 2.3em;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 4px;
	}
	.icon-border::before, .icon-border::after {
		width: 96%;
		height:96%;
	}
	.footer-nav li {
		margin: 0 0.6em;
	}
	.w3_agile-footer1 {
		width: 50%;
	}
	.w3_agile-footer1 {
		width: 100%;
		margin: 2em 0 0;
	}
	.w3_agile-footer-grids {
		padding: 0em 0 2em;
	}
	.agileits_w3layouts-footer-bottom {
		text-align: center;
	}
	.w3_agile-footer1.f1 p {
		width: 59%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px){
	.banner {
		min-height: 480px;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.3em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 105px;
	}
	.button a {
		width: 23%;
	}
	.agile-pricing.w3ls-section .container {
		width: 96%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 3px;
	}
	.team-grid .social-icons {
		margin: 1.6em 0 0;
	}
	.sub-form {
		width: 57%;
	}
	.icon-border::before, .icon-border::after {
		width: 92%;
		height: 90%;
	}
	.social-icons ul li a.fa{
		line-height:2.4;
	}
	.wthree-head.wthree-head-t:before {
		left: 46.5%;
	}
	.wthree-head:before {
		left: 45%;
	}
	.contact-right-w3l {
		padding: 3em 8em;
	}
	
}
@media screen and (max-width: 600px){
	.w3layouts_banner_info {
		padding: 11em 0 0;
	}
	.wrapper .sentence {
		font-size: 2.8em;
	}
	h2.h3-w3l.text-center {
		width: 89%;
	}
	.button a {
		width: 24%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.1em;
		letter-spacing: 3px;
	}
	.w3ls_pricing_grid_top{
		padding:3px 0;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 14px solid #d53362;
	}
	.w3ls_pricing_grid_top p {
		font-size: 1.3em;
	}
	.pg2 {
		margin: 0 0 3em 0.5em;
	}
	.wthree-pricing-grid1 {
		width: 49%;
	}
	.w3l_pricing_grid_content {
		padding: 3em 1.8em;
	    margin: 2.5em 0 0;
	}
	.agileinfo_work_grids {
		margin-top: 0em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 99px;
	}
	.team-grid .social-icons {
		margin: 1.4em 0 0;
	}
	.wthree-head.wthree-head-g:before {
		left: 45%;
		top: -24px;
	}
	.sub-form {
		width: 65%;
	}
	.w3_agile-footer1 h5 {
		font-size: 0.95em;
	}
	ul.footer-social-icons li {
		margin: 0 0.82em 0 0;
	}
	.team-grid {
		padding: 0 1em;
	}
	.w3_agile-footer1.f1 p {
		width: 63%;
	}
}
@media screen and (max-width: 568px){
	.banner {
		min-height: 448px;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 3px;
	}
	.w3layouts_banner_info {
		padding: 10em 0 0;
	}
	.wrapper .sentence {
		font-size: 2.4em;
	}
	h2.h3-w3l.text-center {
		width: 97%;
	}
	.wthree-head:before{
		font-size:2.2em;
	}
	h3.h3-w3l.wthree-head.wthree-head-g:before, h3.h3-w3l.wthree-head.wthree-head-b:before, h3.h3-w3l.wthree-head.wthree-head-t:before {
		top: -20px;
	}
	.wthree-head.wthree-head-g1:before {
		top: -24px;
	}
	.w3_agileits_sub_work:hover {
		line-height: 85px;
	}
	.button a {
		width: 26%;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.w3l_pricing_grid_content {
		padding: 3em 1.2em;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 2px;
	}
	.blog-left a {
		margin-right: 7px;
	}
	.footer-nav li {
		margin: 0 0.4em;
	}
	.w3_agile-footer1.f1 h6 a {
		font-size: 2.8em;
	}
	.w3_agile-footer1.f1 p {
		width: 68%;
	}
}

@media screen and (max-width: 480px){
	.banner {
		min-height: 410px;
	}
	.w3layouts_banner_info {
		padding: 9em 0 0;
	}
	.wrapper h2 {
		letter-spacing: 1px;
	}
	h2.h3-w3l.text-center {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.w3ls-section {
		padding: 3em 0;
	}
	p.about-info {
		width: 90%;
	}
	.h3-w3l {
		font-size: 2.2em;
		letter-spacing: 1px;
	}
	.wthree-head:before {
		top: -23px;
	}
	.button a {
		width: 31%;
	}
	.team-grid.t2 {
		margin: 2em 0;
	}
	.w3ls_pricing_grid_top:before {
		top: 8%;
	}
	.wthree-pricing-grid1 {
		width: 100%;
	}
	.agile-pricing.w3ls-section .container {
		width: 67%;
	}
	.pg2 {
		margin: 3em 0;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 1px;
		font-size: 1.8em;
	}
	.team-grid {
		width: 100%;
	}
	.team-grid .social-icons {
		margin: 5.4em 0 0;
	}
	.sub-form {
		width: 80%;
	}
	.w3-blog {
		width: 100%;
	}
	.w3-blog.b3{
		margin:0;
	}
	.w3-blog.b2{
		margin:1em 0;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.w3_agile_work_grid {
		float: none;
		width: 100%;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.6em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 235px;
	}
	.contact-right-w3l {
		padding: 3em 5em;
	}
	.footer-nav li{
		padding:0.5em;
	}
}
@media screen and (max-width: 414px){
	.banner {
		min-height: 370px;
	}
	.wrapper h2 {
		letter-spacing: 1px;
	}
	.wrapper .sentence {
		font-size: 2.2em;
	}
	h2.h3-w3l.text-center {
		font-size: 1.7em;
		letter-spacing: 0px;
	}
	.button a {
		width: 36%;
	}
	.h3-w3l {
		font-size: 2em;
	}
	.wthree-head:before {
		top: -17px;
	}
	.w3ls_pricing_grid_top:before {
		top: 8%;
	}
	.agile-pricing.w3ls-section .container {
		width: 80%;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.h3-w3l{
		margin-bottom:0.8em;
	}
	h3.h3-w3l.wthree-head.wthree-head-g:before, h3.h3-w3l.wthree-head.wthree-head-b:before, h3.h3-w3l.wthree-head.wthree-head-t:before {
		top: -16px;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 0px;
		font-size: 1.7em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 205px;
	}
	.button a{
		margin:1.5em auto 0;
	}
	.team-grid .social-icons {
		margin: 4em 0 0;
	}
	.w3layouts_banner_info {
		padding: 7em 0 0;
	}
	.agileits_w3layouts-map iframe {
		min-height: 300px;
	}
	.w3_agile-footer1.f1 p {
		width: 79%;
	}
	.contact-right-w3l {
		padding: 3em;
	}
}
@media screen and (max-width: 384px){
	.w3ls-section {
		padding: 2em 0;
	}
	.banner {
		min-height: 360px;
	}
	.navbar-brand {
		font-size: 1.1em;
		padding:0.7em 0;
	}
	.w3layouts_banner_info {
		padding: 7em 0 0;
	}
	.wrapper h2 {
		letter-spacing: 0px;
	}
	.wrapper .sentence {
		font-size: 2.5em;
	}
	h2.h3-w3l.text-center {
		font-size: 1.6em;
	}
	.button a {
		width: 40%;
	}
	.agile-pricing.w3ls-section .container {
		width: 89%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 1.7em;
		line-height: 1.5;
	}
	.team-grid .social-icons {
		margin: 3em 0 0;
	}
	.sub-form {
		width: 85%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 1.9em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 195px;
	}
	.wthree-head.wthree-head-g1:before {
		left: 36%;
		top: -20px;
	}
}
@media screen and (max-width: 375px){
	.w3layouts_banner_info {
		padding: 7em 0 0;
	}
	.banner {
		min-height: 340px;
	}
	h2.h3-w3l.text-center {
		font-size: 1.5em;
	}
	.agile-pricing.w3ls-section .container {
		width: 87%;
	}
	.wthree-head:before {
		left: 43%;
	}
	.sub-form {
		width: 95%;
	}
	.sub-form  input[type="submit"]{
		width:32.8%;
	}
}
@media screen and (max-width: 320px){
	.banner {
		min-height: 310px;
	}
	.navbar-left {
		padding: 0 1em;
	}
	.wrapper h2 {
		font-size: 1em;
		line-height: 1.5;
	}
	.w3layouts_banner_info {
		padding: 5em 0 0;
	}
	.wrapper .sentence {
		font-size: 2em;
	}
	.button a {
		width: 49%;
	}
	.sub-form  input[type="email"]{
		width:65%;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.4em;
	}
	.w3ls_pricing_grid_top:before {
		top: 8%;
	}
	.agile-pricing.w3ls-section .container {
		width: 93%;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.team-grid .social-icons {
		margin: 1.3em 0 0;
	}
	.wthree_work_grid1 {
		padding-top: 1em;	
	}
	.w3_agileits_sub_work:hover {
		line-height: 155px;
	}
	.w3_agile-footer1 h5 {
		font-size: 0.85em;
	}
}
/* -- //Responsive code -- */
   
	