﻿/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- Reset-Code --*/
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;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/
div p button {
    z-index: 999;
    left: 70px;
    top: 70px;
    width: 50px;
    background: transparent;
    padding: 5px;
    position: fixed;
    border: 2px solid #fff;
}
div p button i.fa.fa-bars {
    color: #03A9F4;
    font-size: 24px;
}
	/*-- Heading-1 --*/
	.agileheader h3 {
		position: absolute;
		top: 40%;
		right: 0;
		left: 0;
		width: 60%;
		margin: 0 auto;
		padding: 50px 0;
		font-size: 50px;
		letter-spacing: 3px;
		font-weight: 700;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.75);
		border: 5px solid #FFF;
	}
	/*-- //Heading-1 --*/
	/*-- Slider --*/
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
	}
	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
	}
	.rslides img {
		display: block;
		float: left;
		width: 100%;
		height: 100%;
		border: 0;
	}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    text-decoration: none;
    height: 50px;
    width: 50px;
    background: #000 url(../images/arrows.png) no-repeat left top;
    margin-top: -45px;
    border-radius: 50%;
}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		right: 20px;
		display:none;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		display: none;
	}
	.callbacks_nav {
		left: 100px;
		right: autox;
	}
section.banner{
	position:relative;
}
	/*-- //Slider --*/
/*-- //Header --*/
.navbar-right {
    float: right !important;
    margin-right: 0;
}
.logo a h1 {
    position: absolute;
    z-index: 999;
    right: 70px;
    top: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}

.banner h3 {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 35px;
    
    letter-spacing: 10px;
    font-weight: 700;
    color: #FFFFFF;
	text-align:center;
	background-color: rgba(72, 69, 69, 0.6);
	border: 8px solid rgba(255, 255, 255, 0.48);
    /*background-color: rgba(0, 0, 0, 0.75);
    border: 5px solid #FFF;*/
}
.banner h4 {
    position: absolute;
    top: 45%;
    left:25%;
    color: #fff;
    font-size: 80px;
}
/* Responsive Design */
@media (max-width:1600px) {
	.banner h3 {
		top: 20%;
	}
	.banner h4 {
		top: 53%;
	}
}
@media (max-width:1440px) {
	.banner h3 {
		top: 20%;
		font-size:25px;
	}
	
	.callbacks_nav{
		top:47%;
	}
	.banner h4 {
		top: 55%;
	}
}
@media (max-width:1366px) {
	.banner h3 {
		top: 20%;
		font-size:25px;
	}
	.banner h4 {
		top: 50%;
	}
}
@media (max-width:1280px) {
	.callbacks_nav {
		top: 43%;
	}
	.banner h3 {
		top: 20%;
		font-size:20px;
	}
}
@media (max-width:1080px) {
	.callbacks_nav {
		top: 40%;
	}
	.banner h3 {
		top: 20%;
		font-size:20px;
	}
	.banner h4 {
		top: 51%;
	}
	div p button {
		left: 60px;
		top: 60px;
	}
	.logo a h1 {
		right: 60px;
		top: 60px;
		font-size: 42px;
	}
}
@media (max-width:1024px) {
	.banner h3 {
		top: 20%;
		font-size:20px;
	}
	.banner h4 {
		top: 50%;
		font-size: 21px;
	}
	.wthree-model-video p {
		width: 60%;
	}
	nav.thumbGridNav {
		margin-top: 40px;
	}
	div p button {
		left: 50px;
		top: 50px;
	}
	.logo a h1 {
		right: 50px;
		top: 50px;
		font-size: 40px;
	}
	.callbacks_nav {
		top: 46%;
	}
}
@media (max-width:991px) {
	.banner h3 {
		top: 20%;
		font-size:20px;
	}
	.wthree-model-video p {
		width: 66%;
	}
	.about-grid1 {
		width: 33.33%;
		float: left;
	}
	.about-grid1 h4{
		margin-bottom:10px;
	}
	.services-left, .services-right, .testimonals-grids, .about-grids, .team-grid-top, .team-grid-bottom, .contact-left, .contact-right ,.agileits-feedback-grids{
		margin-top: 30px;
	}
	.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
		width: 33.33%;
		float: left;
	}
	.services-right {
		width: 66.66%;
		float: left;
	}
	.services-left {
		width: 33.33%;
		float: left;
	}
	.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
		padding: 35px 10px;
	}
	.team1 {
		width: 25%;
		float: left;
	}
	.team1 h3 {
		margin-top: 17px;
		font-size: 19px;
	}
	.team1 p {
		font-size: 14px;
	}
	.team-social a i {
		font-size: 17px;
		width: 30px;
		height: 30px;
		line-height: 13px;
	}
	.inner-team1:hover div.team-social {
		bottom: 90px;
		left: 28px;
	}
	.thumb-grid {
		width: 80%;
	}
	nav.thumbGridNav a {
		width: 16px;
		height: 16px;
	}
	nav.thumbGridNav {
		margin-top: 30px;
	}
	.contact-left,.contact-right{
		width: 50%;
		float: left;
	}
	.contact-inner-left p{
		padding-right: 0px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"] {
		font-size: 14px;
		padding: 12px 10px 10px;
		margin: 0 0 10px;
	}
	.contact_form textarea {
		font-size: 14px;
		padding: 12px 10px 10px;
		height: 140px;
	}
	.contact_form input[type="submit"] {
		padding: 10px;
	}
	.footer-main1 {
		width: 50%;
		float: left;
	}
	.social ul {
		margin-top: 10px;
	}
	.footer-agile {
		padding: 2em 0em;
	}
}
@media (max-width:900px) {
	.banner h3 {
		top: 20%;
		font-size:20px;
	}
	.footer-main1 h3 {
		font-size: 35px;
	}
}
@media (max-width:800px) {
	div p button {
		left: 40px;
		top: 40px;
	}
	.logo a h1 {
		right: 40px;
		top: 40px;
		font-size: 38px;
	}
	.banner h3 {
		top: 20%;
		font-size:20px;
	}
	.callbacks_nav {
		top: 50%;
	}
	div p button i.fa.fa-bars {
		font-size: 20px;
	}
	.wthree-model-video h2 {
		font-size: 22px;
	}
	.wthree-model-video h4 {
		font-size: 16px;
		width: 105px;
		margin: 15px auto 0;
		padding: 8px 0;
	}
	.thumb-grid {
		width: 90%;
	}
	.footer-main1 h3 {
		font-size: 32px;
	}
	.social ul {
		margin-top: 1px;
	}
}
@media (max-width:768px) {
	.services, .contact, .testimonals, .subscribe, .gallery, .about, .team {
		padding: 3em 0;
	}
	.heading h3 {
		top: 20%;
		font-size:12px;
	}
	.banner h4 {
		top: 51%;
	}
}
@media (max-width:736px) {
	.callbacks_nav {
		top: 60%;
	}
}
@media (max-width:667px) {
	.banner h3 {
		top: 20%;
		font-size:12px;
	}
	.callbacks_nav {
		top: 61%;
	}
	.banner h4 {
		top: 53%;
		font-size: 19px;
	}
	.logo a h1 {
		right: 30px;
		top: 30px;
		font-size: 34px;
	}
	div p button {
		left: 30px;
		top: 30px;
		width: 40px;
	}
	.wthree-model-video p {
		width: 80%;
	}
	.services-left {
		width: 95%;
		float: none;
		margin: 0 auto;
		margin-top:20px;
	}
	.services-right {
		width: 100%;
		float:none;
		margin-top:20px;
	}
	.team1 {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.team-social a i {
		color: #000;
		font-size: 20px;
		background: #eee;
		padding: 10px;
		width: 40px;
		height: 40px;
		line-height: 20px;
		border-radius: 5px;
	}
	.inner-team1:hover div.team-social {
		display: block;
		bottom: 100px;
		left: 68px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}
	.wthree-model-video p {
		margin: 0px auto 0;
	}
	.footer-main2 ul li a {
		font-size: 16px;
	}
	.social a {
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.social i.fa {
		font-size: 14px;
		line-height: 31px;
	}
	.footer-main1 h3 {
		font-size: 29px;
	}
	.newsletter {
		width: 70%;
	}
}
@media (max-width:600px) {
	.banner h3 {
		top: 20%;
		font-size:12px;
	}
	.banner h4 {
		font-size: 17px;
	}
	.callbacks_nav {
		top: 51%;
	}
	div p button {
		left: 20px;
		top: 20px;
	}
	.logo a h1 {
		right: 20px;
		top: 20px;
		font-size: 31px;
	}
	.thumb-grid li {
		margin: 1%;
		width: 47.333%;
	}
	.thumb-grid {
		width: 95%;
	}
	.contact-left, .contact-right {
		width: 100%;
		float: none;
	}
}
@media (max-width:568px) {
	.about-grid1 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.footer-main2 ul li {
		margin-right: 10px;
	}
	.copyright-agile p {
		letter-spacing: 1px;
	}
	.services, .contact, .testimonals, .subscribe, .gallery, .about, .team {
		padding: 2em 0;
	}
	.about-grid1 h4 {
		font-size: 18px;
	}
	.wthree-model-video p {
		width: 81%;
	}
	.overlay ul li a {
		font-size: 22px;
	}
	.overlay ul li {
		min-height: 24px;
	}
	.callbacks_nav {
		top: 63%;
	}
	
	.callbacks_nav {
		height: 40px;
		width: 40px;
		background-size: 84px;
	}
}
@media (max-width:480px) {
	.banner h4 {
		top: 60%;
	}
	.inner-team1:hover div.team-social {
		left: 30px;
	}
	.team-grid-bottom {
		margin-top: 0px;
	}
	.footer-main1 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 2em;
	}
	.social ul {
		float: none;
		text-align: center;
	}
}
@media (max-width:440px) {
	.banner h3 {
		top: 20%;
		font-size:10px;
	}
	.banner h4 {
		font-size: 16px;
		top: 57%;
		left: 50%;
	}
	.logo a h1 {
		right: 15px;
		top: 15px;
		font-size: 25px;
	}
	div p button {
		left: 15px;
		top: 15px;
	}
	.wthree-model-video p {
		width: 100%;
	}
	.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
		padding: 40px 10px;
		width: 100%;
		float: left;
		margin: 10px auto;
	}
	.services-right-top,.services-right-bottom{
		margin: 0 auto;
		width: 70%;
	}
	.team1 {
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.thumb-grid li {
		margin: 1%;
		width: 94.333%;
		margin-bottom: 20px;
	}
	.contact-inner-left h3, .contact-inner-right h3 {
		margin: 15px 0px;
		font-size: 19px;
	}
	.contact-inner-left h4 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.contact-inner-left .contact-between {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.agileinfo_footer_grid ul li {
		margin-bottom: 3px;
		line-height: 23px;
	}
	iframe {
		height: 300px;
	}
	.newsletter {
		width: 90%;
	}
	.subscribe p {
		width: 100%;
	}
	.footer-main1 h3 {
		font-size: 23px;
		letter-spacing: 1px;
	}
	.footer-main1 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}
	.social ul {
		float: none;
		text-align: center;
	}
}
@media (max-width:414px) {
	.banner h3 {
		top: 20%;
		font-size:10px;
		letter-spacing: 2px;
	}
	.banner h4 {
		font-size: 15px;
		top: 53%;
		left: 45%;
	}
	.heading h3 {
		font-size: 30px;
	}
	.services-left a {
		font-size: 15px;
		padding: 6px 15px;
	}
	.contact_form input[type="submit"] {
		padding: 7px;
		font-size: 13px;
	}
	.subscribe h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.wthree-model-video h2 {
		font-size: 19px;
	}
	.wthree-model-video h4 {
		margin: 8px auto 0;
	}
	.inner-team1:hover div.team-social {
		left: 68px;
	}
}
@media (max-width:384px) {
	.banner h3 {
		top: 20%;
		font-size:10px;
		letter-spacing: 1px;
	}
	.banner h4 {
		font-size: 15px;
		top: 51%;
	}
	.logo a h1 {
		right: 10px;
		top: 10px;
		font-size: 25px;
	}
	div p button {
		left: 10px;
		top: 10px;
	}
	.copyright-agile {
		padding: 20px;
	}
	.copyright-agile p {
		letter-spacing: 1px;
		line-height: 22px;
	}
	.about-grid1 h4 {
		font-size: 17px;
	}
	.wthree-model-video p{
		font-size:14px;
	}
	.inner-team1:hover div.team-social {
		left: 60px;
	}
}
@media (max-width:375px) {
	.footer-main2 {
		margin: 20px 0 0;
	}
	.callbacks_nav {
		height: 36px;
		width: 36px;
		background-size: 76px;
	}
}
@media (max-width:320px) {
	.banner h3 {
		top: 20%;
		font-size:10px;
		letter-spacing: 0px;
	}
	.banner h4 {
		font-size: 14px;
		top: 55%;
	}
	.services-right-top, .services-right-bottom {
		margin: 0 auto;
		width: 100%;
	}
	.team1 {
		width: 100%;
	}
	.contact_form textarea {
		font-size: 13px;
		padding: 10px 8px 8px;
		height: 100px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"] {
		font-size: 13px;
		padding: 10px 8px 8px;
		margin: 0 0 8px;
	}
	.overlay ul li a {
		font-size: 27px;
	}
	.overlay ul li {
		display: block;
		height: 20%;
		height: calc(60% / 5);
		min-height: 40px;
	}
	.wthree-model-video h2 {
		font-size: 19px;
		margin-top: 10px;
	}
	.overlay .overlay-close {
		right: 5px;
		top: 36px;
		background-size: 35px;
	}
}
/* //Responsive Design */
