/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- footer --*/
.footer-w3layouts {
    background: #2a2b2f;
    padding: 7em 2em 3em 2em;
}
.footer-top-agile {
    text-align: center;
}
.footer-top-agile .top-links {
    margin-top: 1em;
}
.footer-top-agile h6 a {
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 3em;
    color: #fff;
    text-decoration: none;
    border: 2px solid #03c5e2;
}
.footer-top-agile h6 a span {
    color: #fff;
    font-weight: 700;
    padding: 0.486em .5em;
    display: inline-block;
    background: #03C5E2;
}
.footer-top-agile h6 a  i {
    padding: .17em .2em;
    font-style: normal;
    display: inline-block;
}
.footer-contact-w3ls ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #a5a5a5;
    letter-spacing: 1.5px;
}
.footer-contact-w3ls ul li a{
    color: #a5a5a5!important;
}
.footer-contact-w3ls ul li a:hover{
    color: #ffa200!important;
}
.footer-contact-w3ls ul li i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border: 2px solid #636363;
    border-radius: 50px;
    margin-right: 10px;
    color: #888888;
}
.footer-contact-w3ls {
    float: right;
    margin-top: 11px;
}
.wthree-icon.footer {
    float: right;
}
.copyright-wthree a i:hover {
    color: #ffa200;
	    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.footer-bottom-wthree {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 2px solid #292929;
}
.footer-top-agile ul.top-links li a i.fa{
	color:#fff!important;
	background:transparent!important;
}
.footer-top-agile ul.top-links li a:hover i.fa{
	background:#ffa200!important;
}
.map-w3-agile iframe {
    width: 100%;
    outline: none;
    border: none;
    height: 24em;
}
p.para.three {
    width: 60%;
    margin: 3em auto 0;
    color: #fff;
}
/*-- newsletter --*/
.subscribe-grid {
    text-align: center;
    padding: 3em 2em;
    margin: 0 auto;
    width: 52%;
}
.subscribe-grid form {
    position:relative;
}
.subscribe-grid form:hover input[type="email"] {
    border: solid 2px rgba(255, 255, 255, 0.14);
	 -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe-grid input[type="email"] {
    display: inline-block;
    background: #32343a;
    border: solid 2px #32343a;
    width: 100%;
    outline: none;
    padding: 1em 4em 1em 1em;
    font-size: 1em;
    color: #fff;
	letter-spacing: 1px;
}
.subscribe-grid i.fa.fa-paper-plane-o{ 
    font-size: 1.2em !important;
}
.subscribe-grid button.btn1 {
    color: #fff;
    border: none;
    width: 65px;
    height: 57px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    background: transparent;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe-grid button.btn1:focus {
    outline: none;
}
button.btn1:hover {
    background: none;
    color: #ffa200;
}
button.btn1:hover i.fa.fa-paper-plane-o{
    color: #ffa200 !important;
} 
.subscribe-grid h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 19px;
    letter-spacing: 1px;
}
.subscribe-grid p {
    color: #03c5e2;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 1em 0 2em;
}
.subscribe-grid p span {
    color: #fff;
}
/*-- //newsletter --*/
/*-- //footer --*/
/*-- Copyright --*/
.copyright-wthree p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
    float: left;
}

.copyright-wthree a {
    color: #03c5e2;
	text-decoration: none;
}
.copyright-wthree a:hover {
    color: #ffffff;
}
/*-- //Copyright --*/
/*-- //Footer --*/

/*-- animation css --*/ 
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	animation-name: fadeInDown;
} 
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
	-moz-transform: translateX(2000px);
	-o-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*-- //animation css --*/ 
/*-- model --*/
.modal-content h3 {
    color: #000;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 30px 0 10px;
}
.modal-header {
    padding: 20px;
}
.modal-content h5 {
    font-size: 1.4em;
    color: #03c5e2;
    letter-spacing: 2px;
    margin-top: 1em;
}
.modal-content p {
       color: #464646;
    font-size: 1em;
    line-height: 2em;
    margin: 0.9em 0 1em 0;
    letter-spacing: 0.5px;
}
.modal-header {
    border-bottom: none;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px!important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
/*-- //model --*/

/*-- //slider-up-arrow --*/ 
/*-- responsive-design --*/
@media(max-width:1440px){
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption { 
		padding: 4.5em 3em; 
	}
  
	
}
@media(max-width:1366px){
	.w3about-text { 
		width: 65%; 
		right: -43%; 
	}
	.about, .team, .gallery, .contact, .subscribe {
		padding: 4em 0;
	}
	.features ul.nav.nav-tabs {
		right: 12%;
	}
	
	.agileits-title {
		padding-bottom: 1em;
		margin-bottom: 2em;
		text-align: center;
	}
	#clients {
		min-height: 667px;
		padding-top: 7em;
	}
}
@media(max-width:1280px){
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.8em 2em;
	}
	.features ul.nav.nav-tabs {
		right: 11%;
	}
	.agileits-title h3 {
		font-size: 2.5em; 
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
	    min-height: 33em;
	}
	.footer-w3layouts {
		padding: 5em 2em 2em 2em;
	}
	
	.subscribe-grid {
		padding: 2em 1em;
		margin: 0 auto;
		width: 53%;
	}
	p.para.three {
		width: 71%;
		margin: 2em auto 0;
	}
}
@media(max-width:1080px){
	
	.agileits-title-right {
		padding: 0 2em;
	}
	.w3about-img { 
		min-height: 25em; 
	}
	.w3about-text {
		width: 70%; 
		top: 21%;
	}
	.cd-header-buttons { 
		right: 8%;
	}
	.features-right {
		padding: 10.4em 3em 8em;
	}
	.features ul.nav.nav-tabs {
		right: 5%;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 30em;
	}
	.features-right {
		padding: 10.45em 3em 6em;
	}
	.w3ls-effect { 
		height: 246px; 
	}
	.w3ls-effect .view-caption { 
		height: 35%; 
	}
	.w3gallery-grids {
		padding: .3em 0.5em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.8em 2em;
	}
	.contact-w3ls-row {
		width: 100%; 
	}
	.address-left {
		padding: 3.5em 5em; 
	}
	.address-right iframe { 
		min-height: 355px; 
	}
	
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 3em;
	}
	.tab-info {
		margin-top: 3em;
	}
	.wthree-ab-right {
		padding: 1em 1em;
	}
	.wthree-ab-right h4 {
       font-size: 1.8em;
	}
	#clients {
		min-height: 587px;
		padding-top: 5em;
	}
	.footer-bottom-wthree {
		margin-top: 1em;
		padding-top: 1em;
	}
	p.para.three {
       width: 86%;
	}
}
@media(max-width:1024px){
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 1em;
	}
	a.read, a.read2 {
		font-size: 1em;
		padding:.7em 1.5em;
		margin-top: 2em;
	}
	
}
@media(max-width:991px){
	
	.cd-header-buttons {
		right: 6%;
	}
	.cd-search input { 
		font-size: 1.2em;
		padding: 1.2em 2em; 
	}
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 3em;
	}
	.w3about-text {
		width: 90%;
		top: 22%;
	} 
	.agileits-title-left,.agileits-title-right {
		padding: 0;
	}
	.agileits-title h3 { 
		margin-bottom: .3em;
	}
	.w3agile-servs-img .icon-holder { 
		font-size: 2em; 
		top: 25px;
	}
	.w3agile-servs-img .description {
		width: 100%; 
	}
	.w3agile-servs-img:hover .icon-holder {
		top: 0px; 
	}
	.w3agile-servs-img .mission { 
		font-size: 1.3em; 
	}
	.w3agile-servs-img:hover .mission {
		top: -11px;
	}
	.features-right {
		padding: 10em 3em 5em;
		float: none;
	}
	.features ul.nav.nav-tabs {
		top: 7%;
		left: 3%;
		right: auto;
	}
	.agileits-title h3 {
		font-size: 2.2em;
	}
	.features .agileits-title, .address .agileits-title {
		margin-bottom: 2em;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 32em;
		background-position: center;
		padding: 0;
	}
	.team-grids {
		padding: 0 .5em;
	}
	.w3ls-effect {
		height: 200px;
	}
	.w3ls-effect .view-caption {
		height: 38%;
		padding: 15px;
	}
	.address-right iframe {
		min-height: 280px;
	}
		.wthree-ab-right {
		padding: 3em 2em;
	}
	.w3layouts_stats_left {
		padding: 7em 0 1em 0;
		text-align: center;
		float: left;
		width: 25%;
	}
	.tab-info {
		margin: 1em 0;
		padding: 0;
	}
	.features-right {
		padding:4em 2em;
		float: none;
	}
	.agileits-mid {
		margin-top: 4em;
	}
}
@media(max-width:800px){
	.w3ls-btn {
		font-size: 0.9em; 
		margin-top: 1em; 
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 23em; 
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.3em; 
	}
	.w3gallery-grids {
		padding: .1em 0.3em;
	}
	[class^='imghvr-'] .agile-figcaption p { 
		font-size: .9em;
	}
	
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 2.5em;
		margin-top: 2em;
	}
	.agileits-title h6 {
		font-size: 0.8em;
		margin-bottom: 0.5em;
		letter-spacing: 6px;
	}
}
@media(max-width:768px){
	.features-right {
		padding: 7em 3em 3em; 
	}
	.features ul.nav.nav-tabs {
		top: 7%;
		left: 5%; 
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 1em;
	}
	.top_header {
		background: rgba(37, 37, 37, 0.54);
		padding: 0.5em 1em;
	}
	
	.subscribe-grid {
		padding: 2em 1em;
		margin: 0 auto;
		width: 72%;
	}
	p.para.three {
		width: 100%;
	}
	.footer-w3layouts {
		padding: 4em 2em 2em 2em;
	}
}
@media(max-width:767px){
	
	.container > .navbar-collapse {
		padding: 0;
	}
		div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;
	}
	.cd-header-buttons {
		right: 9%;
	}
	ul.nav.navbar-nav.navbar-right {
		padding: 0;
	}
	.cd-radial-slider-wrapper { 
		overflow: inherit !important;
	}
	
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -51px;
		right:9%;
	}
	
	.contact input[type="text"], .contact input[type="email"] {
      width: 100%;
	}
	.contact-right.agileits-w3layouts {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 0.5em;
	}
}
@media(max-width:736px){
	.w3about-img { 
		width: 65%;
	}
	.team-grids {
		padding: 1em 3em;
	}
	.w3ls-effect {
		height: 270px;
	}
	.w3ls-effect .view-caption {
		height: 30%; 
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 5.5em 3em;
	}
	.contact-right.agileits-w3layouts {
		float: none;
		padding: 0;
	}
	.contact input[type="text"] { 
		padding: 0.7em 1em; 
	}
	.contact textarea {
		padding: 0.7em .8em;
		min-height: 10.5em;
		margin-bottom: 0.8em;
	}
	.w3ls-effect {
		height: 270px;
	}
	.footer-bottom-wthree {
		margin-top: 1em;
		padding-top: 1em;
		text-align: center;
	}
	.wthree-icon.footer {
		float: none;
		text-align: center;
	}
	.copyright-wthree p {
		text-align: center;
		float: none;
		margin-bottom: 13px;
	}
}
@media(max-width:667px){
	.w3ls-effect {
		height: 235px;
	}
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 2.2em;
	}
	.w3about-text { 
		top: 16%;
	}
	}
	@media(max-width:600px){
	.team-grids {
		padding: 1em 2em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 4em 3em;
	}
	.address-right iframe {
		min-height: 250px;
	}
	.agileits-mid h3 {
        font-size: 1.2em;
	}
}
@media(max-width:568px){ 
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 2em;
	}
	.w3about-text {
		width: 100%;
		top: 19%;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 18em;
	}
	.team-grids {
		padding: 1em 1em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 3em;
	}
	.subscribe-grid {
		padding: 2em 1em;
		margin: 0 auto;
		width:100%;
	}
}
@media(max-width:480px){
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 { 
		font-size: 1.8em;
		margin-top: 1.2em;
	}
	.w3ls-btn { 
		padding: .5em 1em; 
	}
	.w3about-text { 
		padding: 2em; 
	}
	.about, .team, .gallery, .contact, .subscribe {
		padding: 3em 0;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 2em;
	}
	.agileits-title {
		margin-bottom: 1em;
	}
	.contact input[type="submit"] { 
		padding: 0.6em 4em; 
		font-size: 0.9em;
	}
	.address-left {
		padding: 2.5em 4em;
	}
	.address-right iframe {
		min-height: 200px;
	}
	.subscribe input[type="text"] { 
		padding: 0.8em;
		font-size: 0.9em; 
	}
	.subscribe input[type="submit"] { 
		font-size: 0.9em; 
		padding: 0.8em 1.8em; 
	}
	.footer-left,.footer-right{
		float: none;
		text-align: center;
	}
	.wthree-icon {
		margin-top: 1em;
	}
	.cd-header-buttons {
		right: 13%;
	}
	.navbar-toggle { 
		padding: 7px 6px;
		margin-top: 5px; 
	}
	a.read, a.read2 {
		font-size: 1em;
		padding: .7em 1.5em;
		margin-top: 1em;
	}
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 1.8em;
		margin-top: 2.2em;
	}
	
	.wthree-ab-right h4 {
		font-size: 1.6em;
	}
}
@media(max-width:414px){
	.cd-search input {
		font-size: 1em; 
	}
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 1.5em;
		margin-top: 2em;
	}
	.agileits-title h3 {
		font-size: 1.5em;
	}
	p {
		font-size: 0.9em; 
	}
	.w3about-text { 
		padding: 1.5em;
		top: 8%;	
		right: -38%;
	}
	.w3about-img {
		min-height: 17em;
	}
	.features-right {
		padding: 5em 2em 2em;
	}
	.features ul.nav.nav-tabs li a {
		font-size: 0.9em; 
	}
	.features ul.nav.nav-tabs {
		top: 4%;
		left: 8%;
	}
	.features .agileits-title, .address .agileits-title {
		margin-bottom: 1em;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 14em;
	}
	.team-grids {
		padding: 0.5em;
	}
	.w3ls-effect {
		height: 194px;
	}
	.w3ls-effect .view-caption h4 { 
		font-size: 1.1em;
	}
	.w3ls-effect .view-caption p { 
		font-size: .85em;
	}
	.w3ls-effect .view-caption {
		height: 35%;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: .85em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2em 0.5em;
	}
	.contact textarea,.contact input[type="text"] { 
		font-size: 0.9em; 
	}
	
	a.read, a.read2 {
		font-size: 0.9em;
		padding: .7em 1.5em;
		margin-top: 1em;
	}
	.w3layouts_stats_left {
		padding: 4em 0 1em 0;
		text-align: center;
		float: left;
		width: 25%;
	}
	.stats {
		min-height: 291px;
	}
}
@media(max-width:384px){
	.about, .team, .gallery, .contact, .subscribe {
		padding: 2em 0;
	}
	.w3about-text {
		padding: 1.2em;
		top: 9%;
		right: -53%;
	}
	.services-grids {
		padding: 0;
	}
	.w3ls-effect {
		height: 176px;
	}
	.w3ls-effect .view-caption {
		height: 39%;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1.8em 0.5em;
	}
	.contact textarea { 
		min-height: 9.5em; 
	}
	.address-left {
		padding: 2em 3em;
	}
	.address-left ul li { 
		font-size: 0.9em; 
	}
	.address-right iframe {
		min-height: 160px;
	}
	.subscribe input[type="submit"] { 
		padding: 0.8em 1em;
	}
	
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -43px;
	}
	#clients {
		min-height: 500px;
		padding-top: 3em;
	}
	.footer-top-agile h6 a {
       font-size: 2em;
	}
	.footer-w3layouts {
		padding: 3em 1em 1em 1em;
	}
	.subscribe-grid {
       padding: 1em 1em;
	}
}
@media(max-width:375px){
	.w3about-text { 
		top: 5%; 
	}
	
	.w3layouts_stats_left p {
      font-size: 1.6em;
	}
}
@media(max-width:320px){ 
	
	.cd-header-buttons { 
		top: -42px; 
	}
	.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
		font-size: 1.2em;
		margin-top: 3em;
	}
	.w3ls-btn {
		font-size: 0.75em;
		padding: .4em 0.8em;
	}
	.w3about-img {
		width: 78%;
	}
	.w3about-text {
		top: 9%;
		right: -33%;
	} 
	.features ul.nav.nav-tabs li a { 
		margin-right: 0.5em;
	}
	.team-grids {
		padding: 0.5em 2em;
		width: 100%;
	}
	.w3ls-effect {
		height: 260px;
	}
	.w3ls-effect .view-caption {
		height: 27%;
	}
	.w3gallery-grids {
		padding: .1em 1em;
		width: 100%;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 4em 3em;
	}
	.contact input[type="text"] {
		width: 100%; 
	}
	.address-left {
		padding: 2em 2em;
	}
	.subscribe input[type="text"] {
		width: 69%; 
	}
	.w3layouts_stats_left {
		padding: 3em 0 1em 0;
		text-align: center;
		float: left;
		width: 50%;
	}
 .w3layouts_stats_left:nth-child(3),.w3layouts_stats_left:nth-child(4) {
	 padding: 1em 0 3em 0;
	}
}
/*-- //responsive-design --*/
.footer-logo {
    color: #fff;
    font-size: 40px;
    width: 25%;
	float:center;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 4px;
    font-weight: 600;
}