:root {

    --yellow-color: #ffe5a2;

    --yellow-color-1: #ffe29d;

    --black-color: #000000;

    --black-color-1: #24211e;

    --black-color-2: #101010;

    --black-color-3: rgba(0, 0, 0, 0.50);

    --black-color-4: rgba(0, 0, 0, 0);

    --white-color: #ffffff;

    --white-color-1: #d8d8d8;

    --white-color-2: #f0f0f0;

    --gray-color: #878787;

    --gray-color-1: #b2b2b2;

    --dark-color: #414141;

    --dark-color-1: #2c2926;

    --dark-color-2: #252527;

}



html { scroll-behavior: smooth; }

body { overflow: hidden; overflow-y: auto; background: var(--black-color); font-family: 'Montserrat'; }

body,h1,h2,h3,h4,h5,h6,p,ul,li,a,span,table { margin: 0; padding: 0; list-style: none; }

*,::after,::before { box-sizing: border-box; }

* { margin: 0; padding: 0; }

[type=button]:not(:disabled),button:not(:disabled) { outline: 0; }

a { -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; color: var(--white-color); outline: none; text-decoration: none; box-shadow: none; }

a:focus,a:hover { text-decoration: none; color: var(--white-color); outline: 0; }

p { color: var(--white-color); font-size: 14px; line-height: 1.5; font-weight: 400; }

button { border: none; outline: none; box-shadow: none; background: none; }

.object-fit-cover { object-fit: cover !important; }



.slick-slide { box-shadow: none; border-color:none; color: none; background: none; outline:none; }



@media (min-width:768px) {

    .w-sm-auto { width: auto !important; }

    .w-md-auto { width: auto !important; }

    .w-lg-auto { width: auto !important; }

    .w-xl-auto { width: auto !important; }

    .w-xxl-auto { width: auto !important; }

}



/*------------------------------ Montserrat Web Font CSS --------------------------------*/

@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Black.eot"); src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg"); font-weight: 900; font-style: normal; font-display: swap; }



@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Bold.eot"); src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg"); font-weight: bold; font-style: normal; font-display: swap; }



@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Regular.eot"); src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }



@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Light.eot"); src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg"); font-weight: 300; font-style: normal; font-display: swap; }



@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-SemiBold.eot"); src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg"); font-weight: 600; font-style: normal; font-display: swap; }



@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Medium.eot"); src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap; }



/*------------------------------ Preloader CSS --------------------------------*/

.preloader { animation-delay: 1s; width: 100vw; height: 100vh; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; position: fixed; top: 0; left: 0; z-index: 9999999; background-color: var(--black-color); overflow: hidden; }

.preloader .sub-preloader { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; }

.preloader .sub-preloader img { height: 84px; background-size: cover; animation: spin 1s linear infinite; }

@keyframes spin { to { transform: rotate(360deg);} }



/*------------------------------ Common Title CSS --------------------------------*/

.common-title { margin: 0 0 25px 0; position: relative; display: inline-block; vertical-align: top; font-size: 30px; text-transform: uppercase; letter-spacing: 0.03em; color: var(--yellow-color); font-weight: 700; }

.common-subtitle { margin: 0 0 30px 0; font-size: 26px; font-weight: 300; line-height: 1.5; color: var(--white-color); }

.common-desc { margin: 0 0 20px 0; font-size: 20px; font-weight: 400; line-height: 1.5; color: var(--gray-color); }

.common-desc-link { color: var(--yellow-color); }

.common-desc-link:hover,.common-desc-link:focus { color: var(--gray-color); }

.common-subtitle-spacing { margin: 0 0 10px 0 !important; }



/*------------------------------ Common Button CSS --------------------------------*/

.common-btn1-hover { position: relative; display: inline-block; text-shadow: none !important; -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.common-btn1-hover span { margin: 0 15px; padding: 12px 16px; font-weight: 700; font-size: 16px; color: var(--black-color); text-align: center; background-color: var(--yellow-color); outline: none; text-decoration: none; display: flex; justify-content: center; align-items: center; text-transform: uppercase; position: relative; z-index: 2; height: 50px; -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.common-btn1-hover:focus span, .common-btn1-hover:hover span { color: var(--black-color-3) !important; -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.common-btn1-hover span::before { content:''; position: absolute; left: -14px; top: auto; bottom: auto; width: 14px; height: 100%; background-image: url('../images/btn-left-img.png'); background-repeat: no-repeat; background-size: cover; }

.common-btn1-hover span::after { content:''; position: absolute; right: -13px; top: auto; bottom: auto; width: 14px; height: 100%; background-image: url('../images/btn-right-img.png'); background-repeat: no-repeat; background-size: cover; }



/*------------------------------ Common Margin Padding CSS --------------------------------*/

.m-t-10 { margin-top: 10px; }

.m-t-24 { margin-top: 24px; }

.m-b-24 { margin-bottom: 24px; }

.m-b-36 { margin-bottom: 36px; }

.m-t-34 { margin-top: 34px; }

.m-t-37 { margin-top: 37px; }

.m-t-45 { margin-top: 45px; }

.m-b-40 { margin-bottom: 40px; }

.m-t-60 { margin-top: 60px; }

.m-b-60 { margin-bottom: 60px; }

.m-y-60 { margin-top: 60px; margin-bottom: 60px; }



.p-r-10 { padding-right: 10px; }

.p-t-60 { padding-top: 60px; }

.p-b-60 { padding-bottom: 60px; }

.p-t-50 { padding-top: 50px; }

.p-y-27 { padding-top: 27px; padding-bottom: 27px; }

.p-y-60 { padding-top: 60px; padding-bottom: 60px; }

.p-y-80 { padding-top: 80px; padding-bottom: 80px; }

.p-t-70 { padding-top: 70px; }

.p-t-75 { padding-top: 75px; }

.p-t-73 { padding-top: 73px; }

.p-b-75 { padding-bottom: 75px; }

.p-t-110 { padding-top: 110px; }

.p-t-120 { padding-top: 120px; }

.p-b-120 { padding-bottom: 120px; }

.p-y-120 { padding-top: 120px; padding-bottom: 120px; }

.p-t-210 { padding-top: 210px; }

.p-b-210 { padding-bottom: 210px; }



/*------------------------------ Common Background Color CSS --------------------------------*/

.black-bg { background-color: var(--black-color); }

.white-bg { background-color: var(--white-color); }

.text-gray { color: var(--gray-color); }



/*------------------------------ Common Form CSS --------------------------------*/



/*=========================================== Homepage Start CSS ===========================================*/

/*------------------------------ Header CSS --------------------------------*/

.header-main { position: absolute; top: 0; left: 0; right: 0; background-color: transparent; -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.stickyNav { position: fixed; top: 0; z-index: 1000; width: 100%; left: 0; background-color: var(--black-color) !important; -webkit-box-shadow: 0 1px 20px rgb(255,226,157,0.5); box-shadow: 0 1px 20px rgb(255,226,157,0.5); }

.sticky-top { background-color: transparent; }

.headerchanged { background-color: var(--black-color-1) !important; }

.headerchanged .header .navbar-brand img { -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.header { background: none; margin: 0; padding: 18px 0; -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.stickyNav .header { padding: 10px 0; -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.header .navbar-brand img { height: 84px; filter: drop-shadow(0px 0px 10px var(--black-color)); }

.stickyNav .header .navbar-brand img { height: 70px; -webkit-transition: all 240ms ease-in-out; -moz-transition: all 240ms ease-in-out; -ms-transition: all 240ms ease-in-out; -o-transition: all 240ms ease-in-out; transition: all 240ms ease-in-out; }

.header-nav-link { color: var(--white-color) !important; font-size: 18px; font-weight: 400; padding: 0 0 0 45px !important; text-shadow: 1px 1px 4px var(--black-color); }

.header-nav-link:hover { color: var(--yellow-color) !important; }

.header-nav-link.active { color: var(--yellow-color) !important; }

.header-nav-link:focus, .header-nav-link:hover { color: var(--yellow-color) !important; }

.right-nav-list .theme-form-select { cursor: pointer; }

.right-nav-list .theme-form-select img { margin-right: 6px; height: 14px; }



/*------------------------------ Homepage Banner CSS --------------------------------*/

.homepage-banner-main { visibility: hidden; z-index: -1; opacity: 0; overflow: hidden; }

.loaded .homepage-banner-main { overflow: visible; z-index: 1; opacity: 1; visibility: visible; position: relative; width: 100%; height: auto; }

.loaded .homepage-banner-main .jb-col-1 { flex-basis: 57.28%; flex-grow: 0; max-width: 57.28%; }

.loaded .homepage-banner-main .jb-col-2 { flex-basis: 0; flex-grow: 1; max-width: none; }

.loaded .homepage-banner-main [class*="jb-col"] > img { width: 100%; height: 100%; }

.loaded .homepage-banner-title-main { position: relative; }

.loaded .homepage-banner-title-box { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--black-color); padding: 58px; display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; z-index: 9999; }

.loaded .homepage-banner-title { font-size: 48px; font-weight: 400; line-height: 1.2; color: var(--white-color); }



/*------------------------------ Homepage About Just Burger CSS --------------------------------*/

.homepage-about-just-burger { position: relative; z-index: 2; border-top: 1px solid var(--dark-color); border-bottom: 1px solid var(--dark-color); }

.homepage-about-just-burger-left { padding: 0 62px 0 0; }

.homepage-about-just-burger-left p:nth-last-child(2) { margin: 0 0 37px 0; }

.homepage-about-just-burger-items-box-2:nth-child(1) .homepage-about-just-burger-item-2 { margin-right: -26px; }

.homepage-about-just-burger-items-box-2:nth-child(3) .homepage-about-just-burger-item-2 { margin-right: -25px; }

.homepage-about-just-burger-items-box-2:nth-child(odd) .homepage-about-just-burger-item-2 { top: -60px; }

.homepage-about-just-burger-items-2 { padding: 28px 0 0 0; }

.homepage-about-just-burger-item-2 { margin-top: 32px; margin-bottom: 0; padding: 0; position: relative; text-align: center; float: right; }

.homepage-about-just-burger-item-2 .image-2 { margin: 0; position: relative; overflow: hidden; display: block; width: 348px; height: 640px; border-radius: 25px; -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.homepage-about-just-burger-item-2 .image-2 img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.homepage-about-just-burger-item-2:hover .image-2 img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.85; top: 0; }



/*------------------------------ Homepage Our Story CSS --------------------------------*/

.homepage-our-story { background-image: url("../images/homepage-our-story-bg.png"); background-position: top center; background-repeat: no-repeat; background-size: cover; }

.homepage-our-story-leftbox { margin: 115px 0px 0px 0px; }

.homepage-our-story-rightbox { margin: 115px 0px 0px 0px; }

.homepage-our-story-centerbox { margin: 18px 0px 0px 0px; }

.homepage-our-story-title-main { margin: 0px 0px 165px 0px; padding: 0% 17% 0% 17%; text-align: center; }

.homepage-our-story-item-titles { flex-direction: column; display: flex; align-items: center; margin: -15px; }

.homepage-our-story-item-number { width: 50px; height: 50px; border-radius: 15px; display: flex; align-items: center; justify-content: center; color: var(--black-color-1); text-align: center; font-size: 16px; font-weight: 400; background-color: var(--yellow-color); text-transform: uppercase; flex: 0 0 auto; }

.homepage-our-story-item-title { font-size: 18px; font-weight: 700; color: var(--yellow-color); padding: 15px; }

.homepage-our-story-item-text p { font-size: 14px; line-height: 1.8; font-weight: 400; color: var(--gray-color-1); }

.homepage-our-story-item-titles + .homepage-our-story-item-text { margin-top: 8px; }

.homepage-our-story-item-align-left .homepage-our-story-item-titles + .homepage-our-story-item-text { padding-left: 0; }

.homepage-our-story-item-align-center .homepage-our-story-item-titles { flex-direction: column; }

.homepage-our-story-item-align-right .homepage-our-story-item-titles { flex-direction: column; }

.homepage-our-story-item-align-right .homepage-our-story-item-titles + .homepage-our-story-item-text { padding-right: 0; }

.homepage-our-story-item-align-left { text-align: center; padding: 0px 173px 0px 0px; }

.homepage-our-story-item-align-center { text-align: center; padding: 0px 90px 0px 90px; }

.homepage-our-story-item-align-right { text-align: center; padding: 0px 0px 0px 173px; }

.homepage-our-story-item-align-center .homepage-our-story-item-titles { flex-direction: column; }

.homepage-our-story-item-align-right .homepage-our-story-item-titles { flex-direction: column; }

.homepage-our-story-burger-map-images { overflow: hidden; height: 563px; margin: 0 auto; display: block; margin-bottom: 22px; margin-top: 22px; }



/*------------------------------ Homepage Franchise CSS --------------------------------*/

.homepage-franchise { position: relative; border-top: 1px solid var(--dark-color); }

.homepage-franchise::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; background-color: var(--yellow-color); width: 37%; height: 45%; z-index: -1; }

.homepage-franchise-images { border-radius: 30px; overflow: hidden; height: 736px; margin: 0 222px 0 0; }

.homepage-franchise-text { content: ''; position: absolute; bottom: 0; right: 12px; background-color: var(--black-color-2); max-width: 680px; border-radius: 30px; padding: 44px 39px; }



/*------------------------------ Homepage Franchise For List CSS --------------------------------*/

.homepage-franchise-for-list-box { position: relative; }

.homepage-franchise-for-list-box.one { padding: 0 112px 0 0; }

.homepage-franchise-for-list-box.one::after { content: ""; display: block; width: 2px; height: 134px; background: var(--dark-color); position: absolute; right: 16px; top: 36px; text-align: center; bottom: 0; }

.homepage-franchise-for-list-box.two { padding: 0 80px 0 34px; }

.homepage-franchise-for-list-box.two::after { content: ""; display: block; width: 2px; height: 134px; background: var(--dark-color); position: absolute; right: -12px; top: 36px; text-align: center; bottom: 0; }

.homepage-franchise-for-list-box.three { padding: 0 34px 0 78px; }

.homepage-franchise-for-list-box.three::after { content: ""; display: block; width: 2px; height: 134px; background: var(--dark-color); position: absolute; right: -52px; top: 36px; text-align: center; bottom: 0; }

.homepage-franchise-for-list-box.for { padding: 0 0 0 113px; }

.homepage-franchise-for-list-title { color: var(--white-color); font-size: 60px; font-weight: 700; }

.homepage-franchise-for-list-subtitle { font-size: 18px; font-weight: 700; color: var(--yellow-color); margin: 2px 0 18px 0; }

.homepage-franchise-for-list-decs { font-size: 14px; line-height: 1.8; font-weight: 400; color: var(--gray-color-1); }



/*------------------------------ Homepage Reservation & Booking CSS --------------------------------*/

.homepage-reservation-booking { position: relative; width: 100%; border-top: 1px solid var(--dark-color); }

.alert-success { padding: 10px 15px; display: flex; align-items: center; }

.alert-success .close { display: inline-flex; line-height: normal; margin-left: 5px; }

.homepage-reservation-booking-bg-images { position: relative; overflow: hidden; height: 666px; }

.homepage-reservation-booking-bg-images::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(16, 16, 16, 0.50); }

.homepage-reservation-booking-content-main { position: absolute; left: 0; top: 0; width: 100%; margin-top: 120px; }

.homepage-reservation-booking-star-rating { position: relative; display: inline-block; margin-right: 8px; margin-bottom: 24px; font-size: 19px; color: var(--yellow-color); }

.homepage-reservation-booking-inner { position: relative; border-radius: 0; }

.homepage-reservation-booking-form { display: block; padding: 0; position: relative; }

.homepage-reservation-booking-formleft { padding-right: 7px !important; }

.homepage-reservation-booking-formright { padding-left: 7px !important; }

.homepage-reservation-booking .form-control { display: block; width: 100%; font-size: 17px; color: var(--white-color); font-weight: 300; padding: 20px 40px 20px 20px; background-color: var(--black-color); border: none; box-shadow: none; border-radius: 0; margin-bottom: 14px; text-transform: capitalize; }

.homepage-reservation-booking .form-control::-webkit-input-placeholder { color: var(--white-color); }

.homepage-reservation-booking .form-control::-moz-placeholder { color: var(--white-color); }

.homepage-reservation-booking .form-control:-ms-input-placeholder { color: var(--white-color); }

.homepage-reservation-booking .form-control:-moz-placeholder { color: var(--white-color); }

.homepage-reservation-booking textarea.form-control { height: 125px; }

.homepage-reservation-booking-reservations { display: flex; align-items: center; margin: 41px 0 38px 0; }

.homepage-reservation-booking-reservations .icons  { position: relative; top: 3px; font-size: 50px; color: var(--yellow-color); }

.homepage-reservation-booking-reservations .icons span { font-size: 35px; color: var(--yellow-color); }

.homepage-reservation-booking-reservations .icons.color-1 span { font-size: 40px; color: var(--white-color); }

.homepage-reservation-booking-reservations .text { margin-left: 23px; }

.homepage-reservation-booking-reservations .text p { font-size: 18px; font-weight: 700; color: var(--white-color); }

.homepage-reservation-booking-reservations .text a { font-size: 30px; color: var(--white-color); letter-spacing: 1px; font-weight: 400; }

.homepage-reservation-booking-reservations .text a.color-1 { color: var(--white-color); }

.homepage-reservation-booking-callus-tollfree i { font-size: 14px; color: var(--yellow-color); }

.homepage-reservation-booking-callus-tollfree small { font-size: 16px; font-weight: 400; color: var(--white-color); margin: 0 0 0 10px; }

.homepage-reservation-booking-box { background-color: var(--black-color-1); padding: 45px 45px; }



/*------------------------------ Homepage Video CSS --------------------------------*/

.homepage-video { position: relative; }

.homepage-video-absolute { position: absolute; z-index: 1; }

.homepage-video-widget-wrap { position: relative; width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: start; align-content: flex-start; }

.homepage-video-widget { position: relative; }

.homepage-video-widget::before { content: ''; position: absolute; left: 0; right: 0; top: 0; width: 1920px; height: 43px; background-image: url('../images/home-burger-video-divider-01.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 1; }

.homepage-video-widget::after { content: ''; position: absolute; left: 0; right: 0; bottom: -7px; width: 1920px; height: 43px; background-image: url('../images/home-burger-video-divider-02.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 1; }

.homepage-video-widget:not(:first-child) { margin-bottom: 20px; top: 0; }

.homepage-video-widget:not(:first-child).homepage-video-absolute { margin-bottom: 0; }

.homepage-video-widget:not(:last-child) { margin-bottom: 20px; bottom: 0; }

.homepage-video-widget:not(:last-child).homepage-video-absolute { margin-bottom: 0; }

.homepage-video-player { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; }

.homepage-video-player > a,

.homepage-video-player > a:visited { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; }

.homepage-video-player:before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.homepage-video-player { background-image: url("../images/homepage-burger-video-img.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; height: 586px; }

.homepage-video-player.homepage-style-1 .homepage-content { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 60px; z-index: 1; }

.homepage-video-player.homepage-style-1 .homepage-content .homepage-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 60px; font-weight: 600; color: var(--black-color); }

.homepage-video-player.homepage-style-1 .homepage-content .homepage-title .homepage-play-icon { width: 80px; height: 80px; background-color: var(--black-color); -webkit-animation: jb_play_black 2s ease infinite; animation: jb_play_black 2s ease infinite; border-radius: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin: 0 40px; }

.homepage-video-player.homepage-style-1 .homepage-content .homepage-title .homepage-play-icon i { width: auto; color: var(--white-color); }

.homepage-video-player.homepage-style-1 .homepage-content .homepage-title + .homepage-text { margin-top: 30px; }

.homepage-video-player.homepage-style-1 .homepage-content .homepage-text { color: var(--black-color); font-size: 16px; width: 640px; max-width: 100%; text-align: center; }

.homepage-video-player.homepage-style-1.homepage-align-center .homepage-content { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.homepage-video-player.homepage-style-1.homepage-align-center .homepage-content .homepage-text { text-align: center; }

.homepage-video-player.homepage-style-1.homepage-dark .homepage-content .homepage-title { color: var(--white-color); }

.homepage-video-player.homepage-style-1.homepage-dark .homepage-content .homepage-title .homepage-play-icon { background-color: var(--white-color); -webkit-animation: jb_play_white 2s ease infinite; animation: jb_play_white 2s ease infinite; }

.homepage-video-player.homepage-style-1.homepage-dark .homepage-content .homepage-title .homepage-play-icon i { color: var(--black-color); font-size: 24px; }

.homepage-video-player.homepage-style-1.homepage-dark .homepage-content .homepage-text { color: var(--white-color); }

.homepage-align-center { text-align: center; }

@-webkit-keyframes jb_play_white { 0% { -webkit-transform: scale(1); transform: scale(1); } 15% { -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); } 25% { -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.2); box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.2); } 25% { -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2); box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2); } }

@keyframes jb_play_white { 0% { -webkit-transform: scale(1); transform: scale(1); } 15% { -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); } 25% { -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.2); box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.2); } 25% { -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2); box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2); } }



/*------------------------------ Homepage Instagram Slider CSS --------------------------------*/

.homepage-instagram-carousel { position: relative; overflow: hidden; }

.homepage-instagram-wrapper .slick-list { margin: 0 -15px; }

.homepage-instagram-wrapper .slick-slide { padding: 0px 15px; }

.homepage-instagram-slide-item { position: relative; width: 100%; }

.homepage-instagram-slide-item .image { position: relative; overflow: hidden; left: 0; top: 0; width: 100%; height: 296px; border-radius: 32px; }

.homepage-instagram-slide-item .image:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--black-color-1); opacity: 0; pointer-events: none; z-index: 2; -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.homepage-instagram-slide-item .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }

.homepage-instagram-slide-item .image i { margin-left: -20px; margin-top: -20px; position: absolute; left: auto; top: 47px; right: 27px; width: 40px; font-size: 40px; line-height: 1.5; color: var(--white-color); text-align: center; opacity: 1; z-index: 3; -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.homepage-instagram-slide-item:hover .image:before { opacity: 0.75; }

.homepage-instagram-slide-item:hover .image i { opacity: 1; color: var(--yellow-color); }

.homepage-instagram-image-hover { position: relative; overflow: hidden; display: block; font-size: 0; }

.homepage-instagram-image-hover img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.homepage-instagram-image-hover:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }



/*------------------------------ Footer CSS --------------------------------*/

.footer-widgets { border-top: 1px solid var(--dark-color); }

.footer-one { width: 14%; }

.footer-two { width: 21%; }

.footer-three { width: 27%; }

.footer-for { width: 26%; }

.footer-five { width: 12%; }

.footer-menu:last-child { margin-left: 60px; }

.footer-widgets li { position: relative; padding-left: 28px; }

.footer-widgets .navbar-brand img { height: 84px; }

.footer-widgets a { color: var(--white-color); font-size: 14px; font-weight: 400; line-height: 2.8; }

.footer-widgets a:hover, .footer-widgets a:focus { color: var(--yellow-color); }

.footer-widgets a i { color: var(--yellow-color); font-size: 18px; line-height: 2.2; position: absolute; left: 0; }

.footer-widgets .footer-address-list { color: var(--white-color); font-size: 14px; font-weight: 400; line-height: 2.8; }

.footer-widget-title { font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; color: var(--gray-color-1); }

.footer-copyright { padding: 0 0 43px 0; }

.footer-copyright-text { font-size: 14px; color: var(--white-color); }

.footer-to-top { position: fixed; bottom: 7%; right: 3%; padding: 0px; margin: 0px; display: none; cursor: pointer; -webkit-font-smoothing: antialiased; z-index: 2; }

.footer-to-top-img { position: absolute; width: 40px; height: 40px; margin: 0; background-color: var(--yellow-color-1); border-radius: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }

.footer-to-top-img i { font-size: 18px; color: var(--dark-color-1); }



/*------------------------------ Homepage Responsive CSS --------------------------------*/

@media (max-width: 1899.98px) {

    .loaded .homepage-banner-title { font-size: 47px; }   

}

@media (max-width: 1799.98px) {

    .loaded .homepage-banner-title { font-size: 45px; }   

}

@media (max-width: 1699.98px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 100%; padding-left: 50px; padding-right: 50px; }

    .loaded .homepage-banner-title { font-size: 42px; }   

    .homepage-about-just-burger-item-2 .image-2 { width: 338px; height: 622px; }

}

@media (max-width: 1599.98px) {

    .loaded .homepage-banner-title { font-size: 40px; }

    .homepage-banner-right-part-images { right: 68px; bottom: 26px; }

    .homepage-about-just-burger-items-box-2:nth-child(1) .homepage-about-just-burger-item-2 { margin-right: 0; }

    .homepage-about-just-burger-item-2 { width: 100%; }

    .homepage-about-just-burger-item-2 .image-2 { width: 332px; height: 610px; }

    .homepage-our-story-item-titles { margin: 0; }

    .homepage-our-story-item-titles + .homepage-our-story-item-text { margin-top: 0px; }

    .homepage-our-story-item-align-center { padding: 0px 88px 0px 88px; }

    .homepage-our-story-item-align-right { padding: 0px 0px 0px 84px; }

    .homepage-our-story-item-text p br { display: none; }

    .homepage-franchise-images { height: 658px; }

    .footer-one { width: 12%; }

    .footer-five { width: 14%; }

}

@media (max-width: 1499.98px) {

    .loaded .homepage-banner-title { font-size: 37px; }

    .homepage-about-just-burger-item-2 .image-2 { width: 100%; }

    .homepage-our-story-item-align-left { padding: 0px 100px 0px 0px; }

    .homepage-our-story-item-align-center { padding: 0px 70px 0px 70px; }

    .homepage-our-story-item-align-right { padding: 0px 0px 0px 50px; }

    .homepage-franchise-for-list-box.one { padding: 0 82px 0 0; }

    .homepage-franchise-for-list-box.two { padding: 0 62px 0 19px; }

    .homepage-franchise-for-list-box.three { padding: 0 19px 0 63px; }

    .homepage-franchise-for-list-box.for { padding: 0 0 0 83px; }

    .homepage-reservation-booking-box { padding: 45px 27px; }

    .homepage-franchise-images { height: 610px; }

    .footer-widget-title { font-size: 15px; }

    .footer-one { width: 13%; }

    .footer-three { width: 27%; }

    .footer-for { width: 25%; }

    .footer-five { width: 14%; }

    .footer-menu:last-child { margin-left: 30px; }

    .footer-to-top { right: 5%; }

}

@media (max-width: 1399.98px) {

    .loaded .homepage-banner-title-box { padding: 38px;}

    .loaded .homepage-banner-title { font-size: 35px; }

    .header { padding: 10px 0; }

    .stickyNav .header { padding: 8px 0; }

    .header .navbar-brand img { height: 74px; }

    .stickyNav .header .navbar-brand img { height: 64px; }

    .header-nav-link { font-size: 16px; padding: 0 0 0 25px !important; }

    .right-nav-list .theme-form-select .dropdown-toggle img { height: 14px; }

    .right-nav-list .dropdown-menu { min-width: 6rem; font-size: 14px; }

    .common-btn1-hover span { margin: 0 15px; padding: 8px 10px; font-size: 15px; height: 46px; }

    .common-btn1-hover span::before { left: -12px; width: 12px; }

    .common-btn1-hover span::after { right: -11px; width: 12px; }

    .homepage-about-just-burger-left { padding: 0; }

    .common-title { font-size: 25px; margin: 0 0 20px 0; }

    .common-subtitle { font-size: 21px; margin: 0 0 25px 0; }

    .common-desc { font-size: 17px; margin: 0 0 15px 0; }

    .homepage-about-just-burger-item-2 .image-2 { height: 480px; }

    .homepage-our-story-title-main { margin: 0px 0px 105px 0px; padding: 0; }

    .homepage-our-story-item-align-left { padding: 0; }

    .homepage-our-story-item-align-center { padding: 0; }

    .homepage-our-story-item-align-right { padding: 0; }

    .homepage-our-story-item-number { width: 45px; height: 45px; font-size: 15px; }

    .homepage-our-story-item-title { font-size: 16px; }

    .homepage-franchise-images { height: 512px; margin: 0 170px 0 0; }

    .homepage-franchise-text { max-width: 570px; padding: 34px 29px; }

    .homepage-franchise-for-list-box.one { padding: 0 15px 0 0; }

    .homepage-franchise-for-list-box.one::after { right: 0; }

    .homepage-franchise-for-list-box.two { padding: 0 15px 0 0; }

    .homepage-franchise-for-list-box.two::after { right: 0; }

    .homepage-franchise-for-list-box.three { padding: 0 15px 0 0; }

    .homepage-franchise-for-list-box.three::after { right: 0; }

    .homepage-franchise-for-list-box.for { padding: 0; }

    .homepage-franchise-for-list-title { font-size: 50px; }    

    .homepage-franchise-for-list-subtitle { font-size: 16px; }

    .homepage-reservation-booking-content-main { margin-top: 70px; }

    .homepage-reservation-booking-bg-images { height: 596px; }

    .alert-success { padding: 6px 10px; line-height: 1.3; }

    .homepage-reservation-booking-star-rating { margin-bottom: 44px; font-size: 18px; }

    .homepage-reservation-booking-reservations { margin: 31px 0 28px 0; }

    .homepage-reservation-booking-reservations .icons { font-size: 45px; }

    .homepage-reservation-booking-reservations .text { margin-left: 20px; }

    .homepage-reservation-booking-reservations .text p { font-size: 16px; }

    .homepage-reservation-booking-reservations .text a { font-size: 25px; }

    .homepage-reservation-booking-callus-tollfree small { font-size: 15px; }

    .homepage-reservation-booking-box { padding: 35px 25px; }

    .homepage-reservation-booking .form-control { font-size: 16px; padding: 17px 37px 17px 17px; margin-bottom: 10px; }

    .homepage-reservation-booking textarea.form-control { height: 115px; }

    .homepage-video-player { height: 486px; }

    .homepage-video-player.homepage-style-1 .homepage-content .homepage-title { font-size: 55px; }

    .homepage-video-player.homepage-style-1 .homepage-content .homepage-title .homepage-play-icon { width: 75px; height: 75px; }

    .homepage-video-player.homepage-style-1.homepage-dark .homepage-content .homepage-title .homepage-play-icon i { font-size: 20px; }

    .homepage-instagram-slide-item .image { height: 215px; }

    .homepage-instagram-slide-item .image i { top: 37px; right: 17px; width: 35px; font-size: 35px; }

    .p-t-210 { padding-top: 130px; }

    .p-t-120 { padding-top: 70px; }

    .p-y-120 { padding-top: 70px; padding-bottom: 70px; }

    .p-b-120 { padding-bottom: 70px; }

    .p-t-110 { padding-top: 60px; }

    .p-b-75 { padding-bottom: 70px; }

    .p-y-60 { padding-top: 30px; padding-bottom: 30px; }

    .p-y-80 { padding-top: 50px; padding-bottom: 50px; }

    .p-y-27 { padding-top: 16px; padding-bottom: 16px; }    

    .footer-one { width: 9%; }

    .footer-two { width: 20%; }

    .footer-three { width: 30%; }

    .footer-for { width: 25%; }

    .footer-five { width: 16%; }

    .footer-widgets .navbar-brand img { height: 74px; }

    .footer-widgets a i { font-size: 16px; }

    .footer-copyright { padding: 0 0 23px 0; }

}

@media (max-width: 1199.98px) {    

    .loaded .homepage-banner-title { font-size: 30px; }

    .common-title { font-size: 20px; margin: 0 0 18px 0; }

    .common-subtitle { font-size: 16px; margin: 0 0 23px 0; }

    .common-subtitle br { display: none; }

    .common-desc { font-size: 15px; margin: 0 0 10px 0; }

    .common-desc br { display: none; }

    .homepage-about-just-burger-left p:nth-last-child(2) { margin: 0 0 30px 0; }

    .homepage-about-just-burger-item-2 .image-2 { height: 398px; border-radius: 15px; }

    .homepage-our-story-title-main { margin: 0px 0px 85px 0px; padding: 0; }

    .homepage-our-story-item-number { width: 40px; height: 40px; font-size: 14px; border-radius: 8px; }

    .homepage-our-story-item-title { font-size: 15px; padding: 10px; }

    .homepage-our-story-burger-map-images { height: 504px; }

    .homepage-franchise-images { height: 460px; margin: 0 100px 0 0; border-radius: 20px; }

    .homepage-franchise-text { max-width: 520px; padding: 24px 19px; border-radius: 20px; }

    .homepage-franchise-for-list-box.one { padding: 0 10px 0 0; }

    .homepage-franchise-for-list-box.two { padding: 0 10px 0 0; }

    .homepage-franchise-for-list-box.three { padding: 0 10px 0 0; }

    .homepage-franchise-for-list-title { font-size: 40px; }

    .homepage-franchise-for-list-subtitle { margin: 2px 0 10px 0; font-size: 15px; }

    .homepage-reservation-booking-bg-images { height: 510px; }

    .homepage-reservation-booking-star-rating { margin-bottom: 30px; font-size: 16px; }

    .homepage-reservation-booking-reservations { margin: 21px 0 18px 0; }

    .homepage-reservation-booking-reservations .icons { font-size: 40px; }

    .homepage-reservation-booking-reservations .text p { font-size: 15px; }

    .homepage-reservation-booking-reservations .text a { font-size: 20px; }

    .homepage-reservation-booking-callus-tollfree small { font-size: 14px; }

    .homepage-reservation-booking-box { padding: 25px 21px; }

    .homepage-reservation-booking .form-control { font-size: 15px; padding: 14px 34px 14px 14px; }

    .homepage-reservation-booking textarea.form-control { height: 85px; }

    .homepage-instagram-slide-item .image { height: 180px; border-radius: 22px; }

    .homepage-instagram-slide-item .image i { top: 32px; right: 12px; width: 30px; font-size: 30px; }

    .footer-one { width: 15%; margin-bottom: 30px; }

    .footer-two { width: 35%; margin-bottom: 30px; }

    .footer-three { width: 50%; margin-bottom: 30px; }

    .footer-for { width: 50%; }

    .footer-five { width: 50%; }

    .footer-menu:last-child { margin-left: 50px; }

    .footer-widgets li { padding-left: 22px; }

}

@media (max-width: 1024.98px) {

    .loaded .homepage-banner-title-box { padding: 28px; }

    .loaded .homepage-banner-title { font-size: 26px; }

}

@media (max-width: 1023.98px) {

    .loaded .homepage-banner-title-box-res { width: 590px; height: 260px; margin: auto; text-align: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--black-color); padding: 58px; display: flex; justify-content: center; align-items: center; }

}

@media (max-width: 991.98px) {

    .loaded .homepage-banner-title-box { padding: 20px; }

    .loaded .homepage-banner-title { font-size: 22px; }

    .homepage-about-just-burger,.homepage-our-story,.homepage-franchise,.homepage-franchise-for-list,.homepage-reservation-booking-box,.homepage-instagram-carousel,.footer-copyright { text-align: center; }

    .header { padding: 8px 0; }

    .stickyNav .header { padding: 4px 0; }

    .header .navbar-brand img { height: 64px; }

    .stickyNav .header .navbar-brand img { height: 54px; }

    .header.navbar-light .navbar-toggler { padding: 6px 8px; color: var(--black-color); border-color: transparent; background-color: var(--yellow-color); box-shadow: none; outline: none; border-radius: 5px; }

    .header.navbar-light .navbar-toggler-icon { background-image: url("../images/menubar.png"); background-repeat: no-repeat; background-size: contain; width: 24px; height: 24px; }

    .header.navbar-light .navbar-toggler > .close { background-image: url("../images/close.png"); background-repeat: no-repeat; background-size: contain; display: inline-block; width: 24px; height: 24px; vertical-align: middle; content: ""; opacity: 1; fill: var(--white-color); color: var(--white-color); float: none; }

    .header.navbar-light .navbar-toggler.collapsed > .close,

    .header.navbar-light .navbar-toggler:not(.collapsed) > .navbar-toggler-icon { display: none; }

    .header.navbar-light .navbar-collapse { position: fixed !important; top: 90px; height: 100vh !important; height: 100%; overflow: hidden !important; overflow-y: auto !important; background: var(--black-color-1); box-shadow: 0px 0px 10px 0px rgb(255 229 162 / 20%); width: 100%; min-width: 100%; transition: all 0.1s !important; left: -100%; opacity: 0; display: table !important; z-index: 10000; }

    .stickyNav .header.navbar-light .navbar-collapse { top: 72px; }

    .header.navbar-light .navbar-collapse .navbar-nav { overflow-y: auto; overflow-x: hidden; height: calc(100vh - 0px); padding-bottom: 80px; }

    .header.navbar-light .navbar-collapse.show { left: 0px; transition: all 0.1s !important; opacity: 1; }

    .header-nav-link { padding-top: 1.2rem !important; padding-bottom: 1.2rem !important; padding-left: 0 !important; }

    .right-nav-list { display: flex; align-items: center; justify-content: center; height: auto; }

    .right-nav-list .dropdown-menu { min-width: 5rem; }

    .right-nav-list .dropdown-menu.show { margin: 10px 0 0 0; }

    .homepage-about-just-burger-item-2 .image-2 { height: 616px; }

    .homepage-about-just-burger-items-2 { padding: 58px 0 0 0; }

    .homepage-about-just-burger-item-2 { width: 100%; }

    .homepage-our-story-title br { display: none; }

    .homepage-our-story-title-main { margin: 0; }

    .homepage-our-story-leftbox { margin: 40px 0px; }

    .homepage-our-story-rightbox { margin: 40px 0px 0px 0px; }

    .homepage-our-story-centerbox { margin: 40px 0px; }

    .homepage-our-story-item-title br { display: none; }

    .homepage-our-story-burger-map-images { height: 376px; }

    .homepage-our-story-item-number { margin: 0 auto; }

    .homepage-franchise-images { height: 383px; margin: 0 0 20px 0; }

    .homepage-franchise-text { max-width: 100%; position: relative; right: 0; }

    .homepage-franchise-for-list-box.one { padding: 0 0 30px 0; }

    .homepage-franchise-for-list-box.one::after { width: 140px; height: 2px; top: auto; left: 0; right: 0; bottom: 15px; margin: 0 auto; }

    .homepage-franchise-for-list-box.two { padding: 0 0 30px 0; }

    .homepage-franchise-for-list-box.two::after { width: 140px; height: 2px; top: auto; left: 0; right: 0; bottom: 15px; margin: 0 auto; }

    .homepage-franchise-for-list-box.three { padding: 0 0 30px 0; }

    .homepage-franchise-for-list-box.three::after { width: 140px; height: 2px; top: auto; left: 0; right: 0; bottom: 15px; margin: 0 auto; }

    .homepage-franchise-for-list-box.for { padding: 0; }

    .homepage-franchise::after { width: 50%; height: 43%; }

    .homepage-reservation-booking-bg-images { height: 630px; }

    .homepage-reservation-booking-formleft { padding-right: 12px !important; }

    .homepage-reservation-booking-formright { padding-left: 12px !important; }

    .homepage-instagram-slide-item .image { height: 230px; }

    .footer-widgets .navbar-brand img { height: 64px; }

    .footer-widgets .footer-address-list br { display: none; }    

    .footer-widget-title { font-size: 14px; margin-bottom: 8px; }

    .footer-to-top-img { width: 30px; height: 30px; }

    .footer-to-top-img i { font-size: 14px; }

    .footer-to-top { bottom: 6%; }

}

@media (max-width: 767.98px) {    

    .loaded .homepage-banner-title-box { padding: 18px; }

    .loaded .homepage-banner-title { font-size: 20px; }

    .header-nav-link { font-size: 15px; padding-top: 1rem !important; padding-bottom: 1rem !important; }

    .common-btn1-hover span { font-size: 14px; }

    .homepage-banner-right-part-images { right: 20px; bottom: 10px; }

    .common-title { font-size: 16px; margin: 0 0 10px 0; }

    .common-subtitle { font-size: 15px; margin: 0 0 15px 0; }

    .common-desc { font-size: 14px; }

    .homepage-about-just-burger-left p:nth-last-child(2) { margin: 0 0 20px 0; }

    .homepage-about-just-burger-item-2 .image-2 { height: 452px; border-radius: 8px; }

    .homepage-our-story-leftbox { margin: 30px 0px; }

    .homepage-our-story-rightbox { margin: 30px 0px 0px 0px; }

    .homepage-our-story-centerbox { margin: 30px 0px; }

    .homepage-our-story-burger-map-images { height: 278px; }

    .homepage-our-story-item-title { font-size: 14px; }

    .homepage-franchise-images { height: 284px; border-radius: 10px; }

    .homepage-franchise-for-list-title { font-size: 30px; }

    .homepage-franchise-for-list-subtitle { font-size: 14px; }

    .homepage-franchise::after { height: 45%; }

    .homepage-franchise-text { border-radius: 10px; }

    .homepage-reservation-booking-bg-images { height: 878px; }

    .homepage-reservation-booking-star-rating { margin-bottom: 20px; font-size: 14px; }

    .homepage-reservation-booking-reservations { margin: 11px 0 8px 0; display: block; }

    .homepage-reservation-booking-reservations .icons { font-size: 35px; }

    .homepage-reservation-booking-reservations .text { margin-left: 0px; }

    .homepage-reservation-booking-reservations .text p { font-size: 14px; }

    .homepage-reservation-booking-reservations .text a { font-size: 16px; }

    .homepage-reservation-booking { text-align: center; }

    .homepage-reservation-booking-box { margin-top: 20px; }

    .homepage-video-player { height: 426px; }

    .homepage-instagram-slide-item .image { border-radius: 11px; }

    .footer-one { width: 100%; }

    .footer-two { width: 43%; }

    .footer-three { width: 57%; }

    .footer-for { width: 60%; }

    .footer-five { width: 40%; }

    .footer-widgets .two { line-height: normal; }

    .footer-to-top { right: 7%; }

}

@media (max-width: 575.98px) {

    .homepage-banner-right-side { display: none; }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 100%; padding-left: 20px; padding-right: 20px; }

    .homepage-banner-right-part-images { right: 0; left: 0; bottom: 0; top: 0; margin: auto 0; text-align: center; align-items: center; justify-content: center; display: flex; }

    .homepage-about-just-burger-items-2 { padding: 18px 0 0 0; }

    .homepage-about-just-burger-items-box-2:nth-child(2n+1) .homepage-about-just-burger-item-2 { top: 0; }

    .homepage-about-just-burger-item-2 { float: left; width: 100%; margin-top: 15px; }

    .homepage-our-story-burger-map-images { height: 276px; }

    .homepage-franchise-images { height: 281px; }

    .homepage-franchise-for-list-title { font-size: 25px; }

    .homepage-reservation-booking-content-main { margin-top: 30px; }

    .homepage-reservation-booking-bg-images { height: 920px; }

    .homepage-video-player { height: 360px; }

    .homepage-video-player.homepage-style-1 .homepage-content .homepage-title { font-size: 45px; }

    .homepage-video-player.homepage-style-1 .homepage-content .homepage-title .homepage-play-icon { width: 65px; height: 65px; }

    .homepage-video-player.homepage-style-1.homepage-dark .homepage-content .homepage-title .homepage-play-icon i { font-size: 15px; }

    .homepage-instagram-slide-item .image { height: 250px; }

    .p-t-210 { padding-top: 120px; }

    .p-t-120 { padding-top: 30px; }

    .p-y-120 { padding-top: 30px; padding-bottom: 30px; }

    .p-b-120 { padding-bottom: 30px; }

    .p-t-110 { padding-top: 20px; }

    .p-b-75 { padding-bottom: 30px; }

    .p-y-80 { padding-top: 30px; padding-bottom: 30px; }    

    .p-y-60 { padding-top: 15px; padding-bottom: 15px; }

    .footer-one { width: 100%; margin-bottom: 24px; }

    .footer-two { width: 100%; margin-bottom: 24px; }

    .footer-three { width: 100%; margin-bottom: 24px; }

    .footer-for { width: 100%; margin-bottom: 24px; }

    .footer-five { width: 100%; }

    .footer-to-top { right: 8%; }

}

@media (max-width: 480.98px) {

    .homepage-our-story-burger-map-images { height: 224px; }

    .homepage-franchise-images { height: 229px; }

    .homepage-franchise::after { height: 51%; }

    .homepage-instagram-slide-item .image { height: 190px; }

    .footer-to-top { right: 9%; }

}

@media (max-width: 414.98px) {

    .homepage-our-story-burger-map-images { height: 189px; }

    .homepage-franchise-images { height: 192px; }

    .homepage-franchise::after { height: 56%; }

    .homepage-reservation-booking-bg-images { height: 962px; }

    .homepage-instagram-slide-item .image { height: 160px; }

    .footer-to-top { right: 10%; }

}

@media (max-width: 375.98px) {    

    .homepage-our-story-burger-map-images { height: 168px; }

    .homepage-franchise-images { height: 171px; }

    .homepage-franchise::after { height: 62%; }

    .homepage-instagram-slide-item .image { height: 300px; }

}

@media (max-width: 360.98px) {    

    .homepage-our-story-burger-map-images { height: 159px; }

    .homepage-franchise-images { height: 163px; }

    .homepage-franchise::after { height: 63%; }

    .homepage-reservation-booking-bg-images { height: 992px; }

    .homepage-video-player { height: 300px; }

    .homepage-instagram-slide-item .image { height: 270px; }

    .footer-menu:last-child { margin-left: 40px; }

    .footer-to-top { right: 11%; }

}

@media (max-width: 343.98px) {

    .footer-widgets .two { line-height: 1; }

}

@media (max-width: 320.98px) {    

    .homepage-our-story-burger-map-images { height: 138px; }

    .homepage-franchise-images { height: 141px; }

    .homepage-franchise::after { height: 68%; }

    .homepage-reservation-booking-bg-images { height: 1042px; }

    .homepage-instagram-slide-item .image { height: 200px; }

}

/*=========================================== Homepage End CSS ===========================================*/



/*=========================================== About Us Page Start CSS ===========================================*/

/*------------------------------ About-Us Video & Point CSS --------------------------------*/

.aboutus-video-point { position: relative; border-bottom: 1px solid var(--dark-color); }

.aboutus-text { padding: 0 60px 300px 0; }

.aboutus-point { padding: 0 0 0 88px; }

.aboutus-point-list { font-size: 20px; font-weight: 400; color: var(--gray-color); margin-bottom: 20px; position: relative; padding-left: 44px; display: flex; align-items: flex-start; text-align: left; }

.aboutus-point-list:last-child { margin-bottom: 0px; }

.aboutus-point-list i { font-size: 25px; color: var(--yellow-color); position: absolute; left: 0; top: 3px; }



/*------------------------------ About-Us Gallery CSS --------------------------------*/

.aboutus-gallery { position: relative; margin: -281px 0 150px 0; }

.aboutus-gallery-main-box-1 { width: 43%; padding-right: 15px; }

.aboutus-gallery-main-box-2 { width: 28%; padding-right: 15px; padding-left: 15px; }

.aboutus-gallery-main-box-3 { width: 29%; padding-left: 15px; }

.aboutus-gallery-box.one { overflow: hidden; height: 801px; border-radius: 25px; }

.aboutus-gallery-box.two { overflow: hidden; height: 801px; border-radius: 25px; margin: 152px 0 0 0; }

.aboutus-gallery-box.three { overflow: hidden; height: 861px; border-radius: 25px; }

.aboutus-gallery-box { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.aboutus-gallery-box img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.aboutus-gallery-box:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.85; top: 0; }



/*------------------------------ About-Us Numbers CSS --------------------------------*/

.aboutus-numbers { padding: 0 0 150px 0; border-bottom: 1px solid var(--dark-color); }

.aboutus-numbers-item { position: relative; }

.aboutus-numbers-item.one { padding: 0; }

.aboutus-numbers-item.one::after { content: ""; display: block; width: 2px; height: 160px; background: var(--dark-color); position: absolute; right: 44px; top: 0; text-align: center; bottom: 0; margin: auto 0; }

.aboutus-numbers-item.two { padding: 0 0 0 45px; }

.aboutus-numbers-item.two::after { content: ""; display: block; width: 2px; height: 160px; background: var(--dark-color); position: absolute; right: 0px; top: 0; text-align: center; bottom: 0; margin: auto 0; }

.aboutus-numbers-item.three { padding: 0 0 0 90px; }

.aboutus-numbers-item.three::after { content: ""; display: block; width: 2px; height: 160px; background: var(--dark-color); position: absolute; right: -47px; top: 0; text-align: center; bottom: 0; margin: auto 0; }

.aboutus-numbers-item.for { padding: 0 0 0 137px; }

.aboutus-numbers-num { font-size: 60px; color: var(--white-color); font-weight: 700; line-height: normal; margin-bottom: 2px; }

.aboutus-numbers-name { font-size: 18px; font-weight: 700; color: var(--yellow-color); }



/*------------------------------ About-Us Our Story CSS --------------------------------*/

.aboutus-our-story { position: relative; border-bottom: 1px solid var(--dark-color); background-image: url('../images/aboutus-our-story-images-2.jpg'); background-repeat: no-repeat; background-size: cover; background-position: 0 800%; z-index: 0; }

.aboutus-our-story::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 27%; background-color: #252527; right: 0; }

.aboutus-our-story::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; margin: auto; background-color: var(--black-color); z-index: -1; opacity: 0.5; }

.aboutus-our-story-images { overflow: hidden; width: 100%; float: left; height: 770px; border-radius: 25px; margin: 0; -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); position: relative; z-index: 0; }

.aboutus-our-story-images.two { overflow: hidden; width: 300px; float: left; height: auto; border-radius: 25px; margin: 0;  position: relative; z-index: 1; }

.aboutus-our-story-images img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.aboutus-our-story-images:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.85; top: 0; }

.aboutus-our-story-details { padding: 0 0 30px 0; width: 100%; }

.aboutus-our-story-details-2 { background-color: var(--black-color); border-radius: 25px; padding: 60px; margin: 0px 128px; }



/*------------------------------ About-Us Our Mission CSS --------------------------------*/

.aboutus-our-mission { position: relative; border-bottom: 1px solid var(--dark-color); }

.aboutus-our-mission-right-overlay { position: absolute; left: 50%; right: 0; top: 0; bottom: 0; }

.aboutus-our-mission-detail { padding: 0 0 0 29px; }

.aboutus-our-mission-images-main { padding-right: 44px; display: flex; align-items: flex-end; }

.aboutus-our-mission-images { overflow: hidden; height: 552px; border-radius: 25px; margin: 0 40px 0 0; -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.aboutus-our-mission-images.two { overflow: hidden; height: 290px; border-radius: 25px; margin: 0px; }

.aboutus-our-mission-images img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.aboutus-our-mission-images:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.85; top: 0; }



/*------------------------------ About-Us Our Values CSS --------------------------------*/

.aboutus-our-values { background-color: var(--white-color); border-bottom: 1px solid var(--dark-color); }

.aboutus-our-values-details { padding: 0; }

.aboutus-our-values-details .common-title { color: var(--black-color); }

.aboutus-our-values-details .common-subtitle { color: var(--black-color); }

.aboutus-our-values-boxs:nth-child(5) { margin-top: 24px; }

.aboutus-our-values-boxs:nth-child(6) { margin-top: 24px; }

.aboutus-our-values-boxs:nth-child(7) { margin-top: 24px; }

.aboutus-our-values-list { padding: 30px; text-align: center; height: 100%; background-color: var(--dark-color-2); border-radius: 25px; }

.aboutus-our-values-icon { height: 80px; margin: 0 0 20px 0; }



/*------------------------------ About-Us Our Values CSS --------------------------------*/

.aboutus-our-values-item { position: relative; padding: 0 0 99px; display: flex; flex-direction: column; min-height: 100%; }

.aboutus-our-values-thumb { position: relative; overflow: hidden; height: 400px; border-radius: 25px; }

.aboutus-our-values-detail { height: 55%; flex: 1; text-align: center; width: calc(100% - 60px); overflow: hidden; background: var(--white-color); box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08); border-radius: 25px; padding: 21px 30px 28px 29px; position: absolute; left: 30px; bottom: 0; transition: all ease 350ms; -moz-transition: all ease 350ms; -webkit-transition: all ease 350ms; }

.aboutus-our-values-item:hover .aboutus-our-values-detail { height: 58%; }



/*------------------------------ About-Us Could We Do More For The Community We Serve? CSS --------------------------------*/

.could-we-do-more { position: relative; border-bottom: 1px solid var(--dark-color); }

.could-we-do-more .could-we-do-more-right-overlay { background-color: var(--dark-color-2); top: 0; }

.could-we-do-more-right-overlay { position: absolute; left: 50%; right: 0; top: 0; bottom: 0; }

.could-we-do-more-detail { padding: 0 0 0 29px; }

.could-we-do-more-inner-overlay { position: absolute; left: 50%; bottom: 0; top: 0; right: 0; background-color: var(--dark-color-2); z-index: -1; }

.could-we-do-more-images-main { padding-right: 44px; display: flex; align-items: flex-end; }

.could-we-do-more-images { overflow: hidden; height: 670px; border-radius: 25px; margin: 0 40px 0 0; -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.could-we-do-more-images.two { overflow: hidden; height: 380px; border-radius: 25px; margin: 0px; }

.could-we-do-more-images img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.could-we-do-more-images:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.85; top: 0; }



/*------------------------------ About-Us Our Culture CSS --------------------------------*/

.our-culture { position: relative; }

.our-culture-details { padding: 0 20px 0 0; }

.our-culture-images-main { padding: 0 0 0 96px; }

.our-culture-img-p-0:first-child { padding-right: 24px; }

.our-culture-images { overflow: hidden; height: 262px; border-radius: 25px; margin-bottom: 34px; -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.our-culture-images img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.our-culture-images:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.85; top: 0; }

.our-culture-images:last-child { margin-bottom: 0px; }

.our-culture-images.three { height: 558px; }



/*------------------------------ About Us Responsive CSS --------------------------------*/

@media (max-width: 1699.98px) {

    .aboutus-our-story-details-2 .common-desc br { display: none; }

}

@media (max-width: 1599.98px) {

    .aboutus-point { padding: 0; }

    .aboutus-our-values-detail { height: 60%; }

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 62%; }

    .could-we-do-more-detail { padding: 0; }

    .our-culture-details { padding: 0; }

    .our-culture-images-main { padding: 0 0 0 44px; }

}

@media (max-width: 1499.98px) {

    .aboutus-our-story-details-2 { margin: 0px 0px; }

    .aboutus-our-values-detail { height: 64%; }

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 66%; }

}

@media (max-width: 1399.98px) {

    .aboutus-point-list i { font-size: 22px; }

    .aboutus-point-list { font-size: 16px; margin-bottom: 18px; padding-left: 36px; }

    .aboutus-gallery { margin: -301px 0 83px 0; }

    .aboutus-gallery-box.one { height: 646px; }

    .aboutus-gallery-box.two { height: 646px; }

    .aboutus-gallery-box.three { height: 687px; }

    .aboutus-numbers { padding: 0 0 83px 0; }

    .aboutus-numbers-num { font-size: 50px; }

    .aboutus-numbers-item.one::after { height: 120px; right: 0; }

    .aboutus-numbers-item.two::after { height: 120px; right: 0; }

    .aboutus-numbers-item.three::after { height: 120px; right: 0; }

    .aboutus-numbers-item.two { padding: 0; }

    .aboutus-numbers-item.three { padding: 0 0 0 44px; }

    .aboutus-numbers-item.for { padding: 0 0 0 91px; }

    .aboutus-numbers-name { font-size: 16px; }

    .aboutus-our-values-icon { height: 60px; }

    .aboutus-our-story-details-2 { padding: 40px; }

    .aboutus-our-story-images { width: 494px; height: 501px; margin: 0 0 20px 0; }

    .aboutus-our-story-images.two { width: 240px; height: 238px; }

    .aboutus-our-mission-images-main { padding-right: 0; }

    .aboutus-our-mission-images { margin: 0 20px 0 0; height: 513px; }

    .aboutus-our-mission-images.two { height: 256px; }

    .aboutus-our-values-thumb { height: 304px; }

    .aboutus-our-values-detail { height: 58%; padding: 21px 20px 28px 19px; }

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 60%; }

    .could-we-do-more-images-main { padding-right: 0; }

    .could-we-do-more-images { margin: 0 20px 0 0; height: 515px; }

    .could-we-do-more-images.two { height: 360px; }

    .could-we-do-more-detail { padding: 0; }

    .our-culture-images-main { padding: 0; }

    .our-culture-images { height: 244px; }

    .our-culture-images.three { height: 522px; }

}

@media (max-width: 1199.98px) {

    .aboutus-text { padding: 0 20px 300px 0; }

    .aboutus-point-list { font-size: 15px; margin-bottom: 16px; }

    .aboutus-point-list i { font-size: 20px; }

    .aboutus-gallery-box.one { height: 544px; border-radius: 15px; }

    .aboutus-gallery-box.two { height: 539px; border-radius: 15px; }

    .aboutus-gallery-box.three { height: 575px; border-radius: 15px; }

    .aboutus-numbers-item.three { padding: 0; }

    .aboutus-numbers-item.for { padding: 0; }

    .aboutus-numbers-item.one::after { height: 90px; }

    .aboutus-numbers-item.two::after { height: 90px; }

    .aboutus-numbers-item.three::after { height: 90px; }

    .aboutus-numbers-num { font-size: 40px; }

    .aboutus-numbers-name { font-size: 15px; }

    .aboutus-our-story-details-2 { border-radius: 15px; }

    .aboutus-our-story { background-position: 0 330%; }

    .aboutus-our-story-images { width: 434px; height: 441px; border-radius: 15px; }

    .aboutus-our-story-images.two { width: 190px; height: 189px; border-radius: 15px; }

    .aboutus-our-mission-images { height: 409px; border-radius: 15px; }

    .aboutus-our-mission-images.two { height: 214px; border-radius: 15px; }

    .aboutus-our-values-list { padding: 20px; border-radius: 15px; }

    .aboutus-our-values-thumb { height: 422px; border-radius: 15px; }

    .aboutus-our-values-detail { height: 37%; border-radius: 15px; }

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 39%; }

    .aboutus-our-values-boxs:nth-child(4) { margin-top: 24px; }

    .aboutus-our-values-boxs:nth-child(5) { margin-top: 24px; }

    .aboutus-our-values-boxs:nth-child(6) { margin-top: 24px; }

    .aboutus-our-values-boxs:nth-child(7) { margin-top: 24px; }

    .could-we-do-more-images { height: 470px; border-radius: 15px; }

    .could-we-do-more-images.two { height: 280px; border-radius: 15px; }

    .our-culture-img-p-0:first-child { padding-right: 12px; }

    .our-culture-images { height: 213px; margin-bottom: 24px; border-radius: 15px; }

    .our-culture-images.three { height: 450px; }

}

@media (max-width: 991.98px) {

    .aboutus-video-point, .aboutus-gallery, .aboutus-numbers, .aboutus-our-story, .aboutus-our-mission, .aboutus-our-values, .could-we-do-more, .our-culture { text-align: center; }

    .aboutus-video-main { margin-bottom: 10px; }

    .aboutus-point-list { padding-left: 0; justify-content: center; }

    .aboutus-point-list i { position: relative; padding-right: 12px; }

    .aboutus-text { padding: 0 0 30px 0; }

    .aboutus-point { padding: 0 0 299px 0; }  

    .aboutus-gallery-main-box-1 { width: 43%; padding-right: 12px; }

    .aboutus-gallery-main-box-2 { width: 28%; padding-right: 12px; padding-left: 12px; }

    .aboutus-gallery-main-box-3 { width: 29%; padding-left: 12px; }

    .aboutus-gallery-box.one { height: 441px; }

    .aboutus-gallery-box.two { height: 441px; }

    .aboutus-gallery-box.three { height: 465px; }

    .aboutus-numbers-item.one { margin: 0 0 30px 0; }

    .aboutus-numbers-item.two { margin: 0 0 30px 0; }

    .aboutus-numbers-item.three { margin: 0 0 30px 0; }

    .aboutus-numbers-item.one::after { width: 140px; height: 2px; top: auto; left: 0; right: 0; bottom: -19px; margin: 0 auto; }

    .aboutus-numbers-item.two::after { width: 140px; height: 2px; top: auto; left: 0; right: 0; bottom: -19px; margin: 0 auto; }

    .aboutus-numbers-item.three::after { width: 140px; height: 2px; top: auto; left: 0; right: 0; bottom: -19px; margin: 0 auto; }

    .aboutus-our-story-details-2 { padding: 30px; }

    .aboutus-our-story-details { padding: 0 0 10px 0; }

    .aboutus-our-story-images { width: 600px; height: 609px; }

    .aboutus-our-story-images.two { width: 330px; height: 328px; }

    .aboutus-our-story-images-p-r-0 { padding-right: 12px; }

    .aboutus-our-story-details-p-l-0 { padding-left: 12px; }

    .aboutus-our-mission-images { height: 569px; }

    .aboutus-our-mission-images.two { height: 299px; }

    .aboutus-our-mission-detail { padding: 30px 0 0 0; }

    .aboutus-our-mission .aboutus-our-mission-right-overlay { top: 70%; }

    .aboutus-our-mission-right-overlay { left: 0; }

    .aboutus-our-mission-inner-overlay { left: 0; top: 70%; }

    .aboutus-our-values-thumb { height: 340px; }

    .aboutus-our-values-detail { height: 44%; }

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 46%; }

    .aboutus-our-values-boxs:nth-child(4) { margin-top: 15px; }

    .aboutus-our-values-boxs:nth-child(5) { margin-top: 15px; }

    .aboutus-our-values-boxs:nth-child(6) { margin-top: 15px; }

    .aboutus-our-values-boxs:nth-child(7) { margin-top: 15px; }

    .aboutus-our-values-icon { height: 50px; }

    .aboutus-our-values-list div { justify-content: center; text-align: center; }

    .aboutus-our-values-details { padding: 0 0 30px 0; }

    .could-we-do-more-images { height: 655px; }

    .could-we-do-more-images.two { height: 390px; }

    .could-we-do-more-detail { padding: 30px 0 0 0; }

    .could-we-do-more .could-we-do-more-right-overlay { top: 55%; }

    .could-we-do-more-right-overlay { left: 0; }

    .could-we-do-more-inner-overlay { left: 0; top: 55%; }

    .our-culture-details { padding: 0 0 30px 0; }

    .our-culture-images { height: 359px; }

    .our-culture-images.three { height: 742px; }

}

@media (max-width: 768.98px) {

    .aboutus-our-values-thumb { height: 254px; }

    .aboutus-our-values-detail { height: 68%; width: calc(100% - 40px); left: 20px; }

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 70%; }

}

@media (max-width: 767.98px) {

    .aboutus-point { padding: 0 0 199px 0; }

    .aboutus-point-list { font-size: 14px; margin-bottom: 15px; }

    .aboutus-point-list i { font-size: 18px; }

    .aboutus-gallery { margin: -200px 0 77px 0; }

    .aboutus-gallery-box.one { height: 326px; border-radius: 8px; }

    .aboutus-gallery-box.two { height: 321px; margin: 70px 0 0 0; border-radius: 8px; }

    .aboutus-gallery-box.three { height: 383px; border-radius: 8px; }

    .aboutus-numbers { padding: 0 0 77px 0; }

    .aboutus-numbers-num { font-size: 30px; }

    .aboutus-numbers-name { font-size: 14px; }

    .aboutus-our-story-details-2 { padding: 15px; border-radius: 8px; }

    .aboutus-our-story-images { width: 500px; height: 508px; border-radius: 8px; }

    .aboutus-our-story-images.two { width: 250px; height: 248px; border-radius: 8px; }

    .aboutus-our-mission-images { height: 433px; border-radius: 8px; }

    .aboutus-our-mission-images.two { height: 227px; border-radius: 8px; }

    .aboutus-our-mission .aboutus-our-mission-right-overlay { top: 40%; }

    .aboutus-our-mission-inner-overlay { top: 40%; }

    .aboutus-our-values-boxs:nth-child(3) { margin-top: 15px; }

    .aboutus-our-values-list { border-radius: 8px; }

    .aboutus-our-values-icon { height: 40px; margin: 0 0 15px 0; }

    .aboutus-our-values-thumb { height: 524px; border-radius: 8px; }

    .aboutus-our-values-detail { height: 26%; border-radius: 8px; }

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 28%; }

    .could-we-do-more-images { height: 433px; border-radius: 8px; }

    .could-we-do-more-images.two { height: 227px; border-radius: 8px; }

    .could-we-do-more .could-we-do-more-right-overlay { top: 40%; }

    .could-we-do-more-inner-overlay { top: 40%; }

    .our-culture-images { height: 266px; border-radius: 8px; }

    .our-culture-images.three { height: 556px; }

}

@media (max-width: 575.98px) {

    .aboutus-point { padding: 0; }

    .aboutus-gallery { margin: 30px 0; }

    .aboutus-gallery-main-box-1 { width: 100%; }

    .aboutus-gallery-main-box-2 { width: 100%; }

    .aboutus-gallery-main-box-3 { width: 100%; }

    .aboutus-gallery-box.one { height: 650px;}

    .aboutus-gallery-box.two { height: 650px; margin: 24px 0; }

    .aboutus-gallery-box.three { height: 650px; }

    .aboutus-numbers-num { font-size: 25px; }

    .aboutus-numbers { padding: 0 0 30px 0; }

    .aboutus-numbers-item.one { margin: 0 0 35px 0; }

    .aboutus-numbers-item.two { margin: 0 0 35px 0; }

    .aboutus-numbers-item.three { margin: 0 0 35px 0; }

    .aboutus-numbers-item.one::after { bottom: -18px; }

    .aboutus-numbers-item.two::after { bottom: -18px; }

    .aboutus-numbers-item.three::after { bottom: -18px; }

    .aboutus-our-story-images { width: 100%; height: 519px; }

    .aboutus-our-story-images.two { width: 100%; height: 519px; }

    .aboutus-our-mission-images-main { display: block; }

    .aboutus-our-mission-images { height: 570px; margin: 0 0 24px 0; }

    .aboutus-our-mission-images.two { height: 570px; }

    .aboutus-our-values-thumb { height: 420px; }

    .aboutus-our-values-detail { height: 32%; }    

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 34%; }

    .could-we-do-more-images-main { display: block; }

    .could-we-do-more-images { height: 570px; margin: 0 0 24px 0; }

    .could-we-do-more-images.two { height: 570px; }

    .our-culture-images { height: 483px; }

    .our-culture-images.three { height: 483px; margin-top: 24px; }

}

@media (max-width: 480.98px) {

    .aboutus-gallery-box.one { height: 540px; }

    .aboutus-gallery-box.two { height: 540px; }

    .aboutus-gallery-box.three { height: 540px; }

    .aboutus-our-story-images { height: 380px; }

    .aboutus-our-story-images.two { height: 380px; }

    .aboutus-our-mission-images { height: 471px; }

    .aboutus-our-mission-images.two { height: 471px; }

    .aboutus-our-values-thumb { height: 345px; }

    .aboutus-our-values-detail { height: 42%; }    

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 44%; }

    .could-we-do-more-images { height: 471px; }

    .could-we-do-more-images.two { height: 471px; }

    .our-culture-images { height: 400px; }

    .our-culture-images.three { height: 400px; }

}

@media (max-width: 414.98px) {

    .aboutus-gallery-box.one { height: 465px; }

    .aboutus-gallery-box.two { height: 465px; }

    .aboutus-gallery-box.three { height: 465px; }

    .aboutus-our-story-images { height: 325px; }

    .aboutus-our-story-images.two { height: 325px; }

    .aboutus-our-mission-images { height: 403px; }

    .aboutus-our-mission-images.two { height: 403px; }

    .aboutus-our-values-thumb { height: 294px; }

    .aboutus-our-values-detail { height: 48%; }    

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 50%; }

    .could-we-do-more-images { height: 403px; }

    .could-we-do-more-images.two { height: 403px; }

    .our-culture-images { height: 342px; }

    .our-culture-images.three { height: 342px; }

}

@media (max-width: 375.98px) {

    .aboutus-point-list i { font-size: 15px; padding-right: 8px; }

    .aboutus-gallery-box.one { height: 418px; }

    .aboutus-gallery-box.two { height: 418px; }

    .aboutus-gallery-box.three { height: 418px; }

    .aboutus-our-story-images { height: 292px; }

    .aboutus-our-story-images.two { height: 292px; }

    .aboutus-our-mission-images { height: 362px }

    .aboutus-our-mission-images.two { height: 362px; }

    .aboutus-our-values-thumb { height: 264px; }

    .aboutus-our-values-detail { height: 56%; }    

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 58%; }

    .could-we-do-more-images { height: 362px }

    .could-we-do-more-images.two { height: 362px; }

    .our-culture-images { height: 306px; }

    .our-culture-images.three { height: 306px; }

}

@media (max-width: 360.98px) {

    .aboutus-gallery-box.one { height: 400px; }

    .aboutus-gallery-box.two { height: 400px; }

    .aboutus-gallery-box.three { height: 400px; }

    .aboutus-our-story-images { height: 280px; }

    .aboutus-our-story-images.two { height: 280px; }

    .aboutus-our-mission-images { height: 346px; }

    .aboutus-our-mission-images.two { height: 346px; }

    .aboutus-our-values-thumb { height: 252px; }

    .aboutus-our-values-detail { height: 64%; }    

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 66%; }

    .could-we-do-more-images { height: 346px; }

    .could-we-do-more-images.two { height: 346px; }

    .our-culture-images { height: 294px; }

    .our-culture-images.three { height: 294px; }

}

@media (max-width: 320.98px) {

    .aboutus-gallery-box.one { height: 352px; }

    .aboutus-gallery-box.two { height: 352px; }

    .aboutus-gallery-box.three { height: 352px; }

    .aboutus-our-story-images { height: 246px; }

    .aboutus-our-story-images.two { height: 246px; }

    .aboutus-our-mission-images { height: 306px; }

    .aboutus-our-mission-images.two { height: 306px; }

    .aboutus-our-values-thumb { height: 220px; }

    .aboutus-our-values-detail { height: 76%; }    

    .aboutus-our-values-item:hover .aboutus-our-values-detail { height: 78%; }

    .could-we-do-more-images { height: 306px; }

    .could-we-do-more-images.two { height: 306px; }

    .our-culture-images { height: 258px; }

    .our-culture-images.three { height: 258px; }

}

/*=========================================== About Us Page End CSS ===========================================*/



/*=========================================== Menu Page Start CSS ===========================================*/

/*------------------------------ Menu List CSS --------------------------------*/

.menu-products { margin: 10px 104px 0 104px; }

.menu-products-button-group { margin: 0 0 27px 0; padding: 0; list-style: none; display: flex; justify-content: center; align-items: center; text-align: center; background-color: var(--white-color); border-radius: 10px; }

.menu-products-button { position: relative; display: inline-block; margin: 0; padding: 16px 25px; color: var(--black-color); font-size: 14px; font-weight: 400; cursor: pointer; background: none; }

.menu-products-button::before { content: ""; position: absolute; left: 0; right: 0; width: 1px; height: 20px; background-color: var(--white-color-1); margin: auto 0; }

.menu-products-button:first-child::before { display: none; }

.menu-products-button.is-checked { color: var(--black-color); }

.menu-products-button:active,.menu-products-button.is-checked { background: none; }

.menu-products-button.is-checked span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; width: 58px; height: 9px; background-color: var(--yellow-color); margin: 0 auto; border-radius: 5px; }

.menu-products-button.is-checked span::before { content: ""; border-top: 5px solid var(--yellow-color); border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; bottom: -8px; left: 50%; transition: all 0.7s; transform: translateX(-50%); }

.menu-products-button:hover { background: none; color: var(--black-color); }

.menu-products-element-item { padding-left: 15px; padding-right: 15px; }

.menu-products-item { position: relative; margin-top: 21px; text-align: center; height: 100%; }

.menu-products-item .image-scale-hover { overflow: hidden; }

.menu-products-item .image-scale-hover img { transition: all ease 0.4s; transform: scale(1.001); }

.menu-products-item .image-scale-hover:hover img { transform: scale(1.2); }

.menu-products-item .menu-products-img { position: relative; border-radius: 5px; overflow: hidden; height: 430px; }

.menu-products-item .menu-products-img:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 120px; z-index: 2; opacity: 0.40; visibility: visible; background-image: linear-gradient(to top, var(--black-color) 30%, var(--black-color-4) 80%); }

.menu-products-item .menu-products-img:before,.menu-products-content { transition: all ease 0.4s; }

.menu-products-item .menu-products-content { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; padding: 0 30px; padding-bottom: 30px; }

.menu-products-item:hover .menu-products-content { background-color: var(--black-color-4); }

.menu-products-item .menu-products-category a { color: var(--white-color); font-size: 25px; font-weight: 700; line-height: 1; }

.menu-products-item .menu-products-category a:hover { color: var(--white-color); }



/*------------------------------ Menu Responsive CSS --------------------------------*/

@media (max-width: 1699.98px) {   

    .menu-products-button { padding: 16px 15px; }

    .menu-products-item .menu-products-content { padding-bottom: 50px; }

}

@media (max-width: 1599.98px) {

    .menu-products { margin: 10px 0 0 0; }    

    .menu-products-button { padding: 16px 20px; }

}

@media (max-width: 1499.98px) {

    .common-subtitle br { display: none; }

    .menu-products-button { padding: 16px 26px; }

}

@media (max-width: 1399.98px) {

    .menu-products-button { padding: 12px 15px; }

    .menu-products-button.is-checked span::after { width: 40px; }

    .menu-products-item .menu-products-img { height: 337px; }

    .menu-products-item .menu-products-category a { font-size: 20px; }

    .menu-products-item .menu-products-content { padding: 0 26px; padding-bottom: 25px; }

}

@media (max-width: 1199.98px) {

    .menu-products-filters-main { white-space: nowrap; flex-wrap: nowrap; max-width: 100%; overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; display: flex; }

    .menu-products-button-group { margin: 0 0 17px 0; border-radius: 5px; justify-content: flex-start; }

    .menu-products-item .menu-products-img { height: 277px; }

    .menu-products-item .menu-products-category a { font-size: 18px; }

    .menu-products-item .menu-products-content { padding: 0 10px; padding-bottom: 15px; }

}

@media (max-width: 992.98px) {

    .menu-products-item .menu-products-img { height: 263px; }

}

@media (max-width: 991.98px) {

    .menu-products-item .menu-products-img { height: 436px; }

}

@media (max-width: 768.98px) {

    .menu-products-item .menu-products-img { height: 418px; }

}

@media (max-width: 767.98px) {

    .menu-products-button-group { margin: 0 0 7px 0; }

    .menu-products-item .menu-products-category a { font-size: 16px; }

    .menu-products-item .menu-products-img { height: 417px; }   

}

@media (max-width: 575.98px) {

    .menu-products-item .menu-products-img { height: 699px; }

}

@media (max-width: 480.98px) {

    .menu-products-item .menu-products-img { height: 574px; }

}

@media (max-width: 414.98px) {

    .menu-products-item .menu-products-img { height: 486px; }

}

@media (max-width: 375.98px) {

    .menu-products-item .menu-products-img { height: 435px; }

}

@media (max-width: 360.98px) {

    .menu-products-item .menu-products-img { height: 415px; }

}

@media (max-width: 320.98px) {

    .menu-products-item .menu-products-img { height: 362px; }

}

/*=========================================== Menu Page End CSS ===========================================*/



/*=========================================== Locations Page Start CSS ===========================================*/

/*------------------------------ Locations Accordion CSS --------------------------------*/

.locations-accordion-main { background-color: var(--black-color-1); padding: 100px; margin: 10px 0 0 0; }

.locations-accordion-item { background: none; border: 0; margin: 0 0 20px 0; }

.locations-accordion-item:last-child { margin: 0; }

.locations-accordion-item:not(:first-of-type) { border-top: 0; }

.locations-accordion-item:first-of-type .locations-accordion-button { border-top-left-radius: 25px; border-top-right-radius: 25px; }

.locations-accordion-item:last-of-type .locations-accordion-button.collapsed { border-bottom-right-radius: 25px; border-bottom-left-radius: 25px; }

.locations-accordion-button:not(.collapsed) { color: var(--black-color); background-color: var(--white-color); box-shadow: none; outline: none; border: 0; }

.locations-accordion-button { padding: 15px 30px; font-size: 25px; font-weight: 700; color: var(--white-color); text-align: left; background-color: var(--black-color); border: 0; border-radius: 25px; box-shadow: none; outline: none; border: 0; }

.locations-accordion-button span { display: block; width: 100%; margin-right: 20px; }

.locations-accordion-button:focus { box-shadow: none; outline: none; border: 0; }

.locations-accordion-button::after { width: 44px; height: 44px; content: ""; font-size: 25px; color: var(--black-color); background-image: none; background-color: var(--yellow-color); border-radius: 100%; display: flex; justify-content: center; align-items: center; font-weight: 900; font-family: "Font Awesome 5 Free"; }

.locations-accordion-button:not(.collapsed)::after { content: ""; color: var(--yellow-color); background-color: var(--black-color); background-image: none; }

.locations-accordion-body { padding: 30px 0 10px 0; margin-left: -8px; margin-right: -8px; }

.locations-accordion-box { padding-left: 20px; padding-right: 20px; }

.locations-accordion-body [class*="col-"] { margin-bottom: 40px; }

.locations-accordion-item:last-child .locations-accordion-body [class*="col-"] { margin-bottom: 0px; }

.locations-accordion-items { background-color: var(--black-color); overflow: hidden; border-radius: 15px; min-height: 100%; display: flex; flex-direction: column; text-decoration: none; position: relative; top: 0; transition: all 0.1s ease-in; }

.locations-accordion-items .locations-accordion-items-title h3 { color: var(--yellow-color-1); -webkit-transition: all 0.25s; transition: all 0.25s; font-size: 18px; font-weight: 700; }

.locations-accordion-items .locations-accordion-items-title:hover h3 { color: var(--yellow-color); -webkit-transition: all 0.25s; transition: all 0.25s; }

.locations-accordion-items-img { position: relative; overflow: hidden; -webkit-transition: -webkit-transform 0.6s ease-in; transition: -webkit-transform 0.6s ease-in; transition: transform 0.6s ease-in; transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in; height: 200px; }

.locations-accordion-img-link img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.8s ease; transition: all 0.8s ease; }

.locations-accordion-img-link:hover img { -webkit-transform: scale(1.3); transform: scale(1.3); }

.locations-accordion-items-text { padding: 24px 24px 19px 24px; display: flex; flex: 1; justify-content: space-between; flex-direction: column; }

.locations-accordion-items-descr { margin: 19px 0 30px 0; flex: 1; }

.locations-accordion-items-descr span { color: var(--gray-color-1); font-size: 15px; font-weight: 400; margin: 0 0 11px 0; padding: 0; border: 0; display: block; }

.locations-accordion-items-descr p { color: var(--white-color); font-size: 14px; line-height: 1.8; font-weight: 400; margin: 0; padding: 0; border: 0; }

.locations-accordion-items-descr p:last-child { margin-top: 19px; }

.locations-accordion-items-bottom { border-top: 1px solid var(--black-color-1); padding-top: 10px; }

.locations-accordion-link { position: relative; font-size: 14px; font-weight: 400; color: var(--yellow-color); -webkit-transition: all 0.25s; transition: all 0.25s; text-transform: uppercase; }

.locations-accordion-link:hover { color: var(--yellow-color); text-decoration: none; -webkit-transition: all 0.25s; transition: all 0.25s; }



/*------------------------------ Locations Responsive CSS --------------------------------*/

@media (max-width: 1399.98px) {

    .locations-accordion-main { padding: 40px; }

    .locations-accordion-button { font-size: 20px; }

    .locations-accordion-button::after { width: 34px; height: 34px; font-size: 20px; }

    .locations-accordion-items-img { height: 144px; }

    .locations-accordion-items .locations-accordion-items-title h3 { font-size: 18px; }

    .locations-accordion-items-descr span { font-size: 15px; }

    .locations-accordion-items-descr p { font-size: 15px; }

    .locations-accordion-link { font-size: 14px; }

}

@media (max-width: 1199.98px) {

    .locations-accordion-main { padding: 30px; }

    .locations-accordion-item { margin: 0 0 15px 0; }

    .locations-accordion-item:first-of-type .locations-accordion-button { border-top-left-radius: 15px; border-top-right-radius: 15px; }

    .locations-accordion-item:last-of-type .locations-accordion-button.collapsed { border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; }

    .locations-accordion-button { padding: 10px 25px; font-size: 17px; border-radius: 15px; }

    .locations-accordion-button::after { width: 30px; height: 30px; font-size: 18px; }

    .locations-accordion-body { padding: 20px 0 0 0; margin-left: 0; margin-right: 0; }

    .locations-accordion-body [class*="col-"] { margin-bottom: 30px; }

    .locations-accordion-box { padding-left: 12px; padding-right: 12px; }

    .locations-accordion-items { border-radius: 8px; }

    .locations-accordion-items-img { height: 120px; }

    .locations-accordion-items-text { padding: 19px 19px 14px 19px; }

    .locations-accordion-items .locations-accordion-items-title h3 { font-size: 16px; }

    .locations-accordion-items-descr { margin: 14px 0 25px 0; }

    .locations-accordion-items-descr p { font-size: 14px; }

    .locations-accordion-items-descr p:last-child { margin-top: 10px; }

    .locations-accordion-link { font-size: 13px; }

}

@media (max-width: 991.98px) {

    .locations-accordion-items { text-align: center; }

    .locations-accordion-items-img { height: 140px; }

}

@media (max-width: 767.98px) {

    .locations-accordion-main { padding: 15px; }

    .locations-accordion-item { margin: 0 0 10px 0; }

    .locations-accordion-item:first-of-type .locations-accordion-button { border-top-left-radius: 8px; border-top-right-radius: 8px; }

    .locations-accordion-item:last-of-type .locations-accordion-button.collapsed { border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }

    .locations-accordion-button { font-size: 17px; border-radius: 8px; }

    .locations-accordion-button { padding: 8px 10px; font-size: 15px; }

    .locations-accordion-button::after { width: 22px; height: 22px; font-size: 15px; }

    .locations-accordion-body [class*="col-"] { margin-bottom: 20px; }

    .locations-accordion-items { border-radius: 4px; }

    .locations-accordion-items-img { height: 105px; }

    .locations-accordion-items .locations-accordion-items-title h3 { font-size: 15px; }

    .locations-accordion-items-descr span { font-size: 14px; }

}

@media (max-width: 575.98px) {

    .locations-accordion-items-img { height: 236px; }

    .locations-accordion-button { font-size: 14px; }

}

@media (max-width: 480.98px) {

    .locations-accordion-items-img { height: 194px; }

}

@media (max-width: 414.98px) {

    .locations-accordion-items-img { height: 164px; }

}

@media (max-width: 375.98px) {

    .locations-accordion-items-img { height: 146px; }

}

@media (max-width: 360.98px) {

    .locations-accordion-items-img { height: 138px; }

}

@media (max-width: 320.98px) {

    .locations-accordion-items-img { height: 120px; }

}

/*=========================================== Locations Page End CSS ===========================================*/



/*=========================================== Contact Us Page Start CSS ===========================================*/

/*------------------------------ Contact Us CSS --------------------------------*/

.contact-us-text { padding: 0 0 20px 0; }

.contact-us-inner { position: relative; border-radius: 15px; background-color: var(--black-color-1); padding: 45px; margin: 0 140px 0 0; }

.contact-us-form { display: block; padding: 0; position: relative; }

.contact-us .form-control { display: block; width: 100%; font-size: 17px; color: var(--white-color); font-weight: 300; padding: 20px 40px 20px 20px; background-color: var(--black-color); border: none; box-shadow: none; border-radius: 0; margin-bottom: 14px; text-transform: capitalize; }

.contact-us .form-control::-webkit-input-placeholder { color: var(--white-color); }

.contact-us .form-control::-moz-placeholder { color: var(--white-color); }

.contact-us .form-control:-ms-input-placeholder { color: var(--white-color); }

.contact-us .form-control:-moz-placeholder { color: var(--white-color); }

.contact-us textarea.form-control { height: 146px; }

.contact-us .form-check { display: block; min-height: 1.5rem; padding-left: 0; margin-bottom: 35px; margin-top: 6px; }

.contact-us .chiller_cb { position: relative; height: 28px; display: flex; align-items: center; }

.contact-us .chiller_cb input { display: none; }

.contact-us .chiller_cb input:checked ~ span { background: var(--yellow-color-1); border-color: var(--yellow-color-1); }

.contact-us .chiller_cb input:checked ~ span::after { content: ""; display: flex; position: absolute; font-size: 18px; color: var(--black-color-1); font-family: "Font Awesome 5 Free"; font-weight: 900; transform-origin: 0% 0%; text-align: center; justify-content: center; align-items: center; }

.contact-us .chiller_cb span:after { content: ""; display: inline-block; background: var(--black-color-1); width: 0; height: 18px; position: absolute; transform-origin: 0% 0%; }

.contact-us .chiller_cb label { padding-left: 48px; position: relative; z-index: 2; cursor: pointer; margin-bottom: 0; font-size: 17px; font-weight: 400; color: var(--white-color); }

.contact-us .chiller_cb label a { font-weight: 700; }

.contact-us .chiller_cb span { display: flex; justify-content: center; align-items: center; text-align: center; width: 28px; height: 28px; border: 0px; position: absolute; left: 0; transition: all 0.2s; z-index: 1; box-sizing: content-box; background-color: var(--yellow-color-1); }

.contact-us-images { width: 546px; height: 340px; border-radius: 25px; overflow: hidden; clear: both; }

.contact-us-images img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.contact-us-images:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); }

.contact-us-images:first-child { margin-top: 18px; }

.contact-us-images:last-child { width: 460px; height: 324px; border-radius: 25px; overflow: hidden; margin-left: 146px; }

.contact-us-address-details { background-color: var(--white-color); border-radius: 25px; padding: 34px 40px 39px 40px; width: 574px; float: right; margin-top: -69px; position: relative; margin-bottom: -99px; z-index: 1; clear: both; }

.contact-us-address-box { display: flex; align-items: center; margin-bottom: 27px; }

.contact-us-address-box:last-child { margin-bottom: 0px; }

.contact-us-address-box .icon { background-color: var(--black-color); border-radius: 10px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; text-align: center; flex: 0 0 auto; }

.contact-us-address-box .icon i { font-size: 30px; color: var(--yellow-color); }

.contact-us-address-box .text { margin-left: 30px; }

.contact-us-address-box .text p { margin: 0; font-size: 14px; font-weight: 400; color: var(--gray-color-1); }

.contact-us-address-box .text a { font-size: 18px; font-weight: 700; color: var(--black-color); }

.contact-us-address-box .text span { font-size: 18px; font-weight: 700; color: var(--black-color); }



/*------------------------------ Contact Us Map CSS --------------------------------*/

.contact-us-map-main .contact-us-map { width: 100%; height: 690px; }



/*------------------------------ Contact Us Responsive CSS --------------------------------*/

@media (max-width: 1599.98px) {

    .contact-us-inner { margin: 0 90px 0 0; }

    .contact-us-images:last-child { margin-left: 76px; }

    .contact-us-map-main .contact-us-map { height: 600px; }

}

@media (max-width: 1499.98px) {

    .contact-us-inner { margin: 0 40px 0 0; }

    .contact-us-address-details { width: 542px; }

    .contact-us-address-box .text span br { display: none; }

    .contact-us-map-main .contact-us-map { height: 500px; }

}

@media (max-width: 1399.98px) {

    .contact-us-inner { margin: 0; padding: 35px; }

    .contact-us .form-control { font-size: 16px; padding: 17px 38px 17px 18px; margin-bottom: 10px; }

    .contact-us textarea.form-control { height: 136px; }

    .contact-us .form-check { margin-bottom: 25px; }

    .contact-us .chiller_cb span { width: 26px; height: 26px; }

    .contact-us .chiller_cb input:checked ~ span::after { font-size: 15px; }

    .contact-us .chiller_cb label { font-size: 16px; padding-left: 40px; }

    .contact-us-images { width: 466px; height: 289px; }

    .contact-us-address-details { width: 462px; padding: 24px 30px 29px 30px; }

    .contact-us-address-box .icon { width: 46px; height: 46px; }

    .contact-us-address-box .icon i { font-size: 25px; }

    .contact-us-address-box .text { margin-left: 20px; }

    .contact-us-address-box .text p { font-size: 15px; }

    .contact-us-address-box .text span { font-size: 17px; }

    .contact-us-address-box .text a { font-size: 17px; }

    .contact-us-images:last-child { width: 410px; height: 289px; margin-left: 16px; }

}

@media (max-width: 1199.98px) { 

    .contact-us-inner { border-radius: 8px; }   

    .contact-us .form-control { font-size: 15px; padding: 14px 35px 14px 15px; }

    .contact-us textarea.form-control { height: 106px; }

    .contact-us .chiller_cb span { width: 22px; height: 22px; }

    .contact-us .chiller_cb input:checked ~ span::after { font-size: 14px; }

    .contact-us .chiller_cb label { font-size: 15px; padding-left: 34px; }

    .contact-us-images { width: 386px; height: 240px; border-radius: 15px; }

    .contact-us-address-details { width: 400px; padding: 14px 20px 19px 20px; border-radius: 15px; }

    .contact-us-address-box { margin-bottom: 17px; }

    .contact-us-address-box .icon { width: 40px; height: 40px; border-radius: 5px; }

    .contact-us-address-box .icon i { font-size: 22px; }

    .contact-us-address-box .text p { font-size: 14px; }    

    .contact-us-address-box .text span { font-size: 15px; }

    .contact-us-address-box .text a { font-size: 15px; }

    .contact-us-images:last-child { width: 340px; height: 240px; border-radius: 15px; }

}

@media (max-width: 991.98px) {

    .contact-us-text, .contact-us-inner { text-align: center; }

    .contact-us-images:first-child { margin-top: 30px; }

    .contact-us-map-main .contact-us-map { height: 400px; }

}

@media (max-width: 767.98px) {    

    .contact-us-text { padding: 0 0 10px 0; }

    .contact-us-inner { padding: 25px; border-radius: 4px; }

    .contact-us-images { border-radius: 8px; }

    .contact-us-address-details { border-radius: 8px; }

    .contact-us-images:last-child { border-radius: 8px; }

}

@media (max-width: 575.98px) {

    .contact-us-images { width: 416px; height: 258px; }

    .contact-us-images:last-child { width: 360px; height: 254px; }

    .contact-us-map-main .contact-us-map { height: 300px; }

}

@media (max-width: 480.98px) {    

    .contact-us-inner { padding: 15px; }    

    .contact-us-images { width: 100%; height: 283px; }

    .contact-us-address-details { width: 100%; padding: 14px; margin-top: 15px; margin-bottom: 15px; }

    .contact-us-address-box .icon { width: 30px; height: 30px; }

    .contact-us-address-box .icon i { font-size: 18px; }

    .contact-us-address-box .text { margin-left: 10px; }

    .contact-us-address-box .text span { font-size: 14px; }

    .contact-us-address-box .text a { font-size: 14px; }

    .contact-us-images:last-child { width: 100%; height: 322px; margin-left: 0; }

}

@media (max-width: 414.98px) {

    .contact-us-images { height: 242px; }

    .contact-us-images:last-child { height: 275px; }

    .contact-us-map-main .contact-us-map { height: 250px; }

}

@media (max-width: 375.98px) {

    .contact-us-images { height: 217px; }

    .contact-us-images:last-child { height: 247px; }

}

@media (max-width: 360.98px) {

    .contact-us-images { height: 208px; }

    .contact-us-images:last-child { height: 237px; }

    .contact-us-map-main .contact-us-map { height: 200px; }

}

@media (max-width: 320.98px) {

    .contact-us-images { height: 183px; }

    .contact-us-images:last-child { height: 209px; }

}

/*=========================================== Contact Us Page End CSS ===========================================*/



/*=========================================== Franchise Page Start CSS ===========================================*/

/*------------------------------ Franchise Page Two CSS --------------------------------*/

.franchisetwo { position: relative; border-bottom: 0px !important; }

.franchisetwo-email-btn { margin: 60px 0; }

.franchisetwo-email { font-size: 16px; margin: 0 0 30px 0; }

.franchisetwo-img-mons { width: 100%; float: left; padding: 0; }

.franchisetwo-img-mons .img1 { height: 161px; border-radius: 25px; overflow: hidden; }

.franchisetwo-img-mons .img2 { height: 161px; border-radius: 25px; overflow: hidden; }

.franchisetwo-img-mons .img3 { height: 161px; border-radius: 25px; overflow: hidden; }

.franchisetwo-img-mons .img1 img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.franchisetwo-img-mons .img1:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); }

.franchisetwo-img-mons .img2 img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.franchisetwo-img-mons .img2:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); }

.franchisetwo-img-mons .img3 img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.franchisetwo-img-mons .img3:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); }

/*------------------------------ Franchise Page Two Point CSS --------------------------------*/

.franchisetwo { border-top: 1px solid var(--dark-color); }

.franchisetwo-point { padding: 0 0 40px 0; margin: 0; border-bottom: 1px solid var(--dark-color); }

.franchisetwo-point-list { font-size: 20px; font-weight: 400; line-height: 1.5; color: var(--gray-color); margin-bottom: 30px; position: relative; padding-left: 44px; display: flex; align-items: flex-start; text-align: left; }

.franchisetwo-point-list:last-child { margin-bottom: 0px; }

.franchisetwo-point-list i { font-size: 25px; color: var(--yellow-color); position: absolute; left: 0; top: 3px; }

/*------------------------------ Franchise Page Two Form CSS --------------------------------*/

.franchisetwo-inner { position: relative; border-radius: 15px; background-color: var(--black-color-1); padding: 45px; margin: 0 0 0 70px; }

.franchisetwo-form { display: block; padding: 0; position: relative; }

.franchisetwo .form-control { display: block; width: 100%; font-size: 17px; color: var(--white-color); font-weight: 300; padding: 20px 40px 20px 20px; background-color: var(--black-color); border: none; box-shadow: none; border-radius: 0; margin-bottom: 14px; text-transform: capitalize; }

.franchisetwo .form-control::-webkit-input-placeholder { color: var(--white-color); }

.franchisetwo .form-control::-moz-placeholder { color: var(--white-color); }

.franchisetwo .form-control:-ms-input-placeholder { color: var(--white-color); }

.franchisetwo .form-control:-moz-placeholder { color: var(--white-color); }

.franchisetwo textarea.form-control { height: 146px; }

.franchisetwo .form-check { display: block; min-height: 1.5rem; padding-left: 0; margin-bottom: 22px; margin-top: 6px; }

.franchisetwo .form-check:last-child { margin-bottom: 35px; }

.franchisetwo-prequalfications { font-size: 16px; padding-top: 40px; border-top: 1px solid var(--dark-color); margin-top: 40px; margin-bottom: 25px; }

.franchisetwo-companyprofile a { font-size: 16px; margin-bottom: 14px; display: block; }

.franchisetwo .chiller_cb { position: relative; display: flex; align-items: center; }

.franchisetwo .chiller_cb input { display: none; }

.franchisetwo .chiller_cb input:checked ~ span { background: var(--yellow-color-1); border-color: var(--yellow-color-1); }

.franchisetwo .chiller_cb input:checked ~ span::after { content: ""; display: flex; position: absolute; font-size: 12px; color: var(--black-color-1); font-family: "Font Awesome 5 Free"; font-weight: 900; transform-origin: 0% 0%; text-align: center; justify-content: center; align-items: center; }

.franchisetwo .chiller_cb span:after { content: ""; display: inline-block; background: var(--black-color-1); width: 0; height: 18px; position: absolute; transform-origin: 0% 0%; }

.franchisetwo .chiller_cb label { padding-left: 30px; position: relative; z-index: 2; cursor: pointer; margin-bottom: 0; font-size: 17px; font-weight: 400; color: var(--white-color); }

.franchisetwo .chiller_cb label a { font-weight: 700; }

.franchisetwo .chiller_cb span { display: flex; justify-content: center; align-items: center; text-align: center; width: 18px; height: 18px; border: 0px; position: absolute; left: 0; transition: all 0.2s; z-index: 1; box-sizing: content-box; background-color: var(--yellow-color-1); }

/*------------------------------ Franchise Page Two File Chooser CSS --------------------------------*/

.wrapper .file-chooser { display: block; }

.wrapper .file-chooser + .file-chooser { margin-top: 20px; }

.file-chooser { position: relative; display: inline-block; box-sizing: border-box; }

.file-chooser * { box-sizing: inherit; }

.file-chooser .file-chooser-input { cursor: default; white-space: pre; text-overflow: ellipsis; display: block; width: 100%; font-size: 17px; color: var(--white-color); font-weight: 300; padding: 20px 40px 20px 20px; background-color: var(--black-color); border: none; box-shadow: none; border-radius: 0; margin-bottom: 14px; text-transform: capitalize; outline: none; box-shadow: none; border: 0px; }

.file-chooser .file-chooser-input::-webkit-input-placeholder { color: var(--white-color); }

.file-chooser .file-chooser-input::-moz-placeholder { color: var(--white-color); }

.file-chooser .file-chooser-input:-ms-input-placeholder { color: var(--white-color); }

.file-chooser .file-chooser-input:-moz-placeholder { color: var(--white-color); }

.file-chooser:after { content: "Browse"; position: absolute; top: 0; right: 0; background: var(--yellow-color); border: none; border-radius: 0; padding: 20px 34px; font-weight: 700; font-size: 16px; color: var(--black-color); cursor: pointer; transition: background 0.25s; height: 100%; display: flex; align-items: center; }

.file-chooser:after:hover { background: var(--yellow-color); }

.file-chooser .file-chooser-clear { position: absolute; right: 80px; background: none; border: none; padding: 0; top: 50%; transform: translateY(-50%); cursor: pointer; opacity: 0; transition: color 0.25s, opacity 0.25s; }

.file-chooser .file-chooser-clear:after { content: "\00D7"; font-size: 1.2rem; }

.file-chooser .file-chooser-clear:hover { color: var(--yellow-color); }

.file-chooser:hover .file-chooser-clear { opacity: 1; }

.file-chooser .file-chooser-hidden { display: none; }

.franchisetwo-selectfile { font-size: 17px; color: var(--white-color); font-weight: 300; padding: 20px 40px 20px 20px; background-color: var(--black-color); border: none; box-shadow: none; border-radius: 0; text-transform: capitalize; display: inline-flex; width: 70%; }

.franchisetwo-choosefile { background: var(--yellow-color); border: none; border-radius: 0; padding: 20px 28px; font-weight: 700; font-size: 16px; color: var(--black-color); cursor: pointer; transition: background 0.25s; display: inline-flex; width: 30%; justify-content: center; text-transform: uppercase; }



/*------------------------------ Franchise Responsive CSS --------------------------------*/

@media (max-width: 1599.98px) {

    .franchisetwo-inner { margin: 0 0 0 44px; }

}

@media (max-width: 1399.98px) {

    .franchisetwo-point-list { font-size: 17px; margin-bottom: 25px; padding-left: 36px; }

    .franchisetwo-point-list i { font-size: 20px; }

    .franchisetwo-email-btn { margin: 40px 0; }

    .franchisetwo-email { font-size: 15px; margin: 0 0 20px 0; }

    .franchisetwo-img-mons .img1 { height: 130px; }

    .franchisetwo-img-mons .img2 { height: 130px; }

    .franchisetwo-img-mons .img3 { height: 130px; }

    .franchisetwo-inner { margin: 0; padding: 35px; }

    .franchisetwo .form-control { font-size: 16px; padding: 17px 38px 17px 18px; margin-bottom: 10px; }

    .franchisetwo textarea.form-control { height: 136px; }

    .franchisetwo-prequalfications { font-size: 15px; padding-top: 30px; margin-top: 30px; margin-bottom: 10px; }

    .franchisetwo-selectfile { font-size: 16px; padding: 17px 38px 17px 18px; }

    .franchisetwo-choosefile { font-size: 15px; padding: 17px 18px 17px 18px; }

    .franchisetwo-companyprofile a { font-size: 15px; margin-bottom: 10px; }

    .file-chooser::after { padding: 8px 24px; font-size: 15px; }

    .franchisetwo .form-check { margin-bottom: 16px; }

    .franchisetwo .chiller_cb label { font-size: 16px; }

}

@media (max-width: 1199.98px) {

    .franchisetwo-point { padding: 0 0 30px 0; }

    .franchisetwo-point-list { font-size: 15px; margin-bottom: 23px; padding-left: 36px; }

    .franchisetwo-point-list i { font-size: 18px; }

    .franchisetwo-email-btn { margin: 30px 0; }

    .franchisetwo-img-mons .img1 { height: 108px; border-radius: 15px; }

    .franchisetwo-img-mons .img2 { height: 108px; border-radius: 15px; }

    .franchisetwo-img-mons .img3 { height: 108px; border-radius: 15px; }

    .franchisetwo-inner { border-radius: 8px; }

    .franchisetwo .form-control { font-size: 15px; padding: 14px 35px 14px 15px; }

    .franchisetwo-selectfile { font-size: 15px; padding: 14px 35px 14px 15px; }

    .franchisetwo textarea.form-control { height: 106px; }

    .franchisetwo .chiller_cb label { font-size: 15px; }

    .franchisetwo .form-check:last-child { margin-bottom: 25px; }

}

@media (max-width: 1024.98px) {
    .franchisetwo-selectfile { width: 58%; }
    .franchisetwo-choosefile { width: 42%; }
}
@media (max-width: 991.98px) {

    .franchisetwo-point-list { padding-left: 0; justify-content: center; }

    .franchisetwo-point-list i { position: relative; padding-right: 12px; }

    .franchisetwo-img-mons .img1 { height: 186px; }

    .franchisetwo-img-mons .img2 { height: 186px; }

    .franchisetwo-img-mons .img3 { height: 186px; }

    .franchisetwo-inner { margin: 30px 0 0 0; text-align: center; }

    .franchisetwo .form-check { margin-bottom: 16px; }

    .franchisetwo .chiller_cb { align-items: flex-start; justify-content: center; }

    .franchisetwo .chiller_cb span { width: 16px; height: 16px; position: relative; margin-right: 12px; left: auto; top: 3px; flex: 0 0 auto; }

    .franchisetwo .chiller_cb label { font-size: 14px; text-align: left; padding-left: 0; }

}

@media (max-width: 767.98px) {

    .franchisetwo-point-list { font-size: 14px; margin-bottom: 15px; }

    .franchisetwo-point-list i { font-size: 16px; }

    .franchisetwo-email-btn { margin: 20px 0; }

    .franchisetwo-email { font-size: 14px; }

    .franchisetwo-img-mons .img1 { height: 137px; }

    .franchisetwo-img-mons .img2 { height: 137px; }

    .franchisetwo-img-mons .img3 { height: 137px; }

    .franchisetwo-inner { padding: 25px; border-radius: 4px; }

    .franchisetwo-companyprofile a { font-size: 14px; }

    .franchisetwo-choosefile { font-size: 14px; }

    .franchisetwo-prequalfications { font-size: 14px; padding-top: 20px; margin-top: 20px; }

    .file-chooser::after { font-size: 14px; }

    .franchisetwo .chiller_cb label { font-size: 14px; }

    .franchisetwo .chiller_cb input:checked ~ span::after { font-size: 10px; }

}

@media (max-width: 575.98px) {

    .franchisetwo-img-mons .img1 { height: 355px; margin-bottom: 20px; }

    .franchisetwo-img-mons .img2 { height: 355px; margin-bottom: 20px; }

    .franchisetwo-img-mons .img3 { height: 355px; }

    .franchisetwo-selectfile { width: 100%; }

    .franchisetwo-choosefile { padding: 12px 24px 12px 24px; width: auto; margin-top: 10px; }

}

@media (max-width: 480.98px) {

    .franchisetwo-img-mons .img1 { height: 292px; }

    .franchisetwo-img-mons .img2 { height: 292px; }

    .franchisetwo-img-mons .img3 { height: 292px; }

    .franchisetwo-inner { padding: 15px; }

}

@media (max-width: 414.98px) {

    .franchisetwo-img-mons .img1 { height: 248px; }

    .franchisetwo-img-mons .img2 { height: 248px; }

    .franchisetwo-img-mons .img3 { height: 248px; }

}

@media (max-width: 375.98px) {

    .franchisetwo-img-mons .img1 { height: 222px; }

    .franchisetwo-img-mons .img2 { height: 222px; }

    .franchisetwo-img-mons .img3 { height: 222px; }

}

@media (max-width: 360.98px) {

    .franchisetwo-img-mons .img1 { height: 212px; }

    .franchisetwo-img-mons .img2 { height: 212px; }

    .franchisetwo-img-mons .img3 { height: 212px; }

}

@media (max-width: 320.98px) {

    .franchisetwo-img-mons .img1 { height: 186px; }

    .franchisetwo-img-mons .img2 { height: 186px; }

    .franchisetwo-img-mons .img3 { height: 186px; }

}

/*=========================================== Franchise Page End CSS ===========================================*/



/*=========================================== Privacy Policy Page Start CSS ===========================================*/

/*------------------------------ Privacy Policy CSS --------------------------------*/

.privacy-policy-list-text p:last-child { margin-bottom: 0; }

.privacy-policy-list-text .common-subtitle { padding: 20px 0 0 0; }



/*------------------------------ Privacy Policy Responsive CSS --------------------------------*/

@media (max-width: 767.98px) {

    .privacy-policy-list-text .common-subtitle { padding: 10px 0 0 0; }

}

/*=========================================== Privacy Policy Page End CSS ===========================================*/



/*=========================================== Careers Page Start CSS ===========================================*/

/*------------------------------ Careers CSS --------------------------------*/

.careers-text { padding: 0 0 20px 0; }

.careers-inner { position: relative; border-radius: 15px; background-color: var(--black-color-1); padding: 45px; margin: 0; }

.careers-form { display: block; padding: 0; position: relative; }

.careers .form-control { display: block; width: 100%; font-size: 17px; color: var(--white-color); font-weight: 300; padding: 20px 40px 20px 20px; background-color: var(--black-color); border: none; box-shadow: none; border-radius: 0; margin-bottom: 14px; text-transform: capitalize; }

.careers .form-control::-webkit-input-placeholder { color: var(--white-color); }

.careers .form-control::-moz-placeholder { color: var(--white-color); }

.careers .form-control:-ms-input-placeholder { color: var(--white-color); }

.careers .form-control:-moz-placeholder { color: var(--white-color); }

.careers textarea.form-control { height: 146px; }

.careers-images { width: 630px; height: 391px; border-radius: 25px; overflow: hidden; clear: both; }

.careers-images img { -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1); }

.careers-images:hover img { background-color: var(--black-color); -webkit-transform: scale(1.1); transform: scale(1.1); }

.careers-images:first-child { margin-top: 8px; margin-bottom: 30px; margin-left: 100px; float: left; }

.careers-images:last-child { width: 530px; height: 374px; border-radius: 25px; overflow: hidden; float: right; }



/*------------------------------ Careers Responsive CSS --------------------------------*/

@media (max-width: 1599.98px) {

    .careers-images:first-child { margin-left: 0; }

}

@media (max-width: 1399.98px) {

    .careers-inner { padding: 35px; }

    .careers .form-control { font-size: 16px; padding: 17px 38px 17px 18px; margin-bottom: 10px; }

    .careers textarea.form-control { height: 136px; }

    .careers-images { width: 466px; height: 289px; }

    .careers-images:last-child { width: 410px; height: 289px; }

}

@media (max-width: 1199.98px) { 

    .careers-inner { border-radius: 8px; }   

    .careers .form-control { font-size: 15px; padding: 14px 35px 14px 15px; }

    .careers textarea.form-control { height: 106px; }

    .careers-images { width: 386px; height: 239px; border-radius: 15px; }

    .careers-images:last-child { width: 340px; height: 239px; border-radius: 15px; }

}

@media (max-width: 991.98px) {

    .careers-text, .careers-inner { text-align: center; }

    .careers-images:first-child { margin-top: 30px; }

    .careers-images:last-child { margin-right: 300px; }

}

@media (max-width: 800.98px) {

    .careers-images:last-child { margin-right: 0px; }

}

@media (max-width: 767.98px) {    

    .careers-text { padding: 0 0 10px 0; }

    .careers-inner { padding: 25px; border-radius: 4px; }

    .careers-images { border-radius: 8px; }

    .careers-images:last-child { border-radius: 8px; }

}

@media (max-width: 575.98px) {

    .careers-images { width: 416px; height: 258px; }

    .careers-images:last-child { width: 360px; height: 254px; }

}

@media (max-width: 480.98px) {    

    .careers-inner { padding: 15px; }    

    .careers-images { width: 100%; height: 273px; }

    .careers-images:last-child { width: 100%; height: 310px; }

}

@media (max-width: 414.98px) {

    .careers-images { height: 232px; }

    .careers-images:last-child { height: 263px; }

}

@media (max-width: 375.98px) {

    .careers-images { height: 207px; }

    .careers-images:last-child { height: 236px; }

}

@media (max-width: 360.98px) {

    .careers-images { height: 198px; }

    .careers-images:last-child { height: 225px; }

}

@media (max-width: 320.98px) {

    .careers-images { height: 173px; }

    .careers-images:last-child { height: 197px; }

}

/*=========================================== Careers Page End CSS ===========================================*/

.grecaptcha-badge { visibility: hidden; }