/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Red+Rose:wght@300..700&display=swap');

/*======================
   02. Basic css
========================*/
html{
	font-size: 62.5%;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.18;
	font-family: "Lato", sans-serif;
	background-color: #E2E2E2;
	color: #083D60;
	font-weight: 400;
	font-size: 1.6rem;
}
/*font-family: "Red Rose", serif;*/
ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #E2E2E2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 6.0rem;
	height: 6.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 6.0rem;
	height: 6.0rem;
	border-radius: 100%;
	background: #D70011;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}


/*home area*/
.home_area{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 137.5rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0 0 6.4rem 6.4rem;
	padding-top: 9rem;
}
.logo{
	display: inline-block;
	width: 100%;
	max-width: 43rem;
	margin-bottom: 11rem;
}
.home_area h1{
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	font-family: "Red Rose", serif;
	max-width: 45rem;
}
.position-relative {
	z-index: 1;
}
.home_img{
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 100%;
	max-width: 44rem;
	z-index: -1;
}
.circle_box {
	border: 0.5rem solid #fff;
	background-color: #D70011;
	height: 17.7rem;
	width: 17.7rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	padding: 1rem 0.5rem 2.6rem;
	-webkit-box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.29);
	        box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.29);
	-webkit-transform: rotate(-19deg);
	    -ms-transform: rotate(-19deg);
	        transform: rotate(-19deg);
	position: absolute;
	left: 45%;
	bottom: -1rem;
	z-index: 2;
}
.circle_box img{
	width: 3.6rem;
}
.circle_box p{
	font-size: 3.8rem;
	color: #FCF200;
	line-height: 0.8;
	font-family: "Red Rose", serif;
	font-weight: 400;
}

.top_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
}
.button{
	color: #fff;
	font-size: 3rem;
	font-family: "Red Rose", serif;
	font-weight: 400;
	background-color: #D70011;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
	padding: 2.1rem 3.5rem 2.1rem 2.1rem;
	border-radius: 6rem;
	position: relative;
}
.button img{
	width: 3.2rem;
}
.button:hover{
	color: #fff;
	background-color: #083D60;
}
.btn_wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 3rem;
	   -moz-column-gap: 3rem;
	        column-gap: 3rem;
}
.btn_wrapper h2{
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Red Rose", serif;
	max-width: 33.5rem;
	margin-top: 2.5rem;
}
.lock_btn{
	font-size: 2.7rem;
	max-width: 40rem;
	padding: 0.7rem 3rem 0.7rem 13rem;
}
.lock_btn img{
	width: 10rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 2rem;
}





.blinking{
	-webkit-animation: blinking 1.3s infinite linear;
	        animation: blinking 1.3s infinite linear;
}
@-webkit-keyframes blinking{
	0%, 100%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
}
@keyframes blinking{
	0%, 100%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
}
/*about area*/
.about_content{
	max-width: 42rem;
	margin-left: 4rem;
}
.about_content p{
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 3rem;
}
.about_content p:first-child strong{
	font-weight: 900;
}
.warranty_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: -4rem;
}
.warranty_box img{
	width: 16.3rem;
	margin-right: 1.8rem;
}
.warranty_box h4{
	font-weight: 800;
	color: #BD150F;
	font-size: 2.3rem;
	max-width: 21rem;
}

/*brand area*/
.brand_area .title_wrapper h2{
	font-size: 3.8rem;
}
.brand_area .title_wrapper p{
	max-width: 100%;
}
.brand_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 2.3rem;
	   -moz-column-gap: 2.3rem;
	        column-gap: 2.3rem;
}
.brand_item{
	margin-top: 2.5rem;
}
.brand_item img{
	max-width: 14.5rem;
	max-height: 7.2rem;
}

/*service area*/
.sec_pad{
	padding: 6.5rem 0;
}
.title_wrapper{
	position: relative;
	z-index: 1;
}
.lock_img {
	position: absolute;
	z-index: -1;
	right: 13%;
	top: -7rem;
	max-width: 12rem;
}
.title_wrapper h2{
	color: #D70011;
	font-family: "Red Rose", serif;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
}
.title_wrapper p{
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
	margin-top: 2rem;
	max-width: 88rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}
.five_col>div{
	max-width: 20%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
}
.service_box img{
	border-radius: 2.4rem;
	-o-object-fit: cover;
	   object-fit: cover;
	max-height: 24rem;
}
.service_box h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #D70011;
	font-family: "Red Rose", serif;
	line-height: 1;
	margin-top: 1.7rem;
	margin-bottom: 1.7rem;
	min-height: 7.5rem;
}
.service_box p{
	font-size: 1.8rem;
	max-width: 16rem;
	margin-left: auto;
	margin-right: auto;
}

/*review area*/
.review_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.review_img{
	width: 8.6rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 2rem;
}
.rating{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #E3C900;
	-webkit-column-gap: 0.3rem;
	   -moz-column-gap: 0.3rem;
	        column-gap: 0.3rem;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}
.review_img img{
	width: 100%;
	height: 10.7rem;
	border-radius: 2rem;
	-o-object-fit: cover;
	   object-fit: cover;
}
.review_content p{
	min-height: 12rem;
	max-width: 20.2rem;
}
.review_content h5{
	color: #D70011;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Red Rose", serif;
}

/*footer area*/
footer{
	position: relative;
	z-index: 1;
	padding-bottom: 4rem;
	padding-top: 10rem;
	overflow: hidden;
}
.footer_bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
	mix-blend-mode: overlay;
	opacity: 0.22;
	top: 0;
	left: 0;
}

.car_box{
	position: relative;
	background-color: #D70011;
	border-radius: 6rem;
	padding: 4rem 4rem;
	margin-bottom: 18rem;
	z-index: 1;
}
.car_content{
	max-width: 30rem;
	margin-left: auto;
}
.car_content h4{
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.5rem;
	font-family: "Red Rose", serif;
}
.car_img {
	position: absolute;
	left: 0;
	top: 57%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
	max-width: 90rem;
	z-index: -1;
	pointer-events: none;
}
.car_content a{
	font-size: 3.5rem;
	color: #FFF500;
	font-weight: 700;
	font-family: "Red Rose", serif;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 1.8rem;
	   -moz-column-gap: 1.8rem;
	        column-gap: 1.8rem;
}
.car_content a img{
	width: 3.2rem;
}
.car_content h5{
	color: #D8D8D8;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Red Rose", serif;
	text-align: center;
	margin-top: 2rem;
}
.car_box .circle_box {
	border: 0.5rem solid #D70011;
	background-color: #2476F3;
	height: 11.9rem;
	width: 11.9rem;
	padding: 1rem 0.5rem 2.6rem;
	left: 13%;
	bottom: -3rem;
}
.car_box .circle_box p{
	font-size: 2.5rem;
	font-weight: 400;
}
.car_box .circle_box img{
	width: 2.4rem;
	margin-bottom: 0.4rem;
}

.footer_logo{
	display: inline-block;
	max-width: 16rem;
	width: 100%;
	margin-bottom: 2rem;
}
.footer_bottom a{
	color: inherit;
}
.footer_bottom a:hover{
	color: #D70011;
}
/*return-to-top START CSS*/

.back-to-top {
	font-size: 2.4rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3.0rem;
	right: 2.0rem;
	border-radius: 50%;
	background: #D70011;
	z-index: 1000;
}

.back-to-top i {
	color: #fff;
}


.header_area {
   background-color: #ffffff;
   padding: 4rem 0;
}
.head_wap h2 {
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Red Rose", serif;
	text-transform: uppercase;
}
.head_wap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.head_wap a img {
   max-width: 16.9rem;
}
.legales_wap {
   padding: 8rem 0;
   background-color: #FAFAFA;
}
.legales_wap p {
	font-size: 2.2rem;
	line-height: 1.22;
	color: #000;
	padding-bottom: 2.5rem;
}
.legales_wap h2 {
	font-size: 2.2rem;
	line-height: 1.22;
	font-weight: 700;
	color: #000;
	padding-bottom: 2.5rem;
}
.legales_wap ul {
   padding-bottom: 2.5rem;
}
.legales_wap ul li {
	font-size: 2.2rem;
	line-height: 1.22;
	color: #000;
}