@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
*{margin:0;padding:0;}


body{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif; font-weight: 500px;
}

#topbar {
    background: #f5f5f5;
}
.topBarMain{
	background: rgb(12, 15, 22);
    color: white;
    padding: 10px 0px;
}

.container {
    width: 1140px;
    -border: 1px solid black;
    padding: 0px 0px;
    margin: auto;
}
.email {
    width: 240px;
    float: left;
    padding: 15px 10px;
    border-right: 1px solid;
    border-left: 1px solid;
}
.time {
    width: 638px;
    float: left;
    padding: 15px 10px;
}
.social {
    width: 200px;
    float: left;
	transition: .3s;
}
.topbarwrapper {
    overflow: hidden;
}
.social a {
    display: block;
    float: left;
    padding: 15px;
    border-right: 1px solid #ddd;
    color: #918c8c;
}
.social i:hover{
	color: #FF5200;
}
.social a:first-child{
	border-left: 1px solid #ddd
}
.email i {
    color: #FF5200;
    -padding: 15px 10px;
}

.time i {
    color: #FF5200;
    -padding: 15px 10px;
}
.primarywrapper {
    overflow: hidden;
    width: 100%;
}

.flex{
    display: flex;
    align-items: center;
}

.logo {
    width: 150px;
    height: auto;
    float: left;
    margin-top: 5px;
}

.logo img {
    display: block; /* Show the logo image */
}


.menu {
    width: 990px;
    float: left;
}
ul.MainMenuItem {
	list-style: none;
	float: right;
}

ul.MainMenuItem li {
    float: left;
    list-style: none;
}

ul.MainMenuItem li a {
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 43px 15px;
    color: #1c1c1c;
    font-weight: 600;
	transition: 0.5s;
}

ul.mainmenuitem li#searchBtn i {
    margin-top: 10px;
}

ul.MainMenuItem li a:hover{
	color: #FF5200;
}

.bannar-one{
	padding: 292px 0 175px;
}

.z-1{
	z-index: -1;
}

.p-r{
	position: relative;
}

.bg_cover{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slidercontent{
	color: white;
	font-size:50px;
	width: 1000px;
}

.slidercontent h1 {
    font-size: 82px;
    font-weight: 100px;
    margin-bottom: 10px;
    margin-top: 297px;
    float: left;
}

.aboutLeft h1 {
    font-size: 60px;
    font-weight: 100px;
    color: green;
    margin-bottom: 10px;
    margin-top: 20px;
    float: left;
}

.aboutLeft p {
    font-size: 30px;
    font-weight: 20px;
    color: #1e0cc4;
}

.title-caption a {
    font-size: 80px;
    font-weight: 100px;
    color: #f8074f;
}


.headline h1 {
    font-size: 60px;
    font-weight: 20px;
    color: #1b4424;
}


.photo img {
    width: 850px;
    height: 600px;
    padding: 20px;
    
    
}

/* slide show */
.slideshow-container {
    position: relative;
    max-width: 50%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    overflow: hidden; /* Hide overflow to prevent images from displaying in a column */
}

img {
    width: 100%;
    height: auto;
    display: none; /* Hide all images by default */
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.slides img {
    display: none;
}

.slides img.active-slide {
    display: block;
}



/* slide show end */

/* Additional styles for the second and third slideshows */

.sbox {
    margin-bottom: 30px;
}

.core_services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slideshow-container {
    margin-bottom: 30px;
    position: relative;
    max-width: 50%;
    overflow: hidden;
}

.slides {
    display: flex;
}

img {
    width: 100%;
    height: auto;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}



#ExploreMoreBtn {
    background: #07f007;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 120px;
}

#OurService {
    background: #ff5200;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 120px;
}



.contact-us {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.contact-info {
    flex: 1;
    

}

.map {
    flex: 1;
    margin-left: 20px;
    
}



footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.footer-content {
    text-align: center;
}