body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open 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;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/

/*-- banner --*/
/*-- banner --*/
.banner{
    background: url(../images/s5.jpg) no-repeat 0px -52px;
    background-size: cover;
}
.agileinfo-dot {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
/*-- header-left --*/
.header {
    background: rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-brand{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Gudea', sans-serif;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}
.agileinfo-phone{
    float: right;
    margin: 1.3em 0 0 0;
}
.agileinfo-phone p{
	color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    font-weight: 600;
}
/*-- //header-left --*/
/*-- top-nav --*/
.top-nav{
    float: right;
    margin: 1.5em 0 0 0;
}
.navbar-default {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none !important;
}
.top-nav ul{
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: none;
}
.navbar-nav li a{
	color: #ffffff !important;
    font-size: 1em;
    margin: 0 1em;
    padding: 0;
    text-decoration: none;
    letter-spacing: 1px;
    border-right: none;
    text-transform: uppercase;
}
.navbar-nav {
    float: right;
    margin: 1em 0;
}
.navbar-nav li a.list-border{
	border-left: none;
}
.navbar-nav li a:hover{
    color: #9C27B0 !important;
}
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 2.8em;
    left: 0px;
}
ul.dropdown-menu li{
    width: 100% !important;
    margin: 0 !important;
}
.dropdown-menu > li > a {
    display: block;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-- //top-nav --*/
/*-- banner-info --*/
.w3-banner-info{
	padding: 20em 0 7em;
}
.w3layouts-banner-info h3{
    color: #FFFFFF;
    font-size: 7em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.w3layouts-banner-info p{
    color: #FFFFFF;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.w3ls-button {
    margin: 2em 0;
    width: 16%;
}
.w3ls-button a {
    color: #ffffff;
    font-size: 18px;
    padding: .5em 1em;
    border: solid 2px #9C27B0;
    text-decoration: none;
    margin: 0;
    background: #9C27B0;
    display: block;
    text-align: center;
}
.w3ls-button a:hover {
    color: #FFFFFF;
    background: none;
    border: solid 2px #FFFFFF;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 109px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 13px;
    width: 13px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #9C27B0;
    border: 2px solid #9C27B0;
}
/*-- //slider --*/
.agileinfo-social-grids{
    margin: 5em 0 0 0;
	text-align:center;
}

/*-- //banner-info --*/




/* services */
h3.heading {
    font-size: 50px;
    text-align: center;
    color: #404040;
	color: #03a9f4;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-weight: normal;
    font-family: 'Gudea', sans-serif;
}
.subscribe,.work,.about,.contact,.services,.testimonials,.team-agileinfo{	
	padding:50px 0;
}
.icon i.fa {
    font-size: 50px;
}
.color1 {
    color: #1cc7d0;
}
.color2 {
    color: #ff4f81;
}
.color3 {
    color: #ffc168;
}
.color4 {
    color: #146eb4;
}

.text p {
    color: #999;
    font-size: 15px;
    line-height: 28px;
}
.text h4 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Gudea', sans-serif;
}
h4.heading1 {
    color: #1cc7d0;
}
h4.heading2 {
    color: #ff4f81;
}
h4.heading3 {
    color: #ffc168;
}
h4.heading4 {
    color: #146eb4;
}

.icon {
    text-align: center;
}
.services-top {
    margin-bottom: 60px;
}
/* //services */

/*-- team section --*/
.col-lg-3.col-md-3.col-sm-6.team-w3l {
    text-align: center;
}
section.team-agileinfo h4 {
	font-size:20px;
	padding:20px 0;
	color:#000;
    font-weight: 600;
    font-family: 'Gudea', sans-serif;
}
section.team-agileinfo p {
	font-size:16px;
	font-weight:normal;
	color:#000;
}
ul.social-icons1 {
    padding: 20px 0 0;
}
ul.social-icons1 li {
    display: inline;
    list-style: none;
}
ul.social-icons1 li a {
    margin-right: 2px;
}
ul.social-icons1 li a i.fa {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.social-icons1 li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
ul.social-icons1 li a i.fa.fa-facebook {
    color: #3b5998;
    border: 1px solid #3b5998;
}
ul.social-icons1 li a i.fa.fa-facebook:hover {
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
}
ul.social-icons1 li a i.fa.fa-google-plus {
    color: #dd4b39;
    border: 1px solid #dd4b39;
}
ul.social-icons1 li a i.fa.fa-google-plus:hover {
    background-color: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
}
ul.social-icons1 li a i.fa.fa-twitter {
    color: #1da1f2;
    border: 1px solid #1da1f2;
}
ul.social-icons1 li a i.fa.fa-twitter:hover {
    background-color: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}
ul.social-icons1 li a i.fa.fa-youtube {
    color: #cd201f;
    border: 1px solid #cd201f;
}
ul.social-icons1 li a i.fa.fa-youtube:hover {
    background-color: #cd201f;
    color: #fff;
    border-color: #cd201f;
}
figure {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-moz-transform: rotate(15deg) scale(1.4);
	-o-transform: rotate(15deg) scale(1.4);
	-ms-transform: rotate(15deg) scale(1.4);
	-webkit-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
}
.team-info:hover .hover06 figure img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
/*-- /team section --*/


/* contact */
div#contact {
    background: url(../images/g5.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.contact h3.heading {
    color: #fff;
}
.contact-left, .contact-right {
    padding: 50px 70px;
	text-align:center;
    background: #fff;
    height: 525px;
}
.contact h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #03A9F4;
    margin-bottom: 12px;
    font-family: 'Gudea', sans-serif;
}
.contact-right h4 {
    color: #fff;
}
.contact-left p {
    color: #999;
    font-size: 16px;
}
.address p {
    font-size: 15px;
    color: #212121;
    margin: 10px 0;
}
.address,.number {
    margin: 50px 0;
}
.number p {
    color: #212121;
    font-size: 18px;
    margin: 5px 0;
}
.agileits {
    float: left;
}
.social-icons i.fa {
    font-size: 14px;
    padding: 10px;
    background: #5a5a5a;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 15px 0px;
    text-align: center;
    line-height: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.contact i.fa.fa-facebook {
    background: #3b5998;
}
.contact i.fa.fa-facebook:hover {
    background: #dcdcdc;
    color: #3b5998;
}
.contact i.fa.fa-linkedin {
    background: #00a0dc;
}
.contact i.fa.fa-linkedin:hover {
    background: #dcdcdc;
    color: #00a0dc;
}
.contact i.fa.fa-twitter {
    background: #1da1f2;
}
.contact i.fa.fa-twitter:hover {
    background: #dcdcdc;
    color: #1da1f2;
}
.contact i.fa.fa-vimeo {
    background: #162221;
}
.contact i.fa.fa-vimeo:hover {
    background: #dcdcdc;
    color: #162221;
}
.contact i.fa.fa-google-plus {
    background: #dd4b39;
}
.contact i.fa.fa-google-plus:hover {
    background: #dcdcdc;
    color: #dd4b39;
}
.contact-right {
    background: #03A9F4;
}
#contact_form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.contact_form input[type="text"], .contact_form input[type="email"] {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    color: #FFF;
    border: none;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px;
    background: #212121;
    background: transparent;
}
.contact_form textarea {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #FFF;
    height: 160px;
    background: transparent;
    margin-bottom: 15px;
}
.contact_form input[type="submit"] {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    margin-top: 12px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contact_form input[type="submit"]:hover {
    color: #03A9F4;
    background: #fff;
    border: 1px solid #03A9F4;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.number i.fa, .address i.fa {
    color: #03A9F4;
    margin-right: 10px;
    font-size: 20px;
}
.number a {
    color: #9c27b0;
}
.number a:hover {
    color: #000;
}
.place::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.place::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
.place::-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.place::-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
/* //contact */


/* about */
.about-top h2 {
    color: #999;
    text-align: center;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: 'Gudea', sans-serif;
}
.about-top {
    width: 75%;
    margin: 0 auto;
}
.about-top p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.about-bottom {
    margin-top: 50px;
}
.aboutbottomleft {
    background: #212121;
    padding: 50px 40px 50px 230px;
}
.more {
    width: 30%;
    margin-bottom: 0;
}
.aboutbottomleft h3 {
    font-size: 30px;
    color: #fff;
    line-height: 37px;
    font-family: 'Gudea', sans-serif;
}
.aboutbottomleft p {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.aboutbottomright {
    background: url(../images/w1.jpg) no-repeat 0px 0px;
    min-height: 441px;
}
span.glyphicon.glyphicon-play-circle {
    color: #fff;
    font-size: 50px;
    margin: 0 0 7px 0;
    cursor: pointer;
}
.wthree-model-video {
    margin-top: 26%;
    margin-left: 45%;
}
.about iframe {
    width: 100%;
    height: 400px;
}
/* //about */
/*-- bootstrap-modal-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #E91E63;
    border: 1px solid #fff;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-body {
    padding:0;
}
.modal-body img {
    padding: 2em 2em 0 2em;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#fff;
	outline: none;
}
/*-- //bootstrap-modal-pop-up --*/

/* jarallax */
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* //jarallax */



/*-- Portfolio --*/


.w3portfolioaits-item {
	padding:10px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #000;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #000;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/*-- //Portfolio --*/


/*-- subscribe --*/
.subscribe {
    background: url(../images/12.jpg) center;
    background-size: cover;
	background-attachment: fixed;
    background: #03a9f4;
}
.subscribe-wthree input[type="email"] {
	width: 69.3%;
	padding:1em;
	font-size: 1em;
	font-weight: 400;
	border: none;
	outline: none;
	margin: 0;
	-webkit-appearance: none;
	background: #fff;
	color:#000;
}	
.subscribe-wthree input[type="submit"]{
	background: #9c27b0;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	text-transform: uppercase;
	padding:1em;
	text-align: center;
	-webkit-appearance: none;
	outline: none;
	width:30%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.subscribe-wthree input[type="submit"]:hover{
	background:#fff;
	color:#000;
}
.subscribe-wthree {
    width: 60%;
	margin:0 auto;
}
.subscribe h3.heading {
    color: #fff;
}
/*-- //subscribe --*/ 	
/*-- footer --*/
.footer {
    background: url(../images/banner1.jpg)no-repeat center bottom fixed;
    background-size: cover;
    padding: 5em 0 0;
}
.footer h3.w3ltitle {
    color: #fff;
    text-align: center;
}
.footer-agileinfo {
    margin-top: 4em;
}
.footer-left {
    text-align: right;
    padding-right: 2em !important;
}
.footer-left h5 {
    font-size: 1.5em;
    letter-spacing: 2px;
    font-family: 'Abel', sans-serif;
}
.footer-left h5 a{
	color: #fff;
}
.footer-left h5 a:hover{
	color: #fff;
}
.footer-left .w3ls-more {
    margin-top: 4em;
    border: 1px solid #fff;
    background: none;
}
.footer-left .w3ls-more:hover {
    background-color: #ff2f68;
}
/*-- copy-right --*/
.copy-right {
    padding: 1em 0;
    text-align: center;
    background: #232323;
}
.copy-right p {
    color: #fff;
    float: right;
    font-size: 15px;
    margin-top: 7px;
    line-height: 26px;
}
.copy-right a {
	 color: #fff;
} 
.copy-right a:hover {
    color: #9c27b0;
}
/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
    font-size: inherit;
    text-align: center;
    margin: 0;
}
.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.6em;
	border-radius: 50px;
}
.icon-border {
	position: relative;
}
.agileits  .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;
}
.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;   
	border-radius:50%;	
}  
/* 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 --*/

/* map */
.map {
    height: 400px;
}
.map iframe {
    border: none;
    width: 100%;
    height: 400px;
}

/* map */

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/* Responsive design */
@media screen and (max-width: 1920px){
	.aboutbottomright {
		min-height: 413px;
	}
	.wthree-model-video {
		margin-top: 20%;
	}
}
@media screen and (max-width: 1680px){
	.aboutbottomright {
		min-height: 441px;
	}
}
@media screen and (max-width: 1440px){
	.aboutbottomleft {
		padding: 50px 40px 50px 190px;
	}
}
@media screen and (max-width: 1366px){
	.w3-banner-info {
		padding: 18em 0 5em;
	}
	.aboutbottomleft {
		padding: 50px 40px 50px 160px;
	}
}
@media screen and (max-width: 1280px){
	.w3layouts-banner-info h3 {
		font-size: 6.5em;
	}
	.aboutbottomleft {
		padding: 50px 40px 50px 120px;
	}
}
@media screen and (max-width: 1080px){
	.w3layouts-logo h1 a {
		font-size: 40px;
	}
	.w3-banner-info {
		padding: 14em 0 5em;
	}
	.top-nav {
		margin: 1em 0 0 0;
	}
	.aboutbottomleft {
		padding: 50px 20px 50px 40px;
	}
	.subscribe, .work, .about, .contact, .services, .testimonials, .team-agileinfo {
		padding: 40px 0;
	}
	.address, .number {
		margin: 43px 0;
	}
	.aboutbottomleft h3 {
		font-size: 28px;
	}
	.aboutbottomleft p {
		margin-bottom: 28px;
		margin-top: 25px;
	}
	.aboutbottomright {
		min-height: 414px;
	}
	.wthree-model-video {
		margin-top: 36%;
	}
	.cd-testimonials p {
		height: 40px;
	}
}
@media screen and (max-width: 1050px){
	.aboutbottomright {
		min-height: 442px;
	}
}
@media screen and (max-width: 1024px){
	.aboutbottomright {
		min-height: 442px;
	}
}
@media screen and (max-width: 991px){
	.w3ls-button {
		width: 22%;
	}
	.about-top {
		width: 96%;
	}
	.aboutbottomleft, .aboutbottomright {
		width: 50%;
		float: left;
	}
	.aboutbottomleft h3 {
		font-size: 27px;
	}
	.more {
		width: 33%;
	}
	.service-grid1 {
		width: 50%;
		float: left;
	}
	.icon {
		width: 30%;
		float: left;
		padding: 0;
	}
	.text {
		width: 70%;
		float: left;
		padding: 0;
	}
	.text h4 {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.team-w3l{
		margin-bottom: 50px;
	}
	.team-w3l:nth-child(3),.team-w3l:nth-child(4){
		margin-bottom: 0px;
	}
	.w3portfolioaits-item {
		width: 25%;
		float: left;
	}
	.contact-left, .contact-right {
		padding: 50px;
		width: 50%;
		float: left;
	}
	.subscribe-wthree {
		width: 75%;
		margin: 0 auto;
	}
	.top-nav ul li a {
		margin: 0 .51em;
	}
	.w3layouts-logo h1 a {
		font-size: 34px;
	}
	.header {
		padding: .8em 0;
	}
	.w3-banner-info {
		padding: 13em 0 5em;
	}
	.w3layouts-banner-info h3 {
		font-size: 5em;
	}
	.navbar-default .navbar-brand {
		font-size: 40px;
	}
	.navbar-nav li a {
		margin: 0 0.5em;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 900px){
	.aboutbottomleft h3 {
		font-size: 24px;
	}
	.more {
		width: 40%;
	}
	.aboutbottomright {
		min-height: 470px;
	}
	.wthree-model-video {
		margin-top: 50%;
	}
}
@media screen and (max-width: 800px){
	.aboutbottomleft, .aboutbottomright {
		width: 100%;
		float: none;
	}
	.wthree-model-video {
		margin-top: 0;
		padding-top: 20%;
	}
	.aboutbottomright {	
		min-height: 380px;	
	}
	h3.heading {
		font-size: 45px;
		margin-bottom: 40px;
	}
	.contact-left, .contact-right {
		padding: 50px 30px;
	}
	.w3layouts-banner-info h3 {
		font-size: 5em;
	}
}
@media screen and (max-width: 736px){
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #9c27b0;
	}
	.top-nav {
		float: none;
		margin: 0;
	}
	.top-nav ul li {
		display: block;
		float: none;
		text-align: center;
		padding: 10px 0;
	}
	.header {
		padding: 10px 0;
	}
	.about-top h2 {
		font-size: 28px;
	}
	.icon {
		width: 25%;
	}
	.text {
		width: 75%;
	}
	.col-lg-3.col-md-3.col-sm-6.team-w3l {
		width: 40%;
		float: left;
		margin-left: 40px;
	}
	.top-nav {
		margin: 0;
		width: 100%;
		position: absolute;
		right: 0%;
		z-index: 999;
	}
	.navbar-collapse {
		padding: 0;
		background: rgba(3, 169, 244, 0.74);
	}
	.navbar-nav {
		float: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		text-align: center;
		position: absolute;
		width: 100%;
		z-index: 999;
	}
	.navbar-nav li a {
		letter-spacing: 1px;
		padding: 0.6em 0;
		font-size: 1.1em;
	}
}
@media screen and (max-width: 667px){
	.about-top h2 {
		font-size: 25px;
		margin-bottom: 18px;
	}
	.icon i.fa {
		font-size: 40px;
	}
	.text h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.text {
		width: 81%;
	}
	.icon {
		width: 19%;
	}
	.w3portfolioaits-item {
		width: 33.33%;
		float: left;
	}
	.subscribe-wthree {
		width: 85%;
		margin: 0 auto;
	}
	.agileits,.copy-right p {
		float: none;
	}
	.contact h4 {
		font-size: 26px;
	}
	.map {
		height: 350px;
	}
	.map iframe {
		height: 350px;
	}
	.w3-banner-info {
		padding: 11em 0 5em;
	}
}
@media screen and (max-width: 640px){
	.w3ls-button {
		width: 27%;
	}
	.subscribe-wthree input[type="email"] {
		width: 68.3%;
	}
	.cd-testimonials p {
		height: 50px;
	}
}
@media screen and (max-width: 600px){
	.about-top h2 {
		font-size: 23px;
	}
	.service-grid1 {
		width: 100%;
		float: none;
	}
	.service-grid1 {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.service-grid1:nth-child(2) {
		margin-bottom: 0px;
	}
	.services-top {
		 margin-bottom: 40px;
	}
	.subscribe, .work, .about, .contact, .services, .testimonials, .team-agileinfo {
		padding: 30px 0;
	}
	h3.heading {
		font-size: 40px;
	}
	.contact-left, .contact-right {
		padding: 30px 20px;
	}
	.subscribe-wthree {
		width: 95%;
		margin: 0 auto;
	}
	.subscribe-wthree input[type="email"],.subscribe-wthree input[type="submit"] {
		padding: .7em 1em;
	}
	.contact h4 {
		font-size: 24px;
	}
	.w3ls-button {
		width: 30%;
	}
	.w3ls-button a {
		color: #ffffff;
		font-size: 18px;
		padding: .4em 1em;
	}
}
@media screen and (max-width: 568px){
	.about-top {
		width: 100%;
	}
	.about-top h2 {
		font-size: 22px;
	}
	.contact h4 {
		font-size: 22px;
	}
	.contact-left p {
		font-size: 14px;
	}
	.number p {
		font-size: 15px;
	}
	.wthree-model-video {
		padding-top: 32%;
	}
	.address, .number {
		margin: 39px 0;
	}
	.contact_form textarea {
		height: 137px;
	}	
	.subscribe-wthree input[type="email"] {
		width: 68.3%;
	}
	.map {
		height: 300px;
	}
	.map iframe {
		height: 300px;
	}
	.w3-banner-info {
		padding: 10em 0 5em;
	}
}
@media screen and (max-width: 480px){
	.w3-banner-info {
		padding: 8em 0 5em;
	}
	.w3layouts-banner-info h3 {
		font-size: 4em;
	}
	.w3layouts-banner-info p {
		letter-spacing: 2px;
	}
	.w3ls-button {
		width: 32%;
	}
	.w3ls-button a {
		font-size: 16px;
		padding: 0.4em 1em;
	}
	.col-lg-3.col-md-3.col-sm-6.team-w3l {
		width: 50%;
		float: left;
		margin: 0 0 40px 0;
	}
	.contact-left, .contact-right {
		padding: 40px;
		width: 100%;
		float: none;
	}
	h3.heading {
		font-size: 35px;
	}
	.cd-testimonials p {
		height: 70px;
	}
}
@media screen and (max-width: 440px){
	.w3ls-button {
		width: 37%;
	}
}
@media screen and (max-width: 414px){
	.about-top p {
		font-size: 13.5px;
	}
	.about-top h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.aboutbottomleft {
		padding: 20px;
	}
	.aboutbottomleft h3 {
		font-size: 22px;
	}
	.w3ls-button {
		width: 38%;
	}
	.col-lg-3.col-md-3.col-sm-6.team-w3l {
		padding: 5px;
	}
	.cd-testimonials p {
		height: 90px;
	}
}
@media screen and (max-width: 384px){
	.w3layouts-banner-info p {
		letter-spacing: 1px;
	}
	.aboutbottomleft h3 {
		font-size: 20px;
	}
	.aboutbottomleft p {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.aboutbottomright {
		min-height: 300px;
	}
	.col-lg-3.col-md-3.col-sm-6.team-w3l {
		padding:0 30px;
		width: 100%;
		float: none;
	}
	.w3portfolioaits-item {
		width: 50%;
		float: left;
	}
	.address, .number {
		margin: 30px 0;
	}
	.cd-testimonials p {
		height: 110px;
	}
}
@media screen and (max-width: 375px){
	.about-top p {
		font-size: 13.5px;
		text-align: left;
	}
	.subscribe-wthree input[type="email"],.subscribe-wthree input[type="submit"] {
		width: 100%;
	}
}
@media screen and (max-width: 320px){
	.w3layouts-logo h1 a {
		font-size: 30px;
	}
	.navbar-toggle {
		margin:0;
		padding: 8px;
	}
	.w3layouts-logo h1 {
		margin: 0;
		font-size: 28px;
	}
	.w3layouts-banner-info h3 {
		font-size: 3.5em;
	}
	.w3ls-button {
		width: 46%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.about-top h2 {
		font-size: 22px;
		line-height: 30px;
	}
	h3.heading {
		margin-bottom: 20px;
	}
	.aboutbottomleft h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.wthree-model-video {
		padding-top: 40%;
		margin-left: 39%;
	}
	.icon i.fa {
		font-size: 35px;
	}
	.service-grid1 {
		padding: 0px;
	}
	.cd-testimonials p {
		padding: 0 4px;
	}
	.contact-left {
		padding: 30px 15px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"],.contact_form textarea {
		padding: 14px 4px 14px;
	}
	.copy-right p {
		font-size: 14px;
	}
	.cd-testimonials p {
		height: 120px;
	}
	.navbar-default .navbar-brand {
		font-size: 31px;
		padding: 10px 0;
	}
}
}
/* Responsive design */