*{
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}


body{
	width: 100%;
	height: 100%;
     font-family: sans-serif;
	margin:0;
	padding: 0;

}

header{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding-top: 30px;
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(bg.jpg);
	background-size: cover;
	background-position: center;
	

	float: left;
}

header img{
	margin-left: 100px;
	width: 80px;
}

header ul{
	list-style: none;
	margin-top: 25px;
	margin-right: 25px;
	padding: 0px;
	float: right;
    z-index: 100;
    
}

header li{
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;


}

header li a{
	text-decoration: none;
	display: block;
	color: #fff;
}

header li a:hover{
	color: #ce2739;
}

.active-page{
   color:#ce2739 !important;
}

.toggle-menu{
	display: none;
}


.hero-text{
  position: absolute;
  top: 55%;
  left:25%;
  transform: translate(-50%,-50%);
  z-index: 90;
}

.hero-text h1{
	color: white;
	font-size: 45px;
	font-weight: lighter;
}

.hero-head-color{
   color: #ce2739;
}

.btn1{
	width: 150px;
	height: 40px;
	border: none;
	color: white;
	background-color: #ce2739;
	font-size: 17px;
	font-weight: lighter;
	margin-top: 50px;
}

.btn1:hover{
	background-color: white;
	color: #ce2739;
}

.btn2{
	width: 150px;
	height: 40px;
	border: none;
	color: white;
	background-color:black;
	font-size: 17px;
	font-weight:lighter;
	margin-left: 10px;
	margin-top: 50px;
}

.btn2:hover{
	color: black;
	background-color: white;
}


.about-sec{
	width: 100%;
	background-color: #ce2739;
	padding: 0 15%;
	float: left;

}


.sec-container{
   width: 100%;
    float: left;
 }

 .about-cont-1{
 	width: 33%;
 	float: left;
 	text-align: center;
 	color: white;
 	padding: 5% 2%;
 }

.about-cont-1 h4{
	margin: 0;
	font-weight: bold;
} 

 .about-cont-1 p{
 	font-size: 13px;
 	
 }

 .about-cont-1 h6{
 	margin: 0;
 }

 .about-cont-1 .abt-icon{
 	font-size: 26px;
 	margin-bottom:30px;
 	border: 3px solid white;
 	padding: 10px;
 	border-radius: 10px;
 	
 }

 .about-cont-1 i{
 	font-size: 15px;
 	margin-right: 7px;
 	
 }

.about-cont-1:hover{
	background-color: white;
	color:  #ce2739;
}

.about-cont-1:hover .abt-icon{
	border: 3px solid  #ce2739;
}


.info-sec{
	width: 100%;
	background-color: white;
	padding: 5% 15%;
	float: left;
	

}

.info-sec-container{
	width: 100%;
	float: left;
}

.info-sec-left{
	width: 60%;
	float: left;
	padding-right: 30px;
}

.info-sec-left h1{
	font-size: 35px;
	margin: 0;
	color: #555;
}

.info-sec-left h3{
	font-size: 27px;
	margin: 0;
	color: #555;
}

.info-sec-left p{
	color: #888888;
	font-size: 13px;
}


.info-sec-left h4{
	color: #555;
	margin-bottom: 0;
	margin-top: 30px;
}

.btn3{
	width: 150px;
	height: 40px;
	border: none;
	color: white;
	background-color: #ce2739;
	font-size: 17px;
	font-weight: lighter;
	margin-top: 50px;
}

.btn3:hover{
	background-color: white;
	color: #ce2739;
	border: 1px solid  #ce2739;
}


.info-sec-right{
   width: 40%;
   
   
   float: left;
   overflow:hidden;
}

.info-sec-right img{
	width: 100%;
	margin-left: 40px;
	height: 450px;
	object-fit: cover;
    
}


.info-sec-under{
	width: 100%;
	margin:70px 0px 0px 0px;
	
	float: left;
}

.info-sec-under-left{
	width: 50%;
	float: left;
	padding: 0 30px;
	text-align: justify;

}


.info-sec-under-left h2{
	text-align: center;
	color: #555;
}

.info-sec-under-left p{
	color: #888888;
	font-size: 13px;
}

.info-sec-under i{
	color: #555;
	margin-right: 10px;
}



.info-sec-under-right{
	width: 50%;
	float: left;
	padding: 0 30px;
	text-align: justify;
}

.info-sec-under-right h2{
	text-align: center;
	color: #555;
}

.info-sec-under-right p{
	color: #888888;
	font-size: 13px;
}


.takealook{
	width: 100%;
	padding: 100px 15%;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(mall.jpg);
	float: left;
	background-size: cover;
	background-position: center;
        background-attachment:fixed;
	
}


.takealook h2{
	color: #fff;
	font-size: 35px;
	text-align: center;
	font-weight:lighter;
	text-transform: uppercase;
}

.services-sec{
	width: 100%;
	float: left;
	padding: 50px 15%;
}

.services-sec h1{
	text-align: center;
	color: #555;
	font-size: 35px;
}

.services-sec p{
	text-align: center;
	color: #888888;
	font-size: 13px;
	padding: 0 25%;
	margin-top: 0px;
}

.services-sec-container{
	width: 100%;
	margin-top: 30px;
	float: left;
	
}

.services-sec-container-left{
	width: 30%;
	float: left;
	padding-right: 20px;
	
}

.services-sec-container-left p{
	padding: 0;
	text-align: right;
}

.services-sec-container-left h4{
	color: #ce2739;
	text-align: right;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}   


.services-sec-container-middle{
	width: 39%;
	float: left;
	
}

.services-sec-container-middle img{
	width: 100%;
}

.services-sec-container-right{
	width: 30%;
	float: left;
	padding-left: 20px;
}

.services-sec-container-right p{
	padding: 0;
	text-align: left;
}

.services-sec-container-right h4{
	color: #ce2739;
	text-align: left;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 10px;
} 

.contact-sec{
	
	background-color: #fbfbfb;
	width: 100%;
	float: left;
	padding: 3% 15%;
}

.contact-sec h1{
	text-align: center;
	color: #555;
	font-size: 35px;
}


.contact-sec p{
	text-align: center;
	color: #888888;
	font-size: 13px;
	padding: 0 25%;
	margin-top: 0px;
}

.contact-sec-container{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.contact-sec-container table{
	width: 100%;
	margin-top: 10px;
}

.contact-sec-container table td{
	width: 46%;
	float: left;
	margin:0 10px;
}

.textb{
	width: 100%;
	margin-top: 20px;
	height: 40px;
	border: 1px solid silver;
	background-color: white;
}


.text-area{
	max-width: 100%;
	height: 100px;
	margin-top: 20px;
         width: 100%;
}

.btn-cont{
	width: 200px;
	height: 40px;
	margin-top: 20px;
	background-color: #ce2739;
	color: white;
}

.btn-cont:hover{
	color:#ce2739;
	background-color: white; 
	border: 1px solid #ce2739;
}


footer{
	width: 100%;
	background-color: #171717;
	padding: 3% 15%;
	float: left;

}
footer p{
	color: silver;
	font-size: 12px;
	float: left;
}

.social{
	float: right;

}

.social i{
	color:silver;
	margin-left: 15px;
}


.active{
		display: block;
	}





@media screen and (max-width: 1120px) {

header ul{
	
	margin-top:0px;
	
	width: 100%;
	display: none;
	background-color: #ce2739;
	position: absolute;

}

header li{
	float: none;
	width: 100%;
	border-bottom: 1px solid white;
	
}


header li a:hover{
	color: black;
}

.toggle-menu{
	display: block;
	float: right;
	color: white;
	margin-right: 30px;
	font-size: 35px;
	cursor:pointer;
	
}


.hero-text{
 
  top: 50%;
  left:50%;
  
  text-align: center;
 
}

 .hero-text h1{
   font-size: 35px;
 }


.btn1,.btn2{
	
	margin-top: 0px;

}


	
}


@media screen and (max-width: 800px) {


.hero-text{
 
  top: 60%;
  left:50%;
 } 

 .about-sec{
	
	padding: 0;
 }

 .about-cont-1{
 	width: 100%;
 	
 	padding: 10% 15%;
 }

 .info-sec-under-left{
 	width: 100%;
 }
 .info-sec-under-right{
 	width: 100%;
 }

 .info-sec{
	
	
	padding: 5% 10%;
	

}

}

@media screen and (max-width: 725px) {

.contact-sec-container table td{
	width: 100%;

	margin:0px;
}	

.btn-cont{
	width: 100%;


}
}

@media screen and (max-width: 630px) {

 header img{
	margin-left: 40px;
	width: 60px;
 }
 
 
 .btn2{
	width: 100px;
	font-size: 13px;
	margin-left: 5px;
	
}


.btn1{
	width: 100px;
	font-size: 13px;
	
	
}


.about-cont-1{
 	width: 100%;
 	
 	padding: 10% 8%;
 }

footer{
	
	padding: 5% 15%;
	

}

footer p{
	width: 100%;
	float: left;
	text-align: center;
}

.social{
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-left: 20%;

}

.social i{
	
	margin-left: 15px;
}

}

@media screen and (max-width: 500px) {

.info-sec{
	
      padding: 9% 15%;
      text-align:justify;
	
}


.info-sec-left{
	width: 100%;
	
	padding-right:0px;
}

.btn3{
	
	font-size: 17px;
	
	margin-top: 30px;
}

.info-sec-right{
   width: 100%;
   
}

.info-sec-right img{
	width: 100%;
	margin-left:0px;
	margin-top: 50px;
	height: 300px;
	
    
}

.info-sec-under{
	
	margin:20px 0px 0px 0px;	
}


.info-sec-under-left{

	padding:0px;
	
}

.info-sec-under-right{

	padding:0px;
	
}

.services-sec p{
	
	padding: 0 10%;
	margin-top: 0px;
}


.services-sec-container-left{
	width: 100%;
	
	padding-right: 20px;
	
}

.services-sec-container-left p{
	
	text-align: left;
	padding: 0;
}

.services-sec-container-left h4{
	
	text-align: left;
	
}  

.services-sec-container-middle{
	width: 100%;
    margin-top: 20px;
}


.services-sec-container-right{
	width: 100%;
	
	padding-left:0px;
}

.services-sec-container-right p{
	padding: 0;
	text-align: left;
}

.services-sec-container-right h4{
	
	text-align: left;
	
} 

}

@media screen and (max-width: 425px) {

.hero-text h1{
   font-size: 25px;
 }

 .btn2{
	
	margin-top: 10px;
	margin-left: 0px;
	
}

.btn1{
   margin-top: 10px;
}

.takealook{
	
	padding: 50px 15%;
		
}

.takealook h2{

	font-size: 27px;
	
}


}