*{
	margin: 0;
	padding: 0;
}
body
{
    
    
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.header{
  position: relative;
}
.img-fluid{
  max-width: 100%;
  height: auto;
}
.header-img
{
    
    border-bottom: 4px solid #fff;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
}
.center-title
{
	position: absolute;
	text-align: center;
	left: 50%;
	bottom: 10%;
    transform: translate(-50%,0%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
  padding: 20px;
}
.center-title .main-title
{
	color: #fff;
	font-weight: 400;
	font-size: 4vw;
	letter-spacing: 2px;
}
.center-title .desc-title
{
	font-weight: 400;
	font-size: 1rem;
	color: #fff;
}
@media screen and (max-width: 570px) {
  .center-title .main-title{font-size:5.7vw;}
  
}
/*side menu*/
.wrapper {
    
    position: relative;
    border-left: 40px solid rgba(255, 255, 255, 0);
    padding: 15px;
    color: #00000080;
    font-size: small;
    display: inline-block;
   
}
.wrapper h6 {
    font-size: 1rem;
    color: rgb(97, 97, 97);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -30px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}


/*end side menu*/
.who-we-are
{
  font-size: 1.7rem;
  font-weight: 200;
  color: #ba8b00 ;
  
}
.disc
{
  
  font-size: 2.7rem;
  font-weight: 700;
  color: #4e4e4e;
}
/*footer*/
.left {
  float: left;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ssss {
  box-sizing: border-box;
  min-width: 490px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 0 10px 90px 0;
  overflow: hidden;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  
  
}
#ssss * {
  box-sizing: border-box;
  
  font-size: 300;
}
#slide-f {
  width: 100%;
  height: 400px;
  background: url(img/f.jpg) center repeat ;
  color: #e9e9e9;
  padding: 40px;
  font-size: 1rem;
  font-weight: 200;
}

.contact
{
  position: absolute;
  color: #fff;
}

/*footer*/
.links ul a li
{
	
	font-weight: 400;
	color: #e9e9e9;
	font-size: .9rem;
	transition: .4s;
}
.links ul a li:hover
{
	
	margin-left: 15px;
	color: #bbbbbb;
	
}.links ul a 
{
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
}
/*end of footer*/
/*stay connected*/
@keyframes wiggle {
  0% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
  }
  50% {
    -webkit-transform: rotateZ(-2deg);
            transform: rotateZ(-2deg);
  }
  100% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.wrap {
  width: 90%;
  margin: 100px auto;
  text-align: center;
}

.social {
  font-size: 2.5em;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #abc;
}

#i {
  position: relative;
  top: 30px;
  margin: 0 10px;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
}
#i:hover {
  top: 5px;
}

.fa-facebook-f {
  color: #3B5998;
}

.fa-twitter {
  color: #09AEEC;
}

.fa-instagram {
  color: #DD2a7b;
}

.dr {
  color: #ea4c89;
}

.fa-skype {
  color: #00A5E6;
}

.fa-linkedin-in {
  color: #0077b5;
}

.apple {
  color: #ccc;
}
/*end stay connected*/
.come-in {
  transform: translateY(300px);
  animation: come-in 1.4s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/* start of enquire now */
.container p
{

	font-size: 1rem;
font-weight: 500;
	margin-bottom: 0;
}
.container h5{
  font-size: 1rem;
}
input[type=text] {
  width: 100%;
  padding: 5px 20px;
  
  margin: 0px 0px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

input[type=text]:focus {
  border: 2px solid #555;
}
input[type=tel] {
  width: 100%;
  padding: 5px 20px;
  
  margin: 0px 0px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

input[type=tel]:focus {
  border: 2px solid #555;
}
input[type=time] {
  width: 100%;
  padding: 5px 20px;
  
  margin: 0px 0px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

input[type=time]:focus {
  border: 2px solid #555;
}
input[type=date] {
  width: 100%;
  padding: 5px 20px;
  
  margin: 0px 0px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

input[type=date]:focus {
  border: 2px solid #555;
}
input[type=number] {
  width: 100%;
  padding: 5px 20px;
  
  margin: 0px 0px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

input[type=number]:focus {
  border: 2px solid #555;
}
input[type=submit] {
  width: 120px;
  padding: 12px 20px;
  background-color: #D1A34F;
  margin: 12px 0px;
  box-sizing: border-box;
  border: 0px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px; 	
    letter-spacing: 1px;
    
}
input[type=submit]:hover
{
	background-color: #B58D42;
}

select {
  width: 100%;
  padding: 6px 20px;
  
  margin: 0px 0px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

select:focus {
  border: 2px solid #555;
}
label
{
	margin-bottom: 0;
}
.w3-half-mod
{
	float:left;width:100%;text-align: left; padding-left: 5px;padding-right: 5px; padding-bottom: 15px;
}

.sector-details h
{
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: 500;
}

.error
{
  font-size: x-small;
  color: red;
}

.comment
{
  width: 100%;
  min-height: 120px;
  outline: none;
  resize: none;
  border: 1px solid #ccc;
  padding: 10px;
}
/*end of enquire now*/
.carousel
{
  -moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 50px rgba(1,1,1,0.5);
}
.img-size{
  width: 100%; /* You can set the dimensions to whatever you want */
  min-height: 500px;
  object-fit: cover;
}

.come-up {
  transform: translateY(150px);
  animation: come-in 1.4s ease forwards;
}
.come-up:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-up {
  to { transform: translateY(0); }
}

.come-left {
  transform: translateX(150px);
  animation: come-in 1.4s ease forwards;
}
.come-left:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-left {
  to { transform: translateY(0); }
}
.come-right {
  transform: translateX(-150px);
  animation: come-in 1.4s ease forwards;
}
.come-right:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-right {
  to { transform: translateY(0); }
}