*{
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}
/*header start*/
header{
	background-color: #EEEEEE;
	box-shadow: 0px 1px 5px #972E21;
}
/*.sticky{
	background-color: black;
}*/
.logo{
	width: 80%;
}
.menu{
	margin-left: auto;
}
.menu li{
	margin-left: 15px;
}
.menu li a{
	font-size: 18px;
	font-weight: 600;
	color: #000 !important;
	position: relative;
}
.menu li a::after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #972E21;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 300ms ease-in-out;
}
.menu li:hover a::after{
    transform: scaleX(1);
    transform-origin: left;
}
.menu li a:hover, .menu li a.active{
	color: #972E21 !important;
}
.log-in{
	border: 1px solid #972E21;
    border-radius: 25px;
    padding: 7px 23px !important;
    transition: .4s;
}
.log-in::after{
	content: "";
	border-bottom: none !important;
}
.menu li .log-in:hover{
	background-color: #972E21 !important;
	color: #ffffff !important;
}
/*.modal-content{
	background-color: #972E21;
}*/
.modal-header{
	background-color: #eeeeee;
}
.modal-title{
	font-size: 24px;
}
/*.modal-label{
	color: white;
}*/
.modal-button{
	font-weight: 600;
    font-size: 18px;
    padding: 8px 35px;
    color: #fff;
    background-color: #972E21;
    border: none;
}
.modal-footer{
	background-color: #eeeeee;
}
/*.banner{
	background-image: url(../images/pexels-pixabay-276271.jpg);
	background-size: cover;
	background-position: center;
	height: 800px;
}*/

.banner{
	background-image: url(../images/aaa-removebg-preview.v4.png);
	background-position: right;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	/*background-size: cover;*/
}
.banner-overlay{
	background: rgb(36,0,3);
	background: linear-gradient(90deg, rgba(36,0,3,0.5242471988795518) 27%, rgba(237,11,30,0.5998774509803921) 98%);
	padding: 170px 0;

}
.banner-heading h1{
	font-weight: 700;
	font-size: 60px;
	color: #EEEEEE;
	padding: 20px 0;
}
.red-logo{
	color: #FD0000;
}
.banner-heading p{
	color: white;
}


/*-------------------about us start--------------------*/
.about{
	background-color: #eeeeee;
	padding: 70px 0;
}
.sec-heading{
	padding-bottom: 40px;
}
.about-details{
	padding: 30px 0;
}
.about-desc p{
	padding:30px 0 0 50px;
}
.slogan{
	color: #972E21;
	font-weight: 600;
}
/*about us end*/
/*services start*/
.service{
	background-image: url(../images/c779534.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ser-overlay{
	background: rgba(151,46,33,0.8);
	padding: 70px 0;
}
.s-h-white{
	color: #eeeeee;
}
.ser-si-item{
	/*min-height: 250px;*/
	background-color: #333333;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 35px 30px;
	margin: 15px 0;
	transition: transform .2s linear;
	border-radius: 40px;
    opacity: .9;
}
.ser-si-item:hover{
	transform: translateY(-10px);
}
.ser-si-item h2{
	font-size: 25px;
	color: #fff;
}
.ser-si-item h3{
	font-size: 25px;
	color: #fff;
	text-align: center;
}
.ser-si-item ul{
	padding: 10px 20px;
	color: #fff;
}

.ms-buton {
    font-size: 20px;
    color: #fff;
    background-color: #333333;
    text-decoration: none !important;
    /*border-radius: 51px;
    padding: 13px 45px;*/
    border: none;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    transition: .3s;
    border-bottom: 2px solid #fff;
}
.ms-buton:focus{
	outline: none;
}
.ms-buton:hover{
	color: #eee;
	/*background-color: #eeeeee;*/
}
/*servie second page*/
.service-sc-part{
	background-color: #eeeeee;
	height: 800px;
}
.ssp-head{
	width: 400px;
	height: 400px;
	border: 3px solid #333333;
	border-radius: 50% 50%;
}

.all-services{
	text-align: center;
}
.all-services ul{
	list-style-type: none;
	position: relative;
}
.li-ser-head {
    font-weight: 600;
    font-size: 44px;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    border: 3px solid #972E21;
    padding-top: 87px;
    position: absolute;
    top: 170px;
    left: 36%;
}
.li-ser-1{
	font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #972E21;
    padding-top: 38px;
    position: absolute;
    top: 340px;
    left: 20%;
}
.li-ser-2 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #972E21;
    padding-top: 36px;
    position: absolute;
    top: 55px;
    left: 26%;
}
.li-ser-3{
	    font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #972E21;
    padding-top: 62px;
    position: absolute;
    top: 43px;
    left: 58%;
}
.li-ser-4{
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #972E21;
    padding-top: 49px;
    position: absolute;
    top: 321px;
    left: 66%;
}
.li-ser-5 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #972E21;
    padding-top: 60px;
    position: absolute;
    top: 501px;
    left: 43%;
}
/*servie second page*/


/*services end*/
/*review end*/
/*contact us start*/
.contact{
	background-color: #eeeeee;
	padding: 100px 0;
}
.contact-infor-details{
	margin-top: 20px;
}
.contact-ic{
	padding: 10px 0;
}
.icon i{
	font-size: 24px;
	color: #972E21;
	margin-top: 3px;
}
.si-info{
	font-size: 18px;
}
.m-form{
	border: none;
	border-bottom: 1px solid #972E21;
	background: transparent;
}
.form-control:focus{
	background: transparent;
	outline: none;
	border-bottom: 1px solid #972E21;
	box-shadow: none;
}
.mf-button{
	font-weight: 700;
	size: 20px;
	width: 100%;
	border: 1px solid #972E21;
	transition: .4s;
}
.mf-button:hover{
	background-color: #972E21;
	color: #fff;
}
/*contact us end*/


footer{
	background-color: #972E21;
	padding: 30px 0;
}
footer p{
	font-size: 20px;
	color: #eeeeee;
}