@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;
    float: left;
    margin-top: 5px;
}

.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;
    
    
}



#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;
}
