@media only screen and (max-width:1366px){
  .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 769px){
	.img-button{
		font-size:12px;
		width:137px;
	}
	.abt-big{
		    margin-top: 0px;
	}
	.s-btn {
    position: absolute;
    bottom: 10%;
    left: 40%;
}
	.section-spacing{
		padding-top: 40px;
    padding-bottom: 40px;

	}
}
@media only screen and (max-width:600px){
  .section-spacing{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .logo{
    height: 55px;
  }
  #hero-banner{
    height: 85vh;
  }
  .abt-big {
    height: auto;
  }
  .side-banner {
    padding-left: 0;
    padding-top: 0;
  }
  .black-box {
    padding: 30px 15px;
  }
  .v-text h2 {
    writing-mode: unset;
  }
  .num-head {
    font-size: 80px;
  }
  .site-para {
    text-align: left;
  }
  .team-box {
    padding: 30px 0px;
  }
  .b-btn {
    left: 30%;
  }
  .inner-head-1 {
    font-size: 35px;
  }
  .site-button {
    padding: 15px 15px;
  }
  .careers-border {
    padding: 10px;
  }
  .contact-form {
    padding: 50px 16px;
  }
  .head-2 {
    font-size: 30px;
    line-height: 130%;
  }

  .hero-t {
    position: absolute;
    vertical-align: bottom;
    text-align: start;
    margin-left: 0px;
    left: 0%;
  }
.head-1 {
    font-size: 30px;
    line-height: 150%;}


#hero-banner {
  height: 55vh;
}

.p-btn{
  text-align: center;
}
.hero-head {
  font-size: 36px;
}



}

@media (max-width: 1200px){
	.head-2{
		font-size:36px;
	}
	.site-button{
		padding: 12px 20px;
	}
}



@media (min-width: 1200px) {
  .side-banner {
    padding: 60px;
  }
}

@media (max-width: 556px) {
	.head-6{
		font-size:16px;
	}
	.abt-big{
		margin-top:0px;
	}
	.s-btn{
		
    position: absolute;
    bottom: 10%;
    left: 35%;
}
	}
}
@media (min-width: 1500px) {
.carousel-caption {
  top: 500px;          /* distance from top */
  left: 100px;         /* distance from left */
  right: auto;        /* remove default centering */
  bottom: auto;       /* remove bottom positioning */
  text-align: left;   /* align text properly */
}
}
@media (max-width: 1024px) {
	.carousel-caption {
 top: 60px;          /* distance from top */
  left: 100px;         /* distance from left */
  right: auto;        /* remove default centering */
  bottom: auto;       /* remove bottom positioning */
  text-align: left;   /* align text properly */
}
	.head-1{
		font-size:30px;
	}
}



