
* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	outline: none;
}

:root{
	--themeRed: #ffffff;
	--gray: #efefef;
}
body
{
background: linear-gradient(90deg,#ffb300 10%,#ffffff 30%,#ffffff 60%, #048832 100%);
}
.fullC
{
width: 100%;
}
.container{
	padding-top: 0%;
	text-align: center;
	position: relative; 
        width: 100%;
}        
header{
	width: 100%;
	height: 75px;
	background-color: rgba(60, 60, 60, 0.6);
	position:relative;
	z-index: 2;
}

header .container{
	display: flex;
	justify-content: space-between;
}
header nav ul{
	list-style-type: none;

}
header nav ul li{
display: inline-block;
}

header nav ul li a{
	display: inline-block;
	line-height: 75px;
	padding:0 15px ;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	color: rgb(0, 0, 0);
	transition: 0.3s;

}
header nav ul li a:hover{
background-color:var(--themeRed) ;
}
.slide-images{
  justify-content: center;
}
.slider-frame{
  
  overflow: hidden;
  height: 650px;
  width: 1200px;  
  margin: auto;
  margin-top: 80px;
}
@-webkit-keyframes slide_animation{
  0% {left: 0px;}
  10% {left: 0px;}
  20% {left: 1200px;}
  30% {left: 1200px;}
  40% {left: 2400px;}
  50% {left: 2400px;}
  60% {left: 1200px;}
  70% {left: 1200px;}
  80%{left: 0px;}
  90%{left: 0px;}
  100%{left: 0px;}
}
.slide-images{
width: 3600px;
height: 800px;
margin: 0 0 0 -2400px;
position: relative;
-webkit-animation-name:slide_animation ;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-play-state: running;
}
.img-container{
  height: 800px;
  width: 1200px;
  position: relative;
  float: left;
}

.contactus{
        padding: 40px 100px;
    }
    .contactus .title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    
    
    }
    .contactus .title h2{
        padding-top: 4% ;
        padding-bottom: 4%;
        color: rgb(0, 0, 0);
        font-size: 50px;
    }
    
    .contact{
        font-size: large;
        text-align:justify;
        padding: 40px;
        background: rgb(241, 255, 255);
        box-shadow: 0 25px 35px rgba(0,0,0,0.15);
        min-height: 30px;
     
     
    }
    .title{
        text-align: justify;
    }
    .contact p{
     padding: 10px;    
    }
    .contact .title{
        font-size: medium;
        display: inline-block;
        border-bottom: 2px solid #fdd831;
        padding: 0 0.5rem 1.5rem;
        margin-bottom: 1.5rem;
        width: auto;
    }
     .title1 h2{
        padding-top: 4% ;
        padding-bottom: 4%;
        text-align: center;
     } 
    
    
    
    
    
    
    
    
    
   
                  










































































































































