*{margin:0;padding:0;box-sizing: border-box;font-family: arial;}

body, html {
  margin: 0;
  scroll-behavior: smooth;
  background: #101010;
}

@media only screen and (max-width: 425px){
	.logo img{
   width: 200px;
}

	#goToHome {
    width: 30px;
    height: 30px;
    display: none;
    position: fixed;
    top: 30px;
    right: 15px;
    border: none;
    outline: none;
    background-color: #ea6b14;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99999;
}

#goToHome:hover {
    background-color: #bbbbbb;
    color: black;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #ea6b14;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 60px;
    z-index: 99999;
}

#goToHome img {
    width: 20px;
    height: 20px;
}

.sidenav a {
    padding: 20px 8px 8px 32px;
    text-decoration: none;
    font-size: 100%;
    font-weight: 600;
    color: #000000;
    display: block;
    transition: 0.1s;
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav .logo{
    display: block;
    text-align: center;
	background: #262626;
	padding: 2vh 0;
}

.sidenav .logo h3{
   font-family: cooper black;
   color: green;
   font-size: 50px;
}

.sidenav .logo h3::first-letter {
    color: #cc5500;
  }

.sidenav .logo p{
    color:#ffffff ;
    font-size:12px; 
    font-family: Times New Roman, Times, serif;
}


/* -------------------- LANDING PAGE --------------------- */
 .desktop, #heroh-t {
        display: none;
    }
	 .side-menu .menu-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #cc5500;
        border-radius: 50%;
        cursor: pointer;
    }

    .side-menu .menu-icon:hover {
        width: 50px;
        height: 50px;
    }

    .side-menu .menu-icon img {
        width: 20px;
        height: 20px;
    }
#landing-page{
    height: 100vh;
    width: 100%;
    position: relative;  
    background-image: url("Images/b.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 animation: breath 30s linear infinite;
}
@keyframes breath {
  0%   { background-size: 100% 100vh; }
  50% { background-size: 150% 150vh; }
  100% { background-size: 100% 100vh; }
}

#landing-page .banner{
    background: rgba(0,0,0,0.75);
    height: 100vh;
    width: 100%;
}

#landing-page .banner nav{
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
}

#landing-page .banner nav .logo{
    display: block;
    text-align: center;
}

#landing-page .banner nav .logo h3{
   font-family: cooper black;
   color: green;
   font-size: 30px;
}

#landing-page .banner nav .logo h3::first-letter {
    color: #cc5500;
  }

#landing-page .banner nav .logo p{
    color:#ffffff ;
    font-size:8px; 
    font-family: Times New Roman, Times, serif;
}

#landing-page .banner nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

#landing-page .banner nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

#landing-page .banner nav ul li a::after {
    content: '';
    width: 0;
    height: 4px;
    background: #cc5500;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#landing-page .banner nav ul li a:hover {
    color: #cc5500;
}

#landing-page .banner nav ul li a:hover::after {
    width: 100%;
}

#landing-page .banner .hero {
    width: 100%;
    height: 80vh;
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;

}

#landing-page .banner .hero #heroh-m {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    padding-top: 30vh;
	margin-left:auto;
	margin-right:auto;
	opacity:1;
	transition-delay: 1s;
  transition-duration: 1.5s;
  
}
#landing-page .banner .hero p {
    font-size: 90%;
    color: #ffffff;
    padding: 5px 5%;
}
#herop{
	opacity:0;
	margin-top: 10vh;
	transition-delay: 2s;
  transition-duration: 1.5s;
}

#landing-page .banner .hero #herob {
    background:#ffffff ;
    width: 150px;
    height: 35px;
    font-size: 90%;
    color: #000000;
    padding: 10px;
    border-radius: 50px;
    border: none;
    margin: 20px;
	cursor: pointer;
	opacity:0;
	transition-delay: 3.5s;
  transition-duration: 2s;
}

#mySidenav p {

    position: absolute;
    left: 0;
    transition-delay: 3s;
    transition-duration: 3s;
    padding: 10px;
    padding-right: 2%;
    width: 95%;
    min-height:10vh;
    text-decoration: none;
    font-size: 80%;
    color: white;
    border-radius: 0 50px 50px 0;
     bottom:4vh;
    background-color: #008080;
  }
  
  #mySidenav2 p {
  
    position: absolute;
    left: 0;
    transition-delay: 3s;
    transition-duration: 3s;
    padding: 10px;
    width: 90%;
    height:4vh;
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    border-radius: 0 0 50px 0;
    bottom: 0vh;
    background-color: transparent;
	text-align: left;
  }

  /* ------------------------- ABOUT US SECTION ------------------------- */
  #about{
    height: auto;
    margin: 5vh 7%;
  }
  #about .row{
    min-height: 50vh;
    display: block;
    align-items: center;
    justify-content: center;
  }
  #about .row .left{
    min-height: 30vh;
    width: 100%;
  }
  #about .row .right{
   min-height: 30vh;
    width: 100%;
  }

  #about .row .left img{
    width: 100%;
    height: auto;
  }
  #about .row .right p{
    font-size: 12px;
    color: #ababab;
    padding: 15px 0;
  }
  #about .row .right h3{
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
  }

  #about .row .right button {
    background: #ffffff;
    width: 150px;
    height: 40px;
    font-size: 12px;
    color: #000000;
    padding: 13px;
    border-radius: 50px;
    border: none;
    margin: 10px 0;
	cursor: pointer;
}
#about .row .right button:hover {
    background: #008080;
}

#about #values{
    font-size: 110%;
    font-weight: bold;
    color: cyan;
    text-align: center;
    margin: 10vh 0 50px 0;
}

#about ul li{
    display: block;
    list-style: none;
    margin: 20px 50px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
}
#about ul li::first-letter {
    color: cyan;
    font-size: 15px;
    font-weight: 900;
  }

  .more-about-us{
    background: #202020;
    min-height: 70vh;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 10vh 10%;
  }

  .more-about-us .left{

    flex-basis: 100%;
   font-size: 100%;
   text-align: center;
   color: #ffffff;
   font-weight: 600;
   padding-bottom: 20px;
  }
 .more-about-us .right img{
    flex-basis: 100%;
   width: 80%;
  }
.stats{
    background: cyan;
    height: auto;
    margin: -10vh 15% 10vh 15%;
    border-radius: 10px;
}
  .stats .counters {
    padding: 3em 2em;
    background: 4193ff;
    color: #000000;
    text-align: center;
}

.stats .counters>div {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em 2em;
}

.stats .counter {
    position: relative;
}

.stats .counter h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.stats .counter h3 {
    font-size: 0.75em;
    font-weight: 500;
}

.stats .counter:not(:last-child)::before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 1px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
}
    .stats .counters>div {
        grid-template-columns: 1fr;
        row-gap: 5em;
    }

    .stats .counter:not(:last-child)::before {
        display: none;
    }


#clients ul li{
    display: inline-block;
    list-style: none;
    margin: 2vh 50px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
}
#clients ul li img{
    width: 100px;
	height: 100px;
}

/* ------------------------ SERVICES --------------------------------*/

#services{
	margin: 0 5%;
}
#services .heading{
	width: 30vh;
	height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cc5500;
	border-radius: 50%;
	margin: 15vh auto 0 auto;
}
#services .heading img{
	width: 15vh;
	height: 15vh;
}
#services .heading-services{
	color: #ffffff;
	font-size: 200%;
	margin: 5vh auto 10vh auto;
}

.services-list {
	min-height: 50vh;
	width: 100%;
        display: block;
        margin-bottom: 50px;
    }

    .services-list div {
		min-height: 50vh;
		 position: relative;
        overflow: hidden;
        background: #008080;
        padding: 10px;
        font-size: 80%;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
		margin: 5vh 0;
    }

    .services-list div img {
        width: auto;
        height: 60px;
        margin-bottom: 20px;
    }

    .services-list div h2 {
		min-height: 10vh;
        font-size: 250%;
        font-weight: 500;
		color: #ababab;
        margin-bottom: 15px;
		transition-delay: 1s;
        transition-duration: 1s;
    }
	
	 .services-list div p {
        min-height: 90%;
		transition-delay: 1s;
        transition-duration: 1s;
    }

    .services-list div:hover .learn-more {
        color:#ffffff ;
        background: #000000;
		transition-delay: 1s;
        transition-duration: 1s;
    }

    .learn-more {
		position: relative;
        color: #ffffff;
        background: #000000;
        margin-top: 20px;
        font-size: 12px;
        width: 150px;
        height: 40px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
		bottom: 0;
    }

    .services-list div:hover .learn-more:hover {
        color: #000000;
        background: #ffffff;
    }



 .services-list div .layer {
	 
        width: 100%;
        min-height: 100%; /* 50vh */
        background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.95),rgba(0, 0, 0, 1));
        border-radius: 4px;
        position: absolute;
        left: -100%;
        bottom: 0;
        overflow: hidden;
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        padding:25px;
        text-align: left;
        transition: 0.5s ease;
    }
	
	.services-list div .layer .closeLayer{		
		font-size: 40px;
		font-weight: 500;
		color: #ffffff;
		text-decoration: none;
		text-align: right;
	}
	.services-list div .layer .closeLayer:hover{
		color: #cc5500;
		transition: 0.5s;
	}
	
	.services-list div .layer p{
		font-size: 12px;
        font-weight: 500;
		color: #ffffff;
		 margin: 14vh 0 0 0;
		 text-align: center;
	}
	
	.services-list div h3 {
		
        font-size: 15px;
        font-weight: 600;
		color: #ffffff;
        margin: 14vh 0 10px 0;
    }
	
	.services-list div ul li {
		
        font-size: 13px;
        font-weight: 500;
		color: #ffffff;
        margin-bottom: 5px;
    }
	
	.what-we-do{
		color: #ffffff;
		font-size: 200%;
		font-weight: 900;
		text-align: center;
		margin: 20vh 5% 5vh 5%;
	}
	.services-a{
		color: #ffffff;
		font-size: 80%;
		margin-bottom: 20vh;
		
	}
	.services-a li{
		color: cyan;
		font-size: 100%;
		margin: 5vh 0%;
	}
	
	.services-a li span{
		color: #ffffff;
		font-size: 100%;
	}
	
	
	.decisions{
		width: 100%;
		min-height: auto;
		margin: 0 0 20vh 0;
	}
	.decisions h3{
	font-size: 100%;
	font-weight: 600;
	color: #ffffff;
}
	.decisions .head{
	width: 15vh;
	height: 15vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: cyan;
	border-radius: 50%;
}
.decisions .head img{
	width: 7vh;
	height: 7vh;
}
	.decisions h4{
		font-size: 20px;
		font-weight: 900;
		color: #ffffff;
		text-align: center;
		margin: 5vh 0;
	}
	/* The Slides */
 
#slideset2 {
	margin-top:5vh;
  height: 10vh;
  position: relative;
  overflow: hidden
}

#slideset2 p{
	color: #ffffff; 
	font-family: arial; 
	font-size:90%;
}
  
#slideset2 > * {
  position: absolute; 
  top: 100%; 
  left: 0;
  right:0;
  animation: 35s autoplay2 infinite ease-in-out
}


  
@keyframes autoplay2 {
  0% {top: 100%}
  5.833% {top: 0%}
  16.666% {top: 0%}
  22.499% {top: -100%}
  100% {top: -100%}
}

#slideset2 > *:nth-child(1) {animation-delay: 3;text-align:center;}
#slideset2 > *:nth-child(2) {animation-delay: 8s;float: right;}
#slideset2 > *:nth-child(3) {animation-delay: 14s}
#slideset2 > *:nth-child(4) {animation-delay: 20s}
#slideset2 > *:nth-child(5) {animation-delay: 26s}
#slideset2 > *:nth-child(6) {animation-delay: 32s}




	
	.why-choose-us{
		background: cyan;
		position: relative;
		width: 85%;
		min-height: 30vh;
		padding: 50px 10px;
		border-radius:10px;
		margin: 0 0 -20vh 0;
		z-index: 99;
	}
	
	.why-choose-us ul li{
		display: block;
    list-style: none;
    margin: -5px 0;
	}
	
	
	/* Rotating Icon */

.why-choose-us ul li .left-spin
{	
  margin-bottom: 0;
  
  width:50;
  height:50px;
  animation: rotateImg 5s linear infinite;
}

@keyframes rotateImg
{
  from 
  {
    transform: rotate(0deg);
  }
  to 
  {
    transform: rotate(360deg);
  }
}

.why-choose-us ul li .right-spin
{	
margin-right: 0;
  width:75px;
  height:75px;
  animation: rotateImg2 5s linear infinite;
}

@keyframes rotateImg2
{
  from 
  {
    transform: rotate(360deg);
  }
  to 
  {
    transform: rotate(0deg);
  }
}


	
	.why-choose-us h3{
		font-size: 100%;
		font-weight: 900;
		margin: 10px 0;
	}
	.why-choose-us p{
		font-size: 80%;
		padding: 10px;
	}
	.why-choose-us-bn{
		width: 100%;
        height: 100vh;
        background-image: url("Images/Why.jpg");
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	
	}
	.why-choose-us-bn .contents {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
		
    }
	
	 .choose-row{
		 width: 85%;
    min-height: 60vh;
background: cyan;
    display: block;
    align-items: center;
    justify-content: center;
	margin-top: -30vh;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	position: relative;
	z-index: 99;
  }
  .choose-row .left{
    min-height: 30vh;
    flex-basis: 100%;
  }
  .choose-row .right{
    min-height: 50vh;
    flex-basis: 100%;
	color: #000000;
  }

  .choose-row .left img{
    width: 100%;
    height: auto;
  }
  .choose-row .right p{
    font-size: 80%;
	font-weight: bold;
    color: #000000;
    padding: 2vh 5%;
  }
  
  .uncover{
	  color: #ffffff;
	  font-size: 100%;
	  font-weight: 600;
	  margin: 10vh 0 10px 0;
	  text-align: center;
  }
  
  .select-us{
	  color: #ffffff;
	  font-size: 75%;
	  margin: 10px 15% 10vh 15%;
	   text-align: center;
  }
  
  /* ------------------- CONTACT SECTION -------------------------- */
  #contact .heading{
	width: 30vh;
	height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #008080;
	border-radius: 50%;
	margin: 10vh 0 0 0;
}
#contact .heading img{
	width: 15vh;
	height: 15vh;
}

    #contact {
        margin: 0 5% 40vh 5%;
    }

    .contact-section-heading {
        position: relative;
    }
	
	#contact .contact .row{
		display: block;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

    .contact-left {
        flex-basis: 100%;
        transform: translateY(10vh);
    }

    .contact-right {
        flex-basis: 100;
        transform: translateY(20vh);
    }

    .contact-card {
        width: 300px;
    }

    .contact-left .contact-card h4 {
        font-size: 15px;
        color: #ababab;
        font-weight: 600;
        text-align: center;
    }

    .contact-left .contact-card p {
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        margin: 10px;
        text-align: center;
    }

    .contact-left .contact-card img {
        width: 55%;
        margin-top: 10px;
        border-radius: 50%;
    }

    .contact-left .contact-card .contact-icons-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left {
        flex-basis: 50%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right {
        flex-basis: 50%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div:hover,
    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div:hover {
        background: #cc5500;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    .contact-left .contact-card .contact-icons-container p {
        font-size: 11px;
    }

    .contact-left .contact-card .longer {
        background: #cc5500;
        width: 100%;
        height: 15vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .contact-left .contact-card .longer .contact-icons-container-right .google-map {
        width: 100%;
        height: 15vh;
        background: #cc5500;
        margin-left: auto;
        margin-right: auto;

    }

    .contact-left .contact-card .longer .contact-icons-container-right .google-map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .contact-left .contact-card .location {
        background: transparent;
        height: 12vh;
        width: 12vh;
        border-radius: 50%;
        margin-top: -13vh;
    }

    .contact-left .contact-card .contact-icons-container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 2vh 0;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social {
        flex-basis: 33%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social p {
        font-size: 10px;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div:hover {
        background: #cc5500;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .ld ,
	.contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .fb {
        width: 40px;
        height: 40px;
        margin: auto;
    }
	 
	.contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .twitter {
        width: 35px;
        height: 35px;
        margin: auto;
    }

    .contact-left .contact-card button {
        width: auto;
        text-decoration: underline;
        font-size: 15px;
        font-weight: 600;
        color: #cc5500;
        border-radius: 3px;
        background: #000000;
        border: 1px solid #000000;
        margin-top: 20px;
        cursor: pointer;
        transition: 0.5s;
    }

    .contact-left .contact-card button:hover {
        background: #000000;
        color: #ababab;
    }

    .contact-right h4 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .contact-right .contact h2 {
        font-size: 300%;
		color: #ffffff;
		text-align: center;
    }

    .contact-right form {
        margin-top: 30px;
        width: 100%;
    }

    .contact-right form textarea,
    form input {
        width: 100%;
        border: 0;
        outline: none;
        background: #262626;
        padding: 15px;
        margin: 7px 0;
        color: #ffffff;
        font-size: 15px;
        border-radius: 5px;
    }

    .contact-right form textarea {
        height: 260px;
        resize: none;
    }

    .contact-right form .input-box {
        display: block;
        justify-content: space-between;
    }

    .contact-right form .input-box .input-field {
        width: 100%;
    }

    .contact-right button {
        width: 200px;
        font-size: 12px;
        padding: 15px;
        border-radius: 5px;
        background: #ffffff;
        border: none;
        margin-top: 18px;
        cursor: pointer;
        transition: 0.5s;
    }

    .contact-right button:hover {
        background: #cc5500;
    }
.contact-right .buttonload {
    background-color: #cc5500;
    /* Green background */
    border: none;
    /* Remove borders */
    color: #000000;
    /* White text */
    padding: 12px 24px;
    /* Some padding */
    font-size: 20px;
    /* Set a font-size */
    display: none;
}
	#show-1, #show-5{
		transition-delay: 0s;
	}
	#show-2, #show-6{
		transition-delay: 0.25s;
	}
	#show-3, #show-7{
		transition-delay: 0.5s;
	}
	#show-4{
		transition-delay: 1s;
	}
	
	.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    width: 0;
    opacity: 0;
    transition: all 1s ease;
}

.reveal2.active2 {
    width: 100%;
    opacity: 1;
}

.reveal3 {
    position: relative;
    left: -30%;
    opacity: 0;
	transition-delay: 0.5s;
    transition-duration: 1.5s;
}

.reveal3.active3 {
    left: 0;
    opacity: 1;
}

}

@media only screen and (min-width: 426px) and (max-width: 1023px) {
	
.logo img{
   width: 300px;
}

.sidenav .logo img{
   width: 200px;
}


	#goToHome {
    width: 30px;
    height: 30px;
    display: none;
    position: fixed;
    top: 20px;
    right: 15px;
    border: none;
    outline: none;
    background-color: #ea6b14;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
}

#goToHome:hover {
    background-color: #bbbbbb;
    color: black;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #ea6b14;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 60px;
    z-index: 99999;
}

#goToHome img {
    width: 20px;
    height: 20px;
}

.sidenav a {
    padding: 20px 8px 8px 32px;
    text-decoration: none;
    font-size: 100%;
    font-weight: 600;
    color: #000000;
    display: block;
    transition: 0.1s;
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav .logo{
    display: block;
    text-align: center;
	background: #262626;
	padding: 2vh 0;
}


/* -------------------- LANDING PAGE --------------------- */
 .desktop, #heroh-m {
        display: none;
    }
	 .side-menu .menu-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #cc5500;
        border-radius: 50%;
        cursor: pointer;
    }

    .side-menu .menu-icon:hover {
        width: 50px;
        height: 50px;
    }

    .side-menu .menu-icon img {
        width: 20px;
        height: 20px;
    }
#landing-page{
    height: 100vh;
    width: 100%;
    position: relative;  
    background-image: url("Images/b.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 animation: breath 30s linear infinite;
}
@keyframes breath {
  0%   { background-size: 100% 100vh; }
  50% { background-size: 150% 150vh; }
  100% { background-size: 100% 100vh; }
}

#landing-page .banner{
    background: rgba(0,0,0,0.75);
    height: 100vh;
    width: 100%;
}

#landing-page .banner nav{
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
}

#landing-page .banner nav .logo{
    display: block;
    text-align: center;
}

#landing-page .banner nav .logo h3{
   font-family: cooper black;
   color: green;
   font-size: 40px;
}

#landing-page .banner nav .logo h3::first-letter {
    color: #cc5500;
  }

#landing-page .banner nav .logo p{
    color:#ffffff ;
    font-size:10px; 
    font-family: Times New Roman, Times, serif;
}

#landing-page .banner nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

#landing-page .banner nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

#landing-page .banner nav ul li a::after {
    content: '';
    width: 0;
    height: 4px;
    background: #cc5500;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#landing-page .banner nav ul li a:hover {
    color: #cc5500;
}

#landing-page .banner nav ul li a:hover::after {
    width: 100%;
}

#landing-page .banner .hero {
    width: 100%;
    height: 80vh;
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;

}

#landing-page .banner .hero #heroh-t {
    font-size: 5px;
    font-weight: 900;
    color: #ffffff;
    padding-top: 20vh;
	margin-left:auto;
	margin-right:auto;
	opacity:0;
	transition-delay: 1s;
  transition-duration: 1.5s;
}
#landing-page .banner .hero p {
    font-size: 75%;
    color: #ffffff;
    padding: 5px 9%;
}
#herop{
	opacity:0;
	margin-top: 10vh;
	transition-delay: 2s;
  transition-duration: 1.5s;
}

#landing-page .banner .hero #herob {
    background:#ffffff ;
    width: 150px;
    height: 35px;
    font-size: 90%;
    color: #000000;
    padding: 10px;
    border-radius: 50px;
    border: none;
    margin: 20px;
	cursor: pointer;
	opacity:0;
	transition-delay: 3.5s;
  transition-duration: 2s;
}

#mySidenav p {

    position: absolute;
    left: 0;
    transition-delay: 3s;
    transition-duration: 3s;
    padding: 10px;
    padding-right: 2%;
    width: 95%;
    min-height:10vh;
    text-decoration: none;
    font-size: 80%;
    color: white;
    border-radius: 0 50px 50px 0;
     bottom:4vh;
    background-color: #008080;
  }
  
  #mySidenav2 p {
  
    position: absolute;
    left: 0;
    transition-delay: 3s;
    transition-duration: 3s;
    padding: 10px;
    width: 90%;
    height:4vh;
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    border-radius: 0 0 50px 0;
    bottom: 0vh;
    background-color: transparent;
	text-align: left;
  }

  /* ------------------------- ABOUT US SECTION ------------------------- */
  #about{
    height: auto;
    margin: 5vh 12%;
  }
  #about .row{
    min-height: 50vh;
    display: block;
    align-items: center;
    justify-content: center;
  }
  #about .row .left{
    min-height: 30vh;
    width: 100%;
  }
  #about .row .right{
   min-height: 30vh;
    width: 100%;
  }

  #about .row .left img{
    width: 100%;
    height: auto;
  }
  #about .row .right p{
    font-size: 12px;
    color: #ababab;
    padding: 15px 0;
  }
  #about .row .right h3{
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
  }

  #about .row .right button {
    background: #ffffff;
    width: 150px;
    height: 40px;
    font-size: 12px;
    color: #000000;
    padding: 13px;
    border-radius: 50px;
    border: none;
    margin: 10px 0;
	cursor: pointer;
}
#about .row .right button:hover {
    background: #008080;
}

#about #values{
    font-size: 110%;
    font-weight: bold;
    color: cyan;
    text-align: center;
    margin: 10vh 0 50px 0;
}

#about ul li{
    display: block;
    list-style: none;
    margin: 20px 50px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
}
#about ul li::first-letter {
    color: cyan;
    font-size: 15px;
    font-weight: 900;
  }

  .more-about-us{
    background: #202020;
    min-height: 70vh;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 10vh 10%;
  }

  .more-about-us .left{

    flex-basis: 100%;
   font-size: 100%;
   text-align: center;
   color: #ffffff;
   font-weight: 600;
   padding-bottom: 20px;
  }
 .more-about-us .right img{
    flex-basis: 100%;
   width: 80%;
  }
.stats{
    background: cyan;
    height: auto;
    margin: -10vh 20% 20vh 20%;
    border-radius: 10px;
}
  .stats .counters {
    padding: 3em 2em;
    background: 4193ff;
    color: #000000;
    text-align: center;
}

.stats .counters>div {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em 2em;
}

.stats .counter {
    position: relative;
}

.stats .counter h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.stats .counter h3 {
    font-size: 0.75em;
    font-weight: 500;
}

.stats .counter:not(:last-child)::before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 1px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
}
    .stats .counters>div {
        grid-template-columns: 1fr;
        row-gap: 5em;
    }

    .stats .counter:not(:last-child)::before {
        display: none;
    }


#clients ul li{
    display: inline-block;
    list-style: none;
    margin: 5vh 50px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
}
#clients ul li img{
    width: 100px;
	height: 100px;
}

/* ------------------------ SERVICES --------------------------------*/

#services{
	margin: 0 15%;
}
#services .heading{
	width: 30vh;
	height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cc5500;
	border-radius: 50%;
	margin: 25vh auto 0 auto;
}
#services .heading img{
	width: 15vh;
	height: 15vh;
}
#services .heading-services{
	color: #ffffff;
	font-size: 200%;
	margin: 5vh auto 15vh auto;
}

.services-list {
	min-height: 50vh;
	width: 100%;
        display: block;
        margin-bottom: 50px;
    }

    .services-list div {
		min-height: 50vh;
		 position: relative;
        overflow: hidden;
        background: #008080;
        padding: 30px;
        font-size: 80%;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
		margin: 5vh 0;
    }

    .services-list div img {
        width: auto;
        height: 60px;
        margin-bottom: 20px;
    }

    .services-list div h2 {
		min-height: 10vh;
        font-size: 250%;
        font-weight: 500;
		color: #ababab;
        margin-bottom: 15px;
		transition-delay: 1s;
        transition-duration: 1s;
    }
	
	 .services-list div p {
        min-height: 80%;
		color: #ffffff;
		transition-delay: 1s;
        transition-duration: 1s;
    }

    .services-list div:hover .learn-more {
        color:#ffffff ;
        background: #000000;
		transition-delay: 1s;
        transition-duration: 1s;
    }

    .learn-more {
		position: relative;
        color: #ffffff;
        background: #000000;
        margin-top: 20px;
        font-size: 12px;
        width: 150px;
        height: 40px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
		bottom: 0;
    }

    .services-list div:hover .learn-more:hover {
        color: #000000;
        background: #ffffff;
    }



 .services-list div .layer {
	 
        width: 100%;
        min-height: 100%; /* 50vh */
        background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.95),rgba(0, 0, 0, 1));
        border-radius: 4px;
        position: absolute;
        left: -100%;
        bottom: 0;
        overflow: hidden;
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        padding:25px;
        text-align: left;
        transition: 0.5s ease;
    }
	
	.services-list div .layer .closeLayer{		
		font-size: 40px;
		font-weight: 500;
		color: #ffffff;
		text-decoration: none;
		text-align: right;
	}
	.services-list div .layer .closeLayer:hover{
		color: #cc5500;
		transition: 0.5s;
	}
	
	.services-list div .layer p{
		font-size: 12px;
        font-weight: 500;
		color: #ffffff;
		 margin: 14vh 0 0 0;
		 text-align: center;
	}
	
	.services-list div h3 {
		
        font-size: 15px;
        font-weight: 600;
		color: #ffffff;
        margin: 14vh 0 10px 0;
    }
	
	.services-list div ul li {
		
        font-size: 13px;
        font-weight: 500;
		color: #ffffff;
        margin-bottom: 5px;
    }
	
	.what-we-do{
		color: #ffffff;
		font-size: 210%;
		font-weight: 900;
		margin: 20vh 10% 5vh 10%;
	}
	.services-a{
		color: #ffffff;
		margin-bottom: 20vh;
		
	}
	.services-a li{
		color: cyan;
		font-size: 100%;
		margin: 5vh 0%;
	}
	
	.services-a li span{
		color: #ffffff;
		font-size: 100%;
	}
	
	
	.decisions{
		width: 100%;
		min-height: auto;
		margin: 0 0 20vh 0;
	}
	.decisions h3{
	font-size: 100%;
	font-weight: 600;
	color: #ffffff;
}
	.decisions .head{
	width: 15vh;
	height: 15vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: cyan;
	border-radius: 50%;
}
.decisions .head img{
	width: 7vh;
	height: 7vh;
}
	.decisions h4{
		font-size: 20px;
		font-weight: 900;
		color: #ffffff;
		text-align: center;
		margin: 5vh 0;
	}
	/* The Slides */
 
#slideset2 {
	margin-top:5vh;
  height: 10vh;
  position: relative;
  overflow: hidden
}

#slideset2 p{
	color: #ffffff; 
	font-family: arial; 
	font-size:17px;"
}
  
#slideset2 > * {
  position: absolute; 
  top: 100%; 
  left: 0;
  right:0;
  animation: 35s autoplay2 infinite ease-in-out
}


  
@keyframes autoplay2 {
  0% {top: 100%}
  5.833% {top: 0%}
  16.666% {top: 0%}
  22.499% {top: -100%}
  100% {top: -100%}
}

#slideset2 > *:nth-child(1) {animation-delay: 3;text-align:center;}
#slideset2 > *:nth-child(2) {animation-delay: 8s;float: right;}
#slideset2 > *:nth-child(3) {animation-delay: 14s}
#slideset2 > *:nth-child(4) {animation-delay: 20s}
#slideset2 > *:nth-child(5) {animation-delay: 26s}
#slideset2 > *:nth-child(6) {animation-delay: 32s}




	
	.why-choose-us{
		background: cyan;
		position: relative;
		width: 75%;
		min-height: 30vh;
		padding: 75px 10px;
		border-radius:10px;
		margin: 0 0 -20vh 0;
		z-index: 99;
	}
	
	.why-choose-us ul li{
		display: block;
    list-style: none;
    margin: -5px 0;
	}
	
	
	/* Rotating Icon */

.why-choose-us ul li .left-spin
{	
  margin-bottom: 0;
  
  width:50;
  height:50px;
  animation: rotateImg 5s linear infinite;
}

@keyframes rotateImg
{
  from 
  {
    transform: rotate(0deg);
  }
  to 
  {
    transform: rotate(360deg);
  }
}

.why-choose-us ul li .right-spin
{	
margin-right: 0;
  width:75px;
  height:75px;
  animation: rotateImg2 5s linear infinite;
}

@keyframes rotateImg2
{
  from 
  {
    transform: rotate(360deg);
  }
  to 
  {
    transform: rotate(0deg);
  }
}


	
	.why-choose-us h3{
		font-size: 100%;
		font-weight: 900;
		margin: 10px 0;
	}
	.why-choose-us p{
		font-size: 80%;
		padding: 15px;
	}
	.why-choose-us-bn{
		width: 100%;
        height: 100vh;
        background-image: url("Images/Why.jpg");
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	
	}
	.why-choose-us-bn .contents {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
		
    }
	
	 .choose-row{
		 width: 78%;
    min-height: 60vh;
background: cyan;
    display: block;
    align-items: center;
    justify-content: center;
	margin-top: -30vh;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	position: relative;
	z-index: 99;
  }
  .choose-row .left{
    min-height: 40vh;
    flex-basis: 100%;
  }
  .choose-row .right{
    min-height: 50vh;
    flex-basis: 100%;
	color: #000000;
  }

  .choose-row .left img{
    width: 100%;
    height: auto;
  }
  .choose-row .right p{
    font-size: 80%;
	font-weight: bold;
    color: #000000;
    padding: 2vh 3%;
  }
  
  .uncover{
	  color: #ffffff;
	  font-size: 100%;
	  font-weight: 600;
	  margin: 10vh 0 10px 0;
	  text-align: center;
  }
  
  .select-us{
	  color: #ffffff;
	  font-size: 75%;
	  margin: 10px 15% 10vh 15%;
	   text-align: center;
  }
  
  /* ------------------- CONTACT SECTION -------------------------- */
  #contact .heading{
	width: 30vh;
	height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #008080;
	border-radius: 50%;
	margin: 10vh 0 0 0;
}
#contact .heading img{
	width: 15vh;
	height: 15vh;
}

    #contact {
        margin: 0 10vh 50vh 10vh;
    }

    .contact-section-heading {
        position: relative;
    }
	
	#contact .contact .row{
		display: block;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

    .contact-left {
        flex-basis: 100%;
        transform: translateY(10vh);
    }

    .contact-right {
        flex-basis: 100;
        transform: translateY(20vh);
    }

    .contact-card {
        width: 325px;
    }

    .contact-left .contact-card h4 {
        font-size: 15px;
        color: #ababab;
        font-weight: 600;
        text-align: center;
    }

    .contact-left .contact-card p {
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        margin: 10px;
        text-align: center;
    }

    .contact-left .contact-card img {
        width: 55%;
        margin-top: 10px;
        border-radius: 50%;
    }

    .contact-left .contact-card .contact-icons-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left {
        flex-basis: 50%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right {
        flex-basis: 50%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div:hover,
    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div:hover {
        background: #cc5500;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    .contact-left .contact-card .contact-icons-container p {
        font-size: 11px;
    }

    .contact-left .contact-card .longer {
        background: #cc5500;
        width: 100%;
        height: 15vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .contact-left .contact-card .longer .contact-icons-container-right .google-map {
        width: 100%;
        height: 15vh;
        background: #cc5500;
        margin-left: auto;
        margin-right: auto;

    }

    .contact-left .contact-card .longer .contact-icons-container-right .google-map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .contact-left .contact-card .location {
        background: transparent;
        height: 12vh;
        width: 12vh;
        border-radius: 50%;
        margin-top: -13vh;
    }

    .contact-left .contact-card .contact-icons-container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 2vh 0;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social {
        flex-basis: 33%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social p {
        font-size: 10px;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div:hover {
        background: #cc5500;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .ld ,
	.contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .fb {
        width: 40px;
        height: 40px;
        margin: auto;
    }
	 
	.contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .twitter {
        width: 35px;
        height: 35px;
        margin: auto;
    }

    .contact-left .contact-card button {
        width: auto;
        text-decoration: underline;
        font-size: 15px;
        font-weight: 600;
        color: #cc5500;
        border-radius: 3px;
        background: #000000;
        border: 1px solid #000000;
        margin-top: 20px;
        cursor: pointer;
        transition: 0.5s;
    }

    .contact-left .contact-card button:hover {
        background: #000000;
        color: #ababab;
    }

    .contact-right h4 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .contact-right .contact h2 {
        font-size: 300%;
		color: #ffffff;
		text-align: center;
    }

    .contact-right form {
        margin-top: 30px;
        width: 100%;
    }

    .contact-right form textarea,
    form input {
        width: 100%;
        border: 0;
        outline: none;
        background: #262626;
        padding: 15px;
        margin: 7px 0;
        color: #ffffff;
        font-size: 15px;
        border-radius: 5px;
    }

    .contact-right form textarea {
        height: 260px;
        resize: none;
    }

    .contact-right form .input-box {
        display: flex;
        justify-content: space-between;
    }

    .contact-right form .input-box .input-field {
        width: 49%;
    }

    .contact-right button {
        width: 200px;
        font-size: 12px;
        padding: 15px;
        border-radius: 5px;
        background: #ffffff;
        border: none;
        margin-top: 18px;
        cursor: pointer;
        transition: 0.5s;
    }

    .contact-right button:hover {
        background: #cc5500;
    }
.contact-right .buttonload {
    background-color: #cc5500;
    /* Green background */
    border: none;
    /* Remove borders */
    color: #000000;
    /* White text */
    padding: 12px 24px;
    /* Some padding */
    font-size: 20px;
    /* Set a font-size */
    display: none;
}
	#show-1, #show-5{
		transition-delay: 0s;
	}
	#show-2, #show-6{
		transition-delay: 0.25s;
	}
	#show-3, #show-7{
		transition-delay: 0.5s;
	}
	#show-4{
		transition-delay: 1s;
	}
	
	.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    width: 0;
    opacity: 0;
    transition: all 1s ease;
}

.reveal2.active2 {
    width: 100%;
    opacity: 1;
}

.reveal3 {
    position: relative;
    left: -30%;
    opacity: 0;
	transition-delay: 0.5s;
    transition-duration: 1.5s;
}

.reveal3.active3 {
    left: 0;
    opacity: 1;
}

}

@media only screen and (max-width: 679px){

    /*---------------- FOOTERS --------------*/
    footer {
        width: 100%;
        background: #262626;
        padding: 10vh 5%;
		text-align: center;
    }

    .top-footer,
    .bottom-footer {

        margin: 0 10%;
        color: #ababab;
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .top-footer h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }

    footer .logo{
    display: block;
    text-align: center;
}

footer .logo h3{
   font-family: cooper black;
   color: green;
   font-size: 40px;
}
footer .logo p{
   color: #ffffff;
   font-size: 10px;
}

footer .logo h3::first-letter {
    color: #cc5500;
  }


    footer .column1 .copyright {
        font-size: 11px;
        margin-top: 4vh;
    }

    footer .column1 .copyright a {
        font-size: 12px;
        font-weight: 600;
        color: #ababab;
    }

    footer .column1 .copyright:hover a {
        color: #cc5500;
    }

    footer .column2 {
        margin-top: 5vh;
    }

    footer .column2 ul {
        list-style: none;
        font-size: 13px;
        margin-top: 5vh;
    }

    footer .column2 ul li {
        margin-top: 1vh;
    }

    footer .column2 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }

    footer .column2 ul li a:hover {
        color: #cc5500;
    }

    footer .column2 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }

    footer .column2 ul li .icon:hover {
        background: #cc5500;
    }

    footer .column2 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    footer .column3 {
        margin-top: 5vh;
        width: 100%;
        text-align: center;
    }

    footer .column3 h4 {
        font-size: 25px;
        font-weight: 600;
        color: #ffffff;
    }

    footer .column3 ul {
        list-style: none;
        font-size: 12px;
        margin-top: 5vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .column3 ul li {
        margin-top: 1vh;
    }

    footer .column3 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }

    footer .column3 ul li a:hover {
        color: #cc5500;
    }

    footer .column3 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }

    footer .column3 ul li .icon:hover {
        background: #cc5500;
    }

    footer .column3 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }
}

@media only screen and (min-width: 680px) and (max-width: 1023px) {

    /*---------------- FOOTERS --------------*/
    footer {
        width: 100%;
        background: #262626;
        padding: 10vh 5%;
    }

    .top-footer,
    .bottom-footer {

        margin: 0 10%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .top-footer h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }

    footer .logo{
    display: block;
    text-align: center;
}

footer .logo h3{
   font-family: cooper black;
   color: green;
   font-size: 50px;
}
footer .logo p{
   color: #ffffff;
   font-size: 10px;
}

footer .logo h3::first-letter {
    color: #cc5500;
  }


    footer .column1 .copyright {
        font-size: 11px;
        margin-top: 4vh;
    }

    footer .column1 .copyright a {
        font-size: 12px;
        font-weight: 600;
        color: #ababab;
    }

    footer .column1 .copyright:hover a {
        color: #cc5500;
    }

    footer .column2 {
        margin-top: 5vh;
    }

    footer .column2 ul {
        list-style: none;
        font-size: 13px;
        margin-top: 5vh;
    }

    footer .column2 ul li {
        margin-top: 1vh;
    }

    footer .column2 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }

    footer .column2 ul li a:hover {
        color: #cc5500;
    }

    footer .column2 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }

    footer .column2 ul li .icon:hover {
        background: #cc5500;
    }

    footer .column2 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    footer .column3 {
        margin-top: 5vh;
        width: 100%;
        text-align: center;
    }

    footer .column3 h4 {
        font-size: 25px;
        font-weight: 600;
        color: #ffffff;
    }

    footer .column3 ul {
        list-style: none;
        font-size: 12px;
        margin-top: 5vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .column3 ul li {
        margin-top: 1vh;
    }

    footer .column3 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }

    footer .column3 ul li a:hover {
        color: #cc5500;
    }

    footer .column3 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }

    footer .column3 ul li .icon:hover {
        background: #cc5500;
    }

    footer .column3 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }
}

@media only screen and (min-width: 1024px) {
	
.logo img{
   width: 300px;
   padding-top: 10px;
}

.sidenav .logo img{
   width: 200px;
}

	
	#goToHome {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    top: 25px;
    right: 25px;
    border: none;
    outline: none;
    background-color: #ea6b14;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
}

#goToHome:hover {
    background-color: #bbbbbb;
    color: black;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #ea6b14;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 60px;
    z-index: 99999;
}

#goToHome img {
    width: 20px;
    height: 20px;
}

.sidenav a {
    padding: 20px 8px 8px 32px;
    text-decoration: none;
    font-size: 100%;
    font-weight: 600;
    color: #000000;
    display: block;
    transition: 0.1s;
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav .logo{
    display: block;
    text-align: center;
	background: #262626;
	padding: 2vh 0;
}

/* -------------------- LANDING PAGE --------------------- */

.menu-icon,
    .mobile, .ipad {
        display: none;
    }
	
#landing-page{
    height: 100vh;
    width: 100%;
    position: relative;  
    background-image: url("Images/b.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 animation: breath 30s linear infinite;
}
@keyframes breath {
  0%   { background-size: 100% 100vh; }
  50% { background-size: 150% 150vh; }
  100% { background-size: 100% 100vh; }
}

#landing-page .banner{
    background: rgba(0,0,0,0.75);
    height: 100vh;
    width: 100%;
}

#landing-page .banner nav{
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
}

#landing-page .banner nav .logo{
    display: block;
    text-align: center;
}
#landing-page .banner nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

#landing-page .banner nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

#landing-page .banner nav ul li a::after {
    content: '';
    width: 0;
    height: 4px;
    background: #cc5500;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#landing-page .banner nav ul li a:hover {
    color: #cc5500;
}

#landing-page .banner nav ul li a:hover::after {
    width: 100%;
}

#landing-page .banner .hero {
    width: 100%;
    height: 80vh;
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;

}

#landing-page .banner .hero #heroh {
    font-size: 5vw;
    font-weight: 900;
    color: #ffffff;
    padding-top: 20vh;
	margin-left:auto;
	margin-right:auto;
	opacity:0;
	transition-delay: 1s;
  transition-duration: 1.5s;
}
.typed {
  overflow: hidden;
  white-space: nowrap;
  border-right: 5px solid;
  width: 0;
  animation: typing 3s steps(30, end) forwards, blinking 1s infinite;
}
  
@keyframes typing {
  from { width: 10% }
  to { width: 100% }
}
@keyframes blinking {
  0% {border-right-color: transparent}
  50% {border-right-color: transparent;}
  100% {border-right-color: transparent}
}
#landing-page .banner .hero p {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
}
#herop{
	opacity:0;
	margin-top: 10vh;
	transition-delay: 2s;
  transition-duration: 1.5s;
}

#landing-page .banner .hero #herob {
    background:#ffffff ;
    width: 200px;
    height: 50px;
    font-size: 14px;
    color: #000000;
    padding: 15px;
    border-radius: 50px;
    border: none;
    margin: 20px;
	cursor: pointer;
	opacity:0;
	transition-delay: 3.5s;
  transition-duration: 2s;
}
#mySidenav p {

    position: absolute;
    left: 0;
    transition-delay: 3s;
    transition-duration: 3s;
    padding: 10px;
    padding-right: 2%;
    width: 50%;
    min-height:10vh;
    text-decoration: none;
    font-size: 12px;
    color: white;
    border-radius: 0 50px 50px 0;
     bottom:4vh;
    background-color: #008080;
  }
  
  #mySidenav2 p {
  
    position: absolute;
    left: 0;
    transition-delay: 3s;
    transition-duration: 3s;
    padding: 10px;
    width: 50%;
    height:4vh;
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    border-radius: 0 0 50px 0;
    bottom: 0vh;
    background-color: transparent;
	text-align: left;
  }

  /* ------------------------- ABOUT US SECTION ------------------------- */
  #about{
    height: auto;
    margin: 15vh 10%;
  }
  #about .row{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #about .row .left{
    min-height: 50vh;
    flex-basis: 48%;
  }
  #about .row .right{
    min-height: 50vh;
    flex-basis: 48%;
  }

  #about .row .left img{
    width: 80%;
    height: auto;
  }
  #about .row .right p{
    font-size: 12px;
    color: #ababab;
    padding: 30px 50px 20px 0;
  }
  #about .row .right h3{
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
  }

  #about .row .right button {
    background: #ffffff;
    width: 150px;
    height: 40px;
    font-size: 12px;
    color: #000000;
    padding: 13px;
    border-radius: 50px;
    border: none;
    margin: 10px 0;
	cursor: pointer;
}
#about .row .right button:hover {
    background: #008080;
}

#about #values{
    font-size: 20px;
    font-weight: bold;
    color: cyan;
    text-align: center;
    margin: 10vh 0 50px 0;
}

#about ul li{
    display: inline-block;
    list-style: none;
    margin: 20px 50px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
}
#about ul li::first-letter {
    color: cyan;
    font-size: 15px;
    font-weight: 900;
  }

  .more-about-us{
    background: #202020;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10% 10vh 10%;
  }

  .more-about-us .left{

    flex-basis: 65%;
   font-size: 25px;
   color: #ffffff;
   font-weight: 600;
   padding: 10px 20px;
  }
 .more-about-us .right img{
    flex-basis: 30%;
   width: 80%;
  }
.stats{
    background: cyan;
    height: auto;
    margin: -15vh 10% 20vh 10%;
    border-radius: 10px;
}
  .stats .counters {
    padding: 3em 2em;
    background: 4193ff;
    color: #000000;
    text-align: center;
}

.stats .counters>div {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em 2em;
}

.stats .counter {
    position: relative;
}

.stats .counter h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.stats .counter h3 {
    font-size: 0.75em;
    font-weight: 500;
}

.stats .counter:not(:last-child)::before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 1px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
}


#clients ul li{
    display: inline-block;
    list-style: none;
    margin: 5vh 50px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
}
#clients ul li img{
    width: 100px;
	height: 100px;
}

/* ------------------------ SERVICES --------------------------------*/

#services{
	margin: 0 auto;
}
#services .heading{
	width: 40vh;
	height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cc5500;
	border-radius: 50%;
	margin: 25vh auto 0 auto;
}
#services .heading img{
	width: 15vh;
	height: 15vh;
}
#services .heading-services{
	color: #ffffff;
	font-size: 30px;
	margin: 5vh auto 15vh auto;
}

.services-list {
	height: 50vh;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
        grid-gap: 15px;
        margin: 50px 10%;
    }

    .services-list div {
		height: 50vh;
		 position: relative;
        overflow: hidden;
        background: #008080;
        padding: 10px;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
    }

    .services-list div img {
        width: auto;
        height: 50px;
        margin-bottom: 20px;
    }

    .services-list div h2 {
		min-height: 7vh;
        font-size: 1.8vw;
        font-weight: 500;
		color: #ababab;
        margin-bottom: 15px;
		transition-delay: 1s;
        transition-duration: 1s;
    }
	
	 .services-list div p {
        min-height: 15vh;
		font-size: 100%;
		color: #ffffff;
		transition-delay: 1s;
        transition-duration: 1s;
    }

    .services-list div:hover .learn-more {
        color:#ffffff ;
        background: #000000;
		transition-delay: 1s;
        transition-duration: 1s;
    }

    .learn-more {
		position: relative;
        color: #ffffff;
        background: #000000;
        margin-top: 20px;
        font-size: 12px;
        width: 150px;
        height: 40px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
		bottom: 0;
    }

    .services-list div:hover .learn-more:hover {
        color: #000000;
        background: #ffffff;
    }



 .services-list div .layer {
	 
        width: 100%;
        height: 50vh; /* 50vh */
        background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.95),rgba(0, 0, 0, 1));
        border-radius: 4px;
        position: absolute;
        left: -100%;
        bottom: 0;
        overflow: hidden;
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        padding:25px;
        text-align: left;
        transition: 0.5s ease;
    }
	
	.services-list div .layer .closeLayer{		
		font-size: 40px;
		font-weight: 500;
		color: #ffffff;
		text-decoration: none;
		text-align: right;
	}
	.services-list div .layer .closeLayer:hover{
		color: #cc5500;
		transition: 0.5s;
	}
	
	.services-list div .layer p{
		font-size: 90%;
        font-weight: 500;
		color: #ffffff;
		 margin: 14vh 0 0 0;
		 text-align: center;
	}
	
	.services-list div h3 {
		
        font-size: 15px;
        font-weight: 600;
		color: #ffffff;
        margin: 14vh 0 10px 0;
    }
	
	.services-list div ul li {
		
        font-size: 100%;
        font-weight: 500;
		color: #ffffff;
        margin-bottom: 5px;
    }
	
	.what-we-do{
		color: #ffffff;
		font-size: 40px;
		font-weight: 900;
		margin: 30vh 15% 5vh 15%;
	}
	.services-a{
		color: #ffffff;
		margin-bottom: 20vh;
		
	}
	.services-a li{
		color: cyan;
		font-size: 15px;
		margin: 5vh 25% 5vh 20%;
	}
	
	.services-a li span{
		color: #ffffff;
		font-size: 15px;
	}
	
	
	.decisions{
		width: 100%;
		min-height: auto;
		margin: 0 0 20vh 0;
	}
	.decisions h3{
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
}
	.decisions .head{
	width: 15vh;
	height: 15vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: cyan;
	border-radius: 50%;
}
.decisions .head img{
	width: 7vh;
	height: 7vh;
}
	.decisions h4{
		font-size: 20px;
		font-weight: 900;
		color: #ffffff;
		text-align: center;
		margin: 5vh 0;
	}
	/* The Slides */
 
#slideset2 {
	margin-top:5vh;
  height: 10vh;
  position: relative;
  overflow: hidden
}

#slideset2 p{
	color: #ffffff; 
	font-family: arial; 
	font-size:17px;"
}
  
#slideset2 > * {
  position: absolute; 
  top: 100%; 
  left: 0;
  right:0;
  animation: 35s autoplay2 infinite ease-in-out
}


  
@keyframes autoplay2 {
  0% {top: 100%}
  5.833% {top: 0%}
  16.666% {top: 0%}
  22.499% {top: -100%}
  100% {top: -100%}
}

#slideset2 > *:nth-child(1) {animation-delay: 3;text-align:center;}
#slideset2 > *:nth-child(2) {animation-delay: 8s;float: right;}
#slideset2 > *:nth-child(3) {animation-delay: 14s}
#slideset2 > *:nth-child(4) {animation-delay: 20s}
#slideset2 > *:nth-child(5) {animation-delay: 26s}
#slideset2 > *:nth-child(6) {animation-delay: 32s}




	
	.why-choose-us{
		background: cyan;
		position: relative;
		width: 70%;
		min-height: 30vh;
		padding: auto;
		border-radius:10px;
		margin: 0 0 -20vh 0;
		z-index: 99;
	}
	
	.why-choose-us ul li{
		display: inline-block;
    list-style: none;
    margin: 30px 5px;
	}
	
	
	/* Rotating Icon */

.why-choose-us ul li .left-spin
{	
  margin-bottom: 5vh;
  
  width:50;
  height:50px;
  animation: rotateImg 5s linear infinite;
}

@keyframes rotateImg
{
  from 
  {
    transform: rotate(0deg);
  }
  to 
  {
    transform: rotate(360deg);
  }
}

.why-choose-us ul li .right-spin
{	
margin-right: -50%;
  width:75px;
  height:75px;
  animation: rotateImg2 5s linear infinite;
}

@keyframes rotateImg2
{
  from 
  {
    transform: rotate(360deg);
  }
  to 
  {
    transform: rotate(0deg);
  }
}


	
	.why-choose-us h3{
		font-size: 2vw;
		font-weight: 900;
		margin-bottom: 2vh;
	}
	.why-choose-us p{
		font-size: 100%;
		padding: 0 12% 7vh 12%;
	}
	.why-choose-us-bn{
		width: 100%;
        height: 130vh;
        background-image: url("Images/Why.jpg");
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	
	}
	.why-choose-us-bn .contents {
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: 130vh;
        display: flex;
        justify-content: center;
		
    }
	
	 .choose-row{
		 width: 85%;
    min-height: 60vh;
background: cyan;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: -30vh;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	 padding: 4vh 0;
  }
  .choose-row .left{
    min-height: 50vh;
    flex-basis: 50%;
  }
  .choose-row .right{
    min-height: 50vh;
    flex-basis: 50%;
	color: #000000;
  }

  .choose-row .left img{
    width: 90%;
    height: auto;
  }
  .choose-row .right p{
    font-size: 100%;
    color: #000000;
    padding: 4vh 17% 0 0 ;
  }
  
  .uncover{
	  color: #ffffff;
	  font-size: 30px;
	  font-weight: 600;
	  margin: 20vh 0 10px 0;
	  text-align: center;
  }
  
  .select-us{
	  color: #ffffff;
	  font-size: 15px;
	  margin: 10px 0 25vh 0;
	   text-align: center;
  }
  
  /* ------------------- CONTACT SECTION -------------------------- */
  #contact .heading{
	width: 30vh;
	height: 30vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #008080;
	border-radius: 50%;
	margin: 10vh 0 0 0;
}
#contact .heading img{
	width: 15vh;
	height: 15vh;
}

    #contact {
        margin: 0 10vw 50vh 10vw;
    }

    .contact-section-heading {
        position: relative;
    }
	
	#contact .contact .row{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

    .contact-left {
        flex-basis: 45%;
        transform: translateY(10vh);
    }

    .contact-right {
        flex-basis: 55%;
        transform: translateY(7vh);
    }

    .contact-card {
        width: 350px;
    }

    .contact-left .contact-card h4 {
        font-size: 15px;
        color: #ababab;
        font-weight: 600;
        text-align: center;
    }

    .contact-left .contact-card p {
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        margin: 10px;
        text-align: center;
    }

    .contact-left .contact-card img {
        width: 55%;
        margin-top: 10px;
        border-radius: 50%;
    }

    .contact-left .contact-card .contact-icons-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left {
        flex-basis: 50%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right {
        flex-basis: 50%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-left div:hover,
    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div:hover {
        background: #cc5500;
    }

    .contact-left .contact-card .contact-icons-container .contact-icons-container-right div img {
        width: 20px;
        height: 20px;
        margin: auto;
    }

    .contact-left .contact-card .contact-icons-container p {
        font-size: 11px;
    }

    .contact-left .contact-card .longer {
        background: #cc5500;
        width: 100%;
        height: 15vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .contact-left .contact-card .longer .contact-icons-container-right .google-map {
        width: 100%;
        height: 15vh;
        background: #cc5500;
        margin-left: auto;
        margin-right: auto;

    }

    .contact-left .contact-card .longer .contact-icons-container-right .google-map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .contact-left .contact-card .location {
        background: transparent;
        height: 12vh;
        width: 12vh;
        border-radius: 50%;
        margin-top: -13vh;
    }

    .contact-left .contact-card .contact-icons-container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 2vh 0;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social {
        flex-basis: 33%;
        text-align: center;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social p {
        font-size: 10px;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div:hover {
        background: #cc5500;
    }

    .contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .ld ,
	.contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .fb {
        width: 40px;
        height: 40px;
        margin: auto;
    }
	 
	.contact-left .contact-card .contact-icons-container2 .contact-icons-container-social div .twitter {
        width: 35px;
        height: 35px;
        margin: auto;
    }

    .contact-left .contact-card button {
        width: auto;
        text-decoration: underline;
        font-size: 15px;
        font-weight: 600;
        color: #cc5500;
        border-radius: 3px;
        background: #000000;
        border: 1px solid #000000;
        margin-top: 20px;
        cursor: pointer;
        transition: 0.5s;
    }

    .contact-left .contact-card button:hover {
        background: #000000;
        color: #ababab;
    }

    .contact-right h4 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .contact-right .contact h2 {
        font-size: 5vw;
		color: #ffffff;
    }

    .contact-right form {
        margin-top: 30px;
        width: 100%;
    }

    .contact-right form textarea,
    form input {
        width: 100%;
        border: 0;
        outline: none;
        background: #262626;
        padding: 15px;
        margin: 7px 0;
        color: #ffffff;
        font-size: 15px;
        border-radius: 5px;
    }

    .contact-right form textarea {
        height: 260px;
        resize: none;
    }

    .contact-right form .input-box {
        display: flex;
        justify-content: space-between;
    }

    .contact-right form .input-box .input-field {
        width: 49%;
    }

    .contact-right button {
        width: 200px;
        font-size: 12px;
        padding: 15px;
        border-radius: 5px;
        background: #ffffff;
        border: none;
        margin-top: 18px;
        cursor: pointer;
        transition: 0.5s;
    }

    .contact-right button:hover {
        background: #cc5500;
    }
.contact-right .buttonload {
    background-color: #cc5500;
    /* Green background */
    border: none;
    /* Remove borders */
    color: #000000;
    /* White text */
    padding: 12px 24px;
    /* Some padding */
    font-size: 20px;
    /* Set a font-size */
    display: none;
}

	
	
	/*---------------- FOOTERS --------------*/
    footer {
        background: #262626;
        padding: 10vh 5%;
        ;
    }

    .top-footer,
    .bottom-footer {

        margin: 0 10%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .top-footer h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }

    footer .logo{
    display: block;
    text-align: center;
}

footer .logo h3{
   font-family: cooper black;
   color: green;
   font-size: 50px;
}
footer .logo p{
   color: #ffffff;
   font-size: 10px;
}

footer .logo h3::first-letter {
    color: #cc5500;
  }

    footer .column1 .copyright {
        font-size: 11px;
        margin-top: 4vh;
    }

    footer .column1 .copyright a {
        font-size: 12px;
        font-weight: 600;
        color: #ababab;
    }

    footer .column1 .copyright:hover a {
        color: #cc5500;
    }

    footer .column2 {
        margin-top: 5vh;
    }

    footer .column2 ul {
        list-style: none;
        font-size: 13px;
        margin-top: 5vh;
    }

    footer .column2 ul li {
        margin-top: 1vh;
    }

    footer .column2 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }

    footer .column2 ul li a:hover {
        color: #cc5500;
    }

    footer .column2 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }

    footer .column2 ul li .icon:hover {
        background: #cc5500;
    }

    footer .column2 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }
	
	
	#show-1, #show-5{
		transition-delay: 0s;
	}
	#show-2, #show-6{
		transition-delay: 0.25s;
	}
	#show-3, #show-7{
		transition-delay: 0.5s;
	}
	#show-4{
		transition-delay: 1s;
	}
	
	.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    width: 0;
    opacity: 0;
    transition: all 1s ease;
}

.reveal2.active2 {
    width: 100%;
    opacity: 1;
}

.reveal3 {
    position: relative;
    left: -30%;
    opacity: 0;
	transition-delay: 0.5s;
    transition-duration: 1.5s;
}

.reveal3.active3 {
    left: 0;
    opacity: 1;
}

}