/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}

/* --------------------- HERO AREA START --------------------- */

.hero__area {
    height: 980px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.hero__content {
    max-width: 652px;
    margin: 0 auto;
    text-align: center;
    margin-top: 204px;
}

.hero__content h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 104px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Bebas Neue', cursive;
    margin: 0;
}


.hero__content h2 span {
    color: #E4632C;
}

.hero__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
}

.global__btn {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E4632C;
    border-radius: 88px;
    transition: .3s all;
    border: 1px solid #E4632C;
    height: 70px;
    padding: 0 40px;
}

.hero__btn .global__btn {
    margin: 0 20px;
}

.hero__btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.global__btn:hover {
    background: #fff;
    color: #E4632C;
}

.header__area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 33;
}

.hero__img {
    margin-top: 30px;
}

.logo {
    margin-top: 20px;
}
.hero__area:before {
  position: absolute;
  left: 0;
  bottom: -64px;
  right: 0;
  height: 113px;
  content: '';
  background: #D9D9D9;
  z-index: -1;
}
.logo img {
    width: 144px;
}
/* --------------------- HERO AREA END --------------------- */


/* --------------------- SERVICE AREA START --------------------- */

.service__inner__blk {
    background: #E4632C;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
}

.service__content h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.service__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.servoce__ico {
    height: 106px;
    width: 106px;
    margin: 0 auto;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

.servoce__ico img {
    height: 50px;
}

/* --------------------- SERVICE AREA END --------------------- */


/* --------------------- WIN AREA START --------------------- */

.win__content h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 104px;
    text-transform: uppercase;
    color: #231F20;
    margin: 0;
}

.win__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #646464;
    margin-bottom: 30px;
}

.win__btn {
    display: flex;
}

.win__btn a {
    margin-right: 26px;
}

.win__thumb img {
    max-width: 600px;
}

.win__content h3 span {
    color: #E4632C;
}

.win__area {
    background: #FCF9F4;
    padding: 65px 0;
    margin-top: 60px;
}

/* --------------------- WIN AREA END --------------------- */


/* --------------------- LOCATION AREA START --------------------- */
.win__btn a i {
    margin-left: 20px;
}

.location__area {
    padding: 100px 0;
}

/* --------------------- LOCATION AREA END --------------------- */


/* --------------------- CRUST AREA START --------------------- */
.crust__title {
    text-align: center;
}

.servoce__area {
    position: relative;
    z-index: 22;
}

.about__top__title {
    height: 106px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about__top__title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #231F20;
}

.about__inner__blk .service__content p {
    font-weight: 600;
    line-height: 28px;
    color: #231F20;
}

/* --------------------- CRUST AREA END --------------------- */


/* --------------------- FOOTER AREA START --------------------- */

.footer__area {
    background: #E4632C;
    padding: 42px 0;
    padding-bottom: 20px;
}

.footer__identity {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__identity span {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
}

.footer__social {
    text-align: center;
}

.footer__social a {
    font-size: 20px;
    color: #fff;
    margin: 0 9px;
    transition: .3s all;
}

.footer__social a:hover {
    color: #231F20;
}
.about__area {
	padding-top: 50px;
	padding-bottom: 80px;
	background: #F4F8F9;
}
/* --------------------- FOOTER AREA END --------------------- */