@media screen and (min-width: 900px) and (max-width: 1980px) {
	#homebuttons {
		width: 100%;
		margin-top: 25px;
	}
	.button_Home {
	border: none;
	color: white;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	margin: 35px 20px;
	cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 5px solid white;
		margin-right: 4%;
	}

	.button4:hover {
		background-color: white;
		color: black;
		border: 3px solid white;
	}
}
@media screen and (max-width: 999px){
	.hero h1 {
	    position: absolute;
	    text-align: center;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
	    max-width: 100%;
	    font-family: "SmytheSansPro";
	    line-height: 45px;
	}
}
@media screen and (min-width: 1981px) {
	#homebuttons {
		margin: 0 3.5%;
		width: 100%;
		margin-top: 7%;
	}
	.button_Home {
	border: none;
	color: white;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	margin: 50px 20px;
	cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 5px solid white;
		margin-right: 4%;
	}
	
	.button4:hover {
		background-color: white;
		color: black;
		border: 3px solid white;
	}
}
@media screen and (max-width: 599px) {
	#homebuttons {
		margin: 0 3.5%;
		width: 100%;
		margin-top:7%;
	}
	.button_Home {
	border: none;
	color: white;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin: 35px 20px;
	cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 2px solid white;
		margin-right: 4%;
	}

	.button4:hover {
		background-color: white;
		color: black;
		border: 3px solid white;
	}
}
@media screen and (max-width: 599px) {
	.container_space {
		padding-top: 35px;
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 600px) {
	.container_space {
		padding-top: 35px;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 370px) and (max-width: 460px) {
	.container_space {
		padding-top: 35px;
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	.bottom_text_image {
		width: 100%;
		margin: 0 auto;
		opacity: 0.5;
	}
	.get_in_touch_text {
		margin-top: -25%;
	}
}
@media screen and (min-width: 768px) {
	.bottom_text_image {
		width: 100%;
		margin: 0 auto;
		opacity: 0.5;
	}
}
.grecaptcha-badge {
    width:0 !important;
}
@media screen and (max-width: 599px) {
	.yourClass {
		content:url("images/slideshow_text.png");
	}
}
@media screen and (max-width: 360px) and (max-height: 640px) {
	.yourClass {
		content:url("images/slideshow_text.png");
	}
	#homebuttons {
		margin: 0 3.5%;
		width: 100%;
		margin-top: 7%;
	}
	.button_Home {
		border: none;
		color: white;
		padding: -1px 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 8px;
		font-weight: bold;
		margin: 25px 20px;
		cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 2px solid white;
		margin-right: 4%;
	}
}
@media screen and (max-width: 780px) {
	.button_Home {
		border: none;
		color: white;
		padding: 5px 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		margin: 35px 20px;
		cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 3px solid white;
		margin-right: 4%;
	}
}
@media screen and (min-width: 600px) and (max-width:999px) {
  .yourClass {
	content:url("images/slideshow_text.png");
	padding: 0px 0px;
	margin: 0 auto;
  }
}
@media screen and (min-width: 900px) and (max-width: 1600px){
  	.button_Home {
		border: none;
		color: white;
		padding: 0px 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		margin: 35px 20px;
		cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 4px solid white;
		margin-right: 4%;
	}
}	
@media screen and (min-width: 1601px) and (max-width: 2000px){
 	.button_Home {
		border: none;
		color: white;
		padding: 0px 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		margin: 35px 20px;
		cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 3px solid white;
		margin-right: 4%;
	}
}	

@media screen and (min-width: 2001px){
	.button_Home {
		border: none;
		color: white;
		padding: 15px 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 65px;
		line-height: 65px;
		font-weight: bold;
		margin: 35px 20px;
		cursor: pointer;
	}
	.button4 {
		background-color: transparent;
		color: white;
		border: 6px solid white;
		margin-right: 4%;
	}
}		
@media screen and (max-width: 599px) {
	.custom_recent_work {
		margin-top: 10%;
  	}
}

@media screen and (min-width: 600px) {
  	.custom_recent_work {
		margin-top: 6%;
  	}
}

@media screen and (max-width: 677px) {
	.clnts_settings {
		margin: -20% auto;
	}
}

@media screen and (min-width: 678px) {
	.clnts_settings {
		margin: -6% auto;
	}
}
@media screen and (max-width: 450px) {
	h3 {
		font-size: 0.9em;
		line-height: 1.2em;
	}
	h2 {
		font-size: 1.9em;
		line-height: 1.2em;
	}
	.container {
		padding-top: 50px;
		margin-top: -30px;
	}
}
@media screen and (max-width: 599px) {
	h3 {
		font-size: 0.9em;
		line-height: 1.2em;
	}
	h2 {
		font-size: 1.9m;
		line-height: 1.2em;
	}
}
@media screen and (min-width: 600px) {
	h3 {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	h2 {
		font-size: 2.5em;
		line-height: 1.6em;
	}
}
.hero{
	height: 60vh !important;
}
input[type=text], select, textarea,input[type=email] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	color: black !important;
}
.submitButton {
	background-color: #000000!important;
	color: white;
	padding: 12px 20px!important;
	border: none!important;
	border-radius: 4px;
	cursor: pointer;
	/*margin-left: 45% !important;*/
}
@media screen and (min-width: 992px){
	.col-lg-5 {
		margin: 0 30%;
	}
}
input[type=submit]:hover {
    background-color: #000000;
}
label{
    display: inline-block;
    margin-bottom: .5rem;
    color: black;
    text-transform: uppercase;
}
/*Added by Divyang*/

/*Logo carousel*/
#cust {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#cust .cust-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#cust .cust-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#cust .cust-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
#cust .cust-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65); 
    opacity: 0.65;
}
#cust .cust-wrap ul li img:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); 
    opacity: 1.0;
}
.tech-slideshow {
    height: 150px;
    max-width: 3000%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.tech-slideshow > div {
    height: 150px;
    width: 1500px;
    /*background: url(images/logos_1.png);*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
    animation: moveSlideshow 8s linear infinite;
}
.tech-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 1s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
    opacity: 1;
}
@keyframes moveSlideshow {
    100% { 
        transform: translateX(-99.6666%);  
    }
}
.m20{
    margin: 20px; 
}
#recent-work.section{
    padding-bottom: 0px;
}
@keyframes moveSlideshow {
    100% { 
        transform: translateX(-30.6666%);  
    }
}
.section-heading strong{
    line-height: 1;
}
.watermark{
    position: relative;
    bottom: 150px;
    z-index: 0;
}
.vid{
    z-index: 99
}
.our_story{
    width:100%; 
    bottom: 0;
    margin-bottom: -60px;
    position: relative;
}
.recent_work{
    width:100%; 
    bottom: 0; 
    /*margin-bottom: -63px;*/
    position: relative;
}
#carouselExampleIndicators{
    margin-bottom: 40px;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
    .hero {
        min-height: 60vh !important;
        height: 300px !important;
    }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
    .watermark{
        position: relative;
        bottom: 110px;
        z-index: 0;
    }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
    .watermark{
        position: relative;
        bottom: 100px;
        z-index: 0;
    }
}
@media screen and (min-width: 320px) and (max-width:568px) {
    .watermark{
        position: relative;
        bottom: 80px;
        z-index: 0;
    }
    .social-footer .col-footer-2,.social-footer .col-footer-3{
        width: 50% !important;
    }
}
@media screen and (min-width: 320px) and (max-width:480px) {
    .watermark{
        position: relative;
        bottom: 80px;
        z-index: 0;
    }
    .social-footer .col-footer-2,.social-footer .col-footer-3{
        width: 50% !important;
    }
    .our_story{
        width:100%; 
        bottom: 5px; 
        margin-bottom: -65px;
        position: relative;
    }
    .recent_work{
        margin-bottom: 2px;
    }
    #carouselExampleIndicators{
        margin-bottom: 0px;;
    }
    .section-heading.h2{
        font-size: 1.6
    }
    #recent-work .col-lg-3.col-sm-6.animate_me{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width:240px) {
    .watermark{
        position: relative;
        bottom: 80px;
        z-index: 0;
    }
}
