

/* #Media Queries
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.clients a img {
    margin: 0 10px;
	}
	h2, h3, h4 {
    font-size: 32px;
	}
	.arrow_box , .arrow_box1{
    padding: 20px 20px;
	}
	.projects img {
    bottom: 14%;
    max-width: 400px;
}
.line , .line2 {
    width: 140px;
}

}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		nav ul li {
    padding: 0px 7px;
}
.banner h2 {
    font-size: 45px;
    line-height: 53px;
    padding-top: 80px;
}
.banner {
    min-height: 425px;
}
.service {
    text-align: center;
    padding: 50px 0;
}
h2, h3, h4 {
    font-size: 33px;
    line-height: 60px;
}
.product h2 {
    line-height: 42px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.product {
    min-height: 520px
}
.projects {
    padding: 50px 0;
}
.projects img {
    bottom: 25%;
    max-width: 400px;
}
.right {
    width: 75%;
 }
.left {
    width: 25%;
 }
 .projects a {
    margin-bottom: 30px;
 }
 .cluture {
    padding: 50px 0;
 }
 .line {
    width: 100px;
    left: 25%;
    top: 13%;
}
.line2 {
    width: 100px;
    right: 25%;
    top: 13%;
}
.testimonials {
    padding: 50px 0;
 }
 .arrow_box, .arrow_box1 {
    padding: 10px 10px;
    margin-top: 5px;
}
.contactus {
    padding: 30px 0;
}
.ldata {
    width: 15%;
}
.rdata {
    width: 85%;
}
footer p {
    margin-top: 0px;
}

		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.nav-collapse li {
    text-align: center;
}
nav ul li {
    padding: 5px 0px;
}
header {
    padding: 20px 0;
}
header.sticky {
    padding: 10px 0;
}
.mainbanner {
    padding-top: 90px;
}
.logo h1 a img {
    padding-top: 13px;
}
.banner h2 {
    font-size: 37px;
    line-height: 50px;
    padding-top: 60px;
}
.banner p {
    padding: 25px 0 33px;
}
.banner {
    min-height: 360px;
}
h2, h3, h4 {
    font-size: 25px;
    line-height: 45px;
}
.service {
    padding: 30px 0;
}
.service p {
    padding: 0px 0 40px;
}
.product {
    min-height: 450px;
}
.product h2 {
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product p {
    padding-bottom: 10px;
}
.product a {
    margin-top: 20px;
}
.projects {
    padding: 30px 0 30px;
}
#sixe{width:100%; text-align:left;}
.projects img {
    max-width: 300px;
}
.projects p.para {
    padding: 0px 0 30px;
}
.cluture {
    padding: 30px 0;
}
.testimonials {
    padding: 30px 0;
}
.clients {
    padding: 30px 0;
}
.contactus {
    padding: 30px 0;
}

		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 550px) and (max-width: 767px) {
		.line {
    width: 50px;
    left: 27%;
    top: 14%;
}
.line2 {
    width: 50px;
   right: 27%;
    top: 14%;
}
.cluture h3 {
    line-height: 28px;
}
.arrow_box , .arrow_box1 {
    padding: 10px;
    margin-top: 0;
}
.testimonials h3 {
    font-size: 15px;
    line-height: 21px;
}
.testimonials p {
    font-size: 14px;
    line-height: 24px;
}
.detials {
    padding: 30px 0;
}

.clients a img {
    margin: 10px 15px;
}
.ldata {
    width: 20%;
}
.detials h3 {
    font-size: 16px;
}
.detials p {
    word-break: break-all;
}
		}
	
	@media only screen and (min-width: 480px) and (max-width: 549px) {
		.line2 , .line{display:none;}
		.arrow_box:after {
			bottom: 100%;
	left: 50%;
	top:0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(249, 249, 249, 0);
	border-bottom-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
	margin-top: -45px;
				
		}
		.arrow_box1:after {
			top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(249, 249, 249, 0);
	border-top-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
				
		}
		.arrow_box1 {
    padding: 15px 15px;
    margin-bottom: 25px;
}
.arrow_box{
    padding: 15px 15px;
   }
   .clients a img {
    margin: 10px 5px;
   }
   footer p {
    margin-bottom: 10px;
    margin-top: 10px;
}
		}
		
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.line2 , .line{display:none;}
		.banner h2 {
    font-size: 22px;
    line-height: 30px;
 }
 .banner p {
    font-size: 18px;
 }
 .banner a {
    padding: 10px 0;
 }
 .banner {
    min-height: 300px;
}
h2, h3, h4 {
    font-size: 20px;
    line-height: 32px;
}
.service p {
    font-size: 18px;
}
.product a {
    padding: 10px 0;
}
.projects p.para {
    font-size: 18px;
}
.left span i {
    font-size: 26px;
	    top: 3px;
}
.left span {
    width: 40px;
    height: 40px;
}
.cluture p.para {
    font-size: 18px;
    padding: 0px 0 30px;
}
.cluture p {
    padding-bottom: 20px;
}
.testimonials p.para {
    font-size: 18px;
    padding: 0px 0 30px;
}
.arrow_box:after {
			bottom: 100%;
	left: 50%;
	top:0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(249, 249, 249, 0);
	border-bottom-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
	margin-top: -45px;
				
		}
		.arrow_box1:after {
			top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(249, 249, 249, 0);
	border-top-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
				
		}
		.arrow_box1 {
    padding: 15px 15px;
    margin-bottom: 25px;
}
.arrow_box{
    padding: 15px 15px;
	margin-top:0;
   }
   

.testimonials h3 {
    font-size: 18px;
    line-height: 24px;
}
.testimonials p {
    font-size: 16px;
    line-height: 22px;
}
.clients a img {
    margin: 15px auto;
    display: block;
}
.detials {
    padding: 30px 0;
}
 footer p {
    margin-bottom: 10px;
    margin-top: 10px;
}
		}

