body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Lora', serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Open Sans', sans-serif;
}	
p{
	margin:0;
font-family: 'Lora', serif;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol{
	font-size:14px;
}
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;
}
.m_nav_ham{
    box-sizing: border-box;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#m_nav_container {
    width: 100%;
    height: 65px;
    background:rgb(59, 232, 176);
    position: fixed;
    display: none;
    top: 0px;
    left: 0;
    text-align: center;
}
.wthree_bg{
	-webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wthree_bg.container_open{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#m_nav_bar {
    width: 80%;
    margin: auto;
}
#m_nav_list {
    list-style: none;
    margin:1em 0 0;
}
.m_nav_item {
	display: inline-block;
    margin: 0 1em;
}
.m_nav_item a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-transition-duration: 0.5s;
    padding: 10px 30px;
}

.container_open {
    position: fixed !important;
    display: block;
    height: 120px;
}

#m_nav_menu {
    width: 65px;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 3;
    cursor: pointer;
	    background: rgba(0, 0, 0, 0.17);
}
.m_nav_ham {
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}
.m_nav_ham_1_open {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 15px;
}
.m_nav_ham_2_open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:-7px;
}
.m_nav_ham_3_open {
    opacity: 0;
}
.button_open {
    background: #333;
}
.w3_agileits_ham {
    margin-top:1.5em;
}
.w3_agileits_ham.m_nav_ham_1_open {
    margin-top:32px !important;
}
.menu__list li a i{
	padding-right:1em;
}
.link--kumya:hover i,.menu__list .active a i{
	color:#3be8b0;
}
ul.dropdown-menu.agile_short_dropdown {
    padding: 0;
    background: none;
    box-shadow: none;
	padding-left: 3em;
    border: none;
}
ul.dropdown-menu.agile_short_dropdown li{
	list-style:block;
}
ul.dropdown-menu.agile_short_dropdown li {
    list-style-type: circle;
    color: #fff;
}
ul.dropdown-menu.agile_short_dropdown li a{
    padding:0;
}
.link {
	outline: none;
	position: relative;
	display: inline-block;
}
/* Kumya */
.link--kumya {
	overflow: hidden;
    line-height: 1;
}

.link--kumya:hover,.menu__list .active a {
	color:#fff;
}

.link--kumya::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #ffffff;
	-webkit-transform: translate3d(101%,0,0);
	transform: translate3d(101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--kumya:hover::after,.menu__list .active a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link--kumya span {
	display: inline-block;
    position: relative;
}

.link--kumya span::before {
	content: attr(data-letters);
	position: absolute;
	color: #212121;
	left: 2px;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--kumya:hover span::before,.menu__list .active a span::before {
	width: 100%;
}

/*-- //menu --*/
.agileits_w3layouts_logo{
	float:left;
	margin-left:5em;
}
.agileits_w3layouts_logo h1 a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
}
.header {
	padding:.79em 0;
}
.w3_agileits_header_text{
	float: left;
    margin: .6em 0 0 10em;
}
.wthree_search{
	float: right;
       width: 26%;
}
.wthree_search input[type="search"] {
       outline: none;
      padding: 8px 12px;
    background: none;
   border: 1px solid rgba(220, 218, 218, 0.52);
    font-size: 14px;
    color: #fff;
   width: 80%;
    font-weight: 600;
	letter-spacing:1px;
	    font-family: 'Open Sans', sans-serif;
}
.wthree_search input[type="search"]::-webkit-input-placeholder{
	color:#fff !important;
}
.wthree_search input[type="submit"] {
    outline: none;
    padding: 0;
    background: #3be8b0 url(/skin/default/images/search.png) no-repeat 16px 7px;
    height: 37px;
    border: none;
    width: 14%;
    vertical-align: top;
}
.agileinfo_social_icons{
	float: right;
    margin: 0.5em 1em 0 0;
}
.agileits_social_list li{
	display:inline-block;
}
.agileits_social_list li a{
	width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 50%;
	
}
.agileits_social_list li a i{
	line-height:2.4em;
}
.agileits_social_list li a:hover{
	color:#fff;
}
a.w3_agile_facebook{
	background:#3b5998;
	border-color:#3b5998;
}
a.agile_twitter{
	background:#1da1f2;
	border-color:#1da1f2;
}
a.w3_agile_dribble{
	background:#ea4c89;
	border-color:#ea4c89;
}
a.w3_agile_rss{
	background:#ffbe4a;
	border-color:#ffbe4a;
}
/*-- //header --*/
/*-- banner --*/
.agile-baner-info-w3ls {
    padding-top: 15em;
    margin: 0 auto;
    text-align: center;
}
.agile-baner-info-w3ls h3 {
    text-align: center;
    font-size: 2em;
    color: #fff;
    font-weight:400;
    letter-spacing: 16px;
    padding: 10px 0;
	    margin: 2em 0 1.5em 0em;
}
.agile-baner-info-w3ls h3 span {
    color: #ff401b;
}
.agile-baner-info-w3ls p {
        font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 12px;
    margin-top: 32px;
	color:#fff;
}
.agile-baner-info-w3ls h1 {
    font-family: 'UnifrakturMaguntia', cursive;
    font-size: 8em;
    letter-spacing: 4px;
    margin-bottom: 0.4em;
}
.agile-baner-info-w3ls h1 a {
	color:#fff;
}
.agile-baner-info-w3ls h1 a span {
    color: #ff401b;
}
.agile-baner-info-w3ls h1 a {
    color: #fff;
    border: 10px solid rgba(255, 255, 255, 0.25);
    padding: 3px 22px;
}
ul.top_agile_w3l_info_icons li {
    color: #fff;
    font-weight:400;
    font-size:14px;
    letter-spacing: 1px;
    display:inline-block;
	    font-family: 'Open Sans', sans-serif;
}
ul.top_agile_w3l_info_icons li i {
    margin: 0px 14px;
    color: #ff401b;
}
ul.top_agile_w3l_info_icons li a {
    color: #fff;
}
a.read{
	padding:0.8em 2em;
	color:#fff;
	font-size:1em;
	letter-spacing:1px;
	background:#ff401b;
	outline:none;
	
}
a.read:hover{
	background:#3be8b0; 
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*--// banner --*/
/*--about--*/
.about-left_w3ls_img {
    background: url(/skin/default/images/ab.jpg)no-repeat center;
    min-height: 642px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
	background-position:fixed;
}
.about-top_agile_its h2 {
	font-size:3em;
    font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.about-top_agile_its {
     padding: 7em 0em 0em 3em;
}
.about-top_agile_its h5 {
      font-size: 14px;
    font-weight: 400;
    color: #33cc99;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 15px 0px;
    letter-spacing: 3px;
}
.about-top_agile_its span {
      font-style: italic;
    color: #ff401b;
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 2em;
}
.about-top_agile_its p {
  font-size:1em;
  font-weight: 400;
     color: #252d31;
  line-height: 2em;
  letter-spacing:1px;
  margin-bottom:1em;
}
p.w3l_sub_para_agile {
    color: #33cc99;
    letter-spacing: 5px;
    font-size: 0.9em;
    text-align: center;
    font-weight: 400;
}
/*--about end here--*/
/*-- /services --*/
#services {
     background: url(/skin/default/images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height:500px;
}
.agile_overlay{
    background: url(/skin/default/images/overlay.png)repeat;
    padding: 6em 0 6.5em 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.wthree_head{
	font-size:3em;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
       letter-spacing: 2px;
    font-weight: bold;
}
h3.wthree_head.two {
    color: #fff;
}
.agileinfo_para{
	color:#999;
	text-align:center;
}
.agileits_heading_section img{
	margin:0 auto;
}
.inner_w3l_agile_grids {
    margin: 4em 0 0;
}
.w3ls_banner_bottom_grid{
	text-align:center;
}
.w3l_banner_bottom_grid1{
	 width: 100px;
    height: 100px;
    border:6px solid #fff;
    text-align: center;
    margin: 0 auto;
	background: rgba(0, 0, 0, 0.26);
}
.w3l_banner_bottom_grid1 i{
	font-size: 2em;
      color: #ff401b;
    line-height: 2.8em;
}
.w3ls_banner_bottom_grid:hover .w3l_banner_bottom_grid1 i{
       color: #3be8b0;
}
.w3ls_banner_bottom_grid h4{
    font-size: 1.7em;
    color: #fff;
    margin: 1.5em 0 1em;
    font-weight: 700;
    letter-spacing: 1px;

}
.w3ls_banner_bottom_grid p{
    color: #e2e1e1;
    line-height: 2em;
    letter-spacing: 1px;
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active,
.w3ls_banner_bottom_grid:hover .hvr-pulse-shrink{
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/*-- //services --*/
/*-- stats --*/
.w3layouts_stats_left{
    padding: 1em 0 4em 0;
	text-align:center;
}
.w3layouts_stats_left p{
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin: 0.5em 0;
}
.w3layouts_stats_left h3 {
       font-size: 1em;
       color: #3be8b0;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;

}
.w3layouts_stats_left i {
    font-size: 2.5em;
    color: #fff;
}
.w3l_stats_bottom_grid_left img{
	margin:0 auto;
}
.stats{
	    background: url(/skin/default/images/4.jpg) no-repeat 0px -212px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
    text-align: center;
}
.agile_overlay2 {
    background: url(/skin/default/images/overlay.png)repeat;
       padding: 6em 0 2.5em 0;
}
/*-- //stats --*/
/*-- gallery --*/
#gallery {
     padding:6em 0 0 0;
}
#portfolio p {
  line-height: 1.8em;
  margin: 25px 0 0 0;
  font-size:1.1
  color: #ffffff;
  font-weight: 300;
}
.gallery-section h3{
   margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 18px;
}
.gallery-grid {
  padding: 0;
}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transform: scale(0);
	transform: scale(0);
        background-color: rgba(230, 49, 14, 0.87)
}
.gallery1:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-grid img{
		width:100%;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
    font-size: 2em;
    color: #FFF;
    margin-top: 3.2em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
.textbox p {
    font-size: 26px !important;
    color: #3be8b0;
    background: rgba(22, 18, 17, 0.94);
    padding: 9px 0;
    margin: 11px auto 0;
    width: 17%;
}
.gallery-grids {
  margin-top: 50px;
}
/*--//gallery--*/

/*-- contact --*/
.contact-w3ls p.contact-agile1 {
    font-size: 15px;
	letter-spacing: 1px;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 29px;
    color: #fff;
}
.contact-w3ls p.contact-agile1 strong {
    letter-spacing: 1.5px;
    color: #ffce14!important;
	font-size: 15px;
}
.contact-w3ls p.contact-agile1 a {
	color:#fff;
}
.contact-w3ls h4 {
	    font-size: 2em;
    letter-spacing: 2px;
    font-weight: normal;
    color: #333;
    margin-bottom:10px;
    font-weight: bold;
}
.contact-w3ls p.contact-agile2 {
      font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 30px;
    color: #33cc99;
    letter-spacing: 3px;
}
.contact-w3ls label.contact-p1 {
        font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #4b4d50;
    padding-bottom: 10px;
}
.form-group {
    margin-bottom: 5px;
}
.contact-w3ls p.help-block {
    color:#ff0500!important;
}
.contact-w3ls input#name,.contact-w3ls input#email,.contact-w3ls input#phone  {
	height:45px;
}
.contact-w3ls input#name, .contact-w3ls input#email, .contact-w3ls input#phone {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    border-radius: 0;
    border-color: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    letter-spacing: 1px;
}
.contact-w3ls button.btn.btn-primary {
    color: #fff;
    background: #101010;
    border: none;
    font-size: 17px;
    padding: 15px 20px;
    width: 100%;
    margin: 25px 0 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
	outline:none;
	 box-shadow: none;
	 border-radius:0px;
	
}
.contact-w3ls button.btn.btn-primary:hover {
	    background: #ff401b;
    -webkit-transition: all 0.5s ease 0.01s;
    -o-transition: all 0.5s ease 0.01s;
	 -moz-transition: all 0.5s ease 0.01s;
    transition: all 0.5s ease 0.01s;
	
}
.w3l_area_its {
    padding-left: 0;
}
.control-group.form-group.has-warning ul li {
    list-style: none;
}
.control-group.form-group ul li {
    list-style: none;
}
input::-webkit-input-placeholder {
color: #111!important;
} 
input:-moz-placeholder { /* Firefox 18- */
color: #111 !important;  
} 
input::-moz-placeholder {  /* Firefox 19+ */
color: #111 !important;  
} 
input:-ms-input-placeholder {  
color: #111 !important;  
}
.footer-icons-agileinfo{
	margin-left:0!important;
}
.contact-w3-agile1 iframe {
     width: 100%;
    height:350px;
    outline: none;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#contact,.team,#menu {
    padding:6em 0;
}

/*-- //contact --*/
/*-- /sub_section --*/
div#slider1{
    padding: 1em;
    background: #efefef;
	}
	#menu h4 {
    font-size: 2em;
    color: #ff401b;
    font-weight: bold;
    margin-bottom: 1.4em;
}
.agile_wthree_info_text p {
	font-size: 1em;
    font-weight: 400;
    color: #252d31;
    line-height: 2em;
}
/*-- //sub_section --*/
/*-- footer --*/
.agile-footer {
    background: url(/skin/default/images/1.jpg) no-repeat 0px -212px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
    text-align: center;
}
.agile_overlay1 {
    background: url(/skin/default/images/overlay.png)repeat;
    padding:6em 0 4.5em 0;
}
.aglie-info-logo h5 {
    color: #0aca89;
    font-size: 60px;
    line-height: 75px;
    border: 3px solid #0aca89;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.banner-mid-wthree i {
    font-size: 3em;
    color: #fff;
}
/*-- mail --*/
.w3_agileits_social_media {
    margin: 2em 0 2em 0;
}
ul.agileits_social_list.footer_icons_w3l li {
    margin-right: 30px;
}
.copy-right p{
	color:#fff;
	line-height:1.8em;
	    letter-spacing:2px;
}
.copy-right p a{
	color: #33cc99;
	text-decoration:none;
}
.copy-right p a:hover{
	color:#fff;
}
.cam a {
       color: #fff;
    border: 10px solid rgba(255, 255, 255, 0.25);
    padding: 3px 22px;
    font-family: 'UnifrakturMaguntia', cursive;
    font-size: 5em;
    letter-spacing: 4px;
}
.cam a  span{
	    color: #ff401b;
}
.loc-left h4 {
    color: #fe4630;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}
.loc-left p {
        color: #252d31;
    font-size: 14.5px;
    letter-spacing: .6px;
    margin-bottom: 6px;
}
.loc-left p:nth-child(6) {
    color: #000!important;
}
.loc-left p a:hover {
    text-decoration: none;
    color: #fe4630;
}
.contact-agileits {
    margin-bottom: 3em;
}
.loc-left p a {
    text-decoration: none;
       color: #3be8b0;
}
/*-- //footer --*/
/*-- 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(/skin/default/images/up.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 --*/
.modal-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
}
.modal-body p {
    margin: 15px 0 10px;
    color: #888;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2em;
    text-align: center;
}
.modal-body h5 {
    font-size: 23px;
    text-align: center;
    font-weight: 600;
       color: #ff401b;
    letter-spacing: 1px;
    margin-top: 1.3em;
}
.modal-body img {
    width: 100%;
}
/*--start-responsive-design--*/
@media (max-width:1440px){
	.agile-baner-info-w3ls h1 {
		font-size: 7em;
	}
	.wthree_head {
		font-size: 2.8em;
	}
	.about-top_agile_its h2 {
		font-size: 2.5em;
	}
	.agileits-banner-info h3 {
		font-size: 5.5em;
		margin: 0.1em 0 0.2em 0;
	}
	.textbox h4 {
		margin-top:3em;
	}
	#contact {
		padding:5em 0;
	}
	#gallery {
		padding:5em 0 0 0;
	}
	.agile-baner-info-w3ls {
		padding-top: 12em;
	}
	#contact,.team,#menu {
		padding: 5em 0;
	}
}
@media (max-width:1366px){
	.agile-baner-info-w3ls {
		padding-top:11em;
	}
	.wthree_search input[type="submit"] {
		background: #3be8b0 url(/skin/default/images/search.png) no-repeat 16px 6px;
		height: 37px;
		width: 16%;
		vertical-align:top;
	}
	.textbox h4 {
		margin-top: 2.5em;
	}
}
@media (max-width:1280px){
	.wthree_head {
		font-size: 2.5em;
	}
	.textbox h4 {
       margin-top:2.5em;
	   letter-spacing:3px;
    }
	#contact {
		padding:4em 0;
	}
	#gallery {
		padding: 4em 0 0 0;
	}
	.inner_w3l_agile_grids {
		margin: 3em 0 0;
	}
	.agile_overlay {
		padding: 5em 0 5em 0;
	}
	.agile-baner-info-w3ls {
		padding-top: 12em;
	}
	.m_nav_item a {
		padding: 10px 20px;
	}
}
@media (max-width:1080px){
	.about-top_agile_its {
		padding: 4em 0em 0em 1em;
	}
	.about-left_w3ls_img {
      min-height: 519px;
	}
	.agileits-banner-info h3 {
		font-size: 4em;
		margin: 0.1em 0 0.2em 0;
	}
	.textbox h4 {
		margin-top: 2.3em;
		letter-spacing: 2px;
		font-size: 1.8em;
	}
	.w3l_banner_bottom_grid1 i {
		font-size: 2em;
		line-height: 3.1em;
	}
	.about-top_agile_its h2 {
		font-size: 2.3em;
	}
	.w3_agileits_header_text {
		float: left;
		margin: .6em 0 0 5em;
	}
	.wthree_search {
		float: right;
		width: 34%;
	}
	#menu h4 {
      font-size: 1.6em;
	}
	#gallery {
		padding: 3em 0 0 0;
	}
}
@media (max-width:1050px){
	.agile_overlay2 {
		padding: 5em 0 2em 0;
	}
	.wthree_head {
		font-size: 2.3em;
		letter-spacing: 1px;
	}
	.agile-baner-info-w3ls h3 {
		font-size:1.7em;
		letter-spacing:14px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
	.m_nav_item {
		margin: 0 0.3em;
	}
	.m_nav_item a {
		padding: 10px 10px;
	}
}
@media (max-width:1024px){
	.w3ls_banner_bottom_grid h4 {
		font-size: 1.5em;
		margin: 1.5em 0 1em;
	}
	#contact {
		padding: 3em 0;
	}
	.contact-w3ls h4 {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.textbox p {
		font-size: 26px !important;
		padding: 9px 0;
		margin: 11px auto 0;
		width: 26%;
	}
	#services {
		min-height:487px;
	}
}
@media (max-width:991px){
	.about-left_w3ls_img {
		min-height: 463px;
	}
	.about-right_w3ls {
		padding: 0;
	}
	.agile_overlay {
		padding: 4em 0 4em 0;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 33%;
	}
	.textbox h4 {
		margin-top: 2.9em;
		letter-spacing: 2px;
		font-size: 1.7em;
	}
	.w3l_area_its {
		padding: 0;
	}
	.w3l_area {
		padding: 0;
		margin-top: 1.1em;
	}
	.w3layouts_stats_left {
		padding: 1em 0 2em 0;
		text-align: center;
		float: left;
		width: 50%;
	}
	.agile_overlay2 {
		padding: 4em 0 2em 0;
	}
	.about-top_agile_its p {
		font-size: 0.9em;
		margin-bottom: 1em;
	}
	.inner_w3l_agile_grids {
		margin: 2em 0 0;
	}
	.agile-baner-info-w3ls h1 {
		font-size: 6em;
	}
	.textbox h4 {
		margin-top: 2.6em;
		letter-spacing: 2px;
		font-size: 1.8em;
	}
	#menu h4 {
      font-size: 1.4em;
	}
	.agile-baner-info-w3ls h1 {
		font-size: 6em;
	}
	.about-top_agile_its {
		padding: 4em 0em 4em 0em;
	}
	.w3ls_banner_bottom_grid.two{
		margin: 2em 0!important;
	}
	.sub-slider {
		padding: 0;
		margin-top: 2em;
	}
	.menu_w3ls_agile_top_section {
		padding: 0;
	}
	.loc-left:nth-child(3) {
		margin: 2em 0;
	}
	.m_nav_item a {
		padding: 10px 10px;
		font-size: 0.9em;
	}
	.menu__list li a i {
		padding-right: 0.5em;
	}
}
@media (max-width:800px){
	.textbox h4 {
		margin-top: 2em;
		letter-spacing: 2px;
		font-size: 1.8em;
	}
	.agile-baner-info-w3ls {
		padding-top: 9em;
	}
	.wthree_search {
		float: left;
		width: 44%;
		margin-left: 11%;
		margin-top: 1%;
	}
	.agile-baner-info-w3ls h3 {
		font-size: 1.4em;
		letter-spacing: 14px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
	.agile-baner-info-w3ls h1 {
		font-size: 5em;
	}
	.m_nav_item {
		display: block;
		margin: 1em 0;
	}
	#m_nav_container {
    height: auto;
}
}
@media (max-width:768px){
	.about-left_w3ls_img {
		min-height: 375px;
	}
	.textbox h4 {
		margin-top: 1.8em;
		letter-spacing: 2px;
		font-size: 1.7em;
	}
	.agile_overlay1 {
		padding: 4em 0 4em 0;
	}
	.agile-footer {
		min-height: 282px;
	}
}
@media (max-width:767px){
	.w3layouts_stats_left h3 {
      font-size: 0.9em;
	}
	.w3_navigation {
		padding: 0.5em 0;
	}
}
@media (max-width:667px){
	.textbox h4 {
		margin-top: 1.7em;
		letter-spacing: 1px;
		font-size: 1.6em;
	}
	.textbox p {
		font-size: 20px !important;
		padding: 3px 0;
	}
	.w3_agileits_header_text {
		float: left;
		margin: .6em 0 0 4.3em;
	}
	.wthree_search {
		float: left;
		width: 47%;
		margin-left: 11%;
		margin-top: 1%;
	}
	.cam a {
		font-size: 4em;
		letter-spacing:3px;
	}
	.modal-title {
		font-size:20px;
	}
	
	.modal-body p {
		color: #888;
		font-size:0.9em;
	}
	.modal-body h5 {
		font-size:18px;
		margin-top: 1em;
	}
}
@media (max-width:640px){
    .wthree_search {
		float: left;
		width: 47%;
		margin-left: 12%;
		margin-top: 1%;
	}
	.agile-baner-info-w3ls h3 {
		font-size: 1.2em;
		letter-spacing: 13px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
	a.read {
		padding: 0.7em 2em;
		font-size: 1em;
	}
	.agile-baner-info-w3ls h1 {
		font-size: 4.5em;
	}
}
@media (max-width:600px){
	.gallery-grid {
		padding: 0;
		float: left;
		width: 50%;
	}
	.textbox h4 {
		margin-top: 2.8em;
		letter-spacing: 1px;
		font-size: 1.6em;
	}
	.about-top_agile_its h2 {
		font-size: 2em;
	}
	.w3l_banner_bottom_grid1 {
		width: 80px;
		height: 80px;
	}
	.w3l_banner_bottom_grid1 i {
		font-size: 1.8em;
		line-height: 2.8em;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1.5em;
		margin: 1.5em 0 0.5em;
	}
	#contact,.team,#menu {
		padding: 3em 0;
	}
}
@media (max-width:568px){
	.agile-baner-info-w3ls {
		padding-top: 7em;
	}

	.agile-baner-info-w3ls h3 {
		font-size: 1em;
		letter-spacing: 10px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
}
@media (max-width:480px){
	.about-left_w3ls_img {
		min-height: 321px;
	}
	.about-top_agile_its {
		padding: 2em 0em 2em 0em;
	}
	.textbox h4 {
		margin-top: 2em;
		letter-spacing: 1px;
		font-size: 1.6em;
	}
	.wthree_head {
		font-size: 2em;
		letter-spacing: 1px;
	}
	p.w3l_sub_para_agile {
		letter-spacing: 3px;
		font-size: 0.9em;
	}
	.agile_overlay1 {
		padding: 3em 0 3em 0;
	}
	.contact-w3ls p.contact-agile2 {
		font-size: 13px;
		padding-bottom: 20px;
		line-height: 30px;
	}
	#gallery {
		padding: 3em 0 0 0;
	}
	.contact-w3-agile1 iframe {
		height: 250px;
	}
		.wthree_search input[type="search"] {
		outline: none;
		padding: 8px 12px;
		width:58%;
	}
	ul.top_agile_w3l_info_icons li {
      font-size: 13px;
	}
	.wthree_search {
		float: left;
		width: 50%;
		margin-left: 16%;
		margin-top: 1%;
	}
	.wthree_search input[type="submit"] {
		background: #3be8b0 url(/skin/default/images/search.png) no-repeat 16px 6px;
		height: 37px;
		width: 23%;
		vertical-align: top;
	}
	.agile-baner-info-w3ls h1 {
		font-size: 4em;
	}
	.agile-baner-info-w3ls h3 {
		font-size: 1em;
		letter-spacing: 9px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
	.agile-baner-info-w3ls {
		padding-top: 6em;
	}
	.loc-left {
		padding: 0;
	}
	.contact-agileits {
		margin-bottom: 2em;
	}
	.cam a {
		font-size: 3em;
		letter-spacing: 3px;
	}
	ul.agileits_social_list.footer_icons_w3l li {
		margin-right: 12px;
	}
}
@media (max-width:414px){
	.about-left_w3ls_img {
		min-height: 272px;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1.3em;
		margin: 1.5em 0 0.5em;
	}
	.textbox h4 {
		margin-top: 1.6em;
		letter-spacing: 1px;
		font-size: 1.6em;
	}
	ul.top_agile_w3l_info_icons li i {
      margin: 0px 8px;
	}
	.wthree_search input[type="submit"] {
		background: #3be8b0 url(/skin/default/images/search.png) no-repeat 16px 6px;
		height: 37px;
		width: 30%;
		vertical-align: top;
	}
	.wthree_search {
		float: left;
		width: 44%;
		margin-left: 19%;
		margin-top: 1%;
	}
	ul.top_agile_w3l_info_icons li {
		font-size: 13px;
		display: block;
		margin-top: 4px;
	}
	.w3_agileits_header_text {
		float: none;
		margin: 0em 0 0 0em;
		text-align: center;
	}
	.agileinfo_social_icons {
		float: none;
		margin: 0.5em 0em 0 0;
		text-align: center;
	}
	.wthree_search input[type="search"] {
		outline: none;
		padding: 8px 12px;
		width: 81%;
	}
	.wthree_search input[type="submit"] {
		background: #3be8b0 url(/skin/default/images/search.png) no-repeat 16px 6px;
		height: 37px;
		width: 17%;
		vertical-align: top;
	}
	.wthree_search {
		float: none;
		width: 96%;
		margin-left: 0;
		margin-top: 1%;
		margin: 3% auto 0;
	}
	.agile-baner-info-w3ls h3 {
		font-size: 1em;
		letter-spacing: 7px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
	.agile-baner-info-w3ls {
		padding-top: 9em;
	}
}
@media (max-width:384px){
	.about-top_agile_its span {
		font-size: 0.9em;
	}
	.w3ls_banner_bottom_grid p {
		font-size: 0.9em;
	}
	.agile_overlay {
		padding: 3em 0 3em 0;
	}
	.w3layouts_stats_left {
		padding: 1em 0 1em 0;
		text-align: center;
		float: left;
		width: 50%;
	}
	.inner_w3l_agile_grids {
		margin: 1.5em 0 0;
	}
	.agile-baner-info-w3ls h1 {
		font-size: 2.5em;
	}
	.wthree_head {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
}
@media (max-width:375px){
	.textbox h4 {
		margin-top: 1.5em;
		letter-spacing: 1px;
		font-size: 1.4em;
	}
	.about-top_agile_its h5 {
		font-size: 10px;

		letter-spacing: 2px;
	}
	.about-top_agile_its h2 {
		font-size: 1.6em;
	}
	.wthree_head {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1.2em;
		margin: 1.5em 0 0.5em;
	}
	.w3_agileits_social_media ul li {
		margin: 0 0.5em;
		font-size: 1.2em;
	}
	.cam a {
		font-size: 2.5em;
	}
	.agile-footer {
		min-height: 254px;
	}
	.agile-baner-info-w3ls h1 a {
		border: 5px solid rgba(255, 255, 255, 0.25);
		padding: 3px 14px;
	}
	.agile-baner-info-w3ls h3 {
		font-size: 1em;
		letter-spacing: 6px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
	a.read {
		padding: 0.6em 1.5em;
		font-size: 1em;
	}
}
@media (max-width:320px){
	.gallery-grid {
		padding: 0;
		float: left;
		width: 100%;
	}
	.textbox h4 {
		margin-top: 3.5em;
		letter-spacing: 1px;
		font-size: 1.4em;
	}
	.w3layouts_stats_left i {
		font-size: 1.8em;
	}
	.agile-baner-info-w3ls h3 {
		font-size: 1em;
		letter-spacing: 5px;
		padding: 10px 0;
		margin: 1.5em 0 1em 0em;
	}
	
}





/*-- 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-navv 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(/skin/default/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:570px;
}
/*-- navv --*/

.navvbar-left {
    float: left !important;
}
.navvbar {
    margin-bottom: 0;
}
.navvbar-brand {
    font-size: 1.2em;
    padding: 0.5em 0;   
    font-family: 'Josefin Sans', sans-serif;
    text-transform:capitalize;
}
.navvbar-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;
}
.navvbar-default .navvbar-brand,.navvbar-default .navvbar-brand:hover, .navvbar-default .navvbar-brand:focus {
    color:#fff;
}
.navvbar-default .navvbar-navv > .active > a, .navvbar-default .navvbar-navv > .active > a:hover, .navvbar-default .navvbar-navv > .active > a:focus {
    color:#fff;
    background: none;
}
.navvbar-navv > li > a {
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 2em;
    line-height: 3;
    letter-spacing: 2px;
}
.navvbar-default .navvbar-navv > li > a {
    color:#0b0d0c;
}
.navvbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navvbar-default .navvbar-collapse, .navvbar-default .navvbar-form {
    border: none;
}

.navvbar-navv {
    float: none;
    margin: 1em 0;
}
.navvbar-default .navvbar-navv > li > a:hover, .navvbar-default .navvbar-navv > li > a:focus {
    color: #fff;
}
/*-- //navv --*/
/*-- navv-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(/skin/default/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(/skin/default/images/p.jpg) no-repeat center;
    background-size: cover;
}
/*-- //contact --*/
/*-- footer --*/
.footer-navv 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-navv,.agileits_w3layouts-copyright {
    text-align:center;
    border: 1px solid #e2dede;
    border-width: 1px 0;
}
ul.footer-navv li a {
    color: #000;
    font-size: 1.1em;
}
ul.footer-navv li a:hover {
    color: #d53362;
}
.footer-navv li:hover {
    border-bottom: 2px solid #0f9494;
}
ul.footer-navv 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(/skin/default/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 --*/
/*-- //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;
    }
    .navvbar-navv > 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){
    .navvbar-navv > 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;
    }
    .navvbar-navv>li>a {
        padding:2px 0;
    }   
    .navvbar-default .navvbar-toggle {
        border-color: #212121;
    }
    .navvbar-default .navvbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navvbar-default .navvbar-toggle:hover, .navvbar-default .navvbar-toggle:focus {
        background: #d53362;
    }
    .navvbar-toggle {
        margin: 2em 0 0;
        background: #d53362;
    }
    .navvbar-navv > li > a {
        margin-left: 0;
    }
    .navvbar-right {
        float: none !important;
    }
    .navvbar-navv {
        margin: 0;
        text-align: center;
    }

    .navv > li > a {
        display: inline-block;
    }
    .navvbar-left {
        float: none!important;
        padding: 0 2em;
    }
    .navvbar-togglem.navvbar-default .navvbar-toggle:hover, .navvbar-default .navvbar-toggle:focus  {
        background-color: #d53362;
    }
    .navvbar-default .navvbar-toggle {
        border-color: #d53362;
        margin:1.5em 0;
    }
    .navvbar-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-navv 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-navv 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-navv 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;
    }
    .navvbar-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;
    }
    .navvbar-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;s
    }
}
.footerNav{position:relative;padding:30px 0;}
.footerNav .container{width:1161px;}
.footerNav .left{float:left;width:819px;min-height:300px;border-right:1px solid #949494;padding-top:20px;text-align:center;}
.footerNav .left:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.footerNav .left ul{display:inline-block;*display:inline;*zoom:1;float:left;margin-right:65px;*margin-right:55px;vertical-align:top;}
.footerNav .left li{font-size:16px;color:#444;line-height:32px;}
.footerNav .left li{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.footerNav .left li:hover{color:#617FDE;}
.footerNav .left .title{height:63px;line-height:63px;font-size:22px;color:#444;border-bottom:2px solid #617FDE;;margin-bottom:18px;}
.footerNav .right{float:right;padding:30px 0 0 70px;width:270px;}
.footerNav .right .title{font-size:39px;color:#444;}
.footerNav .right .title span{color:#617FDE;}
.footerNav .right .info{font-size:16px;color:#444;line-height:25px;}
.footerNav .right .callTitle{font-size:18px;color:#444;margin-top:36px;}
.footerNav .right .callMun{font-family:'MyriadPro-Cond_0';font-size:38px;color:#444;font-stretch:condensed;}

.footer{background:#e50012;height:183px;color:#fff;}
.footer .container{width:1161px;}
.footer .left{float:left;width:820px;}
.footer .left .title{font-size:18px;padding-top:30px;}
.footer .left .title .titleB{font-size:24px;font-weight:bold;font-family:"FujitsuSansBold";margin-right:10px;}
.footer .left .title span{ vertical-align:middle;}
.footer .left .titleEn{font-family:"MyriadPro-Regular_0";font-size:16px;padding-bottom:20px;}
.footer .left .info{font-size:14px;line-height:20px;}
.footer .left .info a{color:#fff;}
.footer .right{float:right;width:270px;padding-top:35px;}
.footer .right .title{font-size:18px;font-family:"Adobe 榛戜綋 Std";}
.footer .right .child{cursor:pointer;position:relative;width:57px;float:left;margin:14px 38px 0 0;}
.footer .right .child.no{margin:14px 0 0 0;}
.footer .right .child img{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.footer .right .child img{width:100%;}
.footer .right .child .childCode{display:none;background:url("/Public/images/footCodeBg.png") no-repeat left top;background-size:151px 166px;position:absolute;left:50%;bottom:68px;width:151px;height:166px;margin-left:-75px;text-align:center;}
.footer .right .child .childCode img{position:absolute;top:0px;left:0px;width:142px;height:142px;}

@media screen and (max-width: 480px){
   .footerNav{
    display:none;
   }
}
/* -- //Responsive code -- */
   
