@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeueBook.woff2') format('woff2'), url('../fonts/BebasNeueBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue pr Book';
    src: local('Bebas Neue Pro Book'), local('Bebas-Neue-Pro-Book'), url('../fonts/BebasNeuePro-Book.woff2') format('woff2'), url('../fonts/BebasNeuePro-Book.woff') format('woff'), url('../fonts/BebasNeuePro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeue.woff2') format('woff2'), url('../fonts/BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeue-Thin.woff2') format('woff2'), url('../fonts/BebasNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeueLight.woff2') format('woff2'), url('../fonts/BebasNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue pr';
    src: local('Bebas Neue Pro Bold'), local('Bebas-Neue-Pro-Bold'), url('../fonts/BebasNeuePro-Bold.woff2') format('woff2'), url('../fonts/BebasNeuePro-Bold.woff') format('woff'), url('../fonts/BebasNeuePro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pre';
    src: local('Bebas Neue Pro Expanded Medium'), local('Bebas-Neue-Pro-Expanded-Medium'), url('../fonts/BebasNeuePro-ExpandedMedium.woff2') format('woff2'), url('../fonts/BebasNeuePro-ExpandedMedium.woff') format('woff'), url('../fonts/BebasNeuePro-ExpandedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

a:focus {
    outline: 0 solid
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

body {
    color: #152942;
    font-weight: 700;
    font-family: 'Bebas Neue Pro';
    max-width: 1280px;
    margin: 0 auto;
}

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

a:hover {
    text-decoration: none
}

.container {
    max-width: 1220px;
}

/*----------------- Header area start ------------------*/

.header-area {
    padding: 10px 0px;
    margin-top: 63px;
}

.logo-main a img {
    max-width: 320px;
    padding-left: 40px;
}

/*----------------- Header area end ------------------*/

/*----------------- Hero area start ------------------*/

.hero-thumb {
    text-align: right;
    padding-right: 10px;
}

.hero-area {
    background: url(../img/bg-1.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    padding-top: 110px;
    padding-bottom: 40px;
    margin-top: 35px;
}

.hero-content-top {
    background: #152941;
    padding: 45px;
    padding-bottom: 33px;
    position: relative;
    top: -220px;
}

.hero-content-top h3 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: 1.4px;
    line-height: 1;
    margin: 0;
}

.hero-content-top span {
    color: #CC9A33;
}

.hero-area .container {
    max-width: 100%;
}

.hero-content-wrapper {
    padding-left: 34px;
}

.hero-btm-top {
    background: #ffffff;
    padding: 35px;
    border-left: 9px solid #CC9A33;
    padding-bottom: 28px;
    padding-right: 0;
}

.hero-btm-top h4 {
    font-size: 55px;
    margin: 0;
    line-height: 1;
    letter-spacing: .4px;
}

.hero-btm-top span {
    font-size: 33px;
    color: #CC9A33;
    display: inline-block;
    font-family: 'Bebas Neue Book';
    margin-left: 5px;
}

.hero-content-bottom {
    margin-left: 105px;
    position: relative;
    bottom: -80px;
}

.hero-btm-content {
    margin-left: 95px;
    padding: 30px;
    background: #152942;
    padding-bottom: 26px;
    padding-left: 32px;
    padding-right: 0;
}

.hero-btm-content h4 {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    margin: 0;
}

.hero-btm-content h4 span {
    color: #CC9A33;
    display: block;
}

.text-area {
    background: #152942;
    padding: 31px;
    padding-bottom: 23px;
    text-align: center;
}

.text-area h4 {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    margin: 0;
}

.text-area h4 span {
    color: #CC9A33;
    display: inline-block;
}

/*----------------- Hero area end ------------------*/

/*----------------- Exclusive area start ------------------*/

.exclusive-area {
    background: #ECECEC;
    position: relative;
}

.exclusive-area .container {
    max-width: 100%;
}

.exclusive-content h3 {
    font-size: 80px;
    color: #CD9A33;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.exclusive-content h3 span {
    margin-left: 21px;
    position: relative;
    top: -15px;
}

.exclusive-content h4 {
    font-size: 42px;
    color: #152942;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: inherit;
    font-family: 'Bebas Neue pr';
}

.exclusive-content p {
    font-size: 25px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bebas Neue Pre';
}

.exclusive-content.first {
    padding-left: 75px;
    margin-top: 57px;
    height: 348px;
}

.exclusive-content.left {
    margin-top: 52px;
}

.hr-lft-txt {
    max-width: 300px;
    margin-right: 75px;
    margin-left: auto;
}

.exclusive-thumb.second img {
    margin-top: -100px;
}

.exclusive-thumb.second .ex-icon img {
    margin-top: -80px;
}

.t2-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    max-width: 455px;
    bottom: -66px;
    z-index: 2;
}

/*----------------- Exclusive area end ------------------*/

/*----------------- Potencia area start ------------------*/

.potencia-area {
    background-image: url(../img/bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 22px 0;
    padding-top: 150px;
}

.pt-s {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.poten-icon {
    max-width: 134px;
    flex: 0 0 auto;
    margin-right: 30px;
}

.single-potencia-content {
    display: flex;
    margin-bottom: 95px;
}

.single-potentcia-text h4 {
    font-size: 42px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: .5px;
}

.single-potentcia-text p {
    font-size: 29px;
    color: #fff;
    line-height: 1.1;
    margin: 0;
    font-family: 'Bebas Neue pr Book';
    font-weight: 300;
}

.single-potentcia-text p a {
    color: #F3B369;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Bebas Neue Pro';
}

.poten-thumb {
    position: absolute;
    right: 0;
    bottom: 30px;
    max-width: 61%;
}

/*----------------- Potencia area end ------------------*/

/*----------------- Recipy area start ------------------*/

.recipy-area {
    background-image: url(../img/bg-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 675px;
    position: relative;
    padding-top: 140px;
}

.recipy-content-wrap {
    background: #152942;
    padding: 45px 50px;
    display: inline-block;
}

.recipy-content h4 {
    font-size: 42px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Bebas Neue pr';
}

.recipy-content h2 {
    font-size: 80px;
    line-height: .9;
    margin: 0;
    letter-spacing: .5px;
    color: #ffffff;
    margin-bottom: -1px;
}

.recipy-content {
    border-left: 9px solid #CC9A33;
    padding-left: 30px;
    margin-left: 15px;
    padding-top: 4px;
}

/*----------------- Recipy area end ------------------*/

/*----------------- Select area start ------------------*/

.select-area {
    background-color: #ECECEC;
}

.select-left span {
    width: 100%;
    display: block;
    min-height: 293px;
}

.select-thumb-wrap {
    display: flex;
    height: 100%;
}

.select-content-wrap h3 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 40px;
    font-family: 'Bebas Neue pr';
}

.single-select-wrap h4 {
    font-size: 40px;
    color: #CD9A33;
    line-height: 1;
    margin-bottom: 7px;
}

.single-select-wrap p {
    font-size: 25px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bebas Neue Pre';
}

.selects {
    margin-top: 35px;
    margin-bottom: 55px;
    display: flex;
}

.select-content-wrap {
    padding-top: 65px;
    padding-left: 45px;
}

.single-select-wrap {
    padding-top: 13px;
}

/*----------------- Select area end ------------------*/

/*----------------- Feature area start ------------------*/

.feature-area {
    position: relative;
    padding: 85px 20px;
    padding-bottom: 50px;
}

.feature-area::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #CC9A33;
    z-index: -1;
    height: 340px;
    content: '';
}

.single-feature-item {
    background: #ECECEC;
    padding: 20px;
    height: 100%;
}

.ft-thumb {
    background: #ffffff;
}

.ft-content {
    padding: 10px 20px;
    padding-top: 28px;
    padding-left: 28px;
}

.ft-content h4 {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 18px;
    font-family: 'Bebas Neue pr';
    letter-spacing: .2px;
}

.ft-content p {
    font-size: 25px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bebas Neue Pre';
}

.col-lg-4.col-md-4.col-sm-6.f-tm {
    padding: 0 25px;
}

/*----------------- Feature area end ------------------*/

/*----------------- More area start ------------------*/

.more-area {
    background: #152942;
    padding: 95px 0px;
    position: relative;
    padding-bottom: 50px;
    padding-left: 30px;
}

.exclusive-thumb .mob {
    display: none;
}

.more-area .container {
    max-width: 1160px;
}

.more-area h3 {
    font-size: 75px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
}

.more-area h3 span {
    color: #CC9A33;
    padding: 0;
}

.more-area .col-lg-6.col-md-6 {
    padding: 0px;
}

.more-left-img span {
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-flex;
    padding: 5px;
}

.more-area span img {
    width: 100%;
}

.more-left-img {
    display: flex;
    margin: 0 -6px;
}

.more-area span {
    padding: 7px;
}

.more-right {
    height: 100%;
    display: flex;
}

.more-right-lft {
    flex: 0 0 40%;
    padding: 10px;
    padding-bottom: 0;
    padding-left: 15px;
}

.more-area .more-right-rgt span {
    padding: 0px;
    padding-top: 12px;
    display: block;
    padding-left: 7px;
}

.more-right-rgt {
    flex: 0 0 53%;
}

.more-right-lft span {
    padding: 0;
    /*! padding-left: 4px; */
}

.more-right-lft span img {
    height: 99.9%;
}

.s-3.mob {
    display: none;
}

.more-r-wrapper h3 {
    display: none;
}

.b-mob {
    display: none;
}

.slct-img {
    margin-left: -20px;
}

.slct-img:first-child {
    margin-left:-5px;
}

/*----------------- More area end ------------------*/