body{
	font-family: 'Inter-Loom';
	 font-weight: 500;
  font-style:  normal;

  background-image: url('../../img/BG Pattern.png');
    background-position: 0% 0%;
    background-size: 200px;
    background-repeat: repeat;
    background-attachment: fixed;  
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
   
}
.hero-section {
    position: relative;
    overflow: hidden;
    
    min-height: 500px;
    height: 100vh;

}
.header-div{
	padding:20px 0px;
	height: 90px;
	line-height: 90px;
}
.header-div a {
	color:#FFF;
	font-weight: 700;
	font-size:16px;
	text-decoration: none;
}
.header-div a:hover{
	color:#c61316;
}
.header-content h1 span{
	color:#c61316;
}
.header-content h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 78px;
	padding-top:12%;
}
.circle-icon{
	position: absolute;
    right: 13%;
    top: 28%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #c61316;
    padding: 12px 12px;
}
p{
 font-size: 18px;
 line-height: 27px;
}
.para-content{
	background-color: #181818;
	padding:80px 0px;
	font-weight: 400;
	min-height: 400px;
}
.para-content-2{
	background-color: transparent;
	padding:80px 0px;
	font-weight: 400;
	min-height: 400px;
}
.contact-us{
	 -webkit-text-stroke: 1px #efefef;
	 font-size:10vw;
	 color:#2a2a2a;
	 line-height: 90px;
	 text-align: center;
	 font-weight: 700;
}
.mail{
	font-size:3vw;
	padding-top:60px;
	color:#fff;
	text-align: center;
	display: block;
	text-decoration: none;
}
.mail:hover{
	color: #c61316;
	text-decoration: none;
}

@media screen and (max-width: 768px){
	.circle-icon{
		padding:0px 8px;
		right:10%;
	}
	.hero-section{
		min-height: 500px;
	}
	.header-content h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 57px;
    padding-top: 18%;
    min-height: 100px;
    text-align: center;
}
.para-content-2{
	text-align: center;
}
.para-content{
	text-align: center;
}
}
